	
body {
	--body-color:#333333;
	--background-color:#FFF;
	--border-color:#EAEAEA;
}
body.black {
	--body-color:#F0F0F0;
	--background-color:#222;
	--border-color:#777;
	}

body {
	
	--body-font-family:Helvetica;
	--body-font-category:sans-serif;
	--body-font-size:medium;
	
	--body-link-color:var(--body-color);
	--body-link-hover-color:var(--body-color);
	--body-link-underline:none;
	
	--body-price-color:green;
	
	--brand-color:var(--body-color);
	
	--menu-color:var(--body-color);
	--menu-link-color:var(--body-color);
	--menu-link-hover-color:var(--body-color);
	--menu-link-underline:none;
	--menu-background-color:var(--background-color);
	
	--header-color:var(--body-color);
	--header-link-color:var(--body-color);
	--header-link-hover-color:var(--body-color);
	--header-link-underline:none;
	--header-background-color:var(--background-color);
	
	--footer-color:var(--body-color);
	--footer-link-color:var(--body-color);
	--footer-link-hover-color:var(--body-color);
	--footer-background-color:var(--background-color);
	
	--secondary-font-family:Helvetica,sans-serif;
	--secondary-font-size:inherit;

	--button-color:var(--body-color);
	--button-background-color:var(--background-color);
	--button-hover-color:var(--body-color);
	--button-background-hover-color:var(--background-color);
	--button-border-color:var(--border-color);
	--button-border-radius:.3em;
	
	--image-sm:80px;
	--image-md:250px;
	--image-lg:500px;
	
	--padding: 27px;
	line-height:1.2;
}


body {
	padding:0;
	margin:0;
	overflow-x:hidden;
	color:var(--body-color);
	background-color:var(--background-color);
	font-family:var(--body-font-family,--body-font-category);
	font-size:var(--body-font-size);
	}


code {
	font-family: monospace; 
	}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	color:var(--body-color);
	text-decoration:none;
}
h1 {
	font-weight:normal;
	}
h1 .link-edit img {
	opacity:.5;
	filter: grayscale(100%);
	margin:1px;
	}
h1 .link-edit:hover img {
	opacity:1;
	filter: grayscale(0%);
	}

h3 span {
	font-weight:normal;
	font-size:smaller;
	}


a {
	color:var(--body-link-color);
	text-decoration:var(--body-link-underline),none;
	}
a:hover {
	color:var(--body-link-hover-color);
	}
acronym {
	cursor:help;
	}
hr {
	border:none;
	margin:1.5em 0;
	clear:both;
	}
a img {
	border:none;
	}
/*
a.highlight-edit.primary {
	overflow:hidden;
	display:inline-block;
	border-radius:20px !important;
	line-height:30px;
	padding:5px 15px 5px 40px;
	margin:0px 0px 0px 0 !important;
	position:absolute;
	right:20px;
	border:1px solid var(--border-color) !important;
	}
a.highlight-edit.primary:after {
	content:'<';
	color:var(--body-color);
	width:18px;
	height:6px;
	line-height:5px;
	border:1px solid var(--body-alt-color);
	display:inline-block;
	text-indent:-7px;
	font-size:16px;
	position:absolute;
	left:11px;
	top:14px;
	font-weight:300;
	transform:rotate(-45deg)
	}
*/
hr,
.links-login,
.links-path, 
#content, 
#base,
.layout-gridview,
.subsection-product .heading-more,
#content .form-standard fieldset, 
#content .form-admin fieldset ,
.links-page, 
.products-more {
	border-color:var(--border-color); 
	}



.normal {
	font-weight:normal;
	}
.light {
	font-weight:light;
	}
.smaller {
	font-size:smaller;
	}
.category-description,
.product-description,
.product-summary,
#content p {
	}
.product-description {
	width:840px;
	max-width:95%;
	}



.comments-comment {
	max-width:840px;
	}
.section-about #content p,
.section-about #content ul {
	}



#header {
	color:var(--header-color);
	background-color:var(--header-background-color);
}
#header a {
	color:var(--header-link-color);
	text-decoration:var(--header-link-underline);
}
#header a:hover {
	color:var(--header-link-hover-color);
}

#brand {
	clear:both;
	width:auto;
	color:var(--brand-color);
	}
#brand_logo {
	display:block;
	text-align:center;
	text-decoration:none;
	background:var(--brand-background-color);
	}	
#brand:not(.img) #brand_logo {
	line-height:1.2;
	padding:.2em 0 0 0;
	color:var(--brand-color);
	}
#brand:not(.img) #brand_logo * {
	color:var(--brand-color);
	}
#brand_logo .brand-tag {
	display:block;
	padding:0;
	text-align:center;
	font-size:small;
	line-height:1;
	margin-top:-4px;
	padding-bottom:8px;
	}
#brand_logo .brand-tag span {
	white-space:nowrap;
	}

#brand_logo .logo {
	display:inline-block;
	font-size:35px;
	}
#brand_logo .xx-large {	font-size:35px;	padding:0px 0 0 0; }
#brand_logo .x-large {	font-size:35px;	padding:0px 0 0 0;}
#brand_logo .large {	font-size:35px;	padding:0px 0 0 0;}
#brand_logo .medium {	font-size:35px;	padding:0px 0 0 0;}
#brand_logo .small {	font-size:32px;	padding:0px 0 0 0;}
#brand_logo .x-small {	font-size:28px;	padding:0px 0 0 0;}
#brand_logo .xx-small {	font-size:24px;	padding:0px 0 0 0;}

#brand_logo img {
	width:auto;
	height:auto;
	}

#brand_links {
	text-align:center;
	padding:14px 0 0 0;
	position:relative;
	z-index:106;
	box-sizing:border-box;
	}
#brand_links a {
	padding:0px 1em;
	text-decoration:var(--header-link-underline);
	}	
