header .basketwrap .baskethover {
	position: absolute;
	z-index: 500;
	right: 0px;
	top: 65px;
	opacity: 0;
	height: 0px;
	width: 0px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	transition: opacity ease 0.5s;
	padding-top: 10px;
}

.stickynav header .basketwrap .baskethover {
    top: 45px;
}

@media only screen and (max-width: 1230px) {
	header .basketwrap .baskethover, .stickynav header .basketwrap .baskethover {
		top: 25px;
	}
}

header .basketwrap:hover .baskethover, header .basketwrap.show .baskethover {
	opacity: 1;
	display: block;
	height: auto;
	width: 450px;
	overflow: visible;
}

header .basketwrap .baskethover:hover {
	opacity: 1;
	display: block;
	height: auto;
	width: 450px;
	overflow: visible;
}

header .basketwrap .baskethover .basketcontainer {
	background-color: #fff;
	border: solid 1px #9b9f00;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-top: 20px;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.12);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.12);
	line-height: normal;
	white-space: normal;
	position: relative;
}

header .basketwrap .baskethover .basketcontainer ul {
	line-height: normal;
}

header .basketwrap .baskethover .basketcontainer .scroller {
	max-height: 350px;
	overflow: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1225px) {
	header .basketwrap .baskethover .basketcontainer .scroller {
		max-height: 250px;
	}
}

.mobileBasket .basketitems .scroller {
	max-height: 350px;
	overflow: auto;
	margin-bottom: 10px;
}

header .basketwrap .baskethover .title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 54px;
	border-bottom: solid 1px #e1e1e1;
	display: block;
	background-color: #f2efef;
	color: #393939;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
}

header .basketwrap .baskethover .title .tcolwrap {
	display: table;
	width: 100%;
}

header .basketwrap .baskethover .title .tcolwrap .tcol {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

header .basketwrap .baskethover .title .tcolwrap .tcol:last-child {
	text-align: right;
	padding-right: 10px;
	padding-left: 0px;
}

header .basketwrap .baskethover .title a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background-color: #b5b934;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
}

header .basketwrap .baskethover .title a:hover {
	background-color: #9b9f00;
}


header .basketwrap .baskethover .basketitem {
	display: table;
	width: 100%;
}

header .basketwrap .baskethover .basketitem .image {
	display: table-cell;
	width: 40px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #e1e1e1;
}

header .basketwrap .baskethover .basketitem .image img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

header .basketwrap .baskethover .basketitem .text {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #e1e1e1;
	padding-top: 10px;
}

header .basketwrap .baskethover .basketitem .text .line {
	display: block;
	line-height: 16px;
	font-size: 12px;
}

header .basketwrap .baskethover .basketitem .text .line.line1 {
	text-decoration: none;
	color: #2e303c;
	line-height: 18px;
	padding-bottom: 5px;
	display: block;
	font-size: 14px;
}

header .basketwrap .baskethover .basketitem .text .line.line1:hover {
	color: #b5b934;
}

header .basketwrap .baskethover .colwrap .col {
	height: auto;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	line-height: 18px;
}

header .basketwrap .baskethover .subrow .colwrap .col {
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 15px;
}

header .basketwrap .baskethover .subrow .colwrap .col.col2 {
	text-align: right;
}

header .basketwrap .baskethover .incvat {
	font-size: 12px;
	font-style: italic;
	color: #999;
	text-transform: none;
	display: block;
}

header .basketwrap .baskethover .viewbasket a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #9b9f00;
	text-decoration: none;
	-webkit-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	transition: background ease 0.3s;
}

header .basketwrap .baskethover .viewbasket a:hover {
	background-color: #b5b934;
}

.basketcontainer .basketitems .noitems {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.mobileBasket .noitems {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
}

.basket .basketitems li {
	padding-left: 0px;
}
.basket .basketitems li.total {
	white-space: nowrap;
}

.basket .basketitems li.total .col2 {
	text-align: right;
}

.mobileBasket {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 60px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.12);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.12);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: none;
	z-index: 500;
}

.mobileBasket .basketitems .title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 32px;
	border-bottom: solid 1px #e1e1e1;
}

.mobileBasket .basketitems .basketitem {
	display: table;
	width: 100%;
}

