/*ice menu start*/

/*----------------------------------------------------------------
  Copyright:
  (C) 2008 - 2012 IceTheme

  License:
  GNU/GPL http://www.gnu.org/copyleft/gpl.html

  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

.imgwrap.exclusively .iconwrap_exclusively {
    display: inline;
    background: url(/images/labels/en-GB/exclusively.png) no-repeat center center;
    background-size: contain;
       width: 95px;
    height: 62px;
}
.lofmenu_virtuemart {
	width:100%;}

	.lofmenu_virtuemart ul.lofmenu {
		margin:0;
		padding:0;
		position: relative;
		list-style-type:none;
		z-index: 999;}

		.lofmenu_virtuemart ul.lofmenu li{
			width:100%;
			display:block;
			margin: 0;
			padding: 0;
			position:relative;
			float: left;
			clear: both;
			/*
			position: relative;
			z-index: 10;
			*/}

		.lofmenu_virtuemart .lofmenu .lofitem1,
		.lofmenu_virtuemart .lofmenu .lofitem2 {}

			.lofmenu_virtuemart .lofmenu a {
				display:block;
				color:#4a4a4a;
				position:relative;
				padding:6px 0;
				text-decoration:none;
				border-bottom:1px dotted #ccc;
				-webkit-transition:background-color .3s ease-out, color .3s ease-out;
				-moz-transition:background-color .3s ease-out, color .3s ease-out;
				-o-transition:background-color .3s ease-out, color .3s ease-out;
				transition:background-color .3s ease-out, color .3s ease-out;
				width: 100%;
				}


				/* on hover */
				.lofmenu_virtuemart .lofmenu .lofactive > a{
					background-color: #eee;
					color: #222 }

				/* when is current */
				.lofmenu_virtuemart .lofmenu .ice-current > a{
					background-color:#eee;
					color: #222 }

					.lofmenu_virtuemart .lofmenu > .ice-current > a:before {
						content:"";
						background:url(images/current.png) no-repeat center right;
						position:absolute;
						height:20px;
						width:14px;
						right:-24px}




				.lofmenu_virtuemart .lofmenu .lofitem1 img{
					margin:0 9px 0 5px;
					float:left;}


				.lofmenu_virtuemart .lofmenu .lofitem1 a span.counter {
					color:#999;
					padding-left:3px}


				/* when has childs items */
				.lofmenu_virtuemart .lofmenu .lofitem1 a i{
						float: right;
						font-size: 11px;
						padding-right: 4px;
						line-height: 20px;
					}
					.lofmenu_virtuemart .lofmenu .lofitem1 a i.fa-chevron-down {
						display: none;

					}
					.lofmenu_virtuemart .lofmenu .cat_active a i.fa-chevron-down {
						display: block;
					}
					.lofmenu_virtuemart .lofmenu .cat_active a i.fa-chevron-right {
						display: none;
					}

					.lofmenu_virtuemart .lofmenu .lofactive > a i{
					}



		/* second level menu */
		.lofmenu_virtuemart .lofmenu .lofitem1 ul{
			width:100%;
			position:absolute;
			top: -1px;
			left:99.9%;
			border:1px solid #ccc;
			box-shadow:0 0 10px #999;
			padding:0;
			margin:0;
			background:#fff;
			z-index: 100;}



.moduletable.cont > .mods > .bghelper {
 position: static !important;
}


.lofmenu_virtuemart ul  li ul {
 display: none;
}
/*(
.lofmenu_virtuemart ul li:hover > ul {
 display: block;
}
*/
@media (min-width: 100px) and (max-width: 879px) {
.lofmenu_virtuemart .lofmenu .lofitem1 ul,
.lofmenu_virtuemart .lofmenu > .ice-current > a:before
 {
  position: static !important;
}
.lofmenu_virtuemart .lofmenu .lofitem1 ul {
 border: 0px none;
 box-shadow: none;
 margin-left: 5%;
 width: 95%;
}
}


.moduletable.filter { box-sizing: border-box; }
.moduletable.filter h3,.moduletable.filter .inside_module { width: 100%; float: left; clear:both;}


html div.moduletable.filter .cf_flt_header_text,html div.moduletable.filter .cf_wrapper_inner, div.moduletable.filter .cf_resetAll_link {
	display: block;
	width: 100%;
	float: left; clear: both;
}

.lofmainul li {
	width: 100%;
}
/*ice menu end*/
/*text.css*/
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

div.quick-menu.langs ul.lang-inline.dropdown-menu {
	right: 0;
	left: auto;
}
body {
	line-height: 1.60;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
a:focus {
	outline: none;
}

hr {
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .userfields_info, .result-title, span.title, .productdetails-view h1  {
	font-weight: 700;
	font-family: 'Ubuntu', Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 280%;
	letter-spacing: -2px;
}
h2 {
	font-size: 200%;
	letter-spacing: -1px;
}
h3, .productdetails-view h1 {
	font-size: 145%;
}
h4, span.title {
	font-size: 140%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 110%;
}
/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, span.title {
	margin-bottom: 20px;
}
small {
	font-size: 85%;
}
/* Forms Elements
--------------------------------------------- */

legend {
	width: auto !important;
	border-bottom: 0 !important;
}

.button, button, a.button, .btn,
a.product-details, input.addtocart-button, a.ask-a-question, .highlight-button, .vm-button-correct,
span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus, a.details {
	padding: 5px 12px;
	cursor: pointer;
	vertical-align: middle;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	border: 0;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	text-align: center;
}
a.button:hover, .submit:hover, button:hover, #panel_s .button:hover, a.product-details:hover {
	text-decoration: none !important;
}

.button.icon {
	padding:2px !important;
	float: left;
	margin-right: 5px;
}

.top-icon-label {
	font-size: 13px;
}

input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, select.inputbox, .quantity-input, table.user-details input, #com-form-login-username input, select,
#company_field, #title, #first_name_field, #middle_name_field, #last_name_field, #address_1_field, #address_2_field, #zip_field, #city_field, #virtuemart_country_id,
#phone_1_field, #phone_2_field, #fax_field, #agreed_field, .contentpane #name, .contentpane #email, .contentpane #counter, .contact-input-box input,
.form-validate input, .login-fields #username, .login-fields #password, .coupon, input.vm-default {
	background: #ffffff;
	margin: 2px 0px;
	color: #505050;

	box-shadow: none !important;
	vertical-align: middle;
	font: normal 12px Ubuntu, Arial, Helvetica, sans-serif;

	border-radius: 3px;
}

input.inputbox:hover, textarea:hover, .textarea:hover, select.inputbox:hover, input.validate-email:hover, select,
select.inputbox:hover, .quantity-input:hover, table.user-details input:hover, #com-form-login-username input:hover,
#company_field:hover, #title:hover, #first_name_field:hover, #middle_name_field:hover, #last_name_field:hover, #address_1_field:hover,
#address_2_field:hover, #zip_field:hover, #city_field:hover, #virtuemart_country_id:hover, #phone_1_field:hover, #phone_2_field:hover,
#fax_field:hover, #agreed_field:hover, .contentpane #name:hover, .contentpane #email:hover, .contentpane #counter:hover, .contact-input-box input:hover, .form-validate input:hover,
.login-fields #username:hover, .login-fields #password:hover, .coupon:hover, input.vm-default:hover {
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
}

.contentpane #comment {
	margin-right: 10px !important;
	width: 70% !important;
}
img.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px !important;
	border-top-right-radius: 10px 10px !important;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
	margin-left: 3px;
}

div.frontpage_filter_pc { display: none; }
div.frontpage_filter_mobile { display: none; }

input.invalid, select.invalid {
	border: 1px solid rgba(204, 0, 0, 0.5) !important;
	-moz-box-shadow: 0px 1px 5px rgba(204, 0, 0, 0.7) !important;
	-webkit-box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px !important;
	box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px !important;
}

/*end text.css*/
/*nav.css/*

/*
-----------------------------------------------
Navigation
----------------------------------------------- */
div.show-cart {
	position: relative;
}
.circlearound:empty { display: none; }
.circlearound {
	position: absolute;
	top: -7px;
	left: 30%;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
	color: #fff;
	display: inline-block;
}


#menu {
  display: block;
}

.menu-space {
	margin-bottom: 20px;
}

#menu .menu-nav, #menu #mainlevel-nav {
  list-style: none;
  padding: 0px;
  margin: 0;
  z-index: 5001 !important;
  display: inline;
}

/* ESSENTIAL STYLES
----------------------------------------------- */

.menu-nav, .menu-nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu-nav {
	line-height:	1.0;
}
.menu-nav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

}
.menu-nav ul li {
	width:			100%;
}
.menu-nav li:hover {

	visibility: visible;
	opacity: 1;

}
.menu-nav li {
	float:			left;
	position:		relative;
}
.menu-nav a {
	display:		block;
	position:		relative;
}
.menu-nav li:hover ul,
.menu-nav li.sfHover ul {
	left:			0px;
	top:			2.7em; /* match top ul list item height */
	z-index:		1000;
	visibility: visible;
	opacity: 1;


}
ul.menu-nav li ul {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 0.5s linear;
}
ul.menu-nav li:hover li ul,
ul.menu-nav li.sfHover li ul {
	top:			-999em;

}
ul.menu-nav li li:hover ul,
ul.menu-nav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	visibility: visible;
	opacity: 1;
}
ul.menu-nav li li:hover li ul,
ul.menu-nav li li.sfHover li ul {
	top:			-999em;
	visibility: hidden;
	opacity: 0;
}
ul.menu-nav li li li:hover ul,
ul.menu-nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	visibility: visible;
	opacity: 1;
}

.menu-nav {
	float:left;
}
.menu-nav a {
	padding: 11px 12px;
	text-decoration:none;
}

.menu-nav a, .menu-nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.menu-nav li li a {}

#top-sticky-panel.tiny #menu {
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.12);
}

#top-sticky-panel #menu {
	transition: background-color 500ms;
}

#top-sticky-panel #menu-handler {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top-sticky-panel #menu li:first-child a {
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

#top-sticky-panel.tiny #menu-handler, #top-sticky-panel.tiny #menu li:first-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#top-sticky-panel.tiny #menu .menu-nav > li > a > span small {
	display: none;
}

#menu .menu-nav > li > a .sf-sub-indicator {
	display: none;
}

#menu .menu-nav > li:first-child > a .image-title {
	display: none;
}

#menu .menu-nav > li > a > span {
	position: relative;
}

#menu .menu-nav > li > a > span small {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: -25px;
	right: -8px;
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	padding: 2px 9px;
}

#menu .menu-nav > li > a > span small:before {
	content: " ";
	position: absolute;
	bottom: -10px;
	right: 5px;
	width: 0px;
	height:0px;
	border: 5px solid transparent;
}

#menu .menu-nav li:first-child {
	background-image: none;
}

#menu .menu-nav > li > a {
	font: 400 13px/16px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#menu .menu-nav > li > a .link-has-image {
	display: block;
	margin: -5px;
}

#menu .menu-nav > li > a .link-has-image img {
	max-height: 26px;
}

#menu .menu-nav > li > a .sf-sub-indicator {
	width: 0px;
	height: 0px;
	display: none;
}

#menu .menu-nav ul > li a {
	font: 400 13px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: none;
}

ul#nav {
	margin-left: -10px;
	padding: 4px 0px;
}

.menu-nav li {
	background:	none;
}
.menu-nav li li {
	background: none;
	padding: 0px;
}
.menu-nav li li li {
	background: none;
}

#menu .menu-nav ul li:first-child, #menu .menu-nav ul li.clear {
	border-top: none;
}

.menu-nav li:hover, .menu-nav li.sfHover,
.menu-nav a:focus, .menu-nav a:hover, .menu-nav a:active {
	outline: 0;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color, -webkit-box-shadow;
	-ms-transition-property: background-color, box-shadow;
	-o-transition-property: background-color, box-shadow;
	-moz-transition-property: background-color, -moz-box-shadow;
	transition-property: background-color, box-shadow;
}

.menu-nav li li:hover, .menu-nav li li.sfHover,
.menu-nav li li a:focus, .menu-nav li li a:hover, .menu-nav li li a:active {
	text-decoration: none;
	outline:		0;
}

.menu-nav ul {
	opacity: 0.95;
	padding: 10px 20px 10px 20px !important;
	-moz-box-shadow: 0px 2px 15px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,.25);
	box-shadow: 0px 2px 15px rgba(0,0,0,.25);
}

.menu-nav ul ul {
	opacity: 1.0;
	padding: 10px 20px !important;
	margin: -10px 10px 10px 0px;
}

.menu-nav ul ul .top-arrow {
	display: none;
}

.menu-nav li a {
	font-weight: bold;
}

.menu-nav li li a {
	padding: 8px 0px;
	font-weight: normal;
	line-height: 18px;
}

.menu-nav li li img {
vertical-align: middle;
float: left;
margin: 1px 6px 10px 0;
width: 16px;
height: 16px;
}

#menu .menu-nav > li > a .sf-sub-indicator {
	display: none;
}



/*** arrows **/
.menu-nav a.sf-with-ul {
/*	padding-right: 	2.25em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	top:			1.05em; /* IE6 only */
	width: 0px;
	height: 0px;
	right: 0.15em;
	text-indent: 	-999em;
	overflow:		hidden;
	border-style: solid;
	border-width: 4px;
	border-color: transparent;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0.7em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -11px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-nav ul .sf-sub-indicator { background-position:  -11px 0; }
.menu-nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-nav ul a:focus > .sf-sub-indicator,
.menu-nav ul a:hover > .sf-sub-indicator,
.menu-nav ul a:active > .sf-sub-indicator,
.menu-nav ul li:hover > a > .sf-sub-indicator,
.menu-nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -11px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
**/

ul.columns-2 li {
	width: 50% !important;
}

ul.columns-2 li li, ul.columns-3 li li, ul.columns-4 li li, ul.columns-5 li li {
	width: 100% !important;
}

ul.columns-2 li ul, ul.columns-3 li ul, ul.columns-4 li ul, ul.columns-5 li ul {
	left: 100% !important;
}

ul.columns-3 li {
	width: 33.3% !important;
}

ul.columns-4 li {
	width: 25% !important;
}

ul.columns-5 li {
	width: 20% !important;
}

body div.panel1 {
	position: absolute;
	top: 10%;
	left: 10%;
	display: none;
	width: 80%;
	height: auto;
	z-index: 300000;
	margin: 0;
	float: right;
	height: auto;
	-moz-box-shadow: 0px 2px 30px rgba(0,0,0,.45);
	-webkit-box-shadow: 0px 2px 30px rgba(0,0,0,.45);
	box-shadow: 0px 2px 30px rgba(0,0,0,.45);
}


body div.panel1 .menupanel {
	padding: 20px;
}

body div.panel1 .menupanel a:hover {
	text-decoration: none;
}

.menupanel ul.selectnav {
	list-style: none;
}
.menupanel ul.selectnav li {
	margin: 0px !important;
}
.menupanel ul.selectnav li a {
	padding: 5px 5px 4px 5px;
	display: block;
}

a#menupanel { color: #ffffff;display: none;}

/* Pagination
-------------------------------------- */

ul.pagination {
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.pagination li {
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 5px !important;
}

/* Moduletable menus
----------------------------------------------- */
ul.menu {
  list-style:none;
}

ul.menu li {
  margin:0;
  padding: 2px 0px 4px 0px;
}

a.sublevel {
  display:block;
  padding:4px 0px 4px 24px;
  height: 100%;
  background: url(../images/ul-li-default.png) no-repeat 0 5px;
}

/* submenus
----------------------------------------------- */
ul.menu ul {
  list-style:none;
  margin:0;
}

ul.menu li ul li {
  background: none;
  margin:0;
  padding: 2px 0px 4px 22px;
}

ul.menu ul li a {
  padding-left:30px;
}

/* Quick Menu Links
----------------------------------------------- */

#quick-menu {
	float: left;
}

#quick-menu ul {margin-left:0px;margin-bottom:0px;}

#quick-menu li {
	list-style: none;
	padding: 0px 0px 0px 26px !important;
	margin: 0px;
	display: inline;
}

#quick-menu p {
	padding:0px;
	margin: 5px 0px;
}

/* Social Links
----------------------------------------------- */

.social-links {
	float:right;
}

#social-links {
	text-align: center;
	padding: 30px !important;
}

#social-links li {
	display: inline-block;
	margin: 5px !important;
}

#social-links img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#follow-button {
	padding: 6px 6px 6px 30px !important;
	background: url(../images/top-icons.png) no-repeat 0px 4px;
	font-weight: normal;
}

.tipz {
	margin-top: -54px;
	margin-left: -44px;
}
.tipz .tip        { width:82px; font: bold 10px 'Ubuntu', Arial, Helvetica, sans-serif;}
.tipz .tip-title    { font-weight:bold; padding:7px 0px 7px 0px; text-align: center; }
.tipz .tip-text    { display:none; }

#footer-line ul.menu {
  padding: 0px 0px 10px 0px;
  margin: 0;
}

#footer-line ul.menu li {
  display: inline !important;
  padding: 4px 10px 0px 0px;
  margin: 0;
  background: transparent;
}

#footer-line ul.menu li a {
  display: inline !important;
  background: none;
  padding: 0;
  margin: 0;
}


/* Moduletable Menu
----------------------------------------------- */

.moduletable_menu ul.menu, ul.latestnews_menu, .VMmenu {
  list-style:none;
}

.moduletable_menu ul.menu li, ul.latestnews_menu li, .VMmenu li, .VMmenu {
  margin:0;
  padding: 1px 0px;
}

.moduletable_menu .VmOpen ul.menu li,
.moduletable_menu .VmClose ul.menu li {border: 0px !important;}

.moduletable_menu .VmOpen ul.menu li a,
.moduletable_menu .VmClose ul.menu li a {
	font-weight: 400 !important;
	font-size:90%;
	padding: 4px 15px !important;
}

.VMmenu li {
	padding: 1px 0px !important;
	margin: 0px !important;
}
.VMmenu li div a {
}

.moduletable_menu ul.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
	display: block;
	background: none;
}

.moduletable_menu ul.menu li a span.link-no-image {}

.moduletable_menu ul.menu li a:hover, ul.latestnews_menu li a:hover, .VMmenu li div a:hover {
  text-decoration: none;
}
.moduletable_menu ul.menu li ul li a:hover, .VMmenu ul li div a:hover  {
	text-decoration: underline;
	background: none !important;
}
.moduletable_menu ul.menu li ul li {
  padding: 4px 0px 4px 15px;
  background: none !important
}

.moduletable_menu ul.menu li ul li a {
  display:block;
  height: 100%;
  font-weight: normal !important;
  border: 0;
  padding: 0px !important;
  text-decoration: none;
}

.moduletable_menu li.parent.active {
	font-weight: bold;
}

.moduletable_menu ul, .moduletable_menu li  {
	background: transparent;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.moduletable_menu ul.menu, .moduletable_menu ol.menu {
	margin-top: 0px;
	margin-bottom: 0px;
}
.moduletable_menu ul.menu li ul, {
	margin-top: 0px;
	margin-bottom: 0px;
}

.moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, .moduletable_menu ul.menu li ul li a {
	margin: 0px !important;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
}

.moduletable_menu ul.menu li:last-child, .VMmenu li:last-child {
	border-bottom: none;
}

.moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
	padding: 10px 0px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.moduletable_menu ul.menu li a:hover, .moduletable_menu ol.menu li a:hover, .VMmenu li div a:hover {

}
.moduletable_menu ul.menu li li a:hover, .moduletable_menu ol.menu li li a:hover, .VMmenu ul li div a:hover  {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.moduletable_menu ul.menu li ul li, .moduletable_menu_light ul.menu li ul li, .latestnews_menu_light li, .latestnews_menu li ul li {
	border-bottom: 0px !important
}

.latestnews_menu_light a, .latestnews_menu a, .VMmenu ul li div a {
	font-size: 90%;
	font-weight: bold;
}

.latestnews_menu_light li, .latestnews_menu li {
	background-position: 8px 5px !important;
	padding-left: 30px !important;
}

.moduletable_menu ul.menu li a:hover, .moduletable_menu ol.menu li a:hover,
.moduletable_menu_light ul.menu li a:hover, .moduletable_menu_light ol.menu li a:hover, .VMmenu li div a:hover {
	margin: 0px;
	text-decoration: none;
}

.VmClose ul, .VmClose li {
	padding-left: 0px;
	margin-left: 0px;
}

.VMmenu ul li div a:hover {
	padding-left: 0px;
}

.moduletable_menu ul.menu li a img, .moduletable_menu_light ul.menu li a img, .moduletable_menu ul.menu li a small {
	display: none;
}
.moduletable_menu ul.menu li.separator img, .moduletable_menu li.separator img, .moduletable_menu ul.menu li img,
.moduletable_menu_light ul.menu li.separator img, .moduletable_menu_light li.separator img, .moduletable_menu_light ul.menu li img {
	padding: 0px 10px 0px 5px!important;
	vertical-align: middle;
	margin: 0px!important;
	border-style: none!important;
	background: transparent!important;
}
.moduletable_menu ul.menu  li.active ul li a.current, .moduletable_menu ul.menu li ul li a.current,
.moduletable_menu ul.menu li.active ul li a.active, .moduletable_menu ul.menu  li ul li a.active,
.moduletable_menu_light ul.menu  li.active ul li a.current, .moduletable_menu_light ul.menu li ul li a.current,
.moduletable_menu_light ul.menu li.active ul li a.active, .moduletable_menu_light ul.menu  li ul li a.active {
	background:#333333!important;
}
.moduletable_menu ul.menu li.separator .image-title, .moduletable_menu_light ul.menu li.separator .image-title  {
	font-size: 75%!important;
}
.moduletable_menu ul.menu li.separator, .moduletable_menu_light ul.menu li.separator {
	font-size: 75%!important;
	line-height: 200%!important;
}

#bot-modules ul.menu { padding: 0px; margin: 0px; }

#bot-modules ul.menu li { margin: 0px; }

.nav-tabs-handler {
	margin-bottom: 30px;
}

.nav-tabs {
	border: none;
}

.nav-tabs > li > a {
	background: rgba(0,0,0,0.05);
	border: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > li > a:hover {
	background: transparent !important;
	border: none !important;
}

/*end nav.css*/
/*typography.css*/
/* boxes
----------------------------------------------- */

#system-message dt {
	display: none;
}
.alert, .info, .notice, #system-message dd.error, #system-message dd.notice, #system-message dd.message, .box-save, .box-accept, .box-tip, .terms-of-service h5 {
	padding: 10px;
	margin: 0px 0px 15px 0px;
	height: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.alert, #system-message dd.error.message.fade, .terms-of-service h5 {
	background: #ffe6e6;
	border: 1px solid #ebc4c4;
	color: #833939;
}
.alert .icon, .info .icon, .notice .icon, .box-save .icon, .box-accept .icon, .box-tip .icon {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.alert .icon, #system-message dd.error.message.fade ul {
	background: url(../images/icons/exclamation.png) no-repeat 0 0;
}
.info, #system-message dd.message {
	background: #e6f5ff;
	border: 1px solid #c2daea;
	color: #3d6b8a;
}
.info .icon, #system-message dd.message ul {
	background: url(../images/icons/information.png) no-repeat 0 0;
}
.notice, #system-message dd.notice.message.fade {
	background: #fffce6;
	border: 1px solid #eae5c2;
	color: #696025;
}
.notice .icon, #system-message dd.notice.message.fade ul {
	background: url(../images/icons/notice.png) no-repeat 0 0;
}
.box-save {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	color: #505050;
}
.box-save .icon {
	background: url(../images/icons/drive_disk.png) no-repeat 0 0;
}
.box-accept {
	background: #f4fae1;
	border: 1px solid #d8e1bc;
	color: #606e35;
}
.box-accept .icon {
	background: url(../images/icons/accept.png) no-repeat 0 0;
}
.box-tip {
	background: #fefefe;
	border: 1px solid #f1f1f1;
	color: #303030;
}
.box-tip .icon {
	background: url(../images/icons/lightbulb.png) no-repeat 0 0;
}
/* unsorted lists
----------------------------------------------- */

