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





#newsletter-form-footer, #newsletter-form-popup{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*margin-top: 25px;*/
}


.input-type-email{
    flex: 1;
    margin-bottom: 0 !important;
    margin-right: 0px;
    padding:0px 50px;
    position: relative;
    background: transparent;
}

.popup-card .input-type-email{
    flex: 1;
    margin-bottom: 0 !important;
    margin-right: 0px;
    padding:0px 50px;
    position: relative;
    background: #f1f1f1 !important;
}


.input-type-email .form-control{

    /*background: #fff;*/
    /*background: #fff;*/
    /*height: 55px;*/
    /*border-radius: 15px 0 0 15px;*/
    border: none;
    font-size: 14px;
    /*border-radius: 50px 0 0 50px;*/
    /*padding:20px;*/
    /*color: #fff !important;*/
}

.submitnewsletter {
    font-size:11px;
    border: none;
    border-radius:50%;
    width: 50px;
    height: 50px;
    background: #35b7bd;
    padding:0;

}
.submitnewsletter:after{
    content: '\e92d';
    font-family: IcoMoon;

    font-size: 15px;
}
.message-newsletter p{
    font-size: 15px;
    /*letter-spacing: .8px;*/
}
.message-newsletter{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.message-newsletter h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    /*letter-spacing: .8px;*/
}
.message-newsletter h2.error-message-heading:before{
    content: '\e909';
    font-family: icomoon;
    color: #2b3443;
    margin-bottom: 20px;
    font-weight: normal;
    /*font-size: 50px;*/
}



@media (max-width: 767px) {
    .simple-newsletter-wrapper{
        margin-bottom: 18px;

    }
}

@media (max-width: 767px) {
    section.footer-newsletter{

        padding: 20px 50px;
    }

    .simple-newsletter-wrapper{
        width: 100%;
    }
    .input-type-email .form-control{
        /*height: 55px;*/

    }


.footer-newsletter{
    border-bottom: 0.1rem solid #242424;
    }

}

.input-type-email .email{
    /*background: #151515;*/
    border-radius: 50px 0 0 50px;
}
@media (max-width: 640px) {
    #newsletter-form-footer, #newsletter-form-popup
    {
        /*flex-direction: column;*/
    }

    .input-type-email{
        margin: 0;
        /*width: 100%;*/

    }

    .submitnewsletter{
        /*margin-top: 10px;*/
        /*width: 100%;*/
    }

    .simple-newsletter-wrapper .newsletter-Privacy-Policy p{
        margin: 0;
        font-size: 21px;
        line-height: 46px;
    }
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-container {
    background-color: white;
    border-radius: 8px;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
    overflow: hidden;
    width: 800px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

.popup-card {
    /*padding: 50px;*/
    display: table;
    zoom: 1;
}

.popup-card h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.25rem;
    margin-bottom: 15px;
}

.popup-card p {
    font-size: 12px;
    margin-bottom: 20px;
    /*letter-spacing: .8px;*/
}
#close-popup:hover,
#close-popup:focus,
#close-popup:after,
#close-popup:active{
    outline: none;
    border:none;
}
#close-popup {
    background-color: #fff;
    color: #2f313b;
    border: none;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}



body.newsletter_popup{
    overflow: hidden
}
#close-popup{

}
#close-popup:before{
    content: '\e913';
    font-family: 'icomoon';
    font-size: 17px;


    margin-right: 15px;
}

.popup-container{
    position: relative;
}
.popup-card .input-type-email .form-control{
    /*background-color: #F5F5F5;*/
}
.pp-message{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
}
.pp-message.error{

    color: red;

}
.pp-message.success{

    color: forestgreen;

}
.content-newsletter{
    display: table-cell;
    padding: 0 34px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}

.ppbtn{background: #35b7bd;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    cursor: pointer;
    border-radius: 0px;
    color: #fff;}

.ppbtn:hover,
.ppbtn:focus,
.ppbtn:active{
    border:none;
    outline:none;
}
.content-newsletter{
    background: transparent;
    border-radius: 8px;
}
.content-newsletter .input-type-email .email{
    border-radius: 8px;
    background: transparent;
}

.popup-card .input-type-email .form-control{
 border-radius: 8px;
}

@media (max-width: 840px) {
    .image-newsletter{
        display: none;
    }

    .popup-card{

        display: unset;
    }
    .popup-container{
        padding:25px;
    }
    .content-newsletter{
        display: unset;

        width: auto;
        height: auto;

    }
}

@media (max-width: 640px) {
    .popup-container{
        border-radius: 0;
    }
    .ppbtn{
        width: auto;
        margin:0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    #close-popup{
        font-size: 0px;
        padding:15px;
    }

    #close-popup:before{
        margin: 0;
        padding:0;
    }

   .content-newsletter .input-type-email .form-control{

    }

    .popup-card h2{
        font-size: 25px;
        text-align: center;
    }
}

.newsletter-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
    gap: 30px;
}

.newsletter-wrapper .newsletter-form{
    /*margin:0 auto;*/
    /*width:700px;*/

    width: 500px;
    background: #fff;
    padding: 10px;
    display: flex;
    border-radius: 50px;
    height: 70px;
}


@media(max-width: 991px){
    .newsletter-wrapper .newsletter-form{
        margin:0 auto;
        width:100%;
    }
}

@media (max-width: 767px) {
    .newsletter-wrapper .newsletter-form{
        height: 58px;
    }
}

.newsletter-wrapper .text{
    font-size: 13px;
    letter-spacing: .8px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex: 0 0 53%;*/
}
.newsletter-wrapper .text p{
    margin:0;
    font-size: 13px;
    color: #fff;
    font-weight: 200;

}

.newsletter-wrapper .newsletter-title{
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;

    color: #35b7bd;
    margin-bottom: 5px;
}

.footer-newsletter-wrapper{
    padding:35px 0;
    /*background: #f1f1f1;*/
    /*border-bottom: 1px solid #e9e9e9;*/
    /*border-bottom: 1px solid #353535;*/
    border-bottom: 1px solid #41434b;
}

.footer-newsletter-wrapper:before{

}

.footer-newsletter-wrapper .container{
    /*width: 850px;*/
}
.newsltter-left{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    /*padding-left: 50px;*/
   border-right: 1px solid #353535;
}
.icon-newsletter:before{
content: '\e934';
    color: #35b7bd;
font-family: IcoMoon;
    font-size:40px;
    padding-right: 20px;
}

@media(max-width: 991px){
    .footer-newsletter-wrapper .container{
        width: 100%;
    }
    .footer-newsletter-wrapper{
        padding:32px 0;
    }
    .newsletter-wrapper{
        flex-direction: column;
    }
    .newsltter-left{
        border:none;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .submitnewsletter{
        font-size:0px;
    }
    .submitnewsletter:after{
        font-size:20px;
        padding:0;
    }
    .icon-newsletter:before{
        font-size: 28px;
    }
}

.newsletter-form-footer .form-control{
    background: transparent !important;
}

#newsletter-form-footer .input-type-email .form-control{
    background: transparent !important;
}

