@charset "utf-8";

body{
	background-color: #fff !important;
}
@media(max-width: 767px){
	.quiq-floating-element{
		margin: 5px 10px !important;
	}
	.quiq-togglechatbutton-button{
		background-color: #445365 !important;
	}
}

.overlayContainer {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
 
	max-width: 100px;
	max-height: 100px;
	margin: 10px;
}
@media(max-width: 767px){
	.overlayContainer {
		max-width: 80px;
		max-height: 80px;
		margin: 5px;
	}
} 

.bragContainer {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;

	max-width: 100%;
}

.product-display {
	margin-bottom: 40px;
}
 
.main-img-wrp {
	text-align:center;
	overflow:hidden;
	position: relative;
	width:100%;
} 

/* PRODUCT INFO */
.product-info{
	margin-bottom: 40px;
}
.product-info-section{
	/*padding: 30px 0 0;*/
}
.product-info-section:not(.no-border){
	/*border-top: 2px solid #d9dde0;*/
}
.product-info-section:first-child{
	/*padding-top: 0;*/
}
.product-info-section.no-bottom{
	/*padding-bottom: 0;*/
}
.product-info-section h3{
	/*margin-bottom: 20px;*/
}

/*info basic*/
.product-info-basic{
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
}
.product-info-basic .names{
	margin-bottom: 15px;
	color: #212B32;

	position: relative;
}
.product-info-basic .names h1{
	margin-bottom: 5px;
	color: #425563;
}
.product-info-basic .names .subtitle{
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 22px;
}

.product-info-basic .names{
	/*padding-right: 90px;*/
	min-height: 65px;
	position: relative;
}
/*.product-info-basic.carpet-info .names .feel-badge{
	position: absolute;
	top: 0;
	right: 0;
}*/
@media(max-width: 767px){
	.product-info-basic{
		margin-bottom: 5px;
	}
	.product-info-basic .names{
		margin-bottom: 0;
	}
	.product-info-basic .names h1{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 4px;
	}
	.product-info-basic .names .subtitle{
		margin-bottom: 0;
	}

	/*.product-info-basic.carpet-info{
		display: table;
		width: 100%;
	}
	.product-info-basic.carpet-info .names{
		display: table-cell;
		vertical-align: middle;
		height: 65px;
	}*/
}



/*@media(min-width: 992px){
	.product-info-basic .names{
		position: relative;
		padding-right: 190px;
	}
	.product-info-basic .names .trustpilot-pdp-v2{
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media(max-width: 991px){
	.product-info-basic .names .trustpilot-pdp-v2{
		margin-top: 20px;
	}
}*/

/* ~~~~~~~~~~ start of Order Samples box on product page ~~~~~~~~~~ */
/* THIS HAS BEEN TIDY UP FOR VEcommerce */
/*
.product-info .samples {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 24px;
}
@media(max-width: 1199px){
	.product-info .samples {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.product-info .samples input[type="submit"] {
	width:100%;
	cursor:auto;
	font-size: 16px;
	font-weight: 700;
	cursor:pointer;
	height: 50px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.product-info .samples button {
	width: 100%;
	cursor:auto;
	font-size: 16px;
	font-weight: 700;
	cursor:pointer;
	height: 50px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.product-info .samples span {
	display:block;
	font-size:14px;
	font-weight:500;
	margin-top:12px;
}
@media(max-width: 768px){
	.product-info .samples {float:none; width:100%;}
	.product-info .samples input[type="submit"], .product-info .samples button {width:100%;}
}
#btnSample {cursor:pointer;}
*/
/* ~~~~~~~~~~  end of Order Samples box on product page  ~~~~~~~~~~ */

/*.product-info-basic .icons{
	position: absolute;
	top: 0;
	right: 0;

	font-size: 24px;
}
.product-info-basic .icons ul{
	margin-bottom: 10px;
}
.product-info-basic .icons .add-to-favourites{
	font-size: inherit;
}
.product-info-basic .icons .share-button{
	width: 34px;
	height: 35px;
}
.product-info-basic .icons .favourites-button{
	width: 36px;
	height: 35px;
}

.product-info-basic .share{
	display: none;
	font-size: 22px;
	width: 100%;
}
.product-info-basic .share ul{
	margin-bottom: 10px;
}
.product-info-basic .share-button{
	cursor: pointer;
}

@media(max-width: 991px){
	.product-info-basic .icons ul{
		margin-bottom: 5px;
	}
	.product-info-basic .icons .share-button{
		width: 30px;
		height: 29px;
	}
	.product-info-basic .icons .favourites-button{
		width: 32px;
		height: 31px;
	}
	.product-info-basic .share{
		font-size: 20px;
	}
}*/

/*product icons*/
.product-icons{
	/* margin-top: 30px; */
	position: absolute;
	top: 0;
	right: 0;
}
.product-icons ul{
	margin-right: -8px;
}
.product-icons ul > li{
	padding-left: 8px;
	padding-right: 8px;
}
/*@media(max-width: 991px){
	.product-icons ul{
		margin-left: -10px;
	}
	.product-icons ul > li{
		padding-left: 10px;
		padding-right: 10px;
	}
}*/
.product-icons a{
	text-decoration: none;
	color: #425363;
}
.product-icons .title{
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	line-height: normal;
}
.product-icons i{
	font-size: 30px;
	line-height: 30px;
}

.product-icons-mobile{
	background-color: #ECEEEF;
	margin-bottom: 20px;
	padding: 10px;
}
.product-icons-mobile ul{
	margin-right: -5px;
	margin-bottom: 0;
	font-size: 0;
}
.product-icons-mobile ul > li{
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}
.product-icons-mobile li{
	font-size: 0;
}
.product-icons-mobile a{
	text-decoration: none;
	color: #425363;
}
.product-icons-mobile i{
	font-size: 20px;
	line-height: 24px;
}
.product-icons-mobile .title{
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
}
.product-icons-mobile button.add-to-favourites{
	font-size: 20px;
}

@media(min-width: 768px){
	.product-icons-mobile{
		display: none;
	}
}
@media(max-width: 767px){
	.product-icons{
		/* display: none; */
	}
}

/*share icons*/
.product-share{
	text-align: center;
	padding: 30px;
}
.product-share h2{
	margin-bottom: 30px;
}
.product-share i{
	font-size: 30px;
}

/*prices*/
.product-info-prices .prices{
	margin-bottom: 30px;
}

.product-info-prices .price{
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 500;
}

.product-info-prices .rrp-price{
	font-size: 20px;
	text-decoration: line-through;
	margin-bottom: 0;
	font-weight: 500;
}
.product-info-prices .offer{
	padding: 5px 10px;
	position: relative;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* new prices*/
.product-info-prices{
	margin-top: 15px;
}
.product-info-prices .prices .single-price{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}

.product-info-prices .prices .double-price{
	font-weight: 600;
	color: #E50944;
	font-size: 20px;
	line-height: 26px;
}
@media(max-width: 767px){
	.product-info-prices{
		margin-top: 0;
	}
}
.product-info-prices .prices .double-price .was-line{
	color: #425363;
	font-size: 12px;
	font-weight: 400;
}
.product-info-prices .prices .double-price .was-price{
	text-decoration: line-through;
}
.product-info-prices .prices .double-price .off-percentage{
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.offer-price-wrp-v6{
	margin-top: 15px;
	display: inline-block;
}
.offer-price-wrp-v6 .offer-price-box{
	border: 1px solid #E50944;
	border-radius: 5px;
	color: #E50944;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	position: relative;
}
.offer-price-wrp-v6 .or-text{
	position: absolute;
	top: -8px;
	left: 8px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	background-color: #fff;
	padding: 2px;
}
.offer-price-wrp-v6 .price-line{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 2px;
}
.offer-price-wrp-v6 .info-line{
	font-size: 12px;
	line-height: 14px;
}
.offer-price-wrp-v6 .info-line a:hover{
	color: #E50944;
}

@media(max-width: 767.99px){
	.product-info-prices .prices {
  		margin-bottom: 20px;
	}
	.offer-price-wrp-v6{
		margin-top: 13px;
		display: block;
	}
}

/*.product-info-prices .prices .offer-price-wrp{
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-info-prices .prices .offer-price-wrp .or-bar,
.product-info-prices .prices .offer-price-wrp .no-or-bar{
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
}
.product-info-prices .prices .offer-price-wrp .or-bar:before,
.product-info-prices .prices .offer-price-wrp .or-bar:after{
	height: 2px;
	background-color: #D9DDE0;
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
}
.product-info-prices .prices .offer-price-wrp .or-bar:before{
	left: 0;
}
.product-info-prices .prices .offer-price-wrp .or-bar:after{
	right: 0;
}
.product-info-prices .prices .offer-price-wrp .price-bar{
	background-color: #E50944;
	color: #fff;
	padding: 10px 7px;
	margin-bottom: 20px;
}
.product-info-prices .prices .offer-price-wrp .price-bar .offer-price{
	font-weight: 500;
	text-align: right;
	font-size: 24px;
	line-height: 24px;
}
.product-info-prices .prices .offer-price-wrp .price-bar .offer-text{
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	margin-top: 4px;
}
.product-info-prices .prices .offer-price-wrp .tc-bar{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}
.product-info-prices .prices .offer-price-wrp .x-off-offer-name{
	color: #E50944;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
*/

.product-info-prices .prices .x-off-offer-price-text{
	font-size: 14px;
}

.sold-in-last.with-old-prices{
	font-size: 11px;
	line-height: 14px;
	color: #212B32;
	margin-bottom: 30px;
}

/*product prices v4*/
.product-info-prices-v4{
	margin-bottom: 30px;
}
.product-price-table{
	display: table;
}
.product-price-cell{
	display: table-cell;
	vertical-align: bottom;
}
.product-info-prices-v4 .product-price-from{
	color: #8E98A1;
	font-weight: 500;
}
.product-info-prices-v4 .product-price-wrp{
	position: relative;
	display: inline-block;
	margin-right: 45px;
}
.product-info-prices-v4 .product-price-wrp .info{
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}
.product-info-prices-v4 .sold-in-last{
	font-size: 11px;
	line-height: 14px;
	color: #212B32;
}
.product-info-prices-v4 .price{
	font-size: 27px;
	line-height: 30px;
	font-weight: 500;
	font-weight: 500;
	color: #212B32;
}
@media(max-width: 991px){
	.product-price-table{
		width: 100%;
	}
	.product-price-cell{
		vertical-align: middle;
	}
	.product-info-prices-v4 .sold-in-last-wrp{
		float: right;
	}
	.product-info-prices-v4 .sold-in-last{
		text-align: center;
	}
}
#resultOfferModal{
	color: #212B31;
}
#resultOfferModal .offer-modal-wrp{
	padding-left: 10%;
	padding-right: 10%;
}
#resultOfferModal .prices-modal{
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}
#resultOfferModal .prices-modal .row > div[class*="col-"]{
	padding-top: 16px;
}
#resultOfferModal .prices-modal .price-name{
	font-weight: 500;
}
#resultOfferModal .very-small-text{
	font-size: 11px;
	line-height: 15px;
}
#resultOfferModal .button{
	color: #212B31;
	margin-top: 40px;
}

/*availability messages*/
.product-availability-messages{
	margin-bottom: 30px;
	color: #212B32;
}
.product-availability-messages .availability-message{
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	margin-bottom: 18px;
	position: relative;
}
.product-availability-messages .availability-message img{
	position: absolute;
	left: 0;
	top: 0;
}
.product-availability-messages .availability-message .name{
	padding-left: 62px;
	line-height: 19px;
}

.product-availability-messages .availability-message .name p{
	margin-bottom: 0px;
	font-size: 13px;
	display:inline;
}

.product-availability-messages .availability-message img{
	top: 50%;
	transform: translate(-50%, -50%);
	left: 20px;
}

.PDPAvailability .message{
	text-align: initial;
}

/*@media(max-width: 991px){
	.product-info-basic .brag{
		margin-top: 15px;
	}
}*/

/*.product-info-basic .reviews{
	position: absolute;
	bottom: 0;
	right: 0;

	font-size: 12px;
}
.product-info-basic .reviews ul{
	margin-bottom: 0;
}
.product-info-basic .reviews i{
	color: #f6b333;
	font-size: 16px;
}
@media(max-width: 991px){
	.product-info-basic .reviews{
		position: relative;
	}
	.product-info-basic .reviews ul{
		text-align: left;
		margin-left: -5px;
		margin-top: 20px;
	}
}*/
.product-info-features .list-buttons{
	margin-bottom: 0;
}
.product-info-features .list-buttons a{
	margin-bottom: 10px;
}
.product-info-icons{
	margin-bottom: 0;
}
.product-info-icons a{
	text-decoration: none;
}
.product-info-icons a:hover{
	text-decoration: none;
	color: inherit;
}
.product-info-icons .product-icon{
	margin-bottom: 30px;
}
.product-info-icons .product-icon .icon-img{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

	max-width: 50px;
	margin: 0 auto 5px;
}
.product-info-icons .product-icon .title{
	font-size: 13px;
	text-align: center;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 500;
}
@media(max-width: 768px){
	.product-info-icons{
		margin-bottom: 10px;
	}
}

/*durability*/
.product-info-icons .product-icon-durability{
	position: relative;
	height: 85px;
	margin-bottom: 0;
}
.product-info-icons .product-icon-durability .icon-tag-img{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;

	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-info-icons .product-icon-durability .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
}
.product-info-icons .product-icon-durability .subtitle{
	position: absolute;
	bottom: 0;
	font-size: 12px;
}
.product-info-icons .product-icon-durability .subtitle-left{
	left: 0;
}
.product-info-icons .product-icon-durability .subtitle-right{
	right: 0;
}
@media(max-width: 550px){
	.product-info-icons .product-icon-durability{
		position: relative;
		height: 75px;
	}
}
@media(max-width: 400px){
	.product-info-icons .product-icon-durability{
		position: relative;
		height: 70px;
	}
}


/*comfort*/
.product-info-icons .product-icon-comfort{
	position: relative;
	height: 60px;
	margin-bottom: 30px;
	max-width: 350px;
}
.product-info-icons .product-icon-comfort .product-icon-key-img{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 100%;
}
.product-info-icons .product-icon-comfort .product-icon-tag{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 75px;
	right: 0;
}
.product-info-icons .product-icon-comfort .icon-tag-img{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-info-icons .product-icon-comfort .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
}
@media(min-width: 992px){
	.product-info-icons .product-icon-comfort{
		position: relative;
		height: 45px;
		margin-bottom: 30px;
	}
	.product-info-icons .product-icon-comfort .product-icon-key-img{
		width: 40px;
	}
	.product-info-icons .product-icon-comfort .product-icon-tag{
		left: 50px;
	}
	.product-info-icons .product-icon-comfort .title{
		font-size: 13px;
	}
}
@media(max-width: 767px){
	.product-info-icons .product-icon-comfort{
		margin: 0 auto 20px;
	}
}

