@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,cyrillic);


html {
	overflow-y: scroll;
	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;
}
h3{ margin:0 0 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: #fcfcfc;
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 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 { width: 1200px;
			 margin:0 auto;
			 }

.contact-info #column-left {
    width: 100%;
}
.row.row-contact {
	margin-left: -15px;
    margin-right: -15px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.col-sm-6 {
    padding-left: 15px;
    width: 50%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}

@media (max-width: 580px) {
	.col-xs-12 {
		width: 100%;
	}

}
@media (max-width: 780px) {
	span.ttl_header {
    display: block;
    width: 100%;
}
}
.cont_bottom{ width:100%; clear:both;}
#column-left {
	float: left;
	width: 270px;

}
#column-right {
	float: right;
	width: 220px;
}
#content {
	min-height: 400px;
	margin-bottom: 30px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 300px;
}
#column-right + #content {
	margin-right: 240px;
}
.main{ width: 1230px;
	   margin-top:0px;
	   padding:20px 0;
}

.main .container {
	padding-left:30px;
	padding-right:30px;
	width:1170px;
}

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

/* header */
#header {
	position: relative;
	z-index:99;
	background: #7c7c7c;
    background: -webkit-linear-gradient(top, #7c7c7c 0%,#434343 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(100%,#434343));
    background: -moz-linear-gradient(top, #7c7c7c 0%, #434343 100%);
    background: -ms-linear-gradient(top, #7c7c7c 0%,#434343 100%);
    background: -o-linear-gradient(top, #7c7c7c 0%,#434343 100%);
    background: linear-gradient(to bottom, #7c7c7c 0%,#434343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#434343',GradientType=0 );
    border-bottom: 1px solid #eeeeee;
    padding-top: 23px;

}
#all_header{ position:relative;
			z-index: 100;
			min-width:1210px;
}
#all_header.color{ }
#all_header.nocolor{background: transparent; }
#header .header_middle {
clear: both;
min-height: 205px;
padding-bottom:10px;
position: relative;
z-index: 5;
background:#fff;
padding-left:15px;
padding-right:15px;
}
#header .header_middle.position_cart{min-height:84px;}

#header #logo {
	float:left;
    margin: 15px 0px 0px 0;
}
#language {
	float:right;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 10px;
	margin-top:8px;
}
#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 {
    position: absolute;
    z-index: 9;
    top: 135px;
    right: 30px;
    margin-bottom: 10px;
    min-width: 270px;
}
#header .position_cart #cart{ top:30px;}
#header #cart .heading {
padding-right: 68px;
    display: inline;
    position: relative;
    text-align: right;
    z-index: 1;
    width: 100%;
}
#header #cart .heading h4 {
	font-size: 14px;
	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 {
}
#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: 50px;
	right:0;
	padding: 8px;
	min-height: 150px;
	min-width:300px;
	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;
	z-index:99999999;
}

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

}
#header #cart.active .content {
	display: block;
	min-width: 360px;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info td.name{ border:none;}
.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 {
}
.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: 10px;
    width: 69%;
    margin-left: 22px;
}

/*search header*/
#header #search {
	position:absolute;
    left: 210px;
	width: 75%;
    top: 135px;
	background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    padding: 5px;
}
#header .button-search {
	float: right;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 11px 0;
    width: 33.9%;
    color: #ffffff;
    background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    right: 4.5px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}


#header .button-search i {
	left: -100%;
    top: 0;
    font-size: 25px;
    color: #ffffff;
    height: 100%;
    line-height: 35px;
    width: 100%;
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
}


#header .button-search i:before {
	content: "\f002";
}


#header .button-search:hover i {
	left: 50%;
    margin-left: -50%;
}


#header .button-search span {
	backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
    line-height: 19px;
	font-family: 'Roboto', sans-serif;
}

#header #search input {
	background:#fff;
	border:none;
	padding: 1px 28px 1px 55px;
	width: 520px;
	height: 38px;
	font-family: 'Roboto', sans-serif;
    outline:0;
}


#header #search .s_b:before {
	position: absolute;
    left: 0;
    top: 5px;
    margin-left: 5px;
    bottom: 0;
    width: 44px;
    max-height: 27px;
    padding-top: 13px;
    text-align: center;
    vertical-align: baseline;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8));
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
    color: #333333;
    font-size: 17px;
    line-height: 40px;
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*search menu*/
.sb-search {
	position: relative;
	margin-top: 8px;
	margin-right:0px;
	height: 32px;
	float: right;
	z-index:10;
}
input.sb-search-input {
	display:none;
	position: absolute;
	top: 0;
	right: 0px;
	border: none;
	background:#fff;
	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;
	border: none;
	z-index: 11;
	display:none;
}

.sb-icon-search {
	position:absolute;
	top:0;
	right:0;
}
/* Header links */

#header .header_topbox{
     display:block;
     clear:both;
     min-height:30px;
}

#header .links {}
#header .links > div {
	display:inline-block;
	vertical-align:top;
	padding: 0px 20px 0px 20px;
	margin-right:-3px;
	 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-size: 14px;
    line-height: 15px;
    color: #ff5f01;
    position: relative;
    transition: all .6s ease;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	font-weight:bold;
}


#header .links > div > a:after {
	position: absolute;
    content: "";
    left: 0;
    width: 0%;
    bottom: -5px;
    border-bottom: 1px solid #ff5f01;
    transition: all .6s ease;
}


#header .links > div > a:hover {
	color: #45ac07;
}


#header .links > div > a:hover:after {
	width: 100%;
    border-color: #45ac07;
}


#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;
}

.ma-nav-mobile-container.fixed, .ma-nav-mobile-container.containermenu.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);

}
.navbar .btn-navbar div{ display:none;}
.menu > ul {
    display:block;
	padding: 0;
	list-style: none;
	margin:0;
	min-height:50px;
	position:relative;

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

}

.menu > ul > li > a {
	font-size: 12px;
	font-weight:bold;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 24px;
	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 3px 2px rgba(0,0,0,025);
	 -moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
    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:13px;
	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:96%;
	padding:20px 2%;
}

.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;}
.br_1 .column_brand ul, .br_2 .column_brand ul, .br_3 .column_brand ul{ display:inline-block; vertical-align:top; width:30%;}

.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;
   }
.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 10px 20px 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 > 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;}
.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:none;
   }
.menu > ul > li.default2:hover > div{
		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;}
/**************************breadcrumb*****************************************/
.breadcrumb {
    padding: 8px;
    margin: 30px 0 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    border: 3px solid #333333;
    overflow: hidden;
	font-family: 'Roboto', sans-serif;
}

