html {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	-webkit-background-size: cover;
	background-size: cover;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#header p{ margin-bottom:0; padding-bottom:10px;}
a, a:visited, a b {
	cursor: pointer;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fbfbfb;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:333;
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin:4px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
select {
	background: #Fff;
	border: 1px solid #CCCCCC;
	padding: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.lmodul select.select1{ width:208px;cursor:pointer;}
.lmodul span.select1  {width:198px;}
.sort select.select1{ width:200px;cursor:pointer;}
.sort span.select1  {width:190px; overflow:hidden;}
.limit select.select1 {
	width:60px;
	height:30px;
	cursor:pointer;
}
.limit span.select1 {
	width: 50px;
	height:30px;
}
span.select1 {
	color:#666;
	height:22px;
	font-size:13px;
	text-align:left;
	background:#fff url('../image/arrow-select.png') 100% 50% no-repeat;
	line-height:22px;
	white-space:nowrap;
	padding:3px 4px;
	border:1px solid #ccc;
	margin:0;
		zoom:1;
}
label {
	cursor: pointer;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* layout */
#container, .main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
}
.cont_bottom{
	width:100%;
	clear:both;
}
#column-left {
	float: left;
	margin-bottom: 10px;
	width: 270px;
}
#column-right {
	float: right;
	width: 270px;
}
#content {
	/*min-height: 400px;*/
	margin-bottom: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 310px;
}
#column-right + #content {
	margin-right: 310px;
}
.main{
	   margin-top:0px;
	   padding-top:20px;
	   padding-bottom:20px;
	   }

#topcontrol{ z-index:21;}

/* header */
#header {
	position: relative;
	z-index:99;
}
#all_header{ position:relative;
			z-index: 100;
			min-width:1210px;

}

#all_header.nocolor{background: transparent; }
#header .header_middle {
clear: both;
min-height:70px;
padding-bottom:10px;
position: relative;
z-index: 5;
}


#header #logo {
	float:left;
	padding:20px 30px 10px 0;
}

.clear {
	clear: left;
}
/********** Language & Currency **********/
#language, #currency{float:left; margin:0; cursor:default; text-decoration:none; text-transform:capitalize; position:relative; z-index:1015; line-height:30px; }
#language ul, #currency ul{
       display:none;
	   position:absolute;
	   top:16px;
	   left:0;
	   background:#fff;
	    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 6px  rgba(0,0,0,0.1);
	    z-index:1013;
		padding:10px; }
#language ul li, #currency ul li{ display:block; width:120px; line-height:18px; padding:2px 0;}
#language ul li a, #currency ul li a{display:block;text-decoration: none;}
#language ul li a b, #currency ul li a b{cursor:default; display:block;}

#language span, #currency span{
       position:relative;
	   display:block;
	   padding:0 10px 0 10px;
	   z-index:1014;
	   font-size:12px;
	   -webkit-transition: all 0.8s ease-in-out;
	   -moz-transition: all 0.8s ease-in-out;
	   -o-transition: all 0.8s ease-in-out;
	   -ms-transition: all 0.8s ease-in-out;
	   transition: all 0.8s ease-in-out;}
#language span b, #currency span b{background:url(../image/arrow-select.png) right center no-repeat; padding:0 18px 0 0px;}

#language:hover span, #currency:hover span{
	background:#fff;
	color:#333;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;}
#language:hover, #currency:hover{
	 -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
   -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px  rgba(0,0,0,0.1);}
#language img {cursor: pointer; margin-right:3px; }
#currency:hover a, #language:hover a{color:#333;}
#currency a b{color: #000; text-decoration: none; }

.select2 {
	height:20px;
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
	padding-left:6px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	white-space:nowrap;
	zoom:1;
	margin:4px 0 4px -1px;
	cursor:pointer;
	border:1px solid #ddd;
}
select.select2{width:46px; margin-left:-1px; }
span.select2{width:38px;
    background-image:url('../image/arrow-select.png');
	background-repeat:no-repeat;
	background-position:100% 50%; }

#header .header_contact{
	display:inline-block;
	vertical-align:top ;
	margin-top: 20px;
	width:58%;}
#topcontact .phone_h {min-height:30px; padding:4px 0 0px 40px;background: url('../image/icon/mobile_phone2.png') top  left no-repeat;}
#topcontact .fax_h { min-height:30px; padding:4px 0 0px 40px;background: url('../image/icon/fax2.png') top  left no-repeat;}
#topcontact .email_h {min-height:30px;  padding:4px 0 0px 40px;background: url('../image/icon/mail2.png') top  left no-repeat;}
#topcontact .address_h { min-height:30px; padding:0px 0 0px 40px;background: url('../image/icon/address2.png') top  left no-repeat;}
#topcontact .email_h a{ font-family: 'Open Sans', Arial, Helvetica, sans-serif; text-decoration:none;}

#header .header_topbox{
	display: block;
	clear: both;
	min-height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header .links { text-align:right;}
#header .links > div {
	display:inline-block;
	font-weight:normal;
	vertical-align:top;
	padding: 0px 7px 0px 6px;
	margin-right:-3px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    font-size:12px;
	line-height:30px;}

#header .links > div > a {
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
}

.fixwidth{ width:1210px;}
/*********************Memu****************************/
.ma-nav-mobile-container{
	margin-left:auto;
	margin-right:auto;
}

.ma-nav-mobile-container.default {
position: relative; clear:both;
}

.ma-nav-mobile-container.fixed {
    position:fixed;
    top:0px; left:0px;
    width:100%;
	z-index:101;
	margin-left:auto;
	margin-right:auto;
   -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
   -moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px  rgba(0,0,0,0.1);

}
.fixed .navbar{ margin:0 auto; max-width:1170px;}
.navbar .btn-navbar div{ display:none;}
/*Level1*/
.menu > ul {
    display:block;
	padding: 0;
	list-style: none;
	margin:0;
	min-height:36px;
	position:relative;

}
.menu > ul > li {
	display:inline-block;
	padding: 0px;
	margin-right:-3px;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;

}

.menu > ul > li > a {
	font-size: 12px;
	font-weight:normal;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-decoration: none;
	display: block;
	padding: 6px 12px 6px;
	z-index: 6;
	position: relative;
	text-transform:uppercase;

}

.menu > ul > li:hover{ background-image:none;}
.menu > ul > li.homelink > a{
	text-indent:-9999px;
	width:24px;
	height:24px;}
/*Level2*/
.menu > ul > li > div {
	position: absolute;
	top: -9999px;
    list-style: none;
    opacity: 0;
   -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
   -moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 7px  rgba(0,0,0,0.25);
	transition:  opacity 0.4s ease;
	-webkit-transition:  opacity 0.4s ease;
    -moz-transition:  opacity 0.4s ease;
	z-index:1002;
}
.menu > ul > li > div.topmenu {
	padding:0px;
	float:left;
	max-width:1168px;
   }
.menu > ul > li > div.topmenu_theme > ul > li > .categ_image{ display:none;}
.menu > ul > li > div.topmenu_theme {
	padding:0px;
	float:left;
	min-width:200px;
   }
.menu > ul > li > div > ul > li:hover > div{
	display:block;}

.menu > ul > li:hover > div {opacity: 1; top:auto;}
.menu > ul > li > div.topmenu > ul {
	display: table-cell;
	list-style:none;
	margin:0;
	vertical-align:top;
	padding:0px;

}
/*Level3*/
.menu > ul > li > div.topmenu_theme > ul > li > div.topmenu > ul{
	list-style:none;
	margin:0;
	padding:0px;
	display:table-cell;
	}
.menu > ul > li > div.topmenu_theme > ul {
	list-style:none;
	margin:0;
	padding:0px;
	}
.menu > ul > li > div.topmenu_theme > ul > li{
           position:relative;
		   padding:4px 8px;
		   	transition: all 0.4s ease;
	      -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
		   }

.menu > ul > li > div.topmenu_theme > ul + ul{
         	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.menu > ul > li > div > ul > li > div  ul{ list-style:none;}
.menu > ul > li > div.topmenu > ul + ul,
.menu > ul > li ul > li ul + ul {
	     margin-left:10px;
}
.menu > ul > li > div.topmenu > ul > li {
        padding:4px 12px;
    }

.menu > ul > li > div.topmenu > ul > li:hover,
.menu > ul > li > div.topmenu_theme > ul > li:hover{}

.menu > ul > li > div.default > ul > li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.menu > ul > li > div > ul > li > a{
	 line-height:22px;
	 text-decoration:none;
	 display:block;
	 padding:0;
	 }
.menu > ul > li > div > ul > li > a span{display:block;}

.menu > ul div ul li a{
	text-decoration: none;
	display: block;
	line-height:20px;
}
.menu .topmenu ul li{
	position:relative;
		transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
}
.menu .topmenu ul li .level3,
.menu > ul > li > div.topmenu_theme > ul > li > div.topmenu {
  display:none;
  padding:10px;
  position:absolute;
  min-width:200px;
  z-index:2;
  top:0;
  left:100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
 -moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 7px  rgba(0,0,0,0.25);
	             }
.menu .topmenu ul li .level3 ul{
	margin:0;
	padding:0;
}
.menu .topmenu ul li:hover > .level3,
.menu > ul > li > div.topmenu_theme > ul > li:hover > div.topmenu { display:block; }

 .menu .topmenu ul li .level3 a,
 .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu a{
	       padding:2px 8px;
		   width:184px;
           transition: all 0.4s ease;
	      -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;}


.menu > ul > li > div.topmenu_theme > ul > li.parent > a > span,
.menu > ul .topmenu ul li.parent > a > span{
           background: url(../image/arr_right.png) center right no-repeat;
		   display:block;
		   padding-right:15px;
		   width:96%;}
/*account in topmenu*/
.menu > ul > li > div.topmenuaccount > ul > li > a{ display:inline;}

.menu > ul > li > div#topmenuaccount.topmenu > ul > li:hover { background-color:transparent; }
.menu > ul div#topmenuaccount  ul li  a{ display:inline-block; min-width:20px;}

.menu #topmenuaccount{ min-width:190px; padding-top:10px;}
.menu #topmenuaccount #enterkabinet div { margin-bottom:6px; display: block;}
#enterkabinet input{ width:152px; }
/*contact in topmenu*/
.menu #topcontact { min-width:200px; padding:20px 10px 10px 10px;}
/*brand in topmenu*/
.menu #topbrand {
	width:96%;
	padding:20px 2%;
	left:0;
}
.menu #topbrand.br_1, .menu #topbrand.br_2, .menu #topbrand.br_3 {width:50%; left:auto;}
.menu #topbrand .column_brand{
	display:block;
	float:left;
	vertical-align:top;
}
.br_1 .column_brand{ width:100%;}
.br_2 .column_brand{ width:50%;}
.br_3 .column_brand{ width:33.3%;}
.br_4 .column_brand{ width:25%;}
.br_5 .column_brand{ width:20%;}
.br_6 .column_brand{ width:16.6%;}
.br_7 .column_brand{ width:14.2%;}
.br_8 .column_brand{ width:12.5%;}
.br_9 .column_brand{ width:11%;}
.br_10 .column_brand{ width:10%;}

