html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}

h1, .welcome {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#header p{ margin-bottom:0; padding-bottom:10px;}
a, a:visited, a b {
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fafafa;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 2px;
    width: 99%;
    height: 34px;
    border-radius: 2px;
}
.lmodul select.select1{ width:208px;cursor:pointer;}
.lmodul span.select1  {width:198px;}
.sort select.select1{ width:190px;cursor:pointer;}
.sort span.select1  {width:180px; overflow:hidden;}
.limit select.select1{ width:40px;cursor:pointer;}
.limit span.select1  {width: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:0 4px;
	border:1px solid #ccc;
	margin:0;
		zoom:1;
}
label {
	cursor: pointer;
}
/* layout */
#container, .main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
}
#container
{
	overflow-x: hidden;
}
.container { width: 1170px;
			 margin:0 auto;
			 }

.cont_bottom{ width:100%; clear:both;}
#column-left {
	float: left;
	width: 220px;
    padding-right: 20;
}
#column-right {
	float: right;
	width: 220px;
}
#content {
	margin-bottom: 30px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 240px;
}
#column-right + #content {
	margin-right: 240px;
}
.main
{
margin-top:0px;
}

.full_container{ margin-top:0px; }
#topcontrol{ z-index:5;}

/* header */
#header {
	position: relative;
	z-index:99;

}
#all_header{ position:relative;
			z-index: 100;
			min-width:1210px;
}
#all_header.color{ }
#all_header.nocolor{background: transparent; }
#header .header_middle {
clear: both;
position: relative;
z-index: 5;
padding: 15px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
background: rgba(26, 78, 107, 0.3);

}
.dropdown
{
	width: 480px;
}
#header .header_middle.position_cart{min-height:84px;}

#header #logo {

}
#language {
	float:right;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 6px;
	margin-top:10px;
}
#currency {
	float:right;
	color: #999;
}
#currency a {
	display: inline-block;
	line-height:30px;
	padding:0 6px;
	text-decoration: none;
}
#currency a b {
	display:block;
	line-height:30px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}


#header #cart {
    z-index: 9;
    border: 0;
    /*width: 192px;*/
    float: left;
    /* color: #FFF; */
    /*background-color: #2f363a;*/
    border-radius: 2px;

}
#header .position_cart #cart{ top:30px;}
#header #cart .heading {
	padding-right: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #fff;
}
#header #cart .heading h4 {
	font-size: 15px;
	display:none;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 4px 0 3px 50px;
}
#header #cart .heading a {
	font-size:14px;
	line-height:34px;
	text-decoration: none;
}
#header #cart .heading a span {
	    /*color: #fff;*/
}
#header #cart .heading > a.bigcart{
   display:block;
   float:left;
   width:34px;
   height:34px;
   margin-right:8px;
}
#header #cart .content {
	    clear: both;
    display: none;
    position: absolute;
    top: 90px;
    right: 8px;
    padding: 5px 20px;
    min-height: 150px;
    min-width: 264px;
    border-top: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
    background: #fff;
}

#header #cart:hover .content{ display:block;}
#header #cart.active .heading {

}
#header #cart.active .content {
	display: block;
}
.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 .image {
	width: 1px;
}
.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;
}
.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;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header .header_contact{
	display:inline-block;
	vertical-align:top ;
	margin-top: 15px;
	width:45%;}

/*search header*/
#header .button-search {
	float:right;
	background: url('../image/button-search.png') center center no-repeat;
	width: 32px;
	height: 32px;
	position:absolute;
	right:5px;
	cursor: pointer;
}
#header #search{
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,1) ;
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,1) ;
	box-shadow:0px 0px 1px rgba(0, 0, 0, 1);
}
#header #search input {
	border:none;
	padding: 10px 28px 10px 3px;
	 background-color: #fff;
	 width: 285px;

}
#header #search .go-search{
	background: url(../image/button-search.png) center center no-repeat;
	border:none;
	position: initial;
	background-color: #fff;
	width: 35px;
	height: 35px;
	display: inline;
	padding-right: 12px;

}
#header #search .go-search:hover{
	cursor: pointer;
}
/*search menu*/
.sb-search {
	position: relative;
	margin-top: 8px;
	margin-right:0px;
	height: 32px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
input.sb-search-input {
	position: absolute;
	top: 0;
	right: 0px;
	border: none;
	outline: none;
	background: transparent;
	width: 202px;
	height: 32px;
	margin: 0;
	z-index: 10;
	padding: 1px 32px 1px 3px;

}
.sb-icon-search,
.sb-search-submit  {
	background: url('../image/button-search2.png') center center no-repeat;
	width: 32px;
	height: 32px;
	display: block;

	padding: 0;
	margin: 0;
	cursor: pointer;
}
.sb-search-submit {
	position: relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	-moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	z-index: 90;
	speak: none;
	position:absolute;
	top:0;
	right:0;
}
.sb-search.sb-search-open,
.no-js .sb-search {
	overflow:visible;
	}
.sb-search.sb-search-open input.sb-search-input{ background:#fff;}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* Header links */

#header .header_topbox{
     display:block;
     clear:both;
     min-height:46px;
	 -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.08) ;
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.08) ;
	 box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);}

