@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
	margin:0;
	padding:0;
	outline:none;
}

ul{
	list-style:none;
	}

a{
	text-decoration:none;
	}

.clr{
	clear:both;
	height:0;
	display:block;
	}
	
body{
    font-family: 'Roboto', sans-serif;
	}
	
.icon{
	position:absolute;
	left:0;
	top:0;
	background:url(../image/icons.png);
	}	
	
.body-inner{
	width:1400px;
	margin:0 auto;
	}

.header-left{
	width: 40%;
	float: left;
}	

.header-right{
	width: 40%;
	float: right;
}

.header-center{
	float: left;
	width: 20%;
}

#logo{
	width: 130px;
	margin: 25px auto;
}

#logo img{
	max-width: 100%;
}

.header-phones{
	position: relative;
	margin-top: 45px;
	padding-left: 60px;
}

.header-phones a{
	display: block;
	font-size: 15px;
	color: #585858;
	margin-bottom: 5px;
}

.header-email{
	float: right;
	margin-top: 45px;
	position: relative;
	padding-left: 45px;
	font-size: 15px;
}

.header-email .title{
	color: #212121;
	font-weight: 500;
	margin-bottom: 2px;
}

.header-email a{
	color: #585858;
}

.main-menu{
	height: 50px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #ededed;
}

.i-support{
	width: 43px;
	height: 38px;
	background-position: -1px -1px;
}

.i-email{
	width: 31px;
	height: 35px;
	background-position: -46px -1px;
}


.header-email a:hover,
   .header-phones a:hover{
	color: #282828;
}

.menu-wrap{
	float: left;
	width: 280px;
}

.menu-link{
	display: block;
	width: 280px;
	height: 50px;
	line-height: 50px;
	position: relative;
	background-color: #e52727;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-indent: 26px;
}

.i-menu{
	width: 23px;
	height: 15px;
	right: 17px;
	top: 17px;
	left: auto;
	background-position: -79px -1px;
}

.menu-list-top{
	float: left;
	margin-left: 60px;
	height: 50px;
}

.menu-list-top li{
	float: left;
	line-height: 50px;
	margin-right: 50px;
}


.menu-list-top li a{
	display: block;
	height: 50px;
	color: #050505;
	font-weight: 500
}

.search-wrap{
	float: right;
	height: 40px;
	margin-top: 5px;
	background-color: #f8f8f8;
}

#search input{
	height: 40px;
	width: 375px;
	border: 0;
	float: left;
	text-indent: 25px;
	font-size: 14px;
	background-color: #f8f8f8;
}

#search button{
	display: block;
	float: left;
	width: 50px;
	height: 40px;
	position: relative;
	border: 0;
	cursor: pointer;
	background-color: #f8f8f8;
}

.i-search{
	width: 21px;
	height: 21px;
	top: 9px;
	left: 10px;
	background-position: -104px -1px;
}

#search button:hover .i-search{
	background-position: -104px -24px;
}

.category-menu{
	position: absolute;
	background-color: #fff;
	width: 278px;
	padding: 20px 0;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #ededed;
	display: none;
	z-index: 600;
	-moz-box-shadow:    0 0 10px rgba(181,181,181,0.4);
	 -webkit-box-shadow: 0 0 10px rgba(181,181,181,0.4);
	box-shadow:         0 0 10px  rgba(181,181,181,0.4);
}


ul li:first-child ul .dropdown-menu{
	display: block;
	position: absolute;
}

.category-menu ul li{
	margin-bottom: 5px;
}

.category-menu ul li a{
	display: block;
	padding: 8px 0 8px 45px;
	color: #212121;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.category-menu ul li a:hover{
	color: #e52727;
}

.menu-img{
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 4px;
	left: 10px;
}

.menu-img img{
	max-width: 100%;
	max-height: 100%;
}

