@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,400,600,600i,700');
body {
	margin: 0;
}
.wrapper {
	background: #fff;
	font: 14px/28px 'Montserrat', sans-serif;
	margin: 0;
	min-width: 320px;
	color: #000;
}
.wrapper strong {font-weight: 600;}
.wrapper form,
.wrapper fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.wrapper input,
.wrapper button {
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0) 0 0 0;
	-moz-box-shadow: inset rgba(0, 0, 0, 0) 0 0 0;
	box-shadow: inset rgba(0, 0, 0, 0) 0 0 0;
	-webkit-appearance: none;
}
.wrapper input::-moz-focus-inner,
.wrapper button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.wrapper button,
.wrapper input[type="button"],
.wrapper input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
.wrapper label,
.wrapper button,
.wrapper input[type="button"] {
	cursor: pointer;
}
.wrapper article,
.wrapper aside,
.wrapper details,
.wrapper figcaption,
.wrapper figure,
.wrapper footer,
.wrapper header,
.wrapper hgroup,
.wrapper menu,
.wrapper nav,
.wrapper section {
	display: block;
}
.wrapper figure {
  margin: 0;
}
.wrapper img {
	border: 0;
	border-style: none;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
.wrapper a,
.wrapper a:link,
.wrapper a:visited {
	color: #000;
	text-decoration: none;
}

.wrapper a:focus,
.wrapper a:hover {
	outline: none;
	outline: 0;
}
.container {
	max-width: 1270px;
	margin:0 auto;
	padding: 0 20px;
}
.wrapper p {margin: 0 0 12px;}
.wrapper h2 {
	font-size:32px;
	line-height:52px;
	margin: 0 0 88px;
	font-weight: 700;
	text-align:center;
	text-transform: uppercase;
}
.wrapper h2 span {color: #de183c;}
.wrapper h3 {
	font-size:20px;
	line-height:26px;
	font-weight: 600;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.wrapper h5 {
	font-size:20px;
	line-height:26px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
}
/*header variant01 (basic)*/
#header {
	padding: 25px 0 0;
	margin: 0 0 50px;
}
.header-top {
	width:100%;
	overflow:hidden;
	margin: 0 0 5px;
}
#header .logo {
	float: left;
	width: 156px;
	margin: 0 10px 10px 0;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.logo:hover {opacity: 0.7;}
.logo img {
	display:block;
	width:100%;
	height:auto;
}
#header .contact-phone {
	float: right;
	font-size:18px;
	line-height:28px;
	font-weight: 600;
	padding: 25px 0 0;
	margin: 0 0 10px 10px;
}
#header .contact-phone span {color: #de183c;}
#header .contact-phone .fa {
	margin: 0 6px 0 0;
	color: #de183c;
	position:relative;
	top: 0;
}
/*navigation*/
#nav{
	width: 100%;
	z-index: 10;
	position:relative;
	background: #f5f5f5;
}
.editor-start #nav[data-editor] {
	padding:0;
	border: 0;
}
.variant-red #nav {
	background: #de183c;
}
#nav:after {
	content:"";
	display:block;
	clear:both;
}
.open-check {display:none;}
#topnav {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:0px;
	line-height:0px;
	position:relative;
}
#topnav:after {
	content:"";
	display:block;
	clear:both;
}
#topnav > li {
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:18px;
}
#topnav > li:last-child {border: none;}
#topnav > li >  a {
	padding: 24px 29px;
	font-weight: 400;
	display:block;
	color: #000 !important;
	text-decoration: none;
	position:relative;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.variant-red #topnav > li >  a {
	color: #fff !important;
}
#topnav > li:hover > a {background: rgba(255,255,255,0.3);}
#topnav > li > .open-check + a:before {
	content: '';
	position:absolute;
	top: 50%;
	right: 13px;
	width: 0;
	margin: -2px 0 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
}
.variant-red #topnav > li > .open-check + a:before {
	border-color: #fff transparent transparent transparent;
}
.children-holder {
	position:absolute;
	top: 100%;
	left:0;
	z-index: 100;
	overflow:hidden;
	width:100%;
}
.children {
	text-align:left;
	background: #de183c;
	width:100%;
	list-style: none;
	display:block;
	padding: 20px 10px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
	margin: -500px 0 0;
	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;
	-ms-transition: margin .5s ease-in-out;
	-o-transition: margin .5s ease-in-out;
	transition: margin .5s ease-in-out;
}
#topnav > li:hover .children {margin:0;}
.children > li {
	margin: 0 0 20px;
	display:inline-block;
	vertical-align:top;
	width: 24.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.children > li.children-img {
	text-align: right;
}
.children > li.children-img img {
	width:250px;
	height:auto;
}
.children2 {
	list-style: none;
	padding: 20px 0 0;
	margin:0;
}
.children2 li {
	position:relative;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}
.children2 > li:before {
	content: '';
	position:absolute;
	top: 50%;
	left:0;
	margin: -2px 0 0;
	height: 4px;
	width: 4px;
	background: #fff;
}
.children > li > a,
.children2 > li > a {
	text-decoration:none;
	position:relative;
	font-size:16px;
	line-height:18px;
	color: #fff !important;
}
.children2 > li > a {
	font-size:13px;
	line-height:15px;
}
.children > li > a:before,
.children2 > li > a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.children > li > a:hover:before,
.children2 > li > a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#topnav > li > label,
.children > li > label{display:none;}

.hold-toogle {
	float: right;
	display:none;
}
.toogle-menu {
	z-index:61;
	height:17px;
	position:relative;
	cursor: pointer;
	display:none;
	padding: 0 35px 0 0;
	color: #000;
	line-height: 17px;
}
.shop .toogle-menu {color: #fff;}
.variant-red .toogle-menu {color: #fff;}
.toogle-menu > span {
	position:absolute;
	right:0;
	height:3px;
	width:30px;
	background: #000;
}
.shop .toogle-menu > span {background: #fff;}
.variant-red .toogle-menu > span {
	background: #fff;
}
.variant02 .toogle-menu > span {
	background: #000;
}
.toogle-menu .t {
	top: 0;
}
.toogle-menu .c {
	top: 7px;
}
.toogle-menu .b {
	top: 14px;
}
.navigation-main {
	display:block;
	padding-top: 4px;
}
.close-menu {display:none;}
#topnav > li > .open-check ~ .children-holder .children > li:nth-child(1),
#topnav > li > .open-check ~ .children-holder .children > li:nth-child(2),
.children > li > .open-check ~ .children2 > li:nth-child(1),
.children > li > .open-check ~ .children2 > li:nth-child(2) {
	display:none;
}
.overlay {display:none;}
/*end navigation*/


.support-list {
	list-style: none;
	padding:0;
	margin: 28px 0 0;
	text-align:center;
    color: #fff;
}
.support-list li {
	display:inline-block;
	vertical-align:top;
	margin: 0 49px 10px;
    color: #fff;
}
.support-list li .fa {
	display:inline-block;
	vertical-align:top;
	margin: 4px 7px 0 0;
	color: #de183c;
	font-size: 18px;
}
.additional-list {
	float: right;
	margin: -6px 0 0 10px;
	display:none;
}
.additional-list ul {
	padding:0;
	list-style: none;
	overflow:hidden;
	margin: 0;
}
.additional-list li {
	float: left;
	margin: 0 0 10px 26px;
}
.additional-list li a {
	color: #8e8d92;
	font-size:13px;
	line-height:15px;
	position:relative;
}
.additional-list li a:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 1px;
	background: #8e8d92;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.additional-list li a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.filialen-link {
	display:none;
	float: right;
	padding: 0 0 0 18px;
	position:relative;
	color: #000 !important;
	margin: 27px 31px 10px 10px;
}
.filialen-link:before {
	content: "\f041";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	position: absolute;
	top: -2px;
	left: 0px;
	color: #de183c;
	font-size: 16px;
}
/*header variant01 end*/

/*header variant02*/
.variant02 #nav {
	background: none;
	margin: 0 0 27px;
}
.variant02 #topnav {
	float: left;
}
.variant02 #topnav > li {
	margin: 0 43px 0 0;
	font-size:14px;
	line-height:16px;
}
.variant02 #topnav > li >  a {
	padding: 0 0 13px 0;
	font-weight: 500;
	color: #020202 !important;
	text-transform: uppercase;
}
.variant02 #topnav > li >  a:after {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	width: 0;
	height: 4px;
	background: #de183c;
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-ms-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.variant02 #topnav > li:hover >  a:after {width: 70%;}
.variant02 #topnav > li > .open-check + a {
	padding: 0 15px 13px 0;
}
.variant02 #topnav > li > .open-check + a:before {
	top: 7px;
	right: 0;
	border-color: #020202 transparent transparent transparent;
}
.variant02 .additional-list {display:block;}
.variant02 .support-list li {
	color: #fff;
}
.variant02 .support-wrap {
	background: #de183c;
}
.variant02 .support-list {
	margin: 0;
	padding: 17px 0 5px;
}
.variant02 .support-list li .fa {
	color: #fff;
}
.variant02 .children-holder {
	width: 1000px;
	margin: -4px 0 0;
}
.variant02 .children {
	background: #fff;
	border-bottom: 4px solid #de183c;
	border-top: 4px solid #de183c;
}
.variant02 .children > li > a, 
.variant02 .children2 > li > a {
	font-weight: 500;
	color: #020202 !important;
	font-size:16px;
	line-height:18px;
	font-weight: normal;
}
.variant02 .children2 > li > a {
	font-size:13px;
	line-height:15px;
}
.variant02 .children2 > li::before {
	background: #020202;
}
.variant02 .children > li > a::before, 
.variant02 .children2 > li > a::before {
	background: #020202;
}
.variant02 .children > li.children-img img {
	width: 200px;
}
/*header variant02 end*/

/*header variant03*/
.variant03 #header {
	margin: 0 0 50px;
}
.variant03 #nav {
	background: none;
	margin: 0 0 27px;
}
.variant03 #topnav {
	float: left;
}
.variant03 #topnav > li {
	margin: 0 43px 0 0;
	font-size:14px;
	line-height:16px;
}
.variant03 #topnav > li >  a {
	padding: 0 0 13px 0;
	font-weight: 500;
	color: #000 !important;
	text-transform: uppercase;
}
.variant03 #topnav > li >  a:after {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	width: 0;
	height: 4px;
	background: #de183c;
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-ms-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.variant03 #topnav > li:hover >  a:after {width: 70%;}
.variant03 #topnav > li > .open-check + a {
	padding: 0 15px 13px 0;
}
.variant03 #topnav > li > .open-check + a:before {
	top: 7px;
	right: 0;
	border-color: #000 transparent transparent transparent;
}
.variant03 .additional-list {display:block;}
.variant03 .support-wrap {
	display:none;
}
.variant03 .children-holder {
	width: 1000px;
	margin: -4px 0 0;
}
.variant03 .children {
	background: #fff;
	border-bottom: 4px solid #de183c;
	border-top: 4px solid #de183c;
}
.variant03 .children > li > a, 
.variant03 .children2 > li > a {
	font-weight: 500;
	color: #000 !important;
	font-size:16px;
	line-height:18px;
	font-weight: normal;
}
.variant03 .children2 > li > a {
	font-size:13px;
	line-height:15px;
}
.variant03 .children2 > li::before {
	background: #020202;
}
.variant03 .children > li > a::before, 
.variant03 .children2 > li > a::before {
	background: #020202;
}
.variant03 .children > li.children-img img {
	width: 200px;
}
.variant03 .filialen-link {display:block;}
/*header variant03 end*/

/*header variant04 */
.variant04 .support-list {
 	margin:0;
 }
 .variant04 .header-top {
 	padding: 32px 0 0;
	position:relative;
 }
 .variant-red.variant04 .header-top {
 	background: #f5f5f5;
	margin: 0;
	padding: 32px 0 19px;
 }
 .variant04 .additional-list {
 	float: left;
	display:block;
	padding:0;
	margin: 0 100px 0 0;
 }
 #header .variant04 .logo {
 	position: absolute;
	width: 153px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -76px;
 }
#header .variant04  .contact-phone {
	padding:0;
}
.variant04 .filialen-link {
	display:block;
	margin: 0 31px 10px 10px;
}
/*header variant04 end*/
 

/*header variant05*/

#header .variant05 .logo {
	width: 216px;
	float: none;
	display:block;
	margin:0 auto 10px;
}
.variant05 #nav {
	background: #add3ff;
	display: table;
	width:100%;
	text-align: left;
	font-size:16px;
	line-height:18px;
}
.variant05 .additional-list {
	display:block;
	float: none;
	margin:0;
}
.variant05 .additional-list .hold-edit {
	right:auto;
	left:0;
}
.variant05 .additional-list ul {
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content:space-around;
}
.additional-list li {
	margin: 5px;
	float: none;
}
.variant05 .additional-list li a {
	font-size:16px;
	line-height:18px;
	color: #fff !important;
}
.variant05 .additional-list li a:before {
	background: #fff;
}
.variant05 .additional-list li a .fa {
	margin: 0 8px 0 0;
}
.variant05 #topnav {
	position:absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background: #002e63;
	z-index: 500;
	padding: 15px 0;
	display:none;
}
.variant05 #open-menu:checked ~ .menu-holder #topnav{
	display:block;
}
.variant05 #topnav > li {
	display:block;
}
.variant05 #topnav > li > a {
	padding:5px 30px 5px 10px;
	text-align: left;
	color: #fff !important;
}
.variant05 #topnav > li > .open-check + a:before {
	border-color: #fff transparent transparent transparent;
	-webkit-transform: rotate(-100grad);
	-moz-transform: rotate(-100grad);
	-ms-transform: rotate(-100grad);
	-o-transform: rotate(-100grad);
	transform: rotate(-100grad);
}
.variant05 .children-holder {
	left: 100%;
	top:0;
	width: 500px;
}
.variant05 .children {
	margin: 0;
	background: #002e63;
	display:none;
}
.variant05 .children > li {
	width: 49%;
}
.variant05 .children2 {
	padding: 10px 0 0;
}
.variant05 #topnav > li:hover .children {
	display:block;
}
.variant05 .hold-toogle,
.variant05 .toogle-menu {
	display:block;
	float: left;
	padding-left: 20px;
}
.variant05 .toogle-menu {
	padding:21px 10px;
	text-align:center;
	color: #fff;
	background: #002e63;
	position:relative;
	text-transform: uppercase;
	height:auto;
}
.variant05 .toogle-menu:before {
	content: "\f0c9";
	font-family: FontAwesome;
	display:inline-block;
	vertical-align:top;
	margin: 0 5px 0 0;
}
.variant05 .hold-toogle {
	display: table-cell;
	vertical-align: middle;
	width: 215px;
}
.variant05 .menu-holder {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 215px);
}
.variant05 .support-list {
	font-size:16px;
	line-height:16px;
}
.variant05 .support-list li .fa {
     margin-top: -1px;
	 color: #fff;
}

/*header variant05 end*/
 
 
#main {
	overflow:hidden;
}
 /*product gallery basic-variant*/

.product-box {
	margin: 0 0 113px;
	position:relative;
	overflow:hidden;
	padding: 0 0 197px;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	-ms-transition: padding .2s ease-in-out;
	-o-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}
.product-images {
	float:right;
	width: 62%;
}
.product-description {
	width:38%;
	float: left;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}
.product-description h1 {
	margin: 0 0 1px;
	font: 52px/59px 'Montserrat Alternates', sans-serif;
	font-weight: 700;
}
.item-artikle {
	display:block;
	color: #808080;
	font-size:12px;
	line-height:14px;
	margin: 0 0 48px 8px;
}
.wrapper .product-description h2 {
	margin: 0 0 30px 5px;
	text-align: left;
	color: #de183c;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
}
.product-description h3 {
	font-size:14px;
	line-height:16px;
	margin: 0 0 11px 9px;
	text-align: left;
}
.prise-wrap {
	margin: 0 0 40px 6px;
}
.item-prise {
	font: 40px/50px 'Montserrat', sans-serif;
	display: block;
	margin: 0 0 9px;
}
.paragraph {
	display:block;
	margin: 0 0 10px 7px;
	font-size:10px;
	line-height:12px;
	color: #808080;
}
.paragraph.green {
	color: #0c8416;
}
.paragraph .fa {
	margin: 0 5px 0 0;
}
.product-description ul,
.info-list {
	margin: 0 0 51px 6px;
	padding:0;
	list-style: none;
}
.info-list {margin:0 0 15px;}
.product-description ul li,
.info-list > li{
	position:relative;
	margin: 0 0 14px;
	padding: 0 0 0 30px;
	font-size:14.4px;
	line-height:18px;
	color: #808080;
}
.product-description ul li:before,
.info-list li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	position: absolute;
	top: 0;
	left: 0px;
	color: #de183c;
}
.info-list ul {
	list-style: none;
	padding: 15px 0 0 15px;
}
.info-list ul li {
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	position:relative;
}
.info-list ul li:before {
	content:'';
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:0;
	top: 6px;
	background: #de183c;
}
.product-description .size-list {
	width:100%;
	overflow:hidden;
	list-style: none;
	padding:0;
	margin:0 0 20px 9px;
}
.size-list li:before,
.color-list li:before {display:none;}
.product-description .size-list li {
	padding:0;
	float: left;
	margin: 0 6px 10px 0;
}
.size-list .size-lable {
	display:block;
	width: 53px;
	height: 37px;
	padding: 11px 0 9px;
	border: 1px solid #dce4e7;
	color: #b2b2b2;
	text-align:center;
	font-size:11px;
	line-height:13px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.size-list .size-lable:hover {
	border-color: #ff1f41;
	color: #171717;
}
.sheet-link {
	display:inline-block;
	vertical-align:top;
	margin: 22px 0 0 20px;
	font-size:12px;
	line-height:14px;
	color: #de183c !important;
	text-decoration: underline !important; 
}
.product-description .color-list {
	width:100%;
	overflow:hidden;
	list-style: none;
	padding:0;
	margin:0 0 20px 9px; 
}
.product-description .color-list li {
	padding:0;
	float: left;
	margin: 0 12px 10px 0;
}
.color-list .color-link {
	display:block;
	position:relative;
	cursor:pointer;
	width: 34px;
	height: 34px;
	border: 1px solid #dad1c8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.color-list .color-link:hover {
	border-color: #ff103d;
}
.color-list .color-circle {
	content: '';
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -11px;
	width: 22px;
	height:22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.open-check {display:none;}
.fade-gallery {
	margin: 0 0 20px;
	font-size:0px;
	line-height:0px;
}
.fade-gallery .thumbnail-hold-img {
	overflow:hidden;
	width:100%;
}
.fade-gallery label {cursor:pointer;}
.switcher-wrap {
	width:100%;
	clear:both;
}
.fade-gallery .switcher {
	position:absolute;
	bottom:43px;
	left:0;
	height: 110px;
	overflow:hidden;
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	-o-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}
.open-switch {display:none;}
.switch-label {
	outline:0 none;
	position:absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 0 0 -15px;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.switch-label .fa {
	font-size: 50px;
	color: #ccc1af;
}
#open-switch:checked ~ .product-box {
	padding-bottom: 327px;
}
#open-switch:checked ~ .product-box .fade-gallery .switcher {
	height: 240px;
}
#open-switch:checked ~ .product-box .switch-label {
	-webkit-transform: rotate(200grad);
	-moz-transform: rotate(200grad);
	-ms-transform: rotate(200grad);
	-o-transform: rotate(200grad);
	transform: rotate(200grad);
}
.thumbnail {
	display:inline-block;
	vertical-align:top;
	width: 12.5%;
	padding: 0 5px;
	margin:  0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	position:relative;
}
.fade-gallery .hold-img .fa{
	font-size:100px;
	color: #e9f01d;
}
.thumbnail label {
	height:110px;
	width: 110px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.5;
	-webkit-transition: opacity .2s ease-in-out;	
	-moz-transition: opacity .2s ease-in-out;	
	-ms-transition: opacity .2s ease-in-out;	
	-o-transition: opacity .2s ease-in-out;	
	transition: opacity .2s ease-in-out;
}
.thumbnail label:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	border: 2px solid #de183c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.thumbnail label img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.fade-gallery .holder-img {
	width:100%;
	z-index:1;
	margin:0 0 43px;
	position:relative;
	height: 715px;
	text-align:center;
}
.fade-gallery .holder-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: -99999px;
	top: 50%;
	-webkit-transform:translateY(-50%) scale(1);
	-moz-transform:translateY(-50%) scale(1);
	-ms-transform:translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.fade-gallery > .open-check:nth-of-type(1):checked ~ .holder-img img:nth-of-type(1),
