/* ----- Base ----- */
body {
	background-color: #F0F0F0;
}
.column-right {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
body.sfnt {
	background-color: #fff;
}
.header {
	background-color: #2d2d2d;
}
.sfnt .column-right,
.right-ns .column-right {
    box-shadow: none;
    background-color: transparent;
}
	.main-content,
	.single-column .main-content {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

@media screen and (max-width: 959px) {
	.main-content {
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (min-width: 960px) {
	.single-column .row .column-right {
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.main-header {
		padding-bottom: 0;
	}
}
/* ----- Colors ----- */

.bg-gray {
	background-color: #cbcccd;
}
.bg-light-gray {
	background-color: #f5f5f5;
}
.bg-gold {
	background-color: #e8ae35;
}
.button.bg-gold:hover {
	background-color: #d19518;
}
.button.bg-gold.white:hover {
	color: #fff;
}
.bg-red {
	background-color: #bd281e;
}
.button.bg-red:hover {
	background-color: #d82013;
}
.red {
	color: #bd281e;
}
.bg-off-white {
	background-color: #f0f0f0;
}

.button[disabled],
.button.disabled {
	background: #EC9089;
}

/* ------ Typography ----- */

a {
	color: #bd281e;
}
a:hover {
	color: #322b2b;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #322b2b;
}
h3, .h3 {
	line-height: 1.3;
}
.testimonial {
    font-size: 125%;
}
blockquote.testimonial cite {
	font-size: 1rem;
	line-height: 2;
}

/* ------ Helpers ----- */
.drop-caps {
	text-transform: uppercase;
}
	.drop-caps .first-letter {
		font-size: 130%;
	}
.no-shadow {
	box-shadow: none;
}
.base-shadow {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.bg-transparent {
	background-color: transparent;
}
.light {
	font-weight: 300;
}

.status-flag {
	border-radius: 3px;
	border-right: 10px solid #fff;
	padding: 3px 7px;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	margin-right: 1px;
	text-transform: uppercase;
	display: inline-block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 767px) {
	.status-flag {
		margin-top:0;
	}
}
.status-flag.bg-gold {
	background-color: #e8ae35;
}
.status-flag.bg-red {
	background-color: #bd281e;
}
.status-flag.bg-coal {
	background-color: #322b2b;
}
.status-flag.bg-steel {
	background-color: #cbcccd;
}

/* ----- Elements ----- */

.callout {
	padding: 15px;
    margin-bottom: 15px;
}
.callout.mt {
	margin-top: 15px;
}
.callout.icon {
	padding: 5px;
	line-height: 32px;
	cursor: pointer;
}
.callout.icon:hover {
	background-color: #E0E0E0;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.callout.active {
	background-color: #E0E0E0;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.callout .collapse-toggle {
	font-size: 32px;
	float: right;
}
.callout .collapse-toggle:before {
    content: "\4c";
	font-family: 'ElegantIcons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
}
.callout.active .collapse-toggle:before {
    content: "\4b";
}
.callout.bordered {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* ----- Header ----- */

/* ----- Service Links ----- */
@media screen and (min-width: 960px) {
	.service-links {
	    font-size: 0.875rem;
	    color: #e4e4e4;
	    font-weight: 300;
	}
	.service-links a {
		color: #fff;
	}
	.service-links a:hover {
		color: #e8ae35;
	}
}

/* ----- Mini Basket ----- */

.mini-basket-inner {
    border: 2px solid #e8ae35;
    border-radius: 0;
    background-color: #fff;
}
.mini-basket-count {
	background-color: #e8ae35;
}
.mini-basket-inner::after {
    border-color: rgba(232,174,53,0);
    border-right-color: #e8ae35;
}
.mini-basket {
	color: #2D2D2D;
}
.mini-basket:hover {
	color: #000;
}

.mini-basket-icon {
	color: #fff;
}
@media screen and (min-width: 960px) {
	.mini-basket-icon {
		margin-right: 0.8rem
	}
}
.mobile-basket-button .mini-basket-inner {
	background-color: #e8ae35;
}
.mini-basket-container {
	right: 0;
}
.mini-basket-close {
	color: #322b2b;
}

/* ----- Global Search ----- */
.global-search {
	border-top: 1px solid #dedede;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2);
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
	.global-search input[type="search"],
	.global-search button {
		display: inline-block;
	}
	.global-search input[type="search"] {
		float: left;
		width: 92%;
	}
	.global-search button {
		width: 8%;
	}
		.global-search button:before {
			line-height: 2;
		}
	.search-form .search-input {
		padding-left: 1.25rem;
		font-weight: 100;
	}
	.search-input {
		background-color: #ebebeb;
	}
	.search-input:focus,
	.search-input:hover {
		background-color: #e4e4e4
	}
	.search-button {
		background-color: #a92a22;
	}
	.search-button:hover {
		background-color: #c63128;
		color: #fff;
	}
	.search-form input[type="search"],
	.search-form button {
		border:0;
		border-radius: 0;
	}
	.search-form input,
	.search-form button {
		height: 3em;
		line-height: 3em;
	}
	@media screen and (min-width: 960px) {
		.search-form input,
		.search-form button {
			height: 3.57em;
			line-height: 3.57em;
		}
	}

/* ----- Mobile Header ----- */
.mobile-main-header {
	background-color: #2d2d2d;
}
.mobile-menu-button {
	color: #fff;
}

/* ----- Navigation Bar ----- */
	.navigation-bar {
		background: #bd281e url(../../../graphics/images/site-assets/bg_gauze-top.png) top left repeat-x;
		box-shadow: none;
	}
	.newsletter-bar {
		background: #322b2b url(../../../graphics/images/site-assets/bg_gauze-bottom.png) top left repeat;
		box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
		text-align: center;
	}
		.newsletter-bar .column {
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.newsletter-text {
			color: #fff;
			line-height: 31px;
			font-weight: 100;
		}

		#newsletter_form {
			margin-bottom: 0;
		}
			#newsletter_form .column {
				padding: 0;
			}
			#newsletter_form .newsletter-group span {
				top: -2px;
				font-size: 1.5rem;
				color: #bababb;
			}
			#newsletter_form .newsletter-input {
				border-radius: 0 !important;
				border: 0 none transparent !important;
			}

	@media only screen and (min-width: 960px) {
/* 		#newsletter_form {
	position: relative;
	z-index: 101;
} */
		.navigation-set .level-1,
		.nav-item-1 a{
			font-size: 14px;
			/*height: 3.375em;*/
			line-height: 3em;
			/*text-transform: uppercase;*/
			/*width: 12%;*/
			display: inline-block;
		}
		.navigation-set .level-1 > span,
		.navigation-set .level-1 > span > a {
		    line-height: 3.92;
		    height: 3.92em;
		}
		.navigation-set .level-1:hover > span a {
			box-shadow: inset 0 -4px 0 0 #322b2b;
		}
	}
	.nav-item-1--left {
		// background: #322b2b url(../../../graphics/images/site-assets/bg_gauze-top.png) top left repeat-x;
		background-color: rgba(0, 0, 0, 0.3)
	}
	.nav-item-1--left:hover {
		// background-color: #292323;
		background-color: rgba(0, 0, 0, 0.2)
	}
	.js-az-menu-trigger {
		line-height: 3.05;
		height: 3.05em;
		width: 100%;
	}
	.js-az-menu-trigger:hover {
		color: #fff;
	}
	.top-bar-wrap {
		position: relative;
	}
	.nav-blood {
	    position: absolute;
	    right: 0px;
	    top: 53px;
	}
	.nav-group-2 {
	    border: 1px solid #e6e6e6;
	    background: #ebebeb;
	}
	.nav-group-2:before {
		background: #ebebeb;
	}
	.nav-group-2:after {
		background: #ebebeb;
	}
	.nav-item-2 {
	    background: #ebebeb;
		color: #322b2b;
	}
	.nav-group-3 {
		border-radius: 0 0 3px 3px;
	}
	.nav-item-2:hover {
		color: #bd281e;
	}
	.nav-heading-5 a{
		color: #322b2b;
	}
	.nav-heading-5 a:hover {font-weight: 700 !important;}
	.nav-heading-5 a:after {
		content: "\2022\2022\2022\2022\2022";
		color: #322b2b;
		display: block;
		font-size: 11px;
		letter-spacing: 3px;
		margin-bottom: 5px;
	}
	.nav-item-5 {
		color: #656d78;
	}
	a.nav-item-5:hover {
		color: #bd281e;
		font-weight: 100;
	}
	.mobile-navigation-gray {
		background: #322b2b !important;
	}

/* ----- Cat Tree ----- */

	.category-tree {
		border-bottom: 0 none transparent;
		padding: 15px 15px;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	}
	.category-tree h5,
	.category-tree-heading{
		color: #bd281e;
	}

	.category-tree .level-1 {
		line-height: 1.42;
	}
		.category-tree .level-1 a {
			padding: 10px 0;
		}
			.category-tree .level-1 a,
			.category-tree .level-2 a,
			.category-tree .level-3 a,
			.category-tree .level-1.active a,
			.category-tree .level-2.active a,
			.category-tree .level-3.active a {
				color: #322b2b;
			}
			.category-tree .level-1 a:hover,
			.category-tree .level-2 a:hover,
			.category-tree .level-3 a:hover {
				color: #bd281e;
			}

/* ----- Footer ----- */

.footer {
	background-color: #322b2b;
}
.footer-newsletter {
	margin-top: 10px;
	display: block;
}
.disclaimers {
	background-color: #1a1717;
}

/* ----- Breadcrumbs ----- */
	.breadcrumbs .current-item {
		color: #322b2b;
	}
/* ----- Product List Layouts ----- */

	/* --- SRCH ---*/
	.power-search-fields {
		margin-top: 20px;
	}

	/* --- CTGY ---*/
	.category-product-name,
	.category-product-author {
		color: #383f48;
	}
	.category-product-name {
		font-size: 14px;
		font-weight: 400;
	}
	.category-product-author {
		font-size: 13px;
		font-weight: 100;
	}
	.category-product-link:hover .category-product-name {
		color: #bd281e;
	}
	.category-product-layout {

	}
	.category-head {
		line-height: 1.5em;
		font-weight: 100;
		font-size: 14px;
		color: #656d78;
	}

	/* --- CTGY BLST --- */

	.sub-category a:hover img {
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
		-webkit-transition: 0.2s ease-in-out all;
	    transition: 0.2s ease-in-out all;
	}
	/*--- Sub Categories ---*/

	.sub-category a {
		color: #322b2b;
	}
	.sub-category a:hover {
		color: #bd281e;
	}
	/* --- Read More --- */

	.read-more[data-readmore] {
		border-bottom: 1px solid #595959;
		padding-bottom: 10px;
	}
		.read-more-toggle {
			right: 50%;
			margin-right: -63px;
			position: absolute;
			bottom: 0;
			padding-left: 5px;
			border-radius: 4px 4px 0 0;
			padding: 2px 9px;
			border-right: 1px solid #595959;
			border-left: 1px solid #595959;
			border-top: 1px solid #595959;
		}
		.read-less-toggle {
			border-radius: 0 0 4px 4px;
			padding: 2px 9px;
			border-right: 1px solid #595959;
			border-left: 1px solid #595959;
			border-bottom: 1px solid #595959;
		}

	/* --- Filter items --- */

	.filter-items-container {
		border-right: 0 none;
		border-left: 0 none;
		border-radius: 0;
		background-color: #f5f5f5;
	}

	/* --- Page Numbers --- */

	.page-links-active {
		color: #bd281e;
		outline-color: #bd281e;
	}

/* ----- Product Layout ----- */

	/* ----- Attributes ----- */

	.inline-labeling .product-attributes label {
		display: block;
		text-align: left;
	}

	/* ----- Tabs ----- */
	.TabbedPanelsTabGroup {
		text-align: left;
		padding-left: 0;
		display: block;
	}
	.TabbedPanelsTab {
		list-style-type: none;
		display: inline-block;
		text-align: center;
		text-transform: uppercase;
		padding: 1em 1em;
		font-size: 14px;
		color: #bd281e;
		border-width: 0 0 1px;
		border-style: solid;
		text-decoration: none;
		cursor: pointer;
		background: transparent;
	}
	.TabbedPanelsTab:hover {
		cursor: pointer;
		border-bottom-color: #000;
		color: #000;
	}
	.tab-active.TabbedPanelsTab {
		border-bottom: 4px solid #000;
		color: #000;
		padding-bottom: 11px;
	}
	.tab-active.TabbedPanelsTab:hover {
		border-bottom-color: #000;
		color: #000;
	}


	/* --- Related Products --- */
	.related-products-carousel .category-product a {
		display: block;
		padding: 10px;
	}
	.related-products-carousel .category-product a:hover {
		box-shadow: 0 0 4px rgba(0,0,0,0.25);
	}
	.related-products-carousel .category-product a:hover .category-product-name {
		color: #bd281e;
	}
	@media screen and (min-width: 768px) {
		.related-products-carousel .category-product {
			float: left;
			width: 50%;
		}
	}

/* ----- Back To Top ----- */

.back-to-top {
	background-color: #bd281e;
}

/* ----- Pages ----- */

	/* --- About Us --- */
	.about-us-box {
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	@media screen and (min-width: 768px) {
		.about-us-box {
			display: block;
			width: 50%;
			margin-left: 15px;
			float: right;
			border-radius: 4px;
			border: 2px solid #ccc;
			padding: 15px 15px 0 15px;
			margin-bottom: 15px;
		}
	}

	/* --- Newsletter --- */

	#mc-embedded-subscribe-form fieldset {
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 1px solid #ccc;
		padding-top: 1.5em;
		margin: .5em 0;
		background-color: #FFFFFF;
		color: #000;
		text-align: left;
	}
	#mc-embedded-subscribe-form legend {
		white-space: normal;
		text-transform: capitalize;
		font-weight: bold;
		color: #000;
		background: #fff;
		padding: .2em .9em;
		border: 1px solid #ccc;
		border-radius: 4px;
		font-size: 18px;
		margin-left: 15px;
	}
	#mc-embedded-subscribe-form .mc-field-group {
		margin: .5em 5%;
		clear: both;
		overflow: hidden;
	}

	#mc-embedded-subscribe-form .mce-email-label {
		display: block;
		margin: .3em 0;
		line-height: 1em;
		font-weight: bold;
	}
	#mc-embedded-subscribe-form input.email {
		margin-right: 1.5em;
		padding: .2em .3em;
		width: 90%;
		float: left;
		z-index: 999;
	}
	#mc-embedded-subscribe-form .input-group-label {
		display: block;
		margin: .3em 0;
		line-height: 1em;
		font-weight: bold;
	}
	#mc-embedded-subscribe-form .input-group {
		padding: .7em .7em .7em 0;
		font-size: 16px;
		margin: 0 0 1em 0;
	}
	#mc-embedded-subscribe-form ul li {
		list-style: none;
		overflow: hidden;
		padding: .2em 0;
		clear: left;
		display: block;
		margin: 0;
	}
	#mc-embedded-subscribe-form ul li input {
		margin-right: 2%;
		padding: .2em .3em;
		width: auto;
		float: left;
		z-index: 999;
		margin-top: 7px;
	}
	#mc-embedded-subscribe-form ul li label {
		display: block;
		margin: .4em 0 0 0;
		line-height: 1em;
		font-weight: bold;
		width: auto;
		float: left;
		text-align: left !important;
	}

	/* ----- Help Center ----- */

		.help-center-wrapper {
			margin-top: 20px;
		}
		.help-center-icon-wrapper {
			padding: 0;
			text-align: center;
		}
		.help-center-text-wrapper {

		}
			.help-center-text-wrapper h3 {
				font-size: 23px;
				font-weight: 400;
				margin-bottom: 5px;
			}
			.help-center-text-wrapper p {
				margin-bottom: 35px;
			}

	/* --- SFNT --- */
	#storefront-message a {
		color: #322b2b;
	}
	.shipping-message {
		font-size: 28px;
	}
	hr.carousel-seperator {
		border-bottom: 3px solid #ddd;
	}
	.slick-slider {
		padding: 0 20px;
	}
	.featured-product-link .category-product-name {
		font-size: 14px;
		font-weight: 400;
		color: #383f48;
	}
	.category-product-author {
		color: #383f48;
		font-weight: 100;
		font-size: 13px;
		display: block;
	}
	.category-product-image-wrapper {
		min-height: 195px;
		display: block;
	}
	.featured-product-link:hover .category-product-name {
		color: #bd281e;
	}
	.category-product-image-wrapper {
		position: relative;
	}
	.featured-product-link .category-product-image-wrapper {
		padding: 15px;
		position: relative;
	}
	.featured-product-bottom {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
	}
	.featured-products-descrip > h3 {
		font-weight: 400;
    }
	.sfnt .column-right {
		min-height: auto;
	}
	@media screen and (min-width: 768px) {
		.category-product:hover .category-product-cta-wrapper,
		.touch .category-product:hover .category-product-cta-wrapper {
			display: block;
		}
		.category-product-cta-quickview:hover .category-product-cta-quickview-text,
		.category-product-cta-quickview .category-product-cta-quickview-text {
		    display: inline-block;
		}
		.product-carousel .category-product-cta-wrapper,
		.category-product-cta-wrapper {
			width: 100%;
			left: 0;
		}
		.category-product-cta-button {
			width: 100%;
			border-radius: 0;
		}
		.category-product-cta-quickview {
			background: rgba(0,0,0,0.7);
		}
		.category-product-cta-quickview:hover {
			background: #000;
		}
		.category-product-cta-oop {
			background: #e8ae35;
		}
		.category-product-cta-oop:hover {
			background: #e8ae35;
		}
		.category-product-cta-oop-text {
			font-size: 15px;
			color: #000;
			font-weight: 400;
		}
		.category-product-link {
			display: block;
			padding: 15px;
		    -webkit-transition: 0.2s ease-in-out all;
		    transition: 0.2s ease-in-out all;
		}
		.featured-product-link {
			display: block;
			padding: 15px;
			margin: 15px;
		    -webkit-transition: 0.2s ease-in-out all;
		    transition: 0.2s ease-in-out all;
		}
		.featured-product-link:hover,
		.category-product-link:hover {
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
		}
		.featured-product-link .category-product-image-wrapper {
			min-height: 195px;
			display: block;
		}
	}
