/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 22:11:33 */
//fix

body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
    display: flex;
    flex-direction: row-reverse;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
}

ol.flex-control-nav.flex-control-thumbs{
	display: flex ;
	flex-wrap: wrap ;
}


body.single-product a.added_to_cart.wc-forward::after {
    content: "Voir le panier";
    font-size: 15px;
    position: fixed;
    right: 0;
    top: 200px;
    background: #C20E1A;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px 0 0 50px;
    z-index: 101;
}

.quantity {
        margin-bottom: 20px !important;
        justify-content: left;
}

button.sgi-single-add-to-cart.single_add_to_cart_button.button.alt {
    margin: 0 !important;
    background: #C20E1A;
    border-radius: 0;
    text-transform: uppercase;
    width: 100%;
    font-family: 'DIN';
    font-size: 18px;
    line-height: 21px;
    padding: 20px 0;
    font-weight: 700;
}

span.sgi-installment {
    color: #888B8D;
    font-size: 16px;
    font-family: 'DIN';
    font-weight: 500;
    line-height: 19.5px;
}

body.single-product .sgi-single-add-to-cart.single_add_to_cart_button.button.alt.loading::after {
    top: 32%;
}