/*colour swatches*/
#swatch_hover_name, #swatch_hover_name__mobile{
	font-weight: 400;
}
.product-info-colours .product-info-colours-grid{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 25px;
}
@media(min-width: 768px){
	.product-info-colours .product-info-colours-grid .swatch-hidden-desktop{
		display: none;
	}
}
@media(max-width: 767px){
	.product-info-colours .product-info-colours-grid .swatch-hidden-mobile{
		display: none;
	}
}

.product-info-colours .product-colour{
	/*margin-bottom: 15px;*/
}
.product-info-colours .product-colour .colour-img{
	/*height: 86px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.product-info-colours .product-colour .colour-img .colour-img-wrp{
	/*height: 86px;*/
	width: 100%;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 3px;	
}
.product-info-colours .product-colour .colour-img .colour-img-wrp.selected,
.product-info-colours .product-colour .colour-img .colour-img-wrp:hover{
	border: 1px solid #212B32;
	border-radius: 12px;
}
.product-info-colours .product-colour .colour-img a{
	display: block;
	width: 100%;
	height: 100%;
}
.product-info-colours .product-colour .colour-img img{
	border-radius: 10px;
	cursor: pointer;
}
.product-info-colours .product-colour .colour-img .colour-in-baskets.on{
	position: absolute;
	right: 7px;
	top: 7px;
	width: 20px;
	height: 20px;
	content: "";
	background-image: url('/img/pdp-v4/green_tick.svg');
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media(max-width: 991px){
	.product-info-colours .product-colour .colour-img .colour-in-baskets.on{
		width: 15px;
		height: 15px;
	}
}

/*@media(max-width: 991px){
	.product-info-colours .product-info-colours-grid{
		margin-bottom: 30px;
	}
	.product-info-colours .product-colour{
		margin-bottom: 10px;
	}
	.product-info-colours .product-colour .colour-img{
		height: 50px;
		width: 50px;
	}
	.product-info-colours .product-colour .colour-img .colour-img-wrp{
		height: 46px;
		width: 46px;
	}
	.product-info-colours .product-colour .colour-img img{
		height: 38px;
		width: 38px;
	}
}*/

/*NEW Samples Basket V3 - Update V1*/
.product-info-colours .product-colour .colour-img .colour-img-wrp.samplesv3-updatev1.selected{
	position: relative;
}
.product-info-colours .product-colour .colour-img .colour-img-wrp.samplesv3-updatev1 .swatch-zoom-icon{
	display: none;
}
.product-info-colours .product-colour .colour-img .colour-img-wrp.samplesv3-updatev1.selected .swatch-zoom-icon{
	display: block;
	position: absolute;
	bottom: -5px;
	right: -5px;

	height: 30px;
	width: 30px;
	background-image: url('/img/samples-basket-v3/zoom_icon.svg');
	background-repeat: no-repeat;

	z-index: 1;
	cursor: pointer;
}
@media(max-width: 767px){
	.product-info-colours .product-colour .colour-img .colour-img-wrp.samplesv3-updatev1.selected .swatch-zoom-icon{
		height: 25px;
		width: 25px;
	}
}


/*NEAREST STORE BOX*/
.product-nearest-store{
	padding: 25px 30px 8px;
	margin-bottom: 60px;
}
/*@media(max-width: 991px){
	.product-nearest-store{
		margin-bottom: 40px;
	}
}*/
.product-nearest-store .ns-find{
	margin-bottom: 20px;
}
.product-nearest-store .ns-find .ns-label{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	padding-left: 35px;
	position: relative;
}
.product-nearest-store .ns-find .ns-label:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: url("/img/general_icons/icon_storepin_white.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	height: 30px;
	width: 40px;
}
@media(max-width: 991px){
	.product-nearest-store .ns-find .ns-label{
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.product-nearest-store .ns-find .ns-label:after{
		top: -5px;
	}
}

.product-nearest-store .ns-find .ns-form-control{
	position: relative;
}

.product-nearest-store .ns-find .ns-form-control input{
	border: 0;
	background-color: transparent;
	border-bottom: 2px solid #00729D;
	height: 40px;
	color: #fff;
	padding-left: 0;
	padding-right: 40px;
}

.product-nearest-store .ns-find .ns-form-control button{
	color: #00729D;
	font-size: 20px;
	line-height: 18px;
	padding: 10px 0 10px 20px;

	height: 40px;
	box-shadow: none;
	background-color: transparent;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.product-nearest-store .ns-find .ns-form-control button.spinner i{
	display: none;
}
.product-nearest-store .ns-find .ns-form-control button.spinner:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 0;

	background-image: url('/img/spinner.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;

	background-color: transparent;
}

.product-nearest-store .ns-find .ns-form-control #nearest_store{
	border-radius: 0;
}
.product-nearest-store .ns-find .ns-form-control #nearest_store::-webkit-input-placeholder{
	color: #fff;
	font-size: 12px;
	opacity: 1;
}
.product-nearest-store .ns-find .ns-form-control #nearest_store:-ms-input-placeholder{
	color: #fff;
	font-size: 12px;
	opacity: 1;
}
.product-nearest-store .ns-find .ns-form-control #nearest_store::placeholder{
	color: #fff;
	font-size: 12px;
	opacity: 1;
}
/*@media(min-width: 1300px){
	.product-nearest-store .ns-find .ns-label{
		line-height: 48px;
	}
}*/
/*@media(max-width: 1299px){
	.product-nearest-store .ns-find .row div[class*="col-"]{
		width: 100%;
	}
	.product-nearest-store .ns-find .ns-label{
		margin-bottom: 20px;
		text-align: center;
	}
}*/
/*@media(min-width: 768px) and (max-width: 991px){
	.product-nearest-store .ns-find .ns-form-control #nearest_store::-webkit-input-placeholder{
		font-size: 13px;
	}
	.product-nearest-store .ns-find .ns-form-control #nearest_store:-ms-input-placeholder{
		font-size: 13px;
	}
	.product-nearest-store .ns-find .ns-form-control #nearest_store::placeholder{
		font-size: 13px;
	}
}*/
/*@media(min-width: 768px){
	.product-nearest-store .ns-find .ns-form-control button{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
}*/
/*@media(max-width: 767px){
	.product-nearest-store .ns-find .ns-form-control button{
		margin-top: 10px;
		width: 100%;
	}
}*/
.product-nearest-store .ns-results{
	text-align: center;
	display: none;
	margin-bottom: 20px;
}
.product-nearest-store .ns-errors{
	display: none;
}
.product-nearest-store .ns-results .ns-store-head{
	padding: 15px;
	position: relative;
}
.product-nearest-store .ns-results .ns-store-head:after{
	position: absolute;
	content: "";
	bottom: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #425363;
	z-index: 2;
}
.product-nearest-store .ns-results .ns-store-head .title{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}

.product-nearest-store .ns-results .ns-store-content{
	padding: 40px 20px 1px;
	background-color: #fff;
}
.product-nearest-store .ns-results .ns-store-content .store-name{
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.product-nearest-store .ns-results .ns-store-content p{
	font-size: 14px;
	margin-bottom: 10px;
	color: #1B365D;
	margin-bottom: 20px;
}
/*.product-nearest-store .ns-results .ns-store-content ul{
	margin-bottom: 10px;
}
.product-nearest-store .ns-results .ns-store-content ul li{
	font-size: 14px;
	color: #1B365D;
	margin-bottom: 5px;
}*/
.product-nearest-store .ns-results .ns-store-content a{
	color: #425363;
	font-weight: 700;
	display: inline-block;
}
/*@media(max-width: 767px){
	.product-nearest-store .ns-results .ns-store-content ul li{
		font-size: 12px;
	}
}*/

/*.product-nearest-store .ns-buttons a.button{
	margin-bottom: 10px;
}
@media(min-width: 320px){
	.product-nearest-store .ns-buttons a.button span{
		position: relative;
		padding-left: 35px;
		display: inline-block;
	}
	.product-nearest-store .ns-buttons a.button span:after{
		position: absolute;
		content: "";
		width: 25px;
		height: 25px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;

		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.product-nearest-store .ns-buttons a.button span.icon-house:after{
		background-image: url('/img/general_icons_v2/icon_house.svg');
	}
	.product-nearest-store .ns-buttons a.button span.icon-samples:after{
		background-image: url('/img/general_icons_v2/icon_samples.svg');
	}
	.product-nearest-store .ns-buttons a.button span.icon-favourites-unselected:after{
		background-image: url('/img/general_icons_v2/icon_favourite_unselected_yellow.svg');
		width: 22px;
		height: 22px;
	}
	.product-nearest-store .ns-buttons a.button span.icon-favourites-selected:after{
		background-image: url('/img/general_icons_v2/icon_favourite_selected_yellow.svg');
		width: 22px;
		height: 22px;
	}
}*/

/* PRODUCT BOX - related/viewed */
.list-products-box:not(.room-box) .box-content {padding: 20px 0;} {
	margin-bottom: 30px;
}
.list-products-box .box-title{
	padding: 0;
	margin-bottom: 20px;
	color: #425363;

	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size:24px;
	line-height: 29px;
	font-weight: 700;
	/*text-transform: uppercase;*/
	/*position: relative;*/
	/*margin-bottom: 40px;*/
}
.list-products-box:not(.room-box) .box-title{
	text-align: left;
}
.list-products-box.room-box .box-title{
	text-align: center;
}

.list-products-box .box-title .title{
	position: relative;
	z-index: 1;
}

@media(min-width: 768px) and (max-width: 991px){
	.list-products-box .box-title{
		font-size: 18px;
	}
}

.list-products-box.room-box{
	position: relative;
	margin-top: 30px;
	padding-top: 50px;
}
.list-products-box .box-image{
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(5deg);
	-moz-transform: translateX(-50%) rotate(5deg);
	-o-transform: translateX(-50%) rotate(5deg);
	-ms-transform: translateX(-50%) rotate(5deg);
	transform: translateX(-50%) rotate(5deg);

	height: 60px;
}
.list-products-box .box-image img{
	height: 100%;
}

/*.list-products-box .box-title:after{
	position: absolute;
	content: "";
	bottom: -15px;
	left: 50%;
	height: 40px;
	width: 40px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	background-color: #fff;
	z-index: 0;

	-webkit-transform: translateX(-50%) rotate(135deg);
	-moz-transform: translateX(-50%) rotate(135deg);
	-o-transform: translateX(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
}
.list-products-box .box-title:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #fff;
	z-index: 1;
}
.list-products-box .box-title.blue{
	border-bottom: 2px solid #00A3E0;
}
.list-products-box .box-title.yella{
	border-bottom: 2px solid #F1B434;
}
.list-products-box .box-title.blue:after{
	border-top-color: #00A3E0;
	border-right-color: #00A3E0;
}
.list-products-box .box-title.yella:after{
	border-top-color: #F1B434;
	border-right-color: #F1B434;
}*/

.list-products-box:not(.room-box) .box-content{
	padding: 10px 0;
}
.list-products-box.room-box .box-content{
	padding: 0 15px;
}
.list-products-box .box .product-image{
	/*background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;*/
	height: 190px;
	position: relative;
	margin-bottom: 20px;
}
.list-products-box .box .name{
	font-size: 18px;
	margin-bottom: 15px;
}
.list-products-box .box .price{
	font-size: 18px;
	margin-bottom: 0;
}
.list-products-box .box .rrp-price{
	font-size: 13px;
	text-decoration: line-through;
	margin-bottom: 0;
}

@media(max-width: 1199px){
	.list-products-box .box .product-image{
		height: 140px;
	}
}
@media(max-width: 991px){
	.list-products-box .box .product-image{
		height: 110px;
	}
}
@media(max-width: 767.9px){
	.list-products-box .box .product-image{
		height: 250px;
	}
}
@media(max-width: 467px){
	.list-products-box .box .product-image{
		height: 130px;
	}
}

/* PRODUCT BOX - room pricing guide */
.room-pricing-guide{
	padding: 0 20px;
	margin-bottom: 30px;
}
.room-pricing-guide .room{
	text-align: center;
}
.room-pricing-guide .room .room-img{
	height: 90px;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;

	margin-bottom: 15px;
}
.room-pricing-guide .room .title{
	font-size: 16px;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 700;
	margin: 20px 0 10px 0;
}
.room-pricing-guide .room .price{
	font-weight: 500;
}
@media(max-width: 991px){
	.room-pricing-guide .room{
		margin-bottom: 20px;
	}
}
@media(max-width: 767px){
	.room-pricing-guide{
		margin-bottom: 0;
	}
}

/* PRODUCT BOX - room calculate size */
.room-calculate-size-vecommerce{
	margin-bottom: 30px;
}
.room-calculate-size-vecommerce.no-available{
	margin-top: 20px;
}
.room-calculate-size-vecommerce .customMsg>p{
	font-weight:700;
}
.room-calculate-size-vecommerce .title-line{
	margin-bottom: 10px;
	font-weight: 500;
}
.room-calculate-size-vecommerce .room-line{
	margin-bottom: 30px;
	font-weight: 500;
}
.room-calculate-size-vecommerce .room-line .line-total-wrp{
	display: table;
	width: 100%;
	height: 50px;
}
.room-calculate-size-vecommerce .room-line .line-total{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;

	display: table-cell;
	vertical-align: middle;
}
.room-calculate-size-vecommerce .room-line .line-total{
	text-align: right;
}
.room-calculate-size-vecommerce .room-line .line-total .subtotal{
	font-size: 14px;
	font-weight: 500;
}
@media(max-width: 991px){
	.room-calculate-size-vecommerce .room-line .line-total .subtotal{
		font-size: 12px;
	}
}
.room-calculate-size-vecommerce .room-line .line-total .equals{
	display: none;
}
.room-calculate-size-vecommerce .room-line .line-total #total_packs{
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
}
@media(min-width: 1200px){
	.room-calculate-size-vecommerce .room-line .line-total #total_packs{
		line-height: 16px;
	}
}
.room-calculate-size-vecommerce .room-line .line-unit{
	font-size: 13px;
	line-height: 50px;
}
.room-calculate-size-vecommerce .room-line .line-width .line-unit{
	position: relative;
}