.breadcrumb i {
	margin-right:7px;
}
.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: #EAF7D9 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 #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);
	font-family: 'Roboto', sans-serif;
}
#notification .success, #notification .success a{font-size:16px; font-family: 'Roboto', sans-serif;}
.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;
}
.sitemap-info .left > ul, .sitemap-info .right > ul{ list-style:none;}
.pagination {
	padding: 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0;

}
.pagination .links {
	float: left;
	display: block;
	border: 0 !important;
}
.pagination .links a {
	display: inline-block;
	text-decoration: none;
    padding: 6px 0px;
	width:54px;
	text-align:center;
	margin-right:-3px;
}
.pagination .links b {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
    padding: 6px 0px;
	width:54px;
	text-align:center;
	margin-right: -3px;

}
.pagination .results {
	float: right;
	line-height:34px;
	margin-right:10px;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#777;
}
/* button */
a.button, input.button {
	cursor: pointer;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	font-size:15px;
	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;
	height: 34px;
	padding: 0px 12px 0px 12px;
	min-width:102px;
}
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;
}
.rightposition {text-align: right;}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
    height: 37px;
    line-height: 17px;
}
.htabs a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    float: left;
    text-align: center;
    text-decoration: none;
    margin-right: 0px;
    display: none;
}

.htabs a.selected {
	padding-bottom: 10px;
    cursor:default;
	background-color: #1E1E1E;
	color:#fff;

}
.tab-content {
	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);
	padding: 20px;
	margin-bottom: 20px;
	z-index: 2;
	background-color:#FFF;
}
.tab-section{ margin-bottom:20px;}
.tab-section .box-heading ul{ margin:0; padding:0; list-style:none;}
.tab-section .box-heading ul li{ display:inline-block; padding:0 10px; cursor:pointer; margin-right:-4px;}
.tab-prod.visible{
	height: auto;
	opacity:1;

}
.tab-prod {
	height:0.01em;
	opacity:0;
}

/* box */
.box {
	margin-bottom:30px;
}
.box .box-heading, .box .box-heading a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:34px;
	text-decoration: none;

}
.box .box-heading {
    text-align:left;
	margin: 0;
    padding: 16px 19px 15px;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
}


/* box products */

.box-content > .box-product, .tab-prod > .box-product{ margin-right:-10px;}

#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;}
.box-product .rating{ margin:0 10px;}
.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;
}
.verticaltab .owl-item .block2{ vertical-align:middle;}
.box-content > .box-product > div{
	display:inline-block;
	width: 19.1%;
	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;
	max-width:235px;
	position:relative;
	vertical-align:middle;
}

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


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


#column-left + #column-right + #content  .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  > 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,
.product-info .wishlist a, .product-info .compare 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 > div > div > .image,
#column-right .box-content > .box-product > div > div > div > .image,
#column-left div:not(.blog_ocshop) .box-content > .box-product > div > .image,
#column-right div:not(.blog_ocshop) .box-content > .box-product > div > .image{
     float:left;
	 width:90px;
	 margin-right:8px;
	 margin-left:2px;
	 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 div:not(.blog_ocshop) .box-content > .box-product > div .name,
#column-right div:not(.blog_ocshop) .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 div:not(.blog_ocshop) .box-content > .box-product > div .rating,
#column-right div:not(.blog_ocshop) .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%; height:auto !important;}

.box-product .name{	margin: 10px 10px 0; min-height: 40px; overflow:hidden;}

.block2 .name{height:40px; overflow:hidden;}
.box-product .name a, .block2 .name a, .review_name {
	font-weight: bold;
    color: #333333;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	text-decoration: none;
	display: block;
    font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.box-product .name a:hover {
	color: #ff5f01;
}

.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 .cart, .block2 .cart{ display:block; margin-bottom:6px;}

.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;
	}
.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;
    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 {
	margin:0;
	padding:0;
	clear:both;
}
.category-list ul li{
	display: block;
	border:0;
	float: left;
	margin: 0px 10px 10px 0px;
	text-align:center;
    width: 200px;
    margin-bottom: 20px;
    min-height: 38px;
}
.category-list ul li img{
	display:block;
	margin:0 auto 10px;
	width:95%;
}
.category-list ul li span{ display:block;}

.category-list ul li a{
    text-decoration:none;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: 600;
    color: #333;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	font-family: 'Roboto', sans-serif;
}


.category-list ul li a:hover {
    color: #ff5f01;
    text-decoration: underline;
}

.accordeon_description{
	 position:relative;
	 overflow: hidden;
}
.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;
}
.category-img {
  float: left;
  margin-right: 10px;
}
/* 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;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: hidden;
	padding: 10px 0;
    border-top: 1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:15px;

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

}
.product-filter .sort {
	float: left;
}

.product-filter .sort select {
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
}

.product-filter .sort b {
	float:left;
	margin-right:10px;
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
	font-weight:bold;
	position:relative;
	top:3px;
}

.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: visible;
	margin-bottom: 1px;
	min-height:240px;
	padding:20px 0;
	position:relative;
	border-top:1px solid rgba(0, 0, 0, 0.08);

}
.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;
}
.blog_ocshop .product-list .left > .image,
.blog_ocshop .box-product .left .image{
  margin-right:20px;
  max-width:none;
  float:left;}
.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 .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-left: -20px;
}
.product-grid > div {
	display:inline-block;
	overflow:hidden;
	vertical-align: top;
	text-align:center;
	position:relative;
	padding: 20px 20px 23px;
    border: 1px solid #c1c1c1;
    box-shadow: none !important;
    width: 227px !important;
    margin-left: 25px;
    margin-right: 0;
	margin-bottom:20px;
	min-height: 329px;
}
 #column-left + #content .product-grid > div,
 #column-right + #content .product-grid > div {width: 23.9%;}
#content .product-grid > div {width: 19.1%;}

#column-left + #column-right + #content .product-grid > div {
	width: 31.9%;
}
.product-grid > div:hover{
}
.product-grid .image{ text-align:center; display: block; position: relative; padding: 0;}
.product-grid .image img {
height: auto !important;
max-width: 100%;
}

.product-grid .image a {
	display: block;
    overflow: hidden;
    position: relative;
}

.product-grid .image a:before {
	content: '';
    width: 100%;
    height: 0;
    display: block;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-grid .image a:hover:before {
	height: 100%;
    top: 0;
}


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



.product-grid .name{
    text-align: center;
	margin-bottom: 5px;
    margin-top: 7px;
	}
.product-grid .name a {
	font-weight: bold;
    color: #333333;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;

}

.product-grid .name a:hover {
	color: #333;
}

.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom:10px;
}
.product-grid .price {
    font: bold 20px/24px Roboto;
    color: #ff5f01;
    margin-bottom: 10px;
    text-align: center;
}
.product-grid .price-old {
	text-decoration: line-through;
    color: #777777;
    font-weight: 300;
    font-size: 17px;
}
.product-grid .price-new {
    color: #ef2626;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display:block;
	float: left;
	margin-bottom: 6px;
}


.product-grid .cart a {
box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    padding: 6px 15px 8px 50px;
    background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
    border: none;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}


.product-grid .cart a:hover {
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    color: #ffffff;
    border: none;
    font-family: 'Roboto', sans-serif;
}


.product-grid .cart i {
border-radius: 5px 0px 0px 5px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 38px;
    color: #ffffff;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    padding-top: 8px;
    font-size: 18px;
}


.product-grid .cart a:hover i {
    background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
}


.product-grid .cart i:before {
    content: "\f07a";
}

.product-grid .cart span {
    display: block;
    position: absolute;
    left: 38px;
    top: 12px;
    border: 5px solid;
    border-color: transparent transparent transparent #333333;
}

.product-grid .cart a:hover span {
    border-color: transparent transparent transparent #ff5f01;
}

/* Product
************************************************/
.product-info {
	overflow: visible;
	margin-bottom: 20px;
	position:relative;
	min-height:500px;
}