#header .links {
	padding-top: 6px;
}
#header .links > div {
	display:inline-block;
	vertical-align:top;
	padding: 0px 7px 0px 6px;
	-webkit-box-shadow: 1px 0px 0px rgba(0,0,0,0.08) ;
	-moz-box-shadow: 1px 0px 0px rgba(0,0,0,0.08) ;
	 box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.08);
	 transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
	 font-size: 11px;
	line-height:30px;}

#header .links > div > a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 11px;
	line-height:30px;
}


#header .links > div:last-child{ border-right:none;}
.fixwidth{ width:1210px;}
/*********************Memu****************************/
.ma-nav-mobile-container{
	margin-left:auto; margin-right:auto;
}

.ma-nav-mobile-container.default {
position: relative; clear:both;
border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
}

.ma-nav-mobile-container.fixed, .ma-nav-mobile-container.containermenu.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);
}
.ma-nav-mobile-container.fixed
{
	height: 100%;
	overflow: auto;
}
.navbar .btn-navbar div{ display:none;}
.menu > ul {
    display:block;
	padding: 0;
	list-style: none;
	margin:0 auto;
	min-height:50px;
	position:relative;
	max-width: 1170px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;


}
.menu > ul > li {
	display:inline-block;
	padding: 0px;
	transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     width: 20%;
     text-align: center;

}

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

}
.menu > ul > li + li{
   background-image:url(../image/rasdel.png);
   background-repeat:no-repeat;
   background-position: center left;}
.menu > ul > li  a{font-family:  Arial, Helvetica, sans-serif;}
.menu > ul > li:hover{ background-image:none;}
.menu > ul > li.homelink > a{
	text-indent:-9999px;
	width:24px;
	height:24px;}
.menu > ul > li > div {
	position: absolute;
	z-index:10002;
    -webkit-box-shadow: 0px 2px 18px rgba(0,0,0,025);
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
	 display:none;
}
.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
{
 	display: block;


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

}

.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: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 > li > a span{

	}
.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:6px 12px;
    }
.menu > ul > li > div#topmenuaccount.topmenu > ul > li:hover { background-color:transparent; }
.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{
     font-size: 12px;
	 text-transform:uppercase;
	 font-family:  Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 line-height:24px;
	 text-decoration:none;
	 display:block;
	 padding:0;
	 }

.menu > ul div#topmenuaccount  ul li  a{ display:inline-block; min-width:20px;}
.menu > ul > li > div > ul > li > a span{display:block;}

.menu > ul div ul li a{
	text-decoration: none;
	font-size:15px;
	display: block;
	line-height:24px;

}
.menu .topmenu ul li{
	position:relative;
		transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
}
.menu .topmenu ul li .level3,
.menu > ul > li > div.topmenu_theme > ul > li > div.topmenu {
               /*display:none;*/
               /*position:absolute;*/
			   min-width:200px;
			   z-index:2;
			   top:0;
			   left:100%;
			   /*border-top:1px solid rgba(0,0,0,0.1);
              -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
	          -moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
               box-shadow: 0px 3px 2px 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:3px 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%;}

.menu > ul > li > div.topmenuaccount > ul > li > a{ display:inline;}

.menu #topmenuaccount { min-width:200px; background-color:#fff; border:1px solid #ddd;}
.menu #topmenuaccount a{}
.menu #topmenuaccount #enterkabinet div { margin-bottom:6px; display: block;}

.menu #topbrand {
	width:40%;
    padding:20px 20px 10px 20px;
}
.menu #topbrand ul li{
	display:block;
	float:left;
	width:50%;
	list-style:none;
	margin-bottom:10px;
	vertical-align:top;
	padding:0px;}
.menu #topbrand ul li img{ float:left; margin-right:10px;}

.menu .custombox > div{
    padding:10px;
	float:left;
    min-width:200px;
	background-color:#fff;
	border:1px solid #ddd;}
.sub_image img{ width:50px; height:auto !important;}

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

.displaymenu .menu > ul > li > div.topmenu_theme {
	width:100%;
	left:0;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,025);
   }
.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:50%;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn3{ width:33.3%;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn4,
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn{ width:25%;}
.displaymenu .menu > ul > li > div.topmenu_theme > ul.mcolumn5{ width:20%;}

.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 4px 0;}

.displaymenu .menu > ul > li > div.topmenu_theme > ul > li> a:hover{ padding:4px 0px 4px 8px;}
.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{
	 border:1px solid rgba(0,0,0,0.08);
	 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:hover{background:none;}

.displaymenu .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu {
               min-width:auto;}
.displaymenu  .menu > ul > li > div.topmenu_theme > ul > li > div.topmenu a{ width:auto;}
/**************************breadcrumb*****************************************/
.breadcrumb {
	margin-bottom: 20px;
	padding-top:6px;
}
.breadcrumb a{text-decoration:none;}
.breadcrumb a:hover{}
/******************************************Success*********************************************** */
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 0px;
	color: #555555;
}
.success {
	background: #fff 10px center no-repeat;
	border: 1px solid #BBDF8D;}
a.button.close{
	padding: 8px 12px 8px 12px;
}
.cart-notif-text{
	text-align: center;
}
.cart-notif-btn a{
	float: unset;
	margin: 5px;
}
.cart-notif-btn{
	text-align: right;
}
#notification .success, #notification .warning, #notification .attention, #notification .information {
	width:40%;
	position: fixed;
	top:20%;
	left:30%;
	z-index:99999;
	border:20px solid #fff;
	-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);

}
#notification .success, #notification .success a{font-size:16px;}
.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: 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;
}
#content ul{ list-style:none;}
.pagination {
	padding: 0;
	background-color: rgba(0, 0, 0, 0.03);
	display: inline-block;
	width: 100%;
	margin: 10px 0;

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

}
.pagination .results {
	float: right;
	line-height:34px;
	margin-right:10px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size:15px;
	text-transform:uppercase;
	background-position:left center;
	background-repeat:no-repeat;
		transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 8px 12px 8px 12px  ;
}
input.button.login {
  padding: 8px 12px 8px 40px;
}
.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;
    border: 0;
    padding: 8px 12px;
}
a.button:hover, input.button:hover,.product-info .cart input.button:hover {

}
.buttons {
	overflow: auto;
	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;
}
.htabs {
	height: 34px;
	line-height: 17px;
}
.htabs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	padding: 8px 15px 9px 15px;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-right: 0px;
	display: none;
}