.room-calculate-size-vecommerce .room-line .line-width .line-unit:after{
	position: absolute;
	content: "\f00d";
	width: 12px;
	height: 12px;

	font-family: "Font Awesome 5 Solid";
	font-size: 16px;
	color: #f6b333;

	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.room-calculate-size-vecommerce .room-line input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #425363;
  opacity: 1;
}
.room-calculate-size-vecommerce .room-line input::-moz-placeholder { /* Firefox 19+ */
  color: #425363;
  opacity: 1;
}
.room-calculate-size-vecommerce .room-line input:-ms-input-placeholder { /* IE 10+ */
  color: #425363;
  opacity: 1;
}
.room-calculate-size-vecommerce .room-line input:-moz-placeholder { /* Firefox 18- */
  color: #425363;
  opacity: 1;
}
.room-calculate-size-vecommerce .room-line input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.room-calculate-size-vecommerce .room-line input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.room-calculate-size-vecommerce .room-line input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.room-calculate-size-vecommerce .room-line input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}

.room-calculate-size-vecommerce .pricebreakdown-link a{
	font-size: 12px !important;
	line-height: 14px !important;
	font-weight: 400 !important;
}

@media(max-width: 1199px){
	.room-calculate-size-vecommerce .room-line .line-total{
		text-align: center;
		padding-top: 20px;
	}
	.room-calculate-size-vecommerce .pricebreakdown-link{
		text-align: center;
	}
}

.room-calculate-size-vecommerce .room-line input{
	border: 2px solid #d9dde0;
	height: 50px;
	color: #425363;
	background-color: #fff;
	text-align: left;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size: 16px;

	padding-left: 20px;
}
.room-calculate-size-vecommerce .room-line .input-wrp{
	padding-right: 38px;
	position: relative;
}
.room-calculate-size-vecommerce .room-line .input-wrp:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 50px;
	background-color: #D9DDE0;
	
	text-align: center;
	line-height: 50px;
}
.room-calculate-size-vecommerce .room-line .input-wrp.input-meters:after{
	content: "m";
	font-size: 14px;
}
.room-calculate-size-vecommerce .room-line select{
	border: 0;
	height: 46px;
	color: #425363;
	text-align: left;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size: 16px;

	padding-left: 20px;
}
.room-calculate-size-vecommerce .room-line .select-wrp{
	border: 2px solid #d9dde0;
}
.room-calculate-size-vecommerce .room-line .select-wrp:after{
	width: 30px;
	height: 46px;
	line-height: 50px;
}
.room-calculate-size-vecommerce .totals{
	margin-top: 20px;
	margin-bottom: 20px;
}
.room-calculate-size-vecommerce .totals p{
	font-weight: 500;
	font-size: 13px;
}
.room-calculate-size-vecommerce .totals a{
	font-weight: 400;
	font-size: 12px;
}
.room-calculate-size-vecommerce .costs p{
	font-weight: 500;
	font-size: 14px;
}
.room-calculate-size-vecommerce p.total-cost{
	font-weight: 700;
	margin-top: 20px;
}

.room-calculate-size-vecommerce .room-line .line-area{
	font-size: 16px;
	line-height: normal;
	margin-top: 16px;
	white-space: nowrap;
}
.room-calculate-size-vecommerce .room-line .line-area-m2{
	font-size: 14px;
}

/*.room-calculate-size-vecommerce .costs .costs-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.room-calculate-size-vecommerce .costs .costs-row .costs-name{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-right: 10px;
}
.room-calculate-size-vecommerce .costs .costs-row .costs-value{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;

	margin-top: auto;
}

.room-calculate-size-vecommerce .costs .costs-row.total-row{
	margin-top: 10px;
	margin-bottom: 20px;
}*/

@media(max-width: 1199px){
	/*.room-calculate-size-vecommerce .room-line .line-name{
		font-size: 15px;
	}
	.room-calculate-size-vecommerce .room-line .line-total{
		font-size: 15px;
	}
	.room-calculate-size-vecommerce .room-line .line-unit{
		font-size: 12px;
	}*/
}
	
@media(min-width: 1199px){
	/*.room-calculate-size-vecommerce .totals .total-area{
		text-align: right;
	}*/
}
@media(max-width: 1199px){
	/*.room-calculate-size-vecommerce .room-line .line-unit{
		line-height: 1.5;
		text-align: center;
	}

	.room-calculate-size-vecommerce .totals{
		text-align: center;
	}

	.room-calculate-size-vecommerce .room-line .line-length{
		position: relative;
	}*/
	/*.room-calculate-size-vecommerce .room-line .line-length:before{
		position: absolute;
		content: "\f00d";
		width: 15px;
		height: 15px;

		font-family: "Font Awesome 5 Solid";
		font-size: 15px;
		color: #f6b333;

		top: 17px;
		left: -13px;
	}*/
	/*.room-calculate-size-vecommerce .room-line .line-length:after{
		position: absolute;
		content: "\f52c";
		width: 15px;
		height: 15px;

		font-family: "Font Awesome 5 Solid";
		font-size: 15px;
		color: #f6b333;

		top: 17px;
		right: -20px;
	}*/

	/*.room-calculate-size-vecommerce .room-line .line-name{
		font-size: 14px;
	}
	.room-calculate-size-vecommerce .room-line .line-total{
		font-size: 14px;
	}*/
}

@media(max-width: 457px){
	/*.room-calculate-size-vecommerce .room-line .line-name{
		font-size: 13px;
	}
	.room-calculate-size-vecommerce .room-line .line-total{
		font-size: 13px;
	}*/
}

.room-calculate-size-vecommerce .email-title{
	font-weight: 700;
	margin-bottom: 10px;
}

/*.room-calculate-size-vecommerce .email-form-control{
	position: relative;
	margin-bottom: 10px;
}

.room-calculate-size-vecommerce .email-form-control input{
	background-color: #ECEEEF;
	border: 0;
}

.room-calculate-size-vecommerce .email-form-control button{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;

	width: auto;
	height: 48px;
	box-shadow: none;

	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}*/

.room-calculate-size-vecommerce form button:active {
	transform: none;
}

#product_calculate_area_boxes{
	margin-bottom: 30px;
}

/* TABS */
/*.tab-content{
	padding: 30px;
	border: 2px solid #d9dde0;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.tabs-desktop{
	margin-bottom: 30px;
}
.tabs-desktop .nav-tabs {
	border: 0;
}
.tabs-desktop .nav-tabs > li {
	margin-top: 0;
	margin-right: 10px;
}
.tabs-desktop .nav-tabs > li > a {
	margin: 0;
	color: #425363;
	padding: 15px 20px;
	background: #eceeef;
	text-decoration: none;
	outline: 0;
	border: 0;
	line-height: normal;
}
.tabs-desktop .nav-tabs > li > a:hover{
	color: #425363;
	background: #fff;
	position: relative;
}
.tabs-desktop .nav-tabs > li > a:hover:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #d9dde0;
	border-bottom: 0;
}

.tabs-desktop .nav-tabs > li.active > a,
.tabs-desktop .nav-tabs > li.active > a:focus,
.tabs-desktop .nav-tabs > li.active > a:hover {
	color: #425363;
	background: #fff;
	position: relative;
}

.tabs-desktop .nav-tabs > li.active > a:after,
.tabs-desktop .nav-tabs > li.active > a:focus:after,
.tabs-desktop .nav-tabs > li.active > a:hover:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #d9dde0;
	border-bottom: 0;
}
.tabs-desktop .nav-tabs > li.active > a:before,
.tabs-desktop .nav-tabs > li.active > a:focus:before,
.tabs-desktop .nav-tabs > li.active > a:hover:before{
	position: absolute;
	content: "";
	bottom: -2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 2px;
	background-color: #fff;
}

.tabs-responsive{
	margin-bottom: 30px;
}
.tabs-responsive .headers-list{
	margin: 0;
}
.tabs-responsive .headers-list > li {
	margin: 0;
	position: relative;
}
.tabs-responsive .headers-list > li.heading > a{
	outline: 0;
	padding: 15px 83px 15px 30px;
	margin: 0;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #425363;
	color: #fff;
}
.tabs-responsive .headers-list > li.heading > a:after{
	font-family: "Font Awesome 5 Light";
	content: "\f106";
	position:absolute;
	right: 30px;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.tabs-responsive .headers-list > li.heading span{
	position:absolute;
	top:0;
	right:0;
	width: 73px;
	height: 43px;
	display:inline-block;
	cursor: pointer;
}
.tabs-responsive .headers-list > li.heading span:after {
	content: "\f106";
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0;
	float: right;
	font-family: "Font Awesome 5 Light";
	text-align: center;
	position: absolute;
	color: #ffffff;

	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.tabs-responsive .headers-list > li.heading.close-list > a{
	background-color: #eceeef;
	color: #425363;
}
.tabs-responsive .headers-list > li.heading.close-list > a:after {
	content: "\f107";
}
.tabs-responsive .headers-list > li.heading.close-list span:after {
	content: "\f107";
}
.tabs-responsive .headers-list > li.heading > ul{
	padding: 20px 30px;
}
.tabs-responsive .headers-list > li.heading > ul li{
	margin: 5px 0;
}
.tabs-responsive .headers-list > li.heading > ul li a{
	text-decoration: none;
}

@media(min-width: 992px){
	.tabs-desktop{
		display: block;
	}

	.tabs-responsive{
		display: none;
	}
}

@media(max-width: 991px){
	.tabs-desktop{
		display: none;
	}

	.tabs-responsive{
		display: block;
	}
}*/

/* SLICK - product page slider */
/*.slick-product-slider{
	padding: 0 60px;
	margin-top: 30px;
}
.slick-product-slider img{
	padding: 0 10px;
}
.slick-product-slider .slick-prev::before, .slick-product-slider .slick-next::before{
	font-family: "Font Awesome 5 Regular";
	font-size: 24px;
	color: #425363;
	opacity: 1;
}
.slick-product-slider .slick-prev::before{
	content: "\f053";
}
.slick-product-slider .slick-next::before{
	content: "\f054";
}
.slick-product-slider .slick-prev, .slick-product-slider .slick-next{
	box-shadow: none;
	border-radius: 0;
	height: 80px;
	width: 80px;
	z-index: 3;
}

@media(max-width: 767px){
	.slick-product-slider{
		padding: 0 20px;
	}
	.slick-product-slider .slick-prev, .slick-product-slider .slick-next{
		height: 35px;
		width: 35px;
	}
	.slick-product-slider .slick-prev{
		left: -10px;
	}
	.slick-product-slider .slick-next{
		right: -10px;
	}
}*/

/* BREADCRUMBS */
/*
.product-breadcrumb {
	padding: 5px 0 0;
	margin-bottom: 30px;
	list-style: none;
	background-color: transparent;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
	color: #425563;
}
.product-breadcrumb > li {
	display: inline-block;
}
.product-breadcrumb > li > a{
	font-weight: 500;
	text-decoration: none;
	font-size: 15px;
}
.product-breadcrumb > li > a:hover{
	font-weight: 500;
	text-decoration: underline;
	color: #425563;
}
.product-breadcrumb > .active {
	color: #425563;
	font-weight: 400;
}

@media(max-width: 991px){
	.product-breadcrumb {
		margin-bottom: 20px;
	}
}
*/
.product-breadcrumb {
	padding: 8px 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
}
.product-breadcrumb > li {
	display: inline-block;
}
/*.product-breadcrumb > li + li:before {
	padding: 0 10px 0 5px;
	color: inherit;
	content: "\003e";
}*/
.product-breadcrumb > li > a{
	font-weight: 500;
}
.product-breadcrumb > .active {
	color: inherit;
	font-weight: 500;
}

@media(max-width: 991px){
	.product-breadcrumb {
		margin-bottom: 5px;
		/*margin-top: -20px;*/
	}
}

@media(max-width: 767px){
	.product-breadcrumb {
		padding: 0;
	}
	.product-breadcrumb > li,
	.product-breadcrumb > li > a{
		font-size: 14px;
	}
	.product-breadcrumb > li > i {
		color: #455362 !important;
	}
}

/*V4 - mobile*/
.product-breadcrumb-mobile{
	border-top: 1px solid #D9DDE0;
	border-bottom: 1px solid #D9DDE0;
}
.product-breadcrumb-mobile .section{
	margin-bottom: 0;
}

/* TESTIMONIALS - Product Page only */
/*.product-page .testimonial-box .testimonial-text{
	font-size: 16px;
}

@media(min-width: 992px){
	.product-page .testimonial-box{
		background-color: #fff;
	}
	.product-page .testimonial-box:before{
		width: 25px;
		height: 25px;
		background-image: url('/img/general_icons/icon_quote_start_white.svg');
	}
	.product-page .testimonial-box:after{
		width: 25px;
		height: 25px;
		background-image: url('/img/general_icons/icon_quote_end_white.svg');
	}
}
*/
/* IE Overlay fix (Maks, reported on 09-07-2019 by Dan) */
.zoomContainer .zoomWindow{
	z-index:8 !important; /*Z-index just below .overlayContainer */
}

/* NEW STYLES SEPTEMBER 2019 */

/*@media(max-width: 991px){
	.main-img-wrp{
		height: 500px;
	}
}
@media(max-width: 767px){
	.main-img-wrp img{
		object-position: bottom center;
	}
}
@media(max-width: 575px){
	.main-img-wrp{
		height: 400px;
	}
}
@media(max-width: 450px){
	.main-img-wrp{
		height: 300px;
	}
}*/


/* INFO COLUMNS */
.product-info-columns{
	margin-bottom: 60px;
}
.product-info-columns .info-column h3{
	margin-bottom: 20px;
}
.product-info-columns .info-column ul{
	margin-bottom: 24px;
}

.product-info-columns .info-column ul li:not(:last-child){
	margin-bottom: 10px;
}

