*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body {
    color: #333;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .box-heading {
	margin: 0px;
	color: #28323d;
    font-size:24px;
    font-weight: normal;
    padding: 0 15px;
    margin-bottom:20px;
}
h2 {
	/*color: #005dad;*/
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #3A3A3A;
	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: #FFF;
	/*color: #005dad;*/
	border: 1px solid #b5b5b5;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #fff;
	border: 1px solid #b5b5b5;
	padding: 2px;
}
label {
	cursor: pointer;
}
.aligncenter {
    text-align: center;
}
.alignright {
    text-align: right;
}
#search {
    display: inline-block;
    margin: 24px 0;
    position: relative;
/*    top:24px;*/
/*    left:750px;*/
}
.search-module {
    width: 220px;
    margin:10px auto;
    position: relative;
    padding-bottom: 20px;
}
#search input, .search-module input { 
    padding:3px 30px 3px 3px;
    margin-right:3px;
    width:190px;
}
.button-search {
    background: rgba(0, 0, 0, 0) url("../image/button-search.png") repeat scroll 0 0;
    cursor: pointer;
    float: right;
    height: 26px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -999px;
    width: 27px;
}
.button-search:hover {
    background-position: 0 -29px;
}
/* layout */
#container {
/*	width: 1200px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
/*	float: left;*/
/*	width: 215px;*/
}
#column-right {
/*	float: right;*/
/*	width: 210px;*/
}
#content {
/*	min-height: 400px;*/
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
/*	margin-left: 235px;*/
}
#column-right + #content {
/*	margin-right: 220px;*/
}
/* header */
#header {
    overflow: auto;
	position: relative;
	z-index: 99;
}
#header .head-top {
    display: inline-block;
    min-height: 75px;
    vertical-align: top;
    width: 100%;
}
#header .logo {
/*	width:250px;*/
    text-align:center;
    margin:20px 0;
}
#header #cart {
    margin:24px 0;
	position: relative;
    display: inline-block;
/*	top: 24px;*/
/*	left: 980px;*/
	z-index: 1;
}

#cart a:before,
.account__mobile a:first-child:before {
    background: url("../image/cart.png") 0 0;
    display:block;
    width:27px;
    height:27px;
    content:"";
    float:left;
}
#cart a {
    text-decoration: none;
    color:#585c5f;
}

#cart a span, .account__mobile a {
    display:block;
    margin-left:30px;
    line-height:14px;
    font-size: 12px;
}
#cart a span.cart-title, .account__mobile a {
    text-transform: uppercase;
    font-size: 14px;
    color:#3a3a3a;
    font-weight: bold;
}
.account__mobile a:before {
	margin-right: 5px;
}
.account__mobile a {
	line-height: 25px;
	text-decoration: none;
}
.content-wrap {
/*    width:1200px;*/
    margin:0 auto;
}
#top {
    background: #e9eef0;
    min-height:32px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#top .links {
/*    margin:0 135px;*/
}
#top .links a {
	float: left;
	display: block;
	padding: 0px 8px;
    line-height:30px;
	color: #69777d;
	height:32px;
	text-decoration: none;
	font-size: 13px;
}
#welcome {
        display: inline-block;
       color: #69777d;
       font-size: 14px;
/*       float:right;*/
/*       margin-right: 85px;*/
       padding-left: 22px;
       background: url("../image/icon_user.png") no-repeat 0 6px;
}
#welcome a {
    display: inline-block;
    padding: 0px 10px;
    line-height:30px;
    color: #69777d;
    height:32px;
    text-decoration: none;
    font-size: 14px;
}

/* menu */
#menu {
	background: #28323d;
	min-height: 44px;
	margin-bottom: 15px;
	padding: 0px 25px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
/*	float: left;*/
    display: inline-block;
	z-index: 20;
	vertical-align: middle;
	
}
#menu > ul > li + li {
	
}
#menu > ul > li:hover {
}

#menu > ul > li > a {
	
	color: #FFF;
	line-height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	
	font-size:14px;
	display: block;
	height: 44px;
    padding:0 45px;
	
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #202A35;
}
#menu > ul > li > div {
	display: none;
	background: #005baa url('../image/menu.png');
	position: absolute;
	z-index: 5;
	padding: 5px;
	border-top: 3px solid #00a0f6;
	border-left: 1px solid #0062B3;
	border-right: 1px solid #0062B3;
	border-bottom: 1px solid #0062B3;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color: #00539B;
	background: #E2E2E2;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