.htabs a.selected {
	padding-bottom: 9px;
    cursor:default;

}
.tab-content {

	font-size: 15px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	background-color:#FFF;
}
/* box */
.box {
	margin-bottom:30px;
}
.box .box-heading, .box .box-heading a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:34px;
	text-decoration: none;

}
.box .box-heading {
	margin-bottom:20px;
    text-align:center;
}


/* box products */

.box-content > .box-product
{
text-align: center;
}

#column-left .box-content > .box-product, #column-right .box-content > .box-product{ margin-right:0}

.box-product > div,.box-product div.itemcolumns, .block2{
     position:relative;
	overflow:hidden;
	display:inline-block;
	transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
	      	}

.box-product > div,.box-product div.itemcolumns{text-align:center;}

.block2{ padding:20px;
         text-align:left;
}
.block2 .image{
	     margin-right:20px;
	     display:block;
	     float:left;
		 position:relative;
		 text-align:center;
	 }
.block2 .description{ margin-bottom:10px;}

.box-content > .box-product > div,
.content_carou .itemcolumns > div,
.verticaltab .owl-item,
#column-left .itemcolumns,
#column-right .itemcolumns{
	-webkit-box-shadow: 0px 0px 0px 1px #e0e0e0 inset ;
	-moz-box-shadow: 0px 0px 0px 1px #e0e0e0 inset ;
	box-shadow:inset 0px 0px 0px 1px #e0e0e0;
}
/*.box-content > .box-product > div {
	display:inline-block;
	width: 23.8%;
	vertical-align: top;
	margin-right: 6px;
	margin-bottom:10px;
}*/

.content_carou .itemcolumns{
	float:left;
	 display:block;
	 width: 234px;
	}
.content_carou .itemcolumns > div{
	margin-right:10px;
	overflow:hidden;
}

#column-left .list_carousel, #column-right .list_carousel{ width:220px;  margin-right:0}


#column-left + #content .box .box-content > .box-product > div, #column-right + #content .box .box-content > .box-product > div {width: 23.9%;}


#column-left + #column-right + #content .box .box-content > .box-product > div {
	width: 31.9%;
}

/*wishlist, compare, quickbutton*/
.product-grid .hover_but, .box-product .hover_but{
     position:absolute;
	 width:100%;
	 height:34px;
	 bottom:0px;
	 z-index:20;
}
.block2 .hover_but{
	 position:absolute;
	 width:100%;
	 height:34px;
	 z-index:20;
     bottom:0;}

.hover_but > div{
	 display: inline-block;
	 vertical-align:top;
}
.hover_but > div+div{
	margin-left:-4px;}
.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 .wishlist, .box-product .wishlist,
.block2 .wishlist{
	 -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
.product-grid .compare, .box-product .compare,
.block2 .compare{
	 -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     transition: all 0.4s ease-out;
}
.product-grid .quickviewbutton, .box-product .quickviewbutton,
.block2 .quickviewbutton{
	 -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
.product-grid .quickview{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product-grid  > div:hover .hover_but > div,
.box-product  > 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,
.product-list .wishlist a, .product-list .compare a,
.box-product .wishlist a, .box-product .compare a,
.block2 .wishlist a, .block2 .compare a, .hover_but > div a{
	 display: inline-block;
	 width:34px;
	 height:34px;
	 text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
	 background-repeat: no-repeat;
     background-position: center center;
     filter: Alpha(Opacity=70);/*IE7 fix*/
     opacity: 0.7;
     -moz-opacity: 0.7;
     -khtml-opacity: 0.7;
}
.img_but{ position:relative;}
.quickviewbutton a {
  background-image:url(../image/icon/eye.png);
}
.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 .itemcolumns, #column-right .itemcolumns {
	width: 220px;
	 margin-right:0;
 }


#column-left .box-content > .box-product > div,
#column-right .box-content > .box-product > div{
    margin-right:0;
    text-align:left;
	float:none;
	width:220px;
}

#column-left .box-content > .box-product > div .cart,
#column-right .box-content > .box-product > div .cart{ display:none;}
#column-left .box-content > .box-product > div .owl-addimage,
#column-right .box-content > .box-product > div .owl-addimage,
#column-left .box-content > .box-product > div > .image,
#column-right .box-content > .box-product > div > .image{
     float:left;
	 width:90px;
	 margin-right:10px;
	 margin-bottom:10px;
	 overflow:hidden;}
