html {
	width: 100vw;
}
html, body {
	overflow-x: hidden;
	overflow-y: hidden;
	@include ease(all, 0.25s);
	background-color: #fff;
}

html.header-fixed, body.header-fixed {
	overflow-y: hidden;
}

body {
	background-color: #F2F2F2;
}

body.woocommerce-page {
	background-color: #fff; 
}
p {
	& > strong {
	}
}
strong {
	
}

a {
	color: #fff;
	@include ease(all, 0.25s);
}

a:hover {
	color: #84754E;
}

.flexbox {
	@include flexbox();
}

.grid {
	@include grid();
}

.site-wrap {
	width: 100vw;
}

.content-width {
	width: 86vw;
	margin: auto;
}

.content-width-thin {
	width: 52vw;
	margin: auto;
}

.content-width-narrow {
	width: 40vw;
	margin: auto;
}

.content-width-full {
	width: 100vw;
}

.container-full-width {
	width: 100%;
}

.hidden {
	display: none;
}

.column.column-2 {
	width: 50%;
}

.column.column-3 {
	width: 33.3333333%;
}

.column.column-4 {
	width: 25%;
}

.divider {
	width: 100vw;
	height: 9.375rem;
	background: #F2F2F2;
	border: none;
}

.parallax {
  background-attachment: fixed;
}

.scale {
	@include ease(all, 0.25s);
}

.scale:hover{
	@include scale(1.2);
	cursor: pointer;
}

.dimmed {
	position: relative;
}

.dimmed:before {
	content: " ";
	 z-index: 10;
	 display: block;
	 position: absolute;
	 height: 100%;
	 top: 0;
	 left: 0;
	 right: 0;
	 background: rgba(0, 0, 0, 0.5);
}

.dimmed-20 {
	position: relative;
}

.dimmed-20:before {
	content: " ";
	 z-index: 10;
	 display: block;
	 position: absolute;
	 height: 100%;
	 top: 0;
	 left: 0;
	 right: 0;
	 background: rgba(0, 0, 0, 0.2);
}

.dimmed-80 {
	position: relative;
}

.dimmed-80:before {
	content: " ";
	 z-index: 10;
	 display: block;
	 position: absolute;
	 height: 100%;
	 top: 0;
	 left: 0;
	 right: 0;
	 background: rgba(0, 0, 0, 0.8);
}

.loader-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: #2D863E;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	opacity: 1;
	.preloader {
		width: 100vw;
		height: 95vh;
		@include flexbox();
		align-items: center;
		justify-content: center;
		img {

		}
	}
}

.filter-loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	width: 100vw;
	height: 100vh;
	z-index: -1;
	@include flexbox();
	align-items: center;
	justify-content: center;
	opacity: 0;
	.filter-loader {
	  border: 16px solid #F5F6FA;
	  border-top: 16px solid #2d863e;
	  border-radius: 50%;
	  width: 120px;
	  height: 120px;
	  animation: spin 2s linear infinite;
	  z-index: 999;
	}
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

button:focus {
	outline: none !important;
}

[data-toggle="collapse"] .fa:before {  
  content: "\f077";
  margin-right: 1.875rem;
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}

.wrapper.hr-wrapper {
	background-color: #F2F2F2;
	hr {
		border-top: 2px solid #D9D9D9;
	}
}

.page-template-contact {
	#shop_cta {
		background-color: #fff;
	}
}

.qib-container {
	button {
		background-color: transparent !important;
		border-radius: 50% !important;
		color: #fff !important;
		height: 1.75rem !important;
		width: 1.75rem !important;
		color: #000 !important;
		transition: all .25s ease !important;
	}
	button:hover {
		background-color: #84754E !important;
		color: #fff !important; 
	}
	.quantity {
		input {
			background-color: transparent !important;
			border-color: transparent !important;
			color: #fff !important;
			height: 1.75rem !important;
			width: 1.75rem !important;
			color: #000 !important;
		}
	}
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#single_product_container{
	.nice-select {
		padding-left: 0;
	}
}

