/**
* Theme Name: Supplero Child
* Description: This is a child theme of Supplero, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: supplero
* Version: 1.6.2
*/


@media (min-width: 1024px) {
    .site-header-cart-side {
        width: 400px;
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
    }
}

.cart_totals tr.shipping, .cart_totals tr.cart-subtotal {
    display: none !important;
}