#brand_link_order,
#brand_link_wishlist,
#brand_link_profile {
	display:inline-block;
	overflow:visible;
	position:relative;
	z-index:3;
	width:58px;
	height:16px;
	padding:28px 0 0 0 !important;
	background-position: 50% 0;
	background-size: 22px auto ;
	background-repeat: no-repeat;
	font-size:10px;
	vertical-align:middle;
	overflow:visible;
	margin:0 8px;
	}
	
	
#brand_link_profile {
	background-image: url(/themes/img/header-account.png);
	background-size: auto 24px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin:0 6px;
	}
	.black #brand_link_profile {
		background-image: url(/themes/img/header-account-black.png?1);
	}
#brand_link_order {
	background-image: url(/themes/img/header-order.png);
	background-position: 50% 0%;
	background-size: 22px auto ;
	background-repeat: no-repeat;
	}
	.black #brand_link_order {
		background-image: url(/themes/img/header-order-black.png?111);
	}
#brand_link_wishlist {
	background-image: url(/themes/img/header-wishlist.png);
	background-position: 50% 10%;
	background-size: 25px auto ;
	background-repeat: no-repeat;
	}
	.black #brand_link_wishlist {
		background:url(/themes/img/header-wishlist-black.png?1) 50% 10% no-repeat;
	}
#brand_links sup {
	font-size:10px !important;
	min-width:10px;
	min-height:10px;
	text-align:center;
	line-height:13px;
	border-radius:18px;
	padding:1px 3px 1px 3px;
	font-family:sans-serif;
	position:absolute;
	}
#brand_link_order sup {
	display:none;
	z-index:2;
	top:-3px;
	right:11px;
	font-weight:bold;
	background:red;
	color:white;
	}
.cart-full #brand_links #brand_link_order sup {
	display:inline-block;
	}

#brand_link_wishlist sup {
	display:none;
	background:#A000D7;
	color:white;
	display:none;
	z-index:2;
	top:-3px;
	right:6px;
	}
.wishlist-full #brand_links #brand_link_wishlist sup {
	display:inline-block;
	}

.cart-full #brand_links {
	margin-right:35px;
	}
.cart-full #brand_links #brand_link_order {
	position:fixed;
	border-radius:5px;
	}






#brand .form-search {
	text-align:center;
	vertical-align:middle;
	padding:16px 0 5px 0;
	}
#search_filters {
	position:absolute;
	z-index:9;
	top:2px;
	width:33%;
	right:140px;
	}
#search_filters select {
	width:80%;
	border:none;
	border-radius:none;
	appearance:none;
	-webkit-appearance:none;
	background:none;
	border-left:1px solid var(--border-color);
	padding:1px 0 1px 6px;
	}
#search_filters .filters-close {
	float:right;
	margin:0 0 -20px -10px;
	cursor:pointer;
	}	
	
	






#brand_links ul {
	list-style:none;
	padding:0;
	margin:0;
	}
#brand_links .box-info {
	min-width:190px;
	padding-left:11px;
	padding-right:11px;
	margin-top:5px;
	}
#brand_links #box_account.box-info {
	}
#brand_links #box_order.box-info,
#brand_links #box_wish.box-info {
	position:absolute;
	margin:0px;
	width:480px;
	min-height:80px;
	right:20px;
	z-index:92;
	}
#brand_links #box_order.box-info:before {
	margin-left:160px;
	}
#brand_links #box_wish.box-info:before {
	margin-left:80px;
	}
#brand_links #box_order.box-info ul,
#brand_links #box_wish.box-info ul {
	list-style:none;
	padding:0 0 2em 0;
	margin:0;
	max-height:60vh;
	overflow-x:hidden;
	overflow-y:auto;
	}
#brand_links .box-info * {
	line-height:1.3em;
	}
#brand_links .links-wish.total-0,
#brand_links .links-order.total-0 {
	font-size:small
	}
#brand_links #box_account.box-info ul a {
	padding:.7em 1.2em;
	text-decoration:none;
	display:block;
	}
#brand_links #box_wish.box-info ul li,
#brand_links #box_order.box-info ul li {
	padding:.1em .3em .1em 0;
	margin:.1em 0;
	display:grid;
	width:auto;
	float:none;
	text-align:left;
	clear:both;
	grid-template-columns:35px 1fr 3em 80px 40px;
	vertical-align:top;
	}
#brand_links #box_wish.box-info ul li {
	grid-template-columns:35px 1fr 1px 80px 40px;
	}
#brand_links .box-info ul *  {
	vertical-align:middle;
	}
#brand_links .box-info ul .text-qty  {
	display:inline;
	width:auto;
	height:1.4em;
	text-align:center;
	}
#brand_links .box-info ul .product-image {
	padding:0;
	display:block;
	text-align:center;
	}
#brand_links .box-info ul .product-image img {
	width:auto;
	height:auto;
	max-width:35px;
	max-height:40px;
	}
#brand_links .box-info ul .product-name {
	margin:0px 5px 0px 0;
	text-align:left;
	}
#brand_links .box-info ul li > .highlight-price {
	text-align:right;
	margin:0 5px;
	}
#brand_links .box-info .bid-status {
	font-size:x-small;
	}
#brand_links .box-info .bid-status.leading {
	color:var(--ok-color);
	}
#brand_links .box-info .bid-status.outbid {
	color:var(--alert-color);
	}
#brand_links .box-info h3 {
	margin-bottom:0;
	font-weight:bold;
	font-size:var(--body-font-size);
	}
#brand_links .box-info h3 .listing-total {
	font-size:small;
	}
#brand_links .box-info .links-listing {
	}

#brand_links .box-info .links-cart-checkout {
	margin:1.5em .5em 1em .5em;
	text-align:center;
	}
#brand_links .box-info .link-order,
#brand_links .box-info .link-purchase {
	margin:.2em .3em;
	padding:.5em .4em;
	border:1px solid var(--button-border-color);
	border-radius:var(--button-border-radius);
	background:var(--background-color);
	display:inline-block;
	font-size:1em;
	position:static;
	width:40%;
	}
#brand_links .box-info .order-total,
#brand_links .box-info .wish-total {
	display:none;
	}
#brand_links .box-info .order-subtotal {
	padding-right:45px;
	text-align:right
	}
	



