/* General */
@font-face {
  font-family: "SFUIDisplay-Regular, SFUIDisplay";
  src: url("SF-UI-Display-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SFUIDisplay-Bold, SFUIDisplay";
  src: url("SF-UI-Display-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "SFUIDisplay-Heavy, SFUIDisplay;";
  src: url("SF-UI-Display-Heavy.otf") format("opentype");
}
html {
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #f5f0eb;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	min-width:1200px; /* if responsive layout is disabled */
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome, h2, h3 {
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight:400;
}
h1, .welcome {
	margin-bottom: 20px;	
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: bold;
	color: #464646;
}
h2 {
	color: #474747;
	font-size: 23px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a, a:visited, a b {
	cursor: pointer;
	text-decoration:none;
}
a, a:visited {
	color: #000;
}
a:hover, a:visited:hover {
	color: #5c4638;
	opacity:1;
	transition:			opacity 300ms;
	-moz-transition:	opacity 300ms;
	-webkit-transition:	opacity 300ms;
	-o-transition:		opacity 300ms;
}
a, a:visited, a b, .button, .user-menu > ul > li > a {
	transition:			color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out;
}
.user-menu > ul > li:hover > .background {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}
.box-product .image img, .product-grid .image img, .product-list .image img, .button.active, .brand img {
	transition:			opacity 300ms ease-in-out;
	-moz-transition:	opacity 300ms ease-in-out;
	-webkit-transition:	opacity 300ms ease-in-out;
	-o-transition:		opacity 300ms ease-in-out;
}
a img {
	border:none;
}
.clearfix {
	clear:both;
	float:none;
}
#captcha {
	margin-top:10px;
}
.up_to_tablet, .up_to_mobile {
	display:none !important;
}
/* Forms */
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea, select {
	background: #ffffff;
	border: 1px solid #dddddd;
	padding: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	max-width:100%;
	outline:none;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover {
	border: 1px solid #c5c5c5;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	background: #ffffff url('../image/field_active.png') repeat-x;
}
input { outline:none; }
label {
	cursor: pointer;
}
/* Common elements */

/* Sale tags */
.sale_tag {
	position:absolute;
	z-index:2;
	top:0px;
	right:14px;
	width:60px;
	height:60px;
	background: url('../image/sale_tag.png') no-repeat;
	background-size: contain;
	opacity: 0.7;
}
/* Best Seller tags */
.best_seller_tag {
	position:absolute;
	z-index:2;
	top:0px;
	right:14px;
	width:60px;
	height:60px;
	background: url('../image/best_seller_tag.png') no-repeat;
	background-size: contain;
	opacity: 0.7;
}
/* Best Seller tags */
.new_in_tag {
	position:absolute;
	z-index:2;
	top:0px;
	right:14px;
	width:60px;
	height:60px;
	background: url('../image/new_in_tag.png') no-repeat;
	background-size: contain;
	opacity: 0.7;
}
/* favourite */
.fav_tag {
	position:absolute;
	z-index:2;
	bottom:200px;
	right:35px;
	width:19px;
	height:18px;
	background: url('../image/header/fav_tag.png') no-repeat;
	background-size: 100% 100%;
}
.fav_tag:hover{
	position:absolute;
	z-index:2;
	bottom:200px;
	right:35px;
	width:19px;
	height:18px;
	background: url('../image/header/fav_hover_tag.png') no-repeat;
	background-size: 100% 100%;
}
.fav_tag_hover{
	position:absolute;
	z-index:2;
	bottom:200px;
	right:35px;
	width:19px;
	height:18px;
	background: url('../image/header/fav_hover_tag.png') no-repeat;
	background-size: 100% 100%;
}
/* Slideshow and carousel arrows  */
.slide_arrow_next, .slide_arrow_prev {
	top:45%;
	z-index:101;
	cursor:pointer;
	height:60px;
	width:60px;
	text-indent:-9999px;
	position:absolute;
	/*background: url('../image/slideshow-arrows.png' ) no-repeat;*/
	background-size:100% 100%;
}
.slide_arrow_prev {
	left:20px;
	background: url('../image/arrow_left2.png' ) no-repeat;
	/*background-position:0px 0px;*/
}
.slide_arrow_prev:hover {
	background: url('../image/arrow2_left2.png' ) no-repeat;
	/*background-position:0px -50px;*/
}
.slide_arrow_next {
	right:20px;
	background: url('../image/arrow_right2.png' ) no-repeat;
	/*background-position:-50px 0px;*/
}
.slide_arrow_next:hover {
	background: url('../image/arrow2_right2.png' ) no-repeat;
	/*background-position:-50px -50px;	*/
}
/* Remove button */
.removebutton {
	display:block;
	width:17px;
	float:right;
	height:17px;
	background: url('../image/remove_icon.png') 0px 0px no-repeat;
}
.removebutton:hover {
	background-position:-17px 0px;
	cursor: pointer;
}
/* Header */
#header_wrapper {
	background-image:url('../image/header_back.png');
	background-repeat:repeat-x;
	background-color:#333333;
}
.header_wrapper2 {
	background: url('../image/top-bg-plus.png') top center scroll no-repeat;
	position:relative;
	z-index:14; /* Keep for ie7 - goes for the menu drop down */
}
.header_wrapper3 {
	background: #282828;
	padding:0px 10px;
	position: relative;
	margin:0px auto;
}
#header {
	height: 134px;
	max-width:1200px;
	position: relative;
	margin:0 auto;
	color:#888888;
	z-index:15; /* Keep for ie7 - goes for mini cart drop down */
}
.header_top {
	height:40px;
	font-size:11px;
	position:relative;
	z-index:16; /* goes for language/currency drop down */
}
#header .logo {
	float:left;
	height:85px;
	line-height:85px;
}
#header .logo img {
	vertical-align:middle;
	max-width:100%;
}
.language_and_currency {
	float:right;
}
.currency_current, .language_current {
	float:left;
	margin-top:7px;
	margin-right:25px;
	padding:5px 13px 0px 5px;
	background: url('../image/arrow-dropdown-gray.png') 100% 9px no-repeat;
	position:relative;
}
.top_header_drop_down  {
	position:absolute;
	padding:17px 20px;
	background: #222222;
	top:0px;
	left:0px;
	-webkit-border-radius: 0px 2px 2px 2px;
	-moz-border-radius: 0px 2px 2px 2px;
	-khtml-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px 2px;
	line-height:16px;
	min-width:80px;
	display:none;
}
/* Light drop down for currency and language */
#header_wrapper.light_language_currency .top_header_drop_down  {
	background: #ffffff;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#header_wrapper.light_language_currency .top_header_drop_down a:hover {
	color:#000000;
}
.top_header_drop_down a {
	white-space:nowrap;
	font-size:11px;
	color:#666666;
	display:block;
}
.top_header_drop_down a:hover {
	color:#bbb;
}
.top_header_drop_down a b {
	cursor: text;
	font-weight:normal;
	color:#bbb;
}
#language img, .language_current img {
	vertical-align:middle;
	display:inline;
	margin-right:4px;
}
#language a {
	line-height:18px;
}
/* Mobile/tablet currency and language */
.currency a {
	margin-right:2px;
	color:#888888;
}
.currency b {
	text-decoration:underline;
}
.language img {
	cursor:pointer;
	margin-right:2px;
}
/* End mobile/tablet currency and language */
.header_top #search {
	float:right;
	position:relative;
	width: 255px;
	padding-top:8px;
}
.header_top .button-search {
	position: absolute;
	right: 3px;
	background: url('../image/icons.png') no-repeat; /* Gray icon is default */
	background-position: 0px -360px;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
/* White search icon */
#header_wrapper.white_search_icon .header_top .button-search {background-position: 0px -611px;}
/* Black search icon */
#header_wrapper.black_search_icon .header_top .button-search {background-position: 0px -576px;}

.header_top #search input {
	background: #929292;
	padding: 1px 27px 1px 3px;
	width: 225px;
	height: 21px;
	border: none;
	-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;
	color:#4b4b4b;
	font-size:11px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
}
.header_top #search input:hover {
	background: #b5b5b5;
}
.header_top #search input:focus {
	background: #eeeeee;
}
.header_right {
	float:right;
	height:86px;
	text-align:right;
}
.header_right .search {
    position: absolute;
    left: 300px;
    top: 75px;
    width: 500px;
    height: 35px;
}
.header_right .text {
	float:left;
    left: 0;
    padding:0px;
    width: 447px;
    height: 34px;
    border: 1px solid #f10215;
    line-height: 25px;
    font-size: 14px;
    color: #989898;
}
.header_right .button {
	float:right;
    right: 0;
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: none;
    background-color: #f10215;
    background-image:url('../image/main/search.png');
    background-repeat:no-repeat;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    
}
.header_right .button:hover
{ 
cursor: pointer; 
}
.header_right .search_auto{
	padding-top:30px;
	width:450px;
	text-align:left;
	background:eeeeee;
	position:absolute;
	z-index:9999;
	border:1px solid #817FB2;
}
.header_right .search_auto li{background:#FFF; text-align:left;}
.header_right .search_auto li.cls{text-align:right;}
.header_right .search_auto li a{display:block; padding:5px 6px; cursor:pointer; color:#666;}
.header_right .search_auto li a:hover{background:#D8D8D8; text-decoration:none; color:#000;}


#header #welcome {
	text-align: right;
	font-size:11px;
	height:14px;
	display:block;
	line-height:32px;
}
#header #welcome a {
	font-size:11px;
	text-decoration:underline;
	color:#888888;
}
#header #welcome a:hover {
	text-decoration:none;
}
.user-menu {
	float:right;
	margin-top:0px;
}
.user-menu ul { 
	float:left; 
	padding:0px; 
	margin:0px; 
}
.user-menu > ul > li {
	float:left;
	margin-right:10px;
	display:block;
	position:relative;
}
.user-menu > ul > li > .background {
	position:absolute;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0.10;
	filter: alpha(opacity = 10); 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
}
.user-menu > ul > li:hover > .background {
	opacity:0.20;
	filter: alpha(opacity = 20); 
}
.user-menu > ul > li > a {
	display:block;
	font-size:11px;
	min-width:58px; /* 58 + padding = 75 */
	padding:22px 6px 0;
	text-align:center;
	background-position:center 5px; /* 2px more than without hover: icons will move up on hover */
	color:#aaaaaa;
	height:20px;
	background-repeat:no-repeat;
	zoom:1;
	position:relative;
}
.user-menu > ul > li > a:hover {
	background-position:center -37px; /* 2px more than without hover: icons will move up on hover */
	color:#eeeeee;
}
.user-menu > ul > li.custom a { background-image:url('../image/user_menu/custom-soft-light.png');}
.user-menu > ul > li.wishlist a { background-image:url('../image/user_menu/wishlist-soft-light.png');}
.user-menu > ul > li.account a { background-image:url('../image/user_menu/account-soft-light.png');}
.user-menu > ul > li.login a, .user-menu > ul > li.logout a { background-image:url('../image/user_menu/login-soft-light.png');}
.user-menu > ul > li.signup > a { background-image:url('../image/user_menu/signup-soft-light.png');}

#header_wrapper.hard_light_user_menu_icons .user-menu > ul > li.custom a { background-image:url('../image/user_menu/custom-hard-light.png');}
#header_wrapper.hard_light_user_menu_icons .user-menu > ul > li.wishlist a { background-image:url('../image/user_menu/wishlist-hard-light.png');}
#header_wrapper.hard_light_user_menu_icons .user-menu > ul > li.account a { background-image:url('../image/user_menu/account-hard-light.png');}
#header_wrapper.hard_light_user_menu_icons .user-menu > ul > li.login a, #header_wrapper.hard_light_user_menu_icons  .user-menu > ul > li.logout a { background-image:url('../image/user_menu/login-hard-light.png');}
#header_wrapper.hard_light_user_menu_icons .user-menu > ul > li.signup > a { background-image:url('../image/user_menu/signup-hard-light.png');}

#header_wrapper.hard_dark_user_menu_icons .user-menu > ul > li.custom a { background-image:url('../image/user_menu/custom-hard-dark.png');}
#header_wrapper.hard_dark_user_menu_icons .user-menu > ul > li.wishlist a { background-image:url('../image/user_menu/wishlist-hard-dark.png');}
#header_wrapper.hard_dark_user_menu_icons .user-menu > ul > li.account a { background-image:url('../image/user_menu/account-hard-dark.png');}
#header_wrapper.hard_dark_user_menu_icons .user-menu > ul > li.login a, #header_wrapper.hard_dark_user_menu_icons  .user-menu > ul > li.logout a { background-image:url('../image/user_menu/login-hard-dark.png');}
#header_wrapper.hard_dark_user_menu_icons .user-menu > ul > li.signup > a { background-image:url('../image/user_menu/signup-hard-dark.png');}

