@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,cyrillic);

@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
	opacity:0;  /* make things invisible upon start */
	animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	animation-duration:0.5s;
	animation-delay: 0.5s
}

#toTop {
	/*background: url('../image/up-arrow.png') no-repeat top center #3498DB;*/
	background: #3498DB;
	text-align:center;
	position: fixed;
	bottom: 0px;
	right: 20px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	/*width: 100px;
	height: 100px;*/
	/*text-indent: -9999px;*/
	/*opacity: 0.4;
	border: 1px solid #2084C7;*/
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;

	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	z-index: 5;
}

#toTop i {
	display:block;
	font-size: 33px;
	color: #FFFFFF;
	width: 40px;
	height: 40px;
	padding: 7px;
}

#toTop:hover {
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
body {
	background: #FFFFFF;
	color: #333333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1, .box-heading {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 10px;
	color: #3E454C;
/*	border-bottom: 1px solid #E6E6E6;*/
	font-size: 20px;
	text-transform: uppercase;
}
h1.orange {
	color: #3E454C;
}
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3E454C;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 600;
}
h3 {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #3E454C;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
}
a:hover {
	text-decoration: none;
	color: #2185C5;
}
.fa {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F9F9F9;
	color: #3E454C;
	border: 1px solid #F1F1F1;
	padding: 3px 0 3px 3px;
	margin-left: 0px;
	margin-right: 0px;
}
input[name='captcha'], img#captcha {
	display: none;
}
select {
	background: #F9F9F9;
	color: #3E454C;
	border: 1px solid #F1F1F1;
	padding: 2px;
}
input[type='text']:hover, input[type='password']:hover, select:hover, textarea:hover,
input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
	border: 1px solid #2185C5;
}
label {
	cursor: pointer;
}
/* layout */
.bg-wr {
	padding: 0 30px;
	margin: 0 auto;
}
.bg-wr.center, .bg-wr.footer {
	background: url('../image/bg2.png') scroll repeat #f1f1f1;
}
.bg-wr.footer {
	display: none;
}
#container {
/*	min-width: 980px;
	max-width: 1300px;*/
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px;
	text-align: left;
}

#container > .header-top {
	margin: 0 -10px;
}
.frontpage #container > .header-top {
	margin-top: -20px;
}
.content-wr {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	/*border-left: 1px solid rgba(0,0,0,0.5);
	border-right: 1px solid rgba(0,0,0,0.5);*/
}
.bg-wr.center > .content-wr {
	border-left: 1px solid rgba(230,230,230,0.5);
	border-right: 1px solid rgba(230,230,230,0.5);
}
#column-left {
	float: left;
	width: 21%;
}
#column-right {
	float: right;
	width: 21%;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content {
	width: 52%;
	margin-left: 24%;
}
#column-left + #content {
	margin-left: 24%;
	width: 76%;
}
#column-right + #content {
	width: 76%;
	margin-right: 24%;
}
/* header */
#header {
	height: 122px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header-top {
	display:none;
/*	height:40px;*/
	margin:0 auto;
	position:fixed;
	top:0;
/*	width:1024px;*/
	z-index:1000;
/*	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.6);
	box-shadow:0px 0px 8px rgba(0,0,0,0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
}
#header-top>#menu{
/*	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-khtml-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;*/
}
#login-float {
	background: #2185C5;
	padding: 5px;
	position: fixed;
	right: -125px;
	top: 300px;
	width: 150px;
	height: 60px;
	overflow: hidden;
	display: none;
}
#login-float:hover {
/*	width: auto;*/
	right: 0;
}
#login-float [class^="icon-"] {
	font-size: 20px;
	color: #FFFFFF;
	float: left;
	display: block;
	padding-top: 20px;
	padding-left: 5px;
}
#login-float > div {
	float: right;
	padding: 10px;
}
#login-float a {
	color: #FFFFFF;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: none;
	text-decoration: none;
}
#login-float a:hover {
	color: #F2F2F2;
	text-decoration: underline;
}
#login-float:hover a {
	display: block;
}
#header #logo {
	position: absolute;
	top: 35px;
	left: 0px;
}
#header #address-data {
	position: absolute;
	top: 57px;
	left: 320px;
	width: 330px;
	color: #666;
}
#header #address-data .address-data-header {
	font-weight: 600;
	margin-bottom: 4px;
}
#header-callback {
	position: absolute;
	left: 55%;
	top: 37px;
}
#header-callback > a.button {
	line-height:20px;
	height: 39px;
	text-align: center;
}
#header .header-contact-info {
	background: #3E454C;
	position: absolute;
	top: 24px;
	left: 34%;
	padding: 10px 20px;
	line-height: 2rem;
}
#header .header-contact-info p, #header .header-contact-info a, #header .header-contact-info td {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
/*	font-size: 18px;*/
	color: #FFFFFF;
	margin-bottom: 0;
}
#language {
	position: absolute;
	top: 8px;
	left: 150px;
	width: 100px;
	text-align: right;
	color: #666;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 130px;
	position: absolute;
	top: 10px;
	text-align: center;
	left: 0px;
	color: #666;
	line-height: 17px;
	display: none;
}
#currency a {
	display: inline-block;
	float: right;
	padding: 6px 2px 0px 2px;
	background: url('../image/currency.png') center top no-repeat;
	height: 30px;
	width: 30px;
	color: #666;
	margin-right: 4px;
	text-decoration: none;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 23px;
	right: 0px;
	z-index: 1;
	min-width: 300px;
	display: none;
}
#header #cart .heading {
	background: url('../image/cart.png') left top no-repeat;
	float: right;
	position: relative;
	z-index: 1;
}
#header #cart .heading a {
	color: #797979;
	cursor: pointer;
	font-size: 12px;
	line-height: 21px;
	padding-left: 35px;
	text-decoration: none;
}
#header #cart .heading a b {
	color: #F45624;
	font-family: Tahoma,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
#header #cart .content {
	clear: both;
/*	display: none;*/
	position: relative;
	top: 0px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #E6E6E6;
/*	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 6px 6px;*/
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	background: #FFF;
}
/*#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
}*/
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #E6E6E6;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #E6E6E6;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search-wr {
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 101;
}

#header #search {
	background: #FFFFFF;
	position: relative;
	width: 32px;
	z-index: 0;
	/*border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;*/
	padding: 3px 0px 3px 0px;
	height: 25px;
	-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;
	width: 250px;
	border: 1px solid rgba(235, 236, 238, 1);
}
#header #search:hover, #header #search:focus, #header #search:active, #header #search.active {
	/*width: 400px;*/
	border: 1px solid rgba(204, 204, 204, 1);
}
#header .button-search {
	top: 2px;
	right: 2px;
	height: 31px;
	cursor: pointer;
	margin: -3px -2px -3px 0;
	float: right;
}
#header #search input {
	background: #FFFFFF;
