@import url('https://fonts.googleapis.com/css?family=Abel');
/* charset */
@charset 'UTF-8';
/* general styles */
body{
	font:18px/1.25 'Abel', Arial , Helvetica, sans-serif;
	min-width: 320px;
	color: #1e1d17;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
body > div{display:none; }
a, a:hover{color:#34218a; }
.reveal-modal{padding:0;}
/* reset inputs for mobile */
input[type ="email"],
input[type ="text"],
input[type = "password"],
input[type = "file"],
input[type = "submit"],
textarea {
	-webkit-appearance: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
[type="submit"]{cursor:pointer;}
button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding:0;
	border:0;
}
input[type="search"]{
	-webkit-appearance: none;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{display:none;}
button, .button{
	padding: 0;
}
h1, h2, h3, h4, h5, h6{ font-family: inherit;}
ul, ol, dl{font-size:inherit;}
/* Slider */
.slick-slider .slick-track {opacity: 0; }
.table-clear table {
	border: none;
	width: 100%;
	table-layout: fixed;
}
.table-clear h2{
	font-size: 21px;
	font-weight: bold;
}
.table-clear table tr th,
.table-clear table tr td{
	padding: 3px;
	border: none;
	text-align: left;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
/* frontpageCarousel */
.frontpageCarousel{max-height:494px; }
.frontpageCarousel img {display:none; }
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {clear: both; }
.slick-loading .slick-track {visibility: hidden; }
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {float: right; }
 .slick-slide img {display: block; }
.slick-slide.slick-loading img {display: none; }
.slick-slide.dragging img {pointer-events: none; }
.slick-initialized .slick-slide {display: block; }
.slick-loading .slick-slide {visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-loading .slick-list {background: #fff url('./ajax-loader.gif') center center no-repeat; }

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 30px;
	margin-top: -15px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {opacity: .25; }

.slick-prev:before,
.slick-next:before{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.frontpageCarousel .slick-prev {left: -25px; }
[dir='rtl'] .slick-prev {right: -25px; left: auto;}
.slick-prev:before {content: 'ÃƒÂ¢Ã¢â‚¬ ?'; }
[dir='rtl'] .slick-prev:before {content: 'ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢'; }
.frontpageCarousel .slick-next {right: -25px; }
[dir='rtl'] .slick-next{
	right: auto;
	left: -25px;
}
.slick-next:before{content: 'ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢'; }
[dir='rtl'] .slick-next:before {content: 'ÃƒÂ¢Ã¢â‚¬ ?';}

/* Dots */
.slick-slider {margin-bottom: 30px; }
.slick-dots{
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{	opacity: 1;}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	opacity: .75;
	color: black;
}

#main .ese71bdy #ec32 .ec32Table .HeaderBar+.row{border: none;}
#main .ese71bdy #ec32 .ec32Table .row{border-top: 1px solid #ddd;}
/*** QUICKFIX ***/
/*** fixed a problem in basket, where an extra table td is made after including foundation ***/
/*** The problem occurs because of a shared class name ( .row ) ***/
.basketDetailsBdy .row::before,
.basketDetailsBdy .row::after,
.OrderDetailsBdy .row::before,
.OrderDetailsBdy .row::after {content: none;}

.basketDetailsBdy img{
	height:auto!important;
	width:auto!important;
}

/*** END OF QUICKFIX ***/

/*** Fix for slider images in case the slick.min.js is not loaded quickly ***/

.frontpageCarousel img {opacity: 0; }
.frontpageCarousel .slick-slide img {
	opacity: 1;
	background-size: cover;
}
/* login-page */
.login-page{
	background:#e1e7d9 url(/media/366/img/LoginBG.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 0;
	text-align: center;
}
.login-page .contentOuterBdy{
	padding-top: 15px;
}
.login-page .logo-holder{
	text-align: center;
	margin-bottom: 43px;
}
.login-page .logo-holder a{
	display:inline-block;
	vertical-align:top;
}
.login-page .logo-holder img{
	max-width: 100%;
	display: block;
	height: auto;
}
.login-page #ShopContent{
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	color: #222;
}
.login-page #customerLoginHolder{
	max-width: 470px;
	margin: 0 auto 100px;
	text-align: left;
	background: #eee;
}
.login-page #customerLoginHolder h2{
	font-size: 28px;
	background: #000;
	color: #fff;
	padding:6px 21px;
	margin:0 0 8px;
}
.login-page #logininfo{
	padding:0 24px 45px 21px;
}
.login-page #customerLogin label{
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 36px;
	color: #4d4d4d;
}
.login-page #customerLogin label input[type="password"],
.login-page #customerLogin label input[type="text"]{
	float: right;
	max-width: 314px;
	border: 1px solid #ccc;
	background: #fff;
	height: 36px;
	line-height: 36px;
}
.login-page input[type="button"]{
	padding:6px 23px;
	background-color: #f0c902;
	margin: 0 0 5px;
	border: none;
	color: #000;
}
.login-page .button{
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
	background: none;
	border: none;
}
.login-page #logininfo ul{
	text-align: right;
}
.login-page #logininfo ul a{color: #000;}
.login-page #customerLoginHolder + div{
	font:11px/15px Verdana, Geneva, sans-serif;
}
.login-page #customerLoginHolder + div a{
	color: #222;
}
.memberMenuBdy{display: none;}
/* Frontpage News */
#main .product-list-frontpage{margin:0 -10px;}
.product-list-frontpage .slick-next{right:-25px;}
.product-list-frontpage .slick-prev{left:-25px;}
.frontpage-list-item{
	padding:10px;
	display:inline-block;
	vertical-align:top;
	width: 20%;
}
.frontpage-list-item a:hover{text-decoration: none;}
#main .ese71bdy #ec38 .ec38TableTotals{margin: 0;}
.frontpage-list-item .product-link{
	background:#fff;
	color:#333;
	display:block;
	padding:10px;
}
.frontpage-list-item .product-link:hover{opacity:0.8;}
.frontpage-list-item .product-image{
	height:200px;
	text-align:center;
}
.frontpage-list-item .product-image img{
	display:inline-block;
	max-width:100%;
	max-height:100%;
}
.frontpage-list-item .product-name{
	font-size:16px;
	font-weight:700;
	min-height:66px;
}
.frontpage-list-item .product-id{
	color:#666;
	font-size:11px;
}
.frontpage-list-item .product-current-price{
	color:#666666;
	font-size:15px;
}
.frontpage-list-item .product-previous-price{
	color:#ccc;
	font-size:15px;
	padding-left:15px;
	text-decoration: line-through;
}
.frontpage-list-item .button-show,
.frontpage-list-item .button-add-to-basket{
	background:#74aa07;
	color:#fff;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
}
.frontpage-list-item .button-show:hover,
.frontpage-list-item .button-add-to-basket:hover{opacity:0.8;}

/* Left Product Menu */
.left-product-menu > li{display:none;}
.left-product-menu > li.active,
.left-product-menu > li.activeParent{display:block;}
.left-product-menu > li > a {
	background:#fff;
	border-bottom:4px solid #bb1125;
	color:#202020;
	display:block;
	font-weight:600;
	min-height:44px;
	line-height:44px;
	padding:0 15px;
}
#main .left-product-menu > li > ul{
	background:#fff;
	padding:15px;
}
.left-product-menu > li > ul > li > a,
.left-product-menu > li > ul > li > ul > li > a{
	color:#a7a7a7;
	font-size:14px;
}
.left-product-menu > li > ul > li.active > a,
.left-product-menu > li > ul > li > ul > li.active > a{
	color:#202020;
	font-weight:600;
}
#main .left-product-menu > li > ul > li > ul{display:none;}
#main .left-product-menu > li > ul > li.active > ul,
#main .left-product-menu > li > ul > li.activeParent > ul{
	display:block;
	padding:0 15px;
}
#main .customPmenuLeftPane{
	background: #fff;
	padding: 0 0 15px;
}
/* Product List Header */
.contentOuterBdy .productListHeader{
	float:left;
	font-size:28px;
	font-weight:600;
	padding-top:10px;
}
.product-list-header{overflow:hidden; }
.productListBdy .pager{
	clear:both;
	padding:0 15px;
}
/* Product Description */
.product-description-container{font-size:14px; }
.page-cms,
.page-order-list,
.orderDetailBdy{
	background:#fff;
	padding:15px;
}
/* Newsletter Popup */
.newsletter-popup-overlay{
	background:rgba(0,0,0,.3);
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	z-index:999;
}
.newsletter-popup-overlay.active{
	display:block !important;
	opacity:1;
}
.newsletter-popup-container{
	background:#fff;
	display:block;
	margin:150px auto 0;
	padding:15px;
	position:relative;
	width:320px;
}
.newsletter-popup-close{
	background:#fff;
	border-radius:50%;
	line-height:1;
	display:block;
	padding:3px;
	position:absolute;
	right:-8px;
	top:-12px;
}
.newsletter-popup-close:after{
	color:#666;
	font-family:FontAwesome;
	font-size:24px;
	float:left;
	content:'\f057';
}
.newsletter-text{text-align:left; }
.newsletter-form-wrap button,
.newsletter-form-wrap button:hover{
	background:#74aa07;
	margin-bottom:0;
}
.newsletter-form-wrap input{
	margin-bottom:5px;
	height:35px;
	padding:0 5px;
	width:100%;
}
.broadTopMenuQuickLinks {
	text-align: right;
	margin: 21px 14px 0 0;
}
.infoTexts{
	display:inline-block;
	vertical-align:top;
}
.infoTexts li{
	display:inline-block;
	vertical-align:top;
}
.infoTexts a{
	color: #808080;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	display:inline-block;
	vertical-align:top;
	margin: 0 0 0 18px;
}
.infoTexts a i{
	color: #bb1125;
	display:inline-block;
	vertical-align:top;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
}
.infoLinks{
	display:inline-block;
	vertical-align:top;
	font-size: 12px;
	line-height: 18px;
}
#BroadTopMenu .infoLinks li a span{
	font-size: 12px;
	line-height: 18px;
}
#rightTop .link-holder{
	float: right;
	margin:30px 35px 0 0;
	height: 95px;
	overflow: hidden;
}
#rightTop .link-holder iframe{ height: 95px !important;}
#rightTop .link-holder a{
	display:inline-block;
	vertical-align:top;
}

#main .customPmenuLeftPane{
	background: #fff;
	padding: 0 0 15px;
}
#topMenuQuickLinks .dropdown li .clListIcon{float: left; }
#topMenuQuickLinks .dropdown li .clListLink{overflow: hidden; }
/*** Frontpage Carousel styles ***/
.frontpageCarousel {
	margin: 0 0 1rem;
	display:none;
	position: relative;
}
.frontpageCarousel.slick-initialized{display:block; }
.product-montering-image{
	position:absolute;
	top:40px;
	right:40px;
	width:100px;
}
.productInnerDiv .product-montering-image{
	position:absolute;
	top:20px;
	right:20px;
	width:80px;
}
.frontpageCarousel .slick-slide {position: relative; }
.frontpageCarousel .carouselOverlayShadow,
.frontpageCarousel .carouselOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	text-decoration: none;
	text-align: center;
}
.frontpageCarousel .carouselOverlay .header {
	color: #f2a920;
	font-size: 52px;
	text-transform: uppercase;
	display: block;
	line-height: normal;
	margin-top: 55px;
}
.frontpageCarousel .carouselOverlay .headerText {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	display: block;
	line-height: 1.2;
	margin:19px 0 0; /* Fallback margin in case vw is not suportet */
}
.frontpageCarousel .carouselOverlay .headerText2 {
	color: #ffffff;
	font-size:60px;/* Fallback size in case vw is not suportet */
	line-height: 1.2;
	display: block;
	font-weight: bold;
	margin:1px 0 36px; /* Fallback margin in case vw is not suportet */
}
.frontpageCarousel .carouselOverlay a.content-button{
	background:#74aa07;
	border-radius:5px;
	color:#fff;
	display:inline-block;
	font-size:18px;
	font-weight:700;
	height:45px;
	line-height:45px;
	padding:0 40px;
	text-transform: uppercase;
}
.frontpageCarousel .carouselOverlay a.content-button:hover{
	text-decoration: none;
	opacity:0.8;
}
/*** Slick carrousel styles ***/
.slick-prev:before {
	content: "\f053";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 30px;
}
.slick-next:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 30px;
}
.frontpageCarousel .slick-prev:before,
.frontpageCarousel .slick-next:before {color: #ffffff; }
h1 {
	font-size: 36px;
	margin-bottom: 16px;
}

/*** Template styles ***/

html,
body,
#aspnetForm {
	margin:0;
	padding:0;
	height:100%;
}

.topMenuOuterBdy{
	background: url(/media/366/img/header-bg.png);
	position: relative;
}
.topMenuOuterBdy:before,
.topMenuOuterBdy:after {
	content:'';
	position:absolute;
	top:0;
	bottom: 0;
	left:100%;
	right: -9999px;
	display: block;
	background: url(/media/366/img/header-bg.png);
	width:auto;
	height: auto;
}
.topMenuOuterBdy:before{
	right: 100%;
	left: -9999px;
}

#main {
	margin: 0px auto;
	max-width: 1225px;
}

#mainInnerBdy {
	min-height: 600px;
}
#mainInnerBdy .top-holder{
	display:inline-block;
	vertical-align:top;
	width: 100%;
	position: relative;
	padding-bottom: 16px;
}
#outerBdy {
	min-height: 100%;
}