.mostread, ul.latestnews {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.mostread li {
	padding: 3px 0px !important;
	margin: 0px !important;
	background: none;
}

#archive-items li {
	padding: 0px 0px 3px 24px;
}

ul.latestnews {
	margin-left: 0px;
}

ul.latestnews li {
	margin: 0px !important;
}

/***************************************/

ul.latestnews li, #article-index li, .categories-list ul li, .cat-children ul li, .menusitemap li, ul.latestnews_menu_light li,ul.sections li, #archive-items li,ul.list-accept,ul.list-add li,ul.list-delete li,ul.list-error li,ul.list-alert li,ul.list-cross li,ul.list-tick li,ul.list-tip li,ul.list-disk li,ul.list-email li,ul.list-feed li,ul.list-image li,ul.list-information li,ul.list-key li,ul.list-newspaper li, ul.list-pencil li, ul.list-cd li, ul.list-pc li, ul.list-ipod li, ul.list-mouse li, .contact-links ul li, ul.list-magnifier li, #finder-filter-select-list li, ul.list-accept li {
	padding: 3px 0px 3px 24px;
	margin: 0 0 0 10px;
	list-style: none;
}

/***************************************/

ul.latestnews li, #article-index li, .categories-list ul li, .cat-children ul li  {
	background: url(../images/icons/page_white_text.png) no-repeat 0 4px;
}
.menusitemap li, ul.latestnews_menu_light li {
	background: url(../images/icons/page_white_star.png) no-repeat 0 4px;
}
ul.sections li, #archive-items li {
	background: url(../images/icons/folder.png) no-repeat 0 3px;
}
ul.list-accept li {
	background: url(../images/icons/accept.png) no-repeat 0 3px;
}
ul.list-add li {
	background: url(../images/icons/add.png) no-repeat 0 3px;
}
ul.list-delete li {
	background: url(../images/icons/delete.png) no-repeat 0 3px;
}
ul.list-error li {
	background: url(../images/icons/exclamation.png) no-repeat 0 3px;
}
ul.list-alert li {
	background: url(../images/icons/notice.png) no-repeat 0 3px;
}
ul.list-cross li {
	background: url(../images/icons/cross.png) no-repeat 0 3px;
}
ul.list-tick li {
	background: url(../images/icons/tick.png) no-repeat 0 3px;
}
ul.list-tip li {
	background: url(../images/icons/lightbulb.png) no-repeat 0 3px;
}
ul.list-disk li {
	background: url(../images/icons/disk.png) no-repeat 0 3px;
}
ul.list-email li {
	background: url(../images/icons/email.png) no-repeat 0 3px;
}
ul.list-feed li {
	background: url(../images/icons/feed.png) no-repeat 0 3px;
}
ul.list-image li {
	background: url(../images/icons/image.png) no-repeat 0 3px;
}
ul.list-information li {
	background: url(../images/icons/information.png) no-repeat 0 3px;
}
ul.list-key li {
	background: url(../images/icons/key.png) no-repeat 0 3px;
}
ul.list-newspaper li {
	background: url(../images/icons/newspaper.png) no-repeat 0 3px;
}
ul.list-pencil li {
	background: url(../images/icons/pencil.png) no-repeat 0 3px;
}
ul.list-cd li {
	background: url(../images/icons/cd.png) no-repeat 0 3px;
}
ul.list-pc li {
	background: url(../images/icons/pc.png) no-repeat 0 3px;
}
ul.list-ipod li {
	background: url(../images/icons/ipod.png) no-repeat 0 3px;
}
ul.list-mouse li, .contact-links ul li {
	background: url(../images/icons/mouse.png) no-repeat 0 3px;
}
ul.list-magnifier li, #finder-filter-select-list li {
	background: url(../images/icons/magnifier.png) no-repeat 0 3px;
}
/* Oredered stuff
----------------------------------------------- */

p.big-number {
	clear: both;
}
p span.big-number {
	font: normal 30px 'Ubuntu', Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 10px 0 0;
}
/* Paragraphs, quotes and lists
----------------------------------------------- */

blockquote.cite {
	background: url(../images/blockquote-1.png) no-repeat 0 0;
	border: 0;
	padding: 0;
}
blockquote.cite span.cite {
	background: url(../images/blockquote-2.png) no-repeat 100% 100%;
	display: block;
	padding: 10px 20px;
}

blockquote {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	padding: 20px 30px;
	margin-bottom: 15px;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

/*end typography.css*/
/*template.css*/
body.contentpane{background:#fff;padding:25px;font-size:12px}
a{-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;}
#theme-width{margin:0px auto}
.moduletable,.cart-view,.item-page,.categories-list,.blog,.category-list,.archive{padding:15px 20px;}

.moduletable{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.moduletable_style1 .custom_style1{
padding: 10px 20px;
background-repeat: no-repeat;
background-size: 100% auto;
}
.moduletable_style1 {
-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
}

.img_style1 {
	float: right;
}

.con_style1 {
	float: left;
}

.img_style2 {
	position: relative;
}

.moduletable_banner {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.moduletable_banner img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: -1px;
}

.img_style2 .con_style2 {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.img_style2 .con_style2 p a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.img_style2 .con_style2 p {
	display: block;
	height: 100%;
	width: 100%;
	transition: background 500ms;
	position: relative;
	overflow: hidden;
	margin:0px;
	padding:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.img_style2 .con_style2 p:before {
	content: " ";
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../images/open-url.png);
	background-repeat: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -60px;
	left: 50%;
	top: auto;
	margin-left: -30px;
	transition: all 500ms;
	transform:rotate(0deg); -webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg); -o-transform:rotate(0deg);
	opacity: 0;
}

.horiz .img_style2 .con_style2 p:before {
	right: -60px;
	top: 50%;
	bottom: 50%;
	left: auto;
	margin-top: -30px;
}

.img_style2 .con_style2 p:hover {
	background: rgba(0,0,0,0.5);
}

.img_style2 .con_style2 p:hover:before {
	bottom: 45%;
	opacity: 1;
	transform:rotate(1080deg); -webkit-transform:rotate(1080deg);
	-moz-transform:rotate(1080deg); -o-transform:rotate(1080deg);
}

.horiz .img_style2 .con_style2 p:hover:before {
	right: 50%;
	margin-right: -30px;
	left: auto;
	transform:rotate(-1080deg); -webkit-transform:rotate(-1080deg);
	-moz-transform:rotate(-1080deg); -o-transform:rotate(-1080deg);
}

#welcome-box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10% 20px;
	margin-bottom: 30px;
}

#welcome-box .backstretch, #welcome-box .backstretch img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#welcome-box .backstretch {
	opacity: 0.3;
}

.padding-10{padding:10px !important}
.padding-5{padding:5px !important}
.padding-10 p,.padding-5 p{margin-bottom:0px}
.moduletable,.moduletable_text,.moduletable_style1,.moduletable_style2,.browse-view .row,.moduletable_menu{height:100%;margin-bottom:30px}
.moduletable_style2{border:none !important}
.item-page .moduletable{border:0px}
.moduletable .module-content,.category-view .row,.featured-view .row,.latest-view .row,.topten-view .row,.browse-view .row{padding:0px 0px 3px 0px}
.moduletable_empty,.moduletable_menu{height:100%;margin-bottom:20px;}
.moduletable_menu .module-content{padding: 3px 2px}
.moduletable,.moduletable_menu,.spacer,#slideshow-handler,.category_description,.productdetails-view{}
.productdetails-view{padding:20px;}
.moduletable_style2 .module-content{padding:10px 0px}
.moduletable > h3,.moduletable_menu > h3,.moduletable_products > h3, .heading-cloud {
font-weight:700;
padding: 10px 15px;
margin: 0px 0px 20px 0px !important;
font-size: 18px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
display: inline-block;
}

.moduletable > h3:before,.moduletable_menu > h3:before, .moduletable_products > h3:before, .heading-cloud:before {
	content: " ";
	width: 0px;
	height:0px;
	border: 11px solid transparent;
	position: absolute;
	bottom: -21px;
	left:20px;
}

.span3 .moduletable > h3, .span3 .moduletable_menu > h3, .span3 .moduletable_products > h3, .heading-cloud {
	display: block;
	margin-bottom: 10px;
}

.mod-color1, .mod-color2 {
	min-height: 70px;
}

.moduletable_menu p{padding-bottom:5px}
.moduletable_empty h1{margin-bottom:2px;letter-spacing:0px}
,.category-view h4,.featured-view h4,.latest-view h4,.topten-view h4,.related-products-view h4{letter-spacing:0px;font-weight:700;padding:0px 0px 18px 0px;margin-bottom:0px;text-transform:uppercase}
.moduletable_style2 .module-content h3{font-weight:300;font-size:16px;text-transform:uppercase;letter-spacing:-0.09em}

#footer .moduletable_empty h3,#footer .moduletable_menu h3,#footer .moduletable_products h3,#footer .browse-view h1,#footer .category-view h4,#footer .featured-view h4,#footer .latest-view h4,#footer .topten-view h4,#footer .related-products-view h4,#footer .product-details-header{background:transparent}

.moduletable table td,.moduletable_text table td,.moduletable_menu table td,.moduletable_empty table td{border:0}
.moduletable_menu table td{padding:1px 4px}
.moduletable_menu table td #login{padding:0px 4px}
.moduletable ul li,.moduletable_text ul li{margin:0 0 0 5px}
.latestnews_menu li{padding:4px 3px 4px 24px}

[class*="moduletable"].move-up-40{margin-top: -40px;}
[class*="moduletable"].move-up-30{margin-top: -30px;}
[class*="moduletable"].move-up-20{margin-top: -20px;}
[class*="moduletable"].move-up-10{margin-top: -10px;}

.moduletable_motion {
	overflow: hidden;
}

.moduletable_motion .custom_motion {
	background-repeat: no-repeat;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	background-position: 0px 0px;
}

.moduletable_motion:hover .custom_motion {
	background-position: 100% 0px;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	-ms-transform:scale(1.05);
	filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=1.05,M12=-0,M21=0,M22=1.05);
}

.moduletable_motion .custom_motion p {margin-bottom:0 !important;}

.special-ribbon, .hot-ribbon, .new-ribbon {
	position: relative;
}