/*	padding: 0px 55px 3px 15px;*/
	color: #757575;
	width: calc(100% - 60px);
	height: 18px;
	padding: 4px 3px;
	border: 0;
	display: none;
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
	display: inline-block;
}
#header #search:hover input, #header #search:focus input, #header #search:active input, #header #search.active input {
	display: inline-block;
}
#header #search .fa.fa-search {
	/*border-left: 1px solid #DDDDDD;*/
	background: #3E454C;
	color: #FFF;
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	width: 32px;
	position: absolute;
	right: 2px;
	top: 3px;
}
#header #search:hover .fa.fa-search, #header #search:focus .fa.fa-search, #header #search:active .fa.fa-search, #header #search.active .fa.fa-search {
	color: #CCCCCC;
}
#header #search .fa.fa-search:hover {
}
#header #search #quick_search_results {
	display: block;
}
#header #search:hover #quick_search_results, #header #search:focus #quick_search_results, #header #search:active #quick_search_results, #header #search.active #quick_search_results {
	/*display: block;*/
}
#header #welcome {
	position: absolute;
	top: 106px;
	left: 320px;
	z-index: 5;
	width: 350px;
	color: #666;
	text-align: left;
}
#header #welcome a {
	color: #666;
}
.header-links-wr {
	margin: 0 -30px;
	padding: 0 30px;
	background: #3E454C;
}
#header-links {
	display: block;
	padding-right: 10px;
	z-index: 9;
}
#header-links a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 12px;
	display: inline-block;
	padding: 0px 6px;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 15px;
}
#header-links a:first-child {
	padding-left: 0;
}
#header-links a:hover {
	color: #FFFFFF;
}
#header-links a + a {
	border-left: 1px solid #474C64;
}
/* menu */
.bg-wr.menu {
	/*background: url('../image/menu-border-bg.png') repeat-x left bottom scroll #FFFFFF;*/
	z-index: 98;
}

#menu-placeholder, .bg-wr.menu {
	margin-bottom: 0px;
	background: #3498DB;
}

#menu-placeholder {
	display: none;
}

.bg-wr.menu.fixed {
	/*padding-left: 0;
	padding-right: 0;
	width: 100%;*/
}

#menu {
	overflow: hidden;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	display: table;
	width: 100%;
	position: relative;
	overflow: visible;
/*	border: 1px solid #797979;*/
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
	/*-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);*/
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul {
	display: table-row;
	width: 100%;
}
#menu > ul > li {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*position: relative;*/
	z-index: 20;
	/*border-bottom: 5px solid #3498DB;*/
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid #3671C3;
	/*border-left: 1px solid #475503;*/
	-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;
/*	padding: 7px 5px 6px 0px;
	display: inline-block;*/
}
#menu > ul > li + li {
/*	background: url('../image/menu-hr.png') top left no-repeat;*/
}
#menu > ul > li:first-child {
	border-left: none;
}
#menu > ul > li:last-child {
	border-right: none;
}
#menu > ul > li.special {
	background: #f28c3a;
}
#menu > ul > li:hover, #menu > ul > li.active {
	/*border-bottom: 5px solid #f28c3a;*/
	background: #2084C7;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
}

#menu > ul > li > a {
	font-size: 110%;
	font-weight: 600;
	padding: 20px 10px;
	display: block;
	z-index: 6;
	text-transform: uppercase;
}
#menu > ul > li + li > a {
	/*margin-left: -4px;*/
}
#menu > ul > li > a.parent {
	/*background: url('../image/menu-down-arrow.png') right 7px center no-repeat;*/
	padding-right: 26px;
	position: relative;
}
#menu > ul > li > a.parent:hover, #menu > ul > li > a.parent.active {
	/*background: url('../image/menu-down-arrow.png') right 7px center no-repeat;*/
}
#menu > ul > li > a > i {
	font-size: 120%;
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	display: none;
}
#menu > ul > li > a.parent > i {
	display: inline-block;
}
#menu > ul > li.parent:hover > a i, #menu > ul > li.parent.active > a i {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate-180 {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#menu > ul > li.menu-search {
}
#menu > ul > li.menu-search > a {
	min-width: 20px;
	min-height: 15px;
}
#menu > ul > li.menu-search > a > i {
	display: inline-block;
}
#menu .wr-menu-search {
	overflow: visible;
	display: none;
	left: auto;
	right: 0;
	top: 0;
	margin-right: 40px;
	width: 380px;
	text-align: left;
}
#menu .wr-menu-search input {
	border: 1px solid rgba(255,255,255,0);
	width: 100%;
}
#menu > ul > li.menu-search > div > ul > li > a {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	text-transform: none;
	display: table;
	color: #333333;
	white-space: normal;
}
#menu > ul > li.menu-search > div > ul > li > a:hover {
	color: #FFFFFF;
}
#menu > ul > li + li > div {
	/*margin-left: -4px;*/
}
#menu > ul > li:hover, #menu > ul > li.active {
	/*background: #323232;*/
}
#menu > ul > li:hover > a, #menu > ul > li.active > a {
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
	color: #FFFFFF;
	/*-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
	z-index: 10;
}
#menu > ul > li > div {
	display: none;
	background: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 5;
	padding: 5px;
	/*border-top: 1px solid rgba(230,230,230,1);
	border-left: 1px solid rgba(230,230,230,1);
	border-right: 1px solid rgba(230,230,230,1);
	border-bottom: 1px solid rgba(230,230,230,1);*/
/*	-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;*/
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}
#menu > ul > li:hover > div {
}
#menu > ul > li > div > ul {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	//display: block;
	//float: left;
}
#menu > ul > li > div > ul {
	padding-left: 50px;
}
#menu > ul > li > div > ul:first-child, #menu > ul > li > div > ul:nth-child(2) {
	padding-left: 0;
}
/*#menu > ul > li > div > ul {
	margin-right: 50px;
}
#menu > ul > li > div > ul:last-child {
	margin-right: 10px;
}*/
#menu > ul > li > div > ul > li.current {
	display: none;
}
#menu > ul > li > div > ul.description {
}
#menu > ul > li > div > ul.description > li > div {
	overflow: hidden;
	width: 150px;
	padding-top: 0px;
}
#menu > ul > li > div > ul > li > a {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-size: 120%;
	text-decoration: none;
	padding: 6px 4px;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	/*text-transform: uppercase;*/
/*	text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
}
#menu > ul > li > div > ul > li > a:hover {
	/*color: #323232;*/
	text-decoration: underline;
}
#menu > ul > li > div > ul > li > ul {
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}
#menu > ul > li > div > ul > li:last-child > ul {
	border-bottom: 1px solid rgba(0,0,0,0);
}
#menu > ul > li > div > ul > li > ul > li a {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-size: 110%;
	font-weight: 300;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}
