/** Shopify CDN: Minification failed

Line 1009:11 Expected ":"

**/
@font-face {
  font-family: "Favorit Light";
  src: url("//leavesandflowers.com/cdn/shop/t/41/assets/FavoritTrialPro-Light.woff2?v=85515475629861181591756750963") format("woff2");
}

@font-face {
  font-family: "Favorit Regular";
  src: url("//leavesandflowers.com/cdn/shop/t/41/assets/FavoritTrialPro-Regular.woff2?v=31513462240054698541756750963") format("woff2");
}

html,
body {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

em {
  font-style: italic !important;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

strong, b {
font-weight: 400;
}

#content {
  flex: 1 0 auto;
}

#footer {
  flex-shrink: 0;
}

input {
  border-radius: 0;
}


/* HEADER */

#header {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 0;
  align-items: flex-end;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: white;
  background: transparent;
}

#logo a {
  width: 350px;
  width: 275px;
  display: block;
}

#logo img {
  width: 100%;
  height: auto;
}

#menu-right {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

#menu-right a {
  color: black;
}

#menu-right a:hover {
  color: #666666;
}

#menu-right li {
  margin: 0 0 10px 0;
  padding: 0;
}

#menu-right li:first-child,
#menu-right li:nth-child(2) {
  margin-bottom: 10px;
}

.cart-count {text-transform: uppercase;}

/* MENU */

#menu-left {
  position: fixed;
  left: 50px;
  top: 175px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: black;
}

#menu-left li {
  padding: 0;
  margin: 0 0 5px 0;
}

#menu-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-left a {
  color: black;
}

#menu-left a:hover,
#menu-left li .menu-header:not(.wholesale):hover {
  color: #666666;
  cursor: pointer;
}

#menu-left ul a {
  color: #666666;
}

#menu-left ul a:hover {
  color: #006633;
}

#menu-left ul li {
  padding: 0;
  margin: 0 0 5px 0;
}

#menu-left ul li:last-child {
  margin: 0;
}

#menu-left ul.shop-sub,
#menu-left ul.info-sub,
#menu-left ul.learn-sub,
#menu-left ul.journal-sub
{
 display: none;
  margin: 10px 0;
}

#menu-left ul a.active {
  color: #006633;
}


/*FOOTER */

#footer {
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}

#footer-menu {
  text-align: left;
  margin: 0;
  padding: 0;
}

#footer li {
  display: inline;
  padding-right: 20px;
  white-space: nowrap;
}

#footer li a {
  color: black;
}

#footer li a.active {
  color: #006633;
}

#footer li a:hover {
  color: #666666;
}

#footer #form-wrapper {
  width: 210px;
  position: relative;
}

#footer #form-wrapper p {
  padding: 0;
  margin: 0 0 10px 0;
  color: #006633;
  line-height: 17px;
}

#footer #form-wrapper form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0 0;
}

#footer #form-wrapper input[type=email] {
  -webkit-appearance: none;
  border: 0;
  background: none;
  border-bottom: 0.5px solid #006633;
  padding: 2px 0;
  margin: 0;
  width: 100%;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #006633;
  font-weight: 300;
  outline: none;
}

#footer #form-wrapper input[type=email]::placeholder {
  color: #006633;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

#footer #form-wrapper input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
  font-family: 'Roboto', sans-serif;
  color: #006633;
  padding: 0 0 0 10px;
  margin: 0;
  cursor: pointer;
  font-weight: 300;

}


/* HOME SIGNUP */

#home-signup {
  position: absolute;
  right: 50px;
  bottom: 20px;
  width: 210px;
  background: white;
  padding: 10px;
  color: #006633;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*font-size: 14px;*/
  border: 0.5px solid #006633;
}

#home-signup #close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#home-signup p {
  padding: 0;
  margin: 0;
  line-height: 17px;
}

