@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

/*Fonts*/
.wrapper{font-family: 'Rubik', sans-serif;}
.wrapper h1,
.wrapper h2,
.slide-container .info-holder .title {font-family: 'Pathway Gothic One', sans-serif;}

/*Colors*/
.wrapper,
.wrapper a,
.wrapper a:link,
.wrapper a:visited,
.brand-slider .brand-link,
.brand-slider label.next .fa, 
.brand-slider label.prev .fa,
.controls label,
#search_box .search_btn,
.wrapper input[type="text"],
.wrapper input[type="password"],
span.text  {color: #000;}
#header .head-bg,
#header .head-bg a,
#header .head-bg a:link,
#header .head-bg a:visited,
.single .title-brand,
.toogle-menu,
.close-menu,
.fade-gallery label[for="modal"] > span:first-child,
.fade-gallery .close,
#main .cont-box,
#main .cont-box h2,
.slide-container .info-holder,
.autoplay,
.pause,
.wrapper .single .title-brand {color: #fff;}
#topnav > li .new,
.product-description .warranty,
.product-bottom .box-right .price,
#footer .bestsell .title {color: #f29331;}
.product-bottom .box-right .addition-grey,
.prod-box .title-block span{color: #808080;}
.product-bottom .box-left .category-list,
.brand-link .title-brand,
#footer .bestsell .contact,
#footer .link-list a:hover {color: #017ce7;}

#topnav > li >  a,
.children > li > a,
.children2 li a,
.children2 li label {color: #fff !important;}
/*Backgrounds*/
.wrapper,
#topnav > li .new,
.single .brand-link,
.children2 > li:before,
.children > li > a:before,
.children2 > li > a:before,
.toogle-menu > span,
.brand-list:before,
.brand-list:after,
.brand-link,
#main .cont-box .box:after,
.brand-slider:after,
.brand-slider:before,
.prod-box .prod-list .img-holder,
.prod-list .mark-list li,
.switchers label:hover {background: #fff;}
.close-menu,
.fade-gallery .close,
.autoplay,
.pause {background: #000;}
.product-bottom .box-right,
.product-description .warranty {background: #fef4ea}
.brand-link,
.prod-box .prod-list > li,
.prod-box .prod-list .inf-holder {background: #f2f2f2;}
.single .title-brand,
.children,
#main .cont-box,
.gallery-list li .title-holder .btn,
.slide-container .info-holder {background: #939393;}
#topnav > li{background: #214e8a;}
.fade-gallery label[for="modal"] > span:first-child {background: #868684;}
#footer .box-holder:before{background: #e5e5e5;}
.wrapper input[type="text"],
.wrapper input[type="password"],
span.text { background: none;}

#main .cont-box, .single .title-brand{
	background: #214e8a!important;
}


.lblock:before{ background-image: url(../images/Fragen.png);}
.slide-container .info-holder:after{background-image: url(../images/slider-info-after.jpg);}

#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; }
}
.content-section{
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    background: transparent;
    max-width: 35rem;
    padding: 3rem 2rem;
        position: relative;
    height: fit-content;
        word-wrap: break-word;
    z-index: 1;
    min-width: 45rem;
}
.sub-title{
color: #fff;
    font-size: 20px;
    margin: 0 0 0px!important;
    border-bottom: 2px solid #459FDD;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    font-family: 'Rubik';
    letter-spacing: 1;
}

.section-description{
        margin: 0;
    max-width: 510px;
        text-align: left;
}
.section-description p{
margin: 0;
    color: #f2f2f2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.74;
	width: 35em;
}
.head-bg video
 {
    height: 525px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}


.head-bg {
    position: relative;
	background-repeat: no-repeat;
    width: 100%;
    height: 10vh;
    overflow: hidden;
}


.head-bg>.container {
    top: 0;
    width: 85%;
    display: flex;
    flex-direction: column;
    max-width: 90vw !important;
    position: relative;
    z-index: 96;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
height: 525px;
}
/*Border colors*/
#header .list-top li,
.single .brand-link,
#main .brend-holder{border-color: #eaebf9;}
.thumbnail label{border-color:#efefef;}
.wrapper input[type="text"],
.wrapper input[type="password"],
span.text {border-color:#000}
.main-box .lblock,
#topnav > li { border-color: #000;}
.main-box,
.tab-box,
.prod-list .mark-list li,
.tab-box{ border-color: #e5e5e5;}
.prod-box .prod-list > li{border-color: #f2f2f2;}
.tab-box .holder th{border-bottom-color: #000;}
.switchers label{border-color: #fff;}

/*Contacts*/
#footer li .inform.second:after{content: 'Sa. nach Vereinbarung';}
#footer li .inform:after{content: 'Mo. - Fr. / 8 - 18 Uhr';}
#footer .bestsell .inform:after{content: 'Mo. - Fr. 8-18 Uhr, Sa. 9-13 Uhr';}
#footer .bestsell .contact .tel:after{content: '03322/40200111';}
#footer .bestsell .contact .fax:after{content: '03322/40200111';}
#footer .bestsell .contact .handy:after{content: '0176/20017717';}
#footer .bestsell .contact .email:after{content: 'info@timetec24.de';}

@media (max-width: 1024px){
	/*Colors*/
	.wrapper input[type="text"],
	.wrapper input[type="password"],
	span.text,
	#search_box .search_btn {color: #fff;}
	/*Backgrounds*/
	.controls label{background: #fff;}
	#topnav > li > a,
	#topnav > li > label,
	.children > li > a,
	.children > li > label,
	.children2 li a,
	.children2 li label,
	.children,
	.children2,
	#topnav > li:hover .children,
	.menu-holder {background: #017ce7;}
	.overlay{background: #000;}
	/* Border colors*/
	#topnav > li > a,
	#topnav > li > label,
	.children > li > a,
	.children > li > label,
	.children2 li a,
	.children2 li label{border-bottom-color: #dadae5;}
}
@media (max-width: 450px){
	/*Colors*/
	
}

body {
	margin: 0;
}
.wrapper {
	min-width: 320px;
	font-size:16px;
	line-height:24px;
	margin: 0;
}
.wrapper p {margin:0 0 12px;}
.wrapper strong{font-weight: 500;}
.wrapper form,
.wrapper fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.wrapper input,
.wrapper button {
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-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 {text-decoration: none;}
.wrapper a:focus,
.wrapper a:hover {
	outline: none;
	outline: 0;
}
.wrapper ul{list-style: none}
.wrapper .container {
	padding: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper h1{
	font-size: 48px;
	line-height: 48px;
	font-weight: 400;
	text-transform:uppercase;
	margin: 0 0 6px;
	
}
.wrapper h2{
	font-size: 36px;
	line-height: 40px;
	text-transform:uppercase;
	font-weight: 400;
	margin: 0 0 34px;
}
.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;
}
*+html .text-center {
	display:block;
	position:relative;
}
*+html .text-center .text-inner  {
	top: 50%;
	display:block;
	position: absolute;
	left:0;
}
*+html .text-center .text-inner .text-last {
	top: -50%;
	display: block;
	position: relative;
}
/*Header*/
#header{
	position: relative;
	margin: 0 0 42px;
	z-index: 0
}

#header .header-top{
	padding: 0 140px 0 0;
	position: relative;
	z-index: 1;
}
#header .header-top:after {
	content:'';
	display:block;
	clear:both;
}
#header .list-top{
	padding: 0;
	margin: 0;
}
#header .list-top li{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size: 10px;
	line-height: 14px;
	border-right-width: 1px;
	border-right-style: solid;
}
#header .list-top li:last-child{border: none;}
#header .list-top li a{
	display:block;
	padding: 13px 15px;
}
#header .link-top{
	float:right; 
	width: 30%;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0;
	text-align: right;
}
#header .header-main{
	overflow:hidden;
    padding-top: 50px;
  
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#header .logo {
	float: left;

	width: 208px;
	overflow: hidden;

}
#header .logo a, 
#header .logo span {
	width:100%;
	height:100%;
	display:block;
}
#header .logo img{
	display:block;
	max-width: 90%;
	height: auto;
}
#header .list-icons{
	font-size: 16px;
	line-height: 8px;
	padding: 39px 0 0;
	margin: 0 0 10px;
	position: relative;
	z-index: 1;
    width: 56%;
}
#header .list-icons li{
	display:inline-block;
	vertical-align:top;
	padding: 0 0 0 16px;
}
#header .list-icons li strong{font-weight: 600;}
#header .list-icons .fa{padding: 0 20px;}
#search_box .search-link{ 
	display:block;
	text-decoration:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:2;
}
#search_box { 
	padding: 0;
	width: 120px;
	height: 30px;
	position: relative;
	float: right;
	margin: 0 -140px 0;
	z-index: 2;
}
.wrapper input[type="text"],
.wrapper input[type="password"],
span.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: 10px 20px 4px 3px;
	margin:0;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	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;
	width:20px;
	text-align:center;
	background: none;
	overflow:hidden;
	padding: 0;
	border:0;
	margin:0;
	font-size: 18px;
	line-height: 33px;
	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;
	margin: 2px 0 0 1px;
}
#search_box .search_btn:hover .fa,
#search_box .search-link:hover .fa{ opacity: 0.8;}
/*navigation*/
.open-check {display:none;}
#nav{
	z-index: 10;
	position:relative;
	padding: 0;
}
#nav:after {
	content:"";
	display:block;
	clear:both;
}
#topnav {
	font-size: 0px;
    line-height: 0px;
    position: relative;
    display: table;
    width: 100%;
    list-style: none;
    padding: 0px;
}
#topnav:after {
	content:"";
	display:block;
	clear:both;
}
#topnav > li {
      display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    line-height: 14px;
    height: 40px;
    position: relative;
    border-right-width: 1px;
    border-right-style: solid;
    margin: 3px 1px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    transition: opacity 0.2s ease-in-out;
}
#topnav > li > a{
        text-align: center;
}
#topnav > li .new{
	position: absolute;
	left: 11px;
	top: -2px;
	height: 10px;
	width: 19px;
	font-size: 8px;
	line-height: 12px;
	padding: 0 3px 0;
	text-align:center;
	font-weight: 700;
	text-transform:uppercase;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 10px;
}
#topnav > li:last-child {border: none;}
#topnav > li > a {
	padding: 7px 9px;
	vertical-align: middle;
	font-weight: 400;
	display:block;
	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;
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topnav > li:hover {opacity: 0.8;}
.children-holder {
	position:absolute;
	top: 100%;
	left:0;
	z-index: 100;
	overflow:hidden;
	width: 300px;
}
.children {
	text-align:left;
	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;
	-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;
}
.children > li > a,
.children2 > li > a {
	text-decoration:none;
	position:relative;
	font-size:16px;
	line-height:18px;
}
.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;
	-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 > .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;
}