.submenu-dropdown{
	position: absolute;
	width: 800px;
	left: 278px;
	top: 0;
	display: none;
	padding: 15px 0;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	-moz-box-shadow:    0 0 10px rgba(181,181,181,0.4);
	 -webkit-box-shadow: 0 0 10px rgba(181,181,181,0.4);
	box-shadow:         0 0 10px  rgba(181,181,181,0.4);
}

.category-menu ul li:hover .submenu-dropdown{
	display: block;
}


.mi-wrap{
	position: relative;
}

.submenu-dropdown li{
	display: block;
	float: left;
	width: 33.33%;
	position: relative;
}

.i-mark{
	width: 12px;
	height: 12px;
	left: 23px;
	top: 10px;
	background-position: -78px -18px;
}

.submenu-dropdown li a{
	padding-left: 15px;
}

.submenu-dropdown li:hover .i-mark,
   .category-group-child a:hover .i-mark,
   .category-group-child a.active .i-mark{
	background-position: -91px -18px;
}

.i-menu-arrow{
	width: 6px;
	height: 9px;
	left: auto;
	right: 10px;
	top: 10px;
	background-position: -79px -32px;
}

.home-slider .slide{
	float: left;
	position: relative;
	overflow: hidden;
}

.home-slider .slide img{
	max-width: 100%;
}

.home-slider .slick-list{
	overflow: hidden;
}

.home-slider .slick-arrow{
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
	border: 0;
	font-size: 0;
		-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	z-index: 1000;
	background-color: #000;
	opacity: 0.3;
	cursor: pointer;
	display: none !important;
}

.home-slider .slick-next{
	right: 15px;
}

.home-slider .slick-next:before,
    .home-slider .slick-prev:before{
	content: url(../image/arrow_next.png);
	position: absolute;
	left: 30px;
	top: 25px;
	width: 11px;
	height: 20px;
}

.home-slider .slick-prev:before{
	content: url(../image/arrow_prev.png);
}

.home-slider .slick-prev{
	left: 15px;
}

