/*
	+-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+
		=BODY
		=HEADER
		=NAVIGATION BAR
		=MAIN
		=COLUMN-LEFT
		=COLUMN-RIGHT
		=BOTTOM WRAP
		=FOOTER
		=DISCLAIMERS
		=MOBILE FOOTER
*/


/*
------------------------------- =BODY ------------------------------- */

body {
	background-color: #FFF;
}

html {
	background-color: #22241E;
}


/*
------------------------------- =HEADER ------------------------------- */

.header {
	background: #4D5A31;
	margin: 0 auto;
}

.header.stuck,
.header .main-header.stuck {
	box-shadow: 0 2px 4px -2px rgba(51, 51, 51, 0.2);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.top-bar-promo {
	background-color: #3A4225;
	text-align: center;
}


/* ------------------------  pre-header ------------------------ */

.pre-header {}

.pre-header nav {
	z-index: 2;
}

.pre-header li {
	font-size: 1.50rem;
	height: 3.25rem;
	line-height: 2;
}

.pre-header .mobile-menu-button span,
.pre-header .mobile-basket-button span {
	border-radius: 0.25rem;
	display: inline-block;
	height: 2.50rem;
	vertical-align: middle;
	width: 100%;
}

.pre-header .mobile-basket-button span {
	line-height: 1.75;
}

.basket-count {
	padding: 0.125rem 0.25rem;
	position: absolute;
	right: 0.125rem;
	top: 0.125rem;
}

@media only screen and ( min-width: 768px ) {

	.pre-header li {
		color: #FFF;
		font-size: 0.875rem;
		height: 2.50rem;
		line-height: 2.5;
		padding-right: 0.50rem;
	}

	.pre-header a {
		color: #FFF;
		display: inline-block;
		position: relative;
		text-decoration: none;
		vertical-align: middle;
	}

	.pre-header a:hover {
		color: #16C0D5;
	}

	.pre-header a+ span {
		padding-left: 0.75rem;
		vertical-align: middle;
	}

	.pre-header .social-links a {
		height: 2rem;
		margin-right: 0.50rem;
		text-align: center;
		vertical-align: bottom;
		width: 2rem;
	}

	.pre-header .social-links a:last-child {
		margin-right: 0;
	}
}

.global-sign-in {
	background: #FFF;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
	float: none;
	font-size: 0.75rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	position: absolute;
	right: 0;
	top: -18.5rem;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1002;
}

.global-sign-in.open {
	top: 2.50rem;
}

.global-sign-in form,
.global-sign-in p {
	margin-bottom: 0.50rem;
}

.global-sign-in a {
	color: #0074D9;
}


/* ------------------------ main-header ------------------------ */

.main-header {
	font-size: 0.75rem;
	z-index: 1;
}

@media only screen and ( min-width: 768px ) {

	.main-header {
		padding: 0.75rem 0;
	}
}

@media screen and ( min-width: 768px ) and ( max-width: 959px ) {

	a.masthead-logo {
		margin-top: 1.5rem;
		padding-right: 0;
	}

	#global-search-col {
		padding-left: 2rem;
	}
}

.main-header .breaker {
	height: 1.75rem;
}

div#js-mbl-global-hdr {
	padding: 0.75rem;
}


/* ------------------------ global-search ------------------------ */

#global-search-col {
	margin-top: -0.5rem;
}

.global-search {
	/* border: 1px solid #dfe1e1; */
	background: #CED0C9;
	border-radius: 2px;
	margin-bottom: 0;
	margin-top: 0.5rem;
	overflow: hidden;
	padding: 0.25rem;
}

.main-content .global-search {
	background-color: #F3F5F2;
}

.global-search *[ data-icon ] {
	display: inline-block;
	/* float: left; */
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	vertical-align: middle;
}

.global-search input[ type="search" ] {
	display: inline-block;
	float: left;
	height: 2rem;
	/* padding-left: 1rem; */
}

.global-search input[ type="submit" ] {
	float: right;
	font-weight: 700;
	height: 2rem;
}

.global-search input::-webkit-input-placeholder {
	color: #696969;
	font-size: 0.875rem;
	font-weight: 700;
	opacity: 1;
}

.global-search input:-moz-placeholder {
	color: #696969;
	font-size: 0.875rem;
	font-weight: 700;
	opacity: 1;
}

.global-search input::-moz-placeholder {
	color: #696969;
	font-size: 0.875rem;
	font-weight: 700;
	opacity: 1;
}

.global-search input:-ms-input-placeholder {
	color: #696969;
	font-size: 0.875rem;
	font-weight: 700;
	opacity: 1;
}

.global-search button {
	width: 13% !important;
}

.srch-divider {
	background: #AEB2AA;
	display: inline-block;
	height: 22px;
	margin: 0px 0.8rem 0px 0px;
	vertical-align: middle;
	width: 1px;
}

.white-bg {
	background: #FFFFFF;
}

