/** Shopify CDN: Minification failed

Line 2197:0 Expected identifier but found "0"
Line 2302:6 Expected ":"
Line 2303:8 Expected ":"
Line 2309:6 Expected ":"
Line 2310:8 Expected ":"

**/
@charset "UTF-8";

:root {

  /* Oswald on True Leaf */

   /* Used for headings and anything that needs emphasis */
  --font-primary: "Oswald", arial;
  /* Used for content like paragraphs */
  --font-secondary: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;


  /* Orange on true leaf */
  --color-primary: #006f51;

  /* Brown on true leaf */
  --color-secondary: #e7d5bb;
/* c29654 */
  --color-background: #fefce9;
  /* BK -534536 -ec5a28 */

}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 1000px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
}
/* Hide theme preview and obnoxious floating buttons */
#preview-bar-iframe {
  display: none !important;
}

#reamaze-widget-icon {
  display: none !important;
}

.burlap-bg, .header--style5 {
  background-color: var(--color-background) !important;
}

.header-sticker__inner {
  background-color: var(--color-background) !important;
}
/*
#smile-ui-container {  display: none !important; }
*/
/* FIX FONTS */
.section__title__text, .product-single__title, .cf__item__title,
.article__comment-heading, article h3, .article__title,
.sidebar__title, .page-title, .collections-header h1,
.lp-title, .oswald, .now-oswald,
.collection__description h1, .collection__toolbar .ct__total,
.product-desc-tab h1, .product-desc-tab h2, .product-desc-tab h3,
.newfont, .text-list--title-heading,
.footer__column__title, .text-uppercase,
.footer__linklist-item a, .footer a p {
  font-family: var(--font-primary) !important;
}

a {
  color: var(--color-primary);
}


.tl-sort {
  height: 43px;
  margin-left: 10px;
}
.tl-sort:hover .tl-sort-btn {
  background-color: #d9d9d9;
  cursor: pointer;
}
.tl-sort:hover .tl-sort-btn::after {
  content: "\e873";
}

.tl-sort-btn {
  background-color: #f2f2f2;
  border: none;
  padding-left: 10px;
  border-radius: 3px;
  height: 100%;
  min-width: 180px;
}
.tl-sort-btn::after {
  padding-left: 5px;
  font-family: "BTVodoma";
  content: "\e874";
}

.tl-sort-dropdown ul {
  position: relative;
  z-index: 1500 !important;
  background-color: #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px;
}
.tl-sort-dropdown ul li {
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.tl-sort-dropdown ul li:not(:first-of-type) {
  padding-top: 5px;
}

.tl-sort-dropdown a:hover {
  cursor: pointer;
}


.text-list--title {
  color: var(--color-primary) !important;
}

.uppercase {
  text-transform: uppercase;
}

/* Misc Small Changes */
.cart-page__items-table .cart__header th {
  font-family: arial !important;
}

.pg__main-image {
  border-radius: 5px !important;
}

.cf__link--option, .cf__item__collapse {
  color: black !important;
}

.snize-title {
  color: #263c61 !important;
}

.d-none {
  display: none !important;
}

.icon-pad {
  padding-left: 5px;
}

.no-matching-filter {
  padding-bottom: 20px;
}

.see-more {
  padding-top: 30px;
}

.iwishTitle h1 {
  text-align: center;
}

.bt-dropdown-upward {
  top: 70px !important;
}

.wide-container {
  width: 90%;
}

.iWishAdd:hover {
  color: black;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.pic-align {
  border-radius: 5px;
}

.bt-sidebar-btn, .bmt__item a {
  color: black !important;
}

.bmt {
  height: unset !important;
}

.rich-banner-section .container, .collection-list .container, .rich-banner-section .container,
.product-slider-section .container, .text-list-section .container, .product-single .container,
.pg__tabs-wrap .container, #ProductSection-product-template .container, .breadcrumbs .container,
#collection-template .container, #shopify-section-article-template .container,
#shopify-section-cart-template .container, #sitemapper .container {
  background-color: white;
}

#shopify-section-cart-template .container {
  padding-bottom: 50px;
}

.shopify-payment-button__button {
  display: none !important;
}

.spacer-bottom {
  padding-bottom: 50px;
}

.spacer-bottom-sm {
  padding-bottom: 20px;
}

.no-side-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.bg-gray, .gray-bg {
  background-color: #ededed !important;
}

.bg-white, .white-bg {
  background-color: white;
}

.link-button {
  background: none;
  border: none;
  text-decoration: underline;
  color: var(--color-primary);
}

main .container {
  background-color: white;
}

.black-link, .black-link a {
  color: black;
  text-decoration: none !important;
}
.black-link:hover, .black-link a:hover {
  color: var(--color-primary);
}

.no-horizontal-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.expand-to-container {
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-fit-content
  flex: 1 1 auto;
}