@media(min-width: 992px){
	.product-info-columns .info-column{
		padding-right: 30px;
		padding-left: 30px;
		position: relative;
	}

	.product-info-columns .row > :first-child:after{
		position: absolute;
		content: "";
		right: 0;
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #D9DDE0;
	}
	.product-info-columns .row > :last-child:after{
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #D9DDE0;
	}

	.product-info-columns .row > :first-child .info-column{
		padding-left: 0;
		padding-right: 30px;
	}
	.product-info-columns .row > :last-child .info-column{
		padding-left: 30px;
		padding-right: 0;
	}
	.product-info-columns .info-column p:last-child{
		margin-bottom: 0;
	}
}
@media(max-width: 991px){
	.product-info-columns .row > :not(:last-child) .info-column{
		border-bottom: 2px solid #D9DDE0;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 1340px){
	#rc-imageselect, .g-recaptcha {transform:scale(0.9);-webkit-transform:scale(0.9);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width: 575px){
	#rc-imageselect, .g-recaptcha {transform:scale(0.9);-webkit-transform:scale(0.9);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/*YOU MAY ALSO LIKE*/

@media(min-width: 768px){
	.may-also-like{
		margin-bottom: 40px;
	}
}
@media(max-width: 767px){
	.may-also-like{
		margin-bottom: 0;
	}
	.may-also-like .box{
		margin-bottom: 30px;
	}
}

/* ~~~~~~~~~~ room-size banner for Riverdale Twist - 2020-02-07 ~~~~~~~~~~ */
.room_size_banner {
	margin-bottom:40px;
	padding:0 10px;
	text-align:center;
}
.room_size_banner a {
	display:inline-block;
	margin-top:10px
}
.room_size_banner_top {
	background-color:#bbdde6;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:10px 0;
	font-size:18px;
}
.room_size_banner_bottom {
	background-color:#e4f1f5;
	text-align:center;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.room_size_banner_bottom div {
	float:left;
	width:20%;
	padding:20px 5px;
}
.room_size_banner_bottom:after {
	content:" ";
	display:table;
	clear:both;
}
.room_size_banner_bottom p {
	margin:0;
}
.room_size_banner_bottom p strong:before {
	content:' ';
	display:block;
}
@media(max-width:1100px){
	.room_size_banner_bottom div p {font-size:14px;}
}
@media(max-width:990px){
	.room_size_banner_bottom div {float:none; width:100%; padding:10px 5px;}
	.room_size_banner_bottom div p {font-size:18px;}
	.room_size_banner_bottom p strong:before { display:none; }
}
@media(max-width:767px){
	.room_size_banner_bottom div {float:left; width:20%; padding:20px 5px;}
	.room_size_banner_bottom p strong:before { display:block; }
}
@media(max-width:650px){
	.room_size_banner_bottom div p {font-size:14px;}
}
@media(max-width:650px){
	.room_size_banner_bottom div {float:none; width:100%; padding:10px 5px;}
	.room_size_banner_bottom div p {font-size:18px;}
	.room_size_banner_bottom p strong:before { display:none; }
}


/* ~~~~~~~~~~ distinct styles for the discontinued page ~~~~~~~~~~ */
.discontinued .prices {
	margin-bottom:0;
	margin-right:25px;
}
.discontinued .subtitle {
	margin-bottom:0;
}
.discontinued .message {
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-top:13px;
	color:#E50944;
	margin-right:25px;
}
.discontinued .may-also-like .box-title {
	margin-bottom:0;
	font-weight:500;
}
.discontinued .may-also-like .clearfix {margin-bottom:20px;}
.discontinued .may-also-like .clearfix:last-child {margin-bottom:0;}

.discontinued .may-also-like .box-links {
	text-align:center;
	padding-top:0;
}
.discontinued .may-also-like .view-button {
	color:#ffffff;
	padding-left:50px;
	padding-right:50px;
	font-size:16px;
}
@media(max-width: 767.9px){
	.discontinued .may-also-like .view-button {display:block; width:100%}
}

.discontinued .home-section-box {
	height:240px;
}
@media(max-width: 767.9px){
	.discontinued .home-section-box {height:140px;}
}
.discontinued a.button {
	font-size:20px;
	margin-bottom:25px;
	padding-left:0;
	padding-right:0;
}
@media(max-width:767px){
	.discontinued a.button {
		font-size:16px;
	}
}

/****************************/
/****************************/
/****************************/
/*REQUEST A QUOTE*/
/****************************/
/****************************/
/****************************/


/*button*/
.request-quote-tmp{

}
.request-quote-tmp a{
	display: inline-block;
	color: #425363;
	font-weight: 700;
	font-size: 16px;

	width: 100%;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
a.book-store-appointment-tmp{
	padding-left: 10px;
	padding-right: 10px;
	color: #425363;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

/*Temporarly for live until promo uploaded*/
/*.buttons-tmp #btnSample, .buttons-tmp .samples input[type="submit"]{
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
}
.buttons-tmp #btnSample + span{
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
}*/

@media(min-width: 768px) and (max-width: 991px){
	.buttons-tmp #requestQuote_button, .buttons-tmp #btnSample{
		font-size: 16px;
		/*Temporarly for live until promo uploaded*/
		/*padding-left: 5px;
		padding-right: 5px;*/
	}
}

/*modal general*/
.request-quote-tapi-modal{

}

.request-quote-tapi-modal #submit_form{
	margin-bottom: 20px;
}

@media(min-width: 768px){
	.request-quote-tapi-modal .modal-dialog{
		width: 700px;
	}
}

.request-quote-tapi-modal .modal-header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1051;
	padding-top: 5px;
	padding-right: 10px;
}
.request-quote-tapi-modal .modal-header .close{
	color: #F6B333;
	text-shadow: 0 1px 0 #F6B333;
}

.request-quote-tapi-modal .modal-body .titles{
	background-color: #1B365D;
	color: #fff;
	padding: 20px;
}
.request-quote-tapi-modal .modal-body .titles .title{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.request-quote-tapi-modal .modal-body .titles .subtitle{
	margin-top: 5px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}
.request-quote-tapi-modal .modal-body .form-wrp{
	padding: 30px;
}
.request-quote-tapi-modal .modal-body .form-wrp .form-section-title{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: 2px solid #F6B333;
	margin-bottom: 30px;
}
.request-quote-tapi-modal .modal-body .form-wrp .form-section-content{
	margin-bottom: 40px;
}

/*form*/
.request-quote-tapi-modal .modal-body .form-wrp input[type="text"],
.request-quote-tapi-modal .modal-body .form-wrp input[type="email"],
.request-quote-tapi-modal .modal-body .form-wrp select{
	background-color: #ECEEEF;
	border: 2px solid #D9DDE0;
	border-radius: 0;
	height: 40px;

	font-size: 14px;
	font-weight: 500;
	color: #425363;
}
.request-quote-tapi-modal .modal-body .form-wrp input[type="text"]:focus,
.request-quote-tapi-modal .modal-body .form-wrp input[type="email"]:focus,
.request-quote-tapi-modal .modal-body .form-wrp select:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.request-quote-tapi-modal .modal-body .form-wrp input[type="text"].inputError,
.request-quote-tapi-modal .modal-body .form-wrp input[type="email"].inputError{
	border:2px solid #e76433;
}

.request-quote-tapi-modal .modal-body .form-wrp input[type="submit"]{
	color: #425363;
	font-size: 16px;
	font-weight: 700;
}

.request-quote-tapi-modal .modal-body .form-wrp .checkbox-general{
	margin-bottom: 20px;
}
.request-quote-tapi-modal .modal-body .form-wrp .checkbox-general label{
	font-weight: 500;
	font-size: 16px;
	padding-left: 20px;
}
.request-quote-tapi-modal .modal-body .form-wrp .checkbox-general input[type="checkbox"]{
	margin-left: -20px;
}

.request-quote-tapi-modal .modal-body .form-wrp .gdpr_text{
	margin-bottom: 5px;
	padding-left: 20px;
}

.request-quote-tapi-modal .modal-body .form-wrp #enter_manually_fields{
	display: none;
}

.request-quote-tapi-modal .modal-body .form-wrp #postcode_lookup {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff !important;
}
.request-quote-tapi-modal .modal-body .form-wrp #postcode_lookup_failed {
	font-size:14px;
	margin-bottom:0;
	color:#e50944;
	display:none;
}

.request-quote-tapi-modal .modal-body .form-wrp .postcode-wrp {
	position: relative;
}
.request-quote-tapi-modal .modal-body .form-wrp #postcode {
	width:150px;
	border-right: 0;
}
.request-quote-tapi-modal .modal-body .form-wrp #postcode_lookup {
	width: auto;
	height: 40px;
	padding: 0 15px;

	position: absolute;
	top: 0;
	left: 150px;
}

@media(max-width: 992px){
	.request-quote-tapi-modal .modal-body .form-wrp .form-group label{
		padding-bottom: 5px;
	}
}

@media(min-width: 768px){
	.request-quote-tapi-modal .modal-body .form-wrp #postcode {
		width:150px;
	}
	.request-quote-tapi-modal .modal-body .form-wrp #postcode_lookup {
		left: 150px;
	}
}
@media(max-width: 767px){
	.request-quote-tapi-modal .modal-body .form-wrp #postcode {
		width:50%;
	}
	.request-quote-tapi-modal .modal-body .form-wrp #postcode_lookup {
		left: 50%;
		width: 50%;
		padding: 0 5px;
	}
}

.request-quote-tapi-modal #requestQuote_errors{
	margin-bottom: 10px;
}

/*rooms*/
.request-a-quote-rooms{

}
.request-a-quote-rooms .line-head{
	font-size: 13px;
	font-weight: 500;
}
.request-a-quote-rooms .line-head-size{
	text-align: center;
	margin-bottom: 5px;
}
.request-a-quote-room-line{

}
.request-a-quote-room-line .line-room{

}
.request-a-quote-room-line .line-size input{
	text-align: center;
}
.request-a-quote-room-line .line-size input::-webkit-input-placeholder{
	color: #425363;
	opacity: 1;
}
.request-a-quote-room-line .line-size input:-ms-input-placeholder{
	color: #425363;
	opacity: 1;
}
.request-a-quote-room-line .line-size input::placeholder{
	color: #425363;
	opacity: 1;
}
.request-a-quote-room-line .line-unit{
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	margin: 5px 0;
}

.request-a-quote-rooms #request_quote_add_another_room{
	font-size: 12px;
	font-weight: 400;
}

/*swatches*/
.request-quote-tapi-modal .swatches-grid{
	margin-bottom: -15px;
}
.request-quote-tapi-modal .col-swatch-colour{
	width: 12.5%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

.request-quote-tapi-modal .swatch-colour{

}
.request-quote-tapi-modal .swatch-colour .colour-img{
	height: 60px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	/*border: 2px solid transparent;*/
}
.request-quote-tapi-modal .swatch-colour .colour-img.selected{
	border: 2px solid #F6B333;
}
.request-quote-tapi-modal .swatch-colour .colour-img input{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.request-quote-tapi-modal .swatch-colour .title{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 15px;
}

@media(min-width: 768px){
	.request-quote-tapi-modal .swatches-grid #requestQuote_swatchesShowMore{
		display: none;
	}
}
@media(max-width: 767px){
	.request-quote-tapi-modal .col-swatch-colour{
		width: 25%;
	}

	.request-quote-tapi-modal .swatches-grid #requestQuote_swatchesCollapse{
		display: none;
	}
}


/*products & services*/
.request-quote-tapi-modal .products-services{

}
.request-quote-tapi-modal .products-services .checkbox-section label{
	font-weight: 500;
	font-size: 14px;
}

/*success modal*/
.request-quote-tapi-modal .success-message{
	text-align: center;
}
.request-quote-tapi-modal #successQuote_close{
	color: #425363;
	font-size: 16px;
	font-weight: 700;
}
.request-quote-tapi-modal .modal-body .titles img{
	display: block;
	margin: 0 auto;
	max-width: 50px;
	margin-bottom: 20px;
}

/*new power-box*/
.power-box-vecommerce{
	background-color: #ECEEEF;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.power-box-vecommerce input[type="submit"].yella, .power-box-vecommerce button.yella{
	color: #425363;
	font-size: 14px;
	line-height: 18px;
	padding: 18px 10px;
	width: 100%;
	font-weight: bold;
}
.power-box-vecommerce a.grey{
	color: #425363;
	font-size: 14px;
	line-height: 18px;
	padding: 18px 10px;
	font-weight: bold;
	width: 100%;
}
.power-box-vecommerce a.steel{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 18px 10px;
	font-weight: bold;
	width: 100%;
}
.power-box-vecommerce button.outline-button.outline-button-disabled{
	font-size: 14px;
	line-height: 18px;
	padding: 18px 10px;
	font-weight: bold;
}

@media(max-width: 767.99px){
	#calculatePriceReserveNow{
		padding-top: 9px;
		padding-bottom: 9px;
	}
}

/*.power-box-vecommerce .link-buttons ul{
	margin-left: -12px;
}
.power-box-vecommerce .link-buttons ul > li{
	padding-left: 12px;
	padding-right: 12px;
}
.power-box-vecommerce .link-buttons a, .power-box-vecommerce .link-buttons a:link, .power-box-vecommerce .link-buttons a:visited, .power-box-vecommerce .link-buttons a:active{
	text-decoration: none !important;
	color: #425363;
	cursor: pointer;
}
.power-box-vecommerce .link-buttons a:hover{
	color: #425363;
}
.power-box-vecommerce .link-button{
	text-align: center;
}
.power-box-vecommerce .link-button .title{
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	text-decoration: none;
}
.power-box-vecommerce .link-button img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
@media(min-width: 1200px){
	.power-box-vecommerce .link-buttons{
		padding: 0 25px;
	}
}*/