#outerBdy .inner-wrap {
	min-height:100%;
	overflow: hidden;
	position:relative;
}

#ShopContent {
	text-align: left;
	padding-top: 25px;
}
.wellcome-block{
	background: #f1eeff;
	border: 1px solid #35228b;
	color: #1e1d17;
	font-size: 22px;
	margin-bottom: 12px;
	padding:4px 0 7px;
}

#bottom {
	width:100%;
	background:#dcdcdc;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
	border: solid 1px #cdcbcb;
	height: 30px;
	box-shadow: none;
	margin: 0;
	padding: 4px;
}

input[typ="file"],
input[type="checkbox"],
input[type="radio"],
select {
	height: 30px;
	border: solid 1px #cdcbcb;
	box-shadow: none;
	margin: 0;
	padding: 4px;
	background-color: transparent;
}

#main .front-category{
	padding:0;
	margin:0 -0.5%;
	list-style:none;
	overflow: hidden;
}
#main .front-category li{
	float: left;
	margin:0 0.5%;
	width: 49%;
}
#main .front-category li a{
	display: block;
	text-align: center;
	background: #015b1f;
	background: -moz-linear-gradient(top,  #015b1f 0%, #003812 100%);
	background: -webkit-linear-gradient(top,  #015b1f 0%,#003812 100%);
	background: linear-gradient(to bottom,  #015b1f 0%,#003812 100%);
	color: #fff;
	font-size: 36px;
	line-height: 1;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	position: relative;
	padding: 54px 10px 55px;
	transition: all 0.5s ease;
}
#main .front-category li a:before {
	content:'';
	display: block;
	margin: 0 auto 25px;
	background: url('/media/366/img/front-page-icon.png') no-repeat ;
	width:48px;
	height: 60px;
}
#main .front-category li a:hover{
	background: #003812;
	background: -moz-linear-gradient(top,  #003812 0%, #025b1f 100%);
	background: -webkit-linear-gradient(top,  #003812 0%,#025b1f 100%);
	background: linear-gradient(to bottom,  #003812 0%,#025b1f 100%);
}
/*** Left off canvas menu styles ***/

#pointerElement {
	position: absolute;
	left: -14px;
	top: 3px;
	color: #c9c9c9;
	font-size: 45px;
	z-index: 1003;
}

.left-off-canvas-menu {
	background-color: #f0eeee;
}

.left-off-canvas-menu .bannerBdy {
	display: none;
}

.left-off-canvas-menu .bannerBdy a {
	position: absolute;
	right: 1rem;
	font-family: arial;
	font-size: 24px;
	color: #b8b7b7;
	text-decoration: none;
	top: 9px;
}

.left-off-canvas-menu .productMenuAllMobile li ul {
	display: none;
}
.left-off-canvas-menu .productMenuAllMobile li.activeParent > ul,
.left-off-canvas-menu .productMenuAllMobile li.active > ul {
	display: block;
}

.left-off-canvas-menu .productMenuAllMobile li {
	text-align: left;
	border-bottom: solid 1px #dddddd;
}
.left-off-canvas-menu .productMenuAllMobile >li{
	display: none;
}
.menu01 .left-off-canvas-menu .productMenuAllMobile >li:first-child{display: block;}
.menu02 .left-off-canvas-menu .productMenuAllMobile >li:first-child + li{display: block;}

.left-off-canvas-menu .productMenuAllMobile li a {
	background-color: #f0eeee;
	font-size: 15px;
	color: #000;
	text-align: left;
	width: 100%;
	display: block;
	padding: 0.5rem 1rem;
	line-height: normal;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}

.left-off-canvas-menu .productMenuAllMobile li.active > a,
.left-off-canvas-menu .productMenuAllMobile li.activeParent > a {
	font-weight: bold;
}

.left-off-canvas-menu .productMenuAllMobile li ul li {
	margin-right: 0px;
}

.left-off-canvas-menu .productMenuAllMobile li ul li a {
	background-color: #e3e3e3;
	font-size: 18px;
	color: #333333;
	padding-left: 10px;
	position: relative;
}

.left-off-canvas-menu .productMenuAllMobile li a.hasSubMenu:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 1rem;
	color: #333;
}

.left-off-canvas-menu .productMenuAllMobile li.activeParent > a.hasSubMenu:after,
.left-off-canvas-menu .productMenuAllMobile li.active > a.hasSubMenu:after {
	content: "\f107";
}

/*** BroadTopMenu styles ***/

#BroadTopMenu {
	position: relative;
	padding: 5px 15px 4px 0;
}
#topMenu{
	background:#013914 url(/media/366/img/menu-bg.png);
	position: relative;
}
#topMenu:before,
#topMenu:after {
	content:'';
	display: block;
	position:absolute;
	top:0;
	left: 100%;
	right: -9999px;
	bottom:0;
	background: url(/media/366/img/menu-bg.png);
	width: auto;
	height: auto;
}
#topMenu:before{
	left: -9999px;
	right: 100%;
}

.broadTopMenuQuickLinks .shopMenu,
.broadTopMenuQuickLinks .memberMenuBdy {
	display: inline-block;
	vertical-align: top;
}
.broadTopMenuQuickLinks .shopMenu li,
.broadTopMenuQuickLinks .memberMenuBdy li{position: relative;}

#memberMenuPanel .customerLoginBdy,
#memberMenuPanel .forgotPasswordBdy {
	display: none;
}

#memberMenuPanel .customerLoginBdy ul{
	display:none;
}

#memberMenuPanel .customerLoginBdy.active,
#memberMenuPanel .forgotPasswordBdy.active {
	display: block;
}

#memberMenuPanel .forgotPasswordBdy h2 {
	color: #030302;
	font-size: 18px;
	text-align: left;
}

#memberMenuPanel .forgotPasswordBdy p {
	color: #666666;
	font-size: 11px;
	text-align: left;
}

#memberMenuPanel .sendPasswordReminder {
	background-color: #74aa07;
	color: #FFF;
	font-size: 14px;
	padding: 6px 10px;
	text-transform: uppercase;
	border: medium none;
	float:right;
}

#memberMenuPanel .sendPasswordReminder:hover {
	background-color: #74aa07;
}

#memberMenuPanel .forgotPasswordInputContent {
	margin-bottom: 10px;
}

#memberMenuPanel .forgotPasswordInputContent > span,
#memberMenuPanel .forgotPasswordInputContent > input {
	display: inline-block;
	vertical-align: middle;
	max-width: 25%;
}

#memberMenuPanel .forgotPasswordInputContent > span {
	font-size: 12px;
	color: #333333;
	float:left;
	margin-top: 7px;
}

#memberMenuPanel .forgotPasswordInputContent > input {
	max-width: 75%;
	float:right;
}

#BroadTopMenu .infoLinks li #memberMenuPanel .forgotLoginBackLnk {
	background-color: #666;
	color: #FFF;
	font-size: 14px;
	padding: 6px 8px;
	float:left;
	margin: 0px;
	text-decoration: none;
}

#BroadTopMenu .infoLinks li #memberMenuPanel .forgotLoginBackLnk:hover {
	background-color: #A0A0A0;
}

#BroadTopMenu .infoTexts span {
	color: #b1b1b1;
	font-size: 12px;
	text-transform: uppercase;
	margin: 6px 1rem 0px 3px;
	display: inline-block;
}


#BroadTopMenu .infoLinks li {
	display: inline-block;
	line-height: normal;
}

#BroadTopMenu .infoLinks li a {
	color: #808080;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	margin:0 0 0 17px;
	display: inline-block;
	line-height: normal;
	vertical-align: top;
}
#BroadTopMenu .infoLinks li a i{
	color: #bb1125;
	display:inline-block;
	vertical-align:top;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
}

/*** Member menu styles ***/

#main .accordion-navigation.loginMenuBdy > a,
#main .loginMenuBdy > a {
	background: none;
	padding: 0;
	text-transform: uppercase;
	color: #34218a;
	font-size: 18px;
}

.accordion-navigation.loginMenuBdy > div.content,
.loginMenuBdy > div.content {
	position: absolute;
	z-index: 100;
	right: 0;
	width: 320px;
	background-color: #faf9f7 !important;
	box-shadow: 0px 7px 10px -4px #000;
	padding: 0.5rem;
	top: 27px;
}

.accordion-navigation.loginMenuBdy > div.content label,
.loginMenuBdy > div.content label {
	position: relative;
	width: 100%;
	display: block;
	min-height: 38px;
	text-align: left;
	padding-top: 4px;
}

.accordion-navigation.loginMenuBdy > div.content label input,
.loginMenuBdy > div.content label input {
	width: 65%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;
	height: 30px;
}

.accordion-navigation.loginMenuBdy > div.content .button,
.loginMenuBdy > div.content .button {
	background: none;
	padding: 10px 0;
	margin: 5px 0;
	width: 100%;
	text-align: right;
	border-top: solid 1px #dcdcda;
}

.accordion-navigation.loginMenuBdy > div.content .button input,
.loginMenuBdy > div.content .button input {
	background-color: #74aa07;
	color: #FFF;
	font-size: 14px;
	padding: 6px 10px;
	text-transform: uppercase;
	border: medium none;
}

.accordion-navigation.loginMenuBdy > div.content .button input:hover,
.loginMenuBdy > div.content .button input:hover {
	background-color: #74aa07;
}

#BroadTopMenu .infoLinks #memberMenuPanel .forgotLoginLnk,
#memberMenuPanelMobile .forgotLoginLnk {
	position: absolute;
	bottom: 64px;
	left: -7px;
	color: #666666;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
}

#BroadTopMenu .infoLinks #memberMenuPanel .createNewCustomerLnk,
#memberMenuPanelMobile .createNewCustomerLnk {
	background-color: #666666;
	color: #ffffff;
	font-size: 14px;
	padding: 8px;
	width: 100%;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

#BroadTopMenu .infoLinks #memberMenuPanel .createNewCustomerLnk:hover,
#memberMenuPanelMobile .createNewCustomerLnk:hover {
	background-color: #A0A0A0;
}

.memberMenuLoggedIn > a,
#BroadTopMenu .infoLinks li .memberMenuLoggedIn > a {
	display: block;
	color: #000000;
	font-size: 12px;
	text-align: left;
	border-bottom: solid 1px #dcdcda;
	padding: 8px 0;
	margin: 0;
}

.memberMenuLoggedIn > a.logoutLnk,
#BroadTopMenu .infoLinks li .memberMenuLoggedIn > a.logoutLnk {
	border: medium none;
	margin: 10px 0 0;
	background-color: #74aa07;
	color: #FFF;
	font-size: 14px;
	padding: 6px 10px;
	text-transform: uppercase;
	border: medium none;
}

.memberMenuLoggedIn > a.logoutLnk:hover,
#BroadTopMenu .infoLinks li .memberMenuLoggedIn > a.logoutLnk:hover {
	background-color: #74aa07;
	text-decoration: none;
}

#memberMenuPanelMobile .customerLoginBdy,
#memberMenuPanelMobile .forgotPasswordBdy {
	display: none;
}

#memberMenuPanelMobile .customerLoginBdy.active,
#memberMenuPanelMobile .forgotPasswordBdy.active {
	display: block;
}

#memberMenuPanelMobile .forgotPasswordBdy h2 {
	color: #030302;
	font-size: 18px;
	text-align: left;
}

#memberMenuPanelMobile .forgotPasswordBdy p {
	color: #666666;
	font-size: 11px;
	text-align: left;
}

#memberMenuPanelMobile .sendPasswordReminder {
	background-color: #74aa07;
	color: #FFF;
	font-size: 14px;
	padding: 6px 10px;
	text-transform: uppercase;
	border: medium none;
	float:right;
}

#memberMenuPanelMobile .sendPasswordReminder:hover {
	background-color: #74aa07;
}

#memberMenuPanelMobile .forgotPasswordInputContent {
	margin-bottom: 10px;
}

#memberMenuPanelMobile .forgotPasswordInputContent > span,
#memberMenuPanelMobile .forgotPasswordInputContent > input {
	display: inline-block;
	vertical-align: middle;
	max-width: 25%;
}

#memberMenuPanelMobile .forgotPasswordInputContent > span {
	font-size: 12px;
	color: #333333;
	float:left;
	margin-top: 7px;
}

#memberMenuPanelMobile .forgotPasswordInputContent > input {
	max-width: 75%;
	float:right;
}

#memberMenuPanelMobile .forgotLoginBackLnk {
	background-color: #666;
	color: #FFF;
	font-size: 14px;
	padding: 6px 8px;
	float:left;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	line-height: normal;
}

#memberMenuPanelMobile .forgotLoginBackLnk:hover {
	background-color: #A0A0A0;
}

/*** Topbanner styles ***/

#topbanner {
	margin-bottom: 20px;
}

#topbanner a {
	display: block;
	margin-top: 18px;
	text-align: center;
}

/*** Topmenu styles ***/

.sticky-navigation{

	position:fixed;
	top:0;
	z-index:9;
}

.top-sticky-navigation{
	display:block;
	width:100%;
}

.top-sticky-navigation #topMenu{
	max-width: 1210px;
	float:none;
	margin:0 auto;
}


.mobileTopMenuBdy{display: none;}
#leftOffCanvasMenu{display: none;}

#topMenuQuickLinks {
	text-align: left;
	overflow: hidden;
}
#mobileTopMenu .frontpageLnk,
#topMenuQuickLinks .frontpageLnk{
	float: left;
	margin:0 0 0 -28px;
}