.menu #topbrand .column_brand ul{ margin:0 12px 10px 0; padding:0; list-style:none;}
.column_brand li span{font-weight:bold; padding:0 8px;}
.column_brand li a{ padding:0 8px;}
/*custom in topmenu*/
.menu .custombox > div{
    padding:10px;
	float:left;
    min-width:200px;
	background-color:#fff;}
.sub_image img{ width:50px; height:auto !important;}

/******************************************full width menu*********************************************** */

.displaymenu .menu > ul > li > div.topmenu_theme {
	width:100%;
	left:0;
   }
.displaymenu .menu > ul > li > div.topmenu_theme > ul{
	display: inline-block;
	margin-right:-3px;
	vertical-align:top;
	}

.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn1{ width:100%;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn2{ width:49.5%;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn3{ width:33%;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn4,
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn{ width:24.5%;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn5{ width:19.5%;}

.displaymenu .menu > ul > li > div.topmenu_theme > ul > li{ padding:20px;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li:hover{ z-index:10003;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li> a{
    border-bottom:1px solid rgba(0,0,0,0.08);
	transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
	 padding:4px 8px;
	 text-transform:uppercase;
	 font-size:12px;}

.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu {
               display:block;
               position: relative;
			   left:0;
			   border:none;
			   -webkit-box-shadow:none;
	          -moz-box-shadow:none;
	           box-shadow:none;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul + ul{ border-top:none;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li.parent > a > span{ background:none;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > .categ_image{
       display:block;
	   float:left;

	  }
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > .categ_image img{
	 margin:12px 0;
}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu{background:none; margin-top:8px;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu.leftotstup{
	 margin-left:110px;
	 min-height:122px;
	 }
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu.leftotstup > ul{ padding-right:54px;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li:hover{background:none;}

.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu {
               min-width:auto;
			   padding:0;}
.displaymenu  .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu a{ width:auto;}
/******************************************default with images*********************************************** */

.menu > ul > li.default2 > div {
	width:100%;
	left:0;
	display:table;
   }

.menu > ul > li.default2 > div > ul {
	display: table-cell;
	list-style:none;
	vertical-align:top;
	padding:20px 20px 20px 0;
	margin:0;
	}
.menu > ul > li.default2 > div > ul:first-child{ padding-left:20px;}
.menu > ul > li.default2 > div > ul >li{
	margin-bottom:20px;
	}
.menu > ul > li.default2 > div > ul > li > a{
	border-bottom:1px solid rgba(0,0,0,0.08);
	 text-transform:uppercase;
	 font-size:12px;
	 display:block;
	 max-height:40px;
	 padding:0;
	 }
.menu > ul > li.default2 > div > ul > li:hover{ background:transparent;}
.menu > ul > li.default2 > div > ul >li > a span{
	display:inline-block;
	vertical-align:middle;
	padding:9px;
	}
.menu > ul > li.default2 > div .categ_image{
	display:table-cell;
	width:250px;
	padding:20px;
}
.menu > ul > li.default2 > div .categ_image img{ margin-bottom:10px;}
.menu > ul > li.default2 > div .categ_image a{
   display:block;
  text-decoration:none;}

.menu > ul > li.default2 > div .categ_image2{
    display:inline-block;
	vertical-align:middle;
	}
.menu > ul > li.default2 > div > ul > li > div {
               display:block;
			   padding:10px 0;
}
.menu > ul > li.default2 > div > ul > li > div ul{
	margin:0;
	padding:0;
	list-style:none;}
.menu > ul > li.default2 > div > ul > li li a{ padding:0px 2px;}

/******************************************Success*********************************************** */
.success, .warning, .attention, .information {
	padding: 20px 20px 20px 33px;
	margin-bottom: 0px;
}
.success {
	background:#fff  url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;}
#notification .success, #notification .warning, #notification .attention, #notification .information {
	width:40%;
	position: fixed;
	top:20%;
	left:30%;
	z-index:99999;
	border:20px solid #EAF7D9;
	-webkit-box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.600);
	-moz-box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.600);
	box-shadow: 0px 5px 40px 1px rgba(0, 0, 0, 0.600);

}
.success .button{ margin-left:20px;}
#notification .success, #notification .success a{}
.successimg{ width:100px; height:auto !important; display:block; margin-bottom:10px;}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 140px;
}
table.form > * > * > td {
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
table.list thead td {
	background-color: rgba(0,0,0,0.4);
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight:bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	cursor: pointer;
}
.pagination {
	padding: 0;
	display: inline-block;
	text-align:center;
	width: 100%;
	margin: 10px 0;

}
.pagination .links {
}
.pagination .links a {
	display: inline-block;
	text-decoration: none;
	line-height:30px;
	width:30px;
	text-align:center;
	margin-right:-3px;
}
.pagination .links b {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	line-height:30px;
	width:30px;
	text-align:center;
	margin-right:-3px;

}
.pagination .results {
	line-height:30px;
}
/* button */
a.button, input.button, button.button {
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	text-transform:uppercase;
	background-position:left bottom;
	background-repeat:no-repeat;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

a.button, button.button {
	line-height: 20px;
	display: inline-block;
	padding: 3px 8px 3px 8px  ;
}
#enterkabinet input.button.login {
   width:166px;
}
a.button.registr {
   width:150px;
   text-align:center;
   line-height:20px;
   margin-top:5px;
}
.box a.button, .box input.button,
.product-grid input.button, .product-list input.button,
.product-info .cart input.button {
	cursor: pointer;
}
input.button {
	margin: 0;
	height: 28px;
	line-height: 26px;
	padding: 0px 8px 0px 8px;
	min-width:90px;
}
.cart input.button{
	background-image:url(../image/icon/shopping.png);
	background-position:left -47px;
	padding-left:34px;}
.cart input.button:hover{
	background-position:left -6px;
}
.buttons {
	overflow:hidden;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* box */
.box {
	margin-bottom:30px;
}
.box-*/heading, .box-heading a {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	line-height:20px;
}
.box-heading {
	display: inline-block;

}
.box-heading-new{
	text-align:center;
	position:relative;
	padding-top:10px;
	margin-bottom:14px;
}

#column-left .box-heading-new , #column-right .box-heading-new {text-align:left; }



/*block2*/
.block2{
	text-align:left;
	margin:0 auto;
	padding:10px;
	}
.block2 .image{
	     display:block;
		 position:relative;
		 text-align:center;
	 }




/*wishlist, compare, quickbutton*/

.product-grid .hover_but, .box-product .hover_but,.block2 .hover_but{
	 display: inline-block;
	 vertical-align:top;
	 }

.hover_but > div{
	 display: inline-block;
	 vertical-align:top;
	 margin-left:0px;
}

.product-grid  .hover_but > div,
.box-product .hover_but > div, .block2 .hover_but > div {
     -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
	-ms-transform: scale(0);
	}

.product-grid .singleclick_wrapper,.box-product .singleclick_wrapper, .block2 .singleclick_wrapper {
	 -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
.product-grid .wishlist, .box-product .wishlist, .block2 .wishlist{
	 -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     transition: all 0.4s ease-out;
}
.product-grid .compare, .box-product .compare,.block2 .compare {
	 -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
.product-grid  > div:hover .hover_but > div,
.box-product .itemcolumns:hover .hover_but > div,
.block2:hover .hover_but > div{
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	-ms-transform: scale(1);
}


.product-grid .wishlist a, .product-grid .compare a,
.box-product .wishlist a, .box-product .compare a,
.block2 .wishlist a, .block2 .compare a,
.product-grid .singleclick_wrapper a,
.box-product .singleclick_wrapper a,
.block2 .singleclick_wrapper a{
	 display: block;
	 width:26px;
	 height:26px;
	 text-indent: 100%;
     white-space: nowrap;
     overflow: hidden;
	 background-repeat: no-repeat;
     background-position: left bottom;
	 transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;

}
.product-list .wishlist a, .product-list .compare a,
.product-info .wishlist a,  .product-info .compare a,
.product-list .singleclick_wrapper a,  .product-info .singleclick_wrapper a{
     line-height:26px;
	 text-indent:inherit;
	 text-decoration:none;
	 padding-left:26px;
	 display:block;
	 font-size:0.9em;
	 background-position:left bottom;
	 background-repeat:no-repeat;
	  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;}

.product-list .wishlist, .product-list .compare, .product-list .singleclick_wrapper,
.product-info .singleclick_wrapper{ display:inline-block; margin-right:10px; vertical-align:top;}

.wishlist a {
  background-image:url(../image/icon/wishlist.png);
}
.compare a {
  background-image:url(../image/icon/compare.png);
}


/*column left and column-right*/
#column-left .box-content > .box-product,
#column-right .box-content > .box-product{ margin-left:0;}
#column-left .box-content > .box-product > div ,
#column-right .box-content > .box-product > div {
	 width: 250px;
	 padding:10px;
	 margin:0 0 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	text-align:left;

 }
#column-left .box-product  div.itemwd:hover,
#column-right .box-product  div.itemwd:hover{ margin:0 0 10px 0; padding:10px;}

#column-left .box-product  .cart,
#column-right .box-product  .cart,
#column-left .box-product  .quickview,
#column-right .box-product  .quickview,
#column-left .box-product .owl_modul,
#column-right .box-product .owl_modul{ display:none;}

#column-left .box-content > .box-product .image,
#column-right .box-content > .box-product .image{
     float:left;
	 margin-right:10px;
	 margin-bottom:0px;
	 vertical-align: middle;
	 }

#column-left .box-product  .hover_but,
#column-right .box-product .hover_but,
#column-left .box-content > .box-product  .savemoney,
#column-right .box-content > .box-product  .savemoney{ display:none}
#column-left .box-content > .box-product  .name,
#column-right .box-content > .box-product  .name{
	 margin:0px 10px 10px 90px;
	 padding:0;
}
#column-left .box-content > .box-product  .price,
#column-right .box-content > .box-product  .price,
#column-left .box-content > .box-product  .rating,
#column-right .box-content > .box-product  .rating{ margin-left:90px;}
#column-left .box-content > .box-product  .price-old,
#column-right .box-content > .box-product  .price-old{ display:block;}


.box-product .image{
	display:block;
	position:relative;
    padding:0 ;
	margin:0;
	text-align:center;
}

.box-product .name,.block2 .name{
	margin:10px 0px 5px;
}

.box-product .name a, .block2 .name a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-decoration: none;
	display: block;
}
.box-product .price, .block2 .price {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom:8px;
	font-size:16px;
}
.box-product .price-old, .block2 .price-old {
   text-decoration: line-through;
   font-weight: normal;
   font-size:0.9em;
}
.box-product .price-new {

}
.box-product .rating, .block2 .rating {
	display:block;
	margin-top:5px;
}
.savemoney{ display:block;
            position:absolute;
			top:-1px;
			right:10px;
			font-size:13px;
			line-height:41px;
			width:46px;
            text-align: center;
			transition: all 0.4s ease;
	        -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
			z-index:20;
           }

.product-list .savemoney{ top:-20px; z-index:30;}
.imgbut{ position:relative;}

/* box category accordeon */
.view .box-heading-new{ display:none; }
.box-content .accordeon_categ {
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 0px 1px #e5e5e5;
	-moz-box-shadow: 0px 0px 0px 1px #e5e5e5;
	 box-shadow: 0px 0px 0px 1px #e5e5e5;
	}
.box-content .accordeon_categ ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.box-content .accordeon_categ > ul > li {
	padding:0;
	transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
.box-content .accordeon_categ > ul > li + li{border-top: 1px solid rgba(255, 255, 255, 0.8);}
.box-content .accordeon_categ > ul:last-child > li:last-child{ border-bottom:none; }
.box-content .accordeon_categ > ul > li.cat-active {}
.box-content .accordeon_categ > ul > li.cat-active a{}

.box-content .accordeon_categ > ul > li > ul {
	padding:12px 10px;
	margin:0;
	display: none;
	}
.box-content .accordeon_categ > ul > li > a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
	padding:6px 28px 6px 10px;
	display:block;
	line-height:18px;
	}
.box-content .accordeon_categ > ul > li.cat-active ul {
	display: block;
	}
.box-content .accordeon_categ > ul > li ul > li {
	padding: 4px 0 4px 10px;
	margin-bottom:1px;
	}
.box-content .accordeon_categ > ul > li ul > li  a {
	text-decoration: none;
	}
.box-content .accordeon_categ > ul > li ul > li  a:before{ content:'- ';}
.box-content .accordeon_categ > ul > li > a:hover {
	text-decoration: none;
	}
.box-content .accordeon_categ a {

	}
.box-content .accordeon_categ > ul > li ul > li  a:hover {
	text-decoration: underline;
	}
.box-category .accordeon_plus {
	background: url(../image/icon/menu_down.png) center center no-repeat;
}

 .box-category .accordeon_plus.open{
	background: url(../image/icon/menu_up.png) center center no-repeat;
}
/* box category */
.box-content ul{ list-style:none; margin:0; padding:0}
.box-content ul > li {
	padding:0px;
	position:relative;
	}
.box-content > ul > li > a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:6px 10px;
	line-height:20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
	}

	.box-content > ul > li > a:hover {
		background-color: rgba(0, 0, 0, 0.04);
		padding-left:15px;
	}
.box-category .accordeon_plus {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	cursor:pointer;
}


/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.box-filter > li ul {
	padding-bottom: 15px;
}

/* content */
#content .content {
	overflow: auto;
	margin-bottom: 20px;
    padding: 0px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
.twocolumn .content{ display:inline-block; width:48%; vertical-align:top;}

/* manufacturer */
.manufacturer-list {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: hidden;
	padding:6px 0px 2px;

	margin-bottom:14px;

}
.product-filter .display {
	float: left;
}
.product-filter .display a {

}
.product-filter .sort {
	float: right;
}
.product-filter .sort select {
	height: 30px;
}
.product-filter .sort .select1 {
	height: 30px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
.product-filter .display a.iconlist{
	 background:url(../image/display-list.png) left no-repeat; }
.product-filter .display span.iconlist{ background:url(../image/display-list-over.png) left no-repeat;}
.product-filter .display a.icongrid{ background:url(../image/display-grid.png) left no-repeat;}
.product-filter .display span.icongrid{ background:url(../image/display-grid-over.png) left no-repeat;}
.product-filter .display .iconlist, .product-filter .display .icongrid {
height: 30px;
width:30px;
line-height: 30px;
margin-right: 8px;
display:inline-block;
}
.product-compare {
	padding-top: 3px;
}
.product-compare a {
	text-decoration: none;
	line-height:20px;

}

.product-compare a:hover div{}
.product-list > div {
	overflow: auto;
	margin-bottom: 1px;
	padding:20px 10px;
	position:relative;
	border-top:1px solid rgba(0, 0, 0, 0.08);

}
.product-list .owl-carousel{
   max-width:250px;
    float: left;
	margin-right: 20px;
	text-align:center;}
.product-list .left { float:left; width:270px; position:relative;}
.product-list .right {
    position:absolute;
	right:20px;
	top:20px;
	text-align:center;
	padding-left:20px;
	border-left:1px solid rgba(0, 0, 0, 0.08);}
.product-list .centr{ margin-left:270px; margin-right:200px}

.product-list .image {padding:0px;}
.product-list .left > .image{
	max-width:200px;
	float:left;
	text-align:center;
}
.product-list .image img {padding: 0px;}
.product-list .name {
	margin: 0 0 10px 0;
}
.product-list .name a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	font-size:14px;
}

.product-list .description {
	margin-bottom: 10px;
}
.product-list .rating {
	margin-bottom: 10px;
}
.product-list .price {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    display: block;
	margin-bottom: 8px;
	font-size:16px;
}

.product-list .price-old {
	text-decoration: line-through;
	font-weight: normal;
   font-size:0.9em;
}
.product-list .price-new {

}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-list .cart {
	margin-bottom:10px;
	display:block;
}
	#column-left + #column-right + #content .product-list .centr { margin-right: 0px;}
	#column-left + #column-right + #content .product-list .right {
		position:relative;top:auto; text-align:left; right:auto; padding:0; border:none;}

/*product-list*/


#column-left + #column-right + #content .product-grid > div {width: 240px;}


#column-left + #column-right + #content .product-grid > div .image img{ width:100%; height:auto !important;}


.product-grid .image{
 text-align:center;
  padding:0;
  margin:0;
  position:relative;}




.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-top:5px;
}

.product-grid .price .price-tax {
	display: none;
}


/****************************Fast order*****************************/
#fast_order_form.viewcategory{ padding:20px;}
#fast_order_form input#pr{ display:inline-block; vertical-align:top; width:120px;}
#fast_order_form textarea{ margin-bottom:0; width:88%;}
#fast_order_form .customer_phone, #fast_order_form .customer_email, #fast_order_form .customer_name{ position:relative; display:inline-block;}
#fast_order_form #customer_phone, #fast_order_form #customer_email, #fast_order_form #customer_name{ padding-left:34px;}
#fast_order_form .customer_phone > div,
#fast_order_form .customer_email > div,
#fast_order_form .customer_name > div{
	position:absolute;
	top:5px;
	left:1px;
	width:29px;
	height:27px;
	z-index:3;
	background-color:#eee;
	background-repeat:no-repeat;
	background-position:center center;
	}
#fast_order_form .customer_phone > div{background-image:url(../image/feed_phone.png);}
#fast_order_form .customer_email > div{background-image:url(../image/feed_mail.png);}
#fast_order_form .customer_name > div{background-image:url(../image/feed_user.png);}
.singleclick_wrapper a {
  background-image:url(../image/order_phone.png);
}
#fast_order_result{ min-height:30px; margin-bottom:0;}
.singleclick_error{ color: #C00; font-size:1.2em;}
.singleclick_success{ color:#090; font-size:1.2em;}
#fast_order_form img {
  padding: 0;
  margin: 0 0 7px;
  vertical-align: bottom;
}
/***********************************************************************************/
.review-list {
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
	padding-left:25px;
	background:url(../image/user_review.png) no-repeat;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-weight:bold;
	background: rgba(0, 0, 0, 0.04);
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight:normal;
	background: rgba(0, 0, 0, 0.04);
	text-align: left;
}
.compare-info tr td:first-child {
	text-align: right;
	font-weight:bold;
    width: 15%;
}

.compare-info td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.compare-info .name a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
}
.compare-info .price{
	font-size:16px;
}
.compare-info .price-old {
	text-decoration: line-through;
	font-weight: normal;
   font-size:0.9em;
}
.compare-info .price-new {

}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight:bold;
	background-color: rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.wishlist-info tbody .name a{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
table.radio tr.highlight:hover td {
background-color: rgba(0, 0, 0, 0.06);
}
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: rgba(0, 0, 0, 0.04);
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	font-weight:bold;
	background-color: rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cart-info tbody .image img {
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
	font-size:15px;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
	margin-bottom: 15px;
	border:1px solid rgba(0, 0, 0, 0.08);
	padding:10px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cart-info tbody .name a{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
    font-weight:normal;
}
.cart-total #total .right.price{font-size:15px;}
.box-search{ padding:10px 20px 10px; background-color:rgba(0,0,0,0.04); margin-bottom:20px;}
.box-search .buttons{ margin-bottom:0;}

/* checkout */
.checkout-heading {
	font-size:12px;
	padding:16px;
	text-transform:uppercase;
	-webkit-box-shadow: 0px -1px 0px rgba(0,0,0,0.15)inset ;
	-moz-box-shadow: 0px -1px 0px rgba(0,0,0,0.15)inset ;
	box-shadow:inset 0px -1px 0px  rgba(0,0,0,0.15);
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-transform:none;
	text-decoration: none;
}
.checkout-content {
	padding: 10px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background-color:rgba(0,0,0,0.04);
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.checkout-product tfoot td.total{
    font-size: 15px;}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/*Checkout one page*/
.left_step1{ float:left; width:48%;}
.right_step1{ margin-left:50%;}
.small-field{ margin-bottom:8px; width:80%;}


/* footer */
#footer{
	clear: both;
	overflow: hidden;
	position:relative;
	min-height: 100px;
	min-width:1210px;
	padding:40px 0 20px;
	border-top:1px solid rgba(0,0,0,0.08);
	}
#footer > div, #powered > div{padding:0px 20px; margin:0 auto;}
#footer h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 10px;

}
#footer .column:first-child{ margin-left:0;}
#footer .column {
	float: left;
	margin-left:2%;
	margin-bottom:20px;
	width: 23.4%;
	min-height: 100px;
}

#footer .column.width50{ width: 48.8%;}
#footer .column ul li.phone_f {min-height:30px; padding:4px 0 0px 40px;background: url('../image/icon/mobile_phone.png') top  left no-repeat;}
#footer .column ul li.skype_f {min-height:30px; padding:4px 0 0px 40px;background: url('../image/icon/skype.png') top  left no-repeat;}
#footer .column ul li.fax_f { min-height:30px; padding:4px 0 0px 40px;background: url('../image/icon/fax.png') top  left no-repeat;}
#footer .column ul li.email_f {min-height:30px;  padding:4px 0 0px 40px;background: url('../image/icon/mail.png') top  left no-repeat;}
#footer .column ul li.address_f { min-height:30px; padding:0px 0 0px 40px;background: url('../image/icon/address.png') top  left no-repeat;}

#footer .column ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#footer .column ul li {
	padding:8px 0;
	transition: all 0.2s ease;
	 -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
	 border-bottom:1px solid rgba(255,255,255,0.06);
}

#footer .column.contact ul li{ border: none;}
#footer .column a {text-decoration: none;}

#footer .customblock_footer ul li{ display:inline-block; margin-right:4px;}
#footer .customblock_footer > div{ margin-right:20px;}
#footer .customblock_footer.width50 > div{ margin-right:0px;}

.main.bottom_main{ padding-top:0; padding-bottom:0;}


#powered .extras ul, #footer .extras ul{ margin:0; padding: 0px; list-style:none;}
#footer .extras{ float:left; display:block; clear:both;}

#powered .extras{ float:right; display:block; padding-top:5px;}
.extras ul li{ display:inline-block;}
.extras ul li + li{ margin-left:2px;}
#powered {
	clear: both;
     position:relative;
	 overflow: hidden;
	 padding:10px 0;
	 min-width:1210px;
}
#powered .extras li + li:before{ content:"· ";}


#powered a, #powered{ text-decoration:none;}
#powered a:hover{ text-decoration:underline;}
#powered .copyright{  float:left;  padding-top:5px;}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}


/*Networks*/
.soc_network{ float:right; margin-left:10px;}
.soc_network > div{
     display:inline-block;
     margin:0;

}
.soc_network > div a{
	display:block;
     width:24px;
	 height:24px;
	 margin:0px 3px 0 0;
	 -webkit-border-radius: 2px;
	-moz-border-radius:2px;
	-khtml-border-radius: 2px;
	border-radius:2px;
	background-position:50% 50%;
	background-position:center center;
	background-repeat: no-repeat;
	}
.soc_network > div a:hover{
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	box-shadow:0px 0px 4px  rgba(0,0,0,0.6);
	}
/*read more*/
a.readmore {
	text-decoration:none;
	display:inline-block;
	padding:4px 6px;
   font-size:10px;
   text-transform:uppercase;
   line-height:20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	}
a.readmore:hover, a.readnews:hover{ text-decoration:none;}
a.readnews{
	display:inline-block;
	border-bottom:1px dotted #333;
	text-decoration:none;}
/*Price filter*/
.price-filter{ padding:15px;}
.owl-slider .owl-item img{
	display: block;
    width: 100%;
    height: auto;
}

/*Product page*/
.price_comp_for {
	font-size: .5em;
}

.price_comp_for > b {
	font-size: 1.2em;
}

/*Product quantity*/
div.product-quantity-container {
	margin: 0px 3px 0 0px;
	display: inline-block;
	vertical-align:top;
}
.product-quantity-container .product-quantity-button {
	padding: 0;
	width:16px;
	height:16px;
     border:none;
     font-size:15px;
	 font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	 display:block;
	 margin-left:32px;
	 cursor:pointer;
	 border:1px solid rgba(0, 0, 0, 0.2);
	 margin-bottom:2px;
	 background-color:#fafafa;
	 color:#555;
}

.product-quantity-container .product-quantity-input {
	text-align: center;
	margin:0;
	float:left;
    padding:8px 3px;
	width:22px;
    border:1px solid rgba(0, 0, 0, 0.2);
	color:#666;

}


/*slideshow*/
.slideshow { min-height:300px;}
.full_container .slideshow{ padding-bottom:0px;}
.slideshow .owl-buttons{ top:50%; position:absolute; width:100%;}
.slideshow .owl-carousel img {
display: block;
height: auto !important;
width: 100%;
}
.nivoSlider { min-height:300px;}
.slideshow .mattSlider{ margin-bottom:20px; background:url(../image/loading2.gif) center center no-repeat;}
.owl-theme .owl-controls .owl-buttons div, .slideshow .mattSlider .nivo-directionNav a{
	background-image: url(../image/icon/prev_next.png);}
/*Move panels*/
.movepanel{
	position:fixed;
	right:-280px;
	top:24%;
	z-index:199;}
.movebox {
    height: 35px;
    position: relative;
	width: 280px;
}

.movebox .content-move {
    position: absolute;
	 height: 300px;
	 width: 240px;
    z-index: 99999;
	top:0;
	background-color: #FFFFFF;
	border:2px solid #bbb;
	padding: 0 20px 20px 20px;
}

.icon-facebook, .icon-twitter, .icon-vkt{
   width:32px;
   height:32px;
   cursor:pointer;
    float: left;
    height: 32px;
    left: -32px;
    position: relative;
    width: 32px;
    z-index: 99;}
.icon-facebook{ background:url(../image/facebook.png) center center no-repeat;}
.icon-twitter{ background:url(../image/twitter.png) center center no-repeat;}
.icon-vkt{ background:url(../image/vkontakte.png) center center no-repeat;}
.movebox .box .box-heading{ margin-bottom:10px;}

/*Paralax*/

#center_custom_box{
  background-image: url(../image/parallax.jpg);
  display: block;
  clear:both;
  width: auto;
  padding:30px 0;
  position: relative;
  min-width:1210px;
  -moz-background-size: cover; /* Firefox 3.6+ */
  -webkit-background-size:102% auto; /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size:102% auto; /* Opera 9.6+ */
  -khtml-background-size:cover;
   background-size:cover;
   background-position:center center;
   background-repeat: no-repeat;
  background-attachment: fixed;}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 200px) and (max-device-width: 480px) {
    #center_custom_box{
      background-attachment: scroll; }
}


