table th { font-size: 13px; font-weight: bold; }
table td, table th { padding: 0 10px; text-align: left; }

table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px;  }
	
table thead, table tfoot { background: #f5f5f5; }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
table thead tr th,
table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even,
table tbody tr.alt { background: #f9f9f9; }
table tbody tr:nth-child(even) { background: #f9f9f9; }
table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

/* Mobile */
table.responsive { margin-bottom: 0; opacity: 0; }

table.responsive td {
	min-width: 100px;
	min-height: 40px;
}

table.responsive.show {
	opacity: 1;
} 

.scrollable table {
	border: none !important;
}

.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
.pinned table { border-right: none; border-left: none; width: 100%; }
.pinned table th, .pinned table td { white-space: nowrap; }
.pinned td:last-child { border-bottom: 0; }

div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
div.table-wrapper div.scrollable { margin-left: 35%; }
div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	

table.responsive td, table.responsive th { position: relative; overflow: hidden; }

table tr th:first-child, table tr td:first-child {
	display: none;
}

.pinned table tr.product-row td:first-child,
.pinned table tr th:first-child {
	display: block !important;
}

.pinned table tr th:first-child {
	padding: 10px;
}

.pinned table tr td {
	width: 90%;
    white-space: pre-line;
}

/*table.responsive th:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }*/
table.responsive.pinned td { display: none; }

.pinned {
	box-shadow: 1px 0px 7px rgba(0,0,0,0.5);
}

.kelloggs_logo {
	display: none;
	height: 30px;
}

.container {
	position:relative;	
}

#primary-nav .container { 
	position: static;
}

.kelloggs_logo img {
	height: 100%;
	width: auto;
}

.product-wrapper {
	text-align: center;
}

.product-wrapper .cta {
	margin-top:20px;
}

.heading-wrapper{
	width:100%
}
		
.heading-inner{
	width:940px;
	margin:0 auto;
}

.heading-inner h1 span{
	font-size:16px;
}

.heading-inner h5{
	margin:20px 0;
}

.product-intro-wrapper{
	width:100%;
	margin-top: 25px;
}

.product-intro-inner{
	width:940px;
	margin:0 auto;
}
		
.left-col{
	width:47%;
	float:left;
}

.right-col{
	width:47%;
	float:right;
}

.right-col img{
	border: 1px solid #EBE6E0;
}

#products{
	max-width:740px;
	margin:0 auto;
	text-align:center;	
}

#products h1 {
	font-size:38px;
	margin-top: 50px;
	font-family: 'KSansMedium';
}

.product-wrapper{
	width:100%;
}
		
.product-inner{
	width:940px;
	margin:0 auto;
	margin-top:40px;
}

#best_sellers_carousel {
	display: none;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	width: 940px;
}

#best_sellers_carousel .prev {
	background: #d01b49;
	border-radius: 50%;
	color: #fff;
	height: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 20px;
}

#best_sellers_carousel .next {
	background: #d01b49;
	border-radius: 50%;
	color: #fff;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50px;
	width: 20px;
}
				
.product-wrapper .product {
	float: left;
	margin: 0 14px;
	height: 120px;
	width: 120px;
}
				
.product-wrapper .product img {
	height: auto;
	max-width: 100%;
	min-width: 118px;
	min-height: 118px;
}

.product-search-wrapper{
	width:100%;
	background-color:#EBE6E2;	
	margin-top:50px;
	margin-bottom:40px;
	padding:20px 0;
}
		
.product-search-inner{
	max-width:940px;
	margin:0 auto;
}

.product-search-inner h3{
	margin:0;
	width:30%;
	float:left;
	font-size:22px;
	line-height:32px;
	font-family: 'KSansMedium';
}

.product-search-inner p {
	width:30%;
	float:left;
	margin:0;
}
		
.product-search-inner input{
	border-radius:50px;
	border:0;
	margin: 0 10px 0 0;
	padding:5px 10px;
	float:left;
	width:80%;
}

