.ideas-hub .welcome {
    margin: 60px 0;
}

.ideas-hub .welcome h1 {
    text-align: center;
}

.ideas-hub .welcome p {
    text-align: center;
    margin-top: 10px;
}

.ideas-hub .grid {
    margin-bottom: 60px;
}

.ideas-hub .ideas-hub-link:hover {
    color: #425363;
    text-decoration: none;
}

.ideas-hub-block {
    width: 100%;
}
.ideas-hub-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 0 70%;
}
.ideas-hub-block img:hover {
    opacity: initial;
}
.block-600 .ideas-hub-block img {
    height: 600px;
}
.block-300 .ideas-hub-block img {
    /* -15px because each col bottom margin is 30px */
    height: calc(300px - 15px);
}

.block-600 .block-details p {
	max-width: 200px;
}

.ideas-hub-block img.secondary-image {
	position: absolute;
	height: calc(100% + 10px);
	bottom: 0;
	width: auto;
	left: 13%;
}

.col-md-12.block-300:last-of-type {
    margin-bottom: 0 !important;
}

.ideas-hub-block .block-details {
    display: inline-block;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    padding: 50px 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ideas-hub-block .block-details .link-image {
    max-height: 90px;
    object-position: initial;
}
.block-300 .ideas-hub-block .block-details {
    padding: 26px 30px;
}
.block-details h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.block-600 .block-details h2 {
    font-size: 36px;
    line-height: 38px;
}
.block-details p {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin: 20px auto;
}
.block-details p.link {
	margin-bottom: 0;
	font-weight: 500;
}
.block-details p.link i {
    display: inline;
    margin-left: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
}
.ideas-hub-block:hover .block-details p.link i {
    margin-left: 10px;
}

/* Designed margin is 100px, but carousel elements already provide 55px */
.ideas-hub .carousels {
    margin-bottom: 45px;
}

.ideas-hub .hub-carousel h3{
    font-size: 18px;
    line-height: 20px;
    border-bottom: 2px solid #F6B333;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.ideas-hub .hub-carousel h3 a{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
}

.ideas-hub-lookbook-slider .slide img {
    
}

.ideas-hub-lookbook-slider { overflow: hidden; }
.ideas-hub-lookbook-slider div.slick-active.slick-slide img {
    -webkit-animation: kenBurns 5s 1 ease-in-out;
    -moz-animation: kenBurns 5s 1 ease-in-out;
    -o-animation: kenBurns 5s 1 ease-in-out;
    -ms-animation: kenBurns 5s 1 ease-in-out;
    animation: kenBurns 5s 1 ease-in-out; }

/* Ken burns effect */
@keyframes kenBurns {
    from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
    to { transform: scale(1.1,1.1); transform-origin: 50% 0%; }
}
@-webkit-keyframes kenBurns {
    from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
    to { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%;  }
}
@-o-keyframes kenBurns {
    from { -o-transform: scale(1.0,1.0); -o-transform-origin: 50% 50%; }
    to { -o-transform: scale(1.1,1.1); -o-transform-origin: 50% 0%;  }
}
@-moz-keyframes kenBurns {
    from { -moz-transform: scale(1.0,1.0); -moz-transform-origin: 50% 50%; }
    to { -moz-transform: scale(1.1,1.1); -moz-transform-origin: 50% 0%; }
}
@-ms-keyframes kenBurns {
    from { -ms-transform: scale(1.0,1.0); -ms-transform-origin: 50% 50%; }
    to { -ms-transform: scale(1.1,1.1); -ms-transform-origin: 50% 0%; }
}

/* Lookbook Landing */
/* .ideas-hub-lookbook-landing .section-intro {
    margin: 60px 0 30px 0;
} */

.ideas-hub-lookbook-landing {
	margin-bottom: 60px;
}

.ideas-hub-lookbook-landing .section-intro h1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ideas-hub-lookbook-landing .filters {
    display: flex;
    flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
    margin-bottom: 30px;
}

.ideas-hub-lookbook-landing .filters .filter-item {
    display: inline-block;
    padding: 11px 20px;
    border: 2px solid #ECEEEF;
    border-radius: 30px;
    font-size: 16px;
    color: #425363;
    cursor: pointer;
	text-decoration: none;
	margin-bottom: 10px;
}

.ideas-hub-lookbook-landing .filters .filter-item:not(:last-of-type) {
    margin-right: 10px;
}

.ideas-hub-lookbook-landing .filters .filter-item:hover {
    text-decoration: none;
    /* color: #F6B333; */
	background: #ECEEEF; 
}
.ideas-hub-lookbook-landing .filters .filter-item.active:hover {
    color: #425363;
}

.ideas-hub-lookbook-landing .filters .filter-item.active {
    background: #F6B333;
    border: 2px solid #F6B333;
}

.ideas-hub-lookbook-landing .looks .looks-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.ideas-hub-lookbook-landing .looks .looks-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.ideas-hub-lookbook-landing .looks .looks-item .look-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #425363;
    margin-top: 10px;
}

