/* =================================================================== */
/* Styles Switcher
====================================================================== */

#style-switcher {
    background-color: rgba(0,0,0,1);
    border-radius: 0 0 3px;
	height: 100%;
    left: 0;
    padding: 15px 0 25px;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 99999999;
}
#style-switcher .style-switcher-wrap {
	height: 100%;
	margin: 0;
	overflow-y: auto;
	padding: 15px;
	position: relative;
}
#style-switcher h3 {
    color: #eee;
    font-size: 14px;
    letter-spacing: unset;
    margin: 0 0 0;
    text-align: left;
    text-transform: capitalize;
}
#style-switcher h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: unset;
    margin: 0 0 5px;
    padding-top: 0;
    text-transform: capitalize;
}
.switcher-title{
	padding-top:0;
	margin-bottom: 3px;
	font-size: 13px;
	color: #eee;
}
#style-switcher .switcher-toggle {
	display: block;
	height: 58px;
	position: absolute;
	right: -3px;
	top: 50px;
	width: 40px;
	border-radius: 0 3px 3px 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.icon-switcher {
	background: rgba(3, 3, 3, 0.9) none repeat scroll 0 0;
	border-radius: 0 6px 6px 0;
	color: #fff;
	font-size: 14px;
	margin-left: 37px;
	margin-top: 90px;
	padding: 10px 12px;
	position: absolute;
	display: flex;
	align-items: center;
}
.icon-switcher i {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
#style-switcher .switcher-rtl {
	display: block;
	height: 58px;
	position: absolute;
	right: -3px;
	top: 140px;
	width: 40px;
	border-radius: 0 3px 3px 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#style-switcher .switcher-rtl .icon-rtl {
	background: rgba(3, 3, 3, 0.9) none repeat scroll 0 0;
	border-radius: 0 6px 6px 0;
	color: #fff;
	font-size: 14px;
	margin-left: 37px;
	margin-top: 90px;
	padding: 10px 12px;
	position: absolute;
	display: flex;
	align-items: center;
}
.switcher-style-list {
	list-style: none;
	margin: 0px;
	overflow: hidden;
}
.switcher-style-list li {
	margin: 2px;
}
.switcher-style-list li .theme-color-set {
	display: inline-block;
	cursor: pointer;
	background-size: cover;
	border-radius: 5px;
	padding: 5px 10px;
}
#switcher-theme-custom-color.switcher-style-list li .theme-color-set {
	border: 1px solid rgba(44, 44, 44, 0.60);
	position: relative;
}
#switcher-theme-custom-color.switcher-style-list li.active .theme-color-set {
	border-color: rgba(255, 255, 255, 0.60);
}
#switcher-theme-custom-color.switcher-style-list li .theme-color-set .color {
	background-color: #eee;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	float: left;
	margin: 5px;
}
#switcher-theme-custom-color.switcher-style-list li.active .theme-color-set:after {
	color: #ddd;
	content: "\f00c";
	font-family: FontAwesome;
    font-size: 16px;
    left: 40%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 15%;
}
.layout select {
	width: 100%;
	padding: 5px;
	border: none;
	margin: 0 0 0 -5px;
	color: #666;
	cursor: pointer;
}
#button-reset {
	margin: 0 15px 15px 2px;
	text-align: right;
}
#button-reset a {
	color: #fff;
	font-size: 14px;
	padding: 8px 27px;
	display: inline-block;
	border: 0px;
	cursor: pointer;
	margin-top: 15px;
	text-align: center;
	background:#333;
}
 
/*-----------------------------------*/
/*------------ theme-skin---------*/
/*-----------------------------------*/

.theme-skin-orange {
	background: #E0984A;
}
.theme-skin-maroon {
	background: #D02552;
}
.theme-skin-yellow {
	background: #DED823;
}
.theme-skin-green {
	background: #72A230;
}
.theme-skin-blue {
	background: #0B4575;
}
.theme-skin-sky-blue {
	background: #00b6dd;
}
.theme-skin-brown {
	background: #8D6E63;
}
.theme-skin-deep-blue {
	background: #13A0B2;
}
.theme-skin-blue-gary {
	background: #546E7A;
}
.theme-skin-gray {
	background: #757575;
}

.switcher-style-list li a.active {
	box-shadow: 0 0 0 0px #555 inset
}

@media only screen and (max-width:1029px) {
#style-switcher {
}
}
.clean-check #r1 + label, .clean-check #r2 + label, .clean-check #r3 + label {
	margin-left: 22px;
}
.clean-check #s1 + label, .clean-check #sd_right + label {
	margin-left: 22px;
}
.layouts {
	padding-bottom: 0px;
}
.boxed-layout-variations-wrapper {
	display: none;
}


/*-----------------------------------*/
/*------------ theme-skin---------*/
/*-----------------------------------*/

.menu-skin-default {
	background: #333;
}
.menu-skin-blue {
	background: #5D9CEC;
}
.menu-skin-green {
	background: #48CFAD;
}
.menu-skin-red {
	background: #FC6E51;
}
.menu-skin-orange {
	background: #ff853f;
}
.menu-skin-yellow {
	background: #FFCE54;
}
.menu-skin-purple {
	background: #AC92EC;
}
.menu-skin-pink {
	background: #EC87C0;
}

/*-----------------------------------*/
/*-------- switcher-menu-style ------*/
/*-----------------------------------*/
.switcher-select-form {
	width: 89%;
    height: 25px;	
}

/*-----------------------------------*/
/*-------------- menu-position ------*/
/*-----------------------------------*/

.menu-position li{
	float: left;
	margin: 0 0 0 20px;
	width: 40%;
}
.menu-position li a{
	font-size: 13px;
	font-family: Arial, sans-serif;
	padding: 2px;
	margin: 5px;
}
.menu-position li a.active {
	border: 1px solid #333;
}


/*-----------------------------------*/
/*-------------- container-height ------*/
/*-----------------------------------*/

.container-height li{
	float: left;
	margin: 0 0 0 20px;
	width: 40%;
}
.container-height li a{
	font-size: 13px;
	font-family: Arial, sans-serif;
	padding: 2px;
	margin: 5px;
}
.container-height li a.active {
	border: 1px solid #F7F7F7;
}


/* purchase button */
.tm-purchase-floating-box {
    position: fixed;
    top: 50%;
    right: 0;
    border-radius: 7px 0 0 7px;
    padding: 11px 0;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    z-index: 99999;

    border: 1px solid green;
    border-right: 0;
}
.tm-floating-box-icon {
    display: block;
    position: relative;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.tm-floating-box-icon svg {
    display: inline-block;
    vertical-align: middle;
    color: #79BB51;
    width: 23px;
}
.tm-floating-box-icon>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    color: #79BB51;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.tm-floating-box-icon:hover>span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@-webkit-keyframes rotatingIcon /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatingIcon {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating-icon {
  -webkit-animation: rotatingIcon 2s linear infinite;
  -moz-animation: rotatingIcon 2s linear infinite;
  -ms-animation: rotatingIcon 2s linear infinite;
  -o-animation: rotatingIcon 2s linear infinite;
  animation: rotatingIcon 2s linear infinite;
}