/* Brand Product Single Page */



.content-wrapper {
	width: 100%;
}

.content-inner {
	width: 940px;
    margin: 0 auto;
}


h2.section-title-box {
	font-family: 'KSansRegular','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    text-align: center;
    background: #F1F1F1;
    padding: 20px;
    border-radius: 10px;
	width: 90%;
	position: relative;
	font-size: 18px;
	margin: 35px 10px 40px;
}

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

h2.section-title-box.right:after {
    float: left;
    left: -10px;
}

img.head-icon {
	float: left;
	width: 100%;
	max-width: 75px;
}

@media only screen and (min-width: 768px) {
	h2.section-title-box {
		width: 100%;	
	}
	h2.section-title-box:after {
		top: 30%;
	}
	img.head-icon {
		margin-left: 20px;
	}
	img.head-icon.right {
		margin-right: 20px;
	}

	
}



.center {
    margin: 20px auto;
    float: none;
    display: block;
    max-width: 370px;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
}




.margin-top-heavy {
	margin: 10px 0px 5px;
}

.margin-bottom-heavy {
	margin: 5px 0px 10px;
}

.padding {
	padding: 20px 0px;
}

/* Header */

.brand-products-header {
	padding: 30px 0px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

img.brand-products-logo {
    /*float: right;*/
	margin: 10px auto;
	display: block;
    max-width: 200px;
    max-height: 200px;
    box-shadow: 0px 8px 20px -2px #a8a8a8;
}

/* Section Two */
.brand-center {
	text-align: center;
}

.medium-fifth {
    margin: 0px 1% 0px;
    width: 90%;
    text-align: center;
    position: relative;
    display: inline-block;
}


@media only screen and (min-width: 480px) {
	.medium-fifth { 
		width: 30%;
	}
}


@media only screen and (min-width: 768px) {
	.medium-fifth { 
		width: 17.5%;
	}
}


.associated-brand-image {
	height: 170px;
	border: 2px solid #f1f1f1;
	margin: 20px 0px 10px 0px;
	position: relative;
}

.associated-brand-image img {
    max-height: 90%;
    margin: 5%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}


/* Section Three */
.thirdS_pod {
    margin-bottom: 10px;
	position: relative;
}

.thirdS_pod-title {
	max-width: 200px; 
	position: relative;
}

.thirdS_pod-title h2 {
    position: absolute;
    background: #a01f3a;
    top: 0px;
    margin: 0px;
    padding: 20px 20px 15px 20px;
    border-radius: 0px 0px 20px 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'KSansRegular','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
}

.thirdS_pod img {
    width: 100%;
}

.thirdS_pod-text {
	background: #a01f3a;
	padding: 20px;
}

.thirdS_pod-text p {
    color: #fff;
    margin: 0px 0px 10px;
	font-size: 14px;
}

a.thirdS_pod-cta {
    color: #fff;
    font-weight: 700;
	font-size: 14px;
}

/* Section Four */
.indi-brand {
    display: inline-block;
    width: 90%;
    position: relative;
    margin: 20px 1% 20px
}

@media only screen and (min-width: 480px) {
	.indi-brand { 
		width: 45%;
	}
}


@media only screen and (min-width: 768px) {
	.indi-brand { 
		width: 22.5%;
	}
}


.suggested-brand-box {
    border: 2px solid #f1f1f1;
    margin-bottom: 20px;
	position: relative;
	height: 150px;
}

.suggested-brand-box img {
    max-width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

/* email signup */

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

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

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

.loading_overlay {
    display: none;
}

.loading_heavy .loading_overlay {
    width: 330px;
    height: 125px;
    margin: 50px auto;
    background: white;
    position: relative;
    z-index: 200;
    display: block;
    background-image: url(/Images/ajax-loader-2.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

.loading_overlay h2 {
    text-align: center;
    color: #D01B49;
    font-family: montserrat;
    /* text-transform: uppercase; */
    font-size: 20px;
    letter-spacing: 1px;
    position: absolute;
    top: 62%;
    width: 100%;
}

#brandName,#pager{display:none;}
	
.filters{
    display: flex;
    width: 50%;
    justify-content: center;
    margin: 0 auto;
}
.filters .filter{
	position:relative;
	border: 3px solid #efefef;
    padding: 5px;
	margin:0px 5px;
    text-align: center;
    min-width: 100px;
	color:#d21145;
	font-weight:bold;
	cursor:pointer;
}

.filter .arrowDown {
  	display:none;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	width: 10px;
	height: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: 0 auto;
	border-top: 10px solid #d11145;
}
.filters .filter.active{border-color: #d21145;}
.filter.active .arrowDown {display:block;}
			
#search-area {
	width:940px;
	overflow: hidden;
	margin:0 auto;
}
#results-wrapper {
	margin: 40px 0;
	width: 100%;
}

#search_results,
#results-wrapper .results {
	display:none;
	overflow: hidden;
}

#results-wrapper .results.show {
	display:block;
}

#results.loading {
	background: url("/images/products-loading.gif") no-repeat center;
}

#search_results .product,
#results-wrapper .results .product {
	float: left;
	font-size: 14px;
	margin: 50px 11% 0 0;
	max-height: 250px;
	overflow: hidden;
	width: 26%;
}

#search_results .product:nth-of-type(0n+1),
#search_results .product:nth-of-type(0n+2),
#search_results .product:nth-of-type(0n+3),
#results-wrapper .results .product:nth-of-type(0n+1),
#results-wrapper .results .product:nth-of-type(0n+2),
#results-wrapper .results .product:nth-of-type(0n+3){
	margin-top: 0;
}

#search_results .product:nth-of-type(3n),
#results-wrapper .results .product:nth-of-type(3n) {
	margin-right: 0;
}

#search_results .product:nth-of-type(3n+1),
#results-wrapper .results .product:nth-of-type(3n+1) {
	clear: left;
}

#search_results .product_thumb,
#results-wrapper .results .product_thumb {
	border: 1px solid #ede9e2;
	height: 150px;
	line-height: 150px;
	margin-bottom:10px;
	text-align: center;
}

#search_results .product_thumb img,
#results-wrapper .results .product_thumb img {
	height: auto;
	max-height: 90%;
	max-width: 90%;
	width: auto;
}

.internationalproductindex #results-wrapper .results {
    padding-left: 5%;
}

#pager {
	margin-top: 40px;
}

#pager a {
	display: none;
}

#pager .previous:before {
	content: "\25c0";
	margin-right: 5px;
}

#pager .next:after {
	content: "\25B6";
	margin-left: 5px;
}

#results-wrapper .noProduct{max-width:83%;margin:30px auto;}

@media screen and (max-width: 991px) {
	#search-area {
		width: 90%;
		margin: 0 auto;
	}	
	.filters{width:70%;}
	.filter-group .filter{
		margin:0;
	}				
	.filter-group.active{
		display:none;
	}
	#results-wrapper{
		width:100%;
		margin-top:0;
	}
	#search_results .product, #results-wrapper .results .product{
		width:100%;
		margin:20px 0!important;
	}
	#results-wrapper .noProduct{max-width:88%;}
}

@media screen and (max-width: 768px) {
	.filters{width:90%;max-width:450px;}

	img.head-icon {display: block!important;}
}

@media screen and (max-width: 600px) {
		.filters{max-width:100%;flex-wrap: wrap;justify-content: center;}
		.filters .filter{min-width: 65px;margin: 10px 5px;}
}

@media screen and (max-width: 400px) {
	.filters .filter{font-size:12px;padding:4px;}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