/* #advanced_menu */
#advanced_menu {
	background: url('../image/menu-bg.png') repeat-x;
	height: 48px;
	margin-bottom: 15px;
	border-left: 1px solid #0062B3;
	border-right: 1px solid #0062B3;
	border-top: 1px solid #0062B3;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding: 0px 5px;
}
#advanced_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
* html #advanced_menu_menu ul {
	float: left;
	margin-left: 15px;
}
#advanced_menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
	padding: 7px 5px 6px 0px;
	background: url('../image/menu-hr.png') top right no-repeat;
}
#advanced_menu li {
   	position: relative;
	float: left;
	z-index: 20;	
}
#advanced_menu a {
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #022E54;
	font-size:12px;
	font-weight:bold;
	display: block;
	padding: 10px 10px 10px 10px;
	margin-bottom: 7px;
	z-index: 6;
	position: relative;
}
#advanced_menu li a:hover {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
}
#advanced_menu a.active {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
}
#advanced_menu ul li ul {
	margin: 0px;
	position: absolute;
	left: 1px;
	float: left;
	min-width: 200px;
	background: #005baa url('../image/menu.png') repeat;
	padding: 0px;
	border-top: 3px solid #00a0f6;
	border-left: 1px solid #0062B3;
	border-right: 1px solid #0062B3;
	border-bottom: 1px solid #0062B3;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#advanced_menu ul li ul li  {
 	min-width: 200px;
}
#advanced_menu ul li ul li a {
 	text-transform: none;
	margin: 0px;
}
body #advanced_menu ul li ul {
	display: none;
}
#advanced_menu ul li:hover ul, #advanced_menu ul li ul:hover {
	display: block;
}
* html #advanced_menu ul li ul {
	border-top: 1px solid #555;
	border-left: 0??;
}
#advanced_menu > ul .parent {
	background: url('../image/menuarrow.png') 95% center no-repeat;
}
#advanced_menu > ul .activeparent {
	background: url('../image/menuarrow-hover.png') 95% center no-repeat;
	background-color: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
}
#advanced_menu ul li ul li ul   {
	visibility: hidden;
	top: 0px;
	left: 100%;
}
#advanced_menu ul li ul li:hover ul {
	visibility: visible;
}
#advanced_menu ul li ul li:hover ul li ul {
	visibility: hidden;
}
#advanced_menu ul li ul li ul li:hover ul {
	visibility: visible;
}
.breadcrumb {
    color: #cccccc;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 15px;
}
.breadcrumb a {
    font-size:14px;
    color:#989898;
    text-decoration: none;
    display: inline-block;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.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.group {
	width: 100%;
	border-collapse: collapse;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
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 #d0e3ee;
	border-left: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
table.list thead td {
	background-color: #d0e3ee;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	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;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #d0e3ee;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.hr {
    height: 1px;
    background: #B0B0B0;
    width:100%;
    position: relative;
}
.hr:before {
    display: block;
    position: absolute;
    content:"";
    left:0px;
    top:0px;
    width:20%;
    height:1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&amp;1+0,0.5+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.hr:after {
    display: block;
    position: absolute;
    content:"";
    right:0px;
    top:0px;
    width:20%;
    height:1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&amp;0+0,0.5+50,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.product-filter .hr {
    float:right;
    margin-top:10px;
}
.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
    padding: 7px 12px 9px 12px;
    margin: 3px;
	text-decoration: none;
}
.pagination .links b, .pagination .links a:hover {
	display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
   
    background: #FF5305;
    /*-webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 0px 2px #0062B3;
    -moz-box-shadow: 0px 0px 2px #0062B3;   */
    padding: 5px 12px ;
    margin: 3px;
	font-weight: normal;
	text-decoration: none;
	
}
.pagination .results {
/*	float: right;*/
	padding-top: 3px;
    color: #969696;
    font-size: 11px;
	line-height: 32px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	background: #FF5305;
   /*	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px #0062B3;
	-moz-box-shadow: 0px 0px 2px #0062B3;      */
	margin: 3px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 7px 12px 9px 12px;
	margin: 3px;
}
input.button {
	margin: 3px;
	border: 0;
	height: 30px;
	padding: 2px 12px 2px 12px;
}
a.button:hover, input.button:hover {
	background: #FF9200;
}
a.button-detail {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	display: inline-block;
	text-decoration: none;
	padding: 8px 6px;
	background: url('../image/button.png') top left repeat-x;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 0px 2px #0062B3;
	-moz-box-shadow: 0px 0px 2px #0062B3;
	box-shadow: 0px 0px 2px #0062B3;
	border: 1px solid #e0eff8;
	text-shadow: 0px 1px 0px #000;
}
a.button-detail:hover {
	background: url('../image/button-active.png') repeat-x;
	text-shadow: 0px 1px 0px #000;
}
.buttons {
	background: #FFFFFF;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 35px;		
	line-height: 16px;
	border-bottom: 1px solid #d8d8d8;
    white-space: nowrap;
}
.htabs a {
	background: #838383;
	padding: 10px 7px 9px;
	float: left;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	background: #ff5417;
}
.tab-content {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 0;
    vertical-align: top;
    width: 100%;
    z-index: 2;
}
.tab-content-2 {
	border: 1px solid #d0e3ee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	padding: 8px 10px 8px 10px;
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;

	font-weight: bold;
	line-height: 22px;
	color: #28323d;
}
.box .box-heading a {
   /*	text-shadow: 0 1px 0 #000;*/
	font-weight: bold;
	line-height: 22px;
   /*	color: #FFFFFF;   */
}
.box .box-content {
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
    display: inline-block;
    vertical-align: top;
	text-align: center;
}
.box-product > div, .product-grid > div {

/*	width: 232px;*/
	display: inline-block;
	vertical-align: top;
	margin: 20px 0px 0px -4px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
    /*height: 240px;*/
    float:none;
}
.box-product .image {
    position:relative;
}
.owl-item {
    padding-bottom: 10px;
    text-align: right;
}
.product-grid.manufacturers > div{
    height: auto;
}
/*.box.box-lastview .box-product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}*/
.box.box-lastview .box-product > div {
    height: auto;
}
.box-product > div .image, .owl-item .image { 
/*    border:1px solid #b0b0b0;*/
    text-align: center;
    margin-bottom: 10px;
}
.box-product.box-categories > div .image img {
  border: 2px solid #eb7102 !important;
}
.box.box-lastview .box-product > div .image,
.product-grid > div .image, .owl-item .image {
    border: 1px solid #b0b0b0 !important;
}
.product-grid.manufacturers > div .image {
    border: 0 !important;
}
.box-product > div .image:hover, .product-grid > div .image:hover {
/*    box-shadow:0 0 5px rgba(0,0,0,0.6);*/
} 
.box-product > div .name, .product-grid > div .name, .owl-item .name {
    text-align: center;
    height:55px;
    overflow: hidden;
}
.box-product .sale, .product-grid .sale, .owl-item .sale {
	position: absolute;
	background: #ff5417;
	width: 35px;
	z-index: 1;
	color: #FFF;
	text-align: center;
	right: 5px;
	border-radius: 100%;
	height: 35px;
	line-height: 35px;
	top: 5px;
	
}
.box-product .sale-2 {
	position: absolute;
	background: url('../image/sale_product.png') no-repeat;
	margin: 2px 2px;
	height: 51px;
	width: 50px;
	z-index: 100;
	color: #FFF;
	padding-top: 12px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.box-product .image, .product-grid .image {
	display: block;
	margin-bottom: 0px;
}

.box-product .name a, 
.product-grid .name a, 
.box-product .name a b, 
.product-grid .name a b, .owl-item .name a, .owl-item .name b {
    color: #28323d;
    font-size:13px;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    clear: both;
    min-height:30px;
}
.box-product .name a b, 
.product-grid .name a b {
	min-height:1px;
}
.box-product .cart, .product-grid .cart, .owl-item .cart {
    display: inline-block;
}
.box-product .cart input, .product-grid .cart input, .owl-item .cart input { 
    width:31px;
    height:26px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url("../image/icon_cart.png") 0 0;
}
.box-product .cart input:hover, .product-grid .cart input:hover, .owl-item .cart input:hover { 
    background-position: -31px 0;
}
.box-product .price, .product-grid .price, .owl-item .price {
	display: block;
	font-size: 18px;
	color: #28323d;

	float: left;
	text-align: left;
	line-height: 17px;
}
.product-grid .price.nospesial {
	line-height: 35px;
}
.box-product .price-old, .product-grid .price-old, .owl-item .price-old {
	color: #848484;
    font-size:14px;
	text-decoration: line-through;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #d0e3ee;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #005dad;
	padding-left:20px;
}
.box-category > ul > li > a:hover {
	color: #63abe9;
}
.box-category > ul > li ul {
	display: none;
}
.box-category .article-cat {
	border-bottom: 1px solid #d0e3ee;
}
.box-category > ul > li a.no-active {
	font-weight: bold;
	background: url('../image/cat-no-active.png') 0 -1px no-repeat;
}
.box-category > ul > li a.active {
	font-weight: bold;
	background: url('../image/cat-active.png') 0 0 no-repeat;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 14px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category> ul > li ul > li > a:hover {
	color: #63abe9;
}
.box-category > ul > li ul > li > a.child-active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #B5B5B5;
}

#content .content ul li {
	margin-bottom: 5px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
    display: inline-block;

    vertical-align: top;
    width: 100%;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #d0e3ee;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-category {
	border: 1px solid #d0e3ee;
	background: #d0e3ee;
	padding: 2px 6px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.manufacturer-list {
	border: 1px solid #d0e3ee;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #d0e3ee;
	border: 1px solid #d0e3ee;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.product-filter {
	padding: 5px 0px;
    margin-bottom:25px;
	overflow: auto;
    text-align: justify;
}
.product-filter + .container-ymm {
    margin-top: -25px;   
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #005dad;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
    display: inline-block;
/*	float: left;*/
}
.product-filter .limit {
    display: inline-block;
/*	margin-left: 15px;*/
/*	float: right;*/
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #d0e3ee;
	padding-top: 16px;
}
.product-list .sale {
	position: absolute;
	background: url('../image/sale.png') no-repeat;
	margin: 2px 2px;
	height: 37px;
	width: 36px;
	z-index: 1;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #d0e3ee;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #005dad;
	font-weight: bold;
	text-decoration: none;
}
.product-list .name a:hover {
	text-decoration: underline;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #005dad;
}
.product-list .rating {
	color: #005dad;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #005dad;
	font-size: 16px;
}
.product-list .price-old {
	color: #F00;
	font-size: 12px;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #86b2d9;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #86b2d9;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
	text-align: center;
}
/* Product */
.product-info {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.product-info > .left {
/*	float: left;*/
/*	margin-right: 15px;*/
}
.product-info > .left + .right {
/*	margin-left: 422px;*/
}
.product-info .sale {
	position: absolute;
	font-size: 18px;
	background: #ff5417;


	width: 50px;
	z-index: 1;
	color: #FFF;

	text-align: center;
	line-height: 50px;
	height: 50px;
	border-radius: 50%;
	top: 5px;
	right: 5px;
}
.product-info .image_colorbox {
	position: absolute;
	background: url('../image/view.png') no-repeat;
	display: block;
	margin: 2px 2px;
	height: 51px;
	width: 50px;
	margin-left: 195px;
	z-index: 9;	
}
.product-info .image {
	border: 1px solid #bdbdbd;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.product-info .image-additional {
	width: 420px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #bdbdbd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.product-info .saving {
	font-size: 14px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description h1 { 
    padding-left:20px;
}
.product-info .description {
	padding: 5px 5px 10px 20px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #636363;
    font-size:16px;
	
}
.product-info .description span {
	color: #636363;
	font-weight: normal;
}
.product-info .description a {
	color: #005dad;
	text-decoration: underline;
}
.product-info .description a:hover {
	color: #005dad;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 18px;
    width:250px;
    text-align: right;
}
.product-info .price .price-label {
    float: left;
    margin-top:15px;
}
.product-info .price-old {
	color: #8c8c8c;
    font-size:24px;
	text-decoration: line-through;
}
.product-info .price-new {
    font-size:36px;
    color:#28323d;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #52b2d9;
}
.product-info .options {
	/*padding: 10px 5px;
    margin-top:10px;
	margin-bottom: 10px;    */
	
}
.product-info .options select {
    padding:4px; 
    min-width:250px;
    margin:2px 0;
}

.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 #d0e3ee;
	cursor: pointer;
}
.product-info .cart {
	background: #f4f3f3;
	height: 58px;
	margin-bottom: 20px;
    line-height: 55px;
    padding-left:20px;
}
.product-info .cart input {
    height:40px;
    width:40px;
    text-align: center;
}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart .stock {
	color:#ff5417;
    font-size:16px;
    margin-left: 5px;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #86b2d9;
	clear: both;
}
.product-info .review {
	color: #86b2d9;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #d0e3ee;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .right {
    position: relative;
}
.product-info .right .b1, .product-info .right .b2 {
    position: absolute;
    right: 0;
    top: 35px;
    width: 170px;
}
.product-info .right .b2 {
    top:155px;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-weight: bold;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: right;
	width: 20%;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	background: #d0e3ee;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #005dad;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #005dad;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
}
.wishlist-info tbody .image img {
	border: 1px solid #d0e3ee;
}
.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;
}
.border {
	margin: 5px 0px 20px 0px;
	padding: 10px;
	/*border-top: 3px solid #00a0f6;*/
}
.login-content {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	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 */
.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 #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	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 #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
}
.cart-info tbody .image img {
	border: 1px solid #d0e3ee;
}
.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;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #d0e3ee;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #d0e3ee;
	border: 1px solid #d0e3ee;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 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 #d0e3ee;
	border-left: 1px solid #d0e3ee;
	border-right: 1px solid #d0e3ee;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	background-color: #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
}
.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 #d0e3ee;
}
.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 #d0e3ee;
}
.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 */ 
.clear {
	clear: both;
}
#footer {
	overflow: hidden;
	padding: 0 20px 0 20px;
	/* height:343px;*/
	background: #404E69 url("../image/footer-bg.png") repeat-x scroll 0 0;
	

}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* reveal-modal */
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
	z-index: 500;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	width: 800px; 
	margin-left: -400px;
	background: #e5e5e5;
	position: absolute;
	z-index: 2000;
	border: 1px solid #8e8e8e;
}
.reveal-modal .modal {
	background: #4F4F4F;
	padding: 7px;
}
.reveal-modal .modal .contents {
	padding: 0px 10px 20px 10px;
	background: #F8F8F8;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	height:600px;
	text-align: left;
}
.reveal-modal .modal .contents > .left {
	float: left;
	margin-right: 15px;
}
.reveal-modal .modal .contents > .left + .right {
	margin-left: 265px;
}
.reveal-modal .modal .contents .name {
	background: #e6e5e5;
	color: #00539B;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 -10px 10px -10px;
	padding: 10px;
	border-bottom: 1px solid #cecece;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
.reveal-modal .modal .contents .images {
	border: 1px solid #d0e3ee;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.reveal-modal .modal .contents .description {
	border-top: 1px solid #d0e3ee;
	border-bottom: 1px solid #d0e3ee;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #005dad;
	font-weight: bold;
}
.reveal-modal .modal .contents .description span {
	color: #005dad;
	font-weight: normal;
}
.reveal-modal .modal .contents .description a {
	color: #005dad;
	text-decoration: underline;
}
.reveal-modal .modal .contents .description a:hover {
	text-decoration: none;
}
.reveal-modal .modal .contents .price {
	overflow: auto;
	border-bottom: 1px solid #d0e3ee;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #005dad;
}
.reveal-modal .modal .contents .price-old {
	color: #F00;
	text-decoration: line-through;
}
.reveal-modal .modal .contents .price-new {
}
.reveal-modal .modal .contents .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.reveal-modal .modal .contents .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #86b2d9;
}
.reveal-modal .modal .contents .cart {
	border-bottom: 1px solid #d0e3ee;
	padding: 3px 5px 13px 5px;
	margin-bottom: 20px;
	color: #005dad;
	overflow: auto;
}
.reveal-modal .modal .contents .cart div {
	float: left;
	vertical-align: middle;
}
.reveal-modal .modal .contents .cart div > span {
	padding-top: 7px;
	display: block;
	color: #86b2d9;
}
.reveal-modal .modal .contents .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #86b2d9;
	clear: both;
}
.reveal-modal .modal .contents .htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #d0e3ee;
	clear: both;
}
.reveal-modal .close-reveal-modal {
	position: absolute;
	display: block;
	top: 12px;
	right: 11px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: url('../image/closes.png') center bottom no-repeat;
} 
.reveal-modal .close-reveal-modal:hover {
	background: url('../image/closes.png') center top no-repeat;
} 
.reveal-modal .saving {
	font-size: 12px;
}
.boxgrid {
    overflow:hidden;
    position:relative;
}
.boxcaption {
    position:absolute;
    width:100%;
	text-align: center;
}
.caption .boxcaption {
    top:300%;
    left:0;
}
/* News / Blog */
.article-share {
	text-align: right; 
	width: 100%; 
	height: 50px; 
	overflow: hidden;
}
.article-prelated-head {
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none; 
	margin-bottom: 7px; 
	margin-left: 5px;
}
.article-author-head {
	background: #eee; 
	padding: 5px;
	border: 1px solid #d0e3ee;
 }