#column-left .box-product  > .itemcolumns img, #column-right  .box-product  > .itemcolumns img{ border:none;}
#column-left .box-product > .itemcolumns .hover_but,
#column-right .box-product > .itemcolumns .hover_but,
#column-left .box-content > .box-product > div .savemoney,
#column-right .box-content > .box-product > div .savemoney{ display:none}
#column-left .box-content > .box-product > div .name,
#column-right .box-content > .box-product > div .name{ margin:10px 10px 10px 100px; min-height:inherit;}
#column-left .box-content > .box-product > div .price,
#column-right .box-content > .box-product > div .price,
#column-left .box-content > .box-product > div .rating,
#column-right .box-content > .box-product > div .rating{ margin-left:100px;}
#column-left .box-content > .box-product > div .price-old,
#column-right .box-content > .box-product > div .price-old{ display:block;}


.box-product .image{
	display:block;
    padding:10px 0 0 0 ;
	margin:0px;
	text-align:center;
}
.box-product .image img {max-width: 100%;}

.box-product .name{	margin: 10px 10px 0; min-height:36px;}
.block2 .name{min-height:36px;}
.box-product .name a, .block2 .name a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	text-decoration: none;
	display: block;
}
.category-home .box-product .name a
{
	font-size: 16px;
}
.box-product .price, .block2 .price {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
}
.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: 10px 0;

}

.box-product .links{display:inline-block; }
.savemoney{ display:block;
            position:absolute;
			top:-80px;
			left:50%;
			margin-left:-34px;
			font-size:13px;
			line-height:24px;
			font-weight:bold;
			padding:5px 0;
            text-align: center;
		    width:68px;
			transition: all 0.4s ease;
	        -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
			z-index:20;
           }
.content_carou .savemoney {margin-left:-39px;}
.product-grid > div:hover .savemoney,
.box-product > div:hover .savemoney,.box-product div.itemcolumns:hover  .savemoney, .block2:hover .savemoney {
	top:0;}

.product-list .savemoney{ position:relative; top:auto; left:auto; display:inline-block; margin-left:0;}

/* box category accordeon */
.accord_category .box-heading{ }
.box-content .accordeon_categ {
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 0px 1px #e0e0e0;
	-moz-box-shadow: 0px 0px 0px 1px #e0e0e0;
	 box-shadow: 0px 0px 0px 1px #e0e0e0;
	}
.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;

	}
.box-content .accordeon_categ > ul > li + li {border-top: 1px solid rgba(0, 0, 0, 0.1);}
.box-content .accordeon_categ > ul > li:hover{ }
.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: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding:8px 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 */
.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: Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	padding:8px;
	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;
	}

	.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: 34px;
	height: 34px;
	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 {
	padding: 0px;
	overflow: auto;
	margin-bottom: 20px;
	background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;

}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 0px;
	margin-right: 20px;
}
.category-list {
	overflow: auto;
}
.category-list ul {
	float: left;
	width: 24%;
	margin:0;
	padding:0;
	list-style:none;
}
.category-list ul li{
	 text-align:left;
     padding:4px 10px;
	 margin-bottom:4px;
	 margin-right:10px;
	background-color: rgba(0, 0, 0, 0.03);
	 	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;}
	.category-list ul li a{ text-decoration:none;}
.accordeon_description{
	 position:relative;
	 margin-bottom:20px;
}
.accordeon_description div.view{
     display:none;
	 border:1px solid rgba(0, 0, 0, 0.08);
	 padding:20px;}
.accordeon_description a.cat-active .view{ display:block;}
.accordeon_description .accordeon_plus {
	position: relative;
	display: inline-table;
	padding-right:40px;
	padding-left:10px;
	line-height:34px;
	cursor:pointer;
	background-position:top right;
	background-repeat:no-repeat;
}

.accordeon_description .accordeon_plus.open {
	background-position:top right;
	background-repeat:no-repeat;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	font-size: 15px;
	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:12px 4px 8px 0px;
    border-top:1px solid rgba(0, 0, 0, 0.08);

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

}
.product-filter .sort {
	float: right;
}
.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:10px 0;
	position:relative;
	border-top:1px solid rgba(0, 0, 0, 0.08);

}
.product-list .image img
{
    width: 100%;
}
.product-list .owl-carousel{ max-width:230px;
    float: left;
	margin-right: 20px;
	text-align:center;}
.product-list .left { float:left; width:230px; position:relative;}
.product-list .right { position:absolute; right:20px; top:10px; text-align:right;}
.product-list .centr{ margin-left:250px; margin-right:250px; }


.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: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	text-transform:uppercase;
}

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

.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:5px;
	display:block;
}


/*product-list*/
.product-grid {
	overflow: hidden;
	margin-right: -10px;
	padding-top: 24px;
}
.product-grid > div {
	display:inline-block;
	overflow:hidden;
	vertical-align: top;
	margin: 0 6px 10px 0;
	padding: 0;
	text-align:center;
	position:relative;
	-webkit-box-shadow: 0px 0px 0px 1px #e0e0e0 inset ;
	-moz-box-shadow: 0px 0px 0px 1px #e0e0e0 inset ;
	box-shadow:inset 0px 0px 0px 1px #e0e0e0;
	position: inherit;
}
 #column-left + #content .product-grid > div,
 #column-right + #content .product-grid > div {width: 23.9%;}