.mobileBasket .basketitems .basketitem .image {
	display: table-cell;
	width: 60px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 1px #e1e1e1;
}

.mobileBasket .basketitems .basketitem .image img {
	display: block;
	width: 40px;
	height: auto;
}

.mobileBasket .basketitems .basketitem .text {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #e1e1e1;
	padding-top: 10px;
	font-size: 14px;
	padding-right: 10px;
}

.mobileBasket .basketitems .total {
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 18px;	
}

.mobileBasket .basketitems .subrow {
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 15px;
}

.mobileBasket .basketitems .basketitem .text .line {
	display: block;
	line-height: 22px;
}

.mobileBasket .basketitems .basketitem .text .line.line1 {
	text-decoration: none;
	color: #2e303c;
	font-size: 14px;
	line-height: 18px;
}

.mobileBasket .basketitems .basketitem .text .line.line1:hover {
	color: #b5b934;
}

.mobileBasket .basketitems .title .colwrap  {
	display: table;
	width: 100%;
}

.mobileBasket .basketitems .title .colwrap .col {
	height: auto;
	text-transform: uppercase;
	vertical-align: bottom;
	display: table-cell!important;
	width: 50%!important;
}

.mobileBasket .basketitems .title .colwrap .col.col2 {
	text-align: right;
}

.mobileBasket .basketitems .title .colwrap .col .close {
	font-size: 14px;
	color: #2e303c;
	text-decoration: none;
}

.mobileBasket .basketitems .incvat {
	font-size: 12px;
	font-style: italic;
	color: #999;
	text-transform: none;
}

.mobileBasket .basketitems .viewbasket a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #2e303c;
	text-decoration: none;
	-webkit-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	transition: background ease 0.3s;
}

.mobileBasket .basketitems .viewbasket a:hover {
	background-color: #b5b934;
}

.baskethover .colwrap {
	display: table;
	width: 100%;
}

