.demo-rtl {
    position: fixed;
    top: 50%;
    left: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
    z-index: 9999;
    width: 40px;
    border-radius: 0px 5px 5px 0px;
    margin-top: -35px;
}
a.rtldemo {
    display: block;
    text-indent: inherit;
    font-size: 12px;
    font-weight: 700;
	color: #fff;
	padding: 10px;
}
a.rtldemo:hover,a.rtldemo:focus{
    color:#fff;
}
.demo-ltr {
    position: fixed;
    top: 50%;
    right: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
    z-index: 9999;
    width: 40px;
    border-radius: 5px 0px 0px 5px;
    margin-top: -30px;
    left: auto;
}
a.ltrdemo {
    display: block;
    text-indent: inherit;
    font-size: 12px;
    font-weight: 700;
	color: #fff !important;
	padding: 10px;
}
body.rtl .demo-rtl {
    display: none;
}
body .demo-rtl {
    display: block;
    background: #4d4d4d;
}
body .demo-ltr{
    display: none;
}
body.rtl .demo-ltr {
	display: block;
    background: #4d4d4d;
}
@media (max-width: 767px){
	body .demo-rtl,.tools {
		display: none;
	}
	body .demo-ltr{
		display: none;
	}
}
.layoutswatch-btn {
	border-radius: 0 !important;
	overflow: hidden;
	background-color: #4d4d4d;
}
.layoutswatch .title {
	font-size: 15px;
	line-height: 1em;
	font-weight: 600;
	text-align: left;
	color:  #fff;
}
.layoutswatch .title {
	position: absolute;
	top: 18px;
	text-transform: uppercase;
}
.layoutswatch-btn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 0 5px 5px 0 !important;
	padding: 0;
	transition: .3s;
	cursor: pointer;
}
.layoutswatch-btn svg,
.buy-now .btn-primary svg {
	width: 26px;
	height: 27px;
	position: relative;
	top: 7px;
	left: 0px;
	fill: #fff;
}
.layoutswatch {
	position: fixed;
	z-index: 99999;
	top: calc(50% - 124px);
	left: 0;
	display: block;
	text-align: center;
	width: 40px;
    height: 40px;
}
.layoutswatch {
	top: calc(50% - 80px);
}
.layoutswatch-inside {
	position: absolute;
	left: -140px;
	width: 140px;
	background-color: #686868;
	padding: 35px 18px 8px;
	transition: .3s;
}
.layoutswatch .layoutswatch-inside {
    position: absolute;
    left: -270px;
    width: 270px;
    background-color: #fff;
    padding: 41px 15px 8px;
    transition: .3s;
    box-shadow: 0 0 10px rgba(85,85,85,.15);
}
.layoutswatch.opened .layoutswatch-inside{
	left: 0;
}
.layoutswatch.opened .layoutswatch-btn {
	left: 270px;
}
.layoutswatch .layoutswatch-inside a {
	position: relative;
	width: 34px;
	height: 33px;
	display: block;
	float: left;
	transition: .2s;
	text-decoration: none !important;
    line-height: 24px;
}
.layoutswatch .layoutswatch-inside a {
	width: 100%;
	height: auto;
	margin: 5px 0;
}
.layoutswatch-inside a.active {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	z-index: 1;
}
.layoutswatch-inside a.active:after {
    content: '\e907';
    font-family: 'cleaning';
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 2px;
    left: 1px;
}
.layoutswatch .layoutswatch-inside a.active:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index 1;
	font-size: 35px;
	background-color: rgba(0,0,0,.4);
}
.layoutswatch-inside a:hover {
	opacity: .7;
}
@media (max-width: 767px) {
	.layoutswatch {
		display: none;
	}
}
.layout-1 .layoutswatch-inside a.color-turquoise, 
.layout-2 .layoutswatch-inside a.color-turquoise {
    display: none;
}
.layout-2.layout-3 .layoutswatch-inside a.color-turquoise {
    display: block;
}

.layout-2.layout-3 .layoutswatch-inside a.color-yellow {
    display: none;
}
.layout-1 .layoutswatch-inside a.skin-2:after,
.layout-1 .layoutswatch-inside a.skin-3:after {
    display: none;
}
.layout-2 .layoutswatch-inside a.skin-1:after,
.layout-2 .layoutswatch-inside a.skin-3:after {
    display: none;
}

