/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.eligible-btn {
    background: #fff;
    border: 1px solid #af313b;
    color: #737373;
    padding: 7px 30px;
}

#serial-number-verif .fade.out {
    height: 0;
    margin: 0;
    padding: 0;
}

#serial-number-verif .fade.in {
    height: auto;
}

#serial-number-verif label {
    font-family: 'Futura Std Book';
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #383838;
}

div#serialmsg {
    color: #b03640;
    font-weight: bold;
    text-transform: uppercase;
}
#serial-number-verif .info-check-serial {
    font-size: 13px;
    margin-top: 5px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
#serial-number-verif .text-danger, #serial-number-verif .text-success {
    margin-top: 10px;
    font-weight: bold;
}

#serial-number-verif select#cookRef, #serial-number-verif input#inputserial {
    border-radius: 5px !important;
}
#product.product-id-279 .product-quantity-top, .product-quantity.product-quantity-cart-279 {
    display: none;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
