@font-face {
	font-family: 'Redonda';
	src: url('fonts/ClashDisplay-Regular.otf') format('truetype')
}

@font-face {
	font-family: 'RedondaRegular';
	src: url('fonts/ClashDisplay-Regular.otf') format('opentype')
}

@font-face {
	font-family: 'RedondaLight';
	src: url('fonts/ClashDisplay-Light.otf') format('opentype')
}

@font-face {
	font-family: 'RedondaExtraBold';
	src: url('fonts/ClashDisplay-Bold.otf') format('opentype')
}

body {
	background: rgba(233,233,233,1);
}

select {
	font-family: 'RedondaExtraBold';
	border-radius: 0;
}

button {
	-webkit-appearance: none;
	border: none;
	padding: 7px;
	transition: 0.1s
}

h1,.h1 {
	font-size: 2.5em;
	font-family: 'RedondaExtraBold';
}

h2,.h2 {
	font-size: 2.2em;
	font-family: 'RedondaExtraBold';
}

h3,.h3 {
	font-size: 1.8em;
	font-family: 'RedondaExtraBold';
}

h4,.h4 {
	font-size: 1.2em;
	font-family: 'RedondaExtraBold';
}

.form-control {
	border-radius: 0;
}

.about-icon {	
	filter: invert(27%) sepia(0%) saturate(2878%) hue-rotate(346deg) brightness(20%) contrast(97%);
}

.btn-standard {
	color: rgba(33,37,41,1);
	font-family: 'Redonda';
	text-transform: uppercase;
	background-color: #fff;
	border: 2px solid rgba(33,37,41,1);
	border-radius: 0;
	width: 100%;
	height: 49px;
	padding: 10px;
	margin-left: 30px;
}

.btn-standard:hover {
	color: rgba(118,167,98,1);
	background-color: rgba(33,37,41,1);
	transition: 0.1s
}

.btn-standard-reverse {
	color: rgba(118,167,98,1);
	font-family: 'Redonda';
	text-transform: uppercase;
	background-color: rgb(33,37,41);
	border: 2px solid rgba(118,167,98,1);
	border-radius: 0;
	width: 100%;
	height: 49px;
	padding: 10px;
}

.btn-standard-reverse:hover {
	color: #fff;
	background-color: rgba(118,167,98,1);
	transition: 0.1s
}

.sort-btn {
	color: #fff;
	font-family: 'Redonda';
	background-color: rgba(33,37,41,1);
	border-radius: 0;
	margin-top: 10px;
	width: 100%
}

.sort-btn:hover {
	background-color: rgba(118,167,98,1);
	transition: 0.1s;
}

.sort-select {
	font-family: 'RedondaExtraBold';
	border-radius: 0
}

.btn-favs {
	border:0;
	padding:0;
	margin:0;
	background-color: #fff;
	position: relative;
	top: -475px;
	right: -460px
}

.favourite-icon {
	font-size: 4em;
}

.standard-dropdown {
	height: 48px;
	padding:10px;
	border-color: #333
}

a {
	text-decoration: none;
	color: rgba(33,37,41,1);
}

a:hover {
	text-decoration: none;
	color: rgba(118,167,98,1);
}

h1,h2,h3,h4,h5 {
	font-family: 'RedondaExtraBold';
}

input[type='checkbox'] {
	-webkit-appearance: none;
	background-color: #888;
	border: 1px solid #cacece;
	width: 50px;
	height: 50px;
	padding: 9px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
}

.checkbox label:before {
	border: 1px solid #333;
	width: 50px;
	height: 50px;
	border-radius: 0;
}

input[type='checkbox']:hover {
	background-color: rgba(118,167,98,.8);
	border: 3px solid rgba(34,38,33,1);
	color: #99a1a7;
}

input[type='checkbox']:active {
	background-color: rgba(118,167,98,.5);
	border: 1px solid rgba(34,38,33,1);
	color: #99a1a7;
}
	
input[type='checkbox']:checked {
	background-color: rgba(118,167,98,1);
	border: 2px solid rgba(34,38,33,1);
	color: #99a1a7;
}

input[type='text']:focus,input[type='email'],input[type='password']:focus {
	background: transparent;
	color: rgba(118,167,98,1);
}
input[type='text'],input[type='email'],input[type='password'] {
	background: transparent;
	color: rgba(118,167,98,1);
}
input[type="number"] {
	  -webkit-appearance: textfield;
		 -moz-appearance: textfield;
			  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	text-align: center;
}