#menu > ul > li > div > ul > li > ul > li a:hover {
	text-decoration: underline;
}
/* #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;
	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;
}
#advanced_menu a.active {
	background: #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #00539B;
}
#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;
}
#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 {
	background: #F5F5F5;
	color: #3E454C;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px 19px;
	line-height: 18px;
}
.breadcrumb > a {
	color: #3E454C;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.breadcrumb > a:hover {
	text-decoration: underline;
}
.breadcrumb > a:last-child {
	color: #2185C5;
}
.success, .warning, .attention, .information {
	padding: 20px 10px 20px 33px;
	margin-top: 15px;
	color: #3E454C;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	line-height: 24px;
	font-size: 16px;
/*	-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;*/
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	z-index: 100;
}
.success a, .warning a, .attention a, .information a {
	font-size: 16px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px 24px no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px 24px no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px 24px no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 5px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.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 {
	color: #005dad;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
table.list thead td {
	background-color: #E6E6E6;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #00539B;
	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: #E6E6E6;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
	border-top: 1px solid #E6E6E6;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #797979;
	padding: 4px 10px;
	background: #797979;
	text-decoration: none;
	color: #FFFFFF;
}
.pagination .links b {
	font-weight: bold;
	display: inline-block;
	border: 1px solid #797979;
	padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #797979;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button, a.button-detail {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #3498DB;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 3px;
	-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
}
.colorbox-callme.button {
	background: #A1D600;
}
.colorbox-callme.icon-phone.button {
	background: #A1D600;
	font-size: 30px;
	padding: 15px 10px;
	font-family: 'FontAwesome';
}
.colorbox-callme.icon-phone.button:hover {
	background: #2185C5;
}
a.button, a.button-detail {
	display: inline-block;
	text-decoration: none;
	padding: 10px 12px 9px 12px;
	margin: 3px;
}
input.button {
	margin: 3px;
	border: 0;
	height: 30px;
	padding: 1px 12px 1px 12px;
}
a.button:hover, input.button:hover, a.button-detail:hover {
	background: #2084C7;
}
.buttons {
	background: #FFFFFF;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	border: 1px solid #E6E6E6;
}
.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: 30px;
	line-height: 16px;
	border-bottom: 1px solid #E6E6E6;
}
.htabs a {
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 5px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #797979;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	color: #2185C5;
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-header {
	background: #FFFFFF;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 4px solid #2185C5;
	color: #3E454C;
	font-weight: bold;
	line-height: 32px;
	padding: 13px 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tab-content {
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-content iframe {
	width:640px;
	height:480px;
	text-align:center;
	border:3px solid #DDD;
	display: block;
	margin: 20px auto 20px auto;
}

.tab-content-2 {
	border: 1px solid #E6E6E6;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/*Welcome*/
#column-left .box.welcomemod .box-heading, #column-right .box.welcomemod .box-heading {
	display: none;
}
#column-left .box.welcomemod .box-content, #column-right .box.welcomemod .box-content {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
/* box */
.box {
	margin-top: 10px;
	margin-bottom: 20px;
}
/*.box.category .box-heading {
	background: #A1D600;
}
.box.category-list .box-heading, .box.randprod .box-heading {
	background: #A1D600;
}
.box.news .box-heading, .box.lastview .box-heading {
	background: #2185C5;
}
.box.info .box-heading, .box.latest .box-heading {
	background: #797979;
}*/
.box .box-heading {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background: #3E454C;
	padding: 10px 19px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
}
.box .box-heading a {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #FFFFFF;
}
#content .box .box-heading {

}
#column-left .box .box-content, #column-right .box .box-content{
/*	border: 7px solid #E6E6E6;
	margin: 0 5px;*/
}
#content .box .box-content {

}
.box .box-content {
	background: #FFFFFF;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0 auto;
	position: relative;
}

.box-product div.item {
	margin-top: 10px;
	margin-bottom: 10px;
	/*width: 29.6%;*/
	display: block;
	vertical-align: top;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(230,230,230,0.5);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.box-product div.item:hover {
	/*position: absolute;
	margin: -15px -15px -100px -15px;*/
}

.box-product.category div.item {
	width: 21%;
	display: inline-block;
}
/*#column-left + #content .box-product.category div.item, #column-right + #content .box-product.category div.item {
	width: 17.5%;
}
#column-left + #column-right + #content .box-product.category div.item {
	width: 21.5%;
}*/
.box-product > div.owl-wrapper-outer {
	border: none;
}
.box-product > div.owl-wrapper-outer:hover {
/*background: #FFF;*/
	border: none;
}
/* box category */
.box.category .box-content {
	padding: 0;
}
.box-category {
	margin-top: 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category li.parent > div.unfold {
	float: right;
	padding: 10px 0px 5px 0;
}
.box-category li.parent > div.unfold {
	font-size: 140%;
	color: #545759;
	cursor: pointer;
}
.box-category li.parent > div.unfold > i:hover {
	color: #3498DB;
}
.box-category li.parent > div.unfold > i {
	padding: 1px 6px;
}
.box-category > ul > li {
}
.box-category > ul > li + li {
	border-top: 1px solid #E6E6E6;
}
.box-category > ul > li > a {
	display: block;
	text-decoration: none;
	color: #545759;
	padding: 12px 8px 12px 10px;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: 300%;
}
.box-category > ul > li.parent > a {
	/*padding: 12px 8px 12px 0px;*/
}
.box-category > ul > li > a:hover, .box-category > ul > li a.active {
	color: #3498DB;
}
.box-category .article-cat {
	border-bottom: 1px solid #E6E6E6;
}
.box-category > ul > li a.no-active {
	font-weight: 500;
/*	background: url('../image/cat-no-active.png') 0 -1px no-repeat;*/
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul {
	padding-bottom: 5px;
	display: none;
}
.box-category > ul > li ul > li {
}
.box-category > ul > li ul > li > a {
	color: #545759;
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 25px;
	font-size: 100%;
}
.box-category > ul > li ul > li > a i {
	color: #545759;
	font-size: 80%;
	font-weight: normal;
	line-height: 14px;
	padding-right: 3px;
}
.box-category > ul > li ul > li > a:hover, .box-category > ul > li  ul > li > a:hover i {
	color: #3498DB;
	padding-left: 25px;
}
.box-category > ul > li ul > li > a.child-active {
	font-weight: 500;
	color: #3498DB;
}
.box-category > ul > li > ul > li > ul {
	padding-left: 15px;
	display: none;
}
.box-category > ul > li.active > ul > li > ul {
	display: block;
}
/* content */
#content .content {
	background: #FFFFFF;
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #E6E6E6;
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
}

#content .content ul li {
	margin-bottom: 5px;
}
#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 {
	display: none;
	float: left;
	padding: 5px;
	margin-right: 15px;
}
.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, .manufacturer-category:visited {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 14px;
	background: #2185C5;
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 6px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.manufacturer-category:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.manufacturer-category:first-child {

}
/*.manufacturer-category:nth-child(1n) {
	background: #F9BE00;
}
.manufacturer-category:nth-child(2n) {
	background: #797979;
}
.manufacturer-category:nth-child(3n) {
	background: #A1D600;
}
.manufacturer-category:nth-child(4n) {
	background: #2185C5;
}*/
.manufacturer-list {
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	background: #2185C5;
	padding: 8px 10px 8px 10px;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}
/*.manufacturer-list:nth-child(1n) .manufacturer-heading {
	background: #F9BE00;
}
.manufacturer-list:nth-child(2n) .manufacturer-heading {
	background: #797979;
}
.manufacturer-list:nth-child(3n) .manufacturer-heading {
	background: #A1D600;
}
.manufacturer-list:nth-child(4n) .manufacturer-heading {
	background: #2185C5;
}*/
.manufacturer-content {
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.manufacturer-list ul {
	display: inline-block;
	width: 23%;
	margin: 0;
	padding: 5px;
	list-style: none;
	margin-bottom: 10px;
}
.manufacturer-list ul li a {
	text-decoration: none;
	font-weight: bold;
}
/* product */
.product-filter {
	background: #FFFFFF;
	/*border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;*/
	margin-bottom: 20px;
	padding: 10px 0;
	overflow: auto;
}
.product-filter .display {
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	padding-top: 0px;
	color: #797979;
	height: 25px;
	padding-left: 10px;
}
.product-filter .display b {
	display: none;
}
.product-filter .display #table_a {
	/*background: url("../image/table_a.png") no-repeat scroll 0 bottom transparent;*/
	display: inline-block;
	height:24px;
	margin-left:8px;
	margin-right:5px;
	width:30px;
	float:left;
	-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;
}
.product-filter .display #table_b, .product-filter .display #table_a:hover {
	/*background: url("../image/table_a.png") no-repeat scroll 0 top transparent;*/
	display: inline-block;
	height:24px;
	margin-left:8px;
	margin-right:5px;
	width:30px;
	float:left;
}
.product-filter .display #table_a, .product-filter .display #table_b {
	display:none;
}
.product-filter .display #list_a {
	/*background: url("../image/list_a.png") no-repeat scroll 0 bottom transparent;*/
	display: inline-block;
	height:24px;