.form-search #keywords {
	width:70%;
	min-width:120px;
	max-width:550px;
	line-height:24px;
	font-size:16px;
	vertical-align:top;
	-webkit-appearance:none;
	text-indent:0;
	padding: 1px 39px 1px 12px;
	margin-right:0px;
	border-radius:23px;
	display:inline-block;
	border: 1px solid var(--border-color);
	outline-offset:-2px;
	}
.browser-firefox .form-search #keywords,
.browser-chrome .form-search #keywords {
	outline:none;
	}
.browser-firefox .form-search #keywords:focus,
.browser-chrome .form-search #keywords:focus {
	box-shadow:0px 0px 3px dodgerblue;
	border: 1px solid dodgerblue;
	}
.form-search label {
	display:none;
	}
#keywords::placeholder {
	color:var(--body-color);
	opacity:.6;
}
#keywords:focus {
	color:var(--body-color);
	background-color:var(--background-color);
	border: 1px solid dodgerblue;
    opacity:1;
	}

#brand .button-search {
	vertical-align:top;
	font-size:1px;
	width:38px;
	height:30px;
	margin-top:1px;
	opacity:.5;
	margin-left:-45px;
	border:none;
	background: url(/img/icon/search.png) 50% 50% no-repeat;
	background-size:14px 14px;
	border-radius:0 23px 23px 0;
	outline:none;
	display:inline-block;
	color:transparent;
	cursor:pointer;
	position:relative;
	z-index:1;
	}
	.black .button-search {
		background: url(/img/black/icon/search.png) 50% 50% no-repeat;
	}
	.browser-firefox #brand .button-search,
	.browser-chrome #brand .button-search {
		top:1px;
	}
#brand .button-search:hover,
#brand .button-search:active {
	opacity:1;
	}
	
	
	
	
	

#content {
	margin:0 auto;
	background-color:var(--background-color);
	color:var(--body-color);
	}
#content-padding {
	margin:auto;
	padding:1px var(--padding) var(--padding) var(--padding);
	text-align:left;
	height:100%;
	min-height:40vh;
	}








#page-purchase .form-address {
	border-top:1px solid var(--border-color);
	padding:.8em;
	margin-left:-0.8em;
	max-width:91%;
	}
#page-purchase .form-address legend {
	display:none;
	}
#page-purchase .form-standard .box-edit {
	border:1px dashed red !important;
	background:rgba(255,148,130,.1) !important;
	padding:.4em;
	}
#page-purchase .form-standard .box-edit legend {
	padding:.4em;
	}
#page-purchase .form-address .box-action {
	margin:0;
	}
#page-purchase .message-info {
	display:none;
	}
#page-payment .message-info {
	display:none;
	}
#page-payment .group-1 {
	float:right;
	margin-right:10%;
	}
#page-payment .group-2 {
	float:left;
	margin:0;
	}

#page-payment .group-2>div {
	padding:0 0 1em 0;
	max-width:440px;
	}
#page-payment .gateway-13 .gateway-logo {
	float:right;
	width:110px;
	height:auto;
	margin:-112px -81px 0 47px;
	background:url(/img/gateway/stripe-black.png) right 10% no-repeat;
	background-size:100% auto;
	opacity:.6;
	position:absolute;
	}
#page-payment .gateway-13 .gateway-logo img {
	opacity:0;
	}
#page-payment .gateway-13 .gateway-logo:hover {
	transition: all .2s ease;
	opacity:1;
	}
#page-payment .group-2 form .submit {
	font-size:large;
	}












.links-path {
	padding:0 27px;
	font-size:smaller;
	display:none;
	line-height:1.2em;
	border-bottom:1px dotted var(--border-color);
	}
.links-path * {
	vertical-align:middle;
	}
.links-path a {
	padding:3px 6px;
	text-decoration:none;
	opacity:0.8;
	display:inline-block;
	color:var(--header-link-color);
	}
.links-path a:hover {
	opacity:1;
	}
.links-path .path-arrow  {
	background:none;
	color:var(--border-color) !important;
	transform:scale(1,2);
	padding:0px;
	top:0;
	position:relative;
	display:inline-block;
	-webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
	} 
.links-path .path-current,
.links-path .path-product {
	opacity:0.4;
	display:none;
	}
.links-path .link-home a {
	background:url(/themes/2/path-home.png) 40% 30% no-repeat;
	overflow:hidden;
	color:transparent;
	width:15px;
	white-space:nowrap;
	}
.section-shop .links-path,
.section-purchase .links-path,
.section-admin .links-path,
.subsection-product .links-path {
	display:block;
	}
#page-shop .links-path,
#page-home .links-path,
.section-login .links-path,
.section-account .links-path {
	display:none;
	}
	
	
	
.msg-sm {
	font-weight:bold;
	border:1px solid var(--border-color);
	border-radius:var(--button-border-radius);
	}
	
	

#content .button-addtowishlist {
	appearance:none;
	-webkit-appearance:none;
	background:url(/themes/2/icon-heart.png) 5% 50% no-repeat;
	min-height:2.3em;
	display:inline-block;
	border:1px solid transparent;
	border-radius:var(--button-border-radius);
	margin:0;
	padding:0 1em;
	color:var(--body-color);
	background-image:url(/themes/2/icon-heart.png);
	background-position:1em 45%;
	background-repeat:no-repeat;
	background-size:13px auto !important;
	text-indent:1.5em;
	font-size:small;
	}
#content .layout-gridview .button-addtowishlist {
	margin:0 10px;
	}
#content .button-addtowishlist.current {
	background-image:url(/themes/2/icon-heart-full.png);
	margin:0;
	}
	



.products .product,
.subsection-product .product.primary {
	position:relative;
	}
.subsection-product p.highlight-ok {
	display:inline-block;
	}
.subsection-product .product-attributes dt {
	text-align:right;
	padding-right:4px;
	}