.original-bg {
	background: #CED0C9;
}


/* ------------------------ mini-basket ------------------------ */

.mini-basket {
	/* border: 1px solid #dfe1e1; */
	display: inline-block;
	font-size: 0.875rem;
	/* font-weight: 700; */
	margin-top: 1.5rem;
	padding: 0.50rem;
	width: 100%;
}

.mini-basket a {
	text-decoration: none;
	/* color: #9D9F98; */
}

#js-mini-basket {
	color: #FFF;
}

.added {
	color: #F8C364 !important;
}

.cart-checkout {
	color: #E0E3DA;
}

.cart-icon-cont {
	border: 1px solid #FFF;
	border-radius: 100%;
	display: block;
	height: 39px;
	width: 39px;
}

.cart-icon {
	margin: 10px 0px 0px 7px;
	width: 23px;
}

.mini-basket a:hover {
	color: #FFF;
	text-decoration: underline;
}

.mini-basket small {
	font-size: 0.75em;
	font-weight: 400;
}

.mini-basket *[ data-icon ] {
	border-right: 1px solid #333;
	font-size: 1.25rem;
	margin-right: 0.50rem;
	padding-right: 0.50rem;
	vertical-align: middle;
}

.mini-basket-container {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
	float: none;
	position: absolute;
	right: 0;
	top: -250rem;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1001;
}

.mini-basket-container.open {
	top: 0;
}

.mini-basket-content {
	background: #FFF;
	border-radius: 5px;
	cursor: default;
	padding: 0.5rem 1rem 1rem 1rem;
}

.mini-basket-content h5 {
	line-height: 1;
	margin: 0.50rem 0;
}

.mini-basket-table-wrap {
	/* border: solid #cecece; */
	/* border-width: 1px 0; */
	font-size: 0.75rem;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

.mini-basket-row {
	border-bottom: 1px solid #DDDFD8;
	margin: 0 !important;
	padding: 0.50rem 0;
}

.mini-basket-row:first-child {
	border-top: none;
}

.mini-basket-row img {
	margin-top: 0.50rem;
}

.mini-basket-row button {
	font-size: 1.75rem;
	padding: 0;
}

.mini-basket-row button:hover {
	box-shadow: none;
}

.mini-basket-row button span[ data-icon ] {
	margin: 0;
}

.mini-basket-row button span[ data-icon ]:hover {
	color: #333;
}

.mini-basket-content a.button {
	color: #353733;
	font-size: 0.875rem;
}

.mini-bask-cont span {
	padding-right: 0.5rem;
	vertical-align: middle;
}

a.mini-bask-cont {
	font-weight: 600;
	line-height: 3;
}

.mini-bask-header {
	border-bottom: 1px solid #DDDFD8;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	margin: 0 0.75rem;
	padding: 1rem 0 0.25rem;
}

.mini-bask-header {
	border-bottom: 1px solid #DDDFD8;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	margin: 0 0.75rem;
	padding: 1rem 0 0.25rem;
}

.mini-basket-total-row {
	margin: 1rem 0.75rem 1.5rem 0.75rem;
}

div#mini-estimated {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 0.875rem;
	text-transform: uppercase;
}

div#mini-bask-total {
	font-size: 1.125rem;
	line-height: 1;
}

a.mini-bask-cont {
	color: #7A9244;
	font-size: 0.875rem;
	text-decoration: none;
}

.mb-qty {
	display: block;
	margin-top: 0.7rem;
}


/* Mobile Header */

span.icon-cart {
	color: #ADB895;
	font-size: 1.75rem;
	text-align: right;
}

li#js-mobile-basket-button {
	padding-right: 0.15rem;
	padding-top: 0.2rem !important;
}

li#js-mobile-toggle-button {
	color: #8C8F87;
	font-size: 2.25rem;
	line-height: 1.45;
	padding-left: 0;
	text-align: left;
}

#mbl-nav-hdr-acnt,
#mbl-nav-hdr-ctus {
	border-right: 1px solid #262725;
}

a#mbl-nav-hdr-bask span {
	color: #F8C364;
}


/* Custom Headers (Blog/ctgy) */

div#js-blog-header-image {
	height: 307px;
	left: -215px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}


/*
------------------------------- =Site Content ------------------------------- */

#site-content {
	margin: 0 auto;
	max-width: 1920px;
}


/*
------------------------------- =Top Right Navigation------------------------------- */

ul#top-right-links {
	text-align: right;
}

ul#top-right-links a {
	display: inline;
	padding: 0;
}

#top-right-links span.spacer {
	color: #C1C3BD;
	margin: 0 0.5rem;
}


/*
------------------------------- =Promo Image (SFNT Hero)------------------------------- */

#js-hero-image {
	text-align: center;
}

#js-hero-image img {
	width: 100%;
	/* max-width: 1600px; */
}


/*
------------------------------- =CTA Boxes (SFNT)------------------------------- */