.reverse-color {
	color: rgba(118,167,98,1);
}
.form-select {
	border: 2px solid rgba(34,38,33,1);
	background: #fff;
	color: rgba(34,38,33,1);
	font-family: 'Redonda'
}
.form-select-reverse {
	border: 2px solid rgba(118,167,98,1);
	color: rgba(118,167,98,1);
	background: rgba(34,38,33,1);
	font-family: 'Redonda';
	margin-bottom:30px;
}
.contact-form-email {
	border: none;
	padding: 15px 0;
	font-family: 'Redonda'
}
.contact-form-name {
	border: none;
	padding: 15px 0;
	font-family: 'Redonda'
}
.contact-form-name-reverse {
	border: none;
	padding: 15px 0;
	font-family: 'Redonda';
	background-color: rgba(34,38,33,1);
}
.form-text-input {
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
.form-text-input-reverse {
	border-bottom: 2px solid rgba(118,167,98,1);
	margin-bottom: 30px;
}
.form-text-body {
	border-bottom: 2px solid #333;
	margin-bottom: 30px;
}
.btn-cont {
	font-family: 'RedondaExtraBold';
	text-transform: uppercase;
	border-radius: 0;
	padding: 20px;
	border: 2px solid #333
}
.btn-cont:hover {
	background-color: rgba(118,167,98,1);
	transition: 0.1s;
}
.btn-cont-reverse {
	font-family: 'RedondaExtraBold';
	background-color:  rgba(34,38,33,1);
	text-transform: uppercase;
	border-radius: 0;
	padding: 20px;
	border: 2px solid rgba(118,167,98,1);
	color: rgba(118,167,98,1);
}
.btn-cont-reverse:hover {
	background-color: rgba(118,167,98,1);
	transition: 0.1s;
}
p {
	font-family: 'Redonda';
}

.section-heading {
	font-size: 3em;
	text-transform: uppercase;
	margin-left: 10px
}

.h2-section-heading {
	font-size: 3em;
	margin-bottom: 30px;
}

.h3-section-heading {
	font-size: 2em;
	margin-bottom: 30px;
}

.pull-right {
	text-align: right;
}

/* Navigation */

.navbar {
	background-color: rgba(118,167,98,1);
	padding: 0;
	position: fixed;
	width: 100vw;
	z-index: 2;
}

.ch-nav-con {
	height: auto;
	padding-left: 0
}

.navbar-brand {
	width:380px;
	padding: 18px 100px;
	background:rgba(34,38,33,1)
}

.navbar-brand-mobile {
	width:100;
}

.navbar-nav {
	margin-left: 30px
}

.nav-item {
	font-family: "RedondaExtraBold", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 17px;
	margin: 10px
}

.nav-link {
	color: rgba(34,38,33,1);
}

.nav-link-mobile {
	color: rgba(118,167,98,1) !important;
}

.mobile-h4-list {
	margin-bottom: 0;
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
}

.desktop-h4-list {
	margin-bottom: 0;
	font-size: 1.8em;
	color: #fff;
	text-transform: uppercase;
}

.menu-vertical {
	width: 100vw;
	font-size: 1em;
	list-style-type: none;
	padding-left: 0
}

.menu-vertical-desktop {
	width: 600px;
	font-size: 1em;
	list-style-type: none;
	padding-left: 0
}

.nav-link:hover {
	color: rgba(255,255,255,1);
}

.nav-icon {
	font-size: 40px !important;
	margin-top: 25px;
}

.nav-icon-mobile {
	font-size: 30px !important;
	margin-top: 20px;
}

.mobile_menu_style {
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	min-height:80px;
	list-style: none;
}

.dropdown-menu {
	width: 100vw;
	position: fixed !important;
	left: 0;
	top: 102px;
	border-radius: 0;
	padding: 2em;
	border: none;
	background-color: rgba(34,38,33,1);
	height: auto;
	z-index: 2147483647;
}

.dropdown-menu ul > li > a {
	font-family: 'Redonda';
	color: #fff;
	text-transform:uppercase;
	font-size: 0.8em;
	padding-bottom: 2px;
}

.dropdown-menu a {
	color: #fff;
	text-transform:uppercase;
	font-size: 0.9em;
}

.dropdown-menu ul {
	padding-left: 0;
}

.cartCount {
	font-family: 'helvetica';
	width: 24px;
	min-height: 24px;
	position: relative;
	top: -50px;
	right: -25px;
	background: rgba(34,38,33,1);
	border-radius: 22px;
	color: rgba(118,167,98,1);
	font-size: 14px;
	text-align: center;
	padding: 6px 4px 4px 4px;
	line-height: 12px;
	font-weight: 800;
}

.cartCountMobile {
	font-family: 'helvetica';
	width: 22px;
	min-height: 22px;
	position: relative;
	top: -42px;
	right: -15px;
	color: rgba(34,38,33,1);
	border-radius: 20px;
	background-color: rgba(118,167,98,1);
	font-size: 12px;
	text-align: center;
	padding: 6px 4px 4px 4px;
	line-height: 12px;
	font-weight: 800;
}

.product-menu li {
	word-wrap: break-word;
	list-style: none;
}

.dropdown-item {
	word-wrap: break-word;
	list-style: none;
}

.last-row {
	break-before: column !important;
}

/* Nav Search */

#search {
	position: relative;
	right: -10px;
}

