/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.1
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


.woocommerce .col2-set, 
.woocommerce-page .col2-set,
#customer_details+#wc_checkout_add_ons, 
#order_review, #order_review_heading {
    float: none !important;
    width: 100% !important;
}

#ship-to-different-address-checkbox {
    display:none;
	}

#ship-to-different-address label {
    display:none;
}


#woocommerce-billing-fields  label {
    display:none;
}

.woocommerce-checkout .woocommerce-billing-fields > h3 {
  display: none;
}

.woocommerce-price-suffix {
  display: none;
}

.single-product .woocommerce-price-suffix {
  display: none;
}


.order-total .includes_tax {
    display: none !important;
}