#home-signup input[type=email] {
  -webkit-appearance: none;
  border: 0;
  background: none;
  border-bottom: 0.5px solid #006633;
  padding: 2px 0;
  margin: 40px 0 10px 0;
  width: 100%;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #006633;
  outline: none;
  font-weight: 300;
}

#home-signup input[type=email]::placeholder {
  color: #006633;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

#home-signup input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
  /*font-size: 14px;*/
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #006633;
  padding: 0px;
  margin: 0;
  cursor: pointer;
}


/*COLLECTION PAGES */

#collection-wrapper {
  /*position: absolute;*/
  width: calc(100% - 320px);
  margin: 175px auto 50px auto;
  width: calc(100% - 400px);
  padding: 40px 0 0 0;
  
}

#collection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*#collection::after {
  content: "";
  flex: auto;
}*/

#collection-product {
  width: calc(50% - 10px);
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
}

#collection-product img {
  width: 100%;
  height: auto;
  display: block;
}

#collection-details {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  color: black;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: white;
}

#collection-product:hover #collection-details {
  opacity: 1;
}

#collection-details h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em;
}

#collection-details #collection-price {
  display: inline-block;
}

.reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

.reveal {
  position: relative;
  pointer-events: none;
}

.reveal .hidden {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#collection-image:hover .hidden {
  opacity: 1;
}


/* PRODUCT PAGES */

#inner {
  /*position: absolute;*/
  width: calc(100% - 320px);
  margin: 175px auto 50px auto;
  width: calc(100% - 400px);
  padding: 40px 0 0 0;
}

#product {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: top;
}

#product-left {
  flex-basis: 60%;
  width: 50%;
  padding: 0 20px 20px 0;
}

#product-right {
  flex-basis: 40%;
  width: 50%;
  padding: 0 0 20px 20px;
  font-size: 14px;
  position: sticky;
top: 148px;
align-self: flex-start;
  
}

#images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}


#images img {
  display: block;
  width: calc(50% - 15px);
  height: auto;
  padding: 0 0 30px 0
}



#images img:nth-child(4n+1) {
  width: 100%;
}

#images img:nth-child(3n+3) {
  margin-bottom: 30px;
}


#images img:nth-child(4n+4) {
  width: 100%;
}






#product h1 {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .1em;
}

#mobile-title {
  display: none;
}

#product #description {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 40px;
}

#product #description p {
  margin: 0 0 20px 0;
}



#product-variants {
  margin: 25px 0 -0px 0;
  max-width: 185px;
}

#product-variants label {
  display: block;
  padding-bottom: 5px;
}

label.quantity {
  display: block;
  padding-bottom: 5px;
}

.selector-wrapper select {
  width: 200px;
}


#product #product-price {
  margin-bottom: 40px;
  border-left: 0;
}

#add-wrapper {display: inline-flex;}

#add-wrapper .selectric-wrapper {width: 50px;}

#add-wrapper input {
  border-top: 0.5px solid black;
  border-bottom: 0.5px solid black;
  border-right: 0.5px solid black;
  border-left: 0.5px solid black;
  margin: 0;
  padding: 5px 20px;
  background: white;
  color:#006633;
  text-transform:uppercase;
  border-radius: 0;
  outline: 0;
  appearance: none;
  font-size: 14px;
  -webkit-appearance:none;
  font-weight: 300;
  cursor: pointer;
  width: 135px;
  text-align: center;
}

#add-wrapper input:hover {
/* background:#006633;
  color: white;*/
}

.ajaxified-cart-feedback {display: none !important;}


/* PAGES */

#page {
  font-size: 12px;
  margin: 175px auto 50px auto;
  width: calc(100% - 400px);
  padding: 40px 0 0 0;

}

#page-inner {
  padding: 0 50px;
}

#page-inner.thin {
  max-width: 600px;
}

#page-inner.medium {
  max-width: 800px;
}

#page-inner.medium.centered {
  margin: 0 auto;
}

#page h1 {
  text-align: left;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 12px;
}