#header_wrapper.soft_dark_user_menu_icons .user-menu > ul > li.custom a { background-image:url('../image/user_menu/custom-soft-dark.png');}
#header_wrapper.soft_dark_user_menu_icons .user-menu > ul > li.wishlist a { background-image:url('../image/user_menu/wishlist-soft-dark.png');}
#header_wrapper.soft_dark_user_menu_icons .user-menu > ul > li.account a { background-image:url('../image/user_menu/account-soft-dark.png');}
#header_wrapper.soft_dark_user_menu_icons .user-menu > ul > li.login a, #header_wrapper.soft_dark_user_menu_icons  .user-menu > ul > li.logout a { background-image:url('../image/user_menu/login-soft-dark.png');}
#header_wrapper.soft_dark_user_menu_icons .user-menu > ul > li.signup > a { background-image:url('../image/user_menu/signup-soft-dark.png');}


/* Mini cart in header */
#cart {
	position:absolute;
	display:block;
	float:left;
	overflow:visible;
	margin-left:10px;
}
#cart .heading {
	position: relative;
	padding-bottom:10px;
}
#cart .heading .background {
	position: absolute;
	width:100%;
	height:32px;
	background:#464646;
	opacity:0.1;
	filter: alpha(opacity = 10);
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
}
#cart .heading .mini_header_cart {
  	min-width:175px;
	height:30px;
	position:relative;
	background:rgba(224,111,62,1);
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius:16px;
	zoom:1;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cart .heading .mini_header_cart:hover, #cart.active .heading .mini_header_cart {
	color:#ff3333; 
	text-decoration : none;
}
#cart .heading .mini_header_cart a {
	display: inline-block;
	font-size:15px;
	color:#ffffff;
	line-height:30px;
	margin:0px;
	text-decoration : none;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 400;
}
#cart.active .heading .mini_header_cart a {
	color:#ffffff;
	text-decoration : none;
}
#cart.active .heading .mini_header_cart a:hover {
	text-decoration : none;
}
#cart.active .heading .mini_header_cart:hover {
	background-color: #C66135;
	text-decoration : none;
}
#cart .heading .mini_header_cart #cart-total{
	background-image: url('../image/nav_icon_cartfull.png?v=20210105');
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:1px 6px;
	margin-left: 8px;
}
#cart .heading .mini_header_cart .cart_empty {
	background-image: url('../image/nav_icon_cartempty@2x.png?v=20210105');
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:1px 6px;
	margin-left: 8px;
	
}
#cart .heading .mini_header_cart #cart-total, 
#cart .heading .mini_header_cart .cart_empty {
}
#cart .heading .mini_header_cart #cart-total, 
#cart .heading .mini_header_cart .cart_empty {
}
#cart .heading .mini_header_cart #cart-total, 
#cart .heading .mini_header_cart .cart_empty {
}
/* Om mouse over */
#cart.active .heading .mini_header_cart #cart-total, 
#cart.active .heading .mini_header_cart .cart_empty {
}
.heading .mini_header_cart #cart-total {
	padding:0px 0px 0px 28px;
}
.heading .mini_header_cart #cart-total{
	font-size:12px;
}
.heading .mini_header_cart .cart_empty {
	padding:0px 0px 0px 28px;
}
#cart .heading .mini_header_cart .separator {
	display: inline-block;
	background-color:rgba(255,255,255, 0.1);
	height:20px;
	width:1px;
	vertical-align:middle;
}
#cart.active .heading .mini_header_cart .separator {
	background-color:rgba(0,0,0, 0.1);
}
#cart .heading .mini_header_cart .checkout {
	padding:0px 0px 0px 2px;
	color:#ffffff;
	line-height:22px;
	width:85px;
}
#cart.active .heading .mini_header_cart .checkout a {
	color:#E06F3E;
	background-position: 100% -24px;
}
/* Mini cart content in header */
#cart .contentwrapper {
	display:none;
	position:absolute; /* Safari fix */
	z-index: 999;
}
#cart.active .contentwrapper {
	position: absolute;
	right:0px;
	top:34px;
	display:block;
	background:#fff;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	border-radius: 3px;
	color:#666666;
	width:270px;
}
#header #cart .content {
	clear: both;
	padding: 10px;
	min-height: 40px;
}

.mini-cart-info{
	height:280px; 
	overflow-y:scroll;
}
.mini-cart-info table {
	border-collapse: collapse;
	margin-bottom: 8px;
	border-bottom:1px solid #f0f0f0;
}
.mini-cart-info td {
	color:#666666;
	vertical-align: top;
	padding: 6px 6px 3px 6px;
	width:100%;
	font-size:11px;
}
.mini-cart-info td a {
	font-size:11px;
	color:#666666;
}
.mini-cart-info td a:hover {
	color:#333333 !important;
}
.mini-cart-info tr:hover td {
	background:#F4F4F4;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
	margin:0px;
	padding:0px;
	width:56px;
}
.mini-cart-info .image img:hover {
	border: 1px solid #CCCCCC;
}
.mini-cart-info .name {
	padding: 7px 6px 3px 2px;
	text-align:left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .voucher {
	text-align:left;
	padding: 2px 6px 6px 2px;
}
.mini-cart-info .voucher img {
	float:right;
	margin-top:3px;
	cursor:pointer;
}
.mini-cart-info td.total {
	text-align: right;
	padding: 7px 6px 3px 2px;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-total {
	text-align: right;
	padding:3px;
}
.mini-cart-total .sums {
	min-width:60px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	padding-right:5px;
	margin-bottom: 3px;
}
.mini-cart-total td {
	line-height:16px;
	font-size:11px;
}
#cart .checkoutbuttons {
	text-align: right;
	padding:5px;
	clear: both;
}
#cart .checkoutbuttons a {
	display:inline-block;
	padding:7px 12px;
	font-size:11px;
	background:#eeeeee;
	color:#333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin-left:3px;
}
#cart .checkoutbuttons a:hover {
	color:#000000;
	background:#dddddd;
}
#cart .empty {
	height:40px;
	padding-top:25px;
	text-align: center;
	font-size:11px;
}


/* menu */
#menu {
	text-align: left !important;
	/*max-width:940px;
	padding: 10px 10px 0px 10px;
	background-color:#b6232e;
	background-image:url('../image/navbar_back.png');
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0 auto;
	height: 41px;
	-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;
	position:relative;*/
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#menu .home_icon {
	margin:4px 6px 0px 11px;
	width:20px;
	height:20px;
	float:left;
	background: url('../image/home_icon.png') 0px 0px no-repeat;
}
#header_wrapper.dark_main_menu_icons #menu .home_icon {
	background: url('../image/home_icon_dark.png') 0px 0px no-repeat;
}
#menu .home_icon:hover {
	background-position: 0px -20px;
}
#menu > ul > li {
	float: left;
	padding: 0px 3px 0px 4px;
	margin:0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a, #menu .mobile_menu_trigger {
	font-size:13px;
	height:16px; /* Needed for ie 7,8 */
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight:600;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	text-transform:uppercase;
	color: #FFF;
	display:block;
	/*padding: 6px 9px 9px 10px;*/
	margin-bottom: 10px;
	transition:	none;
	-moz-transition: none;
	-webkit-transition:	none;
	-o-transition: none;
}
/* If no text shadow in menu */
#header_wrapper.no_main_menu_text_shadow #menu > ul > li > a, #menu .mobile_menu_trigger {
	text-shadow: none;
}
#menu .mobile_menu_trigger {
	background: url('../image/icons.png') 100% -512px no-repeat;
	margin-bottom:0px;
}
/* Dark trigger icon */
#header_wrapper.dark_main_menu_icons #menu .mobile_menu_trigger {
	background-position: 100% -537px;
}
#menu > ul > li:hover > a, #menu > ul > li.current > a {
	/*background: url('../image/menu-tabs.png') bottom no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;*/
}

/* Rest of menu styling is moved to menu-default.css and menu-wide.css */

/* Mobile menu */
.mobile_menu_wrapper {
	margin:0px auto;
	display:none;
}
.mobile_menu {
	border-bottom:1px solid #eeeeee;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.mobile_menu ul {
	margin:0px;
	padding:0px;
}
.mobile_menu li {
    display: block;
    padding: 0px;
	background:#ffffff;
	margin:0px;
	position:relative;
	border-top:1px solid #eeeeee;
}
.mobile_menu li:first-child {
	border-top:none;
}
.mobile_menu li a {
    display: block;
	height:20px;
	line-height:20px;
    padding: 10px 15px;
}
.mobile_menu .plus {
	background-image:url('../image/mobile_menu_plus.png');
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	background-color:#5c4638;
	cursor:pointer;
}
.mobile_menu li .plus, .mobile_menu li.open ul li .plus {
	background-position:0px 0px;
}
.mobile_menu li.open .plus, .mobile_menu li.open ul li.open .plus {
	background-position:0px -40px;
}
.mobile_menu li ul {
    display: none;
}
.mobile_menu li ul li a {
    padding: 10px 25px;
	color:#555555;
}
.mobile_menu ul li ul {
	border-top:1px solid #eeeeee;
}
.mobile_menu li ul li ul li a {
    padding: 10px 40px;	
}
/* Breacrumb */
.breadcrumb_wrapper { /* home page */
	margin-bottom:0px;
}
.breadcrumb_wrapper.has_breadcrumb { /* pages which has breadcrumb */
	line-height:37px;
	margin-bottom:20px;
	padding-top:2px;
	border-bottom:1px solid #f0f0f0;
}
.breadcrumb {
	color: #ffffff;
	max-width:1200px;
	margin:0 auto;
	font-size:11px;
	display: none;
}
.breadcrumb a {
	color: #bbbbbb !important;
	font-size:11px;
}
.breadcrumb a:hover {
	color: #000000 !important;
}
.breadcrumb a + a {
	background: url('../image/breadcrumb_arrow.png') left 50% no-repeat;
	margin-left:-8px;
	padding-left:12px;
}
/* layout */
#container {
	width: 1200px;
	margin: -10px auto;
	text-align: left;
	clear:both;
	position:relative;
	z-index:8; /* Keep for ie7 */
}



#column-left {
	float: left;
	width: 170px;
	margin-bottom:30px;
}
#column-right {
	float: right;
	width: 220px;
	margin-bottom:30px;
	min-height:580px;
	max-width:350px;
}
#content {
	min-height: 334px;
	margin-bottom:30px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 225px;
}
#column-right + #content {
	margin-right: 240px;
}
.success, .warning, .attention, .information {
	padding: 27px 27px 27px 80px;
	margin-bottom: 15px;
}
.success {
	background: #e9ffca url('../image/success.png') 25px center no-repeat;
}
.success, .success a {
	color:#296a23 !important;
	width:610px;
}
.warning {
	background: #F5DAD3 url('../image/warning.png') 25px center no-repeat;
}
.warning, .warning a {
	color:#df280a !important;
}
.attention, .information {
	background: #FDEDA4 url('../image/attention.png') 25px center no-repeat;
}
.attention, .attention a, .information, .information a {
	color:#7c622a !important;
}
.success a, .warning a, .information a, .attention a {
	font-style:italic;
}
.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: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 125px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}