.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 #c1c1c1;
	position:relative;
}
.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:337px;
	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 #c1c1c1;
}

.product-info .description {
	line-height: 20px;
	padding:15px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	font-size:13px;
	color: #ff5f01;
	font-family: 'Roboto', sans-serif;
}
.product-info .description span {
	display:inline-block;
	font-size:13px;
	color: #777777;
	font-family: 'Roboto', sans-serif;
}
.product-info .description a {
	text-decoration:none;

}
.product-info .price {
	padding:10px;
	font: bold 20px/24px Roboto;
    color: #ff5f01;
}
.product-info .price-old {
    text-decoration: line-through;
    color: #777777;
    font-weight: 300;
    font-size: 17px;
}
.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;

}
#quickview .product-info .options{ padding:0 11px;}
.product-info .brand_img{ float:right;}
.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:top;}
.product-info .cart .gty{display: inline-block; vertical-align:top; border-spacing: 0;}
.product-info .cart .gty td{ vertical-align:top; padding:0; margin:0;}
.product-info .cart .gty input { height:18px;}
.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-block;
	vertical-align:top;
	padding:0;
	}


.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 {
	padding: 10px;
	line-height: 20px;
	 background-color: rgba(0, 0, 0, 0.03);
	 text-align:right;
}
.product-info .review .review_stars{
  float:left;
  display:inline-block;}
.product-info .review .pluso{
	display:inline-block;
	margin-right:10px;
}

.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:32px;
		background-repeat:no-repeat;
		border:none;
	   cursor: pointer;
}
input#increase{
	    width:34px;
		height:32px;
		background-repeat:no-repeat;
		border:none;
	   cursor: pointer;
}

.review-list {
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow:auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.review-list .author {
	display:inline-block;
	vertical-align:top;
	margin-bottom: 20px;
	padding-left:25px;
	background:url(../image/user_review.png) bottom left no-repeat;
}
.review-list .rating {
		display:inline-block;
	vertical-align:top;
	margin-left: 30px;
	margin-top:-5px;
}
.review-list .text {

}
.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;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	text-transform:uppercase;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: left;
	width: 35%;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#333;
}
.attribute td {
	padding: 15px;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#333;
	text-align: left;
	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: 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 */
#custom-footer-bg {
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
}
#custom-footer-bg .container{
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  position: relative;

}
#custom-footer-bg span.ctr{ clear:both; display:block;}
.footer-logo {
	clear:both;
	width:100%;
}
.footer-logo > img {
   max-width: 100%;

}
.column-welcome p{ margin-right:20px;}
.column-welcome{float: left; width:75%;}
.column-contacts{float: left; width:25%;}

.yesmaps .column-welcome, .yesmaps .column-contacts{width: 25%;}
.nocontact .column-welcome { width:100%; float:none;}
.yesmaps.nocontact .column-welcome{width: 50%; float: left;}

.column-contacts ul{ padding:0; list-style: none outside none; margin:0;}
.column-contacts ul li{min-height:30px; padding:0 0 6px 40px;}
#custom-footer-bg ul li.phone_f {background: url('../image/icon/mobile_phone.png') top  left no-repeat;}
#custom-footer-bg ul li.skype_f {background: url('../image/icon/skype.png') top  left no-repeat;}
#custom-footer-bg ul li.fax_f { background: url('../image/icon/fax.png') top  left no-repeat;}
#custom-footer-bg ul li.email_f {background: url('../image/icon/mail.png') top  left no-repeat;}
#custom-footer-bg ul li.address_f {background: url('../image/icon/address.png') top  left no-repeat;}
#custom-footer-bg .soc_network{ margin-top:20px;}

.column-maps {
  float: right;
  height: 220px;
  overflow:hidden;
  width: 49%;
  border: 1px solid #DBDEE1;
}
#footer{
	clear: both;
	min-width:1170px;
	margin:0 auto;
	position:relative;
	min-height: 100px;
}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:20px;
	padding:8px;
}

#footer .column {
	float: left;
	margin-bottom:20px;
	width: 30%;
	min-height: 100px;
}
#footer .column ul{
	margin: 0 20px 0 0;
	padding: 0px;
	list-style:none;
	}

 #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.contact ul li a:before{ content:none;}
#footer .column a, #custom-footer-bg 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:4px;
	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);
	}

/*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, .icon-odn{
   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;}
.icon-odn{ background:url(../image/odnoklassniki.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;
  height:100%;
  -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 top;
   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;
	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;}

.btnNav {
	background: #666;
	cursor: pointer;
	display: none;
	float: left;
	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;
}

/*stiker*/
.sticker-img > div {
    height: 34px;
	width: 56px;
    position: absolute;
   z-index:10;
}
.sticker-img .corner_0 {
	left: 0px;
    top: 0px;
}
.sticker-img .corner_1 {
	right: 0px;
    top: 0px;
}
.sticker-img .corner_2 {
	left: 0px;
    bottom: 0px;
}
.sticker-img .corner_3 {
	right: 0px;
    bottom: 0px;
}
.sticker-img > div img {
	border: none;
    padding: 0px;
}
.general_info .sticker-img{display:inline-block; vertical-align:bottom;}
.general_info .sticker-img > div{
	position:relative;
	vertical-align:bottom;
	display:inline-block;

}
#column-left .box-product > .itemcolumns .sticker-img,
#column-right .box-product > .itemcolumns .sticker-img{ display:none;}