#page p {
  margin: 0 0 20px 0;
  line-height: 22px;
}

#page h2 {
  padding-bottom: 0px;
}

#page h3 {
  padding-bottom: 0px;
}

#page a {
  /*color: black; */
  text-decoration: none;
}

#page a:hover {
  /*color: #666666;*/
}

#page h2.contact-header {
  margin: 0 0 5px 0;
}

#page h1.contact-header {
  margin: 0 0 5px 0;
}




/* STOCKISTS */


  #stockists {width: 100%; color: #666666;}
  .country {width:100%; cursor: pointer;}
  .row {width:50%; margin-left: auto; 
    display: flex; justify-content: flex-start; margin-bottom: 5px;
 /* margin-left: 25%;*/
  
  }
  .state {width:75%; margin-left: auto;}
  .country.active, .state.active {color: black;}
  .city {width:50%; position: relative; /*padding-left: 10px;*/}
  .city span:hover {cursor: pointer; color: #006633;}
  .city span.active {color: black;}
  .stockists {width:100%; position: absolute; top: 0; left:100%;}
  .stockists div {display: none;}
  .stockists a {display: block; margin-bottom: 5px; color: #666666;}
  .stockists a:hover {color: #006633;}
  .country-target, .state-target {display: none;}




/* PRESS */

#page .press p {
  margin-bottom: 5px;
  color: #666666
}

#page .press a {
  color: black;
}

#page .press a:hover {
  color: #006633;
}


/* GUIDE */

.guide-row {
  margin-bottom: 160px;
}

.guide-row-head {
  position: relative;
}

.guide-row h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
}

.guide-row-head img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.guide-row-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guide-row-bottom h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
}

.guide-row-bottom h3 {
  width: 100%;
  margin: 0 0 80px 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
}

.guide-inner {
  width: 50%;
  margin-bottom: 160px;
  padding-right: 100px;
}

#sr-left,
#sr-right {
  width: 50%;
  padding-right: 100px;
}


/* CART */

#cart {
   margin: 175px auto 0 auto;
  padding: 0 50px;
    width: calc(100% - 400px);


}


#cart a {
  color: black;
}

#cart a:hover {
  color: #006633;
}

.cart-row {
  width: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 25px;
}

.cart-header {
  /*text-transform: uppercase;*/
  /*font-weight: 400;*/
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}

.cart-header .col1 {
  width: 150px;
  text-align: center;
}

.cart-header .col2 {
  flex: 1;
  padding-left: 25px;
}

.cart-header .col3 {
  width: 125px;
  text-align: right;
}

.cart-header .col4 {
  width: 125px;
  text-align: right;
}

.cart-header .col5 {
  width: 125px;
  text-align: right;
}

.cart-row .col1 {
  width: 150px;
  text-align: center;
}

.cart-row .col1 img{
    width: 100%;
  }

.cart-row .col2 {
  flex: 1;
  padding: 0 10px 0 25px;
}

.cart-row .col2 .product {
  font-weight: 300;
  letter-spacing: .1em;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.cart-row .col2 .product:hover {
  color: #006633;
}



.cart-row .col2 .remove {
  text-transform: uppercase;
}

.cart-row .col3 {
  width: 125px;
  text-align: right;
  font-weight: 300;
}

.cart-row .col4 {
  width: 125px;
  text-align: right;
}

.cart-row .col4 input {
  width: 50px;
  border: 0.5px solid black;
  padding: 5px 5px 5px 10px;
  background: white;
  color: black;
  -webkit-appearance: none;
  font-weight: 300;
}

.cart-row .col5 {
  width: 125px;
  text-align: right;
  font-weight: 300;
}

.cart-row .mobile-header {
  display: none;
}

#cart-bottom-row {
display: flex;
  margin-bottom: 50px;
}

#cart-bottom-row .left {
 /* display: none;*/
  width: 50%;
}