#mobileTopMenu .mobile-menu-holder,
#topMenuQuickLinks .mobile-menu-holder{
	float: left;
}
#topMenuQuickLinks .mobile-menu-holder .list-products{display: none;}
#mobileTopMenu .shopMenu,
#topMenuQuickLinks .shopMenu{
	float: left;
	position: relative;
}

#topMenuQuickLinks ul.f-dropdown {
	/*top: 198px !important;	*/
	border: solid 2px #cccecd;
	border-top: solid 1px #cccecd;
	border-bottom: solid 6px #cccecd;
	/*position: fixed !important;*/
}

#topMenuQuickLinks ul.f-dropdown .innerDropdown {
	max-width: 1210px;
	margin: 0px auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.f-dropdown::before,
.f-dropdown::after {
	display: none;
}

#topMenuQuickLinks > ul {
	position: relative;
}

#topMenuQuickLinks > ul > li {
	display: inline-block;
	margin:0;
}
#topMenuQuickLinks > ul > li.mobile{display: none;}
#topMenuQuickLinks > ul > li>.clListIcon{display: none;}

#topMenuQuickLinks > ul > li:hover,
#topMenuQuickLinks > ul > li.open {
}
#topMenuQuickLinks .shopMenu > li{float: left;}
#mobileTopMenu .shopMenu > li > a,
#mobileTopMenu .frontpageLnk > li > a,
#mobileTopMenu > ul > li > .clListLink a,
#mobileTopMenu > ul > li > a,
#topMenuQuickLinks > ul > li > .clListLink a,
#topMenuQuickLinks .frontpageLnk > li > a,
#topMenuQuickLinks .shopMenu > li > a,
#topMenuQuickLinks > ul > li > a {
	display: block;
	position: relative;
	padding:17px 28px 16px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}
#mobileTopMenu .shopMenu > li > a:after,
#mobileTopMenu .shopMenu:after ,
#topMenuQuickLinks .shopMenu:after ,
#topMenuQuickLinks .shopMenu > li > a:after {
	content:'';
	position:absolute;
	bottom: 7px;
	top: 7px;
	background: #40684d;
	left:0;
	width: 1px;
	height:auto;
	z-index: 0;
}
#mobileTopMenu .shopMenu:after,
#topMenuQuickLinks .shopMenu:after{
	left: auto;
	right: 0;
}
#topMenuQuickLinks > ul > li > a:hover {
	text-decoration: none;
}
#topMenuQuickLinks > ul > li h2,
#topMenuQuickLinks > ul > li b {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

/* product-container*/
.product-container{
	overflow: hidden;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.left-pane h2{
	background:#013914 url(/media/366/img/menu-bg.png);
	position: relative;
	color: #fff;
	margin: 0;
	padding: 14px 8px 9px;
	text-transform: uppercase;
	font-size: 17px;
}

#main #ShopContent .shopMenu > li{display: none;}
// .left-off-canvas-menu .productMenuAllMobile > li.active{display: block;}
#main #ShopContent .shopMenu > li.active{display: block;}
.left-off-canvas-menu .productMenuAllMobile li.activeParent{display: block;}
.left-off-canvas-menu .productMenuAllMobile > li.activeParent{display: none;}
#main #ShopContent .shopMenu li.activeParent{display: block;}

.left-off-canvas-menu .productMenuAllMobile > li > a,
#main #ShopContent .shopMenu > li > a{
	background:#013914 url(/media/366/img/menu-bg.png);
	position: relative;
	color: #fff;
	margin: 0;
	padding: 14px 8px 9px;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
}
.left-off-canvas-menu .productMenuAllMobile a:hover{text-decoration: none;}
#main #ShopContent .shopMenu a:hover{text-decoration: none;}
.left-off-canvas-menu .productMenuAllMobile > li > ul,
#main #ShopContent .shopMenu > li > ul{
	display: block;
	background: #eee;
	border-style:solid;
	border-width:0 1px 1px;
	border-color:transparent #d9d9d9 #d9d9d9;
}
.left-off-canvas-menu .productMenuAllMobile > li > ul  ul{display: none;}
#main #ShopContent .shopMenu > li > ul  ul{display: none;}
.left-off-canvas-menu .productMenuAllMobile > li > ul li{border-top: 1px solid #d9d9d9; }
#main #ShopContent .shopMenu > li > ul li{border-top: 1px solid #d9d9d9; }
.left-off-canvas-menu .productMenuAllMobile > li > ul a,
#main #ShopContent .shopMenu > li > ul a{
	display: block;
	color: #323232;
	padding:8px;
	text-decoration: none;
	font-size: 16px;
}
.left-off-canvas-menu .productMenuAllMobile .opener{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	left: auto;
	width: 40px;
	height: auto;
	z-index: 99;
	text-indent: -9999px;
	overflow: hidden;
	border-left: 1px solid #d9d9d9;
}


#main #ShopContent .shopMenu > li > ul li.activeParent > a,
#main #ShopContent .shopMenu > li > ul a:hover{font-weight: bold;}

#main #ShopContent .shopMenu > li > ul li.activeParent > ul{
	display: block;
}
.left-off-canvas-menu .productMenuAllMobile > li > ul li.active ul > li > a,
.left-off-canvas-menu .productMenuAllMobile > li > ul li.activeParent ul > li > a{padding-left: 30px;}
#main #ShopContent .shopMenu > li > ul li.activeParent ul > li > a{
	padding-left: 20px;
}
.left-off-canvas-menu .productMenuAllMobile > li > ul li.active ul > li > ul a,
.left-off-canvas-menu .productMenuAllMobile > li > ul li.activeParent ul > li > ul a{padding-left: 40px;}
#main #ShopContent .shopMenu > li > ul li.activeParent ul > li > ul a{
	padding-left: 30px;
}
#main #ShopContent .shopMenu > li > ul li.activeParent ul > li > ul > li > ul a{
	padding-left: 40px;
}

/*** Topmenu quicklinks dropdown ***/
#topMenuQuickLinks > ul > li ul {
	display: none;
}
#topMenuQuickLinks .dropdown {
	display: none;
	position: absolute;
	max-height: 400px;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
	top:100%;
	border-top: 3px solid #bb1125;
	left: 0;
	right: 0;
	color: #4a4a4a;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

#topMenuQuickLinks .dropdown.twoColumns {
	width: 400px;
}

#topMenuQuickLinks .dropdown.threeColumns {
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	width: 580px;
}

#topMenuQuickLinks .dropdown ul {
	display: none;
}

#topMenuQuickLinks .dropdown li {
	display: inline-block;
	width: 180px;
	vertical-align: top;
	text-overflow: ellipsis;
	overflow: hidden;
}
#topMenuQuickLinks .dropdown a {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #4a4a4a;
	text-transform: capitalize;
}
#topMenuQuickLinks .dropdown .clListLink a{
	display:inline-block;
	vertical-align:top;
	padding:12px 0 8px 3px;
}

/* non used styles */

#topMenuQuickLinks ul.f-dropdown > div > li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	background-image: url('/media/366/img/pMenuSpacer.png');
	background-repeat: no-repeat;
	background-position: 98% top;
}

#topMenuQuickLinks ul.f-dropdown li {
	margin-top: 0px;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
	background: none;
}

#topMenuQuickLinks ul.f-dropdown > div li > ul > li,
#topMenuQuickLinks ul.f-dropdown > div li > ul {
	display: block;
	width: 100%;
}

#topMenuQuickLinks ul.f-dropdown a {
	padding: 3px 0px;
	margin: 0;
	font-size: 14px;
	display: block;
}

/*** infoTextsMobile ***/

.infoTextsMobile {
	display:none !important;
}

.infoTextsMobile span {
	color: #868484;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url('/media/366/img/pMenuSpacer.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}

.infoTextsMobile span:last-child {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

/*** advanced Search styles ***/

#advancedSearchBdy {
	display: none;
	position: relative;
	margin-right: 70px;
	margin-top: 38px;
}

#advancedSearchBdy h2 {
	display: none;
}

#advancedSearchBdy input.textbox {
	top: 0px;
	left: 0px;
	right: 55px;
	margin: 0px;
	border-radius: 0px;
	height:53px;
	min-height:53px;
	border: 0 none;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	padding:13px 0 8px 12px;
}

#advancedSearchBdy input.submit {
	position: absolute;
	top: 0px;
	right: -49px;
	width:49px;
	background-color: #bb1125;
	border: medium none;
	border-radius: 0px;
	height: 53px;
	min-height: 53px;
	padding: 0px;
	background-image: url('/media/366/img/search.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#advancedSearchBdy input.submit:hover{
	opacity:0.8;
}

/*** Advanced search results styling ***/

#AdvancedSearchResultsContainer ul {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0px 7px 10px -4px #000;
	border: solid 1px #bcbbbb;
}

#AdvancedSearchResultsContainer ul a,
#AdvancedSearchResultsContainer ul a:hover {
	border-radius: 0px;
	background: none;
	border: medium none;
	border-bottom: solid 1px #bcbbbb;
	padding: 5px;
	min-height: 0px;
	max-height: 100%;
	margin: 0;
}

#AdvancedSearchResultsContainer ul a:hover {
	box-shadow: 0px 0px 0px 1px #bcbbbb inset;
}

#AdvancedSearchResultsContainer .list_item_container {
	text-align: left;
}

#AdvancedSearchResultsContainer .list_item_container > div {
	display: inline-block;
	margin-right: 8px;
}

#AdvancedSearchResultsContainer .list_item_container .item_content .label {
	color: #000000;
	font-size: 16px;
	background: none;
	padding: 0;
	margin: 0;
}

#AdvancedSearchResultsContainer .list_item_container .item_content .price {
	color: #333333;
	font-size: 16px;
	background: none;
	padding: 0;
	margin: 0;
}

#AdvancedSearchResultsContainer .autocomplete-footer {
	text-align: left;
}

#AdvancedSearchResultsContainer .autocomplete-footer:hover {
	box-shadow: 0px 0px 0px 1px #bcbbbb inset;
	cursor: pointer;
}

#AdvancedSearchResultsContainer .autocomplete-footer span {
	color: #000000;
	font-size: 20px;
	display: block;
	width: 100%;
	padding: 5px;
	text-decoration: underline;
}

/*** Search result page styles ***/

.searchResultsBdy .plistAreaHeader,
#searchResultsProductsBdy .pager {
	display: none !important;
}

/*** Mini basket styles ***/

#miniBasket a, #miniBasketMobile a {
	background-color: #fff;
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	padding: 0;
	transition: all 0.5s ease;
}

#miniBasket a i {
	font-size: 25px;
	float: right;
	color: #fff;
	background: #bb1125;
	padding:13px 13px 15px 10px;
}

#miniBasket a:hover i, #miniBasketMobile a:hover i{
	opacity:0.8;
}

#miniBasket a.show-for-medium-up {
	padding:0;
	min-width: 185px;
	position: relative;
	margin-top: 38px;
}

#miniBasket a.show-for-small-only span, #miniBasketMobile a.show-for-small-only span {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #74aa07;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 17px;
	padding: 0px;
	position: absolute;
	top: 1px;
	right: 4px;
}

#miniBasket .miniBasketItemCount, #miniBasketMobile .miniBasketItemCount {
	float: left;
	color: #666;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	padding: 18px 4px 13px 8px;
}

#miniBasketMobile .miniBasketItemCount{float:none; }

#miniBasket span.miniBasketText, #miniBasketMobile span.miniBasketText {
	float: left;
	color: #666;
	text-decoration: none;
	margin: 0 13px 0 0;
	padding: 18px 0 15px;
	font-size: 13px;
}

#miniBasket a.show-for-small-only div, #miniBasketMobile a.show-for-small-only div {
	max-width: 29px;
	margin: 0px auto;
}

#basketPanel, #basketPanelMobile {
	list-style: outside none none;
	outline: medium none;
	padding: 0;
	background: none;
	border: medium none;
	z-index: 89;
	left: -99999px !important;
	right: auto!important;
}

#basketPanel.f-open-dropdown, #basketPanelMobile.f-open-dropdown {
	left: auto !important;
	right: 0.9375rem !important;
}

#basketPanel .ec32Head td,
#basketPanelMobile .ec32Head td,
#basketPanel .c5,
#basketPanelMobile .c5,
#basketPanel .c6,
#basketPanelMobile .c6,
#basketPanel .c9,
#basketPanelMobile .c9,
#basketPanel .ec38TableTotals .ec38Subtotal,
#basketPanelMobile .ec38TableTotals .ec38Subtotal,
#basketPanel .ec38TableTotals .ec38Tax,
#basketPanelMobile .ec38TableTotals .ec38Tax {
	display: none;
}

#basketPanel #ec38 .ec38TableTotals tr.ec38Total td,
#basketPanelMobile #ec38 .ec38TableTotals tr.ec38Total td,
#basketPanel #ec38 .ec38TableTotals tr.ec38Total td span,
#basketPanelMobile #ec38 .ec38TableTotals tr.ec38Total td span {
	border-bottom: medium none;
	color: #000000;
	font-size: 14px;
	font-family: arial;
}

#basketPanel .c8, #basketPanelMobile .c8 {
	text-align: right;
	color: #000000;
	font-size: 12px;
}

