/** Shopify CDN: Minification failed

Line 1294:0 Expected "}" to go with "{"

**/
.hidden{
  display: none;
}

h2{
  line-height: 1.5em;
}

/* Header Titles */
#contact-us .title-bar.custom-font,
.title-bar.custom-font.collection-header,
.title-bar.section-header-padding.custom-font {
  position: relative;
}

#contact-us .title-bar.custom-font:after,
.title-bar.custom-font.collection-header:after,
.title-bar.section-header-padding.custom-font:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-top: 1px solid #CDAB35;
}

.title-bar *{
  position: relative;
}

#contact-us .title-bar.custom-font h1,
.title-bar.custom-font.collection-header h2,
.title-bar.custom-font.collection-header h1,
.title-bar.section-header-padding.custom-font h1,
.title-bar.section-header-padding.custom-font h2 {
  z-index: 1;
  width: fit-content;
  margin: auto;
  padding: 0 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  background: #ffffff;
}

.homepage-sections-wrapper--white .title-bar.custom-font.collection-header h2,
.homepage-sections-wrapper--white .title-bar.section-header-padding.custom-font h2 {
  background: #ffffff;
}

.homepage-sections-wrapper--light .title-bar.custom-font.collection-header h2,
.homepage-sections-wrapper--light .title-bar.section-header-padding.custom-font h2 {
  background: var(--color-scheme-light-background);
}

.homepage-sections-wrapper--accent .title-bar.custom-font.collection-header h2,
.homepage-sections-wrapper--accent .title-bar.section-header-padding.custom-font h2 {
  background: var(--color-scheme-accent-background);
}

.homepage-sections-wrapper--dark .title-bar.custom-font.collection-header h2,
.homepage-sections-wrapper--dark .title-bar.section-header-padding.custom-font h2 {
  background: var(--color-scheme-dark-background);
}

.type-subheading, .title-bar h1, .title-bar h2{
  line-height: 1.25;
}

.type-subheading{
  letter-spacing: 1px;
}

#contact-us .title-bar.custom-font{
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #contact-us .title-bar.custom-font,
  .title-bar.section-header-padding{
    margin-bottom: 25px;
  }
}
.dropdown-menu{
  min-width: 16rem;
}
.nav li a {
  letter-spacing: 0.4px;
}

/* Reviews */
.spr-stars span{
  display: flex;
  gap: 1px;
}

.spr-badge[data-rating="0.0"] {
  display: none;
}

/* Padding */
.main-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Pagination */
.page-item.active .page-link {
    background-color:var(--active-link-color);
}


/* Links */

.template-index a.button--text-subdued{
  text-decoration: underline;
}


/* Header / Menu */

.notification-bar__wrapper .notification-bar,
.notification-bar__wrapper .notification-bar *{
  font-size: 13px;
  text-transform: uppercase;
}

.mega-menu--dropdown-wrapper.open svg {
  transform: rotate(-180deg);
}

.mega-menu--dropdown-wrapper.open .nav-label:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: black;
  bottom: 0px;
  left: 0;
}

span.nav-label {
  position: relative;
}

.header-wrapper .header-link:hover, .header-wrapper a:hover, .header-wrapper button:hover{
  opacity: 1;
}

a.dropdown-submenu__link:hover {
  text-decoration: underline;
}

/* Sticky header */

.sticky-header-wrapper__inner{
  padding: 0;
}

.sticky-header-logo.d-none.d-lg-block img {
  width: 50px;
}

/* Mobile menu */
a.alt-focus.mobile-menu-link.top-link{
  font-weight: bold;
}

/* Swatches label */

.swatch label:not(.color){
  border-radius: 4px;
  min-width: 95px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 600;
      border: #0000004a 1px solid;
}

.swatch label:not(.color) small {
    font-weight: 400;
    display: inline-block;
    margin-top: 2px;
}

.swatch input:checked+label{
  background-color:var(--active-link-color);
  box-shadow: none;
  outline: none;
  color: #fff;
}

.swatch-title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

[data-smartrr-form-id] .product-description-main-wrapper [data-smartrr-selling-plan-group-id],
[data-smartrr-form-id] [data-smartrr-selling-plan-group-id] [data-smartrr-selling-plan-group-contents] {
  margin-bottom: 0;
}

.smartrr-radio-group-container .smartrr-selling-plan-group-name {
    width: 100%;
    justify-content: space-between;
}

