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 #abc44a;
	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: #abc44a;
	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: #abc44a;
}


header .basketwrap .baskethover .basketitem {
	display: table;
	width: 100%;
}

header .basketwrap .baskethover .basketitem .image {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
	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: 80px;
	max-height: 80px;
	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: #abc44a;
}

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: #abc44a;
	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: #abc44a;
}

.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: fixed;
	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: 100px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #e1e1e1;
}

.mobileBasket .basketitems .basketitem .image img {
	display: block;
	width: auto;
	height: auto;
	max-height: 80px;
	max-width: 80px;
	margin-left: auto;
	margin-right: 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: #abc44a;
}

.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: #abc44a;
}

.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;
	display: none !important;
}

@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;
	position: relative;
}

.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: #abc44a;
	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: #abc44a;
	-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: #abc44a;
	-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: 25%;
		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: 382px) {
	.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: #abc44a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}

.productlist .qtywrap .colwrap .qtybutton:hover {
	background-color: #abc44a;
}

.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;
	display: block;
}

.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: #abc44a;
	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: #abc44a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.basketcontainer .basketitem .qtywrap .colwrap .qtybutton:hover {
	background-color: #abc44a;
}

.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: #abc44a;
	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: #abc44a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.mobileBasket .basketitem .qtywrap .colwrap .qtybutton:hover {
	background-color: #abc44a;
}

.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: #abc44a;
	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: #abc44a;
	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-green2.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 .bundledeal {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
	width: 50px;
	height: 50px;
	background-image: url('/_images/icon-bundledeal.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: #abc44a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.desktopbasket .qtywrap .colwrap .qtybutton:hover {
	background-color: #abc44a;
}

.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: #abc44a;
	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: #FAA300;
	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;
}


.productlist .noexport {
	background-color: #f5f5f5;
	padding: 5px;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 40px;
	left: 0px;
	right: 0px;
}

.productlist .nae .noexport {
	display: block;
}

.productlist .product.nae {
	opacity: 0.5;
}

.basketform .multibuy a {
	font-size: 13px;
	line-height: 18px;
	background-color: #FAA300;
	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;
	color: #fff;
}

.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;
}

.productlist .nae .qtywrap {
	display: none;
}

.productlist .nae .buttonwrap {
	display: none;
}


.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:not(.productlistv3) .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 #abc44a;
	border-top: solid 1px #abc44a;
	border-right: solid 1px #abc44a;
	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;
	}

	.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 #abc44a;
	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: #abc44a;
	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;
}

