/*Header Style*/
.DropDown.Large .subnav {
	position: relative !important;
	background-color: #e9e8e3;
}

	.DropDown.Large .subnav li ul {
		position: absolute !important;
		background: linear-gradient( 63deg, rgba(154,116,41,1) 33%, rgba(187,142,50,1) 100%) !important;
		width: 100% !important;
		left: 0;
		right: 0;
		transition: background-color 0.5s ease;
	}

	.DropDown.Large .subnav .HasSubnav {
		float: left;
		position: unset !important;
	}

	.DropDown.Large ul.topnav > .subnav > li > ul.subnav li a {
		padding: 0;
		margin: 0;
	}

@media (max-width: 1200px) {
	.DropDown.Large ul.topnav > .subnav > li > ul.subnav li a {
		font-size: 12px;
	}
}

.DropDown.Large ul.topnav > .subnav > li a:hover {
	text-decoration: underline;
}

.subnav li img {
	display: none;
}

.subnav li ul li img {
	display: inline-block !important;
	width: 55px;
	height: 55px;
	padding: 5px;
	margin-right: 10px;
	border-radius: 100% !important;
}

.ShellHeader .topnav a {
	padding: 5px 15px !important;
	text-transform: uppercase;
	font-size: inherit;
	border-left: unset !important;
}

.store-navigation ul li.Expanded {
	transition: unset !important;
}

.store-navigation ul li.Expanded {
	background: linear-gradient( 63deg, rgba(154,116,41,1) 33%, rgba(187,142,50,1) 100%) !important;
	color: #FFF !important;
	transition: background-color 0.5s ease;
}

