/**
* 2007-2019 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-2019 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 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;*/
}

.tvcmsnewsletterpopup {
    width: 100%;
    height: 100% !important;
    background-repeat: repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    box-shadow: 0 0px 40px 15px rgba(0,0,0,0.2);
}
.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper {
    width: 40%;
}
.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper,
.tvcmsnewsletterpopup #newsletter_block_popup {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.tvcmsnewsletterpopup .tvnewslatter-popup-img-wrapper img {
    width: 100%;
    max-height: 100%;
    height: 100%;
}
.tvcmsNewsLetterPopup-i {
    margin: auto;
    height: 400px;
    left: 0;
    right: 0;
    padding: 0 15px;
    max-width: 885px;
    max-height: 400px;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.tvcmsNewsLetterPopup-i .close {
    border-radius: 100%;
    font-weight: normal;
    height: 40px;
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 40px;
    right: 15px;
    top: 0;
    z-index: 9;
}
.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon {
    background-color: #000000;
    height: 40px;
    width: 40px;
    margin: auto;
    line-height: 40px;
    border-radius: 0;
}
.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon i {
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
}
.tvcmsNewsLetterPopup-i button:focus {
    outline: none;
}
#newsletter_block_popup {
    width: 60%;
    padding: 15px;
    text-align: center;
}
#newsletter_block_popup .block_content {}
#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 .newsletter_title {}
.tvcmsNewsLetterPopup {
    padding-right: 0 !important;
}
#newsletter_block_popup .block_content .newsletter_title h3 {
    font: 500 30px/normal;
    color: #333333;
    margin: 0 0 10px;
    text-transform: none;
}
#newsletter_block_popup .block_content .tvcmsnewsletterpopupContent {
    color: #666666;
    font: 500 16px/25px;
    margin-bottom: 20px;
}
#newsletter_block_popup .block_content .tvcmsnewsletterpopupContent p {
    margin: 0;
}
#newsletter_block_popup .block_content .tvcmsnewsletterpopupAlert {
    color: #ffcc01;
    font-size: 14px;
}
#newsletter_block_popup .block_content .inputNew {
    background-color: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 20px;
}
#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 .block_content .send-reqest {
    margin-bottom: 20px;
}