table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	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: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
/* Fortis field forms */
.input_field_half {
	float:left;
	display:block;
	width:275px;
	margin-bottom:5px;	
	max-width:100%;
}
.input_field_half input {
	width:254px;
	max-width:100%;
}
.input_field_half select {
	width:264px;
	max-width:100%;
}
.input_field_half #description, .input_field_half #sub_category {
	width:auto;
	vertical-align:middle;
}
.input_field_half b {
	line-height:22px;
	color:#555555;
}
.input_field_full {
	float:left;
	display:block;
	width:535px;
	margin-bottom:5px;	
	max-width:100%;
}
.input_field_half .help, .input_field_full .help {
	margin-bottom:5px;
	line-height:14px;
}
.input_field_full input, .input_field_full textarea {
	width:529px;
	max-width:100%;
}
.input_field_full b {
	line-height:22px;
	color:#555555;
}
.input_field_radio {
	float:left;
	display:block;
	width:275px;
	margin-bottom:5px;	
	max-width:100%;
	padding:0px 0px 10px 0px;
}
.input_field_radio b {
	line-height:20px;
	display:block;
	color:#555555;
}
.input_field_radio input {	
}
.pagination {
	padding:8px 8px 8px 10px;
	background:#F5F0EB;
	display: block;
	overflow:auto;
	margin-bottom: 5px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: #555555;
	background:#eaeaea;
}
.pagination .links a:hover {
	color: #5c4638;
	background:#f5f5f5;
}
.pagination .links b {
	display: inline-block;
	padding: 5px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #5c4638;
	background: #dddddd;
}
.pagination .results {
	float: left;
	padding:5px 10px 5px 0px;
	color:#555555;
	border-right:1px solid #dddddd;
}
/* button */
a.button, input.button { 
	cursor: pointer;
	color: #555;
	height: 34px;
	line-height:34px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-size: 12px;
	background-color:#dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding:0px 20px;
	background-image:none;
	-webkit-appearance:none; /* Needed for iPad */
}

a.button {
	display: inline-block;
	text-decoration: none;
}
input.button { 
	margin: 5px;
	border: 0;
	height: 34px;
	padding:0px 20px; 
}
a.button:hover, a.button.active, input.button:hover, input.button.active {
	background-color: #5c4638;
	color:#ffffff !important;
}
a.button.active:hover, input.button.active:hover {
	opacity:0.9;
}
a.button.active.checkout {
	padding:0px 40px 0px 25px;
	background-image: url('../image/icons.png');
	background-position:right -431px;
	background-repeat:no-repeat;
}
.buttons {
	overflow: auto;
	margin-bottom: 10px;
}
.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;
	background: #282828;
	padding:10px 10px 0px 10px;
	border-radius:3px;	
}
.htabs a {
	background: url('../image/large-tabs.png') repeat-x;
	padding:8px 12px 2px 12px;
	height:20px;
	border-radius:3px 3px 0px 0px;
	box-shadow: #444 0px -2px 1px;
	display:block;
	float: left;
	color: #333333;
	margin-right: 5px;
}
.htabs a:hover {
	background-position:0px -30px;
	color: #333333;
}
.htabs a.selected {
	background-position:0px -60px;
}
.tab-content {
	background:#eeeeee;
	padding:15px;
	margin-bottom: 15px;
	z-index: 2;
	overflow: auto;
	min-height:100px;
}
.related_heading {
	display:block;
	height:25px;
	margin-bottom:10px;
}
.related_heading span {
	font-size:15px;
	line-height:25px;
}
.related_heading .related_prev, .related_heading .related_next {
	background: url('../image/tabs-arrows.png') no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}
.related_heading .related_prev {margin-right:3px; }
.related_heading .related_prev:hover {background-position:-0px -25px;}
.related_heading .related_prev.disabled {background-position:-0px -75px; cursor:default;}
.related_heading .related_next {background-position:-25px 0px; margin-right:10px;}
.related_heading .related_next:hover {background-position:-25px -25px;}
.related_heading .related_next.disabled {background-position:-25px -75px; cursor:default;}
	
/* module boxes */
.box {
	margin-bottom: 20px;
}
/* module heading in content */
.box .box-heading {
   font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-size:16px;
	padding: 10px 10px 10px 0px;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
}
/* module heading in columns */
#column-left .box .box-heading, #column-right .box .box-heading {
   font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	text-transform:uppercase;
	background-image: url('../image/column_box_heading.png');
	background-color:#5c4638;
	padding: 12px 10px 12px 30px;
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	color: #555555;
}
.box .box-content {
	background: #;
	padding: 10px 0px;
}
#column-left .box .box-content, #column-right .box .box-content {
	padding: 10px;
}
/* Product modules starts */

/* box products */
.box-product {
	width: 100%;
	overflow:auto;
	padding: 0px 0px;
	margin:0px;
}
.box-product > div {
	width:190px;
	min-height:315px;
	padding:15px 31px 47px 15px;
	background:#fff;
	float:left;
	vertical-align: top;
	margin:0px 0px 8px 0px;
	background: url('../image/grid-item-shadow.png') bottom right no-repeat;
	position:relative;
	border-top:2px solid #eee;
}
/* Different resizing on resposnive carousel product modules*/
.box-product.carousel > div {
	width:190px !important;
	padding:15px 31px 47px 15px !important;
	-moz-box-sizing:content-box !important;
	-webkit-box-sizing:content-box !important;
	box-sizing:content-box !important;
}
/* grey background on product modules */
.product_wrapper .box-content, .related_product_wrapper .box-content {
	padding:13px 0px 0px 15px; /*13px + 2px border on the div = 15px */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background:#F5F0EB;
	display:block;
	position:relative;
	overflow:hidden;
}
.box-product .image {
	text-align:center;	
}
.box-product .image img {
	max-width:100%;
}
.box-product .image img:hover {
	opacity: 0.8;
}
.box-product .information_wrapper {
	padding:0px 0px 44px 0px;
	height:65px;
}
.box-product .name a {
	color: #555555;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	margin:15px 0px 0px 0px;
}
.box-product .name a:hover {
	color: #5c4638;
}
.box-product .rating {
	display: block;
	margin:7px 0px;
}
.box-product .price {
	display: block;
	color: #777777;
	margin: 10px 0px;
}
.box-product .price-old {
	text-decoration: line-through;
}
.box-product .price-new {
	color:#ee001c;
}
.box-product .cart {
	width:190px;
	position:absolute;
	bottom:22px;
}
.box-product .cart input.button {
	float:left;
}
.box-product .cart .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:0px;
}
.wishlist_button, .compare_button {
	float:left;
}
.wishlist_button a, .compare_button a {
	width:27px;
	height:27px;
	display:block;
	margin-left:3px;
	background-color:#d31d2c;
	background-image:url('../image/compare_wishlist_icons.png');
}
.compare_button a {
	background-position:0px -54px;
}
.compare_button a:hover {
	background-position:0px -81px;
}
.wishlist_button a:hover {
	background-position:0px -27px;
}
/* No heading if product module is placed on home page */
#content.home .box.product_wrapper .box-heading {
	display:none;
}

/* Product modules placed in columns*/
#column-right .box-product, #column-left .box-product {
	width: 100%;
	padding: 0px 0px;
	margin:0px;
	overflow:hidden;
}
#column-left .product_wrapper .box-heading, #column-right .product_wrapper .box-heading {
	font-size:13px;
	text-transform:none;
	background-image: url('../image/large-tabs-bg.png');
	background-color:#066cc3;
	padding: 0px 10px;
	color:#f1f1f1;
	line-height:40px;
	height: 40px;
	border-radius:3px;
}
#column-right .product_wrapper .box-content, #column-left .product_wrapper .box-content {
	padding:5px 0px; /*13px + 2px border on the div = 15px */
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	border-radius: none;
	background:#ffffff;
}
#column-right .box-product > div, #column-left .box-product > div {
	width: 100%;
	min-height:10px;
	padding:10px 1px;
	margin:0px;
	display:block;
	clear:both;
	float:left;
	background: none;
	border-top:none;
	border-bottom:1px solid #e5e5e5;
}
#column-right .sale_tag, #column-left .sale_tag {
	display:none;
}
#column-right .box-product .image, #column-left .box-product .image {
	float:left;
}
#column-right .box-product .image img, #column-left .box-product .image img {
	width:auto;
	padding:5px;
	border:1px solid #e5e5e5;
}
#column-right .box-product .image img:hover, #column-left .box-product .image img:hover {
	border:1px solid #aaaaaa;
}
#column-right .box-product .information_wrapper, #column-left .box-product .information_wrapper {
	padding:0px 5px 0px 15px;
	height:auto;
	margin-left:60px;
}
#column-right .box-product .name a, #column-left .box-product .name a {
	line-height:15px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	margin:2px 0px 0px 0px;
}
#column-right .box-product .rating, #column-left .box-product .rating {
	display: block;
	margin:5px 0px;
}
#column-right .box-product .price, #column-left .box-product .price {
	display: block;
	color: #777777;
	margin: 7px 0px;
}
#column-right .box-product .cart, #column-left .box-product .cart {
	display:none;
}
/* Related products on product page*/
.related_product_wrapper .box-product > div {
	width:143px !important;
	min-height:210px;
	padding:10px 23px 17px 10px !important;
}
/* Box ul lists such as category module */
.box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-content > ul > li {
	padding: 5px 6px 6px 0px;
}
.box-content > ul > li > a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.box-content > ul > li ul {
	display: none;
}
.box-content > ul > li a.active + ul {
	display: block;
	padding-top:8px;
}
.box-content > ul > li ul > li {
	height:20px;
}
.box-content > ul > li ul > li > a {
	text-decoration: none;
	padding: 3px 5px 3px 16px;
	line-height:20px;
	background-image: url('../image/list_bullet.png');
	background-position:top left;
}
.box-content > ul > li ul > li >  a:hover, .box-content > ul > li ul > li > a.active {
	color:#5c4638;
	background-position:bottom left;
	background-color:#5c4638;
}
/* Filter module for 1.5.5.1 */
#column-left .box .box-heading.filter, #column-right .box .box-heading.filter {
	background: none;
	border-bottom:1px solid #eeeeee;
	padding: 13px 5px 11px 10px;
	color:#5c4638;
}
.box-content.filter {
	padding:5px 10px 20px 10px !important;
}
.box-content.filter #button-filter {
	margin-top:10px;
}
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	color:#555555;
	display: block;
	margin-bottom: 7px;
}
ul.box-filter > li ul {
	padding:0px 0px 10px 0px;
	display:block;
	border-bottom: 1px solid #EEEEEE;
}
/* Account module */
#column-left .box .box-heading.account, #column-right .box .box-heading.account {
	background: #ffffff url('../image/icons.png') 6px -468px no-repeat;
	border-bottom:1px solid #eeeeee;
	padding: 11px 10px 11px 42px;
	color: #555555;
}
.box-account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-account > ul > li {
	padding: 5px 2px;
}
.box-account > ul > li > a {
	text-decoration: none;
	padding: 5px 0px 5px 30px;
	color: #555555;
	background: url('../image/arrow-menu.png') top left no-repeat;
}
.box-account > ul > li > a:hover {
	background-position:bottom left;
	color:#5c4638;
}


/* Main content */
#content .content {
	padding: 10px 0px;
	overflow: hidden;
}
#content .content_wrapper {
	overflow:hidden;
}
#content .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .content ul li {
	line-height:20px;
	text-align:center;
}
#content .content ul li a{
	color:#6E6E6E;font-weight:bold; text-align:center; line-height:20px;font-size:14px;font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
}
#content .content ul li:hover a{color:#ff0099;text-decoration:none;}