#basketPanel .miniBasketBdy, #basketPanelMobile .miniBasketBdy {
	background-color: #faf9f7;
	box-shadow: 0px 7px 10px -4px #000;
	padding: 0.5rem;
}

#basketPanel .c4 a,
#basketPanelMobile .c4 a,
#basketPanel .c4 span,
#basketPanelMobile .c4 span {
	color: #666666;
	font-size: 12px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
#basketPanel .c4 a,
#basketPanelMobile .c4 a{
	display: block;
	overflow: hidden;
}
#basketPanel .c4 span, #basketPanelMobile .c4 span {
	color: #000;
	margin-right: 3px;
	font-weight: bold;
	float: left;
}

#basketPanel table, #basketPanelMobile table {
	width: 100%;
	border: medium none;
	background-color: transparent;
}

#basketPanel table td, #basketPanelMobile table td {
	padding-left: 0;
	padding-right: 0;
}

#basketPanel .goToShoppingcartLnk, #basketPanelMobile .goToShoppingcartLnk {
	background-color: #74aa07;
	color: #ffffff;
	font-size: 16px;
	padding: 6px;
	text-transform: uppercase;
}

#basketPanel .goToShoppingcartLnk:hover, #basketPanelMobile .goToShoppingcartLnk:hover {
	background-color: #74aa07;
}

/*** Frontpage styles ***/

.frontArea > br {
	display: none;
}

.frontpageLnk > li > a,
#topMenuQuickLinks .shopMenu > li > a {
	position: relative;
}

#topMenuQuickLinks .shopMenu > li:last-child > a:after {
	content: "";
}

/*** Teaser box styles ***/

.teaserBoxes {
	max-width: 100%;
}

.teaserBoxes div {
	padding: 0px;
	position: relative;
}

.teaserBoxes div.leftColumn {
	padding-right: 0rem;
}

.teaserBoxes div.rightColumn {
	padding-left: 0rem;
}

.teaserBoxes div a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	text-align: left;
	font-size: 48px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 30px;
}

.teaserBoxes div a span {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	display: block;

}

/*** Content pane styles ***/

.row.product-list{
	max-width:100%;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.product-list .product-list-menu-text-top{
	padding:0;
}
.product-list .product-list-menu-text-top{
	color: #666;
	font-size: 16px;
	line-height: 18px;
}
.contentOuterBdy {
	padding-top:19px;
	padding-bottom: 0.9375rem;
}

.contentOuterBdy .productListHeader {
	text-align: left;
	margin-top: 0px;
	line-height: 24px;
	padding:11px 0 0;
	color: #333333;
	font-size: 24px;
	text-transform: uppercase;
}

.categoryListBdy li:hover {
	box-shadow: 0px 0px 0px 1px #e6e6e6 inset;
}

.categoryListBdy .clListIcon {
	padding: 10px 0 0;
	text-align: center;
}

.categoryListBdy .clListLink a {
	text-decoration: underline;
	display: block;
	font-size: 16px;
	line-height: 18px;
	background: #464545;
	color: #fff;
	padding: 8px 2px;
	text-decoration: none;
}

.categoryListBdy .clListLink {
	text-align: center;
}
[class*="block-grid-"]>li{padding:0 10px 10px;}

/*** Search results menu hits styles ***/

.menuDescriptionBdy h2 {
	text-align: left;
	margin-top: 0px;
	line-height: 24px;
	color: #666;
	font-size: 24px;
	text-transform: uppercase;
	display: none;
}

.searchResultsBdy .plistpager.content:first-child {
	display: none;
}

.searchResultsMenusBdy > div.prmain {
	width: 20%;
	display: inline-block;
	text-align: center;
	padding: 0px 0.625rem 1.25rem;
}

.searchResultsMenusBdy > div.prmain:hover {
	box-shadow: 0px 0px 0px 1px #E6E6E6 inset;
}

.searchResultsMenusBdy > div.prmain .primg {
	text-align: center;
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}

.searchResultsMenusBdy > div.prmain .primg img {
	width: 100% !important;
	height: auto !important;
}

.searchResultsMenusBdy > div.prmain .hlink {
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 0.9375rem;
}

/*** Product list styles ***/

.basketProducts .pager,
.frontpageNews .pager,
.frontpageMostSold .pager,
.messageProducts .pager,
.goodMatchProducts .pager,
.relatedProducts .pager {
	display: none;
}

.dropdownProductFilteringOuterBdy {
	position: relative;
}

.productFilteringHeaderBdy,
.sortingContainer {
	min-width: 220px;
	max-width: 220px;
	text-transform: uppercase;
	display: block;
	border: solid 1px #c1c1c1;
	color: #868484;
	font-size: 16px;
	padding: 5px;
	margin-top:5px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
.sortingContainer{padding: 0;}

.productFilteringHeaderBdy:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 18px;
}

.productFilteringHeaderBdy.active:after {
	content: "\f107";
}

.productFilteringHeaderBdy:hover {
	text-decoration: none;
	color: #868484;
}

.product-filter.columns{
	padding-left:0;
}

.sortingAndFilteringOuterDiv{
	margin-bottom:20px;
}


#productFilteringDrop > h2 {
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#productFilteringDrop .closeBnt {
	color: #333333;
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 0.5rem;
	line-height: 20px;
	cursor: pointer;
}

#productFilteringDrop > li > div h2,
#productFilteringDrop .ec90resetFilter,
#productFilteringDrop .ec90resetFilterec90resetFilter,
#productFilteringDrop .ec90CheckboxStockec90CheckboxStock,
#productFilteringDrop .ec90CheckboxStock {
	display: none;
}

#productFilteringDrop > li {
	border-bottom: solid 1px #e2e2e2;
}

#productFilteringDrop .filterHeader {
	color: #868484;
	font-size: 14px;
	text-transform: uppercase;
	margin: 4px 0px 4px 0px;
	cursor: pointer;
	position: relative;
}

#productFilteringDrop .filterHeader:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 5px;
	top: 0px;
	font-size: 18px;
	line-height: 18px;
}

#productFilteringDrop .filterHeader.active:after {
	content: "\f107";
	top: 3px;
}

#productFilteringDrop .filterControlBdy {
	display: none;
	background-color: #f4f3f3;
	padding: 10px;
}

#productFilteringDrop .filterControlBdy.active {
	display: block;
}

#productFilteringDrop .filterControlBdy ul li {
	display: inline-block;
	width: 50%;
}

#productFilteringDrop .filterControlBdy ul li,
#productFilteringDrop .filterControlBdy ul li span,
#productFilteringDrop .filterControlBdy ul li label {
	color: #868484;
	font-size: 14px;
}



.frontPageProductsMostSold {
	border-top: solid 1px #f2f1f1;
}

#frontPageProductsBdy .pager,
#frontPageProductsMostSoldBdy .pager {
	display: none;
}

.frontPageProducts h3,
.frontPageProductsMostSold h3,
.basketProducts h3,
.relatedProducts h3,
.productsGoodMatch h3 {
	margin: 15px;
	color: #333;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 15px 0;
}
.relatedProducts h3{
	display: none;
	text-transform: none;
	text-transform: capitalize;
}

.multipageBdy {
	display: none;
	margin-bottom: 0.9375rem;
}

.pagecountspan {
	padding-bottom: 0.9375rem;
	display: inline-block;
}

.sortingContainer {
	text-align: left;
	position: relative;
}

.sortingContainer:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 5px;
	top: 4px;
	font-size: 18px;
}

.sortingContainer.active:after {
	content: "\f107";
}

.sortingContainer .sortOptions {
	width: 100%;
	border: medium none;
	background: none;
	padding: 5px;
	color: #868484;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	outline: none;
}

.jsonProducts {
}

.jsonProducts .productInnerDiv {
	position: relative;
}

.jsonProducts .productInnerDiv .noveltyProduct {
	position: absolute;
	top: 0.9375rem;
	right: 0.9375rem;
	color: #74aa07;
	font-family: arial;
	font-size: 11px;
	border: solid 1px #74aa07;
	padding: 2px 5px;
	background-color: #fff;
	text-decoration: none;
}

.jsonProducts .productInnerDiv .deprecatedProduct {
	position: absolute;
	top: 0.9375rem;
	left: 0.9375rem;
	color: #ff9900;
	font-family: arial;
	font-size: 11px;
	border: solid 1px #ff9900;
	padding: 2px 5px;
	background-color: #fff;
	text-decoration: none;
}

.jsonProducts .productInnerDiv .goodDeal {
	position: absolute;
	top: 0.9375rem;
	left: 0.9375rem;
	color: #ff9900;
	font-family: arial;
	font-size: 11px;
	border: solid 1px #ff9900;
	padding: 2px 5px;
	background-color: #fff;
	text-decoration: none;
}
.jsonProducts .productElement .productInnerDiv{
}

.jsonProducts .productElement .productInnerDiv .productImage,
.jsonProducts .productElement .productInnerDiv .productName,
.jsonProducts .productElement .productInnerDiv .productExtId,
.jsonProducts .productElement .productInnerDiv .productPriceDiv,
.jsonProducts .productElement .productInnerDiv .productPrevPriceDiv{
	padding: 0;
}

.jsonProducts .productElement .productInnerDiv a:hover{
	text-decoration: none;
}

.jsonProducts .productElement .productInnerDiv .productExtId{
	font-size:11px;
}

.jsonProducts .productElement .productInnerDiv .productExtId a{
	color:#666;
}

.jsonProducts .productElement .productInnerDiv .productImage{
	text-align:center;
}


.jsonProducts .productElement .productImage {
	width: 100%;
}

.jsonProducts .productElement .productImage a {
	display: block;
	width: 100%;
	height: 160px;
	vertical-align: middle;
	margin-bottom: 30px;
}

.jsonProducts .productElement .productImage a img {
	margin: 0 auto;
	max-height: 100%;
}

.jsonProducts .productElement .productName a {
	color: #323232;
	font-size: 16px;
	display: block;
	padding:4px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.jsonProducts .productElement .productName a.active{font-weight: bold;}

.jsonProducts .productElement .productDescriptionDiv a {
	color: #999;
	font-size: 12px;
	display: block;
	padding: 0 0.9375rem;
	text-decoration: none;
}

.jsonProducts .productElement .productStockStatusDiv {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 0.5rem;
}

.jsonProducts .productElement .productStockStatusDiv span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #74aa07;
	display: inline-block;
	position: relative;
	bottom: 0px;
	right: 5px;
}

.jsonProducts .productElement .productStockStatusDiv.productNotOnStock span {
	background-color: #C95050;
}

.jsonProducts .productElement .productPrevPriceDiv {
	color: #ccc;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px;
	min-height:26px;
	text-decoration: line-through;
}
.jsonProducts .productElement .productBtn {
	margin:10px 0 0 ;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #74aa07;
	font-size: 16px;
}

.jsonProducts .productElement .productBtn:hover{
	text-decoration:none;
}

.jsonProducts .productElement .productPriceDiv {
	color: #666666;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	min-height: 26px;
}

.productElement .basketQtyInput,
.productElement .addToBasketLnk,
.productElement .productRemoveFromFavorites {
	display: inline-block;
	vertical-align: top;
}

.productElement .basketQtyInput {
	width: 40px;
	border: solid 1px #dededc;
	text-align: center;
	margin-bottom: 10px;
}

.productElement .addToBasketLnk {
	background-color: #74aa07;
	color: #FFF;
	font-size: 13px;
	padding: 4px 4px 5px;
	margin-left: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.productElement .addToBasketLnk:hover {
	background-color: #74aa07;
}

.productElement .productRemoveFromFavorites {
	margin-left: 5px;
	font-size: 24px;
	color: #c72b2b;
	font-family: arial;
	line-height: 32px;
}

.productElement .productRemoveFromFavorites:hover {
	text-decoration: none;
}

/*** Product menu leftpane styles ***/

#leftPane {
	text-align: left;
}

.productMenu h2 {
	color: #666666;
	font-size: 16px;
	text-transform: uppercase;
}

.productMenu .shopMenu li ul {
	display: none;
}

.productMenu .shopMenu li.active ul,
.productMenu .shopMenu li.activeParent ul {
	display: block;
}

.productMenu .shopMenu li.active > a,
.productMenu .shopMenu li.activeParent > a {
	font-weight: bold;
}

.productMenu .shopMenu li a {
	color: #000;
	font-size: 14px;
}

.productMenu .shopMenu li ul li a {
	color: #333;
	font-size: 13px;
	padding-left: 0.9375rem;
}

/*** Product detail styles ***/



.imageBdy {
	position: relative;
}

.imageBdy .noveltyProduct {
	position: absolute;
	top: 0.9375rem;
	right: 0.9375rem;
	color: #74aa07;
	font-family: arial;
	font-size: 11px;
	border: 1px solid #74aa07;
	padding: 2px 5px;
	background-color: #FFF;
	text-decoration: none;
}

.imageBdy .goodDeal {
	position: absolute;
	top: 0.9375rem;
	left: 0.9375rem;
	color: #F90;
	font-family: arial;
	font-size: 11px;
	border: 1px solid #F90;
	padding: 2px 5px;
	background-color: #FFF;
	text-decoration: none;
}

.imageBdy .deprecatedProduct {
	position: absolute;
	top: 0.9375rem;
	left: 0.9375rem;
	color: #F90;
	font-family: arial;
	font-size: 11px;
	border: 1px solid #F90;
	padding: 2px 5px;
	background-color: #FFF;
	text-decoration: none;
}

