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

#newsletterpop_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    overflow-y: scroll;
}

#newsletterpop_box {
    width: 780px;
    height: 445px;
    padding-bottom: 40px;
    background: #fff;
    margin: 10% auto 0;
    -webkit-box-shadow: 0 -2px 47px -5px rgba(0,0,0,.61);
    -moz-box-shadow: 0 -2px 47px -5px rgba(0,0,0,.61);
    box-shadow: 0 -2px 47px -5px rgba(0,0,0,.61);
    position: relative;
}

/*#newsletterpop_confirmm {*/
/*width: 780px;*/
/*background-color: white;*/
/*padding-bottom: 57px;*/
/*display: none;*/
/*background-repeat: repeat-x;*/
/*background-position: 10px -1px;*/
/*-webkit-box-shadow: 0px -2px 47px -5px rgba(0,0,0,0.61);*/
/*-moz-box-shadow: 0px -2px 47px -5px rgba(0,0,0,0.61);*/
/*box-shadow: 0px -2px 47px -5px rgba(0,0,0,0.61);*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*min-height: 560px;*/
/*padding-right: 20px;*/
/*padding-left: 20px;*/
/*}*/

#newsletterpop_logo {
    /*padding-top: 79px;*/
    margin: 0 auto;
    display: block;
}

#newsletterpop_title {
    color: #0d78bc;
    font-family: 'Cabin', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 44px;
    line-height: 42px;
}

#newsletterpop_description {
    font-family: sans-serif;
    text-align: center;
    line-height: 26px;
    width: 600px;
    font-size: 22px;
    color: #4e4e4e;
    margin: 35px auto 0;
    font-weight: lighter;
}

#newsletterpop_input {
    float: left;
    width: 353px;
    height: 50px;
    border: 1px solid #bdc3c7;
    color: #5a5a5a;
    font-size: 16px;
    padding-left: 13px;
    transition: 0.25s;
}

#newsletterpop_submitbox {
    width: 635px;
    margin: 0 auto;
    margin-top: 29px;
}

#newsletterpop_submit {
    float: left;
    width: 240px;
    height: 50px;
    background: #eb422f;
    color: white;
    margin-left: 13px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
}

#txtmpl {
    position: absolute;
    right: 29px;
    top: 35px;
    color: #cacaca;
    font-size: 24px;
    cursor: pointer;
}

#newsletterpop_outer {
    display: none;
}

#newsletterpop_checkpoint {
    margin: 0 auto;
    display: block;
    margin-top: 122px;
    width: 120px;
}

#newsletterpop_cmsgt {
    text-align: center;
    color: #0d78bc;
    font-size: 40px;
    font-weight: bold;
    margin-top: 44px;
    font-family: sans-serif;
}

#newsletterpop_cmsgc {
    color: #4e4e4e;
    text-align: center;
    font-size: 22px;
    font-family: sans-serif;
    width: 462px;
    margin: 39px auto 0;
    font-weight: lighter;
    line-height: 25px;
}

#newsletterpop_fname {
    float: left;
    width: 170px;
    height: 50px;
    border: 1px solid #bdc3c7;
    color: #5a5a5a;
    font-size: 16px;
    padding-left: 13px;
    transition: 0.25s;
    margin-bottom: 12px;
    margin-right: 13px;
}

#newsletterpop_lname {
    float: left;
    width: 170px;
    height: 50px;
    border: 1px solid #bdc3c7;
    color: #5a5a5a;
    font-size: 16px;
    padding-left: 13px;
    transition: 0.25s;
    margin-bottom: 13px;
    margin-right: 13px;
}

#newsletterpop_gender {
    float: left;
    width: 170px;
    height: 50px;
    border: 1px solid #bdc3c7;
    color: #5a5a5a;
    font-size: 16px;
    padding-left: 13px;
    transition: 0.25s;
}
#newsletterpop_inputs {
    height:50px;
    width: 100%;
}

.newsletterpop_logo_left {
    float: left;
    margin-left: 20px;
}

.newsletterpop_desc_left {
    float: left;
    margin-left: 35px;
}

.newsletterpop_logo_right {
    float: right;
    margin-right: 22px;
}

.newsletterpop_desc_right {
    float: right;
    margin-right: 20px;
}

@media(max-width: 858px) {
    #newsletterpop_box {
        width: 86%;
    }

    #newsletterpop_title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #newsletterpop_description {
        width: 80%;
    }

    /*#newsletterpop_confirmm {*/
    /*width: 100%;*/
    /*}*/

    #newsletterpop_cmsgc {
        width: 85%;
    }
}

@media(max-width: 747px) {
    #newsletterpop_input {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }

    #newsletterpop_submit {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #newsletterpop_fname {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    #newsletterpop_lname {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    #newsletterpop_gender {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    #newsletterpop_submitbox,#newsletterpop_inputs {
        width: 100%;
    }
}

@media(max-width: 453px) {
    #newsletterpop_fname {
        width: 85% !important;
    }

    #newsletterpop_lname {
        width: 85% !important;
    }

    #newsletterpop_gender {
        width: 85% !important;
        margin-bottom: 10px;
    }

    #newsletterpop_input {
        width: 85%;
    }

    #newsletterpop_submit {
        width: 85%;
    }
}

@media(max-width: 1015px) {
    .template2 {
        width: 90% !important;
    }

    .template2 #newsletterpop_description {
        width: 450px !important;
    }

    .template2 #newsletterpop_input {
        float: none;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .template2 #newsletterpop_fname {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    .template2 #newsletterpop_lname {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    .template2 #newsletterpop_gender {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    .template2 #newsletterpop_submit {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .template2 .newsletterpop_desc_left {
        margin-left: 57px;
    }

    .template2 #newsletterpop_submitbox {
        width: 90%;
    }

    .template3 {
        width: 90% !important;
    }

    .template3 #newsletterpop_description {
        width: 450px !important;
    }

    .template3 #newsletterpop_input {
        float: none;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .template3 #newsletterpop_fname {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    .template3 #newsletterpop_lname {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    .template3 #newsletterpop_gender {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 352px;
    }

    .template3 #newsletterpop_submit {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .template3 #newsletterpop_submitbox {
        width: 90%;
    }
}

@media(max-width: 959px) {
    .template2 .newsletterpop_logo_left {
        display: none;
    }

    .template2 .newsletterpop_desc_left {
        margin-left: 0;
        width: 100%;
    }

    .template3 .newsletterpop_logo_right {
        display: none;
    }

    .template3 .newsletterpop_desc_right {
        margin-right: 0;
        width: 100%;
    }
}

@media(max-width: 533px) {
    .template2 #newsletterpop_description {
        width: 85% !important;
    }

    .template3 #newsletterpop_description {
        width: 85% !important;
    }

    .template4 #newsletterpop_description {
        width: 85% !important;
    }

    .template5 #newsletterpop_description {
        width: 85% !important;
    }
}

#gdpr_consent > span > label > span:nth-child(3) {
    font-family: sans-serif;
    line-height: 26px;
    font-size: 22px;
    font-weight: lighter;
}