.smartrr-radio-group-container {
    width: 100%;
}

.smartrr-radio-group-container .smartrr-selling-plan-group-name {
      font-weight: 600;
}

#product-box .variants-container {
    display: flex;
    flex-direction: column-reverse;
}

.smartrr-pricing-dash {
    display: none;
}

/* Cart drawer */

.slide-checkout-buttons{
  margin: 0 30px 30px;
}

.slide-checkout-buttons .cart-menu-close{
  margin-bottom: 0;
}

button.btn.cart-button-checkout{
  margin-bottom: 0;
}

p.cart--shipping-message {
  margin-bottom: 0;
}

button.btn.cart-button-checkout:focus .cart-button-checkout-spinner.lds-dual-ring:after{
  border-color: var(--active-link-color) transparent var(--active-link-color) transparent;
}

/* Store Locator */

#col-main{
  max-width: var(--page-width-with-padding);
  padding-left: var(--column-gap-width-half);
  padding-right: var(--column-gap-width-half);
  margin: 30px auto;
}

body .search_bar #submitBtn{
  background: black;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: revert;
  letter-spacing: .5px;
  outline: 0px;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
  font-size: 14px;
  margin-top: 0;
}

body .search_bar {
  background: #f9f5eb;
  border: none;
}

body .search_bar select,body .search_bar input {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 1px solid black;
  padding: 3px 5px;
}

@media screen and (min-width: 769px) {
  .search-template .facets__disclosure:not(:last-of-type) {
  margin-right: 15px;
  }
}

.facets__summary:focus, .facets__summary:focus-visible {
  border: none;
}

.facets__disclosure:hover {
  box-shadow: none;
}

/* Footer */

.accessibility{
  cursor: pointer;
}


/* Search page */

.results__title {
  padding: 0 15px 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
}

.articles-search-results .indiv-product .search-article-image img {
  max-height: 150px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.articles-search-results .collection .grid__item, .template-search .grid__item{
  padding-bottom: 1rem;
}

nav{
  margin: auto;
}

.articles-search-results .indiv-product .hp-subtitle{
  /* border: 1px solid #ceab35; */
  padding: 0;
  border-radius: 20px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.articles-search-results div.hp-subtitle a.subtitle{
  padding: 20px 10px;
}

.articles-search-results .indiv-product,
.articles-search-results .search-article-image,
.articles-search-results .search-article-image .indiv-product .hp-subtitle{
  height: 100%;
}

h5.search_article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  /* text-transform: uppercase; */
  font-size: 16px;
  font-weight: 600;
}

.template-search .collection-filters__field{
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.template-search .collection-filters__label{
  max-width: 200px;
}

.template-search .articles-search-results {
  margin-top: 30px;
}

.template-search .pages-search-results .indiv-product {
  background: #f9f5eb;
  padding: 10px;
  border-radius: 20px;
}

.template-search .pages-search-results .matched-search-terms{
  text-align: center;
}

.btn:not(.btn--password-submit),
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  border-radius: 5px;
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .hide-desktop{
    display: none;
  }
}

@media (max-width: 767px) {
  .feature-row__text--inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hide-mobile{
    display: none;
  }

  .swatch .swatch-element.color {
            margin-right: 7px;
  } 
}

.title-top .type-subheading{
  margin-bottom: 20px;
}

.logo-placement-within-wrapper__item.logo-placement-within-wrapper--split {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-pills>li.nav-hidden{
  display: none;
}

.sticky-header-menu .nav-pills>li.nav-hidden{
  display: block;
}

.slideout-menu.mobile-menu-wrapper {
  left: 0 !important;
  right: inherit;
}

.text-with-icon {
  padding: 20px 0;
}

.text-with-icon .text-with-icon--text {
  line-height: 1.3;
}

#shopify-section-template--product--recommendations h2, .shopify-section .title-bar.wrapper--page-title h2, h1.product-description-header {
  font-size: calc(var(--subpage-header-px) * 1.5);
  line-height: calc(var(--subpage-header-line-height) * 1.5);
}


/* Text icon */

.image-bar .grid__item {
  padding: 5px;
  margin-bottom: 20px;
}

.image-logo--title,
.image-bar .grid__item .type-subheading {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}


/*
* Mobile horizontal alignment
*/
.feature-row .feature-row__text--inner {
    text-align: left;
    justify-content: start;
    align-items: start;
}
@media ( max-width: 767px ) {
    .feature-row__text--inner {
        text-align: left;
        justify-content: start;
        align-items: start;
    }

}

/*
Custom Styles
*/

.quick-add-btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 1;
}

