.container h1 {
	text-align: center;
	color: #d31145;
	margin: 30px 5% 0px;
	width: 90%;
}

.container h3 {
	margin: 0px 5% 0px;
	text-align: center;
	width: 90%;
}

#breadcrumb {
	background-color: #f1f1f1;
	padding: 9px 0;
}

ol.breadcrumb li a {
	color: #575757;
}

ol.breadcrumb li.active a {
	color: #d31145;
}

.news-parent-wrapper{
	width:100%;
	background-color:#EBE6E2;
}

.news-parent-inner{
	max-width:940px;
	margin:0 auto;
	padding:15px 0 15px 0;
	/*margin-top:-30px;*/
}

.news-parent-inner h2{
	/*margin: 25px 0px 20px;*/
	margin: 0px;
}
.qty-text{
	font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
	margin-top:0;
}
.news-item-body-wrapper {
	padding-top:20px;
}

.pos-single {
	width: 100%;
	display: inline-block;
}

/* red button */
.redButton{
	border: 1px solid #d31145;
	text-transform: uppercase;
	color: #d31145;
	font-size: 0.7em;
	padding: 5px 0px;
	border-radius: 30px;
	width: 180px;
	text-transform: uppercase;
	margin: 10px 0px 0px;
	display: block;
	clear: right;
	font-weight: bold;
	text-align: center;
	background: transparent;
	transition: background .5s ease, color .5s ease;
}

.redButton:hover{
	background: #d31145;
	color: #ffffff;
	font-weight: bold;
}


/* Lightbox */

.breakfastlightbox .fancybox-skin{
	background: #d30e45 !important;
	color: #ffffff;
	border-radius: 10px;
	border: 5px solid #ffffff;
}

.breakfastlightbox .fancybox-inner{
	background: #d30e45;
	color: #ffffff;
}

.tag {
	display:block;
	width:55px;
	height:70px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	right:0;
	font-size:11px;
	text-align:center;
	background-position:top 5px center;
	background-repeat: no-repeat;
	background-color: #d31145;
	background-size:40px 40px;
	color:white;
	padding: 48px 0px 0 0;
	-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;
}
.pos-single-left {
	width: 100%;
	float: left;
}
.pos-single-middle {
	width: 100%;
	float: left;
	margin: 0px 1%;
}
.pos-single-middle img{
	margin: 0 auto 40px;
	display: block;
	max-height: 420px;
}

.pos-single-right {
	width: 100%;
	float: right;
}
.assemblyInfo h4,
.stockholding h4,
.retailerTrials h4,
.dimensions h4{
	margin: 0px 0px 20px 0px;
}

.dimensions,
.assemblyInfo,
.retailerTrials,
.stockholding {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.retailerTrials,
.stockholding {
	float: right;
}

.assemblyInfo h4:before,
.stockholding h4:before,
.retailerTrials h4:before,
.dimensions h4:before {
	content: '';
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/icons.png);
	float: left;
	margin-right: 10px;
	bottom: 10px;
	position: relative;
}
.assemblyInfo h4:before {background-position-x: -53px;}
.stockHolding h4:before {background-position-x: -101px;}
.retailerTrials h4:before {background-position-x: -152px;}

.assemblyInfo-left p,
.retailerTrials-left p,
.stockholding-left p,
.dimensions-left p {
	margin: 0px;
}

.assemblyInfo-left,
.dimensions-left {
	width: 100%;
	position: relative;
	float: left;
}
.retailerTrials-right,
.stockholding-right {
	width: 100%;
	position: relative;
	float: left;
}
.pos-single {
	width: 80%;
	margin: 50px auto 0px;
	display: block;
}
.pos-description {
	position: static;
	border-radius: 13px 0px 13px 13px;
	background: #d31145;
	padding: 15px 20px;
	width: 55%;
	float: left;
	margin-left:5%;
}

.pos-static {
	position: static;
}
.pos-abs {
	position: absolute;
}
.pos-description p {
	color: #fff;
	margin: 0px;
}
.pos-number {
	width: 80%;
	margin: 0px auto 20px;
	display: block;
	border: 2px dotted #d31145;
	padding: 20px 20px 15px;
	border-radius: 10px;
}

