﻿html,
body {
	position: relative
}

/* https://stackoverflow.com/a/19729888 */

/* JQUERY-UI OVERRIDES */

.ui-dialog {
	z-index: 5000
		/* !important*/
	;
}

/* END JQUERY-UI OVERRIDES */

/* ROTATING BANNER STYLES */

span.RotatingBannerPrice {
	position: absolute;
	top: 15px;
	left: 40px;
}

body a {
	color: black;
}

span.RotatingBannerTitle {
	position: absolute;
	top: 35px;
	left: 40px;
}

span.RotatingBannerDescription {
	position: absolute;
	top: 55px;
	left: 40px;
}

div.RotatingBannerCountdown {
	position: absolute;
	bottom: 15px;
	left: 40px;
	color: #ff5087;
	font-size: 2.6em;
	line-height: 80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*background-image:none;*/
}

/* END ROTATING BANNER STYLES */

/* ------------ Gibson Font Classes ------------ */

.font-light {
	font-weight: normal !important;
	font-family: gibson_light, Arial, sans-serif !important;
}

.font-regular {
	font-weight: normal !important;
	font-family: gibson_regular, Arial, sans-serif !important;
}

.font-italic {
	font-weight: normal !important;
	font-family: gibson_italic, Arial, sans-serif !important;
}

.font-light-italic {
	font-weight: normal !important;
	font-family: gibson_lightitalic, Arial, sans-serif !important;
}

.font-semibold {
	font-weight: normal !important;
	font-family: gibson_semibold, Arial, sans-serif !important;
}

.font-semibold-italic {
	font-weight: normal !important;
	font-family: gibson_semibolditalic, Arial, sans-serif !important;
}

.font-bold {
	font-weight: normal !important;
	font-family: gibson_bold, Arial, sans-serif !important;
}

.font-bold-italic {
	font-weight: normal !important;
	font-family: gibson_bolditalic, Arial, sans-serif !important;
}

/* ------------------------ */

/* TEMPLATE TOP TABS */

#toptabcontainer-flex {
	width: 100%;
	min-width: 960px;
	padding: 5px 0 0 0;
	background: #c5c5c5;
}

@media (min-width: 768px) and (max-width: 1024px) {

	#toptabcontainer-flex {
		padding: 5px 0 0 0;
	}
}

#toptabcontainer-flex #toptabs {
	max-width: 1440px;
}

#toptabcontainer-flex #oursitetabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#toptabcontainer-flex #oursitetabs>div {
	background-color: #F2F2F2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-right: 1px solid #e9e9e9;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 30px;
	max-width: 200px;
}

#toptabcontainer-flex #oursitetabs>div a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

#toptabcontainer-flex #oursitetabs .apd-tab img {
	width: 70%;
	margin-left: 5px;
	max-height: 24px !important;
}

#toptabcontainer-flex #oursitetabs .sd-tab img {
	width: 65%;
	margin-left: 5px;
}

#toptabcontainer-flex #oursitetabs .acd-tab img {
	width: 65%;
}

#toptabcontainer-flex #oursitetabs .mainsitetab img {
	-webkit-filter: initial;
	-webkit-filter: initial;
	filter: initial;
	filter: initial;
}

#toptabcontainer-flex #oursitetabs .mainsitetab {
	border-left: 1px solid #e9e9e9;
	background-color: white;
	order: -1;
	z-index: 15;
}

#toptabcontainer-flex #oursitetabs .bb-tab img {
	width: 40%;
}

#toptabcontainer-flex #oursitetabs .outdoorliving {
	height: auto;
}

#toptabcontainer-flex #oursitetabs img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: auto;
	width: 55%;
	max-width: 140px;
	max-height: 25px;
	margin-left: 10px;
	z-index: 11;
	/* Turn logos white for inverted header
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    */
	align-self: flex-start;
	/* Safari image height fix */
}

#toptabcontainer-flex #oursitetabs img:hover {
	-webkit-filter: initial;
	-webkit-filter: initial;
	filter: initial;
	filter: initial;
}

#toptabcontainer-flex #oursitetabs>div:after {
	-webkit-transform: skew(24deg);
	-moz-transform: skew(24deg);
	-o-transform: skew(24deg);
	content: " ";
	width: 15px;
	height: 100%;
	background-color: #f2f2f2;
	margin-right: -10px;
	margin-left: -10px;
	border-right: 1px solid #ddd;
	border-right: none\9;
	border-top-right-radius: 6px;
	z-index: 10;
}

#toptabcontainer-flex #oursitetabs .mainsitetab:after {
	background-color: white;
}

#toptabcontainer-flex #oursitetabs .aircon-tab,
#toptabcontainer-flex #oursitetabs .dehum-tab,
#toptabcontainer-flex #oursitetabs .bath-tab

/*#toptabcontainer-flex #oursitetabs .ol-tab*/
	{
	display: none;
}

/* IE 9 */
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
	#toptabcontainer-flex #oursitetabs div {
		float: left;
	}
}

/* IE 8 */
@media \0screen {

	#toptabcontainer-flex #oursitetabs div {
		float: left;
	}
}

/* iPad Mini */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {

	#toptabcontainer-flex #oursitetabs div:first-child {
		max-width: 194px;
	}

	#toptabcontainer-flex #oursitetabs>div {
		float: left;
		max-width: 157px;
	}

	#toptabcontainer-flex #oursitetabs .dehums {
		height: 24px;
	}
}


/* COUNTDOWN STYES */

span.countdown_descr {
	/*color: black;*/
	font-size: 135%;
	font-weight: bold;
}

countdown_exptxt {
	/*color: black;*/
	padding-left: 30px;
	font-size: 135%;
	font-weight: bold;
}

span.countdown-row {
	display: inline-block;
}

span.countdown-section {
	display: inline-block;
	width: 40px;
	height: 55px;
	padding-top: 10px;
	margin-left: 1px;
	background-color: transparent;
	/*color:#fff;*/
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

span.countdown-period {
	clear: both;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

/* END COUNTDOWN STYES */

div.compBtn {
	color: #221f73;
	float: left;
	text-transform: capitalize;
	margin: 0;
	font-weight: bold;
	font-size: 90%;
	display: none;
}

input[type="button"]#clearCompare {
	display: none;
}

#nav_loading img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.comparedialog {
	width: 140px;
	padding: 0px 10px;
	border-radius: 6px;
	border: 2px solid #a42424;
	background: white;
	position: absolute;
	text-align: center;
	z-index: 35;
	color: #a42424;
	font-weight: bold;
}

.comparedialog p {
	text-align: center;
}


.OfferBox div.compBtn {
	float: left;
	display: none;
	margin-left: 15px;
}

#ProductInfo1 div.compBtn {
	margin-right: 10px;
	display: none !important;
}


div.compBtn a {
	border-radius: 4px;
	background-color: #e60457;
	color: #fff;
	margin-bottom: 5px;
	padding: 2px 5px;
	float: left;
	font-weight: bold;
	padding: 5px;
}

span.tool {
	position: relative;
	display: inline-block;
	border-bottom: 1px dashed black;
	font-weight: bold;
}

span.tool:hover {
	cursor: help;
}

span.tip {
	position: absolute;
	bottom: 20px;
	left: 0px;
	display: block;
	width: auto;
	white-space: nowrap;
	font-size: .9em;
	border: 0px solid black;
	/* change as desired */
	border-radius: 6px;
	padding: 1px 5px;
	background: #eee;
	zoom: 1;
	visibility: hidden;
}

/* The animated ajax loading image */
div#comparison-ajax-loader {
	background-image: url(ajax-loader.gif);
	width: 220px;
	height: 19px;
}


/* Sri CSS*/

h1#ProductCompareHeader {
	margin-top: 20px;
	font-weight: normal;
}

div.showwlCompare {
	text-align: center !important;
}

div.showwlCompare a.addtowl {
	cursor: pointer !important;
	display: block !important;
	background: transparent url("/files/images/icon-heart.jpg") no-repeat 0 0 !important;
	width: 18px !important;
	vertical-align: middle !important;
	height: 15px !important;
}

div.showwlCompare a.addtowl:after {
	content: "Add to wishlist";
}

div.showwlCompare a.addtowl span {
	display: none !important;
}

div.showwlCompare a.alreadyinwl {
	cursor: pointer !important;
	display: block !important;
	background: transparent url("/SiteContent/images/wishlist-icon.gif") no-repeat 0 -30px !important;
	width: 122px !important;
	margin-top: 10px !important;
	vertical-align: middle !important;
	display: inline-block !important;
	height: 20px !important;
}

div.showwlCompare a.alreadyinwl span {
	display: none !important;
}

.tdTier1RightImage img {
	height: 180px !important;
	width: 180px !important;
}

.tdTier1RightImage form input.buyButton {
	display: block;
	float: none;
	width: 145px !important;
	height: 35px !important;
	border-radius: 4px;
	text-indent: 0;
	color: #fff !important;
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	padding: 2px;
	margin: 5px auto 6px;
}

.tdTier1RightImage form input.buyButton:hover {
	background-color: #04865c;
	border-color: #04865c !important;
}

a.offerboxlinkCompare {
	clear: both;
	margin: 5px auto;
	width: 143px !important;
	border-radius: 4px;
	text-indent: 0;
	border: 1px solid #221f73 !important;
	color: #221f73 !important;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding: 7px 0px !important;
	margin: 13px 3px;
	display: block;
}

a.offerboxlinkCompare:hover {
	color: #fff !important;
	background: #221f73;
	text-decoration: none;
}

.compareClose {
	display: block;
	cursor: pointer;
	height: 28px;
	width: 28px;
	color: transparent;
	float: right;
	/*vertical-align:top;*/
	padding-right: 20px;
	/*margin-top:-10px;*/
	background: transparent url('/Styles/ProductCompare/box-close2.png') no-repeat 0 0;
}


table#tabTier1Left {
	width: 200px;
	height: 400px;
	float: left;
	table-layout: fixed;
}

table#tabTier1Left tr td {
	width: 180px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.tdTier1LeftOthers {
	height: 40px;
}

.tdTier1LeftImage {
	height: 307px;
}

#tdTierLeftPrice {
	color: #050505;
	font-weight: bold;
}

#tdTierLeftDelivery {
	color: #050505;
}

#tdTierLeftRating,
#tdTierLeftDimensions {
	color: #6E6B6B;
}

.tdTier1LeftClose,
.tdTier1RightClose {
	height: 30px;
}

.tdTier1LeftTitle {
	color: #050505;
	height: 20px;
	font-weight: bold;
}

table#tabTier1Right {
	width: 760px;
	height: 400px;
	text-align: center;
	table-layout: fixed;
}


.tdTier1RightTitle {
	height: 20px;
	width: 195px;
	font-family: sans-serif;
	font-size: 12px;
	color: #050505;
	font-weight: bold;
}

.tdTier1RightImage {
	height: 307px;
	overflow: hidden;
	vertical-align: top;
	width: 195px;
	border-right: 1px solid #a5a5a5;
}

.tdTier1RightOthers {
	height: 40px;
	text-align: center;
	/*overflow: hidden;*/
	/*commented this one for tooltip for monthlycost to be shown */
	width: 195px;
	border-right: 1px solid #a5a5a5;
	font-family: sans-serif;
	font-size: 12px;
}

#tdTier1RightPrice {
	font-family: gibson_semibold, Arial, sans-serif;
	font-weight: normal !important;
	font-size: 130%;
	color: #dd1313 !important;
}

#tdTier1RightPrice .compare-simprice {
	color: black;
	font-size: 80% !important;
	margin: 5px 0;
}

#tdTier1RightPrice .compare-simprice .tooltip {
	margin: 0;
}

.compare-simprice .tooltip .tooltiptext {
	font-size: 14px;
	font-family: 'gibson_regular', Arial, sans-serif;
	font-weight: normal;
}

#tdTier1RightDelivery {
	color: #050505;
	font-weight: bold;
}

.sr-availability {
	min-height: 25px !important;
}

#tdTier1RightRating {
	color: #6E6B6B;
}

#tdTier1RightDimensions {
	color: #6E6B6B;
}

.techSpecHeader {
	font-family: Arial;
	font-size: 20px;
	padding-top: 20px;
	text-align: left;
	margin-top: 20px;
}

#gvwSpec td {
	width: 50%;
}


table#tabTier2Left {
	width: 200px;
	float: left;
	table-layout: fixed;
	padding-top: 20px;
}

table#tabTier2Right {
	width: 760px;
	text-align: center;
	table-layout: fixed;
	padding-top: 20px;
}


table#tabTier2Left tr td {
	width: 184px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 12px;
	overflow: hidden;
	height: 40px;
	word-wrap: break-word;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}

table#tabTier2Right tr td {
	width: 180px;
	font-family: sans-serif;
	font-size: 12px;
	overflow: hidden;
	height: 40px;
	word-wrap: break-word;
	border-bottom: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}

table#tabTier2Right tr td:last-of-type {
	border-right: none;
}


table#tabTier1Right tr td:last-of-type {
	border-right: none !important;
}


.tdTier1RightImage .showwl a {
	min-width: 100px !important;
	max-width: 100px !important;
}

.tdTier2LeftSectionHeader,
.tdTier2RightSectionHeader {
	background-color: #ffffff !important;
	font-weight: bold;
	/*width:150px !important;*/
}


#noCompareProds {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #050505;
	background-color: #fff;
	font-weight: bold;
	margin: 10px;
	width: 500px;
	margin-top: 100px;
	margin-left: 240px;
}

#noCompareMsg {
	text-align: center;
	margin: 25px 30px;
	overflow: hidden;
}

#vwCompareProds,
#vwCompareProdsclear {
	text-align: center;
	float: right;
	z-index: 1234;
	line-height: 140%;
	float: right !important;
}

.nocompare {}

.fixed-dialog {
	position: fixed !important;
	top: 50px;
	left: 50px;
}

/*@media screen and (max-width: 1300px) {


#vwCompareProds {
display: none !important;
}
}*/


/*.trDiffRowHighlight {
background-color: #f7f7f7;
}*/

.tdTier1RightOthers div.reevoomark_badge {
	margin: 0 auto;
}


div.sr_container input.clearCompare {
	float: left;
	border: 1px solid #221f73;
	border-radius: 4px;
	background-color: #fff;
	color: #221f73;
	margin: 5px 5px 5px 0px;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	width: 116px;
}

div.sr_container input.goCompare {
	float: left;
	margin-left: 10px;
	clear: right;
	border: 1px solid #AF0040;
	border-radius: 4px;
	background-color: #e60457;
	color: #fff;
	margin: 5px 0;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	width: 116px;
}

div#ProductInfo1 div.sli_compare {
	position: static;
	clear: left;
	float: left;
	background: none !important;
	display: block;
	width: 100px;
}

div#dialogModal div.sli_compare {
	position: static;
	color: #000;
	font-weight: normal;
	background-color: transparent;
	margin-left: 10px;
}

div.OfferBox div.compBtn a {
	border-radius: 4px;
	background-color: #04865c;
	color: #fff;
	font-size: 90%;
	padding: 2px 5px;
	float: right;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

div#topcontent div.compBtn a {
	border-radius: 4px;
	background-color: #e60457;
	color: #fff;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-weight: bold;
}


/*#tabTier1Left tr, #tabTier1Right tr, #tabTier2Left tr, #tabTier2Right tr {float:left;}*/

#tabTier2Left td,
#tabTier2Right td {
	border-bottom: none !important;
}


.tdTier2LeftSectionHeader {
	width: 184px !important;
	overflow: hidden;
	color: #9f9f9f;
}


#tabTier1Left td,
#tabTier1Right td {
	width: 180px !important;
	border-right: 1px solid #a5a5a5 !important;
}


.tdTier2LeftSectionHeader {
	font-weight: normal !important;
}

#tabTier2Left,
#tabTier2Right {
	font-weight: bold;
}


#tabTier2Left td,
#tabTier2Right td {
	background-color: #ececec;
	border-bottom: 1px solid #d7d7d7 !important;
}


#tabTier1Left,
#tabTier1Right,
#tabTier2Left,
#tabTier2Right {
	border-spacing: 0px 0px;
}


.tdTier1RightImage form input.buyButton {
	background-color: #91c65c;
	border: 1px solid #91c65c;
}

.ddlProdType {
	width: 170px;
	height: 30px;
	margin-top: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* end sli compare*/


/* finance styles */

#finance_Tabs table {
	line-height: 18px;
	font-size: 12px;
	font-size: .75rem;
	width: 100%;
	border-color: grey;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
}


#finance_Tabs table thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

#finance_Tabs table thead tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

#finance_Tabs table tr td:first-child,
#finance_Tabs table tr th:first-child {
	border-left: 0 none;
}

#finance_Tabs table thead th {
	font-weight: bold;
	background: #fff;
}

#finance_Tabs table tr td,
#finance_Tabs table tr th {
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
	font-size: 100%;
	color: #444;
	height: 70px;
	vertical-align: middle;
	padding: 0 3px;
}

#finance_Tabs table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

#finance_Tabs table tbody tr {
	background: #fff;
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

#finance_Tabs table tbody tr:nth-child(2n) td {
	background: #f2f5fc;
}


#financeTableBreakdown .calculator {
	font-weight: bold;
	line-height: 23px;
	text-align: left;
	overflow: hidden;
	margin: 0 0 22px;
	float: left;
}

#financeTableBreakdown .calculator span {
	font-size: 14px;
	font-size: .875rem;
	display: block;
	float: left;
	line-height: 32px;
	margin-right: 6px;
}

#financeTableBreakdown .calculator div {
	position: relative;
	float: left;
	overflow: hidden;
}

#financeTableBreakdown .calculator #calculateFinance {
	background: #04865c;
	border-radius: 3px;
	color: #fff;
	float: left;
	clear: none;
	margin: 0;
	border: 0 none;
	height: 31px;
	min-height: 31px;
	line-height: 31px;
	min-width: 0;
	text-align: center;
	padding: 0 7px;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	/*-webkit-appearance: none;*/
}

#financeTableBreakdown .calculator #errorMsg {
	top: 54px;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
	color: red;
	line-height: 48px;
	font-size: 1rem;
}

#financeTableBreakdown #credittabheader>h2,
#financeTableBreakdown #credittabfooter>h2 {
	font-family: 'gibson_semibold', Arial;
	font-size: 130%;
}

#credittabfooter {
	clear: both;
}

#financeTableBreakdown .calculator #financeValue {
	width: 80px;
	height: 27px;
	font-size: 16px;
	font-size: 1rem;
	border: 1px solid #d6d7d9;
	float: left;
	margin: 0 8px 0 0;
	padding: 2px 0 0 16px;
	line-height: 1;
	-webkit-appearance: none;
}

#financeTableBreakdown .calculator div span {
	height: 31px;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 33px;
	font-size: 16px;
	font-size: 1rem;
	margin-left: 6px;
	font-weight: bold;
}

#financeTableBreakdown {
	max-width: 910px;
}


/* end of finance styles */

/* ////////////////////  modal add to basket styles ////////////////////  */


.basketcontainer a#go-to-basket:before {
	content: "« ";
}

a#go-to-basket:hover,
a#go-to-shopping:hover {
	/*opacity: 0.8;*/
	text-decoration: none;
}


.jcarousel-wrapper {
	/*clear: both; ffs 'Clears' should be on unique elements not the generic styles of jcarousel!! read the docs. whoevers reading this and wondering why the clears/heights have gone. reapply them properly using css ids or speak to me. Joe*/
	/*margin: 5px 0 0 0;
    padding: 2px 0;*/
	position: relative;
	/*display: block;
    height: 90px;*/
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
	position: relative;
	overflow: hidden;
}

.jcarousel {
	/*Again should be seperated off from core jcarousel styling*/
	/*margin: 0px auto;
    border: 1px solid #ccc;
    background-color: transparent;*/
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
	width: 20000em;
	position: relative;
	/* Optional, required in this case since it's a <ul> element */
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
	/* Required only for block elements like <li>'s */
	float: left;
}

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 2px;
	width: 29px;
	cursor: pointer;
	border: 1px solid silver;
}

.jcarousel-control-prev {
	left: 0px;
	background: transparent url(/images/left-arrow.gif) no-repeat 50% 50%;
	border-right-width: 0;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}

.jcarousel-control-next {
	right: 0px;
	background: transparent url('/images/right-arrow.gif') no-repeat 50% 50%;
	border-left-width: 0;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
	display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
	cursor: default;
	opacity: 0.5;
}

.add-to-basket-quickview .jcarousel {
	height: 220px;
	width: 92%;
	border-left: none !important;
	border-right: none !important;
}


.add-to-basket-quickview .jcarousel-control-prev,
.add-to-basket-quickview .jcarousel-control-next {
	background-color: #e1e1e1;
}

.add-to-basket-quickview .jcarousel-control-prev {
	background-image: url(/images/arrow-left.png);
}

.add-to-basket-quickview .jcarousel-control-next {
	background-image: url(/images/arrow-right.png);
}

.add-to-basket-quickview li a:hover {
	opacity: 0.8;
}