.product-search-inner .btn {
    background: #CA0C45;
    border-radius: 50%;
    border-width: 0;
    color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	width: 30px;
}

#search-area {
	width:940px;
	overflow: hidden;
	margin:0 auto;
}

#filters {
	width: 100%;
}

#filters select{
	background: #D31145 url('/images/dropdown-arrow.png') no-repeat right 10px center;
	color: #FFF;
	-webkit-appearance: none;
	border: 0;
	border-radius: 5px;
	outline: none;
	box-shadow: inset 3px 3px 5px #EA8EA7;
	width: 140px;
	margin-bottom: 21px;
	height: 29px;
	padding: 0 0 0 5px;
	margin-top:25px;
}

.plusser {
	position: absolute;
	right: 12px;
    top: 11px;
	width: 20px;
	height: 20px;
	transition: all 200ms linear;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

#filters h3:hover {
	background: #dcd7d4;
	border: solid 1px #cac6c2;
}

/*#filters h3:hover .plusser {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/

.plusser span.one {
	left: 7px;
}

.plusser span.two {
	left: 7px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.plusser span {
	display: block;
	background: #575757;
	width: 4px;
    height: 20px;
    backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
    top: 0;
    position: absolute;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.scroll-icon {
	background: url('../images/scroll-icon.png') no-repeat center center;
	width: 63px;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
	float: right;
	padding-top: 22px;
	display: none;
}
		
#filters select option {
	background: #FFF;
	color: #848484;
	border-left: 1px solid #D31145;
}

#filters h2 {
	font-size: 20px;
	margin: 0 0 20px;
}

#filters h3.is-showing .plusser {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#filters h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	border: solid 1px transparent;
	cursor: pointer;
	padding: 14px;
	margin: 0;
	position: relative;
	font-weight:bold;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.brands-filter {
	display: none;
}

.brands-filter.is-showing {
	display: block;
	padding: 20px;
}

#results-wrapper {
	min-height: 500px;
	width: 100%;
}

.filters{
	float:left;
}

.tab-menu-wrapper{
	width:100%;
	margin-top:50px;
	box-shadow: inset 0px -3px 5px #DCDCDC;
}
		
.tab-menu-inner {
	width:940px;
	margin:0 auto;	
	overflow: hidden;
	padding-top: 10px;
}

#cereals{
	background-color:yellow!important;
}

.tab-menu-inner label {
	border-top-left-radius:15px;
	background-color:#A5A5A5;
	float:left;	
	width:300px;
	padding:10px 20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	display: block;
	margin: 0;
}

.tab-menu-inner label.cereal{
	background-image: url('/images/icons/cereal-white.png');
	background-position:right 10px center;
	background-size:25px;
	background-repeat:no-repeat;
}

.tab-menu-inner label.cereal.active{
	background-image: url('/images/icons/cereal-black.png');
	background-position:right 10px center;
	background-size:25px;
	background-repeat:no-repeat;
}

.tab-menu-inner label.snacks{
	background-image: url('/images/icons/bar-white.png');
	background-position:right 10px center;
	background-size:50px;
	background-repeat:no-repeat;
}

.tab-menu-inner label.snacks.active{
	background-image: url('/images/icons/bar-black.png');
	background-position:right 10px center;
	background-size:50px;
	background-repeat:no-repeat;
}

.tab-menu-inner label.crisps{
	background-image: url('/images/icons/carton-white.png');
	background-position:right 10px center;
	background-size:30px;
	background-repeat:no-repeat;
}

.tab-menu-inner label.crisps.active{
	background-image: url('/images/icons/carton-black.png');
	background-position:right 10px center;
	background-size:30px;
	background-repeat:no-repeat;
}

.tab-menu-inner label:nth-of-type(2) {
	margin:0 20px;	
}

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

.tab-menu-inner label input {
	visibility: hidden;
}

.filter-group {
	display: none;
	background: #EBE6E2;
	/*margin-right: 20px;*/
	margin-bottom: 20px;
}