margin-right:5px;
	width:30px;
	float:left;
	-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;
}
.product-filter .display #list_b, .product-filter .display #list_a:hover {
	/*background: url("../image/list_a.png") no-repeat scroll 0 top transparent;*/
	display: inline-block;
	height:24px;
	margin-right:5px;
	width:30px;
	float:left;
}
.product-filter .display #grid_a {
	/*background: url("../image/grid_a.png") no-repeat scroll 0 bottom transparent;*/
	display: inline-block;
	height:24px;
	width:30px;
	float:left;
	-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;
}
.product-filter .display #grid_a i, .product-filter .display #grid_b i, .product-filter .display #list_a i, .product-filter .display #list_b i, .product-filter .display #table_a i, .product-filter .display #table_b i {
	font-size: 24px;
}
.product-filter .display #table_b, .product-filter .display #list_b, .product-filter .display #grid_b {
	color: #3498DB;
}

.product-filter .display #table_a, .product-filter .display #list_a, .product-filter .display #grid_a {
	color: #797979;
}

.product-filter .display #table_a:hover, .product-filter .display #list_a:hover, .product-filter .display #grid_a:hover {
	color: #3498DB;
}


.product-filter .display #grid_b, .product-filter .display #grid_a:hover {
	/*background: url("../image/grid_a.png") no-repeat scroll 0 top transparent;*/
	display: inline-block;
	height:24px;
	width:30px;
}
.product-filter .display b {
	float: left;
	padding-top: 3px;
	font-weight: 500;
}
.product-filter .display a {
	font-weight: 500;
}
.product-filter .sort {
	margin-right: 15px;
	float: left;
}
.product-filter .sort b {
	text-transform: none;
	font-weight: 300;
}
.product-filter .limit {
	margin-right: 15px;
	float: left;
}
.product-filter .limit b {
	text-transform: none;
	font-weight: 300;
}
.product-compare {
	padding-top: 5px;
	font-weight: 500;
	float: right;
}

.product-filter .product-compare {
	display: none;
}
.product-compare a {
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
}