.rextras>span {
	margin: 0;
	float: left;
	font-size: 95%;
	width: 100%;
	/*border-top: 1px dotted #cccccc;*/
	padding-top: 15px;
}

.fancybox-slide>* {
	border-radius: 0.5rem;
}

.add-to-basket-quickview #add_to_basket_modal .fancybox-close-small {
	top: 30px !important;
	right: 30px !important;
	font: 35px/1 Arial, Helvetica Neue, Helvetica, sans-serif !important;
	background: transparent !important;
}


.checkout-bar:last-child {
	border: none;
}

.add-to-basket-quickview #add_to_basket_modal .swiper-container {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/* padding: 15px;
    background-color: #ebebeb; */
}

.add-to-basket-quickview #add_to_basket_modal .swiper-container .swiper-slide {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: white;
	text-align: center;
}

.add-to-basket-quickview a {
	text-decoration: none;
}


.add-to-basket-quickview #add_to_basket_modal .addToBas {
	display: block;
	background: #04865c;
	border: 0;
	font-size: 120%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	cursor: pointer;
	padding: 5px 0;
	width: 90%;
	clear: both;
	margin: 10px auto 0 auto;
	float: none;
	font-family: gibson_semibold, helvetica, arial, sans-serif !important;
}

.add-to-basket-quickview .fancybox-close-small {
	top: 30px !important;
	right: 35px !important;
	font-size: 215% !important;
}

.add-to-basket-quickview .addtoavailability *:not(#ReevooContainer, #ReevooContainer *) {
    display: none;
}

.add-to-basket-quickview #add_to_basket_modal .swiper-container .swiper-slide {
	margin-bottom: 20px;
}

.add-to-basket-quickview .accList .earliestDelivery {
	display: none !important;
}

/* //////////////////// end of modal add to basket styles //////////////////// */


/* //////////////////// Basket Page Swiper Carousel //////////////////// */

.basketcontainer .versionoffertitle {
	font-size: 100%;
	height: 65px;
	overflow: hidden;
	display: block;
	margin: 10px 0px;
}

.basketcontainer .versionofferprice {
	font-family: gibson_semibold, Arial;
	font-size: 150%;
	text-align: center;
	width: 100%;
	float: left;
}

.basketcontainer .swiper-container .swiper-slide {
	margin: 0 0 25px 0;
}

.basketcontainer .swiper-container .swiper-slide img {
	max-width: 125px;
}

.basketcontainer a.addToBas {
	color: white !important;
}

/* //////////////////// END //////////////////// */


/* start of other items carousel styles */

#otheritemscarousel {
	width: 702px;
	height: 207px;
	margin: 20px;
}

#otheritemscarousel .jcarousel {
	width: 640px;
	/*height: 205px;
border-left: none !important;
border-right: none !important;*/
}

#otheritemscarousel li {
	width: 155px;
	height: 205px;
	text-align: center !important;
}

#otheritemscarousel .jcarousel-control-prev,
#otheritemscarousel .jcarousel-control-next {
	height: 215px;
}

.jcarousel li {
	/*
    float: left;
    border-right: 1px dotted silver;    
    */
	padding: 5px 2px;
	text-align: center;
	margin: 0 15px;
}

.jcarousel li:first-child {
	margin-left: 35px;
}

#otheritemscarousel a {
	font-size: 8px;
	text-decoration: none;
	color: black;
}

#otheritemscarousel span.versionoffertitle {
	display: block;
	width: 160px;
	height: 35px;
	/*margin: 0 auto;*/
	overflow: hidden;
	/*text-align: center;*/
	line-height: 105%;
	font-size: 135%;
}

#otheritemscarousel span.versionofferprice {
	display: block;
	font-weight: 800;
	line-height: 100%;
	color: #f15753;
	margin-bottom: 5px;
	font-size: 150%;
}

/* end of other items carousel styles */

#WhichPromo {
	border: 2px solid #de2525;
	border-radius: 6px;
	padding: 5px;
	width: 30%;
	float: left;
	font-size: 90%;
	font-weight: bold;
}

#whichLogo {
	float: left;
	margin-right: 5px;
}

.whichTitle {
	float: left;
	cursor: pointer;
	color: #6288E8;
	color: #221f73;
}

p .whichTitle {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#WhichPromo>p>a.whichTitle {
	font-size: 130%;
}

.whichcode {
	font-size: 90% !important;
}

#WhichPromo p {
	margin: 0;
	padding: 0;
}


#whichDetails {
	clear: both;
	display: none;
}

.whichText {
	margin-top: 10px;
	font-size: 12px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #a5a5a5;
	padding: 3%;
	box-sizing: border-box;
}

.whichComment {
	font-size: 95%;
	color: #6B6464;
	width: 100%;
	float: left;
}

#whichApply {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
	border: none;
	border-radius: 6px;
	background-color: #ee2e24;
	color: #FFFFFF;
	float: left;
}

#whichApply:hover {
	background-color: #221f73;
}

#whichSignUp {
	clear: both;
	text-decoration: underline;
	font-family: Calibri;
	font-size: 14px;
	font-style: italic;
	color: #6288E8;
}

.whichErrorMsg {
	display: block;
	bottom: 50px;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	color: red;
	line-height: 48px;
	font-size: 14px;
	font-size: 1.125rem;
}


/* range navigation styles */
ul.rangeAttribute_facets {
	display: none !important;
}

/* end of range navigation styles */

#sr_facets input[value*="»"] {
	margin-bottom: 15px;
	border-radius: 6px;
	font-weight: bold;
	background: #04865c;
	color: white;
	border: none;
	padding: 3px 10px;
	-webkit-appearance: none;
}


/*Fix for top checkout button in basket */

div.ck-section-header+input.checkoutButton {
	padding: 10px 0px !important;
	clear: both;
}


.onepagecheckout input:focus,
.onepagecheckout select:focus {
	outline: 0;
}


/*/************* OLD OLD OLD OLD OLD STYLING FOR QUICK VIEW POP-UP  ***************/

/*
div.HomePageOffers .quickview {
text-align: center;
margin: 0 auto;
}


div.ui-dialog {
-webkit-box-shadow: 0px 5px 5px 0px #969696;
box-shadow: 0px 5px 5px 0px #969696;
}

.ui-dialog-content {
overflow: visible !important;
}

h3.ProductMiniTitle {
display: block;
width: 912px;
text-align: left;
font-weight: normal;
line-height: 120%;
font-family: 'Open Sans',Arial,Verdana,sans-serif;
font-size: 1.5em !important;
white-space: pre-wrap;
margin: 10px 15px;
}

h3.ProductMiniTitle span {
font-size: 0.75em;
}

#ProductMiniImages {
width: 320px !important;
min-height: 410px !important;
clear: left;
float: left;
margin: 10px;
}

#ProductMiniImages .imageBox img {
display: block;
border: 1px #c9c9c9 solid;
}

#ProductMiniImages div.sc_menu_wrapper {
border: none !important;
clear: both;
margin-top: 25px;
width: 320px;
height: 80px;
overflow: hidden;
}

#ProductMiniImages div.sc_menu {

height: 80px;
margin: 0 auto;
overflow: scroll
}

#ProductMiniImages div.sc_menu div.vp_thumb {
float: left;
display: block;
width: 60px !important;
height: 60px !important;
margin: 0 3px 0 0;
}

#ProductMiniImages div.sc_menu div.vp_thumb a {
display: block;
width: 58px;
height: 58px;

}

#ProductMiniImages div.sc_menu div.vp_thumb:hover {
border-color: #ca3d67;
}

div#ProductMiniInfo {
float: right;
width: 600px;
font-family: 'Open Sans', Verdana,Arial,sans-serif;
font-size: 0.95em !important;
}

div#ProductMiniDesc {
float: left;
width: 300px;
padding: 0 5px;
min-height: 270px;
text-align: left;
}

div#ProductMiniDesc ul {
list-style-type: disc;
padding: 0;
margin: 0 0 10px 0;
}

div#ProductMiniDesc ul li {
margin-left: 15px;
}

div#ProductMiniDesc2 {
background-color: #f6f6f6;
position: relative;
float: right;
margin-right: 10px;
width: 270px;
min-height: 270px;
padding: 0 5px;
text-align: left;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

div#ProductMiniDesc2 a.finance, div#ProductMiniDesc2 a.financeLink {
font-size: 90%;
margin: 0 auto 10px auto;
padding-bottom: 10px;
}

div#ProductMiniDesc2 div#finance3months {
height: 50px;
margin: 0 auto;
width: 80px;
}

div.ProductMiniPrice {
margin: 10px 15px;
line-height: 180%;
}

div.ProductMiniPrice span {
font-weight: bold;
text-transform: lowercase;
font-size: 18px;
display: block;
}

div.ProductMiniPrice span.VersionOfferPrice {
font-size: 36px;
line-height: 150%;
}

div#ProductMiniDesc2 div.OfferBoxBullets {
height: auto;
}

div#ProdMiniStockAvail {
margin: 10px 15px;
padding: 10px 0;
}

div#ProdMiniStockAvail div {
margin: 0 0 15px 0 !important;
}

div#StockMsg1 {
width: 94px;
height: 34px;
}


div#ProductMiniDesc2 input.buyButton {
position: absolute;
bottom: 0;
margin: 15px auto 0 auto;
float: none;
}

div#ProductMiniDesc3 {
position: relative;
clear: both;
float: right;
width: 592px;
margin-top: 10px;
padding-top: 35px;
min-height: 105px;
}

div#PMD3-Left {
display: inline;
width: 180px;
}

div#PMD3-Left div#Reevoo {
position: absolute;
top: 20px;
left: 0;
width: 175px;
height: 35px;
margin-left: -20px;
}

a.MoreInfo {
position: absolute;
bottom: 0;
left: 0;
display: block;
-moz-box-shadow: inset 0px 1px 0px 0px #d9d6c5;
-webkit-box-shadow: inset 0px 1px 0px 0px #d9d6c5;
box-shadow: inset 0px 1px 0px 0px #d9d6c5;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbbea8), color-stop(1, #a9a895) );
background: -moz-linear-gradient( center top, #bbbea8 5%, #a9a895 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbea8', endColorstr='#a9a895');
background-color: #bbbea8;
-webkit-borderradius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
border: 1px solid #a9a895;
margin-top: 15px;
color: #ffffff !important;
font-family: Arial;
font-size: 15px;
font-weight: bold;
font-style: normal;
height: 35px;
line-height: 35px;
width: 175px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0px #5c5d53;
}

a.MoreInfo:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a9a895), color-stop(1, #bbbea8) );
background: -moz-linear-gradient( center top, #a9a895 5%, #bbbea8 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a895', endColorstr='#bbbea8');
background-color: #a9a895;
}

#hover-icon {
position: absolute;
bottom: -19px;
left: 0;
width: 107px;
height: 20px;
}

#hover-icon span {
display: none;
}

div#PMD3-Right {
display: inline;
float: right;
margin-right: 10px;
margin-top: 25px;
}

div#PMD3-Right div#matrixOptions {
padding: 0;
margin: 0;
height: 20px;
border: 0;
}

div#PMD3-Right div#matrixOptions select {
margin: 0;
}

div#PMD3-Right div.select {
text-align: right;
margin: 10px 0;
}

div#PMD3-Right div.select select {
border: 1px solid silver;
}

div#PMD3-Right input.buyButton {
margin-top: 12px;
background: transparent url("/images/addtobasket2.jpg") no-repeat 0 0;
height: 46px;
width: 184px;
margin-bottom: 0;
}

div#PMD3-Right input.buyButton:hover {
background-position: 0 -46px;
}
    
*/

/* ///////////////////////////////// NEW QUICKVIEW CSS //////////////////////////////////// */
.fancybox-container .fancybox-slider .qv-wrapper .button.button-light {
	background-color: white !important;
}

.qv-wrapper {
	margin: 0;
	float: left;
	width: 100%;
	display: block;
	padding: 0 !important;
	font-family: gibson_regular, Arial, sans-serif !important;
	min-height: 506px !important;
	text-align: left;
}

.qv-wrapper .imageBox img {
	max-width: 100%;
}

.qv-wrapper .title {
	font-family: 'gibson_semibold', Arial, sans-serif;
}

.qv-wrapper a.addtowl::after,
.qv-wrapper span.addtowl::after,
.qv-wrapper a.addtowlqw::after,
.qv-wrapper a.alreadyinwl::after,
.qv-wrapper span.alreadyinwl::after,
.qv-wrapper a.alreadyinwlqw::after {
	margin-left: 20px !important;
}


.qv-wrapper .icons {
	float: left;
	text-align: left;
	font-size: 100%;
	width: 55%;
	background: white;
	border-radius: 6px;
	padding: 5px;
	margin: 5px;
	box-sizing: border-box;
}

.qv-wish {
	float: left;
	width: 100%;
}

.qv-wrapper .icons .compareText {
	font-size: 80%;
}

.qv-wrapper .showwl {
	float: left;
	width: 100% !important;
	font-size: 80%;
}

#dialogModal h3 {
	font-size: 120% !important;
	width: 95%;
	line-height: 1.6em;
	margin: 15px 20px 0 20px;
}

#ProductMiniInfo .qv-sku {
	margin: 0 1.2rem;
}

.qv-wrapper #ProductMiniInfo {
	float: left;
	width: 668px;
	min-height: 506px;
	background-color: white;
}

.qv-wrapper #ProductMiniDesc {
	width: 325px;
	float: left;
	margin: 10px 10px 0 10px;
	font-size: 105%;
}

.qv-wrapper #ProductMiniDesc ul {
	line-height: 125%;
}

.qv-wrapper #ProductMiniDesc2 {
	float: left;
	background: #EDEEEE;
	margin: 0;
	width: 100%;
	padding: 1rem;
	border-radius: 0.4rem;
}

.qv-wrapper #ProductMiniDesc2 br {
	display: none;
}

.qv-wrapper #ProductMiniDesc3 {
	float: left;
	width: 300px;
}

.qv-wrapper #PMD3-Right {
	width: 300px;
	display: block;
	margin: 0 auto;
}

.qv-wrapper .MoreInfo {
	float: left;
	width: 147px;
	background: #221f73;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 4% 0%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	margin-right: 5px;
	box-sizing: border-box;
	clear: left;
}

.qv-wrapper .MoreInfo:after {
	content: " \00bb";
	color: white;
}


.qv-wrapper input.buyButton {
	background: #04865c;
	color: white !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	color: #ffffff;
	margin-top: 0 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	height: 42px !important;
	padding: 3% 0% 4% 0%;
	font-weight: bold;
	width: 147px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	line-height: initial !important;
	font-size: 100%;
}

.qv-wrapper .MoreInfo:hover {
	opacity: 0.7;
}

.qv-wrapper input.buyButton:hover {
	background: #221f73;
	color: white;
}

.qv-wrapper .cta-rs {
	float: left;
	width: 325px;
}

.qv-wrapper #ProductMiniImages {
	float: left;
	width: 291px;
	clear: left;
	margin: 15px 15px 0 15px !important;
	min-height: auto !important;
}

.qv-wrapper #ProductMiniImages .imageBox {
	float: left;
	width: 100% !important;
	padding: 0;
	position: inherit !important;
}

.qv-wrapper#ProductMiniImages .imageBox img {
	float: left;
	width: 100% !important;
	height: auto !important;
}

.qv-wrapper .sc_menu_wrapper {
	overflow: hidden !important;
	width: 309px !important;
	float: left;
	margin-bottom: 0 !important;
	position: inherit !important;
}

.qv-wrapper .showwl {
	float: left !important;
	display: block !important;
	width: 41% !important;
	margin: 0 0 0 5px !important;
}

.qv-wrapper .showwl a {
	float: left !important;
}

.qv-wrapper div.sli_compare {
	float: left;
	clear: both;
	width: 55% !important;
}


.qv-sim-p {
	clear: both;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: white;
	color: black;
	text-align: left;
	border-radius: 6px;
	padding: 16px;
	position: absolute;
	z-index: 1;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2) !important;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}


.qv-wrapper div[id^="availability"] img {
	margin-right: 5px;
	height: auto;
	width: 13px;
	vertical-align: bottom;
}

.qv-wrapper .ProductMiniPrice>span.VersionOfferPrice {
	font-size: 200% !important;
	font-family: gibson_semibold, Arial, sans-serif;
	font-weight: 400;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.qv-wrapper .icons {
	min-height: 55px;
}

.qv-wrapper #ProdMiniStockAvail {
	float: left;
}

.qv-wish {
	min-height: 30px;
}

.qv-wrapper #StockMsg {
	margin: 5px 0;
}

.qv-wrapper #PMD3-Right .select {
	float: left;
	margin: 0 10px 20px 2px;
}

.dialogTitle .ui-dialog-titlebar {
	padding: .4em 1em;
	position: absolute !important;
	right: 10px !important;
	top: 10px !important;
	z-index: 99999 !important;
}

.qv-wrapper div#matrixOptions {
	margin: 0 0 10px 0 !important;
	width: 95% !important;
	text-align: left !important;
	float: left !important;
}

.qv-wrapper div#matrixOptions select {
	width: 300px;
	margin: 5px 0 0 0 !important;
}

div#ProductMiniDesc ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
}

#ProductMiniDesc ul li {
	margin: 5px 20px;
}

.quickviewwrapper .MoreInfo:hover {
	opacity: 0.7;
}

.quickviewwrapper input.buyButton:hover {
	background: #221f73 !important;
	color: white !important;
}

.qvrrp {
	display: none;
}


/* /////////////////////////////////////// END ////////////////////////////////////////// */

/*QUICKVIEW CSS */

.ui-widget #dialogModal {
	font-size: 1.0em !important;
}

.quickviewwrapper div.sc_menu_wrapper {
	width: 100% !important;
	float: left;
	height: auto;
	overflow: hidden;
}

.quickviewwrapper div.sc_menu {
	height: auto !important;
}

#hover-icon {
	float: left;
	margin: 5px 0px;
	font-weight: bold;
	font-size: 90%;
}

#ProductMiniInfo div#matrixOptions {
	float: left;
	width: 100%;
	text-align: left;
}

/* END OF QUICK VIEW */


/* RV and WL panel CSS */
.collapsedash {
	line-height: 35px;
	width: 100%;
	background-color: #e1e1e1;
	border-top: 1px solid #d1d1d1 !important;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 35px;
	padding: 0;
	border: 0 none;
	z-index: 100;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(196, 196, 196, 0.6);
	-moz-box-shadow: 0px -1px 5px 0px rgba(196, 196, 196, 0.6);
	box-shadow: 0px -1px 5px 0px rgba(196, 196, 196, 0.6);
}

.expanddash {
	line-height: 35px;
	width: 100%;
	background-color: #e1e1e1;
	border-top: 1px solid #97a5ad;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 370px;
	padding: 0;
	border: 0 none;
	z-index: 10000;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(196, 196, 196, 0.6);
	-moz-box-shadow: 0px -1px 5px 0px rgba(196, 196, 196, 0.6);
	box-shadow: 0px -1px 5px 0px rgba(196, 196, 196, 0.6);
}


#dashboard .controls {
	height: 35px;
	width: 990px;
	margin: 0 auto;
}

#dashboard ul.dashboardtabs {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#dashboard ul.dashboardtabs li:first-child {
	margin-left: 0;
}

#dashboard ul.dashboardtabs li {
	margin: 0;
	display: block;
	float: left;
	height: 35px;
}


#dashboard ul.dashboardtabs li.dashboardactive {
	background: #999;
}

#dashboard ul.dashboardtabs li:hover {
	background: #5c5c5c;
}


#dashboard ul.dashboardtabs li:first-of-type:hover,
#dashboard ul.dashboardtabs li:last-of-type:hover {
	background: initial;
}


#dashboard ul.dashboardtabs li.dashboardactive a,
#dashboard ul.dashboardtabs li:hover a {
	color: white !important;
}

#dashboard ul.dashboardtabs li a {
	font-weight: normal;
	color: #5c5c5c;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-size: .75rem;
	line-height: 35px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	height: 35px;
	display: inline-block;
	padding: 0 20px;
}

#dashboard ul.dashboardtabs li .icon {
	margin-right: 6px;
}

#dashboard .controls .popUpDashboard span.icon-up {
	display: block;
	float: right;
}

#dashboard .controls .popUpDashboard span {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 35px;
}

#dashboard .controls .popUpDashboard {
	float: right;
	width: 56px;
	height: 35px;
	color: #fff;
	cursor: pointer;
}

#dashboard #tab_container {
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}


#wishlistTab span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/wl-icon.png);
	float: left;
	margin-top: 10px;
}

#wishlistTab:hover span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/wl-icon-w.png);
	float: left;
	margin-top: 10px;
}

.dashboardactive#wishlistTab span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/wl-icon-w.png);
	float: left;
	margin-top: 10px;
}

#recentTab span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/rv-icon.png);
	float: left;
	margin-top: 10px;
}

#recentTab:hover span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/rv-icon-w.png);
	float: left;
	margin-top: 10px;
}