.fade-gallery > .open-check:nth-of-type(2):checked ~ .holder-img img:nth-of-type(2),
.fade-gallery > .open-check:nth-of-type(3):checked ~ .holder-img img:nth-of-type(3),
.fade-gallery > .open-check:nth-of-type(4):checked ~ .holder-img img:nth-of-type(4),
.fade-gallery > .open-check:nth-of-type(5):checked ~ .holder-img img:nth-of-type(5),
.fade-gallery > .open-check:nth-of-type(6):checked ~ .holder-img img:nth-of-type(6),
.fade-gallery > .open-check:nth-of-type(7):checked ~ .holder-img img:nth-of-type(7),
.fade-gallery > .open-check:nth-of-type(8):checked ~ .holder-img img:nth-of-type(8),
.fade-gallery > .open-check:nth-of-type(9):checked ~ .holder-img img:nth-of-type(9),
.fade-gallery > .open-check:nth-of-type(10):checked ~ .holder-img img:nth-of-type(10),
.fade-gallery > .open-check:nth-of-type(11):checked ~ .holder-img img:nth-of-type(11),
.fade-gallery > .open-check:nth-of-type(12):checked ~ .holder-img img:nth-of-type(12),
.fade-gallery > .open-check:nth-of-type(13):checked ~ .holder-img img:nth-of-type(13),
.fade-gallery > .open-check:nth-of-type(14):checked ~ .holder-img img:nth-of-type(14),
.fade-gallery > .open-check:nth-of-type(15):checked ~ .holder-img img:nth-of-type(15),
.fade-gallery > .open-check:nth-of-type(16):checked ~ .holder-img img:nth-of-type(16){
	position:relative;
	left:auto;
}
.thumbnail:hover label,
.fade-gallery > .open-check:nth-of-type(1):checked ~ .switcher .thumbnail:nth-of-type(1) label,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .switcher .thumbnail:nth-of-type(2) label,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .switcher .thumbnail:nth-of-type(3) label,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .switcher .thumbnail:nth-of-type(4) label,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .switcher .thumbnail:nth-of-type(5) label,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .switcher .thumbnail:nth-of-type(6) label,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .switcher .thumbnail:nth-of-type(7) label,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .switcher .thumbnail:nth-of-type(8) label,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .switcher .thumbnail:nth-of-type(9) label,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .switcher .thumbnail:nth-of-type(10) label,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .switcher .thumbnail:nth-of-type(11) label,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .switcher .thumbnail:nth-of-type(12) label,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .switcher .thumbnail:nth-of-type(13) label,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .switcher .thumbnail:nth-of-type(14) label,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .switcher .thumbnail:nth-of-type(15) label,
.fade-gallery > .open-check:nth-of-type(16):checked ~ .switcher .thumbnail:nth-of-type(16) label {
	opacity: 1;
}
.thumbnail:hover label:before,
.fade-gallery > .open-check:nth-of-type(1):checked ~ .switcher .thumbnail:nth-of-type(1) label:before,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .switcher .thumbnail:nth-of-type(2) label:before,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .switcher .thumbnail:nth-of-type(3) label:before,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .switcher .thumbnail:nth-of-type(4) label:before,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .switcher .thumbnail:nth-of-type(5) label:before,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .switcher .thumbnail:nth-of-type(6) label:before,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .switcher .thumbnail:nth-of-type(7) label:before,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .switcher .thumbnail:nth-of-type(8) label:before,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .switcher .thumbnail:nth-of-type(9) label:before,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .switcher .thumbnail:nth-of-type(10) label:before,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .switcher .thumbnail:nth-of-type(11) label:before,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .switcher .thumbnail:nth-of-type(12) label:before,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .switcher .thumbnail:nth-of-type(13) label:before,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .switcher .thumbnail:nth-of-type(14) label:before,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .switcher .thumbnail:nth-of-type(15) label:before,
.fade-gallery > .open-check:nth-of-type(16):checked ~ .switcher .thumbnail:nth-of-type(16) label:before {
	opacity: 1;
}
.fade-gallery label[for="modal"] {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
}
.fade-gallery label[for="modal"] > span:first-child {
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	background:rgba(134,134,132,0.8);
	padding:2px 5px;
	height:auto;
	z-index:2;
	opacity:0;
	font-size:14px;
	line-height:16px;
	margin:-9px 0 0 -80px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.fade-gallery label[for="modal"]:hover > span:first-child {opacity:1;}

.product-description {
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.product-images {
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-ms-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}

.fade-gallery .close {
	position:absolute;
	display:none;
	top:0px;
	z-index:2;
	right:0;
	width:30px;
	height:30px;
	padding:3px 0 6px;
	text-align:center;
	border: 1px solid #f00;
	background:#d61c21;
	color:#fff;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}
.fade-gallery .close .fa {font-size: 20px;}
.fade-gallery > .empty-marker {
	position:absolute;
	top: -99999px;
	left: -99999px;
}
.fade-gallery > .empty-marker:nth-of-type(1):empty ~ .switcher .thumbnail:nth-of-type(1),
.fade-gallery > .empty-marker:nth-of-type(2):empty ~ .switcher .thumbnail:nth-of-type(2),
.fade-gallery > .empty-marker:nth-of-type(3):empty ~ .switcher .thumbnail:nth-of-type(3),
.fade-gallery > .empty-marker:nth-of-type(4):empty ~ .switcher .thumbnail:nth-of-type(4),
.fade-gallery > .empty-marker:nth-of-type(5):empty ~ .switcher .thumbnail:nth-of-type(5),
.fade-gallery > .empty-marker:nth-of-type(6):empty ~ .switcher .thumbnail:nth-of-type(6),
.fade-gallery > .empty-marker:nth-of-type(7):empty ~ .switcher .thumbnail:nth-of-type(7),
.fade-gallery > .empty-marker:nth-of-type(8):empty ~ .switcher .thumbnail:nth-of-type(8),
.fade-gallery > .empty-marker:nth-of-type(9):empty ~ .switcher .thumbnail:nth-of-type(9),
.fade-gallery > .empty-marker:nth-of-type(10):empty ~ .switcher .thumbnail:nth-of-type(10),
.fade-gallery > .empty-marker:nth-of-type(11):empty ~ .switcher .thumbnail:nth-of-type(11),
.fade-gallery > .empty-marker:nth-of-type(12):empty ~ .switcher .thumbnail:nth-of-type(12),
.fade-gallery > .empty-marker:nth-of-type(13):empty ~ .switcher .thumbnail:nth-of-type(13),
.fade-gallery > .empty-marker:nth-of-type(14):empty ~ .switcher .thumbnail:nth-of-type(14),
.fade-gallery > .empty-marker:nth-of-type(15):empty ~ .switcher .thumbnail:nth-of-type(15),
.fade-gallery > .empty-marker:nth-of-type(16):empty ~ .switcher .thumbnail:nth-of-type(16),
.fade-gallery > .empty-marker:nth-of-type(17):empty ~ .switcher .thumbnail:nth-of-type(17),
.fade-gallery > .empty-marker:nth-of-type(18):empty ~ .switcher .thumbnail:nth-of-type(18),
.fade-gallery > .empty-marker:nth-of-type(19):empty ~ .switcher .thumbnail:nth-of-type(19),
.fade-gallery > .empty-marker:nth-of-type(20):empty ~ .switcher .thumbnail:nth-of-type(20){
	display:none;
}
#main .open-modal:checked ~ .product-box .product-images {width:100%;}
#main .open-modal:checked ~ .product-box .fade-gallery .holder-img {height: 800px;}
#main .open-modal:checked ~ .product-box .fade-gallery .holder-img img {
	-webkit-transform:translateY(-50%) scale(1.2);
	-moz-transform:translateY(-50%) scale(1.2);
	-ms-transform:translateY(-50%) scale(1.2);
	-o-transform: translateY(-50%) scale(1.2);
	transform:translateY(-50%) scale(1.2);
}
#main .open-modal:checked ~ .product-box .fade-gallery .close {display:block;}
#main .open-modal:checked ~ .product-box .fade-gallery label[for="modal"] > span:first-child {display:none;}
#main .open-modal:checked ~ .product-box .product-description {
	position:absolute;
	top:0;
	right:0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
/*end product gallery basic-variant*/


 /*product gallery variant02*/
.variant02 .product-gallery .empty-marker {
	position:absolute;
	top: -99999px;
	left: -99999px;
}
#product-container .variant02 .product-box {
	padding:0;
	margin: 0 0 30px;
}
#product-container .variant02 .product-box .col {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#product-container .variant02 .product-box .col:last-child {
	padding-left: 54px;
}
#product-container .variant02 .product-gallery {
	margin: 0 0 40px;
	position:relative;
}
#product-container .variant02 .product-gallery .switcher {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 20px 0 0;
	font-size:0px;
	line-height:0px;
}
#product-container .variant02 .product-gallery .switcher li {
	margin: 0 0 20px;
	display:inline-block;
	vertical-align:top;
	width: 100px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#product-container .variant02 .product-gallery .switcher label {
	display:block;
	position: relative;
	text-align:center;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#product-container .variant02 .product-gallery .switcher label .hold-img {
	display:block;
	width: 80px;
	height: 80px;
	margin:0 auto 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#product-container .variant02 .product-gallery .switcher label .hold-img img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#product-container .variant02 .product-gallery .product-content {
	background:#fff;
}
#product-container .variant02 .product-gallery > input:nth-child(1):checked ~ .switcher li:nth-child(1) label,
#product-container .variant02 .product-gallery > input:nth-child(2):checked ~ .switcher li:nth-child(2) label,
#product-container .variant02 .product-gallery > input:nth-child(3):checked ~ .switcher li:nth-child(3) label,
#product-container .variant02 .product-gallery > input:nth-child(4):checked ~ .switcher li:nth-child(4) label,
#product-container .variant02 .product-gallery > input:nth-child(5):checked ~ .switcher li:nth-child(5) label,
#product-container .variant02 .product-gallery > input:nth-child(6):checked ~ .switcher li:nth-child(6) label,
#product-container .variant02 .product-gallery > input:nth-child(7):checked ~ .switcher li:nth-child(7) label,
#product-container .variant02 .product-gallery > input:nth-child(8):checked ~ .switcher li:nth-child(8) label,
#product-container .variant02 .product-gallery > input:nth-child(9):checked ~ .switcher li:nth-child(9) label,
#product-container .variant02 .product-gallery > input:nth-child(10):checked ~ .switcher li:nth-child(10) label,
#product-container .variant02 .product-gallery > input:nth-child(11):checked ~ .switcher li:nth-child(11) label,
#product-container .variant02 .product-gallery > input:nth-child(12):checked ~ .switcher li:nth-child(12) label,
#product-container .variant02 .product-gallery > input:nth-child(13):checked ~ .switcher li:nth-child(13) label,
#product-container .variant02 .product-gallery > input:nth-child(14):checked ~ .switcher li:nth-child(14) label,
#product-container .variant02 .product-gallery > input:nth-child(15):checked ~ .switcher li:nth-child(15) label,
#product-container .variant02 .product-gallery > input:nth-child(16):checked ~ .switcher li:nth-child(16) label,
#product-container .variant02 .product-gallery > input:nth-child(17):checked ~ .switcher li:nth-child(17) label,
#product-container .variant02 .product-gallery > input:nth-child(18):checked ~ .switcher li:nth-child(18) label,
#product-container .variant02 .product-gallery > input:nth-child(19):checked ~ .switcher li:nth-child(19) label,
#product-container .variant02 .product-gallery > input:nth-child(20):checked ~ .switcher li:nth-child(20) label {
	opacity:1;
}
#product-container .variant02 .product-gallery,
#product-container .variant02 .product-gallery .product-content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#product-container .variant02 .product-gallery .product-content {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
#product-container .variant02 .product-gallery .product-tab {
	width: 100%;
	position: relative;
}
#product-container .variant02 .product-gallery > input:nth-of-type(1):checked ~ .product-tab .product-content:nth-child(1),
#product-container .variant02 .product-gallery > input:nth-of-type(2):checked ~ .product-tab .product-content:nth-child(2),
#product-container .variant02 .product-gallery > input:nth-of-type(3):checked ~ .product-tab .product-content:nth-child(3),
#product-container .variant02 .product-gallery > input:nth-of-type(4):checked ~ .product-tab .product-content:nth-child(4),
#product-container .variant02 .product-gallery > input:nth-of-type(5):checked ~ .product-tab .product-content:nth-child(5),
#product-container .variant02 .product-gallery > input:nth-of-type(6):checked ~ .product-tab .product-content:nth-child(6),
#product-container .variant02 .product-gallery > input:nth-of-type(7):checked ~ .product-tab .product-content:nth-child(7),
#product-container .variant02 .product-gallery > input:nth-of-type(8):checked ~ .product-tab .product-content:nth-child(8),
#product-container .variant02 .product-gallery > input:nth-of-type(9):checked ~ .product-tab .product-content:nth-child(9),
#product-container .variant02 .product-gallery > input:nth-of-type(10):checked ~ .product-tab .product-content:nth-child(10),
#product-container .variant02 .product-gallery > input:nth-of-type(11):checked ~ .product-tab .product-content:nth-child(11),
#product-container .variant02 .product-gallery > input:nth-of-type(12):checked ~ .product-tab .product-content:nth-child(12),
#product-container .variant02 .product-gallery > input:nth-of-type(13):checked ~ .product-tab .product-content:nth-child(13),
#product-container .variant02 .product-gallery > input:nth-of-type(14):checked ~ .product-tab .product-content:nth-child(14),
#product-container .variant02 .product-gallery > input:nth-of-type(15):checked ~ .product-tab .product-content:nth-child(15),
#product-container .variant02 .product-gallery > input:nth-of-type(16):checked ~ .product-tab .product-content:nth-child(16),
#product-container .variant02 .product-gallery > input:nth-of-type(17):checked ~ .product-tab .product-content:nth-child(17),
#product-container .variant02 .product-gallery > input:nth-of-type(18):checked ~ .product-tab .product-content:nth-child(18),
#product-container .variant02 .product-gallery > input:nth-of-type(19):checked ~ .product-tab .product-content:nth-child(19),
#product-container .variant02 .product-gallery > input:nth-of-type(20):checked ~ .product-tab .product-content:nth-child(20) {
	opacity: 1;
	position: relative;
	z-index:2;
}
.thumbnail:hover label,
#product-container .variant02 .product-gallery > input:nth-of-type(1):checked ~ .switcher .thumbnail:nth-of-type(1) label,
#product-container .variant02 .product-gallery > input:nth-of-type(2):checked ~ .switcher .thumbnail:nth-of-type(2) label,
#product-container .variant02 .product-gallery > input:nth-of-type(3):checked ~ .switcher .thumbnail:nth-of-type(3) label,
#product-container .variant02 .product-gallery > input:nth-of-type(4):checked ~ .switcher .thumbnail:nth-of-type(4) label,
#product-container .variant02 .product-gallery > input:nth-of-type(5):checked ~ .switcher .thumbnail:nth-of-type(5) label,
#product-container .variant02 .product-gallery > input:nth-of-type(6):checked ~ .switcher .thumbnail:nth-of-type(6) label,
#product-container .variant02 .product-gallery > input:nth-of-type(7):checked ~ .switcher .thumbnail:nth-of-type(7) label,
#product-container .variant02 .product-gallery > input:nth-of-type(8):checked ~ .switcher .thumbnail:nth-of-type(8) label,
#product-container .variant02 .product-gallery > input:nth-of-type(9):checked ~ .switcher .thumbnail:nth-of-type(9) label,
#product-container .variant02 .product-gallery > input:nth-of-type(10):checked ~ .switcher .thumbnail:nth-of-type(10) label,
#product-container .variant02 .product-gallery > input:nth-of-type(11):checked ~ .switcher .thumbnail:nth-of-type(11) label,
#product-container .variant02 .product-gallery > input:nth-of-type(12):checked ~ .switcher .thumbnail:nth-of-type(12) label,
#product-container .variant02 .product-gallery > input:nth-of-type(13):checked ~ .switcher .thumbnail:nth-of-type(13) label,
#product-container .variant02 .product-gallery > input:nth-of-type(14):checked ~ .switcher .thumbnail:nth-of-type(14) label,
#product-container .variant02 .product-gallery > input:nth-of-type(15):checked ~ .switcher .thumbnail:nth-of-type(15) label,
#product-container .variant02 .product-gallery > input:nth-of-type(16):checked ~ .switcher .thumbnail:nth-of-type(16) label {
	opacity: 1;
}
.thumbnail:hover label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(1):checked ~ .switcher .thumbnail:nth-of-type(1) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(2):checked ~ .switcher .thumbnail:nth-of-type(2) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(3):checked ~ .switcher .thumbnail:nth-of-type(3) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(4):checked ~ .switcher .thumbnail:nth-of-type(4) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(5):checked ~ .switcher .thumbnail:nth-of-type(5) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(6):checked ~ .switcher .thumbnail:nth-of-type(6) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(7):checked ~ .switcher .thumbnail:nth-of-type(7) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(8):checked ~ .switcher .thumbnail:nth-of-type(8) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(9):checked ~ .switcher .thumbnail:nth-of-type(9) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(10):checked ~ .switcher .thumbnail:nth-of-type(10) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(11):checked ~ .switcher .thumbnail:nth-of-type(11) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(12):checked ~ .switcher .thumbnail:nth-of-type(12) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(13):checked ~ .switcher .thumbnail:nth-of-type(13) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(14):checked ~ .switcher .thumbnail:nth-of-type(14) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(15):checked ~ .switcher .thumbnail:nth-of-type(15) label:before,
#product-container .variant02 .product-gallery > input:nth-of-type(16):checked ~ .switcher .thumbnail:nth-of-type(16) label:before {
	opacity: 1;
}
#product-container .variant02 .open-inp,
#product-container .variant02 .open-simplebox {display: none;}