.quick-add-btn-wrapper .btn {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    width: 100%;
}

.indiv-product .grid-image-container:hover .quick-add-btn-wrapper .btn {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px){
  .quick-add-btn-wrapper {
    left: auto;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 10px;
  }
  .quick-add-btn-wrapper .btn-addtocart{
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: rgb(154, 111, 0);
  }
  .quick-add-btn-wrapper .btn-addtocart svg{
    width: 12px;
    height: auto;
    display: block;
    fill: #9a6f00;
    stroke: #fff;
  }
}

#AjaxinateContainer .indiv-product button.btn-addtocart.btn:focus {
    background-color: var(--button-background-color) !important;
    color: var(--button-text-color) !important;
}

.site-title-wrapper {
  display: none;
  font-size: 0;
  text-align: center;
}

ul.blog-sidebar--categories li {
    background: #fff;
    margin: 5px;
    float: left;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #9a6f00;
}
ul.blog-sidebar--categories li:hover {
    background: #ceaa35;
}

.page .title-bar h1 span{
    background: #fff;
    padding: 0 15px;
    z-index: 2;
}
.page .title-bar h1:after {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    z-index: -1;
    border-top: 1px solid #CDAB35;
    width: 100%;
}

.sale-text p {
    color: red;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0;
}

.sticky-add-to-cart {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    display: flex;
    visibility: hidden;
    z-index: 3;
    color: var(--sticky-header-text);
    background: var(--sticky-header-background);
    border-bottom: 1px solid var(--sticky-header-border);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    padding: 10px 0;
}
.sticky-add-to-cart.active {
  visibility: visible;
}
.satc__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.satc__title h4 {
    font-size: 1.1em;
    margin-bottom: 0;
    font-weight: 600;
}

.satc__variant-price span {
    font-weight: 500;
}
.satc__button .btn {
    background: var(--button-background-color);
    color: var(--button-text-color);
    margin: 0;
}
.satc__form {
    display: flex;
    align-items: center;
    gap: 15px;
}
.satc__variant-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.satc__variant, .satc__price {
    font-size: 90%;
}
@media (max-width: 767px){
  .sticky-add-to-cart{
    top: auto !important;
    bottom: 0;
  }
  .satc__title {
    display: none;
  }
  .satc__form {
    flex-direction: column-reverse;
    width: 100%;
    gap: 5px;
  }
  .satc__variant-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
  }
  .satc__button,
  .satc__button .btn{
    width: 100%;
  }
  .satc__price{
    position: relative;
    padding-left: 10px;
  }
  .satc__price:before {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .satc-active #gorgias-chat-container,
  .satc-active .needsclick,
  .satc-active .back-to-top{
    position: relative;
    z-index: -1 !important;
  }
}

/*============= Product Template =============*/
.product--the-owl-reset,
.product--30-day-coffee-detox{
  padding-top: 30px;
  padding-bottom: 60px !important;
}
.product--the-owl-reset .collapsible-tab-container,
.product--30-day-coffee-detox .collapsible-tab-container{
  border-color: #9a6f00;
}
.product--the-owl-reset .collapsible-tab-container .text-with-icon--text,
.product--30-day-coffee-detox .collapsible-tab-container .text-with-icon--text {
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0.3px;
    font-weight: 600;
}
.product-page--icons-with-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.product-page--icons-with-text .item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-page--icons-with-text .item img {
    display: block;
    width: 18px;
    height: auto;
}
.product-page--icons-with-text .item span {
    font-size: 14px;
    line-height: 2em;
}
.product--the-owl-reset .product-single__thumbnails .swiper-slide.swiper-slide-active,
.product--30-day-coffee-detox .product-single__thumbnails .swiper-slide.swiper-slide-active{
    padding: 0;
}
.collapsible-tab .product-list .item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.collapsible-tab .product-list .item img {
    display: block;
    width: 110px;
    height: auto;
}
.collapsible-tab .product-list .item .title {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
}
.collapsible-tab .product-list .item .price,
.collapsible-tab .product-list .item a {
    font-size: 14px;
    line-height: 2em;
}
.product-page--pricing--sale-text {
    width: max-content;
    background: #b75657;
    color: #fff;
    padding: 7px 10px 5px;
    margin: 0;
    border-radius: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-left: 20px;
}