/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .present {
	display: none;
}
.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li {
	border: 1px solid #eee;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin: 2px;
	padding: 4px;
	position: relative;
	width: 25px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 21;
	border: 1px solid #38b0e3;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}
.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: '';
	left: 82px;
}
.benefit_description:before {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #38b0e3;
	top: -8px;
	content: '';
	left: 82px;
}
.benefit li:hover .benefit_description {
	display: block;
}
.product-info .present {
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}
.present img { max-width:100%; height:auto !important;}
#quickview .cart, #quickview .benefits, #quickview .present{ text-align:center;}

/*testimonials*/
.testimonials #filter {
    overflow: hidden;
}

.testimonials #filter > span:hover, .testimonials #filter > span.active {

}
.testimonials #filter > span {
    float: left;
    margin-right: -1px;
}

.testimonials #filter > span a {
    text-decoration: none;
    display: block;
    padding: 0px 10px;
}
.testimonials #filter .button {
    float: right;
}
/*stars*/
.rating .fa-star,
.rating .fa-star-o,
.product-info .fa-star,
.product-info .fa-star-o {
	font-size: 11px;
}

.rating .fa-stack, .product-info .fa-stack{
	width: 0.6em;
}

/*reviews*/
.box-product .featured_review, .product-list .featured_review{
	padding:20px 10px 10px;
	background-color:rgba(0,0,0,0.03);
}
.box-product .featured_review{clear:both; text-align:left;}
.box-product .authorreview, .product-list .authorreview {
background: url("../image/user_review.png") 0% 0% no-repeat transparent;
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 10px;
min-height: 24px;
padding-left: 20px;
text-align: left;
font-style: italic;
}
.product-list .featured_review .authorreview{
	border:none;
	margin-top:-10px;

}
.box-product .textreview {
background: url("../image/quote.png") no-repeat transparent;
padding-left: 20px;
padding-bottom:10px;
text-align:left;
min-height:60px;
}
.box-product .textreview a, .product-list .description a{ text-decoration:none;}
.datepost {
  margin-bottom: 5px;
}
#column-left #reviews_scroll, #column-right #reviews_scroll,
#column-left #reviews_scroll2, #column-right #reviews_scroll2{ margin-bottom:10px;}
.featured_review .review_name{ margin-left:20px; padding-bottom:10px;}
.featured_review .rating,
#column-left .box-content > .box-product > div .featured_review .rating,
#column-right .box-content > .box-product > div .featured_review .rating{ margin-left:20px;}
#column-left .testimonal_button.button, #column-right .testimonal_button.button{
	margin-bottom:10px;
	width:196px;
	text-align:center;}
#shop_scroll, #shop_scroll2{ margin-bottom:10px;}

.box-article > div {
    margin-bottom: 10px;
	text-align:left;
	width:100%;
}
.box-article > div + div {
	padding-top:10px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);}
.box-article > div  .image{ float:left; margin-right:20px;}
.box-article > div .name, .box-article > div .rating{ height:auto; margin:0;}
.box-article .description-article a{ text-decoration:none;}

/*blog*/
.blog_ocshop .box-product .name{ height:auto; margin-bottom:10px;}
.blog_ocshop .box-product > div{ text-align:left;}
.box-product .added-viewed{
   margin-left:10px;
   margin-bottom:10px;
   font-size:0.9em;}
.box-product .description{padding:0 10px 10px; text-align:left;}
.box-product .description a { text-decoration:none;}

.blog_ocshop .box-content > .box-product > .left,
#column-left + #content .blog_ocshop .box-content > .box-product > .left,
#column-right + #content .blog_ocshop .box-content > .box-product > .left,
#column-left + #column-right + #content .blog_ocshop .box-content > .box-product > .left {
 float:none; width:98%; padding:10px 1%; text-align:left;}
.blog_ocshop .box-product .left .image{ padding:10px 0px 10px 10px;}



.ma-nav-mobile-container.hidden-desktop.default.containermenu  {
display:none;
}


.header_topbox .container {
	background-color:#fff;
    position:relative;
	padding-top: 7.5px;
    padding-bottom: 7.5px;
	padding-left:15px;
	padding-right:15px;
}



.top_box_wrap {
	background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,.9) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0)), color-stop(100%,rgba(237,237,237,.9)));
    width: 96%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
	}


	#welcome {
		font-family: 'Roboto', sans-serif;
		font-size:14px !important;
	}

	#welcome a {

	}



.header_contact p {
    float: left;
    min-width: 31%;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 20px;
    line-height: 44px;
    font-family: 'Roboto', sans-serif;
    color: #1E1E1E;
}





.header_contact .mts {
    background: url('../image/mts.png') left center no-repeat;
    padding-left: 25px;
}

.header_contact .life {
    background: url('../image/life.png') left center no-repeat;
    padding-left: 25px;
}


.header_contact .kyivstar {
    background: url('../image/kyivstar.png') left center no-repeat;
    padding-left: 25px;
}

.header_contact .cityphone {
    background: url('../image/cityphone.png') left center no-repeat;
    padding-left: 25px;
}


.header_contact a {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    transition: all .6s ease;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}


.header_contact a:after {
	position: absolute;
    content: "";
    left: 0;
    width: 0%;
    bottom: -5px;
    border-bottom: 1px solid #ff5f01;
    transition: all .6s ease;
}

.header_contact a:hover {
	    color: #45ac07 !important;
}


.header_contact a:hover:after {
	width: 100%;
    border-color: #45ac07;
}


#cart .heading a i {
	position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 13px;
    color: #ffffff;
    font-size: 26px;
    margin-right: 17px;
}

#cart .heading a i:before {
	content: "\f07a";
}

#cart {
	display: block;
    font-size: 13px;
    min-height: 47px;
    color: #ff5f01;
    background: #fff;
	border:2px solid #3f3f3f;
}



#cart .abs {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    bottom: 0;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 0;
}


#cart:hover .abs {
	width: 100%;
}


.bg_ic {
	position: absolute;
	height: 49px;
	width:101%;
	z-index:1;
}


#cart .heading {
    position: relative;
}


.zin {
	z-index:9999;
	position:relative;
}


.zin span {
	color:#ff5f01;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	position: relative;
    top: -3px;
}