/* Lookbook Item Page */

.ideas-hub-lookbook-page .welcome {
	margin-top: 40px;
	margin-bottom: 40px;
}

.ideas-hub-lookbook-page .welcome h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
}

.ideas-hub-lookbook-page .main-image {
	width: 100%;
}

.ideas-hub-lookbook-page .main-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ideas-hub-lookbook-page .look-explanation {
	padding: 48px;
}

.ideas-hub-lookbook-page .look-explanation .title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.ideas-hub-lookbook-page .look-explanation p {
	line-height: 34px;
}

.ideas-hub-lookbook-page .close-up-square-image {
	width: 100%;
	margin-bottom: 30px;
}

.ideas-hub-lookbook-page .close-up-square-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ideas-hub-lookbook-page .create-the-look,
.ideas-hub-lookbook-page .colour-palette {
	padding: 100px 0;
}

.ideas-hub-lookbook-page .create-the-look .title {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.tapi-fluid-slider .slick-ideas-hub-look-slider .slick-slide .slide .slide-img, 
.tapi-fluid-slider .slick-ideas-hub-look-slider .slick-slide .slide .slide-img img {
	height: 300px;
}

.tapi-fluid-slider .slick-ideas-hub-look-slider .slick-prev,
.tapi-fluid-slider .slick-ideas-hub-look-slider .slick-next{
	top: 135px;
}

.ideas-hub-lookbook-page .slick-ideas-hub-look-slider .slide-info .info-product {
	color: #425363;
	font-size: 18px;
	font-weight: 700;
}

.ideas-hub-lookbook-page .slick-ideas-hub-look-slider .slide-info .info-option,
.ideas-hub-lookbook-page .slick-ideas-hub-look-slider .slide-info .info-price {
	color: #425363;
	font-size: 18px;
	line-height: 28px;
}

.ideas-hub-lookbook-page .slick-ideas-hub-look-slider .slide-info .info-title {
	font-weight: 700;
}

.ideas-hub-lookbook-page .share-look,
.ideas-hub-lookbook-page .browse-other {
	padding: 100px 0;
}

.ideas-hub-lookbook-page .share-look .title,
.ideas-hub-lookbook-page .browse-other .title {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.ideas-hub-lookbook-page .share-look .social-links {
	display: flex;
	justify-content: center;
}

.ideas-hub-lookbook-page .share-look .social-links a {
	font-size: 20px;
}

.ideas-hub-lookbook-page .share-look .social-links a:not(:last-of-type) {
	margin-right: 40px;
}

.ideas-hub-lookbook-page .look-explanation .look-explanation-desktop {
	z-index: 3;
	position: relative;
	top: -160px;
	margin-bottom: -160px;
}

/* .ideas-hub-lookbook-page .look-explanation .look-explanation-desktop:hover {
	z-index: 4;
} */

.ideas-hub-lookbook-page .look-explanation .look-explanation-desktop .col-xs-6 {
	background: #ffffff;
	padding: 80px;
}

.ideas-hub-lookbook-page .close-up-landscape-image {
	background: #22434A;
}

.ideas-hub-lookbook-page .close-up-landscape-image img {
	width: 100%;
	opacity: 0.1;
}

.ideas-hub-lookbook-page .lookbook-desktop {
	position: relative;
	margin-bottom: 620px;
}

.ideas-hub-lookbook-page .lookbook-desktop .main-image .col-xs-10 {
	z-index: 2;
}

/* .ideas-hub-lookbook-page .lookbook-desktop .main-image .col-xs-10:hover {
	z-index: 4;
} */

.ideas-hub-lookbook-page .lookbook-desktop .close-up-bg {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 70%;
}

.ideas-hub-lookbook-page .lookbook-desktop .close-up-bg img {
	max-height: 600px;
	width: 100%;
	object-fit: cover;
	opacity: 0.1;
}

.ideas-hub-lookbook-page .lookbook-desktop .look-explanation {
	position: absolute;
	top: 70%;
	margin-left: -15px;
}

.ideas-hub-lookbook-page .lookbook-desktop .look-explanation .col-xs-6 {
	z-index: 3;
	background: #ffffff;
	padding: 6%;
}

.ideas-hub-lookbook-page .lookbook-desktop .close-up-square {
	position: absolute;
	top: 110%;
	margin-left: -15px;
}

.ideas-hub-lookbook-page .lookbook-desktop .close-up-square .col-xs-6 {
	z-index: 2;
}

/* .ideas-hub-lookbook-page .lookbook-desktop .close-up-square .col-xs-6:hover {
	z-index: 4;
} */

.ideas-hub-lookbook-page .lookbook-desktop .close-up-square img {
	max-height: 550px;
	width: 100%;
	object-fit: cover;
}

.ideas-hub-lookbook-page .colour-palette .title {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

.ideas-hub-lookbook-page .colour-palette-mobile {
	display: none;
}

.ideas-hub-lookbook-page .colour-palette-mobile .cp-item,
.ideas-hub-lookbook-page .colour-palette-desktop .cp-item {
	width: 100px;
	padding-top: 30px;
}

.ideas-hub-lookbook-page .colour-palette-mobile .cp-item .colour,
.ideas-hub-lookbook-page .colour-palette-desktop .cp-item .colour {
	height: 100px;
}

.ideas-hub-lookbook-page .colour-palette-mobile .cp-item p,
.ideas-hub-lookbook-page .colour-palette-desktop .cp-item p {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

.ideas-hub-lookbook-page .colour-palette-desktop .container {
	display: flex;
	justify-content: center;
}

.ideas-hub-lookbook-page .colour-palette-desktop .cp-item:not(:last-of-type) {
	margin-right: 10px;
}

/* Breadcrumbs */

.ideas-hub .breadcrumbs {
	margin-top: 30px;
	display: inline-block;
}

.ideas-hub .breadcrumbs span:not(:last-of-type):after {
	font-family: 'Font Awesome 5 Light';
	content: '\f054';
	margin: 0 3px 0 10px;
	font-size: 12px;
}

/* Image Carousel */
.lookbook-carousel {
	padding: 0 0 100px 0;
}


@media(max-width: 991px){
    /* Designed margin is 60px, but carousel elements already provide 55px */
    .ideas-hub .carousels {
        margin-bottom: 5px;
	}
	
	.ideas-hub-lookbook-landing .looks .looks-item {
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
	}

	.ideas-hub-lookbook-landing .looks .looks-item .look-name {
		font-size: 14px;
	}
}

@media(max-width: 767px)
{

	.ideas-hub .welcome {
		margin: 30px 0;
	}

	.ideas-hub-lookbook-page .welcome {
		margin-bottom: 30px;
	}

	.ideas-hub-lookbook-page .welcome h1 {
		text-transform: uppercase;
		font-size: 26px;
	}

	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-ideas-hub-look-slider .slick-slide .slide .slide-img,
	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-ideas-hub-look-slider .slick-slide .slide .slide-img img{
		height: 160px;
	}

	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-ideas-hub-look-slider .slick-prev,
	.tapi-fluid-slider.tapi-slider-v2.mobile-1-col .slick-ideas-hub-look-slider .slick-next {
		top: 68px;
	}
	
	.ideas-hub-lookbook-page .colour-palette-mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.ideas-hub-lookbook-page .colour-palette-desktop {
		display: none;
	}

	.ideas-hub-lookbook-page .share-look,
	.ideas-hub-lookbook-page .browse-other,
	.ideas-hub-lookbook-page .create-the-look,
	.ideas-hub-lookbook-page .colour-palette {
		padding: 50px 0;
	}

	.ideas-hub .breadcrumbs span {
		display: none;
	}

	.ideas-hub .breadcrumbs span.breadcrumbs-last-linked {
		display: inline;
	}

	.ideas-hub .breadcrumbs span.breadcrumbs-last-linked:after {
		content: '';
		margin: 0;
	}

	.ideas-hub .breadcrumbs span.breadcrumbs-last-linked:before {
		font-family: "Font Awesome 5 Light";
		content: "\f053";
		font-size: 12px;
		margin-right: 5px;
	}

	.ideas-hub .breadcrumbs span.breadcrumbs-last-linked a {
		text-decoration: none;
	}

	.block-600 .ideas-hub-block img {
		height: 300px;
	}

	.block-600 .ideas-hub-block .block-details {
		padding: 26px 30px;
	}

	.block-600 .ideas-hub-block .block-details h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.block-600 .ideas-hub-block .block-details,
	.block-300 .ideas-hub-block .block-details {
		min-width: 250px;
	}
}

/* ==== ROOM IDEAS PAGE ==== */
.room-ideas .header-section {
	width:100%;
	text-align: center;
}
.room-ideas .header-section h1 {
	margin-bottom: 20px;
}
.room-ideas .tapi-white-select {
    position: relative;
    display: inline-block;
    background-color: #fff;
	width:100%;
}

.room-ideas .page-filters {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.room-ideas select.tapi-white {
	width:100%;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 15px;
	color: #425363;
	text-indent: 1px;
	text-overflow: '';
	position: relative;
	background-color: transparent;
    z-index: 1;
	border: 1px solid #CCCCCC;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	overflow: hidden;
	-webkit-background-clip: padding-box;
}

.room-ideas .tapi-white-select:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    content: "\f078";
    font-family: "Font Awesome 5 Regular";
    font-size: 14px;
    color: #425363;
    cursor: pointer;
    z-index: 0;
}

@media only screen and (max-width: 767px){
	.room-ideas .tapi-white-select:after {
		top: 38%;
	}
}

.room-ideas .item-wrapper {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	position: relative;
}

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

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

.room-ideas #room-ideas-loadmore-spinner {
	width: 100%;
	display: inline-block;
	text-align: center;
	min-width: 100%;
	margin-top: 30px;
}

.room-ideas #room-ideas-loadmore-spinner img {
	display: block;
	margin: 0 auto;
}

.room-ideas .room-idea-modal-header {
	display: inline-block;
	width:100%;
	text-align: center;
	background-color: #FFFFFF;
	padding:20px 0;
}

.room-ideas .room-idea-modal-header p {
	margin-bottom: 0;
}

.room-ideas #room-idea-modal-reviews {
	display: inline-block;
	width:100%; 
	margin-top: 10px;
}

.room-ideas .room-idea-modal-header p {
	text-align: center;
 }
 
.room-ideas .room-idea-modal-header p#room-idea-modal-title {
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #425363;
	line-height: 1.1;
}
 
