.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover{
	background: #e30613;
}

.slick-slider .slick-prev:hover:before, .slick-slider .slick-next:hover:before {
	color:white;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before{
	color:#c90613;
	/* VERTICAL | HORIZONTAL CENTER ALIGN CROSS-BROWSER, height: must be declared */
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height:16px;
	font-size: 16px;
}

.slick-slider .slick-prev:before{
	content:"\a011";
}
.slick-slider .slick-next:before{
	content:"\a012";
}

.slick-slider .slick-prev{
	left: 9px;
}
.slick-slider .slick-next{
	right: 9px;
}

/************************************************************************************
################ BEGIN: HOMEPAGE ROTATING IMAGES COMPONENT CONTAINER ################
*************************************************************************************/
.homepageRotatingContainer{
	position:relative;
}

.homepageRotatingContainer .sparSlider{
	width:100%;
	max-width:100%;
	position:relative;
}

.homepageRotatingContainer .sparSlider .slick-dots{
	bottom:79px;
}

.homepageRotatingContainer .sparSlider .bannerHeadline{
	height:74px;
	background:#f2f2f2;
	border-bottom:7px solid #d9d9d9;
	
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:20px 2% 10px 2%;
	line-height:16px;
}

.homepageRotatingContainer .sparSlider .bannerHeadline a{
	font-family:MuseoSans;
	font-weight:700;
	font-size:14px;
	line-height:14px;
	color:#1a1a1a;
}

.homepageRotatingContainer .homepageSliderLinks{
	height:121px;
	background:#c90613;
	border-bottom:12px solid #b00511;
	display:table;
	width:100%;
}

.homepageRotatingContainer .homepageSliderLinks .hpSliderLink{
	position:relative;
	display:table-cell;
	width:33.3333333333%;
	text-align:center;
	
	font-family:MuseoSans;
	font-weight:700;
	font-size:11px;
	line-height:18px;
	color:#ffffff;
	text-decoration:underline;
	
	padding:60px 2% 0 2%;
	cursor:pointer;
}

.homepageRotatingContainer .homepageSliderLinks .hpSliderLink i{
	position:absolute;
	color:#ffffff;
	font-size:30px;
	top:15%;
	left:50%;margin-left:-15px;
}

.homepageRotatingContainer .homepageSliderLinks .hpSliderLink.hpStartShoppingLink i{
	font-size:36px;
	margin-left:-18px;
}

@media (min-width:768px){
	
	.homepageRotatingContainer .sparSlider .slick-dots{
		bottom:44px;
		padding-left:63px;
	}
	
	.homepageRotatingContainer .sparSlider .bannerHeadline{
		position:absolute;
		bottom:50px;
		width:768px;height:auto;
		background:transparent;
		border-bottom:0;
		
		text-align:left;
		line-height:40px;
		
		text-transform:uppercase;
		padding:0 63px;
		margin-bottom:25px;
	}
	
	.homepageRotatingContainer .sparSlider .bannerHeadline a{
		font-size:48px;
		line-height:40px;
		color:#ffffff;
	}

	.homepageRotatingContainer .homepageSliderLinks{
		height:178px;
		border-bottom-width:17px;
	}
	
	.homepageRotatingContainer .homepageSliderLinks .hpSliderLink{
		background-position:50% 36px;
		font-size:14px;
		padding-top:108px;
	}
	
	.homepageRotatingContainer .homepageSliderLinks .hpSliderLink i{
		font-size:50px;
		margin-left:-25px;
		top:20%;
	}
	
	.homepageRotatingContainer .homepageSliderLinks .hpSliderLink.hpStartShoppingLink i{
		font-size:56px;
		margin-left:-28px;
	}
}

@media (min-width:1280px){
	
	.homepageRotatingContainer .sparSlider .bannerHeadline.hidden-mobile{
		width:1280px;
	}
	
	.homepageRotatingContainer .homepageSliderLinksWrapper{
		height:178px;
		background:#c90613;
		border-bottom:17px solid #b00511;
	}
	
	.homepageRotatingContainer .homepageSliderLinks{
		width:60%;
		margin:0 auto;
	}
	.homepageRotatingContainer .homepageSliderLinks .hpSliderLink{
		font-size:16px;
	}
}

/************************************************************************************
################ END: HOMEPAGE ROTATING IMAGES COMPONENT CONTAINER ################
*************************************************************************************/

/************************************************************
################ BEGIN: SPAR STANDARD SLIDER ################
*************************************************************/
.sparSlider{
	position:relative;
}

.sparSlider .sparImageResponsive{
	margin: 0 auto;
}

.sparSlider .headline{
	margin:0;padding:27px 0;
	height:68px;
	background:#f2f2f2;
	font-family:MuseoSans;
	font-weight:700;
	font-size:14px;
	color:#1a1a1a;
	text-align:center;
	display: block;
}

.sparSlider .slick-dots{
	position:absolute;
	bottom:74px;
	margin:0;padding:0;
	list-style:none;
	width:100%;
	text-align:center;
}

.sparSlider .slick-dots li{
	display:inline-block;
	margin:0;padding:0;
	background:#fff;
	outline:none;
	width:16px;height:16px;
	color:transparent;
	border:0;
	border-radius:50%;
	position:relative;
	margin-right:18px;
	cursor:pointer;
}

.sparSlider .slick-dots li:last-child{
	margin-right:0;
}

.sparSlider .slick-dots li button{
	width:10px;height:10px;
	margin:0;padding:0;
	background:#fff;
	outline:none;
	color:transparent;
	border:0;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-5px;
	cursor:pointer;
}

.sparSlider .slick-dots li.slick-active button{
	background:red;
}

@media (min-width:768px){
	.sparSlider .headline{
		margin:0;padding:0;
		height:auto;
		background:none;
		font-size:42px;
		color:#ffffff;
		text-align:left;

		position:absolute;
		bottom:75px;
		text-indent:17px;
	}

	.sparSlider .slick-dots{
		width:auto;
		text-align:left;
		bottom:25px;
		padding-left:20px;
	}
}
@media (min-width:1280px){
	.sparSlider .headline{
		font-size:35px;
	}
	
	.sparSlider,
	.miniBannerContainer{
		max-width:640px;
	}
}
/************************************************************
################ END: SPAR STANDARD SLIDER ##################
*************************************************************/

/************************************************************
################ BEGIN: MINIBANNERCOMPONENT ################
*************************************************************/
.miniBannerContainer{
	padding:10px 3.125%; /*10/320*/
}

.miniBannerContainer .miniBanner{
	position:relative;
	margin:0 0 10px 0;padding:0;
}

.miniBannerContainer .miniBanner img{
	display:block;border:0;
}

.miniBannerContainer .miniBanner .headline{
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
	position:absolute;
	left:20px;
	bottom:62px;
	font-family:MuseoSans;
	font-weight:700;
	font-size:16px;
	color:#fff;
}	

.miniBannerContainer .miniBanner a{
	position:absolute;
	display:block;
	background:#fff;
	width:136px;
	height:27px;line-height:27px;
	left:20px;
	bottom:19px;

	font-family:MuseoSans;
	font-size:12px;
	font-weight:700;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}

@media (min-width:768px){
	.miniBannerContainer{
		padding:10px 1.5625%; /*12/768*/
	}

	.miniBannerContainer .miniBanner{
		float:left;
		width:49.1935483871%;/*47.65625%;/*366/744*/
		margin:0 1.5625% 10px 0;padding:0;
	}

	.miniBannerContainer .miniBanner:nth-child(2n){
		margin-right:0;
	}
}
@media (min-width:1280px){
	.miniBannerContainer{
		padding:10px 1.5625% 0 1.5625%; /*10/640*/
	}
}

@media (min-width:1280px){
	.miniBannerContainer{
		border-bottom:1px solid #d9d9d9;
	}
}
/************************************************************
################ END: MINIBANNERCOMPONENT ################
*************************************************************/

/************************************************************
########### BEGIN: CATEGORIES LIST/IMAGE COMPONENT############
*************************************************************/

.categoriesListComponent{
	margin-bottom: 15px;
}

.categoriesListComponent .categoriesList .categoryEntry .headline{
	margin:0;padding:0;
}

.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink{
	position:relative;
	margin:0;padding:0;
	height:50px;line-height:50px;
	text-align:center;
	cursor:pointer;
	font-family: MuseoSans;
	font-weight:700;
	font-size:14px;
	color:#424242;
	text-transform:capitalize;
	border-bottom:1px solid #e6e6e6;
	display:block;
}

.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink.open{
	color:#c90613;
}

.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink:active,
.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink:focus{
	outline:none;
}

.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink:after,
.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink.open:after{
	position:absolute;
	content:"\a010";/*ico-arrow_sharp_down*/
	font-size:8px;
	color:#c6c6c6;
	top:50%;margin-top:-4px;
	left:93%;
}

.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink.open:after{
	content:"\a013";/*ico-arrow_sharp_up*/
}

.categoriesListComponent .categoriesList .categoryEntry:first-child .headline{
	border-top:1px solid #e6e6e6;
}

.categoriesListComponent .categoriesList .categoryEntry .subCategoryList{
	display:none;
	background:#f0f0f0;
}

.categoriesListComponent .categoriesList .categoryEntry .subCategoryList.open{
	display:block;
}

.categoriesListComponent .categoriesList .categoryEntry .subCategoryList li{
	text-align:center;
	height:50px;line-height:50px;
	border-bottom:1px solid #e6e6e6;
}

.categoriesListComponent .categoriesList .categoryEntry .subCategoryList li:hover{
	text-decoration: underline;
}

.categoriesListComponent .categoriesList .categoryEntry .subCategoryList li a{
	font-family: MuseoSans;
	font-weight:700;
	font-size:14px;
	color:#4c4c4c;
	text-decoration:none;
}

@media (min-width:768px){
	
	.categoriesListComponent{
		margin-top: 52px;
	}
	.page-searchEmpty .categoriesListComponent{
		margin-top: 0;
	}
}

@media (min-width:1280px){
	
	.categoriesListComponent{
		padding:10px 1.35416666667%;
		background: #f5f5f5;
	}
	
	.allProductsPageContainer .categoriesListComponent{
		background: #fff;
	}
	
	.homePageContainer .categoriesListComponent{
		padding: 56px 10.625%; /* 136/1280 */
		margin: 0;
	}

	.categoriesListComponent .categoriesList .categoryEntry{
		width:49.1987179487%;/*307/624*/
		margin-right:1.35416666667%;
		float:left;
	}

	.homePageContainer .categoriesListComponent .categoriesList .categoryEntry,
	.homePageContainer .categoriesListComponent .categoriesList .categoryEntry:nth-child(2n){
		width: 31.746%; /*320/1008*/
		margin-right: 2.381%; /* 24/1008 */
		float:left;
	}

	.categoriesListComponent .categoriesList .categoryEntry:nth-child(2n){
		margin-right:0;
	}
	
	.homePageContainer .categoriesListComponent .categoriesList .categoryEntry:nth-child(3n){
		margin-right:0;
	}

	.categoriesListComponent .categoriesList .categoryEntry:first-child .headline{
		border:0;
	}
	.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink,
	.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink.open{
		text-align:left;
		height:46px;line-height:46px;
		font-size:17px;
		color:#333333;
		border-bottom:0;
		background:none;
		text-transform:capitalize;
		text-indent:4px;
	}

	.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink:after,
	.categoriesListComponent .categoriesList .categoryEntry .headline a.headlineLink.open:after{
		content:"";
	}
	
	.categoriesListComponent .categoriesList .categoryEntry .imageCategory{
		max-width:100%;
		width:43.9739413681%;/*135/307*/
		float:left;
		display:block;
	}
	
	.homePageContainer .categoriesListComponent .categoriesList .categoryEntry .imageCategory{
		width: 140px;
		height: 140px;
	}
	
	.categoriesListComponent .categoriesList .categoryEntry .subCategoryList{
		display:block;
		float:left;
		width:56.0260586319%;/*172/307*/
		background:#ffffff;
		border-width:1px 1px 1px 0;
		border-style:solid;
		border-color:#eaeaea;
		padding:15px 0;
		min-height:135px;
		max-height:135px;
		overflow:hidden;
	}

	.homePageContainer .categoriesListComponent .categoriesList .categoryEntry .subCategoryList{
		min-height:140px;
		max-height:140px;
	}
	
	.categoriesListComponent .categoriesList .categoryEntry .subCategoryList li{
		margin:0;padding:8px 0 0 0;
		text-align:left;
		height:auto;line-height:15px;
		border:0;
		text-indent:12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.categoriesListComponent .categoriesList .categoryEntry .subCategoryList li:first-child{
		padding:0;
	}

	.categoriesListComponent .categoriesList .categoryEntry .subCategoryList li a{
		font-family: MuseoSans;
		font-weight:300;
		font-size:11px;
		color:#333333;
		text-decoration:none;
	}
}

/************************************************************
########### END: CATEGORIES LIST/IMAGE COMPONENT############
*************************************************************/


/************************************************************
#################### 	PRODUCT CAROUSEL SLIDER	 ############
*************************************************************/

.productCarouselComponentContainer{
	width: 100%;
	background:white;
}

.productCarouselComponentContainer .productCarouselTitle, .carousel__collection__title{
	/* TITLE STYLES MOVED TO carousel.css to STANDARDIZED ALL CAROUSELS */
}

.productCarouselComponentContainer .productCarouselViewAll{
	font-family: MuseoSans, sans-serif;
	font-weight: 300;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
	width: 90%;
	top: -2em;
	display: block;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.productCarousel .slick-prev,
.productCarousel .slick-next{
	border: 1px solid #e5e5e5;
	margin-top: -68px;
}
.smartBasket .productCarousel .slick-prev,
.smartBasket .productCarousel .slick-next{
	margin-top: -80px;
}

.smartBasket .productCarousel .slick-prev:focus,
.smartBasket .productCarousel .slick-next:focus{
	outline: none;
}

.productCarousel .slick-track{
	margin: 0 auto;
}

.productCarouselComponentContainer .productCarousel .singleProductContainer .productBox{
	margin: 0 auto;
}


@media (min-width:768px){
	
	.productCarouselComponentContainer .productCarouselViewAll{
		font-size: 14px;
	}
	
	.productCarousel .slick-prev,
	.productCarousel .slick-next{
		margin-top: -72px;
	}
	.smartBasket .productCarousel .slick-prev,
	.smartBasket .productCarousel .slick-next{
		margin-top: -80px;
	}
}

@media (min-width:1280px){
	
}

/************************************************************
################ 	END PRODUCT CAROUSEL SLIDER	 ############
*************************************************************/


/************************************************************
#################### 	OUR SUGGESTION SLIDER	 ############
*************************************************************/

.ourSuggestionComponentContainer{
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 44px 3.125% 19px; /* 10/320 */
	text-align: center;
	position: relative;
	margin-bottom: 19px;
}

.ourSuggestionComponentContainer .header{
	background: #fafafa;
	padding: 0;
}

.ourSuggestionComponentContainer .ourSuggestionComponentTitle{
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

.suggestionSlider .slick-prev,
.suggestionSlider .slick-next{
	border: 1px solid #e5e5e5;
	margin-top: -70px;
}

.ourSuggestionComponentContainer .suggestionBody{
	margin-top: 45px;
}

.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer.slick-slide.slick-cloned img{
    opacity:1!important;
}

.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer,
.dynamicCategoryBannerComponent .categoryImageContainer{
	position: relative;
}

.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .overlay{
	position:absolute;
	bottom:0;
	width:100%;
	min-height:150px;
		
	background: transparent;
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.7));
	background: -o-linear-gradient(transparent, rgba(0,0,0,0.7));
	background: -moz-linear-gradient(transparent, rgba(0,0,0,0.7));
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
		
}

.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText {
	position: absolute;
	bottom: 16px;
	left: 0;
	text-align: center;
	width: 100%;
}

.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText{
	cursor: pointer;
}

.dynamicCategoryBannerComponent .categoryImageContainer .displayCategoryName .categoryName{
	font-family: MuseoSans;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
}

.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText label{
	display: block;
}

.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText .singleSuggestionTitle{
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}
.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText .singleSuggestionSubTitle{
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

@media (min-width:768px){
	
	.ourSuggestionComponentContainer{
		padding: 59px 0 0 0;
		margin-bottom: 90px;
		border-bottom: 0;
	}
	
	.ourSuggestionComponentContainer .ourSuggestionComponentTitle{
		font-size: 30px;
	}
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText .singleSuggestionTitle{
		font-size: 30px;
		cursor: pointer;
	}
	
	.ourSuggestionComponentContainer .suggestionBody{
		margin-top: 57px;
	}
	
	.suggestionSlider .slick-prev,
	.suggestionSlider .slick-next{
		margin-top: -98px;
	}
	
	.dynamicCategoryBannerComponent{
		margin-bottom: 15px;
	}
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText {
		bottom: 35px;
		left: 5.9896%; /* 23/384 */
		width: auto;
		text-align: left;
	}
	.dynamicCategoryBannerComponent .categoryImageContainer .displayCategoryName .categoryName{
		bottom: 27px;
		font-size: 42px;
	}
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer{
		overflow: hidden;
	}
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer img{
		min-width: 640px;
	}
}


@media (min-width:1280px){
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText,
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer:hover .suggestionText{
		-webkit-transition: transform 0.5s;
		transition: transform 0.5s;
	}
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer:hover .suggestionText{
		-ms-transform: translate(0,-20px); /* IE 9 */
    	-webkit-transform: translate(0,-20px); /* Safari */
    	transform: translate(0,-20px);
	}
		
	.ourSuggestionComponentContainer{
		padding-top: 54px;
		margin-bottom: 70px;
		border-bottom: 0;
	}
	
	.ourSuggestionComponentContainer .suggestionBody{
		margin-top: 63px;
	}
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer img{
		min-width:inherit;
	}
	
	.ourSuggestionComponentContainer .suggestionBody .singleSuggestionContainer .suggestionImageContainer .suggestionText{
		bottom: 35px;
		left: 6.25%; /* 20/320 */
		width: auto;
	}
	
	.dynamicCategoryBannerComponent .categoryImageContainer .displayCategoryName .categoryName{
		font-size: 35px;
	}
}

/************************************************************
################## 	END OUR SUGGESTION SLIDER	 ############
*************************************************************/



/************************************************************
#################### 	RECIPES + MAHLZEIT ARTICLES CAROUSEL SLIDER	 ############
*************************************************************/

.recipesCarouselComponentContainer,
.enjoyMealCarouselComponentContainer{
	width: 100%;
	background: #fafafa;
	/* border-bottom: 1px solid #cccccc; */
	padding: 29px 3.125% 20px; /* 10/320 */
	text-align: center;
	position: relative;
}

.recipesCarouselComponentContainer .singleRecipeContainer,
.enjoyMealCarouselComponentContainer .singleArticleContainer{
	margin-left: 4px;
	margin-right: 4px;
}

.recipesCarousel .slick-prev,
.recipesCarousel .slick-next,
.enjoyMealCarousel .slick-prev,
.enjoyMealCarousel .slick-next{
	border: 1px solid #e5e5e5;
	margin-top: -70px;
}

.recipesCarouselComponentContainer .recipesCarouselTitle,
.enjoyMealCarouselComponentContainer .enjoyMealCarouselTitle{
	display: block;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

.recipesCarouselComponentContainer .recipesCarouselViewAll,
.enjoyMealCarouselComponentContainer .enjoyMealCarouselViewAll{
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	text-decoration: underline;
	display: block;
	cursor: pointer;
	margin-bottom: 32px;
}


.enjoyMealCarouselComponentContainer .singleArticleContainer .articleInfoContainer{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#fff;
	padding:30px 10px;
}

.enjoyMealCarouselComponentContainer .singleArticleContainer .articleImage{
	max-width:100%;
}

.enjoyMealCarouselComponentContainer .singleArticleContainer:nth-child(3n+1) .articleInfoContainer{
	background:#ea625f;
}

.enjoyMealCarouselComponentContainer .singleArticleContainer:nth-child(3n+2) .articleInfoContainer{
	background:#47b4b7;
}

.enjoyMealCarouselComponentContainer .singleArticleContainer:nth-child(3n+3) .articleInfoContainer{
	background:#73a7d1;
}

.enjoyMealCarouselComponentContainer .singleArticleContainer .articleInfoContainer .articleInfoContainerTitle,
.enjoyMealCarouselComponentContainer .singleArticleContainer .articleInfoContainer .articleInfoContainerMore{
	display:block;
	margin:0;padding:0;
	font-size:22px;
	font-weight:700;
	color:#fff;
	text-align:left;
}

.enjoyMealCarouselComponentContainer .singleArticleContainer .articleInfoContainer .articleInfoContainerMore{
	padding-top:20px;
	font-size:12px;
	text-decoration:underline;
	text-transform:uppercase;
}

@media (min-width:768px){
	
	.recipesCarouselComponentContainer,
	.enjoyMealCarouselComponentContainer{
		background: #fff;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	
	.recipesCarouselComponentContainer .header,
	.enjoyMealCarouselComponentContainer .header{
		background: #fafafa;
		padding: 38px 0 0;
		border-bottom: 1px solid #eaeaea;
		border-top: 1px solid #eaeaea;
	}
	
	.recipesCarouselComponentContainer .recipeBody,
	.enjoyMealCarouselComponentContainer .enjoyMealBody{
		padding: 19px 3.515625% 0; /* 27/768 */
	}
	
	.enjoyMealCarouselComponentContainer .header .enjoyMealCarouselTitle{
		padding-bottom:5px;
	}
	
	
	.recipesCarousel .slick-prev,
	.recipesCarousel .slick-next{
		margin-top: -128px;
	}
	
	.enjoyMealCarousel .slick-prev,
	.enjoyMealCarousel .slick-next{
		margin-top: -128px;
	}
	
	.recipesCarouselComponentContainer .recipesCarouselTitle,
	.enjoyMealCarouselComponentContainer .enjoyMealCarouselTitle{
		font-size: 30px;
	}
	
	.recipesCarouselComponentContainer .recipesCarouselViewAll,
	.enjoyMealCarouselComponentContainer .enjoyMealCarouselViewAll{
		font-size: 14px;
	}
}


@media (min-width:1280px){
	
	.recipesCarousel .slick-prev, .recipesCarousel .slick-next {
		margin-top: -136px;
	}

	.recipesCarouselComponentContainer .recipeBody,
	.enjoyMealCarouselComponentContainer .enjoyMealBody{
		padding-left: 2.109375%; /* 27/1280 */
		padding-right: 2.109375%; /* 27/1280 */
	}
}

/************************************************************
################## 	END RECIPE CAROUSEL SLIDER	 ############
*************************************************************/


/************************************************************
###############    PRODUCT BANNER COMPONENT	 #################
*************************************************************/

.productBannerComponentContainer{
	background: #f2a1a7;
	padding: 20px 3.125%; /* 10/320 */
}

.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo{
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 27px 7.6666667%; /* 23/300 */
	text-align: center;
}

.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo label{
	display: block;
	font-family: MuseoSans;
}

.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo .bannerTitle,
.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo .imageTitle{
	font-weight: 700;
	font-size: 20px;
	color: #262626;
}
.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo .imageSubTitle{
	font-weight: 700;
	font-size: 10px;
	color: #262626;
}


/*############# Product offer in Product banner width fix #############*/
.productBannerComponentImage .productOffer {
	min-width: 240px;
	max-width: 250px;
}

.productBannerComponentImage .productOffer .banner img {
	max-width: 56px;
}

.productBannerComponentImage .productOffer .productBoxBottom .qtySelector .pbQty.single .defaultQuantitySelection {
	height: 33px;
}

.productBannerComponentImage .productOffer .productBoxBottom .qtySelector .pbQty.single input#quantity {
	width: 35px;
	margin: 0 5px;
}

.productBannerComponentImage .productOffer .productBoxBottom .qtySelector .productUpdateQty {
	width: 17px;
	height: 17px;
	margin: 8px 0 2% 0;
}



@media (min-width:768px){
	
	.productBannerComponentContainer{
		background: #fff;
		padding: 0;
	}
	
	.productBannerComponentContent{
		position: relative;
	}
	
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo{
		border: 0;
		padding: 0;
		text-align: left;
		position: absolute;
		top: 50%;
		left: 6.5104167%; /* 50/768 */
		background: transparent;
		line-height: 59px;
	}
	
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo .bannerTitle,
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo .imageTitle{
		font-size: 59px;
		color: #fff;
		cursor:pointer;
	}
	
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo .imageSubTitle{
		font-size: 20px;
		color: #fff;
		cursor:pointer;
	}
	
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentHeader{
		font-family: MuseoSans;
		font-weight: 700;
		font-size: 30px;
		color: #000;
		padding: 58px 6.25%; /* 20/320 */
		background: #fafafa;
		text-align: center;
		border-top: 1px solid #eaeaea;
	}
}


@media (min-width:1280px){
	
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentInfo{
		top: 50%;
		left: 5.703125%; /* 73/1280 */
	}
	
	.productBannerComponentContainer{
		border-bottom: 52px solid #262626;
	}
	
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentImage{
		position: relative;
	}
	
	.productBannerComponentContainer .productBannerComponentContent .productBannerComponentImage .productOffer{
		position: absolute;
		top: 18px;
		right: 3.046875%; /* 39/1280 */
	}
}

/************************************************************
############# 	END PRODUCT BANNER COMPONENT	 ############
*************************************************************/


/************************************************************
###############    RESPONSIVE BANNER COMPONENT	 #################
*************************************************************/
.page-recipesOverviewPage .responsiveBannerComponent{position:relative;}
.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer{
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	margin:0 auto 20px auto;
	text-align:center;
}
.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer .rbcTitle,
.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer .rbcSubTitle{
	font-family:MuseoSans;
	font-weight:700;
	font-size:18px;
	color:#ffffff;
	margin:0;padding:0;
	line-height:1;
}

.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer .rbcSubTitle{
	display:none;
}

@media(min-width:768px){
	.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer{
		bottom:40px;
	}
	
	.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer .rbcTitle{
		font-size:42px;
		text-align:left;
		padding-left:32px;
		margin-bottom:15px;
	}
	.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer .rbcSubTitle{
		width:55%;
		display:block;
		font-size:16px;text-align:left;padding-left:34px;
	}
}
@media(min-width:1280px){
	.page-recipesOverviewPage .responsiveBannerComponent .rbcInfoContainer .rbcSubTitle{
		width:40%;
	}
}
/************************************************************
###############   END RESPONSIVE BANNER COMPONENT	 #################
*************************************************************/

.text-icon__wrapper {
  padding: 20px 5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  color: #333;
  position: relative;
}

.text-icon__wrapper::before {
  content:'';
  width: 5px;
  height: calc(100% + 1px);
  position: absolute;
  background-color: #ca0614;
  left:0;
}

.text-icon__wrapper .text-icon__wrapper__icon {
  font-size: 20px;
  margin: 0 20px;
}

.text-icon__wrapper .text-icon__wrapper__text {
  text-transform: uppercase;
  font-weight: 700;
}


/**********************************************
	MainSectionBottom for CategoryLandingPage
************************************************/

.category-first-page-bottom {
	padding: 0 1.5625% 25px;
}

@media(max-width:768px) {
	.category-first-page-bottom {
		display:none;
	}
}


/* Fix list styling in content elements */

.enable-lists ul li,
.template-pages-layout-contentLayout1Page #content .content ul li,
.template-pages-layout-contentLayout2Page #content .content ul li,
.template-pages-layout-editorialPage #content .content ul li {
	list-style-type: disc;
	padding-left: 10px;
}

.enable-lists ul,
.template-pages-layout-contentLayout1Page #content .content ul,
.template-pages-layout-contentLayout2Page #content .content ul,
.template-pages-layout-editorialPage #content .content ul,
.enable-lists ol,
.template-pages-layout-contentLayout1Page #content .content ol,
.template-pages-layout-contentLayout2Page #content .content ol,
.template-pages-layout-editorialPage #content .content ol {
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.enable-lists ul,
.template-pages-layout-contentLayout1Page #content .content ul,
.template-pages-layout-contentLayout2Page #content .content ul,
.template-pages-layout-editorialPage #content .content ul {
	list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-2 -2 4 4'><circle r='1' fill='rgb(221,33,18)' /></svg>");
	padding-inline-start: 18px;
}

.enable-lists ol,
.template-pages-layout-contentLayout1Page #content .content ol,
.template-pages-layout-contentLayout2Page #content .content ol,
.template-pages-layout-editorialPage #content .content ol {
	list-style-type: decimal;
	padding-inline-start: 17px;
}

.editorialRow .enable-lists ul,
.editorialRow .enable-lists ol {
	font-size: medium;
}

/* Fix paragraphMediaComponent styling */

.paragraphMediaComponent em {
	font-style: italic;
}

.paragraphMediaComponent strong {
	font-family: 'Museo Sans W01_700', Arial, sans-serif;
}

.paragraphMediaComponent sup {
	vertical-align: super;
	font-size: smaller;
}

.paragraphMediaComponent sub {
	vertical-align: sub;
	font-size: smaller;
}

.paragraphMediaComponent pre {
	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 1em 0;
}

.paragraphMediaComponent address {
	display: block;
	font-style: italic;
}

.paragraphMediaComponent .editorialRow {
	display: flex;
	flex-direction: column-reverse;
	font-size: inherit;
}

.paragraphMediaComponent.component__media--left .editorialRow {
	flex-direction: column;
}

@media (min-width: 704px) {
	.paragraphMediaComponent .editorialRow,
	.paragraphMediaComponent.component__media--left .editorialRow {
		flex-direction: row;
	}

	.paragraphMediaComponent .editorialRow__box {
		flex: 0 0 50%;
	}
}