.pg__bottom .item__name {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .mobile-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section__heading h1, .section__heading h2 {
  border-bottom: 3px solid var(--color-primary) !important;
}

.title-padding {
  padding-top: 42px;
}

.section__title__text:not(.section-title-center), .page-title:not(.page-title-center) {
  text-align: left;
  width: fit-content;
}

.featured-front h1, .featured-front h2, .featured-front h3, .featured-front h4, .featured-front h5, .featured-front h6 {
  border-bottom: 3px solid var(--color-primary);
}

.section__heading {
  padding: 10px;
}

.section__title__text {
  padding-bottom: 0;
}

.product-controls-row > .norton-btn {
  padding-left: 20px;
}

.yotpo-bottomline > .text-m {
  padding-left: 10px;
}

.qty-box__input {
  -moz-appearance: textfield !important;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  font-family: var(--font-primary);
}

/*# sourceMappingURL=bt-icons.css.map */
.phone-dropdown {
  width: fit-content !important;
  min-width: 20px !important;
  left: 100px !important;
}

.header-mobile__logo__image {
  max-width: 1000px;
}

.menu-icon {
  display: inline;
  max-width: 10px;
  min-height: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.menu-icon img {
  width: 20px;
  height: 20px;
}
.menu-icon .menu-lnr-icon {
  font-size: 16px;
  padding-left: 10px;
}

.header-my-account {
  width: 160px;
  max-width: 160px;
  min-height: 160px;
  margin-right: 100px;
  padding-right: 30px;
}

@keyframes grow-anim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.home-button {
  background-color: var(--color-primary);
  margin-left: 5px;
  max-height: 60px;

}
.home-button a {
  width: 40px;
  margin: 10px;
  transition: all 1s;
  color: white;
}
.home-button a:hover {
  animation: grow-anim 1s ease 1;
  transform: scale(1.2);
  color: white !important;
}

.nav-parent-link {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 60px;
  color: white;
}
.nav-parent-link a {
  padding-top: 20px;
  height: 60px;
  font-size: 16px;
  color: white;
}
.nav-parent-link:hover, .nav-parent-link.active {
  background-color: #fefce9;
}
.nav-parent-link:hover a, .nav-parent-link.active a {
  color: black !important;
}

.header-sub .main-nav__list {
  margin-left: 60px;
  max-height: 29px;
}

.nav-subparent-link {
  position: relative;
  bottom: 2px;

  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 33px;
    color: white;
}

.nav-subparent-link a {
  padding-top: 3px;
  height: 30px;
  color: white;
}

.nav-subparent-link:hover, .nav-subparent-link.active {
  background-color: #fefce9;
}

.nav-subparent-link:hover a, .nav-subparent-link.active a {
  color: black !important;
}

.nav-menu-dropdown {
  min-width: 900px !important;
  max-width: 1000px !important;
  position: absolute;
  z-index: 10;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 0.5px solid black;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}

.nav-menu-dropdown.testing {
  border: 3px dotted black;
}

@media only screen and (max-width: 1000px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  .yotpo-star-distribution-wrapper {
    display: none;
  }
}
@keyframes fadeInAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSwapAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.simple-fade-swap {
  animation: fadeSwapAnim 1s 1;
}

.simple-fade-in {
  animation: fadeInAnim 1s 1;
}

.simple-fade-out {
  animation: fadeInAnim 1s 1;
  animation-direction: reverse;
}

.header-top-links {
  margin-bottom: 5px;
  margin-right: 5px;
}
.header-top-links .header-top-link:not(:first-of-type) {
  padding-left: 10px;
}
.header-top-links .header-underlined {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #faec9a;
}

.header-top-icon {
  margin-right: 3px;
}

.flag-icon {
  padding-left: 5px;
  max-width: 20px;
}

#logo-slideshow {
  z-index: 2;
}

.header-logos {
  align-items: center;
}
.header-logos img {
  max-width: 475px;
}
.header-logos .logo-secondary {
  padding-top: 10px;
  height: 60%;
}
.header-logos .logo-secondary img {
  max-width: 200px;
  height: auto;
}

.nav-wrapper {
  background-color: var(--color-primary);
}

i.top-header-icon:not(.always-active) {
  -webkit-text-stroke: 0.5px #383838;
}

a:hover > i.top-header-icon:not(.always-active), i.top-header-icon.always-active {
  -webkit-text-stroke: 0.5px var(--color-primary);
}

.dropdown-big-link-spread {
  padding: 10px;
}
.dropdown-big-link-spread div {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-big-link-spread div a {
  text-align: left;
  width: 100%;
  color: black;
  border-bottom: 1px solid var(--color-primary);
  font-family: var(--font-primary) !important;
  font-size: 16px;
}
.dropdown-big-link-spread div a:after {
  content: " »";
}
.dropdown-big-link-spread div a:hover {
  color: var(--color-primary) !important;
}

.search-offset {
  margin-left: 80px;
}

.nav-tab-item--single.active .search-nav-link {
  border-bottom: 3px solid var(--color-primary);
}
.nav-tab-item--single .search-nav-link:hover {
  border-bottom: 3px solid var(--color-primary);
}

.dropdown-seeds-flower .nav__item__dropdown-column-content > ul {
  padding: 0px 10px 10px 0px;
}

.nav__item__dropdown-column > a:hover {
  border-bottom: 1px solid var(--color-primary);
}
.nav__item__dropdown-column > a:hover .nav__item__dropdown-title {
  color: var(--color-primary);
}

.collections-header {
  background-position: center;
  background-size: cover;
}

.header-mobile__top div a i, .header-mobile__top div a {
  color: white !important;
}
.header-mobile__top .mobile-logo-link {
  max-width: 170px;

}
.header-mobile__top .mobile-logo-link .invert {
  filter: brightness(0) invert(1);
}

.nav__item__dropdown-column-content .link-list__item a {
  font-size: 16px;
}

.search-form {
  width: 80%;
}

.header-search-container {
  justify-content: flex-end;
  width: 400px !important;
}

.mobile-header-sublabel {
  font-family: var(--font-primary);
  text-transform: uppercase;
  color: white;
}

.mobile-header-subrow a i {
  color: black;
}

.mobile-nav-bar i {
  color: black;
}

.sales-ribbon {
  padding: 5px;
  background-color: #7c2321;
  text-align: center;
  border: 3px solid black;
}
.sales-ribbon a {
  font-size: 16px;
  color: white;
}

@media only screen and (max-width: 1000px) {
  .sales-ribbon a {
    font-size: 12px;
  }
}
.header__cart-link span:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

#shopify-section-footer-complete {
  background-color: var(--color-secondary);
}

.footer-header-links {
  display: flex;
}
.footer-header-links a {
  padding-left: 10px;
  padding-top: 10px;
  cursor: pointer;
}
.footer-header-links a i {
  color: black;
  font-size: 30px;
}

.footer .footer-taylor {
  color: black;
}
.footer .footer-taylor p {
  color: black !important;
  text-align: center !important;
}

.footer .contact-info {
  color: black;
}
.footer .contact-info a {
  color: black;
}
.footer .contact-info .telephone a {
  font-size: 12px;
}
.footer .contact-info .telephone a:first-of-type {
  padding-right: 5px;
}
.footer .contact-info .address {
  text-align: center;
  font-size: 13px;
}

.footer-hr {
  border-color: #999;
}

.footer-logos.footer-logos-left div:first-of-type {
  width: 80%;
  text-align: center;
  margin-bottom: 10px;
}
.footer-logos.footer-logos-center img {
  width: 80%;
}
.footer-logos.footer-logos-right {
  float: right;
}
.footer-logos.footer-logos-right span:first-of-type {
  margin-right: 20px;
}

.header-search-container {
  float: right;
  margin-left: auto;
  margin-left: 15px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .header-search-container {
    margin-bottom: 5px;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  .logo-final {
    display: none;
  }
}
.footer__linklist-item a, .contact-info a, .contact-info div {
  font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
  text-transform: none;
}

.contact-info a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.footer {
  color: black !important;
}
.footer .social-icons__link {
  font-size: 35px;
  color: black;
}
.footer .social-icons__link i {
  color: black !important;
}
.footer #footer-norton-btn {
  cursor: pointer;
}
.footer .social-title {
  margin-top: 0px;
}

/* DESTKOP */
@media only screen and (min-width: 1000px) {
  .footer-top-row > div:first-child {
    border-right: 3px solid var(--color-primary);
  }
  .footer-top-row > div:last-child {
    border-left: 3px solid var(--color-primary);
  }
  .footer-top-row > div:first-child, .footer-top-row > div:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-header-wrapper-links {
    padding-left: 20px;
  }
}
/* MOBILE */
@media only screen and (max-width: 1000px) {
  .footer-top-row {
    justify-content: center;
    align-items: center;
  }
  .footer-top-row > div {
    padding-top: 10px;
  }

  .footer-button-row .footer-social-links, .footer-button-row .footer-header-wrapper-links {
    width: 50%;
  }
}
.taylor-pic-sm {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.free-shipping {
  text-align: center;
  padding-top: 10px;
}

.newsletter label, .newsletter .news__input, .newsletter .news-text {
  color: white !important;

}
.newsletter .news-text {
  font-size: 14px;
  font-family: var(--font-primary) !important;

}
.newsletter .newsletter-form {
  padding-top: 0px;
  margin-top: 0px;
}
.newsletter .wrapper {
  background-color: var(--color-primary) !important;
  border-radius: 10px;
  padding: 10px 15px;
}

.newsletter-btn {
  padding: 5px !important;
  margin-left: 10px;
  border: none;
  height: 100%;
  width: auto;
  border-radius: 10px;
  padding-top: 10px;
  background-color: var(--color-primary);
}

/* "See the kits" section */
.mic-background:not(:empty) {
  background-color: #f0f0f0;
  width: 100%;
  height: 140px;
  border-radius: 8px;
  padding: 1.5rem;
  border: 2px dashed #c5c2c2;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.mic-background:not(:empty) .mic-button {
  background-color: #f05a28;
  text-align: center;
  width: 50%;
  height: 35px;
  border-radius: 5px;
}
.mic-background:not(:empty) .mic-button a {
  color: white !important;
  text-decoration: none;
  font-weight: bold;
}

.collection-grid-item__link {
  overflow: visible;
}

.collections-header h1 {
  margin-left: 20px;
}

@media only screen and (max-width: 1000px) {
  .collections-header h1 {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .hr-orange {
    height: 2px;
    background-color: var(--color-primary);
  }
}
.fp-cat-block a {
  color: #272727;
  text-decoration: none;
}

.featured-front h3 {
  text-align: left;
}

.basic-filter-item {
  color: black;
  cursor: pointer;
}

.basic-filter-item .cf__link--title {
  font-size: 12px;
  user-select: none;
}

.basic-filter-item.current .cf__link__box-circle::before {
  font-size: 11px;
  text-align: center;
  content: "\e900";
  font-family: "BTVodoma";
}

.color-boxes {
  display: flex;
  flex-wrap: wrap;
}

.color-box {
  width: 32px;
  height: 32px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  border: 1px solid #b1b1b1;
}

/* Black,Blue,Brown,Burgundy,Green,Mix,Orange,Pink,Purple,Red,White,Yellow */
.color-box-black {
  background-color: #000000;
}

.color-box-blue {
  background-color: #0300be;
}

.color-box-brown {
  background-color: #5a3300;
}

.color-box-burgandy {
  background-color: #7e0000;
}

.color-box-green {
  background-color: #0b8a00;
}

.color-box-orange {
  background-color: #d66800;
}

.color-box-pink {
  background-color: #dd0093;
}

.color-box-purple {
  background-color: #830083;
}

.color-box-red {
  background-color: #bd0000;
}

.color-box-white {
  background-color: #fffde4;
}

.color-box-yellow {
  background-color: #fffc35;
}

.color-box-mix {
  background-image: url("https://cdn.shopify.com/s/files/1/2016/2681/t/36/assets/mixed.png");
  background-size: cover;
}

.qty-box .qty-box__input {
  font-size: 14px !important;
  width: 20px !important;
}
.qty-box .qty-box__ctrl {
  width: 20px !important;
  font-size: 12px !important;
}

.featured-product {
  min-height: 350px;
}

.featured-product .fp-image {
  border-radius: 10px;
  width: 100%;
}

@media only screen and (min-width: 2300px) {
.featured-product .fp-image {
  border-radius: 10px;
  width: 85%;
}
}

.featured-product .fp-price {
  color: var(--color_price);
  font-size: 14px;
}
.featured-product .fp-title {
  color: black;
  font-size: 12px;
}
.featured-product .fp-text {
  padding-top: 10px;
  padding-left: 10px;
}
.featured-product .fp-sold-out {
  position: relative;
  bottom: 120px;
  margin-bottom: -40px;
  width: 100%;
  background-color: black;
  opacity: 75%;
  color: white;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.badge-container {
  display: flex;
}
.badge-container .badge {
  margin-top: 5px;
  margin-right: 5px;
}

.half {
  width: 20px !important;
}

.half::after {
  content: "▮";
  color: white;
  position: relative;
  right: 15px;
  width: 10px !important;
  bottom: 0px;
}

.template-collection .breadcrumbs > .container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.collection__description > h1, .collection__description > hr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1000px) {
  .collection__description > hr {
    display: none;
  }
}
.sold-out-overlay {
  position: relative;
  bottom: 150px;
  margin-bottom: -150px;
  width: 100%;
  background-color: black;
  opacity: 75%;
  color: white;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  border: none;
  text-decoration: none !important;
}

.pg__main-image.product-image-sold-out-overlay {
  opacity: 1 !important;
  z-index: 1 !important;
}

.cf__item {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.cf__item .cf__item__title {
  font-size: 16px !important;
}
.cf__item .cf__item__content {
  list-style-type: none !important;
}

@media only screen and (max-width: 1000px) {
  .norton-btn {
    float: right;
  }
}
.norton-btn {
  border: 0;
  margin: 0;
  padding: 0;
  visibility: inherit;
}

.attribute-table tr:nth-child(even) {
  background: #e5e5e5;
}
.attribute-table tr:nth-child(odd) {
  background: #dbdbdb;
}
.attribute-table tr td {
  padding: 5px;
  width: fit-content;
}
.attribute-table .attribute-table-label {
  font-weight: bold;
}

.other-use-link img {
  width: 32px;
  height: 32px;
}

.product-template-section .nav-tab-item:not(.active):hover, .product-template-section .nav-tab-item.active > a {
  border-bottom: 3px solid var(--color-primary) !important;
}
.product-template-section .product-desc-tab a, .product-template-section .product-single__description a {
  text-decoration: none;
}
.product-template-section .product-desc-tab a:not(.other-use-link):hover, .product-template-section .product-single__description a:not(.other-use-link):hover {
  border-bottom: 2px solid var(--color-primary);
}

.featured-product {
  padding-bottom: 20px;
}

/* Desktop */
@media only screen and (min-width: 1000px) {
  .featured-product.not-first-row {
    padding-top: 20px;
  }
}
/* Mobile */
@media only screen and (max-width: 1000px) {
  .featured-product {
    padding-bottom: 20px;
  }
}
.description-snippet .profile-links a:hover span {
  border-bottom: 3px solid var(--color-primary) !important;
  text-decoration: none;
}
.description-snippet .profile-links a:hover img {
  transform: scale(1.2) rotate(15deg) !important;
}

.add-cart-btn {
  border-radius: 5px;
  background-color: var(--color-primary);
}

.product-social-button {
  width: 40px;
  height: 40px;
}
.product-social-button i {
  font-size: 16px;
}

.nav-tabs--single {
  justify-content: flex-start;
}

@media only screen and (min-width: 1000px) {
  .product-controls-row {
    justify-content: space-between;
    margin-right: 70px;
  }
}
.profile-links a img {
  padding-right: 10px;
  padding-top: 5px;
}

.pg__option__value {
  font-size: 14px;
  border: 1px solid #c3c3c3;
}

.pdf-download-link {
  margin-left: 10px;
}
.pdf-download-link img {
  width: 32px;
  height: 32px;
}
.pdf-download-link:hover {
  border: none !important;
}

.yotpo-bottomline .text-m,
.yotpo-header-element .yotpo-user-name,
.yotpo-logo-link-new,
.yotpo-icon {
  color: #39598f !important;
}

.yotpo-icon-star,
.yotpo-icon-empty-star,
.yotpo-icon-half-star {
  color: #fec600 !important;
}

.yotpo-icon-circle-checkmark {
  color: #0b8300 !important;
}

.bulleted li:before {
  content: "◦ ";
}

.wgk-brand a img {
  width: 100%;
}

.iStock-wrapper {
  margin-top: 20px;
}
.iStock-wrapper h2 {
  display: none;
}
.iStock-wrapper .iStock-notify-btn {
  display: inline-block;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
}
.iStock-wrapper input.iStock-email-id {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  padding: 5px;
  margin: 0 2% 10px 0;
  width: 67%;
}
.iStock-wrapper .iStock-msg {
  display: none;
  color: #008000;
  font-size: 14px;
}
.iStock-wrapper .iStock-msg.iStock-error {
  color: #E10101;
}
.iStock-wrapper .iStock-notifyTxt {
  margin-bottom: 10px;
}
.iStock-wrapper .iStock-availability {
  display: none;
  margin-bottom: 10px;
}
.iStock-wrapper .iStock-availability label {
  color: #6F0000;
  font-weight: normal;
}
.iStock-wrapper .iStock-availability span {
  color: #6D6D6D;
}
.iStock-wrapper .iStock-fields {
  max-width: 480px;
}

.added-to-cart-text {
  color: #008000;
}

.accordian-type-description .flex {
  display: block;
}
.accordian-type-description .flex-center {
  justify-content: unset;
  align-items: unset;
}

.page-content .pepperpicture {
  background-image: url(https://cdn.shopify.com/s/files/1/2016/2681/files/output-onlinepngtools_4_1.png?v=1607970306);
  color: white;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 102% 99%;
  background-position: left;
  font-size: 100%;
  padding-top: 10rem;
}
.page-content .pepperpicture span, .page-content .pepperpicture a {
  color: white !important;
  opacity: 1 !important;
}
.page-content .pepperpicture a {
  text-decoration: underline !important;
}
.page-content div[class*=sg-section] {
  background-color: #f9f6e5;
  padding: 5px 18px 20px 22px;
}
.page-content .sg-header1 {
  padding: 10px 0;
  font-size: 24px;
  border-bottom: 1px solid #ee5b2a;
  margin: 10px 0 25px 0;
}
.page-content .sg-title {
  background-color: #ee5b2a;
  color: #fcfaf2;
  padding-left: 20px;
  margin-left: -32px;
  margin-right: -18px;
}
.page-content .sg-section1 {
  background-color: #f9f6e5;
  padding: 10px 18px 25px 22px;
  margin-top: 14px;
}
.page-content table td {
  padding: 5px;
}

.plantagram-box {
  width: 50%;
}

.button-login {
  color: white;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.button-login:hover {
  color: black;
  background-color: white;
  border: 1px solid black;
}

.input-icon {
  position: relative;
  top: -30px;
  float: right;
  font-size: 20px;
  padding-right: 10px;
}

.invalid-icon {
  color: #ff0000;
}

.password-show-icon:hover {
  font-weight: 700;
}

.shows-password .password-show-icon {
  color: var(--color-primary);
}

.my-account-header {
  font-size: 20px;
}

.tl-comment .author-row strong {
  font-size: 14px;
}
.tl-comment .author-row .date {
  font-size: 12px;
}
.page-content .lp-title {
  font-size: 28px;
  border-bottom: 3px solid var(--color-primary);
}
.page-content .why-true-leaf h3 {
  font-size: 24px;
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.page-content .pad-102 > .text-center {
  font-family: var(--font-primary);
}
.page-content .downloads a {
  text-decoration: none;
}
.page-content .downloads img {
  border-radius: 10px;
}
.page-content .downloads span {
  margin-top: 15px;
  color: black;
  text-decoration: none;
  border: none;
}
.page-content .downloads .leaf-i-r {
  color: var(--color-primary) !important;
}
.page-content .headers {
  margin: 0px;
  border: none;
  border-bottom: 2px solid var(--color-primary);
  font-family: var(--font-primary);
}

.tl-title {
  width: 100% !important;
  border-bottom: solid 3px var(--color-primary);
  font-family: var(--font-primary);
  text-align: left;
}

.tl-subtitle {
  width: fit-content !important;
  border-bottom: solid 3px var(--color-primary);
  font-family: var(--font-primary);
  text-align: left;
}

.free-shipping-row {
  padding: 10px !important;
  background-color: #f0f0f0 !important;
  text-align: center;
}

.cart-shipping-rates-btn {
  background-color: var(--color-secondary);
  color: black;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 5px;
}

.no-bottom-padding {
  padding-bottom: 0px !important;
}

.cart-guarantee {
  padding: 10px;
  text-align: left;
  background: rgba(0, 0, 0, 0.03);
  border: 1px dashed rgba(0, 0, 0, 0.5);
}
.cart-guarantee h4 {
  border-bottom: 3px solid var(--color-primary);
}

.mt-top {
  margin-top: 20px;
}

.cart-row-btn {
  border-radius: 5px;
  border: none;
}

.modal {
  margin-top: 100px;
}

.guarantee-modal .modal-body {
  padding: 10px;
  text-align: left;
}
.guarantee-modal .modal-body h4 {
  border-bottom: 3px solid var(--color-primary);
}

.cart-row-guarantee {
  background-color: var(--color-primary);
}
.cart-row-guarantee:hover {
  cursor: pointer;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.modal-close::before {
  color: red;
  content: "\e870";
  font-family: "BTVodoma";
}

.btn-green {
  background-color: #59b346;
}

.btn-brown {
  background-color: var(--color-secondary);
}

.btn-sm {
  font-family:  font-family: var(--font-secondary);
  text-transform: Uppercase;
  font-weight: bold;
  font-size: 11px;
  padding: 0 5px 0 5px;
  /* MAKe it all animated n stuff */
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.template-customers-account .tl-title {
  margin-top: 0px;
}
.template-customers-account .breadcrumbs .container {
  padding-bottom: 0px;
}

.account-btn-container {
  margin-left: 15px;
}

.tl-btn {
  padding: 5px;
  border-radius: 5px;
   font-family: var(--font-secondary);
  text-transform: Uppercase;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid black;
  background-color: black;
  color: white;
  /* MAKe it all animated n stuff */
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}
.tl-btn:hover {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: white;
}

.tl-btn-sm {
  font-size: 11px;
}

.tl-btn-orange {
  color: white !important;
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
}
.tl-btn-orange:hover {
  color: white !important;
  background-color: black !important;
  border: 1px solid black;
}

.account-control-row {
  align-items: flex-end;
}
.account-control-row div {
  margin: 0 10px 0 10px;
}
.account-control-row i {
  padding-left: 5px;
}

.icon-girthy {
  -webkit-text-stroke: 0.5px var(--color-primary);
  font-size: 14px;
}

.smile-launcher-frame {
  opacity: 0 !important;
}

.account-header {
  width: 100%;
  border-bottom: 3px solid var(--color-primary);
  justify-content: space-between;
}
.account-header .account-title {
  font-size: 40px;
  font-family: var(--font-primary);
}

.account-info-list {
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  .account-control-row > div {
    padding-bottom: 10px;
  }
}
.tl-subtitle-2 {
  font-family: var(--font-primary);
  margin-top: 10px;
}

.box-symbol::after {
  margin-right: 5px;
  content: "☐";
}

.box-symbol.with-x::after {
  content: "☒" !important;
}

.person-info-boxes > span {
  margin-right: 10px;
}

.general-table tr {
  border: 1px solid black;
}
.general-table td, .general-table th:not(:empty) {
  border: 1px solid black;
  padding-left: 10px;
}

.tl-article-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tl-article-item {
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.tl-article-item a, .tl-article-item span, .tl-article-item h4 {
  color: black !important;
}

.article-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.article-title {
  font-family: var(--font-primary);
}

.article-content {
  padding: 10px;
  color: black !important;
}

.article-snippet {
  min-height: 50px;
}

.article-info {
  font-size: 11px;
  color: black !important;
  display: flex;
  justify-content: space-between;
}

.article-tag {
  color: black;
  padding: 3px;
  background-color: #dddddd;
  border: 1px solid #dddddd;
  text-transform: capitalize;
  border-radius: 3px;
}
.article-tag:hover {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}

.pfp {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.pfp-lg {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.author-name {
  margin-left: 10px;
  font-size: 14px;
}

hr.blog-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #c0c0c0;
}

.blog-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.article-title-row {
  display: flex;
  justify-content: space-between;
}

.article-metadata {
  text-align: right;
}

@media screen and (min-width: 1000px) {
  .article-view .article-info {
    justify-content: flex-start !important;
  }
  .article-view .article-metadata {
    text-align: left;
  }
  .article-view .article-author {
    margin-right: 20px;
  }
}
.article__title {
  border-bottom: 3px solid var(--color-primary);
}

.comment-bubble {
  color: black;
}
.comment-bubble::before {
  padding-right: 3px;
  content: "\e83f";
  font-family: "BTVodoma";
}

.blog-intro {
  margin-bottom: 50px;
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98.001% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
.banner-carousel-container {
  padding: 0;
  scrollbar-color: transparent transparent;
  scrollbar-width: 0px;
  -ms-overflow-style: none;
}
.banner-carousel-container ol, .banner-carousel-container li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-carousel-container::-webkit-scrollbar {
  width: 0;
  display: none;
}
.banner-carousel-container::-webkit-scrollbar-track {
  background: transparent;
}
.banner-carousel-container::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

.banner-carousel-container::-webkit-scrollbar, .banner-viewport::-webkit-scrollbar {
  display: none;
}

.carousel {
  position: relative;
  padding-top: 27%;
  /* Maintains aspect ratio */
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}
.carousel::before, .carousel::after {
  font-family: "BTVodoma";
  z-index: 1;
  color: white;
  font-size: 2.5rem;
  padding-top: 20px;
  vertical-align: middle;
  pointer-events: none;
}
.carousel::before {
  content: "\e875";
}
.carousel::after {
  content: "\e876";
}
.carousel:hover .snapper, .carousel:focus-within .snapper {
  animation-name: none;
}
.carousel .banner-viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.carousel .nav-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  text-align: center;
}
.carousel .nav-dots .nav-dots-list, .carousel .nav-dots .nav-dot, .carousel .nav-dots .nav-dot-link {
  display: inline-block;
}
.carousel .nav-dots .nav-dot-link {
  width: 1rem;
  height: 1rem;
  background-color: white;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.banner-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-slide .snapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  scroll-snap-align: center;
}

.carousel::before,
.carousel::after,
.banner-nav-btn {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  margin-top: 13%;
  transform: translateY(-50%);
  outline: 0;
}

.carousel::before,
.banner-nav-btn.prev {
  left: 0rem;
}

.carousel::after,
.banner-nav-btn.next {
  right: -1.5rem;
}

@media (hover: hover) {
  .banner-slide:last-child .snapper {
    animation-name: tostart, snap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner-slide .snapper {
    animation-name: none;
  }
}
@keyframes slide-anim {
  0% {
    left: 0px;
  }
  50% {
    left: 1500px;
  }
  50.01% {
    left: -1500px;
  }
  100% {
    left: 0px;
  }
}
.slide-left {
  animation-name: slide-anim;
  animation-direction: reverse;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.slide-right {
  animation-name: slide-anim;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@media screen and (max-width: 1000px) {
  .review-slider {
    width: 85%;
  }
}
@media screen and (min-width: 1001px) {
  .review-slider {
    width: 80%;
  }
}
.rs-container .review-slider-left {
  padding-right: 15px;
}
.rs-container .review-slider-right {
  padding-left: 15px;
}
.rs-container .review-slider {
  border: 1px #e5e5e5 solid;
  overflow: hidden;
}
.rs-container .review-slider .review-slider-header {
  border-bottom: 1px #e5e5e5 solid;
}
.rs-container .review-slider .review-slider-author {
  padding-left: 5px;
}
.rs-container .review-slider .review-slider-stars {
  padding-left: 5px;
}
.rs-container .review-slider .review-star {
  padding-right: 5px;
}
.rs-container .review-slider .review-slider-content {
  padding: 10px;
  position: relative;
}
.rs-container .review-slider .review-slider-body {
  flex: 1 !important;
  flex-direction: row;
}
.rs-container .review-slider .review-slider-bottomline {
  background-color: white;
  z-index: 1;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  border-right: 1px #e5e5e5 solid;
  min-height: 100%;
  height: 100%;
  padding-bottom: 500px;
  margin-bottom: -500px;
}
.rs-container.review-slider-filter {
  opacity: 0;
}
.rs-container.is-in-footer .review-slider-bottomline {
  background: var(--color-secondary) !important;
}
.rs-container.is-in-footer .half:after {
  color: var(--color-secondary) !important;
}

.review-slider .rs-link:hover {
  text-decoration: underline;
}

/* Search Bar */
.h-search-input {
  background: white;
  width: 100%;
  border: none;
}

.h-search-button {
  background: none;
  border: none;
}

.h-search-container {
  width: 80%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
}
.h-search-container.has-search-results {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.m-search-container {
  background: #f2f2f2 !important;
}

.m-search-input {
  background-color: #f2f2f2;
  font-size: 12px !important;
}

@media only screen and (min-width: 1000px) {
  .product-item {
    width: 25%;
  }
}
/* Keyboard Navigation */
body:not(.keyboard-navigation) .screen-reader-only {
  position: absolute !important;
  /* Outside the DOM flow */
  height: 1px;
  width: 1px;
  /* Nearly collapsed */
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* All other browsers */
}

body.keyboard-navigation:focus {
  border: 1px dotted red;
}
body.keyboard-navigation a:not(.custom):focus {
  border: 1px dotted red;
  color: red;
}
body.keyboard-navigation a:not(.custom):focus img {
  filter: saturate(2);
}
body.keyboard-navigation .screen-reader-nav-btn {
  background-color: #b60000;
  color: white;
  padding: 5px;
}
body.keyboard-navigation .screen-reader-nav-btn:focus, body.keyboard-navigation .screen-reader-nav-btn:hover {
  color: red;
  background-color: white;
}
body.keyboard-navigation .skip-to-main {
  border-bottom-right-radius: 10px;
}
body.keyboard-navigation .back-to-top {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 100px;
}
body.keyboard-navigation .close-keyboard-navigation {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*# sourceMappingURL=global-styles.css.map */



 p, div { font-size: 17px !important;}

footer {
background-color: #fefce9;
}


._field-wrapper ::placeholder {
color: white !important;
}

i.lnr-paper-plane {
color: white;
}


.footer-top-row a img {
  width: 100%;
  height: auto;
}



hr
{
  display: block;
   border: 0px;
  height: 20px;
  background-image: url('https://cdn.shopify.com/s/files/1/0614/3796/8618/files/kitazawa-decorative-line-pattern_1.png?v=1639681380');
  background-repeat: repeat-x;
}

/*
h1, h2, h3, h4, h5, h6 {
  border-bottom: 1em solid;
border-image: url('https://cdn.shopify.com/s/files/1/0614/3796/8618/files/kitazawa-decorative-line-pattern_1.png?v=1639681380') 30 round !important;
  border-image-repeat: repeat;

}*/



@media screen and (max-width: 991px) {
  .nav-wrapper {
    display:none;
  }
}


@media screen and (max-width: 1425px) {
.header-logos img {
  max-width: 350px;
}
}


.update-box {

padding: .5em;
border:  1px solid #e0e0e0;
background-color: rgb(224, 224, 224, .5) ;
border-radius: 5px;
box-shadow: 4px 3px 8px gray;
}

.button--cart:hover{
color: black !important;
}

@keyframes flash-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.photo-flash {
  animation: flash-anim 2s;
}

.go-to-checkout {
  font-weight: bold;
  text-decoration: underline;
0
}

.index-heading {
  font-size: 22px!important;
  font-weight: bold;
  padding: .9em 0 0 0;
  color: #006f51!important;
  text-indent:
}

.index-subheading  {
  font-size: 19px!important;
  font-weight: bold;
  padding: .5em 0 0 1em;
  color: #006f51!important;
}

.index-subheading a {
  text-decoration: none!important;
}

.index-list-item {
  font-size: 14.5px!important;
  padding: .1em 0 0 2em;
  line-height: 1.5em;
}

.index-list-item a {
  color: #524335!important;
  text-decoration: none!important;
}

.index-list-item a:hover {
  color: #ec5a28!important;
}

.index-left-list {
  font-size: 17px!important;

}

.index-left-list a {
  text-decoration: none!important;
  color: #006f51!important;
}

.green-bar {
  background-color: #00714f;
  height: 35px;
  width: 100%
}

.horizontal-dotted-line {
  border-bottom: 2px dotted black;
  padding: .4em 0 .4em 0

}

.left-list-background {
  background-color: #f9edbd;

}

.leaf-button {
  background-color: #006f51;
  width: 35%;
  height: 75px;
  border-radius: 5px;
  border: none;
  font-size: 25px;
  text-decoration: none;
}

.leaf-button a:hover {
  color: black!important;
}

.leaf-button1 {
  background-color: #006f51;
  width: 17%;
  height: 55px;
  border-radius: 5px;
  border: none;
  font-size: 30px;
  text-decoration: none;
}

.leaf-button1 a:hover {
  color: black!important;
}

.index-list-item-asian {
  font-size: 14.5px!important;
  padding: .1em 0 0 2em;
  line-height: 1.5em;
}

.index-list-item-asian a {
  color: #1000ff!important;
  text-decoration: none!important;
}

.shipping-head {
  line-height: 1.15em!important;
  font size: 7px!important;
  margin left: 10px!important;
  
}
    
.shipping-head a {
  line-height: 1.15em!important;
  font size: 7px!important;
  margin left: 10px!important;
    
}