/* removed below - using default close button (common.css) */
/*.room-ideas #room-idea-modal .close {
	position:absolute;
	top: -50px;
	right: 0;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 300;
}*/

.room-ideas .room-idea-modal-content{
	width:100%;
	display: inline-block;
}

.room-ideas .room-idea-modal-content a {
	text-decoration: none;	
}

.room-ideas .favourites-bar {
	width:100%;
	display: inline-block;
	padding:10px;
	background-color: #ECEEEF;
	font-size: 12px;
}

.room-ideas .favourites-bar i {
	font-size: 16px;
}

.room-ideas .product-info-prices .prices{
	margin-bottom: 30px;
	padding: 20px 50px;
}

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

.room-ideas .product-info-prices .rrp-price{
	font-size: 20px;
	text-decoration: line-through;
	margin-bottom: 0;
	font-weight: 500;
}
.room-ideas .product-info-prices .offer{
	padding: 5px 10px;
	position: relative;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.room-ideas .product-info-prices .offer-text{
	text-align: center;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 700;

	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.room-ideas .product-info-prices .info-text{
	text-align: center;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 400;

	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* new prices*/
.room-ideas .product-info-prices .prices .single-price{
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

.room-ideas .product-info-prices .prices .double-price{
	font-weight: 700;
	color: #E50944;
	text-align: right;
	position: relative;
	font-size: 24px;
	line-height: 24px;
	margin-top: 28px;
}
.room-ideas .product-info-prices .prices .double-price .was-price{
	text-decoration: line-through;
	color: #425363;
	font-weight: 500;
	position: absolute;
	top: -28px;
	right: 0;
	font-size: 20px;
	line-height: 20px;
}
.room-ideas .product-info-prices .prices .double-price .off-percentage{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}

.room-ideas .product-info-prices .prices .offer-price-wrp{
	margin-top: 10px;
	margin-bottom: 20px;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .or-bar,
.room-ideas .product-info-prices .prices .offer-price-wrp .no-or-bar{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .or-bar:before,
.room-ideas .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%;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .or-bar:before{
	left: 0;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .or-bar:after{
	right: 0;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .price-bar{
	background-color: #E50944;
	color: #fff;
	padding: 10px 7px;
	margin-bottom: 20px;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .price-bar .offer-price{
	font-weight: 700;
	text-align: right;
	position: relative;
	font-size: 24px;
	line-height: 24px;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .price-bar .offer-text{
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}
.room-ideas .product-info-prices .prices .offer-price-wrp .tc-bar{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.room-ideas .room-idea-modal-buttons-wrapper {
	margin-top: 20px; 
	display: block;
	width:100%;
}

.room-ideas .button-wrapper{
	margin-top: 10px;
	display: block;
	width:100%;
}

.room-ideas .button-wrapper .grey{
	padding:28px 0;
	font-weight: bold;
	font-size: 14px;
}

.room-ideas .button-wrapper .steel{
	padding: 25px 0;
	font-size: 14px;
}

.room-ideas .button-wrapper .steel span{
	font-size: 12px;	
	font-weight: 300;
}

.room-ideas .button-wrapper a.yella {
	color: #425363;
}

.room-ideas .room-idea-modal-no-product-wrapper {
	border: 2px solid #d9dde0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px 30px;
	display:block;
	margin: 30px auto;
	width:80%;
}

/*
.room-ideas .modal-content .close {
	position:absolute;
	top:0;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: normal;
}
*/

.room-ideas .room-idea-modal-image-wrapper {
	position:relative;	
	height: 300px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.room-ideas .room-idea-modal-image {
	width: 100%;
}

.room-ideas a.item-action {
	position:absolute;
	top:125px;
	
	color: #FFFFFF;
	font-size: 40px;
	font-weight: normal;
}

.room-ideas a.item-prev {
	left: 20px;
}

.room-ideas a.item-next {
	right: 20px;
}

.room-ideas a img:hover{
	opacity: 1 !important;
}

.room-ideas button.add-to-favourites {
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

.room-ideas button.add-to-favourites:hover {
	color: #DDA12E;
}

.room-ideas .modal-share-link {
	text-decoration: none;
}

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

.room-ideas h3.filters-title {
	margin-bottom: 20px;
}

.room-ideas .item-name {
	font-size: 14px;	
}

.room-ideas .replaced-by-link {
	color: #00A3E0;
	text-decoration: underline;
}

/* BREADCRUMBS */
.room-ideas .product-breadcrumb {
	padding: 8px 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	
}
.room-ideas .product-breadcrumb > li {
	display: inline-block;
}
.room-ideas .product-breadcrumb > li + li:before {
	padding: 0 10px 0 5px;
	color: inherit;
	content: "\003e";
}
.room-ideas .product-breadcrumb > li > a{
	font-weight: 300;
}

.room-ideas .product-breadcrumb > li > a > i{
	font-size: 20px;
}

.room-ideas .product-breadcrumb > .active {
	color: inherit;
	font-weight: 300;
}

.room-ideas .modal {
	overflow-y: scroll;
}

@media(max-width: 991px){
	.room-ideas .product-breadcrumb {
		margin-bottom: 10px;
		margin-top: -20px;
	}
}


@media only screen and (max-width: 767px){
	.room-ideas .room-filter {
		margin-bottom: 20px;
	}
	
	.room-ideas .item-title > h3 {
		font-size: 14px;
	}
	
	.room-ideas .item-name {
		font-size: 12px;
	}
	
	.room-ideas select.tapi-white {
		padding: 10px;
	}
	
	.room-ideas .tapi-white-select:after {
		right: 10px;
	}
	
	.room-ideas .page-filters {
		margin-bottom: 10px;
	}
	
	.room-ideas .product-info-prices .prices {
		padding: 20px;
	}
}

/* Colour Finder Page */

.colour-finder {
	
}

.colour-finder .header-section {
	width:100%;
	text-align: center;
}
.colour-finder .header-section h1 {
	margin-bottom: 20px;
}

/* BREADCRUMBS */
.colour-finder .product-breadcrumb {
	padding: 8px 0;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	
}
.colour-finder .product-breadcrumb > li {
	display: inline-block;
}
.colour-finder .product-breadcrumb > li + li:before {
	padding: 0 10px 0 5px;
	color: inherit;
	content: "\003e";
}
.colour-finder .product-breadcrumb > li > a{
	font-weight: 300;
}

.colour-finder .product-breadcrumb > li > a > i{
	font-size: 20px;
}

.colour-finder .product-breadcrumb > .active {
	color: inherit;
	font-weight: 300;
}

.colour-finder .filters-wrapper {

}

.colour-finder .filter-item {
	font-size: 14px;
	line-height: 14px;
	color: #425363;
	padding:13px 25px;
	margin: 5px 3px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	display: inline-block;
	border: 2px solid #EFEFEF;
	background-color: #FFFFFF;
	text-align: center;
	cursor:pointer;
}

.colour-finder .filter-item:hover {
	background-color: #f6b333;
}


.colour-finder .filter-item.selected {
	background-color: #f6b333;
}

.filters-item-wrapper {
	text-align: center;
}

.colour-finder #loadmore-spinner {
	width: 100%;
	display: inline-block;
	text-align: center;
	min-width: 100%;
	margin-top: 30px;
}

.colour-finder #loadmore-spinner img {
	display: block;
	margin: 0 auto;
}

.colour-finder .swatch-item {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	margin: 10px;
	border: 1px solid #EFEFEF;
	width: calc((100% / 8) - 20px);
	cursor: pointer;
	position:relative;
}

.colour-finder .swatch-item-content {
	background-repeat: repeat !important;
	background-position: top left;
	background-size: contain !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.colour-finder .swatch-item img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:1;
}

.colour-finder .swatch-item > .item-favourite-wrapper {
	position:absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px 10px 5px;
	display: block;
	z-index: 2;
}

.colour-finder .swatch-item > .item-favourite-wrapper > a > i {
	font-size: 20px;
	color: #FFFFFF;
}

.colour-finder .swatch-item .item-hover-wrapper {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
	display: none;
	background-color: #425363;
	color: #FFFFFF;
	z-index:2;
	padding: 15px 8px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	opacity: 0.8;
}

.colour-finder .swatch-item .item-hover-wrapper .colour-text {
	margin: 0 0 6px 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
}

.colour-finder .swatch-item .item-hover-wrapper .product-text {
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
}

.colour-finder .swatch-item .item-hover-wrapper .product-text > i {
	font-size: 12px;
}

/* Modal */
.colour-finder .colour-finder-modal-header {
	display: inline-block;
	width:100%;
	text-align: center;
	background-color: #FFFFFF;
	padding:20px 0;
}

.colour-finder .colour-finder-modal-header p {
	margin-bottom: 0;
}

.colour-finder .colour-finder-modal-header h1,
.colour-finder .colour-finder-modal-header p {
	text-align: center;
 }
 
/*
.colour-finder .modal-content .close {
	display:absolute;
	top:-45px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: normal;
}
*/

.colour-finder .colour-finder-modal-image-wrapper {
	position:relative;	
	height: 300px;
	width:100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100%;
}

.colour-finder a.item-action {
	position:absolute;
	top:125px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: normal;
}

.colour-finder a.item-prev {
	left: 20px;
}

.colour-finder a.item-next {
	right: 20px;
}

.colour-finder a img:hover{
	opacity: 1 !important;
}

.colour-finder button.add-to-favourites {
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

.colour-finder button.add-to-favourites:hover {
	color:#f6b333;
}

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

.colour-finder h3.filters-title {
	margin-bottom: 20px;
}

.colour-finder .item-name {
	font-size: 14px;	
}

.colour-finder .replaced-by-link {
	color: #00A3E0;
	text-decoration: underline;
}

.colour-finder .colour-finder-modal-content{
	width:100%;
	display: inline-block;
}

.colour-finder .colour-finder-modal-content a {
	text-decoration: none;
	
}

.colour-finder .favourites-bar {
	width:100%;
	display: inline-block;
	padding:10px;
	background-color: #ECEEEF;
	font-size: 12px;
}

.colour-finder .favourites-bar a {
	text-decoration: none;
}

.colour-finder .favourites-bar i {
	font-size: 16px;
}

.colour-finder .product-info-prices .prices{
	margin-bottom: 30px;
	padding: 20px 50px;
}

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

.colour-finder .product-info-prices .rrp-price{
	font-size: 20px;
	text-decoration: line-through;
	margin-bottom: 0;
	font-weight: 500;
}
.colour-finder .product-info-prices .offer{
	padding: 5px 10px;
	position: relative;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.colour-finder .product-info-prices .offer-text{
	text-align: center;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 700;

	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.colour-finder .product-info-prices .info-text{
	text-align: center;
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Verdana', sans-serif;
	font-weight: 400;

	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* new prices*/
.colour-finder .product-info-prices .prices .single-price{
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

.colour-finder .product-info-prices .prices .double-price{
	font-weight: 700;
	color: #E50944;
	text-align: right;
	position: relative;
	font-size: 24px;
	line-height: 24px;
	margin-top: 28px;
}
.colour-finder .product-info-prices .prices .double-price .was-price{
	text-decoration: line-through;
	color: #425363;
	font-weight: 500;
	position: absolute;
	top: -28px;
	right: 0;
	font-size: 20px;
	line-height: 20px;
}
.colour-finder .product-info-prices .prices .double-price .off-percentage{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}

.colour-finder .product-info-prices .prices .offer-price-wrp{
	margin-top: 10px;
	margin-bottom: 20px;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .or-bar,
.colour-finder .product-info-prices .prices .offer-price-wrp .no-or-bar{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .or-bar:before,
.colour-finder .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%;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .or-bar:before{
	left: 0;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .or-bar:after{
	right: 0;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .price-bar{
	background-color: #E50944;
	color: #fff;
	padding: 10px 7px;
	margin-bottom: 20px;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .price-bar .offer-price{
	font-weight: 700;
	text-align: right;
	position: relative;
	font-size: 24px;
	line-height: 24px;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .price-bar .offer-text{
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}
.colour-finder .product-info-prices .prices .offer-price-wrp .tc-bar{
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.colour-finder .colour-finder-modal-buttons-wrapper {
	margin-top: 20px; 
	display: block;
	width:100%;
}

.colour-finder .button-wrapper{
	margin-top: 10px;
	display: block;
	width:100%;
}

.colour-finder .button-wrapper .grey{
	padding:28px 0;
	font-weight: bold;
	font-size: 14px;
}

.colour-finder .button-wrapper .steel{
	padding: 25px 0;
	font-size: 14px;
}

.colour-finder .button-wrapper .steel span{
	font-size: 12px;	
	font-weight: 300;
}

.colour-finder .button-wrapper a.yella {
	color: #425363;
}

.colour-finder #colour-finder-loadmore-spinner {
	width: 100%;
	display: inline-block;
	text-align: center;
	min-width: 100%;
	margin-top: 30px;
}

.colour-finder #colour-finder-loadmore-spinner img {
	display: block;
	margin: 0 auto;
}

.colour-finder .filters-readmore {
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 30px;
	color: #425363;
}

.colour-finder .intro-text-wrapper {
	width: 70%;
	display: block;
	margin: 0 auto 20px auto;
}

.colour-finder .intro-text-wrapper p {
	margin-bottom: 5px;
}

.colour-finder .filters-wrapper {
	width: 70%;
	margin: 0 auto;
	display:block;
}

.colour-finder .colour-finder-modal-no-product-wrapper {
	border: 2px solid #d9dde0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px 30px;
	display:block;
	margin: 30px auto;
	width:80%;
}

.colour-finder #swatches-search-empty {
	margin-top: 20px;
}

/* Footer Links */
.colour-finder .common-footer-links {
	width: 70%;
	margin: 30px auto 0 auto;
}

@media only screen and (max-width: 767px){
	.colour-finder .swatch-item {
		width: calc((100% / 6) - 20px);
	}	
	
	.colour-finder .filters-wrapper{
		text-align: left !important;
	}
	
	.colour-finder .filters-item-wrapper {
		text-align: left;
	}
	
	.colour-finder .intro-text-wrapper { 
		width: 100%;
	}
	.colour-finder .filters-wrapper {
		width: 100%;
	}
}

@media only screen and (max-width: 767px){
	.colour-finder .swatch-item {
		width: calc((100% / 4) - 20px);
	}
	
	.colour-finder .filters-wrapper-slick .filters-item-wrapper{
		position: relative;
	}
	
	.colour-finder .filters-wrapper-slick .filters-item-wrapper::after {
		content: "";
		position: absolute;
		width: 20px;
		right: -15px;
		top: 0;
		bottom: 0;
		background-image: url('https://www.tapi.co.uk/img/slick-fade.png');
	}
	
	.colour-finder .filter-item {
		background-color: #ECEEEF;
	}
	
	.colour-finder .filter-label {
		font-weight: bold;
		padding: 13px 13px 13px 0;
	}
}

@media only screen and (max-width: 1200px){
	.colour-finder .intro-text-wrapper,
	.colour-finder .filters-wrapper	{
		width:80%;
	}
}

@media only screen and (max-width: 1050px){
	.colour-finder .intro-text-wrapper,
	.colour-finder .filters-wrapper	{
		width:100%;
	}
}

/* PAGINATION */
.pagenav-wrp{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: -10px;
}
.pagenav {font-size:14px; float:right;}
.pagenav a, .pagenav span {display:block; float:left; margin:0 5px 0 5px; color:#425363; }
.pagenav a { text-decoration:none; padding: 10px 0; }
.pagenav a:hover { text-decoration:underline;}
.pagenav .disabled{
	background-color: #d9dde0;
	padding: 10px 15px;
	margin: 0;
}
.pagenav a.page-num{
	padding: 10px 15px;
	margin: 0;
}
.pagenav a.page-num:hover{
	background-color: #425363;
	color: #fff;
	text-decoration: none;
}
@media(max-width: 991px){
	.pagenav-wrp{
		margin-bottom: 30px;
		text-align: center;
		font-size: 0;
	}
	.pagenav{
		float: none;
		display: inline-block;
	}
}

/*Trustpilot*/
.ideas-hub-trustpilot{
	margin-top: 30px;
}

/*Accordion Section*/
.ideas-hub-accordion-section{
	margin-top: 20px;
	margin-bottom: 50px;
}
/*Accordion Content*/
.ideas-hub-accordion-content{
	padding-top: 25px;
}

.idea-overlay{
	position: absolute;
	top: 17px;
	/* left: 10px; */
	
	object-fit: contain;
	object-position: left;
	width: 40%;
	height: auto;

	max-width: 70px;
	max-height: 70px;
}

@media (min-width: 768px){
	.idea-overlay{
		max-width: 115px;
		max-height: 115px;
	}
}