.products .product .form-addtocart {width:100%;}
.products .form-addtocart .row-qty {display:inline;}
.products .form-addtocart .row-qty input {text-align:center;}
.product.primary .form-addtocart {min-width:0;max-width:100%;}


	
.layout-listview .form-addtocart .row-buttons,
.layout-listview .form-addtocart .row-buynow {	
	display:block;
	}


.row-notes {
	max-height:0;
	overflow:hidden;
	}
.row-notes textarea {
	width:66%;
	max-width:300px;
	min-height:40px;
	margin-right:9px;
	}
.incart .row-notes {
	margin:.5em 0;
	max-height:200px;
	overflow:visible;
	}









#menu {
	background:var(--menu-background-color);
	color:var(--menu-color);
	} 
#menu ul a {
	color:var(--menu-link-color);
	text-decoration:var(--menu-link-underline, none);
	} 
#menu ul a:hover {
	color:var(--menu-link-hover-color);
	text-decoration:var(--menu-link-underline, none);
	} 






#footer {
	padding:var(--padding);
	font-size:smaller;
	text-align:center;
	color:var(--footer-color);
	background-color:var(--footer-background-color);
	border-top:1px solid var(--border-color);
	}
#footer * {
	display:inline;
	margin:0;
	list-style:none;
	}
#footer a {
	padding:5px;
	text-decoration:none;
	color:var(--footer-link-color);
	}
#footer a:hover {
	color:var(--footer-link-hover-color);
	}




	


form.form-standard fieldset,
form.form-admin fieldset {
	background:none;
	border:none;
	padding:0;
	margin:0;
	}
form.form-standard fieldset + fieldset,
form.form-admin fieldset + fieldset {
	margin:.5em 0 0 0;
	}
.form-admin fieldset.variation-basic,
.form-admin fieldset.variation-price { 
	border: none;
	padding:0px 0 10px 0; 
	background:none;
	}

	
.box-action {
	background:none;
	border:none;
	padding:0;
	margin:1em 0 2em 0;
	}
.box-action:hover  {
	background:none;
	}
	
	


#content sup {
	font-size:x-small;
	}
.row-authentication {
	display:none;
	}
.products-related {
	padding:10px 27px 25px 27px;
	}

.next-previous {
	display:inline;
	color:var(--body-color);
	border-radius:2px;
	padding:2px 5px;
	border:1px solid var(--border-color); 
	font-weight:300;
	font-family:monospace;
	font-size:smaller;
}
.next-previous:hover {
	color:var(--body-link-hover-color);
	border-color:var(--border-color); 
}
.next-previous:focus,
.next-previous:active {
	box-shadow: inset 0px 12px 14px var(--border-color);
}

.product .product-name {
	text-decoration:none;
	}
span.product-note {
	font-style:italic;
	background:lightyellow;
	}



/* LISTVIEW */

.layout-listview {
	margin:0;
	}

.layout-listview .form-addtocart div {
	display:inline;
	}

.form-addtocart {
	clear:both;
	}
.product.incart .form-addtocart .highlight-remove {
	position:relative;
	}
.product.incart .form-addtocart .highlight-remove:after {
	content: '✓';
	color:var(--ok-color);
	position:absolute;
	right:-20px;
	}
.form-addtocart .row-qty * {
	vertical-align:middle;
	}
.products .row-qty label {
	display:none;
	}


/* GRIDVIEW */

.layout-gridview {
	display:grid;
	}
.layout-gridview {
	grid-template-columns: repeat(auto-fill, minmax(var(--image-sm), 1fr));
	grid-gap:15px 5px;
	}

.layout-gridview .product {
	float:none !important;
	height:auto !important;
	width:auto !important;
	padding:0;
	text-align:center;
	}




/* GRIDS */

@media only screen and (min-width: 850px) {

	#brand {
		display:grid;
		grid-template-columns:1fr 1fr 1fr;
		border-bottom:1px solid var(--border-color);
	}
	#content .layout-listview {
	  	display:grid !important;
	  	grid-gap:20px 40px;
  		grid-template-columns: auto auto !important;
  	}
	#content .layout-listview .product {
		width:auto;
	}
	#content .layout-listview .product-image {
		margin-right:10px
	}
	
	.layout-listview .form-addtocart {
		padding:10px 0 25px 80px;
	}
}
	

.layout-gridview.thumbs-sm .product {
	text-align:center;
	}



/* PRODUCT IMAGE - GRID */

.layout-gridview .product-image {
	height:auto;
	width:auto;
	margin:auto;
	padding:0 0px 3px 0;
	display:table;
	text-align:center;
	vertical-align:middle;
	}
.layout-gridview .product-image a {
	height:auto;
	width:100%;
	margin:auto;
	padding:0;
	display:table;
	text-align:center;
	vertical-align:middle;
	}
.layout-gridview .product-image a img {
	vertical-align:middle;
	}
.layout-gridview .product-image * {
	float:none;
	margin:auto;
	}


/* PRODUCT IMAGE - LIST */

.layout-listview .product-image {
	width:var(--image-sm);
	min-width:var(--image-sm);
	min-height:var(--image-sm);
	box-sizing:border-box;
	}
.layout-listview.thumbs-md .product-image {
	width:var(--image-md);
	min-width:var(--image-md);
	min-height:var(--image-md);
	text-align:center;
	}
.layout-listview .product-image a {
	display:block;
	text-align:center;
	}


.layout-gridview .product-price del {
	font-size:smaller;
	text-align:left;
	text-decoration:none;
	padding-right:2px;
	line-height:100%;
	}



#page-search .layout-listview .product-name,
.subsection-category .layout-listview .product-name {
	text-decoration:none;
	font-size:1.2em;
	line-height:1.2;
	font-weight:600;
	}
.layout-listview .highlight-price {
	font-size:1.2em;
	float:none;
	padding:.4em 0 0 0;
	margin:0;
	display:inline-block;
	}
.layout-listview .highlight-currency {
	display:none;
	}



	
.product-seealloptions  {
	display:none;
	}
	
.layout-listview .product-category a {
	padding:.3em 0;
	text-decoration:none;
	}
.layout-listview .product-category {
	padding:.3em 0 0 0;
	}