#content .product-grid > div {width:23.8%;}

#column-left + #column-right + #content .product-grid > div {
	width: 31.9%;
}
.product-grid > div:hover{
}
.product-grid .image{ text-align:center; padding:10px 0 0 0; margin:0;}
.product-grid .image img {
height: auto !important;
max-width: 99%;
}

.product-grid .name{margin:10px 10px 0; min-height:36px;}
.product-grid .name a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;

}

.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom:10px;
}
.product-grid .price {
	font-family: Arial, Helvetica, sans-serif;
    display: block;
	font-size:16px;
	margin: 0px 10px 8px;
	font-weight: bold;
}
.product-grid .price-old {
	text-decoration: line-through;
	font-weight: normal;
   font-size:0.9em;
}
.product-grid .price-new {

}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin:0 0px 10px 0px;
	display:block;

}
.product-grid .cart.cart-wr-n{
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.product-grid .cart.cart-wr-n .ajaxbutton.button:hover{
	border-color: transparent;
	background-color: #285e8e;
    color: #fff !important;
    cursor: pointer;
}
.product-grid .cart.cart-wr-n .ajaxbutton.button{
	max-width: 100%;
    margin: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Product
************************************************/
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
	position:relative;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: space-between;
}
.product-info > .left
 {
	width: 30%;
}
.product-info > .right
{
	width: 49%;
}
.product-info > .sidebar
{
	width: 20%;
}

.product-info .image {

	padding:10px;

	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;

	padding:10px 0;

   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;

}
.product-info .description span {
	display:inline-block;

}
.product-info .description a {
	text-decoration:none;

}

.product-info .price {
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 35px;
	padding:10px;
	font-weight:bold;

}
.product-info .price-old {
	text-decoration: line-through;
	font-weight: normal;
   font-size:0.9em;
}
.product-info .price-new {
}
.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: 15px;
}
.product-info .cart input.button{display: inline-block; vertical-align:top;margin-right:5px;}
.product-info .cart .gty{    margin-bottom: 29px;opacity: 0.7;}
.product-info .cart .gty input { height:26px;}
.product-info .cart div > span {
	color: #999;
}
.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-flex;
    vertical-align: top;

}
.product-info .share{ margin-bottom:20px; display:block;}
.product-info .cart .links a {
	display: block;
	font-size:18px;
	line-height: 0;
	text-decoration:none;
	padding-left: 10px;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
}
.product-info .owl-theme .owl-controls{
	text-align: center;
	position:absolute;
	top:35%;
	width:100%;
	z-index:2;
}
.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{
	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:34px;
		height:34px;
		background-repeat:no-repeat;
		border:none;
	   -webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   -khtml-border-radius: 2px;
	   border-radius: 2px;
	   cursor: pointer;
}
input#increase{
	    width:34px;
		height:34px;
		background-repeat:no-repeat;
		border:none;
	   -webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	   -khtml-border-radius: 2px;
	   border-radius: 2px;
	   cursor: pointer;
}

.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 {


    float: left;

    margin-bottom: 20px;
	margin-right: 20px;
	min-width: 250px
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-weight:bold;
	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-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: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
.compare-info .price{
	font-size:16px;
	font-weight:bold;}
.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: Arial, Helvetica, sans-serif;
	font-size:12px;
	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;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cart-info tbody .name a{
		font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;

}
.cart-total #total .right.price{font-size:15px;}

/* 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%;
}


/* footer */
#footer{
	clear: both;
	overflow:auto;
	min-width:1170px;
	margin:0 auto;
	position:relative;
	min-height: 100px;
	padding: 40px 20px 20px;
}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:8px;
}
#footer .column:first-child{ margin-left:0;}
#footer .column {
	float: left;
	margin-left:18px;
	margin-bottom:20px;
	width: 279px;
	min-height: 100px;
}
#footer .column.three{ width:180px;}
#footer .column.width50{ width: 576px;}
#footer .column ul li.phone_f {min-height:22px; padding:4px 0 0px 40px;}
#footer .column ul li.phone_f_viber {min-height:22px; padding:4px 0 0px 40px;}
#footer .column ul li.skype_f {min-height:22px; padding:4px 0 0px 40px;}
#footer .column ul li.fax_f { min-height:22px; padding:4px 0 0px 40px;}
#footer .column ul li.email_f {min-height:22px;  padding:4px 0 0px 40px;}
#footer .column ul li.address_f { min-height:22px; padding:0px 0 0px 40px;}
#footer .soc_network{ margin-top:20px;}
#footer .column ul, #powered .extras ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#footer .column ul li {
	padding:6px 8px;
		transition: all 0.4s ease;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
}
#footer .column ul li a:before{ content:none;}
#footer .column.contact ul li a:before{ content: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;}

#footer .box-product > div {
display:block;
   margin-bottom:10px;
   text-align:left;
   	-webkit-box-shadow: none ;
	-moz-box-shadow: none;
	 box-shadow:none;}
#footer .width50 .box-product > div{ display:inline-block; vertical-align:top; margin-right:20px;}
#footer .box-product > div img{ float:left;}
#footer .box-product .name, #footer .box-product .price{ margin:0 0 0 56px; padding:4px; min-height:inherit;}
#footer .box-product .price{font-size:0.9em}