#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;
	line-height: 17px;
}
.toogle-menu > span {
	position:absolute;
	right:0;
	height:3px;
	width:30px;
}
.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;
	padding: 15px 30px 15px 10px;
	text-transform: uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:14px;
	line-height:16px;
	position:relative;
}
.overlay {display:none;}
/*end navigation*/
/*main*/
#main {
	overflow:hidden;
	width:100%;
}
/* gallery */
.open-check {display:none;}
.fade-gallery {
	font-size:0px;
	line-height:0px;
	white-space:normal;
	overflow:hidden;
}
.fade-gallery label {cursor:pointer;}

.fade-gallery .thumbnail {
	display:inline-block;
	text-align:center;
	vertical-align:top;
	white-space:normal;
	width: auto;
	font-size:15px;
	line-height:20px;
	padding:0 5px;
	margin:0;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-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;
}
.fade-gallery .open-check:checked ~ .thumbnail {margin-left: 0;}

.fade-gallery label.next, 
.fade-gallery label.prev {
	display:none;
	cursor:pointer;
	width:auto;
	height:auto;
	text-align:center;
	position:absolute;
	left: auto;
	right: 15px;
	top: 50%;
	bottom:0;
	z-index:1;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
.fade-gallery label.prev {
	left:-90%;
}
.fade-gallery label.prev .fa,
.fade-gallery label.next .fa {
	font-size:32px;
	line-height:32px;
	-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;
}
.fade-gallery .switcher {
	position: static;
        width: auto;
     
	overflow:hidden;
	
	top:9px;
	right: 10px;
	padding:0 0 56px;
	margin:0 -5px;
	z-index:5;
	   padding-bottom: 20px;
}
.switcher .switch-number {
	display:block;
	font-size:12px;
	line-height:14px;
	text-align:center;
	position:relative;
	padding:8px 0 0;
	z-index:1;
}
.thumbnail label {
	height:72px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	opacity:0.6;
	border-width: 1px;
	border-style: solid;
	margin:0 0 10px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-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;
}
.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%;
	height:552px;
	text-align:center;
	position:relative;
	z-index:1;
}
.fade-gallery .holder-img img {
	max-width:100%;
	max-height:100%;
	position:absolute;
	left:-99999px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.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) {
	position:relative;
	left:auto;
}

.thumbnail label:hover,
.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  {
	opacity:1;
}

.fade-gallery label[for="modal"] {
	font-size: 14px;
	line-height: 18px;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.fade-gallery label[for="modal"] > span:first-child {
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	padding:2px 5px;
	margin:-9px 0 0 -45px;
	opacity: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;
}
.fade-gallery label[for="modal"]:hover > span:first-child {
	opacity: 0.8;
}
.fade-gallery .close {
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	text-align:center;
	padding:5px;
	z-index:2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.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 > .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) {
	display:none;
}
#main .open-modal:checked ~ .product-box .product-images {
	width:100%;
	padding-right:10px;
}
#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;
	left: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