.layout-listview .product-category-arrow {
	color:var(--border-color);
	font-weight:normal;
	font-size:1.2em;
	}
.subsection-category .products .product-category a.link-category {
	color:var(--body-color);
	}
.subsection-category .products .product-category a:hover {
	color:var(--body-link-color);
	}
.layout-gridview .product-category {
	display:none;
	}


.products .highlight-price del {
	font-size:small;
	color:red;
	}

.products h2 {
	margin:1em 0;
	}

.products h2 a {
	text-decoration:none;
	color:var(--body-color);
	}
.products-more a {
	padding:.3em 1em;
	background:var(--background-color);
	border:1px solid var(--border-color);
	border-radius:5px;
	text-decoration:none;
	}
.products-more a:hover {
	border:1px solid var(--border-color);
	box-shadow:0px 0px 3px #AAA;
	}








@media only screen and (min-width: 850px) {
	.subsection-category h1 {
		margin:.5em 360px .5em auto;
		}
	.products-layout {
		margin:-50px 0 20px 0;
	}
}


	
.products-family .submit {
	margin-right:2em;
	}
.products-family .incart .submit {
	margin-right:.2em;
	}	
	
	

.products-layout select:active,
.products-layout option:focus,
.products-layout label:hover,
.products-layout a:hover,
.products-layout select:hover {
	color:var(--body-color);
	}
	.products .products-layout {
		padding:8px 0px 7px 0px;
		}
	.gridview .products-layout {
		margin:0 !important;
		}

.products-layout .current {
	cursor:default;
	}
form#form_sortby {
	text-align:right;
	}
form#form_sortby div {
	padding-left:1em;
	display:inline;
	}






.links-layout-view img ,
.links-layout-thumbs img {
 	display:none;
	}
.links-layout-view {
	}
.links-layout-view a {
	font-size:12px;
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid var(--border-color);
	margin:5px 0 0 -2px !important;
	vertical-align:bottom;
	}

.products-layout .link-layout-gridview   {
	display:inline-block;
	background-color:var(--background-color);
	border-right:none;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	} 
.products-layout .link-layout-listview {
	display:inline-block;
	background-color:var(--background-color);
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	}  
.links-layout-view a.current,
.links-layout-thumbs a.current {
 	background-color:var(--background-shadow-color);
 	box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
	}
	
	
.text-displaying {
	float:left;
	display:inline-block;
	padding-top:3px;
	max-width:70%;
	text-align:left;
	}

.links-page { 
	margin: 2em 0 3em 0; 	
	line-height:3.5em;
	}
.links-page ul li { 
	margin: 0; 	
	padding:4px 4px;
	display:inline;
	
	}
.links-page ul li a { 
	padding:9px 13px;
	border:1px solid var(--border-color);
	background-color:var(--background-color);
	text-decoration:none;
	color:var(--body-color);
	border-radius:3px;
	border-color:var(--border-color);
	border-top-color:var(--border-color);
	border-left-color:var(--border-color);
	background:var(--background-color);
	border-bottom:1px solid var(--border-color);
	border-right:1px solid var(--border-color);
	
	}
.links-page ul li a:hover { 
	background-color:var(--background-color);
	border:1px solid var(--border-color);
	background:var(--background-color);
	box-shadow:0 0 3px var(--border-color);
	color:var(--body-color);
	}
.links-page ul li a:active { 
	background:var(--border-color);
	box-shadow: inset 0 5px 7px rgba(0,0,0,.1);
	border-bottom-color:var(--border-color);
	border-right-color:var(--border-color);
	}
.links-page .page-previous a,
.links-page .page-next a { 
	}
.links-page li.current strong {
	color:var(--body-color);
}

.layout-gridview .price-hyphen, 
.layout-gridview .price-variation {
	font-size:.8em;
	display:none;
	}






#content .form-admin .table-data select { 
	width:90%;
	font-size:medium;
	margin:4px 0;
	}
#content .form-admin .table-data input.text,
#content .form-admin .table-data textarea.textarea { 
	width:94%;
	padding:1px 0 1px 3px;
	margin:0;
	min-height:1.8em;
	line-height:1.8em;
	display:block;
	border-radius:0;
	transition:none;
	border:none;
	box-shadow:none;
	}
#content .form-admin .table-data textarea.textarea { 
	min-height:2.8em;
	}

#content .form-admin .table-data td {
	padding:0;
	min-height:1.8em;
	vertical-align:middle;
	}



#content .form-admin .table-data input.text-name { 
	width:94%;
	}

#content .table-data ,
#content .table-data th,
#content .table-data tr td {
	border:none;
	border-collapse:collapse;
	}
#content .table-data th {
	border:none;
	background:none;
	font-weight:bold;
	padding:4px 4px;
	white-space:nowrap;
	background:none;
	border-top:1px solid rgba(0,0,0,.07);
	border-bottom:1px solid rgba(0,0,0,.07);
	}
#content .table-data .endrow td {
	background:var(--background-color);
	border-bottom:1px solid rgba(0,0,0,.07);
	}
	/*
#page-order .table-data .row-alternate {
	background:none;
	border:none;
	}
#page-order .table-data .row-alternate td {
	background:none;
	border-top:1px solid rgba(0,0,0,.07);
	border-bottom:1px solid rgba(0,0,0,.07);
	}
#page-order .table-data td .product-image {
	width:var(--image-sm);
	height:auto;
	max-width:80px;
	max-height:120px;
	margin-right:16px;
	text-align:center;
	}
#page-order .table-data td .product-image img {
	width:auto;
	height:auto;
	max-width:var(--image-sm);
	max-height:120px;
	margin:auto;
	}
#page-order .table-data .td-action {
	text-align:center;
	}
#page-order .table-data .td-action a {
	white-space:nowrap;
	margin:auto;
	margin:0px auto 5px auto;
	text-decoration:none;
	display:block;
	}
#page-order .table-data .td-action a:hover {
	text-decoration:underline;
	}
#page-order .table-data .td-action .highlight-delete {
	color:transparent;
	display:block;
	text-indent:-10px;
	font-size:1px;
	width:9px;
	height:9px;
	margin:2px auto 5px auto;
	border-radius:19px;
	box-shadow:0px 2px 5px rgba(0,0,0,.2);
	border:10px solid var(--background-color);
	clear:both;
	background:url(/themes/2/x.png) 51% 50% no-repeat;
	}
#page-order .table-data .td-action .highlight-delete:hover {
	box-shadow:0px 2px 7px rgba(0,0,0,.3);
	width:11px;
	height:11px;
	margin:1px auto 4px auto;
	}
#page-order .table-data .product-name {
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	}
#page-order .table-data .product-name:hover {
	text-decoration:underline;
	}
*/