.article-content {
    border: 1px solid #d0e3ee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.article-image {
	padding: 8px; 
	background: #eee; 
	border: 1px solid #d0e3ee;
	margin-left: 15px; 
	margin-bottom: 10px;
	float: right;
}
.line-article-coments {
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none; 
	font-style: italic; 
	margin-bottom: 7px; 
	margin-left: 5px;
}
.title-coments {
	font-size: 13px; 
	font-weight: normal; 
	text-decoration: none; 
	font-style: normal;
}
.article-coments {
	color: #F00;
	font-style: normal;
}
.headlines-text-coments {
	font-style: italic; 
	color: #86b2d9;
}
.button-more {
	float: right;
	margin: 5px;
}
#artsearch {
	border-top: 1px solid #d0e3ee;
	padding-top: 10px;
	width: 188px;
}
#artsearch .button-artsearch {
	position: relative;
	float: right;
	background: url('../image/button-artsearch.png') center center no-repeat;
	width: 27px;
	height: 24px;
	margin-top: -24px;
	display: block;
	border-left: 1px solid #d0e3ee;
	cursor: pointer;
}
#artsearch input {
	background: #FFF;
	padding: 1px 33px 1px 4px;
	width: 150px;
	height: 21px;
	border: 1px solid #d0e3ee;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.box-news-story > div {
	display: inline-block; 
	width: 30%; 
	padding: 5px; 
	vertical-align: top;
}
.box-news-story .news-story-title {
	margin-bottom: 5px;
}
.box-news-story .news-story-title a {
	font-weight: bold; 
	text-decoration: none;
}
.box-news-story .news-story-read-more {
	margin: 5px 0 0 0;
}
.box-news-story .news-story-coments {
	margin: 5px 0 0 0;
	font-style: italic; 
	color: #86b2d9;
}
.box-news-side > div {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 5px; 
	padding-bottom: 5px;
}
.box-news-side .news-story-title {
	margin-bottom: 2px;
}
.box-news-side .news-story-title a {
	font-weight: bold; 
	text-decoration: none;
}
.box-news-side .description {
	font-size: 11px;
}
.box-news-side .news-story-read-more {
	margin: 0;
	float: right;
}
.box-news-side .news-story-read-more a {
	font-weight: bold;
}
.box-news-side .news-story-coments {
	margin: 0;
	font-style: italic; 
	color: #777;
	font-size: 11px;
	float: left;
}
.box-news-side .info {
	overflow: auto;
	margin-top: 2px;
}
/* quick search */
#quick_search_results {
    margin:0px;
    padding:5px;
    position: absolute;
    top: 37px;
    left: 8px;
    background-color: #999;
    list-style-type: none;
    z-index: 9999;
    min-width: 250px;
    border-bottom: 1px solid #000;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#quick_search_results li {
    padding: 5px;
}
#quick_search_results a, #quick_search_results a:visited, #quick_search_results a:hover {
    color: #fff;
    text-decoration: none;
}
#quick_search_results a:hover {
    color: #FFF;
}
#quick_search_results li:hover {
    background-color: #777;
}
#quick_search_results .lisves {
    background-color: #777;
}
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	
	background-color:#fff;	
	cursor:move;		
}
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