#cta-experience {
	margin-top: 0.2rem;
}

#cta-selection {
	margin-top: 0.6rem;
}

.cta-text h2 {
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin-bottom: 0px;
}

.cta-icon {
	padding: 0 !important;
}

.cta-text .tagline {
	font-size: 0.9375rem;
}


/*
------------------------------- =NAVIGATION BAR ------------------------------- */

#js-navigation-bar li.open {
	background-color: #22241E;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#js-navigation-bar li.open> ul {
	display: block;
}

#js-navigation-learn span {
	color: #9E7E53;
	display: block;
	font-family: "Archivo Narrow", sans-serif !important;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
	padding: 0 1rem;
	text-transform: uppercase;
}

#shop-all {
	width: 16.6665%;
}

#shop-all .active {
	background-color: #22241E;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.navigation-bar {
	/* border: solid #e5e5e5;
	border-width: 1px 0; */
	text-align: center;
}

.navigation-set {
	height: 0;
	opacity: 0;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.expand-menu {
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); */
}

#mega_menu .expand-menu {
	position: absolute;
	width: 100%;
}

#mega_menu .expand-menu .nav-group-4 {
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#mega_menu .expand-menu .nav-item-4 {
	overflow: hidden;
}

.mega-menu-row span.second-level> a {
	color: #9E7E53;
	font-family: "Archivo Narrow", sans-serif !important;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding-bottom: 0.75rem;
	text-decoration: none;
	text-transform: uppercase;
}

.mega-menu-row span.third-level> a {
	color: #696969;
	font-family: "Arimo", sans-serif !important;
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}

.nav-group-2:hover {
	background-color: #3C4035;
}

.mega-menu-row span.second-level> a {
	color: #9E7E53;
	font-family: "Archivo Narrow", sans-serif !important;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding-bottom: 0.75rem;
	text-decoration: none;
	text-transform: uppercase;
}

.mega-menu-row span.third-level> a {
	color: #696969;
	font-family: "Arimo", sans-serif !important;
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}

.mega-menu-promo {
	bottom: 0;
	position: absolute;
	right: 1rem;
}

.nav-group-2:hover {
	background-color: #3C4035;
}

.nav-group-2:hover a:hover {
	color: #FFF !Important;
}

.nav-group-2> div {
	background-color: #262725;
	border-top: 1px solid #3D3F3B;
	display: block;
	font-size: 0.75rem;
	height: 4em;
	line-height: 4;
	list-style: none;
	margin: 0;
	padding: 0;
	/* position: relative; */
	position: static;
	text-align: left;
	white-space: nowrap;
}

a.nav-item-2 {
	color: #C1C3BD;
	display: block;
	letter-spacing: 0.1rem;
	padding: 0 1rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

a.nav-item-2 span {
	position: absolute;
	right: 1.5em;
}

.nav-group-2:first-child {
	border-top: 0;
}

.nav-item-3.nav-group-4 {
	height: 100%;
}

#js-navigation-bar li.level-2:hover .expand-menu {
	background-color: #FFF;
	display: block;
	left: 100%;
	max-width: 61rem;
	min-height: 432px;
	/* padding: 2rem 2rem 2rem 1rem; */
	padding: 2rem 8.5rem 2rem 1rem;
	position: absolute;
	top: 0;
}

ul#top-right-links a:hover {
	color: #FFF;
}

#js-navigation-bar .level-2 a {
	font-family: "Arimo", sans-serif;
}

#js-navigation-bar .level-3 a:hover {
	color: #9E7E53 !important;
}

#js-navigation-bar li.level-2:hover .expand-menu ul {
	display: block;
}

#js-navigation-bar .navigation-set li ul li.level-3:hover> span a {
	color: #9E7E53 !important;
}

#js-navigation-bar li.level-2:hover {
	background-color: #3C4035;
}

#js-navigation-bar .level-3 a:hover {
	/* color: #9e7e53 !important; */
}

.navigation-set li ul li ul li {
	height: 1rem;
	line-height: normal;
}

@media screen and ( min-width: 640px ) {

	.navigation-set {
		border-top: 1px solid #5B5C54;
		font-size: 0;
		height: 100%;
		margin: 0 auto;
		max-width: 1170px;
		opacity: 1;
		padding: 0;
		padding-top: 0.30rem;
		text-align: left;
	}
}

@media screen and ( min-width: 960px ) {

	#js-navigation-bar li.main-link {}
}

#js-navigation-bar li.spacer:after {
	color: #C1C3BD;
	content: "|";
	left: -0.2rem;
	position: absolute;
	top: -0.05rem;
}