#page-order .table-data .td-action a {
	white-space:nowrap;
	margin:auto;
	margin:0px auto 0px auto;
	text-decoration:none;
	display:block;
	}

#page-order .table-data td .product-image {
	width:calc(var(--image-sm)/2);
	height:auto;
	margin-right:16px;
	text-align:center;
	}
#page-order .table-data td .product-image img {
	width:auto;
	height:auto;
	max-width:calc(var(--image-sm)/2);
	margin:auto;
	}

dl {
	clear:both;
	}
dl dt {
	width:100px;
	float:left;
	}
.highlight-gst {
	color:gray;
	}

.highlight-remove,
a.highlight-remove:visited,
a.highlight-remove:hover {
	color:red;
	background:none;
	border-radius:9px;
	padding:0 4px;
	display:inline;
	cursor:pointer;
	}
#row_authentication {
	display:none;
	}

.highlight-price {
	color:var(--body-price-color);
	}
.currency-1.section-shop .highlight-currency {
	display:none;
	}
.highlight-currency {
	font-size:small;
	color:var(--border-color);
	display:inline-block;
	padding:0 4px;
	}

.box-close {
	font-size:20px;
	}
small,
.highlight-note,
.wide,
.x-wide,
.xx-wide {
	font-family:sans-serif; 
	}

.form-standard .row,
.form-standard fieldset > div,
.form-standard .row-optional,
.form-standard .row-required {
	min-height:1.5em;
	padding:0;
	line-height:1.5em;
	padding:1px 0;
	clear:both;
	}






.form-standard .row-required.ok label {
	opacity:0.5;
	}
.form-standard .row-required.ok:hover label,
.form-standard .row-required.ok input:focus {
	opacity:1 !important;
	}

.form-standard .row .highlight-note {
	font-size:small;
	line-height:1.1em;
	}

#text-contactdetails {
	margin-bottom:2em;
	}

.clear {
	clear:both;
	display:block;
	height:1px;
	font-size:1px;
	}



#page-payment .group-1 {
	width:292px;
	}
#page-payment .group-1 .row-qty {
	display:none;
	}
.row-authentication {
	display:none;
	}




#page-login .message-info {
	margin:3em 32% 1em 18%;
	clear:both;
	font-size:80%;
	min-width:180px;
	}
#page-login .message-info a {
	white-space:nowrap;
	}

	


/* TEXT INPUTS */

form .password,
form .text,
form .textarea {
	-webkit-appearance:none;
	padding-left:4px;
	margin-bottom:4px;
	min-height:1.6em;
	line-height:1.6em;
	border-radius:4px;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,.05);
	border:1px solid var(--border-color) !important;
	font-size:medium;
	}

.row-required.ok .password,
.row-required.ok .text {
	box-shadow:none;
	border-color:transparent;
	}

.form-standard .row .textarea {
	margin-bottom:10px;
	}
.form-standard input.text,
.form-standard input.password,
.form-standard textarea.textarea,
.form-standard textarea,
.form-admin input.text,
.form-admin input.password,
.form-admin textarea.textarea,
.form-admin textarea {
	outline-offset:-2px;
	border:1px solid var(--border-color);
	}
	
.form-standard input.text:focus,
.form-standard input.password:focus,
.form-standard textarea.textarea:focus,
.form-admin input.text:focus,
.form-admin input.password:focus,
.form-admin textarea.textarea:focus {
	box-shadow:0px 0px 3px dodgerblue;
	border: 1px solid dodgerblue;
	}


#content .form-standard .textarea:focus {
	opacity:1; 
}

.section-account .form-standard .text::placeholder,
.section-admin .form-admin .text::placeholder {
	color:var(--border-color);
	}
	
/* END */



#content .row-required.error label {
	font-weight:normal;
	}



	



#page-payment .group-1 table {
	margin-left:25px;
	}
	
	


/* SITEMAP PAGE */

#page-shop .expander {
	padding:.2em 1em .2em 3em !important;
	margin:-.2em 0;
	display:inline-block;
	float:right;
	}

#page-shop h2.category-heading {
	border-top:1px solid var(--border-color);
	padding-top:.4em;
	margin-top:0;
	padding-bottom:0.4em;
	}
#page-shop .category-heading {
	cursor:pointer;
	}
#page-shop .total-0 .category-heading {
	cursor:default;
	}

#page-shop .total-0 .category-heading:hover {
	background-color:var(--background-color);
	}
#page-shop .category-heading a {
	display:inline;
	}
#page-shop .loading {
	clear:both !important;
	left:20%;
	width:60%;
	background-color:transparent !important;
	background:url(/img/icon/loading.gif) 50% 100% no-repeat !important;
	min-height:37px;
	}
#page-shop .product-subcategory {
	}
#page-shop .products {
	background-color:var(--background-color);
	}
#page-shop .products ul ul {
	padding:.2em 0 .2em 1em;
	}
#page-shop .product-category:hover {
	background-color:var(--background-color);
	}
#page-shop .products ul,
#page-shop .products ul li,
#page-shop .products h2,
#page-shop .products h3 {
	padding:0;
	margin:0;
	list-style:none;
	}
#page-shop .products h2 {
	padding:.5em 0 .3em 0;
	}
#page-shop .products h3 {
	padding:.3em 0;
	}
#page-shop #form_quick_search {
	position:relative;
	top:-1.3em;
	}