.dashboardactive#recentTab span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/rv-icon-w.png) !important;
	float: left;
	margin-top: 10px;
}


#vwCompareProds span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/compare-icon-w.png);
	float: left;
	margin-top: 10px;
}

#vwCompareProds:hover span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/compare-icon-w.png);
	float: left;
	margin-top: 10px;
}


.dashboardactive #vwCompareProds span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/compare-icon-w.png);
	float: left;
	margin-top: 10px;
}


#vwCompareProdsclear span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/x-icon.png);
	float: left;
	margin-top: 10px;
}

#vwCompareProdsclear:hover span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/x-icon-w.png);
	float: left;
	margin-top: 10px;
}


.dashboardactiveclear #vwCompareProds span.icon {
	width: 16px;
	height: 16px;
	background: url(/images/x-icon-w.png);
	float: left;
	margin-top: 10px;
}


.dashboardtabs li {
	cursor: pointer;
}

.dashboardactive#recentTab {
	position: relative;
	background: #999;
}

.dashboardactive#recentTab:after,
.dashboardactive#recentTab:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 2000000;
}

.dashboardactive#recentTab:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #999;
	border-width: 5px;
	margin-left: -5px;
}

.dashboardactive#recentTab:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #999;
	border-width: 11px;
	margin-left: -11px;
}


.dashboardactive#recentTab:hover {
	position: relative;
	background: #5c5c5c;
}

.dashboardactive#recentTab:hover:after,
.dashboardactive#wishlistTab:hover:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 2000000;
}

.dashboardactive#recentTab:hover:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #5c5c5c;
	border-width: 5px;
	margin-left: -5px;
}

.dashboardactive#recentTab:hover:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #5c5c5c;
	border-width: 11px;
	margin-left: -11px;
}


.dashboardactive#wishlistTab {
	position: relative;
	background: #999;
}

.dashboardactive#wishlistTab:after,
.dashboardactive#wishlistTab:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 2000000;
}

.dashboardactive#wishlistTab:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #999;
	border-width: 5px;
	margin-left: -5px;
}

.dashboardactive#wishlistTab:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #999;
	border-width: 11px;
	margin-left: -11px;
}


.dashboardactive#wishlistTab:hover {
	position: relative;
	background: #5c5c5c;
}

.dashboardactive#wishlistTab:hover:after,
.dashboardactive#wishlistTab:hover:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 2000000;
}

.dashboardactive#wishlistTab:hover:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #5c5c5c;
	border-width: 5px;
	margin-left: -5px;
}

.dashboardactive#wishlistTab:hover:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #5c5c5c;
	border-width: 11px;
	margin-left: -11px;
}


.collapsedash a.popUpDashboard span.icon {
	width: 34px;
	height: 20px;
	background: url(/images/bar-up.png) !important;
	float: left;
	margin-top: 6px;
}


.expanddash a.popUpDashboard span.icon {
	width: 34px;
	height: 20px;
	background: url(/images/bar-down.png) !important;
	float: left;
	margin-top: 8px;
}

a.popUpDashboard:hover {
	opacity: 0.7;
}

.showhidetext {
	display: none;
}


.expanddash .boxitem {
	box-shadow: none !important;
	margin: 0 auto !important;
}


#dashboard ul.dashboardtabs li a#anCompareProds {
	background: #04865c;
	color: white;
}

#dashboard ul.dashboardtabs li a#anCompareProds:hover {
	background: #5c5c5c;
	color: white;
}

#ProductMiniDesc {
	text-align: left;
}


/* end of RV and WL panel CSS */


/***   STYLING FOR AUTOCOMPLETE SUGGESTIONS   ***/
.ui-widget.ui-widget-content {
	border: 1px solid #e1e1e1;
}

.ui-menu.ui-widget.ui-widget-content {
	border-top: 0;
}

.ui-menu {
	text-align: left;
	padding-bottom: 1rem;
	font-family: gibson_regular, sans-serif;
	overflow: hidden;
}

.ui-menu .ui-menu-item a {
	display: block;
	padding: .5rem 1rem;
	float: none;
}

.ui-menu .ui-autocomplete-category {
	font-family: gibson_semibold, sans-serif;
	padding: .5rem 0;
    cursor: default;
    border-bottom: 2px solid #071a44;
    width: calc(100% - 2rem);
    margin: 0 auto .5rem;
}

.ui-menu .ac_productSuggestion {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas: 
		"image name"
		"image price";
	column-gap: 8px;
	align-items: center;
}

.ui-menu p {
	margin-block: 0;
}

.ui-menu .img {
	grid-area: image;
	display: grid;
	place-content: center;
}

.ui-menu .name {
	grid-area: name;
	line-height: 110%;
}

.ui-menu .price {
	grid-area: price;
	font-family: gibson_semibold, sans-serif;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #ededed;
    background: #ededed;
    font-weight: normal;
    color: #333;
	text-decoration: none;
}

.is-round {
	border-radius: 0 0 1rem 1rem;
}
/* 404 page */


#searchform404 p {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#searchform404 li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 3px;
	padding-left: 0;
}

.container-404.background-gradient-dark-light-blue-x {
	background: linear-gradient(133deg, #081a44, #0D2654, #16447A, #186CAA, #0D8FD2, #009FE3) !important;
}

#searchform404 form input#searchCriteria2 {
	background: white;
	float: left;
	margin: 0;
	height: 20px !important;
	width: 440px !important;
	vertical-align: top;
	padding: 8px;
	border: 1px solid #d5d5d5;
	border-right: none;
	font-style: italic;
	color: #333333;
}


#searchform404 #KeywordSearchSubmit {
	float: left;
	color: white;
	cursor: pointer;
	background: white url(https://www.buyitdirect.co.uk/files/images/icon-search.svg) no-repeat !important;
	background-size: 33% !important;
	background-position: center !important;
	border: 1px solid #d5d5d5;
	border-left: none;
	font-weight: bold;
	height: 54px !important;
	width: 70px;
	padding: 0;
	-webkit-border-radius: 0 24px 24px 0;
	-moz-border-radius: 0 24px 24px 0;
	border-radius: 0 24px 24px 0;
}

#searchform404 #KeywordSearchSubmit:hover {
	opacity: .8;
}

#searchform404 h2 {
	font-size: 4.8rem;
	line-height: 1.1;
}

#searchform404 form {
	width: auto !important;
}

.othersearches404 {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.othersearches404 span {
	font-size: 140%;
	font-weight: bold;
	float: left;
	width: 100%;
}

.othersearches404 ul {
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
}

.othersearches404 ul li {
	list-style: none;
	display: inline;
	margin: 10px;
	float: left;
	font-weight: bold;
	color: #656565;
}


.othersearches404 ul li a {
	text-decoration: none;
	color: #333333;
	padding: 5px;
}

.othersearches404 ul li:nth-of-type(5n+4) {
	font-size: 90% !important;
}


.othersearches404 ul li:nth-of-type(2n+1) {
	font-size: 130%;
}


.othersearches404 ul li:nth-of-type(2n+2) {
	font-size: 160%;
}

.othersearches404 ul li:nth-of-type(3n+3) {
	font-size: 200%;
}


.othersearches404 ul li:nth-of-type(4n+2) {
	font-size: 250%;
}

.othersearches404>span {
	margin-bottom: 20px;
}


/* Adam 404 style changes 07/22 */
/* 404 Page */

#searchform404 {
	clear: both;
	background: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}


#searchform404 h2 span {
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

#searchform404 h3 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-top: 30px;
}


#searchform404 ul {
	list-style-type: disc;
	padding-left: 0;
}

#searchform404 input {
	height: 50px !important;
	padding: 16px 0 16px 10px !important;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

/* end */

/* delivery countdown cut off */

.OfferBox .cutoffcountdown {
	float: left;
	width: 220px;
	margin-top: 10px;
	border: 2px dotted #656565;
	border-radius: 6px;
	text-align: center;
	padding: 7px;
	margin-bottom: 10px;
	font-size: 100% !important;
}

.ProductPrice .cutoffcountdown {
	font-size: 100% !important;
}


.OfferBox .cutoffcountdown:before {
	content: "Want it tomorrow? Order within";
	width: 100%;
	float: left;
	text-align: center;
}


#topcontent .cutoffcountdown:before {
	content: "Order within";
	width: 100%;
	margin-right: 5px;
	color: #333 !important;
	font-weight: normal !important;
}

#productpagetop #topcontent div[id*=availability] {
	font-weight: normal;
}

#productpagetop #topcontent div[id*=availability] img {
	width: 14px;
	height: 14px;
	vertical-align: bottom;
}

/*#topcontent .variationsexp {
    border-top: 1px solid #000;
}*/

#topcontent img[src$="dpd-prodpage-banner-ld.jpg"] {
	margin-bottom: 5px;
}

.cutoffmessage {
	float: left;
	width: 100%;
	text-align: center;
}

.cutoffcount {
	font-size: 100%;
}

#cutoffcountdowndate {
	display: none;
}

.stockStatus {
	display: none;
}

.earliestDelDate {
	display: none;
}

.collMsg {
	display: none;
}

/* del countdown add to basket lightbox */

#fancybox-content .cutoffcountdown {
	box-sizing: border-box;
	padding: 5px !important;
}


#collectpluscontainer {
	width: 220px;
	border: 1px solid #c1c1c1;
	float: left;
	border-radius: 6px;
	padding: 5px;
	clear: left;
	background: #fff;
	margin-bottom: 10px;
}


#collectpluscontainer img {
	float: left;
	width: 70px;
}

#collectpluscopy {
	width: 140px;
	float: right;
	margin-top: 6px;
}

#collectpluscopy span {
	font-weight: bold;
}


/* top promotion bar */

#bfsitewrap {
	width: 100%;
	background: #000;
	display: none !important;
}

#bfsitehead {
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	color: white;
	padding: 10px;
}


.bfsitetitle {
	font-size: 16px;
	font-weight: bold;
	/*animation: change 0.5s infinite;*/
	color: yellow;
	width: 20%;
	display: inline-block;
	margin-top: 4px;
}

.bfsitetitle:before {
	content: "AMAZING GIFT IDEAS";
	font-size: 16px;
	font-weight: bold;
}


.bfsitelist {
	width: 80%;
	float: right;
}

.bfsitelist {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
}

.bfsitelist li {
	float: left;
	color: white;
	margin: 0% 1.5%;
	list-style: none;
	font-size: 110%;
	color: white;
}


.bfsitelist li:hover {
	color: black !important;
	cursor: pointer;
}


.bfsitelist li:hover a {
	text-decoration: none;
	color: black;
	padding: 3px 10px;
	background: white;
	border-radius: 6px;
}


.bfsitelist li a {
	float: left;
	color: white;
	padding: 3px 10px;
}

/*@keyframes change {
from { color: yellow }
to   { color: white }
}*/

.top5icon {
	display: none;
}

.scrollToTop {
    width: 50px;
    height: auto;
    text-decoration: none;
    position: fixed;
    bottom: 25vh;
    right: 4rem;
    display: none;
    z-index: 99;
    text-align: center;
}

.scrollToTop:hover {
	text-decoration: none;
}


/* new unified product page CSS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* new unified product page CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* new unified product page CSS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* new unified product page CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* new unified product page CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* new unified product page CSS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


#productpagewrapper,
#productpagetop,
#productpagebottom {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}


#productpagewrapper a,
#productpagetop a,
#productpagebottom a {
	text-decoration: none;
}


#productpagewrapper a:hover {
	text-decoration: none;
}

/* hides saving % for now as not on mock */
.VPpercent {
	display: none;
}


.breadCrumbTrail h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.breadCrumbTrail ul {
	padding: 0;
	margin: 0;
}

.breadCrumbTrail ul li {
	float: left;
	display: inline;
	margin-right: 5px;
}

.breadCrumbTrail ul li h2::after {
	content: "\00bb";
	margin-left: 5px;
}

.breadCrumbTrail ul li:last-of-type h2::after {
	content: "";
}

.breadCrumbTrail a,
.breadCrumbTrail h2 {
	color: #797979;
	text-transform: capitalize;
}

.breadCrumbTrail a:hover {
	text-decoration: underline;
}

#ProductTitle {
	width: 100%;
	clear: both;
	padding: 4px 0 6px 0;
	display: flex;
	align-items: center;
}


#ProductTitle h1 {
	clear: both;
	font-family: gibson_semibold, Arial, sans-serif;
	font-size: 160%;
	line-height: 1.2;
	font-weight: normal;
}

/*#ProductTitle #Reevoo {
        float: left;
    }*/


div#ReevooContainer a.reviews {
	z-index: -1;
	position: static !important;
}


.ProductImages {
	float: left;
}

#topcontent {
	float: right;
	width: 40%;
	margin-left: 5%;
}

#topcontent .compBtn {
	display: none !important;
}

.seeMore {
	float: left;
}

.quickfind {
	color: #797979;
}

#productpagetop .ProductImages {
	width: 55%;
}

@media screen and (max-width:1024px) {
	#productpagetop .ProductImages {
		width: 50%;
	}

	#topcontent {
		width: 45%;
	}
}

.DimensionsImages .ProductImages {
	width: 100%;
	float: left;
}

.db_images,
.imageBox

/*,.imageBox > img*/
	{
	float: left;
	width: 100%;
}

.db-images .gallery-top img {
	margin: 0 auto;
}

#prodpage-sprite-enlarge {
	float: left;
}


#prodpage-sprite-hires {
	float: right;
}


#prodpage-sprite-hires:hover {
	text-decoration: underline;
}

#prodpage-sprite-enlarge img {
	margin-right: 5px;
}

#prodpage-sprite-hires img {
	margin-right: 5px;
}


.image_thumb {
	border: 1px solid rgba(116, 116, 116, 0.6) !important;
}

.image_thumb_swatches {
	float: none !important;
}

.image_thumb:hover,
.selectedThumb:hover {
	border-color: #000 !important;
}

.image_centered {
	position: relative;
	background-color: mintcream;
	height: 53px;
	width: 50px;
}

.image_centered_text {
	opacity: .3;
	position: absolute;
	top: 33%;
	left: 25%;
	font-size: larger;
}

.image_centered_text:hover {
	color: black;
	opacity: .9;
}

.selectedThumb {
	border: 1px solid var(--neutral-800);
}

/*.selectedThumbColor {
    border: 1px solid #04865c;*/
/*float: left;*/
/*margin-right: 2px;
}*/

.selectedPriceColor {
	color: #04865c;
	/*font-family: gibson_semibold;*/
}

.image_thumb_color {
	/*float: left;*/
	/*border: 1px solid rgba(196,196,196,0.6);*/
	margin-right: 2px;
}

.image_thumb_color:hover {
	border: 1px solid #333;
	color: black;
}

.vp_thumb {
	float: left;
	border: 1px solid rgba(196, 196, 196, 0.6);
	max-width: 90px;
	overflow: hidden;
	/*margin-right: 10px;*/
}

.vp_thumb>a>img,
.vp_thumbVid>a>img {
	float: left;
	width: 100%;
	height: auto;
}


.ProductImages div.sc_menu_wrapper {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
}

.ProductImages div.sc_menu {
	width: 2500px;
	padding: 5px 0;
}

.ProductImages div.sc_menu div.vp_thumb {
	float: left;
}

.ProductImages div.sc_menu div.vp_thumb a,
div.sc_menu a.popVideo {
	display: block;
	height: 75px;
	width: 75px;
}

.ProductImages div.sc_menu div.vp_thumb a:hover {
	opacity: 0.5;
}


.imageBox a[id^="mainImg"]>img {
	float: none;
	width: 100%;
	overflow: hidden;
	max-width: 100%;
	display: block;
	margin: 15px auto;
}


a[id^="mainImg"] {
	float: left;
	width: 100%;
	overflow: hidden;
}

.uptoggle:before {
	content: url("/images/uptoggle.png");
	font-weight: bold;
	margin-right: 5px;
	float: left;
}

.downtoggle:before {
	content: url("/images/downtoggle.png");
	font-weight: bold;
	margin-right: 5px;
	float: left;
}

.showhide,
.hidetoggle {
	float: left;
	width: 100%;
}

.showhide {
	padding-bottom: 1rem;
}

.hidetoggle {
	border-bottom: 1px solid var(--neutral-400);
}

.toggle {
	float: left;
	width: 100%;
	padding: 1rem 0 1rem 0;
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 115%;
	color: black;
	cursor: pointer;
	margin: 0;
	line-height: 100%;
	font-weight: normal;
	clear: both;
}

.closetoggle {
	display: none;
}

#topSummary ul {
	margin: 0;
	padding: 0;
}

#topSummary ul li {
	margin: 0px 0px 5px 15px;
	padding: 0;
	list-style: disc;
	list-style-position: outside;
	font-size: 100%;
	line-height: 130%;
}

a#moreinfolink {
	float: left;
	font-family: gibson_semibold, Arial, sans-serif;
	margin: 10px 0px;
	clear: left;
	font-size: 115%;
}

.ProductPrice {
	float: left;
	width: 100%;
}


span.productprice {
	margin-right: 7px;
}

.ProductPrice .finance {
	float: none !important;
	display: block;
}

.fullprice {
	font-weight: bold;
}


#VP-Discontinued {
	float: left;
}

.emailwhenback {
	float: right;
	width: 150px;
	background: #221f73;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px 5px;
	color: white;
	font-size: 150%;
	text-align: center;
	margin-top: 5px;
}


.mailmesubmit {
	font-size: 14px;
	color: Black;
	margin-top: -5px;
	margin-left: 45px;
	margin-right: 72px;
	width: 200px;
	font-weight: bold;
	background: #4ea917;
	border-radius: 6px;
	border: 0;
	color: white;
	padding: 10px;
	cursor: pointer;
}

.mailmesubmit:disabled {
	font-size: 14px;
	color: Black;
	margin-top: -5px;
	margin-left: 45px;
	margin-right: 72px;
	width: 200px;
	font-weight: bold;
	background: #b4e199;
	border-radius: 6px;
	border: 0;
	color: white;
	padding: 10px;
	cursor: pointer;
}

.emailwhenback:hover {
	opacity: 0.8;
}

.mailmeicon {
	float: left;
	width: 50%;
	margin: 5px 25% 15px 25%;
}

/*.theprice {
float: left;
width: 100%;
}*/

.pdp-availability-wrapper {
	clear: both;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--neutral-400);
	border-bottom: 1px solid var(--neutral-400);
	padding: 8px 0;
	margin: 16px 0 0 0;
}

.pdp-refurbished-wrapper {
	display: inline-block;
	clear: both;
	margin: 1rem 0;
	width: auto;
}

.pdp-attached-wrapper {
	display: inline-block;
	clear: both;
	width: auto;
	margin-bottom: 1rem;
}

.attached-price .addAttachedToBasket {
	margin-top: 0 !important;
}

.attached-hero .see-prod-hero {
	display: none;
}

.attached-hero .attached-content-title {
	font-family: gibson_semibold;
}

@media only screen and (min-width: 1170px) {
	.slide-in-panel-refurbslide .slide-in-panel__container {
		width: 55%;
	}
}

.sticky-attach {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}

.ProductPrice form[action="/basket/BasketOperation"] {
	float: right;
	width: 50%;
}

#freedel {
	margin: 0 0 8px 0;
}

.wasandsaving {
	float: left;
	width: 50%;
	clear: left;
	font-weight: bold;
	margin-bottom: 5px;
	color: #797979;
}

.tilesUnitText {
	font-size: small;
	font-weight: normal;
}
.pdp-availability-wrapper .freedelproduct {
	font-weight: bold;
}
.pdp-availability-wrapper span.stockText {
	display: flex;
	flex-direction: column;
	font-weight: bold;
}
.pdp-availability-wrapper .stockText .cutoffcountdown.hasCountdown {
	font-weight: normal;
}

#topSummary {
	float: left;
	width: 100%;
}

#topSummary ul {
	float: left;
	min-width: 50%;
	max-width: 100%;
}

.refurbexp a {
	color: #ee2e24;
}

.VersionOfferPrice {
	float: left;
	width: 50%;
	clear: left;
}

.VersionOfferPriceTiles {
	display: block;
	clear: left;
}

.VersionOfferPriceTilesUnitText {
	float: left;
}

.VersionOfferPriceTilesPrice {
	margin-right: 6px;
	float: left;
}

.VersionOfferPrice img {
	float: left;
}

span.finalprice {
	clear: left;
	float: left;
	width: 100%;
}

span.cashbackprice,
span.cashbackamount {
	color: #f15753;
	font-weight: bold;
	font-size: 120%;
}

span.cashbackprice {
	margin-right: 10px;
}

delOptbtn .pricestar {
	float: left;
	clear: right;
}

.priceafter {
	float: left;
	width: 33%;
	clear: left;
}

.productprice {
	float: left;
	font-weight: bold;
}

.instoreonly {
	float: left;
	clear: both;
}

#Which-VPbutton {
	width: 240px;
	height: 40px;
	float: right;
	clear: right;
}

#Which-VPbutton:hover {
	opacity: 0.7;
}


