.woocommerce-cart-form{
    font-family: var(--e-global-typography-0e7769d-font-family);
    gap: 39px;
}
.flex{
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.direction-column{
    flex-direction: column;
}
.direction-row{
    flex-direction: row;
}
.woocommerce-notices-wrapper{
    display: none;
}
.cart-details{
    width: 57%;
}
.cart-collaterals{
    width: 43% !important;
}
.cart_totals {
    float: none !important;
    width: 100% !important;
    border: 1px solid #979797;
    padding: 32px 26px 38px;
}
.cart_totals h2{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 5%;;
}
.coupon.flex{
    gap: 9px;
    margin-bottom: 18px;
}
.cart-totals-container{
    margin-bottom: 24px;
}
.coupon button{
    text-transform: uppercase;
    background-color: black !important;
    color: white !important;
    padding: 10px 32px !important;
}
.wc-proceed-to-checkout.flex{
    gap: 9px;
    padding: 0 !important;
    margin-top: 38px;;
}
.wc-proceed-to-checkout.flex a{
    flex: 1;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600;
}
.wc-proceed-to-checkout .checkout-button{
    background-color: black !important;
}
.woocommerce a.btn-go-back{
    background-color: white !important;
    color: black !important;
    border: 1px solid black;
}
.wc-proceed-to-checkout::before, .wc-proceed-to-checkout::after{
    display: none !important;
}
.woocommerce a.button{
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.near-showroom{
    font-weight: 700;
    color: var(--e-global-color-secondary);
    text-decoration: underline !important;
}
.cart-items.flex{
    background: #F5F5F5;
    padding: 12px;
    border-radius: 10px;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 29px;
}
.woocommerce-cart-form__cart-item.flex{
    position: relative;
    gap: 16px;
    padding: 16px 16px 14px 16px;
    background-color: white;
    border-radius: 10px;;
}
.cart-content-box{
    flex: 1;
}
.product-remove{
    position: absolute;
    top: 10px;
    right: 0;
}
.cart-items .woocommerce-cart-form__cart-item .product-thumbnail img, .cart-items .woocommerce-cart-form__cart-item .product-thumbnail a{
    display: block;;
    width: 134px;
    height: 126px !important;
}
.cart-items .quantity-label{
    display: none;
}
.divider-dashed{
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #404040 0 2px, transparent 2px 4px);
    border-radius: 0;
    margin-bottom: 24px;
}
.product-price .divider-dashed{
    margin-bottom: 8px;
}
.cart-update-actions .actions{
    display: flex;
    justify-content: end;;
}
.cart-update-actions button{
    text-transform: uppercase;
    background-color: black !important;
    color: white !important;
}
.cart-items .product-name a{
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.input_number_product input[type="button"]{
    padding: 0 8px;
}
.cart-items .elementor-menu-cart__product-remove:after, .cart-items .elementor-menu-cart__product-remove:before {
    background: var(--remove-item-button-color, black) !important;
    width: 70% !important;
}
.cart-items .elementor-menu-cart__product-remove{
    right: 10px;
}
button[name="calc_shipping"]{
    color: white !important;
    background-color: black !important;
}
@media(max-width: 1024px){
    .text-sm.text-gray-600, .cart-items .product-name a, .cart_totals, .wc-proceed-to-checkout.flex a, .cart-update-actions button{
        font-size: 13px !important;
    }
}
@media(max-width: 767px){
    .woocommerce-cart-form.flex{
        flex-direction: column;
    }
    .cart-details, .cart-collaterals{
        width: 100% !important;
    }
}
@media(max-width: 415px){
    .text-sm.text-gray-600 > span:first-child{
        display: none;
    }
    .text-sm.text-gray-600 > span:nth-child(2){
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .text-sm.text-gray-600 > span:nth-child(2) > strong:first-child{
        margin-left: auto;
    }
}