#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 {
    color: #888888;
    font-size: 14px;
    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;
}
/*.tvnewsletter-social-icon ul li {
    overflow: hidden;
}
.tvnewsletter-social-icon .facebook .facebook-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -49px;
}
.tvnewsletter-social-icon .twitter .twitter-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -94px;
}
.tvnewsletter-social-icon .rss .rss-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -4px;
}
.tvnewsletter-social-icon .youtube .youtube-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -137px;
}
.tvnewsletter-social-icon .googleplus .googleplus-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -227px;
}
.tvnewsletter-social-icon .pinterest .pinterest-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -182px;
}
.tvnewsletter-social-icon .vimeo .vimeo-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -318px;
}
.tvnewsletter-social-icon .instagram .instagram-icon {
    background-image: url(../img/sprite.png);
    background-position: -106px -272px;
}*/
@media(max-width: 770px) {
    #newsletter_block_popup .block_content .newsletter_title h3 {
        font: 500 26px/normal;
    }
    #newsletter_block_popup .block_content .tvcmsnewsletterpopupContent {
        font: 500 14px/20px;
    }

}
@media(max-width: 575px) {
    .tvcmsNewsLetterPopup-i {
        max-height: 100%;
        height: 550px;
        max-width: 400px;

    }
    .tvall-inner-btn-cancel span, .tvall-inner-btn span{
        font-size: 14px;
    }
    .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;   
    }
}
.lang-rtl #newsletter_block_popup .newsletter_block_popup-bottom .subscribe-bottom {
    margin-right: 0;
    margin-left: 5px;
}
/****************catelog **********************/
@media(max-width: 575px){
    .tvcatlog-button-wrapper {
        display: flex;
        justify-content: center;
    }
    .tvproduct-cart-catalog-btn {
        float: left;
        margin: 0 15px;
    }
}
/*********************** darshna theme control ********************/
/*********************** theme control ****************/
/*.tvcmstheme-control .tvtheme-option{
    border: 2px solid #fff;
}
.tvcmstheme-control{
    position: fixed;
    z-index: 100;
    top:70px;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none;
}
.tvcmstheme-control table{
    width: 100%;
}
.tvcmstheme-control .tvtheme-control-icon{
    width: 44px;
    height: 44px;
    background-color: #27ca80;
    line-height: 47px;
    text-align: center;
    float: left;
    position: absolute;
    left: -44px;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
    box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.30);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tvcmstheme-control .tvtheme-control-icon:hover{
   background-color: #000;
}
.tvcmstheme-control .tvtheme-control-icon i{
    font-size: 24px;
    color: #fff;
    position: relative;
    top: -2px;
    height: 45px;
    line-height: 45px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tvcmstheme-control .tvtheme-control-icon:hover i{
    color: #FFF;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select{
    padding: 0;
    width: 165px;
    font-size: 14px;
    height: 30px;
}
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select:focus{
    outline: none;
}
.tvcmstheme-control .tvtheme-control-wrapper{
    width: 500px;
    height: auto;
    padding:15px 30px;
    background-color: rgba(0, 0, 0, 0.78);
    overflow: hidden;
}
#order-confirmation .tvcmstheme-control .tvtheme-control-wrapper table td{
    border: none;
}
.tvcmstheme-control.active {
    right: 0;
} 
.tvtheme-control-wrapper{
    color: #FFF;
}
.tvtheme-control-wrapper .tvselect-theme-name,
.tvtheme-control-wrapper .tvcolor-theme-name,
.tvtheme-control-wrapper .tvtheme-layout-name,
.tvtheme-control-wrapper .tvtheme-animation-name,
.tvtheme-control-wrapper .tvtheme-page-loader-name,
.tvtheme-control-wrapper .tvtheme-left-sticky-name,
.tvtheme-control-wrapper .tvtheme-right-sticky-name,
.tvtheme-control-wrapper .tvtheme-menu-sticky-name,
.tvtheme-control-wrapper .tvbgcolor-theme-name,
.tvtheme-control-wrapper .tvtheme-background-pattern-name{
    margin: 0 0 5px 0;
}
.tvtheme-control-wrapper .tvtheme-color-box{
    float: left;
}
.tvtheme-control-wrapper .tvtheme-color-box input{
    width: 165px;
}
.tvtheme-control-wrapper .tvall-theme-content{
    margin-bottom: 15px;
}
.tvtheme-control-wrapper .tvtheme-color-one{
    margin-bottom: 10px;
    overflow: hidden;
}
.tvtheme-control-wrapper td{
    padding:7px 0;
}
.tvtheme-control-wrapper .tvtheme-option .btn-primary{
    background-color: #27ca80;
    color: #fff;
    text-align: center;
    border: none;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.tvtheme-control-wrapper .tvtheme-option .btn-default{
    background-color: #888;
    color: #FFF;
    text-align: center;
    margin: 0;
    border: none;
    text-transform: uppercase;
}
.tvtheme-control-wrapper .tvtheme-option .toggle-handle{
    background-color: #FFF;
    padding: 0px 20px;
}
.tvtheme-control-wrapper .tvtheme-color-box input{
    border:none;
    height: 30px;
    padding: 0 5px;
}
.tvtheme-control-wrapper .tvtheme-control-title-name{
    float: left;
}
.tvtheme-control-wrapper .tvtheme-control-reset{
    background-color:#999;
    margin-bottom: 15px;
    border: none;
    color: #FFF;
    padding: 5px 15px;
    text-transform: uppercase;
    border:1px solid #eee;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
}
.tvtheme-control-title-name-reset-btn{
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}
.tvtheme-control-title-name-reset-btn p{
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #ffffff;
}
.tvtheme-control-wrapper .tvtheme-control-reset:focus{
    outline: none;
}
.tvtheme-control-wrapper .tvtheme-all-pattern-wrapper{
    width: 185px;
}
.tvtheme-control-wrapper .tvtheme-all-pattern{
    width: 22px;
    height: 22px;
    background-color: #FFF;
    float: left;
    margin: 0 5px 5px 0;
    cursor: pointer;
}
.tvtheme-control-wrapper .tvtheme-all-pattern .tvtheme-pattern-image:hover{
    border: 2px solid #909090;
}
.tvtheme-control-wrapper .tvtheme-all-pattern .tvtheme-pattern-image{
    width: 22px;
    height: 22px;
    border:1px solid #eee;
}
.tvcms_theme_active{
    border: 2px solid #f00 !important;
}
.tvtheme-control-wrapper .tvtheme-bgcolor-box input{
    width: 165px;
}
.tvtheme-background-patten p.notice{
    font-size: 10px;
    display: block;
    float: left;
}
.tvtheme-left-sticky {
    display: none;
}
@media (max-width: 767px){
    .tvcmstheme-control{
        display: none;
    }
}
.tvtheme-color-two{
    display: none !important;
}
/************************ end thme control ************************/