@media (min-width: 768px){
    #customer_details{
        width: 60%;
        float: left;
    }
    #order_review_heading{
        width: 30%;
        float: left;
    }
    #order_review{
        width: 40%;
        float: left;
        padding-right: 0px;
    }
        .woocommerce table.shop_table td{
        width: 10%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
}
@media (max-width:768px){
    .footer-adv-widget {
    text-align: center;
		}

h3#ship-to-different-address > label.checkbox {
    display: inline-block;
}



}