

/* 
@media (min-width: 1480px) {
	.container{max-width: 1450px;}
}
@media (min-width: 768px) {
	.single-product .singleproduct_wrapper div.product div.productimg_wrapper{ width: 46.1%;float: left; }
	.single-product .singleproduct_wrapper div.product div.images{float: none;}
	.single-product .singleproduct_wrapper div.product div.summary{ width: 52%; margin-left: auto;max-width: 707px; }


    .woocommerce-cart .elementor-element.cartblock table.cart th.product-name{ width: 55%; }
    .woocommerce-cart .elementor-element.cartblock table.cart th.product-price,
    .woocommerce-cart .elementor-element.cartblock table.cart th.product-quantity,
    .woocommerce-cart .elementor-element.cartblock table.cart th.product-subtotal{ width: 15%; }
    .woocommerce-cart .elementor-element.cartblock table.cart td.product-thumbnail{ width: 13.3%; }
    .woocommerce-cart .elementor-element.cartblock table.cart td.product-remove{ width: 4%;padding-left: 45px;}

    .checkout_container #customer_details .col-1,
    .checkout_container #customer_details .col-2{ float: none; width: 100%;}
    .checkout_container .woocommerce form.woocommerce-checkout{ display: flex; column-gap: 112px; }
    .checkout_container .woocommerce form.woocommerce-checkout > #customer_details,
    .checkout_container .woocommerce form.woocommerce-checkout > .product_checkoutwrapper{ flex: 0 0 calc(50% - 112px * 1/2); max-width: calc(50% - 112px * 1/2); }
}

@media (min-width: 576px) {
	.woocommerce-shop .shop_wrapper > .container > .row > .col-sm-3{flex: 0 0 32.1%;max-width: 32.1%;}
	.woocommerce-shop .shop_wrapper > .container > .row > .col-sm-9{flex: 0 0 67.9%;max-width: 67.9%;}
} */