.temp-carousel-description {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	margin-bottom: 0px;
}
		
.temp-carousel-description.show {
	opacity: 1;
	height: auto;
	margin-bottom: 15px;
}

/* Go straight to */
.foodservice-quicklinks {
	margin: 20px 0px;	
}

.foodservice-quicklinks h3 {
	float: left;
}
								
.foodservice-quicklinks ul {
    float: left;
    padding: 0px;
	margin: 0px;
}
						
.foodservice-quicklinks li {
    list-style: none;
    float: left;
    margin: 0;
}

li.title-li {
	height: 70px;
}

@media all and (max-width:767px){
	li.title-li {
		height: auto;
		width: 100%;
	}	
}

.foodservice-quicklinks li.title-li {
    font-family: 'KSansBold','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
	padding: 5px 10px;
}

.foodservice-quicklinks a {
	color: #d31145;
	font-family: KSansMedium, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
	display: block;
	padding: 5px 10px;
}
								
.foodservice-quicklinks a:hover {
	text-decoration: underline;
}								
	

.banner-row {
    background: #d31145;
    padding: 10px;
    margin: 35px 0 0 0;
    text-align: center;
}

.banner-row h3 {
    color: #ffffff;
    margin: 0 auto;
    font-size: 20px;
    padding: 20px 0;
}

.open-tab-content { 
	text-align: center; 
}

.open-tab-content .columns.merch-prod {
	float: none;
	display: inline-block;		
	vertical-align: top;
}

#merchandising .merchandising-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}

#merchandising .merchandising-lead {
	background: #ede9e4;
	margin-bottom: 50px;
}

#merchandising .merchandising-lead-container {
	overflow: hidden;
}

.front_slide {
	position:relative;
	height:365px;
}

.front_slide:hover .zoom {
	opacity:1;
}

.front_slide .zoom {
	position:absolute;
	width:40px;
	padding-top:40px;
	overflow:hidden;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	transition: opacity 400ms;
	height:0;
	z-index:100;
	left:50%;
	top:45%;
	opacity:0;
	margin-top:-20px;
	margin-left:-20px;
	border-radius:6px;
	background: url('/images/zoom.png') no-repeat center center rgba(255,255,255,0.8);
}

.pos-slider div:focus {
	outline: none;
}
			
.pos-slider div.slick-slide {
	text-align: center;
	margin: 0 5px;
}		
					
.pos-slider img {
	display: block;
    max-height: 100px;
    margin: 0 auto;
	border: 0px solid #fff;
}	
							
.pos-slider div.slick-slide h3 {
	font-size: 16px;
}								
					
.pos-slider button.slick-next:after {
	/*content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #d31145;*/
}

.pos-slider button.slick-prev:after {
	/*content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #d31145 transparent transparent;*/
}	

#merchandising .merchandising-lead-image {
	float: right;
	height: 210px;
	line-height: 210px;
	margin-left: 40px;
	text-align: center;
	width: 498px;
}

#merchandising .merchandising-lead-image img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#merchandising .merchandising-lead-content {
	overflow: hidden;
	padding: 30px 0;
}

#merchandising .merchandising-lead-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

#merchandising .merchandising-tabs {
	box-shadow: inset 0px -3px 5px #DCDCDC;
	margin-bottom: 50px;
}

#merchandising .merchandising-tabs-container {
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 10px;
}

#merchandising .merchandising-tabs-container li {
	float: left;
	margin-right: 20px;
	width: 300px;
}

#merchandising .merchandising-tabs-breakfast-cereals-tab{
	background-image: url('/images/icons/cereal-white.png') !important;
	background-repeat:no-repeat !important;
	background-size:25px !important;
	background-position:right 10px center !important;
}

#merchandising .merchandising-tabs-breakfast-cereals-tab.merchandising-tabs-active-tab{
	background-image: url('/images/icons/cereal-black.png') !important;
	background-repeat:no-repeat !important;
	background-size:25px !important;
	background-position:right 10px center !important;
}

#merchandising .merchandising-tabs-cereal-snacks-tab{
	background-image: url('/images/icons/bar-white.png') !important;
	background-repeat:no-repeat !important;
	background-size:50px !important;
	background-position:right 10px center !important;
}

#merchandising .merchandising-tabs-cereal-snacks-tab.merchandising-tabs-active-tab{
	background-image: url('/images/icons/bar-black.png') !important;
	background-repeat:no-repeat !important;
	background-size:50px !important;
	background-position:right 10px center !important;
}

#merchandising .merchandising-tabs-crisps-and-snacks-tab{
	background-image: url('/images/icons/carton-white.png') !important;
	background-repeat:no-repeat !important;
	background-size:30px !important;
	background-position:right 10px center !important;
}