.baskethover .colwrap .col {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.baskethover .colwrap .col.col1 {
	width: 200px;
}

.baskethover .colwrap .col.col2 {
	text-align: right;
}

.helpwrap {
	background-color: #f2efef;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: var(--dark-grey);
	margin-bottom: 40px;
}

@media only screen and (max-width: 550px) {
	.helpwrap {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
}

.productlist {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}

.productlist .product {
	display: inline-block;
	vertical-align: top;
	width: 16.6666%;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.productlist .product .pad {
	padding-left: 0px;
	padding-right: 0px;
}

.productlist .product .image {
	display: block;
	padding-top: 66.6666%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border: solid 10px #fff;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

.productlist .product .image img {
	display: none;
	width: 100%;
	height: auto;
}

.productlist .product .productcode {
	font-size: 12px;
	color: #a8a8a8;
	font-weight: 600;
}

.productlist .product .productname {
	font-size: 15px;
	line-height: 17px;
	color: #393939;
	font-weight: 600;
	padding-bottom: 10px;
}

.productlist .product .price {
	font-size: 18px;
	line-height: 20px;
	color: #393939;
	font-weight: 400;
}

.productlist .product .price .previousPrice {
	font-size: 14px;
	color: var(--red);
	text-decoration:line-through;
	display: block;
}

.productlist .product .price .packsize {
	font-size: 14px;
	padding-left: 5px;
}

.productlist .product .rrp {
	font-size: 12px;
	color: #a8a8a8;
	font-weight: 600;
}

.productlist .product .stockqty {
	font-size: 10px;
}

.productlist .product .pstatus {
	font-size: 10px;
	line-height: 9px;
}

.productlist .product .buttonwrap {
	padding-top: 20px;
}

.productlist .product .buttonwrap .button {
	min-width: 0px;
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (max-width: 500px) {
	.productlist .product .buttonwrap .button {
		font-size: 14px;
		line-height: 14px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

.productlist .product .buttonwrap .addtobasket,.productlist .product .buttonwrap .ltbbutton, .productlist .product .buttonwrap .addtopreorder {
	display: block;
	width: 100%;
	background-color: #b5b934;
	color: #fff;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.productlist .product .buttonwrap .addtopreorder {
	background-color: rgba(116,116,116,1);
	margin-top: 10px;
}

.productlist .product .buttonwrap .addtopreorder.oos {
	margin-top: 0px;
}

.productlist .product .buttonwrap .addtobasket:hover,.productlist .product .buttonwrap .ltbbutton:hover {
	background-color:  #9b9f00;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.productlist .product .buttonwrap .addtopreorder:hover {
	background-color: rgba(51,51,51,1);
}

.productlist .product .buttonwrap .outofstock {
	display: block;
	width: 100%;
	background-color: #d3d3d3;
	color: #fff;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}

.productlist .product .buttonwrap .outofstock.oosalert {
	cursor: pointer;
}

.productlist .product .buttonwrap .outofstock.oosalert:hover {
	background-color: #9b9f00;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 1180px) {
	.productlist .product {
		width: 20%;
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 985px) {
	.productlist .product {
		width: 25%;
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 820px) {
	.productlist .product {
		width: 33.3333%;
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

@media only screen and (max-width: 600px) {
	.productlist .product {
		width: 50%;
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 400px) {
	.productlist {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.productlist .product {
		width: 100%;
		padding-bottom: 40px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	/*
	.productlist .product .image {
		background-image: none!important;
		padding-top: 0px;
		border: none;
		padding-bottom: 10px;
	}
	
	.productlist .product .image img {
		display: block;
		max-height: 300px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}*/
}

.productlist .qtywrap {
	padding-top: 20px;	
}

.productlist .qtywrap .colwrap {
	display: table;
	width: 100%;	
}

.productlist .qtywrap .colwrap .col {
	display: table-cell;
	vertical-align: middle;	
}

.productlist .qtywrap .colwrap .col1 {
	width: 28px;	
}

.productlist .qtywrap .colwrap .col2 {
	width: 56px;	
	padding-left: 2px;
	padding-right: 2px;
}

.productlist .qtywrap .colwrap .col3 {
	width: 28px;	
}

.productlist .qtywrap .colwrap .col4 {
	padding-left: 10px;
}

.productlist .qtywrap .colwrap .qtybutton {
	display: block;
	width: 100%;
	line-height: 30px;
	background-color: #b5b934;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}

.productlist .qtywrap .colwrap .qtybutton:hover {
	background-color: #9b9f00;
}

.productlist .qtywrap .qty {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #2a2e24;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #b2acac;
}

.productlist .qtywrap.outofstock .colwrap .qtybutton, .productlist .qtywrap.outofstock .colwrap .qtybutton:hover {
	background-color: #d3d3d3;
	cursor: default;
}

.productlist .qtywrap.outofstock .qty {
	color: #d3d3d3;
}

.productlist .detailswrap {
	position: relative;
}

.productlist .stockerrmsg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(255,0,0,1);
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.productlist .stockmsg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #9b9f00;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 2;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.basketcontainer .basketitem .qtywrap {
	padding-top: 0px;	
}

.basketcontainer .basketitem .qtywrap .colwrap {
	display: table;
	width: 100%;	
}

.basketcontainer .basketitem .qtywrap .colwrap .col {
	display: table-cell;
	vertical-align: middle;	
}

.basketcontainer .basketitem .qtywrap .colwrap .col1 {
	width: 20px;	
}

.basketcontainer .basketitem .qtywrap .colwrap .col2 {
	width: 36px;	
	padding-left: 2px;
	padding-right: 2px;
}

.basketcontainer .basketitem .qtywrap .colwrap .col3 {
	width: 20px;	
}

.basketcontainer .basketitem .qtywrap .colwrap .col4 {
	padding-left: 10px;
}

.basketcontainer .basketitem .qtywrap .colwrap .col4 .stockqty {
	font-size: 12px;
}

.basketcontainer .basketitem .qtywrap .colwrap .qtybutton {
	display: block;
	width: 100%;
	line-height: 20px;
	background-color: #b5b934;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.basketcontainer .basketitem .qtywrap .colwrap .qtybutton:hover {
	background-color: #9b9f00;
}

.basketcontainer .basketitem .qtywrap .qty {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #2a2e24;
	height: 20px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #b2acac;
}

.basketcontainer .basketitem {
	position: relative;
}

.basketcontainer .basketitem .stockerrmsg {
	position: absolute;
	left: 0px;
	bottom: -25px;
	right: 0px;
	background-color: rgba(255,0,0,1);
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.basketcontainer .basketitem .stockmsg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #9b9f00;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 2;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.basketcontainer .basketitem .deleteoption {
	display: none;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	color: #c00404;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 23px;
	background-image: url('/_images/delete-red.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

.basketcontainer .miniloader {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url('/_images/loader.png');
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	z-index: 10;
}

.basketcontainer .miniloader.loading {
	display: block;
}

.mobileBasket .basketitem .qtywrap {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.mobileBasket .basketitem .qtywrap .colwrap {
	display: table;
	width: 100%;	
}

.mobileBasket .basketitem .qtywrap .colwrap .col {
	display: table-cell;
	vertical-align: middle;	
}

.mobileBasket .basketitem .qtywrap .colwrap .col1 {
	width: 30px;	
}

.mobileBasket .basketitem .qtywrap .colwrap .col2 {
	width: 46px;	
	padding-left: 2px;
	padding-right: 2px;
}

.mobileBasket .basketitem .qtywrap .colwrap .col3 {
	width: 30px;	
}

.mobileBasket .basketitem .qtywrap .colwrap .col4 {
	padding-left: 10px;
}

.mobileBasket .basketitem .qtywrap .colwrap .col4 .stockqty {
	font-size: 12px;
}

.mobileBasket .basketitem .qtywrap .colwrap .qtybutton {
	display: block;
	width: 100%;
	line-height: 30px;
	background-color: #b5b934;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.mobileBasket .basketitem .qtywrap .colwrap .qtybutton:hover {
	background-color: #9b9f00;
}

.mobileBasket .basketitem .qtywrap .qty {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #2a2e24;
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #b2acac;
}

.mobileBasket .basketitem {
	position: relative;
}

.mobileBasket .basketitem .stockerrmsg {
	position: absolute;
	left: 0px;
	bottom: -25px;
	right: 0px;
	background-color: rgba(255,0,0,1);
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.mobileBasket .basketitem .stockmsg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #9b9f00;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 2;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.mobileBasket .basketitem .deleteoption {
	display: none;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	color: #c00404;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 23px;
	background-image: url('/_images/delete-red.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

.mobileBasket .miniloader {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url('/_images/loader.png');
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	z-index: 10;
}

.mobileBasket .miniloader.loading {
	display: block;
}

.productlist .qtyinbasket {
	color: #b5b934;
	display: block;
	line-height: 12px;
}

.productlist .qtyinstock {
	display: block;
	line-height: 12px;
}

.productlist .imagewrap {
	position: relative;
}

.productlist .favourite {
	position: absolute;
	bottom: 3px;
	right: 0px;
	z-index: 2;
	width: 25px;
	height: 25px;
	background-image: url('/_images/icon-star-green.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}

.productlist .new {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-image: url('/_images/icon-new.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.productlist .favourite:hover {
	background-image: url('/_images/icon-star-green.png');
}

.productlist .favourite.isfavourite {
	background-image: url('/_images/icon-star-green-filled.png');
}

.desktopbasket .qtywrap {
	padding-top: 0px;	
}

.desktopbasket .qtywrap .colwrap {
	display: table;
	width: 100%;	
}

.desktopbasket .qtywrap .colwrap .col {
	display: table-cell;
	vertical-align: middle;	
}

.desktopbasket .qtywrap .colwrap .col1 {
	width: 20px;	
}

.desktopbasket .qtywrap .colwrap .col2 {
	width: 36px;	
	padding-left: 2px;
	padding-right: 2px;
}

.desktopbasket .qtywrap .colwrap .col3 {
	width: 20px;	
}

.desktopbasket .qtywrap .colwrap .col4 {
	padding-left: 10px;
}

.desktopbasket .qtywrap .colwrap .col4 .stockqty {
	font-size: 12px;
}

.desktopbasket .qtywrap .colwrap .qtybutton {
	display: block;
	width: 100%;
	line-height: 20px;
	background-color: #b5b934;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.desktopbasket .qtywrap .colwrap .qtybutton:hover {
	background-color: #9b9f00;
}

.desktopbasket .qtywrap .qty {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #2a2e24;
	height: 20px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #b2acac;
}

.desktopbasket {
	position: relative;
}

.desktopbasket .stockerrmsg {
	position: absolute;
	left: 0px;
	bottom: -25px;
	right: 0px;
	background-color: rgba(255,0,0,1);
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.desktopbasket .stockmsg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #9b9f00;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	z-index: 2;
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

.desktopbasket .deleteoption {
	display: none;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	color: #c00404;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	padding-left: 23px;
	background-image: url('/_images/delete-red.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: left center;
}

.accountpage .stdbuttonwrap {
	padding-top: 30px;
}

.accountpage .stdbutton {
	background-color: #393939;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	max-width: 400px;
	-webkit-transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s;
}

.accountpage .stdbutton:hover {
	opacity: 0.85;
}

.productlist .multibuya {
	font-size: 13px;
	line-height: 18px;
	background-color: #f9e32d;
	padding: 5px;
	display: block;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.basketform .multibuy a {
	font-size: 13px;
	line-height: 18px;
	background-color: #f9e32d;
	padding: 5px;
	display: block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	border-radius: 0px;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

.mobilebasket .basketform .multibuy a {
	margin-top: 0px;
	border-radius: 0px;
	margin-bottom: 3px;
}

.products .promotitle {
	font-size: 16px;
	padding-bottom: 20px;
}

.productlist .discperc {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 2;
    width: 50px;
    height: 50px;
	background-color: rgba(255,0,0,1);
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 50%;
	text-transform: uppercase;
}

.productlist .discperc .dp1 {
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	display: block;
	padding-top: 13px;
}

.clerk-load-more-button {
	display: block;
	width: 100%;
	background-color: #383838;
	color: #fff;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.clerk-facet-group {
  margin-bottom: 1.5em;
  padding: 1em;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: none;
}

.clerk-facet-name {
  font-size: 14px;
  text-transform: uppercase;
}

.clerk-facet-count {
  font-size: 14px;
}

.clerk-facet-group-title {
  color: #808312;
}

label.clerk-facet-show-more {
  font-size: 14px;
  color: #121212;
}

.clerk-facet-search {
  width: calc(100% - 1.8em);
  margin: 0 0 5px 0;
  padding: 4px 8px;
  border: 1px solid #eee;
  font-size: 14px;
}

.recommendedproducts .productlist {
	margin-left: 0px!important;
	margin-right: 0px!important;
	box-sizing: border-box!important;
}

.recommendedproducts .productlist .product {
	padding-left: 0px!important;
	padding-right: 0px!important;
	box-sizing: border-box!important;
	width: 100%!important;
}

.recommendedproducts .productlist .product .pad {
	padding-left: 10px!important;
	padding-right: 10px!important;
	box-sizing: border-box!important;
}

/*
.clerk-slider-item {
	box-sizing: border-box!important;
	width: calc(16.6666%)!important;
}

@media only screen and (max-width: 1210px) {
	.clerk-slider-item {
		width: calc(20%)!important;
	}
}

@media only screen and (max-width: 970px) {
	.clerk-slider-item {
		width: calc(25%)!important;
	}
}

@media only screen and (max-width: 755px) {
	.clerk-slider-item {
		width: calc(33.3333%)!important;
	}
}

@media only screen and (max-width: 580px) {
	.clerk-slider-item {
		width: calc(50%)!important;
	}
}

@media only screen and (max-width: 450px) {
	.clerk-slider-item {
		width: calc(100%)!important;
	}
}
*/
.clerk-slider-nav {
  background: rgba(181, 185, 52,0.5)!important;
}
.recommendedproducts h2 {
	font-size: 18px;
	padding-bottom: 30px;
}

#clerk-search-filters {
	width: 260px;
}

@media only screen and (max-width: 1100px) {
	#clerk-search-filters {
		width: auto;
	}
	.clerk-facet-group {
	  width: 210px;
	  display: inline-block;
	  vertical-align: top;
	}
	.clerk-facet-group-facets {
		height: 200px;
		overflow-y: auto;
	}
	.clerk-facet-count, .clerk-range {
		display: none!important;
	}
	.clerk-facet-show-more {
		display: none!important;
	}
}

@media only screen and (max-width: 810px) {
	.clerk-facet-group {
	  width: 48%;
	  box-sizing: border-box;
	}
}

@media only screen and (max-width: 575px) {
	.clerk-facet-group {
	  width: 98%;
	}
	.clerk-facet-group-facets {
		height: auto;
		max-height: 200px;
		overflow-y: auto;
	}
}

.topbasketbuttons a {
	position: relative;
	height: 30px;
	z-index: 1;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #dbd8d8;
	color: #928f8f;
	vertical-align: bottom;
	cursor: pointer;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
}

.topbasketbuttons a.on {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f2efef;
	border-left: solid 1px #9b9f00;
	border-top: solid 1px #9b9f00;
	border-right: solid 1px #9b9f00;
	vertical-align: bottom;
	cursor: pointer;
	line-height: 34px;
	font-size: 16px;
	font-weight: 600;
	height: 34px;
	margin-bottom: -1px;
}

.topbasketbuttons a:hover {
	background-color: #f2efef;
}

header .basketwrap .baskethover.withpreorder .basketcontainer {
  padding-top: 0px;
  margin-top: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

header .basketwrap .baskethover.withpreorder .title {
	margin-top: 0px;
}

header .basketwrap .baskethover.withpreorder {
	top: 0px;
	margin-top: 0px;
	padding-top: 65px;
}

.choosebasketwrap .choosebasket {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

.choosebasketwrap .choosebasket.preorder {
	background-color: #f5f5f5;
}

.choosebasketwrap .choosebasket h2 {
	text-transform: uppercase;
	padding-bottom: 15px;
}

.choosebasketwrap .choosebasket .deliverymessage {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #b8b8b8;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 25px;
}
.choosebasketwrap .choosebasket.preorder .deliverymessage {
	background-color: #b8b8b8;
}

.choosebasketwrap .choosebasket .colwrap {
	display: table;
	width: 100%;
}

.choosebasketwrap .choosebasket .colwrap .col {
	display: table-cell;
	vertical-align: top;
}

.choosebasketwrap .choosebasket .colwrap .col.buttons {
	width: 400px;
}

.choosebasketwrap .choosebasket .colwrap .col.buttons a:first-child {
	margin-bottom: 15px;
}

.choosebasketwrap .choosebasket .colwrap .col.buttons a {
	width: 100%;
	display: block;
}

.choosebasketwrap .choosebasket .colwrap .col:first-child p {
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 16px;
}

.choosebasketwrap .choosebasket .colwrap .col:first-child p:last-child {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	
}

.choosebasketwrap .choosebasket .colwrap .col:first-child {
	padding-right: 50px;
}

@media only screen and (max-width: 830px) {
	.choosebasketwrap .choosebasket .colwrap {
		display: block;
		width: 100%;
	}
	
	.choosebasketwrap .choosebasket .colwrap .col {
		display: block;
		vertical-align: top;
	}
	
	.choosebasketwrap .choosebasket .colwrap .col.buttons {
		width: auto;
	}
}

@media only screen and (max-width: 600px) {
	.choosebasketwrap {
		margin-left: -20px;
		margin-right: -20px;
	}
}

header .basketwrap .baskethover.withpreorder .title .tcolwrap .tcol {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
  line-height: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}

header .basketwrap .baskethover.withpreorder .title .tcolwrap .tcol:last-child {
  width: 150px;
  text-align: right;
}

.topbasketbuttonsmobile {
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #b5b934;
  padding-left: 10px;
}

.topbasketbuttonsmobile a {
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	background-color: #f5f5f5;
	line-height: 24px;
	cursor: pointer;
	color: #7b7b7b;
}

.topbasketbuttonsmobile a.on {
	background-color: #b5b934;
	color: #fff;
}

#mobileheader #menubuttons .col.col1 {
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mobileBasket .basketitems .title .colwrap .col {
  width: auto!important;
  vertical-align: top;
}

.mobileBasket .basketitems .title .colwrap .col.col1 {
  width: auto!important;
}

.mobileBasket .basketitems .title .colwrap .col.col2 {
  width: 100px!important;
}

.popupproduct .buttonswrap .buttonwrap {
  vertical-align: top;
}