.container > #center_custom_box{min-width:1170px;}

.custom_box_parallax {
	position: relative;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#container > .custom_box_parallax{ margin-left:20px; margin-right:20px; text-align:center;}
.custom_box_parallax  .bigtext{
	margin:0 32px 0px 32px;
	padding:0px 0 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}

.custom_box_parallax .verticaltab{ margin:0 32px;  padding:0;}
.custom_box_parallax .bigtext img{ max-width:100%;}
#container > .verticaltab .box-product-category{min-width:1210px;}
.box-product-category .box-product{margin-left:0;}

/*header icons*/
.count-1{ width:100%;}
.count-2{ width:49%;}
.count-3{ width:32%;}
.count-4{ width:23.5%;}
.count-5{ width:18.4%;}
.count-6{ width:32%;}
.count-7{ width:23.5%;}
.count-8{ width:23.5%;}
.count-9{ width:33%;}
.count-10{ width:18.4%;}


#header .matban_box.beforetext .stylebanner{
	text-align:left;
	margin-bottom:10px;
	 float:left;
     vertical-align:top;
	 }
#header .matban_box.beforetext .one{
	float:left;
	padding:0 6px 6px 0px;
	margin:0;
	 }
#header .matban_box .stylebanner + .stylebanner{
 border-left:1px solid rgba(0,0,0,0.1);
 padding-left:1%;}
