/**
* 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
*/


/***********************START THEME_CONTOL*****************/
.tvcmstheme-control .tvtheme-option{
    border: 2px solid #e6e6e6;
    margin: 0;
}
.tvcmstheme-control{
    position: fixed;
    z-index: 100;
    top:80px;
    right: -300px;
    -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;
    -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-icon{
    width: 44px;
    height: 44px;
    background-color: #222222;
    line-height: 47px;
    text-align: center;
    float: left;
    position: absolute;
    left: -44px;
    cursor: pointer;
    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-wrapper.open{
	display: block;
}
.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: 12px;
    height: 30px;
    border: 1px solid #e6e6e6;
}
.tvcmstheme-control .tvtheme-control-wrapper .tvselect-theme select:focus{
    outline: none;
}
.tvcmstheme-control .tvtheme-control-wrapper{
    width:250px;
    height: auto;
    padding:15px 30px;
    background-color: #fafafc;
    overflow: hidden;
    border-radius: 0 7px 7px 7px;
    box-shadow: 0 14px 27px rgba(0,0,0,.1);
    border: 1px solid #e6e6e6;
    display: block;
}
#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{
    font-size: 12px;
}

.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: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;
}
.tvtheme-control-wrapper .tvtheme-color-box input{
    border:none;
    height: 25px;
    padding: 0 32px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
}
.tvtheme-control-wrapper .tvtheme-control-title-name{
    float: left;
}
.tvtheme-control-wrapper .tvtheme-control-reset{
    background-color:#999;
    margin-bottom: 5px;
    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: 5px;
    color: #222222;
}
.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,
.tvtheme-control-wrapper .tvtheme-all-pattern .tvtheme-pattern-image.active{
    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;
    border: 1px solid #e6e6e6;
    height: 25px;
    padding: 0 32px;
    font-size: 12px;
}
.tvtheme-background-patten p.notice{
    font-size: 10px;
    display: block;
    float: left;
}
.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;
}
@media (max-width: 767px){
        .tvcmstheme-control{
            display: none;
        }
}

.tvtheme-color-two{
    display: none !important;
}
.tvtheme-control-wrapper .tvtheme-control-reset:hover {
    background-color: #222222;
}
.tvcmstheme-control .tvtheme-background-patten p.notice {
    color: #222222;
    margin-bottom: 0;
}
.lang-rtl  .tvtheme-control-wrapper .tvtheme-color-box ,
.lang-rtl .tvtheme-control-wrapper .tvtheme-all-pattern {
    float: right;
}
/***********************END THEME_CONTOL*****************/
