/**
* 2007-2020 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-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

input,
input:focus {
    outline: none;
}
#tvcmsNewsLetterPopup {
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.tvcmsnewsletterpopup {
    display: block;
    border: 5px solid #c3c1c19e;
    background-color: #fff;
    width: 100%;
    height: 100%!important;
    background-repeat: repeat;
    vertical-align: top;
    box-shadow: 0 0 40px 15px rgba(0,0,0,.2);
}
.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper {
    width: 100%
}
.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper,
.tvcmsnewsletterpopup #newsletter_block_popup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
#newsletter_block_popup {
    display: block;
    padding: 30px 10px;
    width: 100%;
    background-color: rgba(23,200,130,.0392156862745098);
}
.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper img {
    width: 100%;
    max-height: 100%;
    height: auto;
}
.tvcmsNewsLetterPopup-i {
    margin: 0 auto;
    max-width: 800px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon {
    font-weight: 400;
    height: 40px;
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 40px;
    right: 15px;
    top: 0;
    z-index: 9;
    text-shadow: none;
}
.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon:after{
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 55px 0 0 55px;
    border-color: #dad6d69c transparent transparent transparent;
    right: 5px;
    top: 5px;
    z-index: -1;
}
.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon i {
    color: #000;    
    font-size: 24px;
}
.tvcmsNewsLetterPopup-i button:focus {
    outline: none;
}

#newsletter_block_popup .tvnewsletter-popup-wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-img-wrapper,
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-input-wrapper {
    display: inline-block;
}
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-img-wrapper {
    margin-right: 10px;
}
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-img-wrapper img {
    border: 2px solid #eee;
    height: 40px;
}
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-input-wrapper input {
    width: 100%;
    height: 40px;
    padding: 10px 10px;
    border: 1px solid #eee;
}

#newsletter_block_popup .block_content .tvcmsnewsletterpopupContent {
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}
#newsletter_block_popup .block_content .tvcmsnewsletterpopupAlert {
    color: #ffcc01;
    font-size: 14px;
}
#newsletter_block_popup .block_content .inputNew {
    background-color: #fff;
    height: 40px;
    padding: 0 15px;
    width: 88%;
    margin-bottom: 20px;
    height: 34px;
    border: 1px solid #eeeeee;
}
#newsletter_block_popup .block_content .inputNew::placeholder,
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-input-wrapper input::placeholder {
    font-size: 14px;
    color: #a8a8a8;
    font-style: italic;
}

#newsletter_block_popup .newsletter_block_popup-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
    display: inline;
    line-height: 24px;
    margin-right: 5px;
}
#newsletter_block_popup .newsletter_block_popup-bottom .tvcmsnewsletterpopup_newsletter_dont_show_again {
    letter-spacing: 2px;
    color: #ababab;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.tvnewsletterpopup-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.tvnewsletter-social-icon {
    position: relative;
}
.tvnewsletter-social-icon li span {
    height: 40px;
    width: 40px;
    display: block;
    margin-bottom: 0;
    float: left;
}
.tvnewsletter-social-icon ul {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#newsletter_block_popup .block_content .newsletter_title h3 {
    font-weight: 600;
    font-size: 26px;
    color: #333333;
    margin: 0 0 10px;
    text-transform: none;
}
#newsletter_block_popup .block_content .inputNew::placeholder,
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-input-wrapper input::placeholder{
    font-size: 12px;
}

#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-input-wrapper input,
#newsletter_block_popup .tvnewsletter-popup-wrapper .tvnewsletter-popup-img-wrapper img{
    height: 34px;
} 
#newsletter_block_popup .block_content .send-reqest:hover {
    background-color: #222;
    color: #FFF;
}
#newsletter_block_popup .ttvall-inner-btn .tvbtn-text{
    line-height: normal;
}
#newsletter_block_popup .block_content .send-reqest{
    margin-bottom: 15px;
    cursor: pointer;
}
@media(max-width: 991px){
    .tvcmsNewsLetterPopup-i{
        max-width: 700px;
    }
    #newsletter_block_popup .block_content .newsletter_title h3{
        font-size: 23px;
    }
}
@media(max-width: 767px) {
    #newsletter_block_popup .block_content .newsletter_title h3 {
        font-size: 20px;
    }
    #newsletter_block_popup .block_content .tvcmsnewsletterpopupContent {
        font-size: 14px;
        line-height: 25px;
        font-weight: 500;
    }
    .tvcmsNewsLetterPopup-i {
        max-width: 400px;
        margin: 0 auto;
    }
    .tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper img {
        width: 100%;
        max-height: 100%;
        height: auto;
    }
    .tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper {
        width: 100%;
    }
    #newsletter_block_popup {
        width: 100%;
    }
    .tvcmsnewsletterpopup {
        text-align: center;
        display: block;
    }
    .tvnewsletter-social-icon li span {
        width: 30px;
        height: 30px;   
    }
    
}
@media (max-width: 575px){
    #newsletter_block_popup{
        padding: 15px;
    }
    #newsletter_block_popup .block_content .newsletter_title h3{
        font-size: 18px;
    }
    #newsletter_block_popup .block_content .tvcmsnewsletterpopupContent{
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        letter-spacing: .5px;
    }
    .tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper img {
        max-height: inherit; 
        height: auto;
    }
}

.lang-rtl #newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
    margin-right: 0;
    margin-left: 5px;
}