#powered .extras { display:block; clear:both; float:left;}
#powered .extras ul li{ display:inline-block; margin-right:3px;}

#powered {
	padding: 10px 20px;
	clear: both;
     position:relative;
	 overflow:auto;
	min-width:1170px;
}

#powered a, #powered{ text-decoration:none;}
#powered .copyright{  float:right;}

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


/*Networks*/
.soc_network{}

.soc_network > div{
     display:inline-block;
     margin:0;

}
.soc_network > div a{
	display:block;
     width:30px;
	 height:30px;
	 margin:3px 4px 0 0;
	 -webkit-border-radius: 4px;
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	border-radius:50%;
	background-position:50% 50%;
	background-position:center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	box-shadow:0px 2px 1px  rgba(0,0,0,0.3);
	}
.soc_network > div a:hover{
	-webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
	box-shadow:0px 4px 2px  rgba(0,0,0,0.3);
	margin:0px 4px 3px 0;
	}

/*Payments icons*/
#powered .customblock_footer{ float:left;}
#powered .customblock_footer ul{ margin:0; padding:0;}
#powered .customblock_footer ul li {
display: block;
float: left;
margin-right: 6px;
}
/*Price filter*/
.price-filter{ padding:15px;}
.owl-slider .owl-item img{
	display: block;
    width: 100%;
    height: auto;
}
/*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: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;}

/*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: 280px;
	 width: 240px;
    z-index: 99999;
	top:0;
	background-color: #FFFFFF;
	border:2px solid #bbb;
	padding: 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;}

  .form-name
{
	margin: 15px 0;
}
  .right .price > div
  {
  	display: inline-block;
  }
  .right .price > div img
  {

  }
  .price span
  {
  	font-size: 18px;
  	font-weight: bold;
  }
  .pohog-prod
  {
  	position: relative;
  }
  .pohog-prod .weight-absolute
  {
  	left: 60px;
  }
  .pohog-prod .owl-controls
  {
  	position: absolute;
  	width: calc(100% - 30px);
  	height: 30px;
  	left: 15px;
  	top: calc(50% - 15px);
  	-webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important;
    background-color:transparent !important; 
 
  }
  .art
{
	margin-bottom: 30px;
}
.nenashli
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.prod.container
{
	width: 100%;
	max-width: 1140px;
	margin: auto;
}
.prod .row
{
	display: flex;
	flex-wrap: wrap;
}
.prod .col-lg-6
{
	width: calc(50% - 30px);
	padding: 0 15px;
}
.review-wrap
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ram
{
	padding: 30px;
	border: 1px solid #000;
	margin-bottom: 15px;
	text-align: center;
}
.general_info .price
{
	padding-top: 0;
	margin-top: -10px;
}
.ram-title
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.select-list select {
width: 180px !important;
}
.main2 .product-info
{
text-align: left;
}
.main2 .product-info h1
{
	text-align: center;
}
.main2 .product-info span
{
	margin-left: 10px;
}
.main2 .product-info .price span
{
	margin-left: 0;
}
.main2 .product-info .cart
{
	text-align: center;
}
@media(min-width: 601px) and (max-width:1200px)
{
	.container
	{
		width: 100%!important;
	}
	.product-info > .left
	{
		width: 40%;
	}
	.product-info > .right
	{
		width: 59%;
	}
	.product-info > .sidebar
	{
		width: 100%;
		display: flex;
	}
	.product-info > .sidebar .ram
	{
		padding: 15px;
		width: 33%;
	}
}
@media (max-width:1360px)
{
	.ram
	{
		padding: 15px;
	}
}
@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;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	-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: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
}

.custom_box_parallax .verticaltab{ margin:0 32px;}
.custom_box_parallax .bigtext img{ max-width:100%;}

#container > .verticaltab .box-product-category{min-width:1210px;}

.hover {display:none;}
.product-grid > div:hover > div .hover {

	font-size: 15px;
    position: absolute;
    z-index: 999;
    display: none; /* for aditional image */
    background-color: white;
    width: 24.15%;
    box-shadow: inset 0px -1px 0px 1px #BED4E1;
    padding-bottom: 9px;

	}


.product-color-options{min-height: 25px;}

.knopka-option {
    padding: 8px;
}