#product-container .variant02 .item-variants {
	font-size:0px;
	line-height:0px;
	margin: 0 -8px;
	list-style: none;
	padding:0;
}
#product-container .variant02 .item-variants li {
	display:inline-block;
	vertical-align:top;
	width: 33.3%;
	font-size:14px;
	line-height:16px;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#product-container .variant02 .item-variants .product-image {
	height: 400px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#product-container .variant02 .item-variants .product-image img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	margin:0 auto;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
#product-container .variant02 .product-description {
	float: none;
	width: 100%;
	padding:0;
}
#product-container .variant02 .item-variants .product-image label {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
}
#product-container .variant02 .item-variants .product-image label > img {display:none;}
#product-container .variant02 .item-variants .product-image label > span:first-child {
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	background:rgba(134,134,132,0.8);
	padding:2px 5px;
	height:auto;
	z-index:2;
	opacity:0;
	margin:-9px 0 0 -80px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#product-container .variant02 .item-variants .product-image label:hover > span:first-child {opacity:1;}
#product-container .variant02 .item-variants .product-image .close {
	position:absolute;
	display:none;
	top:0px;
	z-index:2;
	right:0;
	width:30px;
	height:30px;
	padding:3px 0 6px;
	text-align:center;
	border: 1px solid #49b5fe;
	background:#49b5fe;
	color:#fff;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}
#product-container .variant02 .item-variants .product-image .close .fa {font-size: 20px;}
#product-container .variant02 .open-modal {display:none;}

#product-container .variant02 .item-variants .open-simplebox:checked + .product-image label {
	position:fixed;
	top: 145px;
	left: 50%;
	width: 800px;
	height: 800px;
	margin: 0 0 0 -400px;
	background: #f5f5f5;
	z-index: 10000;
	-webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 200px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.5);
}
#product-container .variant02 .item-variants .open-simplebox:checked + .product-image label:before {
	content:"\f00d";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 30px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	width: 30px;
	height: 30px;
	background: #de183c;
	color: #fff;
	z-index:10;
}
#product-container .variant02 .item-variants .open-simplebox:checked + .product-image label > span:first-child {display:none;}
#product-container .variant02 .item-variants .open-simplebox:checked + .product-image label > img {
	display:block;
	-webkit-transform: translateY(-50%) scale(1.2);
	-moz-transform: translateY(-50%) scale(1.2);
	-ms-transform: translateY(-50%) scale(1.2);
	-o-transform: translateY(-50%) scale(1.2);
	transform: translateY(-50%) scale(1.2);
}
 /*end product gallery variant02*/

 /*product gallery variant03*/
.product-description.wide {
	float: none;
	width:100%;
	padding:0;
}
.product-description.wide .col {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#product-container .variant03 .switcher {
	position:relative;
	bottom:auto;
	left:auto;
	font-size:0px;
	line-height:0px;
	height: 245px;
	overflow:hidden;
	margin: 0 0 50px;
	padding: 0 0 30px;
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	-o-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}
#product-container .variant03 .switcher:before {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	height: 30px;
	width:100%;
	background: #fff;
	z-index:1;
}
#product-container .variant03 #open-switch:checked ~ .product-box  .switcher {
	height: 500px;
}
#product-container .variant03 .switcher .thumbnail {
	width: 25%;
}
#product-container .variant03 .switch-label {
	z-index:3;
}
#product-container .variant03 .product-box,
#product-container .variant03 #open-switch:checked ~ .product-box {
	padding:0;
	margin: 0 0 30px;
}
#product-container .variant03 .prise-wrap {
	margin: 0 0 150px;
}
#product-container .variant03 .product-description {
	width: 45%;
}
#product-container .variant03 .product-images {
	width: 55%;
}
.thumbnail:hover label,
.fade-gallery > .open-check:nth-of-type(1):checked ~ .product-description .switcher .thumbnail:nth-of-type(1) label,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .product-description .switcher .thumbnail:nth-of-type(2) label,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .product-description .switcher .thumbnail:nth-of-type(3) label,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .product-description .switcher .thumbnail:nth-of-type(4) label,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .product-description .switcher .thumbnail:nth-of-type(5) label,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .product-description .switcher .thumbnail:nth-of-type(6) label,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .product-description .switcher .thumbnail:nth-of-type(7) label,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .product-description .switcher .thumbnail:nth-of-type(8) label,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .product-description .switcher .thumbnail:nth-of-type(9) label,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .product-description .switcher .thumbnail:nth-of-type(10) label,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .product-description .switcher .thumbnail:nth-of-type(11) label,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .product-description .switcher .thumbnail:nth-of-type(12) label,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .product-description .switcher .thumbnail:nth-of-type(13) label,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .product-description .switcher .thumbnail:nth-of-type(14) label,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .product-description .switcher .thumbnail:nth-of-type(15) label,
.fade-gallery > .open-check:nth-of-type(16):checked ~ .product-description .switcher .thumbnail:nth-of-type(16) label {
	opacity: 1;
}
.thumbnail:hover label:before,
.fade-gallery > .open-check:nth-of-type(1):checked ~ .product-description .switcher .thumbnail:nth-of-type(1) label:before,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .product-description .switcher .thumbnail:nth-of-type(2) label:before,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .product-description .switcher .thumbnail:nth-of-type(3) label:before,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .product-description .switcher .thumbnail:nth-of-type(4) label:before,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .product-description .switcher .thumbnail:nth-of-type(5) label:before,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .product-description .switcher .thumbnail:nth-of-type(6) label:before,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .product-description .switcher .thumbnail:nth-of-type(7) label:before,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .product-description .switcher .thumbnail:nth-of-type(8) label:before,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .product-description .switcher .thumbnail:nth-of-type(9) label:before,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .product-description .switcher .thumbnail:nth-of-type(10) label:before,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .product-description .switcher .thumbnail:nth-of-type(11) label:before,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .product-description .switcher .thumbnail:nth-of-type(12) label:before,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .product-description .switcher .thumbnail:nth-of-type(13) label:before,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .product-description .switcher .thumbnail:nth-of-type(14) label:before,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .product-description .switcher .thumbnail:nth-of-type(15) label:before,
.fade-gallery > .open-check:nth-of-type(16):checked ~ .product-description .switcher .thumbnail:nth-of-type(16) label:before {
	opacity: 1;
}
 /*end product gallery variant03*/

 /*product gallery variant04*/
#product-container .variant04 .fade-gallery .switcher {
	position: relative;
	bottom:auto;
	left:auto;
	height: 110px;
	padding: 0 0 30px;
}
#product-container .variant04 #open-switch:checked ~ .product-box .fade-gallery .switcher {
	height: 500px;
}
#product-container .variant04 .fade-gallery .switcher:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 30px;
	background: #fff;
	z-index:1;  
}
#product-container .variant04 .fade-gallery .switcher .switch-label {
	z-index: 3;
}
#product-container .variant04 .thumbnail {
	width: 20%;
}
#product-container .variant04 .fade-gallery .holder-img {
	height: 550px;
}
#product-container .variant04 .product-box,
#product-container .variant04 #open-switch:checked ~ .product-box {
	padding:0;
	margin: 0 0 30px;
}
#product-container .variant04 .product-description {
	width: 45%;
}
#product-container .variant04 .product-images {
	width: 55%;
}
 /*end product gallery variant04*/

 /*product gallery variant05*/

.variant05 .product-description,
.variant05 .product-images {
	float: none;
	width:100%;
}
.variant05 .fade-gallery .switcher {
	position: relative;
	bottom:auto;
	left: auto;
	height:auto;
}
.variant05 .product-box {
	padding:0;
	margin: 0 0 70px;
}
.variant05 .fade-gallery .gall-prev,
.variant05 .fade-gallery .gall-next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -30px 0 0;
  z-index: 3;
}
.variant05 .fade-gallery .gall-next {
  left: auto;
  right: 0;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.variant05 .fade-gallery .gall-prev label,
.variant05 .fade-gallery .gall-next label {
  display: none;
  width: 40px;
  height: 60px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.variant05 .fade-gallery .gall-prev label:hover,
.variant05 .fade-gallery .gall-next label:hover {opacity: 0.8;}
.variant05 .open-modal:checked ~ .product-box .gall-next {right: -10px;}
.variant05 .fade-gallery .gall-prev label,
.variant05 .fade-gallery .gall-next label {
  font-size: 40px;
  line-height: 40px;
}
.variant05 .fade-gallery .gall-prev label:before,
.variant05 .fade-gallery .gall-next label:before{
  display: inline-block;
  font-family: FontAwesome;
  content: "\f053";
  font-size: 40px;
  line-height: 60px;
  color: #de183c;
}
.variant05 .fade-gallery .gall-next label:before{content: "\f054";}
.variant05 .fade-gallery .empty-marker:nth-of-type(2):not(:empty) ~ .open-check:nth-of-type(1):checked ~ .holder-img .gall-next label:nth-of-type(2), 
.variant05 .fade-gallery .empty-marker:nth-of-type(3):not(:empty) ~ .open-check:nth-of-type(2):checked ~ .holder-img .gall-next label:nth-of-type(3), 
.variant05 .fade-gallery .empty-marker:nth-of-type(4):not(:empty) ~ .open-check:nth-of-type(3):checked ~ .holder-img .gall-next label:nth-of-type(4), 
.variant05 .fade-gallery .empty-marker:nth-of-type(5):not(:empty) ~ .open-check:nth-of-type(4):checked ~ .holder-img .gall-next label:nth-of-type(5), 
.variant05 .fade-gallery .empty-marker:nth-of-type(6):not(:empty) ~ .open-check:nth-of-type(5):checked ~ .holder-img .gall-next label:nth-of-type(6), 
.variant05 .fade-gallery .empty-marker:nth-of-type(7):not(:empty) ~ .open-check:nth-of-type(6):checked ~ .holder-img .gall-next label:nth-of-type(7), 
.variant05 .fade-gallery .empty-marker:nth-of-type(8):not(:empty) ~ .open-check:nth-of-type(7):checked ~ .holder-img .gall-next label:nth-of-type(8), 
.variant05 .fade-gallery .empty-marker:nth-of-type(9):not(:empty) ~ .open-check:nth-of-type(8):checked ~ .holder-img .gall-next label:nth-of-type(9), 
.variant05 .fade-gallery .empty-marker:nth-of-type(10):not(:empty) ~ .open-check:nth-of-type(9):checked ~ .holder-img .gall-next label:nth-of-type(10), 
.variant05 .fade-gallery .empty-marker:nth-of-type(11):not(:empty) ~ .open-check:nth-of-type(10):checked ~ .holder-img .gall-next label:nth-of-type(11), 
.variant05 .fade-gallery .empty-marker:nth-of-type(12):not(:empty) ~ .open-check:nth-of-type(11):checked ~ .holder-img .gall-next label:nth-of-type(12){
  display: block;
}

.variant05 .fade-gallery > .open-check:nth-of-type(2):checked ~ .holder-img .gall-prev label:nth-of-type(1),
.variant05 .fade-gallery > .open-check:nth-of-type(3):checked ~ .holder-img .gall-prev label:nth-of-type(2),
.variant05 .fade-gallery > .open-check:nth-of-type(4):checked ~ .holder-img .gall-prev label:nth-of-type(3),
.variant05 .fade-gallery > .open-check:nth-of-type(5):checked ~ .holder-img .gall-prev label:nth-of-type(4),
.variant05 .fade-gallery > .open-check:nth-of-type(6):checked ~ .holder-img .gall-prev label:nth-of-type(5),
.variant05 .fade-gallery > .open-check:nth-of-type(7):checked ~ .holder-img .gall-prev label:nth-of-type(6),
.variant05 .fade-gallery > .open-check:nth-of-type(8):checked ~ .holder-img .gall-prev label:nth-of-type(7),
.variant05 .fade-gallery > .open-check:nth-of-type(9):checked ~ .holder-img .gall-prev label:nth-of-type(8),
.variant05 .fade-gallery > .open-check:nth-of-type(10):checked ~ .holder-img .gall-prev label:nth-of-type(9),
.variant05 .fade-gallery > .open-check:nth-of-type(11):checked ~ .holder-img .gall-prev label:nth-of-type(10),
.variant05 .fade-gallery > .open-check:nth-of-type(12):checked ~ .holder-img .gall-prev label:nth-of-type(11) {
  display: block;
}
#main .variant05  .open-modal:checked ~ .product-box .product-description {
	position: static;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#product-container .variant05 .product-box .col {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#product-container .variant05 .product-box .col:last-child {
	padding-left: 54px;
}
.hold_variant_custom {
	background: #f5f5f5;
}
.wrapper .hold_variant_custom h2 {
	margin: 20px 0 40px;
	background: #fff;
	padding: 0 0 15px;
}
.variant_custom .fade-gallery .holder-img {
	height: auto;
}
.variant_custom .fade-gallery .holder-img img {
	max-width: inherit;
	max-height: inherit;
	width:100%;
	height:auto;
	position: absolute;
	left: -99999px;
	top: auto;
	-webkit-transform:translateY(0) scale(1);
	-moz-transform:translateY(0) scale(1);
	-ms-transform:translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}
#main .variant_custom .open-modal:checked ~ .product-box .fade-gallery .holder-img {height: auto;}
#main .variant_custom .open-modal:checked ~ .product-box .fade-gallery .holder-img img {
	-webkit-transform:translateY(0) scale(1);
	-moz-transform:translateY(0) scale(1);
	-ms-transform:translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	transform:translateY(0) scale(1);
	max-height: inherit;
	max-width: inherit;
	width:100%;
	height:auto;
}
 /*end gallery variant05*/