#header .matban_box.beforetext .two{
	padding-right:5px;
	text-align:left;
	}
.matban_box.beforetext a, .matban_box.beforetext a b{ text-decoration:none;}

.btnNav {
	background: #666;
	cursor: pointer;
	display: none;
	float: right;
	margin: 3px 0 3px;
	padding: 3px 6px;
	position: relative;
	z-index: 99;
}
.btnNav:hover {
	opacity: 1 !important;
}
.btnNavIcon {
	background: #F5F5F5;
	border-radius: 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	margin: 3px auto;
	width: 18px;
}
#content .tab-content ul {
  list-style:  disc ;
}



/************************************
Custom styles
************************************/

/****** HEADER STYLE ******/
.phones {
	width: 60%;
	float: left;
}

.phones img {
	width: 70px !important;
	float: left;
	margin-right: 10px;
}

#header .phones p {
	padding-bottom: 0;
	overflow: hidden;
}

.phones .phone {
	font-size: 1.1em;
	font-weight: bold;
}

.phones .phone span {
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
}

.work24x7 {
	width: 40%;
	overflow: hidden;
}

.work24x7 img {
	float: left;
	margin-right: 10px;
	width: 82px !important;
}

#header .work24x7 p {
	padding-bottom: 0;
	font-weight: bold;
	overflow: hidden;
}

@media (max-width: 1170px) {
	#header #logo {
		padding-right: 20px;
	}
	#header #logo a img {
		width: 250px;
	}
	.phones {
		width: 65%;
	}
	.phones img {
		width: 59px !important;
	}
	.phones .phone {
		font-size: .96em;
	}
	.work24x7 {
		width: 35%;
	}
	.work24x7 img {
		width: 69px !important;
	}
	#header .work24x7 p {
		font-size: .8em;
	}
}

@media (max-width: 480px) {
	.phones {
		margin-bottom: 10px;
		width: 100%;
	}
	.phones .phone {
		font-size: .8em;
	}
	.work24x7  {
		clear: both;
		width: 100%;
		margin-bottom: 10px;
	}
}

/* Call me */
a.callme {
	right: 130px;
	top: 50px;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	text-decoration: none;
}

a.callme > img {
	width: 150px;
}

/****** Pages style ******/

/* Manufacturers list page */
.manufacturers-list {
	padding-left: 1px;
	padding-right: 1px;
}
.manufacturers-list li {
	display: block;
	float: left;
	border: 1px solid gray;
	margin: 14px;
}
.manufacturers-list li:hover{
	border: 1px solid #f05545;
}
.manufacturers-list li a {
	display: block;
	width: 247px;
	height: 145px;
}

.manufacturers-list li a img {
	max-width: 100%;
}


/* Factory page*/
.manufacturer-info {
	text-align: justify;
}
.manufacturer-info:after {
	content: "";
	display: table;
	clear: both;
}

.factory-page-img {
	float: left;
	width: 200px;
	margin-right: 10px;
}

.factory-page-sert {
	float: right;
	margin-left: 10px;
}

.factory-page-sert p {
	margin: 0;
	text-align: center;
	font-weight: bold;
}

/* Product page */

.links-cert-pdf {
	margin-top:10px;
	text-align: left;
}

.links-filter {
	margin-top:10px;
	text-align: left;
}

.description-left {
	width: 330px;
	margin-top: 10px;
	text-align: center;
}


.product-materials-table {
	border-collapse: collapse;
	color: #000;
}

.product-materials-table th {
	text-align: center;
}

.product-materials-table tr:nth-child(2n) {
	background-color: #e5dfec;
}

.product-materials-table tr:nth-child(2n+1) {
	background-color: #f2eff6;
}

.product-materials-table td:first-child {
	font-weight: bold;
}

.product-materials-table th, .product-materials-table td {
	border: 1px solid #666;
	padding: 5px;
}

.product-materials-table thead th {
	background-color: #7e9c40;
	color: #fff;
}

.tkani div {
	text-align: center;
	float: left;
	margin: 0 8px 5px 8px;
	width: 150px;
	height: 165px;
	font-size: .9em;
}

.tkani img {
	max-width: 150px;
	max-height: 109px;
}

.dopfoto div {
	text-align: center;
	float: left;
	margin: 0 8px 5px 8px;
	width: 200px;
	font-size: .9em;
}

.dopfoto img {
	max-width: 180px;
	max-height: 130px;
}

/* Contacts page */
.contacts {
	font-size: 1.3em; /* font-size: em; */
}
.contact-block {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	padding-top: 0;
}
.contact-block h2 { /* h2 style */
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 10px 0;
	border-bottom: 1px dashed #444;
}

@media only screen and (max-width: 790px) {
	.contact-block {
		padding: 0;
		padding-bottom: 20px;
	}
}

/*********************************************
News/Actions/Articles = blog (Seo cms pro)
*********************************************/

/* Category */
.seocmspro_content .ascp-list-title a {
	text-transform: none;
	font-size: 1.5em;
}

.seocmspro_content .blog-image {
	margin-right: 15px;
}

.seocmspro_content .record_description {
	font-size: 1.3em;
}

/* Record */
.record_content .blog-record-description {
	margin-top: 20px;
}

.record_content .blog-image {
	margin-top: 15px;
}



/************************************ Custom styles ************************************/

/******************************
General
******************************/
a:hover {
	text-decoration: underline;
}
.containermenu {
	z-index: 1;
}

/******************************
Header
******************************/
.header_topbox {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/******************************
Menu
******************************/
.solid-menus div#navigation .main-nav > li.sale {
    background-color: hsla(100,50%,40%,1);
}


/******************************
Category
******************************/
.category-info {
	overflow: auto;
}
.category-info .image {
	float: left;
	padding: 0px;
	margin-right: 15px;
}
.category-info p {
	margin-bottom: 10px;
}
.category-list-header {
	margin-top: 15px;
	text-align: center;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.category-list {
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	overflow: auto;
	border: 1px dotted #555;
	border-radius: 5px;
}
.category-list ul {
	display: inline-block;
	width: 25%;
	margin: 0 -4px 0 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}
.category-list ul li {
	min-height: 42px;
	text-align: left;
    padding: 0;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.category-list ul li:hover {
	border: 1px solid #F44336;
}
.category-list ul li a.category-list-img {
	display: block;
	float: left;
	padding: 0;
}
.category-list ul li a.category-list-img img {
	width: 40px;
}
.category-list ul li > a.category-list-title {
	display: block;
	margin: 5px;
	margin-left: 50px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.category-list ul li div {
	padding:0 10px 10px 10px;
	margin-left: 50px;
}
.category-list ul li div a {
	text-decoration: none;
}
.category-list ul li div a:hover {
	text-decoration: underline;
}
.accordeon_description{
	 position:relative;
	 margin-bottom:20px;
}
.accordeon_description .accordeon_plus> h3{ margin:0;}
.accordeon_description div.view{
     display:none;
	 padding-top:10px;	 }
.accordeon_description div.view h2{ display:none;}
.accordeon_description a.cat-active .view{ display:block;}
.accordeon_description .accordeon_plus {
	background-image: url(../image/icon/menu_down.png);
	position: relative;
	background-color:rgba(0, 0, 0, 0.04);
	border:1px solid rgba(0, 0, 0, 0.08);
	display: block;
	padding-right:40px;
	padding-left:10px;
	line-height:30px;
	cursor:pointer;
	background-position:right -2px ;
	background-repeat:no-repeat;
}

.accordeon_description .accordeon_plus.open {
	background-position:right -2px;
	background-repeat:no-repeat;
	background-image: url(../image/icon/menu_up.png);
}

/*** Filter ***/
#filterpro_box .box-heading-filter {
	position: relative;
	display: block;
}
#filterpro_box .box-heading-filter > div {
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
}
#filterpro_box .box-heading-filter > div a {
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333;
	border-bottom: none;
}
#filterpro_box .box-heading-filter > div a:hover {
	color: #f05545;
}

/******************************
Product page
******************************/

/***** Tabs *****/