.navigation-set li {
	display: inline-block;
	font-size: 0.75rem;
	height: 4em;
	line-height: 4;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.navigation-set li a {
	color: #FFF;
	display: block;
	/* border-right: 1px solid rgba(219, 219, 219, .7); */
	/* box-shadow: 1px 0 0 0 rgba(255, 255, 255, .7); */
	font-family: "Archivo Narrow", sans-serif;
	letter-spacing: 0.1rem;
	/* font-weight: 700; */
	padding: 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation-set> li:last-child a,
.navigation-set> li.last-child a {
	border-right: none;
	box-shadow: none;
}

.navigation-set li:hover> span a {
	color: #FFF;
}

#js-navigation-bar li.level-1:hover {
	background-color: #22241E;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#js-navigation-bar li.level-2 {
	background-color: #262725;
	border-top: 1px solid #3D3F3B;
}

#js-navigation-bar li:last-child.level-2 {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#js-navigation-bar .level-2 a span {
	position: absolute;
	right: 1.5em;
}


/* ------------------------ first sub-level ------------------------ */

.navigation-set li ul {
	display: none;
	font-size: 0.75rem;
	left: 0;
	line-height: 1.5;
	margin: 0;
	min-width: 100%;
	padding: 0;
	position: absolute;
	z-index: 999;
}

.navigation-set li:hover ul {
	/* background: #e5e5e5; */
	display: block;
}

.navigation-set li ul li {
	display: block;
	/* position: relative; */
	position: static;
}

.navigation-set li ul li a {
	border-right: none;
	box-shadow: none;
}

.navigation-set li ul li:hover> span a {
	/* background: #191A18; */
	/* #22241e */
}


/* ------------------------ second and subsequent sub-levels ------------------------ */

.navigation-set li:hover ul ul {
	display: none;
}

.navigation-set li ul li ul {
	display: none;
	left: auto;
	position: relative;
	top: auto;
	width: 100%;
}

.navigation-set li ul li:hover> ul {
	display: block;
}


/* ------------------------ horizontal-mega-menu ------------------------ */

.navigation-set.horizontal-mega-menu li ul li {
	display: inline-block;
	height: auto;
	vertical-align: top;
}

.navigation-set.horizontal-mega-menu li ul li ul {
	display: block;
	left: auto;
	position: relative;
	top: auto;
}

.navigation-set.horizontal-mega-menu li ul li ul li {
	display: block;
}


/* ------------------------ vertical-fly-out ------------------------ */

.vertical-fly-out li {
	display: block;
}

.vertical-fly-out li ul {
	left: 100%;
	top: 0;
}


/* ------------------------ single-navigation-column ------------------------ */

.single-navigation-column {
	display: inline-block;
	padding-right: 1rem;
	vertical-align: top;
}

.single-navigation-column li {
	display: block;
	font-size: 0.75rem;
	height: auto;
	line-height: 1.75;
}

.single-navigation-column .single-navigation-title {
	font-size: 1rem;
	font-weight: 700;
	height: 2em;
	line-height: 2;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.single-navigation-column li a {
	padding: 0;
}

.single-navigation-column li:hover> a {
	background: transparent;
	color: #7FDBFF;
}


/* ----------------------- Custom overrides ------------------------ */

ul#js-navigation-brand,
ul#js-navigation-learn {
	/* min-width: 1170px; */
	/* min-height: 250px; */
	background: #FFF;
	border-top: 1px solid #DEDEDE;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
	display: none;
	font-size: 0.75rem;
	height: auto !important;
	left: 0;
	line-height: 1.5;
	margin: 0;
	padding: 1rem 1rem 2rem;
	position: absolute;
	z-index: 999;
}

ul#js-navigation-brand li.level-2,
ul#js-navigation-learn li.level-2 {
	background: transparent !important;
	border: 0 !important;
	display: inline-block;
	/* width: 45% !important; */
	/* position: relative !important; */
	height: auto !important;
	vertical-align: top;
}

ul#js-navigation-brand li.level-2 a,
ul#js-navigation-learn li.level-2 a {
	color: #9E7E53;
	font-family: "Archivo Narrow", sans-serif !important;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
	padding-bottom: 0;
	text-transform: uppercase;
}

#js-navigation-brand ul.pt2,
#js-navigation-learn ul.pt2 {
	padding-top: 2rem !important;
}

ul#js-navigation-brand li.level-3,
ul#js-navigation-learn li.level-3 {
	background: transparent !important;
	border: 0 !important;
	display: block;
	/* position: relative !important; */
	/* width: 25%; */
	/* float: left; */
	line-height: 1.8;
}

ul#js-navigation-brand li.level-3 a,
ul#js-navigation-learn li.level-3 a {
	color: #696969;
	font-family: "Arimo", sans-serif !important;
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

#js-navigation-brand ul,
#js-navigation-learn ul {
	display: block;
}

li#shop-brand:hover #js-navigation-brand,
li#learn-from:hover #js-navigation-learn {
	display: block !important;
}

#js-navigation-brand li:hover> span a,
#js-navigation-learn li:hover> span a {
	/* color: #747474; */
}

ul#js-navigation-learn {
	left: 0;
	min-width: initial;
	width: auto;
}