.layout-2.layout-3 .layoutswatch-inside a.skin-1:after,
.layout-2.layout-3 .layoutswatch-inside a.skin-2:after {
    display: none;
}
.layout-2.layout-3 .layoutswatch-inside a.skin-3:after {
    display: flex;
}
body.rtl .layoutswatch, body.rtl .layoutswatch {
    left: unset;
    right: 0;
}
body.rtl .layoutswatch-inside {
    left: unset;
    right: -140px;
}
body.rtl .layoutswatch.opened .layoutswatch-inside {
    right: 0;
}
body.rtl .layoutswatch-btn { 
	left:unset;
}
body.rtl .layoutswatch.opened .layoutswatch-btn {
    right: 140px;
}
body.rtl .layoutswatch .layoutswatch-inside {
	right: -270px;
}
body.rtl .layoutswatch.opened .layoutswatch-btn {
    right: 270px;
}
body.rtl .layoutswatch-btn {
	border-radius: 5px 0 0 5px !important;
}
body.rtl .layoutswatch.opened .layoutswatch-btn {
    left: unset;	
}
body.rtl .layoutswatch.opened .layoutswatch-btn {
    left: unset;
}



.colorswatch-btn {
	border-radius: 0 50% 50% 0 !important;
	overflow: hidden;
	background: #fff !important;
	box-shadow: 3px 0 3px rgba(0, 0, 0, .05);
}
.colorswatch-btn:hover, .colorswatch-btn:focus, .colorswatch-btn:active {
	background-color: #fff !important;
}
.colorswatch-btn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 58px;
	border-radius: 50%;
	padding: 0;
	transition: .3s;
	cursor: pointer;
}
.colorswatch-btn svg,
.buy-now .btn-primary svg {
	width: 32px;
	height: 32px;
	position: relative;
	top: 12px;
	left: -4px;
	fill: #000;
}
.colorswatch-btn svg path {
	fill: #000 !important;
}
.colorswatch-btn:hover svg path {
	fill: #3d4c58 !important;
}
.buy-now .btn-primary svg {
	position: relative;
	left: -2px;
	margin: 0 10px 0 0;
}
.colorswatch {
	position: fixed;
	z-index: 1020;
	top: calc(50% - 150px);
	left: 0;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
}
.colorswatch-inside {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: -305px;
	width: 305px;
	height: 58px;
	padding-left: 10px;
	padding-right: 7px;
	background-color: #fff;
	transition: .3s;
	box-shadow: -5px 0 5px rgba(0, 0, 0, .05);
}
.colorswatch.opened .colorswatch-inside {
	left: 0;
}
.colorswatch.opened .colorswatch-btn {
	left: 305px;
}
.colorswatch-inside a {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	transition: .2s;
	text-decoration: none !important;
	border-radius: 50%;
}
.colorswatch-inside a.active {
	z-index: 1;
}
.colorswatch-inside a.active:after {
	content: '\e907';
	font-family: 'cleaning';
	font-size: 14px;
	color: #fff;
	position: relative;
	top: 6px;
	left: 0;
}
.colorswatch-inside a:hover {
	opacity: .7;
}
.colorswatch-inside a:nth-child(1) {
background: #4c9fe8;
background: -moz-linear-gradient(left, #4c9fe8 0%, #4c9fe8 50%, #71bf52 50%, #71bf52 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #4c9fe8), color-stop(50%, #4c9fe8), color-stop(50%, #71bf52), color-stop(100%, #71bf52));
background: -webkit-linear-gradient(left, #4c9fe8 0%, #4c9fe8 50%, #71bf52 50%, #71bf52 100%);
background: -o-linear-gradient(left, #4c9fe8 0%, #4c9fe8 50%, #71bf52 50%, #71bf52 100%);
background: -ms-linear-gradient(left, #4c9fe8 0%, #4c9fe8 50%, #71bf52 50%, #71bf52 100%);
background: linear-gradient(to right, #4c9fe8 0%, #4c9fe8 50%, #71bf52 50%, #71bf52 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9fe8', endColorstr='#71bf52', GradientType=1 );
}
.colorswatch-inside a:nth-child(2) {
background: #db3e53;
background: -moz-linear-gradient(left, #db3e53 0%, #db3e53 50%, #6451ba 50%, #6451ba 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #db3e53), color-stop(50%, #db3e53), color-stop(50%, #6451ba), color-stop(100%, #6451ba));
background: -webkit-linear-gradient(left, #db3e53 0%, #db3e53 50%, #6451ba 50%, #6451ba 100%);
background: -o-linear-gradient(left, #db3e53 0%, #db3e53 50%, #6451ba 50%, #6451ba 100%);
background: -ms-linear-gradient(left, #db3e53 0%, #db3e53 50%, #6451ba 50%, #6451ba 100%);
background: linear-gradient(to right, #db3e53 0%, #db3e53 50%, #6451ba 50%, #6451ba 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db3e53', endColorstr='#6451ba', GradientType=1 );
}
.colorswatch-inside a:nth-child(3) {
background: #e5c03b;
background: -moz-linear-gradient(left, #e5c03b 0%, #e5c03b 50%, #3eafd5 50%, #3eafd5 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #e5c03b), color-stop(50%, #e5c03b), color-stop(50%, #3eafd5), color-stop(100%, #3eafd5));
background: -webkit-linear-gradient(left, #e5c03b 0%, #e5c03b 50%, #3eafd5 50%, #3eafd5 100%);
background: -o-linear-gradient(left, #e5c03b 0%, #e5c03b 50%, #3eafd5 50%, #3eafd5 100%);
background: -ms-linear-gradient(left, #e5c03b 0%, #e5c03b 50%, #3eafd5 50%, #3eafd5 100%);
background: linear-gradient(to right, #e5c03b 0%, #e5c03b 50%, #3eafd5 50%, #3eafd5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c03b', endColorstr='#3eafd5', GradientType=1 );
}
.colorswatch-inside a:nth-child(4) {
background: #f79423;
background: -moz-linear-gradient(left, #f79423 0%, #f79423 50%, #65cf9d 50%, #65cf9d 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #f79423), color-stop(50%, #f79423), color-stop(50%, #65cf9d), color-stop(100%, #65cf9d));
background: -webkit-linear-gradient(left, #f79423 0%, #f79423 50%, #65cf9d 50%, #65cf9d 100%);
background: -o-linear-gradient(left, #f79423 0%, #f79423 50%, #65cf9d 50%, #65cf9d 100%);
background: -ms-linear-gradient(left, #f79423 0%, #f79423 50%, #65cf9d 50%, #65cf9d 100%);
background: linear-gradient(to right, #f79423 0%, #f79423 50%, #65cf9d 50%, #65cf9d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79423', endColorstr='#65cf9d', GradientType=1 );
}
.colorswatch-inside a:nth-child(5) {
background: #3bbd42;
background: -moz-linear-gradient(left, #3bbd42 0%, #3bbd42 50%, #f2cd15 50%, #f2cd15 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #3bbd42), color-stop(50%, #3bbd42), color-stop(50%, #f2cd15), color-stop(100%, #f2cd15));
background: -webkit-linear-gradient(left, #3bbd42 0%, #3bbd42 50%, #f2cd15 50%, #f2cd15 100%);
background: -o-linear-gradient(left, #3bbd42 0%, #3bbd42 50%, #f2cd15 50%, #f2cd15 100%);
background: -ms-linear-gradient(left, #3bbd42 0%, #3bbd42 50%, #f2cd15 50%, #f2cd15 100%);
background: linear-gradient(to right, #3bbd42 0%, #3bbd42 50%, #f2cd15 50%, #f2cd15 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bbd42', endColorstr='#f2cd15', GradientType=1 );
}
.colorswatch-inside a:nth-child(6) {
background: #50bebc;
background: -moz-linear-gradient(left, #50bebc 0%, #50bebc 50%, #e86868 50%, #e86868 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #50bebc), color-stop(50%, #50bebc), color-stop(50%, #e86868), color-stop(100%, #e86868));
background: -webkit-linear-gradient(left, #50bebc 0%, #50bebc 50%, #e86868 50%, #e86868 100%);
background: -o-linear-gradient(left, #50bebc 0%, #50bebc 50%, #e86868 50%, #e86868 100%);
background: -ms-linear-gradient(left, #50bebc 0%, #50bebc 50%, #e86868 50%, #e86868 100%);
background: linear-gradient(to right, #50bebc 0%, #50bebc 50%, #e86868 50%, #e86868 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bebc', endColorstr='#e86868', GradientType=1 );
}
@media (max-width: 667px) {
	.colorswatch {
		display: none;
	}
}