.htabs {
	margin-bottom: -1px;
}
.univer_tabs.htabs{
	text-align:center;
}
.htabs a {
	display:inline-block;
	position:relative;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	color: #000;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 2px solid #32353A;
  background-color: #F5F5F5;
  white-space: nowrap;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.htabs a.selected,
.htabs a:hover {
	background-color: #fff;
	color: #f05545;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 2px solid #f05545;
}
.tab-content {
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.tab-content.moduli {
	padding: 0;
}
.box-product-category{
	width:100%;
	display:block;
	padding:1px 0 1px 0;
	margin:0;
	overflow:visible;
}
@media (max-width: 991px) {
	.htabs {
		/*height: 62px;*/
	}
}
@media (max-width: 767px) {
	.htabs a {
		margin-bottom: 3px;
	}
}

.tabs_module.box-product-category{ padding-top:14px;}
.box-product-category .box{ margin-bottom:4px;}

/******************************
Footer
******************************/

/*** Footer bottom ***/
p.site-warning {
	margin-bottom: 0;
	font-size: 12px;
}


/******************************
Global
******************************/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1,
.welcome {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform:uppercase;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}



/******************************
Top
******************************/

/******************************
Category page
******************************/

/*** Category info ***/
.manufacturer-info {
	margin-bottom: 20px;
	clear: both;
}
.manufacturer-info img {
	float: left;
	width: 200px;
	margin-right: 10px;
	border: 1px solid rgba(244,67,54,.2);
}
.manufacturer-info .sertificat {
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
/*.manufacturer-info .sertificat b {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}*/
.manufacturer-info .sertificat img {
	max-width: 100%;
}
.manufacturer-categories {
	margin-bottom: 20px;
}
.manufacturer-categories a {
	margin-bottom: 20px;
  text-align: center;
}
.manufacturer-categories > div {
	padding-top: 5px;
	padding-bottom: 10px;
	border: 2px solid rgba(0,0,0,.1);
	transition: border .5s;
}
.manufacturer-categories > div a {
	display: block;
	margin-bottom: 0;
	text-align: left;
}
.manufacturer-categories > div .title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.manufacturer-categories a img {
	max-width: 100%;
	border: 2px solid rgba(0,0,0,.1);
	transition: border .5s;
}
.manufacturer-categories a:hover img,
.manufacturer-categories > div:hover {
	border-color: #F44336;
}
.manufacturer-categories span {
	display: block;
}




/******************************
Modules
******************************/

/*** Colorbox ***/
#colorbox {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* Menu */
.po-predmetam li {
	font-size: 9px !important;
	line-height: 24px !important;
}
.relative.box.daybox {
	margin-top: 40px;
}








/************************************************** New style **************************************************/

/******************************
Content
******************************/

#content ul li {
	margin-bottom: 5px;
}

/******************************
Catalog
******************************/

/*** Catalog index ***/
.catalog-index h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 900;
	text-decoration: underline;
}
.catalog-index ul {
	display: inline-block;
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
.catalog-index ul li {
	font-size: 18px;
}
.catalog-index ul li a {
	text-decoration: underline;
}

/******************************
Product page
******************************/

.product-info {
	overflow: hidden;
	margin-bottom: 20px;
	position:relative;
}
.product-info > .left {
	float: left;
	text-align:center;
}
.product-info > .left + .right { margin-left:350px;}
.product-info .image {
	float: left;
	padding:10px;
	margin-right:20px;
	text-align: center;
	overflow:hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.product-info .quickview{ text-align:center;margin-bottom:20px;}
.product-info .quickview .image { float:none; margin-right:0; }
.product-info .quickview .image-additional{	margin:0 auto; width:auto;}
.product-info .image-additional {
	width:330px;
	clear: both;
	text-align:center;
    background-color: rgba(0, 0, 0, 0.03);
	padding:10px 0;
   	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  	border-left: 1px solid rgba(0, 0, 0, 0.08);
   	border-right: 1px solid rgba(0, 0, 0, 0.08);
   	overflow:hidden;
}
.product-info .image-additional.quick > div{
  	display:inline-block;
 	margin:5px;
}
.product-info .image-additional .owl-item {
	text-align:center;
}

.product-info .image-additional img{
	padding:4px;
	background-color:#FFF;
	border:1px solid #ddd;
}

.product-info .description {
	line-height: 20px;
	padding:10px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-info .description span {
	display:inline-block;
}
.product-info .description .logobrand{ float:right;}
.product-info .description a {
	text-decoration:none;

}
.product-info .price {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 24px;
	padding:10px;
}
.product-info .price-old {
	text-decoration: line-through;
	font-weight: normal;
   	font-size:0.9em;
}
.product-info .price-new {
	margin-right:10px;
}
.product-info .price-tax {
	display:inline-block;
	margin-top:5px;
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
}
.product-info .options {
	margin-bottom: 10px;
	overflow:hidden;
}
.product-info .option > .option_field{}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	margin-bottom: 20px;
}
.product-info .cart input.button{
	display: inline-block;
	vertical-align: middle;
	height:40px;
	padding:0 30px 0 50px;
	background-position:6px top;
	margin-bottom:6px;
}
.product-info .cart .gty{
	display: inline-block;
	vertical-align: middle;
	border-spacing: 0;
	margin-top:-1px;
	margin-right:5px;
}
input#htop {
	height:14px;
	padding:3px;
	margin:0;
}
.product-info .cart .gty td {
	vertical-align: middle;
}
.product-info .cart .minimum,
.product-info .price-tax,
.product-info .price .reward,
.product-info .price .discount,
.product-info .description span  {
	color:#888;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
	padding:0;

}
.product-info .wishlist,
.product-info .compare {

}
.product-info .button.v-kredit {
    vertical-align: middle;
    height: 40px;
    padding: 0 30px;
    background-position: 6px top;
    margin-bottom: 6px;
    line-height: 40px;
	background-color: #0b9f0f;
}

.product-info .share{
	margin-bottom:20px;
	display:block;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
}
.product-info textarea{
	width:90%;
}
.product-info .review {

}
.product-info .review > div {
	padding: 10px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0.03);
}
.product-info .review > div > span {
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review a {
	text-decoration: none;
}
.right .product_custom {
	display:block;
	margin-bottom:20px;
}
.product-info .general_info {
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
.product-info .general_info .savemoney{
	position:relative;
	top:auto; left:auto;
	display:inline-block;
	margin-left:0;
}
.tags {
	margin-bottom:20px;
}
input#decrease{
	width:20px;
	height:20px;
	border:none;
	cursor: pointer;
	background:#fff url(../image/icon/menu_up.png) center center no-repeat;
}
input#increase{
	width:20px;
	height:20px;
	border:none;
	cursor: pointer;
	background:#fff url(../image/icon/menu_down.png) center center no-repeat;
}
.product-info .accordeon_description div.view{
	padding:20px;
	margin-top:-1px;
	border:1px solid rgba(0,0,0,0.08);
}
/*** Product gifts ***/
.product-gift {
	display: inline-block;
}
.product-gift a {
	display: inline-block;
}
.product-gift span {
	display: inline-block;
	width: 150px;
}
.product-gift-ny img {
	width: 73px;
}
.product-gift-ny span {
	vertical-align: top;
	color: red;
	font-weight: bold;
}

/*** Ronikon service ***/
.ronikon-row {
    margin-bottom: 10px;
}
.ronikon-service {
	display: inline-block;
	width: 49%;
}
.ronikon-service a {
	display: inline-block;
}
.ronikon-service span {
	display: inline-block;
	width: 70%;;
	font-size: 13px;
	margin-left: 12px;
}
.ronikon-service img {

}
.ronikon-service-ny span {
	vertical-align: top;
	color: red;
	font-weight: bold;
}
p.ronikon-izgotovlenie {
	color: red;
	font-weight: bold;
	text-align: center;
}

/******************************
Cart (Simple Checkout)
******************************/

.cart-gift {
	padding: 7px 3px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.cart-gift img {
	width: 60px;
	height: 60px;
}
.cart-gift span {
	font-size: 60px;
	line-height: 60px;
	color: red;
	font-weight: 900;
	text-transform: uppercase;
	vertical-align: top;
}


.product-info .button.one-rouble {
	vertical-align: middle;
	height: 40px;
	padding: 0 30px;
	background-position: 6px top;
	margin-bottom: 6px;
	line-height: 40px;
	background-color: #2e3cfa;
}
.one-rouble-category {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*******************
Global
*******************/
body {
	min-width: 320px;
}
body {
	color: #333;
	font-size: 14px;
}



/*******************
Bootstrap override
*******************/
.form-control:focus {
	border-color: #b71c1c;
	box-shadow: 0 0 0 0.2rem rgba(183,28,28,.25);
}
.btn-primary {
  background-color: #b71c1c;
  border-color: #b71c1c;
}
.btn-primary:hover {
  background-color: #7f0000;
  border-color: #7f0000;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(183,28,28,.5);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #7f0000;
  border-color: #7f0000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(183,28,28,.5);
}
.small a {
	font-size: inherit;
}

/****************************
Brand page
****************************/

/*** Brand categories ***/
.brand-categories > div {
	margin-bottom: 15px;
}
.brand-categories span {
	display: block;
	margin-top: 3px;
	text-align: center;
	transition: color 0.5s;
}
.brand-categories img {
	max-width: 100%;
	border: 2px solid rgba(0,0,0,.1);
	transition: border 0.5s;
}
.brand-categories a:hover {
	text-decoration: none;
}
.brand-categories a:hover img {
	border-color: #F44336;
}
.brand-categories a:hover span {
	color: #F44336;
}

/*** Subcategories ***/
.subcategories-list {
	margin-bottom: 20px;
	font-family: 'EXO 2', Arial, sans-serif;
}
.subcategories-list ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.subcategories-list .group {
	border: 1px solid #b71c1c;
	padding-bottom: 10px;
}
.subcategories-list .group-title {
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	background-color: #b71c1c;
}
.subcategories-list .group li {
	padding-left: 10px;
}

/*** Seo categories ***/
.categories-seo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.categories-seo a {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #000;
	background-color: #EEEEEE;
	font-size: 12px;
	border: 2px solid transparent;
	border-radius: 30px;
}
.categories-seo a:hover {
	color: #000;
	border-color: #b71c1c;
}

/****************************
Product page
****************************/

/*** Vitra features ***/
.vitra-features img {
	margin-bottom: 10px;
}
.vitra-features-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.vitra-features-description {
	font-size: 12px;
}
a.nashli-deshevle {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: green;
}
.price_comp_for {
	padding-top: 5px;
}


/****************************
Other pages
****************************/

/*** Installment page ***/
.instalment h1 {
	margin-top: 10px;
}
.instalment .form-capture {
	height: 500px;
	margin-bottom: 20px;
	background: url('../../../../../image/data/design/instalment.jpg') no-repeat center center;
	background-size: cover;
}
.instalment .form-capture p {
	color: #fff;
}
.instalment .form-capture .title {
	font-size: 40px;
	font-family: 'Exo 2', Arial, sans-serif;
	color: #fff;
}
.instalment .form-capture .title span {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}
.instalment .form-capture p.small a {
	color: #fff;
}
.instalment .form-capture .text-block {
	background-color: rgba(0,0,0,.4);
	border-radius: 10px;
	padding: 10px 30px;
	font-size: 16px;
}
.instalment h2 {
	text-align: center;
}
.instalment .title-description {
	text-align: center;
}

/*** Contacts ***/
.contacts {

}

/*******************
Footer
*******************/


/*******************
Popup Banners
*******************/

/*** Popup produc banner ***/
.popup-product-h1 {
	font-size: 30px;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	color: red !important;
}
.popup-product-banner {
	max-width: 960px;
}
#popup-default-181 {

}
.popup-product-banner .title {
	font-size: 20px;
	font-weight: bold;
	/*font-family: 'Exo 2', sans-serif;*/
	color: #333;
	text-align: center;
}
.popup-product-banner .price {
	margin-top: 10px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: green;
}
.popup-product-banner .price span {
	font-size: 20px;
	color: #333;
	text-decoration: line-through;
}
.popup-product-banner .skidka {
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	line-height: 1;
	color: red;
}
.popup-product-banner a {
	display: block;
	text-decoration: none;
	transition: all .5s;
	border: 1px solid rgba(0,0,0,.3);
}
.popup-product-banner a:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	border: 2px solid rgba(183,28,28,1);
	transform: scale(1.05);
	transition: all .5s;
}


/****************************
Visible only for administrator
****************************/

/*** Edit good/category link ***/
.edit {
	padding-left: 15px;
	color: #3fa700 !important;
}
.region{    display: inline-block;
    padding: 4px 17px 4px 17px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    z-index: 9999;
    position: relative;}

#goroda{position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    max-width: 1160px;
    padding: 4%;
    z-index: 9999;
    box-shadow: 0 0 44px 8px #9a9a9a;
    top: 17px;
    width: 95%;
    overflow-y: overlay;
    height: auto;
    max-height: 100%;}