.hdr_bg {
width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
    background: -webkit-linear-gradient(top, rgba(209,209,209,0) 0%,rgba(209,209,209,.9) 100%);
    background: -moz-linear-gradient(top, rgba(209,209,209,0) 0%, rgba(209,209,209,.9) 100%);
    background: -ms-linear-gradient(top, rgba(209,209,209,0) 0%,rgba(209,209,209,.9) 100%);
    background: -o-linear-gradient(top, rgba(209,209,209,0) 0%,rgba(209,209,209,.9) 100%);
    background: linear-gradient(to bottom, rgba(209,209,209,0) 0%,rgba(209,209,209,.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,0)), color-stop(100%,rgba(209,209,209,.9)));
}



.sub_category_child  ul li ul li a {
	color:#333;
}


.dropdown_category .box-category > ul > li .all_subcat {
	    background-color: #333 !important;
}


.dropdown_category .box-content .accordeon_categ > ul > li .sub_category_child > ul > li {
	    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}


.dropdown_category .sub_category_child > ul div {
	 background-color: #333 !important;
}


.dropdown_category .sub_category_child > ul div a:hover {
	color:#ff5f01 !important;
}


.nivo-controlNav {
	display:none;
}

#showcase {
	margin-left:-30px;
	overflow:hidden;
	margin-bottom:10px;
}

#showcase .custom_showcase {
    width: 42.2%;
    margin-left: 30px;
    float: left;
	margin-bottom:20px;
	background:#ff5f01;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding:10px 20px 10px 20px;
}

#showcase .custom_st {
    width: 25%;
    min-height: 180px;
    margin-left: 30px;
    float: left;
	margin-bottom:20px;

	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding:10px 20px 10px 20px;
}


#showcase .custom_showcase:hover {
	background:#333;
}

.h_main_icon a {
	font-size:24px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#fff !important;
}


.h_main_icon a:hover {
	text-decoration:underline;
	color:#fff;
}


.h_main_icon1 a {
	font-size:20px;

	display:block;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;

	margin-bottom:10px;
	color:#333 !important;
}

.h_main_icon1 a:hover {
	text-decoration:underline;
	color:#333;
}

.custom_showcase ul {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

#showcase ul li {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:25px;
}


#showcase ul li a {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
    text-decoration:none;
}

#showcase ul li a:hover {
	text-decoration:underline;
}


.custom_showcase a:hover {

}


.custom_showcase a:before {

}


.custom_showcase img {
    float: left;
    margin-right: 20px;
}


.custom_showcase h3 {

}


.custom_showcase p {

}







.box-feat .box-heading {
text-align: left;
    margin: 0;
    padding: 16px 19px 15px;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
margin-bottom:25px;
}


.box-feat .box-product {
	margin-left:-20px;
}


.box-feat .itemcolumns {
padding: 20px 20px 23px;
border: 1px solid #c1c1c1;
box-shadow:none !important;
width: 227px !important;
margin-left: 20px;
margin-right: 0;
}


.box-feat .image {
	position:relative;
	padding:0;
}


.box-feat .image a {
	display: block;
	overflow: hidden;
    position: relative;
}

.box-feat .image a:before {
	content: '';
    width: 100%;
    height: 0;
    display: block;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.box-feat .image a:hover:before {
	height: 100%;
    top: 0;
}


.box-feat .image img {
max-width: 100%;
}


.box-feat .name {
	text-align:left;
	margin-bottom: 5px;
	margin-top:7px;
	text-align:center;
}


.box-feat .price {
	font: bold 20px/24px Roboto;
    color: #ff5f01;
	margin-bottom:10px;
	text-align:center;
}


.box-feat .price-old {
	text-decoration: line-through;
    color: #777777;
    font-weight: 300;
    font-size: 17px;
}


.box-feat .price-new {
	color: #ef2626;
}


.box-feat .cart {
	float: left;
}


.box-feat .cart a {
box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    padding: 6px 15px 8px 50px;
    background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
    border: none;
    color: #ffffff;
    font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
}


.box-feat .cart a:hover {
background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    color: #ffffff;
    border: none;
	font-family: 'Roboto', sans-serif;
}


.box-feat .cart i {
border-radius: 5px 0px 0px 5px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 38px;
    color: #ffffff;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    padding-top: 8px;
    font-size: 18px;
}


.box-feat .cart i:before {
	content: "\f07a";
}

.box-feat .cart a:hover i {
	background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
}


.box-feat .cart span {
	display: block;
    position: absolute;
    left: 38px;
    top: 12px;
    border: 5px solid;
    border-color: transparent transparent transparent #333333;
}


.box-feat .cart a:hover span {
	    border-color: transparent transparent transparent #ff5f01;
}


.more_p a {
	box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    color: #333333;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8));
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
    border: 1px solid #c1c1c1;
    padding: 5px 7px 7px;
    font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
}


.more_p a:hover {
	background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    color: #ffffff;
    border: 1px solid #333333;
}



.more_p a:after {
	    content: "\f0da";
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    display: inline-block;
    color: #ff5f01;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.more_p {
	float: right;
    margin-top: 6px;
}


.box-heading-latest {
	text-align: left;
    margin: 0;
    padding: 16px 19px 15px;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    margin-bottom: 20px;
}



#column-left .blog-image:hover img {
	opacity:0.65;
}


#column-left .blog-record-list-small .name a {
	font-size:15px;
	font-weight:bold;
	color:#333;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


#column-left .blog-record-list-small .name a:hover {
	color:#ff5f01;
}


#column-left .blog-record-list-small .description p {
	font-size: 13px;
    color: #777777;
	line-height:18px;
	font-family: 'Roboto', sans-serif;
}


#column-left .blog-record-list-small .blog-further {
	font-size: 13px;
    color: #333;
	font-weight:bold;
	line-height:18px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


#column-left .blog-record-list-small .blog-further:hover {
	color:#FF6600;
}


#column-left .blog-record-list-small .blog-child_divider {
margin-bottom: 15px;
margin-top: 15px;
}


.soca:after, .email_bottom:after {
content:"" !important;
}


.soca, .email_bottom {
	padding-left:0 !important;
}


#footer .soca i {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #ff5f01;
    padding-right: 10px;
    padding-top: 3px;
    width: 9px;
}


#footer li {
   font-family: 'Roboto', sans-serif;
   font-size:15px;
   font-weight:400;
   color:#777;
}


#footer li strong {
	color:#333;
}


.email_bottom {
	color:#FF6600 !important;
	font-weight:400 !important;
}


.email_bottom:hover {
	color:#333 !important;
}


#footer .container {
	background:#fff;
	overflow:hidden;
	width:1170px;
	padding-left:30px;
	padding-right:30px;
}


.soca {
	font-weight:400 !important;
}