/* ------------------------ mobile off-canvas navigation ------------------------ */

.mobile-menu {
	-webkit-backface-visibility: hidden;
	/* improves performance issues on mobile */
	background: #262725;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	/* enables momentum scrolling in iOS overflow elements */
	-webkit-perspective: 1000;
	/* improves performance issues on mobile */
	position: fixed;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9999;
}

#js-mobile-navigation .dd-icon,
#js-mobile-navigation .l-icon {
	display: none;
}

.mobile-menu-top,
.mobile-menu-bottom {
	height: 100%;
	left: 0;
	width: 100%;
}

.mobile-menu-top {
	top: -100%;
}

.mobile-menu-top-open .mobile-menu-top {
	top: 0;
}

.mobile-menu-right,
.mobile-menu-left {
	height: 100%;
	top: 0;
	width: 18rem;
}

.mobile-menu-right {
	right: -16rem;
}

.mobile-menu-right-open .mobile-menu-right {
	right: 0;
}

.mobile-menu-bottom {
	bottom: -100%;
}

.mobile-menu-bottom-open .mobile-menu-bottom {
	bottom: 0;
}

.mobile-menu-left {
	left: -18rem;
}

.mobile-menu-left-open .mobile-menu-left {
	left: 0;
}

.mobile-menu-header {
	border-bottom: 1px solid #666;
	color: #F1F1F1;
	font-size: 1rem;
	line-height: 3;
	margin: 0;
	overflow: hidden;
	padding: 0 1rem;
	text-align: center;
	vertical-align: middle;
}

.mobile-menu-header .close-mobile-menu {
	display: inline-block;
	float: right;
	font-size: 2rem;
	line-height: 1.5;
	opacity: 0.50;
	text-decoration: none;
	vertical-align: middle;
}

/* ------------------------ Site Overlay ------------------------ */

.site-overlay {
	background: transparent;
	display: none;
}

.mobile-menu-active .site-overlay {
	background: rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}


/* ------------------------ Menu Appearance ------------------------ */

.mobile-navigation-bar .column {
	color: #2B2B2B;
	cursor: pointer;
	line-height: 2.50rem;
	text-transform: uppercase;
}

@media only screen and ( max-width: 864px ) {

	.mobile-navigation-header {
		background-color: #141512;
		color: #E0E3DA;
		height: 5.5rem;
		line-height: 3rem;
		text-align: center;
		vertical-align: middle;
	}

	.mobile-navigation-header a {
		color: #E0E3DA;
		cursor: pointer;
		display: block;
		font-size: 1.75rem;
		height: 100%;
		line-height: 1;
		padding: 1rem 0.4rem;
		/* vertical-align: middle; */
		text-decoration: none;
	}

	.mobile-navigation-header a span {
		font-size: 1.75rem;
		position: relative;
	}

	.mobile-navigation-header .basket-count {
		right: -100%;
		top: -50%;
	}

	.mobile-navigation-header a small {
		display: inline-block;
		font-size: 0.625rem;
		width: 100%;
	}

	#js-mobile-navigation .next {
		font-size: 1rem !important;
	}

	.mobile-navigation-search {
		margin: 0;
	}

	.mobile-navigation-search input[ type="search" ] {
		border-color: transparent;
	}

	.mobile-navigation-search .button *[ data-icon ] {
		margin: 0;
	}

	.mobile-navigation {
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: transparent;
		width: 200%;
	}

	.mobile-navigation ul {
		display: block;
		float: left;
		height: 100%;
		opacity: 1;
		overflow: hidden;
		position: relative;
		table-layout: auto;
		-webkit-tap-highlight-color: transparent;
		text-align: left;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		width: 50%;
		z-index: 0;
	}

	.mobile-navigation ul li> ul {
		display: none;
	}

	.mobile-navigation ul li {
		background: #262725;
		border-bottom: 1px solid #353634;
		display: table;
		overflow-x: hidden;
		width: 100%;
	}

	.mobile-navigation ul li span {
		border: none;
		color: #E0E3DA;
		cursor: pointer;
		display: inline;
		font-size: 0.75rem;
		line-height: 3.50rem;
		min-height: 3.50rem;
		overflow: hidden;
		padding: 0;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
		width: 100%;
	}

	.mobile-navigation ul li span.parent {
		display: table-cell;
		width: 80%;
	}

	.mobile-navigation ul li span.next {
		/* border-left: 1px solid #444; */
		display: table-cell;
		font-weight: normal;
		text-align: center;
		width: 20%;
	}

	.mobile-navigation ul li span.next:active {
		background: transparent;
	}

	.mobile-navigation ul li span.back {
		max-width: none;
	}

	.mobile-navigation ul li span a {
		background: none;
		border: 0 none;
		box-shadow: none;
		color: #E0E3DA;
		cursor: pointer;
		display: inline-block;
		font-size: 0.9rem;
		font-weight: 500;
		line-height: 1.5;
		overflow: hidden;
		padding-left: 1rem;
		text-decoration: none;
		text-transform: capitalize;
		vertical-align: middle;
		white-space: normal;
		width: 100%;
	}

	.mobile-navigation ul li:hover> ul {
		display: none;
	}

	.mobile-navigation ul li:hover> span,
	.mobile-navigation ul li:hover> span a {
		background-color: transparent;
		box-shadow: none;
	}

	.mobile-navigation ul li:hover> span:active {
		background-color: transparent;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.mobile-navigation ul.hide {
		margin-left: -50%;
		overflow: hidden;
		white-space: nowrap;
	}

	.mobile-navigation ul.hide li,
	.mobile-navigation ul.hide li span {
		overflow: hidden;
	}

	.mobile-navigation .navigation-trail {
		height: 3.50rem;
	}

	.mobile-navigation .navigation-trail span {
		cursor: default;
		display: table-cell;
		font-size: 0.75rem;
		line-height: 1.5;
		padding: 0 1rem;
		text-align: left;
		text-indent: 0;
		vertical-align: middle;
	}
}