.closeregion{font-size: 15px;
    padding: 8px;
    color: #da0000;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    text-align: center;
    background-color: #f7f7f7;}
.closeregions{    text-align: center;
    background-color: #b1b1b1;
    color: #fff;
    text-decoration: underline;
    display: block;
    padding: 8px 44px 8px 44px;
    margin: 10px 0 10px 0;cursor: pointer;}
.futgorod{    color: #888;
    font-size: 17px;}
.futtelefon{    font-size: 17px;
    color: #ff0c0c;}
.region a{    font-size: 17px;
    cursor: pointer;
color: #000;
}
.payment_cards {
	margin-left: 11px;
}
.payment_cards img {
	margin-right: 10px;
	max-width: 50px;
}
.payment_cards p {
	font-size: 12px;
	margin: 0;
}
.accordeon_description {
	margin-bottom: 5px;
}
.accordeon_description .accordeon_plus {
	min-height: 30px;
}
.accordeon_description .accordeon_plus h3 {
	line-height: 30px;
}

/* ================== New Styles  ================== */

/*****************
Fonts
*****************/
/*@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url('fonts/MuseoSansCyrl-100.eot');
	src: local('MuseoSansCyrl-100'),
		url('fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-100.woff') format('woff'),
		url('fonts/MuseoSansCyrl-100.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url('fonts/MuseoSansCyrl-100Italic.eot');
	src: local('MuseoSansCyrl-100Italic'),
		url('fonts/MuseoSansCyrl-100Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-100Italic.woff') format('woff'),
		url('fonts/MuseoSansCyrl-100Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Museo Sans Cyrl 300';
	src: url('fonts/MuseoSansCyrl-300.eot');
	src: local('MuseoSansCyrl-300'),
		url('fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-300.woff') format('woff'),
		url('fonts/MuseoSansCyrl-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Museo Sans Cyrl 300';
	src: url('fonts/MuseoSansCyrl-300Italic.eot');
	src: local('MuseoSansCyrl-300Italic'),
		url('fonts/MuseoSansCyrl-300Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-300Italic.woff') format('woff'),
		url('fonts/MuseoSansCyrl-300Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('fonts/MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('fonts/MuseoSansCyrl-500.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('fonts/MuseoSansCyrl-500Italic.eot');
	src: local('MuseoSansCyrl-500Italic'),
		url('fonts/MuseoSansCyrl-500Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-500Italic.woff') format('woff'),
		url('fonts/MuseoSansCyrl-500Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('fonts/MuseoSansCyrl-700.eot');
	src: local('MuseoSansCyrl-700'),
		url('fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-700.woff') format('woff'),
		url('fonts/MuseoSansCyrl-700.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('fonts/MuseoSansCyrl-700Italic.eot');
	src: local('MuseoSansCyrl-700Italic'),
		url('fonts/MuseoSansCyrl-700Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-700Italic.woff') format('woff'),
		url('fonts/MuseoSansCyrl-700Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('fonts/MuseoSansCyrl-900.eot');
	src: local('MuseoSansCyrl-900'),
		url('fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-900.woff') format('woff'),
		url('fonts/MuseoSansCyrl-900.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('fonts/MuseoSansCyrl-900Italic.eot');
	src: local('Museo Sans Cyrl 900 Italic'), local('MuseoSansCyrl-900Italic'),
		url('fonts/MuseoSansCyrl-900Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansCyrl-900Italic.woff') format('woff'),
		url('fonts/MuseoSansCyrl-900Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Proba Pro';
	src: url('fonts/ProbaPro-Regular.eot');
	src: local('Proba Pro Regular'), local('ProbaPro-Regular'),
		url('fonts/ProbaPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProbaPro-Regular.woff') format('woff'),
		url('fonts/ProbaPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proba Pro';
	src: url('fonts/ProbaPro-Italic.eot');
	src: local('Proba Pro Italic'), local('ProbaPro-Italic'),
		url('fonts/ProbaPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProbaPro-Italic.woff') format('woff'),
		url('fonts/ProbaPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Proba Pro';
	src: url('fonts/ProbaPro-Bold.eot');
	src: local('Proba Pro Bold'), local('ProbaPro-Bold'),
		url('fonts/ProbaPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProbaPro-Bold.woff') format('woff'),
		url('fonts/ProbaPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Proba Pro';
	src: url('fonts/ProbaPro-BoldItalic.eot');
	src: local('Proba Pro Bold Italic'), local('ProbaPro-BoldItalic'),
		url('fonts/ProbaPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProbaPro-BoldItalic.woff') format('woff'),
		url('fonts/ProbaPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}*/

/*****************
General
*****************/
body {
	font-family: 'Open Sans', Arial, san-serif;
	font-size: 14px;
	color: #333333;
  background: #F9F9F9;
}
a {
	color: #b71c1c;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #f05545;
	text-decoration: none;
}
.main-color {
	color: #b71c1c;
	color: rgb(183,28,28);
}

/*****************
Markup
*****************/
@media (min-width: 1200px) {
	.container,
	.container-fluid {
		max-width: 1366px;
	}
}

/*****************
Header
*****************/

/*** Top bar ***/
.top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	font-size: 13px;
	color: #9b9c9d;
	background-color: #363636;
}
.top-bar > .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.top-bar a {
	color: #9b9c9d;
}
.top-bar a:hover {
	color: #fff;
}
.top-bar .prmn-cmngr__title {
	height: 30px;
	line-height: 30px;
}
.top-bar .prmn-cmngr__title a {
	color: #f05545;
	border-bottom: 1px dashed #f05545;
}
.top-bar .prmn-cmngr__title a:hover {
	color: #f05545;
	border-bottom: 1px dashed transparent;
}
.top-bar .prmn-cmngr__title:before {
	margin-right: 2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
}
.top-bar .top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top-bar .top-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-bar .top-menu li:last-child {
	margin-right: 0;
}
.top-bar .top-menu li a {
	padding: 0 10px;
	line-height: 30px;
}
.top-bar #welcome {
	line-height: 30px;
}
.top-bar #welcome:before,
.mobile-icon-menu .login-link:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
}
.top-bar #welcome:before {
	margin-right: 3px;
}
.mobile-icon-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mobile-icon-menu li a {
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.mobile-icon-menu li a:hover,
.mobile-icon-menu li a:active {
	background-color: #f05545;
}
.wsmobileheader a.svg-logo {
	display: none;
}
@media (max-width: 991px) {
	.top-bar .prmn-cmngr__title,
	.top-bar #welcome:before,
	.top-bar #welcome a {
		color: #fff;
	}
}
@media (max-width: 500px) {
	.top-bar .prmn-cmngr__city-text {
		display: none;
	}
	.wsmobileheader a.smllogo {
		display: none;
	}
	.wsmobileheader a.svg-logo {
		display: flex;
		align-items: center;
	}
	.wsmobileheader a.svg-logo img {
		width: 170px;
		height: auto;
	}
}
@media (max-width: 400px) {
	.wsmobileheader a.svg-logo img {
		width: 120px;
		height: auto;
	}
}

/*** Header inner ***/
.header-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
.header-inner .row {
	align-items: center;
}
.header-inner .logo a {
	display: block;
	border-bottom: none;
}
.header-inner .logo img {
	width: 200px;
}
@media (min-width: 1200px) {
	.header-inner .logo img {
		width: 230px;
	}
}
.header-inner p {
	margin-bottom: 0;
	line-height: 1.3;
}
.header-inner a {
	color: #b71c1c;
	font-size: 14px;
	border-bottom: 1px dashed #b71c1c;
}
.header-inner a:hover {
	color: #f05545;
	border-bottom-color: transparent;
}
.header-inner .header-phone p {
	font-size: 18px;
}
@media (min-width: 1200px) {
	.header-inner .header-phone p {
		font-size: 24px;
	}
}
.header-inner .header-phone p span {
}
.header-inner .header-phone .free-call {
	font-size: 14px;
}
.header-inner .header-contacts p {
	line-height: 24px;
}
.header-inner .worktime:before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f017";
	color: #b71c1c;
}
.header-inner .address:before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
	color: #b71c1c;
}

/*** Cart ***/
.wsmenu>.wsmenu-list>li.menu-cart {
  float: right;
  clear: right;
}
.menu-cart #cart {
	position: relative;
	z-index: 1001;
}
.wsmenu>.wsmenu-list>li.menu-cart #cart > a,
.wsmobileheader .menu-cart #cart > a {
  display: block;
  color: #828181;
  padding: 0 26px 0 22px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
  padding: 0 26px 0 26px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.13);
}
.wsmenu>.wsmenu-list>li.menu-cart #cart > a i,
.wsmobileheader .menu-cart #cart > a i {
	margin-right: 2px;
	display: inline-block;
	font-size: 16px;
	color: #828181;
	line-height: inherit;
}
.wsmenu>.wsmenu-list>li.menu-cart:hover #cart > a,
.wsmobileheader .menu-cart:hover #cart > a {
  background-color: #f5f5f5;
}
.wsmenu>.wsmenu-list>li.menu-cart:hover #cart > a i,
.wsmobileheader .menu-cart:hover #cart > a i {
	color: #333;
}
.wsmenu>.wsmenu-list>li.menu-cart em.roundpoint,
.wsmobileheader .menu-cart em.roundpoint {
    position: absolute;
    top: 14px;
    right: 21px;
    width: 17px;
    height: 17px;
    background-color: #f05545;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 9px;
    text-align: center;
    font-style: normal;
    line-height: 16px;
    color: #fff;
}
.wsmenu>.wsmenu-list>li.menu-cart:hover #cart .empty,
.wsmobileheader .menu-cart:hover #cart .empty{
	color: #828181;
}
.menu-cart #cart .content {
	clear: both;
	display: none;
	position: absolute;
	top: 60px;
	right:0;
	padding: 8px;
	min-height: 150px;
	min-width: 500px;
 -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
 -moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 7px  rgba(0,0,0,0.25);
	background: #fff;
	text-align:left;
	z-index: 1001;

}
.menu-cart #cart:hover .content{ display:block;}
.menu-cart #cart.active .heading {
}
.menu-cart #cart.active .content {
	display: block;
}
.menu-cart #cart .checkout {
	text-align: right;
	clear: both;
}
.menu-cart #cart .empty {
	padding-top: 50px;
	text-align: center;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info img {
	max-width: none;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
	padding:5px;
	background-color:#eee;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}

/*******************
Main
*******************/
.main {
	padding-top: 0 !important;
}
main > .container-fluid {
	background-color: #fff;
}
.main > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 991px) {
	main {
		padding-top: 60px;
	}
	.main > .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*** Homepage ***/

/* Mainpage banner */
.matban_box.slider_banner {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 50px !important;
}
/* Styling Next and Prev buttons */
.matban_box.slider_banner .owl-theme .owl-controls .owl-buttons div {
	width: 35px;
	height: 35px;
}
.matban_box.slider_banner .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 35px;
	background-image: url(../image/icon/slider_arrow_left.png);
	background-position: 0 0;
}
.matban_box.slider_banner .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 35px;
	background-image: url(../image/icon/slider_arrow_right.png);
	background-position: 0 0;
}
.matban_box.slider_banner .owl_modul .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:-10px;
}
.matban_box.slider_banner .owl_modul .owl-theme .owl-controls .owl-buttons div.owl-next {
	right:-10px;
}
.main h2 {
	margin-bottom: 15px;
	font-size: 25px;
	text-align: center;
}
/* Popular categories */
.popular-categories {
	margin-bottom: 30px;
}
.popular-categories .item {
	margin-bottom: 20px;
}
.popular-categories .item a {
	display: block;
	border: 3px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.popular-categories .item img {
	max-width: 100%;
}
.popular-categories .item span {
	display: block;
	padding: 5px 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #f05545;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.popular-categories .item a:hover {
	color: #B71C1C;
	border-color: #B71C1C;
}
.popular-categories .item a:hover span {
	background-color: #B71C1C;
}
/* Popular video */
.popular-video {
	margin-bottom: 30px;
}
.popular-video .item {
	margin-bottom: 10px;
}
.popular-video .item > div {
	margin-bottom: 5px;
}
.popular-video .item > p {
	text-align: center;
}
.popular-video .item > p a {
	font-size: 18px;
	color: #f05545;
	border-bottom: 2px solid transparent;
}
.popular-video .item > p a:hover {
	color: #B71C1C;
	border-bottom-color: #B71C1C;
}
/* Tabs */
main #content .box-product-category.tabs_module,
main #content .htabs.univer_tabs {
	display: none !important;
}

/*** Breadcrumbs ***/
.breadcrumb {
	margin-top: 20px !important;
	margin-bottom: 5px;
	padding: 0;
	color: #666;
}
.breadcrumb a {
	color: #000;
}
.breadcrumb a:hover {
	color: #f05545;
}

/*******************
Category
*******************/

/*** Category links ***/
.categories > div {
	margin-bottom: 15px;
}
.categories a {
	display: block;
}
.categories img {
	width: 100%;
	max-width: 100%;
	border: 2px solid rgba(0,0,0,.1);
	transition: border 0.5s;
}
.categories span {
	display: block;
	margin-top: 3px;
	text-align: center;
	color: #333;
	transition: color 0.5s;
}
.categories a:hover {
	text-decoration: none;
}
.categories a:hover img {
	border-color: #f05545;
}
.categories a:hover span {
	color: #f05545;
}

/*** Subcategories ***/
.subcategories > a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 30px;
	font-family: 'Pacifico', cursive;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	border: 1px solid #f05545;
	border-radius: 40px;
}

/*** Product grid in category without columns ***/
.product-grid,
.similar-products .box-product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.product-grid .item,
.product-grid.box-product .itemcolumns,
.similar-products .box-product .itemcolumns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 25%;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 0px 1px #eee ;
	-moz-box-shadow: 0px 0px 0px 1px #eee;
	box-shadow:0px 0px 0px 1px #eee;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.product-grid.box-product .itemcolumns,
.similar-products .box-product .itemcolumns {
	border: 1px solid #eee;
	box-shadow: none;
}
.product-grid.box-product .itemcolumns:hover,
.similar-products .box-product .itemcolumns:hover {
	border: 1px solid #f05545;
}
.product-grid.box-product div.itemcolumns > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
#column-left + #content .product-grid .item {
	width: 33.3333%;
}
.product-grid .item:hover {
	z-index: 21;
	-webkit-box-shadow: 0px 0px 10px 0px #bbb;
	-moz-box-shadow: 0px 0px 10px 0px #bbb;
	box-shadow:0px 0px 10px 0px #bbb;
}
.product-grid .item .imgbut {
	margin-bottom: 5px;
}
.product-grid .item .image img,
.product-grid.box-product div.itemcolumns .image img,
.similar-products .box-product .itemcolumns .image img {
	max-width: 100%;
}
/* box products */

/*#column-left + #content .box-product > div.itemcolumns ,
#column-right + #content .box-product > div.itemcolumns {width: 248px;}

#column-left + #column-right + #content .box-product > div.itemcolumns {width: 240px;}


#column-left + #column-right + #content .box-product  .image img{ width:100%; height:auto !important;}

.box-product .owl_modul img{
  width:30px;
  height:auto !important;
  margin-bottom:10px;}

.box-product .owl_modul{
	position:absolute;
	visibility:hidden;
	width:36px;
	top:10px;
	padding:0;
	left:2px;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}


.box-product  div.itemcolumns:hover .owl_modul{ visibility:visible;z-index:21; }

.box-product  div.itemwd:hover{ margin-left:-1px; padding-left:34px; z-index:21;}

.box-product  div.itemcolumns:hover {
	-webkit-box-shadow: 0px 0px 10px 0px #eee ;
	-moz-box-shadow: 0px 0px 10px 0px #eee;
	box-shadow:0px 0px 10px 0px #bbb;
}
.tabs_module .owl-theme .owl-buttons{top:-40px;}
.tabs_module .owl-theme .owl-controls .owl-buttons div.owl-prev{ left:24px;}*/