.foot_bg {
	height:20px;
	background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,.9) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%,rgba(237,237,237,.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0)), color-stop(100%,rgba(237,237,237,.9)));
}


.foot_bg_wrap {
	width:1230px;
	margin:0 auto;
	background:#fff;
}


.bottom_wrapper {
	width:1170px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:15px;
	overflow:hidden;
}


.copy {
	float:left;
	margin-right:30px;
	font-size:14px;
	color:#333;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}


.soc_share {
	float:left;
}


.razrab {
	float:right;
	font-size:14px;
	color:#333;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}


.razrab a {
	font-size:14px;
	color:#ff5f01 !important;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
}


.razrab a:hover {
	color:#333 !important;
}


.categor_h {
	text-align: left;
    margin: 0;
    padding: 16px 19px 15px;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
	margin-bottom:15px;
}


.category-info p {
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #777777;
	line-height:19px;
	margin-bottom:10px;
}


.accordeon_description h2 {
font-family: 'Roboto', sans-serif;
font-weight:600;
color:#333;
}


.box-heading-scroll {
	text-align: left;
    margin: 0;
    padding: 16px 19px 15px;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    margin-bottom: 20px;
}



#column-left .scroller .jcarousel-container {
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    position: relative;
    border: 1px solid #c1c1c1;
    box-shadow: none !important;
    margin-right: 0;
    margin-bottom: 20px;
	padding-top:20px !important;
	padding-bottom:20px !important;
}


.info_page .scroller .jcarousel-container {
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    position: relative;
    border: 0;
    box-shadow: none !important;
    margin-right: 0;
    margin-bottom: 20px;
	padding-top:20px !important;
	padding-bottom:20px !important;
}


.info_page .box-heading-scroll {
	font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}




.scroller .cart {
	float: left;
	margin-left: 20px;
}


.scroller .more_p {
    margin-right: 10px;
}


.scroller .cart a {
box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    padding: 6px 15px 8px 50px;
    background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
    border: none;
    color: #ffffff;
    font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
}


.scroller .cart a:hover {
background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    color: #ffffff;
    border: none;
	font-family: 'Roboto', sans-serif;
}


.scroller .cart i {
border-radius: 5px 0px 0px 5px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 38px;
    color: #ffffff;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    padding-top: 8px;
    font-size: 18px;
}


.scroller .cart i:before {
	content: "\f07a";
}

.scroller .cart a:hover i {
	background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
}


.scroller .cart span {
	display: block;
    position: absolute;
    left: 38px;
    top: 12px;
    border: 5px solid;
    border-color: transparent transparent transparent #333333;
}


.scroller .cart a:hover span {
	    border-color: transparent transparent transparent #ff5f01;
}


.scroller {
	margin-bottom:30px;
}


.product-info h1 {
	font-weight: bold;
    color: #333333;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	margin-top:0;
	margin-bottom:15px;
}


.cart #htop {
	background:#fff;
	outline:0;
}


















.product-info .cart {
	position:relative;
}


.product-info .cart a {
box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    padding: 6px 15px 8px 50px;
    background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
    border: none;
    color: #ffffff;
    font-weight: normal;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
}


.product-info .cart a:hover {
background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    color: #ffffff;
    border: none;
	font-family: 'Roboto', sans-serif;
}


.product-info .cart i {
border-radius: 5px 0px 0px 5px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 38px;
    color: #ffffff;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    padding-top: 8px;
    font-size: 18px;
}


.product-info .cart i:before {
	content: "\f07a";
}

.product-info .cart a:hover i {
	background: #ff5f01;
    background: -webkit-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f01), color-stop(100%,#e85600));
    background: -moz-linear-gradient(top, #ff5f01 0%, #e85600 100%);
    background: -ms-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: -o-linear-gradient(top, #ff5f01 0%,#e85600 100%);
    background: linear-gradient(to bottom, #ff5f01 0%,#e85600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f01', endColorstr='#e85600',GradientType=0 );
}


.product-info .cart span {
	display: block;
    position: absolute;
    left: 38px;
    top: 12px;
    border: 5px solid;
    border-color: transparent transparent transparent #333333;
}


.product-info .cart a:hover span {
	    border-color: transparent transparent transparent #ff5f01;
}





.product-info #fast_order {
box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    color: #333333;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8));
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e8e8',GradientType=0 );
    border: 1px solid #c1c1c1;
    padding: 5px 13px 7px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    outline:0;
}


.product-info #fast_order:hover {
	background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    color: #ffffff;
    border: 1px solid #333333;
}


.gty {
  margin-right: 15px;
}



.product_right_block {
    overflow: hidden;
    padding: 7px;
    background: #F5F5F5;
    margin-top: 48px;
}


.prdct_blct {
    width: 33%;
    float: left;
}


.dost_p {
    background: url('../image/dost_bg.png') left center no-repeat;
    padding-left: 48px;
    min-height: 15px;
    padding-top: 6px;
}

.product_right_block ul {
    margin: 0;
    padding: 0;
}


.product_right_block li {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
    margin-left: 17px;
	margin-bottom:5px;
}


.opl_p {
    background: url('../image/payment_bg.png') left center no-repeat;
    padding-left: 48px;
    min-height: 15px;
    padding-top: 6px;
}

.graph_p {
    background: url('../image/graph_bg.png') left center no-repeat;
    padding-left: 30px;
    min-height: 15px;
    padding-top: 6px;
}



.h_right_block {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #323232;
    margin-bottom: 15px;
}


.tab-content p {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}


.tab-content li {
	font-size:14px;
	line-height:28px;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}


#review .content {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}


#review-title {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	font-family: 'Roboto', sans-serif;
}


#tab-review b {
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:19px;
color:#333;
}


#tab-review input[type="text"] {
	background:#fff;
	border:1px solid #c1c1c1;
	outline:0;
	font-family: 'Roboto', sans-serif;
    font-size:14px;
     color:#333;
}


#tab-review textarea {
	background:#fff;
	border:1px solid #c1c1c1;
	outline:0;
	font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#333;
}


.prdct_p .box .box-heading {
margin-bottom:20px;
}