.home-slider .slider-cover{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.home-slider .slider-description{
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	z-index: 120;
	color: #fafafa;
}

.home-slider .slider-title{
	margin-left: 110px;
	margin-top: -110%;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.home-slider .slider-text{
	margin-left: -110%;
	font-size: 14px;
	margin-bottom: 20px;
	width: 300px;
	line-height: 22px;
	font-weight: 500;
}

.home-slider .readmore{
   display: block;
   width: 120px;
   text-align: center;
   background-color: #ffbc36;
   height: 30px;
   line-height: 30px;
   	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-left: -110%;
}


.home-slider{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home-slider .slick-dots{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 20px;
	text-align: center;
}

.home-slider .slick-dots li{
	display: inline-block;
	margin: 0 3px;
}

.home-slider .slick-dots button{
	display: block;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: 0;
	background-color: #fff;
	font-size: 0;
	cursor: pointer;
}

.home-slider .slick-dots li.slick-active button{
	background-color: #e52727;
}

.category-block{
	width: 50%;
	float: left;
}

.wall-category{
	margin-top: 40px;
}

.category-block-inner,
   .card-subcategory,
   .search-fiter{
	width: 98%;
	margin: 0 auto;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	-moz-box-shadow:    0 0 10px rgba(181,181,181,0.4);
	 -webkit-box-shadow: 0 0 10px rgba(181,181,181,0.4);
	box-shadow:         0 0 10px  rgba(181,181,181,0.4);
}

.cat-children{
	width: 25%;
	float: left;
	height: 120px;
	margin-bottom: 15px;
}

.child-img{
	display: table;
	width: 110px;
	height: 80px;
	margin: 0 auto 5px auto;
	text-align: center;
	vertical-align: middle;
}

.child-img span{
	width: 110px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}

.child-img img{
	max-width: 100%;
	max-height: 100%;
}

.child-name{
	display: block;
	width: 90%;
	margin: auto;
	font-size: 14px;
	color: #212121;
	text-align: center;
}

.category-main{
	position: relative;
	padding-left: 75px;
	position: relative;
	height: 55px;
	font-size: 24px;
	line-height: 55px;
	margin: 15px 0 30px 30px;
}

.category-main a{
	color: #1e1e1e;
	font-weight: 500;
}

.category-main-img{
	height: 55px;
	width: 55px;
	left: 0;
	position: absolute;
}

.category-main-img img{
	max-width: 100%;
	max-height: 100%;
}

.readmore{
	display: block;
	width: 140px;
	height: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	margin: 15px auto 25px auto;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #242424;
}

.readmore:hover{
	background-color: #e52727;
}

.latest-products{
	margin-top: 60px;
}

.section-wrap{
	width: 98%;
	margin: 0 auto;
}

.product-layout{
	float: left;
	width: 20%;
}

.section-title{
	margin-bottom: 35px;
	padding-bottom: 10px;
	font-size: 18px;
	border-bottom: 2px solid #eeeeee;
}

.product-thumb{
	width: 90%;
	margin: 0 auto;
}

.product-thumb .image{
	text-align: center;
	height: 220px;
}

.product-thumb .image img{
	max-width: 100%;
	max-height: 100%;
}

.quiqview-btns,
   .product-thumb .button-group{
	display: none;
}

.product-thumb .caption h3{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 22px;
	height: 65px;
	overflow: hidden;
	margin-bottom: 15px;
}

.product-thumb .caption h3 a{
	color: #333;
}

.btn-ocpoc-wrap{
	background: none;
	border: 0;
	width: 180px;
	margin: 0 auto;
}

.btn-ocpoc-wrap button.btn-ocpoc,
   button.prod-btn-ocpoc{
	background-color: #000;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
}

.btn-ocpoc-wrap button.btn-ocpoc:hover,
    button.prod-btn-ocpoc:hover{
	background-color: #e52727;
	color: #fff;
}

button.prod-btn-ocpoc{
	height: 35px;
	display: block;
	color: #fff;
	width: 150px;
	border: 0;
	cursor: pointer;
}

.featured-products{
	margin-top: 60px;
}

.home-text{
	margin-top: 60px;
}

.text-wrap{
	margin-top: 20px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

.information-text{
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

.text-wrap p,
   .text-wrap ul,
   .information-text p,
   .information-text ul{
	padding-bottom: 20px;
}

.home-text h1{
	font-size: 20px;
}

.text-wrap ul li{
	display: block;
	margin-bottom: 5px;
	padding-left: 25px;
	background:url(../image/li_marker.png) no-repeat 0 2px;
}

.ocpoc{
	width: 600px;
}

.footer-service{
	margin-top: 40px;
	color: #fff;
	padding: 20px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #242323;
	font-size: 14px;
}

footer{
	background-color: #0a0a0a;
	color: #fff;
	padding:20px 0;
}

.footer-powered{
	border-top: 1px solid #242323;
	background-color: #0a0a0a;
	padding: 10px 0;
	color: #c1c1c1;
	font-size: 14px;
}

.policy-container{
	display: none;
}

.fs-block{
	float: left;
	width: 33.33%;
	text-align: center;
}

.fs-block .title{
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 500;
	color: #212121;
}

.fs-block .text{
	line-height: 22px;
	color: #000;
}

.fs-block .text a{
	color: #000;
}

.service-item{
	padding-left: 60px;
	position: relative;
	display: inline-block;
	text-align: left;
}

#logo-footer{
	width: 100px;
	float: left;
	margin-right: 90px;
}

#logo-footer img{
	max-width: 100%;
}

.footer-col{
	float: left;
	width: 33.33%;
}

.footer-cols{
	padding-left: 190px;
}

.i-support2{
	width: 41px;
	height: 36px;
	background-position: -1px -45px;
}

.i-phone{
	width: 32px;
	height: 32px;
	background-position: -47px -46px;
}

.i-mobile{
	width: 30px;
	height: 36px;
	background-position: -82px -46px;
}

.footer-col h5{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.footer-col li{
	display: block;
	margin-bottom: 5px;
}

.footer-col li a{
	color: #fff;
	font-size: 14px;
}

.sitemap,
   .col-right{
	float: right;
}

.col-right{
	margin-right:0;
}

.powered{
	float: left;
}

.footer-powered a{
	color: #c1c1c1;
}

.footer-col-inner{
	padding-left: 60px;
}

.footer-col:first-child .footer-col-inner{
	padding-left: 0;
}

.breadcrumb{
	display: block;
	margin: 10px 0 15px 0;
	font-size: 14px;
}

.breadcrumb li{
	float: left;
}

.breadcrumb li a{
	color: #212121;
	padding-left: 20px;
	background:url(../image/breadcrumbs_arrow.png) no-repeat 8px 5px;
}

.breadcrumb li:first-child a{
	background:url(../image/home.png) no-repeat 2px 3px;
}

.card-category{
	padding-top: 40px;
}

.card-category h1,
	.product-page h1{
	font-size: 24px;
	display: block;
	margin-bottom: 25px !important;
}

.card-subcategory{
	width: 100%;
}

.card-subcategory .cat-children{
	width: 12.5%;
}

.card-subcategory h2{
	display: block;
	font-size: 16px;
	webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #efefef;
	padding: 15px 0;
	margin-bottom: 20px;
}

.card-subcategory h2 span{
	display: block;
	padding-left: 40px;
}

.category-page #column-left{
	float: left;
	width: 300px;
}

.category-page  #content{
	float: right;
	width: 1080px;
}

.content-row{
	margin-top: 40px;
}

.product-thumb .description{
	display: none;
}

.category-page .product-layout,
   .search-page .product-layout{
	width: 25%;
	margin-bottom: 35px;
}

.category-group{
	border: 1px solid #dcdcdc;
}

.category-group a{
	display: block;
	padding: 5px 10px;
	color: #212121;
	font-size: 15px;
}

.category-group .list-parent{
	padding: 10px;
	background-color: #212121;
	color: #fff;

}

.category-group .list-parent.active,
   .category-group .list-parent:hover{
	background-color: #e52727;
}

.category-menu ul{
	display: block;
}

.category-group-child{
	padding: 15px 0;
}

.category-group-child a{
	display: block;
	position: relative;
	padding-left: 35px;
}

.category-group-child a .i-mark{
	left: 12px;
	top: 8px;
}

.category-group-child a:hover,
   .category-group-child a.active,
   .sitemap-page li a:hover{
	color: #e52727;
}

.toolbar{
	background-color: #efefef;
	margin-bottom: 40px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.page-limit,
   .page-sort{
	float: right;
}

.page-sort{
	margin-right: 25px;
}

.page-view{
	float: left;
}

.toolbar-inner{
	padding: 15px;
}

.page-limit .form-group,
   .page-sort .form-group,
   .btn-view{
	background-color: #fff;
	border: 1px solid #dcdcd;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px ;
}

.btn-view{
	height: 25px;
	width: 58px;
}

.page-limit .form-group label,
   .page-sort .form-group label{
   	font-size: 14px;
   	padding-right: 10px;
   	color: #333;
   	display: block;
   	float: left;
   	height: 25px;
   	line-height: 25px;
   }

.page-limit .form-group select,
   .page-sort .form-group select{
   	display: block;
   	height: 25px;
   	float: left;
   	border: 0;
   } 

.page-view button{
	display: block;
	width: 18px;
	height: 18px;
	border: 0;
	background: none;
	float: left;
	margin:3px 5px 0 5px;
	position: relative;
	cursor: pointer;
}   

#pricelist-view{
	display: none;
}

.i-grid{
	width: 18px;
	height: 18px;
	background-position: 0 -84px;
}

.i-list{
	width: 18px;
	height: 18px;
	background-position: -21px -84px;
}

#grid-view:hover .i-grid,
   #grid-view.active .i-grid{
	background-position: 0 -104px;
}

#list-view:hover .i-list,
   #list-view.active .i-list{
	background-position: -21px -104px;
}

