/*
* 2007-2014 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-2014 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
#gear-right ,
#gear-right2{
	background: #333333;
	display: block;
	height: 50px;
	left: 0px;
	position: fixed;
	top: 90px;
	width: 50px;
	z-index: 10000;
	cursor: pointer;
	color: #ccc;
}
#gear-right a,
#gear-right2 a {color:#ccc;}
#gear-right:hover,
#gear-right2:hover {color: #fff;}
#gear-right i,
#gear-right2 i {
	display: block;
	padding-top: 10px;
	text-align: center;
}
#tool_customization{
	position: fixed;
	left: -215px;
	top: 90px;
	z-index: 10000; 
	height: auto;
	width: 215px;
	background: #333333
}
#tool_customization h3{
	padding: 15px;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	text-transform:uppercase;
}
#tool_customization p{
	padding: 15px;
	color: #ffffff;
	font-size: 13px;
}
#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;
	
}
#tool_customization .list-tools p{
	font-size: 1em;
	text-transform: uppercase;
	margin:0;
	padding: 8px 15px;
}
#tool_customization .list-tools i{
	font-size: 1.4em;
	position: relative;
	top: 0;
	cursor: pointer;
}
#tool_customization #color-box{
	margin: 0;
	padding: 15px 0 0 15px;
}
#tool_customization #color-box li{
	display: inline-block;
	border: 2px solid black;
	height: 30px;
	width: 30px;
	margin: 0 5px 15px 0;
}
#tool_customization #color-box li:hover,
#tool_customization #color-box li.active{
	border: 2px solid white;
}

#tool_customization #color-box .color-theme{
	display: block;
	width: 26px;
	height: 26px;

}
#tool_customization #color-box li{
	cursor: pointer
}

#tool_customization #color-box .theme1 .color-theme{
	background: #ea3a3c;
}

#tool_customization #color-box .theme2 .color-theme{
	background: #5f87d1;
}

#tool_customization #color-box .theme3 .color-theme{
	background: #20bc5a;
}

#tool_customization #color-box .theme4 .color-theme{
	background: #f8ab16;
}

#tool_customization #color-box .theme5 .color-theme{
	background: #009688;
}

#tool_customization #color-box .theme6 .color-theme{
	background: #ff9100;
}

#tool_customization #color-box .theme7 .color-theme{
	background: #ec87c0;
}

#tool_customization #color-box .theme8 .color-theme{
	background: #fbc02d;
}


#tool_customization #font-box,
#tool_customization .list-box{
	padding:  15px;
}
#tool_customization #layout-box{
	padding:  15px;
}
#tool_customization #font-box p{
	padding: 0; 
	margin: 15px 0 5px;
	color: #9c9b9b;
}
#tool_customization #font-box .font-list{
	height: 30px;
	width: 180px;
	color: #333;
}
#tool_customization .btn-tools{
	background: #484848;
	border: 1px solid #595959;
	border-left: none;
	border-right: none;
	height: 56px;
	padding: 10px 5px;
	
}
#tool_customization .btn{
	width: 47%;
	padding: 7px 5px;
	float: left;
	display: block;
	overflow: hidden;
	border-radius: 0;
}
#tool_customization .btn-1{
	background: #727171;
	color: white;
	margin: 0 5px;
}
#tool_customization .sp-quit{
	background: #727171;
	color: white;
	
}
#tool_customization .btn-1:hover{
	background-color: #959394;
}
#tool_customization .btn-2:hover{
	background-color: #64D3FF;
}
#tool_customization #block-advertisement{
	padding: 20px;
}
#pattern-box{display:block;overflow:hidden;margin:10px -10px 10px 0;}
#pattern-box li {
  height: 30px;
  width: 30px;
  display:inline-block;
  border:2px solid black;
  margin: 0 5px 5px 0;
  cursor: pointer;
  background-size: auto 100% ; 
}
#pattern-box li.active,
#pattern-box li:hover{border-color:white;}

#tool_customization.layout_2 .header_theme {display: none;}
#tool_customization.layout_2 .choose_header {display: none;}

#tool_customization.layout_12 .header_theme {display: none;}
#tool_customization.layout_12 .choose_header {display: none;}