/*============= [COMPONENT]: PRODUCT RESET INFO =============*/
.l-product__resetInfo {
  display: block;
  margin-top: 10px;
}
.l-product__resetInfo__wrapper.hidden {
  display: none !important;
}
.l-product__resetInfo__wrapper svg {
  display: block;
  min-width: 16px;
  width: 16px;
  height: auto;
  padding-top: 5px;
}
.l-product__resetInfo__wrapper p:last-child {
  margin-bottom: 0;
}
.l-product__resetInfo__wrapper ul {
  margin-left: 0;
  margin-bottom: 0;
}

/*============= [COMPONENT]: PRODUCT RICHTEXT =============*/
.product-richtext-block *:not(a) {
  color: var(--l-text-color);
}
.product-richtext-block a {
  color: var(--l-link-color);
}



.scrolling-banner {
    position: relative;
    overflow: hidden;
  padding: 1rem 2rem;
      border-top: 1px solid #9a6f00;
    border-bottom: 1px solid #9a6f00;
}

.scrolling-banner .banner {
    display: flex;
    align-items: center;
    list-style-type: none
    padding: 0;
}

.scrolling-banner .banner-item svg {
    display: block;
    width: 20px;
    height: auto;
}

.scrolling-banner .banner,.scrolling-banner .banner-item {
    margin: 0
}

.scrolling-banner .banner-item {
    display: flex;
    align-items: center;
    gap: 1em;
    flex-shrink: 0;
    padding-left: var(--scrolling-banner-gutter-mobile);
    padding-right: var(--scrolling-banner-gutter-mobile)
}

@media screen and (min-width: 481px) {
    .scrolling-banner .banner-item {
        padding-left:var(--scrolling-banner-gutter-desktop);
        padding-right: var(--scrolling-banner-gutter-desktop)
    }
}

.scrolling-banner .show-fade:after,.scrolling-banner .show-fade:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 30%;
    height: 100%;
    opacity: 1;
    pointer-events: none
}

.scrolling-banner .show-fade:before {
    left: 0;
    background: linear-gradient(90deg,var(--color-scheme-background-color) 15%,rgba(255,255,255,0) 85%)
}

.scrolling-banner .show-fade:after {
    right: 0;
    background: linear-gradient(270deg,var(--color-scheme-background-color) 15%,rgba(255,255,255,0) 85%)
}

.scrolling-banner .divider {
    display: block;
    height: 100%;
    border-right: 1px solid var(--color-scheme-border-color);
    margin: 0 var(--scrolling-banner-gutter-mobile)
}

@media screen and (min-width: 481px) {
    .scrolling-banner .divider {
        margin:0 var(--scrolling-banner-gutter-desktop)
    }
}

.scrolling-banner .icon--placeholder {
    max-width: unset;
    width: auto
}

.scrolling-banner .content-image {
    width: auto
}

.scrolling-banner scrolling-banner {
    rotate: var(--scrolling-banner-rotate)
}

@media (prefers-reduced-motion) {
    scrolling-banner {
        display: flex;
        overflow: hidden
    }

    scrolling-banner .banner[data-duplicated] {
        display: none
    }

    .scrolling-banner .banner {
        flex-wrap: wrap;
        align-items: normal
    }

    .scrolling-banner .banner-item {
        align-items: center
    }

    .scrolling-banner .divider {
        display: flex;
        height: unset
    }
}

@media (prefers-reduced-motion:no-preference) {
    scrolling-banner {
        display: grid;
        grid: auto/auto-flow max-content;
        transition: transform .6s ease-out
    }

    scrolling-banner.animation-direction-normal {
        justify-content: start
    }

    scrolling-banner.animation-direction-normal .banner {
        animation-name: translateLeft
    }

    scrolling-banner.animation-direction-reverse {
        justify-content: end
    }

    scrolling-banner.animation-direction-reverse .banner {
        animation-name: translateRight
    }

    scrolling-banner .banner {
        animation-duration: var(--scrolling-banner-animation-speed);
        animation-timing-function: linear;
        animation-iteration-count: infinite
    }

    scrolling-banner:hover .banner {
        animation-play-state: paused
    }
}