#top-categories {
    overflow: auto;
    padding-top:9px;
    margin-bottom: 10px;
    border-top:3px solid #28323d;
}
#top-categories ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#top-categories ul li{
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    vertical-align: top;
}
#top-categories ul li a {
    text-decoration: none;
    display: inline-block;
}
#top-categories ul li a img {
  display: block;
}
#top-categories ul li a span { 
    color:#51575d;
    font-size:14px;
    display:inline-block;
    width:150px;
    text-align: center;
    text-decoration: none;
    padding:4px 0;
    margin-bottom: 10px;
    border:1px solid #f4ab40;
}
#top-categories ul li a:hover span { 
    background: #f4ab40;
    color:#fff;
}
.rounded-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #c4c4c4;
    padding:15px 18px;
    margin-bottom:10px;
    color:#28323d;
    font-size:14px;
    width: 215px;
}

.icq {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_icq.png") 0 2px no-repeat;
    padding-left: 40px;
    line-height:18px;
    
}
.skype {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_skype.png") 0 2px no-repeat;
    padding-left: 40px;
    line-height:18px;
    margin-bottom: 10px;
}

.mail {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_mail.png") 0 2px no-repeat;
    padding-left: 40px;
    line-height:18px;
    padding-top:10px;
    
}
.phone {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_phone.jpg") 0 2px no-repeat;
    padding-left: 60px;
    line-height:18px;
    padding-top:2px;
    
}

.ym {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_ym.png") 0 2px no-repeat;
    padding-left: 40px;
    line-height:18px;
    
}

.whatsapp {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_whatsapp.png") 0 5px no-repeat;
    padding-left: 40px;
    line-height:20px;
}
.viber {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_viber.png") 0 5px no-repeat;
    padding-left: 40px;
    line-height:20px;
}

.wm {
    color:#28323d;
    font-size:14px;
    background: url("../image/icon_wm.png") 0 4px no-repeat;
    padding-left: 40px;
    line-height:18px;
    
}

.rounded-box a {
    font-size:14px;
    color:#28323d;
    text-decoration: none;
    line-height: 18px;
}

#header .callback {
    font-size: 18px;
    background: url("../image/icon_callback.png") 0 4px no-repeat;
    padding-left: 55px;
    position:relative;
    top:12px;
/*    left:140px;*/
    height:75px;
    padding-top:5px;
    text-align: left;
    width: 300px;
    display: inline-block;
}
#header .callback > a:first-child > span, #header .callback > a:first-child  {
    font-size: 18px;
    text-align: left;
    color: #333;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#header .callback a:last-child {
    display: block;
    position: absolute;
/*    right:0px;*/
    top:28px;
    color:#f0a006;
    font-size:14px;
    text-decoration: none;
}
#header .callback a:hover {
    color:#e04027;
}
#header .time {
    color: #989898;
    font-size: 10px;
    left: 210px;
    position: absolute;
    top: 10px;
    width: 120px;
}
#subscribe {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
/*    margin-left:100px;*/
}
#subscribe > div > div {
    background: rgba(0, 0, 0, 0) url("../image/icon_mail_green.png") no-repeat scroll 0 center;
    color: #fff;
    display: table-cell;
    height: 70px;
    line-height: 16px;
    padding-left: 60px;
    text-align: left;
    vertical-align: middle;
}
#subscribe span.title {
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
}
#subscribe input[type='text'] {
    width:100%;
    height:30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-top:25px;
    padding:0 15px;
    border:none;
    color:#000;
}
#subscribe a {
    display: inline-block;
    margin-top: 25px;
}
#footer-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
}
#footer-menu li {
    display: inline-block;
}
#footer-menu li a {
    color:#fff;
    font-size: 13px;
    padding:0px 15px;
    line-height: 35px;
    text-decoration: none;
}
#footer-menu li a:hover {
    color:#87e449;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background: #D0CEC2;
    font-weight: bold;
}
#footer-links {
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    vertical-align: top;
    width: 100%;
}
#footer-links ul {
    list-style: none;
    padding: 0;
}
#footer-links a{ 
    font-size:16px;
    color:#fff;
    text-decoration: none;
}
#footer-links a:hover { 
    color:#87e449;
}

#footer-links .time {
    font-size:10px;
    text-align: right;
}

