.custom_subtotal {
    width: 40%;
    float: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: 50px;
}

.woocommerce table.cart .product-name {
    width: 500px;

}

span.installments_price.single {
    display: block;
}

.installment_prefix,
.installment_suffix {
    color: #b5b5b5;
    font-weight: 100;
    font-size: 12px;
}

.installment_amount {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 12px;
}

/* Sticky bar */
.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

/* .catc-price button.single_add_to_cart_button.button.alt {
    min-width: auto;
    margin-right: 60px;
} */

.catc-left {
    display: none;
}

.catc-right {
    width: 100%;
}
.product_thumbnail_wrapper:hover .product_thumbnail.with_second_image.second_image_loaded img.product_thumbnail_background {
    opacity: 1 !important;
} 
@media screen and (min-width: 480px) {
    .catc-price button.single_add_to_cart_button.button.alt {
        width: 200px !important;
    }
}

@media screen and (min-width: 1024px) {
    .catc-right {
        width: auto;
    }

    .catc-left {
        display: flex;
    }

    .catc-price button.single_add_to_cart_button.button.alt {
        margin-right: 0;
    }
}

@media screen and (min-width: 1600px) {
    .catc-price button.single_add_to_cart_button.button.alt {
        margin-right: 20px;
    }
}

.catc-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catc-price p.price,
.catc-title p {
    margin-bottom: 0;
}

.catc-price span.woocommerce-Price-amount.amount {
    margin-right: 30px;
}


@media (max-width: 1023px) {
    .cst-button {
        width: auto;
    }

    .cart-sticky-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        height: auto;
    }

    .cst-button a.checkout-button.button.alt.wc-forward {
        min-width: 200px;
    }
}