.special-ribbon .ribbon-special, .hot-ribbon .ribbon-hot, .new-ribbon .ribbon-new {
	width: 61px;
	height: 61px;
	position: absolute;
	z-index:99;
	display: block;
	top: 0px;
	left: 0px;
	background-image: url(../images/ribbons-sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.special-ribbon .ribbon-special {
	background-position: 0px 0px;
}

.hot-ribbon .ribbon-hot {
	background-position: 0px -61px;
}

.new-ribbon .ribbon-new {
	background-position: 0px -122px;
}

.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.featured-view .spacer,.vmproduct .spacer,.browse-view .spacer{margin:0px 0px 0px 0px !important;position:relative;overflow:hidden}
.category-view .spacer .paddingtop8,.latest-view .spacer .paddingtop8,.topten-view .spacer .paddingtop8,.recent-view .spacer .paddingtop8,.featured-view .spacer .paddingtop8,.vmproduct .spacer .paddingtop8,.browse-view .spacer .paddingtop8{margin-top:-18px;margin-bottom:15px}
#top-modules .moduletable_empty{padding:0 5px 5px 0px}
#breadcrumb-handler{font-weight:normal;font-style:italic}
#breadcrumb-bg{padding:0px}
#breadcrumb-handler a{font-weight:normal}
#breadcrumb-bg span{font-weight:bold}
#breadcrumb-bg span.showHere{font-weight:normal}
.article-details{padding:10px 0px}
.article-details p{padding:0 !important;margin:0 !important}
.blog .modifydate{float:right;width:50%;text-align:right}
.items-leading{padding:0px 0 10px 0}
.items-leading h2,.blog h1,.blog-featured h2{padding:5px 0px;margin-bottom:11px;font-weight:300;letter-spacing:-1px;font-size:220%}
h1 .subheading-category{font-size:16px;display:block;letter-spacing:0px}
.item h2,.item-page h2,h3.title,h2 .contact-name,.newsfeed h2,.blog h2,#archive-items h2{padding:0px 0px 5px 0px;margin-bottom:11px;font-weight:300;letter-spacing:-1px;font-size:150%;text-transform:uppercase}
.article-info{margin-bottom:10px;margin-right:50px;}
.dc-sep{margin-bottom:10px}
.img-intro-none,.img-fulltext-none{text-align:center;padding-bottom:10px}
.img-intro-left{padding-bottom:10px}
.img-fulltext-left{float:left}
.img-intro-right{padding-bottom:10px}
.img-fulltext-right{float:right}
.img-intro-none img,.img-fulltext-none img,.img-intro-left img,.img-fulltext-left img,.img-intro-right img,.img-fulltext-right img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:95%}
h2 .contact-name{display:block}
p.readmore a,a.readmore{font-weight:bold}
.blog-more{padding:10px 5px}
.items-row{margin:0px;padding:0px 0px;overflow:hidden}
.article_column{padding:0}
.row_separator2{display:block;clear:both;margin:0;border:solid 0px}
.article_separator,.row_separator{display:none}
.published,.create{font-weight:bold;font-size:85%}
.modified,.createdby{opacity:0.5}
.componentheading,.contentheading{padding:0px 0px 10px;margin:0px}
#article-index{float:right;width:30%;margin-left:2%}
#article-index a.active{font-weight:bold}
.counter{padding:5px 0px}
.readon a{font-weight:bold}
#system-message dt.error,#system-message dt.notice,#system-message dt.message{display:none}
#system-message ul{padding:0 15px 0 25px;margin:0;list-style:none}
#system-message ul li{padding:0;margin:0;list-style:none;background:none}
#top-small-menu ul{padding:6px 10px 0 0;margin:0;overflow:hidden}
#top-small-menu ul li{display:inline;margin:0;padding:0 11px;font-size:11px;text-shadow:none;background:url(../images/top-small-menu-sep.gif) repeat-y 100% 0}
#top-small-menu ul li a{background:none;display:inline;margin:0;padding:0;color:#b7b7b7}
#top-small-menu ul li a:hover{color:#d9d9d9}
.dk_container{font-weight:400;line-height:13px}
.dk_container:focus{outline:0}
.dk_container a{cursor:pointer;text-decoration:none}
.dk_toggle{padding:3px 7px;width:auto !important;max-width:100%}
.dk_toggle:hover{}
.dk_focus .dk_toggle{}
.dk_focus .dk_toggle{}
.dk_open{ z-index:10}
.dk_open .dk_toggle{}
.dk_options{-moz-box-shadow:0px 2px 20px rgba(0,0,0,.25);-webkit-box-shadow:0px 2px 20px rgba(0,0,0,.25);box-shadow:0px 2px 20px rgba(0,0,0,.25)}
.dk_options a{font-weight:normal !important;padding:4px 7px}
.dk_options li:last-child a{border-bottom:none}
.dk_options a:hover,.dk_option_current a{-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:background-color !important;-ms-transition-property:background-color !important;-o-transition-property:background-color !important;-moz-transition-property:background-color !important;transition-property:background-color !important}
.dk_options_inner{max-height:250px}
.dk_options_inner,.dk_touch .dk_options{max-height:250px}
.dk_container{display:none;float:left;position:relative;background-image: url(../images/top-icons.png);background-repeat:no-repeat;background-position: 0px -35px;padding-left: 24px;}
.dk_container a{outline:0}
.dk_toggle{display:-moz-inline-stack;display:inline-block;*display:inline;position:relative;}
.dk_open{position:relative}
.dk_open .dk_options{display:block;top:28px !important}
.dk_open .dk_label{color:inherit}
.dk_options{display:none;margin-top:-1px;position:absolute;right:-50%;width:190px}
.dk_options a,.dk_options a:link,.dk_options a:visited{display:block}
.dk_options_inner{overflow:auto;position:relative;margin:0px;padding:8px 8px}
.dk_options_inner li{background:none;margin:0px;padding:1px 0px;list-style:none;}
.dk_touch .dk_options{overflow:hidden}
.dk_touch .dk_options_inner{max-height:none;overflow:visible}
#currency .dk_fouc select{position:relative;top:-99999em;visibility:hidden}
.dk_ie6 .dk_options{right:0}
.n-order .inputbox{width:60%}
.button2-left{float:left;margin:5px 10px 10px 0px}
.modal-button:hover,.button2-left .readmore a:hover{text-decoration:none}
.tool-tip{border-bottom-left-radius:5px 5px;border-bottom-right-radius:5px 5px;border-top-left-radius:5px 5px;border-top-right-radius:5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;-moz-box-shadow:0 0 0 1px #dedede,1px 2px 5px rgba(0,0,0,0.3);background:#fafafa;padding:10px}
.tool-title{font-weight:bold;padding:5px 0}
.weblinks .contentdescription img{margin:0 10px 20px 10px}
.weblinks td img{margin:3px 5px 0px 0px}
.contact_email label{float:left;line-height:36px;width:180px}
.contact_email{clear:both;padding:3px 0px}
.productPrice{font-weight:bold;white-space:nowrap}
.product-Old-Price{color:#900;text-decoration:line-through !important;background:none;font:normal 12px 'Ubuntu', Arial,Helvetica,sans-serif !important}
.moduletable_products table{border-spacing:0px !important;border-collapse:separate;width:104%;margin-left:-2%;display:table;margin-top:20px;margin-bottom:0px}
div.moduletable_products td:first-child,.vmgroup_products .first-col,ul.vmproduct-list li .first-col{background-image:none !important;margin-left:0px !important}
.moduletable_products table td,ul.vmproduct-list li .spacer,.vmgroup_products .spacer,.product .spacer,.category .spacer,.product .spacer{height:100%}
.moduletable ul.vmproduct-list li .spacer{height:100%}
.prod-det-button-handler{padding-bottom:6px}
.prod-det-button-handler .product-details{float:none}
.browseProductContent2{background:url(../images/td-prod-bg.png) repeat-y 226px 0}
.last .browseProductContent2{background:none}
.grid_4 .product-anchor-image{height:186px;display:block}
.grid_4 .product-anchor-image img{border:0;-webkit-box-shadow:none;box-shadow:none;-moz-box-shadow:none;width:100%;max-width:100%;height:100%}
.moduletable_products .featuredProductImage{margin:0px auto;margin-bottom:10px;max-width:100%}
.moduletable_products table td a.product-anchor-image{display:block;clear:both;width:100%}
.product-name{font-weight:bold;display:block;text-align:left;padding-bottom:6px;text-transform:uppercase;color:#434343;padding-left:8px}
.product-name a{color:#434343}
.moduletable_products table td span.product-Old-Price{color:#e25d5d;text-decoration:line-through !important;background:none;font:normal 12px 'Ubuntu',Arial,Helvetica,sans-serif !important;text-shadow:none;display:inline;padding:0}
.moduletable_products table td br{display:none}
.productPrice{float:left;text-align:left;font-weight:bold;padding:9px 0px 0px 10px}
.browseProductTitle .productPrice{float:right !important;text-align:right;width:20%;padding-top:0px}
form.form-add-to-cart{float:right;width:25%;padding-top:7px;text-align:left}
.highlight{font-weight:bolder}
.margin_top_20{margin-top:-20px}
#vmMainPage table tr td table tr td{border:0}
#facebox .popup{position:relative;border:1px solid rgba(0,0,0,0.05) !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;-webkit-box-shadow:3px 3px 0px rgba(0,0,0,0.2);-moz-box-shadow:3px 3px 0px rgba(0,0,0,0.2);box-shadow:3px 3px 0px rgba(0,0,0,0.2)}
#facebox .content{padding:0;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}
#facebox .content div{padding:25px}
#facebox .content div div{padding:3px 0px}
.form-validate.user div{clear:both}
.jicons-icons{float:left;margin-right:10px}
.contact-street,.contact-suburb,.contact-state,.contact-postcode,.contact-country{display:block;padding:2px 0px 6px 0px}
.contact-email label{float:left;width:30%}
.contact-input-box input,input.required,#jform_contact_message{width:60%}
.contact-slider{padding-top:15px}
ul.actions,ul.actions-featured{margin:0px 0px 0px 2px;padding:0px;text-align:center;list-style-position:outside;list-style-type:square;display:inline;float:right}
ul.actions li,ul.actions-featured li{background:none !important;display:block;float:left;line-height:1.7em;margin:0px 0px 0px 0px !important;padding:0px 0px 14px 8px !important}
.print-icon a,.email-icon a{display:block;opacity:0.6;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:opacity,-webkit-filter;-ms-transition-property:opacity;-o-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-filter:grayscale(1)}
.icons .dropdown-menu a { margin-left: 0px;}
.print-icon a:hover,.email-icon a:hover{opacity:1;-webkit-filter:grayscale(0)}
.article-details dl,ul.actions-featured dl{margin-bottom:0px}
.categories-list dt,.categories-list dd{display:inline}
.stats-module dt{font-weight:bold}
.stats-module dd{padding-left:10px}
.categories-list .item-title{font-weight:bold}
.article-info-term{display:none}
ul.pagenav{clear:both}
.pagenav li,.pagination ul li{background:none !important;display:inline;padding:0 10px 0 0;margin:0px}
.pagenav li a,.pagination ul li a{font-weight:bold}
.pagenav li a:hover,.pagination ul li a:hover{text-decoration:none}
.pagenav-next{float:right;padding-right:0px !important}
.image-left{float:left;margin:0px 10px 0px 0px}
.image-right{float:right;margin:0px 0px 0px 10px}
.contact-email div{clear:both}
.article-details{padding:10px 0px}
.tip-wrap{z-index:500000 !important}
.tip-wrap .tip{width:380px;font:normal 12px 'Ubuntu',Arial,Helvetica,sans-serif;background:rgba(0,0,0,0.80) !important;box-shadow:2px 2px 3px rgba(0,0,0,0.18);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.18);-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.18);border-bottom-left-radius:7px 7px;border-bottom-right-radius:7px 7px;border-top-left-radius:7px 7px !important;border-top-right-radius:7px 7px !important;-moz-border-radius:7px 7px 7px 7px;border:1px solid rgba(0,0,0,0.60) !important}
.tip-wrap .tip .tip-text{color:#fff;padding:5px 10px 10px 10px !important}
.tip-wrap .tip .tip-title{color:white;font-weight:bold;padding:10px 10px 5px 10px !important;text-align:left !important;color:#fff;font-weight:bold;padding:4px 0px;text-align:center;padding:0;margin:0;font-size:1em;font-weight:bold;margin-top:0px !important;background:none !important}
.button2-left .readmore{padding-top:8px}
.button2-left .readmore a{padding:6px 10px 7px 10px}
.edit .formelm label{float:left;width:30%}
.edit .formelm input{width:250px}
.edit .formelm select{width:265px}
.formelm-buttons{padding:10px 0px}
.calendar{margin:5px;vertical-align:middle;opacity:0.7;cursor:pointer}
.calendar:hover{opacity:1.0}
dt.tabs{float:left;margin:0px 10px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px}
dt.tabs span{border:1px solid rgba(0,0,0,0.1);border-bottom:none !important;display:block;height:21px;padding:6px 15px;-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px}
dt.tabs.open span{border:1px solid rgba(0,0,0,0.1);border-bottom:none !important;height:22px}
dt.tabs h3{font:300 15px "Ubuntu",Arial,Helvetica,sans-serif !important;margin:0px !important}
dl.tabs{clear:both;border-bottom:1px solid rgba(0,0,0,0.1);display:block;height:34px;padding-top:10px}
.contact .current{clear:both}
.contact-image{float:right}
.sl-3rd-parties{margin:0px auto}
#contact-form fieldset dt,.registration fieldset dt{float:left;width:25%}
#contact-form fieldset dd,.registration fieldset dd{width:73%;margin-bottom:6px}
.spacer .text #jform_spacer-lbl{font-size:11px !important;opacity:0.80 !important}
#finder-filter-select-list li{clear:both}
#finder-filter-select-list li label{width:95%;float:left}
#finder-filter-select-list li select{width:60%}
#finder-search fieldset{border:none !important;padding:0px 0px 10px 0px;margin:0px}
.result-title{font-size:140%;margin-bottom:15px !important;background-position:0px 6px;padding-left:0px !important;margin-top:15px}
.result-url{font-size:90%;font-style:italic;padding:4px 0px 15px 0px}
span.highlight{background:transparent;border-bottom:1px dotted}
div.toolbar-list a,div.toolbar-list a:hover{display:block;float:left;white-space:nowrap;border:none;padding:1px 5px;cursor:pointer}
.toolbar-list ul li{background:none;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
#admin-ui-tabs ul#tabs li{padding:4px 10px !important;width:10% !important}
#facebox .close{top:20px;right:20px}
.formelm label{width:30%;float:left}
.img-intro-left div.img_caption{width:99% !important;display:inline}
.word #search-searchword{padding:6px}
.phrases-box,.ordering-box{padding:7px 0px}
.phrases-box input[type="radio"],.only input[type="checkbox"]{margin:0px 5px 0px 5px}
fieldset.phrases,fieldset.word,fieldset.only,.search .form-limit{padding:20px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
fieldset.phrases legend,fieldset.only legend{padding:0px;margin:0px;font-size:16px;font-weight:700;letter-spacing:0px}

.contact-links ul li { padding: 0px; background-image: none; margin:0px 0px -1px 0px; }
.btn-primary, .btn, .btn-primary:hover { background-image: inherit; }
.categories-list h3.page-header.item-title { padding: 10px 0px; margin:0px;}
.categories-list h3.page-header.item-title a { display: inline; }
.category.list-striped li {margin:0px; background-image: none; }
li { margin-left: 0px; }
.contact dl dt { width: 30px; } .contact dl dd { margin-left: 30px; }

.mce-btn button, .mce-btn button:hover { background-color: transparent !important; }

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.editor [class^="icon-"]:before, .editor [class*=" icon-"]:before {
font-family: 'IcoMoon';
font-style: normal;
speak: none;
}

.editor .icon-file-add:before, .editor .icon-file-plus:before {
content: "\29";
}

.editor .icon-picture:before, .editor .icon-image:before {
content: "\2f";
}

.editor .icon-save-copy:before, .editor .icon-copy:before {
content: "\e018";
}

.editor .icon-eye-open:before, .editor .icon-eye:before {
content: "\3c";
}

.edit .icon-ok {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -288px 2px;
}

.edit .icon-cancel {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -314px 2px;
}

.icon-calendar {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -192px -120px;
}

.popout1 .product-price {
	min-height: 20px;
}

#jform_publish_down_img, #jform_publish_up_img { margin-top: 2px; }

.vm-pdf-button a, .vm-print-button a, .vm-email-button a {
	width: 24px;
	height: 24px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}

.vm-pdf-button a {
	background: url('../images/pdf_Button.png') no-repeat 0 0;
}

.vm-print-button a {
	background: url('../images/printButton.png') no-repeat 0 0;
}

.vm-email-button a {
	background: url('../images/emailButton.png') no-repeat 0 0;
}

.productdetails-view.productdetails h1 a {
	float: none !important;
	font-size: 12px;
}

#customer_notes_field {
	width: 100%;
	height: 60px;
}

.login-separtor {
	padding-bottom: 10px;
}


.output-shipto input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}

.cart-summary input[type="radio"], #userForm input[type="radio"], #paymentForm input[type="radio"] {
	float: left;
	margin-right: 10px;
}

.h-pr-details .paddingtop8, .spacer .paddingtop8 {margin-top: 0px !important;}

.span2.sp20 {
width: 19.2%;
margin-left: 1%;
}

#slideshow-handler {
margin-bottom:30px;
}

.hand-product-details {
	padding-top: 10px;
}

#virtuemart_currency_id_chzn { display: none; }

.cart-summary hr {
	display: none;
}

#customer_note_field {
	width: 95%;height:60px;
}

.well {
background-color: transparent;
border: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.btn {
text-shadow: none;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.page-header {
	border: 0;
}

/*end template.css*/
/*vm avant.css*/
.clr{clear:both;overflow:hidden;}
.general-bg,input.custom-attribute,input.quantity-input,.manufacturer-product-link a,input.vm-default,div.details,button.default{border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-decoration:none;padding:5px 5px 4px;}
span.custom-variant-inputbox input.custom-attribute:hover,span.quantity-box input.quantity-input:hover,input.vm-default:hover,span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover,table.user-details input:hover,a.details:hover,div.details:hover,button.default:hover{background-position:0 -40px;color:#000;text-decoration:none;}
.productdetails-view .spacer-buy-area input.addtocart-button {float:left;-webkit-border-radius:3px 3px 3px 3px !important;-moz-border-radius:3px 3px 3px 3px !important;border-radius:3px 3px 3px 3px !important; }
.terms-of-service.required{width:auto !important;}
.cart-summary fieldset label {
	display: inline;
}

.product-cart-row {
	padding: 5px 0px;
}

#cart .vm_cart_products  {
	padding: 0px 20px;
	height: 230px;
	overflow-y: auto;
}

.cartpanel .show-cart-link a {
	text-transform: uppercase;
	font-weight: 600;
}

.show-total-items {
	line-height: 34px;
	margin-right: 7px;
}

.total-items { line-height: 17px;font-size: 13px;}

.PricebasePriceVariant { white-space: nowrap; }

.product-cart-row {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px 0px;
}

.product-neighbours{color:#777;padding:0 0 15px;}

.product-neighbours, .product-neighbours a  {
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.product-neighbours {
	-webkit-transition-property: opacity;
	-ms-transition-property: bopacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	opacity: .8;
	-webkit-backface-visibility: hidden;
}

.product-neighbours:hover {
	opacity: 1.0;
}

.product-neighbours a {

}

.product-neighbours a.previous-page{background:url(../images/arrow-prev.png) no-repeat 0px 0px;padding: 0px;float:left;}
.product-neighbours a.previous-page:hover {}

.product-neighbours a.next-page{background:url(../images/arrow-next.png) no-repeat 0% 1px;padding: 0px;float:right;}
.product-neighbours a.next-page:hover {}


.productdetails-view h1{font-size:22px;margin:0 0 6px;padding:0;}
.productdetails-view.productdetails h1 a {
	display: inline;
	float: right;
}

.productdetails-view .product-short-description{margin: 4px 0px 10px 0 !important; text-align: left; }

.productdetails-view .product-short-description .module-arrow {
	position: absolute;
}

.product-additional-nav {
	margin-bottom: 10px;
	padding-bottom: 9px;
}

.back-to-category {
	line-height: 40px;
}

.productdetails-view .product-description,.product-fields{margin:15px 0 5px 0px;}
span.title{display:block;margin:0 0 6px;}
.product-packaging{margin:15px 0 0;}
.icons{text-align:right; float:right;}
.icons a {
	margin-left: 8px;
	opacity:0.6;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.icons a:hover {
	opacity: 0.9;
}

.additional-images img{margin-right:8px;width:50px;height:auto;}

.spacer-buy-area .product-price .PricesalesPrice {

	/*padding: 10px 0px;*/
	padding: 0;
}

.spacer-buy-area .product-price .PricesalesPrice span {
	letter-spacing: -1px;
	font-size: 250%;
}

.product-fields-title, .product-fields-title-wrapper { vertical-align: middle; }
.product-field-desc {
	display: block;
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax{text-decoration: line-through;font-weight: bold; color: #d95757;}
.productdetails-view .addtocart-bar{margin:0;padding:0px;width:auto;}
.availability{text-align:right;margin:10px 0px;}
.customer-reviews h4{margin:0 0 10px;padding:0 0 6px;}
.write-reviews{margin:20px 0 0;}
.write-reviews h4{text-align:left;}
.write-reviews h4 span{font: bold 12px 'Ubuntu',Arial, Helvetica, sans-serif;margin-left:8px;}
.write-reviews span.step{font-weight:700;display:inline-block;margin:0 0 8px;}
.write-reviews ul.rating{text-align:center;margin:0 0 20px;padding:0;}
.write-reviews ul.rating li{display:inline-block;list-style:none;text-align:center;padding:0 5px;}
.write-reviews ul.rating li span{display:block;}
.write-reviews textarea.virtuemart{margin-bottom:6px;display:inline-block;}
.list-reviews .normal{margin-bottom:8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:12px;background-color: rgba(0,0,0,0.04);border: 1px solid rgba(0,0,0,0.05);}
.list-reviews .normal blockquote,.list-reviews .highlight blockquote{margin-top:12px;font-size:12px;word-wrap:break-word;}
.list-reviews .highlight{font-weight:normal;margin-bottom:8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:12px;background-color: rgba(0,0,0,0.07);}

.list-reviews span.date{float:right;display:block;position:relative;top:-12px;right:-12px;font-size:10px;padding:4px 6px 2px;}

span.variant-dropdown{width:150px;float:left;display:block;margin-bottom:5px;}
span.variant-dropdown select{width:150px;}
span.custom-variant-inputbox{width:152px;float:left;display:block;margin-bottom:5px;}
input.custom-attribute{width:140px;}
span.quantity-box{float:left;width:27px;padding-top:0px;}
input.quantity-input{height:32px;width:25px;text-align:center;font-weight:700;padding:2px;}
span.quantity-controls{width:24px;float:left;padding-top:0px;margin:0 0 2px 0px; padding-right: 5px; }

span.quantity-controls input.quantity-controls{line-height:17px;height:20px;border:none;width:24px;margin:0px !important;padding:0px;font-size: 14px;font-weight:bold;
background-image: none;background-repeat:no-repeat;
font-family: "FontAwesome", "FontAwesome 5", "Font Awesome 5 Free"
}

span.quantity-controls input.quantity-plus{
	background-position: 50% 5px;
	-webkit-border-radius: 0px 3px 0px 0px !important;
	-moz-border-radius: 0px 3px 0px 0px !important;
	border-radius: 0px 3px 0px 0px !important;
}
span.quantity-controls input.quantity-minus{
	background-position: 50% -14px;
	margin-top:-5px !important;
	-webkit-border-radius: 0px 0px 3px 0px !important;
	-moz-border-radius: 0px 0px 3px 0px !important;
	border-radius: 0px 0px 3px 0px !important;
}

span.quantity-controls {
	position: relative;
}

span.quantity-controls .quantity-controls.quantity-plus, span.quantity-controls .quantity-controls.quantity-minus {
	position: absolute;
}

span.quantity-controls .quantity-controls.quantity-plus {
	top: 0px;
	left: 0px;
}

span.quantity-controls .quantity-controls.quantity-minus {
	top: 25px;
	left: 0px;
}

.spacer .addtocart-bar {
position: relative;

}

.spacer .addtocart-bar .quantity-box, .spacer .addtocart-bar span.quantity-controls {
	position: absolute;
	top: 0px;
	opacity: 0;
	transition: opacity 500ms, top 500ms;
}

.spacer:hover .addtocart-bar .quantity-box, .spacer:hover .addtocart-bar span.quantity-controls {
	top: -48px;
	opacity: 1;
}

.spacer .addtocart-bar .quantity-box {
	left: 35.2%;
	width: 15%;
}

.spacer .addtocart-bar span.quantity-controls {
	right: 35.2%;
	width: 15%;
}

.spacer .addtocart-bar span.quantity-controls input.quantity-controls {
	width: 100% !important;
}

.spacer .addtocart-bar .quantity-box .quantity-input {
	width: 100%;
	padding: 4px 0px;
	-webkit-border-radius: 3px 0px 0px 3px !important;
	-moz-border-radius: 3px 0px 0px 3px !important;
	border-radius: 3px 0px 0px 3px !important;
}

.spacer:hover .addtocart-bar .quantity-box, .spacer:hover .addtocart-bar .quantity-controls {

}

.h-pr-title {

	font-size: 14px;

	letter-spacing: 0px !important;
}

.addtocart-bar{margin:0 auto;padding:0;width:auto;text-align:center;}
span.addtocart-button{margin:0px;}
span.cart-images img {
    float: left;
    margin: 0;
    width: 45px;
}
span.addtocart-button input.notify-button{width:152px;background-position:0 -160px;color:#fff;border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:14px;cursor:pointer;height:34px;text-align:center;letter-spacing:1px;padding:4px 5px;}
span.addtocart-button input.addtocart-button-disabled {width:auto;background:#f2f2f2 top repeat-x;border:solid #333 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:14px;cursor:pointer;height:34px;text-align:center;letter-spacing:1px;padding:4px 5px;color:#333;margin:10px 0px 0px 0px;}

.spacer h2 a, .spacer h2 a:hover {
	text-decoration: none;
}

.spacer h3, .spacer .product-price {
	transition: opacity 500ms;
}

.spacer:hover h3, .spacer:hover .product-price {
	opacity: 0.3;
}

.category-view .row .category .spacer h2{margin:0;padding:0;}
.category-view .row .category .spacer h2 a{font-size:14px;display:block;text-align:center;}
.category-view .row .category .spacer h2 a img{margin-top:6px;max-width:100%;height:auto;}

.orderby-displaynumber{margin:10px 0;padding:10px 0;}
.orderlistcontainer{font-size:12px;display:inline-block;text-decoration:none;margin:0 15px 0 0;}
.orderlistcontainer div.activeOrder{background: rgba(255,255,255,0.7) 100% 4px no-repeat url(../images/vmgeneral/arrow_down.png);cursor:pointer;font-size:100%;padding:2px 24px 1px 0px;}
.orderlistcontainer a{text-decoration:none;display:block;}
.orderlistcontainer a:hover{text-decoration:underline;display:block;}
.orderlistcontainer div.orderlist{display:none;position:absolute;background:rgba(255,255,255,0.8);cursor:pointer;box-shadow: 0px 0px 15px rgba(0,0,0,0.3);z-index:99;}
.orderlistcontainer div.orderlist div{padding:5px 10px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.orderlistcontainer div.orderlist div:hover{}

.ask-a-question-view .product-summary{border-bottom:solid #cccccc 1px;margin:25px 0 0;padding:0 0 10px;}
.ask-a-question-view .product-summary h2{font-size:16px;margin:0;padding:0;}
.ask-a-question-view .product-summary .short-description{margin-top:6px;}
.ask-a-question-view .product-summary img.product-image{max-width:100%;max-height:100%;width:auto;height:auto;}
.ask-a-question-view .form-field textarea.field{width:394px;background:#fff;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-align:left;padding:12px;}
.ask-a-question-view .form-field textarea.field:hover{background:#fff;color:#000;}
.ask-a-question-view .form-field .submit{ }
.ask-a-question-view .counter { width: auto !important; }

.vmquote{font-size:smaller;}
.manufacturer-details-view img{float:right;margin:0 0 10px 20px;}
.manufacturer-details-view .email-weblink a{margin-right:15px;}
a.ask-a-question{margin-bottom:8px;}
a.ask-a-question:hover{color:#777;text-decoration:none;}
input.vm-default{margin-bottom:2px;}

.write-reviews input.vm-default, .write-reviews input.vm-default:hover {
	width: 50px;
	font-size: 12px;
	font-weight: bold;
}

div.details{background-position:0 0;display:inline-block;padding:3px 8px 1px;}
a.details:hover,div.details:hover{background-position:0 -40px;color:#777;}
span.details-button{ margin:0 0 0 10px;}
span.details-button input.details-button {color:#135CAE;border:1px solid #CAC9C9 ;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;cursor:pointer; text-align:center;padding:3px 8px 1px;}
.coupon{margin-bottom:0px !important;}
button.default{display:inline-block;cursor:pointer;padding:5px 8px 4px;}
button.default:hover{color:#777;}
a.highlight,a.highlight:visited{border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:12px;display:inline-block;text-decoration:none;background-position:0 -160px;color:#fff;padding:3px 8px 1px;}

p.product_s_desc{margin-bottom:6px;padding:0;text-align:left;}
span.stock-level{font-size:10px;}

.h-pr-details .vmicon {margin: 0px; }

.horizontal-separator{height:1px;margin:10px 0;}
.invalid{color:#000;border-color:red;}
.page-results{margin-top:25px;text-align:right;}
.control-buttons button.default{margin-left:8px;}
table.user-details input{margin-bottom:2px;padding:5px 5px 4px; width:60%}
table.user-details input:hover { background: inherit !important; }
table.user-details input.invalid{margin-bottom:2px;padding:5px 5px 4px;}
table.user-details{margin-bottom:25px;}
table.user-details input[type="checkbox"] , table.user-details input[type="radio"] {width:20px}

.div-table-seperator {padding: 5px 0px; }

.userfields_info {
	display: block;
	padding: 15px 0px 5px 0px;
}

td.key{padding:0 6px; width: 150px;}
.cart-view h1{font-size:20px;margin:0;padding:0 0 10px;}
.cart-view h2{font-size:12px;margin:0;padding:0;}
.checkout-button-top{text-align:right;padding:10px 0;margin:10px 0px;}
.checkout-button-top input.terms-of-service{margin-right:10px;display:inline-block;}
span.tos{display:inline-block;margin-right:15px;}
.billto-shipto{margin:10px 0 0;padding:10px 0 25px;}
.billto-shipto span,a.terms-of-service{display:inline-block;font-size:14px;}
#full-tos {display: none;}
.output-billto span.titles,.output-shipto span.titles{width:150px;float:left;}
.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip{float:left;margin-right:3px;}
table.cart-summary tr th{border-bottom:solid #E9E8E8 1px;padding:6px 10px;}
.customer-comment{ margin:10px 0 0;padding:10px 0 0;}
textarea.customer-comment{margin-bottom:2px;text-align:left;padding:5px 5px 4px;height:60px;width:90%;}
div.terms-of-service{ margin:10px 0 0;padding:10px 0 15px; display : inline;}
.terms-of-service h5{background:#7C1E21;color:rgba(255, 255, 255, 0.9);font-size:14px;text-align:center;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-weight:400;margin:0;padding:15px;}
.terms-of-service h5 a,.terms-of-service h5 a:visited{color:#fff;text-transform:uppercase;}

ul.VMmenu,.VMmenu ul,.VMmenu li{list-style-type:none!important;background-image:none!important;padding:0px;}
.VMmenu li div {
	position: relative;
}
.VmArrowdown{
	background: 50% 50% no-repeat url(../images/vmgeneral/arrow_down.png);
	cursor: pointer;
	float: right;
	width: 22px;
	height: 22px;
	padding: 0;
	position: absolute;
	right: -5px;
	top: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color !important;
	-ms-transition-property: background-color !important;
	-o-transition-property: background-color !important;
	-moz-transition-property: background-color !important;
	transition-property: background-color !important;
}

.VmOpen ul {
	padding: 0px;
	margin: 0px;
}

#ui-tabs ul#tabs{list-style-type:none;overflow:hidden;margin:0;padding:20px 20px 0;}
#ui-tabs ul#tabs li{display:inline-block;cursor:pointer;background:#f2f2f2;padding:10px 20px 7px;}
#ui-tabs ul#tabs li.current{display:inline-block;background:#ccc;color:#444;}
#ui-tabs .tabs{padding:20px;}
#ui-tabs .dyn-tabs{overflow:auto;display:none;}
.clear,br.clear{clear:both;height:1px;overflow:hidden;}
.floatright,span.floatright{float:right;}
.floatleft,span.floatleft{float:left;}
li.floatleft {
	padding: 0px;
}

.vmproduct .productdetails {
	margin-bottom: 15px;
}

ul.vmproduct.product-details {
	margin: 0;
	padding: 0 0px 15px 0px;
}

.tab-content ul.vmproduct.product-details {
	padding: 0px;
}

ul.vmproduct.product-details li.span12 {
	margin: 0px;
	padding: 0px;
	background: none;
}

span.bold{font-weight:700;}

.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:25%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{width:30%;}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{width:70%;}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{width:100%;}


.vmicon, .vmiconFE{background:url(../images/vm2-sprite.png) no-repeat top left;}
.vm2-add_quantity_cart{background-position: 0 0;width: 28px !important;height: 26px;border: 0px;cursor: pointer;}
.vm2-arrow_down{background-position:0 -72px;width:16px;height:16px;}
.vm2-billto-icon{background-position:0 -138px;height:28px;margin-right:6px;vertical-align:middle;width:28px;border :0px;}
.vm2-remove_from_cart{background-position: 0 -212px;border: 0 none;cursor: pointer;display: inline-block;height: 32px;vertical-align: middle;width: 26px;padding:0px;margin:0px 2px;}
.vm2-shipto-icon{background-position:0 -284px;height:28px;margin-right:6px;vertical-align:middle;width:28px;}

.cart-summary form.inline input.inputbox { width: 30px !important; }

.vm2-stars0{background-position:0 -358px;width:64px;height:13px;}
.vm2-stars1{background-position:0 -421px;width:64px;height:13px;}
.vm2-stars2{background-position:0 -484px;width:64px;height:13px;}
.vm2-stars3{background-position:0 -547px;width:64px;height:13px;}
.vm2-stars4{background-position:0 -610px;width:64px;height:13px;}
.vm2-stars5{background-position:0 -673px;width:64px;height:13px;}
.vm2-stars_0{background-position:0 -736px;width:64px;height:13px;}
.vm2-stars_1{background-position:0 -799px;width:64px;height:13px;}
.vm2-stars_2{background-position:0 -862px;width:64px;height:13px;}
.vm2-stars_3{background-position:0 -925px;width:64px;height:13px;}
.vm2-stars_4{background-position:0 -988px;width:64px;height:13px;}
.vm2-stars_5{background-position:0 -1051px;width:64px;height:13px;}
.vm2-lowstock{background-position:0 -1114px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-nostock{background-position:0 -1179px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-normalstock{background-position:0 -1244px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-termsofservice-icon{background-position:0 -1309px;height:26px;margin-right:6px;vertical-align:middle;width:26px;display:inline-block;}
#tosAccepted { margin: 0px 10px 0px 0px !important; }
.vm2-modallink{height:16px;margin-left: 3px;vertical-align:top;width:16px;display:inline-block; background: url("../images/icon_external_link.gif") no-repeat scroll left top transparent;}
.vm2-warning{background-position:0 -1383px;width:50px;height:40px;}
.vendor-store-desc,.category-view,.featured-view,.latest-view,.topten-view,.recent-view,.related-products-view,.browse-view,.order-view{margin-bottom:25px;clear:both;}
.main-image,.featured-view .product,.latest-view .product,.topten-view .product,.recent-view .product,.related-products-view .product,.center,span.center{text-align:center;}

.category_description { clear: both; }

.productdetails-view.productdetails .main-image {
	padding: 10px 0px;
}

.product-field-display select {
	line-height: 26px;
}

.vmproduct li { background-image: none; }

.button.addto-cart-link {
	background-image: url('../images/add-to-cart-button.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	text-indent: -99999px;
	float: right;
	width: 32px;
	height: 32px;
	padding: 0px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-position !important;
	-ms-transition-property: background-position !important;
	-o-transition-property: background-position !important;
	-moz-transition-property: background-position !important;
	transition-property: background-position !important;
}

.category-view .spacer:hover .button.addto-cart-link,
.latest-view .spacer:hover .button.addto-cart-link,
.topten-view .spacer:hover .button.addto-cart-link,
.recent-view .spacer:hover .button.addto-cart-link,
.featured-view .spacer:hover .button.addto-cart-link,
.vmproduct .productdetails .spacer:hover .button.addto-cart-link,
.browse-view .spacer:hover .button.addto-cart-link {
	background-position: 5px -59px;
}

.category-view .spacer:hover .button.addto-cart-link:hover,
.latest-view .spacer:hover .button.addto-cart-link:hover,
.topten-view .spacer:hover .button.addto-cart-link:hover,
.recent-view .spacer:hover .button.addto-cart-link:hover,
.featured-view .spacer:hover .button.addto-cart-link:hover,
.vmproduct .productdetails .spacer:hover .button.addto-cart-link:hover,
.browse-view .spacer:hover .button.addto-cart-link:hover {
	background-position: 5px -123px;
}

.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.featured-view .spacer,
.vmproduct .productdetails .spacer,
.browse-view .spacer, .product .spacer {
	text-align: center;
	border-width: 1px;
	padding: 5px;
	border-style: solid;
}


.latest-view .spacer:hover,
.topten-view .spacer:hover,
.recent-view .spacer:hover,
.featured-view .spacer:hover,
.vmproduct .productdetails .spacer:hover,
.browse-view .spacer:hover {

}


.vmproduct .productdetails .spacer .product-price, .h-pr-details .product-price {
	border: 0 !important;
}

.vmproduct .productdetails .spacer .product-price .PricesalesPrice {
	font: 700 110%/20px 'Ubuntu', Arial, Helvetica, sans-serif;
}

.pr-add {
	text-align: left;
	padding: 5px 15px;
}

.pr-add-bottom,
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .product .spacer h2,
.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	padding: 12px 0px 3px 0px
}

.browse-view .product .spacer h2,
.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	margin: 2px 0px 0px 0px;
}

.pr-add-bottom .product-price {
	padding: 6px 0px;
}

.pr-add a {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.pr-add a, .pr-add a:hover {
	text-decoration: none;
}

.pr-add-left {
	float: left;
	text-align: left;
}

.pr-add-left .PricesalesPrice, .pr-add-left .go-to-product {
	text-align: left;
}

.pr-add-left .product-price {
	margin: 0px;
}

.pr-add-right {
	float: right;
}

.productdetails-view.productdetails .category-view {
	margin: 25px 0px;
}

.main-image img.product-image,.featured-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}

.additional-images,.output-billto,.output-shipto{margin:10px 0;}

.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{margin:10px 0 0;}
.customer-reviews,.ask-a-question-view .form-field{margin:25px 0 0;}
span.variant-name,span.custom-variant-name{width:100px;float:left;display:block;margin-bottom:5px;}
span.addtocart-button input.addtocart-button:hover,span.addtocart-button input.notify-button:hover,input.highlight-button:hover,a.highlight:hover{color:#f2f2f2;}
span.addtocart-button input.addtocart-button{height:40px;}

.spacer .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
	display: inline-block;
	height: 30px;
	padding:0px 10px 0px 40px;
	background-image: url(../images/add-to-cart-button.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 12px;
	text-transform: uppercase;
}

.category-view .spacer .spacer-handler, .latest-view .spacer .spacer-handler, .topten-view .spacer .spacer-handler, .recent-view .spacer .spacer-handler, .featured-view .spacer .spacer-handler, .vmproduct .spacer .spacer-handler, .browse-view .spacer .spacer-handler {
	margin: 0px 0px 0px 0px !important;
	text-align: center;
}

.row-fluid .product {
	margin-bottom: 15px;
}

.spacer h3,.browse-view .spacer h2, .browse-view h1, .manufacturer-details-view h1{
	letter-spacing:0px;
	font-size:16px;
	margin:1px;
	text-transform: none;
	font-weight:400;
	letter-spacing: -1px;
}
.browse-view .product .spacer h2.h-pr-title {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.browse-view .product .spacer .product_s_desc {
	font-style: normal;
	font-weight: normal;
	float: left;
	clear: both;
	padding-top: 0;
	width: 100%;
}
.featured-view .spacer h3 a,.latest-view .spacer h3 a,.topten-view .spacer h3 a,.recent-view .spacer h3 a,.related-products-view .spacer h3 a,.browse-view .row .product .spacer h2 a {
	text-decoration: none;
}

.browse-view h1, .manufacturer-details-view h1 {
	padding: 15px 0px;
}

.product-price {
	margin: 8px 0px 20px 0px;

}

span.PricesalesPrice, .spacer-buy-area .product-price .PricesalesPrice {

	font: 700 125% 'Ubuntu', sans-serif;
}

.featured-view .spacer span,.latest-view .spacer span,.topten-view .spacer span,.recent-view .spacer span,.related-products-view .spacer span,.browse-view .row .product .spacer span{ }
.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{max-width:90%;height:auto;}
.display-number,.right{text-align:right !important;}
.ask-a-question-view,.manufacturer-details-view .spacer{padding:30px;}
.ask-a-question-view h1 {font-size:18px;margin:0;padding:0;}
#userForm select,.width80{width:61%;}
.manufacturer-product-link {display:none;}

.manufacturer-email { padding:3px 0px 3px 22px; background: url(../images/email.png) no-repeat 0px 50%;}
.manufacturer-url { padding:3px 0px 3px 22px; background: url(../images/weblink.png) no-repeat 0px 50%;}
.manufacturer-description {padding: 3px 0px }

ul.vmmanufacturer {
	padding:0px;
	margin: 0px;
}

.man-sp-handle {
	text-align: center;
	padding: 10px 10px;
}

.man-main-handler [class*="vmmanufacturer"]:first-child {
	border-top: 0px;
}

.man-main-handler {
	padding: 15px 0px;
}


.man-main-handler img {
	opacity: 0.5;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity !important;
	-ms-transition-property: opacity !important;
	-o-transition-property: opacity !important;
	-moz-transition-property: opacity !important;
	transition-property: opacity !important;
	-webkit-backface-visibility: hidden;
}

.man-main-handler img:hover {
	opacity: 1.0;
}


label.invalid,span.red{color:red;}
.output-billto span.values,.output-shipto span.values,.floatleft,span.floatleft{float:left;}
.output-billto span.values,.output-shipto span.values {padding-right:5px;}
.joomlaCoreField {background-color: #FFFFDD;}

.display-number select {
	width: auto;
}

.vm-pagination {
	clear: both;
	padding: 5px 0px;
	float: left;
	clear: both;
	width: 100%;
}

.vm-pagination div{ }
.vm-pagination ul{padding:0px; margin: 0px; float:left;}
.vm-pagination ul li{display: inline;background: none;}
.vm-pagination  .counter{text-align: right !important;}


.vm-pagination ul > li > a, .vm-pagination ul > li > span {
	float: left;
	padding: 6px 10px;
	line-height: 14px;
	background-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
	border: 0px;
}

.vm-pagination ul li {
	background: none !important;
	display: block;
	float: left;
	padding: 0 4px 4px 0 !important;
	margin: 0px;
}

.vm-pagination ul li a {
	font-weight: bold;
	padding: 6px 10px;
	display: block;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	text-transform: none !important;
	text-decoration: none;
	font-size: 13px;
	border: 0;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color !important;
	-ms-transition-property: background-color !important;
	-o-transition-property: background-color !important;
	-moz-transition-property: background-color !important;
	transition-property: background-color !important;
}


.vm-bottom div{text-align:center !important;}
.vm-bottom ul{text-align:center !important;}
.vm-bottom ul li{display: inline;}
.vm-bottom  .counter{text-align: right !important;}

td.orders-key{font-weight: bold; text-align: left; }

/* Manufacturer View Default */
.manufacturer-view-default .row .manufacturer .spacer {padding: 6px;}
.product-field-display a img{display: block;}
.product-related-products, .product-related-categories{border-top:solid #ccc 1px;padding-bottom: 10px;}
.product-fields .product-field-type-P{clear: both; border-bottom: 1px solid #EEEEEE; margin-top: 18px;}
.product-field-type-P .product-fields-title{ font-size: 120%;}
.product-field-type-B,.product-field-type-S,.product-field-type-I{padding-left:3%;float:left;width:30%}
.product-fields-title{ font-weight: bold;}

.product-field {
	padding-bottom: 10px !important;
}

.product-fields-title-wrapper {
	line-height: 30px;
}

.vm-customfield-mod img,.vm-customfield-cart img{ vertical-align: middle; width: 16px;}
.vm-img-desc{display:block;}
.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost{padding:0 2px;}
.vmpayment_description,.vmshipment_description {padding: 0 2px;
display: block;
opacity: 0.5;}
.vmpayment_cardinfo {color:gray;font-size:9px;}
.virtuemart_search .inputbox{vertical-align :middle}
/* Custom Field Images */
.product-fields .product-field,.product-related-categories .product-field{
width: auto;
float: none;
display: block;
margin-bottom: 5px;
padding: 0px 0px 5px 0px;
}

.product-fields .product-field label.other-customfield {width:25%;float:left;position:relative;top:20px;left:-18px;margin-bottom:27px;text-align:center;}  /* For 4 images across use width:17% */
.product-fields .product-field input[type=radio] {position:relative;left:33px;}
.product-fields .product-field .vm-img-desc {font-size:9px;}

.span6.floatleft span.vote {
	display: block;
	text-align: center;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}

.quantity-input.js-recalculate {
	padding: 4px 2px 4px 2px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: none !important;
	-webkit-border-radius: 3px 3px !important;
	-moz-border-radius: 3px 3px !important;
	border-radius: 3px 3px !important;
	margin: 0px !important;
}

input.quantity-input {
	padding: 4px 2px 4px 2px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: none !important;
	-webkit-border-radius: 3px 0px 0px 3px !important;
	-moz-border-radius: 3px 0px 0px 3px !important;
	border-radius: 3px 0px 0px 3px !important;
	margin: 0px !important;
}

.ask-a-question {
	clear: both;
}

/* some more styles */
.priceColor2{color:gray;}
.line-through{text-decoration:line-through}
.inline{display: inline;}
td.pricePad{padding-right: 10px;}
td.priceCol{white-space:nowrap;}
div.spaceStyle{padding: 0px; margin: 5px; spacing: 0px;}
.vm-notice{color: #CC0000;}
.buttonBar-right{text-align: right; width: 100%;}
.userfields_info{font-weight: 300;font-size:18px;}
.ratingbox {
	position:relative;
	display:block;
	width:120px;
	height:24px;
	background:url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
	cursor: pointer;
}
.ratingbox div, .ratingbox span {
	background:url(../images/color-stars.png) repeat-x;
	display:block;
	width:1%;
	height:24px;
	position:absolute;
	cursor: pointer;
}
.stars-orange{background-position:0 0 !important;display: block;height: 24px;}
.stars-red{background-position:0 -54px !important;}
.stars-green{background-position:0 -108px !important; }
.stars-blue{background-position:0 -162px !important;}
.stars-purple{background-position:0 -216px !important;}

#com-form-login-remember label {display: inline; }
.billto-shipto.row-fluid .span6 {
	padding-bottom: 10px;
}

.vm-button-correct, .vm-button-correct:hover {
	border: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

/* Products Slider*/

.sl-item-0 { margin-left: 0 !important; }

.product-sl-handler{position:relative;}
.product-sl-handler ol {
	position:absolute;
	text-align:right;
	margin: 0px !important;
	padding: 0px !important;
	top:-50px;
	right: 0px;
}
.product-sl-handler ol li {
	text-align: left;
	list-style: none;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin: 0px 5px;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	float:left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.product-sl-handler ol li.prev {

}

.product-sl-handler ol li.next {

}

.product-sl-handler ol li.prev, .product-sl-handler ol li.next {
	border: 0 !important;
	opacity: 1;
	display: inline-block;
}

.product-sl-handler:hover ol li.prev, .product-sl-handler:hover ol li.next {
	opacity: 1;
}

.category-view .row-fluid .category img,
.category-view .row-flex .category img,
.row-fluid .spacer img,
.row-flex .spacer img {
	-webkit-backface-visibility: hidden;
}


.category-view .row-fluid .category,
.category-view .row-flex .category,
.row-fluid .spacer,
.browse-view .spacer,.product .spacer,
.flickity-slider .product .spacer {
	opacity: 1;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-filter, border-color;
	-ms-transition-property: opacity, border-color;
	-o-transition-property: opacity, border-color;
	-moz-transition-property: opacity, border-color;
	transition-property: opacity, -webkit-filter, border-color;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.category .spacer,.category .spacer img {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.category .spacer h2 a {
	position: relative;
}

.spacer .pr-img-handler img {
	opacity: 1;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.spacer:hover .pr-img-handler img {
	opacity: 0.5;
}

.category .cat-title {
	display: block;
	font-size: 12px;
	line-height: 13px;
	padding: 9px 0px;
	font-weight: 400;
	letter-spacing: 0px;
}

.category-view .row-fluid .category .spacer h2 a .cat-title.
.category-view .row-flex .category .spacer h2 a .cat-title {
	-webkit-backface-visibility: hidden;
	text-align: center;
	display: block;
	vertical-align: middle;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: position, bottom;
	-ms-transition-property: position, bottom;
	-o-transition-property: position, bottom;
	-moz-transition-property: position, bottom;
	transition-property: position, bottom;
	bottom: 0px;
}

.category-view .row-fluid:hover .category:hover .spacer h2 a .cat-title,
.category-view .row-flex:hover .category:hover .spacer h2 a .cat-title {
	position: absolute;
	bottom: 32%;
	text-align: center;
	width: 100%;
}

.category-view .row-fluid:hover .category:hover .spacer,
.category-view .row-flex:hover .category:hover .spacer {
	padding-bottom: 31px;
}

.category .spacer:hover img {
	opacity: 0.1;
}

.category h2 {margin:0px;padding:0px;overflow:hidden;}

.category-view h4, .featured-view h4 { display: none; }

.pr-img-handler {
	position: relative;
	width: 100%;
}

.row-fluid .spacer .pr-img-handler .popout-price {
	opacity: 0;
	position: absolute;
	top: 70%;
	left: 15%;
	width:70%;
	height: 38px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.popout-price > .PricesalesPrice {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.4);
}

.row-fluid .spacer:hover .pr-img-handler .popout-price {
	opacity: 1;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details,
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image {
	width: 40px;
	height: 40px;
	background-image: url(../images/product-details.png);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image {
	background-position: 0px 0px;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details {
	text-indent: -9999px;
	padding:0px !important;
	margin: 0px;
	background-position: -52px 0px;
	display: block;
}

.row-fluid .spacer .pr-img-handler .popout-price .popout-price-buttons-handler {
	position: relative;
	width: 100%;
	height: 36px;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image a {
	display: block;
	width: 40px;
	height: 40px;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image img {
	display: none;
}

.row-fluid .spacer .popout-price-buttons-handler {
	position: relative;
}

.row-fluid .spacer .popout-price-buttons-handler .show-pop-up-image,
.row-fluid .spacer .popout-price-buttons-handler .product-details {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: absolute;
	top: 0px;
	opacity: 0;


}

.row-fluid .spacer .popout-price-buttons-handler .show-pop-up-image {
	left:0%;
	-webkit-transition-property: opacity, left, background-color;
	-ms-transition-property: opacity, left, background-color;
	-o-transition-property: opacity, left, background-color;
	-moz-transition-property: opacity, left, background-color;
	transition-property: opacity, left, background-color;
}

.row-fluid .spacer .popout-price-buttons-handler .product-details {
	right:0%;
	-webkit-transition-property: opacity, right, background-color !important;
	-ms-transition-property: opacity, right, background-color !important;
	-o-transition-property: opacity, right, background-color !important;
	-moz-transition-property: opacity, right, background-color !important;
	transition-property: opacity, right, background-color !important;
}

.row-fluid .spacer:hover .popout-price-buttons-handler .show-pop-up-image {
	left: 50%;
	margin-left: -48px;
	opacity: 1;

}

.row-fluid .spacer:hover .popout-price-buttons-handler .product-details {
	right: 50%;
	margin-right: -48px;
	opacity: 1;

}

.product-field-display select { width: 100%; }

.marginbottom12 {
	margin-bottom: 12px;
}

.is-empty {
	white-space: nowrap;
	float: right;
    padding: 11px 10px;
	font: 700 18px "Ubuntu", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.open-cart-panel-button {
/*	text-indent: -9999px;*/
}

.action-handler {
	position: relative;
	text-align: center !important;
}

button.vmicon,button.vmicon:hover { background-color: transparent !important;padding:0px !important; }
.cart-summary .quantity-input.js-recalculate, .cart-summary input.quantity-input {background:#ffffff !important;font-size: 14px !important;color:#393939 !important;border:1px solid #cfcfcf !important;padding:0px 2px !important;}

/*end vm avant.css*/
div#myTabContent.tab-content div#question.tab-pane.fade.active.in div.ask-a-question-view h1 {display:none;}
/* change layout product detail page price */
.vmgroup_products .vmproduct .productdetails .spacer .product-price .PricesalesPrice {float:none !important;}
.PricepriceWithoutTax.vm-display.vm-price-value {float: left !important;}
.productdetails-view .PricepriceWithoutTax .vm-price-desc {float: left !important;}
.productdetails-view .PricepriceWithoutTax {line-height: 34px !important;}
.productdetails-view .PricepriceWithoutTax .PricepriceWithoutTax {padding: 0 5px;}
.productdetails-view .vm-price-desc {float: right;font-family: "Ubuntu", Arial, Helvetica, sans-serif !important; font-size:14px !important;line-height:34px !important;}
.PricesalesPrice.vm-display.vm-price-value {float: left;}
span.price-crossed div.PricebasePriceWithTax.vm-display.vm-price-value span.vm-price-desc {float: left !important;}
/* span.price-crossed .productdetails-view .vm-price-value {line-height:26px !important;} */
span.price-crossed .PricebasePriceWithTax {line-height:28px !important;}
div.shipping_info {width: auto !important;line-height:34px !important; }
.shipping_info span {float: left;}
a.shipping_info {float: none !important;line-height:34px !important;}
div.shipping_info {width: 100%; }
div.browse-view div.PricepriceWithoutTax.vm-display.vm-price-value span.vm-price-desc {display:initial !important;font-size: 100% !important;}
div.browse-view .vm-price-desc {display:none;}
div.browse-view .price-crossed .vm-price-desc {display:initial;}
div.browse-view div.PricesalesPrice.vm-display.vm-price-value {float: none !important; }
div.browse-view .PricepriceWithoutTax.vm-display.vm-price-value {float: none !important;}
div.browse-view span.PricepriceWithoutTax {font-weight: 600;}
.productdetails-view .product-short-description {font-size: 120%;}
.product-sku .product-field, .product-sku .product-fields {padding-bottom: 0px !important;margin:0px !important;}
.productdetails-view .product-fields {margin: 0 0 5px 0;}
/*                          */
.rl_tooltips-link {border-bottom: 0px;}
div.moduletable.roundedcornersmodule {border: 0!important; color:#fff;}
.product_alert {
	padding-top: 10px;
padding-bottom: 10px; }
/** div.productdetails-view.productdetails div.product-fields div.product-field.product-field-type-E.row-fluid div span.product-field-display div#productbundles_wrapper_386.productbundles_wrapper div.productbundles_item_wrapper div.productbundles_item_wrapper_inside form.productbundles_form.productbundles-recalculate div.productbundles_productcustomfields {display: none;} */
.orderlistcontainer {display: none;}
/**************************** filter **********************************/
div.moduletable.filter .cf_flt_header_text {/*text-transform: capitalize;*/display:none;}
.headexpand {display: none;}

div.moduletable.filter .cf_flt_wrapper select {display: inline-block;font-size: 14px;font-weight: 700;height: 30px;position: relative;}
div.moduletable.filter .cf_flt_wrapper select:focus { font-size: 14px; }
div.moduletable.filter .cf_flt_wrapper_ltr {float: left;position:relative;}
div.moduletable.filter .inside_module {
	padding-bottom: 10px;

}
#lofmenu_virtuemart,div.moduletable.filter .cf_flt_wrapper { padding-left: 0px; }
div.moduletable.filter .cf_resetAll_link {font-size: 1.0em;float: left;position: relative;width: 100%; clear:both; text-align: right; }
div.moduletable.filter .module-content { float: left; clear: both; width: 100%; }
div.moduletable.filter h3 {float: left;position: relative;font-family: "Ubuntu",Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 700;

	max-width: 100%;
	box-sizing: border-box;
	color:#333;text-transform:uppercase;
	font-size: 125%;background-color: #e6e6e6;
	margin-bottom: 5px !important;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	}
div.moduletable.filter h3 > span.h-cl {
	text-align: center;
}
div.moduletable.filter > h3::before {display: none;}
div.moduletable.filter > h3::after {border-radius: 3px;}

.cf_form.filter {float:left;position: relative;margin-bottom: 0;}
.cf_flt_wrapper {margin-bottom: 0px;}
/*********************** popup winkel cart *****************************/
.addtocart-popup-button, #fancybox-content .continue_link, #fancybox-content .showcart {color: #ffffff !important; background-color: #4a4a4a !important; padding: 5px 12px; cursor: pointer; vertical-align: middle; font-weight: 400; text-decoration: none; font-size: 13px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif !important; border: 0; -moz-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; -ms-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-property: background-color !important; -ms-transition-property: background-color !important; -o-transition-property: background-color !important; -moz-transition-property: background-color !important; transition-property: background-color !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; display: inline-block; text-align: center;}
.addtocart-popup-button a{color: #ffffff !important;}
.cartpanel .show-cart-link {padding-top:21px !important;}
#fancybox-content h4 {font-size:14px;}
/********************************* bundels ******************************/
.productbundles_item_wrapper_inside {max-width: 170px;}/* was 150 maar selectbox past niet mooi */
.productbundles_cart {float: left;margin: 40px 0 0 40px;display: inline-block;}
.productbundles_header {padding-left: 20px;}
.product-field.product-field-type-R.row-fluid {max-width: 180px;padding-right: 30px;}
.product-field.product-field-type-R.row-fluid div.span12 span.product-fields-title {font-size: 150%;margin-bottom: 20px;}
div.productbundles_item_wrapper_inside form.productbundles_form.productbundles-recalculate div.productbundles_productcustomfields div.product-fields div.product-field.product-field-type-S div span.product-field-display select.vm-chzn-select {width:180px;}
/**** popup ask question about product and Send to friend *****/
#searchForm label { display: inline-block; }
table.askform { font-weight: bold; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }
#top-sticky-panel .container .h1 img {max-height: 100% !important;}
/* 2 regel - customer login */
div.mod-languages li {margin-right: 10px;}
#top-sticky-panel .container .cl-handler {padding:11px 5px 11px 0;}
.custom.customer {position:relative;float: right;}
.customer .iconlabel{float: right;padding:0 10px;text-align: right;font-size: 13px;line-height: 17px;}
.customer .button {background-image: url("../images/customer-icon.png");background-position: 50% 50%;  background-repeat: no-repeat;display: block;float: right;height: 36px;padding: 0 !important;text-align: left;text-indent: -9999px;width: 36px;}
header#top-handler ul.log-panel {display:none !important;}
/**************************************** contact formulier **************************/
.contact dl dd {margin-left: 0px !important;}
#map-canvas { height: 100%; margin: 0; padding: 0;}
/************************************** OVERALL TEXT **********************************************/
h1 {font-size: 140%;letter-spacing: 0px;}
h3 {font-size: 130%;letter-spacing: 0px;}
div.item-page div h2, div h2.menutitle {font-size: 130%;letter-spacing: 0px;margin-bottom:0px;}
h2 {font-size: 135%;letter-spacing:0px;}
/*********************** video montage **************************************************************/
div.custom.videos ul {margin-left: 8px;}
div.custom.videos li {line-height: 25px;}
.moduletable.videos > h3 {background-image:url("../images/videos.png");background-repeat:no-repeat;background-position: 97%;letter-spacing: -1.5px;}
/************************* FACTUUR OVERZICHT ACCOUNT ************************************************/
td.pricePad {text-align: right;}
#tab-1 td {min-width: 50px;}
 .sectiontableentry1 > td:nth-child(1) {text-align: right;}
/******************************************** dropdown cat ***********************************************/
.dropcat .catselectbox > form {margin: 10px 0;}
div.span12 div.moduletable.dropcat {width: 31.6239%;border: 1px solid #303030;}



.dropdown {display: block;float: left;width: 100%;box-sizing: border-box;}
.dropcat .catselectbox > h2 {margin-bottom: 10px;text-transform: uppercase;}
.level_select_1, .level_select_2, select.vm_category_dropdown {width: 205px;position: relative;display: inline-block;font-weight: 700;height: 30px;font-size: 14px;}
select { font-size: 14px; }
a.cf_left.cf_left_link { font-size: 15px; clear: both; line-height: 25px; width: 240px; box-sizing: content-box; padding-left: 0; padding-right: 0; margin-top: 2px; padding-top: 4px; padding-bottom: 4px; text-decoration: underline;}
div.moduletable.dropcat div.catselectbox select {width: 240px !important;}
.dropcat-horizontal {display: block;float: left;width: 100%;box-sizing: border-box;background-color: #e6e6e6;}
.dropcat-horizontal .brandbox.levelwrap1 {float: left;position: relative;width: 210px;}
.dropcat-horizontal .brandbox.levelwrap2 {float: left;position: relative;width: 210px;}
.dropcat-horizontal .catselectbox h2 {float: left;margin:3px 0 0 0;padding: 0;position: relative;font-size: 125%;letter-spacing: 0px;line-height:inherit;text-transform: uppercase;width:180px;}
.dropcat-horizontal .catselectbox > form {margin:0px;}
.level_select_4.brand.vm_category_dropdown {max-width:130px !important}
.dropcat-horizontal .level_select_3 {width: 180px !important;position: relative;display: inline-block;font-weight: 700;height: 35px;font-size: 105%;}
.dropcat-horizontal .brandbox.levelwrap3, .lastbox {float: left;position: relative;width: 185px;}
.dropcat-horizontal {display: block;float: left;width: 100%;box-sizing: border-box;margin-bottom:5px;}
.lastbox .cartype.vm_category_dropdown {width: 185px !important;position: relative;display: inline-block;font-weight: 700;height: 35px;font-size: 105%;}
/****************************************** LAYOUT HOMEPAGE *****************************************************/
.tmp-content-area .moduletable {border:none;padding:0;margin:0;}
.tmp-content-area .moduletable h2 {padding-top: 0px;margin-top: 0px;}
.tmp-content-area .moduletable h2 {padding: 5px 0px;margin-bottom: 11px;font-weight: 300;letter-spacing: -1px;font-size: 215%;}
.tmp-content-area .moduletable h2 {line-height: 1.2em;}
#top-header-handler {margin-top: 33px !important;}
.leading-0.clearfix > h2 {padding-top:0;margin-top:0;}
ul {margin-bottom: 10px;}
li {line-height: 20px;}
.tmp-content-area {padding-bottom: 5px;}
#bottom-bg {padding: 0 0 30px 0;}
.top-icon-label {font-size: 12px;}
.mod-languages  {margin: 18px 0px 18px 0px !important;list-style: none;float: left;}
#footer h3 , #footer h3 .h-cl, .nav-tabs > li > a  {text-transform: uppercase;}
section#bottom-bg div#bot-modules {margin:0 !important;padding:0 !important;}
#bottom-long {padding: 0 0 30px 0 !important;}
div.span3 div.custom h2 {text-align: center;}
div.vmgroup_products div.action-handler {min-height:100px;}
div.vmgroup_products div.pr-img-handler {min-height:166px;}
.custom_betaalmethode {text-align: center;padding-bottom: 30px;}
#footer #footer-line {padding: 0;}
/************************ PRODUCT OVERZICHT PAGE ***************************/

.ask-a-question-view td {border: none !important;}
.orderby-displaynumber {margin:0;padding:0;}
.product-neighbours {padding-bottom: 15px;}
.additional-images div.floatleft {padding-bottom: 10px;}
div.floatleft img.product-image {min-height: 50px;}
div.span9 div.tmp-content-area div.browse-view div.row-fluid div.product.floatleft.span4.vertical-separator div.spacer div.spacer-handler.pr-img-handler {min-height: 193px;} /* image 1 en 2 */
div.span9 div.tmp-content-area div.browse-view div.row-fluid div.product.floatleft.span4 div.spacer div.spacer-handler.pr-img-handler {min-height: 193px;} /* image aan rechtaankant */
div.span9 div.browse-view div.spacer-handler.pr-img-handler a img {max-height: 193px;}
.paddingtop8 {font-size:80%;}
.browse-view .PricepriceWithoutTax {font-size: 100%;letter-spacing: 0px;}
.browse-view .productdetails-view h1 {letter-spacing:inherit;font-size: 110%;}
.browse-view .PricediscountAmount span.vm-price-desc {font-size: 85%;letter-spacing: 0px;}
.browse-view span.vm-price-desc {font-size: 85%;vertical-align: top;}
/************************* PRODUCT DETAILPAGE ***********************************/
input.addtocart-button {font-size: 14px;}
input.addtocart-button:hover, input.addtocart-button:active, input.addtocart-button:focus {background-color:#007728 !important;font-size: 14px;}
div.productdetails-view.productdetails div#myTabContent.tab-content {border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.product-related-products, .product-related-categories {border-top: none;clear: both;padding-top: 10px}
.product_alert {float: left;}
a.shipping_info {float: left;font-weight: 700;line-height: 35px; vertical-align: top; }
.productdetails-view .spacer-buy-area input.addtocart-button {float: none;padding-left: 80px;padding-right: 80px;}
div.productdetails-view.productdetails .product-fields .product-field input[type="radio"] {left: 0px;}
div.span8 span.product-field-display a.hasTooltip img {display: inline !important;}
.productdetails-view .product-description, .product-fields {margin: 5px 0;clear: both;}
div.product-fields div.product-field.product-field-type-E span.product-fields-title-wrapper {line-height: 15px;}
.spuitregel {display: block;font-weight: normal;padding: 5px 0 10px;line-height: 20px;}
.productdetails-view.productdetails .main-image {padding:0 0 5px 0 !important;}
div.product-short-description > p {font-weight: bold;}
.productdetails-view .vm-price-desc {letter-spacing: 0px !important;font-weight:500;}
.spacer-buy-area .product-price .PricesalesPrice span {vertical-align:middle!important;}
.productdetails-view .PricesalesPrice {letter-spacing: 0px !important;font-size: 130% !important;}
div.PricepriceWithoutTax.vm-display.vm-price-value > span.vm-price-desc {font-size: 110%;letter-spacing: 0px;}
.productdetails-view .PricepriceWithoutTax {font-size: 110%;letter-spacing: 0px;font-weight:700;}
.productdetails-view .productdetails-view h1 {letter-spacing:inherit;font-size: 150%;}
.productdetails-view .vm-price-value {line-height:40px;}
div.product-short-description p {margin:0;}
.productdetails-view h1 {font-size: 155%;}
.productdetails-view.productdetails .main-image {height: 311px;}
.productdetails-view.productdetails div.main-image img {max-height: 311px;}
div.productdetails-view.productdetails .product-price {color: #4a4a4a !important;}
.product-neighbours {padding:0;}
.product-neighbours a.next-page {padding:0 18px 0 0;background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll right center;}
.product-neighbours a.previous-page {background: rgba(0, 0, 0, 0) url("../images/previous.png") no-repeat scroll left center;padding:0 0 0 18px}
.spacer-buy-area .product-price {margin:0;
padding-top: 10px;
}
.productdetails-view span.title {font-size: 110%;}
.painting-service {float:left;}
.product-fields-title {vertical-align:inherit;}
div.productdetails-view.productdetails div.product-fields {min-width: 225px;}
div.productdetails-view.productdetails span.product-field-display {display:table;}
.nav.nav-tabs {padding-top: 10px;}
div.productdetails-view.productdetails div.span12 {margin-left:0px !important;}
.additional-images img {margin-right: 5px !important;width: 75px !important;}
div.product-neighbours a {width:47%;}
.product-neighbours a.next-page {background-position:right 6px;text-align: right;}
.product-neighbours a.previous-page {background-position:left 6px;text-align: left;}
h3 a {display: inline;} /* header h3 in long desc anders niet goed */
.productdetails-view .addtocart-bar {float: left; position: relative;}
div.toevoegen_winkelwagen div.addtocart-area form.product.js-recalculate {margin-bottom: 0 !important;}
a.notify {color: #fff !important;background-color: #4a4a4a;border: 0 none;border-radius: 3px !important;box-shadow: none;cursor: pointer;display: inline-block;font-size: 13px;font-weight: 400;padding: 9px 12px;text-align: center;text-decoration: none;transition-duration: 0.2s;transition-property: background-color !important;vertical-align: middle;}
.aavailability2 {float: left; position: relative;display:block;padding:0 0 0 5px;}
.availability {margin:0;padding:0;text-align: left;}

/**************************************** RELATED CATEGORIES **********************************/
div.product-related-categories div.product-field.product-field-type-Z div.product-field-display a img {text-align:center;}
div.product-related-categories div.product-field.product-field-type-Z {width: 20%;}
div.product-related-categories div.product-field.product-field-type-Z div.product-field-display {text-align:center;}
div.product-related-categories div.product-field.product-field-type-Z div.product-field-display a span.vm-img-desc {display:none}
/**************************************** RELATED PRODUCTS **********************************/
div.product-field.product-field-type-R.row-fluid div span.product-field-display a img {height: 120px;}
.product-field.product-field-type-R.row-fluid {float: left;width: 20%;margin-right:10px;margin-top: 29px;text-align: center;}
.product-field.product-field-type-R.row-fluid .span6 {width: 100% !important;}
.product-field.product-field-type-R.row-fluid:first-child {margin-top: 0px;}
div.product-related-products div.product-field.product-field-type-R div.product-field-display {display: block;float: left;width: 23%;}
div.productdetails-view.productdetails div.product-fields div.product-field.product-field-type-R.row-fluid div.span6 span.product-field-display a img {max-height: 127px;}
div#fancybox-content div div.product-related-products div.product-field.product-field-type-R div.product-field-display a img {}
div#fancybox-content div div.product-related-products div.product-field.product-field-type-R {text-align: center;padding-bottom: 0px !important;}
div#fancybox-content div div.product-related-products div.product-field.product-field-type-R a img {max-height: 116px;}
div.productdetails-view.productdetails div.product-fields div.product-field.product-field-type-R.row-fluid div.span4
{text-align: left; width: 100%;}
/********************************************** article layout *************************************************/
.afbeelding-rechts img{float: right;}
.afbeelding-rechts {display: inline-block; float: right;}
.afbeelding-links img{float: left;}
.afbeelding-links {display: inline-block; float: left;}
.onderschrift {text-align:center}
/****************** all products overzicht ***********************************************************************/
.browse-view p.product_s_desc {text-align: center;}
.cat-title {font-size: 13px }
.cattitle {backface-visibility: hidden;bottom: 0;display: block;text-align: center;transition-duration: 0.2s;transition-property: position, bottom;vertical-align: middle;color:#ffffff;font-size: 13px;font-weight: 400;    letter-spacing: 0;line-height: 13px;padding: 9px 0}
.category h2 {text-align: center;}
.browse-view h1 {border-bottom: 1px solid #dfdfdf;font-size: 150%;margin-bottom: 10px;padding: 5px 0;}
.tmp-content-area span.title {font-size: 110%;}
/* feeds */
.feed-description {font-size: 140%;font-weight: bold;}
.newsfeed.redirect-ltr h3 {font-size: 110%;margin: 10px 0 5px;}
/* div.part_details {width:40%;} opgelost met span4 en span8*/
div.part_details .product-field {padding:0 !important;margin:0 !important;}
/* modules */
.custom_right {float:right;}
.moduletable h3{padding: 10px 10px;}

/******************************************************** FAQ *******************************************/
ul.ext_accordion {margin-left: 0 !important;padding-left: 0 !important;}
ul.ext_accordion li {list-style-type: none !important;padding-bottom: 8px !important;}
.ext_accordion .handle {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 solid #dddddd;color: #0088cc;cursor: pointer;font-size: 110%;font-weight: normal;padding:5px 15px 5px 0px;}
.ext_accordion .handle:hover {background: #f7f7f7 none repeat scroll 0 0;}
.ext_accordion .static .handle, .ext_accordion_html .static .handle:hover {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.ext_accordion .panel {border: 0 solid #dddddd;padding:5px}
li.open div.panel {padding-left:11px !important;}
.ext_accordion .open .handle::before {content: "» ";}
/******************** contact **************************/
.contact dl dt {width: 80px;}
.contact-address.dl-horizontal > dd {margin-left:80px;}
.dl-horizontal dt {text-align: left;}
/******************** quotes **************************/
blockquote.quotes {background: rgba(0, 0, 0, 0) url("../images/quote-start.png") no-repeat scroll 0 0;    border: 0 none;color: #333333;display: block;font-style: italic;line-height: 110%;padding: 0 0 0 32px;}
div.author {font-weight: bold;margin: 5px 30px 10px 0;text-align: right;}
/******************** OPC section removed by stan  ************************** */

/******************** Tabel layout dealer instructies en login************************** */
.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{padding:10px 5px;overflow:hidden;word-break:normal;}
.tg th{font-weight:normal;padding:10px 5px;overflow:hidden;word-break:normal;}
.tg .tg-header{font-weight:bold;text-align:center;vertical-align:top}
.tg .tg-row{text-align:center;vertical-align:top;width:265px;}
.tg-row > img {max-width: 260px;}
#opc_unlogged_wrapper.opc_unlogged_wrapper div#onepage_main_div div.registration_wrapper div.dob0 form#adminForm.form-valid2ate div#dob1.dob1 div.field_wrapper div#dynamic_recaptcha_1 {text-align: center !important;}
#opc_unlogged_wrapper.opc_unlogged_wrapper div#onepage_main_div div.registration_wrapper div.dob0 form#adminForm.form-valid2ate div#dob1.dob1 div.field_wrapper div#dynamic_recaptcha_1.g-recaptcha.required div {width:auto !important;height:auto !important;}
@media only screen and (min-width: 1024px) {
#opc_unlogged_wrapper.opc_unlogged_wrapper div#onepage_main_div div.registration_wrapper div.dob0 form#adminForm.form-valid2ate div#dob1.dob1 div.field_wrapper div#dynamic_recaptcha_1 {padding-left: 55px;}
.product .spacer { min-width: 190px; }
}
/******************** Tabel layout Hapro ************************** */
.tablebox {font-size: 80%;}
.tablebox h3 {font-size: 1em;margin-top: 15px;font-weight: bold;line-height: 1;text-transform: uppercase;}
.model.specs .tablebox::after {clear: both;}
.tablebox::before, .tablebox::after {content: "";display: table;}
.tablebox .type > li, .tablebox .labels > li {border-bottom: 1px solid #e5e5e5;}
.tablebox .labels {border-right: 1px solid #e5e5e5;float: left;list-style: outside none none;margin: 0;padding: 0 10px 0 0;}
.tablebox .labels li::before {content: none;}
ol.type, ol.labels {float: left;list-style: outside none none;margin: 0 0 10px;padding: 0 0 0 10px;position: relative;}
.swatches::after {clear: both;}
.swatches::before, .swatches::after {content: "";display: table;}
.tablebox .data ol li::before {content: none;}
.swatches li::before {content: none;}
ol .swatches {margin-top: 15px;margin-left:0px;text-align: left;}
.swatches li.pure_white {background: #fff none repeat scroll 0 0;border: 1px solid #e5e5e5;}
.swatches li.silver_grey {background: #d2d2d2 none repeat scroll 0 0;}
.swatches li.titanium {background: #a6a6a6 none repeat scroll 0 0;}
.swatches li.anthracite {background: #515153 none repeat scroll 0 0;}
.swatches li.brilliant_black {background: #030303 none repeat scroll 0 0;}
.swatches li {background: #cf0404 none repeat scroll 0 0;border-radius: 8px;display: inline-block !important;float: none !important;height: 16px;
    line-height: 16px;margin: 0;width: 16px;}
.swatches li {float: left;}
.model.specs .tablebox > li.caption figure {display: table-cell;position: relative;vertical-align: bottom;width:195px;}
figure {margin: 0;}
.tp-text{padding-top:20px; float: left; width:100%;}
/* tabs */
/* .tab-content {overflow: auto;} */
.product-description #container {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	}




/*stAn - availability styling */
div.stock_wrapper { float: left; clear: both;
min-width: 180px;
width: 100%;
max-width: 100%;
min-height: 3em;
/*border: 2px solid #d9cec5;
border-radius: 3px 3px 3px 3px;*/
margin-top: 5px;
font-weight: bold;
line-height: 1.2em;
}
div.stock_wrapper.stock_case_1 {
 border: 0px solid transparent;
}
div.stock_wrapper.stock_case_1 .mark, div.stock_wrapper.stock_case_1 .refresh-btn {
 color: #019934 ;
}
div.stock_wrapper .mark{
font-size: 2.1em; /* was 3 */
color: #d9cec5;
}
div.stock_wrapper .refresh-btn a,
div.stock_wrapper .refresh-btn a:hover,
div.stock_wrapper .refresh-btn a:active,
div.stock_wrapper .refresh-btn a:visited {
color: #d9cec5;
}

div.stock_wrapper.stock_case_1 .refresh-btn a,
div.stock_wrapper.stock_case_1 .refresh-btn a:hover,
div.stock_wrapper.stock_case_1 .refresh-btn a:active,
div.stock_wrapper.stock_case_1 .refresh-btn a:visited {
color: #019934;
}

div.stock_wrapper .wrap {

display: flex;
flex-wrap: wrap;
align-items: center;
padding-left: 0px;
padding-right: 3px;
}
div.stock_wrapper .availability2 {
max-width: 90%;
}
div.stock_wrapper .availability2, div.stock_wrapper .refresh-btn {
	align-self: center;
	padding-left: 10px;
}


input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
}
input[type=number].quantity-input {
	-webkit-appearance: textfield;
	appearance: textfield;
}
@media (max-width: 1400px) {
	#top-sticky-panel nav#menu { background-color: transparent; }
}
@media (max-width: 376px) {
	.btns_frontpage .dog a, .btns_frontpage .cat a {
		font-size: 14px;
		min-width: 50px;
	}
	.btns_frontpage .kitten a, .btns_frontpage .puppy a {
		font-size: 13px;
	}
	html .btns_frontpage a {

	}
}
@media (max-width: 767px) {
	html .quick-menu.langs .btn-group a.btn.dropdown-toggle {
		padding-left: 0;
		padding-right: 5px;
	}
	html span.addtocart-button {
		margin-left: 30px;
	}
	html span.quantity-box {
		width: unset;
	}
	html span.quantity-box {
		width: unset;
	}
	html span.quantity-controls.js-recalculate { display: none; }

	input.quantity-input.js-recalculate { min-width: 60px; padding-left: 4px; padding-right: 4px; }

	body #footer ul li a {
		padding-top: 7px;
		padding-bottom: 7px;
		line-height: 30px;
		vertical-align: middle;
	}
	html .browse-view .spacer-handler.pr-img-handler > a, html .browse-view .spacer-handler.pr-img-handler {
		min-height: 100px;
	}
	html .browse-view .product .spacer .product_s_desc {
		padding-bottom: 20px;
	}
	html .stock_wrapper .mark {
		font-size: 14px;
	}
	html .stock_wrapper .availability2 {
		font-size: 10px;
	}
	html .browse-view div.stock_wrapper > span.wrap > span.mark {
		padding-left: 5px;
		padding-right: 5px;
	}
	html div.h-pr-details2 {
		min-height: 75px;
	}
	html .browse-view .product .spacer h2.h-pr-title {
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}
	.productdetails-view .PricesalesPrice {
		font-size: 16px;
	}
	html .btns_frontpage a {
		padding: 10px;
		min-width: 65px;
		display: inline-block;
		line-height: 1em;
		text-align: center;


	}
	html .btns_frontpage .left,html .btns_frontpage .right {
		display: block;
	}
	html .btns_frontpage .left .dog, html .btns_frontpage .right .cat {
		box-sizing: border-box;
		width: 40%;
		padding-right: 0px;
		text-align: left;
		float: left;
	}
	html .btns_frontpage .left .puppy, html .btns_frontpage .right .kitten {
		box-sizing: border-box;
		width: 60%;
		padding: 0px;
		float: right;
		text-align: center;

	}
	div.cl-handler.cart div.show-cart { padding-right: 13px; }

	.quickaddcart .op_col2_2 input { float: left !important; }

	#vmMainPageOPC div#basket_container div.op_basket_row.quickaddcart div.op_col6 { padding: 0 }
	div.cl-handler.cart {
		width: 44px;
		margin-right: 25px;
	}
	div.b2b-menu-wrap { width: 44px; }

	#top-handler div.quick_add_to_cart,#top-handler  div.quick-welcome { display:none;}

	html div.span9 div.browse-view div.spacer-handler.pr-img-handler a img {
		max-height: 700px;
	}

	/*stan - apple requires inputs of at least 16px */
	input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, select.inputbox, .quantity-input, table.user-details input, #com-form-login-username input, select, #company_field, #title, #first_name_field, #middle_name_field, #last_name_field, #address_1_field, #address_2_field, #zip_field, #city_field, #virtuemart_country_id, #phone_1_field, #phone_2_field, #fax_field, #agreed_field, .contentpane #name, .contentpane #email, .contentpane #counter, .contact-input-box input, .form-validate input, .login-fields #username, .login-fields #password, .coupon, input.vm-default,
	input.inputbox:focus, textarea:focus, .textarea:focus, select.inputbox:focus, input.validate-email:focus, select.inputbox:focus, .quantity-input:focus, table.user-details input:focus, #com-form-login-username input:focus, select:focus, #company_field:focus, #title:focus, #first_name_field:focus, #middle_name_field:focus, #last_name_field:focus, #address_1_field:focus, #address_2_field:focus, #zip_field:focus, #city_field:focus, #virtuemart_country_id:focus, #phone_1_field:focus, #phone_2_field:focus, #fax_field:focus, #agreed_field:focus, .contentpane #name:focus, .contentpane #email:focus, .contentpane #counter:focus, .contact-input-box input:focus, .form-validate input:focus, .login-fields #username:focus, .login-fields #password:focus, input.coupon:focus, input.vm-default:focus	{
		font: normal 16px Ubuntu, Tahoma, Arial, Helvetica, sans-serif
	}

	span.carmenu { font-size: smaller; }
	div.catselectbox a.clear_car.cf_left {
		padding-left: 10px;
		box-sizing: border-box;
	}
	div.category.flex,
	div.category.flex img	{
		width: 100%;
	}
	div.has_car_id {
		display: none;
	}
div.stock_wrapper .availability2 {
	max-width: 100%;
}

	html .cells4.carousel-cell, html .cells6.carousel-cell,html .mf.cells6.carousel-cell {
			width: calc(50% - 3px);
			margin-right: 3px;

	}
	html .lazycustom > .cells6.carousel-cell:nth-of-type(1n+3) {
	display: none;
}
html .lazycustom > .cells4.carousel-cell:nth-of-type(1n+3) {
	display: none;
}
html .lazycustom > .cells2.carousel-cell:nth-of-type(1n+2) {
	display: none;
}
html .vmgroup.product-fields .lazycustom > .product.cells2:nth-of-type(1n+3) {
	display: none;
}


	html .cells2.carousel-cell {
		width: 100%;
		margin-right: 0;
	}
	html .cells4.carousel-cell > a > span.cat-title,
	html .frontpage-slider .carousel-cell > a > span.cat-title {
		bottom: 0;
		font-size: 14px;
	}
	html .flickity-prev-next-button {
		width: 30px; height: 30px;
	}
	html .mf .flickity-button.flickity-prev-next-button.previous {
		left: -5px;
	}
	html div.lazycustom .flickity-prev-next-button.previous {
		left: 3px;
		top: 50%;
	}
	html div.lazycustom.mf .flickity-button.flickity-prev-next-button.next {
		right: 0px;
	}
	html div.lazycustom .flickity-button.flickity-prev-next-button.next {
	   top: 50%;
	  right: 5px;
	}
	html .cf_left.cf_left_link {
		float: left;
		clear: left;
		max-width: 50%;
	}
	html .browse-view .stock_wrapper   {
		display: flex;
		justify-content: center;
		width: 100%;
		float: left;
		clear: both;
	}
	html div.popover.rl_tooltips.top.in {
		min-width: 320px;
		max-width: 100%;
		box-sizing: border-box;

	}
	html div.popover.rl_tooltips {
		min-width: 200px !important;
	}
	html div.popover, html div.popover.rl_tooltips {
		max-width: 95%;
		left: 2% !important;
	}

}
@media (max-width: 960px) {

div.stock_wrapper .availability2 {
	max-width: 100%;
}
}
div.availability2 {
	/* max-width: calc(100% - 70px);  PAUL */
}
/*stAn - availability styling end */


@media (max-width: 1025px) {


	#mod_virtuemart_search:focus {
		width: 100%;

	}

	div.mod-languages span.caret { display: none; }

	#top-handler > div {
		padding-left: 10px !important;
		padding-right: 3px !important;
	}


	#site-name-handler {
		max-height: 70px;
	}
	body #sn-position {
		text-align: left;
	}
}

.contact .button {background-image: url("../images/contact36.png");background-position: 50% 50%;  background-repeat: no-repeat;display: block;float: right;height: 36px;padding: 0 !important;text-align: left;text-indent: -9999px;width: 36px;}
div.mod-languages  a.btn.dropdown-toggle .caret {
	margin-top: 14px;
}
div.mod-languages  a.btn.dropdown-toggle {
		background-color: transparent !important;
		line-height: 32px;
		outline: 0px solid transparent;
		box-shadow: unset;

	}
	.mod-languages {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
		height: 40px;
	}

/*mobile styling end*/
#fancybox-content .vm-price-desc { display: none; }
#fancybox-content .vm-product-media-container > a, #fancybox-content .vm-product-media-container > a .product_name {
	text-align: center;
	float: left;
	clear: both;
	display: block;
	width: 100%;
}
#fancybox-content .vm-product-media-container > a > img {
	text-align: center;
	float: none;
	clear: both;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
#fancybox-content .PricesalesPrice.vm-display.vm-price-value {
	paddint-top: 10px;
}
#fancybox-wrap #fancybox-outer a#fancybox-close { display: none !important; }
#fancybox-content .product-price { float: left; width: 100%; margin: 0;  }


div.span4.floatright.display-number, div.orderby-displaynumber.row-fluid > div.span8.floatleft {
	display: none;
}


div#tab-modules-handler.row-fluid:before {
		display: none !important;
	}

	div#tab-modules-handler.row-fluid:after {
		display: none !important;
	}

	div#tab-modules-handler.row-fluid [class*="span"] {
		min-height: 0 !important;

	}

	body .productdetails-view { padding: 0; }

	body div.ask-a-question-view {
	padding: 0;
	margin: 0;
}
#ask_question_hidden {
	width: 100%;
	float: left;
	clear: both;
}
#ask_question_hidden { display: none; }
#askform,
#askform div.submit { width: 100%; float: left; clear: both;}
#askform table {
	box-sizing: border-box;
}

.ask-a-question-view .product-summary {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0;
}


.moduletable.kiyoh {
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}

 #top-modules > div.row-fluid, #top-modules, section#bottom-bg, #tab-modules, #tabs-1, #main-handler {
 float: left;
 width: 100%;
 clear: both;
 }
 select {
   max-width: 100%;
 }

 div.carmenu, span.carmenu {
	 float: right;
	 color: #636363;
	 font-weight: bold;
	 line-height: 34px;

 }
 span.carmenu a.clear_car, span.carmenu a.clear_car:active, span.carmenu a.clear_car:visited,
 div.carmenu a.clear_car, div.carmenu a.clear_car:active, div.carmenu a.clear_car:visited {
	 color: #636363;
	 text-decoration:none;
	 padding-left: 10px;
	 font-size: 1.5em;
	 padding-right: 10px;

 }
 a.clear_car.cf_left, a.show_all_prods {
	 display: inline-block;

	 line-height: 33px;
	 vertical-align: text-top;
	 text-align: right;
	 text-decoration: underline;

 }



 div.moduletable.filter {

	 position: relative;width:100%;background-color: transparent ;max-width:1128px;

			padding: 0px;
			padding-left: 0;
			width: 100%;
			float: left;
			clear: both;
			box-sizing: border-box;
			border: 0px solid transparent;

			margin: 0px;
		}



		/* The Close Button */
		.close {

			 background-color: transparent !important;



			 opacity: 1.0;
			 line-height: 28px;
			 vertical-align: middle;

			 text-align: center;
			 position: absolute;
			 padding: 0; margin: 0;

		}

		.close:hover,
		.close:focus {
		  text-decoration: none;
		  cursor: pointer;
		}

		div.myModal {background-color: transparent !important;}





		button#myFilterBtn, button.open-button,button.open-button:active, button.open-button:hover  {

			outline: none;
			box-shadow: none;

			text-align: center;
			max-width: 100%;
			min-width: 30%;
			color: #fff !important;
			font-weight: bold;
			min-height: 40px;
			font-size: 16px;
			display: inline;
			margin-left: 0;
			margin-right: 0;
			clear: both;
			margin-top: 5px;
			margin-bottom: 5px;
			padding-left: 45px;
			padding-right: 45px;
		}
		button#myFilterBtn span.lbl {
			margin-right: 24px;
		}


		div.lft_mobile_wrap { float: left; width: 100%; clear: both;
		   position: relative;
		}

		@media (max-width: 768px) {
			.circlearound {
				top: 5px;
			}
			select option, select {
				max-width: 100%;
			}
			.dropcat .catselectbox > form, .filter .cf_wrapp_all form.cf_form.filter {
				margin-top: 10px;
			}
			div#lofmenu_virtuemart, div.allprodslink  {
			float: left; width: 100%; clear: both;

			}

			.tsbottomposition { display: block; }
			.tsleftposition { display: none; }

			div.allprodslink { text-align: right; }
			div.moduletable.dropcat h3,div.moduletable.dropcat h2 {float: left;position: relative;font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    font-weight: 700;

	max-width: 100%;
	box-sizing: border-box;
	color:#333;text-transform:uppercase;
	font-size: 125%;background-color: #e6e6e6;
	margin-bottom: 5px !important;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;

	}

	div.img_style2 > img {
		width: 100%;
		height: auto !important;
	}

	.moduletable_style1, .moduletable_banner {
		background: none;

	}
div.moduletable.dropcat h3 > span.h-cl {
	text-align: center;
}
div.moduletable.dropcat > h3::before {display: none;}
div.moduletable.dropcat > h3::after {border-radius: 3px;}


			div.carmenu.clearcartype { width: 100%; float: none; clear: both; background: #e6e6e6; border-radius: 3px; padding-left: 2px; box-sizing: border-box; }
			div.lft_mobile_wrap, span.lft_mobile_wrap {
				display: none;
			}
			div.carmenu a.clear_car { float: right; }
			html div.lft_mobile_wrap.opened, html span.lft_mobile_wrap.opened {
				display: block;
			}

			html div.moduletable.dropcat div.catselectbox select {
				width: 100% !important;
			}
			html div.moduletable.dropcat a.cf_left.cf_left_link { display: none; }
			html div.moduletable.dropcat a.clear_car.cf_left { float: right; }


			button.lft_mobile_wrap {
				display: block;
			}
			html div.frontpage_filter_mobile { display: block; }
			html div.frontpage_filter_pc { display: none; }

			html .frontpage_mod_ice_vm_categories { display: block; }
			html .span4 div.moduletable.dropcat {
				padding: 0;
				padding-top: 25px;
				border: 0px solid transparent;

			}
			html h3 { margin-top: 2px; }
			html p { margin-bottom: 2px; }
			#slideshow-handler-bg #slideshow-handler { margin-top: 3px; }
		}
		@media (min-width: 769px) {

			.tsbottomposition { display: none; }
			.tsleftposition { display: block; }

			div.carmenu.clearcartype { display: none;  }
			html .frontpage_mod_ice_vm_categories { display: none; }

			div.moduletable.dropcat {border: 1px solid #303030;padding: 0 20px;min-height: 144px;}
			html div.frontpage_filter_pc { display: block; }
			html div.frontpage_filter_mobile { display: none; }

			button#myFilterBtn { display: none; }
			div.lft_mobile_wrap {
				display: block;
			}
			button.lft_mobile_wrap {
				display: none;
			}
			div.lft_mobile_wrap span.close {
				display: none;
			}

		}







		div.category.flex {
			float: left;
			clear: none;
			margin-top: 10px;

		}
		div.row-flex {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: baseline;

		}

		.category-view .row-flex .category h2 a .cat-title {
			color: #fff;
		}


		.category.floatleft.width25.vertical-separator { box-sizing: content-box; }

		#fancybox-outer {
			padding: 10px;
			box-sizing: content-box;
		}
		#fancybox-wrap {

			box-sizing: content-box;
		}
		.cf_form.filter {
			width: 100%;
		}

		.open-button  { position: relative; vertical-align: middle; height: 33px; }

		.open-button span.opened {
			display: none;
		}
		.open-button span.closed {
			display: inline;
		}

		.open-button.opened span.opened {
			display: inline;
		}
		.open-button.opened span.closed {
			display: none;
		}


		.open-button > .close { position: absolute; top: 0px; right: 10px; font-size: 20px; height: 100%; max-height: 100%; box-sizing: border-box;
		  line-height: 36px;
		  vertical-align: middle;
		  text-shadow: none;
		   color: #fff !important;
			background-color: transparent !important;
			opacity: 1.0;

			 vertical-align: middle;

			 text-align: center;
			 position: absolute;
			 padding: 0; margin: 0;
		}



		.open-button >.close:hover,
		.open-button >.close:focus {
		  color: #fff;
		  text-decoration: none;
		  cursor: pointer;
		}


		.lft_mobile_wrap { box-sizing: border-box; }
		div.moduletable.filter .flt_left.cf_flt_wrapper  select {
			width: 100%;
			min-width: 100%;
			box-sizing: border-box;
		}
		.flt_left.cf_flt_wrapper {
			float: left;
			width: 100%;
			clear: both;
		}
		.flt_left.clear_car.cf_left, .flt_left.cf_left.cf_left_link {
			float: right;
			line-height: 1.3em;
			padding-top: 4px;
			text-align: right;
			font-size: 14px;
			text-decoration: underline;
		}
		.close.lft_mobile_wrap {
			display: none;
		}

		div.cf_wrapper_inner select.cf_flt, div.cf_flt_wrapper, div.cf_wrapper_inner, div.cf_flt_header {
			width: 100%;
			float: left;
			clear: both;
		}

		div.cf_flt_header.disp_select {
			display: none;
		}
		div.category div.spacer {
			padding-top: 3px;
			padding-left: 2px; padding-right: 2px;
		}


 div.productlist, .flexwrap {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: stretch;
 }

@media screen and (min-width: 600px) {
	div.productlist .product.variablewidth {
		width: 49% !important;
	}
}

@media screen and (max-width: 599px) {
	div.productlist .product.variablewidth {
		width: 50% !important;
	}
	div.productlist .product.variablewidth .spacer {
	 box-sizing: border-box;
	 width: 98%

	}
	.nav-tabs>li>a>span.title {

		font-size: 13px;
	}
	div.stock_wrapper {
		min-width: 150px;
	}

}

.main-carousel, .flickity-viewport, .flickity-slider, .carousel-nav
{
	width: 100%;
	float: left;
	clear: both;
}
.variablewidth .PricesalesPrice.vm-display.vm-price-value {
	width: 100%;
}
#fancybox-content .h-pr-details p, #fancybox-content .product .product_s_desc {
	display: none;
}

#fancybox-content .vmgroup.product-fields.browse-view,
#fancybox-content .virtuemart-addtocartpopup,
#fancybox-tmp .vmgroup.product-fields.browse-view,
#fancybox-tmp .virtuemart-addtocartpopup
{
	max-width: 870px;

	width: 100%;
}
#fancybox-content div.category-view,#fancybox-content div.productlist,#fancybox-content .flexwrap,#fancybox-content div.browse-view,
#fancybox-tmp div.category-view,#fancybox-tmp div.productlist,#fancybox-tmp .flexwrap,#fancybox-tmp div.browse-view
{
	display: block;
}



.vmgroup.product-fields .product-fields-title,.product-related-categories .product-fields-title { font-size: 1.2em; }
.productdetails-view .price-crossed .vm-price-value { line-height: 30px; }

div.h-pr-details2 { width: 100%; float: left; clear: both; min-height: 90px; }
div.h-pr-details { position: absolute; bottom: 0px; width: 100%; left:0; }
.product.variablewidth { position: relative; }

.h-pr-title a, .h-pr-title a:visited,
h2.h-pr-title a, h2.h-pr-title a:visited,
h3.h-pr-title a, h3.h-pr-title a:visited {
	color: #4a4a4a;
}

.vmgroup.product-fields.browse-view {
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;

}
.browse-view.productlist {
	margin-bottom: 0px;
}


div.browse-view .product.variablewidth.carousel-cell {
	 padding-left: 0px;
	 margin: 0;
	 padding-right: 0;
	 box-sizing: border-box;
	 padding-bottom: 15px;
}
div.category-view, div.productlist, .flexwrap,div.browse-view {
	display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: stretch;
	 float: left;
	 width: 100%;
}

.spacer-handler.pr-img-handler > a {
	float: left;
	width: 100%;
	clear: both;
	min-height: 193px;
}

.spacer-handler.pr-img-handler {
	min-height: 193px;
	width: 100%;
}


.flickity-viewport div.price-crossed {
	display: none;
}

li.cf_filters_list_li  label {
	vertical-align: middle;
}
li.cf_filters_list_li  label input[type="checkbox"] {
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 20px;
	vertical-align: middle;
}

li.cf_filters_list_li label span.cf_link a,
li.cf_filters_list_li label span.cf_link a:visited,
li.cf_filters_list_li label span.cf_link a:hover,
li.cf_filters_list_li label span.cf_link a:active {
	color: #4a4a4a;
	vertical-align: bottom;
}


/*moved from index.php */
#top-sticky-panel {
		padding:0px;
		position:fixed;
		top: 0px;
		left:0;
		right:0;
		z-index: 1039;
	}

	#top-sticky-panel #info-line,#top-sticky-panel #top {
		transition: all 500ms;
	}

	#top-sticky-panel #menu {background-color: #4a4a4a;}

	#top-sticky-panel.tiny #info-line, #top-sticky-panel.tiny #top {
		opacity: 0;
		height: 0px;
		position: absolute;
		top: -50px;
		display: none;
	}

	#top-sticky-panel.tiny #top .h1, #top-sticky-panel.tiny #top .h2{display:none;}

		body {font-size: 14px;

	padding-top: 115px;

	}
	#site-name-handler, #search-position{height:112px; }
	#sn-position .h1{left:0px;top:15px;color:#2b2b2b;font-size:24px;}
	#sn-position .h1 a {color:#2b2b2b;}
	#sn-position .h2 {left:0px;top:18px;color:#8e8e8e;font-size:11px;}
	#top-header-handler{margin-top:13px;}

	ul.columns-2 {width: 360px !important;}
	ul.columns-3 {width: 500px !important;}
	ul.columns-4 {width: 660px !important;}
	ul.columns-5 {width: 860px !important;}



body {
	background-color: #ffffff;
	color: #4a4a4a;
}

dt.tabs.open, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .browse-view .spacer {
	background-color: #ffffff;
}

.nav-tabs > li > a {
	border-top: 2px solid #d0d0d0;
	color: #4a4a4a;
}
#info-line {
	background: #4a4a4a;
	color: #cccccc;
}

#info-line a {
	color: #ffffff;
}



.log-panel li a, .quick-menu .menu li a {
	color: #545454;
}


#top, #top-sticky-panel {
	background-color: #ffffff;
}
.PricesalesPrice {
	color: #4a4a4a;
}

.pr-add, .pr-add-bottom,.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .product .spacer h2,.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	color: #4a4a4a;
}

.category-view .row-fluid .category .spacer h2 a .cat-title {
	color: #ffffff;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details,
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image {
	background-color: rgba(0,0,0,0.7) !important;
}

input.addtocart-button {
	background-color: #4a4a4a;
	color: #ffffff;
}


.is-empty {
	color: #545454;
}


.rm-line {background-color: #ffffff;}


.cart-button .popover {background: #ffffff; }
.cart-button .popover.bottom .arrow{border-bottom-color: #ffffff;}



#LoginForm .caret {
	border-top-color: #ffffff !important;
}

div.spacer, li.spacer {
	background: #ffffff;
	border-color: #e6e6e6;
}


.camera_wrap .camera_pag .camera_pag_ul li {
background: #ffffff;
}

.camera_prev > span,.camera_next > span,.camera_commands > .camera_play,.camera_commands > .camera_stop,.camera_prevThumbs div,.camera_nextThumbs div {
	background-color: #ffffff;
}

.product-sl-handler ol li {
	background-color: #d8d8d8;
}


.camera_thumbs_cont ul li > img {
	border: 1px solid #2f2f2f !important;
}

.camera_caption.title > div > div {
	color: #ffffff;
}

.camera_caption.fadeFromBottom > div > div > .camera_caption_bg {
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
}

.camera_caption_bg:before {
	border-bottom-color: rgba(0,0,0,0.5) !important;
}



#menu-handler {
	background: #e6e6e6;
}

#menu .menu-nav li a, #menu .menu-nav ul a, #menu .menu-nav ul ul a, #menu ul.menu-nav li li a small {
	color: #636363;
}

#menu .menu-nav > li > a > span small {
	background: #e13737;
	color: #ffffff;
}

#menu .menu-nav > li > a > span small:before {
	border-top-color: #e13737;
}

/*end moved from index.php*/



/*from layout.css*/
/***** ask question about product */
form#askform .submit input.highlight-button {
margin-top: 48px;
}
.ask-a-question-view .form-field .submit .width50.floatright.right.paddingtop {
float: left !important;
width: 39% !important;
}
/********************************/
.clear-sep {
	clear: both;
}
a:focus {
	border: 0;
	outline: 0;
}
/* anchors
----------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#info-line {
	font-size: 11px;
	padding: 5px 0px;
	min-height: 16px;
}

#info-line p {
	margin-bottom: 0px;
	line-height: 16px;
}

#info-line img {
	vertical-align: middle;
}

#info-line * {
	min-height:16px !important;
}

#top-modules, #bottom-long{
	padding: 8px 0px 10px 0px;
}



#main-content-handler {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

.tmp-content-area {
	padding-bottom: 10px;
}

#tab-modules {
	padding: 0px;
}

#tmp-container {
	margin: 0 0px;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
.tmp-content-area h1,.tmp-content-area h2,.tmp-content-area h3,.tmp-content-area h4,.tmp-content-area h5,.tmp-content-area h6 {
	float:left;
	clear: both;
	width: 100%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: block;
	height: 100%;
	font-size: 100%;
	text-decoration: none !important;
}

#top-com-handler {
	margin: 0;
}

#top-com-handler #system-message-container {
	padding: 0px;
}

#top-com-handler .close {
	width: 20px;
	height: 20px;
	top: -10px;
	right: -14px;
	opacity: 1;
}

#top-com-handler .alert {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333333;
}

#top-background {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#top-handler {
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 57px;
}

#top {
	margin: 0px auto;
}

.inner {
	padding: 0px 40px;
}

#top-nav-handler {
	padding-top: 0px;
}

#sn-position {
	position: relative;
}
#sn-position .h1 {
	position: absolute;
	letter-spacing: -4px;
	z-index: 1029;
	margin:0px;
	padding: 0px;
	font-weight:700;
}
#sn-position .h2 {
	position: absolute;
	z-index: 1029;
	margin:0px;
	padding: 0px;
	font-weight:700;
	letter-spacing: 1.15px;
}
#sn-position .h1 a, #sn-position .h1 a:hover {
	text-decoration: none;
}

#LoginForm {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

#LoginForm .modal-body .userdata {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#LoginForm .modal-body {
	max-height: 350px;
	min-height: 210px;
}

#LoginForm .caret {
	margin-top: 8px;
}

#LoginForm .btn-group > .dropdown-menu {
	font: 700 12px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-align: left;
	border: 0;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#LoginForm .btn-group > .button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#LoginForm .btn-group > .button.dropdown-toggle {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#LoginForm .modal-header #myModalLabel {
	font: normal 24px 'Ubuntu', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

#LoginForm .btn-group > .dropdown-menu a {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

#LoginForm .button.dropdown-toggle {
	margin-left:5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#LoginForm .modal-body .userdata label { display: inline; }

#LoginForm .modal-body ul {
	padding: 0px;
	margin: 0px;
}

#LoginForm .modal-body ul li {
	padding: 0px;
	margin: 0px;
	background: none;
}


div.modal {
	border: none;
	border-radius: 0px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

	border-radius: 3px;
}

.log-panel, .quick-menu .menu {
	margin: 12px 0px 12px 0px !important;
	list-style: none;
	float: left;
}

.log-panel li, .quick-menu .menu li {
	margin: 0 !important;
	padding: 0px !important;
	list-style: none;
	display: inline-block;
}

.log-panel li a, .quick-menu .menu li a {
	padding: 7px 12px;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.log-panel li a:hover, .quick-menu .menu li a:hover {
	text-decoration: none;
}


.modal-backdrop, .modal-backdrop.fade.in {
	opacity:0.9;
}
.modal-backdrop, #fancybox-overlay{background:#ffffff !important;}
.fancybox-bg {opacity:0.3}
#fancybox-overlay{opacity:0.9 !important;}

.b-modal{
-webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
border:0;
}

#content-handler {
	z-index: 1;
	position: relative;
}

#cart, #currency {
	float: right;
	font-weight: 300;
}

#currency {
	padding: 6px 5px 3px 15px;
}


#search-position #vmCartModule {
	position: relative;
	float: right;
	top: 35%;
}



.is-navline {
	margin-bottom: 0px !important;
}

.cart-button{
	background: none;
	display: block;
	width: 46px;
	height: 46px;
	float: right;
}

.cart-button .popover.bottom .arrow{left:150px;top: -7px;}

.cart-button .popover{opacity:0;
	left: auto;
	right: -5px;
	width:172px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 35px;
}
.cart-button:hover .popover{opacity:0.95;top:35px;display:block;border: none;}
.cart-button .popover-content{text-align:center;padding: 20px;}
.cart-button .popover-content p {margin: 0px;padding:0px;;}

.cart-button {float:right;

}

.show-both { float:right;text-align:right;padding:6px 10px; }
.show-cart { float:right;margin-right:0px;}

#vmCartModule div.panel2 {
	padding-bottom: 10px;
	display:none;
	position: absolute;
	top: 68px;
	width:300px;
	right: 0px;
	min-height: 1px;
	z-index: 300000;
	margin: 0;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
	box-shadow: 0px 1px 3px rgba(0,0,0,.25);
}

#cart .vmCartModule .total, #cart .vmCartModule .total_products {
	float: left;
	padding: 10px 4px;
}

#cart .vmCartModule .show_cart {
	float: right;
}

#cart .show_cart a#cartpanel, #cart .show_cart a {
	float: right;

	padding: 10px 15px;
	font-weight: 600;
	text-decoration: none;

}

#cart a#cartpanel:hover {
	text-decoration: none;
}

.cartpanel .show-cart-link {
	clear: both;
	padding: 28px 0px 20px 20px;
	display: block;
	font-weight: bold;
}

.cartpanel {
	text-transform: none;
}

.cartpanel .show-cart-link a {
	float: none !important;
}

.cartpanel .vm_cart_products, .cartpanel .total {
	padding: 0px 20px 20px 20px;
}

.cartpanel span.closecart, .cartpanel span.closecart:hover, .closemenu, .closemenu:hover {
	opacity: 1.0;
	font: 300 30px/30px Ubuntu, Arial, Helvetica, sans-serif;
	width: 30px;
	height: 30px;
	text-align: center;
    position:absolute;
    right:-16px;
    top:-18px;
    cursor:pointer;
}

.closemenu {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.cartpanel span.closecart, .cartpanel span.closecart:hover {
    right:20px;
    top:22px;

}

#currency .currency-label {
	float: left;
}

#currency form {
	padding: 0px;
	margin: 0px;
}

#currency input.button {
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	float: right;
	padding: 0px;
	margin: 2px;
	background-image: url('../images/change-currency.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
}

.row-fluid .ex-span2 {
	width: 17.92%;
}

.row-fluid .ex-span1_5 {
	width: 14.46%;
}

#top-sticky-panel .container {
	position: relative;
}

#top-sticky-panel .container .h1 {
	float: left;
	line-height: 50px;
}

#top-sticky-panel .container .h1 img {
	max-height: 60px;
}

#searchpanel1, #searchpanel2  {
	display: none;
	float: left;
}

#stickymenuButton, #searchOpenButton2, #searchOpenButton1 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

#stickymenuButton {
	float: right;
	background-image: url(../images/res-menu-icon.png);
}

#stickymenupanel {
	position: absolute;
	display: none;
	top: 50px;
	right: 0px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	height:340px !important;
	width: 340px !important;
	padding: 20px !important;
	overflow: hidden;
	z-index:1039;
}
.search-panel {
	margin-right: 3%;
}
html #nav-line .search-panel.shown {
	padding-right: 24px;
}
.search-panel {
	padding: 4px;
}
.search-panel,#nav-line .search-panel.shown {
	float: right;
	position: relative;

	border-radius: 5px;
	margin-top: 7px;
	border: 1px solid #ddd;
	background-color: transparent;
	margin-right: 10px;
	min-width: 260px;

}
#top-sticky-panel .container .search-panel .inputbox {
	width: 64%;
	padding: 8px;
	height: 20px;
	float: left;
	margin: 0px;
	border: 0px !important;
}
#top-sticky-panel .container .search-panel .searchbutton, #top-sticky-panel .container .search-panel.shown div.search .searchbutton {
	border: 0px solid transparent;
	outline: 0px solid transparent;
	background: none;
	background-color: #636363;
}

#top-sticky-panel .container .search-panel .searchbutton {
	padding: 0 !important;
	width: 36px;
	height: 36px;
	float: right;
	display: block;
	text-align: center;


	position: relative;


}

#top-sticky-panel .container .search-panel .searchbutton > i, #top-sticky-panel .container .search-panel.shown div.search  .searchbutton > i {
 color: black;
 float: left;
 width: 100%;
 font-size: 20px;
 color: white;
 line-height: 36px;
 vertical-align: middle;
}

#menu-handler .search-panel .inputbox {
	width: 54%;
	padding: 13px 3%;
	height: 20px;
	float: left;
	margin: 0px;
	border: 0px !important;
}

#menu-handler .search-panel .button {
	padding: 13px 3% !important;
	width: 34%;
	float: right;
	display: block;
}

#top-sticky-panel .container .cl-handler.cart {
	padding-top: 13px;
	padding-bottom: 8px;
	float: right;
}

#top-sticky-panel .container .cart-button {
	width: 36px;
	height: 36px;
	position: relative;

}

#top-sticky-panel .container .show-both {
	padding: 0px 10px;
}

#top-sticky-panel .container #vmCartModule {
	position: relative;
}

#top-sticky-panel .container #vmCartModule div.panel2 {
	top: 50px;
}

#top-sticky-panel .container .is-empty {
	text-transform: uppercase;
	padding: 0px 10px;
	height:36px;
	font: normal 100%/36px 'Ubuntu', Arial, Helvetica, sans-serif;
}

.scroll-bg {
	background: #ffffff;
	box-shadow: 0px 1px 14px rgba(0,0,0,0.07);
	width: 330px;
	height: 330px;
	padding: 5px;
}

.scroll-bg .sticky-menu-content > ul {
	padding:0px !important;margin:5px !important;
}

.scroll-bg ul ul {
	padding:0px !important;margin:0px !important;
}

.scroll-bg ul li {
	padding: 4px 0px 0px 4px !important;
}

.scroll-bg ul li ul li {
	padding: 4px 0px 0px 20px !important;
}

.scroll-bg ul li a {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px;
}

.scroll-bg ul .clear { display: none !important; }

#boxscroll{overflow:auto;cursor:default !important;height:330px;width:330px;}

#boxscroll:active{cursor:url(../images/grabbing.png) 8 8,move !important;}


/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	padding: 3px 0px 2px 0px;
	margin-left: 0px;
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
td {
	padding: 8px 10px;
	text-align:left;
}
thead th, table th {
	padding: 8px 10px;
	text-align:left;
	font-weight: bold;
	font-size: 100%;
	background-image: url(../images/moduletable-h-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
tbody th, tbody td {
}
tfoot th, tfoot td {
	border-top:2px solid #ededed;
}
/* forms
----------------------------------------------- */
fieldset {
	padding:10px 0px;
	position:relative;
	margin:0px 0px 10px 0px;

}
legend {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	padding: 4px 0px;
	vertical-align: middle;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* Modules Layout
----------------------------------------------- */

#footer {
	padding: 20px 30px 20px 30px;
	margin: 0px auto;
}
#footer ul li a {
	background: transparent !important;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: none;
}

#footer #footer-line {
	padding: 20px 0px;
}
#footer #footer-line .moduletable_empty {
	background: none;
}
#foo-left-right {
	clear: both;
}
#footer-left {
	float: left;
	width: 50%;
}
#footer-right {
	float: right;
	width: 50%;
}

#bottom-bg {
	padding: 20px 0px;
}

#bot-modules {
	position: relative;
	padding: 20px 0px 35px 0px;
	margin-bottom: 20px;
}

#bot-modules-2 ul li,#bot-modules-2 ul {
	padding: 3px 0px;
	margin: 0px;
	background-image: none;
	list-style: none;
}

#lbOverlay {
	z-index: 99999999999 !important;
}
#lbCenter, #lbBottomContainer {
	z-index: 999999999999 !important;
}

#foo-left-right {
	clear: both;
	padding: 0px;
}
.no-foo-lr-line {
	border-top: 0px !important;
}
.moduletable_style2 {
	border: none;
}
.moduletable_style2 h3 {
	font-size: 145%;
}

#vertical_slide {
	z-index: 999999;
	opacity: 0.96;
}

img {
	max-width: 100%;
}

#slideshow-handler {
	position: relative;
	margin: 0px auto 0px auto;
}


#search-position .button {
	border: 0px;
	padding: 0;
	background: url(../images/search-icon.png) no-repeat 50% 50%;
	margin: 0 !important;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	float: right;
}

#search-position .advanced-search-button {
	height: 25px;
	display: inline-block;
	float: left;
	vertical-align: middle;
	margin-right:2px;
	padding: 3px 7px;
	font-weight: 700;
	font-size: 11px;
	line-height: 23px;
	text-transform: uppercase;
	text-decoration: none;
}

#search-position form {
	margin-bottom: 0px;
	float: right;
	position: relative;
	top: 35%;
}

#search-position .search, #search-position .finder {
	vertical-align: top;
	text-align: right;
	clear: both;
	height: 31px;
}

#search-position .inputbox {
	margin-top: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: 400;
	min-height: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
	border: 0px;
	background: none;
	float: left;
	height: 20px !important;
	padding: 9px 8px;
}

#search-position .search {
	margin-right: 20px;
}

#searchForm label { display: inline-block;}
table.askform {
    font-weight: bold;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}

#nav-line {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
}

#nav-line .h1 {
	float: left;
}

#nav-line .search-panel,#nav-line .langs,#nav-line .cl-handler {
	float: right;
}

.cartimg {
	position: absolute;
	top: 0;
	left: 0;
}
/*end layout.css*/


.show-both.total-items { display: none; }

#cartpanel > i, #cartpanel > img.cartimg {
	font-size: 30px;
	line-height: 36px;
	color: #4a4a4a;


}





@media (max-width: 767px) {
	#top-sticky-panel .container .h1 {
		min-height: 60px;
		line-height: 60px;
	}
	#top-sticky-panel .container .h1 > a {
		padding-top: 4px;
		height: 100%;
		display: block;
	}
	div.quick-menu.langs ul.lang-inline.dropdown-menu {
		position: fixed;
		right: 10px;
		left: auto;
		top: 70px;
		z-index: 9999;
		max-width: 70%;

	}
	#top-sticky-panel .container .cl-handler.cart {
		padding: 0px;
		margin: 0;

	}
	#top-sticky-panel .container .cl-handler.cart img.cartimg {
		line-height: 60px;
		vertical-align: middle;
		height: 60px;
	}
	#nav-line .search-panel {
		border: 0px solid transparent;
		min-width: 36px;
		width: 36px;

	}
	#top-sticky-panel .container .search-panel div.search .searchbutton {
		background-color: transparent;
	}
	#top-sticky-panel .container .search-panel div.search .searchbutton > i {
		color: #636363;
		font-size: 27px;
	}
	input#mod_virtuemart_search { display: none; }
	.search-panel.shown input#mod_virtuemart_search { display: block; }
	.cart-on-phone {
		overflow-x: scroll;
		width:99%;
	}
	#nav-line .search-panel.shown {
		width: 100%;
		float: right;
		clear: both;
		width: 100%;

		box-sizing: border-box;
		left: 40px;

		margin: 0;
		margin-right: 40px;
	}
	#menu-handler { display: none; }
}



/*responsive template.css*/
.selectnav {
    display: none;
}

#log-panel .button1 {
    display: none;
}

@media (min-width: 1200px) {
	html .vmgroup.product-fields .lazycustom > .product.cells2:nth-of-type(1n+4) {
		display: none;
    }

    .camera_caption h1 {
        font-size: 260%;
        letter-spacing: 0px;
        margin: 4px 0px 20px 0px;
    }

    .camera_caption h2 {
        font-size: 200%;
        letter-spacing: 0px;
        margin: 4px 0px 20px 0px;
    }

    .camera_caption {
        font-size: 100%;
    }

    #search-position .search .inputbox, #search-position .finder .inputbox {
        max-width: 135px;
    }
}

@media (max-width: 1199px) {
    .has-image1 {
        text-align: center;
    }

    .img_style1, .con_style1 {
        float: none;
    }
}


/* Large desktop */

@media (min-width: 980px) and (max-width: 1199px) {


    #slideshow-handler, .moduletable_banner, .nav-tabs-handler, #welcome-box {
        margin-bottom: 22px;
    }

    .camera_caption h1 {
        font-size: 230%;
        letter-spacing: -1px;
        margin: 4px 0px;
    }

    .camera_caption h2 {
        font-size: 140%;
        letter-spacing: 0px;
        margin: 4px 0px;
    }

    .camera_caption {
        font-size: 95%;
    }

    .log-panel li a, .quick-menu .menu li a {
        padding: 7px 10px;
        font-size: 12px;
    }

    #search-position .search .inputbox, #search-position .finder .inputbox {
        max-width: 120px;
    }

    #menu #nav ul {
        width: 14.5em !important;
    }

    #menu #nav ul ul {
        left: 14.5em !important;
    }

    .moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
        font-size: 13px;
        padding-top: 6px !important;
        padding-bottom: 6px !important;

    }

    a.product-details {
        padding: 6px 11px;
    }

    .span2 .spacer input.addtocart-button {
        padding: 6px 8px;
    }

    .span9 .span3 .spacer input.addtocart-button {
        padding: 6px 13px;
    }

    .moduletable, .cart-view, .item-page, .categories-list, .blog, .blog-featured, .category-list, .archive, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .vmproduct .productdetails .spacer, .browse-view .spacer {

        padding: 10px !important;
    }

    .action-handler .gr-cover {
        right: -10px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.moduletable > h3, .moduletable_menu > h3, .moduletable_products > h3, .heading-cloud {
		font-size: 14px;
	}
	div.ts-rating-light.ts-rating div.carousel.slide {
		max-width: 150px !important;
		box-sizing: content-box;
		min-width: 150px !important;
	}
    #slideshow-handler, .moduletable_banner, .nav-tabs-handler, #welcome-box {
        margin-bottom: 18px;
    }

    .log-panel li a {
        padding: 0px;
        width: 30px;
        text-indent: -9999px;
    }

    .log-panel li a, .quick-menu .menu li a {
        padding: 7px 10px;
        font-size: 12px;
    }

    .h2 {
        display: none;
    }

    .top-icon-label {
        font-size: 9px;
    }

    .span2 .spacer .quantity-input.js-recalculate, .span2 .spacer input.quantity-input {

        margin-top: 1px;
    }

    body {
        font-size: 13px !important;
    }

    .search-panel {
        width: 160px;

    }

    #top-quick-nav {
        font-size: 11px !important;
    }

    h3 {
        font-size: 130%;
    }

    .inner {
        padding: 0px 20px;
    }

    .camera_caption h1 {
        font-size: 180%;
        letter-spacing: -1px;
    }

    .camera_caption h2 {
        font-size: 160%;
        letter-spacing: 0px;
    }

    .camera_caption {
        font-size: 95%;
    }

    #top-quick-nav {
        padding-top: 0px;
    }

    #search-position {
        margin-top: 6px;
    }

    #search-position .search .inputbox, #search-position .finder .inputbox {
        width: 85px;
    }

    #search-position .search .button {
        text-indent: -9999px;
    }

    #search-position .search .advanced-search-button {
        width: 21px;
        text-indent: 9999px;
        font-size: 0.01em;
        background-image: url(../images/advanced-search.png);
        background-position: 2px 3px;
        background-repeat: no-repeat;
        overflow: hidden;
        float: left;
    }

    #search-position .search .advanced-search-button:hover {
        background-position: 2px -46px;
    }

    #menu #nav ul {
        width: 11em !important;
    }

    #menu #nav ul ul {
        left: 11em !important;
    }

    #menu #nav ul li a {
        font-size: 11px;
    }

    .vmproduct .productdetails .spacer .pr-add {
        height: 20px;
        overflow: hidden;
    }

    .category-view .row-fluid:hover .category:hover .spacer {
        padding-bottom: 26px !important;
    }

    .moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, ul.latestnews_menu li a, .VMmenu li div a, .button, button, a.button, a.product-details, input.addtocart-button, a.ask-a-question, .highlight-button, .vm-button-correct, span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus {

        font-size: 11px !important;
    }


    .moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
        padding: 5px 0px;
    }

    .camera_caption > div {
        padding: 0px 15px;
    }

    .button, button, a.button, a.product-details, input.addtocart-button, a.ask-a-question, .highlight-button, .vm-button-correct, span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus {
        padding: 5px 9px !important;
    }

    a.product-details {
        padding: 5px 9px;
        display: block;
    }

    .span9 .category .cat-title {
        font-size: 10px !important;
        letter-spacing: 0px !important;
    }

    .span12 .category .cat-title {
        font-size: 13px !important;
        letter-spacing: 0px !important;
    }

    .moduletable, .cart-view, .item-page, .categories-list, .blog, .blog-featured, .category-list, .archive, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .vmproduct .productdetails .spacer, .browse-view .spacer {

        padding: 10px !important;
    }

    .action-handler .gr-cover {
        right: -10px;
    }

    .moduletable_menu .module-content {
        padding: 3px 10px;
    }

    .moduletable_menu h3 {
        padding: 13px 10px;
    }

    .category-view .row-fluid .span3, .latest-view .row-fluid .span3, .vmproduct .span2, .vmproduct .span3 {




        width: 49%;
        margin: 0px 0.5% 5px 0.5% !important;
        float: left;
    }

    .log-panel li a {
        padding: 0px;
        width: 34px;
        height: 34px;
        text-indent: -9999px;
        background-color: transparent !important;
        background-image: url(../images/top-icons.png);
        background-repeat: no-repeat;
    }

    .open-register-form {
        background-position: 4px 4px;
    }

    .v_register {
        background-position: 4px -27px;
    }

    .fadeFromBottom > div > div {
        width: 100% !important;
        left: 0 !important;
    }

    .fadeFromTop > div, .fadeFromBottom > div {
        width: auto !important;
    }

}

