/*
* 2007-2021 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-2021 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.theme_pixel { height: 25px;
width: 65px;
z-index: 95;
border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 0;

}
.colorcontainer { display:none}
.colorcontainer.open { display:block}
.resetconfig { margin:0 auto; display:inherit;}
.headercustom_font { margin-bottom:10px;}
.configure_title {
    color: #333;
    background-color: #FAFAFC;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 10px 15px;
    margin-bottom: 4px;
	text-transform:uppercase;
	font-weight:bold;
}
span.tips { font-size:10px; font-style:italic; color:#999; margin-bottom:5px; display:inline-block;}

.configure_content { 
padding:10px;}

#gear-right {
	background: #000000;
	display: block;
	left: -47px;
	position: absolute;
	top: 0px;
	z-index: 10000;
	cursor: pointer;
	-webkit-box-shadow: 10px 10px 14px -8px rgba(0,0,0,0.28);
-moz-box-shadow: 10px 10px 14px -8px rgba(0,0,0,0.28);
box-shadow: 10px 10px 14px -8px rgba(0,0,0,0.28);
width:50px;
}

#gear-right i {
	padding: 10px;
	text-align: left;
	line-height:1.1;
	
}
.fa-cogs:before {
	font-size:24px;
	width: 45px;
	margin: 0;
	vertical-align: 1px;
	font-weight: 400;
	display: inline-block;
	color:#fff;
}
.section-close { padding:10px 0}
.panel_title { background:#000; color:#fff; font-size:20px; font-weight:bold; padding:10px; text-align:center; }
.customization_panel {
	overflow-y: scroll;
	padding:5px;
	max-height:80vh;
}
.customization_panel .radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
}
.customization_panel .radio-container input:checked ~ .checkmark::after {
    display: block;
}
.customization_panel .radio-container .checkmark::after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.customization_panel .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.customization_panel .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}
.customization_panel label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
	text-align:left;
	padding-left:4px;
}
.customization_panel .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.customization_panel .radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#tool_customization.open-panel {
	-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
#tool_customization {
	position: fixed;
	top: 125px;
	right:0;
	z-index: 9999; 
	height: auto;
	width: 300px;
	background: #fff;
	-webkit-box-shadow: 10px 9px 41px -29px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 41px -29px rgba(0,0,0,0.75);
box-shadow: 10px 9px 41px -29px rgba(0,0,0,0.75);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.color_wheel { padding:10px; background:url(../img/color_icon.png) no-repeat center top !important; height:35px; width:35px; margin:10px;}
#tool_customization p span{
	color: #8d8c8c;
	font-size: 11px;
}
#tool_customization .list-tools{
	background: #484848;
	border: 1px solid #595959;
	border-left: none;
	border-right: none;
	color: #fff;
	padding: 10px;
	width:100%;
	display:inline-block;
	clear:both;
}
#tool_customization .list-tools p {
	font-size: 1.2em;
	text-transform: uppercase;
	line-height:2em;
	margin:0;
	text-align:center;
color:#fff;
}
#tool_customization .list-tools i{
	font-size: 1.4em;
	position: relative;
	top: -4px;
}
#tool_customization #color-box{
	margin: 0;
	padding: 15px 0 0 15px;
}
#tool_customization #color-box li{
	display: inline-block;
	border: 1px solid black;
	width: 40%;
	margin: 0 10px 15px 0;
	text-transform:capitalize;
	border-radius:15px;
}
#tool_customization #color-box li div.theme_pixel { border-radius:50%; border:2px solid #000; float:left; position:inherit !important}
#tool_customization #color-box li div.theme_pixel.selected, #tool_customization #color-box li:hover div.theme_pixel{ border-color:#fff;}
#tool_customization #color-box li span {
	float:left;
	padding:3px 10px;
}
#tool_customization #color-box li:hover{
	border: 1px solid white;
}
#tool_customization #color-box .color-theme1{
	display: block;
	width: 0px;
	height: 0px;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
	position: relative;
	z-index: 1
}
#tool_customization #color-box .color-theme2{
	display: block;
	width: 26px;
	height: 26px;
	position: relative;
	top: -26px;
}
#tool_customization #color-box li.theme1{
	display: none
}
#tool_customization #color-box li{
	cursor: pointer;
	position:relative;
}

#tool_customization #font-box p, #tool_customization #font-box2 p{
	padding: 0; 
	margin: 15px 0 5px;
	color: #9c9b9b;
}
#tool_customization #font-box .font-list, #tool_customization #font-box2 .font-list, #predefined.default-list {
	height: 30px;
	background: #fff;
border: 1px solid #ccc;
font-size:12px;
min-width:130px;
text-transform:capitalize;
}

#tool_customization .form-group {
    margin-bottom: 0.3rem;
    display: inline-block;
    width: 100%;
}
#tool_customization .input-group-addon {

    padding: .2rem .15rem;
}
#tool_customization input[type="text"] {
	width:100%;
	border:1px solid #999;
}
.minicolors-theme-default .minicolors-input { height:30px}
.minicolors-theme-default .minicolors-swatch { top:3px;}
.minicolors-position-bottom .minicolors-panel { right:0;}
.minicolors-theme-default.minicolors { border:1px solid #ccc; border-radius:50%; float:right}
#tool_customization .input-group-addon {

    background: none !important;
    border: none !important;

}
#tool_customization .control-label {
	color:#000;
	text-transform:capitalize;
	font-size:12px;
	text-align:left;
}
#tool_customization .form-wrapper { width:100%; clear:both; display:inline-block;}

#tool_customization .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
#tool_customization .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#tool_customization .lablet { font-size: 12px;
font-weight: normal;
text-transform: capitalize;
padding: 10px;}
/* The slider */
#tool_customization .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#tool_customization .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#tool_customization input:checked + .slider {
  background-color: #2196F3;
}

