/**
* 2007-2017 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-2017 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.
*/

#agecontrol_box {
    z-index: 99999;
}

#agecontrol_outer {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

#agecontrol_inner {
    z-index: 10000;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff!important;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    opacity: 1!important;
    /*margin-top: -207px;*/
    /*margin-left: -190px;*/
    /*width: 380px;*/
    /*padding-top: 20px;*/
}

#agecontrol_inner > div {
    opacity: 0;
}

#agecontrol_inner_box {
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff!important;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    opacity: 1!important;
    width: 650px;
    /*margin-top: -207px;*/
    /*margin-left: -190px;*/
    /*width: 380px;*/
    /*padding-top: 20px;*/
}

.agecontrol_img {
    display: flex;
    justify-content: center;
    margin: 50px 0 11px;
}

.agecontrol_img img {
    width: 80px;
}

/*#agecontrol_inner_box div p {*/
/*    color: white;*/
/*}*/

.age_title p {
    font-size: 30px!important;
    line-height: 1.7!important;
    font-weight: 800!important;
    margin-bottom: 0!important;
}

.age_text p{
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #202020;
    width: 85%;
    margin: 0 auto 17px;
    line-height: normal;
}

.age_buttons {
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

#confirmb {
    font-size: 18px;
    padding: 12px 40px;
    border: 1px solid #913BFA;
    background: #913BFA;
    font-weight: 800;
    color: white;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 90px;
    font-family: 'Inter'!important;
    transition: 0.3s;
    cursor: pointer;
    /*width: 165px;*/
}

#confirmb:hover {
    background: #3C0B78;
    border-color: #3C0B78;
}

#declineb {
    font-size: 18px;
    padding: 12px 40px;
    background: none;
    border: 1px solid #913BFA;
    font-weight: 800;
    color: #913BFA;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 90px;
    font-family: 'Inter'!important;
    cursor: pointer;
    transition: 0.3s;
}

.age_day {
    text-align: center;
    font-size: 16px;
    letter-spacing: .065em;
    padding: 10px 14px;
    border: 2px solid white;
    background: none;
    color: white;
    margin: 0;
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    width: 80px;
    height: 45px;
}

.age_month {
    text-align: center;
    font-size: 16px;
    letter-spacing: .065em;
    padding: 10px 14px;
    border: 2px solid white;
    background: none;
    color: white;
    margin: 0;
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    width: 80px;
    height: 45px;
}

.age_year {
    text-align: center;
    font-size: 16px;
    letter-spacing: .065em;
    padding: 10px 14px;
    border: 2px solid white;
    background: none;
    color: white;
    margin: 0;
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    width: 80px;
    height: 45px;
}

.age_buttons input::-webkit-input-placeholder {
    color: white !important;
}
 
.age_buttons input:-moz-placeholder { 
    color: white !important;  
}
 
.age_buttons input::-moz-placeholder { 
    color: white !important;  
}
 
.age_buttons input:-ms-input-placeholder {  
    color: white !important;  
}

#declineb:hover {
    color: #fff;
    border-color: #913BFA;
    background: #913BFA;
}

@media(max-width: 480px) {
    #agecontrol_inner {
        width: 350px;
        /*margin-left: -150px;*/
    }
    
    #agecontrol_inner_box {
        width: 350px;
        /*margin-left: -150px;*/
    }

    .agecontrol_img {
        margin: 25px 0 11px;
    }

    .age_title p {
        line-height: normal!important;
        font-size: 25px!important;
        margin-bottom: 5px!important;
    }
    
    #confirmb {
        /*width: 110px;*/
        font-size: 14px;
        padding: 8px 25px;
    }
    
    #declineb {
        /*width: 110px;*/
        font-size: 14px;
        padding: 8px 25px;
    }
    
    .age_buttons {
        width: 234px;
        margin-bottom: 25px;
    }
}