/** Shopify CDN: Minification failed

Line 211:6 Comments in CSS use "/* ... */" instead of "//"
Line 353:0 Unexpected "}"

**/
/* Place any CSS overrides in this file. */
/* Place any CSS overrides in this file. */
@font-face {
  font-family: "Avenir Book";
  src: url("Avenir-Book.woff") format("woff");
  font-family: "Avenir BookOblique";
  src: url("Avenir-BookOblique.woff") format("woff");
  font-family: "Avenir MediumOblique";
  src: url("Avenir-MediumOblique.woff") format("woff");
  font-family: "Avenir Light";
  src: url("Avenir-Light.woff") format("woff");
  font-family: "Avenir LightOblique";
  src: url("Avenir-LightOblique.woff") format("woff");
  font-family: "Avenir Medium";
  src: url("Avenir-Medium.woff") format("woff");
  font-family: "Interstate";
  src: url("interstate-regular.woff") format("woff");
  font-family: "Interstate Regular";
  src: url("interstate-light.woff") format("woff");

}  

h1, h2, h3, h4, h5, h6{ font-family: "Interstate","Avenir Next",sans-serif !important;text-transform:uppercase; }
p { font-family: "Avenir Book","Avenir Next",sans-serif !important; }
body{ font-family: "Avenir Book","Avenir Next",sans-serif !important; }

/*Main Nav*/
.top-links ul li {
    list-style-type: none;
    font-family: "Interstate Bold","Avenir Next",sans-serif !important;
  	font-weight:bold;
}
/*a.site-nav__link {
    border-bottom: 3px solid white;
}
a.site-nav__link:hover{
    border-bottom: 3px solid black;
}*/

.mega-menu-wrapper .inner p.h4 a{
    font-size: 12px;
  font-family: "Interstate Bold","Avenir Next",sans-serif !important;
  font-weight:bold;
}
div.rc_popup__block {
  
    background: #fff;
    z-index: 9;
}
.mega-menu-wrapper .menu-link a{
    margin-left: 0;
    font-weight: normal;
  	text-transform:none;
}
.site-nav--link-wrapper .icon-dropdown {
    display: none;
}
li.dropdown-submenu.grid__item.large--one-eighth.medium--one-eighth {
    width: 12.5%;
}
.announcement-bar p {
  font-family: "Interstate","Avenir Next",sans-serif !important;
}

i.fa.fa-user.fa-lg {
  display:none;
}
i.fa.fa-search.fa-lg {
  display:none;
}
i.fa.fa-shopping-bag.fa-lg {
  display:none;
}
.header--supporting-text-active {
  color:#F06D3C;
}
.product-details-wrapper {
    background: none;
    padding: 0px;
}
div#product-details-section{
  margin-top:50px;
  padding-top:30px;
  border-top:1px solid #eeeeee;
}
.product-details-sections-wrapper{
  padding:50px;
}
.is-1 small, .is-2 small, .is-3 small, .is-4 small, .is-5 small, .is-6 small, .is-7 small, .is-8 small {
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .0625rem;
}
.heading small {
    display: block;
}
h2.heading.is-2 {
    margin-bottom: 0px;
}
.product-description.product-details--form-wrapper---below.rte {
    margin-top: 5px;
  	margin-bottom:5px;
}
.product-description.product-details--form-wrapper---below.rte p{
    margin-top: 0px;
  	margin-bottom:0px;
}
.more-details-link a{
  font-family:"Interstate";
  text-transform:uppercase;
  font-weight:bold;
  text-decoration:underline;
}
#AddToCartForm .product-sub-label, #AddToCartForm .selector-wrapper label {
	display: none;
}
#AddToCartForm .ajaxcart__qty-adjust, #AddToCartForm .js-qty__adjust {
    font-size: 10px;
    opacity: .5;
    padding: 8px;
}
html {
  scroll-behavior: smooth;
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

div#shopify-section-template--product--recommendations {
    clear: both;
}
@media screen and (min-width: 769px) {
div#shopify-section-template--product--details {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
}
}
@media screen and (max-width: 768px) {
div#shopify-section-template--product--details {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
}
.more-product-details h2 {
    text-align: center;
  	margin-bottom:30px;
}