.product-layout.product-list{
	float: none;
	width: 100%;
	border: 1px solid #dcdcdc;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.product-layout.product-list .product-thumb{
	width: auto;
	padding: 10px;
}

.product-layout.product-list .image{
	float: left;
}

.product-layout.product-list .caption{
	padding-left: 250px;
}

.product-layout.product-list .product-thumb .caption h3{
	text-align: left;
	margin-top: 15px;
	height: auto;
	overflow: auto;
}

.product-layout.product-list .btn-ocpoc-wrap{
	margin: 0;
}

.ocpoc-control{
	width: 98%;
	padding: 0 0 0 2%;
}

.ocpoc .btn-success{
	background-color: #212121 !important;
	border-color: #212121 !important;
}

.ocpoc .btn-success:hover{
	background-color: #e52727 !important;
	border-color: #e52727 !important;
}

.pagination-wrap{
	margin: 30px 0;
}

.pagination li{
	display: block;
	float: left;
	margin-right: 4px;
}

.pagination li a,
   .pagination li span{
	display: block;
	border: 1px solid #dcdcdc;
		webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 10px;
	font-size: 14px;
	color: #212121;
	font-weight: 500;
	margin-bottom: 8px;
}

.pagination li span,
   .pagination li a:hover{
	background-color: #e52727;
	border-color: #e52727;
	color: #fff;
}

