/**
 * MaternityMode
 * PrestaShop 8.1.2
 */



.maternity-alert {

    margin:20px 0;

    padding:20px;

    background:#fce8ef;

    border:1px solid #e7b7c5;

    border-radius:8px;

    text-align:center;

    color:#721c24;

}



.maternity-message {

    font-size:18px;

    font-weight:600;

}



.maternity-counter {

    margin-top:15px;

    padding:12px;

    background:white;

    border-radius:6px;

    font-size:16px;

}



#maternity-countdown {

    display:block;

    margin-top:5px;

    font-size:28px;

    font-weight:bold;

    color:#c2185b;

}





/*
 Boutons désactivés
 */


body.maternity-mode
.add-to-cart,
body.maternity-mode
#add-to-cart-button,
body.maternity-mode
.product-add-to-cart button {


    background:#cccccc !important;

    border-color:#cccccc !important;

    color:#666666 !important;

    cursor:not-allowed !important;

    opacity:.6;

}





body.maternity-mode
.ajax_add_to_cart_button {


    pointer-events:none;

    opacity:.5;

}




.maternity-mode .product-price {

    opacity:.7;

}