/* accordian */
   
div#accordian-container {
    margin-bottom: 20px;
}

button.accordion {
      background-color:white;
      cursor: pointer;
      padding-top: 3px;
      padding-bottom:3px;
      padding-right:0px;
      padding-left:0px;
      width: 100%;
      text-align: left;
      border: none;
      border-radius: 0;
      outline: none;
      transition: 0.4s;
      border-bottom: 2px solid #e6e6e6;
      text-transform:uppercase;
      font-weight:bold;
    }
    button.accordion.active, button.accordion:hover {
     
    }
    .panel.show {
      display: block;
      border-bottom: 2px solid #e6e6e6;
    }
    .panel {
      padding: 5px 0;
      max-height: 0;
      overflow: hidden;
      transition: all 0.6s ease-in-out;
      opacity: 0;
    }
    .panel.show {
      opacity: 1;
      max-height: 3020px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    }
    .panel:last-of-type {
      border-radius: 0 0 10px 10px;
    }
    .accordian-section {
      // height: 283px;
    }
    button.accordion:after {
      content: '+'; /* Unicode character for "plus" sign (+) */
      float: right;
      margin-left: 5px;
    }
    button.accordion:hover:after {
      color: ;
    }
    button.accordion.active:after {
      content: "-"; /* Unicode character for "minus" sign (-) */
    }

   button.accordion.active {
       border-bottom: 0px solid #e6e6e6;
    }
    

    /* end accordian */
.product-fragrance-notes .fragrance-title {
    font-family: "Interstate";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.product-fragrance-notes .fragrance-text strong {
    color: #3C4981;
    font-weight: 600;
  	text-transform: uppercase;
}

.paymentButtonsWrapper #AddToCart, .paymentButtonsWrapper .shopify-payment-button {
    width: 100%;
    max-width: 100%;
}

/* Growave */
.faves-count {
    display: none;
}
/*Product Tabs*/
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  padding-right:15px;
  transition: 0.3s;
  text-transform:uppercase;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
  border-bottom: 3px solid black;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border: 0px solid #ccc;
  border-top: none;
}

/* Ingredients Page ST Image Gallery */
.image-gallery-wrapper .gallery-grid {
    align-items: stretch;
}

/* Mobile First */
#wrapper {width:95%;  margin: 0 auto; }

#header {width:100%; }

#content {width:100%; }

#sidebar {width:100%; }

#footer {width:100%; }
.homepage-sections--title, .list-collections--title, .page--title, .page-category--title {
  font-size: 18px;}
.announcement-bar p {
  font-size:10px;
}
.announcement-bar {
    text-align: center;
    padding: 2px 0;
    min-height: 15px;
    align-items: center;
    justify-content: center;
}
.mobile-nav-bar-wrapper {
    padding: 0px 0;
}
.slideshow--full-screen {
    height: 100vh;
    /*padding-bottom: calc(90vh - 8.8rem);*/
}

.template-product .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  display:none;
}
.js-qty {
    border: 1px solid;
    border-radius: 10px;
}
/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
.announcement-bar {
    text-align: center;
    padding: 10px 0;
    min-height: 41px;
    align-items: center;
    justify-content: center;
}
.announcement-bar p {
  font-size:12px;
}
  .site-title {
    padding: 15px 0;
}
}
/* Gallery to one full width on mobile*/  
}
@media screen and (max-width: 767px) {
  .image-gallery-wrapper .gallery-grid .homepage-gallery-grid-item {
    flex-basis: auto;
    width: 100%; } }
/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {

#wrapper {width:90%;  margin: 0 auto; }

#content {width:70%; float:left; }

#sidebar {width:30%; float:right; }
  
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) { 
.homepage-sections--title, .list-collections--title, .page--title, .page-category--title {
  font-size: 32px;}
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  border: 0px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}