@media screen and (max-width: 767px) {
html body {
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}


html body div.addtocart-bar span.addtocart-button .addtocart-button {
		padding-left: 50px;
		padding-right: 50px;
	}
    table.cart-summary th {
        display: none;
    }

    table.cart-summary tr {
        display: block !important;
        padding: 3px 10px;
        margin-bottom: 5px;
    }

    body .product-fields .product-field.product-field-type-R.row-fluid
   {
        float: none !important;
        width: 100% !important;
		clear: both;
        margin: 0;
		padding: 0;
		max-width: unset !important;
    }
	body .product-fields .product-field.product-field-type-R.row-fluid .vm-product-media-container a {
		width: 100%;
		clear: both;
		display: block;
		float: left;
		text-align: center;
	}
	body .product-fields .product-field.product-field-type-R.row-fluid .vm-product-media-container img {
		margin-left: auto;
		margin-right: auto;
	}

    table.cart-summary tr[valign="top"].sectiontableentry1 {
        background-color: rgba(0,0,0,0.05);
    }

    table.cart-summary tr[valign="top"].sectiontableentry2 {
        background-color: rgba(0,0,0,0.02);
    }

    table.cart-summary td {
        display: block;
        width: 100%;
        border: 0 !important;
        padding: 2px 0px !important;
        font-size: 12px !important;
        clear: both;
    }

    .billto-shipto .width50.floatleft {
        width: 100%;
        float: none;
        padding: 0px 0px 10px 0px;
    }

    a#menupanel {
        display: block;
    }

    #menu #nav {
        display: none;
    }

    #menu .selectnav {
        display: block;
        width: 98%;
    }

    .selectnav {
        margin: 3px 1%;
    }

    #menu .menu-nav {
        display: none;
    }

    #log-panel .button1 {
        display: inline;
        float: none !important;
        margin: 3px;
    }

    a#v_toggle {
        display: none;
    }
	body { position: relative; }



	.product-description iframe {
		float: left;
		width: 100%;
		clear: both;
		box-sizing: border-box;
		border: 0px;

	}

    #top-sticky-panel {
        top: 0px !important;

		position: absolute !important;

        opacity: 1 !important;
        margin: 0px;

    }
	#top-sticky-panel > header#top-handler {
		background-color: white;
		position: fixed;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 0; margin: 0; outline: 0;
	}
	div.container.msc-container {
		padding-top: 66px;
	}
    #top-handler > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    #top .span8 {
        display: none;
    }

    #top-sticky-panel.tiny #info-line, #top-sticky-panel.tiny #top {
        opacity: 1;
        height: auto !important;
        position: static;
        top: auto;
        display: block !important;
    }

    body {
        padding-top: 0px !important;
    }

    #top-sticky-panel .is-empty, #top-sticky-panel .show-both {
        display: none;
    }

    .log-panel li a {
        padding: 0px;
        width: 34px;
        height: 34px;
        text-indent: -9999px;
        background-color: transparent !important;
        background-image: url(../images/top-icons.png);
        background-repeat: no-repeat;
    }

    .open-register-form {
        background-position: 4px 4px;
    }

    .v_register {
        background-position: 4px -27px;
    }

    #top-sticky-panel .container .log-panel {
        margin: 9px 10px 9px 0px !important;
    }

    #top-sticky-panel .container .h1 {
		max-width: 40%;
    }


    #quick-menu {
        float: none;
        clear: both;
        padding-bottom: 5px;
    }

    .category-view .row-fluid .span3 img {
        width: 100%;
    }

    .use-100 {
        width: 100% !important;
    }

    .camera_caption h1 {
        font-size: 190%;
        letter-spacing: -1px;
    }

    .camera_caption h2 {
        font-size: 120%;
        letter-spacing: 0px;
    }

    ul.vmmanufacturer, .vmmanufacturer li {
        border: 0px !important;
    }

    #top, #tab-modules, #bottom-bg {
        padding: 5px 0px;
    }

    #tab-modules-handler > div {
        margin-bottom: 20px;
    }

    footer#footer {
        padding: 10px 20px;
    }

    .moduletable, .moduletable_text, .moduletable_style1, .moduletable_style2, .browse-view .row, .moduletable_menu,.spacer,.vmproduct li, .category {
        margin-bottom: 18px;
    }

    .dk_options {
        left: -50%;
    }

    .inner {
        padding: 0px 10px;
    }


    #sn-position {
        text-align: center;
    }

    #sn-position h1, #sn-position h2 {
        position: static !important;
    }

    #menu-handler {
        padding: 4px;
    }

    #menu-handler .row-fluid > .span8 {
        float: left;
        width: 40px;
    }

    #search-position .search .advanced-search-button {
        width: 21px;
        text-indent: 9999px;
        font-size: 0.01em;
        background-image: url(../images/advanced-search.png);
        background-position: 2px 3px;
        background-repeat: no-repeat;
        overflow: hidden;
        float: left;
    }

    .rm-line {
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        width: 30%;
        height: 3px;
        margin: 3px 35% 3px 35%;
    }

    a#menupanel {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 50px;
        float: left;
    }

    ul.vmproduct.product-details {
        padding: 0px !important;
    }

    ul.vmproduct.product-details .spacer {
        padding-bottom: 10px;
    }

    #quick-menu li, #log-panel li {
        padding-left: 10px !important;
    }

    #cart .show_cart a#cartpanel, #cart .show_cart a {
        margin-right: 5px
    }

    #cart .vmCartModule .total_products {
        padding-left: 10px;
    }

    #bot-modules .span2, #bot-modules-2 .span2 {
        width: 100% !important;
    }

    .product-sl-handler ol li.prev, .product-sl-handler ol li.next {
        display: none;
    }

    .vmproduct .productdetails .spacer .pr-add {
        height: auto;
    }

    .span2.sp20 {
        width: 100%;
        margin-left: 0;
    }

    .fadeFromBottom > div > div {
        width: 100% !important;
        left: 0 !important;
    }

    .fadeFromTop > div, .fadeFromBottom > div {
        width: auto !important;
    }

    .fadeFromTop > div > div {
        font-size: 140% !important;
        letter-spacing: 0px !important;
    }

    #top-quick-nav {
        margin: 0px -20px;
        padding: 0px 10px;
    }

    #log-panel li a, #follow-button {
        text-indent: -9999px;
        width: 0px;
    }

    .custom_style1 {
        min-height: 270px;
    }

    #tab-modules, #top-long, #tabs-1, #top-modules, #welcome-box, .main-bg, #bottom-long, #footer .container {
        /*max-width: 370px;*/
        margin-left: auto;
        margin-right: auto;
    }

    #welcome-box {
        max-width: 330px;
        padding: 10% 20px;
    }

    #footer {
        margin: 0px -5px;
    }

    #nav-line .span6 {
        min-height: 60px;
    }

    .search-panel {
        float: left;
    }

}