.pagination-result{
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.product-page h1{
	padding-top: 40px;
}

.product-left,
   .product-right{
	width: 50%;
	float: left;
}

.main-image{
	border: 1px solid #dcdcdc;
	text-align: center;
	height: 400px;
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.main-image a{
	display: table-cell;
	width: 100%;
	height: 400px;
	vertical-align: middle;
}

.thumb-img{
	width: 80px;
	height: 80px;
	border: 1px solid #dcdcdc;
		webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	text-align: center;
	float: left;
}

.thumb-img img{
	max-width: 100%;
	max-height: 100%;
}

.thumb-img a{
	display: block;
	width: 100%;
	height: 80px;
}

.thumb-img a span{
	display: table-cell;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}

.image-thumbs{
	margin: 20px 0;
}

.product-info{
	padding-left: 50px;
}

.box-review a{
	color: #212121;
}

.product-info-list{
	display: block;
	margin: 15px 0;
}

.product-info-list li{
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
}

.product-info-list li span{
	font-weight: 500;
	color: #333;
}

#button-cart{
	display: none;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.card-info .nav-tabs li{
	float: left;
	margin-right: 10px;
}

.card-info .nav-tabs li a{
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #efefef;
	color: #212121;
	padding: 0 20px;
}

.card-info .nav-tabs li.active a{
	background-color: #e52727;
	color: #fff;
}

.tabs-wrapper{
	border: 1px solid #dcdcdc;
}

.tabs-inner{
	padding: 20px;
}

.tab-content p{
	padding-bottom: 20px;
	color: #333;
}

.tab-content table{
	border-collapse: collapse !important;
}

.tab-content td{
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	color: #000 !important;
	padding: 8px 15px !important;
}

#form-review h2{
	font-weight: 500;
	font-size: 22px;
	padding: 15px 0;
}

#form-review label,
   .contact-form label{
	display: block;
	font-weight: 500;
	margin-bottom: 8px;
}

#form-review .form-group,
   .contact-form .form-group{
	margin-bottom: 20px;
}

#form-review input[type=text],
   #form-review textarea,
   .contact-form input[type=text],
   .contact-form textarea{
	display: block;
	height: 35px;
	border: 1px solid #dcdcdc;
	width: 60%;
	padding-left: 5%;
}

#form-review textarea,
  .contact-form textarea{
	height: 90px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#form-review .help-block{
	font-size: 14px;
	color: #555;
}


#button-review,
   .contacts-right input[type=submit]{
	display: block;
	height: 35px;
	width: 140px;
	color: #fff;
	text-align: center;
	background-color: #212121;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	cursor: pointer;
	border: 0;
}

#button-review:hover,
   .contacts-right input[type=submit]:hover{
	background-color: #e52727;
}

.title-page{
	display: block;
	font-size: 24px;
	margin: 40px 0 25px 0;
}

.contacts-left,
   .contacts-right{
	width: 50%;
	float: left;
}

.contacts-inner{
	width: 98%;
	margin: 0 auto;
}

.contacts-inner h3{
	display: block;
	margin-bottom: 10px;
	color: #555;
}

.contact-row{
	margin-bottom: 20px;
	font-size: 15px;
}

.contact-row h5{
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}

.map{
	margin-top: 40px;
}

.information-text{
	min-height: 400px;
}

.sitemap-page a{
	color: #000;
}

.sitemap-page li{
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.sitemap-page li ul{
	display: block;
	margin: 15px 0;
	padding-left: 20px;
}

.sitemap-page li ul li{
	font-weight: 400;
	position: relative;
	padding-left: 22px;
	font-size: 15px;
}

.sitemap-page li ul li .i-mark{
	left: 0;
	top: 4px;
}

.sitemap-page li ul li:hover .i-mark{
	background-position: -91px -18px;
}

.search-fiter{
	width: 100%;
}

.search-fiter-inner{
	padding: 20px;
}

.search-fiter .control-label{
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.search-fiter-col{
	float: left;
	width: 33.33%;
}

.search-col-inner{
	width: 90%;
}

.search-fiter-col input[type=text],
   .search-fiter-col select{
	display: block;
	width: 100%;
	height: 40px;
	text-indent: 15px;
	border: 1px solid #dcdcdc;
}

.search-col-inner label{
	font-size: 14px;
}

.check-row{
	margin-bottom: 5px;
}

#button-search{
	display: none;
}

.main-image img{
	max-width: 100%;
	max-height: 100%;
}

.i-menu-arrow.active{
	width: 9px;
	height: 6px;
	background-position: -87px -39px;
}

.tags a{
	font-size: 15px;
	color: #333;
	text-decoration: underline;
}

.tags a:hover,
   .caption h3 a:hover{
	color: #e52727;
}

@media (max-width: 1440px) {
	.body-inner{
		width: 1200px;
	}

	#search input{
		width: 300px;
	}

	.category-page #content{
		width: 870px;
	}

	.category-page .product-layout, .search-page .product-layout{
		width: 33.33%;
	}

	.card-subcategory .cat-children {
	    width: 14.28%;
	}
}