#main .open-modal:checked ~ .product-box .fade-gallery .switcher{
	position: static;
	width:100%;
	text-align:center;
	padding-bottom: 20px;
}
#main .open-modal:checked ~ .product-box .fade-gallery .thumbnail{width: auto;}
#main .open-modal:checked ~ .product-bottom{margin-top: 0;}
#main .open-modal:checked ~ .product-box .fade-gallery label.next,
#main .open-modal:checked ~ .product-box .fade-gallery label.prev{
	bottom: auto;
	top: 50%;
}
#main .open-modal:checked ~ .product-box .fade-gallery label.next{
	left: auto;
	right: 15px;
}
.fade-gallery{
	display:none;
}
.open-check1{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.product-images > .open-check1:nth-of-type(1):checked ~ .fade-gallery:nth-of-type(1),
.product-images > .open-check1:nth-of-type(2):checked ~ .fade-gallery:nth-of-type(2),
.product-images > .open-check1:nth-of-type(3):checked ~ .fade-gallery:nth-of-type(3),
.product-images > .open-check1:nth-of-type(4):checked ~ .fade-gallery:nth-of-type(4),
.product-images > .open-check1:nth-of-type(5):checked ~ .fade-gallery:nth-of-type(5),
.product-images > .open-check1:nth-of-type(6):checked ~ .fade-gallery:nth-of-type(6),
.product-images > .open-check1:nth-of-type(7):checked ~ .fade-gallery:nth-of-type(7) {display:block;}

.fade-gallery .empty-marker:nth-of-type(2):not(:empty) ~ .open-check:nth-of-type(1):checked ~ .switcher .holder-next .next:nth-of-type(2),
.fade-gallery .empty-marker:nth-of-type(3):not(:empty) ~ .open-check:nth-of-type(2):checked ~ .switcher .holder-next .next:nth-of-type(3),
.fade-gallery .empty-marker:nth-of-type(4):not(:empty) ~ .open-check:nth-of-type(3):checked ~ .switcher .holder-next .next:nth-of-type(4),
.fade-gallery .empty-marker:nth-of-type(5):not(:empty) ~ .open-check:nth-of-type(4):checked ~ .switcher .holder-next .next:nth-of-type(5),
.fade-gallery .empty-marker:nth-of-type(6):not(:empty) ~ .open-check:nth-of-type(5):checked ~ .switcher .holder-next .next:nth-of-type(6),
.fade-gallery .empty-marker:nth-of-type(7):not(:empty) ~ .open-check:nth-of-type(6):checked ~ .switcher .holder-next .next:nth-of-type(7),
.fade-gallery .empty-marker:nth-of-type(8):not(:empty) ~ .open-check:nth-of-type(7):checked ~ .switcher .holder-next .next:nth-of-type(8),
.fade-gallery .empty-marker:nth-of-type(9):not(:empty) ~ .open-check:nth-of-type(8):checked ~ .switcher .holder-next .next:nth-of-type(9),
.fade-gallery .empty-marker:nth-of-type(10):not(:empty) ~ .open-check:nth-of-type(9):checked ~ .switcher .holder-next .next:nth-of-type(10),
.fade-gallery .empty-marker:nth-of-type(11):not(:empty) ~ .open-check:nth-of-type(10):checked ~ .switcher .holder-next .next:nth-of-type(11),
.fade-gallery .empty-marker:nth-of-type(12):not(:empty) ~ .open-check:nth-of-type(11):checked ~ .switcher .holder-next .next:nth-of-type(12) {display:block;}

.fade-gallery > .open-check:nth-of-type(2):checked ~ .switcher .holder-prev .prev:nth-of-type(1),
.fade-gallery > .open-check:nth-of-type(3):checked ~ .switcher .holder-prev .prev:nth-of-type(2),
.fade-gallery > .open-check:nth-of-type(4):checked ~ .switcher .holder-prev .prev:nth-of-type(3),
.fade-gallery > .open-check:nth-of-type(5):checked ~ .switcher .holder-prev .prev:nth-of-type(4),
.fade-gallery > .open-check:nth-of-type(6):checked ~ .switcher .holder-prev .prev:nth-of-type(5),
.fade-gallery > .open-check:nth-of-type(7):checked ~ .switcher .holder-prev .prev:nth-of-type(6),
.fade-gallery > .open-check:nth-of-type(8):checked ~ .switcher .holder-prev .prev:nth-of-type(7),
.fade-gallery > .open-check:nth-of-type(9):checked ~ .switcher .holder-prev .prev:nth-of-type(8),
.fade-gallery > .open-check:nth-of-type(10):checked ~ .switcher .holder-prev .prev:nth-of-type(9),
.fade-gallery > .open-check:nth-of-type(11):checked ~ .switcher .holder-prev .prev:nth-of-type(10),
.fade-gallery > .open-check:nth-of-type(12):checked ~ .switcher .holder-prev .prev:nth-of-type(11) {display:block;}

 /* gallery end */
.product-box {
	overflow:hidden;
	position:relative;
	margin:0 -10px 0;
	position: relative;
}
.category-box {
	float:left;
	width:25%;
	padding:0 10px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-description {
	float:none; 
		width: auto;
		padding: 0 10px	;
	
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	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-description .warranty{
	font-size: 12px;
	line-height: 18px;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 5px;
	padding: 3px 10px;
}
.product-images {
	float:none; 
		width: auto;
		padding: 0 10px	;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-bottom{
	overflow:hidden;
	margin: -150px 0 12px;
	margin-top: 0px!Important;
}
.product-bottom .box-left{
	float:left;
	width: 50%;
	max-width: 195px;
	font-size: 12px;
	line-height: 18px;
	text-transform:uppercase;
	padding: 62px 0 0;
}
.product-bottom .box-left .title{
	font-weight: 400;
	display:block;
}
.product-bottom .box-left .category-list{
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}
.product-bottom .box-right{
	float:right; 
	width: 50%;
	max-width: 260px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 20px 0;
}
.product-bottom .box-right .price{
	display:block;
	font-size: 24px;
	line-height: 26px;
	text-transform:uppercase;
}
.product-bottom .box-right .addition-grey{
	display:block;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 19px;
}
.product-bottom .box-right .pay-list{
	padding: 0;
	margin: 0 0 12px;
}
.product-bottom .box-right .pay-list li{
	margin: 0 0 2px;
}
/* brand gallery */
.open-check {display:none;}

.brand-list {
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	white-space: nowrap;
	position:relative;
	margin:0 -59px 88px;
	padding:0 44px;
}
.brand-list:before,
.brand-list:after {
	content:"";
	width:40px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}
.brand-list:after {
	left:auto;
	right:0;
}
.brand-list li {
	display:inline-block;
	vertical-align:top;
	width:33.3%;
	white-space:normal;
	position:static !important;
	margin:0 0 0 -33.3%;
	padding:0 15px;
	-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;
}
.brand-list label.next,
.brand-list label.prev {
	display:none;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	top: 50%;
	right:0;
	z-index:3;
	margin:-17px 0 0;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	transition: opacity .2s ease-in-out, color .2s ease-in-out;
	z-index: 2;
}
.brand-list label.prev {
	right: auto;
	left:0;
}
.brand-list label.next:hover, 
.brand-list label.prev:hover {
	opacity: 0.8;
}
.brand-list .open-check:checked ~ li {
	margin-left: 0 !important;
}
.brand-list .open-check:checked + li label {
	display:block;
}
.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 {display:none;}
.brand-link {
	display:block;
	white-space: normal;
	text-decoration: none;
	position:relative;
	margin:0;
	padding: 13px 10px 11px 160px;
	-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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.brand-link:hover {opacity:0.6;}

.brand-list .brand-link:first-child {margin:0 0 20px;}

.brand-link .hold-img {
	float:left; 
	width: 140px;
	height: 100px;
	text-align:center;
	margin: 0 0 13px -150px;
}
.brand-link .hold-img img {
	display:block;
	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%);
	margin: 0 auto;
}
.brand-link .text-wrap {
	display:block;
	height: 78px;
	overflow:hidden;
	font-size: 12px;
	line-height: 18px;
}
.brand-link .title-brand {
	display:block;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 0 0;
	margin: 0 0 2px;
}
.brand-link .descr-brand{display:block;}
.brand-link .price {
	display:block;
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
	position:relative;
	margin:0 0 4px;
}
.brand-link .price:before {
	content:'';
	width:10px;
	height:61px;
	position:absolute;
	left:0;
	bottom:6px;
}
.single{
	padding: 0;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	position: relative;;
	margin-bottom: 102px;
}
.single li{
	width: 25%;
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: static !important;
	padding: 0 15px;
	-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: 10px 5px;
	height: 240px;
	position: relative;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 0;
}
.single .hold-img{
	display:block;
	height: 100%;
	width: auto;
	float:none;
	margin: 0;
}
.single .text-wrap{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align:center;
}
.single .title-brand{
	text-transform:uppercase;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
}

 /* end brand gallery */
#main .cont-box h2{font-family: 'Pathway Gothic One', arial, helvetica, sans-serif;}

#main .cont-box{
	box-sizing: border-box;
	padding: 53px 0 26px;
	width: 100%;
	overflow: hidden;
	margin: 0 0 112px;
}
#main .cont-box h2{
	font-size: 36px;
	line-height: 38px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 40px;
}
#main .cont-box .left{
	float: left;
	width: 50%;
}
#main .cont-box .right{
	float: right;
	width: 50%;
}
#main .cont-box .box{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#main .cont-box .box:after{
	content: '';
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	opacity: 0.1;
	left: 0;
	bottom: 0;
}
#main .cont-box .box:last-child:after{display: none;}
#main .cont-box .block{
	float: left;
	width: 48%;
	margin: 0 0 41px;
	font-size: 16px;
	line-height: 18px;
	padding: 3px 0 0 0;
}
#main .cont-box p{margin: 0 0 6px;}
#main .cont-box .help {
	padding: 5px 0 0 5px;
	font-size: 14px;
	line-height: 16px;
}
#main .cont-box .help strong{
	font-weight: 500;
	display: block;
}
#main .cont-box .icon-list{
	margin: 0;
	padding: 27px 0 0;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
}
#main .cont-box .icon-list li{margin: 0 0 20px;}
#main .cont-box .icon-list li .fa{width: 21px;}
#main .cont-box .right .img-holder img{
	margin: auto;
	display: block;
	max-width: 100%;
	width: 100%;
}
#main .brend-holder{
	padding: 24px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
}
#main .brend-holder h2{
	margin: 0 0 27px;
}
/*bottom products gallery*/
.open-check {display:none;}
.brand-slider {
	margin: 0 -20px 120px ;
	font-size:0px;
	line-height:0px;
	white-space: nowrap;
	overflow:hidden;
	position:relative;
	padding: 0 49px;
	margin: 0 -59px 113px;
}
.brand-slider:after,
.brand-slider:before {
	content:'';
	position:absolute;
	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.66%;
	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.66%;
	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;
	top: 50%;
	z-index: 2;
	display:none;
	height: 38px;
	width: 34px;
	padding: 4px;
	margin: -19px 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: 30px;
}
.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;
	padding: 0 10px;
	text-decoration: none;
		border-radius: 4px;
}
.brand-slider .brand-link .hold-img {
	display:block;
	height: 104px;
	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;}