#Which-VPbutton a {
	float: left;
	width: 100%;
	height: 100%;
}


#Which-VPImage {
	float: left;
	margin-left: 23px;
	margin-top: 6px;
	width: 35%;
}


.buyButton {
	width: 100%;
	float: right;
	height: 40px;
	padding: 0% 5%;
	background: #04865c;
	color: white;
	font-weight: bold;
	border: 0;
	font-size: 180%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	margin: 5px 0px 10px 0px;
	cursor: pointer;
}


/*span.atb:hover .buyButton {
	background: #49C77B;
	cursor: pointer;
	background-color: #49C77B;
	border: 1px solid #49C77B
}*/

/*span.atb:after {
    content: "»";
    color: white;
    float: left;
    position: absolute;
    top: 10px;
    right: 14px;
    font-weight: bold;
    font-size: 220%;
    line-height: 100%;
    cursor: pointer;
}*/

span.atb {
	width: 100%;
	float: left;
	position: relative;
	cursor: pointer;
}


/* ----------- tile calcualtor ----------- */

#tileCalculator {
	clear: left;
}

#tileCalculator h3 {
	color: #000;
	padding: 25px 0 0;
}

.tileCalculator-wrapper {
	background-color: #ececec;
	margin-bottom: 20px;
}

.tileCalculator-top {
	padding: 20px;
}

.tileCalculatorTitle {
	font-weight: bold;
	width: 100%;
	float: left;
}

.tileCalculatorTotalColumn {
	display: inline-block;
	width: 155px;
	text-align: center;
}


#btnRemoveTileDimension_L_1 {
	display: none;
}

.tileCalculatorInstructions p {
	margin-top: 0;
}

.tileCalculator-trimmingborder {
	margin-top: 20px;
	border-top: 1px dashed #909090;
}


.tileCalculator-trimmingcheck {
	position: relative;
}

.trim-checkbox span:last-of-type {
	position: relative;
	left: 29px;
	top: 1px;
}

.trim-checkbox input {
	position: absolute;
	opacity: 0;
}

.trim-checkbox .trim-check {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}


.trim-checkbox input:checked~.trim-check {
	background-image: url(/images/greentick.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
}


#tileCalculatorTotals {
	padding: 5px 0 20px;
	background-color: #dcdcdc;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


.tileCalculatorTotalColumn-title p {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.tileCalculator-addnewbtn {
	margin: 20px 0 0;
}


.tileCalculatorTotalColumn {
	display: inline-block;
}

.tileCalculatorDimensionsRow {
	margin-top: 15px;
}

.tileCalculatorDimensionsRow-length,
.tileCalculatorDimensionsRow-width {
	display: inline-block;
	width: 140px;
	margin: 0 15px 0 0;
}

.tileCalculatorDimensionsRow-length span:first-of-type,
.tileCalculatorDimensionsRow-width span:first-of-type {
	margin: 0 0 10px;
	display: block;
	font-weight: bold;
	color: #000;
}

.tileCalculatorDimensionsRow-delete {
	display: inline-block;
}

.tileCalculatorDimensionsRow-delete input {
	padding: 7px;
	width: 115px;
	border-radius: 5px;
	font-weight: bold !important;
	background-color: #dcdcdc !important;
	border: 1px solid #cacaca !important;
	cursor: pointer;
}

#tileCalculatorTotalBoxesToBasketArea {
	width: 136px;
	display: inline-block;
}

#tileCalculatorTotalBoxesToBasketArea #tileCalculatorTotalBoxesToBasket {
	width: 40px;
	height: 41px;
	text-align: center;
	border: none;
	font-size: 14px;
	position: relative;
	top: -5px;
	left: -1px;
}

#tileCalculatorTotalBoxesToBasketArea #btnQtyAdd,
#tileCalculatorTotalBoxesToBasketArea #btnQtyRemove {
	height: 43px;
	width: 43px;
}

#tileCalculatorTotalBoxesToBasketArea #btnQtyAdd {
	margin-left: -5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #ececec;
	cursor: pointer;
	color: #fff;
	font-size: 25px;
}

#tileCalculatorTotalBoxesToBasketArea #btnQtyRemove {
	margin-right: -4px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #ececec;
	cursor: pointer;
	color: #fff;
	font-size: 25px;
}


.add-area-btn {
	padding: 7px;
	width: 130px;
	border-radius: 5px;
	font-weight: normal !important;
}

#tileCalculator~form[action="/basket/BasketOperation"] {
	margin: -44px 0 0;
	padding: 0px 0 14px;
}

.VersionOfferPriceTilesPrice .VersionOfferPriceIncVat .VersionOfferPriceTilesUnitText {
	float: none;
}


.VersionOfferPriceTilesPrice .VersionOfferPriceIncVat img {
	float: none;
}


.VersionOfferPriceTilesPrice .VersionOfferPriceIncVat {
	width: 100%;
	font-size: 70%;
}


.infoicon {
	margin-left: 5px;
}

span.finance {
	float: left;
	width: 50%;
	margin-bottom: 5px;
	clear: both;
}

.finance.finance {
	float: left;
}

.financeprice {
	color: #0278c0;
	margin: 0px;
	font-family: gibson_semibold, Arial, sans-serif;
}

.financefeemessage {
	font-size: 90%;
	color: #8f8f8f;
	margin-left: 5px;
}

.techspeclink {
	font-family: gibson_semibold, Arial, sans-serif;
	float: left;
	font-weight: bold;
	margin: 10px 0px 10px 30px;
	font-size: 115%;
}

.cutoffmessage {
	display: none;
}

#maindesc {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0 !important;
}

.cutoffcount {
	color: #04865c;
}

div.StockMsg,
div.EarliestDel {
	margin: 8px 0;
	width: auto;
	padding-right: .5rem;
}

.sr_container .EarliestDel {
	margin-bottom: 0;
}


#productpagetop #topcontent div[id*=availability] img {
	margin-right: 4px;
}

/*div#productpagewrapper div.EarliestDel.StockMsgVisible span::before {
    content: "for\00a0";
    margin-left: 2px;
}

div#productpagewrapper div.EarliestDel.StockMsgVisible {
    content: "for\00a0";
    margin-left: 2px;
}*/

.earliestDelivery {
	width: 100%;
	margin: 8px 0;
	font-weight: normal;
}

.OfferBox .freedelproduct {
	margin-bottom: 0px;
}

#productpagetop .freedelproduct:after {
	color: #797979;
}

.OfferBox .freedelproduct:after {
	font-size: 80%;
	color: #797979;
}


#collectplusDiv {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}


a.finance:hover span.infoicon {
	opacity: 1;
}

a.finance span.infoicon {
	opacity: 0.5;
}

.tbWarranty {
	float: left;
	width: 99%;
	margin-left: 1%;
}

.warrantyoption {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.warrantyoption label span {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}

.warrantyoption label #warrantyprice {
	display: flex;
	align-items: center;
	gap: 4px;
}

a.dlgFixedWarranty,
a.dlgPercWarranty {
	float: left;
	width: 75%;
}

.warrantypopup {
	width: 4%;
	float: left;
}

a.dlgFixedWarranty #warrantytext,
a.dlgPercWarranty #warrantytext {
	width: auto;
	float: none;
	display: inline;
	margin-right: 5px;
}

a.dlgFixedWarranty #warrantyprice,
a.dlgPercWarranty #warrantyprice {
	width: auto;
	float: none;
	display: inline;
	margin-right: 5px;
}

.warrantyoption a span img {
	opacity: 0.5;
}

.warrantyoption a:hover span img {
	opacity: 1;
}


.warrantyoption label>input {
	float: left;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
}

.warrantyoption label>input {
	display: block\9;
	*display: block;
}

.warrantyoption label input[type=checkbox]~span.addtick {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	width: 10%;
	float: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-right: 1%;
	box-sizing: border-box;
}

.warrantyoption label input[type=checkbox]~span.addtick:after {
	content: "Add";
	font-weight: bold;
	color: #221f73;
	text-align: center;
	width: 10%;
}

.tbWarranty>span {
	font-weight: bold;
}

.warrantyoption>label>a>span,
.warrantyoption #warrantyprice span {
	font-weight: bold;
	font-size: 100%;
}

.seeMore {
	float: left;
	width: 45%;
	display: none;
}

.seeMore p {
	font-weight: bold;
	float: left;
	width: 45%;
}

.seeMore ul li {
	float: left;
	display: inline;
}


.enhancedimage img {
	float: left;
	width: 100%;
}


/*88888888888888888888888888888888888 ////////////////////////////////////// product page image modal //////////////////////////////////////////// */


#ImagedialogModal .imageBox {
	float: right;
	width: 680px;
}

#ImagedialogModal .imageBox img {
	width: 680px;
	float: right;
}


#ImagedialogModal .sc_menu_wrapper {
	width: 90px;
	float: left;
	margin-left: 20px;
}

#ImagedialogModal {
	min-height: 680px !important;
	max-width: 1033px !important;
	display: none;
}


#ImagedialogModal .ProductMiniTitle {
	float: left;
	margin-left: 20px;
	max-width: 270px;
}


#ImagedialogModal .vp_thumb {
	margin: 10px;
	background: white;
}

.vp_thumb:hover {
	border: 1px solid #333;
}

#ImagedialogModal .sc_menu {
	float: left;
	max-height: 400px;
	padding: 5px 0;
	width: 280px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow-y: auto;
}


#ImagedialogModal div.sc_menu_wrapper {
	overflow: auto;
	overflow-x: hidden;
	min-width: 278px;
}

.imagemodalcallus {
	float: left;
	width: 270px;
	background: rgba(196, 196, 196, 0.2);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow-y: auto;
	margin-top: 20px;
	text-align: center;
}

.imagemodalcallus p {
	text-align: center !important;
}

.imagemodalcallus span {
	font-weight: bold;
}

#ImagedialogModal div.sc_menu div.vp_thumb {
	float: left;
	cursor: pointer;
}

/*88888888888888888888888888888888888 ////////////////////////////////////// END product page image modal //////////////////////////////////////////// */


#productpagebottom .pp-bottomsection>h2,
.DimensionsImages .ProductImages>h2 {
	/*float: left;*/
	width: 100%;
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 160%;
	border-bottom: 3px solid #221f73;
	color: #221f73;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-weight: normal;
}

.pp-bottomsection {
	float: left;
	width: 100%;
	overflow: hidden;
}

.pp-bottomsection h2 a {
	color: #221f73;
}

.productcolumnleft {
	float: left;
	width: 48%;
	margin-right: 4%;
}


.productcolumnright {
	float: left;
	width: 48%;
	margin-left: 0%;
}

/*.pp-bottomsection:nth-of-type(even) {clear: left;
}

.pp-bottomsection:nth-of-type(odd) {clear: right;
}*/

.ProductInfoAndDimensions {
	width: 100%;
	float: left;
}

.ProductDescription_WithDimensionImages {
	width: 100%;
	margin-right: 0;
	float: left;
}

.ProductDescription {
	width: 100%;
}

.DimensionsImages {
	width: 100%;
	margin-left: 0%;
	float: left;
}

td.Section {
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 111%;
}

#specData {
	float: left;
	width: 100%;
}

ul#FactoryOutletTable,
#AccVariantsTable {
	margin: 0;
	padding: 0;
}

ul#FactoryOutletTable,
#AccVariantsTable {
	float: left;
	width: 100%;
}

#FactoryOutletTable li,
#AccVariantsTable li {
	padding: 2%;
	width: 96%;
	background: rgba(196, 196, 196, 0.2);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 5px;
	float: left;
}


Table li .accImage img {
	width: 100%;
}

.accLink a {
	background: #221f73;
	color: white;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 92%;
	padding: 4%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.accLink a:hover {
	background: #04865c;
}

.accList .addAcc .b-custom-control-lg {
	padding-left: 26px;
}

.accList .addAcc .b-custom-control-lg .b-custom-control-label::before,
.accList .addAcc .b-custom-control-lg .b-custom-control-label::after {
	left: -26px;
}

.addAcc {
	width: auto !important;
	text-align: right;
}

/*
    .addAcc label > input {
        float: left;
        -ms-transform: scale(2); 
        -moz-transform: scale(2); 
        -webkit-transform: scale(2); 
        -o-transform: scale(2); 
        padding: 10px;
        margin-top: 5px;
        margin-left: 10px;
    }
    */

.addAcc label>input {
	display: block\9;
	*display: block;
	float: left;
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	padding: 10px;
	margin-top: 5px;
	margin-left: 10px;
}

.addAcc label input[type=checkbox]~span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	padding: 0 4%;
	float: right;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.howtoadd {
	display: none;
}

.accImage img {
	width: 100%;
	height: auto;
}

a.qaask {
	float: left;
	width: 95%;
	max-width: 200px;
	padding: 1% 2%;
	color: white;
	font-weight: normal;
	text-align: center;
	background: #04865c;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}

a.qaask:hover {
	opacity: 0.9;
}

/* Q and A doc attatchments */

#feedback .category .qanda-list-title {
	border-bottom: 1px dashed #dcdcdc;
	color: #999;
	margin: 9px 0 0;
	padding: 0 0 5px;
}

#feedback .qanda-list {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5px;
}

#feedback .qanda-list li {
	margin: 0 0 5px;
}

#feedback .qanda-list li img {
	width: 20px;
	position: relative;
	top: 6px;
	margin-right: 3px;
}

#makeCommentsDiv .email-name input,
#makeCommentsDiv textarea {
	border-radius: 6px;
	border: 1px solid var(--neutral-300);
	padding: 0.5rem;
}

#makeCommentsDiv textarea {
	width: 98% !important;
}

div#maindesc ul,
div#maindesc ul li {
	list-style: disc;
	line-height: 130%;
	width: 100%;
	float: left;
	margin-left: 0.5rem;
}

div[id*="huddsMsg"] p,
div[id*="derbyMsg"] p {
	margin: 5px 0px;
}


#DelRet {
	float: left;
	width: 100%;
}

#DelRet span {
	font-weight: bold;
	display: none;
}

#DelRet p>img {
	float: left;
	width: 100%;
}

#delOptbtn {
	background: #221f73;
	color: white;
	font-weight: bold;
	width: 50%;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border: none;
	height: 36px;
	padding: 0;
	cursor: pointer;
}

input#delOptPostcode {
	float: left;
	padding: 0% 2%;
	border: 2px solid #221f73;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 50%;
	height: 36px;
	box-sizing: border-box;
}


input#delOptPostcode::-webkit-input-placeholder {
	color: #656565 !important;
}

input#delOptPostcode:-moz-placeholder {
	/* Firefox 18- */
	color: #656565 !important;
}

input#delOptPostcode::-moz-placeholder {
	/* Firefox 19+ */
	color: #656565 !important;
}

input#delOptPostcode:-ms-input-placeholder {
	color: #656565 !important;
}

.sim-price {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 10px 7px;
}

.sim-price .tooltip {
	border: none;
	vertical-align: top;
}

.permonth-text {
	color: #f15753;
}

.simprods ul {
	margin: 0;
	padding: 0;
}

.simprods ul li {
	display: inline;
	margin: 0px 10px;
	float: left;
}


/*.swiper-wrapper {
transform: translate3d(-580px, 0px, 0px) !important;
} */


#delOptList {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#delOptList li:first-of-type {
	margin-top: 20px;
}

#delOptList li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-weight: bold;
	list-style: none;
}

#delOptList li b {
	color: rgb(85, 165, 28);
	font-size: 120%;
}

.ProductPage #wop {
	width: 5%;
	float: left;
}

p.answer {
	color: #04865c;
}

#delOptList li.delpoint {
	display: none;
}


.quickfind {
	float: left;
	margin-right: 20px;
	font-weight: normal;
}


/*Price match*/
#PriceMatchPopUp {
	position: absolute;
	width: 480px;
	height: 120px;
	position: absolute;
	top: 85px;
	right: 0px;
	box-sizing: border-box;
	z-index: 1000;
	text-align: center;
	box-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#PriceMatchPopUp #PopUpHead {
	box-sizing: border-box;
	width: 100%;
	height: 30%;
	background: #221F73;
	margin-top: 15px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#PriceMatchPopUp #PopUpHead h3 {
	color: #fff;
	font-family: ozBold, Arial, Helvetica, sans-serif;
	font-size: 23px;
	margin-right: 14px;
	line-height: 52px;
}

#PriceMatchPopUp #PopUPbody {
	border: 1px solid #221F73;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#PriceMatchPopUp #PopUPbody p {
	text-align: center;
}

#PriceMatchPopUp #PopUPbody p br {
	display: none;
}

#PriceMatchPopUp span {
	color: #ee2e24;
	font-weight: bold;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
}


.VersionOfferPriceIncVat {
	width: 40%;
	float: left;
	margin-left: 2%;
	color: #656565;
	font-size: 90%;
	clear: both;
}

.VersionOfferPriceIncVat img {
	float: none;
}


#Which-VPbutton {
	width: 50%;
	height: 55px;
	float: right;
	background-size: 100% 100%;
}

.product-whichlow {
	width: 100%;
	height: 55px;
	float: right;
	background-size: 100% 100%;
}


#otherProductsTabLinkall {
	float: left;
	width: 100%;
	text-align: right;
}


#otherProductsTabLinkall:hover {
	opacity: 0.8;
}


/* //////////////////////////// SHOW MORE BUTTON //////////////////////////////////////////////////////////////////*/


.uparrow,
.downarrow {
	cursor: pointer;
}


.pp-bundle .uparrow,
.pp-bundle .downarrow {
	float: left;
	width: 50%;
	margin-left: 25%;
	background: #221f73;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 1%;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-size: 130%;
}

.show-more-accessories .uparrow,
.show-more-accessories .downarrow {
	float: left;
	width: 99%;
	background: #221f73;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 15px 0%;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-size: 130%;
	margin: 5px 0 30px;
}

.uparrow:before {
	content: "\25b2";
	color: white;
}

.downarrow:before {
	content: "\25bc";
	color: white;
}

/*.deschide {
    height: 300px;
    overflow: hidden;
    float: left;
}

.descshow {
    height: auto;
    overflow: initial;
    float: left;
}*/


/*div[class*="show-more"] {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-top: 3px solid #221f73;
}

    div[class*="show-more"] a {
        float: left;
        width: 50%;
        margin-left: 25%;
        background: #221f73;
        color: white;
        font-weight: bold;
        text-align: center;
        padding: 1%;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        font-size: 130%;
    }*/

/* VVVVVVVVVVVV       comment this out to enable show more on product desc        VVVVVVVVVVVV  */

div.show-more-description {
	display: none;
}

/*#maindesc.deschide {
    height: auto !important;
    overflow: auto;
}*/

/* //////////////////////////// END SHOW MORE BUTTON //////////////////////////////////////////////////////////////////*/


.footerwrap {
	clear: both;
}


#productpagetop {
	margin-top: 10px;
}


/* STYLES FOR NEW ENHANCED PRODUCT TEMPLATE */

.enhancedtemplate {
	text-align: left;
	width: 100%;
	display: block;
	overflow: hidden;
}

.enhancedimage img {
	width: 100%;
}

.enhancedintro {
	font-size: 130%;
	line-height: 140%;
}

div.quickspec {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}

ul.quickspec {
	margin-left: 0 !important;
}

ul.quickspec li {
	display: inline;
	width: 16.5%;
	margin-right: 1%;
	margin-left: 0 !important;
	background: #f0f0f0;
	border: 1px solid #dfdfdf;
	float: left;
	text-align: center !important;
	font-weight: bold;
	padding: 1%;
}

ul.quickspec li:last-child {
	margin-right: 0;
}

div.enhancedtemplate>strong {
	margin-left: 12px;
}

div.enhancedtext p {
	margin-left: 0 !important;
}


/*************** BUNDLES ***********************/

.pp-bundle h2 {
	margin-bottom: 10px !important;
}

#bundleEngine {
	float: left;
	width: 100%;
}

.bundlePrice .buyBundleButton {
	font-family: gibson_regular, Arial, sans-serif;
}

.bundleDetails.swiper-container {
	float: left;
	width: 75%;
	margin-right: 5%;
}

.bundleLineItem img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 15px;
}


.bundleDetails .swiper-slide {
	background: white;
	border-left: 3px solid rgba(196, 196, 196, 0.2);
	border-right: 3px solid rgba(196, 196, 196, 0.2);
	box-sizing: border-box;
}

.swiper-button-disabled {
	opacity: .2;
}