#content .content ul li .vendor_image{
	-webkit-transition: -webkit-transform .3s,filter .3s; 
     transition: -webkit-transform .3s,filter .3s; 
    -moz-transition: transform .3s,-moz-transform .3s,filter .3s;
     transition: transform .3s,filter .3s; 
     transition: transform .3s,-webkit-transform .3s,-moz-transform .3s,filter .3s;
}
#content .content ul li .vendor_image:hover{ 
	filter: drop-shadow(5px 5px 10px #666);
	-webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* Form content with border */
#content .content.border {
	padding: 10px;
	overflow:visible;
	margin:20px 0px 30px 0px;
	padding:30px 20px 20px 20px;
	border: 3px solid #fff;
}
#content .content.border .border_heading {
	font-size:14px;
	color:#5c4638;
	margin:-47px 0px 0px 1px;	
	padding:0px 15px;
	float:left;
	background:#ffffff;
}
/* Address list */
.address_list {
	display:block;
	margin-bottom:25px;
}
.address_list .button {
	float:right;
	margin:0px 0px 0px 10px;
}
.address_list a {
	margin:5px 10px 0px 0px;
	float:left;
}
/* Category page */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 15px;
}
.category-list ul {
	float: left;
	width: 150px;
	list-style:none outside none;
	padding-left:15px;
	line-height:18px;
}
.product-filter {
	padding:0px 8px 0px 10px;
	overflow: auto;
	background:#F5F0EB;
	display:block;
	margin-bottom:5px;
}
.product-compare {
	padding: 12px 15px 6px 0px;
	font-weight: bold;
	float:left;
	display:inline-block;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
	line-height:18px;
}
.product-filter .display, .product-filter .display-title {
	margin-right: 7px;
	float: left;
	display:inline-block;
	color: #555555;
	font-weight:normal;
	line-height:24px;
	padding:8px 0px 6px 0px;
}
.product-filter .list_view_icon, .product-filter .list_view_icon_active, .product-filter .grid_view_icon, .product-filter .grid_view_icon_active {
	width:26px;
	height:26px;
	display:inline-block;
	float:left;
	margin-right:3px;
	background-image:url('../image/list_grid_icons.png');
}
.product-filter .list_view_icon {
	cursor:default;
	background-position:-26px 0px;
}
.product-filter .list_view_icon_active:hover {
	background-position:-26px -52px;
	background-color:#cc4646;
	cursor:pointer;
}
.product-filter .list_view_icon_active {
	background-position:-26px -26px;
	background-color:#cc4646;
}
.product-filter .grid_view_icon {
	cursor:default;
	background-position:0px 0px;
}
.product-filter .grid_view_icon_active:hover {
	background-position:0px -52px;
	background-color:#cc4646;
	cursor:pointer;
}
.product-filter .grid_view_icon_active {
	background-position:0px -26px;
	background-color:#cc4646;
	
}
.product-filter .sort, .product-filter .limit {
	margin-left: 15px;
	float: left;
	color: #333;
	padding:8px 0px 6px 0px;
}
/* List view */
.product-list {
	overflow: auto;
	padding:13px 0px 0px 15px; /* 13px + 2px border on the div = 15px */
	margin-bottom:5px;
	border-radius: 2px;
	background:#eeeeee;
	display:block;
}
.product-list > div {
	padding:15px 20px 19px 15px;
	min-height:400px;
	background:#fff;
	margin:0px 0px 8px 0px;
	background: url('../image/grid-item-shadow.png') bottom right no-repeat;
	position:relative;
	border-top:2px solid #eee;
}
.product-list .left {
	overflow:auto;
	padding:0px 10px 0px 0px;
	margin-right:140px;
	border-right: 1px solid #f1f1f1;
}
.product-list .image {
	float: left;
	margin-right: 10px;
	overflow:auto;
}
.product-list .image img {
	max-width:100%;
}
.product-list .image img:hover {
	opacity: 0.8;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #555555;
	line-height:15px;
	font-weight: bold;
	display:block;
	margin:0px 0px 15px 0px;
}
.product-list .name a:hover {
	color: #5c4638;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.displayPart {
	margin: 0px auto;
	width:200px;
	height: 10px;
	color: #4D4D4D;
}
.displayPart a{
	font-weight:normal !important;
	color: #4D4D4D;
}
.price-rrp{
	margin-left:50px;
}
.vendor{
	margin:30px 0px 0px 0px;
	text-align: center;
}
.vendor a {
	min-height:15px;
	height:15px;
	line-height: 15px;
	color: #0088A8 !important;
}
.vendor a:link,
.vendor a:visited {
	color:#0088A8 !important;
	text-decoration:none;
}
.vendor a:hover,
.vendor a:active {
	color:#cc6600 !important;
	text-decoration:none;
} 
.product-list .rating {
	margin-bottom:10px;
}
.product-list .right {
	position:absolute;
	top:0px;
	right:0px;
	min-width:130px;
	padding:15px 30px 0px 10px;
	min-height:190px;
	margin-left: 10px;
}
.product-list .price {
	display: block;
	color: #777777;
	margin: 0px 0px 15px 0px;
}
.product-list .price-old {
	text-decoration: line-through;
	display:block;
}
.product-list .price-new {
	color:#ee001c;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	line-height:22px;
	display:none;
}
.product-list .cart .button {
	width:100%;
}
.product-list .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:28px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
/* Grid view */
.product-grid {
	overflow: auto;
	padding:13px 0px 0px 15px; /*13px + 2px border on the div = 15px */
	margin-bottom:5px;
	border-radius: 2px;
	background:#eeeeee;
	display:block;
	position:relative;
}
.product-grid > div {
	width:216px;
	min-height:291px;
	padding:5px 10px 10px 10px;
	background:#fff;
	float:left;
	vertical-align: top;
	margin:0px 0px 8px 0px;
	background: url('../image/grid-item-shadow.png') bottom right no-repeat;
	position:relative;
	border-top:2px solid #eee;
}
.product-grid .information_wrapper {
	padding:0px 0px 44px 0px;
	height:65px;
}
.product-grid .image {
	text-align:center;
}
.product-grid .image img {
	max-width:100%;
}
.product-grid .image img:hover {
	opacity: 0.8;
}
.product-grid .name a {
	color: #555555;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	margin:15px 0px 0px 0px;
}
.product-grid .name a:hover {
	color: #5c4638;
}
.product-grid .description {
	line-height: 15px;
	margin:7px 0px 5px 0px;
	color: #4D4D4D;
	display:none; /* visible for on small screens */
}
.product-grid .rating {
	display: block;
	margin:7px 0px;
}
.product-grid .price {
	display: block;
	color: #555555;
	margin: 10px 0px;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price-new {
	color:#ee001c;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	width:107px;
	position:relative;
	margin:10px auto;
}
.product-grid .cart .button {
	float:right;
}
.product-grid .cart .text{
	height:10px;
}
.product-grid .cart .wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:0px;
}
/* Manufacturer page */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
	width: 985px !important;
    margin-left: 170px !important;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

/* Product page */
.product-info-wrapper {
	width:958px;
	margin-bottom:20px;
	border-top:10px solid #ffffff; /* instead if padding top */
	background: #fff;
	overflow:auto;
}
.product-info {
	padding:4px 0px;
	position:relative;  /*important for custom right column */
}
.product-info > .left { /* Left side containing product images */
	float: left;
	margin-right: 15px;
}
.product-info .right { /* Right side/middle containing product information + add to cart etc */
	padding:10px 15px 15px 33px;
}
.product-info .right.hasright {  /* if custom right column is enabled */
	margin-right: 245px;
	border-right:1px solid #eeeeee;
	background:none;	
}
/* Main image */
.product-info .image {
	position:relative; /* IMPORTANT: Stickers ("zoom", "sale") are positioned relative to this box */
	margin-bottom:10px;
	z-index:0;
	padding:5px;
	border:#fff 1px solid;
	background:#fff;
	z-index:3; /* needed for ie7 */
}
.product-info .image img {
	max-width:100%;
}
.product-info .image .sale_tag {
	right:-2px;
	z-index:10000;
	/* See rest of styles under .sale_tag*/
}
.product-info .image .best_seller_tag {
	right:-2px;
	z-index:10000;
	/* See rest of styles under .sale_tag*/
}
.product-info .image .new_in_tag {
	right:-2px;
	z-index:10000;
	/* See rest of styles under .sale_tag*/
}
#zoom-btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0px 12px;
    line-height: 32px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333333;
}
#zoom-btn:hover {
	color:#ce061a;
}
/* Additional images */
.product-info .image-additional {
	padding:0px 30px 20px 30px;
	position:relative;
}
/* Next and preview buttons */
.product-info .image-additional .additional_next, .product-info .image-additional .additional_prev {
	position:absolute;
	top:20px;
	display:block;
	width:30px;
	height:30px;
	background: url('../image/colorbox/slider-arrows.png') no-repeat ;
	text-indent:-9999px;
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.product-info .image-additional .additional_next, .product-info .image-additional .additional_next.disabled:hover {
	right:0px;
	background-color:#ffffff;
	background-position:-60px -10px;
}
.product-info .image-additional .additional_next:hover {
	background-color:#333333;
	background-position:-60px -60px;
}
.product-info .image-additional .additional_prev, .product-info .image-additional .additional_prev.disabled:hover {
	left:0px;
	background-color:#ffffff;
	background-position:-10px -10px;
}
.product-info .image-additional .additional_prev:hover {
	background-color:#333333;
	background-position:-10px -60px;
}
.product-info .image-additional > .disabled {
	cursor:default;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.product-info .image-additional ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.product-info .image-additional li {
	text-align: center;
	padding: 0px;
	margin:0px 3px;
	display: block;
	float: left;
	overflow:auto;
}
.product-info .image-additional img {
	border:1px solid #eeeeee;
	padding: 4px;
}
.product-info .image-additional img:hover {
	border:1px solid #999999;
}
/* Cloud zoom */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:0px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;
}
.cloud-zoom-big {
	border:1px solid #eeeeee;
	overflow:hidden;
	width:165%;
	height:145% !important;
	top:-10px !important;
	background-color:#ffffff;
}
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
/* Product info main information */
.product-info .description {
	margin-bottom: 15px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info h1 {
	color:#555555;
	font-size:20px;
	margin-bottom:15px;
	line-height:26px;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
	line-height:14px;
	font-size:11px;
}
.product-info .description .review a {
	color: #888888;
	font-size:11px;
	vertical-align:top;
	padding:0px 4px 0px 7px;
}
.product-info .description .review a u {
	text-decoration:none; /* Used for google rich snippets */
	vertical-align:top;
}
.product-info .description .review a:hover {
	color: #5c4638;
}
.product-info .review a + a {
	border-left: 1px solid #cccccc;
}
.product-info .description span {
	color: #555555;
	padding-left:11px;
	line-height:18px;
	background: url('../image/bullet_tiny.png') left 50% no-repeat;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .description a:hover {
	color: #5c4638;
}
.product-info .options {
	padding: 10px 15px 0px 15px;
	color: #333333;
	background:#fff;
	border-radius: 3px 3px 0px 0px;	
}
.product-info .options b {
	line-height:24px;
}
.product-info .options select {
	width:100%;
}
.product-info .options .error {
	margin-top:5px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	background:#f5f5f5;
	padding: 15px 15px 0px 0px;
	margin-bottom: 10px;
	color: #4D4D4D;
	overflow-y: auto;
    overflow-x: hidden;
    height:300px;
	border-radius: 3px;	
}
.product-info .right > .options + .cart {
	padding: 0px 15px 15px 15px;
	border-radius: 0px 0px 3px 3px;	
	background: #fff;
}
.product-info .cart .price {
	font-size: 12px;
	color: #ce061a;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight:400;
	width:100px;
}
.product-info .cart .price-old {
	color: #999999;
	font-size:12px;
	text-decoration: line-through;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	display:block;
	float:left;
}
.product-info .cart .price-new {
	display:block;
	float: left;
    margin-left: 10px;
}
.product-info .cart .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
}
.product-info .add_to_cart {
	float: right;
	white-space:nowrap; /* ie8 fix*/
}
/* Sharing buttons */
.product-info .share {
	white-space:nowrap;
	overflow:hidden;
	padding:8px 0px 15px 0px;
	border-bottom:1px solid #eeeeee;
}
.product-info .share .price-tax {
	float:right;
	color:#999999;
	font-size:11px;
}
/* Add to compare & wish list */
.product-info .wishlist_compare {
	margin-bottom:10px;
	padding:12px 0px;
}
.product-info .wishlist_compare a {
	background: url('../image/icons.png')  no-repeat;
	color:#888888;
	padding:4px 0px 0px 21px;
	line-height:18px;
	margin-right:18px;
}
.product-info .wishlist_compare a:hover {
	color:#ce061a;
}
.product-info .wishlist_compare a + a {
	background-position:0px -38px;
}
/* If product has minimin order qty, discount or price in reward points */
.product-info .minimum, .product-info .reward {
	padding:15px 15px 15px 40px;
	background: #f5f5f5 url('../image/icons.png') 12px -389px no-repeat;
	margin-bottom:10px;
	border-radius: 3px;
}
.product-info .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
	background:#f5f5f5;
	padding:10px 15px;
	margin:10px 0px;
	border-radius: 3px;	
}
.product-info .discount span {
	display:block;
	padding:2px 10px;
	background: url('../image/bullet_tiny.png') left 50% no-repeat;
}
/* Right side containing brand and custom block */
.product-info .custom_right_column {
	float:right;
	width:215px;
	padding:19px 15px 25px 15px;
	position:absolute;
	top:0px;
	right:0px;
}
.product-info > .custom_right_column .brand {
	margin-bottom:13px;
	text-align:center;
}
.product-info > .custom_right_column .brand img {
	max-width:100%;
}
.product-info > .custom_right_column .brand img:hover {
	opacity:0.8;
}
/* Sample list */
.product-info > .custom_right_column .custom_block ul {
	list-style: none;
	padding-left:0px;
	margin-left:0px;
}
.product-info > .custom_right_column .custom_block ul li {
	padding:1px 0px 2px 25px;
	margin-bottom:7px;
	display:block;
	background: url('../image/bullet.png') no-repeat;
}
.product-info > .custom_right_column .custom_block ul li a {
	color:#888888;
}
.product-info > .custom_right_column .custom_block ul li a:hover {
	color:#333333;
}
/* Review area */
.write_review {
	padding: 5px 15px;
	overflow: auto;
	background:#f5f5f5;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 10px;
}
.review-list .rating {
	float: right;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
}
#review .pagination {
	background:#eeeeee;
	margin-bottom:20px;
	border-top:1px solid #dddddd;
}
/* Specification */
.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 13px;
	font-weight: bold;
	background:#eeeeee;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: left;
	width: 70%;
}
.attribute td {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	background: #f5f5f5;
}
/* Compare page */
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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;
	margin-bottom: 20px;
}
.wishlist-info td{
	margin: 7px;
}
.wishlist-info thead{
	background: rgba(70, 70, 70, 0.25);
}
.wishlist-info thead td{
	border-bottom: 1px solid #cccccc;
	padding:10px;
	vertical-align: middle;
	text-align: center;
	height: 30px;
	margin:10px 7px;
	font-size: 15px;
	font-weight: 600;
	color: #E06F3E;
}
.wishlist-info thead td a{
	font-size: 14px;
	font-weight: 600;
	color: #E06F3E;
	text-decoration: none;
}
.wishlist-info thead .product-list-checkbox {
	text-align: left;
	width:1%;
}
.wishlist-info thead .image {
	text-align: left;
	width:9%;
}
.wishlist-info thead .name{
	width: 15%;
}
.wishlist-info thead .manufacturer{
	width: 15%;
}
.wishlist-info thead .model{
	width: 30%;
}
.wishlist-info thead .stock{
	width: 5%;
}
.wishlist-info thead .price{
	width: 5%;
}
.wishlist-info thead .quantity{
	width: 13%;
}

