.productstg .namehead{
	color: #fff;
	text-align: right;
	font-size: 40px;
	padding-top: 100px;
}
.productstg .namehead .name2{
	font-size: 30px;
}
.headproducts{
	padding: 25px 0;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 400;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #f3870d;
}
.headproducts > div{
	padding-left: 20px;
}
.filterproducts{
	margin: 0;
	padding: 20px 0;
	padding-bottom: 40px;
}
.leftfilter > ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.leftfilter > ul > li > a{
	font-size: 24px;
	font-weight: 400;
	display: block;
	color: #000;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.leftfilter > ul > li > a::before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	background: url('/web-assets/img/dropdown.png') center center no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.leftfilter > ul > li > ul{
	list-style: none;
	padding: 15px 0;
}
.leftfilter > ul > li > ul > li{
	padding: 5px 0;
}
.innerproducts{
	padding: 20px 40px;
	padding-right: 0;
}
.innerproducts .headgroup{
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}
.innerproducts .headgroup .name{
	float: left;
	font-weight: 400;
}
.innerproducts .headgroup a{
	display: block;
	float: right;
	background: #6d6d6d;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 30px;
}
.innerproducts .rowlists{
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}
.productslists .row > div{
	margin: 0;
	border-bottom: 1px solid #eee;
	height: 350px;
}
.productslists .productinfo{
	position: relative;
	text-align: center;
}
.productslists .productinfo .img{
	height: 150px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.productslists .productinfo .img > img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.productslists .productinfo:hover .img > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.productslists .productinfo .name{
	font-weight: 400;
	color: #666;
	font-size: 14px;
	min-height: 55px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.productslists .productinfo .brand{
	font-size: 13px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productslists{
	padding-bottom: 70px;
}
.groupfilters{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.groupfilters .g{
	float: left;
	width: 200px;
}
.groupfilters .g_brand{
	padding-left: 220px;
}
.boxcheck{
	padding-top: 15px;
	padding-bottom: 15px;
}
.boxcheck .name{
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
	width: 100%;
}
.groupfilters .g_brand .boxcheck{
	border-left: 1px solid #eee;
	padding-left: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.groupfilters .g_brand label{
	width: 300px;
	padding-bottom: 10px;
}
.groupname{
	font-size: 24px;
	color: #3e4d9d;
	padding: 20px 0;
	padding-bottom: 10px;	
}
.viewinfo{
	padding: 40px 0;
	padding-bottom: 150px;
	border-top: 1px solid #eee;
}
.viewinfo .minislide{
	border: 2px solid #eee;
	margin-left: 5px;
	margin-right: 5px;
}
.viewinfo .minislide-nav{
	padding: 15px 0;
}
.viewinfo .minislide-nav .slick-slide{
	padding: 0 5px;
	outline:none;
}
.viewinfo .minislide-nav .img{
	border: 2px solid #eee;
	text-align: center;
	height: 70px;
}
.viewinfo .minislide-nav .slick-current .img{
	border-color: #f3870d;
}
.viewinfo .minislide-nav .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin: auto;
}
.viewinfo .slick-slide img{
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.slideproducts .slick-prev,
.slideproducts .slick-next{
	height: 35px;
	width: 35px;
	margin-top: -35px;
}
.slideproducts .slick-prev,
.viewinfo .slick-prev{
	left: -35px;
	background: url('/web-assets/img/p-prev.png') center center no-repeat;
}
.slideproducts .slick-next,
.viewinfo .slick-next{
	right: -35px;
	background: url('/web-assets/img/p-next.png') center center no-repeat;
}
.slideproducts .slick-prev:before,
.slideproducts .slick-next:before,
.viewinfo .slick-prev:before,
.viewinfo .slick-next:before{
	display: none;
}
.viewinfo .info .subject{
	font-size: 24px;
	margin-bottom: 5px;
	color: #f3870d;
}
.viewinfo .info .model{
	font-size: 16px;
	color: #f3870d;
	margin-bottom: 10px;
}
.slideproducts{
	margin-left: -10px;
	margin-right: -10px;
}
.slideproducts .productinfo{
	padding: 0 10px;
	display: block;
	outline: none;
}
.slideproducts .productinfo > .img{
	overflow: hidden;
	height: 200px;
}
.slideproducts .productinfo > .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.slideproducts .productinfo:hover > .img > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.slideproducts .productinfo > .name{
	padding: 10px 0;
	font-size: 16px;
}
.slideproducts .slick-dots li button:before{
	color: #0a6aa3;
}
.leftfilter > ul > li > ul{
	padding-left: 15px;
}
.checkcontainer{
	position: relative;
	font-size: 16px;
	cursor: pointer;
	padding-left: 28px;
}
.checkcontainer [type='radio'],
.checkcontainer [type='checkbox']{
	display: none;
}
.checkcontainer .checkmark{
	width: 20px;
	height: 20px;
	box-shadow: 0 0 0 1px #666;
	border: 3px solid #fff;
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0px;
}
.checkcontainer [type='radio']:checked ~ .checkmark,
.checkcontainer [type='checkbox']:checked ~ .checkmark{
	background: #f3870d;
}
.boxotherinfo{
	padding-top: 30px;
	border-top: 1px solid #eee;
	margin-top: 30px;
}
.p_files{
	margin-top: 20px;
	max-width: 500px;
}
.p_files .files_row{
	padding-left: 50px;
	background: url('/web-assets/img/pdf.png') left top no-repeat;
	clear: both;
	min-height: 50px;
}
.p_files .files_row .name{
	float: left;
	padding-top: 10px;
}
.p_files .files_row .btn{
	float: right;
	background: #e61c00;
	color: #fff;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.p_files .files_row .btn:hover{
	background: #ff4127;
}
@media (max-width: 1199px) {
	.productstg{
		height: 30vw;
	}
	.productstg .namehead{
		padding-top: 10vw;
		font-size: 3vw;
	}
	.productstg .namehead .name2{
		font-size: 2.5vw;
	}
	.leftfilter > ul > li > a{
		font-size: 18px;
	}
	.checkcontainer{
		font-size: 14px;
	}
	.checkcontainer .checkmark{
		width: 18px;
		height: 18px;
	}
	.slideproducts .productinfo > .img{
		height: 150px;
	}
	.productslists .productinfo .img{
		height: 200px;
	}
}
@media (max-width: 1023px) {

}
@media (max-width: 991px) {
	.productslists .productinfo .img{
		height: 240px;
	}
	.innerproducts .headgroup .name,
	.leftfilter > ul > li > a{
		font-size: 20px;
	}
	.innerproducts .headgroup a{
		font-size: 14px;
		padding: 8px 20px;
	}
	.slideproducts .productinfo > .img{
		height: 130px;
	}
}
@media (max-width: 767px) {
	.productslists .productinfo .img{
		height: 30vw;
	}
	.productslists .row > div{
		height: 50vw;
	}
	.productslists .productinfo .name{
		min-height: 0;
	}
	.headproducts{
		padding: 15px 0;
		font-size: 30px;
	}
	.productslists .productinfo .name{
		font-size: 14px;
	}
	.groupfilters .g{
		display: none;
	}
	.groupfilters .g_brand{
		padding-left: 0;
	}
	.groupfilters .g_brand .boxcheck{
		border-left: none;
	}
	#ProductFormSearch > .container{
		padding: 0;
	}
	.innerproducts{
		padding: 15px 0;
	}
	.innerproducts .headgroup .name{
		font-size: 18px;
	}
	.leftfilter > ul > li > ul{
		display: none;
	}
	.lastviews{
		padding: 50px 0;
	}
	.lastviews .subtitle{
		font-size: 30px;
	}
	.viewinfo{
		padding-bottom: 80px;
	}
	.viewinfo .minislide .img{
		height: 50vw;
	}
	.viewinfo .slick-slide img{
		height: 100%;
	}
	.viewinfo .info .subject{
		font-size: 20px;
	}
	.filterproducts{
		padding-top: 0;
		padding-bottom: 0;
	}
	.filterproducts > div{
		padding-bottom: 10px;
	}
	.headproducts{
		padding: 15px;
		font-size: 26px;
	}
	.innerproducts{
		padding-top: 30px;
		border-top: 1px solid #ccc;
	}
	.innerproducts .headgroup{
		padding-left: 15px;
	}
	.innerproducts .headgroup .name{
		font-size: 20px;
	}
	.leftfilter{
		margin-bottom: 20px;
	}
	.slideproducts .productinfo > .img{
		height: 20vw;
	}
}
@media (max-width: 479px) {
	.slideproducts .productinfo > .img{
		height: 60vw;
	}
	.slick-dots li{
		margin: 0;
	}
	.productslists .row > div{
		height: 60vw;
	}
}
@media (max-width: 425px) {
	.productstg .namehead{
		padding-top: 8vw;
		font-size: 5vw;
	}
	.productstg .namehead .name2{
		font-size: 4vw;
	}
	.groupname{
		font-size: 20px;
		text-align: center;
	}
	.lastviews{
		padding: 15px 0;
	}
	.lastviews .subtitle{
		font-size: 20px;
	}
	.viewinfo{
		padding: 20px 0;
	}
	.viewinfo .slick-next,
	.viewinfo .slick-prev{
		display: none!important;
	}
	.viewinfo .minislide-nav{
		padding: 10px 0;
	}
	.viewinfo .minislide{
		margin: 0 5px;
	}
	.boxotherinfo .bgtab{
		padding-bottom: 50px;
	}
}