@media (max-width: 1240px) {
	.body-inner{
		width: 1024px;
	}

	#search input{
		width: 300px;
	}

	.menu-list-top li{
		margin-right: 25px;
	}

	#search input{
		width: 280px;
	}

	.cat-children{
		width: 33.33%;
	}

	.latest-products .product-layout,
	   .featured-products .product-layout{
		width: 25%;
	}

	.latest-products .product-layout:nth-child(5),
	  .featured-products .product-layout:nth-child(5){
		display: none;
	}

	.home-text{
		width: 95%;
		margin: 60px auto 0 auto;
	}

	.submenu-dropdown{
		width: 600px;
	}

	.submenu-dropdown li{
		width: 50%;
	}

	.category-page #content{
		width: 740px;
	}

	.category-page #column-left{
		width: 260px;
	}

	.card-subcategory .cat-children {
	    width: 16.66%;
	}

}

@media (max-width: 1024px) {
	.body-inner{
		width: 95%;
	}

	.menu-list-top{
		display: none;
	}

	.category-block{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.cat-children{
		width: 25%;
	}

	.latest-products .product-layout,
	   .featured-products .product-layout{
		width: 33.33%;
	}

	.latest-products .product-layout:nth-child(4),
	  .featured-products .product-layout:nth-child(4){
		display: none;
	}

	.footer-col-inner{
		padding-left: 0;
	}

	.submenu-dropdown{
		position: relative;
		width: 100%;
		left: 0;
		border: 0;
		box-shadow: none;
	}

	.submenu-dropdown li{
		width: 100%;
		float: none;
	}

	.category-menu ul li:hover .submenu-dropdown{
		display: none;
	}

	.i-menu-arrow{
		width: 9px;
		height: 6px;
		top: 12px;
		cursor: pointer;
		background-position: -87px -32px;
	}

	.category-page #column-left{
		display: none;
	}

	.category-page #content{
		width: 100%;
		float: none;
	}

	.card-subcategory .cat-children{
		width: 20%;
	}

	.product-left,
	   .product-right,
	   .contacts-left,
	   .contacts-right{
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.product-info{
		padding-left: 0;
	}


}

