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


/***********************START THEME_CONTOL*****************/
.tvcmstheme-control .tvtheme-option{
    border: none;
    margin: 0 auto;
    float: right;
}
.tvcmstheme-control{
    position: fixed;
    z-index: 100;
    top:80px;
    right: -370px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.tvcmstheme-control.open {
    right: 0;
    left: auto;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.tvcmstheme-control table{
    width: 100%;
}
.tvcmstheme-control .tvtheme-control-wrapper.open{
    display: block;
}
.tvcmstheme-control .tvtheme-control-icon i{
    font-size: 24px;
    color: #ffffff;
    position: relative;
    height: 44px;
    line-height: 42px;
}
.tvcmstheme-control .tvtheme-control-icon:hover i{
    color: #ffffff;
}

@-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,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1-select select{
    padding: 0;
    width: 165px;
    font-size: 12px;
    height: 30px;
    border: 1px solid #e5e5e5;
}
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select:focus,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1-select select:focus{
    outline: none;
}
.tvcmstheme-control .tvtheme-control-wrapper{
    width: 370px;
    border-radius: 0;
    padding: 0;
    max-height: calc(100vh - 210px);
    background-color: #ffffff;
    text-align: center;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    /*height:490px;*/
    overflow-y: scroll; 
}
.tvcmstheme-control .tvtheme-control-wrapper.open{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); 
}
.tvthemecontrol-heading {
    background-color: #333333;
    padding: 11px 15px;
}
#order-confirmation .tvcmstheme-control .tvtheme-control-wrapper table td{
    border: none;
}
.tvcmstheme-control.active {
    right: 0;
} 
.tvtheme-control-wrapper{
    color: #222222;
}
.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,
.tvcolor-two-theme-name,
.tvtheme-body-background-pattern-name{
    font-size: 14px;
    padding: 6px 0;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
}
.tvtheme-control-wrapper .tvtheme-option .btn-default {
    background-color: #333333;
}
.tvtheme-control-wrapper .tvtheme-option .btn-primary {
    background-color: #e02b35;
    color: #ffffff;
}
.tvtheme-control-wrapper .tvtheme-option .toggle-handle {
    background-color: #ffffff;
}
.tvtheme-control-wrapper .tvtheme-color-box{
    float: right;
}
.tvtheme-control-wrapper .tvtheme-color-box input{
    width: 165px;
}
.tvtheme-control-wrapper .tvall-theme-content{
    margin-bottom: 15px;
    text-align: center;
}
.tvtheme-control-wrapper .tvtheme-color-one{
    margin-bottom: 10px;
    overflow: hidden;
}
.tvtheme-control-wrapper td{
    padding:4px 0;
}
.tvtheme-control-wrapper .tvtheme-option .btn-primary{
    background-color: #222222;
    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;
}
.last-child .tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select,
.last-child .tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1 select,
.last-child .tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-2 select{
    direction: ltr;
}
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select::-ms-expand,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1 select::-ms-expand,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-2 select::-ms-expand{
    display: none;
}
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select option,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1 select option,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-2 select option{
    background-color: #ffffff;
    color: #222222;
}
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select option:hover,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-1 select option:hover,
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-title-font-2 select option:hover {
    background-color: #e02b35;
    color: #ffffff;
}
.tvtheme-control-wrapper .tvtheme-color-box input{
    border:none;
    height: 25px;
    padding: 0 32px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}