.bundleDetails .swiper-slide:first-of-type {
	background: white;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.bundleDetails .swiper-slide:last-of-type {
	background: white;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}


.bundlePrice {
	float: right;
	width: 20%;
	order: 3;
	width: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bundleSavingMessage {
	font-size: 0.9rem;
}

.bundlePriceDisplay {
	font-family: 'gibson_semibold', Arial, sans-serif;
}

.bundlePriceDisplay span {
	float: left;
	width: 100%;
	font-size: 150%;
	color: #ee2e24;
}

.buyBundleButton {
	float: left;
	width: 100%;
	background: #04865c;
	color: white;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 1% 0%;
	margin-top: 5px;
	padding: 5px 0px;
}

.swiper-button-next {
	background-image: url(/Images/icon-right-black.svg) !important;
	right: -10px !important;
	background-repeat: no-repeat;
	top: 50% !important;
	transform: translateY(-50%);
	background-size: contain;
	opacity: 0;
	transition: opacity 0.3s;
	width: 32px !important;
}

.swiper-button-prev {
	left: -10px !important;
	background-image: url(/Images/icon-left-black.svg) !important;
	background-repeat: no-repeat;
	top: 50% !important;
	transform: translateY(-50%);
	background-size: contain;
	opacity: 0;
	transition: opacity 0.3s;
	width: 32px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: "" !important;
}

.gallery-top:hover .swiper-button-prev,
.gallery-top:hover .swiper-button-next {
	opacity: 1;
}

.gallery-top .swiper-button-disabled {
	opacity: 0 !important;
}

/* -------- PRODUCT PAGE BUNDLES - AD - 09/12/21  ---------*/

.pp-bottomsection.pp-bundle.ng-scope,
div#bundleAngular {
	overflow: visible !important;
}

.bundleRow {
	float: left;
	height: 144px;
	overflow: hidden;
	padding: 1%;
	margin: 1% 1% 1% 0;
	width: 100%;
	background: #F8F8F8;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-sizing: border-box;
	display: flex;
	border: 1px solid rgb(217, 217, 217);
}

.bundleDetails .plus {
	display: flex;
	position: absolute;
	left: -25px;
	background: rgb(245, 245, 245);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border: 2px solid white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}

b.ng-binding.ng-hide,
.bundleStrikethroughPriceIncVAT,
.bundlePrice b,
.bundlePrice br {
	display: none;
}

.bundleDescription>h3 {
	font-family: gibson_semibold, Helvetica, Arial, sans-serif;
	font-size: 18px !important;
	line-height: 24px;
}

.bundleDescription h3 {
	font-size: 100%;
	float: left;
	width: 100%;
	margin: 0;
	font-weight: normal;
	color: #2c2c2c;
}

.bundleDetails.swiper-container {
	order: 1;
	width: 23%;
	margin-right: 2%;
	overflow: hidden;
	position: relative;
}

.bundleDescription {
	order: 2;
	box-sizing: border-box;
	width: 58%;
	margin-right: 2%;
	padding-right: 1%;
	display: flex;
	flex-direction: column;
	border-right: 2px solid #EEEEEE;
	justify-content: center;
}

.pp-bundle .bundleRow .bundlePrice {
	font-size: 12px;
}

.pp-bundle .downarrow::before,
.pp-bundle .uparrow::before {
	content: " " !important;
}

.pp-bundle .downarrow:hover,
.pp-bundle .uparrow:hover {
	border: 1px solid rgb(34, 31, 115) !important;
	background: rgb(34, 31, 115) !important;
	color: white !important;
}

.pp-bundle .downarrow,
.pp-bundle .uparrow {
	float: none;
	margin: 0px;
	width: 130px;
	border-radius: 6px;
	padding: 10px;
	border: 1px solid rgb(34, 31, 115) !important;
}

.pp-bundle .show-more-bundle {
	width: 100%;
	display: flex;
	justify-content: center;
}

.bundlePrice.ng-scope {
	order: 3;
	width: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bundleDetails .swiper-slide.ng-scope {
	/* width: 120px !important; */
	height: 120px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.bundleDetails .swiper-slide {
	/* width: 120px !important; */
	height: 120px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.bundleLineItem img {
	margin-left: 0 !important;
	width: 100%;
	max-width: 100%;
}

.bundlePriceDisplay {
	margin-bottom: 5px;
	font-size: 14px;
}

.bundlePriceDisplay .ng-binding {
	display: block;
	margin-top: 5px !important;
}

span.bundle-title {
	word-break: break-all !important;
}

span.bundle-title h3 {
	line-height: 24px;
	margin-top: 0;
}

span.bundleLineItem {
	width: 75%;
}

.bundlePriceDisplay {
	font-family: gibson_regular, Arial, sans-serif;
}

.bundlePriceDisplay span {
	font-family: gibson_semibold, Arial, sans-serif;
	color: #333333;
	font-size: 18px;
	margin-top: 5px !important;
}

a.buyBundleButton.btn-checkout {
	background: #04865C;
	border-color: #04865C;
	font-family: gibson_semibold, Arial, sans-serif;
	font-size: 14px;
	padding: 8px 6px;
	box-sizing: border-box;
}

a.buyBundleButton.btn-checkout:hover {
	background: #49c77b;
	border-color: #49c77b;
}

span.ng-scope.ng-hide {
	display: block !important;
}

/* -- PRODUCT PAGE BUNDLES END --*/

.swiper {
	visibility: hidden;
}

.swiper-wrapper {
	cursor: pointer;
}


.swiper-container .single-product {
	width: 33%;
	text-align: center;
	font-weight: bold;
	margin-left: 33%;
}

.swiper-container .single-product .versionofferprice {
	color: #ab2020;
	font-size: 120%;
	font-weight: bold;
	float: left;
	width: 100%;
	margin-top: 5px;
}

.swipercontainer .single-product .versionoffertitle {
	min-height: 49px;
	max-height: 51px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-weight: bold;
}


.refurbexp h2 {
	display: none;
}

.refurbexp #FactoryOutletTable a #accName {
	color: #333333;
}

.refurbexp #boxOpened {
	width: 100% !important;
}

#swogoai {
	float: left;
	width: 100%;
	clear: both;
}

#topcontent #matrixOptions {
	float: right;
	width: 50%;
}

#topcontent #matrixOptions {
	float: left;
	width: 50%;
	font-weight: bold;
	color: #797979;
}


#topcontent #matrixOptions #variants {
	width: 100%;
}


/***********Tooltip css***********/
.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

#specs {
	overflow: visible;
}

#specs span.header {
	float: left;
}

/*.tooltip img {
        opacity: 0.4;
  
    }

    .tooltip:hover img {
        opacity: 1;
    }

.tooltip .tooltiptext {
    visibility: hidden;
    float:left;
    width:180px;
    background-color: #333333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px ;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    top: -5px;
    left: 20px;
    font-size:90%;
}*/


.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

a.addToBas {
	float: left;
	background: #04865C;
	color: white;
	font-weight: bold;
	border: 0;
	font-size: 120%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	cursor: pointer;
	padding: 5px 0;
	width: 100%;
	margin: 10px 0 0 0;
}

/* ///// Tick to Add to Basket ---------------------------------- */

.tickAddText {
	font-weight: 700;
	font-size: 80%;
}

/* ///// END ---------------------------------------------------- */


/* ///// Quickview Reevoo Stars --------------------------------- */
.stars-container {
	position: relative;
	display: inline-block;
	color: transparent;
	font-size: 18px;
}

.stars-container::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '★★★★★';
	color: lightgray;
}

.stars-container::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '★★★★★';
	color: orange;
	overflow: hidden;
}

.stars-0::after {
	width: 0%;
}

.stars-10::after {
	width: 10%;
}

.stars-20::after {
	width: 20%;
}

.stars-30::after {
	width: 30%;
}

.stars-40::after {
	width: 40%;
}

.stars-50::after {
	width: 50%;
}

.stars-60::after {
	width: 60%;
}

.stars-70::after {
	width: 70%;
}

.stars-80::after {
	width: 80%;
}

.stars-90::after {
	width: 90%;
}

.stars-100::after {
	width: 100%;
}

.qv-wrapper .reevooquickview {
	float: right;
	height: 20px;
	margin: 5px 0 5px 20px;
}


/* ///// END ---------------------------------------------------- */


/* ///// QuickView Swiper Carousel ------------------------------ */

#add_to_basket_modal .swiper-container .swiper-slide {
	margin-bottom: 10px;
}

#add_to_basket_modal a.addToBas {
	color: white !important;
}

#add_to_basket_modal .swiper-container .swiper-slide img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 10px auto;
}

#add_to_basket_modal .swiper-container .swiper-slide .versionofferprice {
	margin: 7px 0;
	font-size: 125%;
}

#add_to_basket_modal span[id*="addtoBasDis"]:before {
	content: url('http://www.appliancesdirect.co.uk/files/images/apd/add-success-carousel.png');
}

#add_to_basket_modal .overlay {
	width: 100%;
	position: absolute;
	top: 25%;
}

#add_to_basket_modal span[id*="addtoBasDis"] {
	background: #04865C;
	color: white;
	font-family: gibson_regular, Arial, sans-serif;
	border: 0;
	font-size: 120%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	cursor: pointer;
	padding: 5px 0;
	width: 90%;
	margin: 10px auto 0 auto;
	display: block;
	clear: both;
}

#add_to_basket_modal .bkProdOptQty {
	width: 50px !important;
	padding: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 1px;
	background-image: url(../newcheckout/select-arrowdown.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: right 9px top 8px;
	background-color: #ececec;
	height: 34px;
	float: right;
	margin-left: 25px;
	border: none;
	font-weight: bold;
	color: #373737;
	cursor: pointer;
	margin-left: 5px !important;
}


/* ///// END ---------------------------------------------------- */


/*enhanced merch template */

.ourexpertsthink {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px dotted silver;
}

.reviewer {
	width: 10%;
	float: left;
}

.reviewer>img {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.review {
	float: right;
	width: 85%;
	margin-left: 5%;
	text-align: left;
}

.review h2,
.enhancedtemplate h2 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.review-name {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.expert {
	font-size: 90%;
	float: left;
	width: 100%;
	text-align: center;
}

.enhancedtemplate {
	float: left;
	text-align: left;
}

.features li {
	margin: 5px 0px;
	float: left;
	width: 100%;
}

div.list ul li {
	list-style: disc;
	list-style-position: inside;
	margin: 3px 0px;
}

.info.extras a {
	color: blue !important;
	text-decoration: underline;
	font-weight: bold;
}


.lazy.offerImage,
.offerImage {
	width: 100%;
	max-width: 100%;
}

    #maindesc > #forlifewarranty {
        float: left;
    }


/* ///// Call for Price - Search Page ---------------------------------- */

.call-4-price {
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
}

.call-4-price span:first-child {
	font-size: 115%;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	font-weight: 600;
}

.call-4-price .helpline {
	font-size: 170% !important;
	color: #ee2e24 !important;
}


/* DESKTOP BASIC CAROUSEL (USER DEFINED OR CATALOG) STYLES */


/* Styles for each tile */


.basiccarousel .swiper-slide {
	box-sizing: border-box;
	padding: 2%;
}

.basiccarousel .swiper-slide .productname {
	text-align: center;
	font-weight: bold;
	width: 100%;
	float: left;
	margin: 5px 0px;
}

.basiccarousel .swiper-slide .OfferBoxImage {
	float: left;
	width: 60%;
	margin: 0% 20%;
}

.basiccarousel .swiper-slide .OfferBoxImage a,
.basiccarousel .swiper-slide .OfferBoxImage a img {
	float: left;
	width: 100%;
}


.basiccarousel .OfferBoxPrice {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #ee2e24;
	margin-top: 10px;
}

.basiccarousel .FPpercent {
	text-align: center;
	margin-top: 10px;
	color: #949494;
}


.basiccarousel .contenttilecta {
	float: right;
}

.basiccarousel .producttiledescription,
.basiccarousel .producttiledescription p {
	text-align: center;
}


/* styles for the swiper box and wrapper */

.basiccarousel {
	float: left;
	width: 100%;
	max-width: 900px;
	border: 1px solid #f3f3f3;
	border-radius: 6px;
}

.basiccarousel .swiper-wrapper {
	margin-bottom: 10px;
}

.basiccarousel .swiper-pagination-bullet {
	margin: 0px 2%;
}


.swiper-pagination-bullet-active {
	opacity: 1;
	background: #5c5c5c !important;
}


/* Q and A styling */

#feedback .question .q-callout {
	background-color: #66818a;
}

#feedback .question .q-callout:after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #66818a;
	bottom: -8px;
	position: absolute;
	left: 20px;
}

#feedback .question .a-callout:after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f5f5f5;
	bottom: -10px;
	position: absolute;
	right: 20px;
}


#reevoo-prodpage-tabs {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#reevoo-prodpage-tabs {
	border: 0px;
	border-bottom: 1px solid #cccccc;
	background: transparent;
}

#reevoo-prodpage-tabs {
	border: 0px;
	float: left;
	width: 100%;
}

#reevoo-prodpage-tabs {
	padding-right: 7px;
	padding-left: 7px;
	font-size: 12px;
}

#reevoo-prodpage-tabs {
	color: #ffffff;
	background-color: #221f73;
}

#reevoo-prodpage-tabs {
	color: #221f73;
	background-color: #ffffff;
}

/* Dimensions and Spec Tabs */
#techspec-prodpage-tabs {
	border: none;
	padding: 0;
}

#techspec-prodpage-tabs .ui-widget-header {
	border: none;
	background: #fff;
	padding: 0;
	margin-left: -4px;
	margin-right: -4px;
}

#techspec-prodpage-tabs.ui-tabs .ui-tabs-nav li,
#techspec-prodpage-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	border-radius: 6px !important;
	border: 1px solid var(--neutral-300);
	margin: 4px;
	background: #fff;
}

#techspec-prodpage-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: var(--neutral-100);
	font-weight: bold;
}

#techspec-prodpage-tabs.ui-tabs .ui-tabs-panel {
	padding: 0;
	float: left;
	width: 100%;
	margin-top: 8px;
}

/* --------------------------- ///// Top Offers Carousel - Carousel Type 1 ///// -------------------------- */
.top-offers-thin {
	margin: 15px 0 35px 0;
}

.top-offers-thin .OfferBox {
	width: auto;
	height: auto;
	border: none;
	padding: 0px 10px 0px 10px;
}

.top-offers-thin .OfferBox:hover {
	background-color: transparent !important;
	opacity: 0.8;
}

.top-offers-thin .OfferBox:hover .OfferBoxPrice {
	background-color: white;
}

.top-offers-thin .OfferBoxPrice {
	height: auto;
	min-height: 0;
	background: white;
	padding: 0;
	border-radius: 0;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.top-offers-thin a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.top-offers-thin .OfferBoxImage img {
	display: block;
	margin: auto;
	height: auto;
	width: 125px;
}

.top-offers-thin .OfferBoxTitle {
	margin: 10px 0;
	max-height: 50px;
	min-height: 50px;
	overflow: hidden;
}

.top-offers-thin .offerprice {
	text-align: center;
	width: 100% !important;
	font-size: 150% !important;
}

.top-offers-thin .FPpercent {
	text-align: center;
	margin: 0 0 10px 0;
	display: block;
	padding: 3px 0;
	text-shadow: none;
	float: left;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #eeeeee;
	color: #1d1d1d;
}

.top-offers-thin .productname {
	position: relative;
}

.top-offers-thin .productname a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(transparent 40px, white);
}

/* Thin Carousel w/ No Percent Saving */

.thin-np .FPpercent {
	display: none !important;
}


/* --------------------------- ///// Top Offers Carousel - Carousel Type 2 ///// -------------------------- */

.top-offers-tile {
	margin: 15px 0 35px 0;
}

.top-offers-tile .swiper-slide {
	border: 1px solid #eee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.top-offers-tile .OfferBox {
	width: auto;
	height: auto;
	border: none;
	padding: 0px 10px 0px 10px;
}

.top-offers-tile .OfferBox:hover {
	background-color: transparent !important;
	opacity: 0.8;
}

.top-offers-tile .OfferBox:hover .OfferBoxPrice {
	background-color: white;
}

.top-offers-tile .OfferBoxPrice {
	height: auto;
	min-height: 0;
	background: white;
	padding: 0;
	border-radius: 0;
	float: right;
	width: 25%;
}

.top-offers-tile a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.top-offers-tile .OfferBoxImage img {
	float: left;
	width: 125px;
}

.top-offers-tile .OfferBoxTitle {
	float: left;
	width: 53%;
	margin: 15px 10px;
	height: 50px;
	max-height: 50px;
	overflow: hidden;
}

.top-offers-tile .offerprice {
	text-align: center;
	width: 100% !important;
	font-size: 150% !important;
}

.top-offers-tile .FPpercent {
	text-align: center;
	margin: 0 10px;
	display: block;
	padding: 3px 0;
	text-shadow: none;
	float: left;
	width: 25%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #eeeeee;
	color: #1d1d1d;
}

.top-offers-tile .productname {
	position: relative;
}

.top-offers-tile .productname a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(transparent 40px, white);
}

/* Tile Carousel w/ No Percent Saving */

.tile-np .offerprice {
	text-align: left !important;
}

.tile-np .OfferBoxPrice {
	height: auto;
	min-height: 0;
	background: white;
	float: left;
	margin-left: 10px;
	width: 30%;
}

.tile-np .FPpercent {
	display: none !important;
}

/* --------------------------- ///// Top Offers Carousel - Carousel Type 3 ///// -------------------------- */

.top-offers-large {
	margin: 15px 0 35px 0;
}

.top-offers-large .swiper-slide {
	border: 1px solid #eee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.top-offers-large .OfferBox {
	width: auto;
	height: auto;
	border: none;
	padding: 0px 10px 0px 10px;
}

.top-offers-large .OfferBox:hover {
	background-color: transparent !important;
	opacity: 0.8;
}

.top-offers-large .OfferBox:hover .OfferBoxPrice {
	background-color: white;
}

.top-offers-large .OfferBoxPrice {
	height: auto;
	min-height: 0;
	background: white;
	padding: 0;
	border-radius: 0;
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
}

.top-offers-large a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.top-offers-large .OfferBoxImage img {
	display: block;
	width: 190px;
	height: auto;
	margin: auto;
	max-width: 100%;
}

.top-offers-large .OfferBoxTitle {
	float: left;
	width: 100%;
	margin: 5px 5px 0 5px;
	height: 50px;
	overflow: hidden;
}

.top-offers-large .offerprice {
	text-align: left;
	width: 100% !important;
	font-size: 150% !important;
}

.top-offers-large .FPpercent {
	display: none;
}


/* SALE COLOURS */

.top-offers-red .FPpercent {
	background-color: #c21c1c !important;
	color: white !important;
}

.top-offers-yellow .FPpercent {
	background-color: #ffde1f !important;
	color: #1d1d1d !important;
}

.top-offers-f123 .FPpercent {
	background-color: #4a9c93 !important;
	color: white !important;
}

.top-offers-bid .FPpercent {
	background-color: #221f73 !important;
	color: white !important;
}

/* NOW ONLY TEXT TILE */

.top-offers-txt .offerprice:before {
	content: "Now Only: ";
	font-size: 40%;
	text-transform: uppercase;
	width: 30%;
	float: left;
	line-height: normal;
}

.top-offers-txt .offerprice {
	text-align: center;
	width: 100% !important;
	font-size: 150% !important;
}

/* Heading CSS */

.topoff-swiper .TOheading {
	width: 100%;
	float: left;
	margin: 20px 0 10px 0px;
}

.topoff-swiper .line {
	float: left;
	width: 32.5%;
	border-top: 1px solid black;
}

.topoff-swiper .TOmainheading {
	width: 35%;
	float: left;
	text-align: center;
	color: black;
	font-size: 125%;
	margin-top: -6px;
}


/* --------------------------- ///// END ///// -------------------------- */


/* //////////////////////////// Service Accessories ////////////////////////////////////////////////////////////////// 

.servexp .pp-bottomsection h2 {
    display: none;
}
#ServiceAccessoriesTable {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
}
#ServiceAccessoriesTable li {
    float: left;
    width: 95%;
    margin: 5px 0;
    padding: 0 10px 20px 10px;
    border-bottom: 1px dotted #aaaaaa;
}
#ServiceAccessoriesTable li:last-child {
    border-bottom: none;
    padding: 10px;
}
#ServiceAccessoriesTable .servAccImage {
    float: left;
} 
#ServiceAccessoriesTable .servAccdesc {
    float: left;
    width: 75%;
    margin: 10px;
    line-height: 1.5em;
}
#ServiceAccessoriesTable .servAccPrice {
    float: left;
    font-weight: bold;
    font-size: 130%;
    width: 12%;
    color: #ee2e24;
    margin: 6px 10px;
}
#ServiceAccessoriesTable .quickview a:hover, #ServiceAccessoriesTable .servAccLink a:hover {
    opacity: 0.8;
}

/*#ServiceAccessoriesTable .quickview {
    font-weight: bold;
    float: left;
    width: 25%;
    padding: 5px 0 10px 0;
    margin: 0 10px;
}*/
#ServiceAccessoriesTable .ui-btn {
	display: none;
}

#ServiceAccessoriesTable .addAcc input {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
}

#ServiceAccessoriesTable .addAcc label input[type=checkbox]~span {
	text-align: left;
	float: left;
}

#ServiceAccessoriesTable .addAcc label input[type=checkbox]~span:after {
	color: black;
}

*/

/* //////////////////////////// END //////////////////////////////////////////////////////////////////*/
#reevoomark .customer-service {
	display: none !important;
}