@media (max-width: 768px) {

	.menu-link{
		font-size: 0;
		width: 55px;
	}

	.menu-wrap{
		width: 55px;
	}

	.cat-children{
		width: 33.33%;
	}

	.latest-products .product-layout,
	   .featured-products .product-layout{
		width: 50%;
	}

	.latest-products .product-layout:nth-child(3),
	  .featured-products .product-layout:nth-child(3){
		display: none;
	}

	.fs-block{
		float: none;
		width: 240px;
		margin:0 auto 20px auto;
	}

	#logo-footer{
		float: none;
		margin:0 auto;
	}

	.footer-cols{
		margin-top: 30px;
		padding-left: 0;
	}

	.footer-col-inner,
	   .footer-col:first-child .footer-col-inner{
		padding-left: 30px;
	}

	.phones-block,
	   .email-block{
		display: none;
	}

	.category-page .product-layout, .search-page .product-layout{
		width: 50%;
	}

	.card-subcategory .cat-children{
		width: 25%;
	}

	.page-limit .form-group label, .page-sort .form-group label{
		display: none;
	}

	#form-review input[type=text], #form-review textarea, 
	.contact-form input[type=text], .contact-form textarea{
		width: 95%;
	}

	.tab-content table{
		width: 100% !important;
	}

	.phones-block,
	   .email-block{
		position: absolute;
		left: 0;
		top: 50px;
		width: 140px;
		background-color: #fff;
		z-index: 100;
		padding: 15px;
		border: 1px solid #dcdcdc;
		webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow:    0 0 10px rgba(181,181,181,0.4);
	 -webkit-box-shadow: 0 0 10px rgba(181,181,181,0.4);
	box-shadow:         0 0 10px  rgba(181,181,181,0.4);
	}

	.email-block{
		left: auto;
		right: 0;
	}

	.ocpoc{
		width: 95%;
	}

}

@media (max-width: 568px) {
	.footer-col{
		width: 100%;
		float: none;
		width: 220px;
		margin:0 auto 20px auto;
		text-align: center;
	}

	.footer-col-inner,
	   .footer-col:first-child .footer-col-inner{
		padding-left: 0;
	}

	.powered{
		text-align: center;
		float: none;
		margin-bottom: 10px;
	}

	.sitemap{
		text-align: center;
		float: none;
	}

	.latest-products .product-layout,
	   .featured-products .product-layout{
		width: 100%;
		float: none;
	}

	.latest-products .product-layout:nth-child(2),
	  .featured-products .product-layout:nth-child(2){
		display: none;
	}

	.card-subcategory .cat-children{
		width: 33.33%;
	}

	.category-page .product-layout, .search-page .product-layout{
		width: 100%;
		float: none;
	}


}

@media (max-width: 480px) {
    .cat-children{
    	width: 50%;
    }

    .header-left,
      .header-right{
    	width: 20%;
    }

    .header-center{
    	width: 60%;
    }

    #search input{
    	width: 180px;
    }

    .category-main{
    	font-size: 18px;
    	height: 35px;
    	line-height: 35px;
    	padding-left: 60px;
    }

    .category-main-img{
    	height: 35px;
    	width: 35px;
    }

    .card-subcategory .cat-children{
		width: 50%;
	}

	.ocpoc-images img{
		padding: 0;
		margin: 0;
		max-width: 100%;
	}


}