/* Mobile Header classes */

@media only screen and ( max-width: 768px ) {

	img.masthead-logo {
		/* max-height: 70px; */
		height: 100%;
	}
}


/* Tablet Header classes */

@media only screen and ( min-width: 768px ) and ( max-width: 959px ) {

	li.level-1.toggle-slide-left {
		color: #C1C3BC;
		font-weight: bold;
	}

	li.level-1.toggle-slide-left span[ data-icon ] {
		display: inline-block;
		font-size: 1.75rem;
		height: 1.75rem;
		line-height: normal;
	}

	li.level-1.toggle-slide-left span {
		vertical-align: middle;
	}
}


/* Sprites */

span.l-icon {
	background: url(/images/nav-sprites.png) no-repeat;
	display: inline-block;
	height: 22px;
	left: 0;
	margin-right: 0.875rem;
	position: relative !important;
	vertical-align: middle;
	width: 23px;
}

span.l-muzzleloading {
	background-image: url(/images/muzzleloading.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 23px;
	width: 23px;
}

span.l-bows {
	background-position: -22px 0;
}

span.l-bowfishing {
	background-position: -49px 0;
}

span.l-hunting {
	background-position: -124px 0;
}

span.l-primitives {
	background-position: -150px 0;
}

span.l-targets {
	background-position: -175px 0;
}

span.l-youth {
	background-position: -198px 0;
}

span.l-books-dvds {
	background-position: -75px 0;
}

span.l-shooting-gear {
	background-position: -100px 0;
}

span.l-trading-post,
span.l-gift-ideas {
	background: transparent;
	line-height: normal;
}


/* Expanded Menu */

.expand-menu li.level-3 {
	display: inline-block;
	vertical-align: top;
}

.expand-menu li.level-3 a {
	color: #9E7E53;
	font-family: "Archivo Narrow", sans-serif !important;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0.75rem;
}

.expand-menu li.level-4 a {
	color: #696969;
	font-family: "Arimo", sans-serif !important;
	font-size: 0.875rem;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

.expand-menu li.level-4 {
	margin: 0 0 0.5rem;
}

#js-navigation-bar li.level-2:hover .expand-menu .mm-promo-image {
	display: block;
}

.mm-promo-image {
	bottom: 0;
	display: none;
	position: absolute;
	right: 0;
}


/*
------------------------ =MAIN ------------------------ */

.main-content {
	background: #FFF;
	/* margin-top: 0.50rem; */
	/* padding: 1rem 0; */
}

.hdft-header,
.hdft-footer,
.prod-ctgy-hdft-header,
.prod-ctgy-hdft-footer,
.content-item,
.page-title {
	clear: both;
}


/*
	------------------------ =COLUMN-LEFT ------------------------ */

.column-left {}

.single-column .column-left {
	display: none;
}


/* ------------------------ category tree navigation ------------------------ */

.category-tree {
	font-size: 0.875rem;
	margin-bottom: 3rem;
	margin-top: 0.5rem;
}

.category-tree h5 {
	background-color: #262725;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #E0E3DA;
	font-size: 0.875rem;
	font-weight: normal;
	padding: 0.85rem 1.25rem;
}

.category-tree ul {
	background-color: #F3F5F2;
	padding: 0.5rem 1.25rem;
}

.category-tree ul ul {}

.category-tree ul li {
	list-style: none;
}

.category-tree .level-1 {
	font-weight: 700;
	line-height: 2.5;
	text-transform: uppercase;
}

.category-tree .level-2,
.category-tree .level-3,
.category-tree .level-4 {
	font-size: 0.75rem;
	line-height: 2;
	padding-left: 1.50rem;
}

.category-tree .level-3 {
	padding-left: 2rem;
}

.category-tree .level-4 {
	padding-left: 2.50rem;
}

.category-tree a {
	color: #333;
	display: block;
	text-decoration: none;
}

.category-tree a span {
	display: inline-block;
	font-size: 1rem;
}

.category-tree a:hover {
	color: #353733;
}


/*
	------------------------ =COLUMN RIGHT ------------------------ */

.column-right {
	min-height: 30rem;
}

.single-column .row .column-right {
	border: none;
	left: auto;
	width: 100%;
}


/* ------------------------ page titles ------------------------ */

.page-title {
	border-bottom: 1px solid #DDD;
	margin-bottom: 0.50rem;
	text-transform: none;
}


/* ------------------------ breadcrumbs ------------------------ */

.breadcrumbs {
	clear: both;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 0.50rem;
}

@media only screen and ( min-width: 768px ) {

	.breadcrumbs {
		line-height: 2;
	}
}

.page-title+ .breadcrumbs {
	margin-top: -0.30rem;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs a {
	margin: 0 0.50rem;
	text-decoration: none;
}

.breadcrumbs li:first-child a {
	margin-left: 0;
}

.breadcrumbs .current-item {
	color: #333;
	/* font-weight: 700; */
	margin: 0 0.50rem;
}


/*
------------------------ =BOTTOM WRAP ------------------------ */

.bottom-wrap {
	clear: both;
	/* important - do not remove */
	height: 0;
}


/*
------------------------ =FOOTER ------------------------ */

.footer {
	font-size: 0.875rem;
}

.footer ul li {
	list-style: none;
}

.footer ul li a {
	color: #ECE7DE;
	font-size: 0.8125rem;
	text-decoration: none;
}

#js-learn-experts {
	font-size: 0.875rem;
	margin: 0;
}

#js-learn-experts h3 {
	color: #9E7E53;
	font-size: 1.25rem;
	letter-spacing: 0.1rem;
}