.hiddenSearch {
	display:none
}

.visibleSearch {
	display:block
}

/* Footer */

.footer-list {
	font-family: 'Redonda';
	font-size: 1.2em;
	padding-left: 0 !important;
}

.footer-list li {
	margin-top: 1em;
}

.footer-list a {
	text-decoration: none;
	color: #fff;
}

.footer-header {
	text-transform:uppercase;
	font-family:'RedondaExtraBold';
	font-size:2em;
	color:#fff;
	margin-top:2em
}

.footer-contact-header {
	text-transform:uppercase;
	font-family:'RedondaExtraBold';
	font-size:3em;
	color:rgba(118,167,98,1);
	margin-top:2em
}

.store-footer {
	background-color:rgba(34,38,33,1);
	border:none
}

.social-link-icon {
	margin-top: 1.7em;
	padding: 0 20px;
	font-size: 4em !important;
	color: #fff;
	background: none
}

.social-row {
	text-align:right;
}

.social-row a {
	text-decoration: none;
}

/* Back to Top */

.back-to-top {
	position: fixed;
	width: 3.71428571em;
	height: 3.71428571em;
	background: rgba(118,167,98,1);
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	right: 1.85714286em;
	bottom: 3.71428571em;
	padding-top: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	box-shadow: 0 0 25px 0 rgba(0,0,0,.04);
	z-index: 99;
	border: 1px solid #ececec;
	transition: .2s ease-out;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out
}

.back-to-top {
	padding-top: 15.5px;
	font-family: 'RedondaExtraBold';
	text-decoration: none;
	color: #fff
}

.back-to-top:not(.active) {
	opacity: 0;
	transform: translate3d(0,20px,0);
	-webkit-transform: translate3d(0,20px,0);
	pointer-events: none
}

/* Home CTA */