.variantsSelectorBdy .ecVariantTbl thead,
.variantsSelectorBdy .ecVariantTbl tr td.c1 {
	display: none;
}

.variantsSelectorBdy .ecVariantTbl td.c2 {
	padding: 5px 0.9375rem;
}

.variantsSelectorBdy .ecVariantTbl,
.variantsSelectorBdy .ecVariantTbl tr {
	background: none;
	border: medium none;
	width: 100%;
}

.variantsSelectorBdy .ecVariantTbl tr td select {
	text-transform: uppercase;
	display: block;
	border: 1px solid #C1C1C1;
	color: #868484;
	font-size: 16px;
	padding: 5px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.productInfoBottomDiv {
	padding-left: 0;
	padding-right: 0;
}

.infoDropdownBdy .accordion li div {
	font-size: 12px;
	color: #666;
}

#main #ShopContent .pInfoBasket .etBasket span {
	display: block;
	width: 100%;
	padding-bottom: 0.9375rem;
}

#main #ShopContent .ec62tblPaymentAddress,
#main #ShopContent .ec63tblShipmentAddress{
	background:transparent;
}

#main #ShopContent .pInfoBasket .etBasket .ecBB img {
	display: none !important;
}

#main #ShopContent .pInfoBasket .etBasket .ecBB input,
#main #ShopContent input.notVariantBuyInput {
	display: inline-block;
	width: 25%;
	text-align: center;
	color: #333;
	font-size: 24px;
	border: medium none;
	height: 47px;
	vertical-align: top;
	margin: 0px;
	margin-bottom: 15px;
}

#main #ShopContent .pInfoBasket .etBasket .ecBB a.addToBasketBtn,
.notVariantBuyBtn {
	background-color: #74aa07;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	padding: 8px 10px 7px 10px;
	display: inline-block;
	height: 47px;
	vertical-align: top;
	text-decoration: none;
	width: 75%;
	text-align: center;
	margin-bottom: 15px;
}

.notVariantBuyBtn {
	background-color: #777c7a;
}

#main #ShopContent .pInfoBasket .etBasket .ecBB a.addToBasketBtn:hover {
	background-color: #74aa07;
}

.ucImageControl {
	background-color: transparent;
	border: none;
}

.ucImageControltrImg,
#main #ShopContent .ucImageControl {
	width: 100% !important;
	text-align: center;
}

.ucImageControltrImg,
.ucImageControltrThumbs {
	display: block;
}

.ucImageControltrImg {
	height: 475px;
	padding: 15px;
	background: #fff;
}
.ucImageControltrImg div {
	height: 100%;
}
.ucImageControltrImg div:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.ucImageControl img {
	max-width: 100% !important;
	max-height:100% !important;
	width:auto !important;
	height: auto !important;
	display: inline-block !important;
}
.ucImageControltrThumbs {
	padding: 0;
}
.ucImageControltrThumbs table {
	background: transparent;
	border: none;
	margin-top: 10px;
}
.ucImageControltrThumbs tr {
	float: left;
}
.ucImageControltrThumbs tr + tr {
	margin-left: 10px;
}
.ucImageControltrThumbs td {
	padding: 0;
}
.ucImageControltrThumbs td div {
	width: 120px;
	height: 95px;
	padding: 15px;
	background-color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.ucImageControltrThumbs td div:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ucImageControltrThumbs td div img {
	max-width: 100%;
	max-height: 100%;
}

#etStockStatusText {
	color: #666666;
	font-size: 14px;

}

#etStockStatusText img {
	position: relative;
	bottom: 2px;
}

#etStockStatusText .isNotInStockIcon,
#etStockStatusText .inStockIcon {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #00d437;
	display: inline-block;
	position: relative;
	bottom: 1px;
}

#etStockStatusText .isNotInStockIcon {
	background-color: #c95050;
}

.pInfoProductPrices {
	float:right;
	text-align: right;
	padding-bottom: 0.9375rem;
}

.product-number{
	color:#666;
	font-size:14px;
	line-height:30px;
	height:30px;
	margin-bottom:20px;
}

.ProductPriceValue,
.ProductPreviousPriceValue {
	font-size: 28px;
	line-height: 1;
}

.ProductPriceValue {
	color: #333333;
}

.ProductPreviousPriceValue {
	color: #ccc;
	text-decoration: line-through;
}

.productInfoBackDiv #navigateParentLnk {
	padding: 4px 6px;
	margin: 0 0 15px 0;
	display: inline-block;
	color: #666666;
	font-size: 16px;
	text-decoration: none;
}

.productInfoBackDiv #navigateParentLnk:hover {
	color: #74aa07;
}

.productInfoBackDiv #navigateParentLnk i {
	color: #74aa07;
	margin-right: 8px;
}

.productNameBdy .pInfoProductName h1 {
	margin-top: 5px;
	line-height: normal;
	color: #202020;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 500;
}
.productInfoBottomDiv .variantsSelectorBdy {
	color: #666;
	font-size: 14px;
}

.infoDropdownBdy .accordion-navigation,
.infoDropdownBdy .accordion-navigation.active {
	border-bottom: solid 1px #e2e2e2;
}

.infoDropdownBdy .accordion-navigation a,
.infoDropdownBdy .accordion-navigation.active a {
	background-color: #fff;
	color: #868484;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0.5rem;
	position: relative;
}

.infoDropdownBdy .accordion-navigation a:after,
.infoDropdownBdy .accordion-navigation.active a:after {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 0.5rem;
	text-decoration: none;
}

.infoDropdownBdy .accordion-navigation.active a:after {
	content: "\f078";
}

.addToFavoritesBdy {
	margin-bottom: 0.9375rem;
}

.addToFavoritesLnk {
	color: #868484;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.addToFavoritesLnk:hover {
	color: #868484;
}

.addToFavoritesLnk i {
	color: #616362;
}

.relatedProducts {
	padding: 0.9375rem 0;
}

.product-documents{
	display:none;
	padding-top:20px;
}

.product-documents.active{
	display:block;
}

#main .product-documents ul{
	list-style:disc;
}

#main .product-documents ul li{
	margin-left:20px;
}

#main .product-documents ul li a{
	color:#74aa07;
}

.product-additional-links{
	padding-bottom:20px;
}

.product-additional-links a{
	background:#333;
	color:#fff;
	display:inline-block;
	height:35px;
	line-height:35px;
	margin-right:15px;
	padding:0 20px;
}
.product-additional-links a i{
	margin-right:10px;
}

.product-additional-links a:hover{
	text-decoration: none;
}

#videoModal a.close-reveal-modal {
	right: .275rem;
	top: .075rem;
}

/*** Bottompane styles ***/

#bottom .bottomPaneInner {
	max-width: 1210px;
	margin: 0 auto;
}

#bottom > br {
	display: none;
}

#bottom .accordion-navigation #bottomSocialMedia a {
	display: inline-block;
	margin-right: 5px;
}

#bottom .accordion-navigation #bottomSocialMedia a:hover {
	opacity: 0.6;
}

#bottom .bottomPaneText {
	background-color: #b4b4b4;
	min-height: 35px;
	color: #ffffff;
	font-size: 12px;
	padding: 9px;
	position: absolute;
	left:0;
	right:0;
	bottom:0;
}
#bottom .subscribe {
	float: right;
	text-align: left;
	color: #666666;
	font-size: 14px;
}
#bottom .subscribe h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.9375rem;
	color: #666666;
	margin-bottom: 0;
}
#bottom .subscribe p {
	font-size: 14px;
}
#bottom .subscribe .form-wrap {
	width: 240px;
}
#bottom .subscribe .form-wrap input {
	width: 100%;
	margin-bottom: 10px;
	padding: 9px;
	font-size: 14px;
}
#bottom .subscribe .form-wrap input::-webkit-input-placeholder {font-style: italic;}
#bottom .subscribe .form-wrap input::-moz-placeholder {font-style: italic;}
#bottom .subscribe .form-wrap input:-moz-placeholder {font-style: italic;}
#bottom .subscribe .form-wrap input:-ms-input-placeholder {font-style: italic;}
#bottom .subscribe .form-wrap button {
	background-color: #74aa07;
}

#bottom .payment-info {
	float: right;
	width: 260px;
	text-align: left;
}
#bottom .payment-info .top-img {
	margin: 30px 0 24px;
}

#bottom .payment-info li {
	display: inline-block;
	font-style: oblique;
	margin: 0 10px 10px 0;
}

/*** Basket step 1 styles ***/

.basketTopNavBdy .basketHeader h1 {
	color: #333333;
	font-size: 20px;
	text-transform: uppercase;
}

.basketDetailsBdy #ec32 table .c6 {
	display: none;
}

.basketDetailsBdy #ec32 .ec32Head td {
	border-bottom: solid 1px #f1f0f0;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.basketDetailsBdy #ec32 table .c1 {
	width: 50px;
	padding: 0px;
}

.basketDetailsBdy #ec32 table .c9 {
	width: 20px;
	padding: 0px;
}

.basketDetailsBdy #ec32 table .c4 a {
	color: #828181;
	font-size: 12px;
	text-transform: uppercase;
}

.basketDetailsBdy #ec32 table .c5 input {
	width: 40px;
	border: solid 1px #f2f1f1;
	color: #828181;
	font-size: 16px;
	margin: 0px;
	text-align: center;
}

.basketDetailsBdy #ec32 table .c9,
.basketDetailsBdy #ec32 table .c8 {
	text-align: right;
}
.basketDetailsBdy {
	margin: 20px 0;
}
.basketDetailsBdy #ec32 {
	padding: 15px;
	background-color: #ffffff;
}
.basketDetailsBdy #ec32 table {
	border: medium none;
	width: 100%;
	margin: 0;
}

.basketDetailsBdy #ec32 .row {
	border-bottom: solid 1px #f1f0f0;
	background-color: transparent;
}

.basketTotalsBdy #ec38 {
	padding: 10px;
	background: #fff;
}

.basketTotalsBdy .viabill-pricetag{
	padding-right:45px;
	padding-top:8px;
}

.pInfoProductPrices .viabill-pricetag{
	padding-top:15px;

}

.basketTotalsBdy #ec38 table {
	margin: 0;
}

.basketBottomNavBdy {
	margin-top: 20px;
}

.buttonNavNext {
	background-color: #74aa07;
	color: #fff;
	font-size: 16px;
	border: medium none;
	text-transform: uppercase;
	padding: 12px 15px;
	min-width: 320px;
	margin-left: 0.9375rem;
	border-radius: 0px;
}
.buttonNavNext[disabled]{
	background:#ccc;
}

.buttonNavNext[disabled]:hover{
	background:#ccc;
}

.buttonNavNext:hover {
	background-color: #74aa07;
}

.onePageCheckoutBdy .buttonNavNext {
	font-size: 24px;
}

.buttonNavPrev {
	background-color: #605f5f;
	color: #fff;
	font-size: 16px;
	border: medium none;
	text-transform: uppercase;
	padding: 8px 15px;
	border-radius: 0px;
}

.buttonNavPrev:hover {
	background-color: #a0a0a0;
}

.basketUpdAll input,
.basketClrAll input {
	background-color: transparent;
	color: #787878;
	font-size: 13px;
	border: medium none;
	text-transform: uppercase;
	padding: 13px 10px;
	position: relative;
	bottom: 1px;
}

.basketUpdAll input:hover,
.basketClrAll input:hover {
	color: #333;
}

.basketUpdAll,
.basketClrAll {
	margin-left: 0.9375rem;
	position: relative;
	top: 2px;
}

.basketUpdAll:before {
	content: "\f021";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #787878;
	font-size: 16px;
}

.basketClrAll:before {
	content: "X";
	font-style: normal;
	font-weight: bold;
	text-decoration: inherit;
	color: #787878;
	font-size: 16px;
	position: relative;
	top: 1px;
}

#ec38 .ec38TableTotals {
	border: medium none;
}

#ec38 .ec38TableTotals tr {
	background-color: transparent;
}

#ec38 .ec38TableTotals tr td.c2 {
	text-align: right;
}

#ec38 .ec38TableTotals tr td.c1,
#ec38 .ec38TableTotals tr td.c2 {
	color: #828181;
	font-size: 12px;
	padding: 4px 0px;
}

#ec38 .ec38TableTotals tr.ec38Total td {
	border-bottom: solid 1px #dededc;
	border-top: solid 1px #dededc;
	color: #404136;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
}

.couponControlDiv,
.giftCardControlDiv {
	background-color: #faf9f9;
	border: solid 1px #f2f1f1;
}

.couponControlDiv .couponHeader,
.giftCardControlDiv .giftCardHeader {
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0.5rem 0.9375rem;
	border-bottom: solid 1px #f2f1f1;
	position: relative;
}

.couponControlDiv .couponHeader:hover,
.giftCardControlDiv .giftCardHeader:hover {
	cursor: pointer;
	background-color: #d0d0d0;
}

.couponControlDiv .couponHeader:after,
.giftCardControlDiv .giftCardHeader:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	line-height: 24px;
	color: #333333;
	font-size: 24px;
}

.couponControlDiv .couponHeader.active:after,
.giftCardControlDiv .giftCardHeader.active:after {
	content: "\f107";
}

.couponControlDiv .couponContent,
.giftCardControlDiv .giftCardContent {
	display: none;
}

.couponControlDiv .couponContent.active,
.giftCardControlDiv .giftCardContent.active {
	display: block;
	padding: 0.9375rem;
}