#tool_customization input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#tool_customization input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
input[type=radio].pt_input {
	position: absolute;
  opacity: 0;
  width: 0;
  height: 0;}

input.pt_input:checked + label {
  border: 2px solid #333333;
}
.pattern {
	display: block;
	width: 30px !important;
	height: 25px;
	border: 2px solid #ebecec;
	background-color: #fff;
	margin: 0px 9px 9px 0;
	position:relative;
}
.pattern1 {
	background-image: url(../img/patterns/pattern01.png);
}
.pattern2 {
	background-image: url(../img/patterns/pattern02.png);
}
.pattern3 {
	background-image: url(../img/patterns/pattern03.png);
}
.pattern4 {
	background-image: url(../img/patterns/pattern04.png);
}
.pattern5 {
	background-image: url(../img/patterns/pattern05.png);
}
.pattern6 {
	background-image: url(../img/patterns/pattern06.png);
}
.pattern7 {
	background-image: url(../img/patterns/pattern07.png);
}
.pattern8 {
	background-image: url(../img/patterns/pattern08.png);
}
.pattern9 {
	background-image: url(../img/patterns/pattern09.png);
}
.pattern10 {
	background-image: url(../img/patterns/pattern10.png);
}
.pattern11 {
	background-image: url(../img/patterns/pattern11.png);
}
.pattern12 {
	background-image: url(../img/patterns/pattern12.png);
}
.pattern13 {
	background-image: url(../img/patterns/pattern13.png);
}
.pattern14 {
	background-image: url(../img/patterns/pattern14.png);
}
.pattern15 {
	background-image: url(../img/patterns/pattern15.png);
}
.pattern16 {
	background-image: url(../img/patterns/pattern16.png);
}
.pattern17 {
	background-image: url(../img/patterns/pattern17.png);
}
.pattern18 {
	background-image: url(../img/patterns/pattern18.png);
}
.pattern19 {
	background-image: url(../img/patterns/pattern19.png);
}
.pattern20 {
	background-image: url(../img/patterns/pattern20.png);
}
.pattern21 {
	background-image: url(../img/patterns/pattern21.png);
}
.pattern22 {
	background-image: url(../img/patterns/pattern22.png);
}
.pattern23 {
	background-image: url(../img/patterns/pattern23.png);
}
.pattern24 {
	background-image: url(../img/patterns/pattern24.png);
}
.pattern25 {
	background-image: url(../img/patterns/pattern25.png);
}
.pattern26 {
	background-image: url(../img/patterns/pattern26.png);
}
.pattern27 {
	background-image: url(../img/patterns/pattern27.png);
}
.pattern28 {
	background-image: url(../img/patterns/pattern28.png);
}
.pattern29 {
	background-image: url(../img/patterns/pattern29.png);
}
.pattern30 {
	background-image: url(../img/patterns/pattern30.png);
}
.pattern31 {
	background-image: url(../img/patterns/pattern31.png);
}
.pattern32 {
	background-image: url(../img/patterns/pattern32.png);
}
.pattern33 {
	background-image: url(../img/patterns/pattern33.png);
}
.pattern34 {
	background-image: url(../img/patterns/pattern34.png);
}
.pattern35 {
	background-image: url(../img/patterns/pattern35.png);
}
input[type=radio].pt_input {
	position: absolute;
  opacity: 0;
  width: 0;
  height: 0;}
input[type=radio].pt_input + label {border: 2px solid #efefef;}
input.pt_input:checked + label {
  border: 2px solid #333333;
}

.theme_box { position:relative; height:45px; z-index:99; text-transform:capitalize;}

.theme_box, .theme_box input, .theme_box div, .theme_box label { cursor:pointer;}



input[type=radio] + label {

  color: #ccc;

  font-style: italic;

  padding:5px 15px;

  border:1px solid #ccc;
  font-size:13px;

} 

input[type=radio]:checked.theme_radio + label {

  color: #E32B23;

  font-style: normal;

  padding:5px 15px;

  border:1px solid #333;
  font-size:13px;

} 