#js-learn-experts h5 {
	color: #696969;
	font-size: 1.125rem;
	line-height: 1.25;
	margin: 0;
}

#js-about-us {
	color: #696969;
	font-size: 1rem;
	line-height: 1.8rem;
	margin: 2rem 0 0;
}

#js-about-us h1,
#js-learn-experts h2 {
	color: #353733;
	font-size: 2rem;
	letter-spacing: 0.15rem;
	line-height: 1.75rem;
}

#js-about-us .sub-head {
	color: #7C8077;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.25rem;
}

#js-about-us .wrap {
	max-width: 924px;
}


/* ------------------------ top-footer-row ------------------------ */

.top-footer-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.23);
	box-shadow: 0 1px 0 0 rgba(228, 248, 255, 0.23);
	line-height: 4.25;
	padding: 0.50rem 0;
}


/* ------------------------ global-newsletter-form ------------------------ */

.global-newsletter-form {}

input[ type="email" ].input-email {
	background: #F1EFEA;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	display: inline-block;
	font-size: 1rem;
	height: 3.25em;
	padding: 1rem;
}

input[ type="submit" ].input-submit {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #36332E;
	display: inline-block;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	height: 3.25em;
	line-height: 1;
	padding: 1rem;
}

.global-newsletter-form .message {
	bottom: 0;
	display: none;
	left: 0;
	line-height: 2.75;
	margin: 0;
	position: absolute;
	width: 100%;
}

#js-newsletter {
	padding: 2rem 0;
}

#js-newsletter h2 {
	letter-spacing: 0.15rem;
}

#js-newsletter .newsletter-text {
	font-size: 0.9375rem;
}

#js-newsletter img {
	margin: -2px 15px 0px 0px;
}


/* Get the newsletter divider */

.newsletter-text {
	position: relative;
}

.newsletter-text:before {
	left: -1rem;
	top: 0rem;
}

.newsletter-text:after {
	left: -1rem;
	top: 0rem;
}

.newsletter-text:before,
.newsletter-text:after {
	background: #7E7E7E;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 1px;
}

@media screen and ( min-width: 100px ) and ( max-width: 762px ) {

	.newsletter-text:before,
	.newsletter-text:after {
		background: #FFF;
	}
}

@media screen and ( min-width: 768px ) and ( max-width: 960px ) {}


/* ------------------------ footer-social ------------------------ */

.footer-social {}

.footer-social strong {
	font-size: 0.875rem;
}

.footer-social a {
	display: inline-block;
	height: 2rem;
	line-height: 2;
	margin-left: 0.25rem;
	text-align: center;
	vertical-align: middle;
	width: 2rem;
}

#global-footer-icons a {
	text-decoration: none;
}

#global-footer-icons a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* ------------------------ bottom-footer-row ------------------------ */

.bottom-footer-row {
	padding: 0.75rem 0;
}