.couponControlDiv .couponInput,
.giftCardControlDiv .giftCardInput,
.couponControlDiv .couponButton,
.giftCardControlDiv .giftCardButton,
.couponControlDiv .couponInput input,
.giftCardControlDiv .giftCardInput input,
.couponControlDiv .couponButton input,
.giftCardControlDiv .giftCardButton input {
	display: inline-block;
	margin: 0;
}

.couponControlDiv .couponInput,
.giftCardControlDiv .giftCardInput {
	width: 55%;
}

.couponControlDiv .couponInput input,
.giftCardControlDiv .giftCardInput input {
	border: solid 1px #e1e0e0;
}

.couponControlDiv .couponButton,
.giftCardControlDiv .giftCardButton {
	width: 45%;
}

.couponControlDiv .couponButton input,
.giftCardControlDiv .giftCardButton input {
	width: 100%;
	background-color: #353535;
	color: #fff;
	font-size: 12px;
	border: medium none;
	text-transform: uppercase;
	padding: 6px 15px;
	min-height: 30px;
	border-radius: 0px;
	position: relative;
	bottom: 1px;
}

/*** Onepage checkout styles ***/

.basketMyInformationOuter > div,
.basketMyOrderBdy > div {
	padding: 0.9375rem;
	margin: 0.9375rem 0;
}
.basketMyInformation .shipmentAddressCheckBox label{vertical-align: top; line-height: 30px;}

.paymentMethodSelect table {
	background-color: transparent;
}

.basketMyInformationOuter > div.evenRow {

}

.paymentAndShipmentInfoBdy,
.shipmentInfo,
.basketOrderRemarksOuterDiv {
	width: 49.2%;
}

.TermsTextDiv {
	display: none;
}

.TermsTextDiv.active {
	display: block;
	position: absolute;
	top: 0;
	left: 20%;
	right: 20%;
	background-color: #fff;
	border: solid 1px #7e7e7e;
	padding: 0.9375rem;
	box-shadow: 0px 0px 21px -4px #000;
	z-index: 200;
}

.TermsTextDiv.active #closeTermsTop {
	position: absolute;
	top: 0.9375rem;
	right: 0.9375rem;
	cursor: pointer;
	font-size: 24px;
	color: #333333;
	font-family: arial;
}

#closeTermsBottom {
	display: none;
}

.basketTotalsBdy{
	overflow:hidden;
}

.onePageCheckoutBdy #ec38 table {
	float:right;
	width: 100%;
}

.onePageCheckoutBdy #ec38 table.ec38TableTotals{
	max-width:340px;
}

.onePageCheckoutBdy > div {
	width: 100%;
}

.onePageCheckoutBdy > div.basketNxtStep2 {
	width: 100%;
	text-align: right;
}

.basketMyInformation,
.basketPaymentInformation,
.basketShipmentInformation,
.basketAcceptTermsBdy,
.basketMyOrderBdy,
.orderConfirmationCustomerInfo,
.orderConfirmationPayment,
.orderConfirmationShipment {
	background:#fff;
}

.orderConfirmationCustomerInfo,
.orderConfirmationPayment,
.orderConfirmationShipment {
	margin-bottom:20px;
}

.shipment-address-header{
	display:none;
}

.onePageCheckoutBdy .basketMyInformation table {
	width: 100%;
	border: medium none;
}

.onePageCheckoutBdy .basketMyInformation table tr {
	background-color: transparent;
}

.onePageCheckoutBdy .basketMyInformation table td {
	padding: 0 0 0.5rem 0;
	color: #666666;
	font-size: 16px;
}

.onePageCheckoutBdy .basketMyInformation table input,
.onePageCheckoutBdy .basketMyInformation table select,
.onePageCheckoutBdy .txtOrderRemarks {
	margin: 0;
	border: solid 1px #ccccca;
	color: #666666;
	font-size: 13px;
}

#limitCharactersInfo {
	margin: 0;
	color: #666666;
	font-size: 13px;
}

.onePageCheckoutBdy h2 {
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}

.onePageCheckoutBdy .paymentHeader,
.onePageCheckoutBdy .paymentMethod {
	margin-bottom: 0.9375rem;
}

.onePageCheckoutBdy .paymentHeader > div,
.onePageCheckoutBdy .paymentMethod > div,
.onePageCheckoutBdy .shipmentMethod > div,
.onePageCheckoutBdy .acceptTermsDivHeader > div,
.onePageCheckoutBdy .orderDetails > div {
	display: inline-block;
	vertical-align: middle;
}

.onePageCheckoutBdy .paymentHeader > div h2,
.onePageCheckoutBdy .paymentMethod > div h2,
.onePageCheckoutBdy .shipmentMethod > div h2,
.onePageCheckoutBdy .acceptTermsDivHeader > div h2,
.onePageCheckoutBdy .orderDetails > div h2 {
	margin: 0 0 0 5px;
}

.onePageCheckoutBdy .header_bullet {
	background-color: #333333;
	border-radius: 50%;
	width: 30px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.onePageCheckoutBdy .AcceptTermsCheckBox {
	padding: 0.9375rem;
}

.onePageCheckoutBdy .AcceptTermsCheckBox > div {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}


.onePageCheckoutBdy .paymentMethodSelect table,
.onePageCheckoutBdy .shipmentMethodSelect table {
	border: medium none;
	width: 100%;
}

.onePageCheckoutBdy .paymentMethodSelect table td:first-child,
.onePageCheckoutBdy .shipmentMethodSelect table td:first-child {
	width: 30px;
}

.onePageCheckoutBdy .paymentMethodSelect table td input,
.onePageCheckoutBdy .shipmentMethodSelect table td input {
	margin: 0;
}

.onePageCheckoutBdy .shipmentMethodSelect table td{
	vertical-align: top;
}

.onePageCheckoutBdy .shipmentMethodSelect table td .content{
	display:none;
}

.onePageCheckoutBdy .shipmentMethodSelect table tr.checked td .content{
	display:block;
}

.onePageCheckoutBdy .shipmentMethodSelect table td label{
	height:30px;
	line-height:30px;
}

.shipmentAddressCheckBox label{
	height:34px;
	line-height:34px;
}

.onePageCheckoutBdy .shipmentMethodSelect table td .content select,
.onePageCheckoutBdy .shipmentMethodSelect table td .content input[type="text"]{
	display:block;
	max-width:320px;
}

.onePageCheckoutBdy .shipmentMethodSelect table td .content select{
	margin-top:5px;
}

.onePageCheckoutBdy .shipmentMethodSelect table td .content input[type="text"]{
	max-width:150px;
}

.onePageCheckoutBdy .shipmentMethodSelect table td .content input[type="button"]{
	background:#333;
	border:0;
	color:#fff;
	height:35px;
	margin:5px 0 15px;
	padding:0 15px;
}

.onePageCheckoutBdy .basketOrderRemarksOuterDiv {
	margin-bottom: 0.9375rem;
}

.onePageCheckoutBdy .openTermsText,
.onePageCheckoutBdy .checkAgree {
	color: #666666;
	font-size: 13px;
	margin-right: 0;
	vertical-align: top;
	margin-top: 5px;
}

/*** Order confirmation styles ***/

.orderConfirmation .basketDetailsBdy table,
.orderConfirmation .basketTotalsBdy table {
	width: 100%;
	border: medium none;
}

.orderConfirmation .basketDetailsBdy table tr,
.orderConfirmation .basketTotalsBdy table tr {
	background-color: transparent;
}

.orderConfirmation .basketDetailsBdy table .c2,
.orderConfirmation .basketDetailsBdy table th {
	display: none;
}

.orderConfirmation .basketDetailsBdy table .c5,
.orderConfirmation .basketDetailsBdy table .c6, .orderConfirmation .basketDetailsBdy table .c8 {
	text-align: right !important;
}

.orderConfirmation .basketDetailsBdy table .c8 {
	padding-right: 0;
}

.orderConfirmation .basketDetailsBdy table th {
	padding-left: 0;
}

.orderConfirmation .basketDetailsBdy table td {
	border-bottom: solid 1px #f1f0f0;
	padding-left: 0;
	color: #828181;
	font-size: 12px;
	text-transform: uppercase;
}

.orderConfirmation .basketTotalsBdy td.c1 {
	text-align: left;
	padding: 0;
}

.orderConfirmation .basketTotalsBdy td.c2 {
	text-align: right;
	padding: 0;
}

#ec77 .ec77TableTotals tr td.c1,
#ec77 .ec77TableTotals tr td.c2 {
	color: #828181;
	font-size: 12px;
	padding: 4px 0px;
}

#ec77 .ec77TableTotals tr.ec77Total td {
	border-bottom: solid 1px #dededc;
	border-top: solid 1px #dededc;
	color: #404136;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
}

.orderConfirmationHelp,
.orderNumber {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	margin-bottom: 2rem;
	padding-left:0.9375rem;
}

.orderNumber {
	margin-bottom: 0;
}

.orderConfirmation .header_bullet {
	background-color: #333333;
	border-radius: 50%;
	width: 30px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.orderConfirmation .paymentHeader > div,
.orderConfirmation .paymentMethod > div,
.orderConfirmation .shipmentMethod > div,
.orderConfirmation .acceptTermsDivHeader > div,
.orderConfirmation .orderDetails > div {
	display: inline-block;
	vertical-align: middle;
}

.orderConfirmation .paymentHeader > div h3,
.orderConfirmation .paymentMethod > div h3,
.orderConfirmation .shipmentMethod > div h3,
.orderConfirmation .acceptTermsDivHeader > div h3,
.orderConfirmation .orderDetails > div h3 {
	margin: 0 0 0 5px;
}

.orderConfirmation .paymentHeader,
.orderConfirmation .paymentMethod,
.orderConfirmation .shipmentHeader {
	margin-bottom: 0.9375rem;
	color: #333333;
	font-size: 18px;
}

.orderConfirmPaymentAdd .paymentHeader,
.orderConfirmShipmentAdd .shipmentHeader {
	display: none; /* should not be visible according to design file, but is saved if a customer wants it back */
}

.orderConfirmation .orderConfirmShipmentAdd,
.orderConfirmation .orderConfirmPaymentAdd {
	width: 50%;
}

.orderConfirmation .orderConfirmPaymentAdd {
	padding-right: 0.9375rem;
}

.orderConfirmation .orderConfirmShipmentAdd table,
.orderConfirmation .orderConfirmPaymentAdd table {
	width: 100%;
	border: medium none;
}

.orderConfirmation .orderConfirmShipmentAdd table tr,
.orderConfirmation .orderConfirmPaymentAdd table tr {
	background-color: transparent;
}

.orderConfirmation .orderConfirmShipmentAdd table tr td,
.orderConfirmation .orderConfirmPaymentAdd table tr td {
	padding-left: 0;
	color: #666666;
	font-size: 14px;
}

.orderRemarksConfirmation {
	color: #666666;
	font-size: 14px;
	margin-bottom: 0.9375rem;
	max-width: 280px;
}

.orderConfirmationPayShipInfoBdy,
.orderConfirmationPayShipInfoBdy {
	color: #666666;
	font-size: 14px;
	padding: 0 0.9375rem 0.9375rem;
}

.basketOrderConfirmationDetails > div {
	padding: 0.9375rem;
}


.orderConfirmationCustomerInfo table {
	background-color: transparent;
}

/*** Message box styles ***/

#ucInfoMessagebdy {
	position: absolute;
	top: 10px;
	z-index: 200;
	border: solid 2px #2a2a2a;
	background-color: #f2f0f0;
	/*padding: 2rem;*/
	max-width: 600px;
	left: 50%;
	width: 100%;
	text-align: center;
	display: none;
}

#ucInfoMessagebdy div.addedToBasketMsgOuterDiv > div,
#main #ucInfoMessagebdy div.notAddedToBasket {
	padding:10px;
}

#ucInfoMessagebdy div.addedToBasketMsgOuterDiv > div.ucInfoMessageContent {
	padding: 0.9375rem;
}

#ucInfoMessagebdy div,
#ucInfoMessagebdy div.error {
	background-color: transparent;
	border: medium none;
	color: #333333;
	font-size: 16px;
	padding: 0;
}

#ucInfoMessagebdy div.error {
	color: #A00;
}

#ucInfoMessagebdy .fa-close {
	cursor: pointer;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	font-size: 20px;
}

#ucInfoMessagebdy.addedToBasketMsg {
	/*min-height: 472px;*/
}

#ucInfoMessagebdy .ucInfoMessageContent {
	background-color: #fff;
	text-align: left;
	/*position: absolute;*/
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.9375rem;
}

#ucInfoMessagebdy .ucInfoMessageContent h3 {
	color: #333333;
	font-size: 20px;
}

#ucInfoMessagebdy .ucInfoMessageContent .shopMoreBtn,
#ucInfoMessagebdy .ucInfoMessageContent .goToBasketBtn {
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 12px;
	display: inline-block;
	text-decoration: none;
}

#ucInfoMessagebdy .ucInfoMessageContent .shopMoreBtn {
	background-color: #e2e2e2;
	color: #333333;
	float:left;
}

#ucInfoMessagebdy .ucInfoMessageContent .shopMoreBtn:hover {
	background-color: #d0d0d0;
}

#ucInfoMessagebdy .ucInfoMessageContent .goToBasketBtn {
	background-color: #74aa07;
	color: #ffffff;
	float:right;
}

#ucInfoMessagebdy .ucInfoMessageContent .goToBasketBtn:hover {
	background-color: #74aa07;
}