.information-box {
	margin: 0 0 100px;
	position:relative;
}
.information-variant01 {
	background: #f5f5f5;
	padding: 67px 0 17px;
}
.information-variant01 .hold-img {
	position:relative;
	margin: 0 0 40px;
}
.information-variant01 .hold-img img {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.information-inner {
	position: relative;
	z-index:1;
	margin: 0 -61px;
}
.information-inner:after {
	content:"";
	display:block;
	clear:both;
}
.information-variant01:before {
	content:'';
	position:absolute;
	top:0;
	right: 100%;
	width: 1000px;
	height: 100%;
	background: #f5f5f5;
}
.information-variant01:after {
	content:'';
	position:absolute;
	top:0;
	height: 100%;
	left: 60%;
	width: 2000px;
	background: #de183c;
}
.information-box .col {
	float: left;
	width: 50%;
	padding: 0 61px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.information-box .col p {
	color: #616161;
	line-height: 26px;
}
/*tables*/

.information-box table,
.bordered-table {
	width:100%;
	margin: 0 0 30px;
	border-collapse: collapse;
  line-height: 1.0;
  font-size: 14.4px;
  margin: 0;
  padding: 0em 0.5em;
  color: #808080;
}

.information-box table.table-variant01 td {
	width: 50%;
	border-bottom: 1px solid #f1eee9;
	padding: 1px 8px 2px 8px;
	color: #808080;
}
.information-box table.table-variant01 tr:last-child td {border: none;}
.information-box table.table-variant01 td:last-child {
	color: #de183c;
}

.information-box table.table-variant02 td,
.bordered-table td {
	width: 50%;
	border-top: 1px solid #ddd;
	padding: 5px 8px 2px 8px;
	color: #808080;
}
.information-box table.table-variant02 tr:nth-child(odd) td,
.bordered-table  tr:nth-child(odd) td{
	background: #f5f5f5;
}

.advantages-list {
	list-style: none;
	padding:0;
	margin: 10px -35px 0; 
	font-size:0px;
	line-height:0px;
}
.advantages-list li {
	font-size:15px;
	line-height:24px;
	color: #616161;
	width: 50%;
	padding: 0 35px;
	margin: 0 0 69px;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
.advantages-list li .title {
	text-transform: uppercase;
	color: #000;
	display:block;
	margin: 0 0 15px;
	font-weight: 600;
}
.advantages-list li .hold-icon {
	display:block;
	margin: 0 0 23px;
}
.advantages-list li .hold-icon .fa {
	font-size: 28px;
	color: #9e8769;
}
.information-list {
	list-style: none;
	padding:0;
	margin: 71px -60px 0; 
	font-size:0px;
	line-height:0px;
}
.information-list.information-bottom  {
	margin: 0 0 0 -50px;
	width: 70%;
}
.information-list li {
	font-size:14px;
	line-height:22px;
	color: #616161;
	width: 33.3%;
	padding: 0 10px;	
	margin: 0 0 20px;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}
.information-list.information-bottom li {
	width: 25%;
}
.information-list.narrow {
	margin: 70px 0 0 -60px;
}
.information-list li .ebay-img {
	line-height: 67px;
}
.information-list li .ebay-img img {
	vertical-align: middle;
}
.information-list li .title {
	color: #000;
	margin: 0 0 15px;
	font-weight: 400;
}
.information-list li .hold-icon {
	display:block;
	margin: 0 0 8px;
}
.information-list li .hold-icon .fa {
	font-size: 28px;
	color: #de183c;
}
.information-variant01 h3 {
	font: 48px/50px 'Montserrat Alternates', sans-serif;
	color: #de183c;
	font-weight: 600;
	text-transform: none;
	margin: -94px 0 50px;
}

/*responsive-table*/
/* info (hed, dek, source, credit) */
.rg-container {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0em 0.5em;
  color: #808080;
}
.rg-header {
  margin-bottom: 0em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-align: left;
  color: #808080;
  background-color: #f6f6f6;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  border-bottom: 1px solid #ddd;
  color: #808080;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: transparent;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
	width:50%;
	border-right: 3px solid #fff;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/*payment-box -- start*/
.payment-box{
	margin: 0 -61px 130px;
	overflow:hidden;
}
.payment-box .col{
	width: 50%;
	float:left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 0 61px;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
}
.payment-box .col h3{
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #060606;
	text-transform: uppercase;
	margin: 0 0 27px;
}
.icon-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.icon-list li{
	display:inline-block;
	vertical-align:top;
	padding: 0 39px 0 0;
}
.payment-box .col p{
	margin: 0 0 26px;
}
/*payment-box -- end*/
/*best-sellers variant01 -- start*/


.related-box,
.best-sellers {margin: 0 0 110px;}
.related-list,
.best-variant01 {
	font-size:0px;
	line-height:0px;
	list-style: none;
	padding:0;
	margin: 0 0 20px;
}
.related-list li,
.best-variant01 li {
	font: 18px/30px 'Montserrat Alternates', sans-serif;
	display:inline-block;
	vertical-align:top;
	width: 33.3%;
	background: #fff;
	padding: 38px 20px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.related-list li a,
.best-variant01 li a {
	display:block;
	min-height: 440px;
	position:relative;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.related-list li a:hover,
.best-variant01 li a:hover {opacity: 0.9;}
.related-list li:nth-child(1) a,
.related-list li:nth-child(6) a,
.best-variant01 li:nth-child(1) a,
.best-variant01 li:nth-child(6) a{
	color: #fff !important;
}
.related-list li:nth-child(1),
.related-list li:nth-child(6),
.best-variant01 li:nth-child(1),
.best-variant01 li:nth-child(6) {
	background: #de183c;
	color: #fff;
}
.related-list li:nth-child(1):before,
.related-list li:nth-child(6):before,
.best-variant01 li:nth-child(1):before,
.best-variant01 li:nth-child(6):before {
	content:'';
	position:absolute;
	top:0;
	right:100%;
	width: 1000px;
	height: 100%;
	background: #de183c;
}
.related-list li:nth-child(6):before,
.best-variant01 li:nth-child(6):before {
	right:auto;
	left: 100%;
}
.related-list li:nth-child(4),
.related-list li:nth-child(5),
.best-variant01 li:nth-child(4),
.best-variant01 li:nth-child(5) {background: #f5f5f5;}

.related-list li.no-bg:nth-child(1):before,
.related-list li.no-bg:nth-child(6):before,
.best-variant01 li.no-bg:nth-child(1):before,
.best-variant01 li.no-bg:nth-child(6):before {background: none !important;}

.related-list .hold-img,
.best-variant01 .hold-img {
	display:block;
	height: 300px;
	margin: 0 0 4px -20px;
}
.related-list .hold-img img,
.best-variant01 .hold-img img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.related-list .info-wrap,
.best-variant01 .info-wrap {
	position:absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px 10px 15px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.related-list .title,
.best-variant01 .title{
	font: 18px/30px 'Montserrat Alternates', sans-serif;
	font-weight: 400;
	display:block;
	overflow:hidden;
	margin: 0 0 3px;
}
.related-list .related-price,
.best-variant01 .related-price {
	font-size:24px;
	line-height:26px;
} 
/*best-sellers variant01 -- start*/
.items-list,
.best-variant02 {
	list-style: none;
	padding: 0;
	margin: 0 -24px 109px -48px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}
.items-list li,
.best-variant02 li {
	width: 25%;
	font-size:14px;
	line-height:16px;
	display:inline-block;
	vertical-align:top;
	padding: 0 10px 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.items-list li a,
.best-variant02 li a {
	display:block;
	text-align:center;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.items-list li .item-img,
.best-variant02 li .hold-img{
	display:block;
	margin: 0 auto;
	height: 150px;
	width: 170px;
}
.items-list li .item-img img,
.best-variant02 li .hold-img img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.items-list li .item-title,
.best-variant02 li .title {
	display:block;
	height: 62px;
	overflow:hidden;
	font-weight: 300;
	font-size:18px;
	line-height:20px;
	margin: 0 0 4px;
}
.items-list a:hover,
.best-variant02 a:hover {
	color: #de183c;
}
.items-list li .item-price,
.best-variant02 li .related-price{
	display:block;
	font-weight: 600;
	font-size:19px;
	line-height:22px;
}
/*best-sellers variant01 -- end*/


/*best-sellers variant02 -- start*/
.open-check {display:none;}
.brand-list,
.best-variant03 {
	margin: 0 -20px 74px;
	font-size:0px;
	line-height:0px;
	white-space: nowrap;
	overflow:hidden;
	position:relative;
	padding: 0 42px;
}
.brand-list:after,
.brand-list:before,
.best-variant03:after,
.best-variant03:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	height: 100%;
	width: 42px;
	background: #fff;
	z-index:1;
}
.brand-list:before,
.best-variant03:before {
	right:auto;
	left:0;
}
.grey-box .brand-list:after,
.grey-box .brand-list:before,
.grey-box .best-variant03:after,
.grey-box .best-variant03:before {background: #f5f9fa;}
.brand-list li,
.best-variant03 li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding: 7px 10px !important;
	width: 25%;
	font-size:15px;
	line-height:19px;
	white-space:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -25%;
	position:static;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.brand-list label.next, 
.brand-list label.prev,
.best-variant03 label.next, 
.best-variant03 label.prev {
    cursor: pointer;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 39%;
    z-index: 5;
	display:none;
	height: 62px;
	width: 17px;
	padding: 4px;
	margin: -19px 0 0;
	background: url(../images/angle-left.jpg) no-repeat 0 0;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.brand-list label.next,
.best-variant03 label.next{
	background: url(../images/angle-right.jpg) no-repeat 0 0;
}
.brand-list label.next:hover, 
.brand-list label.prev:hover,
.best-variant03 label.next:hover, 
.best-variant03 label.prev:hover {opacity: 0.7;}
.best-variant03 label.prev,
.best-variant03 label.prev  {
	right: auto;
	left: 20px;
}
.brand-list label.next .fa, 
.brand-list label.prev .fa,
.best-variant03 label.next .fa, 
.best-variant03 label.prev .fa{
	font-size: 30px;
	color: #fff;
}
.brand-list .open-check:checked ~ li,
.best-variant03 .open-check:checked ~ li {
	margin-left: 0 !important;
}
.brand-list .open-check:checked + li label,
.best-variant03 .open-check:checked + li label {
	display:block;
}
.best-variant03 li a {
	display:block;
	color: #000 !important;
	font-weight: 400;
	white-space: normal;
	position:relative;
	margin: 0 0 9px;
	padding:0;
	text-decoration: none;
	background: #fff;
}
.best-variant03 li a .hold-img {
	display:block;
	height: 150px;
	width: 170px;
	margin:0 auto;
}
.best-variant03 li a .hold-img img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.best-variant03 li a .title {
	display:block;
	height: 39px;
	overflow:hidden;
	margin: 0 0 3px;
	color:#686868;
	font-size: 14px;
	line-height: 18px;
}
.brand-list .product-price,
.best-variant03 .related-price{
	overflow:hidden;
	width:100%;
	position:relative;
	display:block;
	font-size:24px;
	line-height:30px;
	color: #ec0d1f;
	font-weight: 500;
	margin: 0 0 30px;
}

.brand-list .open-check:nth-last-of-type(1):checked + li label.next,
.brand-list .open-check:nth-last-of-type(2):checked + li label.next,
.brand-list .open-check:nth-last-of-type(3):checked + li label.next,
.brand-list .open-check:nth-last-of-type(4):checked + li label.next,
.best-variant03 .open-check:nth-last-of-type(1):checked + li label.next,
.best-variant03 .open-check:nth-last-of-type(2):checked + li label.next,
.best-variant03 .open-check:nth-last-of-type(3):checked + li label.next,
.best-variant03 .open-check:nth-last-of-type(4):checked + li label.next {display:none;}

/*best-sellers variant02 -- end*/

/*shop the categories variant01 -- start*/
#categories-box{
	margin: 0 0 50px;
} 
#categories-box h2{
	margin: 0 0 87px;
}
#categories-box .categories-wrap{
	overflow:hidden;
	margin: 0 0 130px; 
} 
#categories-box .categories-item{
	float:left; 
	width: 33.33%;
	overflow:hidden;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
#categories-box .categories-item h3{
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	margin: 0 0 18px;
}
#categories-box .category-image, #categories-box ul{
	float:left; 
	width: 50%;
	
}
/*
#categories-box .category-image {
	height:100%;
}
*/
#categories-box .category-image {
	height: 340px;
}
#categories-box .category-image a {
	position: relative;
	display: block;
}
#categories-box .category-image a:before {
	position: absolute;
	top: 0;
	left: -10%;
	width: 120%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	content: '';
	-webkit-transition: -webkit-transform .6s;
	transition: transform .8s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
#categories-box .categories-variant02 .category-image a:before {display:none;}
#categories-box .category-image a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
	opacity: 1;
	visibility: visible;
}
.category-image img{
	max-width: 100%;
	max-height: 100%;
}
#categories-box ul{
	list-style: none;
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	padding: 12px 0 0 11px;
	margin: 0;
}
#categories-box ul a{
	color: #616161;
	font-weight: 500;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}	
#categories-box ul a:hover{
	color:#000;
}
/*shop the categories -- end*/

/*categories variant02 -- start*/
#categories-box .categories-variant02 .categories-wrap {
	margin: 0 0 163px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#categories-box .categories-variant02 .categories-item {
	width: calc(50% - 5px);
	margin: 0 5px 5px 0;
	padding: 93px 63px 60px 25%;
	position:relative;
	background: #ebebee;
}
#categories-box .categories-variant02 ul {
	position:relative;
	float: none;
	width:100%;
	padding:0;
}

#categories-box .categories-variant02 ul li a{
	display:block;
	padding: 11px 20px 11px 0;
	border-bottom: 1px solid #dfdee6;
	text-transform: uppercase;
	color: #000 !important;
	position:relative;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#categories-box .categories-variant02 ul li a:hover {opacity:0.7;}
#categories-box .categories-variant02 ul li a:before {
	content:'';
	position:absolute;
	top: 50%;
	margin: -7px 0 0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #000;
}
#categories-box .categories-variant02 ul li:first-child  a {border-top:1px solid #dfdee6;}
#categories-box .categories-variant02 .title {
	position:relative;
	display:block;
	font-size:10px;
	line-height:12px;
	text-transform: uppercase;
	color: #001834;
	margin: 0 0 20px;
	font-weight: 300;
}
#categories-box .categories-variant02 .category-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width:100%;
	height: 100%;
}
#categories-box .categories-variant02 .category-image img {
	width: auto;
	height: 100%;
	top:auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#categories-box .categories-variant02 .category-image a {
	display: inline;
	height:auto;
}

#categories-box .categories-variant02 .overflowing .categories-item {
	float: left;
	padding: 30px;
}
#categories-box .categories-variant02 .overflowing li {width:100%;}
#categories-box .categories-variant02 .overflowing .category-image {
	width:100%;
}
#categories-box .categories-variant02 .overflowing .category-image:after {
	content:'';
	position:absolute;
	top:0;
	left: 0;
	right:0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
#categories-box .categories-variant02 .overflowing ul li a,
#categories-box .categories-variant02 .overflowing .title {
	color: #fff !important;
}
#categories-box .categories-variant02 .overflowing ul li a::before {
	border-color: transparent transparent transparent #fff;
}
/*shop the categories variant02 -- end*/


/*box-for -- start*/
.holder-for {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
}
.holder-for .box-for {
    overflow: hidden;
    color: #201f1d;
    margin: 0 -10px 130px;
	font-size:0px;
	line-height:0px;
}
.holder-for .box-for .box {
	display:inline-block;
	vertical-align:top;
	width: 25%;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.holder-for .box-for .box:last-child {
    padding: 0;
}
.holder-for .box-for .box figure {
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.holder-for .box-for img {
    display: block;
    width: 100%;
    height: auto;
}
.holder-for .box-for a {
    display: block;
    width: 100%;
    overflow: hidden;
	margin: 0 0 10px;
	position:relative;
}
.holder-for .box-for a:before {
	position: absolute;
	top: 0;
	left: -10%;
	width: 150%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	content: '';
	-webkit-transition: -webkit-transform .6s;
	transition: transform .8s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.holder-for .box-for a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
	opacity: 1;
	visibility: visible;
}


.holder-for h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin: 15px 0 17px;
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	margin: 0 0 20px;
	font-weight: 300;
}
.box-for .box .text-wrap{
	text-align:center;
	padding: 0 10%;
	font-size: 13px;
	line-height: 15px;
}
.box-for .text-wrap .button{
	display:block;
	width: 161px;
	height: 32px;
	background: #000;
	margin: 0 auto 46px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 31px;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.box-for .text-wrap .button:hover {background: #de183c;}

/*footer -- start*/
#footer{
	font-size: 14px;
	line-height: 22px;
	background:#f5f5f5;
	color: #616161;
	padding: 45px 0 0;
	position:relative;
	overflow:hidden;
}
#footer:before {
	content:'';
	position:absolute;
	top:0;
	left: 66.5%;
	height: 100%;
	width: 1000px;
	background: #de183c;
}
.footer-top,.footer-bottom{
	overflow:hidden;
	margin: 0 -10px;
	position:relative;
}
#footer h3{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 20px;
}
#footer .box{
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer .logo{
	display:block;
	float:none;
	width: 120px;
	margin: 0 0 20px;
	padding: 3px 0 0;
}
#footer .logo a {
	display: block;
}
#footer .row{
	display:block;
}
#footer .design{
	display:block;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 12px;
}
#footer .copy{
	display:block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 5px;
}
.footer-top .box{
	float:left;
	width: 25%;
}
.footer-top .box:last-child{
	color:#fff;
}
.footer-top .box-hold {
	float: right;
	width: 45%;
}
.footer-top .box-hold .box {
	width: 50%;
}
.open-sublist{
	display:none;
}
.footer-top ul{
	list-style: none;
	padding: 0;
	margin: 0 0 29px;
}
.footer-top ul li{
	margin: 0 0 2px;
}
.footer-top ul a {
	position:relative;
}
.footer-top ul a {
	position:relative;
}
.footer-top ul a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 1px;
	background: #4e4d4d;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}