/*end bottom products gallery*/
/*Footer*/
#footer{
	position: relative; 
	box-sizing: border-box;
	font-size: 12px;
	line-height: 14px;
}
#footer .box-holder,
#footer .info-list{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#footer .box-holder {padding: 37px 0 0 0;}
#footer .box-holder:before{
	content: '';
	overflow: hidden;
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
}
#footer .box{
	float: left;
		width: 64.6%;
}
#footer .box:last-child{
	width: 30%;
	margin: 0;
}
#footer .info-list > li{
	width: 33.3%;
	margin: 0 31px 0 0;
	float: left;
}
#footer .info-list > li:last-child{margin: 0;}
#footer .info-list,
#footer .contact,
#footer .link-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .info-list .title,
#footer .info-list .inform,
#footer .bestsell .contact{
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	display: block;
}
#footer .info-list .inform,
#footer .bestsell .contact{font-weight: normal;}
#footer .bestsell .inform{margin: 0 0 14px;}
#footer .bestsell .contact{padding: 6px 0 0;}
#footer .bestsell .contact strong{font-weight: 500;}
#footer .bestsell .contact .mail{padding: 20px 0 0;}
#footer .img-holder{padding: 57px 0 0;}
#footer .img-holder img{margin: 0 0 0 -27px;}
#footer .info-list .link-list{
		padding: 3px 0 0;
		font-size: 12px;
		line-height: 14px;
}
#footer .info-list .link-list li{margin: 0 0 10px;}
#footer .info-list .copy{
		padding: 2px 0 0;
		font-size: 10px;
		line-height: 18px;
	margin: 0 0 30px;
}
#footer .info-list .copy p{margin: 0;}
#footer .box:last-child .info-list > li:last-child{
	margin: 0 0 0 44px;
}
#threendy_copyright{
	margin: 0 0 30px;
}
.main-box{
	width: 100%;
	padding: 59px 0 56px 0;
	margin-bottom: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.main-box:after{
	content: '';
	display:block;
	clear:both; 
}
.lblock:before{
	    content: '';
    position: absolute;
    bottom: -52px;
    width: 400px;
    margin-left: -24px;
    height: 209px;
    font-size: 21px;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.main-box .lblock{
	position: relative;
	box-sizing: border-box;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}
.main-box .info-list{
	list-style: none;
	padding: 18px 26px 12px 113px;
	margin: 0;
	font-weight: 500;
	font-size:	14px;
	line-height: 20px;
}
.main-box .info-list li{
	padding: 0 0 4px 0;
}
.main-box .rblock{
	overflow: hidden;
	box-sizing: border-box;
	float: right;
	width: 75%;
	padding: 15px 148px 0 89px;
}
.main-box .rblock p{
	margin: 0 0 12px; 
}
.prod-box{
	overflow: hidden;
	padding: 0 0 0 0px;
	margin-bottom: 42px;
}
.prod-box .title-block{
	overflow: hidden;
	box-sizing: border-box; 
}
.prod-box .title-block h2{
	float: left;
	margin: 0; 
}
.prod-box .title-block span{
	float: right;
	margin: 18px 382px 0 0;
	font-size: 14px;
}
.prod-box .prod-list{
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 32px 0 0 0;
}
.prod-box .prod-list > li{
	width: 43.3%;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	padding: 0 0px 0px 0;
	margin: 0 57px 23px 0;
}
.prod-box .prod-list > li:before,
.prod-list .mark-list li:before {display:none;}
.prod-box .prod-list .img-holder{
	width: 162px;
	height: 142px;
	float: left;
	overflow: hidden;
}
.prod-list .img-holder figure,
.prod-list .img-holder img{
	max-width: 161px;
	max-height: 140px;
	width: 100%;
	height: auto;
}
.prod-box .prod-list .inf-holder{
	overflow: hidden;
	float: right;
	width: 68%;
}
.prod-list .inf-holder .mark-list{
	margin: 0;
	padding: 19px 0 0 19px;
	list-style: none;
}
.prod-list .mark-list li{
	display: inline-block;
	padding: 4px 13px 0px 8px;
	border-width: 1px;
	border-style: solid;
	margin: 0 5px 4px 0;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.prod-list .mark-list li i{
	font-size: 17px;
}

.inf-box{
	overflow: hidden;
	padding: 0 0 0 0;
	margin-bottom: 86px;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
}
.inf-box .fbox{
	overflow: hidden;
	box-sizing: border-box;
	width: 30%;
	float: left;
	padding: 9px 0 0 0px;
}
.inf-box .sbox{
	overflow: hidden;
	box-sizing: border-box;
	width: 70%;
	float: right;
	padding: 3px 60px 0 27px;
}
.inf-box figure,
.inf-box img{
	max-width: 262px;
	max-height: 262px;
	width: 100%;
	height: auto;
}
.tab-box{
	overflow: hidden;
	padding: 24px 0 120px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 20px;
}
.tab-box .holder{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px 0 0;
	font-size:	13px;
	line-height: 19px;
}
.tab-box .holder:last-child{
	padding-right:0;
}

.tab-box .holder table{
	padding: 0px 0 0 0;
	font-size: 12px;
	font-weight: 500;
}
.tab-box .holder th{
	text-align: left;
	position: relative;
	font-weight: 100;
	font-size: 14px;
	line-height: 17px;
	padding: 0 0 26px 0;
	border-bottom: 1px solid;
}
.tab-box .holder .twintab{
	width: 261px;
}
.tab-box .holder .twintab td{
	padding: 0 0px 3px 0px;
}

.tab-box .holder .twintab tr:nth-of-type(2) td ,
.tab-box .holder .onetab tr:nth-of-type(2) td {
	padding: 26px 37px 3px 0px;
}
.tab-box .holder .twintab td:last-child{
	padding-right: 0;
}
.tab-box .holder .onetab{
	width: 174px;
}
/*Shop page*/
/*slider*/
.slide-container{
	position: relative;
}
.slide-gallery {
	text-align: center;
	position:relative;
	margin: 0 0 50px;
}
.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 20000ms infinite;
}

.gallery-holder {
	width: 73%;
	overflow: hidden;
	position:relative;
}
.gallery-list {
	width: 300%;
	line-height: 0;
	list-style:none;
	margin:0;
	padding:0;
}

.gallery-list li {
	width: 33.33%;
	float: left;
	position:relative;
	padding: 0px 0 0 !important;
	margin: 0 !important;
	font-size:18px;
	line-height:20px;
}
.gallery-list li:before {display:none;}
.gallery-list li .hold-img {
	position:relative;
	overflow:hidden;
}
.gallery-list li img {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}

.gallery-list li .title-holder {
	position:absolute;
	bottom: 70px;
	left:0;
	right:0;
	z-index: 3;
	padding: 0 70px;
}
.gallery-list li .title-holder .title {
	display:block;
	font-size:28px;
	line-height:30px;
	margin: 0 0 19px;
	text-transform: uppercase;
}
.gallery-list li .title-holder .hold-btn {
	padding: 6px 0 0;
}
.gallery-list li .title-holder .btn {
	display:inline-block;
	vertical-align:top;
	padding: 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	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;
}
.slide-container .info-holder{
		overflow: hidden;
		height: 100%;
		position: absolute;
		width: 27%;
		top: 0;
		right: 0;
		padding: 32px 20px 0 20px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		box-sizing: border-box;
}
.slide-container .info-holder .title{
		margin: 0 0 13px 0;
		display: block;
		font-size: 35px;
		line-height: 38px;
}
.slide-container .info-holder p{
	margin: 0 0 15px;
}
.slide-container .info-holder:after{
	content: '';
	position: absolute;
	text-align: center;
	margin: -10px 0 0;
	width: 164px;
	height: 84px;
	background-position: 0 0;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
}




/* start autoplay */
.autoplay {
	position:absolute;
	right:0;
	bottom:0;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	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,
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay {
	opacity:0.7;
	visibility: visible;
}
#slide1:checked ~ .slides-wrap .gallery-holder .pause,
#slide2:checked ~ .slides-wrap .gallery-holder .pause,
#slide3:checked ~ .slides-wrap .gallery-holder .pause,
#slide4:checked ~ .slides-wrap .gallery-holder .pause,
#slide5: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% { margin-left:0; }
	33%, 60%	{ margin-left:-100%; }
	63%, 90%	{ margin-left:-200%; }
	100%	{ margin-left:0; }
}
@keyframes slide2 {
	0%, 30% { margin-left:-100%; }
	33%, 60%	{ margin-left:-200%; }
	63%, 90%	{ margin-left:0; }
	100%	{ margin-left:-100%; }
}
@keyframes slide3 {
	0%, 30% { margin-left:-200%; }
	33%, 60%	{ margin-left:0; }
	63%, 90%	{ margin-left:-100%; }
	100%	{ margin-left:-200%; }
}

#auto1:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide1 20000ms linear infinite;
	-moz-animation: slide1 20000ms linear infinite;
	-o-animation: slide1 20000ms linear infinite;
	animation: slide1 20000ms linear infinite;
}
#auto2:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide2 20000ms linear infinite;
	-moz-animation: slide2 20000ms linear infinite;
	-o-animation: slide2 20000ms linear infinite;
	animation: slide2 20000ms linear infinite;
}
#auto3:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide3 20000ms linear infinite;
	-moz-animation: slide3 20000ms linear infinite;
	-o-animation: slide3 20000ms linear infinite;
	animation: slide3 20000ms linear infinite;
}
#auto4:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide4 20000ms linear infinite;
	-moz-animation: slide4 20000ms linear infinite;
	-o-animation: slide4 20000ms linear infinite;
	animation: slide4 20000ms linear infinite;
}
#auto5:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide5 20000ms linear infinite;
	-moz-animation: slide5 20000ms linear infinite;
	-o-animation: slide5 20000ms linear infinite;
	animation: slide5 20000ms linear infinite;
}
/* end autoplay */
/* start switchers */
.switchers {
	text-align: center;
	position:absolute;
	bottom: 15px;
	left:0;
	width:100%;
}
.switchers label {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-width: 2px;
	border-style: solid;
	margin: 0 5px;
	cursor: pointer;
}
.pause {
	position:absolute;
	right:0;
	bottom:0;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	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:0.7;
	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 ~ .slides-wrap .pause label:nth-child(1),
#auto2:checked ~ .slides-wrap .pause label:nth-child(2),
#auto3:checked ~ .slides-wrap .pause label:nth-child(3),
#auto4:checked ~ .slides-wrap .pause label:nth-child(4),
#auto5:checked ~ .slides-wrap .pause label:nth-child(5) {
	animation: pause1 20000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(2),
#auto2:checked ~ .slides-wrap .pause label:nth-child(3),
#auto3:checked ~ .slides-wrap .pause label:nth-child(4),
#auto4:checked ~ .slides-wrap .pause label:nth-child(5),
#auto5:checked ~ .slides-wrap .pause label:nth-child(1) {
	animation:none;
	animation: pause2 20000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(3),
#auto2:checked ~ .slides-wrap .pause label:nth-child(4),
#auto3:checked ~ .slides-wrap .pause label:nth-child(5),
#auto4:checked ~ .slides-wrap .pause label:nth-child(1),
#auto5:checked ~ .slides-wrap .pause label:nth-child(2) {
	animation:none;
	animation: pause3 20000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(4),
#auto2:checked ~ .slides-wrap .pause label:nth-child(5),
#auto3:checked ~ .slides-wrap .pause label:nth-child(1),
#auto4:checked ~ .slides-wrap .pause label:nth-child(2),
#auto5:checked ~ .slides-wrap .pause label:nth-child(3) {
	animation:none;
	animation: pause4 20000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(5),
#auto2:checked ~ .slides-wrap .pause label:nth-child(1),
#auto3:checked ~ .slides-wrap .pause label:nth-child(2),
#auto4:checked ~ .slides-wrap .pause label:nth-child(3),
#auto5:checked ~ .slides-wrap .pause label:nth-child(4) {
	animation:none;
	animation: pause5 20000ms 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; }
}
.controls {
	width: 100%;
	height: 44px;
	position:absolute;
	top: 50%;
	margin: -10px 0 0;
	left:0;
}
.controls label { 
	display: none;
	cursor:pointer;
	height: 44px;
	width: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:relative;
}
.controls label:hover {
	opacity: 0.8;
}
#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-child(2),
#auto2:checked ~ .controls label:nth-child(2),
#auto3:checked ~ .controls label:nth-child(2),
#slide1:checked ~ .controls label:nth-child(2), 
#slide2:checked ~ .controls label:nth-child(3), 
#slide3:checked ~ .controls label:nth-child(1) {
	float: right;
	display: block;
	margin: 0 -73px 0 0;
}
#auto1:checked ~ .controls label:nth-child(2):before,
#auto2:checked ~ .controls label:nth-child(2):before,
#auto3:checked ~ .controls label:nth-child(2):before,
#slide1:checked ~ .controls label:nth-child(2):before, 
#slide2:checked ~ .controls label:nth-child(3):before, 
#slide3:checked ~ .controls label:nth-child(1):before {
	content: '';
	position:absolute;
	top: 50%;
	left:2px;
	width:100%;
	text-align:center;
	font-size: 34px;
	line-height:1;
	font-family: 'FontAwesome';
	content: "\f061";
	margin: -18px 0 0;
}
#auto1:checked ~ .controls label:nth-child(3),
#auto2:checked ~ .controls label:nth-child(3),
#auto3:checked ~ .controls label:nth-child(3),
#slide1:checked ~ .controls label:nth-child(3),
#slide2:checked ~ .controls label:nth-child(1),
#slide3:checked ~ .controls label:nth-child(2) {
	float: left;
	display: block;
	margin: 0 0 0 -77px;
}
#auto1:checked ~ .controls label:nth-child(3):before,
#auto2:checked ~ .controls label:nth-child(3):before,
#auto3:checked ~ .controls label:nth-child(3):before,
#slide1:checked ~ .controls label:nth-child(3):before,
#slide2:checked ~ .controls label:nth-child(1):before,
#slide3:checked ~ .controls label:nth-child(2):before {
	content: '';
	position:absolute;
	top: 50%;
	left:-2px;
	width:100%;
	text-align:center;
	font-size: 34px;
	line-height:1;
	font-family: 'FontAwesome';
	content: "\f060";
	margin: -18px 0 0;
}
.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;
}
/*end slider*/
@media (max-width: 1480px){
	#header .list-icons{text-align: left;}
	#header .header-top{padding: 0 160px 0 0;}
}
@media (max-width: 1350px){
	.brand-list{
		padding: 0 30px;
		margin: 0 0 50px;
	}
	.brand-slider{
		margin: 0 0 80px;
		padding: 0 35px;
	}
	.wrapper .slide-container {padding: 0 45px;}
	.gallery-holder{width: 62%;}
	.slide-container .info-holder{
		right: 45px;
		width: 35%;
	}
	.slide-container .info-holder:after{display:none;}
	#header .header-top{padding: 0 215px 0 0;}
}
@media (max-width: 1200px){
	#topnav > li{
		font-size: 10px;
		line-height: 14px;
	}
	#topnav > li a{padding: 7px;}
	#header .list-icons{
		font-size: 16px;
		line-height: 20px;
	}
	.brand-link{padding-left: 130px;}
	.brand-link .hold-img{
		width: 100px;
		margin-left: -115px;
	}
	.single .brand-link .hold-img{
		width: auto;
		margin: 0;
	}
	.single .title-brand{
		font-size: 16px;
		line-height: 18px;
	}
	.single .brand-link{height: 190px;}
	#footer .info-list > li{
		width: 38%;
	}
	#footer .box{width: 60%;}
	#footer .box:last-child{width: 40%;}
	.brand-slider li{
		width: 25%;
		margin-left: -25%;
	}
	.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: block;}
		.main-box .rblock {
		width: 73%;
	}
	.prod-list .mark-list li {
		font-size: 12px;
	}
	.prod-box .prod-list .img-holder {
		width: 32%;
	}
	.tab-box .holder {
		width: 44%;
	}
	.tab-box .holder .twintab {
		margin-bottom: 20px;
	}
	.tab-box {
		padding: 27px 0 30px 43px;
	}
	.slide-container .info-holder{
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 1024px) {
	.wrapper h1{
		font-size: 36px;
		line-height: 40px;
	}
	#header{z-index: 5;}
	#header:before,
	#header:after{display:none;}
	#header .list-top li a{padding: 10px 10px;}
	#header .logo{
		width: 155px;

	}

	#header .list-icons{text-align:center; margin:0px; padding: 0px 20px;}
	#header .list-icons .fa{padding: 0 10px 0 0;}
	#header .nav-holder{padding: 0;}
	#header .header-top{padding: 0;}
	#header .link-top{
		float:left; 
		text-align: left;
	}
	#search_box{margin: 0;}
	#search_box .search_btn .fa{margin: 0;}
	#header .list-top{
		text-align:center;
	}
	#header .list-top li{border: none}
	/*navigation*/
	#nav {
		padding: 15px 0 14px;
	}	
	#topnav {
		position:static;
		float: none;
		margin:0;
		padding:0;
		        flex-direction: column;
	}
	#topnav > li {
		display:block;
		padding:0;
		position:static;
		margin:0;
		text-align:left;
		float: none;
		height: auto;
		width: 100%;
	}
	#topnav > li .new{
		top: 5px;
		left: auto;
		right: 10px;
	}
	#topnav > li br{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;
	}
	#topnav > li:before {display:none;}
	
	#topnav > li > a,
	#topnav > li > label,
	.children > li > a,
	.children > li > label,
	.children2 li a,
	.children2 li label{
		font-size:14px;
		line-height:18px;
		padding: 15px 40px 15px 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		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;
	}
	
	#header #topnav > li > .open-check + a,
	#header .children > li > .open-check + a {display:none;}
	
	.children > li > label.back-label,
	.children2 li label.back-label {padding: 15px 10px 15px 30px;}
	
	#topnav > li > label:before,
	.children > li > label:before,
	.children2 li label.back-label:before {
		content:"\f105";
		font-family: FontAwesome;
		position:absolute;
		right: 10px;
		top: 50%;
		font-size:20px;
		margin: -10px 0 0;
	}
	.children > li > label.back-label:before,
	.children2 li label.back-label:before {
		content:"\f104";
		right:auto;
		left: 10px;
	}
	.close-menu {
		display:block;
	}
	.close-menu:before {
		content:"\f00d";
		font-family: FontAwesome;
		font-size: 18px;
		position:absolute;
		top: 50%;
		right: 10px;
		margin: -9px 0 0;
	}
	.children,
	.children2,
	#topnav > li:hover .children {
		opacity:1;
		visibility: visible;
		display:block;
		position:absolute;
		top: 46px;
		bottom:0;
		margin: 0;
		z-index:20;
		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 {top:0;}
	.children2 li {
		margin:0;
		width:100%;
		display:block;
		padding:0;
	}
	.children > li {
		width:100%;
		float: none;
		padding:0;
		margin:0;
		position:static;
	}
	.children > li.children-img {display:none;}
	.children-holder {position:static;}
	#topnav > li > .open-check:checked ~ .children-holder .children,
	.children > li .open-check:checked ~ .children2{left:0;}
	
	.hold-toogle {	display:block;}
	.toogle-menu {display:block;}
	.overlay {
		display:block;
		position: fixed;
		top:0;
		left: 100%;
		width:100%;
		height: 100%;
		opacity: 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,
	.children > li > a:before, 
	.children2 li a:before,
	.children2 li:before,
	#topnav > li > a:before {display:none;}
	.menu-holder {
		position:fixed;
		top:0;
		right:-300px;
		height: 100%;
		overflow:hidden;
		overflow-y:auto;
		width:250px;
		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;
	}
	.open-check:checked ~ .menu-holder {right:0;}
	/*navigation end*/
	.fade-gallery label[for="modal"]{display:none;}
	.product-description,
	.product-images{
		float:none; 
		width: auto;
		padding: 0 10px	;
	}
	.fade-gallery .switcher{
		position: static;
		width: auto;
		padding-bottom: 20px;
	}
	.fade-gallery label.next,
	.fade-gallery label.prev{
		top: 50%;
	}
	.fade-gallery label.next{
		left: auto;
		right: 15px;
	}
	.fade-gallery .thumbnail{
		width: auto;
	}
	.product-bottom{margin-top: 0;}
	.fade-gallery .holder-img{
		height: 480px;
		margin: 0 0 15px;
	}
	.product-bottom .box-left{padding: 40px 0 0;}
	.brand-link .hold-img{
		display:block;
		float:none;
		margin-left:0;
		width: auto;
	}
	.brand-link{padding-left: 10px;}
	.single .brand-link{height: 160px;}
	/*.single li{
		width: 33.33%;
		margin-left: -33.33%;
	}
	.single .open-check:nth-last-of-type(4):checked + li label.next{display:block;}
	*/
	#main .cont-box,
	.single,
	.brand-slider{margin-bottom: 40px;}
		.main-box .rblock {
		width: 58%;
		padding: 15px 19px 0 10px;
		font-size: 13px;
	}
	.prod-box .prod-list > li {
		width: 100%;
		margin: 0 5px 23px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.prod-list .mark-list li {
		font-size: 15px;
		width: auto;
	}
	.prod-box .title-block span {
		margin: 18px 15px 0 0;
	}
	.prod-list .img-holder figure, .prod-list .img-holder img {
		margin: 0 auto;
	}
	/*Slider*/
	.wrapper .slide-container{
		padding: 0;
		margin: 0 -15px 40px;
	}
	.gallery-holder {
		width: 100%;
	}	
	.slide-container .info-holder {
		position: static;
		text-align:center;
		width: 100%;
	}
	.slide-container .info-holder:after {
	 display: none;
	}
	.slide-container .info-holder {
		font-size: 14px;
		line-height: 25px;
	}
	.slide-container .info-holder p{margin-bottom: 12px;}
	
	#auto1:checked ~ .controls label:nth-child(2),
	#auto2:checked ~ .controls label:nth-child(2),
	#auto3:checked ~ .controls label:nth-child(2),
	#slide1:checked ~ .controls label:nth-child(2), 
	#slide2:checked ~ .controls label:nth-child(3), 
	#slide3:checked ~ .controls label:nth-child(1),
	#auto1:checked ~ .controls label:nth-child(3),
	#auto2:checked ~ .controls label:nth-child(3),
	#auto3:checked ~ .controls label:nth-child(3),
	#slide1:checked ~ .controls label:nth-child(3),
	#slide2:checked ~ .controls label:nth-child(1),
	#slide3:checked ~ .controls label:nth-child(2){
		margin: 0;
		opacity: 0.7;
		
	}
	.slide-container .info-holder .title{margin-bottom: 15px;}
	.slide-gallery{margin: 0;}
	#header .header-top{position: static;}
	#header .head-bg > .container:after {
		content:'';
		display:block;
		clear:both;
	}
	#header .link-top,
	#header .list-top{
		float: none;
		width: auto;
	}
	#header .link-top {text-align:center;}
	#search_box{
		position: absolute;
		        right: 35px;
        bottom: 25%;
	}
	#nav{
		float:right; 
		width: 100px;
	}
		input:-moz-placeholder {
		color:#fff;
		opacity:1;
	}
		input::-moz-placeholder {
		color:#fff;
		opacity:1;
	}
		input::-webkit-input-placeholder {color:#fff;}
		input:-ms-input-placeholder {color: #fff ;}
		/ input:focus placeholder /
		input:focus:-moz-placeholder {
		color:#fff;
		opacity:1;
	}
		input:focus::-moz-placeholder {
		color:#fff;
		opacity:1;
	}
		input:focus::-webkit-input-placeholder {color:#fff;}
		input:focus:-ms-input-placeholder {color: #fff ;}
}
@media (max-width: 850px){
	#footer .box,
	#footer .box:last-child
	{ float: none; width: 100%;}
	#footer .info-list,
	#main .cont-box .box{ 
		box-sizing: border-box;
		padding: 0 10%;
	}
	#footer .info-list > li{width: 50%; margin: 0;}
	#footer .info-list > li:last-child{
		float: right;
	}
	#footer .box:last-child .info-list > li:last-child{margin: 0;}
	#main .cont-box .right,
	#main .cont-box .left{
		float: none;
		width: 100%;
	}
	#main .cont-box .title,
	#main .cont-box h2,
	#threendy_copyright{
		text-align: center;
	}
	#main .brand-slider li {
			width: 33.33%;
			margin-left: -33.33%;
	}
	.brand-slider .open-check:nth-last-of-type(4):checked + li label.next {display: block;}
}
@media (max-width: 767px){
	.wrapper h1,
	.wrapper h2,
	.slide-container .info-holder .title{
		font-size: 30px;
		line-height: 34px;
	}
	#header {margin: 0 0 20px;}
	#header .link-top{width: auto;}
	#header .list-top li a {padding: 4px 5px 0;}
	#header .header-main{padding: 0;}
	#header .logo {
		float:none;
		display:block;
		margin: 10px auto 20px;
	}
	#header .list-icons{
		float:none;
		text-align:center;
		font-size: 13px;
		line-height: 16px;
		padding: 0;
	}
	#header .list-icons li{
		margin: 0 0 5px;
		padding: 0 8px;
	}
	#nav{padding: 5px 0 14px 69px;}
	.fade-gallery .holder-img{height: 400px;}
	.thumbnail label{width: 70px;}
	.product-bottom .box-right .price{
		font-size: 20px;
		line-height: 22px;
	}
	.brand-list li,
	.single li{
		width: 50%;
		padding: 0 10px;
		text-align:center;
	}
	.brand-list li{margin-left: -50%;}
	.brand-list .open-check:nth-last-of-type(3):checked + li label.next,
	.single .open-check:nth-last-of-type(3):checked + li label.next{display:block;}
}
@media (max-width: 600px){
	#footer .info-list,
	#main .cont-box .box{ 
		padding: 0 5%;
	}
	#main .brand-slider li {
		width: 50%;
		margin-left: -50%;
	}
	.brand-slider .open-check:nth-last-of-type(3):checked + li label.next {display: block;}	
}
@media(max-width: 650px){
	.lblock:before {
		display: none;
	}
	.main-box .info-list {
		padding: 18px 20px 12px 20px;
	}
	.main-box .rblock,
	.main-box .lblock {
		width: 100%;
		float: none;
	}
	.main-box {
		padding: 59px 0 15px 0;
	}
	.prod-box .title-block span,
	.prod-box .title-block h2 {
		float:none;
	}
	.prod-list .mark-list li {
		font-size: 13px;
		margin: 0 5px 4px 0;
	}
	.inf-box .fbox,
	.inf-box .sbox {
		float:none;
		width: 100%;
		padding: 0;
	}
	.tab-box .holder {
		width: 57%;
	}
}
@media (max-width: 500px){
	.wrapper h1, .wrapper h2,
	.slide-container .info-holder .title{
		font-size: 26px;
		line-height: 30px;
	}
	.fade-gallery .holder-img{height: 300px;}
	.thumbnail label{width: 65px;}
	.brand-list li,
	.single li{width: 100%;}
	.brand-list li{margin-left: -100%;}
	.brand-list .open-check:nth-last-of-type(2):checked + li label.next,
	.single .open-check:nth-last-of-type(2):checked + li label.next{display:block;}
	#footer .info-list > li{
		width: 100%; 
		float: none;
		text-align: center;
		margin: 0 0 30px;
	}
	#footer .img-holder{display: none;}
	#main .cont-box .block{
		display: block;
		margin: 0 auto 20px;
		float: none;
		width: 100%;
		text-align: center;
	}
	#main .cont-box h2{margin: 0 0 15px;}
	#main .cont-box{padding-top: 20px;}
	#footer .info-list .link-list {
		font-size: 13px;
		line-height: 15px;
	}
	#main .brand-slider,
	#footer .info-list > li:last-child{margin-bottom: 30px;}
	#main .brand-slider li {
			width: 100%;
			margin-left: -100%;
	}
	.brand-slider .open-check:nth-last-of-type(2):checked + li label.next {display: block;}
	.slide-container .info-holder{padding-top: 20px;}
}
@media(max-width: 450px){
	.prod-list .inf-holder .mark-list{
		padding-bottom: 19px;
	}
	.prod-box .prod-list .img-holder,
	.prod-box .prod-list .inf-holder{
		width: 100%;
		float: none;
	}
	.tab-box .holder{width: 100%;}
	.tab-box{
	 padding: 27px 0 0;
	}
	.tab-box .holder .onetab,
	.tab-box .holder .twintab{width:100%;}
}
div[typeof="Product"] ul {
	padding:0;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
div[typeof="Product"] ul li {
	position:relative;
	padding: 0 0 0 15px;
	margin: 0 0 15px;
}
div[typeof="Product"] ul li:before {
	content:'';
	position:absolute;
	top:7px;
	left: 0;
	background: #017ce7;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.manufacturers-logo .page-width{
	    max-width: 100%!important;
		    padding: 0px;
}
.manufacturers-logo .manufacturers-logo-wrapper{
	padding-bottom: 20px;
}
.manufacturers-logo{
	padding:  0px!important;
}
.manufacturers-logo-item-inner .logo-link .logo-image {
    text-align: center;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 5px 20px;
}
.logo-image.image1 {
    background-image: url(https://turbolader24.com/cdn/shop/files/hotel-1.svg?v=1747213527) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image2 {
    background-image: url(https://turbolader24.com/cdn/shop/files/hotel-2.svg?v=1747213527) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image3 {
    background-image: url(https:///turbolader24.com/cdn/shop/files/hotel-3.svg?v=1747213527) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image4 {
    background-image: url(https://turbolader24.com/cdn/shop/files/hotel-4_bf49c0f0-2733-42c6-be6c-4e6369f99da7.svg?v=1747213734) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image5 {
    background-image: url(https://turbolader24.com/cdn/shop/files/hotel-5.svg?v=1747213527) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image6 {
    background-image: url(https://turbolader24.com/cdn/shop/files/hotel-6.svg?v=1747213529) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image7 {
    background-image: url(https://turbolader24.com/cdn/shop/files/hotel-7.svg?v=1747213528) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image8 {
    background-image: url(https://turbolader24.com/cdn/shop/files/hotel-8.svg?v=1747213528) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.logo-image.image9 {
    background-image: url(https://turbolader24.com/cdn/shop/files/download.jpg?v=1748603871) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.logo-image.image10 {
    background-image: url(https://turbolader24.com/cdn/shop/files/download-1.png?v=1748603908) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.logo-image.image11 {
    background-image: url(https://turbolader24.com/cdn/shop/files/download-2_1.png?v=1748603941) !important;
    z-index: 99;
    position: relative;
    object-fit: cover;
    background-size: 75% !important;
    width: 99px;
    height: 55px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.swiper-wrapper{
	justify-content: center;
	    display: flex;

}
@media (max-width: 1140px){
	.swiper-wrapper{
		gap: 25px;
	}
}
@media (max-width: 460px){
	.content-section{
		    padding: 3rem 0rem;
			max-width: 23rem;
			min-width: 0rem;
	}
	    #nav {
        padding: 0px;
        width: max-content;
    }
	#search_box{
		        bottom: 22%;
	}
	#header .logo{
		margin: 0px;
	}
}
.section-header{
    font-size: 28px!important;
    line-height: 1.3 !important;
    text-transform: capitalize!important;
    font-weight: 400!important;
    font-family: 'Rubik'!important;
    line-height: normal;
    margin-bottom: 10px!important;
	    color: #fff!important;
}
#nav {
    z-index: 10;
    position: relative;
    width: auto;
    padding: 0px;
}
.manufacturers-logo-item-inner .logo-link .logo-image{
	width: 55px!important;
    height: 55px!important;
	border-radius: 15px!important;
}