.product-list > div {
	background: #FFFFFF;
	border-top: 1px solid rgba(230,230,230,0);
	border-left: 1px solid rgba(230,230,230,0);
	border-right: 1px solid rgba(230,230,230,0);
	border-bottom: 1px solid rgba(230,230,230,0.5);
	position: relative;
	padding: 20px;
	overflow: auto;
	margin: 30px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-list > div:first-child {
	margin: 0px 0;
}
.product-list > div:last-child {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.product-list > div:hover {
	border: 1px solid rgba(230,230,230,1);
}
.product-list > div .colorbox-callme.fa.fa-phone.button {
	position: absolute;
	top: -13px;
	left: -100px;
	display: none;
	z-index: 1;
}
.product-list > div:hover .colorbox-callme.fa.fa-phone.button {
	/*display: block;*/
	left: -13px;
}
.product-list .right {
	float: right;
	margin-left: 0px;
	/*min-width: 180px;*/
}
.product-list .sale {
	font-size: 80%;
	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: 500;
}
.product-list .image {
	float: left;
	margin-right: 10px;
	position: relative;
	max-width: 40%;
	min-width: 150px;
}
.product-list.table .image {
	display: none;
}
.product-list .image img {
	max-width: 100%;
	max-height: 200px;
	padding: 3px;
}
.product-list .image img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-list > div:hover .image img {
	-moz-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}
.product-list .name {
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
}
.product-list .name a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #212121;
	font-weight: 600;
	text-decoration: none;
}
.product-list .name a span {
	display: none;
	font-size: 88%;
}
.product-list > div:hover .name a {
	color: #3498DB;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #757575;
}
.product-list .rating {
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-list > div:hover .rating {
	left: 49px;
}
.product-list .price {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	margin-left: 2px;
	text-align: left;
	color: #2E3451;
	font-size: 140%;
	font-weight: 600;
	float: left;
}
.product-list .price-old {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	color: #9C9C9D;
	font-size: 100%;
	text-decoration: line-through;
	display: block;
}
.product-list .price-new {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	color: #FF5654;
	font-weight: 500;
}
.product-list .price-tax {
	font-size: 90%;
	font-weight: normal;
	color: #86b2d9;
}
.product-list .cart {
	margin: 0 0 3px 3px;
	display: none;
}
.product-list .cart > a.button {
	float: left;
}
.product-list .wishlist, .product-list .compare {
	display: none;
	margin-top: 3px;
	margin-left: 10px;
	float: left;
}
.product-list .wishlist {
	margin-left: 0;
}
.product-list .wishlist a, .product-list .compare a {
}
.product-list .wishlist a {
	border-left: none;
}
.product-list .attributes {
	display: none;
	min-height: 18px;
}

.product-list .stock {
	display: none;
	line-height: 39px;
}

.product-list .out-of-stock .stock {
	display: inline-block;
}

.product-list > div.out-of-stock .colorbox-callme.fa.fa-phone.button,
.product-list > div.out-of-stock:hover .colorbox-callme.fa.fa-phone.button,
.product-table > div.out-of-stock .colorbox-callme.fa.fa-phone.button,
.product-table > div.out-of-stock:hover .colorbox-callme.fa.fa-phone.button,
.product-grid > div.out-of-stock .colorbox-callme.fa.fa-phone.button,
.product-grid > div.out-of-stock:hover .colorbox-callme.fa.fa-phone.button,
.box-product > div.out-of-stock .colorbox-callme.fa.fa-phone.button,
.box-product > div.out-of-stock:hover .colorbox-callme.fa.fa-phone.button {
	display: none;
}

.product-list .out-of-stock .price-old {
	display: none;
}

.product-list .out-of-stock .price {
	color: #CCCCCC;
}
.product-list .out-of-stock .cart .button {
	display: none;
}

.product-list .wishlist, .product-list .compare {
	display: none;
}












.product-table > div {
	background: #FFFFFF;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	position: relative;
	padding: 0px;
	overflow: auto;
	margin: 0px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-table > div:hover {
	border-right: 1px solid #3498DB;
	border-left: 1px solid #3498DB;
	background: #FDFFF9;
}
.product-table > div:first-child {
	border-top: 1px solid #E6E6E6;
	margin: 0px 0;
}

.product-table > div:last-child {
	margin-bottom: 20px;
}

.product-table > div .colorbox-callme.fa.fa-phone.button {
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
}
.product-table > div:hover .colorbox-callme.fa.fa-phone.button {
	display: block;
}
.product-table .right {
	float: left;
	margin-left: 0px;
	min-width: 180px;
}

.product-table table {
	width: 100%;
}
.product-table td.name {
	width: 65%;
}
.product-table td.rating {
	width: 60px;
	display: none;
}

.product-table .image {
	display: none;
}

.product-table td.description {
	width: auto;
	display: none;
}

.product-table td.price {
	width: 120px;
}

.product-table td.cart1 {
	min-width: 185px;
	text-align: right;
}
.product-table td.cart1 .cart {
	display: inline-block;
}

/*.product-table td.compare {
	width: 40px;
}
.product-table td.wishlist {
	width: 40px;
}*/
.product-table td.cart {
	width: 90px;
	text-align: right;
}

.product-table .wishlist, .product-table .compare {
	display: inline-block;
}
.product-table .wishlist a, .product-table .compare a {
	color: #757575;
	text-decoration: none;
	font-size: 110%;
	padding: 4px 0 2px 0;
	display: inline-block;
	width: 33px;
	height: 26px;
	text-align: center;
}

.product-table .wishlist a:hover, .product-table .compare a:hover, .product-table .wishlist a.active, .product-table .compare a.active {
	color: #3498DB;
}

.product-table .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #757575;
}
.product-table .rating {
	color: #757575;
}
.product-table .price {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	margin-right: 5px;
	text-align: right;
	color: #2E3451;
	font-size: 110%;
	font-weight: 500;
}
.product-table .price-old {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	color: #9C9C9D;
	font-size: 100%;
	text-decoration: line-through;
	display: block;
}
.product-table .price-new {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	color: #FF5654;
	font-weight: 500;
}

.product-table .attributes {
	min-height: 18px;
}

.product-table .stock {
	display: none;
	/*line-height: 39px;*/
}

.product-table .out-of-stock .stock {
	display: inline-block;
}

.product-table .out-of-stock .price-old {
	display: none;
}

.product-table .sale {
	display: none;
}

.product-table .out-of-stock .price {
	color: #CCCCCC;
}
.product-table .out-of-stock .cart .button {
	display: none;
}
















.product-grid {
	width: 103%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 0 -20px;
}
.product-grid > div {
	background: #FFFFFF;
	width: 18%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 20px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid rgba(230,230,230,0.5);
	border-left: 1px solid rgba(230,230,230,0.5);
	border-right: 1px solid rgba(230,230,230,0.5);
	border-bottom: 1px solid rgba(230,230,230,0.5);
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.box-product div.item.ptype1 .cart,
.product-grid > div.item.ptype1 .cart,
.product-list > div.item.ptype1 .cart,
.product-table > div.item.ptype1 .cart,
.product-grid > div.item.ptype2 .cart, .product-grid > div.item.ptype2 .attributes, .product-grid > div.item.ptype2 .price, .product-grid > div.item.ptype2 .wishlist, .product-grid > div.item.ptype2 .compare,
.product-list > div.item.ptype2 .cart, .product-list > div.item.ptype2 .attributes, .product-list > div.item.ptype2 .price, .product-list > div.item.ptype2 .wishlist, .product-list > div.item.ptype2 .compare,
.product-table > div.item.ptype2 .cart, .product-table > div.item.ptype2 .attributes, .product-table > div.item.ptype2 .price, .product-table > div.item.ptype2 .wishlist, .product-table > div.item.ptype2 .compare,
.box-product div.item.ptype2 .cart, .box-product div.item.ptype2 .attributes, .box-product div.item.ptype2 .price, .box-product div.item.ptype2 .wishlist, .box-product div.item.ptype2 .compare
{
	display: none;
}

.product-grid div.item/*, .box-product div.item*/ {
	/*min-height: 403px;*/
}

#column-left + #content .product-grid > div, #column-right + #content .product-grid > div {
	width: 21.5%;
}
#column-left + #column-right +  #content .product-grid > div {
	width: 29%;
}
.product-grid > div:hover, .box-product div.item:hover, .product-list div.item:hover {
	border: 1px solid rgba(33,133,197,0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
/*.product-grid div.item:hover div.item-wr, .box-product div.item:hover div.item-wr, .box-product div.item:hover div.item-wr {
	position: absolute;
	width: 300px;
	height: 600px;
}*/
.product-grid > div .colorbox-callme.fa.fa-phone.button, .box-product div.item .colorbox-callme.fa.fa-phone.button  {
	position: absolute;
	top: -3px;
	/*right: 20px;*/
	right: -100px;
	/*display: none;*/
	z-index: 1;
}
.product-grid > div:hover .colorbox-callme.fa.fa-phone.button, .box-product div.item:hover .colorbox-callme.fa.fa-phone.button {
	display: none;
	right: -3px;
}
.product-grid .sale, .box-product .sale {
	font-size: 80%;
	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: 500;
}
.product-grid .out-of-stock .sale, .product-list .out-of-stock .sale, .box-product .out-of-stock .sale {
	display: none;
}
.product-grid .image, .box-product .image {
	display: block;
	margin: 10px;
	position: relative;
}
.product-grid .image img, .box-product .image img {
	max-width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-grid > div:hover .image img, .box-product div.item:hover .image img {
	-moz-transform: scale(1.11, 1.11);
	-ms-transform: scale(1.11, 1.11);
	-webkit-transform: scale(1.11, 1.11);
	-o-transform: scale(1.11, 1.11);
	transform: scale(1.11, 1.11);
}
.product-grid .name a, .box-product .name a {
	font-size: 100%;
	color: #212121;
	font-weight: 500;
	text-decoration: none;
	/*text-transform: uppercase;*/
	display: block;
	margin-bottom: 4px;
	clear: both;
	height: 47px;
	overflow: hidden;
	padding: 0 5px;
	line-height: 15px;
}
.product-grid .name a span, .box-product .name a span {
	display: none;
	font-size: 88%;
	padding-top: 10px;
}
.product-grid > div:hover .name a, .box-product div.item:hover .name a {
	color: #3498DB;
}

.product-grid .image > .special_type.type_1, .product-list .image > .special_type.type_1, .box-product div.item .image > .special_type.type_1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #3498DB;
	border: 1px solid #3498DB;
	color: #FFFFFF;
}
.product-list .image > .special_type.type_1 {
}
.product-grid .image > .special_type span, .product-list .image > .special_type span, .box-product div.item .image > .special_type span {
	display: block;
	padding: 10px;
}
.product-grid .description, .box-product .description {
	display: none;
}
.product-grid .rating, .box-product .rating {
	display: block;
	margin-bottom: 4px;
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-grid > div:hover .rating, .box-product div.item:hover .rating {
	right: 49px;
}
.product-grid .price, .box-product .price {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-size: 140%;
	display: block;
	font-weight: 600;
	color: #2E3451;
	margin-bottom: 4px;
	padding-left: 13px;
	text-align: left;
}
.product-grid .price-old, .box-product .price-old {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	color: #9C9C9D;
	text-decoration: line-through;
}
.product-grid .price-new, .box-product .price-new {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-weight: 500;
	color: #FF5654;
}
.product-grid .price .price-tax, .box-product .price .price-tax {
	display: none;
}
.product-grid .item .cart, .box-product .item .cart {
	margin-bottom: 3px;
	display: none;
	float: left;
	margin-left: -160px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.product-grid .item:hover .cart, .box-product .item:hover .cart, html.is-touch-device .product-grid .item .cart, html.is-touch-device .box-product .item .cart {
	margin-left: 7px;
}
.product-grid .item .wishlist, .product-grid .item .compare, .box-product .item .wishlist, .box-product .item .compare {
	display: inline-block;
	margin-top: 3px;
	/*margin-right: -100px;*/
	float: right;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	position: absolute;
	right: -100px;
}
.product-grid .item .compare, .product-grid .item .compare, .box-product .item .compare, .box-product .item .compare {
	/*margin-right: -110px;*/
}
.product-grid .item:hover .wishlist, .box-product .item:hover .wishlist, html.is-touch-device .product-grid .item .wishlist, html.is-touch-device .box-product .item .wishlist {
	/*margin-right: 10px;*/
	right: 38px;
}
.product-grid .item:hover .compare, .box-product .item:hover .compare, html.is-touch-device .product-grid .item .compare, html.is-touch-device .box-product .item .compare {
	/*margin-right: 0px;*/
	right: 5px;
}
.product-list .wishlist a, .product-list .compare a, .product-grid .wishlist a, .product-grid .compare a, .box-product .wishlist a, .box-product .compare a {
	display: none;
	color: #7E7E7E;
	text-decoration: none;
	font-size: 150%;
	padding: 3px 0 2px 0;
	display: inline-block;
	width: 33px;
	height: 27px;
	border: none;
	text-align: center;
}
.product-grid .compare a, .box-product .compare a {
	border-right: none;
}
.product-list .wishlist a:hover, .product-list .compare a:hover, .product-grid .wishlist a:hover, .product-grid .compare a:hover, .box-product .wishlist a:hover, .box-product .compare a:hover {
	color: #3498DB;
}
.product-list .wishlist a.active, .product-list .compare a.active, .product-grid .wishlist a.active, .product-grid .compare a.active, .box-product .wishlist a.active, .box-product .compare a.active {
	color: #3498DB;
}

.product-grid .attributes, .box-product .attributes {
	display: none;
	min-height: 20px;
}

.product-grid .stock, .box-product .stock {
	display: none;
	line-height: 39px;
}
.product-grid .out-of-stock .stock, .box-product .out-of-stock .stock {
	display: inline-block;
}
.product-grid .out-of-stock .price-old, .box-product .out-of-stock .price-old {
	display: none;
}
.product-grid .out-of-stock .price, .box-product .out-of-stock .price, .product-grid .out-of-stock .price-new, .product-list .out-of-stock .price-new, .box-product .out-of-stock .price-new {
	color: #CCCCCC;
}
.product-grid .out-of-stock .cart .button, .box-product .out-of-stock .cart .button {
	display: none;
}
/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 338px;
}
.product-info .sale {
	position: absolute;
	background: url('../image/sale_product.png') no-repeat;
	margin: 2px 2px;
	height: 51px;
	width: 50px;
	z-index: 2;
	color: #FFF;
	padding-top: 13px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.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 {
	margin-bottom: 20px;
	text-align: center;
	float: left;
}
.product-info .image:hover {
}
.product-info .image img {
	background: #FFFFFF;
/*	border: 1px solid #E6E6E6;*/
	cursor: pointer;
	max-width: 300px;
}
.product-info .image img:hover {
/*	border: 1px solid #2185C5;
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);*/
}
.product-info .image-additional {
	width: 333px;
	margin-left: -8px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.product-info .image-additional .wrapper {
	margin-left: 20px;
}
.product-info .image-additional-wr {
	position: relative;
}
.product-info .image-additional img {
	background: #FFFFFF;
/*	border: 1px solid #E6E6E6;*/
	cursor: pointer;
}
.product-info .image-additional img:hover {
/*	border: 1px solid #2185C5;
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);*/
}
.product-info .saving {

}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 8px;
	margin-bottom: 8px;
}
.product-info .description {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	line-height: 25px;
	color: #2185C5;
	font-weight: 600;
	font-size: 13;
	text-transform: uppercase;
}
.product-info .description span {
	color: #3E454C;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.product-info .description a {
	color: #2185C5;
	font-weight: bold;
	text-decoration: underline;
}
.product-info .description a:hover {
	color: #2185C5;
	text-decoration: none;
}
.product-info .description b {
	font-weight: bold;
}
/*Stock quantity*/
.product-info span.stock-stars > span {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #CCCCCC;
}
.product-info span.stock-stars > span + span {
	margin-left: 3px;
}
.product-info span.stock-stars > span.active {
	background: #2185C5;
}
.product-info .description > span[class^='stock-status-'], .product-info .description > span.in-stock {
	display: inline-block;
	font-weight: bold;
	background: #2185C5;
	color: #FFFFFF;
	padding: 0 9px;
}
.product-info .description > span.stock-status-7, .product-info .description > span.in-stock {
	background: #6BA239;
	color: #FFFFFF;
}
.product-info .description > span.stock-status-5 {
	background: #FF0000;
	color: #FFFFFF;
}
.product-info span.stock-stars {
	display: inline-block;
	background: transparent;
	padding: 0;
}



.product-info input[name="quantity"] {
	width: 21px;
	padding: 5px 2px;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E6E6E6;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	color: #3E454C;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.product-info .price-old {
	color: #9C9C9D;
	font-size: 15px;
	text-decoration: line-through;
}
.product-info .price-new {
	font-size: 30px;
	font-weight: bold;
	color: #2185C5;
}
.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 {
	border-bottom: 1px solid #E6E6E6;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	color: #3E454C;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
.product-info .option-image {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.product-info .option-image input {
	display: none;
}
.product-info .option-image label {
	display: block;
}
.product-info .option-image img {
/*	border: 1px solid #E6E6E6;*/
	cursor: pointer;
}
.product-info .option-image.active img, .product-info .option-image:hover img {
/*	border: 1px solid #2185C5;
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.2);
	box-shadow:0px 0px 2px rgba(0,0,0,0.2);*/
}
.product-info .cart {
	border-bottom: 1px solid #E6E6E6;
	padding: 3px 0px 13px 0px;
/*	margin-bottom: 20px;*/
	color: #3E454C;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	overflow: auto;
}
.product-info .cart .text-quantity {
	font-weight: bold;
}
.product-info a.wishlist, .product-info a.compare {
	display: inline-block;
	margin-top: 5px;
	color: #2185C5;
	margin-left: 20px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	display: none;
}
.product-info a.wishlist:hover, .product-info a.compare:hover {
	color: #797979;
}
.product-info a.wishlist i, .product-info a.compare i {
	color: #797979;
	display: inline-block;
	padding-right: 5px;
	font-size: 17px;
}
.product-info a.wishlist:hover i, .product-info a.compare:hover i {
	color: #2185C5;
}
.product-info a.wishlist i {
	padding-right: 8px;
}
.product-info .cart #callme_button {
	display: inline-block;
	padding: 8px 14px 9px;
}
.product-info .cart #button-cart {
	padding: 10px 16px 9px;
}
.product-info .cart #button-cart i {
	display: inline-block;
	padding-right: 5px;
	font-size: 20px;
}
.product-info .cart #button-cart span {
	display: inline-block;
	padding-bottom: 4px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	color: #3E454C;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #86b2d9;
	clear: both;
}
.product-info .review {
	color: #86b2d9;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 10px;
/*	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;*/
}
.product-info .review > div + div {
	border-top: 1px solid #E6E6E6;
}
.product-info .review > div {
	padding: 10px 0;
	line-height: 20px;
}
.product-info .review > div > img {
	float: left;
}
.product-info .review div.row {
	display: inline-block;
	margin-left: 10px;
}
.product-info .review div.row > a {
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	color: #2185C5;
}
.product-info .review div.row > a:first-child {
	color: #797979;
}
.product-info .review div.row > a > i {
	font-size: 22px;
	color: #797979;
}
.product-info .review div.row > a:hover {
	color: #797979;
}
.product-info .review div.row > a:first-child:hover {
	color: #2185C5;
}
.product-info .review > div > span {
	color: #797979;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
#tab-review h2 {
	color: #2185C5;
	font-size: 13px;
	text-transform: uppercase;
}

.stars-wr {
	display: inline-block;
}

.stars-wr .rating {
	display: inline-block;
	margin-left: 20px;
	padding-top: 3px;
	float: right;
}

.stars-wr .stars {
	display: inline-block;
	clear: both;
}
.stars-wr .stars input[type="radio"] {
	display: none;
}
.stars-wr .stars > div {
	background: url('../image/stars-1.png') right 2px center no-repeat;
	display: inline-block;
	width: 26px;
	height: 23px;
	cursor: pointer;
}
.stars-wr .stars > div + div {
	margin-left: 1px;
}
.stars-wr .stars > div.active {
	background: url('../image/stars-1.png') left center no-repeat;
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #3E454C;
	font-weight: bold;
	background: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}
.attribute tr td:first-child {
	text-align: left;
	width: 50%;
}
.attribute td {
	padding: 8px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #3E454C;
	font-weight: bold;
	background: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}
.compare-info tr td:first-child {
	text-align: left;
}
.compare-info td {
	padding: 8px;
	width: 50%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #9C9C9D;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #797979;
	font-weight: bold;
	background-color: #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.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 #E6E6E6;
}
.wishlist-info tbody .image img {
	border: 1px solid #E6E6E6;
}
.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-top: 10px;*/
/*	border-top: 3px solid #00a0f6;*/
}
.login-content {
	margin: 5px 0px 20px 0px;
	padding-top: 10px;
	overflow: auto;
/*	border-top: 3px solid #00a0f6;*/
}
.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 #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.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 #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.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 #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.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 #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #00539B;
	font-weight: bold;
	background-color: #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.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 #E6E6E6;
}
.cart-info tbody .image img {
	border: 1px solid #E6E6E6;
}
.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 #E6E6E6;
	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: #E6E6E6;
	border: 1px solid #E6E6E6;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #00539B;
	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 #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #00539B;
	font-weight: bold;
	background-color: #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.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 #E6E6E6;
}
.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 #E6E6E6;
}
.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;
	background: #F5F6F6;
	padding: 20px;
	text-align: center;
}
#footer .footer-bg > a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	display: inline-block;
	color: #65697A;
	font-size: 14px;
	font-weight: normal;
	padding: 9px 10px;
	text-align: center;
	text-decoration: none;
}
#footer h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	position: absolute;
	color: #65697A;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -38px;
}
/*#footer .info {
	background: url('../image/h3-icon1.png') 0 1px no-repeat;
}
#footer .service {
	background: url('../image/h3-icon2.png') 0 1px no-repeat;
}
#footer .extra {
	background: url('../image/h3-icon3.png') 0 2px no-repeat;
	padding-bottom:20px;
}
#footer .account {
	background: url('../image/h3-icon4.png') 0 1px no-repeat;
}*/
#footer .column {
	float: left;
	width: 24%;
	min-height: 115px;
	padding-left: 5px;
	padding-top: 50px;
}
#footer .column + .column {

}
#footer .column ul {
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#footer .column ul li a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	line-height:22px;
	padding-left: 10px;
	color: #A3A3A3;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .column ul li a i {
	margin-right: 5px;
}
#footer .column ul li a:hover {
/*	padding-left: 25px;*/
	color: #2185C5;
}
.footer-top {
	display: none;
	background: #797979;
	height: 38px;
	overflow: hidden;
	padding-left: 7px;
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);*/
}
#footer-bottom {
/*	width: 1100px;
	margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	background: #3E454C;
}
#footer-menu {
	height: 38px;
	overflow: hidden;
	padding-left: 7px;
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
#footer-menu .footer-links {
	text-align:center;
}
#footer-menu .footer-links a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding: 9px 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-menu .footer-links a:hover {
	color: #2185C5;
}
#footer-menu .footer-links a + a {
}
.bg-wr.footer-bottom {
	padding: 0;
}
#powered {
	padding: 5px 0;
	text-align: center;
	clear: both;
}
#powered a {
	color: #999;
}
/* 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;
	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 #E6E6E6;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.reveal-modal .modal .contents .description {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	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 #E6E6E6;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #005dad;
}
.reveal-modal .modal .contents .price-old {
	color: #9C9C9D;
	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 #E6E6E6;
	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 #E6E6E6;
	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;
	display: none;
}
.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 #E6E6E6;
 }
.article-content {
	border: 1px solid #E6E6E6;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.article-image {
	padding: 8px;
	background: #eee;
	border: 1px solid #E6E6E6;
	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 {
	color: #CCCCCC;
}
.box-news-side {
	padding: 10px 0;
}
.button-more {
	float: right;
	margin: 5px;
}
#artsearch {
	border-top: 1px solid #E6E6E6;
	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 #E6E6E6;
	cursor: pointer;
}
#artsearch input {
	background: #FFF;
	padding: 1px 33px 1px 4px;
	width: 150px;
	height: 21px;
	border: 1px solid #E6E6E6;
/*	-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: 33px;
/*	right: 44px;*/
	background-color: #FFFFFF;
	list-style-type: none;
	z-index: 9999;
	min-width: 140%;
	border: 1px solid #E6E6E6;
	font-size: 100%;
	left: auto;
	right: 0;
}
#quick_search_results li {
	padding: 5px;
}
#quick_search_results a {
	display: table;
	width: 100%;
	border-collapse: collapse;
	color: #333333;
	text-decoration: none;
	-webkit-transition:none;-moz-transition:transition:none;-o-transition:transition:none;transition:transition:none;
}
#quick_search_results a img {
	display: table-cell;
	width: 50px;
	/*height: 35px;*/
	vertical-align: middle;
}
#quick_search_results a nobr {
	display: table-cell;
	vertical-align: top;
	margin-left: 10px;
	font-weight: 500;
	width: 27%;
	text-align: right;
	padding-left: 10px;
}
#quick_search_results a span {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding-left: 10px;
}
#quick_search_results li:hover, #quick_search_results .lisves {
	background-color: #6F6F6F;
}
#quick_search_results li:hover a, #quick_search_results .lisves a {
	color: #FFFFFF;
}
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;
	background-color: #ffffff;
	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;
}