.power-box-vecommerce .offer-box{
	border: 1px solid #E50944;
	padding: 15px 20px;
	margin-bottom: 20px;
	display: none;
}
.power-box-vecommerce .offer-box.red{
	color: #E50944;
}
.power-box-vecommerce .offer-box .title{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
.power-box-vecommerce .offer-box .offer-total-price{
	font-size: 20px;
	line-height: 18px;
	font-weight: 700;
	text-align: right;
}
.power-box-vecommerce .offer-box .tc-bar{
	font-size: 10px;
	line-height: 14px;
	margin-top: 5px;
}

.power-box-vecommerce .button{
	margin-bottom: 18px;
}

.power-box-vecommerce .ecommerce-bottom-line{
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
}
@media(min-width: 1200px){
	.power-box-vecommerce .monthlycalc-link{
		text-align: right;
	}
}
@media(max-width: 1199px){
	.power-box-vecommerce .ecommerce-bottom-line{
		text-align: center;
	}
	.power-box-vecommerce .monthlycalc-link{
		margin-top: 10px;
	}
}

.power-box-vecommerce .description-box{
	border: 1px solid #A2B0BA;
	padding: 15px 20px;
}
.power-box-vecommerce .description-box a{
	font-weight: 500;
}

/*Accordion Section*/
.pdp-accordion-section{
	/*margin-bottom: 36px;*/
}
.pdp-accordion-section > h3{
	padding-bottom: 10px;
	border-bottom: 2px solid #ECEEEF;
	font-weight: 400;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.pdp-accordion-content h3.sub-heading{
	margin-bottom: 20px;
}
@media(max-width: 767px){
	.pdp-accordion-section{
		/*margin-bottom: 6px;*/
	}
	.pdp-accordion-section > h3{
		cursor: pointer;
		padding-right: 30px;
	}
	.pdp-accordion-section > h3.open{
		margin-bottom: 20px;
	}
	.pdp-accordion-section > h3:after{
		content: "\f068";
		font-family: "Font Awesome 5 Light";
		font-size: 20px;
		color: #425363;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: 400;
	}
	.pdp-accordion-section h3.open:after{
		content: "\f067";
		font-weight: 400;
	}
}

.pdp-accordion-section > h3.v4{
	border-bottom: 0;
	padding-top: 10px;
	line-height: 16px;
	font-size: 14px;
}

/*Accordion Content*/
.pdp-accordion-content{
	padding-top: 30px;
}
#alsoViewedInModal .pdp-accordion-content{
	padding-top: 10px;
}
.browsemore{
	padding-bottom: 10px;
}
.pdp-accordion-content--no-padd{
	padding-top: 0;
}
@media(max-width: 767.99px){
	.pdp-accordion-content.defaultOff{
		display: none;
	}
}
.pdp-accordion-content.v4{
	padding-top: 5px;
}
.pdp-accordion-content .tapi-icon-list{
	margin-bottom: 50px;
}
.pdp-accordion-content .tapi-icon-list li{
	margin-bottom: 10px;
}
/*@media(max-width: 991px){
	.pdp-accordion-content .tapi-icon-list{
		margin-bottom: 30px;
	}
}*/

/* roomvo changes*/
.vlp-button{
	margin-top: 10px;
	margin-bottom: 10px !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
#samplesModal_swatches button.steel, .vlp-button{
	transition:background-color 0s !important;
}
#samplesModal_swatches button.steel div, .vlp-button div{
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
}
.vlp-button div{
	color: #582C83;
}
.roomvo-stimr[data-active="false"]{
	display: none;
}

.vlp-image-banner{
	padding: 0 !important;
	margin-bottom: 40px;
	border: 1px solid #D9DDE0;
	cursor: pointer;
}

/*orderline*/
.pdp-orderline{
	border: 1px solid #D9DDE0;
	text-align: center;
	padding: 18px 10px;
}

.pdp-orderline .orderline{
	font-size: 13px;
}

/*new sections - spacings*/
.pdp-section-why-love{
	margin-top: 60px;
	margin-bottom: 60px;
}
.pdp-why-love p:last-child{
	margin-bottom: 0;
}
/*@media(max-width: 991px){
	.pdp-section-why-love{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}*/

.pdp-quick-links{
	margin-bottom: 60px;
}
/*@media(max-width: 991px){
	.pdp-quick-links{
		margin-bottom: 40px;
	}
}*/

.pdp-product-description{
	margin-bottom: 60px;
}
/*@media(max-width: 991px){
	.pdp-product-description{
		margin-bottom: 40px;
	}
}*/

/*PDP image*/
/*.pdp-v2-images .pdp-optimized-image{
	height: 634px;
}*/
@media(min-width: 768px){
	.pdp-v2-images{
		padding-bottom: 40px;
		/*transition: padding-top 0.4s;*/
		position: sticky;
		top: 15px;
	}
}

.pdp-v2-images .pdp-optimized-image{
	position: relative;
}
.pdp-v2-images .pdp-optimized-image .optimized-image{
	height:100%;
	object-fit:cover;
	object-position: 50% bottom;
	width:100%;
}

.pdp-v2-images .pdp-optimized-image-thumb{
	height: 78px;
}
.pdp-v2-images .pdp-optimized-image-thumb .optimized-image-thumb{
	height:100%;
	object-fit:cover;
	object-position: 50% bottom;
	width:100%;

	cursor: pointer;
}
.pdp-v2-images .pdp-optimized-image .roomvo-cta-wrp{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90px;
	height: 80px;
	z-index: 1;
	display: none;
}
.pdp-v2-images .pdp-optimized-image .roomvo-cta-measure-wrp{
	position: absolute;
	top: 110px;
	right: 10px;
	width: 90px;
	height: 80px;
	z-index: 1;
}
.pdp-v2-images .pdp-optimized-image .roomvo-cta-wrp.on{
	display: block;
}
.pdp-v2-images .pdp-optimized-image .roomvo-cta-wrp a:hover, .pdp-v2-images .pdp-optimized-image .roomvo-cta-measure-wrp a:hover{
	text-decoration: none;
}
.pdp-v2-images .pdp-optimized-image .roomvo-cta{
	border-radius: 5px;
	box-shadow: 0px 2px 5px #0000001A;
	background-color: #FFFFFF;
	cursor: pointer;
	color: #212B32;
	padding: 15px 10px;
}
.pdp-v2-images .pdp-optimized-image .roomvo-cta .title{
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-weight: 500;
}
.pdp-v2-images .pdp-optimized-image .roomvo-cta .image{
	margin-bottom: 10px;
}
.pdp-v2-images .pdp-optimized-image .customer-image-badge{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	/* border-radius: 60px; */
	background-color: #415569;
	padding: 7px 13px;
	color: #F6B436;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}
@media(max-width: 767px){
	.pdp-v2-images .pdp-optimized-image .roomvo-cta-wrp{
		width: 80px;
		height: 70px;
	}
	.pdp-v2-images .pdp-optimized-image .roomvo-cta{
		padding: 10px 5px;
	}
}

.slick-product-images-slider-thumbs-v2{
	padding: 0 42px;
	margin-top: 0;
	margin-bottom: 0;
}
.slick-product-images-slider-thumbs-v2 img{
	padding: 0 7px;
}
.slick-product-images-slider-thumbs-v2 .slick-prev::before, .slick-product-images-slider-thumbs-v2 .slick-next::before{
	font-family: "Font Awesome 5 Regular";
	font-size: 24px;
	color: #425363;
	opacity: 1;
}
.slick-product-images-slider-thumbs-v2 .slick-prev::before{
	content: "\f053";
	text-align: right;
}
.slick-product-images-slider-thumbs-v2 .slick-next::before{
	content: "\f054";
	text-align: right;
}
.slick-product-images-slider-thumbs-v2 .slick-prev, .slick-product-images-slider-thumbs-v2 .slick-next{
	box-shadow: none;
	border-radius: 0;
	height: 42px;
	width: 42px;
	z-index: 3;
}
.slick-product-images-slider-thumbs-v2 .slick-prev{
	left: 0;
	text-align: left;
}
.slick-product-images-slider-thumbs-v2 .slick-next{
	right: 0;
	text-align: right;
}

.slick-product-images-slider-v2{
	/*margin-bottom: 30px;*/
	
}
/*@media(min-width: 768px){
	.slick-product-images-slider-v2{
		display: none !important;
	}
}*/

@media(max-width: 767px){
	.slick-product-images-slider-thumbs-v2{
		display: none !important;
	}

	.pdp-v2-images{
		margin-left: -15px;
		margin-right: -15px;
	}
	.slick-product-images-slider-v2{
		margin-bottom: 0 !important;
	}
	.slick-product-images-slider-v2 .slick-dots{
		bottom: 5px;
		display: none;
	}
	.slick-product-images-slider-v2 .slick-dots li{
		margin: 0;
	}
	.slick-product-images-slider-v2 .slick-dots li button::before{
		font-size: 10px;
		color: #fff;
		opacity: 1;
	}
	.slick-product-images-slider-v2 .slick-dots li.slick-active button::before{
		color: #425363;
		opacity: 1;
	}
}

/*spec table*/
.pdp-table{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 60px;
}
.pdp-table .table-line{
	padding: 12px 20px;
}
.pdp-table .table-line:nth-child(odd){
	background-color: #ECEEEF;
}
.pdp-table .table-line .name{
	font-weight: bold;
}
.pdp-table .table-line .value{
	text-align: right;
}
/*@media(max-width: 991px){
	.pdp-table{
		margin-bottom: 40px;
	}
}*/

/* pdp ifc calc */
/* ifc calc styles on common.css - standalone */
.pdp-ifc{
	margin-bottom: 30px;
}
.pdp-ifc .ifc-link{
	margin-bottom: 30px;
}
/*@media(max-width: 991px){
	.pdp-ifc{
		margin-bottom: 10px;
	}
}*/
.pdp-ifc-calc{
	margin-bottom: 28px;
}

/*code reveal*/
.pdp-code-reveal .code-reveal{
	margin-top: 0;
	margin-bottom: 60px;
}
/*@media(max-width: 991px){
	.pdp-code-reveal .code-reveal{
		margin-bottom: 40px;
	}
}*/

/*tapi slider v2*/
.tapi-fluid-slider{
	margin-bottom: 40px !important;
}
/*@media(max-width: 991px){
	.tapi-fluid-slider{
		margin-bottom: 20px !important;
	}
}*/

/*show more link*/
.show-more-swatches{
	font-size: 13px;
	font-weight: 500 !important;
	line-height: 19px;
	color: #425363 !important;
	margin-bottom: 15px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none !important;
}
.show-more-swatches i{
	font-size: 15px;
	line-height: 19px;
}
.show-more-swatches-wrp{
	display: none;
}
@media(min-width: 768px){
	.show-more-swatches-wrp.show-more-desktop{
		display: block;
		text-align: center;
	}
}
@media(max-width: 767px){
	.show-more-swatches-wrp.show-more-mobile{
		display: block;
	}
	.show-more-swatches-wrp{
		text-align: center;
		margin-top: 5px;
	}
	.show-more-swatches{
		margin-bottom: 10px;
	}
}

/*breakdown modal*/
.product-price-breakdown{
	padding: 30px;
}
.product-price-breakdown h2{
	text-align: center;
}
.pfb-line{
	border-bottom: 1px solid #D9DDE0;
	padding: 13px 0;
	
}
.pfb-line .title{
	text-align: left !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 500 !important;
}
.pfb-line.totals .title{
	font-size: 16px !important;
	font-weight: 700 !important;
}
.pfb-line .value{
	text-align: right !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
}
.pfb-line.totals .value{
	font-size: 16px !important;
	font-weight: 700 !important;
}

.pfb-buttons{
	padding-top: 20px;
}
.pfb-buttons .button{
	color: #425363;
	font-size: 14px;
	line-height: 18px;
	padding: 18px 10px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	transition:background-color 0s !important;
}

#pfb_dimensions{
	font-size: 22px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

/*video modal*/
#productVideoModal .modal-dialog{
	width: 800px;
}
@media(max-width: 991px){
	#productVideoModal .modal-dialog{
		width: 95%;
	}
}

/*MAGIC ZOOM PLUS*/
.MagicZoom{
	height: 100% !important;
	width: 100% !important;
}

figure.mz-figure{
	height: 100% !important;
	width: 100% !important;
}

figure.mz-figure img.optimized-image{
	max-height: none !important;
	max-width: none !important;
}

:root:not(.mobile-magic) button.mz-button:hover, button.mz-button:active{
	color: #425363 !important;
	background-color: rgba(255,255,255,0.5) !important;
}
button.mz-button{
	color: #425363 !important;
	background-color: rgba(255,255,255,0.5) !important;
}

@media(max-width: 767px){
	.mz-hint{
		bottom: 35px;
	}
}

/*Ecommerce Designs additions*/
.cta-buttons{
	margin-bottom: 15px;
}
.cta-buttons .samples #frmSampleVEcommerce{
	display: none;
}
.cta-buttons a, .cta-buttons input[type="submit"]{
	font-size: 14px;
	line-height: 16px;
	font-weight: 500; /*font-weight: 700;*/
	color: #425363;
	padding: 15px 5px;
	margin-bottom: 15px;
}
.cta-buttons a.button.yella{
	padding-top: 17px;
	padding-bottom: 16px;
	color: #212b31;
}
.cta-buttons a.button.grey{
	padding-top: 17px;
	padding-bottom: 16px;
}
.cta-buttons a.button.steel{
	padding-top: 17px;
	padding-bottom: 16px;
}
@media(max-width: 1199px){
	.cta-buttons .row{
		margin-right: -5px;
		margin-left: -5px;
	}

	.cta-buttons .row > div[class*="col-"]{
		padding-left: 5px;
		padding-right: 5px;
	}

	.cta-buttons a, .cta-buttons input[type="submit"]{
		/*font-size: 12px;
		line-height: 12px;*/
	}
}

@media(min-width: 768px){
	.cta-buttons{
		margin-bottom:15px;
	}
}

/*power box bar*/