#footer-links .phone {
    font-size:16px;
    font-weight:bold;
    background: none;
    color:#fff;
    /*padding-right:20px;*/
    text-align: right;
}
#footer-links .callback {
    text-align: right;
    position: relative;
    /*padding-right:25px;*/
}
/*
#footer-links .callback:after {
    position: absolute;
    right:-20px;
    top:-22px;
    width:40px;
    height:45px;
    display:block;
    content:"";    
    background: url('../image/icon_footer_phone.png') right 5px no-repeat;
}*/
.footer-logo {
    padding-top:20px;
}
td.manufacturer {
    width:10%
}
td.name {
    width:30%
}
td.model {
    width:10%
}
.table tbody td {
    vertical-align: middle !important;
}
#cme_back {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 221;
  background-color: #777777;
  cursor: pointer;
  opacity: 0.7;
}

.popup {
    background: none repeat scroll 0 0 #FFFFFF;
/*    height: 500px;*/
    margin-left: -160px;
    left:50%;
    overflow: auto;
    position: absolute;
    width: 320px;
    z-index: 999;
    padding: 10px;
}
.popup .popup-content {padding:  10px 30px;}
.popup .title{
    text-align: center;
    margin-bottom: 12px;
    color:#000;
    font-size:24px;
    margin-bottom:25px;
}
.popup .name{
    font-size:18px;
    line-height: 22px;
    display: block;
    margin-bottom: 4px;
}
.popup dl{
    overflow: hidden;
    margin-bottom: 23px;
}
.popup dt{float: left;}
.popup label{
    display: block;
    margin-bottom: 4px;
}
.popup input[type="text"],
.popup textarea{
    width: 100%;
    margin: 0;
}
.popup textarea{
    resize: none;
    height: 84px;
}
.popup .row{margin-bottom: 12px;}
.popup input.btn-red{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 165px;
    height: 32px;
    line-height: 32px;
    border: none;
    font-size: 14px;
}
#fancybox-close{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url("../image/close.png") no-repeat;
}
.fs18 {
    font-size:18px;
}
#button-cart {
    width:250px;
    text-align: center;
    padding:10px;
    height: 48px;
    font-size:18px;
    font-weight: bold;
}
.product-info .oneclick {       
    width:270px;
    text-align: center;
    font-size:16px;
    margin-top:5px;
}
.product-info .oneclick  a {
    color:#ff5417;
    text-decoration: none;
}

#total_sub_total {
    display: none;
}

.vinform table {
    width:400px;
    margin:0 auto;
}
.vinform input {
    margin-right:10px;
    
}
span.instock {
    font-weight:bold;
    color:#00B420;
}
.product-info .price-new + br {
    /*display:none;*/
}



/*menu*/