.footer-top ul a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.footer-top .box:last-child ul li{
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 0 15px;
}
.footer-top .box-hold .box:last-child ul li {
	padding:0;
	margin: 0 0 2px;
}
.footer-top .box-hold .box:last-child ul li a {
	color: #fff;
}
.footer-top .box-hold .box:last-child ul li a:before {
	background: #fff;
}
.footer-top .box:last-child ul li li {padding:0;}
.footer-top .box:last-child ul .fa{
	position: absolute;
	top: 4px;
	left: 3px;
}
.footer-top .box:last-child ul  .fa-phone{
	font-size: 16px;
	line-height: 18px;
}
.footer-top .box:last-child ul .fa-map-marker{
	font-size: 20px;
	line-height: 22px;
	top:0;
}
.footer-bottom .box{
	float:left;
	width: 33.33%;
}
#footer .footer-bottom .box:last-child{
	padding: 0 0 0 9.4%;
}
.footer-bottom h4{
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	font-weight: 400;
}
.footer-bottom .icon-list, .footer-bottom .social {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-bottom .social{
	font-size: 18px;
	line-height: 28px;
}
.footer-bottom .icon-list li, .footer-bottom .social li{
	display:inline-block;
	vertical-align:top;
	margin: 0 0 10px;
}
.footer-bottom .icon-list li{
	padding: 0 2px;
}
.footer-bottom .social li{
	padding: 11px 17px 0 0;
}
.footer-bottom .icon-list img{
	-ms-transform: scale(0.75); /* IE 9 */
	-webkit-transform: scale(0.75); /* Safari */
	transform: scale(0.75);
}

.footer-bottom .social a{
	display:block;
	color: #de183c;
	background: #fff;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	text-align:center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer-bottom .social a:hover {
	background: #000;
	color: #fff;
}
a.footer-white {color: #fff !important;}
/*footer -- end*/
/*box-for -- end*/
.visible-xs {display:none !important;}

.shipping-list {
	padding: 0;
	margin:0;
	list-style: none;
	overflow:hidden;
}
.shipping-list li {
	float: left;
	margin: 0 43px 10px 0;
}
.shipping-list dl {
	margin: 0 0 15px;
}
.shipping-list dl dt,
.shipping-list dl dd {
	display:inline-block;
	vertical-align:top;
	margin: 0 7px 0 0;
}
.shipping-list dl dd {color: #de183c;}
.information-box .col .big-text p{
	font-size:20px;
	line-height:28px;
}
.total-list {
	background: #fff;
	list-style: none;
	padding:40px 0;
	margin:0;
	text-align:center;
}
.total-list li {
	display:inline-block;
	vertical-align:top;
	margin: 0 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #de183c;
	font-size:20px;
	line-height:24px;
}
.total-list li .hold-img {
	display:block;
	width: 96px;
	height: 96px;
	border: 2px solid #de183c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin:0 auto 10px;
}
.total-list li .hold-img .fa {
	font-size:40px;
	line-height:96px;
	color: #de183c;
}
.total-list li .title {
	font-size: 40px;
	line-height:44px;
	display:block;
	font-weight: 600;
}
/*related tabs start*/
.hold-tabs,
.tab-menu {
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hold-tabs{
	position:relative;
	margin:0 5px 30px 10px;
}
.hold-tabs:after,
.tab-menu:after {
	content:"";
	display:block;
	clear:both;
}

.tab-menu .nav {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ededed;
	z-index: 5;
	position:relative;
}
.tab-menu .nav:after  {
	content:"";
	display:block;
	clear:both;
}
.tab-menu .nav li {
	float: left;
	margin: 0 15px 0 0;
}
.tab-menu .nav label {
	font-size:18px;
	line-height:20px;
	color: #636363 ;
	padding:7px 0 6px;
	cursor: pointer;
	display:block;
	position: relative;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.tab-menu .nav label:after {
	bottom: 0;
	clear: both;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 0;
	background: #de183c ;
	height: 3px;
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-ms-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.product-slider,
.open-inp {display:none;}
.hold-tabs .tab-content,
.tab-menu .panel {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	padding:39px 28px 9px;
	font:300 14px/24px 'Lato', Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hold-tabs.hold-tabs-big .tab-content,
.tab-menu .panel {padding:92px 0 9px;}

.hold-tabs .nav a {display:block;}



.tab-menu .product-wrapper {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	position:relative;
	font-size:0px;
	line-height:0px;
}
.tab-menu .product-wrapper > .product-cell{
	display:inline-block;
	vertical-align:top;
	vertical-align:top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 20%;
	height:auto;
	font-size:14px;
	line-height:16px;
	padding: 0 15px;
	margin:0 0 10px;
}
.tab-menu .caption {
	font-size:0px;
	line-height:0px;
}
.tab-menu .image-square,
.tab-menu .image-square a,
.tab-menu .caption .price {
	display:block;
	text-decoration:none;
	overflow:hidden;
	position:relative;
	font-size: 14px;
	line-height:16px;
	color:#000;
	text-align:center;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.tab-menu .price_wrapper small,
.tab-menu .price_wrapper br {display:none;}
.list-goodes .product-image,
.tab-menu .image-square a {
	height: 183px;
	margin-bottom: 21px;
}
.tab-menu .caption {height: 100px;}
.tab-menu .image-square img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	opacity:1;
	
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.tab-menu .image-square a:hover img {opacity:0.7;}
.tab-menu .caption .title {
	display:block;
	font-size: 14px;
	line-height:16px;
	font-weight:700;
	padding-bottom: 9px;
	color:#000;
	text-decoration: none;
	text-align:center;
	
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.tab-menu .caption .title h4 {
	margin:0;
	font-style:normal;
	font-size:14px;
	line-height:16px;
	font-weight:700;
}
.tab-menu .caption .title:hover {
	color: #de183c;
	text-decoration: none;
}



.hold-tabs > input:nth-child(1):checked ~ .tab-menu .panel:nth-of-type(1),
.hold-tabs > input:nth-child(2):checked ~ .tab-menu .panel:nth-of-type(2),
.hold-tabs > input:nth-child(3):checked ~ .tab-menu .panel:nth-of-type(3),
.hold-tabs > input:nth-child(4):checked ~ .tab-menu .panel:nth-of-type(4),
.hold-tabs > input:nth-child(5):checked ~ .tab-menu .panel:nth-of-type(5),
.hold-jtl > input:nth-child(1):checked ~ .tab-menu .panel:nth-of-type(1),
.hold-jtl > input:nth-child(2):checked ~ .tab-menu .panel:nth-of-type(2),
.hold-jtl > input:nth-child(3):checked ~ .tab-menu .panel:nth-of-type(3),
.hold-jtl > input:nth-child(4):checked ~ .tab-menu .panel:nth-of-type(4),
.hold-jtl > input:nth-child(5):checked ~ .tab-menu .panel:nth-of-type(5) {
	opacity: 1;
	position: relative;
	z-index:2;
}
.hold-tabs > input:nth-child(1):checked ~ .tab-menu .nav li:nth-child(1) label:after,
.hold-tabs > input:nth-child(2):checked ~ .tab-menu .nav li:nth-child(2) label:after,
.hold-tabs > input:nth-child(3):checked ~ .tab-menu .nav li:nth-child(3) label:after,
.hold-tabs > input:nth-child(4):checked ~ .tab-menu .nav li:nth-child(4) label:after,
.hold-tabs > input:nth-child(5):checked ~ .tab-menu .nav li:nth-child(5) label:after,
.hold-jtl > input:nth-child(1):checked ~ .tab-menu .nav li:nth-child(1) label:after,
.hold-jtl > input:nth-child(2):checked ~ .tab-menu .nav li:nth-child(2) label:after,
.hold-jtl > input:nth-child(3):checked ~ .tab-menu .nav li:nth-child(3) label:after,
.hold-jtl > input:nth-child(4):checked ~ .tab-menu .nav li:nth-child(4) label:after,
.hold-jtl > input:nth-child(5):checked ~ .tab-menu .nav li:nth-child(5) label:after  {
	width:100%;
}
.hold-tabs .nav label:hover,
.hold-tabs > input:nth-child(1):checked ~ .tab-menu .nav li:nth-child(1) label,
.hold-tabs > input:nth-child(2):checked ~ .tab-menu .nav li:nth-child(2) label,
.hold-tabs > input:nth-child(3):checked ~ .tab-menu .nav li:nth-child(3) label,
.hold-tabs > input:nth-child(4):checked ~ .tab-menu .nav li:nth-child(4) label,
.hold-tabs > input:nth-child(5):checked ~ .tab-menu .nav li:nth-child(5) label,
.hold-jtl > input:nth-child(1):checked ~ .tab-menu .nav li:nth-child(1) label,
.hold-jtl > input:nth-child(2):checked ~ .tab-menu .nav li:nth-child(2) label,
.hold-jtl > input:nth-child(3):checked ~ .tab-menu .nav li:nth-child(3) label,
.hold-jtl > input:nth-child(4):checked ~ .tab-menu .nav li:nth-child(4) label,
.hold-jtl > input:nth-child(5):checked ~ .tab-menu .nav li:nth-child(5) label {
	color: #0057aa;
}
/*related tabs end*/


.no-bg {background: none !important;}

/*shop styles*/
/*slider*/

.slide-gallery {
	position:relative;
	margin: 20px 0 150px;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.slide-gallery:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width: 40%;
	height: 100%;
	background: #ff8aa0;
}
.slide-gallery input {
	display: none;
}
#slide1:checked ~ .slides-wrap .gallery-list { margin-left:0; }
#slide2:checked ~ .slides-wrap .gallery-list { margin-left:-100%; }
#slide3:checked ~ .slides-wrap .gallery-list { margin-left:-200%; }

#auto:checked ~ .slides-wrap .gallery-list {
	animation: slide 10000ms infinite;
}

.gallery-holder {
	width: 65%;
	float: right;
	overflow: hidden;
	position:relative;
	padding: 35px 0;
}
.gallery-list {
	width: 300%;
	list-style:none;
	margin:0;
	padding:0;
}

.gallery-list li {
	width: 33.33333%;
	float: left;
	position:relative;
	padding:0 !important;
	margin:0 !important;
	min-height: 432px;
}
.gallery-list li:before{display:none;}
.gallery-list li .hold-img01,
.gallery-list li .hold-img02 {
	float: left;
	border: 14px solid #fff;
	width: 367px;
	background: #fff;
}
.gallery-list li .hold-img02 {
	width: 295px;
	margin: 55px 0 0 -30px;
}
.gallery-list li .hold-img01 img,
.gallery-list li .hold-img02 img {
	width:100%;
	height:auto;
	display:block;
}

.gallery-list li .title-holder {
	position:absolute;
	top:88px;
	left:0;
	width:100%;
	z-index: 3;
}
.gallery-list li .title-holder h1,
.gallery-list li .title-holder h2 {
	max-width: 500px;
	text-align:left;
}
/* start autoplay */
.autoplay {
	position:absolute;
	right:0;
	bottom:0;
	color: #fff;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay{
	opacity:1;
	visibility: visible;
}
#slide1:checked ~ .slides-wrap .gallery-holder .pause,
#slide2:checked ~ .slides-wrap .gallery-holder .pause,
#slide3:checked ~ .slides-wrap .gallery-holder .pause {
	opacity:0;
	visibility: hidden;
}
.autoplay label {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	font-size:12px;
	line-height:17px;
	cursor:pointer;
}

@keyframes slide1 {
	0%, 30%, 100% { margin-left:0; }
	33%, 60%	{ margin-left:-100%; }
	63%, 90%	{ margin-left:-200%; }
}
@keyframes slide2 {
	0%, 30%, 100%	{ margin-left:-100%; }
	33%, 60%	{ margin-left:-200%; }
	63%, 90%	{ margin-left:0; }
}
@keyframes slide3 {
	0%, 30%, 100% { margin-left:-200%; }
	33%, 60%	{ margin-left:0; }
	63%, 90%	{ margin-left:-100%; }
}


#auto1:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide1 10000ms linear infinite;
	-moz-animation: slide1 10000ms linear infinite;
	-o-animation: slide1 10000ms linear infinite;
	animation: slide1 10000ms linear infinite;
}
#auto2:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide2 10000ms linear infinite;
	-moz-animation: slide2 10000ms linear infinite;
	-o-animation: slide2 10000ms linear infinite;
	animation: slide2 10000ms linear infinite;
}
#auto3:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide3 10000ms linear infinite;
	-moz-animation: slide3 10000ms linear infinite;
	-o-animation: slide3 10000ms linear infinite;
	animation: slide3 10000ms linear infinite;
}

/* end autoplay */

.pause {
	position:absolute;
	right:0;
	bottom:0;
	color: #fff;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.slide-gallery:hover .pause {
	opacity:1;
	visibility: visible;
}
.pause label {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	font-size:12px;
	line-height:17px;
	cursor: pointer;
}
#slide1:checked ~ .slides-wrap .pause label:nth-child(1),
#slide2:checked ~ .slides-wrap .pause label:nth-child(2),
#slide3:checked ~ .slides-wrap .pause label:nth-child(3),
#slide4:checked ~ .slides-wrap .pause label:nth-child(4),
#slide5:checked ~ .slides-wrap .pause label:nth-child(5) {
	animation:none;
	z-index:3;
}
#auto1:checked ~ .switchers label:nth-child(1),
#auto2:checked ~ .switchers label:nth-child(2),
#auto3:checked ~ .switchers label:nth-child(3) {
	animation: pause1 10000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(2),
#auto2:checked ~ .switchers label:nth-child(3),
#auto3:checked ~ .switchers label:nth-child(1) {
	animation:none;
	animation: pause2 10000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(3),
#auto2:checked ~ .switchers label:nth-child(1),
#auto3:checked ~ .switchers label:nth-child(2) {
	animation:none;
	animation: pause3 10000ms infinite;
}

@keyframes pause1 {
	0%, 30%, 100%	{ z-index:3;opacity:1;}
	33%, 60%	{ z-index:0;opacity:0;}
	63%, 90%	{ z-index:0;opacity:0; }
}
@keyframes pause2 {
	0%, 30%, 100%	{ z-index:0;opacity:0;}
	33%, 60%	{ z-index:3;opacity:1;}
	63%, 90%	{ z-index:0; opacity:0;}
}
@keyframes pause3 {
	0%, 30%, 100%	{ z-index:0;opacity:0;}
	33%, 60%	{ z-index:0;opacity:0;}
	63%, 90%	{ z-index:3;opacity:1; }
}





.switchers {
	text-align: center;
	position:absolute;
	bottom: 15px;
	left:0;
	width:100%;
	display:none;
}
.switchers label {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	margin: 0 5px;
	cursor: pointer;
}
.switchers label:hover {
	background: #fff;
}
#slide1:checked ~ .switchers label:nth-child(1),
#slide2:checked ~ .switchers label:nth-child(2),
#slide3:checked ~ .switchers label:nth-child(3),
#slide4:checked ~ .switchers label:nth-child(4),
#slide5:checked ~ .switchers label:nth-child(5) {
	background: #fff;
}
#auto1:checked ~ .switchers label:nth-child(1),
#auto2:checked ~ .switchers label:nth-child(2),
#auto3:checked ~ .switchers label:nth-child(3) {
	animation: switch1 20000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(2),
#auto2:checked ~ .switchers label:nth-child(3),
#auto3:checked ~ .switchers label:nth-child(1) {
	animation: switch2 20000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(3),
#auto2:checked ~ .switchers label:nth-child(1),
#auto3:checked ~ .switchers label:nth-child(2) {
	animation: switch3 20000ms infinite;
}



@keyframes switch1 {
	0%, 30%, 100%	{ background:#fff; }
	33%, 60%	{ background: none; }
	63%, 90%	{ background: none; }
}
@keyframes switch2 {
	0%, 30%, 100%	{ background:none; }
	33%, 60%	{ background:#fff; }
	63%, 90%	{ background:none; }
}
@keyframes switch3 {
	0%, 30%, 100%	{ background:none; }
	33%, 60%	{ background:none; }
	63%, 90%	{ background:#fff; }
}





.controls {
	width: 287px;
	padding: 25px 20px 25px 35px;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 5;
	background: #ffc4cf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slide-num {
	font: 24px/30px 'Montserrat Alternates', sans-serif;
	font-weight: 300;
	position: relative;
	display:block;
	float: left;
	padding: 0 20px 0 0;
	width: 45px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 27px 0 0;
}
.slide-num:before {
	content:'/ 3';
	position:absolute;
	top:0;
	right:0;
}
.slide-num > span {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

#slide1:checked ~ .controls .slide-num > span:nth-child(1) {opacity:1;}
#slide2:checked ~ .controls .slide-num > span:nth-child(2) {opacity:1;}
#slide3:checked ~ .controls .slide-num > span:nth-child(3) {opacity:1;}



@keyframes switch-num1 {
	0%, 30%, 100%	{opacity:1;}
	33%, 60%	{opacity:0;}
	63%, 90%	{opacity:0;}
}
@keyframes switch-num2 {
	0%, 30%, 100%	{opacity:0;}
	33%, 60%	{ opacity:1;}
	63%, 90%	{ opacity:0;}
}
@keyframes  switch-num3 {
	0%, 30%, 100%	{opacity:0;}
	33%, 60%	{opacity:0;}
	63%, 90%	{opacity:1;}
}

#auto1:checked ~ .controls .slide-num > span:nth-child(1),
#auto2:checked ~ .controls .slide-num > span:nth-child(2),
#auto3:checked ~ .controls .slide-num > span:nth-child(3) {
	animation: switch-num1 10000ms infinite;
}
#auto1:checked ~ .controls .slide-num > span:nth-child(2),
#auto2:checked ~ .controls .slide-num > span:nth-child(3),
#auto3:checked ~ .controls .slide-num > span:nth-child(1){
	animation: switch-num2 10000ms infinite;
}
#auto1:checked ~ .controls .slide-num > span:nth-child(3),
#auto2:checked ~ .controls .slide-num > span:nth-child(1),
#auto3:checked ~ .controls .slide-num > span:nth-child(2) {
	animation: switch-num3 10000ms infinite;
}



.controls label { 
	display: none;
	cursor:pointer;
	position:relative;
	font: 14px/18px 'Montserrat Alternates', sans-serif;
	font-weight: 700;
	padding: 3px 20px;
}
.controls label span {
	display:none;
}
#slide1:checked ~ .controls, 
#slide2:checked ~ .controls, 
#slide3:checked ~ .controls, 
#slide4:checked ~ .controls, 
#slide5:checked ~ .controls {display:block;}

#slide1:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay label {
	z-index:1;
	opacity:0;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(1),
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(2),
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(3),
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(4),
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(5) {
	z-index:3;
	opacity:1;
}


#auto1:checked ~ .controls label:nth-of-type(2),
#auto2:checked ~ .controls label:nth-of-type(2),
#auto3:checked ~ .controls label:nth-of-type(2),
#slide1:checked ~ .controls label:nth-of-type(2), 
#slide2:checked ~ .controls label:nth-of-type(3), 
#slide3:checked ~ .controls label:nth-of-type(1) {
	float: right;
	display: block;
}
#auto1:checked ~ .controls label:nth-of-type(2):before,
#auto2:checked ~ .controls label:nth-of-type(2):before,
#auto3:checked ~ .controls label:nth-of-type(2):before,
#slide1:checked ~ .controls label:nth-of-type(2):before, 
#slide2:checked ~ .controls label:nth-of-type(3):before, 
#slide3:checked ~ .controls label:nth-of-type(1):before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width: 1px;
	background: #000;
}
#auto1:checked ~ .controls label:nth-of-type(3),
#auto2:checked ~ .controls label:nth-of-type(3),
#auto3:checked ~ .controls label:nth-of-type(3),
#slide1:checked ~ .controls label:nth-of-type(3),
#slide2:checked ~ .controls label:nth-of-type(1),
#slide3:checked ~ .controls label:nth-of-type(2) {
	float: left;
	display: block;
}