.wishlist-info thead .action {
	width:2%;
	white-space:nowrap;
}

.wishlist-info .asc {
	padding-right: 15px;
	background: url('../image/header/asc.png') right center no-repeat;
	background-size: 9px 6px;
}
.wishlist-info .desc {
	padding-right: 15px;
	background: url('../image/header/desc.png') right center no-repeat;
	background-size: 9px 6px;
}

.wishlist-info thead .product-list-filter td{
	height: 30px;
	background: rgba(224, 111, 62, 0.04);
	padding:0px;
}
.wishlist-info thead .product-list-filter .name{
	position: relative;
}
.wishlist-info thead .product-list-filter .name .name_search_text{
	width: 90px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 13px;
	border: 1px solid #E06F3E;
}    
.wishlist-info thead .product-list-filter .name .name_search{
	position: absolute;
    top: 5px;
    left: 95px;
    background: url(../image/header/search_v.png) no-repeat scroll 0px 0px;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: 0px;
}
.wishlist-info thead .product-list-filter .model{
	position: relative;
}
.wishlist-info thead .product-list-filter .model .model_search_text{
	width: 200px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 13px;
	border: 1px solid #E06F3E;
}    
.wishlist-info thead .product-list-filter .model .model_search{
	position: absolute;
    top: 5px;
    left: 218px;
    background: url(../image/header/search_v.png) no-repeat scroll 0px 0px;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: 0px;
}

.wishlist-info thead .product-list-filter .manufacturer .vendor-name{
	width: 70px;
	height: 14px;
	font-size: 14px;
	font-weight: 600;
	color: #464646;
	line-height: 14px;
	float:left;
	text-align: right;
	margin:7px 10px 0px 0px;
}
.wishlist-info thead .product-list-filter .manufacturer .vendor-show{
	float: left;
	list-style: none;
    position: relative;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
	z-index:999;
}

.wishlist-info thead .product-list-filter .manufacturer .vendor-show .showbutton{
	float: left;
	display: block;
    width: 20px;
    height: 18px;
    background: url(../image/header/show_vendor_icon.png) 0px 9px no-repeat;
    background-size: 12px 8px;
    margin:5px 0px 0px 0px;
}
.wishlist-info thead .product-list-filter .manufacturer .vendor-show:hover >.showbutton{
	display:block;
    background: url(../image/header/show_vendor_hover_icon.png) 0px 9px no-repeat;
    background-size: 12px 8px;
}

.wishlist-info thead .product-list-filter .manufacturer .vendor-show ul{
            position: absolute;
            top: 30px;
            right: -100px;
            opacity: 0;
            background: #FFFFFF;
			border-radius: 15px;
			border: 1px solid #E06F3E;
            transition: opacity 500ms ease 1ms;
            height: 0;
        }
.wishlist-info thead .product-list-filter .manufacturer .vendor-show:hover >ul{
            opacity: 1;
            height: 200px;
    		overflow-y: scroll;
    		::-webkit-scrollbar {
		        width: 3px;
		      }
		     ::-webkit-scrollbar-thumb {
		        background: #d8d8d8;
		        border-radius: 10px;
		      }
		     ::-webkit-scrollbar-track-piece {
		        background: transparent;
		      }
        }
.wishlist-info thead .product-list-filter .manufacturer .vendor-show ul li{
            height: 0;
            overflow: hidden;
            padding: 0;
            transition: height 500ms ease 1ms;
            position: relative;
            width: 160px;
    		text-align: left;
        }
.wishlist-info thead .product-list-filter .manufacturer .vendor-show:hover >ul li{
            height: 20px;
            overflow: visible;
        }
.wishlist-info thead .product-list-filter .manufacturer .vendor-show ul li a{
            text-align:left;
            font-size: 12px;
            font-weight: 600;	
			color: #464646;
			text-decoration: none;	
			height: 14px;
    		margin: 5px 0px 0px 15px;		
        }

.wishlist-info thead .product-list-filter .manufacturer .vendor-show ul li:hover{
            color:#E06F3E;
        }
.wishlist-info thead .product-list-filter .manufacturer .vendor-show ul li:hover >a{
            color:#E06F3E;
        }
.wishlist-info thead .product-list-filter .manufacturer .vendor-show ul div{
	height:0px;
}
.wishlist-info thead .product-list-filter .manufacturer .vendor-show:hover >ul div{
            height: 30px;
            overflow: visible;
}
.wishlist-info thead .product-list-filter .manufacturer .vendor-show .manufacturer_search_text{
    padding: 0;
    border: 1px solid #ccc !important;
    border-radius: 15px !important;
    width: 0;
    height: 0;
	overflow: hidden;
	display:block;
}    
.wishlist-info thead .product-list-filter .manufacturer .vendor-show .manufacturer_search{
	position: absolute;
    top: 6px;
    left: 130px;
    background: url(../image/header/search_v.png) no-repeat scroll 0px 0px;
    background-size: 20px 20px;
    height: 0;
    width: 20px;
    cursor: pointer;
    border: 0px;
	overflow: hidden;
}

.wishlist-info thead .product-list-filter .manufacturer .vendor-show:hover >ul .manufacturer_search_text{
            height: 16px;
            width: 120px;
            padding: 3px 10px !important;
            margin:5px 0px 0px 10px;
            overflow: visible;
}
.wishlist-info thead .product-list-filter .manufacturer .vendor-show:hover >ul .manufacturer_search{
            height: 20px;
            overflow: visible;
}


.wishlist-info tbody td {
	padding:10px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 0.5px solid rgba(224, 111, 62, 0.3);
	font-size: 12px;
	font-weight: 400;
	color: #464646;
	line-height: 12px;
}
.wishlist-info tbody .product-list-checkbox {
	text-align: left;
	width:1%;
}
.wishlist-info tbody .image {
	width:9%;
}
.wishlist-info tbody .name{
	width: 15%;
}
.wishlist-info tbody .manufacturer{
	width: 15%;
	height: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #0088A8;
	line-height: 12px;
}
.wishlist-info tbody .model{
	width: 30%;
}
.wishlist-info tbody .stock{
	width: 5%;
}
.wishlist-info tbody .price{
	text-align: center;
	width: 5%;
}
.wishlist-info tbody .quantity{
	width: 13%;
}
.wishlist-info tbody .quantity .quantity_ac{width:20px;height:20px;font-size:14px;vertical-align:middle;}
.wishlist-info tbody .quantity .quantity_c{width:30px;height:10px;font-size:14px;vertical-align:middle;text-align: center;margin:0 2px 0 2px;}

.wishlist-info tbody .action {
	width:2%;
	white-space:nowrap;
}
.wishlist-info tbody .image img {
	width: 80px;
	height: 80px;
}
.wishlist-info tbody .manufacturer a{
	height: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #0088A8;
	line-height: 12px;
}
.wishlist-info tbody .removebutton {
	display:block;
	width:17px;
	float:right;
	height:17px;
	background: url('../image/remove_icon.png') 0px 0px no-repeat;
}
.wishlist-info tbody .removebutton:hover {
	background-position:-17px 0px;
	cursor: pointer;
}