.jsonProducts.messageProducts .productElement .productName a,
.jsonProducts.messageProducts .productElement .productDescriptionDiv a,
.jsonProducts.messageProducts .productElement .productImage a,
.jsonProducts.messageProducts .productElement .productPriceDiv {
	font-size: 10px;
	height: auto;
	padding: 0;
}

.jsonProducts.messageProducts .productElement .productDescriptionDiv a {
	font-size: 10px;
}

.jsonProducts.messageProducts .productElement .productName a {
	min-height: 30px;
}

/*** Customer login page styles ***/

.customerLogin {
	max-width: 320px;
}

.customerLogin .button {
	background-color: transparent;
	border: medium none;
	margin: 0;
	padding: 0;
}

.customerLogin .button input {
	background-color: #74aa07;
	color: #ffffff;
	font-size: 21px;
	text-transform: uppercase;
	padding: 8px 10px 7px 10px;
	display: inline-block;
	height: 47px;
	vertical-align: top;
	text-decoration: none;
	text-align: center;
	border: medium none;
}

/*** Customer Create And Edit Styles ***/

.customerCreateAndEdit{
	background:#fff;
	padding:15px;
}

.customerCreateAndEdit h1 {
	color: #333333;
	font-size: 20px;
}

.customerCreateAndEdit input.customerEditorButton {
	background-color: #74aa07;
	color: #FFF;
	font-size: 14px;
	padding: 6px 10px;
	text-transform: uppercase;
	border: medium none;
}

.customerCreateAndEdit input.customerEditorButton:hover {
	background-color: #74aa07;
}

.customerCreateAndEdit table,
.customerCreateAndEdit table tr,
.customerCreateAndEdit table tr td {
	border: medium none;
	background-color: transparent;
	color: #666666;
	padding-left: 0;
}

.customerCreateAndEdit table{
	max-width:100%;
}

.customerCreateAndEdit input[type="text"],
.customerCreateAndEdit input[type="password"],
.customerCreateAndEdit input[type="email"]{
	max-width:100%;
	width:350px;
}

/*** Customer order list styles ***/

.orderListBdy table,
.orderListBdy table tr,
.orderListBdy table th,
.orderListBdy table td {
	border: medium none;
	background: none;
}

.orderListBdy table {
	width: 100%;
}

.orderListBdy table th {
	border-bottom: solid 1px #efefef;
	color: #666666;
	font-size: 14px;
}

.orderListBdy table td {
	border-bottom: solid 1px #efefef;
	color: #666666;
	font-size: 12px;
}

.orderListBdy table td a {
	color: #74aa07;
	text-decoration: underline;
}

.orderListBdy table .c3,
.orderListBdy table td:last-child {
	text-align: right;
}

/*** Customer order detail styles ***/

.orderDetailBdy > a {
	color: #74aa07;
	text-decoration: underline;
	font-size: 12px;
	margin-bottom: 0.9375rem;
	display: block;
}

.orderDetailBdy table,
.orderDetailBdy table tr,
.orderDetailBdy table th,
.orderDetailBdy table td {
	border: medium none;
	background: none;
	padding-left: 0;
}

.orderDetailBdy table td {
	color: #666666;
	font-size: 12px;
	min-width: 130px;
	padding: 5px 0px;
}

.orderDetailBdy #ec39 {
	display: none;
}

.orderDetailBdy h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	display: block;
	border-bottom: solid 1px #efefef;
	max-width: 320px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.orderDetailBdy .OrderPaymentMethodBdy span,
.orderDetailBdy .OrderShipmentMethodBdy span {
	color: #666666;
	font-size: 12px;
	display: inline-block;
	min-width: 130px;
}

.orderDetailBdy .OrderShipmentAddressBdy {
	color: #666666;
	font-size: 12px;
	margin-bottom: 0.9375rem;
}

.orderDetailBdy .OrderOrderingRemarksBdy {
	margin-top: 0.9375rem;
	margin-bottom: 2rem;
}

.orderDetailBdy .OrderOrderingRemarksBdy span {
	color: #666666;
	font-size: 12px;
	display: block;
	min-width: 260px;
}

.OrderDetailsBdy #ec54 table {
	width: 100%;
}
.OrderDetailsBdy #ec54 table .ec54Head th {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: solid 1px #efefef;
}
.OrderDetailsBdy #ec54 table td {
	padding: 8px 0px;
	border-bottom: solid 1px #efefef;
}
.OrderDetailsBdy #ec54 table .c2 {
	min-width: 80px;
	width: 80px;
}
.OrderDetailsBdy #ec54 table .c5 {
	text-align: center;
	min-width: 80px;
	width: 80px;
}
.OrderDetailsBdy #ec54 table .c6,
.OrderDetailsBdy #ec54 table .c8 {
	text-align: right;
	min-width: 120px;
	width: 120px;
}
.OrderTotalsBdy div table {float:right; }
.OrderTotalsBdy div table .c2 {text-align: right; }
.OrderTotalsBdy #ec77 .ec77TableTotals tr.ec77Total td {
	border: medium none;
	padding: 0;
	font-size: 12px;
}
input.inputError {
	color: #A00 !important;
	background-color: #F1F100 !important;
}

/* product-attach */
.product-attach ul {
	border-top: 1px solid #bfbfbf;
}
.product-attach ul ul{
	border: none;
}
.product-attach ul li{
	border-style:solid;
	border-width:0 1px 1px;
	border-color:transparent #bfbfbf #bfbfbf;
	font-size: 16px;
}
.product-attach ul li a{
	color: #1e1d17;
	text-decoration: none;
	display:inline-block;
	vertical-align:top;
	padding:2px 2px 2px 45px;
	background: url(/media/366/img/icon-pdf.png) no-repeat 12px 50%;
}
.product-attach ul li a:hover{text-decoration: underline;}
.mobileTopMenuBdy{display: none;}