.CustomSideBarContent .DropDown.Small ul.topnav div.icon-menu:before {
	content: '';
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transform: translate(-50%, -50%) rotate( -45deg );
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate( -45deg );
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
/*Header Style*/

/*Center Content*/
.ShellMainContent .Center {
	max-width: unset !important;
	width: 100% !important;
	float: left;
	clear: both;
}


.ShellStoreMainContent {
	float: right;
	width: 70% !important;
}
/*Center Content*/

/*Sadebar Style*/

.CustomSideBarContent .sidebarnav a:hover {
	text-decoration: underline;
}

.SideBarShowHide span i {
	padding: 15px;
	background: linear-gradient( 63deg, rgba(154,116,41,1) 33%, rgba(187,142,50,1) 100%);
	color: #FFF;
	font-size: 20px;
	margin-top: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

	.SideBarShowHide span i:hover {
		cursor: pointer;
	}

.SideBarShowHide.open {
	margin-left: 250px;
}

.SideBarShowHide {
	display: none;
}

	.SideBarShowHide.open span i {
		transform: rotate(180deg);
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

@media (max-width: 1200px) {
	.DropDown.Large nav ul li a {
		padding: 15px 15px;
	}

	.HeaderTop .ShellSearch .SearchControls {
		width: 250px;
	}
}

@media (min-width: 1090px) {
	.CustomSideBarContent {
		display: block !important;
	}

	.ShellSideBar {
		float: left;
		background-color: #FFF;
		margin-right: 15px;
		width: 300px;
		padding: 20px 5px;
		bottom: 0;
		top: 0;
	}
}

@media (max-width: 1090px) {
	.SideBarShowHide {
		display: inline-block;
	}

	.ShellStoreMainContent {
		width: 99% !important;
	}

	.SideBarShowHide span i {
		display: block;
	}

	.CustomSideBarContent {
		background-color: #FFF;
		display: none;
		-o-transition: all .25s ease;
		position: absolute;
		transition: all .25s ease;
		width: 290px;
		z-index: 1000;
	}

		.CustomSideBarContent > ul > li > ul {
			z-index: 1;
		}

	.ShellStoreMainContent, div#ctl00_Store_content_Store_content, .Center > .Info {
		width: 100%;
		margin-left: 5px;
	}
}

.ShellSideBar {
	float: left;
	margin-top: 25px;
	margin-right: 15px;
}

.CustomSideBarContent .sidebarnav, .CustomSideBarContent .sidebarnav > ul.subnav {
	display: block !important;
	background-color: #e9e8e3;
	color: #000;
	max-width: 333.333px;
}

.CustomSideBarContent .DropDown.Small ul.topnav a {
	color: #000;
	padding: 4px 15px;
}

/*Sidebar Style*/

.btn-default, .btn-primary {
	color: #fff;
	background: #BB8E32;
}

	.btn-default:hover, .btn-primary:hover {
		background: transparent !important;
		color: #222 !important;
	}

.AddToCartQuantityTextBox {
	margin-right: 3px !important;
}

.ShellMainContent .Center {
	max-width: 1200px;
	margin: 0px auto;
	min-height: 500px;
	padding: 0 5px;
}

.ShellMainContent {
	margin: 10px 0;
	float: left;
	width: 100%;
}

a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
	box-shadow: none;
}

header *, footer * {
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-locale: auto;
}

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

body {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 15px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
/* Header */
.bg-black, .background-black {
	background-color: #353435;
}

.padding-10px-tb {
	padding-top: 10px;
	padding-bottom: 10px;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

a.text-link-white-2, a.text-link-white-2 i {
	color: #ffffff;
}

.margin-two-half-lr {
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.separator-line-verticle-extra-small {
	width: 1px;
	height: 8px;
}

.display-inline-block {
	display: inline-block !important;
}

a:hover, a:active {
	text-decoration: none;
}

a.text-link-white-2:hover, a.text-link-white-2:hover i, a.text-link-white-2:focus, a.text-link-white-2:focus i {
	color: #BB8E32;
}

.position-relative {
	position: relative !important;
}

.display-inline-block {
	display: inline-block !important;
}

.margin-two-half-lr {
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.vertical-align-middle {
	vertical-align: middle;
}

.separator-line-verticle-extra-small {
	width: 1px;
	height: 8px;
}

.bg-dark-gray {
	background-color: #695b40;
}

.justify-content-md-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

header nav.navbar-default, nav.navbar.bootsnav {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #eae8e3;
	background-color: transparent !important;
}

header nav .nav-header-container {
	vertical-align: middle;
	position: relative;
	margin: 0 auto;
}

.col-auto.pl-lg-0 {
	max-width: 250px;
	float: left;
}

header a.logo img {
	max-height: 80px;
	margin: 15px 0 20px;
}

.col.accordion-menu.pr-0.pr-md-3 {
	text-align: right;
	float: right;
}

header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a {
	/* color: #232323; */
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
}

nav.navbar.bootsnav ul.nav > li > a {
	color: #6f6f6f;
	background-color: transparent !important;
	font-weight: 800;
	margin: 0 20px;
	text-transform: uppercase;
}

	nav.navbar.bootsnav ul.nav > li > a.btn-cta {
		border: 2px solid #BB8E32;
		color: #fff;
		padding: 10px 20px;
		border-radius: 2px;
		font-weight: 400;
		font-size: 17px;
		background: rgb(154,116,41);
		background: linear-gradient( 63deg, rgba(154,116,41,1) 33%, rgba(187,142,50,1) 100%);
		margin-top: 30px;
	}

		nav.navbar.bootsnav ul.nav > li > a.btn-cta:hover, nav.navbar.bootsnav ul.nav > li > a.btn-cta:focus {
			background: transparent !important;
			color: #353435;
		}
/* collepsed menu icon */
.navbar-default .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light .navbar-toggler .icon-bar, header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
	background: #232323;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 4px;
	}

.navbar-default.white-link .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark-transparent .navbar-toggler .icon-bar {
	background: #fff;
}


/* Footer */
.scroll-top-arrow, .scroll-top-arrow:focus {
	color: #fff;
	background: #878787;
	line-height: 28px;
	display: none;
	height: 30px;
	width: 30px;
	padding: 0;
	position: fixed;
	right: 45px;
	text-align: center;
	text-decoration: none;
	top: 91%;
	z-index: 10006;
	border-radius: 100%;
}

	.scroll-top-arrow:hover {
		background: #000;
		opacity: .8;
		color: #fff;
		border-color: #521114
	}

	.scroll-top-arrow i {
		line-height: 30px;
		position: relative;
	}

footer {
	background-color: #353435;
	padding: 50px 0;
	color: #cdc8c0;
}

	footer a {
		color: #cdc8c0;
	}

		footer a:hover, footer a:focus {
			color: #ffffff;
		}

.footer-logo {
	max-height: 28px;
}

.ShellFooter {
	float: left;
	width: 100%;
}
/* footer input */
footer input::-webkit-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 400;
	opacity: 1;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-color-dark-gray {
	border-color: #695b40 !important;
}

.padding-one-top {
	padding-top: 1%;
}

.text-small {
	font-size: 12px;
	line-height: 20px;
}

.text-center {
	text-align: center !important;
}

footer input::-moz-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 400;
	opacity: 1;
}

.widget-title, .widget-title a {
	letter-spacing: .5px;
	color: #fffaf2;
	font-size: 20px;
	font-weight: 500;
}

footer a {
	color: #cdc8c0;
}

footer input:-ms-input-placeholder {
	color: #6f6f6f;
	text-overflow: ellipsis;
	font-size: 11px;
	font-weight: 400;
	opacity: 1;
}

footer .newsletter input {
	color: #6f6f6f;
	letter-spacing: normal;
}

.float-left {
	float: left !important;
}

.w-50 {
	width: 50% !important;
}

.margin-15px-bottom {
	margin-bottom: 15px;
}

.padding-30px-bottom {
	padding-bottom: 30px;
}

.line-height-30 {
	line-height: 30px;
}

.ShellStoreNav.Center {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #e9e8e3;
	padding: 0;
	height: 45px;
}

nav.store-navigation ul {
	padding: 0;
}

	nav.store-navigation ul li {
		display: inline-block;
		list-style: none;
		float: unset !important;
	}

		nav.store-navigation ul li a {
			padding: 2px 3px;
			margin: 8px 0;
			display: block;
			color: #000;
		}
.Tabs.DropDown.Large nav.store-navigation > ul > ul > li:first-child > a {
	border-left: 0;
}

.store-navigation ul li.Expanded > a {
	color: #FFF;
}

.DropDown ul.topnav > .subnav {
	display: block !important;
	width: 100%;
	text-align: center;
}

.DropDown.Large ul.topnav > .subnav > li > ul.subnav {
	width: 200px;
	margin-top: 50px;
	background-color: #000;
	color: #FFF;
}

	.DropDown.Large ul.topnav > .subnav > li > ul.subnav li {
		width: 33.333333%;
	}

		.DropDown.Large ul.topnav > .subnav > li > ul.subnav li > a {
			color: #FFF;
			padding: 10px;
			width: 100%;
		}

.DropDown ul.topnav > .subnav > li > ul.subnav {
	width: 100%;
	text-align: none;
}

.DropDown.Small .MenuButton {
	display: block;
	cursor: pointer;
	background: rgb(154,116,41);
	background: linear-gradient( 63deg, rgba(154,116,41,1) 33%, rgba(187,142,50,1) 100%);
	margin-top: 30px;
	color: #FFF;
	max-width: 128px;
	text-transform: uppercase;
	padding: 10px 5px;
}

	.DropDown.Small .MenuButton .fa {
		margin-left: 5px;
	}

.DropDown.Small ul.topnav {
	background-color: #222;
	z-index: 0;
}

	.DropDown.Small ul.topnav .subnav {
		width: 100%;
	}

.latest-post li { /*display: table;*/
	padding: 15px 0;
}

.DropDown.Small ul.topnav .subnav > li {
	border-bottom: 1px solid #FFF;
}

	.DropDown.Small ul.topnav .subnav > li > ul li {
		border: none;
	}

.DropDown.Small ul.topnav div.icon-menu {
	float: right;
	display: block;
	color: #FFF;
	font-size: 20px;
	margin-top: 7px;
	margin-right: 5px;
}

.DropDown.Small ul li a {
	color: #FFF;
}

aside .latest-post li {
	padding: 9px 0 10px;
}

	aside .latest-post li:last-child {
		padding-bottom: 0;
	}

.latest-post li:first-child {
	padding-top: 0
}

.latest-post li:last-child {
	border-bottom: none
}

.latest-post li figure { /*height:33px;*/
	width: 60px;
	float: left
}

.latest-post li figure, footer .latest-post li div { /*display: table-cell; vertical-align: top;*/
	margin-bottom: 0;
}

aside .latest-post li figure {
	width: 75px;
}

.latest-post li div {
	line-height: normal;
	padding-left: 22px;
	position: relative;
	top: -1px;
}

.latest-post li figure:hover img, .latest-post li figure:focus img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}


/* Responsive */
@media (max-width: 1200px) {
	.Tabs.DropDown.Large nav.store-navigation > ul > ul > li > a {
		font-size: 12px;
		padding: 2px 4px;
	}
}

@media (min-width: 1024px) {
	nav.navbar.bootsnav ul.nav > li > a {
		padding: 40px 15px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991px) {
	.justify-content-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	nav.navbar.bootsnav .navbar-collapse.collapse {
		display: none !important;
	}

		nav.navbar.bootsnav .navbar-collapse.collapse.in, nav.navbar.bootsnav .navbar-collapse.collapse.show {
			display: block !important;
		}

	.navbar-collapse {
		padding: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		backface-visibility: hidden;
		max-width: 450px;
		right: 0;
		z-index: 1;
	}

	nav.navbar.bootsnav .navbar-nav {
		margin: 0;
		padding: 0;
		background-color: rgba(23, 23, 23, 0.95);
		padding-right: 1px;
	}

		nav.navbar.bootsnav .navbar-nav li, nav.navbar.bootsnav li.dropdown ul.mega-menu-full li.dropdown-header {
			display: block;
			clear: both;
			/* border-bottom: 1px solid rgba(255, 255, 255, 0.06); */
			border-top: 0;
		}

	.navbar-nav li > a, nav.navbar.navbar-default ul.nav > li > a, header .navbar-nav li > a {
		color: #fff;
		border-bottom: solid 1px #e0e0e0;
		margin: 0;
		text-align: left;
	}

	nav .accordion-menu {
		padding: 50px 15px 26px 15px;
	}

	.navbar-toggler {
		border-radius: 0;
		margin-right: 0;
		float: right;
		border: none;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
	}

	nav.navbar.bootsnav .navbar-toggler {
		display: inline-block;
		float: right;
		margin-right: 0;
		margin-top: 0px;
		padding: 0;
	}

	[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
		cursor: pointer;
	}

	nav.navbar.bootsnav ul.nav > li > a.btn-cta {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	header a.logo img {
		max-height: 40px;
	}

	.no-mobile {
		display: none !important;
	}

	nav .accordion-menu {
		padding: 30px 15px 26px 15px;
	}
}