.bottom-footer-row h5 {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 400;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.bottom-footer-row ul {
	margin-bottom: 1rem;
}

.bottom-footer-row a {
	color: #FFF;
	display: block;
	font-size: 0.75rem;
	line-height: 2;
	text-decoration: none;
}

.bottom-footer-row a:hover {
	text-decoration: underline;
}

.footer-trust-box img {
	margin-bottom: 0.50rem;
}


/*
------------------------ =DISCLAIMERS ------------------------ */

.disclaimers {
	clear: both;
	font-size: 0.75rem;
	padding: 2.5rem 1rem 1rem;
}

.disclaimers a {
	/* text-decoration: none; */
}

.disclaimers a:hover {
	color: #FFF;
}

@media screen and ( max-width: 640px ) {

	.disclaimers {
		/* background: #ddd;
			border-top: 1px solid #727c85; */
		padding: 2rem 0;
	}
}


/*
------------------------ =MOBILE FOOTER ------------------------ */

.mobile-footer {
	bottom: 0;
	box-shadow: 0 -2px 4px 2px rgba(51, 51, 51, 0.2);
	height: 3rem;
	line-height: 3rem;
	position: fixed;
	width: 100%;
}

div#mbl-top-footer .button {
	border-bottom: 3px solid #2F312E;
	height: 3rem;
	line-height: normal;
	padding: 1rem;
}

.mobile-footer div {
	border-left: 1px solid #545454;
	color: #FFF;
	cursor: default;
	font-size: 0.75rem;
	height: 100%;
	line-height: 1;
	padding-top: 0.625rem;
}

.mobile-footer div:first-child {
	border: none;
}

.mobile-footer a {
	color: #FFF;
	display: block;
	text-decoration: none;
}

.mobile-footer span {
	font-size: 1rem;
}

.mobile-footer small {
	display: inline-block;
	font-size: 0.625rem;
	width: 100%;
}


/* ------------------------ mobile-footer-links ------------------------ */

.mobile-footer-links ul {
	max-height: 90%;
	width: 100%;
}

.mobile-footer-links ul li {
	border-bottom: 1px solid #666;
	display: table;
	line-height: 2.50rem;
	width: 100%;
}

.mobile-footer-links ul li a {
	color: #F1F1F1;
	cursor: pointer;
	display: block;
	font-size: 0.75rem;
	overflow: hidden;
	padding: 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: normal;
}

.list-type a {
	font-size: 1.5rem;
	line-height: normal;
	text-decoration: none;
}

.view-sort {
	/* margin-left: 1.5rem; */
	padding: 0.75rem;
}

.sorting select#Sort_By,
.per-page select#Per_Page {
	background-color: #FFF;
	border: 1px solid #E7E9E3;
	border-radius: 4px;
	height: 2rem;
}

#global-footer-icons i.fa {
	display: inline-block;
	font-size: 1rem;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	width: 24px;
}

.global-newsletter-form input[ type="submit" ] {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #36332E;
	display: inline-block;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	height: 3.25em;
	line-height: 1;
	padding: 1rem;
}

#js-newsletter i.fa {
	height: 26px;
	line-height: 1.15rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 24px;
}

#js-newsletter h2 {
	font-size: 1.3rem;
	line-height: 2;
	margin: 0;
	position: relative;
}


/* #js-newsletter h2:after {
    background-color: #7e7e7e;
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    content: '';
    top: -6px;
    right: 12px;
} */

.footer-box-content,
#global-footer-icons {
	line-height: 1.8rem;
}

#footer-catalog .footer-box-content {
	line-height: 1.5rem !important;
}


/* Mobile Changes */

span.mobile-toggle-text {
	font-size: 0.75rem !important;
	/* color: #fff; */
	font-weight: bold;
	line-height: 3.5;
	margin-left: -0.5rem;
}

#js-mobile-toggle-button span {
	color: #B1B1B1;
	width: auto;
}

.mobile-logo {
	margin-left: -1rem;
}


/* yotta styles interfering with some blog stuff, fixing */

#js-WRDPRESS .primary-sidebar {
	float: none;
	font-size: inherit;
	width: auto;
}


#fc_frame {
	/* bottom: 35px !important; */
	z-index: 214748360 !important;
}

.fc-open {
	bottom: -25px !important;
}

/* Cookies */

.popUpCookies{
	background: rgba(34, 36, 30, 0.9);
	color: #FFF;
	position: fixed;
	z-index: 999999999;
}

@media screen and ( min-width: 676px ) {

	.popUpCookies {
		bottom: 20px;
		font-size: 15px;
		padding: 30px;
		right: 100px;
		width: 400px;
	}
}

@media screen and ( max-width: 676px ) {

	.popUpCookies {
		bottom: 0;
		font-size: 12px;
		padding: 8px;
	}
}

.popUpCookies .center {
	margin: 0 auto;
	text-align: center;
}

.popUpCookies a {
	text-decoration: none;
}

.popUpCookies a:hover {
	color: #FFF;
	text-decoration: underline;
}

.popUpCookies .link {
	padding-top: 15px;
}