.mobile { display: block; }
.desktop { display: none; }

.pos-number {
	text-align: center;
}

.pos-number h3 {
	margin: 0px 0px 12px;
	text-align: center;
	color: #d31145;
}
.pos-number span.large-font, .cart-box span.large-font, .cart-box span.large-font-disabled {
	text-align: center;
	margin: 0px;
	font-size: 31px;
	font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
	color: #646464;
}
.cart-box span.large-font{
		color:#d31145;
}
.button-cart-container .qty-text-disabled{
			display:none;
}				
.pos-number p {
	font-size: 14px;
}

.topmargin {
	position: relative;
	top: 20px;
}
/*
.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;
}
*/
.tag.Snacks {
	background-image: url('../images/snack_icon.svg');
}

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

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

.no-svg .tag.Breakfast,
.no-svg .tag.cereals,
.no-svg .tag.Cereals {
	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');
}

.news-item-text .date-time, .top-news-text .date-time{
	font-size:18px;
	width:100%;
	float:none;
	margin:0 0 5px 0;
}

.date-time{
	font-size:18px;
	width:110px;
	float:right;
	margin:33px 0 0 33px;
	text-align:right
}

.news-item-body-wrapper{
	width:100%;
}

.news-item-body-inner{
	max-width:940px;
	margin:0 auto;
}

.news-item-body-inner h2{
	float:left;margin-top: 5px;font-size:27px;
}

.news-item-body-inner h1{
	font-size: 40px;
	float:left;
	text-align: left;
	color: #575757;
	max-width: 100%;
	line-height: 1.1em;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-family: KSansRegular, sans-serif;
}

.news-item-body-inner p {
	margin: 15px 0;
}

.news-item-body-inner h3.product_subtitle{
	font-size: 25px;
	display: block;
	float:left;
	width: 100%;
	font-weight: bold;
	margin: 5px 0 0 0;
	font-family: KSansRegular, sans-serif;
}

.col{
	width:440px;
	float:left;
	margin-top:15px;
}

.left-col{
	width:50%;
	float:left;
}

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

.lead-text{
	background-color:#EBE6E2;
	border-radius:10px;
	border-top-right-radius:0;
	padding:20px;
	font-size:18px;
}

a {
	color: #d31145;
}

.lead-text :last-child {
	margin-bottom: 0;
}

.pos_single_image {
	position:relative;
	margin-bottom:30px;
}

.pos_single_image img {
	max-width:100%;
	border:solid 1px #ccc;
}

.news-image {
	float: right;
	margin-top: 15px;
	width: 440px;
}




.news-image img {
	border:1px solid #efe9e4;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.quote {
	float: right;
	font-size: 24px;
	margin: 0 0 40px 60px;
	width: 440px;
}



.two-col {
	padding-top: 30px;
}

.under-text {
	margin-top: 15px;
	float: left;
}

.under-text p:first-of-type {
	margin-top: 0;
}

#pos-table {
	width: 100%;
}

table {
	width: 100%;
}
.container-qty {
	width: 100%;
	margin-top:15px;
}

#min-value, #max-value {
	display: none;
}

.cart-box {
	width: 33%;
	margin-right: 5%;
	margin-bottom: 3%;
	float: right;
	border: 2px dotted #d31145;
    padding: 2% 3%;
    border-radius: 10px;
}

.button-cart,.button-order,
.button-cart-container.disabled .button-cart-disabled,
		.button-cart-container.disabled .button-order-disabled{
	background: #d30f44;
	border: 0;
	border-radius: 5px 5px;
	font-family: 'KSansRegular','Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
	font-size:20px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	padding: 7px 20px;
	width: 100%;
}
		.button-cart-container.disabled .button-cart-disabled,
		.button-cart-container.disabled .button-order-disabled,.button-cart-container.disabled .button-cart-disabled:hover, .button-cart-container.disabled .button-order-disabled:hover{
			cursor:default;
	background:#bbbbbb;
				color: #ffffff;
				transform:none;
		}
	
