/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 22:09:58 */
//fix

a.added_to_cart.wc-forward {
    position: absolute;
    width: 92px;
    font-family: 'din';
    color: #C20E1A;
    font-weight: 700;
    bottom: -24px;
    left: -27px;
    font-size: 0;
    z-index: 10;
}



a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #C20E1A;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.4s ease ;
	padding: 0px ;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
	background: #000 ;
}

a.added_to_cart.wc-forward::after {
    content: "Voir le panier";
    font-size: 15px;
}

a.button.loading{
    opacity: .25;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.disable{
	cursor: not-allowed ;
	pointer-events: none ;
}

a.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: -15px;
    right: -9px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}