.tvtheme-control-wrapper .tvtheme-control-title-name{
    float: left;
}
.tvtheme-control-wrapper .tvtheme-control-reset{
    margin: 15px 0;
}
.tvtheme-control-wrapper .toggle.btn {
    min-width: 70px;
    min-height: 30px;
}
.tvtheme-control-wrapper .tvtheme-option .toggle-off.btn {
    padding: 6px 0 6px 20px;
}
.tvtheme-control-wrapper .tvtheme-option .toggle-on.btn {
    padding: 6px 20px 6px 0px;
}
.tvtheme-control-wrapper td {
    padding: 11px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.tvtheme-control-title-name-reset-btn{
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}
.tvtheme-control-title-name-reset-btn p{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}
.tvtheme-control-wrapper .tvtheme-control-reset:focus{
    outline: none;
}
.tvtheme-control-wrapper .tvtheme-all-pattern-wrapper,
.tvtheme-control-wrapper .tvtheme-all-body-pattern-wrapper,
.tvtheme-all-body-pattern{
    width: 330px;
    margin: 40px 0 0 0;
    overflow: hidden;
}
.tvtheme-control-wrapper .tvtheme-all-pattern,
.tvtheme-all-body-pattern-wrapper .tvtheme-all-body-pattern{
    width: 22px;
    height: 22px;
    background-color: #FFF;
    float: left;
    margin: 0 5px 5px 0;
    cursor: pointer;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.16);
}
.tvtheme-control-wrapper .tvtheme-all-pattern .tvtheme-pattern-image:hover,
.tvtheme-control-wrapper .tvtheme-all-pattern .tvtheme-pattern-image.active,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image:hover,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image.active{
    border: 2px solid #909090;
}
.tvtheme-control-wrapper .tvtheme-all-pattern .tvtheme-pattern-image,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image{
    width: 22px;
    height: 22px;
    border-radius: 0;
    border:1px solid #e5e5e5;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image1,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image1{
    background-position: 0 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image2,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image2{
    background-position: -24px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image3,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image3{
    background-position: -48px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image4,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image4{
    background-position: -72px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image5,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image5{
    background-position: -96px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image6,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image6{
    background-position: -120px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image7,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image7{
    background-position: -144px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image8,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image8{
    background-position: -170px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image9,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image9{
    background-position: -192px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image10,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image10{
    background-position: -217px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image11,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image11{
    background-position: -240px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image12,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image12{
    background-position: -264px 0;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image13,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image13{
    background-position: 0 -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image14,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image14{
    background-position: -24px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image15,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image15{
    background-position: -48px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image16,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image16{
    background-position: -72px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image17,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image17{
    background-position: -96px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image18,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image18{
    background-position: -120px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image19,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image19{
    background-position: -144px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image20,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image20{
    background-position: -170px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image21,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image21{
    background-position: -192px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image22,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image22{
    background-position: -217px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image23,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image23{
    background-position: -240px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image24,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image24{
    background-position: -264px -24px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image25,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image25{
    background-position: 0 -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image26,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image26{
    background-position: -24px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image27,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image27{
    background-position: -48px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image28,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image28{
    background-position: -72px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image29,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image29{
    background-position: -96px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image30,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image30{
    background-position: -120px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image31,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image31{
    background-position: -144px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image32,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image32{
    background-position: -170px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image33,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image33{
    background-position: -192px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image34,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image34{
    background-position: -217px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image35,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image35{
    background-position: -240px -48px;
}
.tvtheme-all-pattern-wrapper .tvtheme-pattern-image36,
.tvtheme-all-body-pattern .tvtheme-body-pattern-image36{
    background-position: -264px -48px;
}
.tvcms_theme_active{
    border: 2px solid #f00;
}
.tvtheme-control-wrapper .tvtheme-bgcolor-box input,
.tvtheme-control-wrapper .tvtheme-color-box input {
    height: 28px;
    padding: 0 0 0 32px;
    width: 100%;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}
.tvtheme-bgcolor-box .minicolors-theme-default.minicolors {
    float: right;
}
.tvtheme-left-sticky {
    display: none;
}
.tvtheme-control-wrapper .tvtheme-option .toggle-off.btn {
    padding: 8px 0 8px 20px;
}
.tvtheme-control-wrapper .tvtheme-option .toggle-on.btn {
    padding: 8px 20px 8px 0px;
}
.tvtheme-control-wrapper .tvtheme-control-reset:hover {
    background-color: #222222;
}
.tvcmstheme-control .tvtheme-body-background-patten p.notice,
.tvcmstheme-control .tvtheme-background-patten p.notice {
    color: #666666;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 6px;
    font-weight: 400;
}
.lang-rtl  .tvtheme-control-wrapper .tvtheme-color-box ,
.lang-rtl .tvtheme-control-wrapper .tvtheme-all-pattern {
    float: right;
}
@media (max-width: 767px){
        .tvcmstheme-control{
            display: none;
        }
}
.tvcmstheme-control .tvtheme-control-icon:after{
position: absolute;
    content: "";
    background-image: url(../img/download.png);
    width: 50px;
    height: 50px;
    left: -30px;
    top: -30px;
    animation: cnew 1s infinite;
    -webkit-animation: cnew 1s infinite;
}
@keyframes cnew {
    0% {
        transform: scale(.85);
        -webkit-transform: scale(.85);
        -o-transform: scale(.85);
        -ms-transform: scale(.85);
        -moz-transform: scale(.85);
    }

    20% {
        transform: scale(1)
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }

    40% {
        transform: scale(.85)
        -webkit-transform: scale(.85);
        -o-transform: scale(.85);
        -ms-transform: scale(.85);
        -moz-transform: scale(.85);
    }

    60% {
        transform: scale(1)
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }

    80% {
        transform: scale(.85)
        -webkit-transform: scale(.85);
        -o-transform: scale(.85);
        -ms-transform: scale(.85);
        -moz-transform: scale(.85);
    }

    100% {
        transform: scale(.85)
        -webkit-transform: scale(.85);
        -o-transform: scale(.85);
        -ms-transform: scale(.85);
        -moz-transform: scale(.85);
    }
}
#TVCMSCUSTOMSETTING_LIHGT_MODE_INPUT,
#TVCMSCUSTOMSETTING_DARK_MODE_INPUT{
    display: none;
    visibility: hidden;
}
/***********************END THEME_CONTOL*****************/
.tvtheme-theme-mode-wrapper {
    float: right;
}
.tvtheme-theme-mode label {
    position: relative;
}
.tvtheme-theme-mode-wrapper td {
    padding: 0 15px;
}
.tvtheme-theme-mode .darkModeWrapper img {
    border: 1px solid #333232;
    border-radius: 10px;
    cursor: pointer;
}
.tvtheme-theme-mode img {
    max-height: 95px;
}
.tvtheme-theme-mode .tvcheck-popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #ffffff;
    text-align: center;
    width: 26px;
    height: 26px;
    background: #38a500;
    border-radius: 100%;
    padding: 3px;
    display: none;
}
.tvtheme-theme-mode .tvcheck-popup i {
    font-size: 20px;
}
.tvtheme-control .box input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.tvtheme-control .box label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    height: 33px;
    background: #bbbbbb;
    display: block;
    border-radius: 3px;
    padding: 4px;
    position: relative;
}
.tvtheme-control .box label:after {
    content: '';
    position: absolute;
    left: 4px;
    right: auto;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}
.tvtheme-control .box input:checked + label {
    background: #373737;
}
.tvtheme-control .box input:checked + label:after {
    left:95%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tvtheme-control .box label:active:after {
    width: 45px;
}
/*.tvcmstheme-control .tvtheme-option{
    border: none;
    margin: 0 auto;
}*/
.tvcmstheme-control .tvtheme-control-icon i{
    -webkit-animation-name: none;
    animation: none;
}
.minicolors-theme-default.minicolors{
    vertical-align: top;
}