/* version 1
.power-box-ecommerce-bar{
	padding: 15px 30px;
}
.power-box-ecommerce-bar .title{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.power-box-ecommerce-bar .how-works-trigger{
	text-align: right;
}
.power-box-ecommerce-bar .how-works-trigger a{
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
*/
.power-box-ecommerce-bar{
	padding: 15px 45px 15px 30px;
	position: relative;
}
.power-box-ecommerce-bar .icon-how-works-trigger{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
@media(min-width: 992px){
	.power-box-ecommerce-bar img{
		height: 20px;
	}
}
@media(max-width: 991px){
	.power-box-ecommerce-bar.delivery img{
		height: 30px;
	}
	.power-box-ecommerce-bar.collection img{
		height: 25px;
	}
}
/*@media(min-width: 992px){
	.power-box-ecommerce-bar.collection img{
		max-width: 320px;
	}
	.power-box-ecommerce-bar.delivery img{
		max-width: 470px;
	}
}
@media(max-width: 991px){
	.power-box-ecommerce-bar.collection img{
		max-width: 190px;
	}
	.power-box-ecommerce-bar.delivery img{
		max-width: 260px;
	}
}*/

/*ecommerce modals - baket updated*/
.add-to-basket-table{
	margin-bottom: 30px;
}
.add-to-basket-table .table-row{
	padding: 10px 0;
}
.add-to-basket-table .table-row:not(:last-child){
	border-bottom: 1px solid #D9DDE0;
}
.add-to-basket-table .table-row .col-40px{
	width: 50px;
	float: left;
}
.add-to-basket-table .table-row .col-rest-40px{
	width: calc(100% - 50px);
	float: left;
}
.add-to-basket-table .name{
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.add-to-basket-table .units{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}
.add-to-basket-table .price{
	font-size: 16px;
	line-height: 18px;
}

.add-to-basket-table .image{
	width: 40px;
	height: 40px;
}
.add-to-basket-table .image img{
	height:100%;
	object-fit:cover;
	width:100%;
	object-position: 50% bottom;
}

@media(max-width: 767px){
	.add-to-basket-table .name{
		font-size: 14px;
		line-height: 16px;
	}
	.add-to-basket-table .price{
		font-size: 14px;
		line-height: 16px;
	}
}



/*ecommerce add-ons*/
.add-ons-box{
	display: none;
}
.add-ons-box:not(.complete-your-offer){
	padding: 30px 0;
	border-top: 1px solid #A2B0BA;
}

.add-ons-box.complete-your-offer{
	padding: 0 0 30px;
}

.add-ons-box .title{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.add-ons-box .description, .add-ons-box .items-message{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

/*new offer box*/
.offer-box.complete-your-offer{
	margin-bottom: 0;
	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.offer-box.complete-your-offer.green{
	color: #4C8C2B;
	border-color: #4C8C2B;
}
.add-ons-box .message-box{
	padding: 5px 20px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.add-ons-box .message-box.red{
	background-color: #E50944;
}
.add-ons-box .message-box.green{
	background-color: #4C8C2B;
}



.add-ons-box .add-on-product{
	padding-bottom: 20px;
	padding-top: 20px;
}
.add-ons-box .add-on-product{
	border-top: 1px solid #D9DDE0;
}
.add-ons-box .add-on-products > .add-on-product:first-child{
	border-top: 0;
}

.add-ons-box .add-on-product .col-30px{
	width: 40px;
	float: left;
}
.add-ons-box .add-on-product .col-40px{
	width: 50px;
	float: left;
}

.add-ons-box .add-on-product .image{
	width: 40px;
	height: 40px;
}
.add-ons-box .add-on-product .image img{
	height:100%;
	object-fit:cover;
	width:100%;
	object-position: 50% bottom;
}

/*used with checkboxes*/
.add-ons-box .add-on-product .col-rest-70px{
	width: calc(100% - 90px);
	float: left;
}
/*used without checkboxes*/
.add-ons-box .add-on-product .col-rest-40px{
	width: calc(100% - 50px);
	float: left;
}

.add-ons-box .view-more-less{
	margin-bottom: 0;
}

@media(max-width: 1199px){
	.add-on-product > .row > div[class*='col-']{
		margin-bottom: 15px;
	}
	.add-ons-box{
		padding-bottom: 0;
	}
	.add-ons-box .view-more-less{
		margin-bottom: 30px;
	}
}

.add-ons-box .add-on-product .product-title,
.add-ons-box .add-on-product .product-title a{
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}

.add-ons-box .add-on-product input[type="text"]{
	height: 40px;
	border: 2px solid #d9dde0;
	color: #425363;
	background-color: #fff;
	text-align: center;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-size: 16px;
	padding-left: 2px;
	padding-right: 2px;
}

.add-ons-box .add-on-product .add-on-quantity{
	display: table;
	width: 100%;
}
.add-ons-box .add-on-product .add-on-quantity .quantity-button-wrp{
	display: table-cell;
	width: 40px;
	text-align: center;
	vertical-align: middle;
}
.add-ons-box .add-on-product .add-on-quantity .quantity-button-wrp .quantity-button{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #D9DDE0;
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version */
}
.add-ons-box .add-on-product .add-on-total{
	margin-top: 8px;
	font-size: 16px;
	text-align: right;
}
.add-ons-box .add-on-product .input-wrp{
	position:relative;
	padding-right: 30px;
}
.add-ons-box .add-on-product .input-wrp:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 40px;
	background-color: #D9DDE0;
	
	text-align: center;
	line-height: 40px;

	font-size: 14px;
	font-weight: 500;
}
.add-ons-box .add-on-product .input-wrp.input-meters-square:after{
	content: "m\00B2";
}
.add-ons-box .add-on-product input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #425363;
  opacity: 1;
}
.add-ons-box .add-on-product input::-moz-placeholder { /* Firefox 19+ */
  color: #425363;
  opacity: 1;
}
.add-ons-box .add-on-product input:-ms-input-placeholder { /* IE 10+ */
  color: #425363;
  opacity: 1;
}
.add-ons-box .add-on-product input:-moz-placeholder { /* Firefox 18- */
  color: #425363;
  opacity: 1;
}
.add-ons-box .add-on-product input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.add-ons-box .add-on-product input:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.add-ons-box .add-on-product input:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.add-ons-box .add-on-product input:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}




.add-ons-box .add-on-checkbox-wrp{
	position: relative;
}
.add-ons-box .add-on-checkbox{
	opacity: 0;
}
.add-ons-box .add-on-checkbox+span{
	height: 30px;
	width: 30px;
	vertical-align: middle;
	content: " ";
	display: inline-block;
	cursor: pointer;
	background-image: url('/img/ecommerce/pdp/checkbox_unselected.svg');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;

	cursor: pointer;
}

.add-ons-box .add-on-checkbox:checked+span{
	background-repeat: no-repeat;
	background-image: url('/img/ecommerce/pdp/checkbox_selected.svg');
}

.power-box-total{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
	display: none;
}
.power-box-total .total{
	font-size: 14px;
	font-weight: 500;
}
.power-box-total #total_cost_with_add_ons_without_offer{
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	padding-right: 10px;
}
.power-box-total #total_saving{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #E50944;
}

#FT_hidden, #CYO_hidden{
	display: none;
}
#FT_view_less, #CYO_view_less{
	display: none;
}

/*quick look modal*/
.ecommerce-quick-look .quick-look-data{
	padding: 20px 30px;
}
.ecommerce-quick-look .subtitle{
	margin-top: 5px;
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}
.ecommerce-quick-look .price{
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
}
.ecommerce-quick-look img{
	max-height: 250px;
}
.ecommerce-quick-look .button{
	margin-bottom: 20px !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 700 !important;
	padding: 16px 10px !important;
}
@media(min-width: 768px){
	.ecommerce-quick-look .quick-look-data{
		padding-top: 30px;
	}
	.ecommerce-quick-look .quick-look-data{
		max-width: 450px;
		margin: 0 auto;
	}
}
@media(min-width: 768px){
	.ecommerce-quick-look img{
		max-height: 400px;
	}
}

/*button adding subline styling*/
@media(max-width: 991px){
	.add-basket-button-collection{
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
}
.proceed-to-basket-button-collection{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.continue-shopping-button-collection{
	padding-top: 19px !important;
	padding-bottom: 19px !important;
}

/*changes - postbuild*/
.how-works-link{
	margin-top: 0;
	margin-bottom: 30px;
}

@media(min-width: 768px) and (max-width: 991px){
	.power-box-vecommerce, .power-box-ecommerce-bar{
		padding-left: 15px;
		padding-right: 15px;
	}
	.room-calculate-size-vecommerce .room-line input{
		padding-left: 9px;
		padding-right: 5px;
		font-size: 16px;
	}
	.room-calculate-size-vecommerce .room-line select{
		padding-left: 5px;
		font-size: 16px;
	}
}
@media(max-width: 500px){
	.power-box-vecommerce, .power-box-ecommerce-bar{
		padding-left: 15px;
		padding-right: 15px;
	}
	.room-calculate-size-vecommerce .room-line input{
		padding-left: 9px;
		padding-right: 5px;
		font-size: 16px;
	}
	.room-calculate-size-vecommerce .room-line select{
		padding-left: 5px;
		font-size: 16px;
	}
}

.please-note-box{
	border: 1px solid #E50944;
	padding: 15px 20px;
	margin-bottom: 18px;
	font-size:14px;
	text-align: center;
	color: #E50944;
}

.stock-message-box{
	border: 1px solid #E50944;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:12px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	color: #E50944;
}

/* NEW SAMPLES BASKET V3*/
.samples-v3-box{
	border: 1px solid #D9DDE0;
	padding: 0 30px 30px;
	margin-bottom: 30px;
}
.samples-v3-box .content{
	margin-top: 35px;
}
.samples-v3-box h3{
	margin-bottom: 5px;
}
.samples-v3-box .button{
	color:#425363;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

@media(min-width: 1200px) and (max-width: 1290px){
	.samples-v3-box h3{
		font-size: 15px;
	}
}

#pdp_sm_samples_items{
	margin-top: 20px;
}
#pdp_modal_sm_samples_items{

}
#pdp_sm_error_box,#pdp_sm_success_box{
	margin-top: 20px;
}
#pdp_sm_samples_items .mini-samples-items{
	margin-bottom: 20px;
}
@media(min-width: 1200px){
	.samples-v3-box .content{
		padding-right: 10px;
	}
	#pdp_sm_samples_items .mini-samples-items{
		margin-right: 0;
	}
}
@media(max-width: 1199px){
	.samples-v3-box .content{
		text-align: center;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	#pdp_sm_samples_items{
		margin-top: 5px;
	}
}
@media(min-width: 1200px){
	.samples-v3-box .special-col-first{
		width: calc(100% - 250px) !important;
	}
	.samples-v3-box .special-col-second{
		width: 250px !important;
	}
}
@media(max-width: 375px){
	.samples-v3-box{
		padding: 0 15px 15px;
	}
}
@media(max-width: 315px){
	.samples-v3-box{
		padding: 0 8px 15px;
	}
}

.enlarge-image-swatches-wrp{
	text-align: right;
}
.enlarge-image-swatches{
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 20px;
	color: #425363 !important;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none !important;
}
.enlarge-image-swatches i{
	font-size: 18px;
	line-height: 20px;
}


/*CLS fix*/
.pdp-v2-images-slider{
	overflow: hidden;
	margin-bottom: 0;
}
.pdp-v2-images-slider-thumbs{
	overflow: hidden;
}
@media(max-width: 767px){
	.pdp-v2-images-slider{
		max-height: 100vw;
		height: 100vw;
		margin-bottom: 0;
		overflow-anchor: none;
	}
	.slick-product-images-slider-v2,
	.slick-product-images-slider-v2 .slick-list{
		overflow-anchor: none;
	}
}
@media(min-width: 768px){
	.pdp-v2-images-slider{
		max-height: min(635px, calc(50vw));
	}
	.pdp-v2-images-slider-thumbs{
		max-height: 148px;
		margin-top: 30px;
	}
}

.slick-product-help-advice-v2{
	overflow: hidden;
	max-height: 410px;
}
@media(max-width: 1250px){
	.slick-product-help-advice-v2{
		max-height: 370px;
	}
}
@media(max-width: 768px){
	.slick-product-help-advice-v2{
		max-height: 410px;
	}
}

.slick-product-also-like-v2{
	overflow: hidden;
	max-height: 400px;
}
@media(max-width: 1199px){
	.slick-product-also-like-v2{
		max-height: 350px;
	}
}
@media(max-width: 991px){
	.slick-product-also-like-v2{
		max-height: 300px;
	}
}
@media(max-width: 567px){
	.slick-product-also-like-v2{
		max-height: 250px;
	}
}

.slick-product-our-picks-v6{
	overflow: hidden;
	max-height: 400px;
}
@media(max-width: 1199px){
	.slick-product-our-picks-v6{
		max-height: 350px;
	}
}
@media(max-width: 991px){
	.slick-product-our-picks-v6{
		max-height: 300px;
	}
}
@media(max-width: 567px){
	.slick-product-our-picks-v6{
		max-height: 250px;
	}
}

/*contdown*/
.countdown-bar-wrp{
	padding: 12px 0;
	background-color: #E50944; /*#F8485E;*/
	color: #fff;
	margin-bottom: 10px;
	margin-top: -18px;
}
.countdown-bar-wrp a:hover{
	color: #fff;
}
.countdown-bar-wrp .text{
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
}
.countdown-bar-wrp .small-text{
	font-size: 12px;
	line-height: 20px;
}
@media(max-width: 767px){
	.countdown-bar-wrp .text{
		font-size: 14px;
		line-height: 20px;
	}
	.countdown-bar-wrp{
		margin-bottom: -30px;
	}
}

/*COMPARE*/
.button-badge{
	position: relative;
}
.button-badge .badge{
	display: none;
	position: absolute;
	top: -8px;
	right: 8px;

	font-size: 9px;
	line-height: 13px;

	padding: 2px 5px;
	border-radius: 8px;
	background-color: #3AC577;
	color: #fff;
}