/* //////////////////////////////////////// eMessage Lightbox /////////////////////////////////////////// */

.eMessageIFrame .fancybox-content {
	width: 460px !important;
	min-height: 480px !important;
	height: auto !important;
	max-height: 550px !important;
}

.eMessageIFrame .fancybox-content .fancybox-iframe {
	min-height: 480px;
	height: 500px;
	max-height: 550px;
}

#eMessageForm fieldset {
	border-color: #cfcfcf;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-family: 'gibson_regular', arial, sans-serif;
	font-size: 14px;
	width: 94%;
}

#eMessageForm #webchatanc_1 {
	display: block;
}

#eMessageForm ul {
	padding: 0;
	list-style-type: none;
}

#eMessageForm legend {
	display: none;
}

#eMessageForm input[type="submit"]:hover {
	opacity: 0.9;
	cursor: pointer;
}

#eMessageForm li:nth-of-type(1) label:after,
#eMessageForm li:nth-of-type(2) label:after {
	content: '*';
	color: red;
}

#eMessageForm li {
	float: left;
	clear: both;
	margin: 5px 0;
	width: 100%;
}

#eMessageForm input[type="submit"] {
	background-color: #4ea917;
	border-style: none;
	color: white;
	text-shadow: none;
	border-radius: 3px;
	padding: 10px 50px;
	width: auto !important;
	font-size: 80%;
	text-transform: uppercase;
	float: left;
	margin: 0 0 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#eMessageForm input[type="submit"]:disabled,
#eMessageForm input[type="submit"][diabled] {
	background-color: grey;
	cursor: default;
}

#eMessageForm input {
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	padding: 5px 10px;
	width: 95%;
	margin: 10px 0 0;
}

#eMessageForm textarea {
	border-radius: 3px;
	border: 1px solid #cfcfcf;
	width: 95%;
	font-style: italic;
	padding: 5px 10px;
}

#eMessageForm .question-icon {
	width: 16px;
	height: 16px;
	background-image: url(/images/question-icon.png);
	display: inline-block;
	position: relative;
	top: 3px;
	left: -4px;
}


#txtCounter1 {
	font-size: 85%;
	margin: 5px 0;
}

.helptxt {
	float: left;
	font-size: 75%;
	clear: both;
	margin: 0;
}

.helptxt-emessage {
	text-align: center;
	clear: both;
	margin: 14px 0 4px;
}

.helptxt-emessage a {
	color: #221f73;
	text-decoration: underline;
}

.helptxt-emessage-hr {
	clear: both;
}

#eMessageForm * {
	outline: none;
}

#eMessageForm select {
	border-radius: 3px;
	font-style: italic;
	padding: 3px 10px;
	border: 1px solid #cfcfcf;
}

#eMessageForm .header .logo {
	width: 44%;
	float: left;
	padding-right: 15px;
	max-width: 339px;
}

#eMessageForm .header h3 {
	color: #929292;
	float: right;
	margin: 5px 11px;
	padding: 0 0 0 15px;
	font-size: 115%;
}

#eMessageForm .header {
	float: left;
	width: 100%;
	margin: 10px auto;
}

#eMessageForm .liveChat {
	float: right;
	width: 50%;
	display: none;
}

#eMessageForm .liveChat a {
	display: block;
}

#eMessageForm .liveChat a:hover {
	cursor: pointer;
	opacity: 0.9;
}


#eMessageForm .e-message-validation-text {
	float: right;
	color: red;
	margin: 0 7px 0px;
}

#eMessageForm span.red {
	color: red;
}

#lblMsg {
	border-radius: 3px;
	float: left;
	background-color: #4ea917;
	color: white;
	margin: 10px 0;
	text-shadow: none;
	padding: 10px;
	font-size: 100%;
	width: 95%;
}

.required {
	float: left;
	clear: both;
	font-size: 80%;
	margin: 5px 0 0 0;
}

.required span {
	color: #ee2e24;
}

/* - - GDPR Checkbox - - */

#eMessageForm .gdpr-checkbox {
	width: 100%;
	float: left;
}

#eMessageForm .gdpr-checkbox input {
	float: left;
	margin: 6px 10px 15px 0;
	width: 15px;
	height: 15px;
}

/*#eMessageForm .gdpr-checkbox #marketing_no {
        display: none;
    }*/
#eMessageForm .gdpr-checkbox span {
	margin: 5px 0;
	float: left;
	width: 95%;
}

#eMessageForm .gdpr-checkbox span:nth-of-type(2) {
	display: none;
}

#eMsgLoadingImg {
	background: #757575;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}

.eMsgFollQA input {
	width: 20% !important;
	float: none !important;
}

.eMsgResFollUp {
	position: relative;
}

#eMsgRes {
	height: 300px;
	width: 695px;
	overflow-y: auto;
	padding: 20px;
	border: 2px solid black;
}

.eMsgFollFS {
	margin-top: 20px;
}

.eMsgFollQA {
	text-align: center;
	vertical-align: middle;
}

.follRes {
	border-radius: 3px;
	float: left;
	background-color: #4ea917;
	color: white;
	margin: 10px 0;
	text-shadow: none;
	padding: 10px;
	font-size: 100%;
	width: 95%;
}

/* - - GDPR Checkbox QnA Product Page - - */

/*.makecomments .gdpr-checkbox {
	width: 100%;
	float: left;
	margin: 10px 0;
}*/

.makecomments .gdpr-checkbox input {
	float: left;
	margin: 5px 10px 5px 0;
	width: 15px;
	height: 15px;
}

.makecomments .gdpr-checkbox #marketing_no {
	display: none;
}

.makecomments .gdpr-checkbox span {
	margin: 5px 0;
	float: left;
	width: 90%;
}

.makecomments .gdpr-checkbox span:nth-of-type(2) {
	display: none;
}

/* --------------------------- OOS page  -------------------------- */


.oosleft {
	float: left;
	width: 50%;
}

.oosright {
	float: right;
	width: 50%;
	position: relative;
}

.ooskeyfeatures {
	float: right;
	width: 40%;
}

.oosbackstock {
	float: left;
	width: 100%;
}

.oos-wrapper h1 {
	margin-top: 40px !important;
	margin-bottom: 10px !important;
	line-height: 1;
}

.oos-wrapper h2 {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 180%;
	border-bottom: 3px solid #221f73;
	color: #221f73;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 10px;
	line-height: 1.2;
}

.oos-mob .freedeliveryroundelpp {
	display: none;
}

.oos-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 9px;
}

.oos-wrapper ul li {
	display: inline-block;
	width: 48%;
}

.oos-wrapper ul li:nth-child(odd) {
	float: left;
}

.oos-wrapper ul li:nth-child(even) {
	float: right;
}

.oos-wrapper .ProductImages .sc_menu_wrapper {
	display: none;
}

.oos-message p {
	font-size: 15px;
}

.oos-message a {
	color: #fff;
	text-decoration: underline !important;
}

.oos-boughtotday {
	margin: 20px 0;
}

.oos-similarproducts {
	margin: 10px 0 !important;
}

.oos-similarproducts .versionofferprice,
.oos-boughtotday .versionofferprice {
	margin-top: 11px;
	color: #ab2020;
}

.oos-similarproducts .versionofferpricesaving,
.oos-boughtotday .versionofferpricesaving {
	color: #000000;
}

.oos-similarproducts .swiper-slide img,
.oos-boughtotday .swiper-slide img {
	margin-top: 5px;
}

.oos-wrapper ul li a h3 u {
	text-decoration: none;
}

.oos-wrapper ul li a h3:after {
	content: " »";
	float: right;
}

.oos-image .freedeliveryroundelpp {
	display: none;
}

.oos-mob .quickfind-codes {
	float: left;
	clear: both;
	margin-right: 20px;
}

.oos-mob #ReevooContainer {
	float: left;
}

.oos-mob .add-to-basket-quickview {
	height: 275px;
}


.oos-similarproducts {
	z-index: 0;
}

#swiper-product-similar .swiper-scrollbar {
	height: 10px !important;
}

#swiper-product-similar .swiper-button-next,
#swiper-product-similar .swiper-button-prev {
	background-image: none !important;
	position: relative !important;
	margin: 0 !important;
	top: auto !important;
	transform: none !important;
	opacity: 1;
}

#swiper-product-similar .swiper-button-next.swiper-button-disabled,
#swiper-product-similar .swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
}

/* ////////////////////  Product Not Available Pop Out ////////////////////  */


/* FANCYBOX v3.0.29 OVERRIDES */

.fancybox-loading {
	-webkit-animation: none !important;
	animation: none !important;
}

/* FANCYBOX v3.0.29 OVERRIDES */

.basketdialoganchor {
	cursor: pointer;
}


.onepagecheckout .contactdetails .gdprconfirmaction {
	margin: 0;
}

.onepagecheckout .contactdetails .gdprconfirmaction span {
	margin: 8px 5px;
	color: #747474;
	font-weight: normal;
}

.confirmationpage .payment-details {
	list-style-type: none;
}

/* ----------- Product Colour Options ----------- */

.ProductVariantsList ul li a>div {
	height: 50px;
}


/* --------------------------- CTA's Product Pages -------------------------- */


/* ----------- blue ----------- */

.btn-prime {
	background-color: #0f206c !important;
	border: 1px solid #0f206c !important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	font-weight: bold;
	color: #fff !important;
	cursor: pointer;
}


.btn-prime:hover {
	background-color: #44529b !important;
	border: 1px solid #44529b !important;
	text-decoration: none !important;
}


/* ----------- green ----------- */

.btn-checkout {
	background-color: #04865c;
	border: 1px solid #04865c;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	font-family: 'gibson_semibold', Arial, sans-serif;
	cursor: pointer;
	font-weight: normal;
}

#delivery-prop .checkout a {
	background-color: #04865c !important;
}

.btn-checkout:hover {
	background-color: #49C77B;
	border: 1px solid #49C77B;
	text-decoration: none;
}


.btn-checkout:disabled {
	background-color: grey;
	border: 1px solid grey;
}

/*.basketcontainer .btn-checkout:disabled {
    text-indent:20px;
}*/


input.checkoutButton,
input.buyButton {
	-webkit-appearance: none;
}

/* ----------- white ----------- */

.btn-second {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	background-color: #fff !important;
	border: 1px solid #221f73 !important;
	color: #0f206c !important;
	cursor: pointer;
}

.btn-second:hover {
	border: 1px solid #0f206c !important;
	background-color: #0f206c !important;
	color: #fff !important;
	opacity: 1 !important;
	text-decoration: none !important;
}

/* ----------- Credit Check (Blue) ----------- */

.divCreditCheck .tooltip {
	float: right;
	clear: both;
	width: 150px;
	margin: 10px 0;
}

.divCreditCheck .tooltip .tooltiptext {
	left: -500px;
	top: -100px;
	width: 500px;
	text-align: left;
	padding: 10px;
}

#simCardSuccess {
	display: block;
	text-align: center;
	width: 100%;
	margin: 50px auto 10px auto;
	background-color: white;
}

#simCardSuccess #succMsg {
	border: 1px solid #0a9d6c !important;
	border-radius: 6px;
	padding: 25px;
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 16px;
	color: #0a9d6c;
	display: block;
	width: 50%;
	margin: 0 auto;
}

.sim-active-shopnow {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 50px;
	background-color: #f5f5f5;
	padding: 25px 0;
}

.sim-active-shopnow h2 {
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 18px;
}

.sim-active-shopnow ul {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
}

.sim-active-shopnow ul li {
	float: left;
	width: 21%;
	background: white;
	margin: 1%;
	padding: 1%;
}

.sim-active-shopnow ul li a:hover {
	opacity: 0.8;
}

.sim-active-shopnow ul li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.sim-active-shopnow ul li span {
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 16px;
	margin: 5px 0;
}

#simCardFailure {
	text-shadow: none;
	display: block;
	text-align: center;
	width: 50%;
	margin: 50px auto 10px auto;
	background-color: white;
	border-radius: 6px;
	border: 1px solid #ed1c24;
	padding: 10px;
}

#simCardFailure #FailMsg {
	border: none !important;
	border-radius: 6px;
	padding: 5px 0;
	margin: 0;
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 16px;
	color: #ed1c24;
}

#accSimCardDeals .addAccSim {
	font-weight: bold;
	margin-top: 5%;
	width: 100%;
	color: black;
}

.simfail-call {
	font-family: 'gibson_semibold';
	font-size: 18px;
	margin: 15px auto;
	background: #f5f5f5;
	padding: 17px;
	width: 50%;
	border-radius: 6px;
}

.simfail-call .helpline {
	margin-left: 5px;
}

.creditCheckButton {
	background-color: #009fe3 !important;
	border: 1px solid #009fe3 !important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	font-family: 'gibson_semibold', Arial, sans-serif;
	cursor: pointer;
	font-weight: normal;
	color: white;
	padding: 10px 30px;
	border-radius: 6px;
	font-size: 130%;
}

.errorActMsg {
	text-align: center;
	color: red;
}

.creditCheckButton:hover {
	background-color: #068ac2 !important;
	border: 1px solid #068ac2 !important;
	text-decoration: none !important;
}

#simcard-prop-1 #deliveries-to-suit-1 p {
	margin: 10px 0 0 0;
	float: left;
	text-decoration: underline;
}

.wish-mon {
	color: #d12d26;
}


/*tooltip Box*/
.savings-calculated-tooltip {
	position: relative;
	display: inline-block;
	margin-left: 2px;
	margin-top: 0px;
	top: -2px;
	cursor: pointer;
}

.savings-calculated-tooltip .save-tooltip img {
	position: relative;
	top: 4px;
}

.ProductPrice .saverr>img {
	position: relative;
	top: 2px;
}

/*tooltip */

.savings-calculated-tooltip .tooltip-new {
	visibility: hidden;
	z-index: 1;
	opacity: .40;
	width: 183px;
	padding: 0 14px;
	background: #333;
	color: #ffffff;
	position: absolute;
	top: -140%;
	left: -25%;
	border-radius: 9px;
	font: 16px;
	transform: translateY(9px);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}


/* tooltip  after*/

.savings-calculated-tooltip .tooltip-new::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	left: 40%;
}

.savings-calculated-tooltip .save-tooltip:hover .tooltip-new {
	visibility: visible;
	transform: translateY(-10px);
	opacity: 1;
	transition: .3s linear;
}


/*bottom*/

.savings-calculated-tooltip .bottom-tooltip .tooltip-new {
	top: 39px;
	left: -97px;
}

.savings-calculated-tooltip .bottom-tooltip .tooltip-new::after {
	top: -10%;
	left: 43%;
	transform: rotate(180deg);
}

/* --------------------------- END CTA's Cat Pages: AR -------------------------- */


.swiper-lazy-preloader-image-bg {
	background-color: #333;
	width: 100% !important;
	height: 59% !important;
	top: 58px !important;
	-webkit-animation: none !important;
	animation: none !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

.swiper-lazy-preloader-image-bg:after {
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite !important;
	animation: swiper-preloader-spin 1s steps(12, end) infinite !important;
	width: 35% !important;
	margin: 0 auto !important;
}


/*greying out the AUS which is visible only in edit mode*/
.greyAUS {
	background-color: lightgrey;
}

.greyAUS ul li {
	background-color: lightgrey;
}


/* --------------------------------- Staff Account --------------------------------- */

/* ------ homepage  ------ */

[aria-describedby="staffMsgDialog"] {
	border: none !important;
	background: none !important;
}

.staff-popup-wrapper {
	padding: 2rem;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

#staffMsgDialog {
	background: white;
	border: 1px solid #081a44;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: 0px;
	width: 440px;
	max-width: 100%;
	border-radius: 0.3rem;
	min-width: 400px;
}

.staff-popup-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	flex-wrap: nowrap !important;
}

#staffMsgDialog h2 {
	font-weight: bold;
	font-family: gibson_regular, Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
}

#staffMsgDialog p {
	font-family: gibson_light, Helvetica, Arial, sans-serif;
}

#staffMsgDialog h2,
#staffMsgDialog p {
	color: #000000;
	margin: 0;
}

#staffMsgDialog p {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

#staffMsgDialog .closeStaffMsg.btn-checkout {
	background-color: #081a44 !important;
	border: 1px solid #081a44 !important;
	color: white;
}

#staffMsgDialog .closeStaffMsg.btn-checkout:hover {
	background-color: #11275a !important;
	border: 1px solid #11275a !important;
}

#staffMsgDialog .closeStaffMsg {
	display: block;
	width: 100px;
	text-align: center;
	color: #000000;
	padding: 10px;
	font-weight: normal;
	border-radius: 0.4rem;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

/* ------ fixed scroll bar ------ */

.accpricemessage {
	background: rgb(213, 21, 44);
	background: -moz-linear-gradient(90deg, rgba(213, 21, 44, 1) 0%, rgba(198, 61, 115, 1) 70%, rgba(146, 98, 146, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(213, 21, 44, 1) 0%, rgba(198, 61, 115, 1) 70%, rgba(146, 98, 146, 1) 100%);
	background: linear-gradient(90deg, rgba(213, 21, 44, 1) 0%, rgba(198, 61, 115, 1) 70%, rgba(146, 98, 146, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5152c", endColorstr="#926292", GradientType=1);
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: none;
	position: fixed;
	z-index: 1001;
	top: 0;
}

.staffperformancemessage {
    background: var(--neutral-200);
    color: var(--neutral-600);
    text-align: center;
    padding: 5px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 1001;
    top: 36px;
    font-size: 0.8rem;
    display: none;
}

/* ------ Search page  ------ */


.accpricetext {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: red;
}

.ProductMiniPrice .accpricetext {
	margin-top: 25px;
}

.strikethroughaccprice {
	text-decoration: line-through;
	font-size: 84% !important;
}

/* ------ Checkout  ------ */

.basketcontainer .strikethroughaccountprice {
	text-decoration: line-through;
}

.basketcontainer .accpricesaving {
	color: #DF1818;
	padding-right: 10px;
}

#staffMsgDialog .fancybox-close-small,
#staffMsgCheckOutDialog .fancybox-close-small {
	display: none;
}

/* ------ Checkout remove prompt  ------ */

.jc-box {
	opacity: 1 !important;
}

.jc-box:before {
	right: 71px !important;
}

.jc-box:after {
	right: 72px !important;
}


/* ------ button  ------ */

.callbackserverproductpage .cbbutton a {
	font-weight: normal;
	font-family: 'gibson_semibold', arial, sans-serif;
	font-size: 140%;
}

/* ------ new videos on search and product pages ------ */

.OfferBox .vp_thumb {
	float: right;
	margin-right: 10px;
	width: 36px;
	border: none;
}

.OfferBox .vp_thumb:hover {
	border: none;
}

.OfferBox .vp_thumb:hover a {
	text-decoration: underline;
}


.OfferBox .vp_thumb>a {
	color: #1A8BE2;
	text-decoration: none;
}

#divPopUpVideos,
#divPopUpVideosKey {
	padding: 0;
}

#divPopUpVideos h2,
#divPopUpVideosKey h2 {
	font-family: gibson_semibold, Arial, sans-serif;
	margin: 0px 0 15px;
	font-size: 120%;
	color: #fff;
}

#divPopUpVideos .divVideoPopTitle,
#divPopUpVideosKey .divVideoPopTitleKey {
	font-family: gibson_semibold, Arial, sans-serif;
	padding: 15px 15px 0 15px;
	font-size: 140%;
}

#divPopUpVideos .divPopUpPlayVideo-wrapper,
#divPopUpVideosKey .divPopUpPlayVideo-wrapper {
	margin-bottom: 10px;
	padding: 15px;
}

#divPopUpVideos .divPopUpPlayVideo-thumbswrapper,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 650px;
	padding: 15px;
	box-sizing: border-box;
}

#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .divPopUpPlayVideo-title,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .divPopUpPlayVideo-title {
	width: 100%;
}

#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumb,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumb,
#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumbVid,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumbVid {
	width: 100px;
	margin-right: 0;
	margin-left: 10px;
	float: left;
	border: none;
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}

#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumb:hover,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumb:hover,
#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumbVid:hover,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumbVid:hover {
	opacity: 0.9;
}


#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumb:nth-child(3n+2),
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumb:nth-child(3n+2),
#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumbVid:nth-child(3n+2),
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumbVid:nth-child(3n+2) {
	margin-left: 0;
}


#divPopUpVideos .pVideoCarTitle,
#divPopUpVideosKey .pVideoCarTitleKey {
	float: left;
	background-color: #fff;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumb .vp-play-button,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumb .vp-play-button,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumbVid .vp-play-button {
	position: absolute;
	z-index: 100;
	width: 50px;
	margin: 1.5rem auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

#divPopUpVideos .divPopUpPlayVideo-thumbswrapper .vp_thumb:hover .vp-play-button,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumb:hover .vp-play-button,
#divPopUpVideosKey .divPopUpPlayVideo-thumbswrapper .vp_thumbVid:hover .vp-play-button {
	display: none;
}