.outbox-mcatmod {
   margin-bottom: 15px;
}
.box-heading-mcatmod {
   padding: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   background: url('bmh.png') top repeat-x;
   font-size: 14px;
   line-height: 20px;
   border: 1px solid #ccc;
   font-weight: bold;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.box-mcatmod {
    background: #ddd;
    border: 1px solid #ccc;
    border-top: none;
    padding: 4px;
    padding-top: 2px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.box-mcatmod a b {
    color: #333;
}
.box-mcatmod ul {
   display: block;
   margin:0;
   padding: 0;
   list-style: none;
   
}
.box-mcatmod a {
   color: #333;
   font-weight: bold;
   padding: 7px;
   display: block;
   text-decoration: none;
   text-shadow: 1px 1px 1px #fff;
}
.box-mcatmod ul {
   position: relative;
}
.box-mcatmod ul li .catright {
   display: none;
   position: absolute;
   top: -38px;
   left: 169px;
   min-height: 120%;
   padding-bottom: 10px;
   width: 760px;
   z-index: 9999; 
   background: #fff url('crht.png') left bottom no-repeat;
   border: 1px solid #bbb;
   border-left: none;
   padding-right: 5px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
   vertical-align: top;
}
.box-mcatmod ul li .catright h2 {
   margin-left: 10px;
   margin-top: 15px;
   color: #555;
}
.box-mcatmod ul li .catright .category-info {
   margin-left: 15px;
   margin-bottom: 10px;
}
.box-mcatmod ul li.catfirst.act .catright {
   display: block;
}
.box-mcatmod.act ul li.catfirst:hover .catright {
   display: block;
}
.box-mcatmod ul li.catfirst {
   display: block;
}
.box-mcatmod ul li.catfirst {
}
.box-mcatmod ul li.catfirst a.lfirst {
   font-size: 12px;
   line-height: 14px;
   display: block;
   font-weight: bold;
   padding: 7px;
   padding-left: 2px;
   padding-bottom: 10px;
   color: #333;
   text-shadow: 1px 1px 1px #fff;
   background: url('mcn.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst {
   background: url('arrow.png') right center no-repeat;
}
.box-mcatmod ul li.catfirst.kids, .box-mcatmod ul li.catfirst:hover {
   background: none;
}
.box-mcatmod ul li.catfirst:hover a.lfirst {
   background: #fff;
   -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -khtml-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
}
.box-mcatmod ul li.catfirst.kids  a.lfirst{
   background: url('mcn.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst.kids:hover a.lfirst {
   background: #fff;
   -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.box-mcatmod ul li .catright .nochild {
    vertical-align: top;
}
.box-mcatmod ul li .catright .nochild a.ndfirst {
   width: 164px;
   margin-left: 10px;
   padding: 0px;
   padding-top: 3px;
   padding-bottom: 3px;
   display: inline-block;
   font-weight: normal;
   color: #555;
   vertical-align: top;
}
.box-mcatmod ul li .catright .nochild a.ndfirst:before {
   content: '> ';
   color: #aaa;
   font-family: comic sans ms,cursive;
}
.box-mcatmod ul li .catright .nochild a.ndfirst:hover {
   color: #38B0E3;
}
.box-mcatmod ul li .catright li.ndlevel {
   width: 164px;
   display: inline-block;
   vertical-align: top;
   margin-left: 10px;
}
.box-mcatmod ul li .catright li.ndlevel a {
   color: #333;
   font-weight: bold;
   padding: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-top: 10px;
   font-size: 12px;
   border-bottom: 1px solid #ddd;
}
.box-mcatmod ul li .catright li.ndlevel a:hover {
   color: #000;
}
.box-mcatmod ul li .catright li.ndlevel ul.rdlevel {
   border: none;
}
.box-mcatmod ul li .catright li.ndlevel ul.rdlevel a {
   color: #00AAFF;
   font-weight: normal;
   font-size: 12px; 
   margin-top: 0px;
   padding-top: 4px;
   padding-bottom: 4px;   
   background: none;
   border: none;
}
.box-mcatmod ul li .catright li.ndlevel ul.rdlevel a:hover {
   color: #333;
}
.box-mcatmod ul li .catright li.ndlevel ul.rdlevel a:before {
   content: '> ';
   color: #aaa;
   font-family: comic sans ms,cursive;
}
.box-mcatmod .catright .menu-add {
   float: right;
   width: 200px;
   overflow: hidden;
   margin-top: 1px;
   margin-left: 10px;
   text-align: right;
   display: inline-block;
}
.box-mcatmod .catright .menu-add img {
   margin: 0px; 
   padding: 0px;
}
.box-mcatmod .catright .menu-add a {
   margin: 0px;
   padding: 0px;
}   
.inner-catright {
   padding-left: 5px;
}
.inner-catright ul {
   position: static;
}
.box-mcatmod .catright div.gridel {
   display: inline-block;
   width: 164px;
   margin-left: 10px;
   vertical-align: top;
   margin-bottom: 8px;
}
.box-mcatmod .catright div.gridel .image img {
   padding: 3px;
   border: 1px solid #e7e7e7;
}
.box-mcatmod .catright div.gridel a {
   padding: 0px;
}
.box-mcatmod .catright div.gridel a.gridel-child {
   font-weight: normal;
   color: #00AAFF;
}
.box-mcatmod .catright div.gridel a.gridel-child:before {
   content: '> ';
   color: #aaa;
   font-family: comic sans ms,cursive;
   font-size: 11px;
}
/*
.menu-add + .inner-catright {
   margin-right: 200px;
}
.menu-add + .inner-catright div.gridel {
   width: 31%;
}
.menu-add + .inner-catright li.ndlevel {
   width: 31%;
}
.menu-add + .inner-catright .nochild a.ndfirst {
   width: 31%;
}
.menu-add + .inner-catright .nochild a.ndfirst {
   width: 31%;
} */

.box-heading-mcatmod {
   padding: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   background: url('bmh2.png') top repeat-x;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    border: 1px solid #111;
}
.box-mcatmod {
    background: #444;
    border: 1px solid #111;
    border-top: none;
    padding: 4px;
    padding-top: 0px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.box-mcatmod ul li .catright h2 {
    color: #eee;
}
.box-mcatmod ul li.catfirst a.lfirst {
   color: #fff;
   text-shadow: 1px 1px 1px #111;
   background: url('mcn3.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst.kids  a.lfirst{
   background: url('mcn3.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst:hover a.lfirst {
   background: #222;
}
.box-mcatmod ul li.catfirst.kids:hover a.lfirst {
   background: #222;
}
.box-mcatmod a {
   color: #fff;
   text-shadow: 1px 1px 1px #111;
}

.box-mcatmod a b {
    color: #eee;
}
.box-mcatmod ul li .catright {
   top: -32px;
   background: #222;
   border: 1px solid #111;
   border-left: none;
} 
.box-mcatmod ul li .catright .nochild a.ndfirst {
   background: #444;
   padding: 4px;
   padding-left: 3px;
   padding-right: 0px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   border-radius: 4px;
   margin-bottom: 4px;
   border: 1px solid #111;
   color: #fff;
   width: 159px;
}
.box-mcatmod ul li .catright .nochild a.ndfirst:hover {
   background: #111;
   border: 1px solid #333;
}
.box-mcatmod ul li .catright li.ndlevel {
}
.box-mcatmod ul li .catright li.ndlevel a {
   background: #111;
   padding-left: 4px;
   border: 1px solid #333;
   -webkit-border-radius: 4px 4px 0px 0px;
   -moz-border-radius: 4px 4px 0px 0px;
   -khtml-border-radius: 4px 4px 0px 0px;
   border-radius: 4px 4px 0px 0px;
   color: #fff;
}
.box-mcatmod ul li .catright li.ndlevel a:hover {
   color: #ccc;
}
.box-mcatmod ul li .catright li.ndlevel ul.rdlevel {
   padding: 4px;
   background: #444;
   border: 1px solid #333;
   border-top: none;
   -webkit-border-radius: 0px 0px 4px 4px;
   -moz-border-radius: 0px 0px 4px 4px;
   -khtml-border-radius: 0px 0px 4px 4px;
   border-radius: 0px 0px 4px 4px;
}
.box-mcatmod ul li .catright li.ndlevel ul.rdlevel a:hover {
   color: #fff;
}
.box-mcatmod .catright div.gridel .image img {
   padding: 2px;
   background: #ddd;
   border: 2px solid #ddd;
   background: #fff;
}
.box-mcatmod .catright div.gridel:hover .image img {
   padding: 2px;
   background: #ddd;
   border: 2px solid #fff;
}

.box-heading-mcatmod {
   padding: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   background: url('../mcatmod/bmh.png') top repeat-x;
   font-size: 14px;
   line-height: 20px;
   border: 1px solid #ccc;
   font-weight: bold;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -khtml-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.box-mcatmod {
    margin-bottom:15px;
    background: #ddd;
    border: 1px solid #ccc;
    border-top: none;
    padding: 4px;
    padding-top: 2px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.box-mcatmod a b {
    color: #333;
}
.box-mcatmod ul {
   display: bolck;
   margin:0;
   padding: 0;
   list-style: none;
   
}
.box-mcatmod a {
   color: #333;
   font-weight: bold;
   padding: 7px;
   display: block;
   text-decoration: none;
   text-shadow: 1px 1px 1px #fff;
}
.box-mcatmod ul {
   position: relative;
}
.box-mcatmod ul li .catright {
   display: none;
   position: absolute;
   top: -32px;
   left: 169px;
   min-height: 120%;
   padding-bottom: 10px;
   width: 760px;
   z-index: 9999; 
   /*background: #fff url('../mcatmod/crht.png') left bottom no-repeat;*/
   border: 1px solid #111;
   border-left: none;
   padding-right: 5px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
   vertical-align: top;
}
.box-mcatmod ul li.catfirst a.lfirst {
   font-size: 12px;
   line-height: 14px;
   display: block;
   font-weight: bold;
   padding: 7px;
   padding-left: 2px;
   padding-bottom: 10px;
   color: #333;
   text-shadow: 1px 1px 1px #fff;
   background: url('mcn.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst {
   background: url('../mcatmod/arrow.png') right center no-repeat;
}
.box-mcatmod ul li.catfirst.kids, .box-mcatmod ul li.catfirst:hover {
   background: none;
}
.box-mcatmod ul li.catfirst:hover a.lfirst {
   background: #fff;
   -webkit-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
    -khtml-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
}
.box-mcatmod ul li.catfirst.kids  a.lfirst{
   background: url('mcn.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst.kids:hover a.lfirst {
   background: #fff;
   -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.box-mcatmod .catright div.gridel {
   display: inline-block;
   width: 164px;
   margin-left: 10px;
   vertical-align: top;
   margin-bottom: 8px;
}
.box-mcatmod .catright div.gridel .image img {
   padding: 3px;
   border: 1px solid #e7e7e7;
}
.box-mcatmod .catright div.gridel a {
   padding: 0px;
}
.box-mcatmod .catright div.gridel a.gridel-child {
   font-weight: normal;
   color: #00AAFF;
}
.box-mcatmod .catright div.gridel a.gridel-child:before {
   content: '> ';
   color: #aaa;
   font-family: comic sans ms,cursive;
   font-size: 11px;
}
.box-heading-mcatmod {
   padding: 8px;
   padding-top: 5px;
   padding-bottom: 5px;
   background: url('../mcatmod/bmh2.png') top repeat-x;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    border: 1px solid #111;
}
.box-mcatmod {
    background: #444;
    border: 1px solid #111;
    border-top: none;
    padding: 4px;
    padding-top: 0px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.box-mcatmod ul li.catfirst a.lfirst {
   color: #fff;
   text-shadow: 1px 1px 1px #111;
   background: url('../mcatmod/mcn3.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst.kids  a.lfirst{
   background: url('../mcatmod/mcn3.png') left bottom no-repeat;
}
.box-mcatmod ul li.catfirst:hover a.lfirst {
   background: #222;
}
.box-mcatmod ul li.catfirst.kids:hover a.lfirst {
   background: #222;
}
.box-mcatmod a {
   color: #fff;
   text-shadow: 1px 1px 1px #111;
}

.box-mcatmod a b {
    color: #eee;
}
#column-left .outbox-mcatmod {
    margin-top:175px;
}
.find-category {
    position: absolute; left: 0;
}
.find-category input {
    width:auto !important;
}
.find-category label {
    font-weight: normal !important;
}
.box-categories .image {
    border:0 !important;
}
.box-categories > div {
/*    width:254px;*/
/*    margin: 0 10px;*/
}
.box-categories .name  a{
    font-size:16px !important;
    line-height: 27px;
}
   
.foter_text {
   text-align: justify;
   font-size:12px;
   margin: 10px 0;
   line-height: 16px;
}   
.manufacturers > div .image {
    border:none;
}
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after {
  content: " ";
  display: table;
}
.clearfix::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after {
    clear: both;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
    z-index: 1;
}
.navbar-header {
    
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    margin-bottom: 8px;
    margin-left: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-brand {
    display: inline-block;
    float: right;
    font-size: 18px;
    padding-left: 30px;
    text-decoration: none;
    vertical-align: top;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    margin-bottom: 4px;
    margin-top: 3px;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapse.in {
    display: block;
}
.navbar-collapse {
/*    border-top: 1px solid transparent;*/
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.collapse {
    display: none;
}
.navbar-nav {
    margin: 0 -15px;
}
.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav > li {
    display: block;
    position: relative;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff;
  color: #00ae00;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active , .navbar-default .navbar-nav > li > a:active {
  background: #ebebeb none repeat scroll 0 0;
}
.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.navbar-nav > li > a {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}
.navbar-nav > li.welcome > a {
    display: inline-block;
}
.navbar-default .navbar-nav > li + li {
    border-top: 1px solid #e7e7e7;
}
.dropup, .dropdown {
    position: relative;
}
.caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    display: inline-block;
    float: right;
    height: 0;
    margin: 6px 15px;
    vertical-align: middle;
    width: 0;
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0 0 5px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
  border: 0 none;
  box-shadow: none;
  float: none;
  margin-top: 0;
  position: static;
  width: auto;
}
.open > .dropdown-menu {
  display: block;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    margin: 0 15px;
    padding: 7px 15px;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.navbar-default .navbar-nav .open .dropdown-menu > li + li a {
    border-top: 1px solid #e7e7e7;
}
#bs-example-navbar-collapse-1 {
    display: none;
}
#bs-example-navbar-collapse-1.open {
    display: block;
}
.menu_line {
    border-top: 1px solid #777;
}
.information-description img,
.box-html img {display:inline-block;vertical-align: top; max-width:100%;height:auto !important}
.box-html-2 img {display:inline-block;vertical-align: top; max-width:100%;height:auto !important}
.information-description img {
 margin-bottom: 10px; 
}
.category__description img {
  margin-bottom: 10px;

  max-width: 100% !important;
    height:auto !important;
}

table td > ymaps,
table td > ymaps > ymaps {
    width: 100% !important;
}
/*.table thead {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  float: left;
}
.table td {
  display: inline-block;
  height: 30px;
  width: 100%;
}
.table tbody {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  float: left;
}
.table-bordered > thead > tr > th, 
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td {
  border-bottom-width: 0px !important;
}
.table-bordered > thead > tr > th:last-child, 
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child {
  border-bottom-width: 1px !important;
}*/
@media only screen and (max-width: 992px) {
    
    /* Force table to not be like tables anymore */
    .table.table-bordered.table-condensed.table-hover, 
    .table.table-bordered.table-condensed.table-hover thead, 
    .table.table-bordered.table-condensed.table-hover tbody, 
    .table.table-bordered.table-condensed.table-hover th, 
    .table.table-bordered.table-condensed.table-hover td, 
    .table.table-bordered.table-condensed.table-hover tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    .table.table-bordered.table-condensed.table-hover thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    .table.table-bordered.table-condensed.table-hover tr { border: 1px solid #ccc; }
 
    .table.table-bordered.table-condensed.table-hover td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
        min-height: 30px;
    }
 
    .table.table-bordered.table-condensed.table-hover td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 50%; 
        padding-right: 10px; 
/*        white-space: nowrap;*/
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    .table.table-bordered.table-condensed.table-hover td:before { content: attr(data-title); }
}
/*******************/
@media (min-width: 480px) and (max-width: 768px)  {
.box-html {
    -webkit-columns: 2 auto; 
    -moz-columns: 2 auto;
    columns: 2 auto;
    margin: 0 auto;
    text-align: center;
    width: 450px;
}  .box-html .rounded-box {
    display: inline-block;
}
.b1 img,
.b2 img {
  height: auto;
}
}


.flexslider-slideshow .flex-direction-nav a {
    top:40%;
}
.box-html {
    margin-bottom: 15px;
}
a.btn-green {
    background: #00A800;
}
a.btn-green:hover {
    background: #00CC00;
}
a.btn-gray {
	background: rgba(0, 0, 0, 0.35);
}
a.btn-gray:hover {
	background: rgba(0, 0, 0, 0.2);
}
.account-item a {
    font-size:12px;
    color:#FFF;
    text-decoration:none;
    background: #28323D;
    display: block;
    padding:15px;
    margin-bottom: 10px;
    margin-top: 10px;
/*    height:80px;*/
}               
.account-item a:hover {
    background-color: #FF9200;
}
.account-item {
    text-align: center;    
}
.account-item i {
    font-size:36px;
    color:#FFF;
}
.account-item span {  
    display:inline-block;
	height: 40px !important;
	padding-top: 10px;
}
@media (min-width: 767px) and (max-width: 1199px)  {
  .account-item span {  
      height:36px;
  }
}
.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #FF5305; /* Blue */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin:40px auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#sub-page h2 {
    margin:25px 0 10px 0;
}
#sub-page .simplecheckout-customer-left {
    padding: 5px 8px;
    padding-right: 10px;
    width: 180px;
    text-align: left;  
}
#sub-page .simplecheckout-required {
    color: red;
}
#sub-page .simplecheckout-customer-right {
    width: 250px;
    padding: 5px 8px;
    text-align: left;
}
#sub-page .simplecheckout-customer-right input[type="text"], #sub-page .simplecheckout-customer-right select{
    width:100%;
}
#sub-page #simpleedit .simpleregister-button-block  {
    margin-left: 330px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.simpleregister-button-left {
    float:left;
}
.simplecheckout-error-text {
    color:red;
    font-size:11px;
}

.map-image, .map-image-container {
    position: relative;
    width:100%;
    margin:0 auto;
}
.map-image img {
    width:100%;
}
.map-image .hotspot {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    background: url("/image/hotspot.png") 0 0 no-repeat;
    cursor: pointer;
}
.h230 {
    height:300px !important;
}
.h170 {
    height:240px !important;
}

.owl-prev, .owl-next {
    width:16px;
    padding:0px !important;
    height:21px;
	font-size: 20px !important;
    overflow: hidden;
    /*position: absolute;*/
    /*top:60px;*/
	color:#f4ab40 !important;
	background: #FFF !important;
 
}
.owl-prev  {
    /*left:-25px;*/
}
.owl-prev:hover, .owl-next:hover {
	color: #FF5305 !important;
}
.owl-next {
    /*background-position: -60px 0 !important;*/
    /*right:-25px;*/
}
.owl-next:hover {
    /*background-position: -48px 0 !important;*/
}
.option-value {
    display: inline-block;
    margin-top:10px;
}
.option-value input {
    display: none;
}
.option-value label {
    position: relative;
    display: inline-block;
    width:40px;
    height:40px;
}
.option-value label:before {
    content: "";
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
}
.option-value img {
    margin: 5px;
/*    border:1px solid #ccc;*/
}
.option-value input:checked + label:before, .option-value label:hover:before {
    border:2px solid #ff5417;
}
.option-value input:checked + label img, .option-value label img:hover {
/*    padding:3px;*/
/*    border:2px solid #ff5417;*/
}
.right-inner {
    /*margin-right:165px;*/
	margin-bottom: 30px;
}
.category-options {
    text-align: left;
    height: 22px;
    position: absolute;
    bottom: 2px;
    left: 4px;
    overflow: hidden;
}
.category-options a {
    text-decoration: none;
}
.category-options img {
    width:20px !important;
	display: inline-block !important;
    border:1px solid #ccc;
    padding:1px;
}
.container-ymm .box-heading {
    text-align: center;
    margin-bottom:0px;
}
.box-ymm form {
    text-align:center;
    display: block;
}
.box-ymm form > div {
    display: inline-block;
    float:none;
}
.box-ymm label {
    margin-left:-15px;
}
#tab-vehicle table td {
    padding:5px 15px;
}
#tab-vehicle table tr td:nth-child(2) {
    text-align: center;
    font-weight: bold;
}

#tab-attribute table tr td:nth-child(1) {
    min-width: 150px;
    font-weight: bold;
}

@media (max-width: 480px)  {
	.box-html {
		text-align: center;
	}
	.box-html .rounded-box {
		display: inline-block;
		text-align: left;
	}
	.product-info .right .b1, .product-info .right .b2 {
		display: inline-block;
		margin: 20px 5px;
		position: static;
		right: 0;
		top: 35px;
		vertical-align: middle;
		width: 45%;
		text-align: center;
	}
	.right-inner {
		margin-right: 0px;

	}
	.b1 img,
	.b2 img {
		/*height: 105px;*/
		display: none;
	}
	.vinform form > table > tbody > tr > td {
		display: inline-block;
		width: 100%;
	}
	.vinform form > table tr:nth-child(n+5) {
		display: inline-block;
		width: 35%;
	}
	.vinform form > table tr:nth-child(n+5) td {
		margin-bottom: 20px;
	}
	.vinform table {
		margin: 0;
		width: 100%;
	}
	.vinform table > tbody > tr > td table > tbody > tr {
		display: inline-block;
		width: 100%;
	}
	.vinform table > tbody > tr > td table > tbody > tr > td {
		display: inline-block;
		width: 49%;
	}
	.vinform table > tbody > tr > td input {
		width: 100%;
	}
	.vinform form > table > tbody > tr > td textarea {
		width: 100%;
	}
	.vinform form > table tr.info {
		width: 100%;
	}
	.vinform form > table tr:last-child {
		width: 100%;
	}
	.vinform form > table tr:nth-last-child(2) {
		width: 100%;
	}
	.htabs > a {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-bottom: 2px;
	}
	#header .callback {
		width: auto;
	}
	#header .callback a:last-child {
		position: static;
	}
	#header .time {
		margin: 3px 0 0;
		position: static;
	}
	#button-cart, .product-info .oneclick {
		width:100%;
	}
}
.filter_order_status {
	margin: 0px !important;
	vertical-align: bottom;
	padding:6px 12px 7px 12px
}
#menu > ul > li > a.vk, #menu > ul > li > a.avito {
	display:block;
	height:32px;
	width:45px;
	padding: 0;
	margin: 0;
	background:url('../image/icons.png') 0 0 no-repeat;
}
#menu > ul > li > a.avito {
	background-position: -62px 0;
	margin-left: 30px;
}
#menu > ul > li > a.vk:hover, #menu > ul > li > a.avito:hover {
	filter: brightness(0.9);
}