#auto1:checked ~ .controls label:nth-of-type(3) span:first-child,
#auto2:checked ~ .controls label:nth-of-type(3) span:first-child,
#auto3:checked ~ .controls label:nth-of-type(3) span:first-child,
#slide1:checked ~ .controls label:nth-of-type(3) span:first-child,
#slide2:checked ~ .controls label:nth-of-type(1) span:first-child,
#slide3:checked ~ .controls label:nth-of-type(2) span:first-child {
	display:block;
}

#auto1:checked ~ .controls label:nth-of-type(2) span:last-child,
#auto2:checked ~ .controls label:nth-of-type(2) span:last-child,
#auto3:checked ~ .controls label:nth-of-type(2) span:last-child,
#slide1:checked ~ .controls label:nth-of-type(2) span:last-child, 
#slide2:checked ~ .controls label:nth-of-type(3) span:last-child, 
#slide3:checked ~ .controls label:nth-of-type(1) span:last-child {
	display:block;
}


.slides-wrap {
	position:relative;
	overflow:hidden;
}
/* Animation */

.slides-wrap .gallery-list {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: margin 800ms ease-out; 
	-moz-transition: margin 800ms ease-out; 
    -ms-transition: margin 800ms ease-out; 
     -o-transition: margin 800ms ease-out; 
        transition: margin 800ms ease-out; /* easeInOutQuart */

}

