/* BAU-7354 - Choo World (Stand Alone) - Remove Filter */
.chooworld-insta .choo-instarefinements {
	display: none;
}
.chooworld-insta .choo-follow {
	padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.chooworld-insta .choo-follow {
		padding-bottom: 0;
	}	
}

/* BAU-6695 - Temporary styles for Sale November 2018 */
.christmas-header .sale-category > .category-link {
    color: #d30000;
}

/* Temporary styles for Sale May 2017 */
.product-tile .price-range .product-sales-price {
    color: #d30000;
}

/* Temporary styles to fix PLP product badge colour */
.product-tile .product-badge {
    background-color: #FAFAFA;
}

/* Temporary styles update the pre-order in stock date message colour */
.product-detail .in-stock-date-msg {
    color: #222222;
}

/* BAU-7080 - NL Sign Up Form - Drop Shadow */
.first-visit-popup,
.dialog-newsletter-subscribe{
    -webkit-box-shadow: 1px 5px 24px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 5px 24px rgba(0, 0, 0, .4);
    box-shadow: 1px 5px 24px rgba(0, 0, 0, .4);
}

/* BAU-7088 - NL Sign Up Form - MB DOB Alignment */
@media only screen and (max-width:375px){
	.newsletter-subscribe-form .f-type-day,
	.newsletter-subscribe-form .f-type-month {
		margin-right: 10px;
	}
	.newsletter-subscribe-form .f-type-year {
		margin-right: 0;
	}
}

/* BAU-7008 - flower garden popup JP */
.first-visit-popup .flower-popup .first-visit-popup-description{ width: 100%; }
.first-visit-popup .flower-popup .first-visit-popup-form { padding: 60px 55px 60px 45px; }
.first-visit-popup .flower-popup .first-visit-popup-policy{ text-align:center; }


/* Style taken from asset: header-free-shipping-carousel
May be for Christmas Header only */
.christmas-header .menu-wrapper-main-navigation:before {width: 530px;}
.christmas-header .menu-wrapper-main-navigation:after {width: 570px;left: auto !important;}


/*
.carousel-faded-edges .slick-list::before {
    content: ' ';
    display: block;
    width: 40px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;

    background: linear-gradient(to left, transparent 0%, white 100%);
}
.carousel-faded-edges .slick-list::after {
    content: ' ';
    display: block;
    width: 40px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;

    background: linear-gradient(to right, transparent 0%, white 100%);
}
*/