#page-shop .products sup {
	font-weight:normal;
	font-size:small;
	}



.box-more {
	display:none;
	padding:3px 22px 20px 20px;
	background:var(--background-color);
	box-shadow:0 0 5px rgba(0,0,0,.25);
	border:1px solid var(--border-color);
	border-radius:5px !important;
	text-align:left;
	position:absolute;
	margin:0 10%;
	z-index:199;
	background:var(--background-color) url(/img/vendo/close.png) right 5px no-repeat !important;
	}

a.link-live-help {
	}
.link-live-help.bottomright {

	border-radius:25px;
	box-shadow:0 3px 11px rgba(0,0,0,.2);
	margin-bottom:11px;
	padding:5px 7px;
	opacity:0.7;
	color:var(--body-color);
	font-size:1px;
	color:var(--background-color);
	font-weight:900;
	width:30px;
	line-height:60px;
	font-family:verdana;
	background:var(--background-color) url(/t/1/help.png) 50% 50% no-repeat;
	}
.link-live-help:hover,
.link-live-help.bottomright:hover {
	opacity:1;
	color:var(--border-color);
	}
	

	
	
.live-help.bottomright {
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	}


.wiki-side {
	width:239px !important;
	}
.wiki-main {
	margin-left:220px !important;
	}




.menu-trigger {	
	display:none;
	position:absolute;
	top:26px;
	left:20px;
	z-index:9999999;
	width:27px;
	height:40px;
	font-size:0px;
	line-height:20px;
	border-top:2px solid var(--body-color);
	margin:0;
	text-decoration:none !important;
	background:none;
	cursor:pointer;
	transition: all 12ms ease-out;
	}
.menu-trigger:before {	
	position:absolute;
	top:-9px;
	width:27px;
	height:2px;
	font-size:1px;
	line-height:2px;
	margin:0;
	background:var(--body-color);
	cursor:pointer;
	transition: all 212ms linear;
	content:' ';
	display:inline-block;
	}
.menu-trigger:after {	
	position:absolute;
	top:5px;
	width:27px;
	height:2px;
	font-size:1px;
	line-height:2px;
	margin:0;
	color:var(--body-color);
	background:var(--body-color);
	cursor:pointer;
	transition: all 212ms linear;
	content:' ';
	display:inline-block;
	transform:rotate(0deg);
	}

.menu-trigger.active {	
	background:var(--background-color);
	border-color:var(--background-color);
	transition: all 312ms ease-out;
	position:fixed;
	z-index:9999999;
	}
.menu-trigger.active:after {	
	transform:rotate(-45deg);
	top:-0px;
	transition: all 312ms ease-out;
	}	
.menu-trigger.active:before {	
	transform:rotate(45deg);
	top:-0px;
	transition: all 312ms ease-out;
	}	


.menu-trigger.mini {	
	transition: all 200ms ease-out;
}
/*
.menu-trigger.mini:after,
.menu-trigger.active:after {	
	content:"";
	}
.menu-trigger.mini:hover:after {	
	content:"";
	}
.menu-trigger:hover {	
	opacity:1;
	color:var(--body-color);
	}
*/
.menu-trigger.active {
	left:220px;
	}


.shade-closed {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0;
	z-index:-1;
	visibility:hidden;
	background: rgba(0,0,0,0);
	transition: all 200ms ease-out;
	width:100%;
    height: 100%;
}
.shade-open {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0;
	z-index:9;
	visibility:visibile;
	background: rgba(0,0,0,.2);
	transition: all 200ms ease-out;
	width:100%;
    height: 100%;
}


/* - DESKTOP - */

@media only screen and (min-width: 850px) {
	.highlight-required {
    	background-size:18px auto;
    	position:absolute;
    	margin-left:-29px;
    	margin-top:9px;
	}



	.form-standard .margin,
	.form-admin .margin,
	.form-standard label:not(.none),
	.form-admin label:not(.none) {
	padding-left:0;
	padding-top:4px;
	padding-right:7px !important;
	padding-bottom:0px;
	text-align:right;
	line-height:1.6em;
	display:inline-block;
	box-sizing:border-box;
	}

	.form-standard .margin + select,
	.form-admin .margin + select,
	.form-standard label + select,
	.form-admin label + select,
	.form-standard label + .checkbox,
	.form-admin label + .checkbox,
	.form-standard label + input[type=file],
	.form-admin label + input[type=file] {
		margin-top:8px;
	}
	.form-standard label:not(.none) + span,
	.form-admin label:not(.none) + span,
	.form-standard .margin + span,
	.form-admin .margin + span,
	form label + div {
		margin-top:4px;
	}
	.form-standard .margin input,
	.form-admin label input {
		margin-top:5px;
	}
	.form-standard label .text,
	.form-admin label .text {
	text-align:right;
	}
	.form-standard label.none .text,
	.form-admin label.none .text {
	text-align:left;
	}
	.form-admin .box-standard .margin,
	.form-admin .box-action .margin {
	text-align:left;
	}
	.form-standard .margin .text,
	.form-standard label .text,
	.form-admin .margin .text,
	.form-admin label .text {
	margin-top:-4px;
	}
	.form-admin .box-info.help {
	width:60%;
	}
}





/* - MOBILE - */

