/*
Theme Name: Minus Child
Theme URI: https://mangoessence.com/
Author: Mango Essence
Author URI: https://mangoesssence.com/
Text Domain: minus-child
Description: A beautifully minimalist theme, with a design consisting mainly of typography and white space. Also comes packed with every feature you need to build the perfect blog or a fully-fledged marketing site.
Template: minus
Version: 1.300.04
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, thrive, lead capture
*/

#customer-details .col2-set,
.woocommerce-checkout .col2-set {
    float: left;
    width: 48%;
}

#order_review_heading,
.woocommerce-checkout-review-order {
    float: right;
    width: 48%;
}

.woocommerce-page .checkout .col-1,
.woocommerce-page .checkout .col-2 {
    width: 100%;
}

@media only screen and (max-width: 768px) {

    #order_review_heading,
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout-review-order {
        float: none;
        width: 100%;
    }
	
}