.filter-group.active {
	display: block;
}

input[type="radio"], input[type="checkbox"] {
	float: left;
	margin-right: 5px;
    margin-top: 2px;
}

.opt {
	width: 20%;
	float: left;
}

.filter-group .filter label {
	overflow: hidden;
	font-weight: normal;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#occasions-wrapper{
	background-color:#EBE6E2;
	width:180px;
	padding: 15px 20px;
	margin-bottom:20px;
	font-weight:bold;
}

/*#occasions-wrapper:nth-of-type(1) .occasion{
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
}

#occasions-wrapper:nth-of-type(1) .occasion:first-child{
	color:#2F0735;
	background-image: url('/images/top-up-clear.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 25px;
	padding: 7px 0 7px 35px;
}

#occasions-wrapper:nth-of-type(1) .occasion:nth-of-type(2){
	color:#95143B;
	background-image: url('/images/on-the-go-clear.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 25px;
	padding: 7px 0 7px 35px;
}

#occasions-wrapper:nth-of-type(1) .occasion:nth-of-type(3){
	color:#7F0C4F;
	background-image: url('/images/eat-out-clear.png');
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 25px;
	padding: 7px 0 7px 35px;	
}*/

.occasion{
	font-weight:normal;
	padding:5px 0;
}

.occasion input{
	float:right;
	width:14px;
	height:14px;
}

.nutrition-wrapper{
	width:100%;
	padding-top: 20px;
}

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

.nutrition-inner .image {
	border: 1px solid #EDE9E2;
	float: right;
	height: 400px;
	line-height: 400px;
	text-align: center;
	width: 400px;
}

.nutrition-inner .image img {
	height: auto;
	max-height: 90%;
	max-width: 90%;
	width: auto;
}

.nutrition-inner .no-image {
	border: 1px solid #EDE9E2;
	float: right;
	font-size: 24px;
	padding: 150px 0;
	text-align: center;
	width: 400px;
}

.nutrition-inner .table {
	width: 48%;
}

.reference-intake{
	background-color:#EBE6E2;
	width:300px;
	margin-top: 19px;
}

.reference-intake{
	padding:10px 0 10px 10px
}

.reference-intake h5{
	margin:0;
}

.nutrition-info{
	width: 480px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.nutrition-info h4{
	margin-top:30px;
}
		
.nutrition-info h4:nth-of-type(1){
	margin-top:0;
}

.nutrition-cell{
	background-image: url('/images/nutrition-value-bg.png');
	background-position:center;
	background-size:cover;
	width:45px;
	height:65px;
	float:left;
	margin-right:5px;
	text-align:center;
}

.nutrition-title{
	font-size: 8px;
	padding-top: 8px;
	font-weight: bold;
}

.nutrition-value{
	font-weight: bold;
	font-size: 12px;
	height: 19px;
}

.nutrition-value small {
	display: block;
	font-size: 8px;
	line-height: 1;
}

.nutrition-percent{
	margin-top:3px;
	font-weight:bold;
}

.ingrediants{
	width:300px;
	float:right;
}

.ingrediants img{
	margin-bottom: 10px;
}

.similar-inner h3{
	text-align:center;
	margin-top:70px;
}

.calculator-wrapper #search-form{
	width:440px;
}

.calculator-wrapper{
	width:100%;
	margin-top:50px;
}

.calculator-inner{
	width:700px;
	border-radius:10px;
	background:#aaaaaa url('/images/chef.png');
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:right 20px top -20px;
	padding: 30px 30px;
}		

.calculator-inner h3{
	margin:0 0 25px;
	color:#fff;
}
		
.calculator-inner input{
	border-radius:5px;
	box-shadow:inset 2px 2px 5px #CCCCCC;
	border:0;
	padding:5px;
	width:100px;
}