#single_product_container, #archive_header {
	.nice-select {
		background: transparent;
	    border-top-color: transparent;
	    border-left-color: transparent;
	    border-right-color: transparent;
	    border-bottom: 1px solid #e8e8e8;
	    border-radius: 0;
	    width: 100%;
	    span {
	    	color: #191919;
	    	text-transform: uppercase;
	    	font-size: 0.6875rem;
	    }
	    ul {
	    	width: 100%;
	    	li {
	    		color: #191919;
	    		text-transform: uppercase;
	    		font-size: 0.6875rem;
	    	}
	    }
	}
}

#breadcrumbs {
	padding-top: 4.125rem;
	padding-bottom: 4.125rem;
	margin: 0;
	span{
		font-size: 0.6875rem;
		text-transform: uppercase;
		letter-spacing: 2.2px;
		font-family: GTAmerica-ExtLight;
		color: #919191;
	}
	a {
		font-size: 0.6875rem;
		text-transform: uppercase;
		letter-spacing: 2.2px;
		font-family: GTAmerica-ExtLight;
		color: #919191;
	}
	a:hover {
		color: #84754E;
	}
}

// 

// social 
.share-links {
	@include flexbox();
	align-items: center;
	h6 {
		margin-right: 1rem;
		margin-bottom: 0;
		font-size: 0.6875rem;
		letter-spacing: 2.2px;
	}
	a {
		.social-icons {
			@include bg_img_contain();
			height: 1rem;
			width: 1rem;
			margin-right: 1rem
		}
	}
}

.social-icon-container {
	margin-bottom: 2.125rem;
	a {
		margin-right: 1rem;
		.svg-inline--fa {
			width: 1.625rem;
			height: 1.625rem;
			path {
				fill: #fff;
				@include ease(all, 0.25s);
			}
		}
		.svg-inline--fa:hover {
			path {
				fill: #84754E;
			}
		}
	}
	a:last-of-type {
		margin-right: 0;
	}
}

// 404

#page_404.wrapper {
	padding-top: 25rem;
	padding-bottom: 25rem;
	text-align: center;
	h1 {
		font-size: 6.25rem;
		letter-spacing: 20px;
		margin-bottom: 3.5rem;
		color: #141414;
	}
	h2 {
		font-size: 1.125rem;
		letter-spacing: 3.2px;
		color: #141414;
		margin-bottom: 3.5rem;
	}
	a {
		@include btn05();
	}
	a:hover {
		@include btn05_hover();
	}
}

// single page
.wrapper#single_page {
	padding-top: 9.375rem;
	padding-bottom: 9.375rem;
	h1, h2, h3, h4, h5, h6 {
		letter-spacing: 3.6px;
	}
}

// cookies
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding: 0.3rem !important;
}
#cookie-law-info-bar {
	padding: 0.3rem;
	.cli-bar-message {
		font-size: 1rem;
		line-height: 1.5rem;
		letter-spacing: 0.75px;
		font-family: GTAmerica-ExtLight;
		padding-left: 2rem;
	}
	.cli-bar-btn_container {
		margin-right: 2rem;
	}
}

// mailchimp

form.mc4wp-form {
	margin-bottom: 4rem;
	input[type="email"] {
			background-color: #191919;
			border: 1px solid transparent;
			line-height: 3.125rem;
		    padding-left: 1rem;
		    width: 100%;
		    font-family: GTAmerica-ExtLight;
		    margin-bottom: 1rem;
		    color: #fff;
		    letter-spacing: 3px;
		    font-size: .6875rem;
	}
	input[type="email"]:focus {
			
	}
	input[type="submit"] {
		@include btn03();
		letter-spacing: 2.2px;
		text-transform: uppercase;
		font-size: .6875rem;
	}
	input[type="submit"]:hover {
		@include btn03_hover();
	}
}

.mc4wp-response {
	p {
		color: #fff;
	}
}


.kenburns {
	animation: kenburns 20s infinite;
}

@keyframes kenburns {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
        opacity: 0;
    }
}