/* Login page */
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	position:relative;
}
.login-content h2 {
	color:#333333;
	line-height:14px;
	margin-bottom:0px;
	margin-top:0px;
	font-size:15px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
}
.login-content .left {
	float: left;
	width: 270px;
	background:#f5f5f5;
	padding:20px;
	margin: 0px 10px 10px 4px
}
#column-right + #content .login-content .right, #column-right + #content .login-content .left {
	width: 315px;
}
.login-content .right {
	float: right;
	width: 270px;
	background:#f5f5f5;
	padding:20px;
}
.login-content .button {
	float: left;
}
.login-content .forgotten {
	float: right;
	line-height:42px;
}
.login-content .left .content, .login-content .right .content {
	min-height: 170px;
}
/* Order history */
.order-head-title{
	width: 1025px;
	height: 40px;
	background: #FEFFFF;
	margin-bottom:15px;
	margin-left: 175px;
}
@font-face{
	font-family: IRISPDH;
	src: url(/catalog/view/theme/fortis/stylesheet/IRISPDH.ttf) format('truetype');
}
.order-head-title .head-content{ 
	height: 40px;
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	color: #464646;
	line-height: 40px;
	margin-left: 20px;
	-webkit-text-stroke: 2px #464646;
	text-stroke: 2px #464646;
	width: 1005px;
	font-weight: 500;
}
.order-history-content {
	width: 985px;
    min-height: 665px;
    background: #FEFFFF;
    padding: 15px 20px;
    margin-left: 175px;
}
.order-history-content .clear{
	clear:both;
	display:inline;
}
.order-history-search {
	display:inline;
	position: absolute;
    right: 45px;
    top: 7px;
    width: 320px;
    height: 25px;
}
.order-history-search .text{
	width: 320px;
    height: 23px;
	border-radius: 15px;
	border: 1px solid rgba(70, 70, 70, 0.5);
	line-height: 23px;
    padding:0 10px;
}	
}
.order-history-search .text::placeholder {
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 500;
	color: rgba(70, 70, 70, 0.5);
	line-height: 14px;
	height:14px;

}
.order-history-search .button{
	width: 16px;
	height: 16px;
	position: relative;
    right: -314px;
    top: -24px;
    background: url(../image/header/icon_search@2x.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    border: 0px;	
    vertical-align: middle;
}
.order-history-filter{
	display: inline-block;
	height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.order-history-filter div{
	float:left;
    line-height: 25px;
}

.tui-checkbox:checked,.multi-select-menu input[type=checkbox]:checked,.multi-select-menu input[type=radio]:checked {
	background:#E06F3E;
}
.tui-checkbox,.multi-select-menu input[type=checkbox],.multi-select-menu input[type=radio] {
	width:10px;
	height:10px;
	background-color:#ffffff;
	border:solid 1px #dddddd;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size:0.8rem;
	margin:5px;
	padding:0;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	cursor:default;
	-webkit-appearance:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transition:background-color ease 0.1s;
	transition:background-color ease 0.1s;
}
.multi-select-menu input[type=checkbox],.multi-select-menu input[type=radio]{
	margin:0px;
}
/*
.tui-checkbox:checked::after {
	content:'';
	top:0px;
	left:2px;
	position:absolute;
	background:transparent;
	border:#fff solid 2px;
	border-top:none;
	border-right:none;
	height:6px;
	width:10px;
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}*/
.order-history-checkbox{
	/*margin-left:5px;*/
}
.order-history-checkbox label{
	width: 63px;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 600;
	color: #464646;
	vertical-align:middle;	
}

.order-history-filter .tui-button{
	width: 125px;
	height: 25px;
    background: url(../image/header/btn_dli_normal@2x2.png) no-repeat scroll;
    cursor: pointer;
    border: 0px;
    margin-left:20px;
    margin-right:96px;
    vertical-align: middle;	
    background-size: 100% 100%;
}
.order-history-filter .tui-button:hover{
	width: 125px;
	height: 25px;
	background: url(../image/header/download_invoice.png) no-repeat scroll;
	background-size: 100% auto;
}
.order-history-filter select option{
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 400;
	color: #464646;
}
.order-history-filter .tui-select-status{
	width: 145px;
	height: 23px;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 0px rgba(224, 111, 62, 0.5);
	border-radius: 15px;
	border: 1px solid #E06F3E;
	margin-left:40px;
}

.order-history-filter .tui-select-time{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

	width: 100px;
	height: 25px;
	line-height: 16px;
	background: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #46464680  !important;
	margin-left:20px;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	background: url(../image/header/icon_32_normal.png) no-repeat scroll right center transparent;
    padding-right: 14px;
}
.order-history-filter .tui-select-time:hover{
	width: 100px;
	height: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 0px rgba(224, 111, 62, 0.5);
	border-radius: 15px;
	border: 1px solid #E06F3E !important;
	margin-left:20px;
	background: url(../image/header/icon_show_product_hover.png) no-repeat scroll right center transparent;
	background-size: 9px;
}
/*.order-history-filter .tui-select-time:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url(../image/header/icon_32_normal.png) no-repeat;
    background-size: 100%;
    float: right;
    vertical-align: 0.1em;
    margin: 8px;
}

.order-history-filter .tui-select-time:hover:after,.order-history-filter .tui-select-time:focus:after  {
    content: "";
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url(../image/header/icon_show_product_hover.png) no-repeat;
    background-size: 100%;
    float: right;
    vertical-align: 0.1em;
    margin: 8px;
}*/
.order-history-filter .tui-time-from{
	margin-left:10px;
}
.order-history-filter .tui-time-from label{
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 400;
	color: #464646;
	margin-right:4px;
}

.order-history-filter .tui-time-to{
	margin-left:10px;
	margin-right:4px;
}
.order-history-filter .tui-time-to label{
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 400;
	color: #464646;
	margin-right:4px;
}
.order-history-filter .time-control{
	width: 88px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #46464680;
    padding-left: 10px;
    font-size: 14px;
}
.order-history-filter .time-control:hover{
	width: 88px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #E06F3E;
    padding-left: 10px;

}
.order-history-filter .tui-filter-btn{
	width: 70px;
	height: 25px;
    background: url(../image/header/history_filter.png) no-repeat scroll;
    cursor: pointer;
    border: 0px;
    margin-left:10px;
    vertical-align: middle;	
    background-size: 100% auto;
}
.order-history-filter .tui-details-btn{
	width: 125px;
	height: 26px;
    background: url(../image/header/btn_details_normal.png) no-repeat scroll;
    cursor: pointer;
    border: 0px;
    margin-left:10px;
    vertical-align: middle;	
    background-size: 100% auto;
}
.order-history-filter .tui-details-btn:hover{
	width: 125px;
	height: 26px;
    background: url(../image/header/btn_details_hover.png) no-repeat scroll;
    cursor: pointer;
    border: 0px;
    margin-left:10px;
    vertical-align: middle;	
    background-size: 100% auto;
}
.order-history-filter .tui-images-btn{
	width: 125px;
	height: 26px;
    background: url(../image/header/btn_images_normal.png) no-repeat scroll;
    cursor: pointer;
    border: 0px;
    margin-left:10px;
    vertical-align: middle;	
    background-size: 100% auto;
}
.order-history-filter .tui-images-btn:hover{
	width: 125px;
	height: 26px;
    background: url(../image/header/btn_images_hover.png) no-repeat scroll;
    cursor: pointer;
    border: 0px;
    margin-left:10px;
    vertical-align: middle;	
    background-size: 100% auto;
}

.order-list {
	margin-bottom: 20px;
    border: 1px solid rgba(224, 111, 62, 0.3);
}
.order-list .order-list-title{
	display: inline-block;
	width: 984px;
    height: 30px;
    line-height: 30px;
    background: rgba(70, 70, 70, 0.25);
	color: rgba(70, 70, 70, 0.5);
	font-size: 15px;
	font-weight: 600;
	margin-top: -1px;
}
.order-list .order-list-title div{
	float:left;
	width: 16%;
}
.order-list .order-list-vendor-title{
	display: none;
	width: 958px;
    height: 30px;
    line-height: 30px;
    background: rgba(227, 127, 83, 0.05);
    margin-top: -4px;
    padding-left: 25px;
    margin-bottom: 3px;
}
.order-list .order-list-vendor-title:nth-last-child(1){
	margin-bottom: -4px;
}
.order-list .order-list-vendor-title div{
	float:left;
	width: 20%;
}
.order-list .order-list-vendor-title .order-list-vendor-img{
	display: inline-block;
	width: 5px;
	height: 8px;
	position: relative;
    background: url(../image/header/icon_show_product_normal.png) no-repeat;
    background-size: 100%;
    margin-left: 4px;
}
.order-list .order-list-vendor-title .hover{
	display: inline-block;
	width: 9px;
	height: 6px;
	position: relative;
    background: url(../image/header/icon_show_product_hover.png) no-repeat;
    background-size: 100%;
    margin-left: 2px;
}
.order-list .order-products{
	display:none;
    font-weight: 400;
    color: #464646;
    font-size: 12px;
    line-height: 16px;
	min-height: 70px;
    margin-top: -7px;
    margin-bottom: 14px
}
.order-list .order-products:last-child{
	margin-bottom: 10px;
}
.order-list .order-list-product{
	display: inline-block;
    width: 730px;
    border-bottom: 1px solid #F5F0EC;
    border-right: 1px solid #F5F0EC;
    padding: 10px 0 15px 30px;
    margin-bottom: -3px;
}
.order-list .order-list-product:last-child{
	border-bottom: none;
	margin-bottom: -13px;
}
.order-list .order-list-product:hover,.order-list .order-list-product:hover a,.order-product-right div a:hover {
	color: #E06F3E !important;
	text-decoration: none;
}
.order-list .order-product-right{
	display: inline-block;
	float:right;
    width: 212px;
    padding: 10px 0 15px 30px;
   
}
.order-list .order-product-right a{
	font-size: 14px !important;
}
.order-list a{
	text-decoration: none;
	color: #464646;
}
.order-list .order-list-product div{
	float:left;
	width: 20%;
}
.order-list .order-list-number{
	width: 25% !important;
}
.order-list .font-color-text1{
	color: #464646;
	font-size: 15px;
	font-weight: 600;
}
.order-list .font-color-text2{
	color: rgba(70, 70, 70, 0.5);
	font-size: 15px;
	font-weight: 600;
}
.order-list-vendor-title div a label{
	text-decoration: none;
	color: #464646;
	font-size: 14px;
	font-weight: 600;
}
.font-color-text3{
	color: #464646 !important;
	font-size: 14px;
	font-weight: 600;
}
.font-color-text4{
	color: rgba(70, 70, 70, 0.5) !important;
	font-size: 14px;
	font-weight: 600;
}
.order-list-vendor-title div label{
	color: rgba(70, 70, 70, 0.5);
	font-size: 14px;
	font-weight: 600;
}
.order-list-details{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../image/header/icon_order_detail_normal@3x.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
}
.order-details-hover:hover .font-color-text1,.order-invoice-hover:hover .font-color-text1{
	color: #E06F3E;
}
.order-details-hover:hover .order-list-details{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../image/header/icon_order_detail_hover@3x.png) no-repeat;
	background-size: 100% 100%;
}
.order-list-invoice{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../image/header/icon_download_normal@3x.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
}
.order-invoice-hover:hover .order-list-invoice{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../image/header/icon_download_hover@3x.png) no-repeat;
	background-size: 100% 100%;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	text-align: left;
	width: 30%;
}
.order-list .order-info {
	text-align: right;
	width: 40% !important;
}