.social a {
	display:inline-block;
	height:32px;
	width:45px;
	padding: 0;
	margin: 0;
	background:url('../image/icons.png') 0 0 no-repeat;
}
.social a.avito {
	background-position: -62px 0;
	width: 34px;
}
.social a.call {
	background: url('../image/icon_footer_phone.png') no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
}
.social a + a{
	margin-left: 5px;
}
.social a:hover {
	filter: brightness(0.9);
}
.social {
	position: absolute;
	left: -10px;
	bottom: 8px;
	z-index:99;
}

@media (max-width: 480px) {
	.social {
		position: static;
		text-align:center;
	}
	#footer-links .time,
	#footer-links .phone,
	#footer-links .callback {
		text-align: center;
		margin-left: 0;
		padding-left: 0;
	}
}
.stocks__title {
	display:block;
	color: green;
	margin-bottom: 5px;
}
.filter__title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.filter__item_title {
	margin: 5px 0;
	padding: 5px 8px;
	background: #EAEAEA;
}

.filter__search {
	width: 215px;
	margin-bottom:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
	padding:10px;
}
.da-slider {
	width:100% !important;
}

.btn__yandex_market {
	border: 0px;
	border-radius:0;
	text-decoration:none;
	margin-bottom: 5px !important;
}


.results__offer {
	background: #eaeaea;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 14px;
	margin: 10px 0;
	border: 1px solid #c4c4c4;
}
.results__offer .results__offer-name {
	font-size: 16px;
	margin-bottom: 8px;
	font-family: Roboto-Bold,Helvetica,Arial,sans-serif;
	font-weight: bold;
}
.results__offer .results__offer-inner {
	margin-bottom: 10px;
}