.personal-assistance{
	margin-bottom: 50px;
}
.personal-assistance a{
	display: block;
	text-decoration: none;
	height: 100%;
}
.personal-assistance .title{
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}
.assistance-box{
	padding: 20px 50px 20px 75px;
	background-color: #F3F4F5;
	color: #425563;
	border-left: 2px solid #F1B434;
	position: relative;
	height: 100%;
	display: table;
	width: 100%;
}
.assistance-box:after{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 15px;
	text-align: right;
	font-family: 'Font Awesome 5 Solid';
	font-size: 12px;
	content: "\f054";
}
.assistance-box .a-box-icon{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.assistance-box .a-box-content{
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.assistance-box .a-box-content .a-box-title{
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.assistance-box .a-box-content .a-box-subtitle{
	font-size: 11px;
	line-height: 13px;
}
@media(max-width: 991px){
	.personal-assistance .row > div[class*="col-"]{
		margin-bottom: 10px;
	}
}
@media(max-width: 1199px){
	.personal-assistance .row{
		margin-right: -5px;
		margin-left: -5px;
	}

	.personal-assistance .row > div[class*="col-"]{
		padding-left: 5px;
		padding-right: 5px;
	}

}

/*images offer overlay*/
.pdp-v4-overlay-wrp{
	position: relative;
}

.pdp-v4-overlay-wrp .product-overlay{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 115px;
	max-height: 115px;
	margin: 10px 10px 10px 0;
}
@media(max-width: 767px){
	.product-item .item-image .item-overlay{
		max-width: 70px;
		max-height: 70px;
	}
}

/*new swatches carousel for mobile*/
.swatches-mobile-v4{
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: #fff;
	margin-bottom: 30px;
}
.swatches-mobile-v4 .product-info-colours-slider{
	height: 68px;
	max-height: 68px;
	overflow: hidden;
	margin-bottom: 15px;

	margin-right: -15px;
}
.swatches-mobile-v4 h3{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
}
.swatches-mobile-v4 .cta-buttons{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.swatches-mobile-v4 .product-info-colours .product-colour{
	margin-right: 5px;
}
.swatches-mobile-v4 img{
	width: 60px;
	height: 60px;
}
.swatches-mobile-v4 .product-info-colours-slider .slick-next{
	right: 7px;
	box-shadow: none;
	border-radius: 0;
	height: 22px;
	width: 15px;
	z-index: 3;
}
.swatches-mobile-v4 .product-info-colours-slider .slick-prev{
	left: 7px;
	box-shadow: none;
	border-radius: 0;
	height: 22px;
	width: 15px;
	z-index: 3;
}
.swatches-mobile-v4 .product-info-colours-slider .slick-next::before{
	font-family: "Font Awesome 5 Regular";
	font-size: 20px;
	opacity: 1;
	color: #fff;
	text-shadow: 1px 1px 1px #00000080;
	content: "\f054";
}
.swatches-mobile-v4 .product-info-colours-slider .slick-prev::before{
	font-family: "Font Awesome 5 Regular";
	font-size: 20px;
	opacity: 1;
	color: #fff;
	text-shadow: 1px 1px 1px #00000080;
	content: "\f053";
}

.swatches-mobile-v4--basic .product-info-colours-slider .slick-list{
	padding-left: 0;
}
.swatches-mobile-v4--basic h3{
	padding-left: 0;
	padding-right: 0;
}
.swatches-mobile-v4--basic .cta-buttons{
	padding-left: 0;
}

/*CHAT*/
.chat-button{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:50;
}
@media(max-width: 767px){
	.chat-button{
		bottom: 10px;
		right: 10px;
	}
}

/*Christmas banner/brag change*/
.product-brag{
	margin-bottom: 20px;
	max-width: 100%;
}
@media(max-width: 767px){
	.product-brag{
		margin-top: -10px;
		width: 100%;
		max-width: 100%;
	}
}

.bottom-bar {
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
	padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    box-shadow: 0px -3px 6px #00000029;
}
.bottom-bar a.button{
	padding-left: 4px;
	padding-right: 4px;
}
.bottom-bar a.button.yella{
	color: #212b31;
}

@media(max-width: 767px){
	#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right {
		bottom: 75px!important;
	}
}

.also-viewed-slider-top{
	margin-bottom: 25px !important;
}
@media(max-width: 767px){
	.also-viewed-slider-top{
		margin-bottom: 10px !important;
	}
}

/* sticky pass button */
@media(max-width: 767.99px){
	.sticky-pass-button-mobile-wrp.sticky{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: hsla(0,0%,97.6%,.95);
		padding: 10px 15px;
		z-index: 10;
	}
	.sticky-pass-button-mobile-wrp.sticky-initial{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: hsla(0,0%,97.6%,.95);
		padding: 10px 15px;
		z-index: 10;
	}
	.sticky-pass-button-mobile-wrp.sticky a,
	.sticky-pass-button-mobile-wrp.sticky-initial a{
		margin-bottom: 0 !important;
	}

	.sticky-pass-button-mobile-wrp .button{
		line-height: 14px;
		min-height: 50px;
	}
}

/* customer photos */
.room-columns-wrapper .item-wrapper {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}

.room-columns-wrapper .item-wrapper .item-image img.optimized-image {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width:100%;
}

.room-columns-wrapper .item-wrapper .item-title {
	margin-top: 20px;
	display: inline-block;
	width:100%;
}

@media(max-width: 767.99px){
	.room-columns-wrapper .item-wrapper .item-title h3{
		font-size: 16px;
	}
	.room-columns-wrapper .item-wrapper .item-name {
		font-size: 12px;
		word-wrap: break-word;
	}
}

/* powerbox */
/* #ecomerceAddBasketForm{
	display: none;
} */

#calculatePriceStep2{
	display: none;
}
#calculatePriceStep3{
	display: none;
}
#calculatePriceFooter{
	display: none;
}
#calculatePriceQuote{
	display: none;
	margin-bottom: 30px;
	margin-top:15px;
}
#calculatePriceQuote .button{
	font-size: 14px;
	line-height: 18px;
	padding: 18px 10px;
	font-weight: bold;
}

/*insulation*/
.pdp-insulation{
	margin-bottom: 30px;
}
@media(max-width: 768px){
	.pdp-insulation{
		margin-bottom: 40px;
	}
}
.pdp-insulation .tog-value{
	border: 1px solid #425363;
	border-radius: 12pt;
	padding: 5px 10px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
}
.pdp-insulation .tog-row{
	position: relative;
	height: 20px;
	font-size: 12px;
	font-weight: 500;
}
.pdp-insulation .tog-row .tog-0{
	position: absolute;
	top: 0;
	left: 0;
}
.pdp-insulation .tog-row .tog-25{
	position: absolute;
	top: 0;
	left: 25%;
	transform: translateX(-25%);
}
.pdp-insulation .tog-row .tog-50{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.pdp-insulation .tog-row .tog-62_5{
	position: absolute;
	top: 0;
	left: 62.5%;
	transform: translateX(-62.5%);
}
.pdp-insulation .tog-row .tog-75{
	position: absolute;
	top: 0;
	left: 75%;
	transform: translateX(-75%);
}
.pdp-insulation .tog-row .tog-100{
	position: absolute;
	top: 0;
	right: 0;
}
.pdp-insulation .tog-bar{
	position: relative;
	height: 20px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
}
.pdp-insulation .tog-bar .tog-underlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-color: #425363;
	padding-left: 5px;
	line-height: 20px;
}
.pdp-insulation .tog-bar .tog-separator{
	position: absolute;
	top: 0;
	height: 175%;
	width: 1px;
	left: 62.5%;
	transform: translateX(-62.5%);
	border-left: 1px dotted #425363;
}
.pdp-insulation .tog-bar .tog-carpet{
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	height: 100%;
	background-color: #F5F6F6;
}
.pdp-insulation .tog-bar .tog-carpet-fill{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #F6B333;	
}
.pdp-insulation .tog-bar .tog-carpet-text{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-left: 5px;
	line-height: 20px;
}

/*care advice*/
.pdp-care-advice{
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	/*margin-bottom: 15px;*/
}
.care-advice-box{
	background-color: #F5F6F6;
	border-radius: 13px;
	height: 100%;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.care-advice-box .row{
	height: 100%;
}
.care-advice-box.background-yella{
	background-color:#F1B434;
}
.care-advice-icon{
	margin-bottom: 10px;
}
.care-advice-text{
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}

.pdp-care-advice-text{
	background-color: #F5F6F6;
	padding: 10px;
	overflow-wrap: break-word;
	text-wrap: balance;
	font-size: 12px;
	font-weight: 500;
	border-radius: 13px;
}

.pdp-care-advice-text p{
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
}

@media(min-width: 400px){
	.care-advice-box{
		padding: 10px;
	}
}
@media(min-width: 1200px){
	.care-advice-icon{
		margin-bottom: 0;
	}
	.care-advice-text{
		text-align: left;
	}
	.care-advice-text-center{
		text-align: center;
	}
}

@media(max-width: 1199.99px){
	.care-advice-box{
		display: table;
	}
	.care-advice-box > .row{
		display: table-cell;
		vertical-align: middle;
	}
}

/*durability*/
.durability-box{
	background-color: #F5F6F6;
	border-radius: 13px;
	height: 100%;
	padding: 5px;
	margin-bottom: 24px;
}
.durability-bottom-text{
	margin-bottom: 30px;
}
@media(max-width: 768px){
	.durability-text{
		text-align: center;
	}
	.durability-bottom-text{
		margin-bottom: 40px;
		text-align: center;
	}
}
.durability-box .row{
	height: 100%;
}
.durability-box.background-yella{
	background-color:#F1B434;
}
.durability-icon{
	margin-bottom: 5px;
}
.durability-icon img{
	height: 25px;
}
.durability-text{
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}
@media(min-width: 450px){
	.durability-icon{
		margin-bottom: 10px;
	}
	.durability-icon img{
		height: 40px;
	}
}
@media(min-width: 1200px){
	.durability-box{
		padding: 20px 10px;
	}
}
@media(min-width: 1200px){
	.durability-icon{
		margin-bottom: 0;
	}
	.durability-text{
		text-align: left;
	}
}

/*ifc*/
.pdp-ifc-text{
	font-size: 13px;
	line-height: 18px;
	text-align: right;
}

/*questions*/
.pdp-questions-box{
	padding: 20px;
	background-color: #F3F4F5;
	margin-bottom: 30px;
}
.pdp-questions-box .title{
	margin-bottom: 20px;
}
.pdp-questions-box .question{
	font-size: 14px;
	line-height: 18px;
} 
.pdp-questions-box .question i{
	font-size: 18px;
}
.pdp-questions-box .question a{
	text-decoration: underline;
	font-size: 14px;
	line-height: 18px;
	vertical-align: bottom;
}
@media(max-width: 767px){
	.pdp-questions-box{
		padding: 10px 0;
		background-color: transparent;
	}
	.pdp-questions-box .title{
		margin-bottom: 14px;
	}
	.pdp-questions-box .question{
		background-color: #F3F4F5;
		padding: 10px 15px;
		border-radius: 13pt;
		display: inline-block;
	}
	.pdp-questions-box .question a{
		text-decoration: none;
	}
}
.pdp-accordion-section--mini{
	padding: 0 25px;
}
/*
.modal {
	display: block !important;
	overflow: hidden !important;
	height: 0px !important;
}
.modal.fade.in {
	opacity: 1 !important;
	display: block !important;
	height: auto !important;
	overflow-y: auto !important;
}
*/
#reviewModal.modal { display:none !important; }
/*CHAT*/
.chat-button{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:50;
}
@media(max-width: 767px){
	.chat-button{
		bottom: 10px;
		right: 10px;
	}
}

.measurelink{
	display:block;
	margin-bottom: 10px;
}


.product-info-colours--basic.product-info-colours .product-colour .colour-img img
, .product-info-colours--basic.product-info-colours .product-colour .colour-img .colour-img-wrp.selected
{
	border-radius: 50% !important;
}


/*guided plp*/
.guided-plp{
	margin-top: 30px;
	text-align: left;
	display: block;
}
@media (min-width: 768px){
	.guided-plp{
		/* display: none; */
	}
}

.guided-plp .guided-plp-item{
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 10px 20px;
	border-radius: 30px;
	border: 2px solid #d9dde0;
	background-color: #FFFFFF;
	position: relative;
}

.guided-plp a:link,
.guided-plp a:visited,
.guided-plp a:active{
	text-decoration: none;
}

.guided-plp a:hover{
	color: inherit;
}
.guided-plp a:hover .guided-plp-item{
	background-color: #d9dde0;
}

.guided-plp .guided-plp-item.with-color{
	padding-left: 35px;
}

.guided-plp .guided-plp-item .item-title{
	line-height: 18px;
	font-size: 16px;
	font-weight: 500;
}

.guided-plp .guided-plp-item .item-color{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	left: 10px;

	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: 1px solid #d9dde0;
}

/* GUIDED PLP SLIDER */
.guided-plp-mobile-slider .guided-plp-item{
	margin-bottom: 0;
}

.guided-plp-mobile-slider .slick-next {
	right: -10px;
}

.guided-plp-mobile-slider .slick-next::before {
	font-family: "font awesome 5 regular";
	font-size: 20px;
	opacity: 1;
	color: #fff;
	text-shadow: 1px 1px 1px #00000080;
	content: "\f054";
}

.guided-plp-mobile-slider .slick-prev {
	left: -10px;
	z-index: 2;
}

.guided-plp-mobile-slider .slick-prev::before {
	font-family: "font awesome 5 regular";
	font-size: 20px;
	opacity: 1;
	color: #fff;
	text-shadow: 1px 1px 1px #00000080;
	content: "\f053";
}
.guided-plp-mobile-slider--v7{
	margin-bottom: 0px !important;
}
.guided-plp-mobile-slider--v7 .slick-list{
	overflow: hidden;
	margin: 0 15px;
	
}

.guided-plp-mobile-slider .slick-next .guided-plp-mobile-slider .slick-prev{
	padding: 20px !important;
	position: relative !important;
}

.guided-plp--v7{
	margin-top: 10px;
}


.gPDP__CAV .pdp-accordion-content{
	padding-top: 10px !important;
}

/* 	============================================================
 	============================================================
	============================================================
   PDP OPTIMISATION - START
	============================================================
	============================================================
	============================================================   */

/* ========================================================================
   SELF-HOSTED VIDEO
======================================================================== */
.self-hosted-video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.self-hosted-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 10;
	transition: opacity 0.3s ease, transform 0.2s ease;
	opacity: 0.9;
}

.video-play-button:hover {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.1);
}

