h2 {
	font-size:28px;
	line-height:120%;
	margin-bottom:1.5%;
}

/* Carousel */
#carousel {
	width:75%;
	margin-right:2.5%;
	position:relative;
	margin-bottom:7.5%;
}
.carousel-control {
	z-index:99;
	display:none;
	padding:20px;
	position:absolute;
	top:0; bottom:0;
	margin:auto;
	cursor:pointer;
}
#carousel-prev {	left:0;	    }
#carousel-next {	right:0;	}
#indicators {
	position:absolute;
	left:0; width:100%;
	font-size:40px;
	color:white;
	bottom:8%;
	z-index:99;
	text-align:center;
}
.indicator.active {
	color:#666666;
}
#carousel-padder {
	height:0;
	padding-top:56.25%;
}
#carousel-inner {
	position:absolute;
	width:100%;
	height:100%;
	top:0; left:0;
}
.carousel-slide {
	display:block;
	position:absolute;
	top:0; left:0;
	width:100%;	height:100%;
	visibility:hidden;
	overflow:hidden;
}
.carousel-slide:first-child {
	visibility:visible;
}
.carousel-slide-inner {
	position:relative;
	height:100%;
}
.carousel-slide-image {
	width:100%;
	height:100%;
	top:0; left:0;
	position:absolute;

	/* Polyfill provided in main.js */
	object-fit:cover;
	object-position: center center;
	overflow:hidden;
}
.carousel-caption-container {
	text-align: center;
	position:absolute;
	color:white;
	bottom:0; left:0;
	width:100%;
	padding:12px 16px;
	background-color:#272E33;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.carousel-caption {
	font-size:13px;
	line-height:19px;
}
/* End Carousel */

/* Info Boxes (Next to carousel) */
#info-boxes {
	width:22.5%;
}
.info-box {
	display:block;
	border: 1px solid #DCE4E6;
	font-size:14px;
	position:relative;
	line-height:140%;
	margin-bottom:6.5%;
}
.info-box h4 {
	padding:6px 12px;
	padding-top:10px;
	color:white;
	font-size:18px;
	background-color:#2D507C;
}
.info-box-inner {
	padding:5px 10px;
}
#free-shipping {
	line-height:120%;
	width:52%;
}
#free-shipping-1 {
	line-height:120%;
	margin-top:10px;
	font-size:18px;
}
#free-shipping-2 {
	margin-top:10px;
	font-size:11px;
}
#free-shipping-3 {
	margin-top:5px;
	font-size:10px;
}
#carton {
	position:absolute;
	right:0; top:22px;
}
#store {
	color: #19A1CD;
}
#latest-mailer {
	width: 50%;
}
#mailer-icon {
	max-height:90%;
	position: absolute;
	right:0; bottom:0;
	max-width:50%;
}
/* End Info Boxes */

/* Blurb (With Curtains) */
#blurb {
	margin:0 20%;
	text-align:center;
}
#blurb-heading {
	padding: 0 2.66%;
	font-size: 22px;
}
#blurb-copy {
	font-size: 15px;
	margin-top:2%;
	line-height: 140%;
}
#blurb-copy a {
	font-style: italic;
	text-decoration: underline;
}
/* End Blurb */

/* Featured Categories */
#featured-categories {
	margin-bottom:3.5%;
}
.featured-category {
	width:16.666%;
	display:block;
}
.category-inner {
	width:100%;
	border-right:1px solid #DDE0E4;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.featured-category:first-child .category-inner {
	border-left:1px solid #DDE0E4;
}
.category-thumb-container {
	position:relative;
	overflow:hidden;
	margin:0 10%;
}
.category-thumb-padder {
	padding-top:100%;
}
.category-thumb {
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}
.category-name {
	font-size:14px;
	text-align: center;
	line-height:140%;
	margin:5% 0;
}

/* End Featured Categories */

/* Featured Products */
#featured-products {
	margin-bottom: 7.5%;
	background-color:#787F83;
}
#featured-products h2 {
	padding:0.5% 0;
	font-size:22px;
	color:white;
	text-align:center;
	background-color:#272E33;
	margin:0;
}
#featured-products-container {
	/*padding:1.5% 0.5%;*/
}
.featured-product {
	color:white;
	display:block;
	width:25%;
	padding-top:0.25%;
	/*padding:0 1%;  commented out 16 May 2018*/ 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.featured-product-inner {
	background-color:#272E33; 
}
.product-thumb-container {
	position:relative;
	overflow:hidden;
}
.product-thumb-padder {
	padding-top:56.25%;
}
.product-thumb-inner {
	position:absolute;
	height:100%; width:100%;
	top:0; left:0;
}
.product-thumb {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center center;
	overflow:hidden;
}
.featured-product-title {
	margin: 0 10px;
	padding: 10px 0;
	font-size:14px;
	line-height:140%;
}
.featured-product-price {
	padding:5px 0;
	margin:0 5px;
	border-top:1px solid #666;
	font-size:12px;
	line-height:30px;
	min-height:30px;
}
.sale-sticker {
	margin-left:5px;
}
.old-price {
	text-decoration: line-through;
}
.current-price {
	font-size:16px;
}
/* End Featured Products */