/*Slideshow*/
.header-top .slideshow {
	float: left;
	width: 80%;
}

.header-top .slideshow img {
	width: 100%;
}

.slideshow:hover .owl-prev, .slideshow:hover .owl-next {
	opacity: 0.7;
}

.slideshow #bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #3498DB;
	/*-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
}
.slideshow #progressBar{
	width: 100%;
	background: #EDEDED;
	/*margin-top: -4px;
	z-index: 100;*/
}

.header-top {
	position: relative;
}
.header-top .banner {
	position: absolute;
	/*margin-left: 80%;*/
	width: 20%;
	overflow: hidden;
	/*margin-bottom: 0.6%;*/
	text-align: right;
}
.banner img {
	width: 93%;
}

.header-top #banner0 {
	top: 0px;
	right: 0px;
}
.header-top #banner1 {
	bottom: 0px;
	right: 0px;
}

/*Owl Carousel*/
.box-product.owl-carousel.owl-theme .owl-pagination {
	display: none;
}

.box-product.owl-carousel.owl-theme .owl-controls {
	display:none;
}

.owl-prev, .owl-next {
	content: "";
	/*width: 45px;*/
	/*height: 25px;*/
	padding: 10px;
	/*background: url("../image/arrows.png") left bottom no-repeat;*/
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	opacity: 0.4;
	/*text-indent: -99999px;*/
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.owl-prev:before, .owl-next:before {
	font-family:'FontAwesome';
	font-size: 200%;
}

.owl-prev:hover, .owl-next:hover {
	color: #3498DB;
}

.owl-prev:before {
	content: "\f053";
}
.owl-next:before {
	content: "\f054";
}

.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
	/*background: url("../image/arrows.png") right bottom no-repeat;*/
}