#merchandising .merchandising-tabs-crisps-and-snacks-tab.merchandising-tabs-active-tab{
	background-image: url('/images/icons/carton-black.png') !important;
	background-repeat:no-repeat !important;
	background-size:30px !important;
	background-position:right 10px center !important;
}

#merchandising .merchandising-tabs-container li:last-child {
	margin-right: 0;
}

#merchandising .merchandising-tabs-tab {
	background: #A5A5A5;
	border-radius: 15px 0 0 0;
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 20px;
}

#merchandising .merchandising-tabs-active-tab {
	background: #fff;
	box-shadow: 0px -2px 4px #DCDCDC;
	color: #515151;
}

#merchandising .merchandising-panel {
	display: none;
	margin-bottom: 50px;
}

#merchandising .merchandising-active-panel {
	display: block;
}

#merchandising .merchandising-panel-block {
	margin-bottom: 50px;
}

#merchandising .merchandising-panel-insightblock-block {
	background: #575757;
	color: #fff;
}

#merchandising.merchandising-top-up .merchandising-panel-insightblock-block {
	background: #ffffff;
}

#merchandising.merchandising-on-the-go .merchandising-panel-insightblock-block {
	background: #ffffff;
}

#merchandising.merchandising-eat-out .merchandising-panel-insightblock-block {
	background: #ffffff;
}

#merchandising .merchandising-panel-container {
	overflow: hidden;
}

#merchandising .merchandising-panel-title {
	font-size: 26px;
	font-weight: 600;
}

#merchandising .merchandising-panel-block-block .merchandising-panel-title {
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 10px 0;
}

#merchandising.merchandising-top-up .merchandising-panel-block-block .merchandising-panel-title {
	background-image: url("/images/top-up-character.png");
}

#merchandising.merchandising-on-the-go .merchandising-panel-block-block .merchandising-panel-title {
	background-image: url("/images/on-the-go-character.png");
}

#merchandising.merchandising-eat-out .merchandising-panel-block-block .merchandising-panel-title {
	background-image: url("/images/eat-out-character.png");
}

#merchandising .merchandising-panel-block-block .merchandising-panel-title-container {
	background: #eee;
	border-radius: 15px;
	margin-right: 100px;
	padding: 20px;
	position: relative;
	text-align: center;
}

#merchandising .merchandising-panel-block-block .merchandising-panel-title-container:after {
	border-bottom: 10px solid transparent;
	border-left: 20px solid #eee;
	border-top: 10px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: -20px;
	top: 40%;
	width: 0;
}

#merchandising .merchandising-panel-insightblock-block .merchandising-panel-title {
	margin-bottom: 10px;
}

#merchandising .merchandising-panel-image {
	text-align: center;
}

#merchandising .merchandising-panel-right-image {
	float: right;
	line-height: 400px;
	margin-left: 40px;
	width: 400px;
}

#merchandising .merchandising-panel-insight-image {
	float: left;
	height: 190px;
	margin-left: 0px;
	width: 103px;
}

#merchandising .merchandising-panel-below-image {
	margin-top: 50px;
}

#merchandising .merchandising-panel-image img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

#merchandising .merchandising-panel-insight-content {
	background-color: #341437;
	border-radius: 15px;
}

#merchandising .merchandising-panel-content {
	overflow: hidden;
	padding: 30px 30px;
}

#merchandising .products {
	overflow: hidden;
	text-align: center;
}

#merchandising .product {
	float: left;
	margin-bottom: 10px;
	max-width:173px;
	margin-right:10px;
	max-height:205px;
	overflow:hidden;
	text-align:center;
}

#merchandising .product-image
{
	height: 173px;
	width: 173px;
	background-repeat: no-repeat;
	background-position: center;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	margin-bottom: 10px;
}

#merchandising .catnumber
{
	right: 0px;
	width: 54px;
	height: 46px;
	margin-left: 118px;
	margin-top: 125px;
	color: #ffffff;
	padding-top: 10px;
	font-size: 20px;
	border-top-left-radius: 10px 10px;
}

#merchandising .merchandising-tabs-container li a:hover {
	color:white;
}

#merchandising .merchandising-tabs-container li a.merchandising-tabs-active-tab:hover {
	color: #515151;
}

#merchandising .hidden-products {
	display: none;
	overflow: hidden;
}

#merchandising .show-products {
	margin-top:20px;
}

#merchandising .merchandising-panel-display {
	background: #f1f1f1;
	margin-top: 30px;
	padding: 30px 0;
}

#merchandising .merchandising-panel-display .pager-container {
	float: left;
	margin-right: 20px;
	margin-top: 60px;
	width: 180px;
}

#merchandising .merchandising-panel-display .pager-container h3 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 0;
}