/* Landscape phones and down */
@media (min-width:359px) and (max-width:360px) {
  #top-sticky-panel {
		width: 360px !important;
		box-sizing: border-box;
  }
}
@media (min-width:375px) and (max-width:380px) {
  #top-sticky-panel {
		width: 375px !important;
		box-sizing: border-box;
  }
}
@media (min-width:400px) and (max-width:415px) {
  #top-sticky-panel {
		width: 400px !important;
		box-sizing: border-box;
  }
}




@media (max-width: 768px) {
    #fancybox-content .product-related-products,#fancybox-content .PricesalesPrice.vm-display.vm-price-value {
        float: left;
        width: 100%;
        clear: both;
    }

    #fancybox-content .PricesalesPrice.vm-display.vm-price-value {
        padding-top: 10px;
    }

    #fancybox-content div.product-related-products div.product-field-type-R:nth-child(even) {
        clear: left;
        float: left;
    }

    #fancybox-content div.product-related-products div.product-field-type-R {
        width: 50% !important;
        float: left;
    }

    #fancybox-content .vm-product-media-container > a, #fancybox-content .vm-product-media-container > a > img {
        text-align: center;
        float: left;
    }

    #fancybox-content .vm-price-desc {
        display: none;
    }

    #fancybox-content span.PricesalesPrice {
        padding-top: 5px;
    }

    div.product-related-products div.product-field.product-field-type-R div.product-field-display, div.product-related-products div.product-field.product-field-type-R div.product-field-display {
        display: block;
        float: left;
        clear: both;
        width: 100% !important;
        box-sizing: border-box;
    }

    #fancybox-content div.product-related-products div.product-field-type-R {
        width: 50% !important;
    }

    #fancybox-content div.product-related-products div.product-field-type-R:nth-child(even) {
        clear: left;
        float: left;
    }

	div#tabs-1, #bottom-bg #bot-modules, section#bottom-long2 {
		display: none !important;
	}

	table.askform, table.askform tr, table.askform tr td {
		display: block;
		width: 100%;
		float: left;
		clear: both;
	}

}