.view_order{
	float:right !important;
	padding-left:12px;
	width:42px;
	height:36px;
	line-height: 210%;
	text-align: center;
	background-image:url('/image/modern-button_2.png');
	background-repeat:no-repeat;
	background-size: 90%;
	font-size:16px;
	color:#FF3333;
}
.view_order a{ font-weight: bold;color:#FFFFFF;text-decoration:none; }
.view_order a:hover {font-weight: bold;color:#CC3300;text-decoration:none;}

.reorder{
	float:right !important;
	padding-left:12px;
	width:42px;
	height:36px;
	line-height: 200%;
	text-align: center;
	background-image:url('/image/modern-button_3.png') ;
	background-repeat:no-repeat;
	background-size: 90%;
	font-size:16px;
	color:#FF3333;
}
.reorder a{ font-weight: bold;color:#FFFFFF;text-decoration:none; }
.reorder a:hover {font-weight: bold;color:#CC3300;text-decoration:none;}

.continue_order{
	float:right !important;
	padding-left:12px;
	width:42px;
	height:60px;
	line-height: 250%;
	text-align: center;
	background-image:url('/image/modern-button_4.png') ;
	background-repeat:no-repeat;
	background-size: 90%;
	font-size:16px;
	color:#FF3333;
}
.continue_order a{ font-weight: bold;color:#FF0000;text-decoration:none; }
.continue_order a:hover {font-weight: bold;color:#CC3300;text-decoration:none;}

.flow_sheet{
	float:right !important;
	padding-left:12px;
	width:42px;
	height:60px;
	line-height: 250%;
	text-align: center;
	background-image:url('/image/modern-button_1.png') ;
	background-repeat:no-repeat;
	background-size: 90%;
	font-size:16px;
	color:#FF3333;
}
.flow_sheet a{ font-weight: bold;color:#FF0000;text-decoration:none; }
.flow_sheet a:hover {font-weight: bold;color:#CC3300;text-decoration:none;}


.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* Return list */
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-detail {
	padding-top:20px;
}
.return-opened {
	padding-top:20px;
	margin-bottom:20px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* Shopping cart */
.cart-info-wrapper {
	margin:0px 0px 13px 0px;
	background:#FFFFFF;
	*zoom:1;
}
.cart-info {
	/* background: url('../image/grid-item-shadow.png') bottom right no-repeat; */
}
.cart-info small {
	display:block;
	margin:6px 0px 0px 0px;
}
.cart-info small .remove_link {
	font-size:11px;
	color:#5c4638 !important;
}
.cart-info table {
	width: 100%;
	border-collapse: collapse;
	background:#ffffff;
}
.cart-info td {
	padding: 10px;
}
.cart-info thead td {
	border: 1px solid #eeeeee;
	font-size:13px;
	white-space:nowrap;
}
.cart-info thead .table_header{
	text-align: center;
	font-size: 16px;
    font-weight: bold;
    color: #0088A8;
}
.cart-info thead .table_header_content{
	text-align: center;
	font-size: 13px;
    color: #FF3333;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .image  {
	text-align: left;
}
.cart-info thead .quantity{
	text-align: center;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info thead .price, .cart-info thead .total, .cart-info thead .quantity {
	width:8%
}
.cart-info thead .model {
	width:45%;
}
.cart-info thead .name {
	width:20%;
}
.cart-info thead .image {
	width:10%;
}
.cart-info thead .remove {
	width:1%;
}
.cart-info tbody td {
	vertical-align: middle;
	border: 1px solid #eeeeee;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity {
	text-align: center;
}
.cart-info tbody .update {
	cursor: pointer;
	display:inline-block;
	width:20px;
	height:20px;
	background: url('../image/icons.png') 0px -199px no-repeat;
	text-indent:-9999px;
	position:relative;
	top:-4px;
	left:2px;
	border:none;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody .model, .cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	white-space:nowrap;
}
.cart-info tbody .remove {
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info .cart_bottom_line {
	float:left;
	background:#ffffff;
	padding:20px;
}
.cart-info .cart_bottom_line a {
	padding:3px 0px 3px 22px;
	color:#888888;
	background: url('../image/icons.png') 0px -240px no-repeat;
}
.cart-info .cart_bottom_line a:hover {
	color:#5c4638;
}
.cart_modules_wrapper {
	float:right;
	width:250px;
}
.cart_modules_wrapper .module_box {
	display:block;
	float:left;
	width:245px;
	background:#ffffff;
	border-bottom: 1px solid #dddddd;
}
.cart_modules_wrapper .module_box b {
	display:block;
	margin-bottom:3px;
}
.cart_modules_wrapper .module_box p {
	margin-bottom:13px;
}
.cart_modules_wrapper .module_box .error {
	margin-bottom:10px;
}
.cart_modules_wrapper .module_box input[type='text'] {
	float:left;
	width: 150px;
	margin: 10px;
}
.cart_modules_wrapper .module_box input[type='submit'] {
	float: left;
    margin: 10px 0px;
    padding: 0px 10px;
    height: 27px;
    vertical-align: middle;
    line-height: 27px;
}
.cart_modules_wrapper .module_box select {
	width:100%;
	margin-bottom:10px;
}
.cart_modules_wrapper .module_box .heading {
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.cart-total {
	background:#F5F0EB;
	float:right;
	text-align:right;
	width:280px;
	overflow: auto;
	padding:0px 20px 30px 20px;
	border-radius: 0px 0px 3px 3px;	
}
.cart-total table {
	display:block;
	float:right;
	margin-bottom:10px;
}
.cart-total td {
	padding: 0px 0px 4px 0px;
	text-align: right;
}
.cart-total .right.amounts {
	padding-left:8px;
}
.cart-total tr:last-child td {
	font-weight:bold;
	font-size:15px !important;
}
/* Checkout */
.checkout-heading {
	background: #dddddd;
	padding:15px;
	font-weight: bold;
	font-size: 15px;
	color: #555555;
	margin-top: 10px;
	border-radius: 3px;	
	position:relative;
}
.checkout-heading a {
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	position:absolute;
	right:10px;
}
.checkout-content {
	padding: 15px 30px;
	display: none;
	overflow: auto;
	background:#f9f9f9;
	margin-bottom: 10px;
}
.checkout-content h2 {
	color:#333333;
	font-size:15px;
	margin-top:0px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	border-bottom:1px solid #eeeeee;
	line-height:24px;
}
.checkout-content .left {
	float: left;
	width: 430px;
	padding-right:20px;
	border-right:1px solid #eeeeee;
	margin-bottom:10px;
}
.checkout-content .right {
	float: right;
}
#login.right { /* Extra right class since agreement uses .right */
	float: right;
	width: 430px;
}
#column-right + #content .checkout-content .left {width:310px;}
#column-right + #content .checkout-content #login.right {width:310px;}
#column-left + #content .checkout-content .left {width:310px;}
#column-left + #content .checkout-content #login.right {width:310px;}

.checkout-content .left .content, .checkout-content .right .content {
	min-height:220px;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-content .forgotten {
	float:right;
	line-height:34px;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.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 #DDDDDD;
}
/* Contact page */
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
/* Site map */
.sitemap-info {
	overflow: auto;
	margin-bottom: 20px;
}
.sitemap-info .left, .sitemap-info .right {
	float:left;
	display:block;
	width:49%;
	margin-bottom:5px;	
	max-width:100%;
	min-width:200px;
}
.sitemap-info ul {
	list-style:none outside none;
	line-height:18px;
	margin-left:20px;
	padding:0px;
	font-weight:bold;
}
.sitemap-info ul li ul li a {
	font-weight:normal;
}
/* Footer */
.footer_wrapper {
	position:relative;
	background-color:#bbbbbb;
	background-image: url('/catalog/view/theme/fortis/image/footer-bg-slice.png');
	background-repeat:repeat-x;
	clear: both;
	padding:0px 10px;
}
#footer {
	background: url('../image/footer-bg-plus.png') top center no-repeat;
	min-height: 100px;
	padding-top:0px;
	width:1200px;
	margin:0px auto;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
}
#footer .social_wrapper {
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}
#footer .social_wrapper a {
	width:40px;
	height:40px;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	background: url('../image/social/facebook.png') no-repeat;
}
#footer .social_wrapper a:hover {
	background-position:0px -40px;
}
#footer .social_wrapper .facebook {background: url('../image/social/facebook.png') no-repeat;}
#footer .social_wrapper .twitter {background: url('../image/social/twitter.png') no-repeat;}
#footer .social_wrapper .youtube {background: url('../image/social/youtube.png') no-repeat;}
#footer .social_wrapper .googleplus {background: url('../image/social/googleplus.png') no-repeat;}
#footer .social_wrapper .pinterest {background: url('../image/social/pinterest.png') no-repeat;}

#footer .main_content .left {
	
	width:690px;
	padding:5px 20px 0px 20px;
	float:left;
	border-radius: 2px;	
	min-height:140px;
	overflow:auto;
}
#footer .main_content .right {
	float:right;
	width:210px;
	padding:5px 20px 0px 20px;
	border-radius: 2px;	
	min-height:140px;
	color:#555555;
}

#footer .main_content .center {
	margin:0 auto;
	display:inline-block;
	text-align:center;
	float:none;
	vertical-align:top;
	width:1200px;
	min-height: 80px;
	margin-bottom:25px;
	min-width:160px;
	font-size:12px;
	color:#ffffff;
}
#footer .main_content .center a{
	text-align:center;
	color:#ffffff;
	font-size:12px;
}
#footer.lighten_footer_content_background .main_content .left, #footer.lighten_footer_content_background .main_content .right {
	background: url('../image/overlay_lighten.png') repeat;
}
#footer .main_content .right .telephone {
	font-size:14px;
	font-weight:bold;
	color:#a60404;
	display:block;
	margin-bottom:10px;
}
#footer h3 {
	margin-top: 0px;
	margin-bottom: 9px;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}
#footer .column {
	display:inline-block;
	float:none;
	vertical-align:top;
	width: 24%;
	min-height: 80px;
	margin-bottom:15px;
	min-width:160px;
}
#footer .column ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#footer .column ul li {
	margin-bottom: 2px;
}
#footer .column a {
	color:#fff;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 400;
}
#footer .column a:hover{
	color: #E06F3E;
}
#footer .column a h {
	color:#888;
}
#footer .bottom_line {
	clear:both;
	padding:20px 0px;
	overflow:auto;
}
#powered {
	float:left;
	display:block;
	font-size:11px;
	color:#555555;
}
#powered a {
	font-size:11px;
	color:#555555;
}
#footer_payment_icon {
	float:right;
	display:block;
}
/* Default banner module */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	
	max-width:100%;
}
/* Custom banner module */
.bannerot {
	text-align: center;
}
.bannerot img {
	
	display:block;
	max-width:100%;
}
/* Custom banner on home page */
#content.home .bannerot {
	margin-left:-20px;
	overflow: hidden;
}
#content.home .bannerot img {
	
	display:block;
	margin-left:20px;
	float:left;
}
/* Custom slideshow */
.r_slideshow-wrapper {
	z-index:0;
	
	position:relative;
}
.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.cycle-slideshow { 
	width: 100%;  
	margin: auto; 
	padding: 0; 
}
.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; background-color: #222; display: block;
}
.cycle-slideshow > div > a > img, .cycle-slideshow > div > img { 
    width: 100%;
    position: static;
    display: block;
}
.r_slideshow-wrapper .slide_arrow_prev {
	left:10px;
	/* rest of styling under .slide_arrow_prev */
}
.r_slideshow-wrapper .slide_arrow_next {
	right:10px;
	/* rest of styling under .slide_arrow_next */
}
.cycle-pager { 
    
	right:15px;
	position:absolute;
	z-index:101;
}
.cycle-pager span { 
    cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	margin-right:3px;
	background: url('../image/tab-pager-ring-lgray.png') no-repeat;
	text-indent:-9999px;
}
.cycle-pager span:hover, .cycle-pager span.cycle-pager-active:hover { 
    background-position:0px -60px;
}
.cycle-pager span.cycle-pager-active { 
	background-position:0px -30px;
}
.cycle-pager > * { 
	cursor: pointer;
}
.HomeMenu a {
    border-bottom: 1px dashed #545454;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}
iframe{
    overflow:hidden;
}
#dynamicminicart{
	position: fixed;
	top: 230px;
	max-width:300px;
}
#dynamicminicart .checkoutbuttons {
    clear: both;
    padding: 5px;
    text-align: right;
}
#dynamicminicart .checkoutbuttons a {
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: inline-block;
    font-size: 11px;
    margin-left: 3px;
    padding: 7px 12px;
}
#dynamicminicart .checkoutbuttons a:hover {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #000000;
}
#dynamicminicart .mini-cart-info{
	height:100%;
	max-height:400px;
	margin-bottom: 15px;
	overflow-y: auto;
	overflow-x: hidden;
}
/* Remove button */
.updatebutton {
	display:block;
	width:17px;
	float:right;
	height:17px;
	margin: 5px;
	background: url('../image/update.png') 0px 0px no-repeat;
}
.updatebutton:hover {
	cursor: pointer;
}
#loading {
	display:none;
	width:10px;
	float:right;
	height:10px;
	margin: 5px;
	background: url('../image/loading.gif') 0px 0px no-repeat;
}
.beian {
	cursor: pointer;
	align:center;
}
.article_content {margin-bottom: 30px;padding: 20px 30px 0 30px;}
.readall_box {position: relative;z-index: 9999;padding: 0 0 25px;margin-top: -200px;text-align: center;}
.readall_box .read_more_mask {height: 200px;background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))}
.read_more_btn{cursor:pointer;text-decoration:none;font-size: 14px;color: #de686d;background: #fff;border-radius: 4px;border-left: 1px solid #de686d;border-right: 1px solid #de686d;border-bottom: 1px solid #de686d;line-height: 25px;padding:5px 10px;}
.read_more_btn:hover{background:#de686d;color:#fff;text-decoration:none;}

/*ÏÂ¼ýÍ·*/
 
.read_more_btn .bottom {
width: 10px;
height: 10px;
position: relative;
left: -5px;
top: 5px;
z-index: 2;
margin: 0px 5px 0px 12px;
/*¼æÈÝie8-*/
}
 
.read_more_btn .bottom-arrow1,
.read_more_btn .bottom-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 5;
/*¼æÈÝie8-*/
border-bottom: 6px transparent dashed;
border-left: 6px transparent dashed;
border-right: 6px transparent dashed;
border-top: 6px white solid;
overflow: hidden;
}
 
.read_more_btn .bottom-arrow1 {
top: 1px;
/*ÖØÒª*/
border-top: 6px red solid;
}
 
.read_more_btn .bottom-arrow2 {
border-top: 6px white solid;
}

.map-box{
	width:1200px;
	margin:0 auto;
}
.map-box-heading{
	width:1200px;
	height:100%;
}
.map-box-content{
	width:1200px;
	height:100%;
	margin:0 auto;
}
.sto-map-left{
	width:380px;
	float:left;
	margin-bottom:30px !important;
}
.sto-map-search{
	width:350px;
}

.sto-map-search input{
	width:350px;
	height: 30px;
    line-height: 30px;
    border: 1px solid #8abeee;
    border-radius: 15px;
    font-size: 14px;
    color: #989898;
    text-indent: 10px;
}
.sto-map-info{
	width: 355px;
    height: 600px;
    margin-top: 10px;
    border: 1px solid #8abeee;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sto-map-right{
	width:800px;
	float:left;
	margin-bottom:30px !important;
}
.sto-map-detail{
	width:340px;
	margin:5px 0px 5px 10px;
	font-size: 14px;
    font-weight: 400;
    color: #464646;
    border-bottom:1px solid #8abeee;
}
.sto-map-detail:hover{
	color:#ffffff;
	background-color:#e06f3e;
}

.sto-search-div{
	width:355px;
	font-size: 14px;
    font-weight: 400;
    color: #464646;
	text-align:left;
	background:#eeeeee;
	position:absolute;
	z-index:9999;
	border:1px solid #8abeee;
}
.sto-search-div li{background:#FFF; text-align:left;}
.sto-search-div li.cls{text-align:right;}
.sto-search-div li a{display:block; padding:5px 6px; cursor:pointer; color:#464646;}
.sto-search-div li a:hover{background:#e06f3e; text-decoration:none; color:#ffffff;}

.one{
}
/*account*/
.account-box{
	background-color: #fff;
	margin-bottom: 15px !important;
}
.account-box-heading{
	width: 100%;
    height: 15px;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #464646 !important;
    line-height: 15px !important;
    background: none !important;
    padding: 20px 0 15px 0 !important;
    text-align: center;
}
.account-box-content{
	padding: 0 !important;
    padding-bottom: 7px !important;
}
.account-box-product-div{
	text-align: center;
    width: 100%;
    margin: auto;
    padding: 0 !important;
    border: none !important;
}
.account-box-product-div-span1{
	height: 25px;
    font-size: 25px;
    font-weight: 500;
    color: #464646;
    line-height: 25px;
    letter-spacing: 1px;
    -webkit-text-stroke: 2px #464646;
    text-stroke: 2px #464646;
    margin-bottom: 20px;
    display: inline-block
}
.account-box-product-div-span2{
	font-size: 11px;
    font-weight: 400;
    color: rgba(70, 70, 70, 0.8);
    line-height: 14px;
}
.account-box-product-div-a{
	width: 41px;
    height: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #464646;
    line-height: 12px;
    border-bottom: 0.5px solid #464646;
    margin-top: 15px;
    display: inline-block;
}
.account-box-content-ul-li,.account-box-content ul li{
    padding: 15px 10px 15px 20px !important;
    text-align: left;
}
.account-box-content-ul-li:hover,.account-box-content-ul-li-hover,.account-box-content ul li:hover{
	border-left: 3px solid #E06F3E;
	color: #E06F3E;
}
.account-box-content-ul-li-a,.account-box-content-ul-li a,.account-box-content ul li a{
	background: none !important;
    padding: 0 !important;
    font-size: 15px;
    font-weight: 400 !important;
	color: #464646 !important;
}
.account-box-content-ul-li:hover a,.account-box-content-ul-li-hover a,.account-box-content ul li:hover a{
	color: #E06F3E!important;
}
/*Account Details*/
.account-content{
	margin-left: 175px !important;
	padding: 20px !important;
	background-color: #fff;
	color: #464646;
}
.account-content h1{
	font-size: 16px !important;
    font-weight: 600 !important;
}
.account-content .input_field_half{
    margin-bottom: 30px !important;
    width: 291px !important;
}
.account-content .input_field_half b{
	color: #464646;
	display: block;
}
.account-content .input_field_half input[type=text],.account-content .input_field_half input[type=password]{
	border:none;
    border-bottom:1px solid #464646;
    border-radius: 0;
    outline: none;
    -webkit-appearance:none;
    font-size: 14px;
    width: 160px;
    padding:0;
}
.account-content .input_field_half input[type=text]:focus,.account-content .input_field_half input:hover,.account-content .input_field_half input[type=password]:focus{ 
	outline: none; 
	border:none;
	border-bottom:1px solid #E06F3E;
	-webkit-appearance:none;
}
.account-content .input_field_half input[type=radio]{
	width: 10px;
    height: 10px;
    border-radius: 5px;
	border: 1px solid #AAAAAA;
	background-color: #fff;
	margin:5px;
	padding:0;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	cursor:default;
	-webkit-appearance:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transition:background-color ease 0.1s;
	transition:background-color ease 0.1s;
}
.account-content .input_field_half input[type=radio]:last-child{
	margin-left: 78px;
}
.account-content .input_field_half input[type=radio]:checked {
    background: #E06F3E;
    border: 1px solid #E06F3E;
}
.account-content .right{
	position: relative;
    right: 355px;
    width: auto !important;
}
.account-content .purchase-right{
	position: unset;
    right: 355px;
    width: auto !important;
	padding: 7px;
}
.account-content .right input[type=submit],.account-content .right .button,.account-button-change{
	background: #fff !important;;
    border: 1px solid #E06F3E;
    border-radius: 15px !important;
    width: 70px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center !important;
    padding: 0 !important;
    color: #E06F3E !important;
    margin: 0 !important;
    margin-top: 15px !important;
    font-size: 14px !important;
}
.content-center{
	text-align: center;
	width: 100% !important;
}
.content-center .button{
	background: none;
    border: 1px solid #E06F3E;
    border-radius: 15px;
    width: 125px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    color: #E06F3E !important;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
}
.account-button-change:hover,.account-content input[type=submit]:hover,.account-button-hover,.content-center-button:hover{
	color: #fff !important;
	background: #E06F3E !important;
}
.account-button-deltel{
	background: #c6c7c7 !important;
    border: 1px solid #c6c7c7;
    border-radius: 15px !important;
    width: 70px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center !important;
    padding: 0 !important;
    color: #fff !important;
    margin: 0 0 0 24px !important;
    margin-top: 15px !important;
    font-size: 14px !important;
}
.account-button-deltel:hover{
	background: rgba(70, 70, 70, 0.5)!important;
}
.account-h2{
	font-size: 16px;
	font-weight: 600;
	color: #464646;
	line-height: 16px;
	margin-bottom: 30px;
}
.account-addr{
	width: 540px;
	min-height: 90px;
	border: 0.5px solid #464646;
	display: inline-block;
	padding: 10px;
}
.account-addr:hover,.account-addr:focus,.account-addr-focus,.account-content textarea:hover,.account-content textarea:focus{
	border: 0.5px solid #E06F3E;
}
.account-addr-buttons{
	width: 190px;
    height: 42px;
    display: inline-block;
    margin-left: -4px;
}
.account-content textarea{
	width: 700px;
	min-height: 90px;
	border: 0.5px solid #464646;
	display: inline-block;
	padding: 10px;
	margin-top: 10px;
}
.pagination-css{
	margin-bottom:25px;
}
.pdh-page{
	clear: both;
    width: 430px;
	margin:0 auto;
}
.pdh-page div{
	float:left;
}
.pdh-prepage a{
	width:135px;
	height:30px;
    background: url(../image/header/prePage.png) 0px 0px no-repeat;
    background-size: 135px 30px;
	display: block;
}
.pdh-prepage a:hover{
	width:135px;
	height:30px;
    background: url(../image/header/prePage_hover.png) 0px 0px no-repeat;
    background-size: 135px 30px;
}
.pdh-nextpage a{
	width:135px;
	height:30px;
    background: url(../image/header/nextPage.png) 0px 0px no-repeat;
    background-size: 135px 30px;	
	display: block;
}
.pdh-nextpage a:hover{
	width:135px;
	height:30px;
    background: url(../image/header/nextPage_hover.png) 0px 0px no-repeat;
    background-size: 135px 30px;	
}
.pdh-currentpage{
	width:75px;
	height:30px;
	border: 1px solid #ccc !important;
    border-radius: 15px !important;
	margin:0px 40px;
	background:#ffffff;
	line-height:30px;
	font-size: 14px;
	text-align: center;
}
.pdh-currentpage:hover{
	border: 1px solid #E06F3E !important;
    border-radius: 15px !important;
}

.vendor-manufacturer-description{
	font-size:13px;
	height:200px;
	overflow:auto;
	color: #464646;
}
.vendor-manufacturer-description::-webkit-scrollbar {
    width: 4px;     
    height: 4px;
}
.vendor-manufacturer-description::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.vendor-manufacturer-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.purchase-plan-new{
	float: right;
    width: 125px;
    height: 25px;
    background: #E06F3E;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border: 0;
    cursor:pointer;
	margin: 0px 10px 10px 0px;
}
.purchase-plan-download{
	float: right;
    width: 125px;
    height: 25px;
    background: #E06F3E;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border: 0;
    cursor:pointer;
	margin: 0px 10px 10px 0px;
}

.fav-add-to-cart{
	float: right;
    width: 125px;
    height: 25px;
    background: #E06F3E;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border: 0;
    cursor:pointer;
}
.fav-tab-buttons {
	width: 100%;
	height: 50px;
	background: #FEFFFF;
}
.fav-tab-buttons .tab-button {
	width: 196px;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight:600;
	color: #464646;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	border-right: 1px solid rgba(225, 117, 71, 0.3);
}
.fav-tab-buttons .tab-button.cur {
	border-bottom: 2px solid #E17547;
	color: #E17547;
}

.fav-tabs {
	width: 100%;
	height: 100%;
	margin: 20px auto;
}
.fav-tabs .tab-item {
	width: 100%;
	height: 100%;
	display: none
}
.fav-tabs .tab-item.active {
	display: block;
	overflow: visible;
}
.fav-tabs .tab-item .empty {
	font-size: 15px;
    font-weight: 400 !important;
    color: #464646 !important;
}
.fav-tabs .tab-item  .vendor-info{
	width: 480px;
	height: 200px;
	background: #FEFFFF;
	float:left;
	margin:5px;
}
.fav-tabs .tab-item  .vendor-left{
	width: 200px;
	height: 200px;
	margin:10px;
	float:left;
}
.fav-tabs .tab-item  .vendor-left img{
	width: 160px;
	height: 160px;
}
.fav-tabs .tab-item  .vendor-right {
	width: 260px;
	float:left;
	margin-top:60px;
}
.fav-tabs .tab-item  .vendor-right .vendor-name a{
	height: 18px;
	font-size: 18px;
	font-weight: 600;
	color: #464646;
	line-height: 18px;
	margin-bottom:30px;
	float:left;
	margin-right:10px;
	cursor: pointer;
	text-decoration: none;
}
.fav-tabs .tab-item  .vendor-right .vendor-name a:hover{
	color: #E17547;
	cursor: pointer;
	text-decoration: none;	
}
.fav-tabs .tab-item  .vendor-right .vendor-show{
	float: left;
	list-style: none;
    position: relative;
    text-decoration: none;
	z-index:999;
}

.fav-tabs .tab-item  .vendor-right .vendor-show .showbutton{
	float: left;
	display: block;
    width: 20px;
    height: 18px;
    background: url(../image/header/show_vendor_icon.png) 0px 9px no-repeat;
    background-size: 12px 8px;
}
.fav-tabs .tab-item .vendor-right .vendor-show:hover >.showbutton{
	display:block;
    background: url(../image/header/show_vendor_hover_icon.png) 0px 9px no-repeat;
    background-size: 12px 8px;
}

.fav-tabs .tab-item  .vendor-right .vendor-show ul{
            position: absolute;
            top: 20px;
            right: -100px;
            opacity: 0;
            background: #FFFFFF;
			border-radius: 15px;
			border: 1px solid #E06F3E;
            transition: opacity 500ms ease 1ms;
			height: 0;
        }
.fav-tabs .tab-item  .vendor-right .vendor-show:hover >ul{
            opacity: 1;
			height: 90px;
        }
.fav-tabs .tab-item  .vendor-right .vendor-show ul li{
            height: 0;
            overflow: hidden;
            padding: 0;
            transition: height 500ms ease 1ms;
            position: relative;
            width: 160px;
        }
.fav-tabs .tab-item  .vendor-right .vendor-show:hover >ul li{
            height: 20px;
            overflow: visible;
        }
.fav-tabs .tab-item  .vendor-right .vendor-show ul li a{
            text-align:left;
            font-size: 12px;
            font-weight: 600;	
			color: #464646;
			text-decoration: none;	
			height: 14px;
    		margin: 5px 0px 0px 5px;	
        }

.fav-tabs .tab-item  .vendor-right .vendor-show ul li:hover{
            color:#E06F3E;
        }
.fav-tabs .tab-item  .vendor-right .vendor-show ul li:hover >a{
            color:#E06F3E;
        }
.fav-tabs .tab-item  .vendor-right .vendor-show .first{
            height: 0px;
            font-size: 12px;
			font-weight:600;
			color: rgba(70, 70, 70, 0.5) !important;
        }      
.fav-tabs .tab-item  .vendor-right .vendor-show:hover >ul .first{
            height: 20px;
			margin:5px 0px 0px 5px;
            overflow: visible;
}

.fav-tabs .tab-item  .vendor-right .vendor-total{
	width: 260px;
	height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #464646;
	line-height: 20px;
	margin-bottom:10px;
	clear:both;
}
.fav-tabs .tab-item  .vendor-right .vendor-total label{
	margin-right:20px;
}

.fav-add-vendor{
	float: right;
	display: block;
    width: 125px;
    height: 25px;
    background: url(../image/header/btn_addtofavourite_normal.png) 0px 0px no-repeat;
    background-size: 125px 25px;
}
.fav-add-vendor:hover{
	display:block;
	cursor:pointer;
    background: url(../image/header/btn_addtofavourite_hover.png) 0px 0px no-repeat;
    background-size: 125px 25px;
}
.hiding {
  margin-left:-100%;
  opacity:0.5;
}

.hidden {
  display:none;
}