#merchandising .merchandising-panel-display .pager-container .pager {
	margin: 0;
	text-align: left;
}

#merchandising .merchandising-panel-display .pager-container .pager li {
	display: block;
}

#merchandising .merchandising-panel-display .pager-container .pager li > a {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
}

#merchandising .merchandising-panel-display .carousel-container {
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	max-width: 410px;
	width:100%;
}

#merchandising .merchandising-panel-display .carousel-prev,
#merchandising .merchandising-panel-display .carousel-next {
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 30px;
}

#merchandising .merchandising-panel-display .carousel-prev {
	background-image: url("/images/slideshow-arrow-left.png");
	left: 0;
}

#merchandising .merchandising-panel-display .carousel-next {
	background-image: url("/images/slideshow-arrow-right.png");
	right: 0;
}

#merchandising .merchandising-panel-display .carousel-caption {
	bottom: auto;
	color: #575757;
	left: 40px;
	line-height: 30px;
	padding: 0;
	position: absolute;
	right: 40px;
	text-shadow: none;
	top: 0;
}

#merchandising .merchandising-panel-display .carousel {
	height: 365px;
	overflow: hidden;
}

.temp-carousel-slide {
	padding-bottom: 0px;
}

.top-mar-sub-title p { 
	text-align: center;
	font-size: 1.4em;
    margin: 0px;
}

/*h2.section-title:after {
    content: ' ';
    height: 30px;
    width: 30px;
    background: #F1F1F1;
    position: absolute;
    margin-top: 1px;
    float: right;
    right: -10px;
    transform: rotate(45deg);
    top: 40%;
}*/


@media screen and (min-width: 768px) {
	.temp-carousel-title {
		max-width: 400px;
	}
}

@media screen and (max-width: 991px) {
	#merchandising .merchandising-panel-right-image {
		float:none;
		text-align: center;
		width: 100%;
		margin: 0;
	}
	#merchandising .merchandising-tabs-tab {
		font-size:16px;
	}
	#merchandising .merchandising-tabs-breakfast-cereals-tab.merchandising-tabs-active-tab,
	#merchandising .merchandising-tabs-cereal-snacks-tab.merchandising-tabs-active-tab,
	#merchandising .merchandising-tabs-crisps-and-snacks-tab.merchandising-tabs-active-tab {
		background-image:none !important;
	}
	#merchandising .merchandising-tabs-container li a{
		background-image:none !important;
	}
	#merchandising .merchandising-tabs-container li {
		width:auto;
	}
	.merchandising-lead-image {
		display:none;
	}
	#merchandising .merchandising-panel-display .pager-container {
		float:none;
		margin-top:0;
		margin-bottom:20px;
	}

}

@media screen and (max-width: 560px) {
	#merchandising .merchandising-tabs-container li {
		width:100%;
	}
	#merchandising .product {
		 width: 46%;
 		 margin: 10px 2%;
	}
	#merchandising .product-image {
		width:100%;
		background-size: 60%;
	}
	.carousel img {
		max-width:100%;
	}
	#merchandising .merchandising-tabs-tab {
		border-radius:0;
	}
}

@media all and (max-width:768px){

   img.head-icon {
      display: none;
   }

   .section-title:after {
      display: none;
   }

   .section-title-left:before {
      display: none;
   }

}

.top-mar {
   margin-top: 40px;
}

@media all and (max-width:767px){

   .columns.medium-12.merch-lead {
      text-align: center;
   }

   .columns.medium-12.merch-lead img.lead-image {
      margin: 0px 0;
   }
	.top-mar {
		margin-top: 0px;
	}
}


p.number-hash {
   display: inline-block;
   color: #fff;
   padding: 10px 15px;
   position: relative;
   font-weight: bold;
   left: 95px;
   top: -135px;
}

p.merch-prod-name {
   font-weight: bold;
   font-size: 15px;
   display: block;
   text-align: center;
	display: none;
}

p.merch-product-indi-name {
	font-weight: bold;
   font-size: 15px;
   display: block;
   text-align: center;	
}

p.merch-prod-name span {
   font-weight: normal;
}

a.merch-prod-explore {
   text-decoration: underline;
   font-size: 12px;
   display: block;
   text-align: center;
}

@media all and (max-width:767px){

   .open-tab-content img.product-image {
      max-height: 130px;
	  width: auto;
   }

   p.number-hash {
      color: #fff;
      padding: 10px;
      font-size: 20px;
      position: relative;
      font-weight: bold;
      left: 70px;
      top: -175px;
      text-align: center;
   }

   p.merch-prod-name {
      font-size: 16px;
   }

   p.merch-prod-explore {
      font-size: 16px;
   }

}

div.email-signup h3 {
	margin:0;
	float:left;
   max-width: 50%;
   display: inline-block;
}