@media screen and (max-width: 1026px) {
	.productdetails-view div.product-neighbours {
		float: left;
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	.productdetails-view div.product-neighbours > a {
		display: block;
		width: 50%;
		float: left;
		clear: none;
		box-sizing: border-box;
	}
	.vm-pagination > span { display: none; }
	body .productdetails-view { padding: 0; }



	body .productdetails-view.productdetails .main-image { height: auto; }


	.product-fields > div.product-field.product-field-type-S.row-fluid > div.span4 {
		float: left;
		clear: left;
		width: 50%;
		box-sizing: border-box;
	}
	.product-fields > div.product-field.product-field-type-S.row-fluid > div.span4 + div {
		float: left;
		clear: right;
		width: 50%;
		box-sizing: border-box;
	}

	div.product-related-categories div.product-field.product-field-type-Z div.product-field-display a img {
		margin-left: auto;
		margin-right: auto;
		display: inline !important;
		float: none;
		clear: both;
	}
	div.product-related-categories div.product-field.product-field-type-Z div.product-field-display a img:after {
		content: " ";
		width: 100%;
		float: left;
		clear: both;
	}
	div.product-related-categories div.product-field.product-field-type-Z div.product-field-display a > * {
		clear: both;
	}

	body div.product-related-categories div.product-field,
	body div.product-related-categories div.product-field.product-field-type-Z,
	.product-fields-title-wrapper, .product-fields-title, .product-field-display,
	div.product-related-categories, .product-fields .product-field-desc, .related_thumb	{
		float: left;
		width: 100%;
		clear: both;
		margin: 0;
	}
}

/*end responvie tmeplate.css*/

@media (max-width: 979px) and (min-width: 768px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 99% !important;
	}
}