.slide-gallery {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.controls label{
	
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.controls, .slides-wrap, .switchers, .switchers label {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.slides-text {
	position:absolute;
	top:0;
	left: 50px;
	z-index: 3;
	padding:0;
	margin:0;
	list-style: none;
	width: 450px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slides-text > li {
	position:absolute !important;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	z-index:1;
	opacity:0;
	padding:0 !important;
	margin: 0 !important;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.slides-text > li:before {display:none;}
.slides-text > li .title-holder {
	height: 100%;
	width: 450px;
	padding: 95px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.slides-text > li .title-holder .title {
	display:block;
	font: 36px/40px 'Montserrat Alternates', sans-serif;
	font-weight: 700;
	margin: 0 0 25px;
}
.slides-text > li .title-holder p {
	width: 80%;
}
.slides-text > li .title-holder .slide-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:2;
}
.slides-text > li .title-holder h1,
.slides-text > li .title-holder h2 {
	font: 60px/64px 'Josefin Sans',arial, helvetica, sans-serif;
	color: #1a75ae;
	margin: 0 0 30px 25px;
	font-weight: 600;
	text-align: left;
}
.slides-text > li .title-holder h1:after,
.slides-text > li .title-holder h2:after {display:none;}
#slide1:checked ~ .slides-text > li:nth-child(1),
#slide2:checked ~ .slides-text > li:nth-child(2),
#slide3:checked ~ .slides-text > li:nth-child(3),
#slide4:checked ~ .slides-text > li:nth-child(4),
#slide5:checked ~ .slides-text > li:nth-child(5) {
	z-index:2;
	opacity:1
}

#auto1:checked ~ .slides-text > li:nth-child(1),
#auto2:checked ~ .slides-text > li:nth-child(2),
#auto3:checked ~ .slides-text > li:nth-child(3) {
	animation: switch-text1 10000ms infinite;
}
#auto1:checked ~ .slides-text > li:nth-child(2),
#auto2:checked ~ .slides-text > li:nth-child(3),
#auto3:checked ~ .slides-text > li:nth-child(1){
	animation: switch-text2 10000ms infinite;
}
#auto1:checked ~ .slides-text > li:nth-child(3),
#auto2:checked ~ .slides-text > li:nth-child(1),
#auto3:checked ~ .slides-text > li:nth-child(2) {
	animation: switch-text3 10000ms infinite;
}

@keyframes switch-text1 {
	0%, 30%, 100%	{ z-index:3;opacity:1;}
	33%, 60%	{ z-index:0;opacity:0;}
	63%, 90%	{ z-index:0;opacity:0; }
}
@keyframes switch-text2 {
	0%, 30%, 100%	{ z-index:0;opacity:0;}
	33%, 60%	{ z-index:3;opacity:1;}
	63%, 90%	{ z-index:0; opacity:0;}
}
@keyframes  switch-text3 {
	0%, 30%, 100%	{ z-index:0;opacity:0;}
	33%, 60%	{ z-index:0;opacity:0;}
	63%, 90%	{ z-index:3;opacity:1; }
}
.slides-text ul {
	padding:0;
}
.slides-text ul li {
	font-size:20px;
	line-height:22px;
	padding: 0 0 0 28px;
	margin: 0 0 21px;
}
.slides-text ul li:before {
	width: 8px;
	height: 8px;
}
/*end slider*/

.uber-box {
	position:relative;
	margin: 0 0 90px;
	font-size:16px;
	line-height:24px;
	padding: 0 0 54px;
}
.uber-box:before {
	content:'';
	position:absolute;
	bottom:0;
	left: 50%;
	width: 99999px;
	transform: translateX(-50%);
	height: 70%;
	background: #f5f4f3;
}
.uber-box:after {
	content:"";
	display:block;
	clear:both;
}
.uber-box .hold-img {
	position:relative;
	float: left;
	width: 55%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uber-box .hold-img > img {
	display:block;
	width:100%;
	height:auto;
}
.uber-box .uber-text {
	position:relative;
	float: left;
	width: 45%;
	padding: 22px 0 0 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.manager-info {
	margin: 18px 0 10px 118px;
}
.manager-info:after {
	content:"";
	display:block;
	clear:both;
}
.manager-info .manager-name {
	display:block;
}
.manager-info .manager-photo {
	width: 128px;
	height: 128px;
	display:block;
	overflow:hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin: -77px 0 0 -146px;
}
.editor-start .manager-info .manager-photo .hold-edit {
	right: auto;
	left: 50%;
}
.manager-info .manager-photo img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.uber-box .uber-text h2 {
	font-size:48px;
	line-height:54px;
	text-align: left;
	margin: 0 0 23px;
}
/*marken slider*/
.marken-box h2 {
	margin: 0 0 26px;
}
.open-check {display:none;}
.brand-slider {
	margin: 0 -20px 120px ;
	font-size:0px;
	line-height:0px;
	white-space: nowrap;
	overflow:hidden;
	position:relative;
	padding: 15px 45px;
	margin: 0 -72px 65px;
}
.block-brands-shop .brand-slider{
	margin: 0 0 40px;
}
.brand-slider:after,
.brand-slider:before {
	content:'';
	position:absolute;
	background: #fff;
	top:0;
	right:0;
	height: 100%;
	width: 42px;
	z-index:1;
}
.brand-slider:before {
	right:auto;
	left:0;
}
.brand-slider li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding: 7px 10px;
	width: 16.6666%;
	font-size:15px;
	line-height:19px;
	white-space:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:0 !important;
	margin-left: -16.6666%;
	position:static !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.brand-slider label.next, .brand-slider label.prev {
	cursor: pointer;
	position: absolute;
	right: 7px;
	text-align: center;
	color: #717171;
	top: 50%;
	z-index: 2;
	display:none;
	height: 70px;
	width: 32px;
	padding: 4px;
	margin: -35px 0 0;
	text-align:center;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.brand-slider label.next:hover, 
.brand-slider label.prev:hover {opacity: 0.8;}
.brand-slider label.prev	{
	right: auto;
	left: 10px;
}
.brand-slider label.next .fa, 
.brand-slider label.prev .fa{
	font-size: 60px;
}
.brand-slider label.next:before {
	content:'';
	position:absolute;
	top:0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 0 0 20px;
	border-color: transparent transparent transparent;
}
.brand-slider label.prev:before {
	content:'';
	position:absolute;
	top:0;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 38px 0;
	border-color: transparent transparent transparent;
}
.brand-slider .open-check:checked ~ li {
	margin-left: 0 !important;
}
.brand-slider .open-check:checked + li label {
	display:block;
}
.brand-slider .brand-link {
	display:block;
	font-weight: 400;
	white-space: normal;
	position:relative;
	margin: 0;
	text-decoration: none;
}
.brand-slider .brand-link .hold-img {
	display:block;
	height: 90px;
	margin: auto;
	float: none;
}
.brand-slider .brand-link .hold-img img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.brand-slider .open-check:nth-last-of-type(1):checked + li label.next,
.brand-slider .open-check:nth-last-of-type(2):checked + li label.next,
.brand-slider .open-check:nth-last-of-type(3):checked + li label.next,
.brand-slider .open-check:nth-last-of-type(4):checked + li label.next,
.brand-slider .open-check:nth-last-of-type(5):checked + li label.next,
.brand-slider .open-check:nth-last-of-type(6):checked + li label.next {display:none;}


.mode-box .mode-inner {
	overflow:hidden;
	margin: 0 -50px 120px;
	font-size:16px;
	line-height:24px;
}
.mode-box .mode-inner .col {
	float: left;
	width: 50%;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mode-box .mode-inner .hold-img {
	margin: 75px 30px 144px 0;
	position:relative;
}
.mode-box .mode-inner .hold-img:before {
	content:'';
	position:absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
	width: 90%;
	height: 100%;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}
.mode-box .mode-inner .hold-img img {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.mode-box .mode-inner h3 {
	font: 30px/34px 'Montserrat Alternates', sans-serif;
	text-transform: none;
	font-weight: 500;
}
.mode-box .mode-inner .img01 {
	position:relative;
	margin: 100px 165px 0 0;
	z-index:1;
}
.mode-box .mode-inner .img02 {
	position:relative;
	margin: -106px 0 15px 168px;
}
.mode-box .mode-inner .img01 img,
.mode-box .mode-inner .img02 img {
	display:block;
	width:100%;
	height:auto;
}
#search_box { 
	padding: 0;
	width: 120px;
	height: 30px;
	position: relative;
	float: right;
	z-index: 2;
	margin: 20px 0 0 10px;
}
#search_box:before {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	right: 20px;
	height: 1px;
	background: #898989;
}
#search_box input[type="text"],
#search_box .text{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	display:block;
	height: 28px;
	padding: 5px 23px 5px 1px;
	margin:0;
	border: none;
	outline: none;
	outline: 0;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
#search_box .search_btn{
	position:absolute;
	top:0px;
	right:0px;
	height: 28px;
	text-align:center;
	background: none;
	overflow:hidden;
	padding: 0;
	border:0;
	margin:0;
	cursor:pointer;
}
#search_box .search_btn .fa{
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	color: #de183c;
	font-size: 20px;
	line-height: 28px;
}
#search_box .search_btn:hover .fa,
#search_box .search-link:hover .fa{ opacity: 0.8;}



/*description-tabs*/
.description-tabs {
	margin: 0 0 80px;
}
.description-tabs .hidden-input {display:none;}

.description-tabs .hold-tabs {
	position:relative;
	margin:0 -5px;
	padding: 5px;
	overflow:hidden;
}

.description-tabs .hold-tabs .elem {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.description-tabs .hold-tabs .elem:after {
	content:"";
	display:block;
	clear:both;
}
.description-tabs .hold-tabs .elem label {
	font-size:18px;
	line-height:20px;
	color: #636363 ;
	padding:28px 40px;
	cursor: pointer;
	display:block;
	position: relative;
}
.description-tabs .hold-tabs .elem label:before {
	content:'';
	position:absolute;
	bottom:0;
	left: 40px;
	right: 40px;
	height: 1px;
	background: #ededed;
}
.description-tabs .elem > li:last-child label:before,
.description-tabs .hold-tabs > input:nth-of-type(1):checked ~ #tabnav .elem li:nth-of-type(1) label:before,
.description-tabs .hold-tabs > input:nth-of-type(2):checked ~ #tabnav .elem li:nth-of-type(2) label:before,
.description-tabs .hold-tabs > input:nth-of-type(3):checked ~ #tabnav .elem li:nth-of-type(3) label:before,
.description-tabs .hold-tabs > input:nth-of-type(4):checked ~ #tabnav .elem li:nth-of-type(4) label:before,
.description-tabs .hold-tabs > input:nth-of-type(5):checked ~ #tabnav .elem li:nth-of-type(5) label:before{
	display:none;
}
.description-tabs .hold-tabs .tab-content {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background:#fff;
	padding:15px 0 10px;
	z-index:-1;
	float: right;
	width: 55%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.description-tabs .hold-tabs .hold-tab {
	overflow: hidden;
	width: 100%;
	position: relative;
}


.description-tabs .hold-tabs > input:nth-of-type(1):checked ~ #tabnav .elem li:nth-of-type(1) label,
.description-tabs .hold-tabs > input:nth-of-type(2):checked ~ #tabnav .elem li:nth-of-type(2) label,
.description-tabs .hold-tabs > input:nth-of-type(3):checked ~ #tabnav .elem li:nth-of-type(3) label,
.description-tabs .hold-tabs > input:nth-of-type(4):checked ~ #tabnav .elem li:nth-of-type(4) label,
.description-tabs .hold-tabs > input:nth-of-type(5):checked ~ #tabnav .elem li:nth-of-type(5) label {
	color: #fff;
	background: #002e63;
}

.description-tabs .hold-tabs > input:nth-of-type(1):checked ~  .tab-content:nth-of-type(1),
.description-tabs .hold-tabs > input:nth-of-type(2):checked ~  .tab-content:nth-of-type(2),
.description-tabs .hold-tabs > input:nth-of-type(3):checked ~  .tab-content:nth-of-type(3),
.description-tabs .hold-tabs > input:nth-of-type(4):checked ~  .tab-content:nth-of-type(4),
.description-tabs .hold-tabs > input:nth-of-type(5):checked ~  .tab-content:nth-of-type(5) {
	opacity: 1;
	position: relative;
	z-index:2;
}


@media (max-width: 500px) {
	.description-tabs  .hold-tabs .elem li {
		float: none;
		width:100%;
		margin:0;
	}
}

.description-tabs .tab-open-check {display:none;}
.description-tabs #tabnav {
	width: 45%;
	z-index: 10;
	position:relative;
	float: left;
	padding: 0 120px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.description-tabs .elem{
	list-style:none;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0px;
	position:relative;
}
.description-tabs .elem > li {
	padding:0;
	font-size:16px;
	line-height:18px;
	position:relative;
}
.description-tabs .elem > li:last-child {border: none;}
.description-tabs .elem > li >  a {
	padding: 15px 15px 0 0;
	font-weight: 400;
	display:block;
	color: #fff !important;
	text-decoration: none;
	position:relative;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.description-tabs .elem > li:hover > a {background: rgba(255,255,255,0.3);}
.description-tabs .elem > li > .tab-open-check + a:before {
	content: '';
	position:absolute;
	top: 50%;
	right: 13px;
	width: 0;
	margin: -2px 0 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
}

.description-tabs .elem > li:hover .children {
	opacity:1;
	visibility: visible;
}
.description-tabs .elem > li > label{display:none;}

.description-tabs .hold-tab-toogle {
	float: left;
    display: none;
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px;
}
.description-tabs .toogle-tab {
    z-index: 61;
    height: 39px;
    position: relative;
    cursor: pointer;
    display: none;
    width: 100%;
    padding: 5px 10px 5px 9px;
    box-sizing: border-box;
    color: #636363;
    line-height: 25px;
    font-size: 18px;
    border: 2px solid #de183c;
}
.description-tabs .toogle-tab > .m {
	position: absolute;
    right: 25px;
    top: 6px;
    font-size: 25px;
    height: 0;
    width: 0;
}
.description-tabs .hold-tab-toogle .category-name{
    font-size: 19px;
    line-height: 24px;
    display: none;
}
.description-tabs .hold-tabs  input:nth-child(1):checked ~ #tabnav .hold-tab-toogle .category-name:nth-child(1),
.description-tabs .hold-tabs  input:nth-child(2):checked ~ #tabnav .hold-tab-toogle .category-name:nth-child(2),
.description-tabs .hold-tabs  input:nth-child(3):checked ~ #tabnav .hold-tab-toogle .category-name:nth-child(3),
.description-tabs .hold-tabs  input:nth-child(4):checked ~ #tabnav .hold-tab-toogle .category-name:nth-child(4),
.description-tabs .hold-tabs  input:nth-child(5):checked ~ #tabnav .hold-tab-toogle .category-name:nth-child(5){
	display: block;
}
.description-tabs .close-tab {
	display:none;
	padding: 15px 30px 15px 10px;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:14px;
	line-height:16px;
	position:relative;
}
.description-tabs .tabs-overlay {display:none;}
 



/*description-tabs end*/

.single{
	padding: 0;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	margin: 0 -20px 50px;
}
.single li{
	width: 25%;
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: static !important;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.single .open-check:nth-last-of-type(1):checked + li label.next,
.single .open-check:nth-last-of-type(2):checked + li label.next,
.single .open-check:nth-last-of-type(3):checked + li label.next,
.single .open-check:nth-last-of-type(4):checked + li label.next{display:none;}
.single .brand-link{
	padding: 0;
	position: relative;
	margin-bottom: 0;
	border: 1px solid #eaebf9;
	display:block;
}
.single .hold-img{
	display:block;
	height: 164px;
	width: auto;
	float:none;
	margin: 0;
}
.single .hold-img img {
	display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
}
.single .text-wrap{
	display:block;
	width: 100%;
	text-align:center;
}
.single .title-brand{
	text-transform:uppercase;
	font: 700 18px/20px 'Titillium Web', arial, helvetica, sans-serif;
	padding: 10px;
	background: #fe0000;
	color: #fff;
	display:block;
	min-height: 40px;
	text-align:center;
}
.text-center {
	display:table;
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.text-center .text-inner {
	display:table-cell;
	vertical-align:middle;
}
.text-center .text-inner .text-last {
	width:100%;
	display:block;
}
#categories-box .single {
	float: none;
	width:100%;
}




/*media*/
@media (max-width: 1470px) {
	.footer-top .box-hold {
		width: 53%;
	}
	.brand-slider {
		margin: 0 0 65px;
	}
}
@media (max-width: 1350px) {
	.items-list, .best-variant02 {
		margin-left:0;
		margin-right:0;
	}
}
@media (max-width: 1270px) {
	.box-for .box .text-wrap {
		top: 200px;
		padding: 0 15px;
	}
	.box-for .text-wrap .button {
		margin-bottom: 20px;
	}
	.information-box .col .big-text p {
		font-size:24px;
		line-height:30px;
	}
	.total-list li {
		font-size:16px;
		line-height:18px;
	}
	.total-list li .hold-img {
		width: 80px;
		height: 80px;
	}
	.total-list li .hold-img .fa {
		font-size:30px;
		line-height:80px;
	}
	.total-list li .title {
		font-size:30px;
		line-height:32px;
	}
	.information-list.narrow {
		margin: 50px 0 0;
	}
	.container {width: auto;}
}
@media (max-width: 1200px) {
	.slides-text > li .title-holder {
		padding-top: 70px;
	}
	.gallery-list li .hold-img01 {
		width: 300px;
	}
	.gallery-list li .hold-img02 {
		width: 230px;
	}
	.footer-top .box-hold {width: 50%;}
	.support-list li {
		margin: 0 15px 10px;
	}
	.items-list,
	.best-variant02 {
		margin: 0 0 11px;
	}
	#categories-box .categories-variant02 .categories-item {
		padding: 40px 20px 43px 27%;
	}
	.information-list {
		margin: 71px -10px 0;
	}
	.information-list.information-bottom {
		margin: 0;
		width:100%;
	}
	#footer::before {
		left: 72%;
	}
	.total-list li {
		margin: 0 10px 20px;
	}
	.children > li.children-img img {
		width: 200px;
	}
	.holder-for h3 {
		font-size:22px;
		line-height:30px;
	}
	.container {width: 91vw;}
	.tab-menu .product-wrapper > .product-cell {
		width: 33.3%;
	}
	.variant02 #topnav > li {margin: 0 20px 0 0;}
}
@media (max-width: 1024px) {
	.gallery-list li .hold-img02 {display:none;}
	.gallery-list li .hold-img01 {
		float: right;
		margin: 0 50px 15px 0;
	}
	.controls {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gallery-list li {
		min-height: 400px;
	}
	.container {width: 89vw;}
	#header {
		padding: 15px 0 0;
		margin: 0 0 30px;
	}
	.header-top {margin: 0 0 10px;}
	.variant04 .header-top {padding: 0;}
	.variant-red.variant04 .header-top {padding: 15px 0 0;}
	.variant04 .additional-list {display:none;}
	#header .variant04 .logo {
		position:static;
		margin:0 auto 10px;
		float: none;
		display:block;
	}
	.variant04 .filialen-link {float: left;}
	.product-description,
	.product-images {
		width: 50%;
	}
	.product-description h1 {
		font-size:40px;
		line-height:45px;
	}
	.thumbnail label {
		width: 100px;
		height: 100px;
	}
	.fade-gallery .switcher {
		height: 105px;
	}
	#open-switch:checked ~ .product-box .fade-gallery .switcher {
		height: 220px;
	}
	.product-box {
		padding: 0 0 170px;
		margin: 0 0 50px;
	}
	#open-switch:checked ~ .product-box {
		padding-bottom: 285px;
	}
	.information-inner {
		margin: 0 -20px;
	}
	.payment-box {
		margin: 0 -20px 50px; 
	}
	.information-box .col,
	.payment-box .col {
		padding: 0 20px;
	}
	.information-box,
	.related-box,
	#categories-box .categories-wrap,
	#categories-box .categories-variant02 .categories-wrap,
	.holder-for .box-for,
	.best-sellers {
		margin: 0 0 50px;
	}
	.information-variant01 {
		padding: 30px 0 15px;
	} 
	.advantages-list {
		margin: 0 -15px;
	}
	.advantages-list li {
		padding: 0 15px;
		margin: 0 0 15px;
	}
	.wrapper h2,
	#categories-box h2 {
		font-size:30px;
		line-height:35px;
		margin: 0 0 30px;
	}
	.related-list li,
	.best-variant01 li {
		width: 50%;
	}
	.related-list li a,
	.best-variant01 li a{
		min-height: 350px;
	}
	.related-list .hold-img,
	.best-variant01 .hold-img {
		height: 220px;
		margin: 0 0 5px;
		text-align:center;
	}
	.information-variant01 h3 {
		margin: 0 0 30px;
		font-size:30px;
		line-height:34px;
	}
	.information-list {
		margin: 30px -10px 0;
	}   
	.information-list li{
		font-size:13px;
		line-height:15px;
	}
	.box-for .box .text-wrap {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		padding: 0;
	}
	.holder-for h3 {
		margin: 0 0 10px !important;
	}
	.brand-list li,
	.best-variant03 li {
		width: 33.3%;
		margin-left: -33.3%;
	}
	/*navigation*/
	.variant05 .hold-toogle {
		width: 170px;
	}
	.variant05 .toogle-menu {
		padding: 15px 10px;
	}
	.shop #nav {
		background: #de183c;
	}
	.variant02 .additional-list,
	.variant03 .additional-list {
		margin: 0;
		float: none;
	}
	#nav,
	.variant03 #nav {
		padding: 10px 0;
		margin: 0 0 10px;
	}
	.variant05 #nav {
		padding:0;
	}
	.variant05 .additional-list ul {
		display:block;
	}
	.variant05 .additional-list li a .fa {display:none;}
	#topnav,
	.variant02 #topnav,
	.variant03 #topnav,
	.variant05 #topnav {
		position:static;
		float: none;
		margin:0;
		padding:0;
		width:100%;
		background: none;
	}
	#topnav:after {display:none;}
	#topnav > li > .open-check ~ .children-holder .children > li:nth-child(1),
	#topnav > li > .open-check ~ .children-holder .children > li:nth-child(2),
	.children > li > .open-check ~ .children2 > li:nth-child(1),
	.children > li > .open-check ~ .children2 > li:nth-child(2) {
		display:block;
	}
	.hold-toogle {	display:block;}
	.toogle-menu {display:block;}
	.menu-holder,
	.variant05 .menu-holder {
		position:fixed;
		top:0;
		right:-300px;
		height: 100%;
		overflow:hidden;
		overflow-y:auto;
		width: 280px;
		background: #de183c;
		z-index: 1005;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		-ms-transition: right .2s ease-in-out;
		-o-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	#nav .open-check:checked ~ .menu-holder {right:0;}
	#topnav > li,
	.additional-list li,
	.variant02 #topnav > li,
	.variant03 #topnav > li {
		display:block;
		padding:0;
		position:static;
		margin:0;
		text-align:left;
		float: none;
	}
	#header #topnav > li:before {display:none;}
	#header #topnav > li > a,
	#header #topnav > li > label,
	.children > li > a,
	.children > li > label,
	.children2 li a,
	.children2 li label,
	#header ul#topnav > li > a,
	#header #topnav > li > a, 
	#header #topnav > li > a:link, 
	#header #topnav > li > a:visited,
	.variant02 #topnav > li > a,
	.additional-list li a,
	.variant02 .children > li > a, 
	.variant02 .children2 > li > a,
	.variant03 .children > li > a, 
	.variant03 .children2 > li > a,
	.variant05 .additional-list li a {
		color: #fff !important;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background: #de183c;
		padding: 15px 30px 15px 10px;
		border-bottom: 1px solid #dadae5;
		display:block;
		cursor: pointer;
		text-transform: none;
		font-size:14px;
		line-height:18px;
		font-weight: normal;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	#header #topnav > li:hover > a,
	#header #topnav > li:hover > label,
	.children > li:hover > a,
	.children > li:hover > label,
	.children2 > li:hover > a,
	.children2 > li:hover > label{
		color: #fff !important;
		background: rgba(255,255,255,0.3);
	}
	.children > li > label.back-label,
	.children2 li label.back-label {padding: 15px 10px 15px 30px;}
	.children > li > a {
		margin:0;
		font-weight: normal;
	}
	#topnav > li > label,
	.children > li > label,
	.children2 li label {
		position:relative;
	}
	#topnav > li > label .fa,
	.children > li > label .fa,
	.children2 li label.back-label .fa {
		position:absolute;
		right: 10px;
		top: 50%;
		font-size:20px;
		margin: -10px 0 0;
	}
	.children > li > label.back-label .fa,
	.children2 li label.back-label .fa {
		right:auto;
		left: 10px;
	}
	#topnav > li > a:hover {
		color: #575757;
		background: #fff;
	}
	#header #topnav > li > .open-check + a,
	#header .children > li > .open-check + a {display:none;}
	.close-menu {
		display:block;
		padding: 15px 10px;
		color: #fff;
		background: #000;
		text-transform: uppercase;
		font-weight:bold;
		cursor:pointer;
		font-size:14px;
		line-height:16px;
		position:relative;
	}
	.close-menu .fa {
		float:right;
		font-size: 20px;
		margin: -2px 0 0;
	}
	.children,
	.children2,
	#topnav > li:hover .children,
	.variant02 .children,
	.variant03 .children,
	.variant05 .children,
	.variant05 .children2 {
		opacity:1;
		visibility: visible;
		display:block;
		position:absolute;
		top: 46px;
		bottom:0;
		margin: 0;
		z-index:20;
		background: #de183c;
		border:none;
		padding:0;
		width: 100%;
		left:100%;
		overflow:hidden;
		overflow-y:auto;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		-ms-transition: left .2s ease-in-out;
		-o-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.children2,
	.variant05 .children2 {top:0;}
	.children2 li {
		margin:0;
		width:100%;
		display:block;
		padding:0;
	}
	.children > li,
	.variant05 .children > li {
		width:100%;
		float: none;
		padding:0;
		margin:0;
		position:static;
	}
	.children > li.children-img {display:none;}
	.children-holder,
	.variant02 .children-holder,
	.variant03 .children-holder,
	.variant05 .children-holder {
		position:static;
		margin:0;
	}
	#topnav > li > .open-check:checked ~ .children-holder .children,
	.children > li .open-check:checked ~ .children2{left:0;}
	.children > li > a:before, 
	.children2 li a:before,
	.children2 li:before,
	#topnav > li > a:before,
	.variant02 #topnav > li > a::after,
	.variant03 #topnav > li > a:after,
	.additional-list li a:before {display:none;}
	.overlay {
		display:block;
		position: fixed;
		top:0;
		left: 100%;
		width:100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 1000;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		-ms-transition: left .2s ease-in-out;
		-o-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
	}
	#nav .open-check:checked ~ .overlay {
		left: 0;
	}
	.children > li:before {display:none;}
	/*navigation end*/
	
	.items-list li .item-title,
	.best-variant02 li .title{
		font-size: 18px;
		line-height: 22px;
	}
	.best-sellers h2{
		font-size: 40px;
		line-height: 45px;
		margin: 0 0 10px;
	}
	.brand-list,
	.best-variant03 {
		margin: 0 -20px;
	}
	.best-variant03 li a{
		padding: 10px;
	}
	.brand-list .product-price,
	.best-variant03 .related-price{
		font-size: 33px;
		line-height: 40px;
	}
	#categories-box .categories-item h3 {
		font-size:24px;
		line-height:26px;
		margin: 0 0 15px;
	}
	#categories-box .categories-item{
		margin: 0 0 15px;
		width: 50%;
	}
	.category-image img {
		top:auto;
		-webkit-transform: none;
		-moz-transform:none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#categories-box .categories-variant02 .categories-item {
		float: left;
		padding: 30px;
	}
	#categories-box .categories-variant02 li {width:100%;}
	#categories-box .categories-variant02 .category-image {
		width:100%;
	}
	#categories-box .categories-variant02 .category-image:after {
		content:'';
		position:absolute;
		top:0;
		left: 0;
		right:0;
		bottom: 0;
		background: rgba(0,0,0,0.7);
	}
	#categories-box .categories-variant02 ul li a,
	#categories-box .categories-variant02 .title {
		color: #fff !important;
	}
	#categories-box .categories-variant02 ul li a::before {
		border-color: transparent transparent transparent #fff;
	}
	#categories-box .category-image, #categories-box ul{
		float:left;
		width: 30%;
		-webkit-box-sizing: border-box;	
		-moz-box-sizing: border-box;	
		box-sizing: border-box;
	}
	#categories-box ul{
		padding: 0 0 11px;
		text-align: left;
		width: 65%;
	}
	#categories-box li{
		display:inline-block;
		vertical-align:top; 
		width: 49%;
	}
	#categories-box .category-image{
		padding: 0 20px 0 0;
	}
	#categories-box .category-image {
		height: 200px;
	}
	.support-list li {margin: 0 10px 10px;}
	#product-container .variant02 .item-variants .product-image {
		height: 300px;
	}
	#product-container .variant02 .thumbnail {width: 25%;}
	#product-container .variant02 .item-variants .open-simplebox:checked + .product-image label {display:none;}
	#product-container .variant02 .item-variants .product-image label:hover > span:first-child {opacity:0;}
	#product-container .variant02 .product-box .col,
	#product-container .variant05 .product-box .col {width:100%;}
	#product-container .variant02 .product-box .col:last-child,
	#product-container .variant05 .product-box .col:last-child {padding:0;}
	.uber-box .hold-img {
		width: 40%;
	}
	.uber-box .uber-text {
		width: 60%;
		padding: 15px 0 0 15px;
	}
	.mode-box .mode-inner .col {
		padding: 0 10px;
	}
	.mode-box .mode-inner {
		margin: 0 -10px 80px;
	}
	.mode-box .mode-inner .img01 {
		margin: 50px 50px 0 0;
	}
	.mode-box .mode-inner .img02 {
		margin: -50px 0 0 50px;
	}
	.single .title-brand{
		font-size: 16px;
		line-height: 18px;
	}
}
@media (max-width: 850px) {
	.footer-top .box-hold {	width:100%;}
	.footer-top .box-hold .box:last-child ul li a {color: #000;}
	.footer-top .box-hold .box:last-child ul li a::before {background: #000;}
	#threendy_copyright {text-align:center;}
	.thumbnail label {
		width: 70px;
		height: 70px;
	}
	.fade-gallery .switcher {
		height: 80px;
	}
	#open-switch:checked ~ .product-box .fade-gallery .switcher {
		height: 180px;
	}
	.product-box {
		padding: 0 0 140px;
		margin: 0 0 50px;
	}
	#open-switch:checked ~ .product-box {
		padding-bottom: 240px;
	}
	.support-list li {
		width: 48%;
		margin: 0 0 10px;
	}
	#header .contact-phone {
		font-size:20px;
		line-height:22px;
	}
	#header {margin: 0 0 15px;}
	.support-list {
		margin: 15px 0 0;
	}
	.product-description, 
	.product-images,
	#product-container .variant04 .product-images,
	#product-container .variant04 .product-description,
	#product-container .variant03 .product-images,
	#product-container .variant03 .product-description {
		float: none;
		width:100%;
	}
	#product-container .variant03 .product-description {
		display: flex;
		flex-direction: column-reverse;
	}
	#product-container .variant03 .switcher {margin: 0 0 15px;}
	#main .open-modal:checked ~ .product-box .product-images {width:100%;}
	.fade-gallery .holder-img,
	#main .open-modal:checked ~ .product-box .fade-gallery .holder-img,
	#product-container .variant04 .fade-gallery .holder-img,
	.fade-gallery .holder-img, #main .open-modal:checked ~ .product-box .fade-gallery .holder-img,
	#product-container .variant03 .fade-gallery .holder-img {height: 400px;}
	.fade-gallery .close,
	#main .open-modal:checked ~ .product-box .fade-gallery .close {display: none;}
	.fade-gallery label[for="modal"] > span:first-child,
	#main .open-modal:checked ~ .product-box .fade-gallery label[for="modal"] > span:first-child {display:none;}
	#main .open-modal:checked ~ .product-box .product-description {
		position: static;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	#main .open-modal:checked ~ .product-box .fade-gallery .holder-img img {
		-webkit-transform:translateY(-50%) scale(1);
		-moz-transform:translateY(-50%) scale(1);
		-ms-transform:translateY(-50%) scale(1);
		-o-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
	.product-box,
	#open-switch:checked ~ .product-box {
		padding:0;
	}
	.fade-gallery .switcher,
	#product-container .variant04 .fade-gallery .switcher,
	#product-container .variant03 .switcher {
		position:static;
		height: 65px;
	}
	#product-container .variant04 .fade-gallery .switcher,
	#product-container .variant03 .switcher {
		position:relative;
	}
	#open-switch:checked ~ .product-box .fade-gallery .switcher,
	#product-container .variant04 #open-switch:checked ~ .product-box .fade-gallery .switcher,
	#product-container .variant03 #open-switch:checked ~ .product-box .switcher {height: 142px;}
	.switch-label {
		position:static;
		display:block;
		text-align:center;
		width: 40px;
		margin:0 auto;
	}
	#product-container .variant04 .fade-gallery .switcher .switch-label,
	#product-container .variant03 .switch-label {
		position:absolute;
	}
	#product-container .variant04 .thumbnail,
	#product-container .variant03 .switcher .thumbnail {
		width: 12.5%;
	}
	.product-description h1 {
		font-size:32px;
		line-height:35px;
	}
	.item-artikle {
		margin: 0 0 20px;
	}
	.thumbnail label {
		width: 60px;
		height: 60px;
	}
	.wrapper .product-description h2 {margin: 0 0 20px;}
	.product-description ul,
	.prise-wrap,
	#product-container .variant03 .prise-wrap {margin: 0 0 20px;}
	.product-description ul li {
		padding: 0 0 0 20px;
		margin: 0 0 10px;
	}
	.item-prise {
		font-size:30px;
		line-height:35px;
	}
	.product-box {margin: 0 0 20px;}
	.information-inner {margin: 0;}
	.information-box .col {
		float: none;
		width:100%;
		padding:0 10px;
		margin: 0 0 15px;
	}
	.information-variant01:after,
	.information-variant01:before {display:none;}
	.information-variant01 .hold-img {
		margin: 0 0 20px;
	}
	.wrapper h3,
	.payment-box .col h3 {
		margin: 0 0 15px;
		font-size:18px;
		line-height:20px;
	}
	.information-box, 
	.related-box, 
	#categories-box .categories-wrap, 
	#categories-box .categories-variant02 .categories-wrap, 
	.holder-for .box-for,
	.payment-box,
	#categories-box,
	.best-sellers {
		margin: 0 0 25px;
	}
	.payment-box .col{
		width:100%;
		float:none;
		margin: 0 0 20px;
		padding:0;
	}
	.payment-box .col .icon-list{
		text-align:center;
	}
	.advantages-list {margin:0;}
	.advantages-list li .hold-icon,
	.advantages-list li .title {margin: 0 0 10px;}
	.items-list li,
	.best-variant02 li{
		width: 33%;
	}
	.brand-list li,
	.best-variant03 li{
		width: 50%;
		margin-left: -50%
	}
	.brand-list .open-check:nth-last-of-type(3):checked + li label.next,
	.brand-list .open-check:nth-last-of-type(4):checked + li label.next,
	.best-variant03 .open-check:nth-last-of-type(3):checked + li label.next,
	.best-variant03 .open-check:nth-last-of-type(4):checked + li label.next {display: block;}
	.related-list .title,
	.related-list .related-price,
	.best-variant01 .related-price,
	.best-variant01 .title {
		font-size:16px;
		line-height:20px;
	}
	.footer-top .box {
		width: 33.3%;
	}
	.footer-top .box:first-child {
		width:100%;
		margin: 0 0 15px;
	}
	.footer-top .box-hold .box:first-child {width: 50%;}
	#footer::before {display:none;}
	.footer-top .box:last-child {
		color: #636363;
	}
	#footer .logo {
		margin:0 auto 10px;
	}
	#footer .design,
	#footer .copy {
		text-align:center;
	}
	.footer-bottom .social a {
		background: #de183c;
		color: #fff !important;
	}
	.footer-bottom .box {
		width: 50%;
	}
	#footer .footer-bottom .box:last-child {
		width:100%;
		padding:0;
	}
	.footer-bottom .social {
		text-align:center;
	}
	.footer-bottom .social li {
		padding: 10px;
	}
	.holder-for .box-for .box {
		width: 50%;
	}
	.brand-list .product-price,
	.best-variant03 .related-price{
		font-size:25px;
		line-height:28px;
		margin: 0 0 10px;
	}
	.product-description .col {
		display:inline-block;
		vertical-align:top;
		width: 49%;
		padding: 0 20px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.information-box .col .big-text p {
		font-size:16px;
		line-height:20px;
	}
	#categories-box li {
		font-size:14px;
		line-height:22px;
	}
	.uber-box .hold-img,
	.uber-box .uber-text {
		width:100%;
		float: none;
		padding:0;
		margin: 0 0 15px;
	}
	.uber-box .uber-text h2 {
		font-size:30px;
		line-height:35px;
	}
	.single li{
		width: 50% !important;
		padding: 0 10px;
		text-align:center;
	}
}
@media (max-width: 700px) {
	.mode-box .mode-inner {
		margin: 0 0 30px;
	}
	.mode-box .mode-inner .hold-img {
		margin:0 0 15px;
	}
	.mode-box .mode-inner .img01,
	.mode-box .mode-inner .img02 {display:none;}
	.mode-box .mode-inner .col {
		float: none;
		width:100%;
		padding:0;
	}
	.mode-box .mode-inner {
		font-size:14px;
		line-height:24px;
	}
	.brand-slider li {
		width: 20%;
		margin-left: -20%;
	}
	.brand-slider .open-check:nth-last-of-type(6):checked + li label.next {display:block;}
	#categories-box .categories-item {
		float: none;
		width:100%;
		padding:0;
	}
	.information-list {margin: 0;}
	.information-list li {
		width:100%;
		margin: 0 0 10px;
	}
	.information-list.narrow li {
		width: 33.3%;
	}
	.gallery-list li .hold-img01 {
		width:90%;
		margin: 0 10% 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.slide-gallery {
		margin: 0 0 35px;
	}
	.manager-info .manager-photo {
	    width: 100px;
	    height: 100px;
	    margin: -35px 0 0 -117px;
	}
	.uber-box {
		padding: 0 0 15px;
		margin: 0 0 30px;
	}
}
@media (max-width: 650px) {
	.variant_custom .fade-gallery label[for="modal"] {display:none;}
	.brand-slider {
		margin: 0 0 30px;
	}
	.brand-slider li {
		width: 33.333%;
		margin-left: -33.333%;
	}
	.brand-slider .open-check:nth-last-of-type(5):checked + li label.next,
	.brand-slider .open-check:nth-last-of-type(4):checked + li label.next {display:block;}
	.slides-text {display:none;}
	.gallery-holder {
		width:100%;
	}
	.gallery-holder {
		padding-bottom: 65px;
	}
	.gallery-list li .hold-img01 {
		margin:0 5%;
	}
	.gallery-list li {
		min-height: 300px;
	}
	.controls {
		width: 230px;
		padding: 15px;
	}
	.controls label {
		padding: 5px 12px;
	}
	.slide-num {
		margin: 0 25px 0 0;
	}
	#product-container .variant02 .item-variants li {
		width:100%;
		margin: 0 0 10px;
	}
	.product-description .col {
		display:block;
		width:100%;
		padding:0;
	}
	.information-list.information-bottom li {
		width: 50%;
	}
	.related-list .hold-img {
		height: 180px;
	}
	#footer {
		overflow: visible;
		padding: 15px 0 0;
	}
	.visible-xs {display: block !important;}
	.footer-top .open-sublist ~ ul {
		position:fixed;
		right: -280px;
		top:0;
		width: 280px;
		height: 100%;
		background: #de183c;
		overflow:hidden;
		overflow-y:auto;
		z-index: 1005;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		-ms-transition: right .2s ease-in-out;
		-o-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	.footer-top .open-sublist:checked ~ ul {right: 0;}
	.footer-top .open-sublist:checked ~ .overlay {left:0;}
	.footer-top .open-sublist ~ ul a {
		display:block;
		padding: 10px 15px;
		color: #fff !important;
		border-bottom: 1px solid #fff;
	}
	.footer-top .box,
	.footer-top .box-hold .box:first-child,
	.footer-top .box-hold .box {
		float: none;
		width:100%;
	}
	#footer h3 label {
		display:block;
		position:relative;
		padding: 10px 25px 10px 0;
		border-bottom: 1px solid #636363;
		border-top: 1px solid #636363;
	}
	#footer h3 label:before {
		content:'';
		position:absolute;
		top: 50%;
		margin: -7px 0 0;
		right:0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 8px;
		border-color: transparent transparent transparent #636363;
	}
	.footer-top .box:last-child ul li {
		padding:0;
		margin: 0 0 10px;
	}
	.footer-top .box:last-child ul .fa {display:none;}
	.footer-bottom .box {display:none;}
	#footer .footer-bottom .box:last-child {display:block;}
	.footer-top ul {margin: 0 0 10px;}
	#footer h3 {
		margin: 0 0 10px;
		text-align:center;
	}
	.wrapper h2,
	#categories-box h2 {
		font-size:24px;
		line-height:26px;
		margin: 0 0 15px;
	}
	.items-list li,
	.best-variant02 li {
		width: 50%;
	}
	.brand-list .product-price,
	.best-variant03 .related-price{
		font-size:24px;
		line-height:26px;
		margin: 0 0 15px;
	}
	#categories-box .categories-item h3 {
		font-size:20px;
		line-height:22px;
	}
	#categories-box .category-image{
		height: 150px;
	}
	#categories-box .categories-variant02 .categories-item {
		width:100%;
		float: none;
		margin: 0 0 15px;
	}
	.box-for .text-wrap .button {
		width:auto;
	}
	.advantages-list li {
		display:block;
		width:100%;
		padding:0;
	}
	#header .logo {
		float: none;
		display:block;
		margin:0 auto 15px;
	}
	#header.shop .logo {
		float: left;
		margin: 0 10px 0 0;
	}
	#header .contact-phone {
		float: none;
		display:block;
		margin:0;
		text-align:center;
		padding: 0;
	}
	.variant04 .filialen-link {
		float: none;
		margin:15px auto 10px;
		width: 55px;
	}
	.thumbnail,
	#product-container .variant04 .thumbnail,
	#product-container .variant03 .switcher .thumbnail {
		width: 25%;
		margin: 0 0 10px;
	}
	#open-switch:checked ~ .product-box .fade-gallery .switcher,
	#product-container .variant04 #open-switch:checked ~ .product-box .fade-gallery .switcher,
	#product-container .variant03 #open-switch:checked ~ .product-box .switcher {height: 270px;}
	.related-list .info-wrap,
	.best-variant01 .info-wrap {
		padding: 0 10px 5px;
	}
	.related-list li a,
	.best-variant01 li a {
		min-height: 300px;
	}
	.variant03 .filialen-link {
		position:absolute;
		bottom:4px;
		left:20px;
		margin:0;
	}
	#header {position: relative;}
	.tab-menu .product-wrapper > .product-cell {
		width: 50%;
		padding: 0 5px;
	}
	.list-goodes .product-image, 
	.tab-menu .image-square a {
		height: 110px;
	}
	.tab-menu .nav li {
		float: none;
		margin:0;
	}
} 