.vp-play-button-container::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 50%;
	z-index: 1;
}
.vp-play-button-container-main::before {
	width: 70px;
	height: 70px;
}
.vp-play-button-container-thumb::before {
	width: 28px;
	height: 28px;
}

.popUpVideoImageDiv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

img.popUpVideoImageThumb {
	max-width: 100%;
}

.popUpVideoImageContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.popUpVideoImageContainer img {
	object-fit: contain;
}

.popUpVideoImageContainer .vp-play-button-container .vp-play-button-overlay {
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	border-radius: 50%;
	background-color: transparent;
	z-index: 101 !important;
}
.popUpVideoImageContainer .vp-play-button-container .vp-play-button-overlay-main {
	border: 10px solid white;
	width: 71px;
	height: 71px;
}
.popUpVideoImageContainer .vp-play-button-container .vp-play-button-overlay-thumb {
	border: 5px solid white;
	width: 30px;
	height: 30px;
}

.popUpVideoImageContainer .vp-play-button-container .vp-play-button {
	color: var(--light-blue-500) !important;
}

.popVideoKey {
	color: #0278c0;
	border-bottom: 1px dotted;
	transition: all .5s ease-in-out;
	float: none !important;
}

.popVideoKey:hover {
	border-bottom: 1px solid;
	/*background-color: #ececec;*/
}


.popVideoKey span {
	background-image: url('/images/play-video-icon.svg');
	width: 11px;
	height: 11px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 3px;
}

.ProductImages div.sc_menu div.vp_thumbVid {
	float: left;
}

.vp_thumbVid {
	float: left;
	border: 1px solid rgba(196, 196, 196, 0.6);
	margin-right: 10px;
}

.pVideoCarTitle {
	margin: 0;
}

.pVideoCarTitleKey {
	margin: 0;
	float: left;
}

.ProductImages .sc_menu #popVideo img {
	width: 66%;
	display: block;
	float: none;
	margin: 1px auto 0;
	box-sizing: border-box;
	padding: 1px 0 0;
}


.ProductImages .sc_menu #popVideo span {
	text-align: center;
	display: block;
	color: #0278c0;
	font-size: 84%;
}

.imgKeyVideo {
	width: 50px;
	height: 50px;
}

/* --------------------------------- SIM Card Work --------------------------------- */

.VersionOfferPrice .sim-per-month {
	color: #f15753;
	font-weight: bold !important;
}

.VersionOfferPrice .sim-tooltip {
	border: none;
	top: 2px;
}

.qv-wrapper .ProductMiniPrice .sim-tooltip {
	border: none;
	font-size: 75%;
}

.qv-wrapper .ProductMiniPrice .sim-tooltip img {
	margin-left: 3px;
}

#ck-section-summary-content .tooltip .tooltiptext {
	left: -100px;
	top: 17px;
}


/* SIM Card Activation Page */
.simCardActivationHeading {
	color: white;
	font-family: 'gibson_semibold', Arial, sans-serif;
	font-size: 32px;
	text-align: center;
	background: rgb(67, 51, 176);
	background: -moz-linear-gradient(51deg, rgba(67, 51, 176, 1) 0%, rgba(8, 26, 68, 1) 100%);
	background: -webkit-linear-gradient(51deg, rgba(67, 51, 176, 1) 0%, rgba(8, 26, 68, 1) 100%);
	background: linear-gradient(51deg, rgba(67, 51, 176, 1) 0%, rgba(8, 26, 68, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4333b0", endColorstr="#081a44", GradientType=1);
	display: block;
	padding: 75px 0;
	width: 100%;
}

#simCardActivationForm label {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 115%;
	margin-bottom: 10px;
}

#simCardActivationForm select,
#simCardActivationForm input {
	display: block;
	margin: 0 auto;
	border-radius: 6px;
	border: 1px solid #d0d0d0;
	padding: 5px;
	background-color: #f5f5f5;
}

#simCardActivationForm #simCardSubmit {
	background: #04865c;
	color: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	font-size: 130%;
	padding: 5px 30px;
	font-family: 'gibson_semibold', Arial, sans-serif;
	margin-top: 20px;
	cursor: pointer;
}

#simCardActivationForm a[data-src*="#spendcap-prop"],
#simCardActivationForm a[data-src*="#paccode-prop"] {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	font-style: italic;
	color: #3a3838;
	text-decoration: underline;
	cursor: pointer;
}

#simCardActivationForm a[data-src*="#spendcap-prop"]:after,
#simCardActivationForm a[data-src*="#paccode-prop"]:after {
	content: "?";
}

#paccode-prop h2,
#spendcap-prop h2 {
	font-family: 'gibson_semibold', Arial, sans-serif;
	margin: 5px 0;
}

#trTier1RightDelivery .sr-availability img {
	width: 14px;
	height: auto;
	vertical-align: sub;
	margin-right: 5px;
}

body img[src$="/green-tick-new.svg"],
body img[src$="/red-cross-new.svg"] {
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}

.popupDocExpiryMsg {
	text-align: center;
	color: white;
	border-radius: 15px;
	background: rgb(218, 8, 19);
	background: -moz-linear-gradient(120deg, rgba(218, 8, 19, 1) 0%, rgba(56, 170, 222, 1) 100%);
	background: -webkit-linear-gradient(120deg, rgba(218, 8, 19, 1) 0%, rgba(56, 170, 222, 1) 100%);
	background: linear-gradient(120deg, rgba(218, 8, 19, 1) 0%, rgba(56, 170, 222, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da0813", endColorstr="#38aade", GradientType=1);
}

.popupDocExpiryMsg p {
	text-align: center;
}

/* -- Slide Out Mini Bag - ab test -- */
.extra-products-wrapper {
	padding-top:1rem;
}
#miniBagSlider {
	background-color: white;
	z-index: 99999999999 !important;
}

.slide-reveal-overlay {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

#miniBagSlider .add-to-basket-quickview {
	border: none !important;
}

#miniBagSlider .add-to-basket-quickview .addtoproductinfo {
	overflow: hidden auto;
	max-height: calc(100vh - 715px);
}

#miniBagSlider .add-to-basket-quickview .swiper-wrapper {
	padding-bottom: 1px;
	height: auto !important;
}

#miniBagSlider .add-to-basket-quickview .tab-item {
	border: 1px solid transparent;
	padding-block: 12px;
	font-size:16px;
}

#miniBagSlider .add-to-basket-quickview .tab-item::before {
	content: none;
}

#miniBagSlider .add-to-basket-quickview .tab-item.active,
#miniBagSlider .add-to-basket-quickview .tab-item.active:hover {
	background: transparent !important;
	color: var(--neutral-800) !important;
	border: 1px solid var(--neutral-200);
}

#miniBagSlider .add-to-basket-quickview .tab-item:hover {
	background: transparent !important;
	color: #333 !important;
	cursor: pointer;
}

	#miniBagSlider .add-to-basket-quickview .tab-content-wrapper {
		border-radius: 0;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
		#miniBagSlider .add-to-basket-quickview .tab-content-wrapper .tab-content {
			padding: 1rem 0 !important;
		}

		#miniBagSlider .add-to-basket-quickview .tab-content li + li {
			margin-top: 16px;
		}

#miniBagSlider .add-to-basket-quickview #add_to_basket_modal .fancybox-close-small {
	top: 5px !important;
	left: -40px !important;
}


#miniBagSlider #miniBagCloseBtn {
	color: #fff;
}

#miniBagSlider .addAcc label input[type=checkbox]~span:after {
	display: none;
}


#miniBagSlider .basketPopUpProducts .addAcc input {
	display: none;
}

#miniBagSlider .basketPopUpProducts .addAcc label:before {
	content: '';
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 29px;
	display: block;
	cursor: pointer;
	border: 1px solid #979797;
	background-color: #fff;
}

#miniBagSlider .basketPopUpProducts .addAcc label.mbSelected:before {
	content: '';
	background-image: url(/Styles/basket/checkbox-checked.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px 0;
	height: 30px;
	width: 29px;
	display: block;
	cursor: pointer;
	border: 1px solid #04865c;
}


#miniBagSlider .add-to-basket-quickview>.checkout-bar {
	bottom: 0;
	-webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
	box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.15);
	z-index: 1;
}


#miniBagSlider .add-to-basket-quickview #add_to_basket_modal .addToBas {
	display: none;
}


/* -- Product Page Variations -- */
#productpagetop .ProductVariantsList .figure-img {
	display: block;
	margin: auto;
	float: none;
	border: 1px solid #bcbcbc;
	margin-bottom: 9px !important;
	padding: 0 !important;
}

/*.ProductVariantsList div > div {
    flex-wrap: wrap;
    flex-basis: 0;
}*/

.swiper.variation-swiper {
	display: grid;
	padding-bottom: 16px;
}

.variation-swiper .swiper-wrapper {
	min-width: 0;
	padding: 0;
}

.variation-swiper .swiper-slide {
	height: auto;
	padding: 2px;
	max-width: fit-content;
}

.variation-swiper .image_thumb {
	float: none;
	flex: 1;
}

.variation-swiper a {
	height: calc(100% - 4px);
}

.variation-swiper .swiper-scrollbar-drag {
	background: #c0c0c0 !important;
}

.variation-image-swiper img {
	width: 100%;
	max-width: 75px;
	max-height: 75px;
	padding: 3px;
}

#topcontent .ProductVariants {
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	border: none;
}

.ProductVariantsList .image_thumb a>div,
.ProductVariantsList .selectedThumb a>div {
	min-width: 75px;
}

.ProductVariants .selectedThumb {
	border: none !important;
	outline: 2px solid #04865c;
}

.ProductVariants .selectedThumb div span {
	color: #04865c;
}

.ProductVariants a {
	color: black;
	display: block;
	float: none;
}

#topcontent .ProductVariantsList .savings-calculated-tooltip .tooltip-new::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12.5px 0 12.5px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	left: 30%;
	bottom: -10px;
}

.ProductVariantsList div .form-select {
	padding-left: 0 !important;
	padding-right: 2rem !important;
}

#topcontent .ProductVariantsList .savings-calculated-tooltip .tooltip-new {
	width: auto !important;
	min-width: 100px !important;
	top: -40px !important;
	left: -10px !important;
	padding: 0 !important;
}

#topcontent .ProductVariantsList .savings-calculated-tooltip .tooltip-new p {
	text-align: center;
}

#topcontent .ProductVariantsList .savings-calculated-tooltip.variation-product-image .tooltip-new {
	left: 0 !important;
}

#topcontent .ProductVariantsList .selected {
	border: 1px solid #04865c !important;
}

#topcontent .ProductVariantsList .savings-calculated-tooltip.variation-colour-swatch .tooltip-new {
	left: 2px !important;
}

#topcontent .ProductVariantsList .savings-calculated-tooltip.variation-colour-swatch .selectedThumb+.tooltip-new {
	left: -11px !important;
}

#topcontent .ProductVariantsList .savings-calculated-tooltip.variation-product-image .tooltip-new::after,
#topcontent .ProductVariantsList .savings-calculated-tooltip.variation-colour-swatch .tooltip-new::after {
	left: 38%;
}

/*#topcontent .variation-product-image {
    max-width: 170px;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}*/

#topcontent .variation-colour-swatch {
	margin-bottom: 0;
	/*min-width: 70px;*/
}


#topcontent .variation-colour-swatch .figure-caption {
	text-align: center;
	width: 100%;
	float: none !important;
}

.ProductVariantsList .selectedPriceColor:nth-of-type(3) {
	margin-top: -0.5rem;
}

.unavailableThumb {
	background-color: #eeeeee !important;
	filter: grayscale(100%);
	border: 1px solid #ececec !important;
}

.unavailableThumb:hover {
	border: 1px solid #000;
}

.unavailableThumb span,
.unavailableThumb figcaption {
	color: #747474;
}

.unavailableThumb img {
	opacity: 0.5;
}

.unavailableThumb:hover img {
	opacity: 1;
}

.unavailableOption {
	color: #5c5c5c !important;
}

.ProductVariants .selectedThumb .figure-img {
	margin-bottom: 4px !important
}

.block.variation-dropdown {
	width: 100%;
	flex-basis: initial;
}

/* -- Variations END -- */

/* -- Hide Member Pricing -- */
.regularVariantPrice,
.memberVariantPrice,
.regularRefurbPrice,
.memberRefurbPrice,
.regularLinkedAccPrice,
.memberLinkedAccPrice,
.regularRefurbPrice,
.memberRefurbPrice {
	display: none;
}

/* -- Upsell -- */

.upsell-product:hover {
	border-color: #000000 !important;
}

/*
.upsell-product {
    display: flex;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 2%;
}

.upsell-product-content-left {
    float: left;
    height: 100%;
    width: 75%;
    text-align: left;
}

.upsell-product-content-right {
    float: left;
    height: 100%;
    width: 25%;
    text-align: right;
}
*/

/* -- PRODUCT PAGE BUNDLES END --*/
/* ---------------------------- mini bag update ---------------------------- */

.add-to-basket-quickview .checkout-bar.checkout-bar-cta {
	border: none;
	margin-top: 10px;
}


.add-to-basket-quickview .addtotitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* ---------------------------- PayPal footer text ---------------------------- */

.paypal-footer-text {
	display: none;
}

#products .OfferBox .showwl,
#products .OfferBox-discontinued .showwl {
	display: none;
}

#dashboard {
	display: none;
}

/* -- END -- */


/* ---------------------------- Footer Styles ---------------------------- */
.footer__main {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 960px !important;
}

.footer_list-link {
	color: #71717a !important;
	transition: color .5s linear;
}

.footer__list-link:hover {
	color: #18181b !important;
}

.footer__logo {
	height: 32px;
	width: 130px;
}

.footer__line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E4E4E7;
	border-radius: 50%;
}

.footer__social-icon>svg {
	fill: #71717a;
	transition: fill .5s linear;
}

.footer__social-icon>svg:hover {
	fill: #18181b;
}

/* ---------------------------- B2B credit application ---------------------------- */

/* -- header steps -- */

#b2bCreditCnt .header svg {
	width: 100%;
	height: 30px;
}

#b2bCreditCnt .header .numberCircle {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #bcbcbc;
	color: #fff;
	margin: 0 auto;
	line-height: 180%;
	margin-bottom: 0.5rem;
}

#b2bCreditCnt .header .border-light-grey {
	border-color: #ececec;
}


#b2bCreditCnt .header .activeb2bTab {
	background-color: #04865C;
	color: #fff !important;
	font-weight: bold;
}

#b2bCreditCnt .header .tabs .icon-check {
	display: none;
}

#b2bCreditCnt .header .activeb2bTab .numberCircle {
	background: #00563A;
}

#b2bCreditCnt .header .completedb2bTab .step-text {
	color: #04865C !important;
}


#b2bCreditCnt .header .completedb2bTab .step-number {
	display: none;
}

#b2bCreditCnt .header .completedb2bTab .icon-check {
	display: block;
	padding-top: 0.3rem;
}

#b2bCreditCnt .header .completedb2bTab .numberCircle {
	background: #00563A;
}


/* -- intro content -- */

#b2bCreditCnt #b2bIntroContent .icon-c-clock {
	background-image: url('/images/icon-clock-15.svg');
	width: 30px;
	height: 30px;
	vertical-align: bottom;
	margin-right: 1rem;
	background-repeat: no-repeat;
	background-size: 100%;
}


#b2bCreditCnt .b2bIntroContent-opacity {
	background-color: rgba(0, 0, 0, 0.7);
}

#b2bCreditCnt #b2bIntroContent .b2bIntroHead {
	font-size: 3rem;
}


/* -- steps -- */

#b2bStepsContent .b2bStepRight {
	position: fixed;
	width: 275px;
	border-radius: 6px;
}

#b2bStepsContent .b2bStepRight svg {
	width: 160px;
	display: block;
	height: 70px;
	margin: 0 auto;
}


/* -- forms --*/
#b2bStepsContent {
	min-height: 550px;
}

.b2bStepsContent-desktop h2 {
	padding-top: 3rem;
	padding-bottom: 2rem;
}

#b2bCreditCnt #b2bStepsContent label {
	display: block;
	font-weight: bold;
	font-size: 1rem;
}


#b2bCreditCnt #b2bStepsContent input::placeholder {
	color: #bcbcbc;
}

#b2bCreditCnt #b2bStepsContent input:hover,
#b2bCreditCnt #b2bStepsContent input:focus,
#b2bCreditCnt #b2bStepsContent select:hover,
#b2bCreditCnt #b2bStepsContent select:focus {
	outline: 2px solid #04865C;
	border-color: transparent;
}

#b2bCreditCnt #b2bStepsContent input.input-validation-error {
	outline: 2px solid red;
	border-color: transparent !important;
}

#b2bCreditCnt #b2bStepsContent .field-validation-error {
	margin-top: 0.5rem;
}

#b2bCreditCnt #b2bStepsContent #b2bCredExisCust,
#b2bCreditCnt #b2bStepsContent #b2bChkTradingName,
#b2bCreditCnt #b2bStepsContent #b2bChkRegAddress,
#b2bCreditCnt #b2bStepsContent #b2bAccChkCntDetails,
#b2bCreditCnt #b2bStepsContent #b2bYes,
#b2bCreditCnt #b2bStepsContent #b2bNo,
#b2bCreditCnt #b2bStepsContent #b2bTerms,
#b2bCredExisAccount {
	width: 20px !important;
	height: 20px !important;
	vertical-align: sub;
	outline: 1px solid #bcbcbc;
}

#b2bCreditCnt #b2bStepsContent .b2bReqCredLimit #b2bInpRangeCredLimit,
#b2bCreditCnt #b2bStepsContent .b2bReqCredLimit #b2bInpRangeCredLimit:hover,
#b2bCreditCnt #b2bStepsContent .b2bReqCredLimit #b2bInpRangeCredLimit:focus,
#b2bCreditCnt #b2bStepsContent #b2bCredExisCust,
#b2bCreditCnt #b2bStepsContent #b2bChkTradingName,
#b2bCreditCnt #b2bStepsContent #b2bChkRegAddress,
#b2bCreditCnt #b2bStepsContent #b2bAccChkCntDetails,
#b2bCreditCnt #b2bStepsContent #b2bTerms,
#b2bCreditCnt #b2bStepsContent #b2bYes,
#b2bCreditCnt #b2bStepsContent #b2bNo,
#b2bCreditCnt .button:hover,
#b2bCreditCnt .button:focus,
#b2bCredExisAccount {
	outline: none !important;
}

#b2bCreditCnt .b2bStepRightRow1 {
	background-color: white;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#b2bCreditCnt .b2bStepRightRow2 {
	background-color: #001349;
	color: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#b2bCreditCnt .currencySpan {
	padding-right: 10px;
	font-size: 20px !important;
	font-weight: bold
}

#b2bStepsContent .errorMsg span {
	color: red;
	display: block;
	padding-top: 0.5rem;
}

#b2bCreditCnt .tab {
	display: none;
}

#b2bCreditCnt .b2bPurContDet,
#b2bCreditCnt .b2bAccsContDet,
#b2bCreditCnt .b2bRef,
#b2bCreditCnt .b2bBankDets {
	background-color: white;
}


#b2bCreditCnt #b2bAddRefRemBtn {
	cursor: pointer;
}


#b2bCreditCnt input[type="radio"] {
	width: 5% !important;
}

#b2bCreditCnt input[type="checkbox"] {
	width: 5% !important;
}


#b2bCreditCnt .upload-bg {
	background-color: #EEF6FF;
	border: 1px dashed #81BCFF;
}

#b2bCreditCnt .upload-bg .fileUpload {
	outline: none !important;
	background-color: #EEF6FF;
}

#b2bCreditCnt .upload-bg input {
	visibility: hidden;
}

#b2bCreditCnt .upload-bg a {
	border-bottom-style: none !important;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: block;
}

#b2bCreditCnt .upload-bg .upload-link {
	color: #0e9fe3;
	border-bottom: dotted;
	border-width: 1px;
}

#b2bCreditCnt .upload-bg:hover {
	background-color: #deecfb;
	border: 1px solid #81BCFF;
}

#b2bCreditCnt .upload-bg:hover .upload-link {
	border-bottom: solid;
	border-width: 1px;
}

#b2bCreditCnt .upload-bg .success {
	color: #ffffff !important;
	background-color: #04865C !important;
	float: right !important;
	padding: 0.2rem 1rem !important;
	margin-bottom: 1rem !important;
	margin-right: 1rem !important;
}

#b2bCreditCnt .upload-bg .fileUploadName {
	float: left;
	margin-left: 1rem;
}

#b2bCreditCnt .dotted {
	border-style: dashed;
	border-color: #000;
	margin: 0;
}

#b2bCreditCnt .our-brands a,
#b2bCreditCnt .our-brands a:hover {
	border: none !important;
}


#b2bCreditCnt .our-brands svg {
	width: 80%;
}


#b2bCreditCnt .our-brands div:nth-of-type(3) svg,
#b2bCreditCnt .our-brands div:nth-of-type(4) svg {
	width: 45%;
}

#b2bCreditCnt #b2bStepsContent a {
	color: #0e9fe3;
	border-bottom: dotted;
	border-width: 1px;
}