.tnc {
	text-align: right;
	margin-top: 2%;
	text-decoration: underline;
	display: block;
}
.tnc > a {
	color: #575757;
}
.tnc > a:hover {
	color: #d31145;
}
.qty-text {
	text-align: left;
}

.button-cart:hover:enabled, .button-order:hover:enabled {
	transform: scale(1.05);
	background: #87192b;
	color: #ffffff;
}

.out-of-stock {
	/*margin-top: -15px;*/
	text-align: left;
	font-size: 20px;
	display: block;
	color:#d31145;
	font-family: KSansBold, 'Lucida Grande', Lucida, 'Trebuchet MS', Arial, sans-serif;
	margin-top:15px;
}
.pos-number.out-of-stock {
	position:static;
			border:none;
			width:25%;
		}
.button-cart-container > p, button, select {
	display: block;
	margin-bottom: 3%;
}

.button-order {
	padding: 7px 15px;
}

.button-cart:disabled, .button-order:disabled {
	color: #fff;
	background: #bbbbbb;
	cursor: default;
}

.select-qty option{
	background: #fff;
	color: #848484;
	border-left: 1px solid #d31145;
}

.select-qty, .select-qty-disabled {
	padding: 0 0 0 10px;
	border: 2px #c7c6c6 solid;
    background: #ffffff center;
    color: #575757;
	border-radius: 5px 5px;
	outline: none;
	width: 100%;
	height: 41px;
	font-size: 20px;
	-webkit-appearance:none;
	-moz-appearance: menulist;
}
.select-qty-disabled{
color:#bbbbbb;
		}
.drop-arrow {
	padding: 0 20px;
	background: #ffffff url(/images/sort-down.png) no-repeat right 10px center;
}

.news-image-wrapper {
	position: relative;
	float: left;
}

.news-image-wrapper:after {
	height: 60px;
	width: 60px;
	background: #D01B49;
	position: absolute;
	z-index: 100;
	content: '';
	right: 0;
	bottom: 0;
	display: none;
	border-top-left-radius: 15px;
}
span.order-message p{
	margin:0;
}
@media screen and (max-width: 991px) {
	.left-col{
		width:100%;
		float:none;
		margin-top:15px;
	}

	.right-col {
		width:100%;
		float:none;
		margin-left:0;
	}
	.news-image {
		float: none;
		width: 70%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
}
@media screen and (min-width: 768px) {

	.dimensions {
		margin: 60px 0px 10px;
	}
	.assemblyInfo {
		margin-top: 30px;
	}
	.retailerTrials {
		margin: 30px 0px 0px;
	}
	.assemblyInfo-left,
	.dimensions-left {
		width: 70%;
	}
	.assemblyInfo-right,
	.dimensions-right {
		width: 25%;
		float: right;
		border-top: 2px dotted #646464;
		position: relative;
		top: 8px;
	}
	.retailerTrials-left,
	.stockholding-left {
		width: 25%;
		float: left;
		border-top: 2px dotted #646464;
		position: relative;
		top: 8px;
	}
	.retailerTrials-right,
	.stockholding-right {
		width: 70%;
		float: right;
	}
	.pos-single-middle {
		width: 28%;
		min-height: 380px;
	}
	.pos-single-left,
	.pos-single-right {
		width: 35%;
	}
	.mobile { display: none; }
	.desktop { display: block ; }

	
	.pos-number {
		width: 32%;
		float: right;
		position: relative;
		top: -80px;
	}
}
@media all and (max-width:767px){
	.news-image {
		float: none;
		width: 100%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.news-item-body-inner h3.product_subtitle{
		margin: 20px 0 0 0;
		font-size: 18px;
	}
	.news-item-body-inner h1{
		font-size: 30px;
	}
	.cart-box,.pos-description{
		width:90%;
		float:none;
		margin-left:auto;
		margin-right:auto;	
	}
	.cart-box{
		max-width:250px;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.pos-description{
		margin-bottom:20px;
	}
}
@media all and (max-width:640px){
	
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
