.merchandising-lead-body-text {
	/*text-align: center;*/
	margin-top: -20px;
}

h4.show-me {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-family: KSansRegular, Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
}

		
.core-tabs {
	text-align: center;
	width: 100%;
		margin-bottom: 30px;
}
	
.core-tabs a {
	display: inline-block;
	padding: 10px;
	width: 30%;
	border: 4px solid #dddddd;
	position: relative;
	transition: .15s;
	font-size: 20px;
    font-weight: bold;
}

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

.planogram-block {
	position: relative;
	margin-bottom: 10px;
}

@media all and (max-width:767px){
	.planogram-block {
		text-align: center;	
	}
	
	.core-tabs a {
		font-size: 16px;	
	}
	
	.planogram-block {
		margin-bottom: 20px;
	}
}
		
.planogram-block .planogram-ctas a {
	display: block;
	font-size: 20px;
	color: #d31145;
}		

.planogram-block .p-text {
	text-align: center;
	border: 1px solid #c1c1c1;
}

.planogram-block img {
	max-width: 70%;
	margin-top: 10px;
}

p.shelves, p.width {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
}

p.shelves span, p.width span {
	color: #d31145;
}

.fancybox-wrap:after {
    content: url(../images/kelloggs-close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 100;
}

.prod-list {
	padding: 15px;
}

.prod-list a.product-listing {
	display: inline-block;
	padding: 10px;
	color: #d31145;
	text-decoration: underline;
}
.prod-list span.product-listing {
	display: inline-block;
	padding: 10px;
}
.overlay-sheves-width {
	display: block;
}

.overlay-sheves-width p {
	font-size: 25px;
}

.overlay-sheves-width p:first-of-type {
	margin-right: 20px;
}

a.information-sheet {
	transition: .15s;
	margin-top: 30px;
    display: block;
    padding: 10px;
    background: #d31145;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
	font-family: 'KSansBold','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}

a.information-sheet:hover {
	transition: .15s;
	background-color: #b2103b;
}

.planogram-links {
	
}

.planogram-row {
	padding: 15px 0;
	float: left;
	border: 1px solid #c1c1c1;
	border-top: none;
}
		
.planogram-row .columns {
	text-align: center;
}
				
.planogram-row .columns.planogram-links {
	text-align: left;
}

@media all and (max-width:767px){
	.planogram-row .columns.planogram-links {
		text-align: center;
		margin: 30px 0;
	}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