@media only screen and (max-width: 576px) {
	.row > * {
		max-width: 100% !important;
		width: auto;
	}
	.col-xs-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-xs-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xs-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xs-5 {
		flex: 0 0 auto;
		width: 41%;
	}
	.col-xs-4 {
		flex: 0 0 auto;
		width: 33%;
	}
	.col-xs-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xs-2 {
		flex: 0 0 auto;
		width: 15%;
	}
	.col-xs-1 {
		flex: 0 0 auto;
		width: 10%;
	}
	.col-xs-0 {
		width: 0%;
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	.home-slider {
		min-height: 400px;
		margin-bottom: 20px !important
	}
}

.home-cta {
	padding-top: 30px;
	margin: 0 auto;
	max-width: 1400px
}
.cta-cell {
	margin: 0 10px;
}
.cell-a {
	background-image: url("/template/images/media/0873ca2bc276ba2965cf736fdb6177f6.png");
	background-position: center;
	background-size: auto 110%;
	height:30vw;
}
.cell-b {
	background-image: url("/template/images/media/0873ca2bc276ba2965cf736fdb6177f6.png");
	background-position: center;
	background-size: auto 110%;
	height:30vw;
}
.cell-c {
	background-image: url("/template/images/media/weekly_deals.jpg");
	background-position: top;
	background-size: auto 110%;
	height:30vw;
}
.cta-row {
	padding: 40px 0;
}
.cta-row-b {
	padding:20px 5px 25px 5px;
}
.show_case {
	background-image: url("/template/images/media/2743e0469abf9ea70290859490155e88.jpg");
	background-position: center;
	background-size: 100% 100%;
	height: 14.1vw;
	margin-bottom: 1.8vw;
}
.show_case_image {
	position: relative;
	float: right;
	top: -50px;
	right: 1em;
	width: auto;
	min-width: 40%;
	max-width: 45%;
}
.show_case_heading {
	text-decoration: underline;
	padding: 20px
}
.staff_picks {
	background: #C0BBB8;
	height: 14.1vw;
	overflow: hidden;
}
.staff_picks_image {
	position: relative;
	float: right;
	bottom: 20%;
	right: 10%;
	height: 150px
}
.staff_picks_heading {
	text-decoration: underline;
	padding: 20px
}

.weekly_deals_heading {
	text-decoration: underline;
	padding: 20px;
}

.weekly_deals_image {
	position: relative;
	float: right;
	bottom: 60px;
	right: -30px;
	width: 75%
}

/* SEO Home Row */

.seo-row {
	width: 100vw;
	padding: 40px 0;
	margin:0
}
.seo-a {
	margin:0;
	padding:0;
	background: rgba(34,38,33,1)
}
.seo-a h1 {
	color: #fff;
	font-size: 3em;
}
.seo-a h2 {
	font-family: 'Redonda';
	color: #fff;
	margin-top:15px;
	font-size: 2em;
}
.seo-a span a {
	font-family: 'RedondaExtraBold';
	color: rgba(118, 167, 98, 1);
	padding-top:50px;
	font-size: 2.4em;
	text-decoration: none
}
.seo-b {
	margin:0;
	padding:0;
	background: rgba(34,38,33,1)
}
.seo-h2-a {
	font-family: 'RedondaExtraBold';
	color: rgba(118, 167, 98, 1);
	margin-top:5px;
	font-size: 3em;
}
.seo-h2-b {
	font-family: 'RedondaExtraBold';
	color: #fff;
	margin-top:-5px;
	font-size: 3em;
}
.seo-b-left {
	text-align: right;
}
.btn-seo-b {
	font-family: 'RedondaExtraBold';
	font-size: 1.5em;
	margin-top: 35px;
	width: 400px;
	height: 60px;
	background: rgb(34,38,33);
	border: 2px solid rgb(118, 167, 98);
	color: rgb(118, 167, 98);
	margin: 20px 0;
}

.btn-seo-b:hover {
	background: rgb(118, 167, 98);
	color: rgb(34,38,33);
}

/* Alerts */

.site-alert {
	font-family: 'Redonda';
	color: #fff;
	position: relative;
	width: 100vw;
	left: 0;
	border-radius: 0;
	padding: 2em;
	background: rgba(118, 167, 98, 0.8);
	border-top: 2px solid rgba(34,38,33,1);
	border-bottom: 2px solid rgba(34,38,33,1);
	z-index: 1;
}

.site-alert a {
	font-family: 'RedondaExtraBold';
	color: #fff;
}

.alert {
	margin-bottom:0;
}

.alert-dark {
	position: fixed;
	top: 160px;
	width: 100vw;
	left: 0;
	border-radius: 0;
}

.alert-static {
	font-family: 'Redonda';
	color: #fff;
	position: relative;
	width: 100vw;
	left: 0;
	border-radius: 0;
	padding: 2em;
	background: rgba(118, 167, 98, 0.8);
	border-top: 2px solid rgba(34,38,33,1);
	border-bottom: 2px solid rgba(34,38,33,1);
	z-index: 1;
}

.alert-success {
	background: rgba(118, 167, 98, 0.8) !important;
	border-top: 2px solid rgba(34,38,33,1) !important;
	border-bottom: 2px solid rgba(34,38,33,1) !important;
}

.alert-danger {
	background: rgba(218, 87, 87, 0.8) !important;
	border-top: 2px solid rgba(218, 87, 87,1) !important;
	border-bottom: 2px solid rgba(218, 87, 87,1) !important;
}

/* Thumbnails */

.img-thumbnail {
	padding:0;
	border: 0;
	border-radius: 0
}

.sort-tile {
	height: 580px;
	padding: 20px;
	background: #fff;
}

.product-thumb {
	padding: 20px;
	height: 230px;
	background-color: rgba(34,38,33,1);
	position: relative;
	margin-bottom: 25px;
	z-index: 0;
}

.product-image {
	height: 350px;
	overflow: hidden;
}

.lazy {
	background-image: none;
	background-color: #F1F1FA;
}

.thumb-name {
	color: #fff;
	max-width:65%;
}

.thumb-price {
	font-family: 'Redonda';
	color: #fff;
	max-width:50%;
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.thumb-add-to-cart {
	width: 100px;
	background: rgba(34,38,33,1);
	border-radius: 0;
	color: rgba(118, 167, 98, 1);
	border: 2px solid rgba(118, 167, 98, 1);
	font-size: 0.9em;
	line-height: 1.1em;
	font-family: 'RedondaExtraBold';
	padding: 0.5em 0.8em;
}

.thumb-add-to-cart:hover {
	color: #fff;
}

.thumb-units {
	font-family: 'RedondaExtraBold';
	width: 100px;
	text-align: center;
	height:40px;
	padding:7px;
	border-radius:0;
	overflow: hidden;
}

.thumb-quantity-con {
	font-family: 'RedondaExtraBold';
	padding: 0;
	margin: 0;
	border: 0px;
	width: 100px;
}

.thumb-quantity {
	font-family: 'RedondaExtraBold';
	text-align: center;
	border: 0px;
	border-radius: 0;
	width:50px;
	height:45px;
	box-shadow:none
}

.number-input {
	border: 0;
	background: #fff;
	display: inline-flex;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline:none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	width: 25px;
	position: relative
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 1rem;
	padding: 2px;
	height: 2px;
	background-color: #212121;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	text-align: center;
}

.thumb-form {
	position: absolute;
	right:20px;
	bottom:20px;
}

.thumb-form-cart {

}

.fa-stack {
	line-height: 24px;
	margin: -5px;
	width: 20px;
}

.hot-products {
	padding: 50px 0 20px 0;
	margin: 0 auto;
	max-width: 1400px
}

.cat-products {
	padding: 0 0 30px 0;
	margin: 0 auto;
	max-width: 1400px
}
/* Home Quick Categories */

.cat-row-heading {
	padding: 1em 0 1.8em 0;
	margin: 0 auto;
	max-width: 1400px
}

.category-row {
	padding: 0 100px;
	margin: 0 auto;
	max-width: 1600px
}

.category-tile {
	background-image: url("/template/images/media/2743e0469abf9ea70290859490155e88.jpg");
	background-position: center;
	background-size: 100% 100%;
	height: 13vw;
	margin: 5px;
}

.quick_cat_heading {
	text-decoration: underline;
	padding: 20px;
}
.quick_a {
	color:rgba(34,38,33,1);
}
.quick_a:hover {
	color:rgba(255,255,255,1);
}
.quick_b {
	background-image: url("/template/images/media/hash_cat.png");
	color:rgba(118,167,98,1);
}
.quick_b:hover {
	color:rgba(255,255,255,1);
}
.quick_c {
	color:rgba(34,38,33,1);
}
.quick_c:hover {
	color:rgba(255,255,255,1);
}
.quick_d {
	color:rgba(118,167,98,1);
}
.quick_d:hover {
	color:rgba(255,255,255,1);
}
.quick_e {
	color:rgba(34,38,33,1);
}
.quick_e:hover {
	color:rgba(255,255,255,1);
}
.cat-a {
	background-position: center no-repeat;
	background-size: auto 105%;
	height: 100%;
	width: 100%;
}
.cat-b {
	background-color: rgba(34,38,33,0.6);
	background-position: center;
	background-size: 105% auto;
	height: 100%;
	width: 100%;
}
.cat-c {
	background-color: rgba(199,192,86,0.6);
	background-position: center;
	background-size: 105% auto;
	height: 100%;
	width: 100%;
}
.cat-d {
	background-color: rgba(0,0,0,0.6);
	background-position: center;
	background-size: 105% auto;
	height: 100%;
	width: 100%;
}
.cat-e {
	background-color: rgba(118,167,98,0.6);
	background-position: center;
	background-size: 105% auto;
	height: 100%;
	width: 100%;
}

/* Price Slider */
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.slider-wrapper{
	width: 500px;
	display: inline-block;
	position: relative;
	font-family: arial;
}

.ui-slider{
	background: #efefef;
	border: 1px solid #d2d2d2;
	height: 20px;
	position: relative;
	border-radius: 100px;
}

.ui-slider-range{
	background: #71c0ff;
	height: 20px;
	position: absolute;
	border-top: 1px solid #5d99c8;
	border-bottom: 1px solid #5d99c8;
	transform: translateY(-1px);
	
	&:after{
		content: '';
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.3;
	}
}

.ui-slider-handle{
	background: #555;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	display: block;
	transform: translate(-50%, -50%);
	border-radius: 100px;
	z-index: 10;
	background: linear-gradient(#555, #454545);
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	box-shadow: inset -2px -2px 6px 2px rgba(0,0,0, 0.1);
	transition: width 0.1s;
	
	&:focus{
		outline: none;
	}
	
	&:active{
		cursor: grabbing;
		cursor: -moz-grabbing;
		cursor: -webkit-grabbing;
	}
}

.ui-state-active{
	  width: 22px;
}

// Range Indicator

.range-wrapper{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.range{
	background: #fff;
	white-space: nowrap;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #555;
	width: 150px;
	z-index: 10;
	position: relative;
	
	&:after{
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border-left: 67px solid transparent;
		border-right: 67px solid transparent;
		border-top: 6px solid #d2d2d2;
	}
}

.range-value{
	width: 74px;
	padding: 8px 0;
	text-align: center;
	display: inline-block;
	transition: background 0.1s;
}

.range-divider{
	width: 1px;
	display: inline-block;
	
	&:after{
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: #d2d2d2;
		content: '';
	}
}

.range-alert{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 1px solid #d2d2d2;
	color: #0E0E0E;
	line-height: 15px;
	transition: right 0.2s;
	
	&.active{
		right: -15px;
	}
}



// Price Markers

.marker{
	position: absolute;
	top: 100%;
	padding-top: 16px;
	font-size: 13px;
	color: #555;
	letter-spacing: 0.05em;
	transform: translateX(-50%);
	
	&:after{
		content: '';
		width: 1px;
		height: 8px;
		background: #d2d2d2;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

.marker-0{
	&:after{
		display: none;
	}
}

.marker-25{
	left: 25%;
}

.marker-50{
	left: 50%;
}

.marker-75{
	left: 75%;
}

.marker-100{
	right: 0;
	transform: translateX(50%);
	
	&:after{
		display: none;
	}
}

// Gears

.gear-wrapper{
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	backface-visibility: hidden;
	width: 150px;
	height: 20px;
	overflow: hidden;
}

.gear-large{
	width: 40px;
	height: 40px;
	background: #d2d2d2;
	border-radius: 100px;
	position: absolute;
	top: 18px;
	left: 18px;
	transform-origin: 50% 50%;
	transition: top 0.15s;
	
	&:after{
		position: absolute;
		content: '';
		width: 28px;
		height: 28px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #e8e8e8;
		border-radius: 100px;
	}
	
	&:nth-child(2){
		background: #d2d2d2;
		left: auto;
		right: 18px;
	
		& .gear-tooth{
			background: #d2d2d2;
		}
	}
	
	&.active{
		top: 4px;
	}
}

.gear-tooth{
	width: 22%;
	height: 114%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 0 0;
	background: #d2d2d2;
	border-radius: 2px;
	
	&:nth-child(2){
		transform: rotate(90deg) translate(-50%, -50%);
	}
	
	&:nth-child(3){
		transform: rotate(45deg) translate(-50%, -50%);
	}
	
	&:nth-child(4){
		transform: rotate(-45deg) translate(-50%, -50%);
	}
}

/* About Page */

.about-head {
	background-image: url('/template/images/media/6694797dd34f6b71e07f8b439d21831d.jpg');
	background-position: 40% 60%;
	background-size: 150%;
	background-repeat: no-repeat;
}

.about-heading {
	color:#fff;
	text-transform: uppercase;
	font-size: 3.2em;
}

.about-heading-mobile {
	color:#fff;
	text-transform: uppercase;
	font-size: 2.5em;
}

.about-sub-heading {
	font-family: 'Redonda';
	color:#fff;
	text-transform: uppercase;
	font-size: 1em;
	margin:3em 0;
}

/* About Page */

.blog-head {
	background-image: url('/template/images/media/blog.jpg');
	background-position: 40% 60%;
	background-size: 100vw
}

.blog-heading {
	color:#fff;
	text-transform: uppercase;
	font-size: 3.2em;
}

/* Account */

.account-link {
	color: rgb(118,167,98);
	text-transform: uppercase;
	border: 2px solid rgb(118,167,98);
	height: 75px;
	margin: 5px;
	padding: 10px
}

.account-link h4 {
	font-size: 1.2em;
}