.box-heading-vw {
	text-align: left;
    margin: 0;
    padding: 16px 19px 15px;
    background: #3f3f3f;
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#171717));
    background: -moz-linear-gradient(top, #3f3f3f 0%, #171717 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%,#171717 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%,#171717 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#171717',GradientType=0 );
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    margin-bottom: 20px;
}


.vw .itemcolumns {
	width:94% !important;
	padding:3%;
}







.contact-info .content {
border:0 !important;
}


.contact-info .left p {
font-family: 'Roboto', sans-serif;
font-size:15px;
color:#484848;
}


.contact-info .right h2 {
font-family: 'Roboto', sans-serif;
font-size:17px;
color:#484848;
font-weight:normal;
font-weight:500;
padding-left: 10px;
}


.contact-info .right b {
font-family: 'Roboto', sans-serif;
display:block;
font-size:15px;
margin-bottom:-10px;
font-weight:normal;
color:#484848;
}

.contact-info .right input.inp_f {
width:350px;
height:28px;
background:#fff;
font-size:15px;
color:#484848;
outline:0;
padding-left:15px;
}


.contact-info .right textarea {
width:350px !important;
background:#fff;
font-size:15px;
color:#484848;
outline:0;
padding-left:15px;
}

.contact-info .cptch_inp {
height:28px;
background:#fff;
font-size:15px;
color:#484848;
outline:0;
}

.contact-info .right img {
margin-top:5px;
}


.contact-info .buttons {
background:none;
}

.contact-info .buttons .right {
float:left !important;
text-align: left;
margin-left: 20px;
}





.login-content {
font-family: 'Roboto', sans-serif;
}

.login-content h2 {
font-family: 'Roboto', sans-serif;
font-weight:500;
font-size:16px;
color:#484848;
text-transform:uppercase;
}


.login-content b {
font-family: 'Roboto', sans-serif;
font-weight:500;
color:#484848;
font-size:14px;
}


.login-content p {
font-family: 'Roboto', sans-serif;
font-weight:400;
color:#484848;
font-size:14px;
}


.login-content .right a {
font-size:14px;
font-family: 'Roboto', sans-serif;
display:block;
margin-top: 5px;
}

.login-content .login_inp {
width:300px;
height:28px;
background:#fff;
font-size:15px;
color:#484848;
outline:0;
padding-left:15px;
font-family: 'Roboto', sans-serif;
}




.simpleregister-have-account {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}

.simpleregister-have-account a {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}

.simpleregister #registration_main_email, .simpleregister #registration_main_firstname, .simpleregister #registration_main_lastname, .simpleregister #registration_main_telephone, .pass_simp, .simpleregister #registration_main_city, .simpleregister #registration_main_address_1  {
width:300px;
height:29px;
background:#fff;
outline:0;
font-family: 'Roboto', sans-serif;
font-size:14px;
color:#282828;
}


.simpleregister select {
width:300px;
height:29px;
background:#fff;
outline:0;
font-family: 'Roboto', sans-serif;
font-size:14px;
color:#282828;
}

.simplecheckout-customer-left {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-customer-right label {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.pass_simp {
	background:#fff !important;
}


.simpleregister-button-right {
	margin-top:15px;
}












.simplecheckout-block .simplecheckout-block-heading {
font-family: 'Roboto', sans-serif;
font-size:14px;
text-decoration:none;
}


.simplecheckout-block .simplecheckout-block-heading a {
font-family: 'Roboto', sans-serif;
font-size:14px;
text-decoration:none;
}


.simplecheckout-block h3 {
font-family: 'Roboto', sans-serif;
font-size:17px;
text-decoration:none;
}


.simplecheckout-block .simplecheckout-customer-left {
font-family: 'Roboto', sans-serif;
font-size:14px;
text-decoration:none;
}


.simplecheckout-block .simplecheckout-customer-right input, #checkout_customer_main_country_id, #checkout_customer_main_zone_id, #checkout_customer_main_city {
background:#fff;
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-block textarea {
background:#fff;
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-block-heading {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.simplecheckout-methods-table label {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.simplecheckout-cart th {
font-family: 'Roboto', sans-serif;
font-size:13px;
}

.simplecheckout-cart th.model, .simplecheckout-cart th.price, .simplecheckout-cart th.total {
font-size:13px;
}

.simplecheckout-cart .name a {
font-family: 'Roboto', sans-serif;
font-size:14px;
text-decoration:none;
}


.simplecheckout-cart .name a {
text-decoration:underline;
}


.simplecheckout-cart .model, .simplecheckout-cart .price, .simplecheckout-cart .total {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.simplecheckout-cart .quantity input {
background:#fff;
outline:0;
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.simplecheckout-cart-total {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.simplecheckout-button-block .buttons {
border:0 !important;
}





.info_page p, .info_page div {
	font-size:14px;
	line-height:20px;
	font-family: 'Roboto', sans-serif;
	color:#333;
	font-weight:300;
	margin-bottom:15px;
}
.info_page div.name a {
    display: block;
    text-align: center;
}

.info_page li {
    font-size:14px;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
	color:#333;
	font-weight:300;
}





#cart .mini-cart-info .name a {
font-size:13px;
font-family: 'Roboto', sans-serif;
text-transform:uppercase;
color:#ff5f01;
}

#cart .quantity {
font-size:14px;
font-family: 'Roboto', sans-serif;
color:#282828;
}

#cart .total {
font-size:14px;
font-family: 'Roboto', sans-serif;
color:#282828;
}

#cart .mini-cart-total .right {
font-size:14px;
font-family: 'Roboto', sans-serif;
color:#282828;
}

#cart .checkout {
padding-bottom:10px;
}

#cart .checkout a {
background:#ff5f01;
color:#fff;
text-transform:uppercase;
padding:7px;
text-decoration:none;
}

#cart .checkout a:hover {
background:#ccc;
color:#282828;
}

#header #cart .content {
z-index:99999;
}






.blog-record-list .name  a {
font-family: 'Roboto', sans-serif;
color:#ff5f01;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.blog-record-list .name a:hover {
	color:#282828;
}

.blog-record-list .description.record_description {
font-family: 'Roboto', sans-serif;
font-size:14px;
margin-top: 15px;
}

.blog-record-list .blog-further {
font-family: 'Roboto', sans-serif;
font-size:14px;
color:#282828;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
text-decoration:underline;
}

.blog-record-list .blog-further:hover {
	color:#ff5f01;
	text-decoration:none;
}


.blog-record-list .blog-date {
line-height: 18px;
font-family: 'Roboto', sans-serif;
font-size:13px;
}


.blog-record-list img {
	padding-right:15px;
}


.artc_bl {
	margin-bottom:20px;
}


.blog-data-record {
line-height: 18px;
font-family: 'Roboto', sans-serif;
font-size:13px;
}


.blog-record-description p, .blog-record-description div {
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:21px;
margin-bottom:20px;
}


.blog-record-description li {
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:21px;
}





.acc_page h2 {
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	font-weight:bold;
}


.acc_page a {
font-family: 'Roboto', sans-serif;
font-size:14px;
text-decoration:none;
}