.owl-carousel.owl-theme:hover .owl-prev, .owl-carousel.owl-theme:hover .owl-next {
	opacity: 0.9;
}

.owl-prev.disabled, .owl-next.disabled {
	opacity: 0.1;
}

/*Image Owl Carousel*/
.image-additional .owl-prev, .image-additional .owl-next {
	width: 18px;
	height: 30px;
	padding: 10px 5px;
	/*background: url("../image/arrows1.png") left bottom no-repeat;*/
	display: block;
	position: absolute;
	top: 20%;
	opacity: 0.3;
	/*text-indent: -99999px;*/
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slideshow > .owl-dots, .info-gallery > .owl-dots, .banner > .owl-dots, .banner > .owl-nav, .image-additional-wr > .owl-dots {
	display: none;
}

.image-additional .owl-prev {
	left: 8px;
}
.image-additional .owl-next {
	right: 0;
	/*background: url("../image/arrows1.png") right bottom no-repeat;*/
}
/*.image-additional .owl-prev:hover, .image-additional .owl-next:hover {
	opacity: 0.9;
}*/

.image-additional .owl-prev:before, .image-additional .owl-next:before {
	font-family:'FontAwesome';
	font-size: 160%;
}

.slideshow > .owl-dots, .info-gallery > .owl-dots, .banner > .owl-dots, .banner > .owl-nav, .image-additional-wr > .owl-dots {
	display: none;
}

.banner.owl-carousel.owl-drag .owl-item.active {
	margin-left: -1px;
	margin-right: 1px;
}

.box-product .owl-item div.item {
	margin-left: 0px;
	margin-right: 1px;
	border-top: 1px solid rgba(230,230,230,0.5);
	border-left: 1px solid rgba(230,230,230,0.5);
	border-right: 1px solid rgba(230,230,230,0.5);
	border-bottom: 1px solid rgba(230,230,230,0.5);
}

.box-product .owl-item div.item:hover {
	border-top: 1px solid rgba(33,133,197,0.5);
	border-left: 1px solid rgba(33,133,197,0.5);
	border-right: 1px solid rgba(33,133,197,0.5);
	border-bottom: 1px solid rgba(33,133,197,0.5);
}

.box-product div.item {
	margin-left: 10px;
	margin-right: 10px;
}
.mobile-slide-down {
	display: none;
}
.mobile-slide-down a {
	display: inline-block;
	text-decoration: none;
	color: #3498DB;
	padding: 0px;
}
.mobile-slide-down i {
	display: inline-block;
	line-height: 36px;
	font-size: 160%;
}
.bg-wr.menu .mobile-slide-down {
	text-align: center;
	border-bottom: 5px solid #323232;
}
.bg-wr.menu .mobile-slide-down a {
	background: #3498DB;
	display: block;
	color: #FFFFFF;
	padding: 10px 0;
}
.bg-wr.menu .mobile-slide-down a:hover {
	background: #323232;
	color: #FFFFFF;
}
.mobile-slide-down.category {
	display: inline-block;
}
div.box div.box-product.category {
	display: none;
}