@keyframes translateLeft {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translate(-100%)
    }
}

@keyframes translateRight {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translate(100%)
    }
}

.section--collapsible-content .collapsible-tab {
    background-color: rgba(154, 111, 0, 0.06) !important;
    padding: 5px 15px;
  border-radius: 10px;
}
.section--collapsible-content .collapsible-content__tab h3 {
    margin-left: 25px;
}
.section--collapsible-content .collapsible-tab .text-with-icon img{
  display: block;
  width: 33px;
  max-width: 33px;
  height: 33px;
}
.section--collapsible-content .collapsible-tab-container{
  border: none;
  margin-top: 20px;
}
.section--collapsible-content .collapsible-tab .text-with-icon .text-with-icon--content {
    padding-left: 10px;
}
.section--collapsible-content .collapsible-tab .content {
    display: flex;
    align-items: flex-start;
}
.section--collapsible-content .collapsible-tab .content .image-wrap,
.section--collapsible-content .collapsible-tab .content .rte {
    padding: 0 15px;
}
.section--collapsible-content .collapsible-tab .content img {
    display: block;
    width: 96px;
    height: auto;
}
.section--collapsible-content .collapsible-tab .text-with-icon--text {
    text-transform: none;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
}

.section--text-row-icon .text{
  font-size: 27px;
  line-height: 1.5em;
}
.section--text-row-icon .text-icon__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.section--text-row-icon .text-icon__row {
    display: grid;
    grid-template-columns: 80px 2fr 3fr;
    padding: 30px 0 18px;
    border-bottom: 1px solid #000;
}
.section--text-row-icon .text-icon__icon,
.section--text-row-icon .text-icon__title,
.section--text-row-icon .text-icon__text{
    padding: 0 15px;
}
.section--text-row-icon .text-icon__icon img {
    display: block;
    width: 50px;
    height: auto;
}

.videos-list__heading {
    text-align: center;
      margin-top: 30px;
    margin-bottom: -15px;
    line-height: 1em;
}
.section--videos-list hr{
      border-color: #9a6f00;
}

.product--the-owl-reset .collapsible-tab-content ul,
.product--30-day-coffee-detox .collapsible-tab-content ul{
  list-style: none;
  padding-left: 20px;
}
.product--the-owl-reset .collapsible-tab-content ul li svg,
.product--30-day-coffee-detox .collapsible-tab-content ul li svg{
  display: block;
  width: 16px;
  height: auto;
  padding-top: 5px;
}
.product--the-owl-reset .collapsible-tab-content ul li,
.product--30-day-coffee-detox .collapsible-tab-content ul li{
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: flex-start;
    gap: 15px;
}

.feature-row__image img{
  border-radius: 20px;
}
.featured-row__subtext h3{
    padding: 15px 0 5px;
    border-top: 1px solid rgb(154, 111, 0);
}
.featured-row__subtext h3:last-child{
    padding: 15px 0;
    border-bottom: 1px solid rgb(154, 111, 0);
}

@media (min-width: 768px) and (max-width: 991px){
  .product--the-owl-reset .product-single__thumbnails .swiper-container-vertical .product-single__thumbnail__image,
  .product--30-day-coffee-detox .product-single__thumbnails .swiper-container-vertical .product-single__thumbnail__image{
    height: auto;
  }
}

@media (max-width: 767px){
  .section--collapsible-content .collapsible-content__content {
    margin-bottom: 40px;
  }
  .section--text-row-icon .text{
    font-size: 18px;
  }
  .section--text-row-icon .text-icon__row {
    grid-template-columns: 80px 1fr;
    align-items: center;
  }
  .section--text-row-icon .text-icon__text {
    grid-column: 2 span;
    padding-top: 10px;
  }
  .section--text-row-icon .text-icon__wrapper{
    padding-top: 0;
  }
  .section--text-row-icon .text-icon__title h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}



#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] {
  border: 1px solid #ccc;
  padding: 15px  20px;
  border-radius: 4px;
  margin-bottom: 10px;
}

#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id].active-subscription-group,
#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id].smartrr-group-active {
  /* border: 1px solid #9a6f00; */
  padding: 15px  20px;
  border-radius: 4px;
      background-color: #cccccc36;
}