a.addtopreorder {
	font-size: 13px !important;
	line-height: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.buttonwrap .exportonly {
	display: block;
	width: 100%;
	color: #afafaf;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.productlist.sponsored {
	padding-bottom: 0px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f5f5f5;
	margin-left: -20px;
	margin-right: -20px;
}

.productlist.sponsored .product {
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.productlist.searchpage.sponsored .product {
	width: calc(16.6666% - 20px);
}

.productlist.searchpage.sponsored .sponsoredtitle {
	font-size: 12px;
	padding-bottom: 10px;
	display: block;
	text-transform: uppercase;
	color: #abc44a;
	padding-left: 10px;
}

.productlist.searchpage.sponsored .qtywrap .colwrap .col2 {
	width: 46px;
}

@media only screen and (max-width: 1550px) {
	.productlist.searchpage.sponsored .product {
		width: calc(25% - 20px);
		/*width: 20%;*/
	}
}

@media only screen and (max-width: 1350px) {
	.productlist.searchpage.sponsored .product {
		width: calc(25% - 20px);
	}
}

@media only screen and (max-width: 1105px) {
	.productlist.searchpage.sponsored .product {
		width: calc(33.3333% - 20px);
	}
}

@media only screen and (max-width: 1100px) {
	.productlist.searchpage.sponsored .product {
		width: calc(25% - 20px);
		/*width: 20%;*/
	}
}

@media only screen and (max-width: 1030px) {
	.productlist.searchpage.sponsored .product {
		width: calc(25% - 20px);
	}
}

@media only screen and (max-width: 840px) {
	.productlist.searchpage.sponsored .product {
		width: calc(33.3333% - 20px);
	}
}

@media only screen and (max-width: 655px) {
	.productlist.searchpage.sponsored .product {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 400px) {
	.productlist.searchpage.sponsored .product {
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 450px) {
	.productlist.sponsored .product {
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.newrecommendedproducts .productlist {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.newrecommendedproducts .productlist .product {
	display: inline-block;
}

.newrecommendedproducts .productlist .swiper {
	overflow: hidden;
}

.newrecommendedproducts .productlist .swiper-button-next {
	right: 0px;
	background-image: url('/_images/next-arrow.png');
}

.newrecommendedproducts .productlist .swiper-button-prev {
	left: 0px;
	background-image: url('/_images/prev-arrow.png');
}

.newrecommendedproducts .productlist .swiper-button-next,
.newrecommendedproducts .productlist .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	margin-top: -50px;
	z-index: 10;
	cursor: pointer;
	background-size: 14px 23px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	background-color: #fff;
}

.newrecommendedproducts .productlist .swiper-button-next:hover,
.newrecommendedproducts .productlist .swiper-button-prev:hover {
	background-color: #2d5241;
}

.productv2.product .ifinbasket {
	display: none !important;
}

.productv2.product.inbasket .ifinbasket {
	display: block !important;
}

.productv2.product.inbasket .ifnotinbasket {
	display: none !important;
}

.productv2.product .plusminus a {
	width: 30px !important;
	display: inline-block !important;
	margin-right: 5px !important;
}

.productv2.product .addtobasket.addtobasketv2 {
	background-color: #abc44a;
	color: #fff;
	line-height: 30px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.productv2.product .qtyupdate {
	background-color: #abc44a;
	color: #fff;
	line-height: 30px;
	display: none;
	text-align: center;
	cursor: pointer;
}

.productv2.product.withqtyupdate .qtyupdate {
	display: block;
}

.productv2.product.withqtyupdate .plusminus,
.productv2.product.withqtyupdate .addtobasket.addtobasketv2 {
	display: none !important;
}

.productv2.product .col.col2 {
	display: none;
}

.productv2.product.inbasket .col.col2 {
	display: table-cell;
}

.productlist .productv2.product .qtywrap .colwrap .col4 {
	padding-left: 0px;
}

.productv2 .addtobasket {
	font-size: 15px;
}

.productlist .productv2.inbasket .qtywrap a,
.productlist .productv2.inbasket .qtywrap .qty {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.productlist .productv2.inbasket .qtywrap a {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #abc44A;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	border-radius: 2px;
}

.productlist .productv2.inbasket .qtywrap .qty {
	width: calc(100% - 64px);
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 2px;
	border-color: #abc44A;
}

.productlist .qtywrap .newcol {
	display: inline-block;
	vertical-align: middle;
}

.productlist .qtywrap .newcol:first-child {
	width: 110px;
	padding-right: 10px;
}

.productlist .qtywrap .newcol:last-child {
	font-size: 12px;
}

.productv2.product .ooswrap {
	padding-top: 15px;
}

.productv2.product.ispreorder .ooswrap {
	padding-top: 0px;
}

.productv2.product .ooswrap .oosalert {
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	width: 110px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 13px;
}

.productv2.product .ooswrap .ooslabel {
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	padding-left: 10px;
}

.productv2.product.ispreorder .ooswrap .ooslabel {
	display: none;
}

.productlist .productv2.product .buttonwrap .outofstock.oosalert:hover {
	background-color: #abc44a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.productlist .productv2.product .buttonwrap a.addtopreorder {
	margin-top: 15px;
	border-radius: 0px;
	line-height: 30px !important;
	font-size: 13px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.productlist.productlistv3 {
	margin-left: -4px;
	margin-right: -4px;
}

.productlist .product.productv3 {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	position: relative;
	height: auto;
	min-width: 200px;
	max-width: 250px;
}

.product.productv3 .productboxouter {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	overflow: hidden;
	box-sizing: border-box;
}

.product.productv3 .productboxinner {
	border: solid 1px #ccc;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	height: auto;
	display: block;
	box-sizing: content-box;
}

.productlist .product.productv3 .detailswrap {
	display: block;
}

.productlist .product.productv3 .image {
	border: solid 10px transparent;
	background-color: transparent;
}

.product.productv3 .producttop {
	position: relative;
	height: auto;
	padding-bottom: 1px;
}

.product.productv3 .rrpstockqtywrap {
	display: block;
	box-sizing: border-box;
	height: auto;
	padding-bottom: 0px;
}

.product.productv3 .rrpstockqtywrap.hidden {
	display: none;
}


.product.productv3 .rrpstockqty {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 12px;
	box-sizing: border-box;
}

.product.productv3 .rrp {
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	font-size: 12px;
	width: 76px;
}

.product.productv3 .stockqty {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: calc(100% - 76px);
}

.productlist .product.productv3 .productname {
	box-sizing: border-box;
}

.productlist .product.productv3 .qtyinstock {
	display: block;
	line-height: normal;
	font-size: 12px;
}

.productlist .product.productv3 .pstatus {
	display: block;
	line-height: normal;
	font-size: 12px;
}

.productlist .product.productv3 .multibuya {
	border-radius: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 11px;
	background-color: transparent;
	text-transform: none;
	display: block;
	height: auto;
}

.productlist .product.productv3 .multibuya span {
	text-decoration: underline;
	display: block;
	text-transform: uppercase;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 13px;
}

.productlist .product.productv3 .productbuttons {
	padding-top: 0px;
	position: relative;
	display: block;
	height: auto;
	box-sizing: border-box;
}

.productlist .product.productv3 .noexport {
	background-color: #f5f5f5;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	position: relative;
	display: block;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

.productlist .product.productv3 .outofstock {
	background-color: #d3d3d3;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	position: relative;
	display: block;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.productlist .product.productv3 .outofstock.alerted {
	opacity: 0.5;
}

.productlist .product.productv3 .addtobasket,
.productlist .product.productv3 .addtopreorderv3 {
	background-color: #abc44a;
	color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

.productlist .product.productv3 .inbasketctas {
	display: block;
	width: 100%;
}

.productlist .product.productv3 .inbasketctas .col {
	display: inline-block;
	vertical-align: middle;
}

.productlist .product.productv3 .inbasketctas .col.col1 {
	width: 120px;
}

.productlist .product.productv3 .inbasketctas .col.col2 {
	text-align: right;
	width: calc(100% - 120px);
}

.productlist .product.productv3 .inbasketctas .col a,
.productlist .product.productv3 .inbasketctas .col .qty {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.productlist .product.productv3 .inbasketctas .col a {
	width: 30px;
	height: 35px;
	text-align: center;
	background-color: #abc44A;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px;
}

.productlist .product.productv3 .inbasketctas .col a.minus {
	line-height: 32px;
}

.productlist .product.productv3 .inbasketctas .col a.plus {
	line-height: 33px;
}

.productlist .product.productv3 .inbasketctas .col .qty {
	width: 100%;
	max-width: 50px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 0px;
	border-color: #abc44A;
	font-size: 18px;
	font-weight: 600;
	color: #2a2e24;
	height: 35px;
	text-align: center;
	border: solid 1px #abc44A;

}

.productlist .product.productv3 .qtyinbasket,
.productlist .product.productv3 .qtyinpreorderbasket {
	color: #abc44a;
	display: block;
	line-height: 11px;
	font-size: 10px;
	text-transform: uppercase;
}

.productlist .product.productv3 .atbpad {
	padding-top: 8px;
	box-sizing: border-box;
}

.productlist .product.productv3.product_isfavourite .favourite {
	background-image: url('/_images/icon-star-green-filled.png');
}

.productlist .product.productv3 .new {
	display: none;
	left: -5px;
}

.productlist .product.productv3.product_showdiscperc .new,
.productlist .product.productv3.product_ismultibuy .new {
	top: 20px;
}

.productlist .product.productv3.product_showdiscperc .bundledeal,
.productlist .product.productv3.product_ismultibuy .bundledeal {
	top: 20px;
}

.productlist .product.productv3.product_isnew .new {
	display: block;
}

.productlist .product.productv3 .offerflash {
	position: absolute;
	top: -5px;
	left: -8px;
	background-color: #faa300;
	color: #fff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	right: 0px;
	margin-right: -8px;
	display: none;
}

.productlist .product.productv3.product_isclearance .offerflash {
	background-color: #afd2e9;
}

.productlist .product.productv3.product_showdiscperc .offerflash {
	display: block;
}

.productlist .product.productv3 .price .previousPrice {
	display: none;
}

.productlist .product.productv3.product_showpreviousprice .price .previousPrice {
	display: block;
}

.productlist .product.productv3 .multibuy {
	display: block !important;
	height: auto;
	padding-top: 8px;
}

.productlist .product.productv3 .multibuy .multibuya {
	display: none;
	height: 30px;
}

.productlist .product.productv3.product_ismultibuy .multibuy .multibuya {
	display: block;
}

.productlist .product.productv3.product_ismultibuy .offerflash {
	display: block;
}

.productlist .product.productv3 .p_notforexport {
	display: none;
}

.productlist .product.productv3.product_notforexport .p_notforexport {
	display: block;
}

.productlist .product.productv3.product_notforexport .producttop {
	opacity: 0.6;
}

.productlist .product.productv3.product_notforexport .p_inbasket {
	display: none;
}

.productlist .product.productv3.product_notforexport .p_notinbasket {
	display: none;
}

.productlist .product.productv3.product_notforexport .p_inpreorder {
	display: none;
}

.productlist .product.productv3.product_notforexport .p_notinpreorder {
	display: none;
}

.productlist .product.productv3 .p_outofstock {
	display: none;
}

.productlist .product.productv3.product_isoutofstock .p_outofstock {
	display: block;
}

.productlist .product.productv3.product_isoutofstock .p_inbasket {
	display: none;
}

.productlist .product.productv3.product_isoutofstock .p_notinbasket {
	display: none;
}

.productlist .product.productv3.product_isoutofstock .p_inpreorder {
	display: none;
}

.productlist .product.productv3.product_isoutofstock .p_notinpreorder {
	display: none;
}

.productlist .product.productv3 .p_notinpreorder {
	display: none;
}

.productlist .product.productv3 .p_inpreorder {
	display: none;
}

.productlist .product.productv3.product_ispreorder .p_notinpreorder {
	display: block;
}

.productlist .product.productv3.product_ispreorder.product_inpreorder .p_inpreorder {
	display: block;
}

.productlist .product.productv3.product_ispreorder.product_inpreorder .p_notinpreorder {
	display: none;
}

.productlist .product.productv3 .p_inbasket {
	display: none;
}

.productlist .product.productv3.product_inbasket .p_inbasket {
	display: block;
}

.productlist .product.productv3.product_inbasket .p_notinbasket {
	display: none;
}

.productlist .product.productv3 .logintobuy a {
	background-color: #abc44a;
	color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-decoration: none;
}

.productlist .product.productv3 .imagepad {
	display: block;
	height: auto;
	box-sizing: border-box;
}

.productlist .product.productv3.product_showdiscperc .imagepad,
.productlist .product.productv3.product_ismultibuy .imagepad {
	padding-bottom: 20px;
}

.productlist .product.productv3.product_ismultibuy .productboxinner,
.productlist .product.productv3.product_showdiscperc .productboxinner {
	border: solid 1px #faa300;
	background-color: #ffffff;
}

.productlist .product.productv3.product_isclearance .productboxinner {
	border: solid 1px #afd2e9;
	background-color: #ffffff;
}

.productlist .product.productv3 .price {
	font-size: 16px;
}

.productlist .product.productv3 .price .previousPrice {
	font-size: 12px;
}

.minibasketordertotals.loading .discount,
.minibasketordertotals.loading .col2 {
	opacity: 0;
}

.minibasketpreordertotals.loading .discount,
.minibasketpreordertotals.loading .col2 {
	opacity: 0;
}

.minibasketordertotals_mobile.loading li {
	opacity: 0;
}

.minibasketpreordertotals_mobile.loading li {
	opacity: 0;
}

.minibasketpreordertotals,
.minibasketordertotals,
.minibasketpreordertotals_mobile,
.minibasketordertotals_mobile {
	position: relative;
}

.minibasketpreordertotals .loader,
.minibasketordertotals .loader,
.minibasketpreordertotals_mobile .loader,
.minibasketordertotals_mobile .loader {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 5px;
	width: 30px;
	height: 30px;
	left: auto;
	background-image: url("/_images/search-loader.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}

.minibasketpreordertotals_mobile .loader,
.minibasketordertotals_mobile .loader {
	top: 5px;
	width: 40px;
	height: 40px;
	right: auto;
	left: 50%;
	margin-left: -20px;
}

.minibasketpreordertotals.loading .loader,
.minibasketordertotals.loading .loader,
.minibasketpreordertotals_mobile.loading .loader,
.minibasketordertotals_mobile.loading .loader {
	display: block;
}

.basketcontainer .basketitem .stockerrmsg {
	bottom: 0px;
}

.searchcontainer.searchcontainerv3 .productsloader {
	background-color: transparent;
}

@media only screen and (max-width: 1100px) {
	.searchcontainer.searchcontainerv3 .searchresults {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.searchcontainer.searchcontainerv3 .searchresults {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.searchcontainer.searchcontainerv3 .searchresults {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1586px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 25%;
		max-width: none;
	}
}

@media only screen and (max-width: 1382px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 25%;
	}
}

@media only screen and (max-width: 1181px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 1100px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 25%;
	}
}

@media only screen and (max-width: 1031px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 25%;
	}
}

@media only screen and (max-width: 832px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 632px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 50%;
		min-width: 0px;
	}
}

@media only screen and (max-width: 350px) {
	.searchcontainer.searchcontainerv3 .productlist.searchpage .product.productv3 {
		width: 100%;
	}
}

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

	.productlist .product.productv3 .inbasketctas .col.col1 {
		width: 90px;
	}

	.productlist .product.productv3 .inbasketctas .col .qty {
		max-width: 30px;
	}

	.productlist .product.productv3 .inbasketctas .col.col2 {
		text-align: right;
		width: calc(100% - 90px);
	}

	.productlist .product.productv3 .inbasketctas .col a {
		width: 25px;
	}

}

.mobileBasket .basketitems .minibasketordertotals_mobile .subrow {
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 15px;
}

.minibasketordertotals_mobile {
	padding-top: 10px;
}

.featuredproducts .productlist.productlistv3 {
	padding-bottom: 30px;
	text-align: left;
}

.featuredproducts .productlist.productlistv3 .product.productv3 {
	width: 16.6666%;
	max-width: none;
	text-align: left;
}

@media only screen and (max-width: 1300px) {
	.featuredproducts .productlist.productlistv3 .product.productv3 {
		width: 25%;
	}
}

@media only screen and (max-width: 1035px) {
	.featuredproducts .productlist.productlistv3 .product.productv3 {
		width: 25%;
	}
}

@media only screen and (max-width: 840px) {
	.featuredproducts .productlist.productlistv3 .product.productv3 {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 635px) {
	.featuredproducts .productlist.productlistv3 .product.productv3 {
		width: 50%;
		min-width: 0px;
	}
}


.productlist.productlistv3 .product.productv3.issponsored .productboxinner {
	border: solid 1px #abc44a;
}

.productlist.productlistv3 .product.productv3 .sponsored {
	display: none;
}

.productlist.productlistv3 .product.productv3.issponsored .sponsored {
	font-size: 12px;
	text-align: center;
	display: block;
	text-align: center;
	margin-top: 0px;
	background-color: #c8c8c8;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
}

.productlist.productlistv3 .product.productv3.issponsored.product_showdiscperc .offerflash,
.productlist.productlistv3 .product.productv3.issponsored.product_ismultibuy .offerflash {
	color: #faa300;
	background-color: #fff;
	top: 0px;
}



.productlist.productlistv3 .logintobuy {
	padding-bottom: 5px;
}

.recommendedproducts .productlist.productlistv3 {
	padding-left: 0px;
	padding-right: 0px;
}

.searchcontainerv3 .loaderwrap.loading .productsloader {
	background-color: rgba(255, 255, 255, 0.5);
}

.swiper-slide .product.productv3 {
	padding-top: 1px;
}

.accountpage .products.productsv3 .productlist.productlistv3 {
	background-color: transparent;
	padding: 0px;
}


.accountpage .products.productsv3 .productlist.productlistv3 .product.productv3 {
	width: 16.6666%;
	min-width: 200px;
	max-width: none;
}

@media only screen and (max-width: 1512px) {
	.accountpage .products.productsv3 .productlist.productlistv3 .product.productv3 {
		width: 25%;
	}
}

@media only screen and (max-width: 1312px) {
	.accountpage .products.productsv3 .productlist.productlistv3 .product.productv3 {
		width: 25%;
	}
}

@media only screen and (max-width: 1112px) {
	.accountpage .products.productsv3 .productlist.productlistv3 .product.productv3 {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 862px) {
	.accountpage .products.productsv3 .productlist.productlistv3 .product.productv3 {
		width: 50%;
	}
}

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

	.accountpage .products.productsv3 .productlist.productlistv3 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.accountpage .products.productsv3 .productlist.productlistv3 .product.productv3 {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 616px) {
	.accountpage .products.productsv3 .productlist.productlistv3 .product.productv3 {
		width: 50%;
		min-width: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: none;
	}
}

@media only screen and (max-width: 406px) {
	.accountpage .products.productsv3 .productlist.productlistv3 {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 400px) {
	.accountpage .productlist.productlistv3 .product.productv3 {
		width: 100%;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: none;
		max-width: none;
		min-width: 0px;
	}

	.recommendedproducts .productlist.productlistv3 .product.productv3 {
		width: 100%;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: none;
		min-width: 0px;
		max-width: none;
	}
}

.swiper-slide .product.productv3 {
	width: 100% !important;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: none;
	min-width: 0px;
	max-width: none;
}

.productpagev3 .buttonwrap.addtobasketwrap .inline {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	max-width: 300px;
	min-width: 250px;
	padding-top: 10px;
}

@media only screen and (max-width: 1060px) {
	.productpagev3 .buttonwrap.addtobasketwrap .inline {
		width: 100%;
	}
}

.productpagev3 .buttonwrap.addtobasketwrap .inline:last-child {
	padding-right: 0px;
}

.productpagev3 .buttonwrap.addtobasketwrap .notinbasketwrap {
	display: inline-block;
}

.productpagev3 .buttonwrap.addtobasketwrap .inbasketwrap {
	display: none;
}

.productpagev3 .inbasket .buttonwrap.addtobasketwrap .notinbasketwrap {
	display: none;
}

.productpagev3 .inbasket .buttonwrap.addtobasketwrap .inbasketwrap {
	display: inline-block;
}

.productpagev3 .buttonwrap.addtobasketwrap .notinpreorderwrap {
	display: inline-block;
}

.productpagev3 .buttonwrap.addtobasketwrap .inpreorderwrap {
	display: none;
}

.productpagev3 .inpreorder .buttonwrap.addtobasketwrap .notinpreorderwrap {
	display: none;
}

.productpagev3 .inpreorder .buttonwrap.addtobasketwrap .inpreorderwrap {
	display: inline-block;
}


.productpagev3 .inbasketctas {
	display: block;
	width: 100%;
}

.productpagev3 .inbasketctas .col {
	display: inline-block;
	vertical-align: middle;
}

.productpagev3 .inbasketctas .col.col1 {
	width: 120px;
}

.productpagev3 .inbasketctas .col.col2 {
	text-align: right;
	width: calc(100% - 120px);
}

.productpagev3 .inbasketctas .col a,
.productpagev3 .inbasketctas .col .qty {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.productpagev3 .inbasketctas .col a {
	width: 30px;
	height: 35px;
	text-align: center;
	background-color: #abc44A;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px;
}

.productpagev3 .inbasketctas .col a.minus {
	line-height: 32px;
}

.productpagev3 .inbasketctas .col a.plus {
	line-height: 33px;
}

.productpagev3 .inbasketctas .col .qty {
	width: 100%;
	max-width: 50px;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 0px;
	border-color: #abc44A;
	font-size: 18px;
	font-weight: 600;
	color: #2a2e24;
	height: 35px;
	text-align: center;
	border: solid 1px #abc44A;

}

.productpagev3 .buttonswrap {
	display: block;
	margin-bottom: 0px;
	padding-top: 0px;
}

.productpagev3 .optionswrap {
	padding-bottom: 20px;
}

.productpagev3 .buttonswrap .buttonwrap .button {
	border-radius: 0px;
	max-width: none;
	font-size: 17px;
}

.productpagev3 .buttonswrap .buttonwrap .button:hover {
	background-color: #abc44a;
}

.productpagev3 .buttonswrap .productlist {
	margin-left: 0px;
	margin-right: 0px;
}

.productpagev3 .inbasketctas .col.col2 {
	text-align: left;
	width: auto;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.productpagev3 .summary.stdtext,
.productpagev3 .summary.stdtext .needmore {
	font-size: 16px;
}

.productpagev3 .buttonswrap .buttonwrap {
	padding-right: 0px;
	padding-bottom: 0px !important;
}

.productlist .product.productv3 .priceterms {
	color: #111111;
	font-size: 9px;
	display: block;
	line-height: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.productlist .product.productv3 .price .standardPrice {
	font-size: 12px;
	display: block;
	color: var(--red);
}

.productlist .product.productv3 .pricetermsv2 {
	font-size: 9px;
	display: block;
	line-height: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border: 1px solid var(--red);
	margin-top: 5px;
	color: var(--red);
}

.productlist .product.productv3.product_ismultibuy.product_preorderonlyoffer .imagepad {
	padding-bottom: 30px !important;
}

.product .priceph {
	display: inline-block;
}

.product .getprice .priceloader {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
	background-position: center center;
	background-size: contain;
	/* background-image: url('/_images/search-loader.png'); */
}

.productlist .product.productv3 .image {
	position: relative;
	display: block;
	background-size: contain;
	background-position: center;
	overflow: hidden;
	background-repeat: no-repeat;
}

.productlist .product.productv3 .image::after {
	content: "";
	position: absolute;
	inset: 0;
	background-size: contain;
	background-position: center;
	opacity: 0;
	transition: opacity 0.6s ease;
	/* fade duration */
	pointer-events: none;
	background-repeat: no-repeat;
}

.productlist .product.productv3 .image.fade-bg::after {
	background-image: var(--new-bg);
	opacity: 1;
}

.productlist .product.productv3 .mobilePreviousPricePlaceholder {
	display: none;
	height: 20px;
}

.productlist .product.productv3.product_showdiscperc .detailswrap {
	min-height: 150px;
}

@media only screen and (max-width: 768px) {
	.productlist .product.productv3.product_showdiscperc .detailswrap {
		min-height: 170px;
	}
}

@media only screen and (max-width: 800px) {
	.productlist .product.productv3 .mobilePreviousPricePlaceholder {
		display: block;
	}

	.product .priceph {
		min-height: 41px;
	}
}

.product .marketplaceicon {
	display: none;
	width: 80px;
	height: 15px;
	position: relative;
	z-index: 1;
	background-image: url('/_images/marketplacelogo.png');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border: solid 1px #2e5241;
	margin-right: 0px;
	margin-left: auto;
	right: -3px;
}

.product.product_showdiscperc .marketplaceicon,
.product.product_ismultibuy .marketplaceicon {
	margin-top: 4px;
}

.product.product_ismarketplace .marketplaceicon {
	display: block;
}

.product .marketplaceinfo {
	display: none;
	font-size: 10px;
	line-height: 11px;
}

.product.product_ismarketplace .marketplaceinfo {
	display: block;
	height: 33px;
	padding-top: 5px;
	text-align: center;
}

@media only screen and (max-width: 500px) {
	.product.product_ismarketplace .marketplaceinfo {
		height: 48px;
	}
}

.product.product_ismarketplace .marketplaceinstock .tick {
	width: 14px;
	height: 14px;
	background-image: url('/_images/green-tick.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.productpage.marketplace .productSubTitle .productPrice,
.popupproduct.marketplace .productSubTitle .productPrice {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}

.productpage.marketplace .productSubTitle .marketplacelogo,
.popupproduct.marketplace .productSubTitle .marketplacelogo {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin-top: 9px;
	border: 1px solid #2e5241;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #2e5241;
	line-height: normal;
}

.productpage.marketplace .productSubTitle .marketplacelogo img,
.popupproduct.marketplace .productSubTitle .marketplacelogo img {
	width: 100%;
	height: auto;
	display: block;
}

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

	.productpage.marketplace .productSubTitle .marketplacelogo,
	.popupproduct.marketplace .productSubTitle .marketplacelogo {
		width: 90px;
		margin-top: 5px;
	}

}

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

	.productpage.marketplace .productSubTitle .marketplacelogo,
	.popupproduct.marketplace .productSubTitle .marketplacelogo {
		width: 80px;
		margin-top: -1px;
	}

}

.suppliertermswrap .supplierterms {
	font-size: 14px;
	line-height: 16px;
	display: none;
	padding: 20px;
	border: 1px solid #333;
	margin-bottom: 20px;
	max-height: 300px;
	overflow: auto;
}

.suppliertermswrap p {
	padding-bottom: 20px !important;
}

.suppliertermswrap .opensupplierterms {
	color: rgb(57, 57, 57) !important;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.suppliertermswrap .opensuppliertermsxx::before {
	content: "▼ ";
	font-size: 0.9em;
	color: inherit;
}

.marketplaceinfo .loading {
	background-image: url('/_images/search-loader.png');
	display: block;
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 8px;
}

.popupproduct .marketplacedeliverytext,
.productpage .marketplacedeliverytext {
	text-transform: initial;
}

.productlist .product.productv3 .disabledatb {
	background-color: #d3d3d3;
	display: block;
	text-align: center;
	cursor: not-allowed;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

.basketitem .marketplaceicon {
	display: block;
	width: 80px;
	height: 15px;
	position: relative;
	z-index: 1;
	background-image: url('/_images/marketplacelogo.png');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border: solid 1px #2e5241;
	margin-bottom: 4px;
}

header.newheader .basketwrap .baskethover {
	right: 20px;
	padding-top: 10px;
	top: 85px;
}

header.newheader .basketwrap .baskethover.withpreorder {
	padding-top: 20px;
	right: 20px;
	top: 90px;
}

.baskethover .marketplaceinstock .tick {
	width: 14px;
	height: 14px;
	background-image: url('/_images/green-tick.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}