/* media styles */
@media only screen and (max-width:479px){

	#ucInfoMessagebdy{top: 5px;}
	#ucInfoMessagebdy div.addedToBasketMsgOuterDiv > div, #main #ucInfoMessagebdy div.notAddedToBasket{padding: 10px;}
	#mobileTopMenu .shopMenu > li > a,
	#topMenuQuickLinks .shopMenu > li > a{
		font-size: 13px;
		line-height: 28px;
		padding: 9px 8px;
	}
	#mobileTopMenu > ul.frontpageLnk > li.mobile a,
	#topMenuQuickLinks > ul.frontpageLnk > li.mobile a{
		line-height: 28px;
		padding: 9px 8px;
	}
}
@media only screen and (max-width: 640px) {
	.front-category{display: none;}
	#leftOffCanvasMenu{display: block; padding-bottom: 40px;}
	.mobile-menu-holder .list-products a, #main .left-pane .products a{font-size: 18px;}
	#main .front-category li a{
		font-size: 15px;
		padding: 24px 10px 25px;
	}
	#ucInfoMessagebdy {
		max-width: none;
		left: 5px;
		right: 5px;
		width: auto;
	}
	#topMenuQuickLinks{
		overflow: visible;
		display:inline-block;
		vertical-align:top;
		width: 100%;
		display: none;
	}
	.mobile-menu-holder .list-products{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 20;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	}
	.left-pane .categoryListBdyTop{display: none;}
	.left-pane .list-products{display: none;}
	#topMenu{padding: 0;}
	#mobileTopMenu .frontpageLnk,
	#topMenuQuickLinks .frontpageLnk{
		margin-left: 0;
		width: 15%;
	}
	#mobileTopMenu .mobile-menu-holder,
	#topMenuQuickLinks .mobile-menu-holder{
		width:70%;
		position: relative;
	}
	#mobileTopMenu .shopMenu{width: 100%;}
	#topMenuQuickLinks .shopMenu{width: 100%;}
	#mobileTopMenu .shopMenu > li,
	#topMenuQuickLinks .shopMenu > li{
		float: left;
		width: 50%;
	}
	#mobileTopMenu .shopMenu > li > a{text-align: center;}
	#topMenuQuickLinks .shopMenu > li > a{text-align: center;}
	#mobileTopMenu > ul > li > a{text-align: center;}
	#topMenuQuickLinks > ul > li > a{text-align: center;}
	#topMenuQuickLinks > ul.frontpageLnk > li{display: none;}
	#topMenuQuickLinks > ul.frontpageLnk > li.mobile{
		display: block;
		width: 100%;
	}
	#mobileTopMenu ul.frontpageLnk > li.mobile a,
	#topMenuQuickLinks > ul.frontpageLnk > li.mobile a{
		display: block;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
	#mobileTopMenu ul.frontpageLnk > li.mobile a i,
	#topMenuQuickLinks > ul.frontpageLnk > li.mobile i{line-height: 28px;}
	#rightTop{
		display: none;
	}
	.broadTopMenuQuickLinks{margin: 0;}
	.login-page #customerLogin label input[type="password"], .login-page #customerLogin label input[type="text"]{max-width: 260px;}
	.newsletter-popup-overlay{
		padding:10px;
	}
	.newsletter-popup-container{
		margin:100px 0;
		max-width:100%;
		width:100%;
	}
	#bottom .bottomPaneQuickLinks .subscribe {
		text-align: center;
		float: none;
	}
	/*** Frontpage Carousel styles ***/

	.frontpageCarousel {
		margin: 0px -0.9375rem 1rem;
	}

	/* Filter */
	.product-filter{
		display:none;
	}

	.product-montering-image{
		right:20px;
		top:20px;
	}

	#miniBasketMobile,
	#miniBasketMobile a{
		height:49px;
		text-align:center;
	}
	#miniBasketMobile .miniBasketItemCount{
		float:none;
	}
	#main .product-list-frontpage{
		padding:0 0px;
	}

	.product-list-frontpage .slick-next{
		right:15px;
	}

	.product-list-frontpage .slick-prev{
		left:15px;
	}
	.topMenuOuterBdy {background-color: #202020; }
	.basketTotalsBdy .viabill-pricetag{
		padding-right:10px;
		padding-top:8px;
		padding-bottom:20px;
	}
	/*** Content styles ***/
	.shipment-address-header{
		display:block;
	}
	/*** Added to basket popup styles ***/

	#ucInfoMessagebdy.addedToBasketMsg {
		min-height: 602px;
	}

	#ucInfoMessagebdy .ucInfoMessageContent .shopMoreBtn,
	#ucInfoMessagebdy .ucInfoMessageContent .goToBasketBtn {
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 14px;
	}

	#ucInfoMessagebdy {
		margin-left: 0 !important;
	}

	#ucInfoMessagebdy .ucInfoMessageContent .shopMoreBtn {
		width: 100%;
		margin-bottom: 5px;
	}

	#ucInfoMessagebdy .ucInfoMessageContent .goToBasketBtn {
		width: 100%;
	}

	/*** Mobile template styles ***/

	#main {
		padding-bottom: 0px;
		overflow: hidden;
	}

	.contentOuterBdy {
		padding-top: 0;
	}

	#bottom {
		position:relative;
		bottom:auto;
		width:100%;
		height:auto;
	}

	/*** Mobile topmenu styles ***/

	.mobileTopMenuBdy {
		display:block;
	}
	#topMenuQuickLinks > ul > li > .clListLink a, #topMenuQuickLinks > ul > li > a {
		padding: 8px 8px 10px;
		display: block;
	}

	.tab-bar {
		background-color: transparent;
		height: 49px;
	}

	.miniBasketBdy {
		width: 25%;
	}

	#basketPanel .miniBasketBdy, #basketPanelMobile .miniBasketBdy {
		width: 100%;
	}

	#basketPanel.f-open-dropdown, #basketPanelMobile.f-open-dropdown {
		left: auto !important;
		right: 0.5rem !important;
	}
	#mainInnerBdy .top-holder{padding: 0;}

	#mobileTopMenu {
		position: relative;
	}

	#mobileTopMenu > div {
		height: 30px;
		padding: 0px;
		width: auto;
	}
	#pointerElement{
		left: -22px;
		top: -8px;
	}

	.frontpage-list-item{
		width: 33.3%;
	}
	#bottom .payment-info{
		width: 100%;
		text-align: center;
	}

	.frontpage-list-item .product-image{height: 150px;}

	#mobileTopMenu > div a i {
		display: table-cell;
		font-size: 26px;
		color: #34218a;
		vertical-align: middle;
		text-decoration: none;
	}

	#mobileTopMenu .mobileMemberMenu {
		background-color: #ababab;
	}

	#mobileTopMenu .mobileSearch {
		background-color: #999999;
	}

	/*** Mobile member menu styles ***/

	#BroadTopMenu .infoLinks #memberMenuPanel .forgotLoginLnk,
	#memberMenuPanelMobile .forgotLoginLnk {
		bottom: 50px;
		left: 7px;
	}

	#memberMenuPanelMobile {
		top: 47px !important;
	}

	/*** advanced Search styles ***/

	#advancedSearchBdy.active {
		display: block;
		position: absolute;
		z-index: 100;
		background-color: #fff;
		left: 0;
		right: 0;
		padding: 0.5rem;
		margin: 0;
		top: 82px;
	}

	#advancedSearchBdy.active input {
		position: static;
		display: inline-block;
		vertical-align: top;
	}

	#advancedSearchBdy.active input.textbox {
		width: 80%;
	}

	#advancedSearchBdy.active input.submit {
		width: 16%;
	}

	/*** Search results styles ***/

	.searchResultsMenusBdy > div.prmain {
		width: 50%;
	}

	/*** Teaser box styles ***/

	.contentOuterBdy .productListHeader {
		margin-top: 0.9375rem;
	}

	.teaserBoxes div.leftColumn {
		padding-bottom: 1rem;
	}

	.teaserBoxes div.centerColumn {
		padding-bottom: 1rem;
	}

	.teaserBoxes div.rightColumn {
		padding-bottom: 1rem;
	}

	.frontPageProducts h3,
	.frontPageProductsMostSold h3{
		text-align:center;
	}

	/*** Product list styles ***/

	.productFilteringHeaderBdy,
	.sortingContainer {
		font-size: 12px;
		min-width: 182px;
		max-width: 182px;
		margin-top: 5px;
	}

	.sortingContainer .sortOptions {
		font-size: 12px;
		max-width: 170px;
		height: 18px;
	}

	.sortingContainer:after {
		top: 0px;
	}

	.pagecountspan {
		padding-bottom: 0.5rem;
	}

	.jsonProducts {
		margin-top:0;
	}

	.jsonProducts .productElement .productImage a {
		padding: 0.5rem;
	}

	.jsonProducts .productElement .productName a {
		font-size: 13px;
	}
	#main .left-pane .products {margin-bottom: 20px;}

	.jsonProducts .productElement .productDescriptionDiv a {
		padding: 0 0.5rem;
	}

	.jsonProducts .productElement .productPriceDiv {
		font-size: 14px;
		display: block;
		min-height: 20px;
	}

	.jsonProducts .productElement .productPrevPriceDiv {
		font-size: 11px;
		display: block;
		min-height: 20px;
	}

	.jsonProducts .productElement:hover {
		box-shadow: none;
	}

	.jsonProducts .productElement:hover {
		box-shadow: 0px 0px 0px 0px #e6e6e6 inset;
	}

	.productElement .basketQtyInput {
		display: none;
	}

	/*** Mobile bottompane styles ***/

	.accordion .accordion-navigation > a {
		color: #6b6868;
		font-size: 20px;
		background-color: #d6d6d6;
		text-transform: uppercase;
		border-bottom: solid 1px #e5e4e4;
	}

	.accordion .accordion-navigation > a:hover {
		background-color: #d6d6d6;
	}

	.accordion .accordion-navigation > .content.active {
		background-color: #e5e4e4;
	}

	.accordion .accordion-navigation > .content a {
		font-size: 18px;
		display: block;
		padding: 0.25rem 0px;
		color: #333;
	}

	#bottom .bottomPaneText {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	/*** Follow us should always be visible on mobile ***/
	.accordion-navigation.socialMedia a {
		border-bottom: medium none;
	}

	.accordion-navigation.socialMedia #bottomSocialMedia {
		display: block !important;
	}

	/*** Product detail styles ***/

	.infoDropdownBdy .accordion-navigation,
	.infoDropdownBdy .accordion-navigation.active {
		border-bottom: solid 1px #e2e2e2;
	}

	.infoDropdownBdy .accordion-navigation div.content.active {
		background-color: #fff;
	}

	.infoDropdownBdy .accordion-navigation a,
	.infoDropdownBdy .accordion-navigation.active a {
		background-color: #fff;
		color: #868484;
		font-size: 16px;
		text-transform: uppercase;
		padding: 0.5rem;
		position: relative;
		border: medium none;
	}

	.infoDropdownBdy .accordion-navigation a:after,
	.infoDropdownBdy .accordion-navigation.active a:after {
		content: "\f054";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		position: absolute;
		right: 0.5rem;
		text-decoration: none;
	}

	.infoDropdownBdy .accordion-navigation.active a:after {
		content: "\f078";
	}

	.productNameBdy .pInfoProductName h1 {
		margin: 0;
		display: block;
		padding: 0.5rem 0;
	}

	.productInfoBackDiv #navigateParentLnk {
		margin-top: 0.9375rem;
		margin-left:0;
	}

	.relatedProducts h3{
		margin-left:0;
	}

	#main #ShopContent .ucImageControl {
		border-left: medium none;
		border-right: medium none;
	}

	.ucImageControl img {
		max-width: 280px !important;
		width: 100% !important;
	}

	.productInfoTopDiv {
		margin-top: 92px;
	}

	/*** Basket step 1 styles ***/

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.ec32Head,
	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c2 {
		display: none;
	}

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td {
		display: block;
		float:left;
		width: 65%;
	}

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c1 {
		width: 30% !important;
		height: 100px;
		vertical-align: middle;
	}

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c1 a {
		display: block;
		height: 100%;
		width: 100%;
	}

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c4 {
		width: 70%;
	}

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c5 {
		width: 15%;
		padding: 0 0 0.625rem 10px;
	}

	.onePageCheckoutBdy.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c7 {
		display: none;
	}

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c9 {
		width: 6% !important;
		padding: 6px 0 !important;
	}

	.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c8 {
		width: 49%;
		text-align: right;
		padding: 5px 0.625rem;
	}

	.onePageCheckoutBdy.basketOuterBdy .basketDetailsBdy table.ec32Table tr.row td.c8 {
		padding: 0px 0.625rem;
	}

	.basketDetailsBdy .content.c2,
	.basketDetailsBdy .HeaderBar.c2 {
		display: none;
	}

	.basketNxtStep2.right {
		float: none !important;
	}

	.buttonNavPrev,
	.buttonNavNext {
		font-size: 16px;
	}

	.basketUpdAll.right,
	.basketClrAll.right {
		float: none !important;
		display: inline-block;
	}

	.basketUpdAll.right {
		margin-left: 0px;
	}

	.basketBottomNavBdy {
		text-align: center;
	}

	.basketTotalsBdy,
	.basketCouponBdy {
		float: none !important;
	}

	#ec38 .ec38TableTotals {
		width: 100%;
	}

	.buttonNavNext,
	.buttonNavPrev {
		min-width: 135px;
		font-size: 14px;
		padding: 8px 15px;
		margin: 0;
	}

	.basketBottomNavBdy .buttonNavNext {
		width: 100%;
		padding: 10px;
		margin: 0.9375rem 0px;
		font-size: 24px;
	}

	/*** Onepage checkout styles ***/

	.paymentAndShipmentInfoBdy,
	.shipmentInfo,
	.basketOrderRemarksOuterDiv {
		width: 100%;
	}

	.TermsTextDiv.active {
		left: 0.9375rem;
		right: 0.9375rem;
	}

	.onePageCheckoutBdy > div {
		width: 100%;
	}

	.onePageCheckoutBdy > div.basketNxtStep2 input {
		width: 100%;
		min-width: 0px;
		margin: 0 0 0 0;
		font-size: 24px;
		padding: 0.9375rem;
	}

	.orderConfirmation .orderConfirmShipmentAdd,
	.orderConfirmation .orderConfirmPaymentAdd {
		width: 100%;
		padding: 0;
	}

	/*** Search results dropdown styles ***/

	#AdvancedSearchResultsContainer .autocomplete-footer {
		text-align: right;
	}

	/*** Slick mobile styles ***/

	.slick-prev {
		left: -5px;
	}

	.slick-next {
		right: -5px;
	}

	/*** Customer order detail styles ***/

	.OrderDetailsBdy #ec54 table .c2,
	.OrderDetailsBdy #ec54 table .c6 {
		display: none;
	}

	.OrderDetailsBdy #ec54 table td,
	.OrderDetailsBdy #ec54 table th {
		min-width: 0px;
		width: auto;
	}

	.OrderTotalsBdy div table {
		width: 100%;
	}

	.frontpageCarousel .carouselOverlay .header{
		font-size:16px;
		margin-top:10px;
	}

	.frontpageCarousel .carouselOverlay .headerText{
		font-size:12px;
		margin-top:5px;
	}
	.frontpageCarousel .carouselOverlay .headerText2{margin-bottom: 5px;}

	.frontpageCarousel .carouselOverlay .content-button{
		font-size:12px;
		height:20px;
		line-height:20px;
		padding:0 20px;
	}

	.link-holder{display: none;}
	#outerBdy .inner-wrap{overflow: visible;}
	#outerBdy{
		width: 100%;
		overflow: hidden;
	}
	.frontpage-list-item{
		width: 100%;
	}
	.frontpageCarousel .carouselOverlay .headerText2{font-size: 22px;}
	.frontpageCarousel .carouselOverlay a.content-button{
		height: 20px;
		line-height: 21px;
		font-size: 14px;
		padding:0 18px;
	}

}
@media only screen and (max-width:479px){
	.login-page #customerLogin label input[type="password"],
	.login-page #customerLogin label input[type="text"]{
		float: none;
	}
	.login-page #logininfo ul,
	.login-page .button{
		text-align: left;
	}
	.login-page #customerLoginHolder{margin-bottom: 60px;}
	.login-page #customerLoginHolder + div{
		text-shadow: 0 0 2px #fff;
	}
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (min-width: 641px) {
	#topbanner a {
		text-align: left;
		margin: 19px 0 0 10px;
		max-width: 210px;
	}
	#advancedSearchBdy {
		display: block;
		position: relative;
	}
	/*** Teaser box styles ***/
	.teaserBoxes div.leftColumn {
		padding-right: 0.5rem;
	}

	.teaserBoxes div.centerColumn {
		padding: 0 0.25rem;
	}

	.teaserBoxes div.rightColumn {
		padding-left: 0.5rem;
	}

	/*** Product detail styles ***/

	.productInfoTopDiv,
	.productInfoBottomDiv {
		float:right;
		width: 38.4%;
	}

	.productInfoMiddleDiv {
		float:left;
		width: 59.5%;
	}

	/*** Bottompane styles ***/

	#bottom .bottomPaneInner {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		padding-bottom:20px;
	}

	#bottom div.bottomPaneQuickLinks{
		margin: 0 0 55px 16px;
	}

	#bottom .accordion-navigation {
		float:left;
		background-color: transparent;
		width: 23.8%;
	}

	#bottom .accordion-navigation div p,
	#bottom .accordion-navigation a,
	#bottom .accordion-navigation div {
		background-color: transparent;
		text-decoration: none;
		text-align: left;
		padding: 0;
		margin: 0;
		height: auto;
		color: #333;
		font-size: 14px;
		line-height: 20px;
	}
	#bottom .accordion-navigation div p{margin-bottom: 20px;}

	#bottom .accordion-navigation > a {
		font-size: 18px;
		font-weight: 500;
		margin:27px 0 14px;
	}

	#bottom .accordion-navigation div .shopMenu li {
		line-height: normal;
	}

	#bottom .accordion-navigation div .shopMenu li a:hover {
		text-decoration: underline;
	}

	#bottom .accordion-navigation .content {
		display: block;
	}

	/*** Basket step 1 styles ***/

	.basketTotalsBdy table td.c2 {
		padding-right: 37px !important;
	}

	.basketMyOrderBdy .basketTotalsBdy table td.c2 {
		padding-right: 0rem !important;
	}

	#ec38 .ec38TableTotals tr td.c1,
	#ec38 .ec38TableTotals tr td.c2 {
		width: 160px;
	}

	.couponControlDiv {
		min-width: 320px;
	}

	/*** Order confirmation styles ***/

	.orderConfirmation .basketTotalsBdy {
		width: 320px;
		float:right;
	}
}
/* min-width 641px, medium screens */

@media only screen and (min-width: 641px) and (max-width:1023px) {
	#topMenuQuickLinks .frontpageLnk{margin-left: 0;}
	#BroadTopMenu .infoLinks li a i,
	.infoTexts a i{font-size: 9px;}
	#BroadTopMenu .infoLinks li a,
	.infoTexts a{
		font-size: 10px;
		margin: 0 0 0 10px;
	}
	#BroadTopMenu .infoLinks li a span{font-size: 10px; }
	#rightTop .link-holder{display: none; }
	#topMenuQuickLinks > ul > li > .clListLink a, #topMenuQuickLinks > ul > li > a{
		padding: 8px 8px 10px;
		font-size: 18px;
	}
	#topMenuQuickLinks > ul > li{margin: 0 5px 0 0;}
	#topMenu {padding: 0 .6em; }
	#topbanner a {margin-top: 28px; }
	/*** Bottompane tablet only styles ***/
	#bottom .accordion-navigation {width: 33%; }
	#bottom .accordion-navigation:last-child {display: none; }
	/*** Json productlist styles ***/
	.jsonProducts .productElement:hover {box-shadow: 0px 0px 0px 0px #e6e6e6 inset; }
	/*** Search results styles ***/
	.searchResultsMenusBdy > div.prmain {width: 25%; }
	.product-montering-image{right:30px; top:30px; }
	.frontpageCarousel .carouselOverlay .header{font-size:32px; margin-top:20px; }
	.frontpageCarousel .carouselOverlay .headerText{font-size:18px; margin-top:10px; }
	#main .product-list-frontpage{padding:0 0px; }
	.product-list-frontpage .slick-next{right:15px; }
	.product-list-frontpage .slick-prev{left:15px; }
	.frontpageCarousel .carouselOverlay a.content-button{
		font-size: 18px;
		height: 38px;
		line-height: 38px;
		padding:0 32px;
	}
	.frontpageCarousel .carouselOverlay .headerText2{margin-bottom: 5px;}
	.frontpage-list-item{width: 25%;}
	.frontpage-list-item .product-image{height: 150px;}
}
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 1025px) {
	.productInfoBdy {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}