/* media queries  responsive table*/
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
	  border-right:none;
	  border-bottom: none;
	  width:100%;
    display: block;
    padding: 0;
  }
  table.rg-table tr {
	  border-right:none;
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: #f6f6f6 !important;
	border-bottom: none;
	border-right:none;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: #f6f6f6;
	border-bottom: none;
	border-right:none;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
	border-bottom: none;
	border-right:none;
  }
  table.rg-table tr:nth-child(even) {
    background-color: #f6f6f6;
	border-bottom: none;
	border-right:none;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: left;
  }
  table.rg-table [data-title]td:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

@media (max-width: 500px){
	.single li{
		width: 100% !important;
	}
	.brand-slider li {
		width: 100%;
		margin-left: -100%;
	}
	.brand-slider .open-check:nth-last-of-type(3):checked + li label.next,
	.brand-slider .open-check:nth-last-of-type(2):checked + li label.next {display:block;}
	#header .logo {
		width: 120px;
	} 
	.shop #search_box {
		margin-top: 11px;
		width: 150px;
	}
	.shop .support-list {display:none;}
	#header .contact-phone {
		font-size:14px;
		line-height:16px;
	}
	.fade-gallery .holder-img, 
	#main .open-modal:checked ~ .product-box .fade-gallery .holder-img,
	#product-container .variant04 .fade-gallery .holder-img,
	.fade-gallery .holder-img, #main .open-modal:checked ~ .product-box .fade-gallery .holder-img {
		height: 300px;
	}
	.container {padding: 0 10px;}
	.related-list li,
	.best-variant01 li {
		width:100%;
		padding:0;
	}
	.related-list li a,
	.best-variant01 li a {
		min-height: inherit;
		padding: 10px 0 0;
	}
	.related-list .info-wrap,
	.best-variant01 .info-wrap{
		position:static;
		display:block;
	}
	.related-list li:nth-child(1):before, 
	.related-list li:nth-child(6):before,
	.best-variant01 li:nth-child(1):before,
	.best-variant01 li:nth-child(6):before {display:none;}
	.related-list .title,
	.best-variant01 .title{
		height: auto;
	}
	.items-list li .item-img,
	.best-variant02 li .hold-img {
		width: 140px;
		height: 120px;
	}
	.items-list li .item-title,
	.items-list li .item-price,
	.best-variant02 li .title,
	.best-variant02 li .related-price {
		font-size:15px;
		line-height:18px;
	}
	.items-list li .item-title,
	.best-variant02 li .title {
		height: 55px;
	}
	.brand-list li,
	.best-variant03 li{
		width: 100%;
		margin-left: -100%
	}
	.brand-list .product-price,
	.best-variant03 .related-price{
		font-size: 25px;
		line-height: 30px;
	}
	.brand-list .open-check:nth-last-of-type(2):checked + li label.next,
	.best-variant03 .open-check:nth-last-of-type(2):checked + li label.next {display:block;}
	#categories-box .category-image, #categories-box ul{
		padding: 10px 0 0;
		float:none;
		width: 100%;
	}
	#categories-box .categories-item h3{
		text-align:center;
	}
	#categories-box .category-image{
		display:none;
	}
	#categories-box .categories-variant02 .categories-item {
		background: #aaa;
	}
	.support-list li {
		width:100%;
		margin:0;
	}
	.footer-top .box:last-child ul li {margin: 0;}
	.box-for .text-wrap .button {
		font-size: 11px;
	}
	.box-for .box .text-wrap {
		font-size:11px;
		line-height:13px;
	}
	.payment-box .col li img {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
	.information-list.narrow {margin: 20px 0 0;}
	.information-list.narrow li {
		width:100%;
	}
	.information-list li .ebay-img {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform:scale(0.8);
		transform: scale(0.8);
	}
	.holder-for .box-for .box {
		padding: 0 7px;
	}
	.box-for .text-wrap .button {
		margin-bottom: 10px;
	}
}
@media (max-width: 400px){
	.best-variant03 li a .title {height: 52px;}
}
#threendy_copyright {
	margin: 0 0 15px;
}

#main .container {
 overflow:hidden;
 max-width: 100%;
 padding:0;
}
#main .product-gallery-main {
 max-width: 1270px;
 margin:0 auto;
 padding: 0 20px;
}



.thumbnail-mark {
	position:absolute;
	top: -20px;
	right:10px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #de183c;
	color: #fff;
	text-align:center;
	font-size:11px;
	line-height:14px;
	padding: 15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:5;
}
.variant_custom.variant05 .fade-gallery .switcher {
	overflow:visible;
	padding: 20px 0 0;
}
@media (max-width: 850px) {
	.thumbnail-mark {
		right:-10px;
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
}
@media (max-width: 500px) {
	#main .product-gallery-main {
		padding: 0 10px;
	}
	.information-box .col {
		padding:0;
	}
}

.product-description .sofort-list {
	margin: 0 0 30px;
	overflow:hidden;
	padding: 15px 0 0 15px;
}
.product-description .sofort-list li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 30px 0 0;
}
.product-description .sofort-list li:before {display:none !important;}
.product-description .sofort-list .sofort-btn {
	display:block;
	padding: 15px;
	font-size:22px;
	line-height:24px;
	color: #fff !important;
	background: #add3ff;
	font-weight: 500;
	text-align:center;
	letter-spacing: -1px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.product-description .sofort-list .sofort-link {
	display:block;
	margin: 5px 0 0;
}
.product-description .sofort-list .sofort-link .fa {
	width: 20px;
	height: 20px;
	text-align:center;
	line-height: 20px;
	background: #add3ff;
	color: #fff !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
@media (max-width: 1200px) {
	.product-description .sofort-list li {
		float:none;
		width:100%;
		padding:0;
	}
	.description-tabs #tabnav {
		padding: 0 30px 0 0;
	}
	.description-tabs .hold-tabs .elem label {
		padding: 20px;
		font-size:16px;
		line-height:20px;
	}
}
@media (max-width: 600px) {
	.description-tabs #tabnav  {
		padding: 0;
		float: none;
		width:100%;
	}
	.description-tabs .hold-tabs .tab-content {
		width:100%;
	}
	.description-tabs .tab-holder {
		position: fixed;
	    bottom: -100%;
	    right: 0;
	    height: auto;
	    overflow: hidden;
	    overflow-y: auto;
	    width: 100%;
	    z-index: 1005;
	    -webkit-transition: top .2s ease-in-out;
	    -moz-transition: bottom .2s ease-in-out;
	    -ms-transition: bottom .2s ease-in-out;
	    -o-transition: bottom .2s ease-in-out;
	    transition: bottom .2s ease-in-out;
	}
	.description-tabs .tab-open-check:checked ~ .tab-holder {bottom:0;}
	
	.description-tabs .elem {
		position:static;
		float: none;
		margin:0;
		padding:0;
	}
	.description-tabs .elem > li {
		display:block;
		padding:0;
		position:static;
		margin:0;
		background: #fff;
		text-align:left;
		float: none;
	}
	.description-tabs .elem > li:before {display:none;}
	
	.description-tabs .elem > li > a,
	.description-tabs .elem> li > label,
	.description-tabs .hold-tabs .elem label{
	    font-size: 14px;
	    line-height: 18px;
	    color: #000 !important;
	    background: #fff;
	    padding: 8px 30px 8px 10px;
	    border-bottom: 3px solid #000;
	    display: block;
	    cursor: pointer;
	    position: relative;
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}
	.description-tabs .elem > li:hover > a,
	.description-tabs .elem > li:hover > label{
		color: #000 !important;
		background: rgba(255,255,255,0.3);
	}
	
	.description-tabs  .elem > li > .tab-open-check + a{display:none;}
		
	.description-tabs .elem > li > label:before{
		content:"\f105";
		font-family: FontAwesome;
		position:absolute;
		right: 10px;
		top: 50%;
		font-size:20px;
		margin: -10px 0 0;
	}
	.description-tabs .close-tab {
		display:block;
	}
	.description-tabs .close-tab:before {
		content:"\f00d";
		font-family: FontAwesome;
		font-size: 18px;
		position:absolute;
		top: 50%;
		right: 10px;
		margin: -9px 0 0;
	}
	.description-tabs .hold-tab-toogle {	display:block;}
	.description-tabs .toogle-tab {display:block;}
	.description-tabs .tabs-overlay {
	    display: block;
	    position: fixed;
	    top: -100%;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,0.5);
	    z-index: 1000;
	    -webkit-transition: top .2s ease-in-out;
	    -moz-transition: top .2s ease-in-out;
	    -ms-transition: top .2s ease-in-out;
	    -o-transition: top .2s ease-in-out;
	    transition: top .2s ease-in-out;
	}
	.description-tabs #tabnav .tab-open-check:checked ~ .tabs-overlay {
		top: 0;
	}
	
	.description-tabs .elem > li > a:before {display:none;}
	.description-tabs .hold-tabs .elem label:before {display:none;}
	.description-tabs {margin: 0 0 30px;}
}