#cart-bottom-row .left textarea {
  resize: none;
  width: 100%;
  max-width: 300px;
}

#cart-bottom-row .right {
  margin-left: auto;
  width: 50%;
  text-align: right;
  
}

#cart-bottom-row .right h3 {
  font-weight: 300;
  color: black;
/*  text-transform: uppercase;*/
    font-size: 12px;
}

#cart-bottom-row .right h3 span {
  font-weight: 400;
}

#cart-bottom-row .right a {
  width: 100%;
  display: block;
  margin: 25px 0;
  text-transform: uppercase;
}

#cart-bottom-row .right a:hover {
  color: #006633;
}

#cart-bottom-row .right input {
  display: block;
  width: 170px;
  font-size: 14px;
  font-weight:300;
  text-align: center;
  margin: 0 0 10px auto;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 0.5px solid black;
  color: #006633;
}

#cart-bottom-row .right input:last-of-type {
  /*margin-bottom: 25px;*/
}


#cart-bottom-row .right input:hover {
 /* background: #006633;
  color: white;*/
}

#dynamic-checkout-cart ul {
  justify-content: flex-end;
}

/* JOURNAL */
#blog {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.post {
  width: 33.33%;
  padding: 30px;
  margin-bottom: 30px;
  border-right: 0.5px solid black;
}

.post img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  opacity: .75;
}

.post img:hover {

  opacity: 1;
}

.post:nth-of-type(3n + 3) {
  border-right: 0;
}

.post h2 {
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 5px 0;
  padding: 0;
}

.post a {
    color: black
}


.article h2 {
   font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 10px 0;
    padding 0;
}

.article .date {
    margin-bottom: 20px;
}

.article img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.article p {
  line-height: 22px;
  padding: 0;
  margin: 0 0 20px 0;
}

.article-top {display: flex; flex-wrap: wrap; margin-bottom: 20px;}
.article-top-left {width: 50%;}
.article-top-right {width: 50%; padding-left: 20px;
}

.article .article-top-left img {margin: 0;}

  .article-mobile {display: none;}


#journal-sub-mobile {display: none;}


/* TYPES */

#types {
	width: 100%;
}

.type {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	margin-top: -30px;
	height: 200px;
}



.type img {
	width: 100px;
	height: auto;
	display: block;
	filter: grayscale(100%) brightness(0);
	cursor: pointer;
  padding: 15px 30px;
  box-sizing: content-box;
  margin-top: -15px;
  margin-left: -30px;
}

.type.open img {
	opacity: 30%;
}

.type.active.open img {
	opacity: 100%;
}

.type.active img {
	filter: unset;
}

.type-wrapper {
	position: relative;
	/* height: 120px;*/
}

.type-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.type:nth-child(6) {
  	align-items: flex-start;
  height: unset;

}

.type:nth-child(6) img {
	padding-top: 30px;
}

.type:nth-child(6) .type-wrapper {
	align-self: flex-start;
  
}

.type:nth-child(6) .type-inner {
	top: 0;
	transform: unset;
  top: unset;
  position: relative;
}

.type .type-wrapper {
	flex: 1;
	padding-left: 40px;
	opacity: 0;
}

.type.active {
      background-image: url(//leavesandflowers.com/cdn/shop/t/41/assets/overlay.png?v=54841999644826563251756750963);
  background-size: cover;
}

.type:first-child.active {
	background-color: #d0a58f;
}

.type:nth-child(2).active {
	background-color: #a7b6c3;
}

.type:nth-child(3).active {
	background-color: #bcbc72;
}

.type:nth-child(4).active {
	background-color: #bca1be;
}

.type:nth-child(5).active {
	background-color: #d8816e;
}

.type:nth-child(6).active {
	background-color: #567598;


}

#page .type p:first-of-type {
	font-style: italic;
	margin-bottom: 10px
}

#page .type p:last-of-type {
	margin: 0
}

.type h3 {
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}





/* MOBILE MENU */