.radio_buttons {
    margin: 5px;
    font: 14px Tahoma;
}
.radio_buttons div {
    float: left;
}
.radio_buttons input {
    position: absolute;
    left: -9999px;
}
.radio_buttons label {
    display: inline-block;
    border-radius: 50%;
    margin: 3px;    padding: 8px;
    border: 1px solid grey;
    vertical-align: bottom;
    cursor: pointer;
	text-align: center;
}
.radio_buttons label {
	display: inline-block;
	width: 80px;
	margin: 3px;    padding: 5px 0px 0px 0px;
	border: 1px solid grey;
	vertical-align: bottom;
	cursor: pointer;
}
.owq-input{
	position: unset !important;
	border: unset !important;
	width: 20px;
	background-color: #fff !important;
	text-align: center;
}
.countContainer{
	position: relative;
	padding: 5px 0px 5px 0px;
	width: 80px;
	height: 20px;
	background-color: unset;
	border-top: 1px solid black;
}
.countContainer input, .countContainer .owq-sub,.countContainer .owq-add{
	color: #fff !important;
	background-color: unset !important;
}
.radio_buttons input:checked + label {
    background: #2F363A !important;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
    color:#fff;
}
.radio_buttons div:first-child label {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.radio_buttons div:last-child label {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
a.color-sku:hover {
    transition: transform .4s;
    transform: scale(1.2);
}

a.color-sku-active {
    transition: transform .4s;
    transform: scale(1.2);
}
a.color-sku {
    display: inline-block;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid lightgrey;
    vertical-align: bottom;
    cursor: pointer;
}
#submit
{
	opacity: .6;
	cursor: not-allowed;
}
#powered .copyright
{
	float: none;
	text-align: center;
}
.dropdown a
{
	text-decoration: none;
}
.zvonok
{
	border: 2px solid transparent;
	padding: 8px;
	background-color: #2F363A;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: 'Philosopher';
	cursor: pointer;
	transition:.7s;
}
.zvonok:hover
{
	background: transparent;
	border:2px solid #2F363A;
	color: #000;

}
.matban_box.slider_banner .textbanner2
{
	font-size: 26px !important;
	padding: 15px;
}
.act
{
	color: red !important;
}
.links .ajaxbutton,
.ajaxbutton.button
{
	border:1px solid #000;
	display: flex !important;
	padding: 8px 10px !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background: #2F363A;
	color: #fff !important;
	transition: .7s;
}
.ajaxbutton.button
{
	max-width: 125px;
	margin:15px auto;
}
.soc
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
	width: auto !important;
}
.links .ajaxbutton:hover,
.ajaxbutton.button:hover
{
	background: transparent;
	color: #2F363A !important;
}
.links .ajaxbutton.disabled:hover,
.ajaxbutton.button.disabled:hover
{
	background: white;
	color: black !important;
	cursor: not-allowed;
	border: 1px solid red;
}
.product-form
{
	padding: 15px;
	background: #bbbdbe59;

}
.hka
{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.fa-heart
{
margin-right: 5px;
}
.nalichie
{
	/*color: #006400 !important;*/
	color: #007122 !important;
	font-weight: bold;
}

.container
{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.dropdown-menu
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
}
.dropdown-menu > div
{
	padding: 5px;
}
.dropdown-menu a
{
	font-size: 16px;
}
.product-info .right div.options,
.product-info .right .description,
.product-info .right .htabs,
.product-info .right .price,
.product-info .right .cart,
.product-info .right .review
{
	overflow: initial !important;
}
.itemcolumns
{
	max-width: 234px;
}
#footer .container
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#navbar-inner a
{
	text-decoration: none;
}
#bestseller_scroll .next,
#latest_scroll .next
{
	right: 10px;
	top: 50%;
}
a#cancelorderajax
{
	background-color: #2F363A !important;
}
input#gotoorderajax
{
	background-color: #3276b1 !important;
}

#bestseller_scroll .prev,
#latest_scroll .prev
{
	left: 0px;
	top: 50%;
}
.compare-page
{
	overflow: auto;
}
.compare-page .compare a
{
	background-image: none;
}
#topcontrol
{
	left: 15px;
	right: auto !important;
}
.idle
{
	width: 80% !important;
	margin: auto;
}
.box-product .hover_but
	{
		width: 50%;
		left: 25%;
	}
.product-form .content
{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.mar-l
{
	margin-left: 30px;
}
.shop_summary_rating

{
    border: 1px solid #949494 !important;
    background-color: rgba(94, 94, 94, 0.08) !important;
}
.remodal-confirm,
.rating_btn.add_rating-button
{
	background: #949494 !important;
	border: 1px solid #000 !important;
}
.box-categorywall
{
	box-sizing: border-box;
}
.box-categorywall .categorywall
{
	padding: 15px !important;
	box-sizing: border-box;
	border:1px solid #BED4E1;

}
.box-categorywall .categorywall a
{
	font-size: 15px;
}
.box-categorywall h3 a
{
	font-size: 18px !important;
}
.box-categorywall img
{
	padding-right: 20px !important;
}
#column-left .soc
{
	margin-left: 0px;
	margin-right: 0px;
}
#cboxLoadedContent .content-left-50
{
	width: 100% !important;
}
#cboxLoadedContent .content-right
{
	display: none !important;
}
.rating-form-label,
.remodal h2
{
	color:#000 !important;
}
.fa-balance-scale
{
	margin-right: 5px;
}
.contact-content button.contact-send,
.buttons input
{
	background: #2F363A !important;
	cursor: pointer;
	color:#fff !important;
}
#stock_status
{
	color: #007122;
}

@media(max-width:600px)
{
	.select-list select
	{
		margin-bottom: 15px;
	}
	.select-list, .select_quantity
	{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.product-info > .sidebar
	{
		width: 100%;
	}
	.product-info > .sidebar .ram
	{
		padding: 15px;
	}
	.prod .col-lg-6.col-12
	{
		width: 100%;
	}
	.pohog-prod .weight-absolute
	{
		left: 20px;
	}
	.pohog-prod .owl-controls
	{
		position: relative;
		width: 100px !important;
		left: 0;
		height: 40px;
	}
	.pohog-prod .owl-controls .owl-buttons div
	{
		opacity: 1 !important;
	}
	.pohog-prod .owl-controls .owl-buttons div.owl-prev
	{
		left: 0 !important;
	}
	.pohog-prod .owl-controls .owl-buttons div.owl-next
	{
		right: 0 !important;
	}
	.categorywall.no-children
	{
		width: 100% !important;
	}

	.product-form .content
	{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.mar-l
{
	margin-left: 0px;
}
	#footer .container > div
	{
		width: 50% !important;
	}
	.soc
	{
			padding-top: 15px;
	}
	.box-product .image img {
    max-width: 110px;
}
div.MagicToolboxContainer.selectorsLeft
{
	display: flex !important;
	flex-direction: column;
}
.MagicToolboxSelectorsContainer > div
{
	width: 100% !important;
	min-width: 300px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
	.MagicToolboxSelectorsContainer
	{
		width: 100% !important;
		order: 2;
	}
	div.MagicToolboxSelectorsContainer img {
    max-width: 100px !important;
}
	div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer
	{
		display: block !important;
	}
	.box-product .hover_but
	{
		width: 40%;
		left: 30%;
	}
	.cart .gty
	{
		display: inline;
	}
	.product-info .options
	{
		margin-bottom: 0px;
	}
	.radio_buttons
	{
		margin: 20px 0;
	}
	.product-info .options
	{
		padding: 0;
	}
	.verticaltab .block1
	{
		width: 250px;
	}
	#cboxMiddleLeft,
	#cboxTopCenter,
	#cboxTopLeft,
	#cboxTopRight,
	#cboxMiddleRight
	{
		display: none;
	}
	#ajaxordermainbody
	{
		margin: 5px !important;
	}
	#ajaxorder
	{
		min-width: 300px !important;
		max-width: 300px !important;
	}
	body, td, th, input, textarea, select, a
	{
		font-size: 12px;
	}
	input[type="text"]
	{
			padding: 2px 0;
	}
	input[type="text"].ajaxorderinputs
	{
		width: 265px !important;

	}
	input#gotoorderajax
	{
		width: auto !important;
		padding: 0 10px !important;
	}
	#cboxWrapper,
	#cboxLoadedContent
	{
		width: 320px !important;
	}
	#colorbox
	{
		padding:0 !important;
		width: 320px !important;
		margin-left:-160px;
		left: 50% !important;
		overflow: hidden;
	}
	#cboxLoadedContent
	{
		margin: auto;
	}
	#cboxBottomCenter
	{
		display: none;
	}
	#notification .success #notif-cart .mini-cart-info{
		height: 30vh;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	#notification .success
	{
		padding: 5px;
		width: 280px;
		height: fit-content;
		max-height: 80vh;
		/*margin-top: -140px;*/
		margin-left: -140px;
		left: 50%;
		top:20%;
		border:5px solid #fff;
		box-sizing: border-box;
		padding-top: 5px;
		background: #fff;
		background-size: 20px;
	}
	.mainimg
	{
		width: 50%;
		padding: 10px !important;
		margin: auto !important;
	}
	.mainimg img
	{
		width: 100%;

	}
	#cboxContent
	{
		width: 320px !important;
	}
	.success .close
	{
		/*position: absolute;
		top: 15px;
		right: 15px;
		height: 10px;*/
	}

	.success a{
		float: unset !important;
		display: block;
		text-align: center !important;
		margin: 5px auto !important;
	}

	.links .ajaxbutton
	{
		padding: 15px 10px !important;
	}
	.cart,
	.price,
	#htop
	{
		text-align: center;
	}
	.price
	{
		margin-bottom: 15px;
	}
.product-info > .left,
.product-info > .right {
	width: 100%;
}
.product-info .cart .gty,
.box
{
	margin: auto;
	margin-bottom: 15px;
}
.product-info .cart .links {
    display: flex;
    flex-direction: row;
    padding: 14px;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.dropdown a
{
	margin: 5px 0;
}
#header .header_middle
{
	align-items: flex-start;
}
#logo
{
	width: 45%;
	margin: auto;
}
#logo img
{
	width: 100%;
}
.dropdown
{
	width: 100%;

}

.dropdown-menu
{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;

}
.itemcolumns
{
	max-width: 441px;
}
.dropdown-menu > div
{
	margin: auto;
}
}
@media(max-width:370px)
{
	.MagicToolboxSelectorsContainer > div
{
	width: 100% !important;
	min-width: 300px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
	.MagicToolboxSelectorsContainer
	{
		width: 100% !important;
	}
	div.MagicToolboxSelectorsContainer img {
    max-width: 90px !important;
}
}
@media(min-width:1280px)
{
#matban_box0

{
	/*max-width: 1170px;*/
	margin:15px auto;
}


}
.non_opt_price{
	font-weight: 100;
	font-size: 15px;
}
.variable-image{
	margin: 5px 0px 0px 0px !important;
	padding: 0;
}
.variable-image li{list-style: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.sub_articul{
	display: table;
}

.option_image_select.check{
	border: 1px solid #E42CD4;
	display: block;
	width: 100%;
}
#langmark {
    display: flex;
     align-items: center;
    font-weight: 700; 
}
#langmark a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 7px;
    font-weight: 400;
    text-decoration: none;

}
#langmark a.active{
        font-weight: bold;
    text-decoration: underline;

}

#header .links > div.itslanj:hover {
    background-color: inherit;
}