/*example image*/

.iconwrap_unr126 {
    content: "";
    display: none;
    /*width: 50px;
    height: 59px;
	top: 10px;
    right: 10px;
	*/
	width: 12%;
	height: 21%;
	top: 5%;
	right: 2%;
    position: absolute;

    box-sizing: border-box; /* Ensure padding is included in element's dimensions */
}
span.imgwrap img { width: 100%; height: auto; }
span.imgwrap { position: relative; width: 100%; height: auto;  display: inline-block;}
span.imgwrap .imgtext,span.imgwrap .imgtriangle { position: absolute;
position: absolute;
	right: 0;
	bottom: 0;
}
span.imgwrap .imgtext {
	transform: rotate(-45deg);
	bottom: 18px;
	right: 0px;
	color: #fff;
}
svg.imgsvg {
	position: absolute;
	right: -10px;
	bottom: -10px;
	font-size: 9px;
	width: 85px;

}
span.imgwrap .imgtext.nl-NL, span.imgwrap .imgtext.de-DE {

}
span.imgwrap .imgtriangle {

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 85px 85px;
	opacity: 0.9;
}
.browse-view span.imgwrap .imgtriangle {
	border-width: 0 0 55px 55px;
}
.browse-view svg.imgsvg {
	right: -10px;
	bottom: -10px;
	font-size: 8px;
	width: 55px;
}
.floatleft.thumb { cursor: pointer; }
.imgtriangle, svg.imgsvg,.iconwrap_unr126 { display: none; }
.imgwrap.example .imgtriangle,.imgwrap.example svg.imgsvg, .imgwrap.unr126 .iconwrap_unr126 { display: inline; }
form.product.js-recalculate  { margin: 0; }
input.quantity-input.js-recalculate { padding-left: 5px; }
input.quantity-input.js-recalculate::-webkit-outer-spin-button,
input.quantity-input.js-recalculate::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].quantity-input.js-recalculate {
  -moz-appearance: textfield;
}
html[lang="nl-nl"] .iconwrap_unr126 {
    background: url('/images/unr126_logos/un-r126-compliant-logo-nl-small.png') no-repeat center center;
    background-size: contain; /* Ensure the image scales down to fit the width */
}
html[lang="de-de"] .iconwrap_unr126 {
    background: url('/images/unr126_logos/un-r126-compliant-logo-de-small.png') no-repeat center center;
    background-size: contain;
}
html[lang="fr-fr"] .iconwrap_unr126 {
    background: url('/images/unr126_logos/un-r126-compliant-logo-fr-small.png') no-repeat center center;
    background-size: contain;
}
html[lang="en-gb"] .iconwrap_unr126 {
    background: url('/images/unr126_logos/un-r126-compliant-logo-en-small.png') no-repeat center center;
    background-size: contain;
}
@media (max-width: 321px)  {
	#top-handler div.h1 a > img {
		max-width: 170px;
	}
	#vmCartModule.vmCartModule  div.panel2 {
		position: fixed;
		left: 0;
		width: 100%;
	}
}