.hamburger {
  display: none;
  z-index: 99999;
}

#mobile-menu {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #e2dbc5;
  background: #006633;
  z-index: 99998;
}

#menu-one {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

#mobile-menu ul {
  text-align: center;
  color: white;
  font-size: 30px;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#mobile-menu ul#shop,
#mobile-menu ul#info,
#mobile-menu ul#learn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#mobile-menu ul a {
  color: white;
}

#mobile-menu ul li {
  margin: 10px 0;
  padding: 0;
}

#mobile-menu ul li.back {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

ul#footer-menu-mobile {
  top: unset;
  left: unset;
  transform: unset;
  position: relative;
  font-size: 16px;
  padding-top: 10px;
}

ul#footer-menu-mobile li {
  margin: 5px 0;
  padding: 0;
}

#mobile-header {
  display: none;
}

#mce-responses,
.klaviyo_messages {
position: absolute;
font-size: 10px;
bottom: -15px;
left: 0;
}

#email_signup-home {
  position:relative;
}

.klaviyo_messages.home-form {
position: absolute;
font-size: 12px;
bottom: -20px;
left: 0;
}


#mce-responses a {display: none;}

#thank-you {
  position: absolute;
font-size: 10px;
color: black;
margin-top: 5px;

}

#password-protect-login-div {
  margin: 200px auto !important;
}

#password-protect-login-div h4 {
font-weight: 300;
  display: none;
}

#password-protect-login-div input[type=password] {
  -webkit-appearance: none;
  border: 0;
  background: none;
  border-bottom: 0.5px solid black;
  padding: 2px 0;
  margin: 40px auto 10px auto;
  width: 100%;
  max-width: 200px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: black;
  outline: none;
  font-weight: 300;
}

#password-protect-login-div input[type=password]::placeholder {
  color: black;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

#password-protect-login-div input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
  /*font-size: 14px;*/
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding: 0px;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
}

#wholesale-menu-mobile {display: none;}

#product-variants .selectric {
border-right: .5px solid #000;  
  border-bottom: 0;
}

#product-variants .selectric-items ul {
  text-align: left;
    padding-left: 5px;


}

#product-variants .selectric .label {
  text-align: left;
  padding-left: 5px;
}

#product-variants .selectric-items li {
padding: 5px 10px 5px 0;
}

#product-variants .selectric-items {
  border-top: .5px solid #000;  
}

 #top-bar {
  padding: 8px;
  width: 100%;
  display: block;
  color: white;
  background: #006633;
  text-align: center;
    z-index: 999999;
    position: absolute;
    top: 0;
}
  
@media only screen and (min-width: 769px) and (max-width: 1200px) {
#page.stretch{
  padding: 40px 0 0 0;
  margin: 175px 0 50px auto;
width: calc(100% - 200px);
}  
}

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

#page-inner {
padding: 0 50px 0 0;
}
    
}