#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] .smartrr-selling-plan-group-label,
#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] [data-smartrr-selling-plan-group-plans] .smartrr-plans-frequency-label,
#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] [data-smartrr-selling-plan-group-contents]  {
  margin-bottom: 0;
}

#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] [data-smartrr-selling-plan-group-contents] {
  padding-top: 16px;
}

#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] .smartrr-selling-plan-group-label {
  display: flex;
  align-items: center;
}

#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] [data-smartrr-selling-plan-group-plans] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] [data-smartrr-selling-plan-group-plans] .smartrr-deliver-frequency {
  font-weight: 600;
  font-size: 14px;
}


#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] [data-smartrr-selling-plans-select] {
  padding: 5px 36px 6px 10px;
  background-position-y: 5px;
}

#main-body [data-smartrr-selling-plan-group-input] + .smartrr-selling-plan-group-input-display:after {
  background-color: #9a6f00;
}
#main-body [data-smartrr-selling-plan-group-input] + .smartrr-selling-plan-group-input-display:before {
  border: 1px solid #9a6f00;
}

[data-smartrr-selling-plans-select] {
      font-weight: 600;
    font-size: 15px;
}


.gf_variants-wrapper select.gf_variants {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 10px;
  padding: 10px 20px;
}

/* Custom CS 27May */
.blog-main h3.type-subheading {
    font-weight: 450;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 10px;
   
}

.blog-main h3.type-subheading a {
   /* text-decoration: underline; */
   text-decoration-color: #9a6f00;
  color: #000000;
  text-underline-offset: 4px;
      letter-spacing: 0;
}

.blog-main .blog-publish-date {
    font-weight: 450;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.indiv-product .indiv-product-title-text {
  font-weight: 600;
}

.blog-main .blog--read-more a {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
}

.sale-text p {
  color: #b75657;
  font-weight: 600;
}

#blog-sidebar ul li {
  transition: all .4s linear;
}

#blog-sidebar ul li:hover {
  background: #9A6F00;
}


#blog-sidebar ul li:hover a {
  color: #fff;
}

.blog-sidebar--categories a:hover, .blog-sidebar--categories a>:hover, .blog-sidebar--latest-articles a:hover, .blog-sidebar--latest-articles a>:hover {
  opacity: 1;
}

.indiv-product .okendo-star-rating-widget {
    margin-bottom: 9px;
}

/* .swatch .swatch-element {
    background-color: #F9F6F0;
} */

.new-container {
    max-width: 1340px;
    padding-left: var(--column-gap-width-half);
    padding-right: var(--column-gap-width-half);
    margin: 0 auto;
}

.satc__button .btn:focus {
      background: var(--button-background-color) !important;
    color: var(--button-text-color) !important;
}

#main-body [data-smartrr-selling-plan-groups] [data-smartrr-selling-plan-group-id] label {
    font-weight: 500;
}

.product-page--submit-action button#purchase {
    margin-top: 0;
  font-weight: 600;
}

body .btn:not(.secondary-button):not(.request-a-quote-button):not(.quick-view-button).focus-visible, body .btn:not(.secondary-button):not(.request-a-quote-button):not(.quick-view-button):focus, body .btn:not(.secondary-button):not(.request-a-quote-button):not(.quick-view-button):focus-visible, body button:not([id^="wetheme-dropdown"]):not(.secondary-button):not(.alt-focus):not(.shopify-payment-button__button--unbranded):not(.quick-view-button).focus-visible, body button:not([id^="wetheme-dropdown"]):not(.secondary-button):not(.alt-focus):not(.shopify-payment-button__button--unbranded):not(.quick-view-button):focus, body button:not([id^="wetheme-dropdown"]):not(.secondary-button):not(.alt-focus):not(.shopify-payment-button__button--unbranded):not(.quick-view-button):focus-visible, body input[type="submit"].focus-visible, body input[type="submit"]:focus, body input[type="submit"]:focus-visible
 {
       background-color: #9a6f00 !important;
    color: #fff !important;
 }

.money-styling {
  margin-top: 5px;
}

.swatch-element:focus-within label {
  outline: unset;
}

.swatch {
      align-items: stretch;
}

.product-recommendations-wrapper .indiv-product__swatches {
    display: none;
}

@media ( max-width: 767px ) {
  .swatch label:not(.color) {
    font-size: 13px;
        padding: 6px;
}