.sfnt-about-us {

}
	.sfnt-about-us h1 {
		margin-bottom: 0;
	}
	.sfnt-about-us h2 {
		font-weight: 400;
		font-size: 1.625rem;
	}
	.sfnt-about-us h4 {
		font-weight: 100;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	.sfnt-about-us ul {
		font-weight: 100;
	}

/* ----- My Account ----- */
.customer-account-order-search {
    border: 1px solid #CBCCCD;
}
.customer-account-links {
	border-color: #CBCCCD;
	border-radius: 4px;
}

/* ----- Order Screens ----- */
.basket-contents, .order-contents {
	padding: 0.75em;
}

.basket-summary,
.address-summary {
	border: 0 none transparent;
}

.ptn, .pvn, .pan { padding-top: 0 !important; }

.ptx, .pvx, .pax { padding-top: 3px !important; }

.pts, .pvs, .pas { padding-top: 5px !important; }

.ptm, .pvm, .pam { padding-top: 10px !important; }

.ptl, .pvl, .pal { padding-top: 20px !important; }

.pth, .pvh, .pah { padding-top: 40px !important; }


.prn, .phn, .pan { padding-right: 0 !important; }

.prx, .phx, .pax { padding-right: 3px !important; }

.prs, .phs, .pas { padding-right: 5px !important; }

.prm, .phm, .pam { padding-right: 10px !important; }

.prl, .phl, .pal { padding-right: 20px !important; }

.prh, .phh, .pah { padding-right: 40px !important; }



.pbn, .pvn, .pan { padding-bottom: 0 !important; }

.pbx, .pvx, .pax { padding-bottom: 3px !important; }

.pbs, .pvs, .pas { padding-bottom: 5px !important; }

.pbm, .pvm, .pam { padding-bottom: 10px !important; }

.pbl, .pvl, .pal { padding-bottom: 20px !important; }

.pbh, .pvh, .pah { padding-bottom: 40px !important; }



.pln, .phn, .pan { padding-left: 0 !important; }

.plx, .phx, .pax { padding-left: 3px !important; }

.pls, .phs, .pas { padding-left: 5px !important; }

.plm, .phm, .pam { padding-left: 10px !important; }

.pll, .phl, .pal { padding-left: 20px !important; }

.plh, .phh, .pah { padding-left: 40px !important; }



.mtn, .mvn, .man { margin-top: 0 !important; }

.mtx, .mvx, .max { margin-top: 3px !important; }

.mts, .mvs, .mas { margin-top: 5px !important; }

.mtm, .mvm, .mam { margin-top: 10px !important; }

.mtl, .mvl, .mal { margin-top: 20px !important; }

.mth, .mvh, .mah { margin-top: 40px !important; }



.mrn, .mhn, .man { margin-right: 0 !important; }

.mrx, .mhx, .max { margin-right: 3px !important; }

.mrs, .mhs, .mas { margin-right: 5px !important; }

.mrm, .mhm, .mam { margin-right: 10px !important; }

.mrl, .mhl, .mal { margin-right: 20px !important; }

.mrh, .mhh, .mah { margin-right: 40px !important; }



.mbn, .mvn, .man { margin-bottom: 0 !important; }

.mbx, .mvx, .max { margin-bottom: 3px !important; }

.mbs, .mvs, .mas { margin-bottom: 5px !important; }

.mbm, .mvm, .mam { margin-bottom: 10px !important; }

.mbl, .mvl, .mal { margin-bottom: 20px !important; }

.mbh, .mvh, .mah { margin-bottom: 40px !important; }



.mln, .mhn, .man { margin-left: 0 !important; }

.mlx, .mhx, .max { margin-left: 3px !important; }

.mls, .mhs, .mas { margin-left: 5px !important; }

.mlm, .mhm, .mam { margin-left: 10px !important; }

.mll, .mhl, .mal { margin-left: 20px !important; }

.mlh, .mhh, .mah { margin-left: 40px !important; }

		@media only screen and (max-width: 769px) {
			.nrp-medium {
				padding-right: 0;
			}
		}