@media only screen and (max-width: 1050px) {
	.type {
		font-size: 10px;
	}
	.type h3 {
		font-size: 10px;
	}
	.type .type-wrapper {
		padding-left: 20px;
	}
	#page .type p {
		line-height: 17px;
	}
	#page .type p:first-of-type {
		margin-bottom: 5px
	}
	
  	.type {
		padding: 10px;
	}
  
  	.type .type-wrapper {
		padding-left: 10px;
	}
  
    .type:nth-child(6) img {
	padding-top: 50px;
}
  
 
}




  
@media only screen and (max-width: 768px) {
  
  .type {
height: unset;
Margin-top: 0;
margin-bottom: 20px;
}

.type img {
	filter: unset;
  pointer-events: none;
}

.type-inner {
	position: relative;
	top: unset;
	transform: unset;
}
  
  .type .type-wrapper {

	opacity: 1 !important;
}
  
  
  #menu {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile-header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 99999;
    align-items: center;
    background: white;
   /* transition: all .3s;*/
    top: 30px;
  }
  
  .cart-count {text-transform: unset;}


    #mobile-header.open {

    background: transparent;
  }
  
  #mobile-header #logo {
    display: block;
    padding: 10px;
  }
  #mobile-header #logo a {
    width: 200px;
    margin: 0;
  }
  #mobile-header.open #logo a img {
    filter: invert(100%);
  }
  .hamburger {
    display: block;
    padding: 10px;
  }
  #menu-left {
    display: none;
  }
  #home-signup {
    bottom: 45px;
    left: 10px;
    width: calc(100% - 20px);
    height: unset;
    padding: 30px 10px 10px 10px;
    display: none;
  }
  #footer {
    flex-wrap: wrap;
    padding: 10px;
  }
  #footer li {
    padding: 0 10px;
    line-height: 24px;
  }
  #footer-signup {
    width: 100%;
  }
  #footer #form-wrapper {
    width: 100%;
  }
  #footer #form-wrapper p {
    text-align: center;
    padding: 0 10px;
  }
  #footer #form-wrapper form {
    max-width: 250px;
    margin: 10px auto 30px auto;
  }
  #footer-menu {
    text-align: center;
    width: 100%;
    order: 2;
  }
  #collection-wrapper {
    width: 100%;
    margin: 47px auto 50px auto;
  }
  
  #collection-details {
    color: black;
  }
  
  #collection-product {
    width: 100%;
    flex-basis: 100%;
    padding: 0 10px 10px 10px;
  }
  #collection-details {
    opacity: 1;
    bottom: unset;
    left: 0;
    position: relative;
    margin-top: 10px;
    right: unset;
  }
  #collection-image:hover .hidden {
    opacity: 0;
  }
  #inner {
    width: 100%;
    margin: 47px auto 50px auto;
  }
  #product {
    flex-wrap: wrap;
  }
  #product h1 {
    display: none;
  }
  #mobile-title {
    display: block;
    font-size: 14px;
    margin: 0 0 10px 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  #product-left {
    flex-basis: 100%;
    width: 100%;
    padding: 0 10px 10px 10px;
  }
  #product-right {
    flex-basis: 100%;
    width: 100%;
    padding: 0 10px 0px 10px;
    font-size: 14px;
    position: relative;
top: unset;
  }
  
  #images img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 10px 0
}

#images img:nth-child(3n+3) {
  margin-bottom: 0;
}



  
  .selectric-wrapper {
    /*width: 100% !important;*/
  }
  #page {
    width: 100%;
    margin: 47px auto 50px auto;
    padding: 50px 10px 0 10px;
  }
  #page-inner {
   padding: 0;
  }
  .guide-inner {
    width: 100%;
    margin-bottom: 80px;
    padding-right: 0;
  }
  #sr-left,
  #sr-right {
    width: 100%;
    padding-right: 0;
  }
  
  #cart {width: 100%; padding: 40px 10px 0 10px;
  margin: 47px auto 50px auto;
  }
  
  .cart-row {
    flex-wrap: wrap;
  }
  .cart-header {
    display: none;
  }
  .cart-row .col1 {
    width: 100%;
  }
  .cart-row .col2 {
    width: 100%;
    flex: unset;
    padding: 0;
    text-align: center;
  }
  .cart-row .col3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .cart-row .col4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .cart-row .col4 input {}
  .cart-row .col5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .cart-row .mobile-header {
    display: block;
    text-transform: uppercase;
    color: black;
    width: 50%;
    text-align: left;
  }
  #cart-bottom-row {
    flex-wrap: wrap;
  }
  
   #cart-bottom-row .left {
    width: 100%;
  }
  
  #cart-bottom-row .right {
    width: 100%;
  }
  
.article-top-left {width: 100%; margin-bottom: 20px;}
  .article-top-right {width: 100%; padding-left: 0;}
  .article-mobile {display: block;}
  
  

  .article-top-right h2, .article-top-right .date {display: none;}

  #blog {
    margin-left: 0;
    margin-right: 0;
  }
  