.moduletable.noborder {
	border: 0px solid transparent;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
}

.moduletable.noborder .button.dropdown-toggle {
	background-color: white !important;
}
.moduletable h3 {

	width: 100%;
	clear: both;
	box-sizing: border-box;
}

.action-handler .PricesalesPrice.vm-display.vm-price-value,
.action-handler .product-price { width: 100%; }


a.notify_with_add_tocart {
	float: left;
	clear: both;
	display: block;
	padding-top: 3px;
	padding-bottom: 0px;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}
.productdetails-view a.modal_link.rl_modals_element,.productdetails-view span.rl_tooltips-link.nn_tooltips-link.danger.hover.top {
	text-decoration: underline;
}
.browse-view.noproducts div {
	float: left;
	clear: both;
	width: 100%;
}
h2.h-pr-title {
box-sizing: border-box;
}

div.popover.rl_tooltips.top.in  {
	min-width: 400px;
	max-width: 100%;
}

ul.ext_accordion li div.handle + div {
	display: none;
}


select option:disabled {
    color: #ddd;
	text-decoration: line-through;
}
.container-rupsearch .row {
	margin: 0 !important;
}
#captcha1 {
	float: left;
	clear: both;
	width: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
}
div.product-description ul {
	float: left;
	clear: both;
	width: 100%;
	width: calc(100% - 25px);
	box-sizing: border-box;
}

.product-fields div.product-field.product-field-type-C {
	padding-top: 10px;
}
.product-fields select {
	font-weight: normal;
	font-size: 14px;
}
.product-fields div.product-field.product-field-type-C .vm-cmv-label {
	font-weight: bold;
	font-size: 14px;
}

product {
	display: block;
	min-height: 394px;
	position: relative;
}
product > span.loader {
	position: absolute;
	display: inline-block;
	top: -200px;
	bottom: -200px;
	width: 1px;
	background-color: transparent;
	height: 100%;
}

div.loadmorewrap {
float: left;
clear: both;
width: 100%;
display: flex;
align-items: center;
 justify-content: center;
 flex-direction: column;
}
div.loadmorewrap .totop {
	line-height: 3em;
}
div.loadmorewrap > button {
	height: 40px;
}
div.product.carousel-cell span.mark {
	font-size: 16px;
}
div.product.carousel-cell .stock_wrapper {

	width: 100%;
	float: left;
	clear: both;
	margin: 0; padding: 0;

}
div.product.carousel-cell .stock_wrapper .wrap  {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
clear: both;
width: 100%;
display: flex;
align-items: center;
 justify-content: center;
 font-weight: normal;
 box-sizing: border-box;
}

div.product.carousel-cell div.stock_wrapper .availability2 {
	max-width: 70%;
}

div.product.carousel-cell .stock_wrapper .wrap div.availability2 .avai_val {
	/*float: left;
	clear: both; */
}

.category.floatleft.span3.vertical-separator > div.spacer,
.category.flex > div.spacer,
.category.floatleft.span3 > div.spacer {
	float: left;
	width: 100%;
}
.cells4.carousel-cell {
	width: calc(25% - 12px);
	margin-right: 12px;
	box-sizing: border-box;
}
.lazycustom { margin-right: -15px; }
.flickity-prev-next-button.next { right: 25px; }



.cells2.carousel-cell {
	width: calc(50% - 12px);
	margin-right: 12px;
	box-sizing: border-box;
}
.mf.cells6.carousel-cell {
	width: calc(16.66% - 6px);
	margin-right: 6px;
}
.cells4.carousel-cell > a, .cells2.carousel-cell > a {
	display: block;
	width: 100%;
	position: relative;
}
.cells4.carousel-cell > a > span.cat-title, .frontpage-slider .carousel-cell > a > span.cat-title {
	position: absolute;
	right: 0;
	bottom: 1em;
	font-size: 25px;
	background-color: rgb(240, 169, 62, 0.8); /*#f0a93e; */
	color: white;
	padding: 3px;
	padding-right: 5px;
	line-height: 30px;

	width: 100%;
	box-sizing: border-box;
	text-align: center;

}
.frontpageblog .cells4.carousel-cell > a > span.cat-title, .frontpage-slider.frontpageblog .carousel-cell > a > span.cat-title,div.lazycustom .flickity-button {
background-color: rgb(56 56 56 / 80%);
}

h2.frontpage-h2 {
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}
div.lazycustom  {
  float: left;
  width: 100%;
  clear: both;
}
div.lazycustom .flickity-prev-next-button  { top: 50%; }

div.lazycustom.mf .flickity-button { background-color: transparent;  }
div.lazycustom.mf .flickity-button .flickity-button-icon {
	fill: #4a4a4a;
}

.mf .flickity-button.flickity-prev-next-button.previous {
	left: -8px;
}
.flickity-button.flickity-prev-next-button.next {
	right: 20px;
}
.mf .flickity-button.flickity-prev-next-button.next {
	right: 0px;
}
.btns_frontpage .left, .btns_frontpage .right {
	width: 50%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	float: left;
	display: flex;
	justify-content: center;


}


.btns_frontpage .left {
	clear: left;
}
.btns_frontpage .right {
	clear: right;
}

.btns_frontpage a {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 60px;
	vertical-align: middle;
	font-size: 20px;
	outline: none;
}
.btns_frontpage .dog a, .btns_frontpage .cat a {
	background-color: #f0a93e;
	color: white;
	border-radius: 3px;
}
.btns_frontpage .kitten a, .btns_frontpage .puppy a {
	color: #f0a93e;
	background-color: transparent;
	text-decoration: underline;
}
label.minipet {
	line-height: 35px;
	vertical-align: middle;
	float: left;
	clear: both;
	width: 100%;
}
label.minipet > input {
	margin: 0;
	margin-right: 5px;
	line-height: 20px;
}

select.vm_category_dropdown.default {
	width: 100%;
}
.frontpage .carousel-cell img,
.carousel-cell img  {
	border-radius: 3px;
}

@media only screen and (max-width: 320px) {
	.search-panel, #nav-line .search-panel.shown {
		margin-right: 0;
	}
}
.category-view .carousel-cell > a > span.cat-title {
	font-size: 14px;
	bottom: 0;
}
.browse-view div.stock_wrapper, .browse-view div.stock_wrapper > span {
	width: 100%;
}
.browse-view div.stock_wrapper > span.wrap {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.browse-view div.stock_wrapper > span.wrap > span.mark {
	padding-left: 20px;
	padding-right: 5px;
}
.browse-view div.stock_wrapper > span.wrap > div.availability2 {
	padding-left: 5px;
	padding-right: 20px;
	font-weight: normal;
}
#lofmainul li > a {
	width: 100%;
	clear: both;
}


@media screen and (min-width: 1210px) {
	div.productlist .product.variablewidth {
		width: 32.5% !important;
		box-sizing: border-box;
	}


}
@media screen and (max-width: 1209px) {
	#menu { display: none; }
	.cells4.carousel-cell > a > span.cat-title, .frontpage-slider .carousel-cell > a > span.cat-title {
		font-size: 14px;
		padding-right: 5px;
	}
}

.mf.cells6.carousel-cell {
	border: 1px solid #ddd; border-radius: 3px;
	height: 80px;


	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;

	display: flex;
	align-items: center;
	justify-content: center;
}

html .lazycustom > .cells6.carousel-cell:nth-of-type(1n+7) {
	display: none;
}
html .lazycustom > .cells4.carousel-cell:nth-of-type(1n+5) {
	display: none;
}
html .lazycustom > .cells2.carousel-cell:nth-of-type(1n+3) {
	display: none;
}


.cells4.carousel-cell > a > img {
	width: 100%;
	height: 100%;
}

.catselectbox h2 { font-weight: normal; margin-bottom: 5px;  line-height:1.5em; margin-left: -5%; }

.quantity-select {
	height: 40px;
	max-width: 70px;



	text-align: center;
	vertical-align: middle;
	line-height: 40xp;
	border: 2px solid green;
	border-radius: 3px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	font-weight: bold;
}
.quantity-select option {
	padding-left: 0;
	padding-right: 0;
}
#fancybox-title-float-left, #fancybox-title-float-right {
	display: none;
	visibility: hidden;
}
#fancybox-title-float-main {
	background-color: black;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;

}
body > div.cc-revoke.cc-bottom {
	display: none;
}

 .additional-images {
	display: flex;
	flex-wrap: wrap;
 }
 #slideshow-header {
	 float: left;
	 width: 100%;
	 clear: both;
 }

 .customer-reviews .fa-star { color: #cccbc7; }
.customer-reviews .fa-star.checked, .fa-star.checked, .fa-star-half-stroke, .far.fa-star { color: #ffdc0f; }


.customer-reviews .fa-star { text-shadow: 0px 0px 1px #898787; }
.customer-reviews div.product_name {
	font-weight: bold;
}
.customer-reviews .review_title {
	font-weight: normal;
	padding-top: 1em;
	font-style: normal;
}
.customer-reviews p.comment_content {
	font-size: 12px;
	font-style: italic;
}
.customer-reviews div.product_name, .customer-reviews .review_title {
	font-size: 14px;

	width: 100%;
	float: left; clear: both;

}
.customer-reviews .tr_info { font-size: 10px; }
.customer-reviews .tr_info .tr_link { padding-left: 10px; }



.list-reviews blockquote { border: 0px solid transparent; }
.list-reviews .normal { margin-bottom: 28px; }
div.normal { position: relative; }
div.normal svg.triangle { position: absolute; left: 50px; }
.list-reviews .normal{border-radius:2px;padding:12px;background-color: white;border: 1px solid #ddd;}
.list-reviews .normal blockquote,.list-reviews .highlight blockquote{font-size:0.9em;padding:0;}

.customer-reviews, .list-reviews, .list-reviews .normal, .list-reviews .highlight, pre { float: left; width: 100%; clear: both; box-sizing: border-box;}
.list-reviews span.date{float:right;display:block;position:relative;top: 0px;right:10px;font-size:10px;padding:4px 6px 2px;}

#myTabContent { float: left; width: 100%; clear: both; }

.vote svg {
	display: inline; overflow: auto; background: none; padding: 0px; float: none; line-height: inherit; height: auto; margin-bottom: inherit; width: auto; vertical-align: middle;
}
.vote .vote_desc { padding-left: 10px;   }
.vote .gray { color: #a7a7a7; }
.vote { vertical-align: middle; }
.vote svg { width: 15px; height: 15px; }

#review_tab .normal { padding-top: 0; }

@media (max-width: 767px) {
	#review_tab h2 {
		position: relative;
		margin: 0;
	}
	#review_tab h2 span.h2 {
		max-width: 80%;
		display: inline-block;

	}
	#review_tab > h2 img {
		position: absolute;
		right: 0;
		top: 0;
		max-width: 20%;
	}
	.customer-reviews { margin: 0; }
	.customer-reviews .normal { padding: 0; }

}
.customer-reviews blockquote {
	float: left;
	width: 100%;
}
.customer-reviews div.normal .vendor_reply svg.triangle {
	left: unset;
	right: 100px;
}
.customer-reviews .vendor_reply {
						 float: right;
						 clear: both;
						 border: 1px solid #ddd;
						 border-radius: 2px;
						 width: 250px;
						 max-width: 100%;
						 padding: 12px;
						 margin-top: -18px;
						 margin-bottom: 10px;
						 z-index: 999999;
					 }
.customer-reviews .tr_info, .customer-reviews div.normal div.normal {
 float: left;
 width: 100%;
 clear: both;
}
.customer-reviews div.normal div.normal {
	margin-top: 10px;
}

/*extra product*/
div.productCell-feat-detail, div.product.productCell-feat-detail {
    width: 100%;
    margin: 2px;
}

div.productCell-feat-detail h4 {
    font-size:14px;
}
.gallery-image-feat-detail {
    float: left;
    width: auto;
}
div.gallery-image-feat
{
	width:100%;
	height:135px;
	margin-top:-5px;
	overflow:hidden;
}
img.browseProductImage-feat-detail {
    width: 90px;
    height: auto;
    border: 0px solid lightgray;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 2px 4px;
}
.extra-pro-checkbox, .extra-pro-radio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/plugins/vmcustom/extra_product/assets/square.png) no-repeat;
    border: none;
    cursor: pointer;
}
.extra-pro-checkbox.blue, .extra-pro-radio.blue {
    background: url(/plugins/vmcustom/extra_product/assets/blue.png) no-repeat;
}
.extra-pro-checkbox.green, .extra-pro-radio.green {
    background: url(/plugins/vmcustom/extra_product/assets/green.png) no-repeat;
}
.extra-pro-checkbox {
    background-position: 0 0;
}
.extra-pro-checkbox.addoncheck {
    background-position: -48px 0;
}
.extra-pro-checkbox.addonnocheck:hover{
    background-position: -24px 0;
}
.extra-pro-radio, .extra-pro-radio.blue, .extra-pro-radio.green {
    background-position: -120px 0;
}
.extra-pro-radio.addoncheck {
    background-position: -168px 0;
}
.extra-pro-radio.addonnocheck:hover{
    background-position: -144px 0;
}
.extra-pro-checkbox,.extra-pro-radio{
    margin-left: 0px;
    margin-top: 0;
	float:left;
    width:24px;
    height:24px;
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
}


div.prev-price
{
    font-size:14px;
    position:absolute;

    bottom:10px;
    color:White;
    background:red;
    font-weight:bold;
    width:48px;
    height:48px;
    padding:11px 0px 0px 0px;
    text-align:center;
    vertical-align:middle;
    background-repeat:no-repeat;
	background-position: center;
}
span.extra-pro-qty-btn {
    float: right;
    width: 60px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-top: 6px;
}
input.extra-pro-input-qty {
    width: 30px;
    text-align: center;
    float: left;
    height: 32px;
    border: 0px solid #d8d8d8;
    background: none;
}
span.extra-pro-qty-btn button {
    float: left;
    width: 28px;
    height: 17px;
    line-height: 11px;
    text-align: center;
    display: block;
    border: 0px solid #d8d8d8;
    margin-left: 1px;
    margin-bottom: 1px;
    padding: 0px 6px;
    font-weight: bold;
    color: #777;
    background: #fff;
    border-left: 1px solid #ccc;
}
span.toggle-extra-drop {
    position: absolute;
    right: 2px;
    background: #fff;
    text-align: center;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 7px;
	cursor: pointer;
}
.extra-pro-dropdown.open{
	display:block;
}
.extra-drop-list{position:relative;}
.extra-pro-dropdown {
	width: 100%;
	background:#fff;
    position: absolute;
	display: none;
	/* border-top:1px solid #ccc; */
	z-index: 1000;
	overflow:hidden;
	left: 3px;
}
.extra-drop-list > div.productCell-feat-detail {
    border: 1px solid #ccc;
}
.extra-pro-dropdown .productCell-feat-detail {
	cursor: pointer;
    margin: 0;
    border-top: 1px solid #ddd;
}
.extra-pro-dropdown .extra-pro-qty-btn{
	display:none;
}
.extra-drop-list .extra-pro-qty-btn{
	margin-right: 46px;
}
.extra-pro-dropdown.open {
    display: block;
    max-height: none;
    box-shadow: 0px 3px 3px 1px #ccc;
}
.extra-pro-dropdown .productCell-feat-detail.active,.extra-pro-dropdown .productCell-feat-detail:hover {
    background: #f8f8f8;
}
.extra-row-5 .product-field-type-R {
    width: 20%;
    margin: 0;
    padding: 0;
}
.extra-row-4 .product-field-type-R {
    width: 25%;
    margin: 0;
    padding: 0;
}
.extra-row-3 .product-field-type-R {
    width: 33.333%;
    margin: 0;
    padding: 0;
}
.extra-row-2 .product-field-type-R {
    width: 50%;
    margin: 0;
    padding: 0;
}
.product-field-type-E .product-field-type-R .browseProductImage {
    height: auto;
    max-width: 100%;
    margin: auto;
}
img.browseProductImage-feat-detail{
	transition: transform .2s;
}
.productCell-feat-detail:hover img.browseProductImage-feat-detail{
	transform: scale(1.1);
}
.productCell-feat-detail {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	min-width: 100px;
}
.product-price-feat-detail { font-weight: bold; }
h4.extra_product { margin: 0; font-size: 13px; padding-left: 10px; font-weight: normal; }
.extracheckbox { float: left; clear: both; width: 100%; }
/*extra product end*/

.product-field-display .extracheckbox { padding-top: 40px; }

/*accounts*/
.b2bmenu i.fa-user {

	line-height: 50px;
}
.b2b-menu-wrap { float: right; clear: none; }
.userlogin-wrap { float: right; clear: none; }
.userlogin-wrap a.b2ba, .userlogin-wrap a.b2ba:active,
.userlogin-wrap a.b2ba:hover,
.userlogin-wrap a.b2ba:focus,
.menu-nav a.b2ba, .menu-nav a.b2ba:active, .menu-nav a.b2ba:hover, .menu-nav a.b2ba:focus {
text-decoration: none;
padding: 0;
line-height: 57px;
font-size: 28px;
color: #636363;
}
#top-sticky-panel .container .cl-handler.cart {
	padding-right: 20px;
}
.login-links { font-size: 0.8em; }
ul.b2bmenu {
	background-color: white;
}
.controls.login-links > * {
	line-height: 30px;
	vertical-align: middle;
}

/*tooltips*/
.rl_tooltips-link{cursor:pointer;display:inline-block!important}

div.popover .popover-title .closecart {
	float: right;
	display: inline;
	font-size: 2em;
	line-height: 2em;
	margin-top: -0.75em;
	vertical-align: top;
}
div.popover.rl_tooltips.top.in  {
	min-width: 450px;
	max-width: 100%;
}
div.popover.rl_tooltips {
	min-width: 450px;
	width: 650px;
	max-width: 100%;
}
/*end tooltips*/

.myaccordion {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}


.myaccordion-content {
  padding-bottom: 18px;
  overflow: hidden;
  max-height: 200px; /* set initial height to desired cutoff height */

}
.myaccordion-content.active {
	max-height: unset;
}

.myaccordion-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  max-height: 100%;
  background-image: linear-gradient(rgba(255,255,255,0),#fff);
  z-index: 1; /* set a higher z-index to make sure the gradient is behind the content */
}
.myaccordion.active .myaccordion-content::before {
  display: none; /* hide the gradient when expanded */
}
.myaccordion .myaccordion-footer {
	width: 100%;
	z-index: 999;
	display: flex;
	justify-content: center;
	bottom: 0px;
	position: absolute;
}
.myaccordion .readmore_btn {
  max-width: 150px;
  border: 1px solid #4a4a4a;
  background-color: #fae0bb;
  color: #4a4a4a !important;
}
.myaccordion .readmore_btn:hover, .myaccordion .readmore_btn:active {
  color: #4a4a4a !important;
  background-color: white;
}


.myaccordion-footer {
  cursor: pointer;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}
.myaccordion.active .myaccordion-content {
  height: auto;
  opacity: 1; /* set opacity to 1 when expanded */
}

@media ((min-width: 768px) and (max-width: 1209px)) {
	body #menu .menu-nav > li > a {
	  font: 400 10px/16px 'Ubuntu';
	  font-size: 10px;
	  font-display: block;
	}
	body .menu-nav a {
		padding: 10px 8px;
	}
	body #menu { display: block; }
}

@media ((min-width: 768px) and (max-width: 800px)) {
	body #menu .menu-nav > li > a {
	  font: 400 10px/16px 'Ubuntu';
	  font-size: 9px;
	  font-display: block;
	}

}
div.profile #edit_address_bt_section > div > h4 { display: none; }
div.profile hr {
float: left;
clear: both;
width: 100%;
}
.carsection {
 float: left;
 width: 100%;
 clear: both;
}
.carsection .catDropDownfilter select,.carsection div.car i { display: none; }
.catDropDownfilter.center { text-align: left; }
a.edit_a_href { display: none; }

#opc_logged_wrapper div.profile { float: left; width: 100%; clear: both;}

#vmMainPageOPC .profile hr { float:left; clear:both; width: 100%; }
.registration_wrapper #edit_address_bt_section > div > h4 {
  display: none;
}
#edit_address_bt_section { min-width: 70%; }
#vmMainPageOPC .profile #edit_address_bt_section div.field_wrap div.formLabel  { text-align: left; padding-top: 0; }
#vmMainPageOPC .profile #edit_address_bt_section div.field_wrap {align-items: baseline; justify-content: flex-start; }
#vmMainPageOPC .profile .catDropDownfilter.center h5 { display: none !important; }