.acc_page a:hover {
	text-decoration:underline;
}


.simplecheckout-customer input {
background:#fff;
font-family: 'Roboto', sans-serif;
font-size:14px;
outline:0;
}

.form input {
background:#fff;
outline:0;
}

.form td {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.acc_adress td {
font-family: 'Roboto', sans-serif;
font-size:14px;
}

.acc_adress a {
	width:200px;
}

.transact td, .transact p {
font-family: 'Roboto', sans-serif;
font-size:14px;
}


.navButton.menuResp.links {
margin-bottom:5px;
}


.coolfilter-item {
floaT:left;
width:22%;
margin-right:3%;
border:0 !important;
margin-top:10px !important;
margin-bottom:0px !important;
}


.box.coolfilter {
width:100%;
display: inline-block;
border:0;
}


.coolfilter-item .coolfilter-item-select-head {
	background:#fff !important;
	outline:0;
	font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#282828;
}


.coolfilter-item .coolfilter-item-select-list ul {
	padding-top:7px;
	padding-bottom:7px;
}


.coolfilter-item .coolfilter-item-select-list li {
	margin-bottom:5px;
}


.coolfilter-item .coolfilter-item-select-list li a {
font-family: 'Roboto', sans-serif;
font-size:14px;
color:#282828;
font-weight:400;
}


.coolfilter-item-select .coolfilter-item-select-button {
	position: relative;
    top: 7px;
    right: 6px;
	margin:0 !important;
	background: url(../image/coolfilter_select_button.png) no-repeat !important;
}



.top_fixed {
	width:1230px;
	margin:0 auto;
	overflow:hidden;
}


.top_fixed_wrap {
background:#fff;
width:100%;
overflow:hidden;
padding-top:5px;
position:fixed;
z-index:999999999;
border-top:2px solid #333;
border-bottom:2px solid #ff5f01;
}


.logo_fixed {
float:left;
margin-right:200px;
margin-left:30px;
}


.fix_phone_one {
	float:left;
	margin-right:50px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
    color: #1E1E1E;
	line-height:22px;
	margin-top: 3px;
}

.fix_phone_one .mts {
    background: url('../image/mts.png') left center no-repeat;
    padding-left: 25px;
}


.fix_phone_one .life {
    background: url('../image/life.png') left center no-repeat;
    padding-left: 25px;
}


.fix_phone_one .kyivstar {
    background: url('../image/kyivstar.png') left center no-repeat;
    padding-left: 25px;
}


.fix_phone_one .cityphone {
    background: url('../image/cityphone.png') left center no-repeat;
    padding-left: 25px;
}


.fix_graph {
	float:left;
	margin-left:50px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
    color: #1E1E1E;
	line-height:22px;
	margin-top: 3px;
}


.fix_obrat {
	float:right;
	margin-right:180px;
	margin-top: 7px;
}

.fix_obrat a {
	background: #ff5f01;
	color:#fff;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	display:block;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:center;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.fix_obrat a:hover {
	background: #333333;
}


#hf .top_fixed_wrap {
display:none;
}


#hf.smaller .top_fixed_wrap {
display:block !important;
}


.podkat_block {
	float:left;
	width: 270px;
	margin-right:20px;
	overflow:hidden;
	text-align:center;
	min-height: 220px;
}


.podkat_block img {
	margin-bottom:10px;
}


.podkat_block a {
	display:block;
	font-size:16px;
	text-transform:uppercase;
	color:#333;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	font-weight:600;
}


.podkat_block a:hover {
	color:#ff5f01;
	text-decoration:underline;
}


.podcat_wrap {
	width:100%;
	overflow:hidden;
}

.savemoney {
	displaY:none !important;
}


.contact-info .right .content {
	margin-bottom:0px !important;
}


.attributes-text {
	font-size: 15px !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}


.attribute-text {
	color:#ff5f01 !important;
	font-size: 15px !important;
}


.attribute-name {
	    color: #888 !important;
		font-size: 15px !important;
}



.ttl_header {
    font-size: 15px !important;

    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    float: right;

}


.map_adress {
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}

.map_adress_left {
	width:30%;
	float:left;
	text-align:center;
	padding-top:50px;
	font-size:16px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
	padding-right:5%;
}


.map_adress_left strong {
	color:#ff5f01;
}

.map_adress_right {
	width:65%;
	float:left;
}


.bottom_contact {
	overflow:hidden;
}

.email_contact {
	font-size:18px;
	color:#282828;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}


.email_contact a {
    font-size:18px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
}

.email_contact strong {
	color:#ff5f01;
}


.contact_phone_bot {
	width:100%;
	overflow:hidden;
	margin: auto;
	/*border:4px solid #EAEAEA;*/
}


.phone_item {
	width:50%;
	float:left;
	text-align:center;
	font-size:18px;
	line-height:24px;
	color:#282828;
	font-family: 'Roboto', sans-serif;
	padding-top:25px;
	padding-bottom:25px;
}


.phone_item strong {
	color:#ff5f01;
	padding-bottom:5px;
}

#tab-product-tab3 table,td,th {
	font-size: 15px;
	border-collapse: collapse;
	border: 1px solid black;
}

#tab-product-tab3 table {
	margin: auto;
}
#tab-description table {
		margin: auto;
		border-collapse: collapse;
}
.category-info table {
	margin: auto;
}

#tab-product-tab5 table,td,th {
	font-size: 15px;
	border-collapse: collapse;
	border: 1px solid black;
}

#tab-product-tab5 table {
	margin: auto;
}

.product-grid > .item-gallery {
	display:inline-block;
	overflow:hidden;
	vertical-align: top;
	text-align:center;
	position:relative;
	padding: 20px 20px 23px;
    border: 1px solid #c1c1c1;
    box-shadow: none !important;
    width: 227px !important;
    margin-left: 25px;
    margin-right: 0;
	margin-bottom:20px;
	min-height: 269px;
}
.item-gallery {
	display:inline-block;
	overflow:hidden;
	vertical-align: top;
	text-align:center;
	position:relative;
	padding: 20px 20px 23px;
    border: 1px solid #c1c1c1;
    box-shadow: none !important;
    width: 227px !important;
    margin-left: 25px;
    margin-right: 0;
	margin-bottom:20px;
	min-height: 269px;
}

.fiksacija-ceni p{ 
font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border: none;
background: #900808;
margin-top: 0px;
margin-bottom: 0px;
padding: 10px 0px 10px 0px;
    display: block;
    border-color: none;
    text-align: center;
}
.fiksacija-ceni a{

font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border: none;
}



#logo img {
    width: 200px;
}

#header p {
width: 250px;
}