.post {
  width: 100%;
  border: 0;
padding: 0 ;
}

ul#journal-sub-mobile {display: block; padding: 0; margin: 0 0 10px 0;}
ul#journal-sub-mobile li {list-style: none; display: inline; margin: 0; padding: 0 10px 0 0;}
ul#journal-sub-mobile li a.active {color: #006633;}


 .country {width:100%; margin-top: 40px;}
   .country:first-child {margin-top: 0;}
  .row {width:100%; }
  .state {width:50%; margin-left: unset; margin: 20px 0;} 
  .city {width:50%;}

#mce-responses,
  .klaviyo_messages {
text-align: center;
right: 0;
}  
  
  #thank-you {
right: 10px;
bottom: 15px;  
}
  
  #password-protect-login-div {
  margin: 100px auto 0 auto !important;
}
  
  #wholesale-menu-mobile {
    display: block;
  display: block;
position: fixed;
top: 45px;
text-align: center;
width: 100%;
margin: 0 auto;
padding: 10px 40px;
background: white;
z-index: 1;
    line-height: 20px;
  }
  
  #wholesale-menu-mobile li {
    white-space: nowrap;
    display: inline; padding: 0; margin: 0 5px; text-transform: uppercase;
  }


  
}

  #wholesale-menu-mobile a.active {
color:#006633;
  
}

@media only screen and (max-width: 600px) {
	.type {
		height: 240px;
	}
  
  .type:nth-child(6) img {
	padding-top: 60px;
}
 
}

@media only screen and (max-width: 414px) {
  
  #cart-bottom-row .left textarea {
  max-width: unset;
}
  
  
  #cart-bottom-row .right a {
    text-align: center;
  }
  #cart-bottom-row .right input {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
#mobile-menu ul {
font-size: 20px;
}
}




.article img.blog-small {
  display: block;
  width: 50%;
  /*margin-left: auto;
  margin-right: auto;*/
}

.two-col {
  column-count: 2;
  column-gap: 20px;
}

@media only screen and (max-width: 600px) {
.article img.blog-small {
  width: 100%;
}
 
}

#add-wrapper input.disabled {
  cursor: default;
}

/* Advanced Wholesale Pro 2.0 */
.sd_wholesale_subtotal_price {
  margin-top: 10px !important;
}


#search-button {
    cursor: pointer;
  padding-bottom: 2px;

}

#search-button:hover {
  color: #666666;
}


.search-form.right {
  display: none;
  appearance: none;
  border: 0px;
  background: none;
  border-bottom: 0.5px solid black;
  padding: 0 0 1px 0;
 
}

.search-form.right input {
  appearance: none;
  border: 0px;
  background: none;
  outline: none !important;
   font-size: 12px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
    height: 14px;
}

.search-form.right input[type=search] {
  width: 125px;
}

.search-form.right input[type=submit]:hover {
  color: #666666;
      cursor: pointer;

}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#search-button-mobile {
 padding-bottom: 2px;  
}



.search-form-mobile {
  display: none;
  appearance: none;
  border: 0px;
  background: none;
  border-bottom: 1px solid white;
  padding: 0 0 1px 0;
  width: 90%;
 
}

.search-form-mobile input {
  appearance: none;
  border: 0px;
  background: none;
  outline: none !important;
   font-size: 30px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
    color: white;
    height: 35px;
}

.search-form-mobile input[type=search] {
  width: calc(100% - 125px);
}

.wn-net-order-heading {display: none;}
.wn-net-order-button {width: auto !important;}

.wn-net-order-button-container {margin-top: 0 !important;}


.errors ul,
.errors li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shopify-challenge__container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 999;
}

.paywhirl-plan-selector {
  font-size: 12px;
}

input { 
accent-color: #006633; 
        } 

#page h2 {
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 5px 0;
  padding: 0;
}