@media only screen and (max-width: 850px) {



	#brand_logo {
		margin:50px 0 0px 0;
	}
	#brand_links {
		position:absolute;
		padding:0; 
		top:10px;
		right:0;
		width:270px;
	}
	#brand_links .box-info {
		width:80vw !important;
		max-width:80vw !important;
		max-height:80vh !important;
		margin:0 !important;
		top:80px !important;
		right:5vw !important;
		border:none !important;
		position:fixed !important;
		}
	#brand_links .box-info:before {
		display:none !important
	}
	#search_filters {
		right:25%;
		width:160px;
	}
	#brand .form-search {
	padding:1px 20px 10px 20px;
	}
	.form-search #keywords {
	width:100%;
	max-width:100%;
	padding: 1px 39px 1px 12px;
	box-sizing:border-box;
	}
	.form-search label {
		display:none;
	}
	
	
	
	
	/* MENU */
	
	.menu-trigger,
	.menu-trigger:visited {	
		display:inline-block;
	}



	
	#menu,
	.menu-closed {
		position:absolute;
		position:fixed;
		top:0px;
		left:0px;
		border:1px solid var(--border-color);
		width:280px;
		height:100vh;
		box-sizing:border-box;
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
		transition: max-width 300ms ease-out, opacity 300ms ease-out, transform 300ms ease-out;
		opacity:1;
		}
	
	#menu.menu-open,
	.menu-open {
		z-index:999999;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		transition: max-width 300ms ease-out, opacity 300ms ease-out, transform 300ms ease-out;
		opacity:1;
		max-width:280px !important;
    	
	}
	/* scrollable */
	#menu_inner {
		padding:40px 0 90px 0;
		height:100vh;
		box-sizing:border-box;
		overflow-y:scroll;
		-webkit-overflow-scrolling: touch;
   		-ms-overflow-style: none;  // IE 10+
    	overflow: -moz-scrollbars-none;  // Firefox
    	}
	#menu ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	#menu ul li {
		display:inline;
		margin:0;
		padding:0;
		}
	#menu ul li a {
		display:block;
		}
	#menu .col {
		float:none;
		width:auto;
		margin:0 0 20px 0;
		padding:0 0 20px 20px;
		border-bottom:1px solid var(--border-color);
	}
	#menu p,
	#menu h4,
	#menu h3,
	#menu form {
		margin:0;
		}
	#menu h4,
	#menu h3 {
		font-weight:bold;
		}
	#menu ul a {
		padding:0;
		}
	#menu ul ul a {
		padding:0em 1em 0em 17px;
		}
	#menu form legend {
		display:none;
		}
	.layout-listview.thumbs-md {
		display:block;
		text-align:center;
	}
	.layout-listview.thumbs-md * {
		text-align:center;
	}
	#content .layout-listview.thumbs-md .product-image {
		float:none;
		display:block;
	}
	.layout-listview.thumbs-md .product-image {
		width:auto;
		min-width:0;
		text-align:center;
	}
	
	

}


/* - MOBILE SMALL - */


@media only screen and (max-width: 580px) {

	body {
		}
	* {
		max-width:100%;
	}
	

	.links-layout-view,
	.links-layout-thumbs,
	.links-layout-onsale,
	.links-layout-sort {
		padding-left:.5em;
	}
	.links-layout-view img ,
	.links-layout-thumbs img {
		padding:2px 1px;
	} 
	#search_filters #vu {
		width:70%;
	}
	/*
	h1 {
		margin:0 auto .5em auto;
		font-size:1.7em;
		}
	*/
	#brand .form-search #search_filters {
		position:static;
	}
	#menu_inner::-webkit-scrollbar { 
   	 	display: none;  // Safari and Chrome
	}
	
	#content .layout-listview {
		width:auto;
		padding:0;
		margin:0;
	  	display:block;
  	}
	.layout-listview .product {
		border:none;
		text-align:center;
		margin:10px 0;
		padding:10px 0;
	}
	.layout-listview .product-summary {
		text-align:justify;
	}
	
	.layout-listview .product-price,
	.layout-listview .highlight-price {
		padding:0 !important;
		float:none !important;
		text-align:left;
	}
	.layout-listview .product-discount {
		padding:4px 0;
		display:none;
	}
	.layout-listview .product-name {
		margin-right:0 !important;
	} 	
	.layout-listview .product-text .product-price del {
		padding:0 0 2px 0;
	}
	.layout-listview .product-discount .discount-amount,
	.layout-listview .product-discount .discount-percentage {
		margin:2px 0 0 0;
		display:inline-block;
	}
	
	.layout-gridview .product-text {
		padding:0 !important;
	}
	.layout-gridview .product-price,
	.layout-gridview .highlight-price {
		padding:0 !important;
		float:none !important;
		text-align:center;
	}
	.layout-listview .product-image {
		float:none;
		width:100%;
		text-align:center;
	}
	.layout-listview .product-image a {
		display:block;
		margin:auto;
	}
	.layout-gridview .highlight-price {
		padding:0;
		float:none;
		text-align:center;
	}
	#page-order .table-data .product-name {
		display:block;
		clear:both
	}	
	#product_image_large.product-image-large #product_image_large_close {
		display:none;
		}
}


@media only screen and (max-width:580px) {

	div {
		max-width:100%; 
	}
	input {
		font-size:medium !important;
	}
	.table-data {
		font-size:small;
	}
	.table-data .product-image {
		clear:both !important;
		float:none !important;
		width:100% !important;
	}
	.product.primary .product-image,
	.product.primary .product-image a, 
	.product.primary .product-image a img {
		max-width:100%;
		box-sizing:border-box;
	}
	img {
		max-width:100%;
	}
	.search_suggest_list {
		margin-left:0px;
		width:280px;
		min-width:2em;
	}
	#search_suggest_vu_list {
		width:210px;
		margin-left:12px;
	}
		
	.highlight-remove {
		color:red !important;
		background:none;
		padding:6px;
		font-size:12px;
	}
	.text-displaying {
		display:none;
	}
	
	.layout-gridview {
		padding-left:0;
	}
	
	#brand .form-search img {
		padding:5px 0 0 1px;
	}

	
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
  		font-size: 16px;
	}

}





@media only print {
	
	html body {
		font-size:9pt;
		}
	#vlinks_top,
	#brand form, 
	#links_see_also, 
	hr {	
		display:none;
		}
	#brand {	
		height:auto !important;
		min-height:47px;
		}
	#brand * {	
		height:auto !important;
		padding:0;
		margin:0;
		}
	#brand_logo img {
		width:90px;
		height:auto;
		margin-left:2px;
		}
	#content {
		background:var(--background-color);
		border:none;
		}/*
	#content-padding {
		padding:1px;
		}*/
	#content p,#content li {
		max-width:12200px;
		line-height:1.3em;
	}	
}