.video-play-button svg {
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.self-hosted-video-wrapper.playing .video-play-button {
	opacity: 0;
	pointer-events: none;
}

.self-hosted-video-wrapper.playing .self-hosted-video {
	cursor: pointer;
}

   /* ========================================================================
   SECTION PDP OPTIMISATION
======================================================================== */
@media(max-width: 767.99px){
	.section-pdp-optimisation{
		margin-bottom: 0;
	}
}

/* ========================================================================
   PRODUCT INFO
======================================================================== */
.product-info{
	background-color: #F3F4F5;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #d9dde0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.product-info .button{
	border-radius: 10px;
}

.product-info-colours .product-info-colours-grid{
	margin-bottom: 0;
}

.show-more-swatches-wrp{
	margin-bottom: 0;
}

/* ========================================================================
   PDP SWATCHES
======================================================================== */

.swatches-mobile-v4{
	background-color: transparent;	
	margin-bottom: 0;
	padding: 0;
}

/* ========================================================================
   PDP ACCORDION
======================================================================== */
.pdp-accordion-wrapper .pdp-accordion-section > h3{
	cursor: pointer;
	padding-right: 30px;
}
.pdp-accordion-wrapper .pdp-accordion-section > h3.open{
	margin-bottom: 20px;
}
.pdp-accordion-wrapper .pdp-accordion-section > h3:after{
	content: "\f068";
	font-family: "Font Awesome 5 Light";
	font-size: 20px;
	color: #425363;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
}
.pdp-accordion-wrapper .pdp-accordion-section h3.open:after{
	content: "\f067";
	font-weight: 400;
}

.pdp-accordion-wrapper .pdp-accordion-content.defaultOff{
	display: none;
}

.pdp-accordion-section > h3.blocked{
	cursor: auto;
}
.pdp-accordion-section > h3.blocked:after{
	display: none;
}

/* ========================================================================
   PRODUCT DESCRIPTION TRUNCATION
======================================================================== */
.pdp-product-description-wrapper{
	margin-bottom: 30px;	
}

.pdp-product-description {
	word-wrap: break-word;
	overflow-wrap: break-word;
	display: inline;
}

.pdp-product-description p {
	margin: 0;
	display: inline;
}

.pdp-product-description p:after {
	content: " ";
}

/* Read More Link */
.pdp-description-read-more {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.pdp-description-toggle-link {
	color: #F6B333;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	display: inline;
	margin-left: 0;
}

.pdp-description-toggle-link:hover {
	text-decoration: underline;
}

/* ========================================================================
   PRODUCT INFO
======================================================================== */
@media (max-width: 767px){
	.product-info{
		margin-left: -15px;
		margin-right: -15px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

/* ========================================================================
   PRODUCT INFO WRAPPER - FLEX LAYOUT RESTRUCTURE
======================================================================== */
.product-info-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 15px;
}

.product-info-wrapper .product-info-basic {
	display: flex;
	gap: 0;
	flex-direction: column;
	align-items: flex-start;
}

.product-info-wrapper .product-info-basic .names {
	margin-bottom: 0;
	min-height: 0;
}

.product-info-wrapper .product-info-basic .product-icons {
	margin-top: 0;
}

.product-info-wrapper .product-info-basic .product-icons ul{
	margin-bottom: 0;
}	

.product-info-wrapper .product-info-prices {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top:0;
}

.product-info-wrapper .product-info-prices .prices {
	margin-bottom: 5px;
}

.offer-price-wrp-v6{
	margin-top: 5px;
}

.product-page-product-rating{
	margin-top: 15px !important;
}

/* Desktop layout (>= 768px) */
@media(min-width: 768px) {
	.product-info-wrapper .product-info-basic .product-icons {
		position: static;
		margin-top: 15px;
	}

	/* offer */
	.offer-price-wrp-mobile .offer-price-wrp-v6 {
		margin-top: 0;
		display: block;
	}
}

/* Mobile layout (< 768px) */
@media(max-width: 767px) {
	.product-info-wrapper{
		margin-bottom: 15px;
	}
	.product-info-wrapper .product-info-basic .product-icons {
		display: none;
	}

	.pdp-ifc-text{
		margin-bottom: 5px;
	}

	/* offer */
	.offer-price-wrp-mobile .offer-price-wrp-v6 {
		width: 100%;
		margin-top: 15px;
		display: block;
	}

	.offer-price-wrp-mobile .pdp-ifc-text {
		width: 100%;
		margin-top: 10px;
	}

	.product-page-product-rating{
		position: relative !important;
	}
}

/* ========================================================================
   CTA BUTTONS
======================================================================== */
.cta-buttons{
	margin-top: 12px;
}
.cta-buttons .button.yella{
	color: #425363 !important;
}

.cta-buttons .button.yella:hover{
	color: #425363 !important;
}

/* sticky pass button */
@media(max-width: 767.99px){
	.sticky-pass-button-mobile-wrp.sticky-initial{
		width: 100%;
		padding-right: 80px;
	}
}

/* ========================================================================
   CALCULATOR WRAPPER - FLEX LAYOUT
======================================================================== */
.power-box-vecommerce{
	padding: 0;
	margin-bottom: 0;
	border-radius: 10px;
	background-color: #ECEEEF;
	overflow: hidden;
	border: 1px solid #435464;
}
#calculatePriceStep2{
	padding: 0 10px;
	padding-top: 20px;
}
#calculatePriceStep3{
	padding: 0 10px;
}
#calculatePriceFooter{
	padding: 0 10px;
	padding-bottom: 20px;
}


.calculator-wrapper {
	display: flex;
	gap: 0;
	flex-wrap: nowrap;
	border-radius: 10px;
}
.calculator-content{
	padding: 10px 15px;
	margin-bottom: 0;
}
.calculator-content .room-calculate-size-vecommerce{
	margin-bottom: 0;
}

.calculator-icon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px;
	background-color: #d9d9d9;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #425363;
	border-top-left-radius: 10px;
}

.power-box-vecommerce.calculator-expanded .calculator-wrapper {
	border-radius: 10px 10px 0 0;
}

.power-box-vecommerce #calculatePriceStep2,
.power-box-vecommerce #calculatePriceStep3,
.power-box-vecommerce #calculatePriceFooter {
	background-color: #ECEEEF;
}

.power-box-vecommerce .calculator-expanded-tail {
	border-radius: 0 0 10px 10px;
}

.calculator-icon i {
	font-size: 32px;
	color: #425363;
}

.add-ons-box:not(.complete-your-offer){
	border: 0;
}

/* Mobile layout (< 768px) */
@media(max-width: 767px) {
	.calculator-icon {
		display: none !important;
	}
}

.calculator-icon-mobile {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 5px 15px;
	background-color: #DADDE0;
	border-radius: 10px 10px 0 0;
	font-size: 12px;
	font-weight: 500;
	color: #425363;
}

.calculator-icon-mobile i {
	font-size: 16px;
	color: #425363;
}

.power-box-vecommerce.calculator-expanded .calculator-icon-mobile {
	border-radius: 10px 10px 0 0;
}

/* ============================================================
	NEAREST STORE
============================================================ */

#nearestStoreBox{
	display: none;
	margin-bottom: 0;
	margin-top: 20px;
}

/* ========================================================================
   AVAILABILITY MESSAGES - FLEXBOX LAYOUT
======================================================================== */

.product-availability-messages-optimised {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 0;
}

.product-availability-messages-optimised .availability-message-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 15px 0;
	background-color: transparent;
	border-radius: 8px;
	flex: 1 1 100%;
	min-width: 0;

	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
}


.product-availability-messages-optimised .availability-message-item img {
	flex-shrink: 0;
}

.product-availability-messages-optimised .availability-message-item .name {
	flex: 1;
	line-height: 19px;
	text-align: center;
}

.product-availability-messages-optimised .availability-message-item .name p{
	margin-bottom: 0px;
	font-size: 13px;
	display:inline;
}

/* changes are now for all devices */
/*@media (max-width: 767px) {*/
	.product-availability-messages-optimised {
		flex-direction: column;
		gap: 0;
	}

	.product-availability-messages-optimised .availability-message-item {
		flex-direction: row;
		align-items: flex-start;
		flex: 1 1 100%;
		padding: 15px 0;
		gap: 15px;
		/* border-bottom: 1px solid #eee; */
	}

	.product-availability-messages-optimised .availability-message-item:last-child {
		border-bottom: none;
	}

	.product-availability-messages-optimised .availability-message-item img {
		flex-shrink: 0;
		width: 22px;
		height: 22px;
	}

	.product-availability-messages-optimised .availability-message-item .name {
		text-align: left;
	}
/*}*/

/* @media (min-width: 768px) {
	.product-availability-messages-optimised .availability-message-item {
		flex: 1 1 calc(33.333% - 10px);
	}
} */

/* ========================================================================
   CUSTOMER PHOTOS
======================================================================== */

/* Mobile: Visual page break styling */
@media (max-width: 767px) {
	.pdp-accordion-section:has(.slick-customer-photos-slider) {
		/*background-color: #FAFAFA;*/
		border-top: 2px solid #D9D9D9;
		border-bottom: 2px solid #D9D9D9;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 0;
		margin-bottom: 20px;

		background-color: #fafafa;
	}
	.pdp-accordion-section:has(.slick-customer-photos-slider) .pdp-accordion-content{
		padding-top: 20px;
	}
	.pdp-accordion-section:has(.slick-customer-photos-slider) h3{
		border: none;
		padding-bottom: 0;
	}
}

.customer-photos-slider-wrapper {
	position: relative;
}

.slick-customer-photos-slider {
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

/* Fix for adaptive height */
.slick-customer-photos-slider .slick-slide {
    height: auto !important;
}
.slick-customer-photos-slider .slick-list {
    transition: height 0.3s ease;
}

.slick-customer-photos-slider .customer-photo-slide {
	padding: 0 7px;
}

.slick-customer-photos-slider .item-wrapper {
	display: block;
}

.slick-customer-photos-slider .item-image {
	margin-bottom: 10px;
	overflow: hidden;
}

.slick-customer-photos-slider .item-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
}

.slick-customer-photos-slider .item-title h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	font-weight: 700;
}

.slick-customer-photos-slider .item-name{
	word-wrap: break-word;
}

@media(max-width: 991.99px){
	.slick-customer-photos-slider .item-title h3{
		font-size: 16px;
	}
	.slick-customer-photos-slider .item-name {
		font-size: 12px;
	}
}
	

/* Slick arrows styling */
.slick-customer-photos-slider .slick-prev::before,
.slick-customer-photos-slider .slick-next::before {
	font-family: "Font Awesome 5 Regular";
	font-size: 24px;
	color: #425363;
	opacity: 1;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slick-customer-photos-slider .slick-prev::before {
	content: "\f053";
	left: 6px;
}

.slick-customer-photos-slider .slick-next::before {
	content: "\f054";
	right: 6px;
}

.slick-customer-photos-slider .slick-prev,
.slick-customer-photos-slider .slick-next {
	box-shadow: none;
	border-radius: 50%;
	border: 1px solid #425363;
	background-color: #fff !important;
	height: 30px;
	width: 30px;
	z-index: 3;
}

.slick-customer-photos-slider .slick-prev {
	left: -10px;
}

.slick-customer-photos-slider .slick-next {
	right: -10px;
}

.slick-customer-photos-slider .slick-prev,
.slick-customer-photos-slider .slick-next {
	top: 200px;
}

@media(max-width: 767.99px){
	.slick-customer-photos-slider .slick-prev,
	.slick-customer-photos-slider .slick-next {
		top: 100px;
	}
}
/* Customer Photos Modal */

.customer-photo-clickable {
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.customer-photo-clickable:hover {
	opacity: 0.8;
}

.customer-photo-modal .modal-dialog {
	max-width: 600px;
}

.customer-photo-modal .modal-body {
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.customer-photo-modal-image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customer-photo-modal-image img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
}

.customer-photo-modal-info{
	text-align: center;
}

.customer-photo-modal-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px 0;
	color: #425363;
}

.customer-photo-modal-info .customer-name {
	font-size: 14px;
	margin: 0;
}

@media(max-width: 767px) {
	.customer-photo-modal .modal-body {
		padding: 20px;
	}
	
	.customer-photo-modal-info h3 {
		font-size: 16px;
	}
}

/* ========================================================================
   SWATCH SELECTION ERROR MESSAGE
======================================================================== */

.swatch-selection-error {
	background-color: transparent;
	border: 1px solid #E50944;
	border-radius: 4px;
	color: #E50944;
	padding: 12px 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.swatch-selection-error i {
	font-size: 16px;
	color: #E50944;
}

/* Mobile specific adjustments */
@media (max-width: 767px) {
	.swatch-selection-error {
		font-size: 13px;
		padding: 10px 12px;
		margin-bottom: 12px;
	}
}

@media(max-width: 767px){
	.pdp-v2-images{
		position: relative;
	}
	.pdp-v2-images .product-icons-mobile{
		position: absolute;
		background-color: transparent;
		bottom: 0;
		right: 0;
	}
	.pdp-v2-images .product-icons-mobile ul{
		margin-left:0 !important
	}
	.pdp-v2-images .product-icons-mobile ul > li{
		padding: 7px;
	}
	.pdp-v2-images .product-icons-mobile i{
		font-size: 30px;
		color: #fff;
	}
}

/* Prevent background scrolling when modal is open */
body.modal-open {
	overflow: hidden !important;
}

/* Ensure modal content is scrollable */
.modal {
	overflow-y: auto !important;
}

/* ===================================================================
   PDP Optimisation - Modal Button Styling
   Match template button styling for consistency
=================================================================== */

.custom-tapi-modal .modal-dialog{
	margin-top: 50px !important;
}

/* Modal buttons - match template styling */
.custom-tapi-modal .buttons .button,
.custom-tapi-modal .ecommerce-modal-buttons .button,
.request-quote-tapi-modal .button,
.ecommerce-tapi-modal .button {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 18px 10px;
	border-radius: 10px;
	width: 100%;
}

/* Specific button color overrides for modals */
.custom-tapi-modal .buttons .button.steel,
.custom-tapi-modal .ecommerce-modal-buttons .button.steel,
.request-quote-tapi-modal .button.steel,
.ecommerce-tapi-modal .button.steel {
	background-color: #425363;
	color: #fff;
}

.custom-tapi-modal .buttons .button.steel:hover,
.custom-tapi-modal .ecommerce-modal-buttons .button.steel:hover,
.request-quote-tapi-modal .button.steel:hover,
.ecommerce-tapi-modal .button.steel:hover {
	background-color: #34434F;
}

.custom-tapi-modal .buttons .button.yella,
.custom-tapi-modal .ecommerce-modal-buttons .button.yella,
.request-quote-tapi-modal .button.yella,
.ecommerce-tapi-modal .button.yella {
	background-color: #f6b333;
	color: #425363;
}

.custom-tapi-modal .buttons .button.yella:hover,
.custom-tapi-modal .ecommerce-modal-buttons .button.yella:hover,
.request-quote-tapi-modal .button.yella:hover,
.ecommerce-tapi-modal .button.yella:hover {
	background-color: #DDA12E;
	color: #425363;
}

.custom-tapi-modal .buttons .button.grey,
.custom-tapi-modal .ecommerce-modal-buttons .button.grey,
.request-quote-tapi-modal .button.grey,
.ecommerce-tapi-modal .button.grey {
	background-color: #d9dde0;
	color: #425363;
}

.custom-tapi-modal .buttons .button.grey:hover,
.custom-tapi-modal .ecommerce-modal-buttons .button.grey:hover,
.request-quote-tapi-modal .button.grey:hover,
.ecommerce-tapi-modal .button.grey:hover {
	background-color: #C7CAD3;
}

.custom-tapi-modal .buttons .button.blue,
.request-quote-tapi-modal .button.blue {
	background-color: #00A3E0;
	color: #fff;
}

.custom-tapi-modal .buttons .button.blue:hover,
.request-quote-tapi-modal .button.blue:hover {
	background-color: #0093CA;
}

/* Button subline text styling */
.custom-tapi-modal .button .button-subline,
.ecommerce-tapi-modal .button .button-subline {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

/* Request Quote modal specific buttons */
.request-quote-tapi-modal .button.dark-blue,
.request-quote-tapi-modal button.dark-blue {
	background-color: #1B365D;
	color: #fff;
}

.request-quote-tapi-modal .button.grey.btn-block {
	margin-bottom: 0;
}

/* ===================================================================
   END PDP Optimisation - Modal Button Styling
=================================================================== */