#b2bCreditCnt #b2bStepsContent a:hover {
	color: #0e9fe3;
	border-bottom: solid;
	border-width: 1px;
}


#b2bCreditCnt #b2bStepsContent input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

#b2bCreditCnt #b2bStepsContent .b2bYes,
#b2bCreditCnt #b2bStepsContent .b2bNo {
	padding: 0.2rem;
}

#b2bCreditCnt #b2bFooter svg {
	width: 30%;
}

#b2bCreditCnt .icon-bpadlock {
	background-image: url('/images/icon-padlock.svg');
	width: 16px;
	height: 24px;
	background-repeat: no-repeat
}

#b2bCreditCnt .icon-bupload {
	background-image: url('/images/icon-upload.svg');
	width: 16px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 95%;
	margin-right: 0.5rem;
}

#b2bCreditCnt .errTermsMsgDiv {
	outline: 1px solid red;
}

#b2bCreditCnt .errTermsMsgDiv p {
	color: red;
}

/* to hide number input arrows */
/* Chrome, Safari, Edge, Opera */
#b2bCreditCnt input::-webkit-outer-spin-button,
#b2bCreditCnt input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
#b2bCreditCnt input[type=number] {
	-moz-appearance: textfield;
}

/* move to toolkit? */

.margin-top-6 {
	margin-top: 6rem;
}

.padding-top-10 {
	padding-top: 10rem;
}

.padding-bottom-6 {
	padding-bottom: 6rem;
}

.padding-bottom-7 {
	padding-bottom: 7rem;
}

.padding-bottom-10 {
	padding-bottom: 10rem;
}

.padding-top-03 {
	padding-top: 0.3rem;
}

.padding-top-04 {
	padding-top: 0.4rem !important;
}

.cursor-pointer {
	cursor: pointer;
}

.vertical-align-text-top {
	vertical-align: text-top;
}

.border-radius-15 {
	border-radius: 1.5rem;
}

#productpageprodbodydesktop {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	width: 100%;
}

.purchaselinksimage {
	width: 30%;
	margin: auto;
}

#purchaselinkscontainer {
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
}

/* -- END -- */
.prodDataSheetImage {
	content: url('/images/greentick.png');
}

/* -- SMS Opt out -- */

#mobileOptOutwrapper {
	margin: 3rem 0;
}

#mobileOptOutwrapper #mobileOptOutintro h2 {
	font-family: gibson_semibold, Arial, 'HelveticaNeue', 'Helvetica', sans-serif;
	font-weight: normal;
	font-size: 1.65rem !important;
	line-height: 1.5;
}

#mobileOptOutwrapper #mobileOptOutintrocopy {
	font-family: gibson_regular, Arial, 'HelveticaNeue', 'Helvetica', sans-serif;
	font-weight: 400;
}

#mobileOptOutwrapper .editor-label label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

#mobileOptOutwrapper .editor-label {
	float: none;
}

#mobileOptOutwrapper .editor-field input {
	display: block;
	width: 45%;
	height: calc(1.1rem + 0.75rem + 8px);
	padding: 0.6rem;
	font-size: 0.95rem;
	font-weight: normal;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d5d5d5;
	border-radius: 0.25rem;
	box-sizing: border-box;
	margin: 0;
}

#mobileOptOutwrapper .field-validation-error {
	background-color: #E28086;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	text-align: left;
	display: flex;
	width: 40%;
	margin-top: 1rem;
	font-family: 'gibson_semibold';
	font-weight: normal;
	color: #f8f8f8;
}

#mobileOptOutwrapper .sms-success {
	background-color: #93BEA6;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	text-align: left;
	display: flex;
	width: 40%;
	margin-top: 1rem;
	font-family: 'gibson_semibold';
	font-weight: normal;
	color: #f8f8f8;
}

#mobileOptOutwrapper .editor-field .g-recaptcha {
	margin-top: 1rem;
}

/* -- END -- */


/*Product Page Tabs*/
.bb-product-tabs>div.row {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
}

.bb-product-tabs .tabs-navigation {
	padding: 0;
	overflow: visible;
	background: #DFDFDF;
}

div.bb-product-tabs {
	clear: both;
	margin: 25px 0 0;
	float: left;
	width: 100%;
}

div.bb-product-tabs .tab-item {
	white-space: normal;
}

div.bb-product-tabs .tab-item h6 {
	width: 100%;
	flex: 1;
	display: grid;
	place-content: center;
}

.tab-item {
	position: relative;
	width: 100% !important;
	padding: 1% 2%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	flex-shrink: 1 !important;
	-webkit-flex-shrink: 1 !important;
	transition: none !important;
}

.tab-item .icon {
	height: 54px;
	width: 48px;
}

.tab-item .icon-info {
	background: url('/images/tabs-info-icon.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
}

.tab-item.active .icon-info,
.tab-item:hover .icon-info {
	background: url('/images/tabs-info-icon-active.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
}

.tab-item .icon-dimensions {
	background: url('/images/tab-specdi-icon.svg');
	background-repeat: no-repeat;
	background-position: right 8px;
	background-size: 85%;
}

.tab-item.active .icon-dimensions,
.tab-item:hover .icon-dimensions {
	background: url('/images/tab-specdi-icon-active.svg');
	background-repeat: no-repeat;
	background-position: right 8px;
	background-size: 85%;
}

.tab-item .icon-accessories {
	background: url('/images/tab-recaccessories-icon.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
	background-size: 42px;
}

.tab-item.active .icon-accessories,
.tab-item:hover .icon-accessories {
	background: url('/images/tab-recaccessories-icon-active.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
	background-size: 42px;
}

.tab-item .icon-reviews {
	background: url('/images/tab-reviews-icon.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
}

.tab-item.active .icon-reviews,
.tab-item:hover .icon-reviews {
	background: url('/images/tab-reviews-icon-active.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
}

.tab-item .icon-finance {
	background: url('/images/tab-finance-icon.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
}

.tab-item.active .icon-finance,
.tab-item:hover .icon-finance {
	background: url('/images/tab-finance-icon-active.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
}

.tab-item .icon-qanda {
	background: url('/images/tab-qanda-icon.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
	background-size: contain;
}

.tab-item.active .icon-qanda,
.tab-item:hover .icon-qanda {
	background: url('/images/tab-q-and-a-icon-active.svg');
	background-repeat: no-repeat;
	background-position: right 4px;
	background-size: contain;
}

.tab-item.active,
.tab-item:hover {
	background: #071a44 !important;
	color: white !important;
}

.tab-item .icon-info:before,
.tab-item .icon-dimensions:before,
.tab-item .icon-finance:before,
.tab-item .icon-accessories:before {
	display: none;
}

.bb-product-tabs h6 {
	text-align: center;
	font-size: 115%;
	margin: 0 0 0;
	padding: 3% 0;
	font-weight: normal;
}

.tab-item.active:before,
.tab-item:hover:before {
	content: '';
	border: 0;
	width: 0;
	top: 100%;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 14px solid #071a44;
	clear: both;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/*Product Page Tabs END*/

/* Account Balance - Header */

.caccountheader #head_customer_balance {
	color: #232a44;
}

.caccountheader #head_customer_balance span {
	width: max-content !important;
	background: #f3f9fe;
	border: 1px solid #eaf3fb;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.caccountheader #head_customer_balance span::before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eaf3fb;
	position: absolute;
	bottom: 27px;
	left: 27px;
}

.caccountheader .acc-enabled {
	width: max-content;
	max-width: 215px;
}

.caccountheader .acc-enabled .accountheader strong {
	margin-right: 10px;
	max-width: 110px;
}

.custBalSpan {
	float: left !important;
	text-align: center !important;
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
	margin-top: 0.5rem !important;
	border-radius: 0.4rem !important;
}

.refurb-info-stripe-hide .refurb-info-stripe {
	display: none;
}

.refurbs-top .curr-view-pill {
	display: none;
}

.refurbs-top .refurb-caller .curr-view-pill {
	display: block;
}

/* Brand Logo */
.plogo {
	text-align: center !important;
}


/*B2BCredit Step 4 Bank Details - hide direct debit upload*/

#b2bDDDet div:nth-child(2) {
	display: none;
}

#b2bDDDet p:nth-child(2) {
	visibility: hidden;
	position: relative;
}

#b2bDDDet p:nth-child(2):after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: "Direct Debit form must be printed upon completion, signed then posted to us. \A\A The post needs to be addressed to the following address: \A\A Accounts \A Trident Business Park \A Leeds Road \A Huddersfield \A West Yorkshire \A HD2 1UA";
	white-space: pre;
}

#b2bDDDet {
	padding-bottom: 10rem;
}

/*B2BCredit Step 4 Bank Details - hide direct debit upload*/


#response500 h2 {
	font-size: 3.5rem;
}

/* Swiper relative positioning */
.swiper-container {
	position: relative;
	overflow-x: hidden;
}

#basketPopUpProducts_loader {
	position: absolute;
	width: 90%;
	top: 40%;
}

#basketPopUpProducts_loader img {
	display: block;
	margin: 0 auto;
}

.printsharecompare .sli_compare,
.printsharecompare .compBtn,
.printsharecompare .wishlist,
.printsharecompare .printable {
	margin-left: 0.5rem;
}

.printsharecompare {
	float: right;
	display: none !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#popupMembershipCheckbox {
	content: '';
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 29px;
	display: block;
	cursor: pointer;
	border: 1px solid #979797;
	background-color: #fff;
}

#miniBagSlider #basketRelProdsTable {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: auto;
	max-height: 40vh;
}


.productPageWarranty {
	margin-right: 8px;
}

.qv-sku {
	float: left;
}

#loginSuccessWrapper {
	max-width: 450px;
	margin: 0 16px;
}

.desktop-divide {
	display: flex;
	align-items: center;
}

.energy-label-prod-sheet {
	clear: both;
	display: flex;
	align-items: center;
}

.OfferBox .energy-label-prod-sheet {
	margin: 0.25rem 0;
}

.OfferBox .energy-label-prod-sheet a {
	font-size: 0.8rem;
}

.add-to-basket-quickview .energy-label-prod-sheet {
	flex-wrap: wrap;
	margin: 0.5rem 0;
}

#ck-section-basket-content .energy-label-prod-sheet {
	align-items: flex-start;
	justify-content: start;
	margin-top: 0.5rem;
}

#ck-section-basket-content .energy-label-prod-sheet a {
	font-size: 0.8rem;
}

.CallCostIdentifier {
	width: 100%;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	float: none;
	color: #102C4B;
	margin: 0;
}

#basketItemsContainer .StockMsg {
	margin: 0;
	align-items: start !important;
}

.new-promo-wapper .alert {
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 8px;
}

.new-promo-wapper svg {
	position: relative;
	top: 2px;
}

#productcompare {
	box-shadow: 1px 1px 9px rgba(0, 0, 0, .4) !important;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: var(--neutral-200);
	z-index: 10001;
	overflow: hidden scroll;
	transition: height .15s;
	display: none;
}

#productcompare #productcompare_tab {
	position: fixed;
	width: 100%;
	background-color: var(--neutral-200);
	z-index: 1001;
	margin-top: -1px;
}

#productcompare #productcompare_tab .wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

@media (min-width: 768px) {
	#productcompare #productcompare_tab .wrapper {
		justify-content: start;
	}
}

#productcompare #productcompare_tab .wrapper .fa-circle-chevron-up {
	color: var(--primary);
	margin-right: 24px;
	font-size: 20px;
}

#productcompare #productcompare_tab .wrapper .fa-circle-chevron-up:last-of-type {
	margin-right: 0;
	margin-left: 24px;
	display: none !important;
}

#productcompare #productcompare_tab .wrapper>div {
	background-color: var(--primary);
	color: var(--white);
	padding-block: 8px;
	padding-inline: 24px;
	display: flex;
	align-items: start;
	font-family: gibson_semibold, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

@media (min-width: 768px) {
	#productcompare #productcompare_tab .wrapper>div {
		align-items: center;
		margin-right: auto;
	}
}

#productcompare #productcompare_tab .wrapper>div .fa-sliders {
	color: var(--white);
	margin-right: 8px;
	font-size: 14px;
	position: relative;
	top: 3px;
}

@media (min-width: 768px) {
	#productcompare #productcompare_tab .wrapper>div .fa-sliders {
		top: 0;
	}
}

#compareSwiper {
	padding: 8px;
}

#compareSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

#compareSwiper .swiper-slide .card {
	box-shadow: 0 0 5px rgba(0, 1, 5, 0.2) !important;
	border-radius: 6px;
	padding: 8px 6px;
}


@media (min-width: 768px) {
	#compareSwiper .swiper-slide .card {
		padding: 16px;
	}
}


#compareSwiper .swiper-slide .RemoveCompareButton {
	width: 13px !important;
	min-height: 13px !important;
	background-color: transparent;
	padding: 0;
	border: 0;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	right: 7px;
}

@media (min-width: 768px) {
	#compareSwiper .swiper-slide .RemoveCompareButton {
		width: 20px !important;
		min-height: 20px !important;
		top: 7px;
		right: 11px;
	}
}

#compareSwiper .swiper-slide img {
	max-height: 81px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	#compareSwiper .swiper-slide img {
		max-height: 147px;
	}
}

#compareSwiper .swiper-slide .text-truncate {
	font-size: 10px;
	margin-bottom: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	text-decoration: none;
}

@media (min-width: 768px) {
	#compareSwiper .swiper-slide .text-truncate {
		font-size: 14px;
		margin-bottom: 7px;
	}
}

#compareSwiper .swiper-slide .card>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

#compareSwiper .swiper-slide p {
	margin: 0;
	font-family: gibson_semibold, sans-serif;
	font-size: 14px;
}

@media (min-width: 768px) {
	#compareSwiper .swiper-slide p {
		font-size: 18px;
	}
}

#compareSwiper .swiper-slide .CompareAddToBasket {
	width: 25px !important;
	min-height: 25px !important;
	padding: 0;
	border-radius: 50%;
}

@media (min-width: 768px) {
	#compareSwiper .swiper-slide .CompareAddToBasket {
		width: 39px !important;
		min-height: 39px !important;
	}
}

#compare_table .b-row {
	font-size: 12px;
	display: table-row;
}

@media (min-width: 768px) {
	#compare_table .b-row {
		font-size: 14px;
		display: flex;
	}
}

#compare_table .b-row .b-col:first-child {
	display: table-cell;
}

@media (min-width: 768px) {
	#compare_table .b-row .b-col:first-child {
		display: block;
		border: 1px solid;
	}
}

#basketOtherPay #imega-widget-anchor .imega-slug,
#basketOtherPay #imega-widget-anchor {
	display: none !important;
}

#basketOtherPay #paypalInContextCreditBtn {
	margin-bottom: 1rem !important;
	display: block;
}

.button-group-qty-selector {
	display: block !important;
}

@media only screen and (min-width : 280px) {
	.max-qty-popover-box {
		position: fixed;
		display: inline;
		text-align: center;
		width: 95%;
		max-width: 394px;
		color: #000;
		font-size: 16px;
		background: #f5f5f5;
		padding: 0.25rem;
		opacity: 0;
		z-index: 999;
		border: 1px solid #cacaca;
		border-radius: 4px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	}
}

@media only screen and (min-width : 576px) {
	.max-qty-popover-box:after {
		content: "";
		position: absolute;
		top: -20px;
		right: auto !important;
		left: 100px !important;
		border-width: 10px;
		border-style: solid;
		border-color: transparent transparent #cacaca transparent;
	}
}

.max-qty-popover-box {
	position: fixed;
	display: inline;
	text-align: center;
	width: auto !important;
	max-width: 426px !important;
	color: #000 !important;
	font-size: 14px !important;
	background: white !important;
	padding: 0.25rem;
	opacity: 0;
	z-index: 999;
	border: 1px solid #cacaca !important;
	border-radius: 0.5rem !important;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.max-qty-popover-box br {
	display: none !important;
}

.max-qty-popover-btn {
	display: none !important;
}

.max-qty-popover-question {
	font-size: 14px !important;
	font-family: 'gibson_regular' !important;
	margin-bottom: 0;
}


.swiper-slide.vp_thumb .vp-play-button,
.vp_thumbVidLink .vp-play-button,
.popUpVideoImage .vp-play-button {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.vid-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffffb0;
	z-index: 10;
	right: 0;
}

.popUpVideoImage .vid-overlay {
	background-color: #ffffff66;
}

div#modalBox {
	z-index: 200000 !important;
	width: 350px !important;
}

div#modalBox div#modalBoxBody {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .4rem;
	outline: 0;
	box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4) !important;
	width:50vh;
}

div#modalBox div#modalBoxBody div.modalBoxBodyContent {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.625rem 1rem !important;
	text-align: center;
	font-size: 14px;
}

div#modalBox div#modalBoxBody div.modalBoxBodyContent h1,
div#modalBox div#modalBoxBody div.modalBoxBodyContent h2 {
	font-size: 20px;
	margin-block: 0 18px;
}

div#modalBox div#modalBoxBody div#modalBoxCloseButton {
	position: absolute;
	top: 0;
	right: 0;
}

div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox {
	display: block;
	font-family: gibson_semibold, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff !important;
	opacity: .5;
	border: 0;
	padding: 1rem !important;
}

div#modalBox div#modalBoxBody div#modalBoxCloseButton a.closeModalBox:hover {
	opacity: 1;
}


/* Hide VAT Switcher in Basket */

.ck-section-header .basket-VAT {
	display: none !important;
}

/* End */


#customLoginDialog {
	width: min(650px, 100% - 32px);
	border-radius: 1rem;
	padding: 24px !important;
}

.ProductPrice>.VersionOfferPrice {
	padding-top: 10px;
}

.ProductPrice>.VersionOfferPrice.VersionPriceContainer {
	display: flex;
	align-items: flex-start;
}

.ProductPrice>.VersionOfferPrice>.VersionPrice {
	font-family: Arial;
	font-weight: bold;
}

.ProductPrice>.VersionOfferPrice>.VersionPriceSymbol {
	align-self: flex-start;
	margin-top: -2px;
}

.ProductPrice>.VersionOfferPrice>.VersionPriceDecimal {
	align-self: flex-start;
	margin-top: -8px;
}

/*energy label*/
.energy-label-prod-sheet img {
	height: 32px;
}

.bannerSlideIn {
	cursor: pointer;
}

#BannerBetweenProducts img {
	width: 100%;
}

#BannerBetweenProducts > *:not(:last-child) {
	display: none;
}

#swatchSampleRequestSection {
	float: left;
	width: 100%;
}

.button.swatch-request-btn {
	color: #00293A !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border-color: #00293A;
	font-family: gibson_regular, Helvetica, Arial, sans-serif !important;
}

.button.swatch-request-btn:hover {
	background-color: #c5c5c5;
	border-color: #c5c5c5;
}

.swatch-request-btn img {
	margin-right: 5px;
}

.swatch-sample-icon {
	width: 18px;
	height: 18px;
}


/* PDP Image fancy box arrows fix */

.pp-zoomimg .fancybox-button--right {
	border-bottom-right-radius: 30rem !important;
	border-radius: 30rem !important;
}
.pp-zoomimg .fancybox-button--left {
	border-bottom-left-radius: 30rem !important;
	border-radius: 30rem !important;
}
.pp-zoomimg .fancybox-button {
	background: rgb(255 255 255 / 100%) !important;
}
.fancybox-button:after, .fancybox-button:before {
	border-color: black!important;
	color: black!important;
	opacity: 1;
}
.fancybox-button--thumbs, .fancybox-button--play, .fancybox-button--fullscreen {
	display: none !important;
}
@media (min-width: 768px) {
	.pp-zoomimg .fancybox-button--right {
		right: 10% !important;
	}

	.pp-zoomimg .fancybox-button--left {
		left: 10% !important;
	}
}
@media (min-width: 1440px) {
	.pp-zoomimg .fancybox-button--right {
		right: 20% !important;
	}

	.pp-zoomimg .fancybox-button--left {
		left: 20% !important;
	}
}
@media (min-width: 1620px) {
	.pp-zoomimg .fancybox-button--right {
		right: 23% !important;
	}

	.pp-zoomimg .fancybox-button--left {
		left: 23% !important;
	}
}


a.closeModalBox {
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
}

span.closeModalBox {
	position: absolute;
	top: 4px !important;
	right: 4px !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 30px !important;
	height: 30px !important;
	font: 21px / 1 Arial, Helvetica Neue, Helvetica, sans-serif !important;
	color: #888 !important;
	font-weight: 300 !important;
	text-align: center !important;
	border-radius: 50% !important;
	border-width: 0 !important;
	cursor: pointer !important;
	background: #fff !important;
	transition: background .2s !important;
	box-sizing: border-box !important;
	z-index: 2 !important;
}

.add-to-basket-quickview #add_to_basket_modal h1 {
	background-color: transparent !important;
	color: black;
	margin: 0 !important;
}

.countdown-sash-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bannerProd {
	margin-bottom: 0.25rem;
}