.filter__table {
	display: none !important;
	position: absolute;
	top:2px;
	right:2px;
}

/* button */
a.button, input.button {


}
span.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	background: #380ead;
	display: inline-block;
	text-decoration: none;
	padding: 2px 4px;
	position: absolute;
	top:calc(50% - 8px);
	right:2px;
}

span.button:hover{
	background: #4a0fe4;
}
.export__xls {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	background: #439b00;
	display: inline-block;
	text-decoration: none;
	padding: 7px 12px 9px 12px;
	margin: 3px;
}

.export__xls:hover{
	background: #52c800;
}

.col__date_inv {
	position: relative; padding-right: 10px;
}
.col__date_inv:hover .filter__table {
	display: block !important;
}
.order__total {
	background-color: #f1b53d;
	border-color: #f1b53d;
	color: #ffffff;
	padding: 5px 10px;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	margin-bottom: 15px;
	display: inline-block;
}
a.button {
	white-space: nowrap;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44 !important;
	border-color: #398439 !important;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
@media (min-width: 768px) {
	.hide-pc {
		display: none;
	}
}
@media (max-width: 768px) {
	#header #cart {
		margin: 0 0 24px 0;
	}
	.hide-mobile {
		display: none;
	}
	.cdek_logo {
		text-align: center !important;
	}
	#tab-vehicle table tr td,
	#tab-attribute table tr td {
		text-align: center;
		padding: 5px;
	}
	.account-item a {
		display: flex;
		align-items: center;
	}
	.account-item i {
		font-size: 22px;
		color: #FFF;
		margin-right: 10px;
	}
	.account-item span {
		height: auto !important;
		padding: 0;
	}
	#sub-page #simpleedit .simpleregister-button-block {
		margin-left: 0;
		text-align: right;
	}
}
@media (max-width: 480px) {
	.account-item a {
		margin-top: 0;
	}
	.account-item {
		width: 100%;
	}

}
.order__status-1, .order__status102 {
	color:#FF0000;
	font-weight: bold;
}
.order__status8, .order__status2, .order__status107, .order__status100, .order__status106, .order__status12 {
	color:green;
	font-weight: bold;
}
.order__status106,  .order__status5,  .order__status11{
	font-weight: bold;
	color:#f0a006;
}