/* Quickviewbutton */
.quickviewbutton {
	position:absolute;
	bottom: 0px;
	width: 100%;
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.imgbut:hover .quickviewbutton,
.left:hover .quickviewbutton,
.image:hover .quickviewbutton{
	z-index: 30;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.quickviewbutton a {
	display: block;
	width: 100%;
	height: 28px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(240, 85, 69, .5);
}
.quickviewbutton a:hover {
	background-color: rgba(240, 85, 69, .8);
	color: #fff;
}
/* Owl module */
.product-grid .owl_modul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-grid .owl_modul div {
	width: 18%;
	max-height: 30px;
	margin-right: 2%;
	margin-bottom: 5px;
}
.product-grid .owl_modul div:nth-child(5) {
	margin-right: 0;
}
.product-grid .owl_modul img {
	max-width: 100%;
}
.product-grid.box-product  div.itemcolumns .owl_modul {
	display: none;
}
/* Product name */
.product-grid .item .name,
.product-grid .itemcolumns .name {
	margin: 15px 0 5px;
}
.product-grid .item .name a,
.product-grid .itemcolumns .name a {
	display: block;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
.product-grid .item:hover .name a {
	color: #f05545;
}
/* Product price */
.product-grid .price,
.similar-products .box-product .itemcolumns .price {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	color: #333333;
}
.product-grid .price-old {
	font-size: 0.8em;
	text-decoration: line-through;
	color: #888;
}
.product-grid .price-old + .price-new {
	color: #f05545;
}
/* Cart */
.product-grid .item .cart,
.product-grid.box-product  div.itemcolumns .cart,
.similar-products .box-product .itemcolumns .cart {
	margin-bottom: 10px;
	text-align: center;
}
/* One rouble button */
.product-grid .item .one-rouble-category {
	display: none;
}
/* Hover buttons */
.product-grid .item .hover_but,
.similar-products .box-product .itemcolumns .hover_but {
	display: none;
}
/* Rating */
.product-grid .item .rating,
.product-grid.box-product div.itemcolumns .rating,
.similar-products .box-product .itemcolumns .rating {
	text-align: center;
}
.product-grid .item .rating img {
	width: 70px;
	height: auto;
}
@media (max-width: 991px) {
	.product-grid .item {
		width: 33.3333%;
	}
	#column-left + #content .product-grid .item {
		width: 50%;
	}
}
@media (max-width: 767px) {
	#content .product-grid.box-product .itemcolumns,
	.similar-products .box-product .itemcolumns {
		width: 33.3333%;
	}
	#column-left,
	.product-grid .item .quickviewbutton,
	.product-grid .owl_modul {
		display: none;
	}
	.product-grid {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-grid.box-product {
		margin-left: 0;
		margin-right: 0;
	}
	.product-grid .item {
		padding: 1px;
		width: 50%;
	}
	.product-grid .item .name {
		margin-top: 5px;
		padding: 0 10px;
	}
	.product-grid .item .name a {
		font-size: 14px;
	}
	.product-grid .item .price {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.product-grid .item .cart {
		margin-bottom: 5px;
	}
	.product-grid .item .rating {
		margin-top: 0;
		margin-bottom: 5px;
	}
	#column-left #block_filter_vier {
		display: none;
	}
}
@media (max-width: 575px) {
	#content .product-grid.box-product .itemcolumns,
	.box-product .itemcolumns {
		width: 50%;
	}
}

/***** Similar products *****/
.similar-products .box-product {
	margin-bottom: 10px;
}
.similar-products .category-link {
	text-align: center;
}
.similar-products .category-link a {
	font-size: 18px;
	border-bottom: 2px solid transparent;
}
.similar-products .category-link a:hover {
	border-bottom-color: #f05545;
}

/*******************
Filter
*******************/

/* ================== style2.css  ================== */
h1, .welcome {
	color: #000;}
h2, h3 {
	color: #000;}
a:hover {
	color:#f05545;}
span.select2{ background-color:#f4f4f4;}
.containermenu{
	max-width: 1366px;
	width:100%;
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.full_container .matban_box, .full_container .dropdown_category{ max-width:1210px;}
.image_slider{ width:1210px;}

#all_header{ background-color:#333231;}

header #cart .heading a, header #cart .heading h4 {
	color: #333;}
header #cart .heading > a.bigcart{
   background: url('../image/shopcart.png')no-repeat;}
#header .header_topbox{}

#header .links > div a, #header .links > div, #language span, #currency span {color: #ccc;}
#header .links > div:hover a, #header .links > div:hover{ color: #fff;}
#header .links > div:hover{ background-color:#f05545;}

.sb-icon-search,
.sb-search-submit  {background-color:#333231;}

#header .matban_box.beforetext .two{ color:#ccc;}

/*menu*/
.ma-nav-mobile-container{
   background-color:#474749; }
.menu > ul > li > a {color: #fff;}
.menu > ul > li:hover > a, .menu > ul > li.categories > a:hover, .menu > ul > li a.active {color:#fff;}
.menu > ul > li:hover, .categories > a:hover, .menu > ul > li a.active  {background-color: #f05545;}
.menu > ul > li > div {
	background-color: #fff; }
.menu > ul > li > div > ul > li:hover, .menu > ul div#topbrand ul li a:hover{background-color:#f4f4f4;}
.menu > ul > li > div > ul > li > a{ color:#000; }
.menu > ul > li > div > ul > li:hover > a, .menu > ul div#topbrand ul li a:hover{ color:#f05545;}

.menu .topmenu ul li .level3,
.menu > ul > li > div.topmenu_theme > ul > li > div.topmenu {
			   background-color:#fff;}
.menu .topmenu ul li .level3 a,
.menu > ul > li > div.topmenu_theme > ul > li > div.topmenu a{ }
.menu .topmenu ul li .level3 li:hover a,
.menu > ul > li > div.topmenu_theme > ul > li > div.topmenu li:hover > a,
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > a:hover{ background-color:#f4f4f4; color: #f05545}
.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > a{ background-color:rgba(0,0,0,0.04);}
.column_brand li span{color:#f05545;}
.ma-nav-mobile-container.fixed {background-color:#474749;}
.menu > ul > li.default2 > div > ul > li > a{ background-color:rgba(0,0,0,0.04);}

/*mobile menu*/
.navbar .btn-navbar {}
.navbar .btn-navbar div{
	color:#fff;}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #fff;
}
.navbar .btn-navbar .icon-bar {background-color: #3f3f3f;}
.menu1 .mobilemenu a {color:#fff;}
.menu1 .mobilemenu a:hover {
	color: #fff;
	background-color:#f05545;
}
.menu1 .mobilemenu span.head a {color:#000;}



/*pagination*/
.pagination .links a {
	color: #555;
	background-color:#eee;}
.pagination .links b, .pagination .links a:hover  {
	color:#FFF;
	background-color: #777779;}

/*button*/
a.button, input.button, button.button {
	color: #fff;
	background-color:#777779;
	border:1px solid #777779;}
.product-grid  .hover_but > div a,
.box-product .hover_but > div a, .block2 .hover_but > div a {
	border:1px solid #ddd;
}

.cart input.button{
	color: #000;
	background-color:#777779;
}

a.button:hover, input.button:hover,  a.button.registr:hover, .cart input.button:hover, .product-info .cart input.button,
button.button:hover {
	background-color:#f05545;
	color:#FFF;
	border:1px solid #f05545;
	}
 a.button.registr{ background-color:#FFF; color:#000;}

.sidebar_feedback{ color:#000;background-color:rgba(0,0,0,0.03);}
.feedback_box .success, .feedback_box .success a{ color:#000;}

.box-product-category {
  	   border-top:1px dotted #555;}
.position_center .box-content .accordeon_categ > ul > li > a{color:#000;}
/*box*/
.box-heading, .box-heading a, .matban_box.beforetext .threeheading {
	color: #000;	}

.box-heading {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}

/*box-product*/
.box-product  div.itemcolumns, .verticaltab .owl-item,
.product-grid > div{
	background-color:#fff;
	}
#column-left .box-content > .box-product >  div, #column-right .box-content > .box-product > div{
	background-color:rgba(0,0,0,0.03);}
#column-left .box-content > .box-product >  div div, #column-right .box-content > .box-product > div div{ background-color:transparent;}
.box-product .name a, .compare-info .name a, .cart-info tbody .name a,
.wishlist-info tbody .name a {
	color: #333;}
.box-product .name a:hover, .compare-info .name a:hover, .cart-info tbody .name a:hover,
.wishlist-info tbody .name a:hover{ color:#f05545;}
.box-product .price {color: #f05545;}
.box-product .price-old {color: #888;}
.savemoney{
			background:  url('../image/label2.png')no-repeat;;
			color:#fff;}


/* box category accordeon */
.box-content .accordeon_categ > ul > li,
.position_center .box-content .accordeon_categ > ul > li,
.position_center .box-content .accordeon_categ > ul > li:hover  {
	background-color:#f8f8f8;}

.box-content .accordeon_categ > ul > li > a,
.position_center .box-content .accordeon_categ > ul > li > a,
.position_center .box-content .accordeon_categ > ul > li:hover > a  {
	color:#000;
	}
.box-content .accordeon_categ > ul > li:hover{ }
.box-content .accordeon_categ > ul > li:hover > a{ color:#f05545;}


.box-content .accordeon_categ > ul > li.cat-active {
	}
 .box-content .accordeon_categ > ul > li.cat-active > a.active { color:#f05545;}
.box-content .accordeon_categ > ul > li ul.active > li a.active,
.dropdown_category .box-content .accordeon_categ > ul > li ul > li:hover > a { color:#f05545;}

.box-content .accordeon_categ > ul > li > ul,
.dropdown_category .box-category > ul > li  .all_subcat {
	background-color: #fff;}

.dropdown_category.position_center .box-content .accordeon_categ > ul > li .sub_category_child > ul > li{
    background-color:#FFF;}

/*category*/

.accordeon_description .accordeon_plus,
.accordeon_description .accordeon_plus.open {
	background-color: #fff);
}


.manufacturer-heading {
	background: rgba(0, 0, 0, 0.04);}
.product-compare a:hover div{background-color:#666;}

/*product-list*/
.product-list > div {
	background-color:#FFF;}
.product-list .name a {
	color: #000;}
.product-list .name a:hover{ color:#f05545;}
.product-list .price {
	color: #f05545;}
.product-list .price-old {
	color: #888;}
.product-list .price-tax {
	color: #BBBBBB;}


/*product-grid*/

.product-grid .name a:hover{ color:#f05545;}
.product-grid .wishlist a, .product-grid .compare a, .product-grid .singleclick_wrapper a,
.box-product .wishlist a, .box-product .compare a, .box-product .singleclick_wrapper a,
.block2 .wishlist a, .block2 .compare a, .block2 .singleclick_wrapper a{
	color:#777;}
.product-grid .wishlist a:hover, .product-grid .compare a:hover, .product-grid .singleclick_wrapper a:hover,
.box-product .wishlist a:hover, .box-product .compare a:hover, .box-product .singleclick_wrapper a:hover,
.block2 .wishlist a:hover, .block2 .compare a:hover, .block2 .singleclick_wrapper a:hover{
	background-position:left top;
	background-color:#f05545;
}

/*Product*/
.product-info .image-additional .active img{
	border-color:#f05545;
}

.product-info .price {
	color: #f05545;}
.product-info .price-old {
	color: #888;}


.product-info .cart .links a {
	color:#777;}
.product-info .cart .links a:hover{ color:#f05545;}

.product-info .review > div > span {
	color: #38B0E3;
}


/*compare*/
.compare-info .price{
    color: #f05545;}
.compare-info .price-old {
	color: #888;}

/*wishlist*/
.wishlist-info thead td {
	background-color: #f1f1f1;}

/*cart*/
.cart-info thead td, .checkout-product thead td {
	background-color: #f1f1f1;}

.cart-total #total .right.price{color:#f05545;}

/* checkout */
.checkout-heading {
	background-color: #f1f1f1;
	padding:16px;
	color: #555;	}

.checkout-product tfoot td.total{
	color: #f05545;}

/*footer*/

#footer {
	color:#ccc;
	background-color: #333231;
}

#footer h3 {
	color: #fff;
	}
#footer a{
	color: #ccc;
}

#footer .column li:hover{
	background-color: rgba(0, 0, 0, 0.06);
}
#powered {
	border-top: 5px solid #f05545;
	padding-top: 20px;
	background-color: #2A2C31;
	color: #ccc;
}
#powered a{color:#ccc;}


/*Module univer Categories*/

.block2 .name a {
	color: #000;}
.block2 .name a:hover{ color:#f05545;}
.block2 .price {
	color: #f05545;}
.block2 .price-old {
	color: #888;}


/*news*/
.heading_news_mod a {}
.heading_news_mod a:hover {}
a.readmore {
	background-color:#777779;
	color:#FFF;}
a.readmore:hover{ background-color: #f05545;}
.datepost{ color:#888;}

#topcontrol{ background-color:#666;}

/*Module Banner*/
#navbox.light h2, #navbox.light div, #navbox.light #urlmore {color:#fff; }
#navbox.dark h2, #navbox.dark div, #navbox.dark #urlmore {color:#333; }

#navbox.light #urlmore {border-bottom:1px dotted #fff;}
#navbox.dark #urlmore {border-bottom:1px dotted #333;}


.matban_box.maska_text .dark .textbanner2, .matban_box.slider_banner .dark .textbanner2 { color:#333;}
.matban_box.maska_text .light .textbanner2, .matban_box.slider_banner .light .textbanner2 { color:#FFF;}

.matban_box .light .moreinfo{ border-bottom:1px dotted #fff; }
.matban_box .dark .moreinfo, .matban_box.beforetext .moreinfo{ border-bottom:1px dotted #333; }

.matban_box.beforetext .stylebanner > .ramka_box,
.matban_box.beforetext .threeheading{background-color:#fff;}

.reload_captcha{background:url(../image/reload.png) no-repeat;}
.jcarousel-skin-opencart .jcarousel-container { background-color:rgba(0,0,0,0.03);}




/********** Responsive css***********/
@media only screen and (min-width: 990px) {
#header .links {
		display: block !important;
	}
}
@media only screen and (max-width: 1170px) {
    .image_slider{
	-moz-background-size: 100%; /* Firefox 3.6+ */
  -webkit-background-size:100% auto; /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size:100% auto; /* Opera 9.6+ */
  -khtml-background-size:100%;
   background-size:100%;
   min-width:320px;
   width:auto;
   height:auto;
   }
	.nivoSlider, .slideshow  { min-height:60px;}
	#all_header, .main, .containermenu,.fixwidth,  #all_header .containermenu.fixed{ width:100%;}
    #all_header, .container > #center_custom_box, #center_custom_box{ min-width:100%;}

	.itemcolumns .image img, .block2 .image img, .product-grid .image img{max-width:100%; height:auto !important;}
    .dropdown_category.position_center .box-category > ul{ margin-right:0.8%;}

	 table.form textarea{ width:90%;}
	 select{ width:150px;}
	 input.large-field, select.large-field{ width:180px;}
	.return-quantity input{ width:120px;}

		#column-left + #column-right + #content .product-list .centr  {margin-left: 0px;}
	#column-left + #column-right + #content .product-list .left,
	#column-left + #column-right + #content .product-list .owl-carousel{ float:none; margin:0 auto;}

	.content-news img{ max-width:100%; height:auto !important;}

	.matban_box.maska_text .one img{ width:100%; height:auto !important;}
	#footer .customblock_footer > div img,  .header_contact img,
	.product_custom img, .tab-content img{ max-width:100%; height:auto !important;}

	.matban_box.stylebanner:last-child{ margin-right:0px;}

    #footer, #powered{ min-width:260px;}
		.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > .categ_image{ float:none; }
		.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > .categ_image img{width:60px; height: auto !important; margin-bottom:0;}
	.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu.leftotstup{ margin-left:0;}
	.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu.leftotstup ul{ padding-right:6px;}
}
@media only screen and (min-width: 990px) and (max-width: 1169px) {
	.fixed .navbar, #all_header .containermenu, #footer > div,
	#powered > div, .full_container .containermenu, .full_container .matban_box, .full_container .dropdown_category{ width:960px;}
	.menu > ul > li >  a{padding-left:8px; padding-right:8px;}

	/*.category_container, .box { max-width:960px;}*/

	#header .header_contact{ width:48%;}


}
@media only screen  and (max-width: 989px) {
     #header #logo { float:none; display:inline-block;}
	 #all_header  #search{ position:absolute; right:0;}

	 .sl_center,#navbox #urlmore{display:none;}
      #fon_slider .containermenu{ height:250px; }

	 #header .header_contact{ width:100%; display:block;}

	 .product-filter .sort { clear:both;}
	 #footer  span.ctr{ clear:both; display:block;}
	 .movepanel{ display:none;}


	.product-info > .left{ float:none; margin-bottom:20px;}
    .product-info > .left .image{ float:none; margin-right:0;}

	.product-info .image-additional{ float:none; width:100%;}
	.product-list .centr { margin-right: 0px;margin-left: 220px;}
	.product-list .right { position:relative; right:auto; top:auto; text-align:left;padding:0; border:none;}

	.product-list .left .image img{ width:100%; height:auto !important;}
	.product-info > .left + .right { margin-left:0px;}


    .htabs a {font-size:1em; padding: 8px 6px 6px 6px;}
	.twocolumn .content{ width:100%;}
		 /*News*/
	.box-news.countnews-3,
    .box-news.countnews-4,
    .box-news.countnews-5{ width:100%; margin-right:0; padding-bottom:20px; border-bottom:1px solid #ddd; }
	.box-news  .newsimage img{ max-width:100%; height:auto !important;}

	/*Module banner*/

	.matban_box .box_maska .stylebanner + .stylebanner{ margin-left:0;}
	.matban_box .stylebanner{ float:none; display:inline-block; margin-right:-4px;}
	.count-4,.count-6,.count-8,.count-10{ width:50%;}
	.count-9{ width:33%;}

	#header .count-2{ width:49%;}
	#header .count-3, #header .count-6{ width:32%;}
	#header .count-4{ width:23.5%;}
	#header .count-5{ width:18.4%;}

   .hover_but{background-color:rgba(255,255,255,0.6);}
   .product-grid  .hover_but > div,
   .box-product .hover_but > div, .block2 .hover_but > div {
	 -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	-ms-transform: scale(1);
	}
	.dropdown_category .block2 .hover_but { display:none;}
	.box-product .itemcolumns > div .owl_modul, .product-grid .item >div  .owl_modul{ display:none; }

	.dropdown_category.position_center .box-category > ul.col_numb_4{width:48.2%;}
	.feedback_box input{ width:85%;}
	.field_feed1{ width:100%;}
	.feedback_box textarea{ width:95%; max-width:95%;}

	#column-right{ display:none;}
	 #column-right + #content {margin-right:0px; }
	 	 #header .links{ display:none;clear: both; text-align:left;}
   .btnNav {display: block;}
	#header .links > div{
		display: block;
		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
         box-shadow: none;
		white-space: normal;
	}
	#header .links > div:first-child{ border-top:1px solid rgba(0,0,0,0.08);}

}
@media only screen and (min-width: 790px) and (max-width: 989px) {
	.fixed .navbar, #all_header .containermenu, #footer > div, #powered > div, .full_container .containermenu, .full_container .matban_box,
	.full_container .dropdown_category{ width:766px;}
	/*.category_container, .box { max-width:766px;}*/


	.category-list ul { width:49.5%;}
	 #column-left + #column-right + #content .category-list ul{ width:100%;}

	 #footer .column.width50{ width: 756px;margin:0 0 20px 0; min-height:auto;}
      #footer .column{ width: 48%;}

}
@media only screen  and (max-width: 789px) {

	#column-left + #column-right + #content, #column-left + #content,  #column-right + #content , #content { margin-left:0px; margin-right:0px; }
	.return-model, .return-name, .return-reason, .return-opened{ float:none; width:90%;}
	#content .content .right, #content .content .left{ float:none; width:90%;}
     .matban_box.beforetext .one{float:none; margin-right:0;}

     #header #logo {padding-right:0; text-align:center; display:block;}
	 #header #cart{ position:relative; top:0px; text-align:center;}

	 .product-filter .limit, .product-filter .sort{ float:none;}

    .pagination{ border:none; text-align:center;}
	.pagination .links{border-top:1px solid #ddd; border-bottom:1px solid #ddd; float:none;}
	.pagination .results{ float:none;}
	#footer .extras{ margin-bottom:10px;}


	.news_page .image{ float:none; margin-bottom:20px;}
	.news_page .image img{ max-width:100%;}
	.box-news.countnews-2{ width:100%; margin-right:0;}

	#header .matban_box .stylebanner + .stylebanner{ border:none; padding-left:0;}

     #header .count-2, #header .count-3, #header .count-4, #header .count-5, #header .count-6{ width:100%;}

     .count-3,.count-4, .count-5,.count-6,
    .count-7,.count-8,.count-9,.count-10{ width:100%;}

	 #navbox a h2{ font-size:1.8em;}
	 #navbox div{ font-size:1em;}

	 .dropdown_category.position_center .box-category > ul.col_numb_3,
	 .dropdown_category.position_center .box-category > ul.col_numb_4,
	 .dropdown_category.position_center .box-category > ul.col_numb_2{width:100%; margin-right:0;}

	.htabs a {padding: 6px; line-height:18px;}

	#logo img{ max-width:100%; height:auto !important;}
	.cart-info .model, .cart-info .price{ display:none;}
}

@media only screen and (min-width: 480px) and (max-width: 789px) {
	.fixed .navbar, #all_header .containermenu, #footer > div, #powered > div, .full_container .containermenu, .full_container .matban_box,
	.full_container .dropdown_category{ width:448px;}
	/*.category_container, .box { max-width:448px;}*/

	.manufacturer-list ul {width:50%}

    #header #cart .content{ width:432px;}

	.category-list ul { width:100%;}

	 #footer .column { float: none; width: 100%; min-height: auto; margin:0 0 20px 0;}
    #footer .column.width50{ width: 448px;}



}
@media only screen and (max-width: 479px) {
	.fixed .navbar, #all_header .containermenu, #footer > div, #powered > div, .full_container .containermenu, .full_container .matban_box,
	.full_container .dropdown_category{ width:260px;}
	.main, #footer, #powered, #all_header,.fixwidth, #center_custom_box, .full_container .matban_box, .full_container .dropdown_category{min-width:300px;}
	/*.category_container, .box, .container > #center_custom_box{ max-width:260px;}*/
    .jcarousel-skin-opencart a img { width:40px; }

	#all_header .matban_box.beforetext .one img{ display:none;}
	#header .matban_box .stylebanner + .stylebanner{ margin-left:0; padding-left:0; border:none;}
	.box-search .content input{ width:180px;}

	#header #cart .content{ width:284px;}
	.manufacturer-list ul { float:none; width:100%;}
	.category-list ul { width:99%;}

      #column-left + #content .product-grid > div ,
      #column-right + #content .product-grid > div {width: 228px;}
	  #content .box-product > div.itemcolumns, .tabs_module .box-product > div.itemcolumns  {width: 230px;}

     #column-left + #content .box-product > div.itemcolumns ,
     #column-right + #content .box-product > div.itemcolumns {width: 228px;}

	.product-info > .left > .image  a img#main-image{ width:238px; height:auto !important;}
	.zoomContainer{ display:none;}

	.login-content .left, .login-content .right { float:none; width:98%;}
	.sitemap-info .left, .sitemap-info .right{ float:none; width:98%;}

	 .product-list .owl-carousel{ float:none;}

	 .product-list .left{ float:none; margin-bottom:10px; width:210px; margin:0 auto;}
	  .product-list .centr{ margin-left:0px;}
	  .product-list .left > .image {float:none;}

	 .product-info .option > label {width: auto; float:none;}
     .product-info .option > .option_field{ margin-left:0px;}
	 .product-info .left .image a.colorbox img{ width:100%; height:auto !important;}

	 .checkout-content .left, .checkout-content .right{ float:none; width:99%;}
	 .product-info .description .logobrand{ float:none;}

	 #footer .column { float: none; width: 100%; min-height: auto; margin:0 0 20px 0;}
     #footer .column.width50{ width: 260px;}


	 .matban_box.slider_banner .two{ display:none;}
     #navbox{width:260px;}
	 #navbox h2{ display:none;}
	 #fon_slider .containermenu{ height:150px;}
	 .sb-search input.sb-search-input { width:130px;}

	 .field_captcha{ width:100%;}
	 .feedback_box a.button{ float:none;}