div.email-signup .cta {
   margin-top: 8px;
	float:right;
   display: inline-block;
   max-width: 50%;
}

div.email-signup {
   background-image: url('/media/5492/kelloggs-bg.jpg');
   background-size: cover;
	max-width: 960px;
	background-color:#f1f1f1;
	padding:20px;
	margin: 0 auto 60px auto;
	color:#666;
}

.merch-prod-name.popup {
   padding: 0 8px;
   font-size: 30px;
   text-align: left;
   margin: 0;
   color: #CC0142;
}

.merch-prod-name.popup span {
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   display: block;
   margin: 5px 0;
   color: #6b6b6b;
}

a.popup-cta {
   background: #CC0142;
   color: #fff;
   border-radius: 4px;
   padding: 5px 10px;
}

img.popup-img {
   max-width: 100%;
   margin: 0 auto 20px auto;
   display: block;
}

@media all and (max-width:768px){
   div.email-signup {
      max-width: 90%;
      margin: 0 auto;
   }
   div.email-signup .cta {
      max-width: 100%;
      width: 100%;
      text-align: center;
   }
   div.email-signup h3 {
      max-width: 100%;
      width: 100%;
      text-align: center;
      margin: 0 auto 20px auto;
      float: none;
   }
}

.columns.merch-prod {
	text-align: center;	
	position: relative;
}

.merch-product-indi {
	vertical-align: top;
    height: 173px;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    padding: 20px;
	background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
	display: flex;
    align-items: center;
}

.merch-product-indi img {
	max-height: 100%;
	width: auto;
    margin: 0 auto;
    max-width: 120px;
}

.tab-contents .columns.merch-prod .product-image {
	max-height:130px;
	width:auto;
}

.columns.merch-prod p.number-hash {
	position: absolute;
	right: 0;
    top: auto;
	left: auto;
	bottom: 0;
	margin: 0px;
	border-radius: 10px 0px 0px 0px;
	max-width: 50px;
}
			
.core-tabs {
	text-align: center;
	width: 100%;
		margin-bottom: 30px;
}
	
.core-tabs a {
	display: inline-block;
	padding: 10px;
	border: 4px solid #dddddd;
	position: relative;
	transition: .15s;
	font-size: 16px;
    font-weight: bold;
	margin: 0 5px;
}

.core-tabs a:after {
	position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #d31145 transparent transparent transparent;
    bottom: -13px;
    left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}

.core-tabs a.active-core-tab {
	border-color: #d31145;
	transition: .15s;
	color: #d31145;
}

.core-tabs a.active-core-tab:after {
	opacity: 1;
}

.merch-prod a.merch-prod-explore {
	display: none;
}

@media all and (max-width:767px){
	
	.columns.merch-prod {
		margin-top: 40px;
		background-size: contain;
	}
	.columns.merch-prod:first-of-type {
		margin-top: 0px;
	}
	/*.columns.merch-prod:nth-of-type(2) {
		margin-top: 0px;
	}*/										
	.open-tab-content .columns {
		width: 50%;
	}
	.core-tabs a {
		text-font: 20px;
	}
	/*.core-tabs a {
		width: 90%;
	}
	.core-tabs a.active-core-tab:after {
		opacity: 0;	
	}*/
}
										
@media all and (max-width:480px){
	.columns.merch-prod:nth-of-type(2) {
		margin-top: 40px;
	}										
	/*.open-tab-content .columns {
		width: 100%;
	}*/

}

a.show-more-prods {
	display: block;
	background: #d31145;
	padding: 15px 5px;
	border-radius: 5px;
	margin: 30px auto 0 auto;
	max-width: 250px;
	text-align: center;
	color: #ffffff;
	font-family: 'KSansBold','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
	font-size: 17px;
	transition: .15s;
}
	
a.show-more-prods:hover {
	background-color: #9f1f39;
	transition: .15s;
}

.product-holding-place h3{
	font-size: 1.8em;
    margin: 0px;
    line-height: 1.2em;									
}

.product-holding-place-textarea {
	 margin: 10px 0px;
    display: block;		
	width: 100%;
}
				
@media all and (min-width:768px){
	.product-holding-place-text {
		margin-top: 50px;
	}
}
				
.product-holding-place p {
    margin: 0px;
    font-size: 1.3em;
    font-weight: bold;
}	
						
.product-holding-place a.btn {
    background: #CA0C45;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 5px;
    font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    transition: all .5s;
}
	
.product-holding-place a.btn span.arrow {
    width: 10px;
    height: 10px;
    background-image: url(../images/white_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin: 0px 5px 0px 10px;
}

.product-holding-place-image {
    text-align: center;
}
						
.product-holding-place-image img {
    margin: 0 auto;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
