.heading-inner {
  max-width: 940px;
  margin: 0 auto;
}
		
.heading-inner h1 {
	margin-top: 15px;
  	margin-bottom: 15px;
}

.news-item h1,
.news-item h2,
.news-item h3,
.news-item h4,
.news-item h5,
.news-item h6 {
	margin:0 0 10px 0;	
}

.slider {
	width:100%;
	margin-bottom:30px;
	height:410px;
}

.slide {
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center center;
}

.slide h2 {
	font-size:40px;
	color:#221d06;
	max-width:400px;
}

.slide p {
	max-width:400px;
	color:#221d06;
	font-size:20px;
}

.slide .news-item-text {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 960px;
	float:none;
	padding-top:30px;
}
	
.news-item {
	width:100%;
	display:block;
	clear:both;
	border-bottom:solid 1px #d31145;
	padding-bottom:15px;
	padding-top:25px;
}

.news-item:last-child {
	border-bottom: none;	
}

.news-item-image .image {
	background-repeat:no-repeat;
	background-size:contain;
	min-height:215px;
	background-position: center center;
}

.news-item-image img {
	max-width:100%;	
}

.news-item-image {
	margin-bottom:20px;
	position:relative;
}

.news-item-image .tag {
	display:block;
	width:55px;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	bottom:0;
	right:0;
	background-position:center center;
	background-repeat: no-repeat;
	background-color: #d31145;
	background-size:40px 40px;
	
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-o-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}

.news-item-text,
.news-item-image {
	float:left;
}

.news-item-text {
	width:47%;
}

.news-item-image {
	width:50%;
	max-width:440px;
	margin-right:3%;
}

.news-item-image .image {
	max-width:100%;
}

.tag.Snacks {
	background-image: url('../images/snack_icon.svg');	
}

.no-svg .tag.Snacks {
	background-image: url('../images/snack_icon.svg');	
}

.tag.Breakfast {
	background-image: url('../images/cereal_icon.svg');	
}

.no-svg .tag.Breakfast {
	background-image: url('../images/cereal_icon.svg');	
}

.tag.Crisps,
.tag.crisps {
	background-image: url('../images/pringles_icon.svg');	
}

.no-svg .tag.Crisps {
	background-image: url('../images/pringles_icon.png');	
}

.one-quarter label {	
	font-size: 18px;
}

.one-quarter 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:100%;
	margin-bottom:21px;
	height:29px;
	padding:0 0 0 5px;
}
		
.one-quarter select option{
	background: #fff;
	color:#848484;
	border-left:1px solid #d31145
}

.product-item {
    width: 100%;
    float: left;
    margin: 1% 0% 1% 0px;
	height: 220px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-item-text {
    background: rgba(211,17,69,0.9);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 30px;
    color: #fff;
	transition: all .5s;
}		
.product-item-text:hover {
	bottom: 0px !important;
}

.top-item {
    width: 100%;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	overflow: hidden;
}
				
.top-item-text {
    background: rgba(211,17,69,0.9);
    position: absolute;
    bottom: 0px;
    width: 100%;
	padding: 20px 30px;
	color: #fff;
	transition: all .5s;
}
.top-item-text:hover {
	bottom: 0px !important;
}
.top-item-text p,		
.top-item-text h2,
.top-item-text h2 a,
.product-item-text p,		
.product-item-text h3,
.product-item-text h3 a {
	color: #fff;
	margin: 0px 0px 5px;
}	

		
.top-item-text p {
	font-size: 13px;
}		
.product-item-text p {
	font-size: 13px;
}
.product-item-text .cta,
.top-item-text .cta	{
	background: #ffffff;
	color: #575756;
	font-size: 16px;
    margin-top: 10px;
	transition: all .3s;
}	
.product-item-text .cta:hover,
.top-item-text .cta:hover {
	background: #EFEFEF;
	transition: all .5s;
}
.product-item-text a.arrow span,
.top-item-text a.arrow span {
    padding-right: 20px;
    background: url(../images/pink_arrow.png) no-repeat center right;
}

.full-pager {
    width: 100%;
    display: inline-block;
}
ul.next-prev,
ul.pager {
    padding: 0px;
	width: auto;
	float: left;
}
ul.pager {
	float: right;
}
ul.next-prev li, 
ul.next-prev span,
ul.pager li {
	list-style: none;
	float: left;
}
ul.next-prev li a, 
ul.next-prev span,
ul.pager li a {
	color: #d31145;
	font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
    font-weight: normal;
	font-size: 14px;
	margin: 2px 10px 2px 0px;
    padding: 0px;
}
ul.pager li a {
	margin: 2px 0px 2px 10px;
}
ul.pager li.disabled a {
	color: #969696;
}

@media screen and (min-width: 768px) {
	.product-item {
		width: 49.5%;
		margin: 1% 0.5% 0% 0px;
	}
	.product-item:nth-child(even) {
    	float: right;
		margin: 1% 0% 0% 0px;
	}
}

@media screen and (max-width: 991px) {
	
	.news-item-text,
	.news-item-image {
		float:none;
	}
	
	.news-item-text {
		width:100%;
	}
	
	.news-item-image {
		width:100%;
		margin-right:0;
	}
}
	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