.calc-input-value{
	width: 100px;
	float: left;
	margin-right: 20px;
}

.calc-input-value label{
	float:left;
	margin:0;
	color:#fff;
	font-size:16px;
}

.calc-input-value input{
	float:left;
}
		
.calc-input-equal{
	float: left;
	margin-right: 20px;
	margin-top: 22px;
	cursor:pointer;
}

.calculator-inner input[type="submit"] {
	background: #D01B49;
	border-width: 0;
	color: #FFF;
	float: left;
	height: 30px;
	padding: 0 10px;
	width: 60px;
	line-height: 30px;
	font-size: 40px;
	border: 0;
	border-radius: 6px;
}

#search_results,
#results {
	min-height: 100px;
	overflow: hidden;
}

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

#search_results .product,
#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 .product:nth-of-type(0n+1),
#results .product:nth-of-type(0n+2),
#results .product:nth-of-type(0n+3){
	margin-top: 0;
}

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

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

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

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

#pager {
	margin-top: 40px;
}

#pager a {
	display: none;
}

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

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

#nutrition-table {
	margin-bottom: 10px;
	text-align: center;
	width: 250px;
}

#nutrition-table small {
	font-size: 70%;
}

.ri_image {
	float: right;
	width: 45%;
}

.ri_image img {
	height: auto;
	max-width: 100%;
}

.print_button {
	background: url("/images/print.png") no-repeat;
	color: #CA0C45;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	height: 56px;
	line-height: 56px;
	padding-left: 74px;
}

.services-feature-wrapper{
	width:100%;
	margin-bottom:50px;
	background-color:#EBE6E2;
	cursor:pointer;
}
		
.services-feature-inner{
	width:940px;
	margin: 30px auto 0;
	padding: 30px 0;	
	background-position:right center;
	background-repeat:no-repeat;
	background-image: url("/images/calc.png");
}

.services-feature-inner h4{
	font-size:28px;
}

.services-feature-inner h4,
.services-feature-inner p{
	width:50%;
}

.table th {
	background: #D31145;
	color:#ffffff;
}


@media screen and (max-width: 991px) {
	#products{
		display:none;
	}
	
	.product-wrapper{
		display:none;
	}

	.product-search-inner h3 {
		display:none;
	}
		
	.product-search-inner p {
		width:100%;
		clear:both;
		margin-bottom:10px;
	}

	.product-search-inner p:last-child {
		margin-bottom:0;
	}

	.product-search-wrapper{
		margin-top:0;
	}

	#breadcrumb{
		margin-bottom:0;
	}

	.product-search-inner {
		width: 90%;
		background-image:none;
		
		text-align:Center;
	}

	.product-search-inner .btn{
		margin:0;
	}

	.product-search-inner input{
		width:84%;
		margin:0;
	}

	.tab-menu-wrapper{
		margin:0;
	}

	.tab-menu-inner{
		width:100%;
		display:flex;
	}

	.tab-menu-inner label{
		width:33.3%;
		margin:0!important;
		font-size:16px;
		text-align:center;
		background-image:none!important;
		display:table-cell;
	}

	.tab-menu-inner label input{
		display:none;
	}

	#search-area {
		width: 90%;
		margin: 0 auto;
	}
		
	#filters{
		width:100%;
		border-right:0;
		min-height:0;
		margin-bottom:0;
		border-bottom: 1px solid #D4D4D4;
	}

	#filters h2{
		cursor:pointer;
		background-image: url('/images/slideshow-arrow-right.png');
		background-repeat:no-repeat;
		background-size:contain;
		background-position:right 10px center;
	}
				
	.filter-group .filter{
		margin:0;
	}
						
	.filter-group.active{
		display:none;
	}

	#results-wrapper{
		width:100%;
		margin-top:0;
	}

	#search_results .product, #results .product{
		width:100%;
		margin:20px 0!important;
	}
												
	
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
