/** Shopify CDN: Minification failed

Line 10:0 Unexpected "@font-face"
Line 5024:0 Unexpected "#"

**/
partners-richtext.liquid


@font-face {
  font-family: 'Brooklyn';
  src: url('Brooklyn-Heavy.woff2') format('woff2'),
    url('Brooklyn-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: "Avenir Next";
	font-weight: 700;
	font-style: normal;
	src: url("/cdn/fonts/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=Ymlvc290YS5jb20uYXU&hmac=a17cc5326a90f73524a428f24e65f5aa20ffa4cf25a23063fe71feb872305316") format("woff2"), url("/cdn/fonts/avenir_next/avenirnext_n7.25b10f8089bc87dfd8e50a7c68b433da7a04bc87.woff?h1=Ymlvc290YS5jb20uYXU&hmac=3f65ec6d105800b79c75fbfe2851e2aa7eaca614e6be8a99d7cd9d07a1d4e046") format("woff")
}

@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
	src: url("/cdn/fonts/open_sans/opensans_n3.e625f784016f3f6ecc60fbe32f43a8968a01f630.woff2?h1=Ymlvc290YS5jb20uYXU&hmac=2e5ec2eaf44204823d4344ecea7ad0e00782b04d548722fdb4a7680b1c440c35") format("woff2"), url("/cdn/fonts/open_sans/opensans_n3.802efb07b3f5051e538f43bcf2ea8622d85014ad.woff?h1=Ymlvc290YS5jb20uYXU&hmac=dc22b773faae1175864b2c4ba4e8d310516eaf40451458393ee320d311132a5d") format("woff")
}


@keyframes hightlight {
  0%{
    background-color: #31543a1c;
  }
  100%{
    background-color: transparent;
  }
}

html{
  scroll-padding-top:100px;
}

body {
  margin: 0;
  position: relative;
  font-size: 15px;
  font-family: 'sofia-pro', sans-sarif;
  font-weight: 400;
  letter-spacing:normal;
  line-height:1.8;
  overflow-x:hidden;
}

h1,
.product-title {
  font-size: 30px;
  line-height: 46px;
}

h2,
.rich-text-heading-medium{
  font-size: 2.1rem;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}


h1,
.slideshow-slide-heading,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-family: "Avenir Next", sans-serif;
  margin: 0 0 20px;
  letter-spacing:normal;
  color:#4d4d4d;
}

p {
  line-height: 1.8;
  letter-spacing:normal;
}

a{
  color:#31543a;
}

.rte,
.dynamic-newsletter-text {
  font-size: 15px;
  letter-spacing:normal;
}

.site-navigation a,
.site-navigation .navmenu-depth-1 > li > a,
.site-header-actions,
.mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link {
  font-family: 'sofia-pro',sans-serif;
  letter-spacing: 0.6px;
  font-size: 14px;
  line-height: 22px;
  color: #4d4d4d
}

.button-primary, 
.image-with-text-button, 
.button-secondary, 
.rte button, 
.dynamic-newsletter-text button{
  font-family: 'sofia-pro',sans-serif;
}


.productgrid--item {
  border: 1px solid #ddd;
}

.no-touch .productitem:hover,
.no-touch .productitem:focus,
.no-touch .visible .productitem {
  box-shadow: none;
  outline: none;
}

.no-touch .productitem--actions {
  position: relative;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
}

.collection-custom--content {
  position: relative;
}

.home-slider-heading {
  width: 22%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-right: 2%;
}

.collection-slider-row {
  padding-left: 24%;
}

.collection-custom-slider .home-section--title {
  text-align: left;
  font-size: 30px;
}

.home-section--title {
  font-family: "Avenir Next", sans-serif;
  font-weight:700;
}

.home-section--subheading {
  font-size: 15px;
}

.home-section-custom-text {
  line-height: 20px;
}

.button-secondary:focus {
	color:#FFF;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}


.slick-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #e0e0e0;
  font-size: 0;
  line-height: 0px;
  border-radius: 0 !important;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.slick-arrow.slick-disabled:after {
  opacity: 0.2;
}

.slick-next {
  margin-left: 70px;
}

.slick-next:after,
.slick-prev:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: -3px;
  position: relative;
}

.slick-prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 3px;
}

.collection-custom-slider .slick-arrow {
  z-index: 1;
}

.product-row .productgrid--item {
  outline: 0 !important;
}

.productitem--info-bg,
.productitem--image-alternate-custom .productitem--info-bg .productitem--title a,
.productitem--info-bg .productitem--vendor,
.productitem--info-bg .price--main {
  transition: all 0.3s;
}

.productgrid--item .productitem--image-primary {
  transition: all 0.1s;
}

.productitem {
  background: transparent;
  padding: 0;
}

.productitem--info-bg .productitem--info {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.productgrid--item {
  position: relative;
}

.productitem--image-alternate-custom {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.productgrid--item:hover .productitem--image-alternate-custom,
.visible .productgrid--item .productitem--image-alternate-custom {
  visibility: visible;
  opacity: 1;
}


.productgrid--item .productitem--image-primary {
  opacity: 1;
}

.productgrid--item:hover .productitem--image-primary,
.visible .productgrid--item .productitem--image-primary {
  visibility: hidden;
  opacity: 0;
}

.productitem--info-bg {
  background-color: rgba(0, 0, 0, 0.0);
  padding: 2em;
}

.productgrid--item:hover .productitem--info-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.productgrid--item:hover .productitem--info-bg .productitem--title a,
.productgrid--item:hover .productitem--info-bg .productitem--vendor,
.productgrid--item:hover .productitem--info-bg .price--main {
  color: #fff;
}

.productitem--image-link {
  padding: 2em 2em 0px 2em;
}

.productitem--image-link .productitem--image {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}

.productgrid--item:hover .productitem--image-link .productitem--image {
  border-bottom-color: transparent;
}


.collection-banner {
  position: relative;
}

.collection-banner-inner {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  text-align: center;
}

.collection-banner:not(.collection-banner-img-active) .productgrid--masthead {
  height: 60px;
}

.collection-banner .collection--image img {
  height: 100%;
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

.collection-banner .collection-banner-inner .breadcrumbs-container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}

.collection-banner .collection--title {
  margin: 0 0 6px 0;
  padding: 0;
}

.collection-banner-img-active .collection--title {
  color: #fff;
  margin: 0 0 6px 0;
  padding: 0;
}

.collection-banner-img-active .breadcrumbs-container a,
.collection-banner-img-active .breadcrumbs-container span {
  color: #fff;
}

.site-main #shopify-section-static-collection {
  margin-top: 0;
}

.collection-banner:not(.collection-banner-img-active) {
  margin-top: 1.64063rem;
}


.collection-description-section .collection--description {
  text-align: left;
}

.product-description {
  margin: 10px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}

.product-description p {
  margin-top: 0;
}

.product-description > div:first-child {
  height: 78px;
  font-size:15px;
  overflow: hidden;
  line-height: 1.8;
  letter-spacing: normal;
}

.product-description > div.product-description-open {
  height: auto;
}

.product-main .product--price .price--compare-at,
.product-main .product--price .price--main {
  font-size: 30px;
}

.product-form-qty-field {
  border: 1px solid #CACACA;
  display: flex;
}

.product-form-qty-field button {
  border: 0 !important;
  vertical-align: top !important;
  padding: 0 !important;
  height: 60px !important;
  width: 58px !important;
  outline: 0 !important;
  color: #7E7E7E !important;
  cursor: pointer !important;
  background-repeat: no-repeat !important;
  font-size: 0 !important;
  background-position: center !important;
  background-color: #fff !important;
}

.product-form-qty-field input[type=number] {
  border: 0;
  text-align: center;
  outline: 0px !important;
  padding: 0;
  height: 60px;
  width: 58px;
  font-size: 14px !important;
  font-weight: 500;
  color: #7E7E7E !important;
  -moz-appearance: textfield;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-fields--qty-hide {
  display: none;
}

.product-form--inline .form-options {
  margin: 0;
}


.product-form--inline {
  display: flex;
  flex-wrap: wrap;
}

.product-form--inline .product-options-style-radio {
  width: 100%;
  padding-right: 12px;
}

.product-form-atc-qty-custom {
  width: 176px;
}

.form-field-title-custom,
.product-options-style-radio .option-name.form-field-title-custom {
  font-size: 14px;
  margin-bottom: 1em;
  display: block;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.product-form--regular {
  margin: 20px 0 0 0;
}

.product-form--inline .option-values {
  margin-top: 0;
  display: flex;
  flex-wrap:wrap;
  margin-right:-12px;
  position:relative;
  z-index:999;
}

.product-form--inline .option-values .option-value {
    width:auto;
  	min-width: calc(100% / 3 - 12px);
    margin: 0 12px 12px 0;
    border: 0;
}
.notifytooltip .notify-tooltiptext{
  cursor:pointer;
  padding-top:5px;
}

.option-value-input + .option-value-name {
  padding: 10px 5px;
  margin: 0;
  width: 100%;
  border-radius: 0;
  font-size: 12px;
  height:auto;
  text-align: center;
  border-color: #CACACA;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-family: sofia-pro,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px; 
}

.option-value-input + .option-value-name:focus {
  border-color: #CACACA;
}

.option-value-input:checked + .option-value-name,
.option-value-input:checked + .option-value-name:hover {
  color: #FFF;
    background-color: #31543a;
    border-color: #31543a;
}

.option-value-input + .option-value-name:hover {
      color: #FFF;
    background-color: #31543a;
    border-color: #31543a;
}

.option-value-input:focus ~ .option-value-name {
  box-shadow: none;
}


.option-value-input:disabled+.option-value-name{
  opacity:1;
}

.smart-payment-enabled .product-form--atc-button,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  font-size: 14px;
  padding: 18px 2.125rem;
  font-weight: 700;
  font-family: 'sofia-pro',sans-serif;
}

.product-title {
  text-transform: uppercase;
}

.site-header-main::before {
  display: none;
}

.accordion-img-text {
  position: relative;
}

.accordion-img-text img {
  vertical-align: top;
}

.product-quote__wrapper {
  position: absolute;
  top: 0;
}

.product-custom-row {
  display: flex;
}

.accordion-img-column {
  width: 50%;
  padding: 0;
}

.accordion-slider-column {
  width: 100%;
  margin-left: 0;
}

.accordion-img-column + .accordion-slider-column {
  width: 47.5%;
  margin-left: 2.5%;
}

.section-product-accordion .product-custom-row {
  padding: 0px;
}

.product-quote__wrapper {
  position: absolute;
  top: 0;
  max-width: 550px;
  left: 0;
  right: 0;
  transform: translate(0%, 0%);
  text-align: left;
}

.section-product-accordion .accordion-grid {
  padding: 0;
}

.accordion-item {
  border-bottom: 1px solid #31543a;
}

.accordion-item p,
.accordion-item span,
.accordion-item strong,
.accordion-item h1,
.accordion-item h2,
.accordion-item h3,
.accordion-item h4,
.accordion-item h6,
.accordion-item h5,
.accordion-item b {
  background: transparent !important;
  background-color: transparent !important;
}

.product-quote__title {
  font-size: 2.38rem;
  font-family: Arapey, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.product-quote__author {
  line-height: 35px;
  font-size: 20px;
  letter-spacing: inherit;
}

.accordion-title {
  background-color: transparent;
  cursor: pointer;
  padding: 10px 40px 10px 10px;
  margin-top: 15px;
  width: 100%;
  border-bottom: 0px solid #31543a;
  color: #31543a;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  position: relative;
      font-weight: 600;
    transition: .3s ease all;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 0.6px;
}

.accordion-title.active,
.accordion-title:hover {
  background-color: transparent;
}

.accordion-panel {
  padding: 20px 0 24px 0;
  display: none;
  overflow: hidden;
}


.accordion-title-active .acc-plus:after {
  display: none;
}

.accordion-title-active .acc-plus:before {
  background: #262D56;
}

.accordion-panel p {
  margin: 0;
}

.accordion-panel p + p {
  margin-top: 0.5375rem;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2f2c4b;
}

.accordion-title .arrow-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.accordion-title.active .arrow-down {
  transform: rotate(180deg);
  margin-top: -4px;
}

.acc-title-icon {
  vertical-align: middle;
  margin-right: 1.1875rem;
  display: inline-block;
  width: 35px;
}

.accordion-icon-grid .accordion-title {}

.acc-plus {
  position: absolute;
  right: 10px;
  left: auto;
  float: right;
  top: 50%;
  transform: translate(0px, -50%);
}

.acc-plus:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #2f2c4b;
  display: block;
  transform: rotate(90deg);
}

.acc-plus:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #2f2c4b;
  display: block;
  top: 50%;
  position: absolute;
  transform: translate(0px, -50%);
}

.accordion-icon-grid svg.icon {
  width: 34px;
  vertical-align: middle;
  margin-right: 1.1875rem;
  fill: #816339;
}

.accordion-icon-grid .accordion-item:first-child {
  border-top: 1px solid #CACACA;
}

.accordion-icon-grid {
  padding: 20px 0;
}

.icon-accordion-left-img {
  opacity: 0;
}

.icon-accordion-left-img img {
  max-width: 100%;
  vertical-align: top;
}

.icon-accordion-img-column {
  padding: 0;
  width: 50%;
  min-width: 50%;
}

.icon-accordion-slider-column {
  padding: 20px 0;
  min-width: 47.5%;
  width: 47.5%;
  margin-left: 2.5%;
}

.section-product-icon-accordion .product-custom-row {
  display: flex;
  align-items: center;
}

.product-main .afterpay-paragraph {
  font-size: 16px;
  padding-top: .75rem;
  margin: 0 !important;
}

.section-product-accordion .acc-plus {
  right: 10px;
}

.shopify-section-icon-accordion {
  margin-top: 4.25rem;
}

section.section-product-icon-accordion {
  margin-top: 0;
}

.section-icon-accordion-bg {
  margin-bottom: 0px;
  background: #f2ece3;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1% 0;
  padding: 0;
  background-size: 50%;
}

.productitem--actions > form {
  width: 100%;
}

.section-product-promo-meta .home-section--content {
  margin: 0 -10px;
}

.section-product-promo-meta .promo-grid--half-width {
  width: 50%;
  padding: 0 10px;
}

.section-product-promo-meta .promo-meta-grid--content img {
  width: 100%;
}

.productgrid--item:focus * {
  outline: none !important;
  box-shadow: none !important;
}

.button-primary:active,
.image-with-text-button:active,
.button-primary:focus,
.image-with-text-button:focus {
  outline: none;
}

.productgrid--item {
  height: auto !important;
}

.productgrid--item article.productitem {
  height: auto !important;
  position: relative !important;
}

.template-article .article-image {
  height: 350px;
}

.template-article .rte h2, 
.template-article .rte h3{
  font-size: 1.95rem;
}

.featured-collections--section .featured-collections--grid-items-container .featured-collections--grid-item:last-child {
  padding-bottom: 0;
}

.featured-collections--section .featured-collections--grid-item {
  padding-bottom:0;
  margin-bottom: 20px;
}

.productgrid--sidebar {
  padding-top: 0.5rem;
  margin-top: 1.75rem;
}

article.site-page-about {
  margin: 0;
}

.about-hero-banner section.image-with-text {
  padding-left: 0;
  padding-right: 0;
}

.about-hero-banner .image-with-text-background {
  border-radius: 0;
}

.about-rich-text-section .rich-text-content p {
  margin-bottom: 10px;
}

.btn {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.875rem 2.125rem;
  letter-spacing: 0.01em;
}

/* about image text block */
.flexible-layout {
  margin-left: -30px;
  margin-bottom: -30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.flexible-layout.valign-middle > .column {
  -ms-grid-row-align: center;
      align-self: center;
}

.flexible-layout.valign-bottom > .column {
  align-self: flex-end;
}

.flexible-layout .column {
  padding-left: 30px;
  margin-bottom: 30px;
  flex: 0 0 auto;
}

.flexible-layout .column--quarter {
  width: 25%;
}

.flexible-layout .column--third {
  width: 33.333%;
}

.flexible-layout .column--half {
  width: 50%;
}

.flexible-layout .column--two-thirds {
  width: 66.666%;
}

.flexible-layout .column--three-quarters {
  width: 75%;
}

.flexible-layout .column--full {
  width: 100%;
}

.flexible-layout--variable-columns {
  justify-content: space-around;
}

.flexible-layout--variable-columns .column {
  flex: 1 0 auto;
  width: 33%;
  max-width: 50%;
}

.flexible-layout--variable-columns.flexible-layout--columns-4 .column {
  width: 50%;
}

.image-overlap {
  display: flex;
  margin: 0 auto;
}

.image-overlap .image-overlap__image {
  flex: 1 0 50%;
}

.image-overlap .image-overlap__image-1:not(:last-child) {
  position: relative;
  margin-top: 45px;
  z-index: 1;
}

.image-overlap .image-overlap__image-2 {
  margin-right: -45px;
  transform: translate3d(-45px, 0, 0);
}

.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f4f4f4;
}

.image-overlap .placeholder-image {
  box-shadow: 0 0 0 5px #ffffff;
}

.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-image svg,
.placeholder-image svg g {
  fill: #c8cbcd;
}

.image-overlap .image-overlap__image img {
  max-width: 100%;
  vertical-align: top;
}

.align-center {
  text-align: center;
}

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

/* about image text block */




.video-container {
  position: relative;
}

.video-container__video,
.product-media--frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #eee;
}

.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f4f4f4;
}

.placeholder-image.dark {
  background: #c6c7c8;
}

.video-container__cover .rimage-outer-wrapper,
.video-container__cover .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
}

.overlay--h-left {
  text-align: left;
}

.overlay--v-bottom {
  align-items: flex-end;
}

.overlay-text__inner {
  display: block;
  width: 100%;
  padding: 70px;
}

.video-container__play svg {
  width: 80px;
  height: 80px;
  fill: transparent;
  stroke: #ffffff;
  transition: stroke 150ms;
}

.about-video-section .overlay-text__title {
  margin-bottom: 10px;
}

.about-image-text-section .subheading {
  margin: 0 0 10px 0;
}

.about-image-text-section .majortitle.in-content {
  margin: 0 0 10px 0;
}

.about-image-text-section .user-content {
  margin: 0 0 25px 0;
}


.collection--description p {
  margin: 0 0 8px 0;
}

.collection-accordion-section{
  padding-bottom:20px;
}

.collection-accordion-section .product-section--container{
  margin-top:20px;
}

.collection-accordion-section .collection-accordion-row{
  display:-ms-grid;
  display:grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap:25px;
}

.collection-accordion-section .faq-que{
    padding: 15px 5px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #c8a87ea8;
    color: #c8a87e;
    font-weight: 700;
    font-family: 'Brooklyn',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    text-align: left;
  	position:relative;
  	transition:.3s ease all;
  	cursor:pointer;
}

.collection-accordion-section .faq-que:after{
  content:'';
  position:absolute;
  right:6px;
  background-image:url(/cdn/shop/t/2/assets/arrow-down.svg?v=11893104314605245739);
  height: 12px;
  width: 12px;
  top: 18px;
  transition:.3s ease all;
}


.collection-accordion-section .faq-que:focus{    
  outline-color: #cfcfcf;
}

.collection-accordion-section .faqs-wrapper.active .faq-que:after{
  transform:rotate(180deg);
}

.collection-accordion-section .faqs-ans{
  display:none;
}

.product-banner {
  margin-bottom: 50px;
}

.template-product .product-banner {
  margin-bottom:0;
}

.productitem--info .productitem--price {
  display: flex;
  align-items: center;
  margin-top:0;
}

.productitem--info .productitem--price .price--compare-at.visible {
  margin: 0 8px 0 0;
}

.collection-accordion-section .accordion-title p {
  margin: 0;
}

.collection-accordion-section .accordion-item.rte {
  border: 0px;
}

.collection-accordion-section .accordion-panel {
  padding: 14px 0 18px 0;
}

.footer-highlights-banners-section .highlights-banners {
  justify-content: space-between;
}

.footer-highlights-banners-section .highlights-banners-icon > img {
  max-width: 100%;
  height: auto;
}

.footer-highlights-banners-section .highlights-banners-block {
  max-width: 100%;
  padding: 0;
}

.footer-highlights-banners-section .banners-block-newsletter {
  justify-content: center;
}

.footer-highlights-banners-section .banners-block-social {
  justify-content: flex-end;
}

.footer-social-custom .social-icons {
  margin: 0;
}

div#shopify-section-instafeed {
  margin-bottom: 50px;
  margin-top: 50px;
}

.accordion-icon-grid-text {
  margin: 0 0 10px 0;
}

.accordion-icon-grid-text h2 {
  font-size: 2.38rem;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0;
}

.accordion-icon-grid-text p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

.collection-accordion-section .acc-plus {
  right: 20px;
}
.template-page-partners .image-with-text-button.parners-klaviyo-form-page-scrollto-button {
  min-width: 380px;
  text-align: center;
}
.template-page-partners .parners-klaviyo-form-page-scrollto {
  background: #FFF;
}
.rewards-terms-conditions-section {
    padding: 0rem 0 4rem 0;
} 
.rewards-richtext-paragraph-section {
    padding: 0 0 7rem;
}

.accordions-section .page-width {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}
.accordions-section .faq_main {
    border-bottom: 1px solid;
}
.accordions-section .faq_que {
    margin: 0;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
  line-height: 1.2;
}
.accordions-section .faq_que:after, .accordions-section .faq_que:before {
    content: '';
    position: absolute;
    right: 0;
    width: 12px;
    height: 2px;
    background: #201b1a;
    top: 24px;
    transition: .25s ease-in-out all;
}
.accordions-section .faq_que:after {
    transform: rotate(90deg);
}
.accordions-section .faq_que a { 
    text-decoration: none;
}
.accordions-section .faq_ans {
    display: none;
    margin: 0 0 20px; 
}
.accordions-section .rich-text__heading--large h2 { 
    font-size: 1.875rem;
    color: #32553b;
}


/* new d r */

@media (min-width: 768px) {
  .column--order-push-desktop {
    order: 1;
  }
}



@media(max-width:1600px) {
  .icon-accordion-left-img {
    opacity: 1;
    left: -40px;
    width: calc(100% + 40px);
    position: relative;
  }

  .section-icon-accordion-bg {
    padding: 0% 0;
    background-image: none !important;
  }
}

@media(max-width:1200px) {
  .collection-custom-slider .slick-arrow {
    bottom: 0px;
  }
}


@media(max-width:1024px) {
  .home-section-custom-text {
    padding-right: 26px;
    height: calc(100% - 188px);
    overflow: auto;
  }

  .section-title-custom {
    height: 100%;
  }

  .home-slider-heading {
    width: 26%;
    height: 100%;
  }

  .collection-slider-row {
    padding-left: 26%;
  }
}

@media(max-width:991px) {
  .productitem--image-link {
    padding: 1em 1em 0px 1em;
  }

  .productitem--info-bg {
    padding: 1em;
  }

  .home-section-custom-text {
    height: calc(100% - 228px);
  }
}

@media(max-width:767px) {
  .product-row--container {
    margin-bottom: 0;
  }

  .section-product-accordion .accordion-grid {
    padding: 0;
  }

  .section-product-accordion .product-custom-row {
    display: block;
  }

  .accordion-img-column {
    width: 100%;
    padding: 0;
  }

  .accordion-img-column + .accordion-slider-column {
    width: 100%;
    padding: 0;
  }

  .product-quote__wrapper {
    max-width: 100%;
    text-align: center;
  }

  section.section-product-icon-accordion {
    margin-top: 3.125rem;
  }

  .section-icon-accordion-bg {
    margin-bottom: 0;
  }

  .section-product-icon-accordion .product-custom-row {
    display: block;
  }

  .icon-accordion-img-column {
    padding: 0;
    width: 100%;
    min-width: 100%;
  }

  .icon-accordion-slider-column {
    padding: 0;
    width: 100%;
    min-width: 100%;
  }

  .icon-accordion-left-img {
    left: -30px;
    width: calc(100% + 60px);
    position: relative;
  }

  .accordion-icon-grid {
    padding: 40px 0;
  }

  /* about image text block */
  .flexible-layout {
    margin-left: auto;
    margin-bottom: 0;
    flex-direction: column;
  }

  .flexible-layout .column {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100% !important;
    max-width: none;
  }

  .flexible-layout .column:last-child {
    margin-bottom: 0;
  }

  .flexible-layout.layout-all-quarters {
    flex-direction: row;
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .flexible-layout.layout-all-quarters .column {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 50% !important;
  }

  .flexible-layout.layout-all-quarters .column:last-child {
    margin-bottom: 20px;
  }
  .rewards-terms-conditions-section { 
    padding: 0 0 10px 0;
  }
  .rewards-richtext-paragraph-section {
    padding: 0 0 50px 0;
  }
}

/* 767 e */


@media(max-width:639px) {
  .collection-accordion-row {
    flex-flow: column;
  }

  .collection-accordion-row .accordion-grid {
    width: 100%;
  }
}




/* brookfram custom s */
.button-primary, 
.image-with-text-button, 
.button-secondary, 
.rte button, 
.dynamic-newsletter-text button,
.alt-img-with-text--content .alt-img-with-text--text .alt-img-with-text--button:not(.button-signpost){
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing:1.2px;
    font-style: normal;
    font-weight: 600;
  	border-radius:3px;
  	line-height:1.5;
}

.promo-grid--container .promo-block-grid--button:not(.button-signpost){
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: 1.2px;
  font-style: normal;
  border-radius:3px;
  line-height:1.5;
}

.announcement-bar-text{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
  	font-family:"Avenir Next", sans-serif;
}

.featured-collections--content .promo-block-mosaic--header{
  color:#FFF;
}

.featured-collections--content .promo-block-mosaic--button{
    font-size: 12px;
    letter-spacing: 1.2px;
    font-family: "Avenir Next", sans-serif;
}

.featured-collections--section .featured-collections--grid-item{
  position:relative;
}

.featured-collections-grid-item-title.style-heading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family:"Avenir Next", sans-serif;
    color: #fff;
    font-size: 26px;
}

/* header css */

.site-navigation .navmenu-depth-2 .navmenu-link {
    font-family: 'sofia-pro';
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.site-navigation .navmenu-depth-2 .navmenu-link svg {
  color: #31543a;
}

.site-navigation .navmenu-depth-2 .navmenu-link:hover,
.site-navigation .navmenu-depth-2 .navmenu-link.navmenu-active {
  color: #31543a;
}

.site-mobile-nav .site-header-actions .site-header-account-link a {
  font-family: 'sofia-pro',sans-serif;
  font-weight: 700;
  color: #4d4d4d;
}

.button-secondary {
  background: transparent;
  color: #31543a;
  font-size: 12px;
  border: 1px solid #31543a;
  border-radius: 0;
  padding:10px 30px;
  border-radius:3px;
}

.button-secondary:hover {
  background: #507459;
  color: #FFF;
}

.site-navigation .navmenu-icon svg {
  width: 10px;
  height: 11px;
}

.site-navigation .navmenu-icon path{
  fill: #31543a;
}

.site-navigation a,
.site-navigation .navmenu-depth-1 > li > a,
.site-header-actions,
.mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.site-navigation .navmenu-icon {
  top: 14px;
}

.utility-bar-content {
  padding-top: 18px;
  padding-bottom: 18px;
}

.utility-bar a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
}

body .utility-bar a:hover {
  color: #507459;
}

.site-navigation p a.navmenu-meganav--image-link {
      padding: 12px 15px;
      border: 1.5px solid #c8a87e;
      text-align: center;
      font-size: 12px;
      border-radius:3px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: normal;
      font-family: 'Avenir Next',sans-serif;
      transition:.3s ease all;
      color:#c8a87e;
      -webkit-transition:.3s ease all;
      -moz-transition:.3s ease all;
      -ms-transition:.3s ease all;
      -o-transition:.3s ease all;
}
  
  .site-navigation p a.navmenu-meganav--image-link:hover{
  	transition:.3s ease all;
    background:#c8a87e;
    color:#FFF;
  }


/* header css end */


.template-index .alt-img-with-text--section {
  box-shadow: inset 1px 300px 0 #F7F7F7;
}

.preheading {
  text-transform: uppercase;
  color: #31543a !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  font-size: 14px!important;
  font-family: 'Avenir Next',sans-serif!important;
}

.site-header-main-actions .site-header-button {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  box-shadow:none;
  transition:.3s ease all;
}


.site-header-main-actions .site-header-button:hover{
box-shadow: 0 0 3px 0.5px #31543a;
}

.featured-product-slider-section {
  padding: 50px 0;
}

.featured-product-slider-section .featured-product-slider-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  grid-template-columns: 25% 75%;
  align-items: center;
  position: relative;
}

.featured-product-slider-section .featured-product-slider {
  padding: 0;
  margin: 0;
}


.featured-product-slider-section .slick-slide {
  margin: 0 15px;
}


.productgrid--item article.productitem {
  display: flex;
  flex-direction: column;
}

.featured-product-slider-section .productitem--image-link {
  padding: 15px 15px 0;
  flex: 1 1;
}

.productitem--image-link {
  flex: 1 1;
}

.featured-product-slider-section .productitem--info-bg {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.featured-product-slider-section .slick-slider,
.featured-product-slider-section .slick-list {
  position: static;
}

.featured-product-slider-section .slick-track {
  display: flex;
  position: static;
}

.featured-product-slider-section .slick-arrow {
  box-shadow: 0 0 3px 0.5px #31543a;
  background:transparent;
  border-radius: 50% !important;
  transition: .3s ease all;
}

.featured-product-slider-section .slick-arrow:after {
  border: solid #31543a;
  border-width: 0 2px 2px 0;
  padding: 5px;
}

.featured-product-slider-section .slick-arrow:hover {
  background:#31543a;
  transition: .3s ease all;
  border-color: #ffffff;
  box-shadow:0 0 2px #31543a;
}

.featured-product-slider-section .slick-arrow:hover:after{
  border-color: #FFF;  
}

.featured-product-slider-section .action-wrapper a {
  color: #c8a87e;
  text-decoration: none;
  font-size: 16px;
  transition: .3s ease all;
  font-weight: 600;
}

.featured-product-slider-section .action-wrapper a:hover {
  color: #E89265;
}

.featured-product-content-wrapper .cust-slider-arrows{
  margin-top:20px;
}


.featured-product-content-wrapper .cust-slider-arrows .slick-arrow{
  position:static;
  transform:none;
}

.featured-product-content-wrapper .cust-slider-arrows .slick-next{
  margin-left:20px;
}

.featured-product-slider-section .action-wrapper a .arrow-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  transition: .3s ease all;
  padding-left: 5px;
}

.featured-product-slider-section .action-wrapper a .arrow-icon svg {
  width: 16px;
  height: 16px;
}

.featured-product-slider-section .action-wrapper a:hover .arrow-icon {
  transform: translateX(5px);
  transition: .3s ease all;
}

.featured-product-slider .slick-dots{
    display: block;
    text-align: center;
    list-style: none;
  	padding:0;
    margin-top: 15px;
}

.featured-product-slider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}

.featured-product-slider .slick-dots li button{
    font-size: 0;
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #c8a87e;
  	cursor:pointer;
}

.featured-product-slider .slick-dots li button:focus{
	outline:none;
}

.featured-product-slider .slick-dots li button:hover,
.featured-product-slider .slick-dots li.slick-active button{
      background: #000000;
}

.template-index .logolist--section {
  padding: 40px 0;
}

.template-index .rich-text--section {
  padding: 40px 0;
}


/* image-text-overlap-section */

.image-text-overlap-section {
  padding: 60px 0;
}

.template-index .image-text-overlap-section {
  padding: 40px 0 80px;
}


.image-text-overlap-section .image-text-overlap-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.template-index .image-text-overlap-section .image-text-overlap-wrapper{
  max-width: 1200px;
  margin: auto;
}

.image-text-overlap-section .image-text-overlap-wrapper .image-wrapper {
  width: 100%;
  padding-right: 16%;
  padding-bottom: 5%;
}

.image-text-overlap-section .image-text-overlap-wrapper .content-wrapper {
  width: 50%;
  background: #31543a;
  color: #FFF;
  padding: 5%;
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-text-overlap-section .image-text-overlap-wrapper .content-wrapper .heading{
  color:#FFF;
}

.image-text-overlap-section .image-text-overlap-wrapper .image-wrapper img {
  width: 100%;
}

.image-text-overlap-section .image-text-overlap-wrapper.image-right .content-wrapper {
  order: 1;
}

.image-text-overlap-section .image-text-overlap-wrapper.image-right .image-wrapper {
  order: 2;
}

/* image-text-overlap-section end */

/* custom-blog-listing-section */

.template-index .blogposts--section {
  padding: 40px 0 0;
}

.custom-blog-listing-section {
  padding: 40px 0;
  box-shadow: inset 0px 50px 0 #f7f7f7;
}

.custom-blog-listing-section .blogposts--container {
  padding-top: 80px;
}

.custom-blog-listing-section .custom-blog-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -100px;
  justify-content:space-between;
}

.custom-blog-listing-section .custom-blog-listing-wrapper .blogs-wrapper.blogposts--inner {
  width: 64%;
  padding: 0;
  padding: 0;
}

.blogposts--count-2 .blogposts--inner .article--excerpt-wrapper {
  width: calc(100% / 2 - 30px);
}

.custom-blog-listing-section .custom-blog-listing-wrapper .content-wrapper {
  padding: 80px 0 0;
  width: 30%;
}

.custom-blog-listing-section .home-section--title,
.custom-blog-listing-section .blogposts--footer,
.custom-blog-listing-section .home-section--subheading {
  text-align: left;
}

.article--excerpt-image {
  padding-bottom: 100%;
}

/* custom-blog-listing-section e */

.article--excerpt-wrapper {
  text-align: left;
}

.article--excerpt-content {
  padding: 20px 0 0;
}

.article--excerpt-title {
  font-family: 'Avenir Next',sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.blogposts--inner .article--excerpt-wrapper {
  font-size: 14px;
}

.Image-List-Section-container {
  padding: 80px 0 0;
}

.Image-List-Section-container .Image-list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

.Image-List-Section-container .Image-list-inner img {
  width: 100%;
}

/* product card css */

.productitem--image-link .productitem--image {
  padding-bottom: 0;
  border: 0;
}

.productitem--image-alternate-custom {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.productitem--sale .productitem--price .price--main,
.price--main {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.price--main .price--label {
  font-size: 14px;
}

.badge--soldout,
.badge--sale {
  position: absolute;
  top: 0;
  bottom: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
}

.productgrid--item .productitem--action {
  margin: 0;
}

.blogposts--inner .article--excerpt-wrapper{
  min-width:32%;
  flex: 0 0;
}

.blogposts--inner .article--excerpt-wrapper:not(:last-child) {
  margin-right: 30px;
}


/* p c c e */


/* product page css */

.product-desc-metafields ul {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 15px;
  padding: 20px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.product-desc-metafields ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #31543a;
  line-height: 23.5px;
  font-size: 14px;
  font-weight:700;
}

.product-desc-metafields ul li:before {
  content: '\2713	';
  position: absolute;
  color: #31543a;
  left: 0;
  top: 0;
}


.section-product-accordion .arrow-wrapper svg {
  height: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.section-product-accordion .accordion-item .arrow-wrapper svg {
  transition: .3s ease all;
}

.section-product-accordion .accordion-item .arrow-wrapper svg path{
  fill: #31543a;
}

.section-product-accordion .accordion-item.active .arrow-wrapper svg {
  transition: .3s ease all;
  transform: rotate(180deg);
}

.section-product-accordion .accordion-item.active .accordion-title {
  background-color: #50745947;
  transition: .3s ease all;
}

.section-product-accordion {
  background: #f7f7f7;
  padding: 70px 0;
  margin: 20px 0 0;
}

.section-product-accordion .section-heading-wrapper {
  margin: 0 0 60px;
}

.section-product-accordion .preheading {
  margin-top: 0;
}

.heading {
  margin: 0 0 20px;
  color:#4d4d4d;
}


.custom-product-recipe-section {
  background: #f7f7f7;
  margin-bottom: 100px;
  padding: 0;
}

.custom-product-recipe-wrapper .content-wrapper p,
.custom-product-recipe-wrapper .content-wrapper h2,
.custom-product-recipe-wrapper .content-wrapper h3,
.custom-product-recipe-wrapper .content-wrapper h4,
.custom-product-recipe-wrapper .content-wrapper h5,
.custom-product-recipe-wrapper .content-wrapper h6,
.custom-product-recipe-wrapper .content-wrapper span,
.custom-product-recipe-wrapper .content-wrapper ul,
.custom-product-recipe-wrapper .content-wrapper ol,
.custom-product-recipe-wrapper .content-wrapper li,
.custom-product-recipe-wrapper .content-wrapper strong{
  background:transparent!important;
}

.custom-product-recipe-wrapper .content-wrapper li{
  padding:5px 0!important;
}

.custom-product-recipe-section .custom-product-recipe-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

.template-page-about .custom-product-recipe-section .custom-product-recipe-wrapper{
  align-items: center;
}

.template-product .custom-product-recipe-section .custom-product-recipe-wrapper{
  padding: 60px 0 0;
}

.custom-product-recipe-section .custom-product-recipe-wrapper.image-align-left {
  flex-direction: row-reverse;
}

.custom-product-recipe-section .custom-product-recipe-wrapper .heading {
  margin-top: 0;
}

.custom-product-recipe-section .content-wrapper {
  width: 55%;
  padding: 50px 0 50px 50px;
}

.template-product .custom-product-recipe-section .content-wrapper{
  padding: 50px 50px 50px 0;
}


.custom-product-recipe-section .custom-product-recipe-wrapper.image-align-left .content-wrapper {
  padding-right: 0;
  padding-left: 50px;
}

.custom-product-recipe-section .custom-product-recipe-wrapper.image-align-right .content-wrapper{
  padding-right: 50px;
  padding-left: 0;
}

.custom-product-recipe-section .img-wrapper {
  width: 45%;
}

.custom-product-recipe-section .img-wrapper {
  margin-bottom: -100px;
}

.custom-product-recipe-section .img-wrapper img {
  width: 100%;
}

.custom-product-recipe-section .content-wrapper .button-link {
  margin-top: 30px;
  display: inline-block;
  text-align:center;
}

.metafield-logo-section {
  padding: 50px 0;
}

.metafield-logo-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.metafield-logo-section ul li {
  width: 20%;
  padding: 0 15px;
  list-style: none;
}

.metafield-logo-section ul li img {
  width: 100%;
    max-height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
}

.breadcrumbs-container a,
.breadcrumbs-container span.breadcrumbs-delimiter {
  color: #5b6670;
}

.product-form--inline .product-options-style-select {
  width: 100%;
}

.smart-payment-enabled .product-form--atc {
  flex-direction: row;
}

.form-field-select-wrapper .form-field-select {
  padding: 19px;
  padding-right: 30px;
}

.product-form--atc .form-field-select-wrapper {
  width: 140px;
}

.product-form--atc .product-form--atc-button {
  width: auto;
  margin: 0 0 0 15px;
  flex: 1 1;
  background-color: #31543a;
  border-color: #31543a;
  min-height: 56px;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-family: 'sofia-pro',sans-serif;
  font-size: 12px;
}

.form-field-select-wrapper .form-field-select {
  border: 1px solid #31543a;
  color: #31543a;
  font-weight: 700;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family:'sofia-pro',sans-serif;
}

.form-field-title,
.form-field-title--inline,
.product-reviews--content .spr-form .spr-form-label {
  color: #31543a;
}

.form-field-select-wrapper svg {
  width: 12px;
  height: 12px;
  color: #31543a;
  margin-top: -6px;
}

a.product-description-toggle {
  font-size: 10px;
}

.okendo-review-section {
  padding: 50px 0;
}


.product-gallery--slider{
  position:relative;
}

.product-gallery--slider .slick-arrow,
.cust-product-slider-thumbs .slick-arrow{
    font-size: 0;
    border-radius: 50%!important;
    background: transparent;
    transition: .3s ease all;
    border: 0;
    box-shadow: none;
  	position:absolute;
	top:50%;
    transform: translateY(-50%);
  	bottom:auto;
    opacity:0;
    transition:.3s ease all;
    visibility:hidden;
}

.product-gallery--slider:hover .slick-arrow,
.cust-product-slider-thumbs:hover .slick-arrow{
  opacity:1;
  visibility:visible;
  transition:.3s ease all;
}

.product-gallery--slider .slick-arrow.slick-prev,
.cust-product-slider-thumbs .slick-arrow.slick-prev{
    left: 5px;
    z-index: 2;
}

.product-gallery--slider .slick-arrow.slick-next,
.cust-product-slider-thumbs .slick-arrow.slick-next{
    right: 5px;
    left: auto;
    margin: 0;
}

.cust-product-slider-thumbs {
  margin-top:25px;
}

.cust-product-slider-thumbs figure.slick-slide{
  margin:7px;
   box-shadow: 0 0 3px 1px transparent;
}

.cust-product-slider-thumbs figure.slick-slide.slick-current{
    box-shadow: 0 0 3px 1px #bd8e51;
}

.badge--soldout, 
.badge--sale{
    height: auto;
}

.product-gallery--slider div[data-rimg-canvas],
.cust-product-slider-thumbs div[data-rimg-canvas]{
  display:none;
}
.product--price .price--compare-at.visible + .price--main {
  color: #111;
}

.product-gallery--navigation .less svg,
.product-gallery--navigation .more svg{
  cursor:pointer;
}

.product-gallery--navigation .less svg{
	transform:rotate(180deg);
}

.stamped-badge-starrating .stamped-badge-caption{
  color: #b39a6b;
}

body .fa-star, 
body .fa-star-o, 
body .fa-star-half-o, 
body .stamped-fa-star, 
body .stamped-fa-star-o, 
body .stamped-fa-star-half-o {
  color: #31543a !important;
}
body .stamped-review-avatar {
  background: #31543a !important;
}
body .stamped-summary-actions-newquestion:before, 
body .stamped-summary-actions-newreview:before, 
body .stamped-summary-actions-mobile-filter i:before, 
body .stamped-summary-actions-clear:before {
  color: #31543a;
}

body ul.stamped-tabs li.active {
  border-color: #31543a !important;
  color: #31543a !important;
}

body .summary-rating-bar>div {
  background: #31543a !important;
}

/* p p c e */


/* collection page css */

.productitem--sale .productitem--price .price--main {
    color: #000000;
}

.custom-collection-productitem--ratings .stamped-badge-caption{
	display:none;
}

.read-more-collection:hover, .read-less-collection:hover{cursor:pointer}

.product-card-price-review-wrapper{
    display: flex;
    justify-content: space-between;
  	flex-wrap:wrap;
}

.cust-collection-header {
  background: #EBEBEB;
  margin-bottom: 100px;
  position: relative;
}

.cust-collection-header .productgrid--outer {
  position: relative;
}

.cust-collection-header .collection-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cust-collection-header .collection-header-wrapper .collection-description {
  text-shadow: 1px 1px 1px #fcf9f4;
}

.cust-collection-header .content-wrapper {
  width: 30%;
  position: relative;
  z-index: 2;
  padding-right:25px;
}

.cust-collection-header .img-wrapper {
  width: 70%;
  height: 360px;
}

.cust-collection-header .img-wrapper img {
  max-height: 400px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  right:0;
  width: 100%;
  bottom: -50px;

}

.breadcrumbs-container{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.breadcrumbs-container a,
.breadcrumbs-container span {
  font-size: 14px;
}

.collection-banner-img-active .breadcrumbs-container a,
.collection-banner-img-active .breadcrumbs-container span {
  color: #616161;
}

.template-collection .productgrid--outer.productgrid-gridview {
  padding-top: 40px;
}

.template-collection .cust-collection-header .productgrid--outer.productgrid-gridview{
  padding-top: 0;
}
.no-touch .product-row:not(.product-row--no-spacing) .productitem--action-trigger{
  border-radius:3px;
}
.no-touch .productgrid--outer.productgrid-gridview .productgrid--items:not(.productgrid--no-spacing) .productitem--action-trigger{
  border-radius:3px;
}

/* c p c e */


.utility-bar-content .utility-bar-text {
  font-family: 'Avenir Next', sans-sarif;
  display:inline-block;
  letter-spacing: 1.2px;
}


.logolist--item {
  width: 20%;
  padding: 0 15px;
  margin: 0;
}

.logolist--inner,
.metafield-logo-section ul{
    max-width: 1100px;
    margin: auto;
}

.logolist--image {
  max-height: 180px;
  -o-object-fit:contain;
     object-fit:contain;
  height: 100%;
  width: 100%;
}

div.stamped-container[data-widget-style],
div[data-widget-style] div.stamped-container {
  max-width: 100% !important;
}

#stamped-main-widget {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.rich-text-heading {
  color: #4d4d4d;
}

.alt-img-with-text--content .alt-img-with-text--text .text-content{
    letter-spacing: normal;
  font-size:15px;
  line-height:1.8;
}

/* about us page css */



.about-us-image-text-section {
  padding: 60px 0 0;
  background: #F7F7F7;
  margin-bottom: 60px;
}

.about-banner-section {
  max-width: 100%;
}


.about-us-image-text-section .about-us-image-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.about-us-image-text-section .about-us-image-text-wrapper .heading {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 60px;
}

.about-us-image-text-section .about-us-image-text-wrapper .content-index-wrapper {
  width: 30%;
  padding: 0 15px;
}


.about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
  width: 70%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
  margin-left: -15px;
  margin-right: -15px;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper{
  align-items: center;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .heading{
  margin-bottom: 20px;
  padding: 0;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .img-imdex-wrapper{
  width: 30%;
  margin: 0;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .img-imdex-wrapper .img-wrapper{
  width: 100%;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .content-index-wrapper{
  width: 70%;
}

.about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper > * {
  width: 33.33%;
  padding: 0 15px;
}

.about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper img {
  width: 100%;
}

.about-us-img-text-section .aboutus-image-text-section:not(:first-child) {
  padding-top: 60px;
}

.about-banner-section.about-us-bottom-banner {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

/* a u p c e */


/* recipe blog pages */

.article--pagination .article--pagination-chevron-left {
  margin-top: 14px;
}

.article--pagination .article--pagination-title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article--pagination-item-right .article--pagination-title{
  justify-content: flex-end;
}

.article--pagination .article--pagination-title img{
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  width: 0;
  transition: .3s ease all;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  margin: 0;
}

.article--pagination a:hover .article--pagination-title img{
  width: 50px;
  opacity: 1;
  margin: 0 8px
}

.article--pagination .article--pagination-chevron-right{
  position: relative;
  top: 7px;
}

.custom-blog-custom-tag ul{
    margin: -10px 0 50px -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.custom-blog-custom-tag ul li{
  padding:0 10px;
  list-style:none;
}


.custom-blog-custom-tag ul li a{
    font-family: "Avenir Next", sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px; 
  	transition:.3s ease all;
  	color: #4d4d4d;
}

.custom-blog-custom-tag ul li a:hover,
.custom-blog-custom-tag ul li.active a{
    color: #c8a87e;
}

.article--excerpt-title{
    color: #4d4d4d;
    font-size: 16px;
    font-family: 'sofia-pro',sans-serif;
    line-height: 1.5;
  	margin-bottom:5px;
}

.recipe-banner-section img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-heading-section h1.heading {
  margin: 0 0 60px;
}

.recipe-heading-section {
  padding: 60px 0 40px;
  background: #f7f7f7;
}

.recipe-heading-section .recipe-heading-content-wrapper {
  border-top: 2px dotted #31543a;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
/*   max-width: 1280px; */
  margin: auto;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper {
  width: 16.5%;
  padding: 1% 4%;
  border-right: 2px dotted #31543a;
  text-align: center;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper .preheading {
  margin: 20px 0 10px;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper:last-child {
  width: 50.5%;
  border-right: 0;
  text-align: left;
  line-height: 1.8;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper:last-child .recipe-table-content{
  min-height:100px;
}

.recipe-social-share {
  margin-top: 30px;
}

.recipe-social-share > .share-buttons {
  margin-top: 0;
}

.recipe-image-with-text-section {
  padding: 0 0 60px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}


.recipe-image-with-text-section .recipe-image-with-text-wrapper .img-wrapper {
  width: 50%;
  margin-top: -120px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .img-wrapper img {
  width: 100%;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper {
  width: 50%;
  padding: 50px 0 0 50px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper li *{
    font-family: 'sofia-pro', sans-sarif!important;
    font-weight: 400!important;
    letter-spacing: normal!important;
    line-height: 1.8!important;  
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper .heading {
  margin: 10px 0 30px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper p ,
.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper div{
    line-height: 1.5;
    margin: 7px 0;
    margin-left: 0;
}

.recipe-method-section {
  padding: 40px 0;
}

.recipe-method-section .method-list-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: how-to-cook;
}

.recipe-method-section .method-list-wrapper li {
  list-style: none;
  padding: 15px 15px 15px 35px;
  position: relative;
  font-size: 14px;
  border-top: 1px solid #EAEAEA;
}

.recipe-method-section .method-list-wrapper li:last-child {
  border-bottom: 1px solid #EAEAEA;
}

.recipe-method-section .method-list-wrapper li:before {
/*   content: '\2713'; */
  counter-increment: how-to-cook;
  content: counter(how-to-cook)'.';
  position: absolute;
  top: 12px;
  left: 5px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.recipe-image-section{
  padding:40px 0;
}

.recipe-image-section .recipe-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.recipe-image-section .recipe-image-wrapper .img-wrapper {
  padding: 0 15px;
  width: 50%;
}

.recipe-image-section .recipe-image-wrapper .img-wrapper img {
  width: 100%;
}

.recipe-related-blog-section {
  background: #f7f7f7;
}

.recipe-related-blog-section .custom-blog-listing-wrapper .content-wrapper,
.recipe-related-blog-section .custom-blog-listing-wrapper .blogs-wrapper.blogposts--inner {
  width: 100%;
  padding: 0;
}

.recipe-related-blog-section .custom-blog-listing-wrapper {
  margin-top: 0;
}

.recipe-related-blog-section .article--excerpt-title {
  text-align: center;
  font-size: 16px;
  text-transform: inherit;
  padding: 5px 0;
}

.recipe-related-blog-section .article--excerpt-meta {
  text-align: center;
  text-transform: uppercase;
}

.recipe-related-blog-section .article--excerpt-content {
  text-align: center;
  padding: 20px;
}

.article--excerpt-wrapper.article--excerpt-wrapper--centered .article-list-item {
  padding-left: 20px;
  padding-right: 20px;
}

.template-blog .article--excerpt-content {
  padding: 20px;
}

.article--excerpt-meta {
  margin: 0 0 15px;
}

.template-blog .article--excerpt-image {
  padding-bottom: 30%;
}

.template-blog .article--excerpt-title a {
  line-height: 1.2;
  text-transform: initial;
}

.template-blog .article--excerpt-wrapper--featured .article--excerpt-button {
  border: 1px solid #FFF;
  background-color: transparent;
  padding: 12px 30px;
}

.template-blog .article--excerpt-wrapper--featured .article--excerpt-button:hover {
  background-color: #4b7355;
  border-color: #4b7355;
}

.article--outer .article--share-buttons{
  display: block;
}
.article--outer .article--sidebar{
  display: none;
  }
/* r b p c e */

/* cart page css */

.template-cart form.cart {
  max-width: 1200px;
}

span.selectDeliveryRequirements {
  color: #ca4121;
  margin-top: 15px;
  display: block;
}

/* c p c e */


/* footer css */

.footer-logo-with-socialIcon .footer-logo-section {
  text-align: center;
}

.footer-logo-with-socialIcon .footer-logo-section img {
  max-height: 160px;
  max-width: 220px;
  width: 100%;
}

.footer-logo-with-socialIcon .site-footer-block-content {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 30px 0 0;
}

.footer-logo-with-socialIcon .social-icons-dark-light .social-link svg {
  background-color: rgb(255 255 255 / 100%);
  box-shadow: 0 0 3px #ccc;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.footer-logo-with-socialIcon .social-link {
  width: 50px;
  height: 50px;
}

.product-recommendations--container .product-section--title{
    line-height: 1.8;
    font-family: "Avenir Next", sans-serif;
    color: #111;
}

.site-footer-block-title {
    text-transform: uppercase;
    color: #31543a !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    font-size: 14px!important;
    font-family: 'Avenir Next',sans-serif!important;
    letter-spacing: 1.2px;
}
.social-icons-dark-light .social-link {
  color: #31543a;
}

/* f c e */

table{
	width:100%;
  border: 1px solid #d5dbd7;
  border-spacing:0;
}

table tr{
	padding:0;
  border:1px solid #31543a;
}

tr:nth-child(even) {
    background: #5074590f;
}

table th {
  color: #31543a;
  font-size: 18px;
  padding: 14px;
  background: #50745947;
}

table td,table th {
  padding: 10px;
  border: 1px solid #31543a2b;
}


body #insta-feed{
  margin:50px 0 0;
}

body div#shopify-section-instafeed{
  margin:0;
}



/* Ingredients Glossary */

.template-page-filter-store .cust-collection-header{
    padding-top: 40px;
}

.filter-content-wrapper .filter-tab-header ul{
    padding: 0;
    margin: 25px 0 50px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 42px;
    justify-content: center;
}

.filter-content-wrapper .filter-tab-header ul li {
    margin: 0 8px;
}


.filter-content-wrapper .filter-tab-header ul a {
    text-decoration: none;
    font-weight: 700;
    font-family: 'Avenir Next',sans-serif;
    letter-spacing: 1.2px;
  	color:#4d4d4d;
  	transition:.3s ease all;
}

.filter-content-wrapper .filter-tab-header ul a:hover{
  color:#c8a87e;
}


.filter-content-wrapper .filter-contnet-wrapper ul{
  padding:0;
  margin:0;
  list-style:none;
}

.filter-content-wrapper .filter-contnet-wrapper ul li{
  margin-left:30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin:0 8px 20px;
  width:calc(33.33% - 16px );
}

.filter-content-wrapper .filter-contnet-wrapper ul li img{
  position: relative;
  aspect-ratio: 2/1.5;
  -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: center;
        object-position: center;
}

.filter-content-wrapper .filter-contnet-wrapper a.button--outline{
    width: 100%;
    padding: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: .6px;
  font-weight:600;
      font-family: 'sofia-pro',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #31543a;
    border: 1px solid #31543a;
    transition: .3s ease all;
  border-radius:3px;
}

.filter-content-wrapper .filter-contnet-wrapper a.button--outline:hover{
   background: #31543a;
  	color: #FFF;
}

.filter-content-wrapper .filter-contnet-wrapper ul li .clearfix{
	padding: 0 0 15px;
}

.filter-content-wrapper .filter-contnet-wrapper ul li p:first-child{
  margin-top:0;
}


.filter-content-wrapper .filter-contnet-wrapper ul li img{
  max-width:100%;
}

.filter-content-wrapper .filter-contnet-wrapper ul h4{
  margin:15px 0 0;
}

/* Ingredients Glossary end */

/* foodservice page */

 .foodservice-img-text {
        padding:50px 0;
    }

	.foodservice-img-text .rich-text--container{
		display:flex;
		flex-wrap:wrap;
    	align-items: flex-end;
	}

	.foodservice-img-text .rich-text--container > *{
		width:50%;
	}

	.foodservice-img-text .rich-text--container .content-wrapper a{
		padding:12px 15px;
      width:150px;
      text-align:center;
	}

	.foodservice-img-text .rich-text--container ul{
    	padding-left: 20px;
	}

	.foodservice-img-text .rich-text--container li{
		padding:3px 0;
	}
	
	.foodservice-img-text .img-wrapper{
		text-align:center;
	}

	.foodservice-img-text .img-wrapper img{
		padding-right:50px;
      max-width:100%;
	}
	.foodservice-premium-section .img-grid-wrapper{
      display:-ms-grid;
      display:grid;
      -ms-grid-columns:1fr 25px 1fr 25px 1fr;
      grid-template-columns:1fr 1fr 1fr;
      grid-gap:25px;
      padding:40px 0;
    }

	.foodservice-premium-section .img-grid-wrapper img{
      	width:100%;
	}


    .foodservice-quote-section{
      background: #fffcf9;
      padding: 60px 0;
      text-align: center;
     }

    .foodservice-quote-content {
      max-width: 1000px;
      margin: auto;
      position:relative;
    }
	.foodservice-quote-content.quotes{
    	padding:50px;
    }

    .foodservice-quote-content.quotes:after{
      background:url('/cdn/shop/t/2/assets/quotes.png');
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(180deg);
      top: 0;
      left: 0;
      opacity:.7;
    }

      .foodservice-quote-content:after p{
          margin:0;
      }

    .foodservice-quote-content.quotes:before{
      background:url('/cdn/shop/t/2/assets/quotes.png');
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      bottom: 0;
      right: 0;
      opacity:.7;
    }
	.foodservice-premium-section{
		padding:50px 0 0;
	}

	.foodservice-premium-section .premium-section{
		text-align:center;
		padding-bottom:50px;
	}

	.foodservice-premium-section .premium-section .summary{
		max-width:900px;
		margin:auto;
	}

	.foodservice-premium-section .premium-section img{
		margin-top:40px;
		max-width:100%;
	}

@media only screen and (min-width:992px){
  
	.foodservice-img-text .img-wrapper.order-2 {
		order:2;
	}
}
@media only screen and (max-width:991px){
	.foodservice-img-text .rich-text--container > *{
		width:100%;
	}

	.foodservice-img-text .img-wrapper img{
		width:100%;
		padding:0 0 30px;
	}
  .about-us-image-text-section.recyle-page .about-us-image-text-wrapper .content-index-wrapper{
    width: 100%;
    max-width: 100%;
  }
  .about-us-image-text-section.recyle-page .about-us-image-text-wrapper .img-imdex-wrapper{
    width: 100%;
  }
  .about-us-image-text-section.recyle-page .about-us-image-text-wrapper{
    flex-direction: column-reverse;
  }
  .custom-product-recipe-section .custom-product-recipe-wrapper{
    align-items: flex-start;
  }
}

/* # */


.action-wrapper.store-locator{
  text-align: center;
  margin-bottom: 50px;
}

.action-wrapper.store-locator a{
  margin:0 10px 10px;
  display: inline-block;
} 

.cust-contact-page-wrapper{
  display:flex;
  flex-wrap:wrap;
    max-width: 1200px;
    margin: auto;
  justify-content:center;
}

.cust-contact-page-wrapper >*{
  width:50%;
  max-width:100%;
  margin:0;
  padding:15px;
}

.cust-contact-page-wrapper .rich-text--container{
  padding:0;
}
.roll-n-cycle-hero-banner .image-with-text{
    max-width: 1200px!important;
  margin:auto;
}

/* account page */
  .account-order-list{
     max-width: 100%;
  }
  .account-order td:first-child{
      padding-left: 15px;
  }

/* e */

.atc-banner--cart-footer{
     align-items: flex-end; 
}

.atc-banner--cart-footer > form {
  display:flex;
  flex-wrap:wrap;
}

.atc-banner--cart-footer .cart-attribute__field{
      margin: 0 0 4px 10px;
      width: 100%;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.cart-attribute__field .form-group {
    margin-right:10px;
}

.cart-attribute__field input[type="checkbox"]{
    position: relative;
    top: 1px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.cartitems .cart-attribute__field{
    text-align: left;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
  flex-wrap:wrap;
  max-width: 340px;
  margin-bottom:15px;
}

.cartitems .cart-attribute__field.scrollcartCheckoutButton{
  animation:hightlight .7s ease-in-out infinite;
  -webkit-animation:hightlight .7s ease-in-out infinite;
}

.cartitems .cart-attribute__field h5{
    margin: 0;
  width:100%;
}

.cart-total{
	margin-bottom:0;
}


/* recycle page css */

.how-it-works-section{
  padding: 70px 0;
}

.how-it-works-section .heading{
  margin-bottom: 50px;
}
.how-it-works-section .how-it-works-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.how-it-works-section .col-wrapper{
  width: calc(100% / 5 - 16px);
  margin: 0 8px;
}

.how-it-works-section .how-it-works-wrapper .img-wrapper{
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.how-it-works-section .how-it-works-wrapper img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
  left: 0;
}

.how-it-works-section .how-it-works-wrapper h6{
  margin: 15px 0 0;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-section{
  margin-bottom: 0;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-wrapper{
  align-items: flex-start ;
  padding: 50px 0 0;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-section .img-wrapper{
  margin-bottom: 0;    
  position: sticky;
  top: 140px;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-section .content-wrapper{
  padding-top: 0;
  padding-bottom: 0;
}

/* e */

#shopify-section-1620018630ba7b26e3{
  padding:30px 0 0;
}

.account-page-logout-button{
  position:relative;
}

.account-page-logout-button .logout-button{
  position:absolute;
  top:6px;
  right:3rem;
  text-decoration:none;
}
.account-page-subtitle {
  font-size: 1.225rem;
}

span.order-reorder-link {
    width: 100%;
    text-align: center;
    display: block;
}


.order-reorder-link .reorder-btn.button-primary{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
}

.ButtonNotifyMeWhenAvailable {
    display: block;
    padding: 15px;
    border-radius: 4px;
}

/* responsive */

@media only screen and (min-width:720px) {
  .featured-collections--content {
    align-items: stretch;
  }

  .featured-collections--grid-items-container {
    margin-bottom: 0;
  }

  .featured-collections--grid-items-container .featured-collections--grid-item a,
  .featured-collections--grid-items-container .featured-collections--grid-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .promo-block-mosaic {
    max-height: 600px;
  }

  .template-index #shopify-section-1611031060acc3d4cc #block-1611031060acc3d4cc-0 {
    background-color: transparent;
  }

  .template-index .alt-img-with-text--section .button-link > span {
    min-width: 280px;
    text-align: center;
  }

  .featured-collections--content .promo-block-mosaic {
    margin-right: 20px;
  }

  .template-index .alt-img-with-text--content .alt-img-with-text--text {
    padding: 2.75rem 3.2rem;
  }

  body #shopify-section-aboutus-dynamic-rich-text .aboutus-dynamic-rich-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product--container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .product--container{
    margin-top: 40px;
  }
}


@media only screen and (min-width:1024px) {
  header .site-header-main {
    min-height: 100px !important;
  }

/*   .template-index header .site-logo img {
    position: relative;
    top: -25px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
  body:not(.template-index) header .site-logo img {
    height:80px!important;
  }

  body.sticky_header header .site-logo img {
    height: 70px !important;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    top: 0;
  } */
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
    font-size: 14px;
    font-family: 'Avenir Next',sans-serif;
    letter-spacing: 1.2px;
    display: block;
    padding: 0.4375rem 1.5625rem;
    color: #313131;
  }
  
  .navmenu-meganav--scroller{
    width:100%;
    display: flex;
    align-items:flex-start;
  }

  .navmenu-meganav--scroller > ul{
    padding:0 15px;
  }

  .navmenu-meganav--scroller .custom-header-megamenu-images {
    display: flex;
    flex-wrap:wrap;
    margin-top:20px;
  }

  .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text{
      text-transform:uppercase;
  }

  
  li.navmenu-meganav--image-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items{
      display: block;
      -moz-column-count: 2;
              column-count: 2;
  }
  
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items > .navmenu-item {
      page-break-inside: avoid;
  }

  .navmenu-meganav--scroller > .navmenu-depth-2 > li{
    width:100%!important;
  }
  
  
  
/* custom header */

.mega-nav-wrapper{
    position: fixed;
    width: 100%;
    background: #FFF;
    top: 140px;
  	height:0;
  	opacity:0;
  	visibility:hidden;
  	transition:.25s ease opacity;
}
  
.mega-nav-wrapper .navmenu-meganav--scroller{
	padding:0!important;    
}

.mega-nav-wrapper.active{
  	opacity:1;
  	height:auto;
  	visibility:visible;
}

.mega-nav-wrapper .navmenu-meganav--scroller{
  height:0;
  position:absolute;
  opacity:0;
  visibility:hidden;
  display:none;
}

.site-navigation .navmenu-submenu{
  background: #FFF;
}
  
.mega-nav-wrapper.active .navmenu-meganav--scroller{
  display:block;
  height:auto;
  position:static;
  opacity:1;
  visibility:visible;
}

.mega-nav-wrapper ul{
  list-style:none;
  margin:0;
  padding:0;
}

.mega-nav-wrapper a{
  text-decoration: none;
  color: #4d4d4d;
  padding: 10px;
  font-family: 'sofia-pro',sans-serif;
  font-size: 14px;
}
  
.mega-nav-wrapper a:hover{
	color:#31543a;
}

.mega-nav-wrapper a .cust-menu-arrow svg{
    width: 10px;
    transform: rotate(-90deg);
}

.mega-nav-wrapper .cust-depth-3-link{
    font-family: 'sofia-pro',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 0;
    letter-spacing:.6px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}
  
  .mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper#tab-2 .nav-depth-3-link-wrapper{
        -moz-column-count: 1;
    column-count: 1;
  }
  
.mega-nav-wrapper .nav-depth-4-link-wrapper a{
  font-family: 'sofia-pro',sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 0;
  display: block;
}

.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper{
  display: flex;
  padding-left:50px;
  flex: 1;
}
  
.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper .nav-submenu-with-heading-wrapper > a{
    font-size: 14px;
    font-family: 'sofia-pro';
    letter-spacing: .3px;
    color: #31543a;
    font-weight:bold;
    margin-left: -2px;
    text-transform: uppercase;
    display:inline-block;
    padding-bottom:12px;
}


#custom-sub-menu-wrapper{
  width:100%;
  display:flex;
  padding:30px 0;
}

.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-link-wrapper {
    display: block;
    -moz-column-count: 2;
            column-count: 2;
}

.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-link-wrapper > li{
  page-break-inside:avoid;
  margin-bottom:3px;
}

.mega-nav-wrapper .cust-feature-menu-wrapper{
    display: flex;
  flex-wrap:wrap;
}

.mega-nav-wrapper .cust-feature-menu-wrapper img{
	max-width:300px;
  width:100%;
    aspect-ratio: 1.5/1;
    -o-object-fit: cover;
       object-fit: cover;
}

.mega-nav-wrapper .cust-feature-menu-wrapper a{
  	display: -ms-grid;
  	display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.mega-nav-wrapper .cust-feature-menu-wrapper a span{
    border: 1px solid #31543a;
    color: #31543a;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'sofia-pro',sans-serif;
    font-size: 14px;
    font-weight:700;
    transition:.3s ease all;
}

.mega-nav-wrapper .cust-feature-menu-wrapper a:hover span{
	transition:.3s ease all;
    border-color:#31543a;
    background:#31543a;
  	color:#FFF;
  
}
  

/* e */

  
}



@media only screen and (max-width:1366px){
  .navmenu-meganav--image-size-medium {
      width: 210px;
  }
  .mega-nav-wrapper .cust-feature-menu-wrapper img{
    max-width: 230px;
  }
  .site-header--desktop-logo-left .site-logo img{
    height: 60px!important;
  }
  .site-navigation .navmenu-depth-1 > li > a{
    padding-left: 5px;
    padding-right: 5px;
  }
  .cust-collection-header .content-wrapper{
    width: 40%;
  } 
  .cust-collection-header .img-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width:1199px){
    .mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-link-wrapper{
      -moz-column-count: 2;
              column-count: 2;
      width: 100%;
    }
  	.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper{
        padding-left: 10px;
    }
    .how-it-works-section .col-wrapper {
      width: calc(100% / 3 - 16px);
      margin: 20px 8px;
    }
  }

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

  .custom-blog-listing-section .custom-blog-listing-wrapper .content-wrapper,
  .custom-blog-listing-section .custom-blog-listing-wrapper .blogs-wrapper.blogposts--inner {
    width: 100%;
  }

  .custom-blog-listing-section .custom-blog-listing-wrapper {
    margin-top: 0;
  }

  .custom-blog-listing-section .custom-blog-listing-wrapper .content-wrapper {
    padding: 0 0 40px;
  }

  .custom-blog-listing-section {
    box-shadow: none;
  }

  .custom-product-recipe-section .img-wrapper {
    margin-bottom: 0;
  }

  .custom-product-recipe-section {
    padding: 60px 0;
  }

  .cust-collection-header .img-wrapper {
    height: 320px;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .content-index-wrapper {
    width: 100%;
    max-width: 450px;
    padding-bottom: 30px;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
    width: 100%;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
    margin-bottom: 0;
  }
  
  .mobile-nav-content .navmenu-depth-1 .navmenu-submenu{
    flex-wrap: wrap;
  }
  .navmenu-meganav--image-last{
    padding: 0;
    list-style: none;
  }
  .navmenu-meganav--image-text a.navmenu-meganav--image-link {
    padding: 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Avenir Next',sans-serif;
    border: 1.5px solid #c9a980;
    color: #c9a980;
    transition:.3s ease all;
    width: 100%;
    display: block;
    text-align: center;
  }
  .navmenu-meganav--image-text a.navmenu-meganav--image-link:hover{
    background:#c9a980;
    color:#FFF;
  }
  .filter-content-wrapper .filter-tab-header ul{
      margin: 25px 0 30px;
      font-size: 32px;
  }

  .mobile-nav-content .navmenu-depth-2{
    width:100%;
  }
  #mega-nav-wrapper-id{
    display:none;
  }
  .navmenu-link-custom-megmenu1 > .navmenu-icon {
    display: none;
  }
  .site-header--mobile-logo-center .site-header-menu-button{
    top:18px; 
  }
  /*  mobile header css */
  .mobile-nav-panel a{
    font-family: 'Avenir Next',sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #3e3e3e;
    
  }
  .mobile-nav-content .navmenu-link.navmenu-link-parent, 
  .mobile-nav-content .navmenu-item-text.navmenu-link-parent {
    padding-right: 1.4375rem;
    font-family: 'Avenir Next',sans-serif;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 600;
    color:#4d4d4d; 
  }

  .mobile-nav-content .navmenu-item-text.navmenu-link-parent{
    color: #4d4d4d;
  }
  ul.navmenu.navmenu-depth-3.navmenu-submenu a{
    font-weight: 400;
    font-family:'sofia-pro',sans-serif;
    padding-top:4px;
    padding-bottom:4px;
  }
  .mobile-nav-content .navmenu-button{
    top: 0;
  }

  .mobile-nav-content .navmenu-link, 
  .mobile-nav-content .navmenu-item-text{
    padding:8px 1.5625rem;
  }

  .site-mobile-nav .site-header-actions .site-header-account-link{
    opacity: 1;
    color: #000;
  }
  .site-mobile-nav .site-header-actions a.mobile-logout{
    margin-left: 10px;
    font-family: 'sofia-pro';
    font-size: 12px;
    color: grey;
  }
  .site-mobile-nav .site-header-actions .site-header-account-link svg{
    margin-top: -8px;
  }

  .about-us-img-text-section.recyle-img-text .custom-product-recipe-section .img-wrapper{
    position: static;
  }

}

/* e */

@media only screen and (max-width:991px) {
  .image-text-overlap-section .image-text-overlap-wrapper .content-wrapper {
    width: 100%;
    position: static;
  }

  .image-text-overlap-section .image-text-overlap-wrapper .image-wrapper {
    padding-right: 0;
    padding-bottom: 0;
  }

  .image-text-overlap-section .image-text-overlap-wrapper .image-wrapper img {
    margin-bottom: -7px;
  }

  .Image-List-Section-container .Image-list-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .logolist--item {
    width: 33.33%;
  }

  .product-form--atc .form-field-select-wrapper {
    width: 100px;
  }

  .metafield-logo-section ul li {
    width: 33.33%;
  }

  .custom-product-recipe-section {
    margin: 0;
  }

  .okendo-review-section {
    padding: 40px 0;
  }

  .okendo-review-section {
    padding: 40px 0 0;
  }

  .cust-collection-header .img-wrapper {
    height: 250px;
    width: 60%;
  }

  .cust-collection-header {
    margin-bottom: 50px;
  }

  .cust-collection-header .img-wrapper img {
    bottom: -50px;
  }
  .cust-collection-header .content-wrapper {
    width: 40%;
  }
  
  .filter-content-wrapper .filter-contnet-wrapper ul li{
    width:calc(100% / 2 - 16px);
  }
  
  .cust-contact-page-wrapper >*{
	width:100%;
   }	

}


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

  .cust-collection-header .collection-header-wrapper .collection-description {
    text-shadow: none;
  }

  .featured-product-slider-section .featured-product-slider-index {
    display: block;
  }

  .featured-product-slider-section .featured-product-content-wrapper {
    margin: 0 0 40px;
  }

  .featured-product-slider-section .slick-slide {
    margin: 0 5px;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow {
    bottom: auto;
    top: 60%;
    width: 25px;
    height: 25px;
    z-index: 99;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-prev:after{
    padding:3px;
    left: 1px;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-next:after{
    padding:3px;
    left: -1px;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-next {
    margin: 0;
    left: 0;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-next {
    margin: 0;
    right: 0;
    left: auto;
  }

  .custom-product-recipe-section .content-wrapper {
    order: 2;
    width: 100%;
    padding: 0;
  }

  .custom-product-recipe-section .content-wrapper .button-link {
    margin-top: 10px;
  }

  .custom-product-recipe-section .img-wrapper {
    width: 100%;
    padding-bottom: 25px;
  }

  .cust-collection-header .content-wrapper {
    width: 100%;
    padding-right:0;
  }

  .cust-collection-header .productgrid--outer {
    position: static;
  }

  .cust-collection-header .img-wrapper {
    width: 100%;
    height: auto;
  }

  .cust-collection-header .img-wrapper img {
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
  }

  .cust-collection-header {
    margin-bottom: 0;
    padding: 40px 0;
  }

  .cust-collection-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffba;

  }

  .custom-product-recipe-section .custom-product-recipe-wrapper.image-align-left .content-wrapper ,
  .custom-product-recipe-section .custom-product-recipe-wrapper.image-align-right .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }


  .about-us-img-text-section .aboutus-image-text-section:not(:first-child) {
    padding-top: 0;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper > * {
    width: 100%;
    padding: 0 0 20px;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
    margin: 0;
  }

  .about-us-image-text-section {
    padding: 20px 0 0;
    margin-bottom: 0;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .heading {
    margin-bottom: 30px;
  }

  .recipe-banner-section img {
    height: 220px;
  }

  .recipe-image-section .recipe-image-wrapper .img-wrapper {
    width: 100%;
    padding: 0 0 20px;
  }

  .recipe-image-section .recipe-image-wrapper {
    margin: 0;
  }

  .recipe-image-with-text-section .recipe-image-with-text-wrapper .img-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper {
    width: 100%;
    padding: 0;
    padding-top: 40px;
  }

  .recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper {
    width: 100%;
    border-right: 0;
    text-align: left;
    border-bottom: 2px dotted #31543a;
    padding: 1% 0;
  }

  .recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper:last-child {
    width: 100%;
    border-bottom: 0;
  }
  
  .filter-content-wrapper .filter-contnet-wrapper ul li{
    width:calc(100% - 16px);
  }
  .filter-content-wrapper .filter-tab-header ul{
      margin: 25px 0 30px;
      font-size: 22px;
  }
  body #insta-feed h2 {
    font-size: 24px;
  }
  .footer-logo-with-socialIcon .footer-logo-section{
    margin-top: 25px;
  }
}


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

  h1,
  .product-title {
    font-size: 24px;
    line-height: 1.5;
  }

  h2,
  .rich-text-heading-medium{
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  
.template-article .rte h2, 
.template-article .rte h3{
  font-size: 1.575rem;
}

  .featured-collections--section .featured-collections--grid-item {
    padding-bottom: 0;
    margin-bottom:0;
  }

  .template-index .alt-img-with-text--container .alt-img-with-text--content {
    background-color: #f7f7f7 !important;
  }

  .logolist--item {
    width: 50%;
  }

  .site-header-cart-button {
    right: 10px;
    position: relative;
  }

  .product-desc-metafields ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-product-accordion .section-heading-wrapper {
    margin: 0 0 25px;
  }

  .section-product-accordion {
    padding: 50px 0;
  }

  .metafield-logo-section ul li {
    width: 50%;
  }

  .custom-product-recipe-section {
    padding: 40px 0 0;
  }

  .custom-product-recipe-section {
    padding: 30px 0;
  }

  .featured-product-slider-section {
    padding: 20px 0;
  }

  .template-index .logolist--section {
    padding: 0;
  }

  .template-index .rich-text--section {
    padding: 0;
  }

  .template-index .image-text-overlap-section {
    padding: 20px 0 0;
  }

  .custom-blog-listing-section {
    padding: 20px 0 0;
  }

  .Image-List-Section-container {
    padding: 40px 0 0;
  }

  .template-collection .productgrid--outer.productgrid-gridview {
    padding-top: 40px;
  }
  .breadcrumbs-container{
    padding:0 10px;
  }
  .product-gallery--slider .slick-arrow,
  .cust-product-slider-thumbs .slick-arrow{
    display:none;
  }
  .collection-accordion-section .collection-accordion-row{
    -ms-grid-columns:1fr;
    grid-template-columns:1fr;
  }
  .featured-collections-grid-item-title.style-heading{
    font-size:16px;
  }
  .custom-blog-custom-tag ul{
    margin:-10px 0 20px -10px;
  }
  .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
    width: 67.66%;
  }
  .preheading{
	margin-top:0;
  }
  .foodservice-premium-section .img-grid-wrapper{
      -ms-grid-columns:1fr;
      grid-template-columns:1fr;
      grid-gap:10px;
    }
    .rte td, .dynamic-newsletter-text td{
      display: table-cell;
      width: auto;
    }
    .collection-accordion-section .faq-que{
      padding-right: 22px;
    }
    .rte p,
    .rte a,
    .rte p a{
      white-space: break-spaces;
      word-break: break-word;
    }
    .action-wrapper.store-locator a{
      margin:0 0 10px;
      display: inline-block;
      min-width:200px;
    }
    .template-product .custom-product-recipe-section .custom-product-recipe-wrapper{
      padding: 60px 0 0;
    }
  .product-gallery--navigation .less,
  .product-gallery--navigation .more{
    display:none;
  }
  .about-us-image-text-section .about-us-image-text-wrapper .content-index-wrapper{
    max-width:100%;
  }
  .template-index .slideshow-slide{
    display: table;
    position: relative;
  }
  .template-index .slideshow-background{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: none!important;
    background-color: #000;
  }
  .template-index .slideshow-slide-content{
	display: table-cell;
    vertical-align: middle;
    padding: 50px 15px;
  }
  .template-index .slideshow-image {
    width: 100%;
    height: 100%;
    opacity: .75;
    object-fit: cover;
  }
  .template-index .slideshow-slide-content * {
    color: #FFF;
  }
  .how-it-works-section .col-wrapper {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  .how-it-works-section {
    padding: 30px 0;
  }
  .how-it-works-section .heading{
    margin-bottom: 20px;
  }
  .about-us-img-text-section.recyle-img-text .custom-product-recipe-wrapper {
    padding: 10px 0 0; 
  }
  .about-us-img-text-section.recyle-img-text .custom-product-recipe-section{
    padding:30px 0 0;
  }
  .recipe-image-with-text-section {
    padding: 0 0 10px;
  }
  table.wholesale-table td,
  table.wholesale-table th{
    display:block;
  }
  body #shopify-section-1620018630ba7b26e3{
    padding: 10px 0 0;
    margin-bottom: -20px;
 }
  
  body #shopify-section-1568309862447 .rich-text--container{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .account-page-logout-button .logout-button{
	position:static;
  }
  .account-orderslist-wrapper .account-order-list {
    width: 750px;
    max-width: 750px;
  }

  .account-orderslist-wrapper {
      width: 100%; 
      overflow: auto;
  }

}

@media only screen and (max-width:374px){ 
  .productitem--action-trigger.productitem--action-atc, 
  .product-form--atc-button, 
  .smart-payment-enabled .product-form--atc-button, 
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    position: relative;
    padding: 10px 6px;
  }
} 


/*------ REWARD PAGE CSS ---------*/
body.template-page-rewards{
	font-size: 15px;
}
.template-page-rewards .page-width {
	max-width: 1600px;
	margin: 0 auto;
  	padding: 0 40px;
}

.template-page-rewards .text-center {
    text-align: center!important;
} 

.index-parallax-section .biosota-certificates-block {
  	padding: 0;
    position: relative;
} 

.template-page-rewards .slideshow-slide-heading, .template-page-rewards h1, .template-page-rewards h2, .template-page-rewards h3, .template-page-rewards h4, .template-page-rewards h5, .template-page-rewards h6{
	font-weight: 700;
  	line-height: 1.2
}

.parallax {
	position: relative;
	background-attachment: fixed;
	height: 380px;
	background-position: center 49px;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-parallax-section .relative-overbackground-block {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	text-align: center;
}

.index-parallax-section .relative-overbackground-block .mega-title.slideshow__title {
	margin: 1em 5px;
	letter-spacing: 0;
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgb(0 0 0 / 40%);
	color: #FFF;
}

.rewards-richtext-section {
	padding-top: 7rem;
	padding-bottom: 7rem
}

.template-page-rewards .rich-text__heading--large h2{
	font-size: 40px;
}

.rewards-earn-section {
	padding: 0 0 7rem
}

.rewards-earn-section .grid--view-items {
	margin-bottom: 0;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.rewards-earn-section .col-4 {
    padding-bottom: 15px;
    justify-content: flex-start;
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-positive: 1;
    position: relative;
    padding: 0 15px 50px;
    width: 25%;
    float: left;
}
 

.rewards-earn-section .reward-icon {
	margin: 30px auto;
	width: 100%;
	max-width: 260px;
	max-height: 260px;
	object-fit: contain;
/* 	aspect-ratio: 1/1 */
}

.rewards-earn-section .reward-content {
	text-align: center
}

.rewards-earn-section .reward-content p{
    color: #201b1a;
    margin: 0 0 19.44444px;
}
.rewards-earn-section .section-content{
	margin-bottom:30px;
}
.rewards-earn-section .btn {
	display: flex;
    align-items: center;
    justify-content: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 8px 15px;
    background-color: #32553b;
    color: #fff;
    font-family: "Avenir Next",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 15px;
}

.reward-img-text-section .pdp-img-text-section {
	margin-top: 80px
}

.reward-img-text-section .pdp-img-text-wrapper {
	display: flex;
	padding: 0 8%;
  background-color: #f7f7f7 !important;
}

.reward-img-text-section .pdp-img-text-wrapper>* {
	width: 50%
}

.reward-img-text-section .img-wrapper img {
	width: 100%;
	margin-top: -80px;
	margin-bottom: 80px;
    max-height:640px;
    object-fit:cover;
    object-position:top;
}
/* .reward-point-wrapper .rich-text__heading--medium h2{
  margin-bottom:60px;
}
 */
.reward-img-text-section .content-wrapper {
	padding: 8%;
	padding-right: 0
}

.reward-img-text-section .contnet-wrapper {
	margin: 25px 0
}x

.reward-img-text-section .pdp-img-icon-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 25px;
    list-style: none;
    padding: 0;
}

.reward-img-text-section .pdp-img-icon-wrapper>li {
	width: 320px
}

.reward-img-text-section .pdp-img-icon-wrapper img {
	width: auto;
    max-height: 100px;
}

.rewards-faqs-section {
	padding: 7rem 0;
}

.rewards-faqs-section .faq_main {
	border-bottom: 1px solid
}

.rewards-faqs-section .faq_ans {
	display: none;
	margin: 0 0 20px;
    color:#242c34 !important;
}

.rewards-faqs-section .faq_que {
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
	position: relative
}

.rewards-faqs-section .faq_que:after,
.rewards-faqs-section .faq_que:before {
	content: '';
	position: absolute;
	right: 0;
	width: 12px;
	height: 2px;
	background: #201b1a;
	top: 24px;
	transition: .25s ease-in-out all
}

.rewards-faqs-section .faq_que:after {
	transform: rotate(90deg)
}

.rewards-faqs-section .faq_main.active .faq_que:after,
.rewards-faqs-section .faq_main.active .faq_que:before {
	transform: rotate(180deg)
}

.reward-collection-section .flex-grid {
	overflow: hidden
}

.reward-collection-section {
	padding: 0 0 70px
}

.rewards-richtext-section .actions-wrapper {
	text-align: center
}

.rewards-richtext-section .actions-wrapper a, .reward-img-text-section .content-wrapper .btn {
	margin: 10px; 
    min-width: 120px;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 8px 25px;
    background-color: #32553b;
    color: #fff;
    font-family: "Avenir Next",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 15px;
}

.rewards-richtext-section .actions-wrapper a:hover, .reward-img-text-section .content-wrapper .btn:hover{
	background: #507459;
}

.reward-img-text-section .content-wrapper .btn{
	margin: 0;
}

.rewards-have-a-question-section-faq {
    background: transparent !important;
} 
.rewards-faqs-section .faq_que a {
    color: #201b1a !important;
    text-decoration: none;
}
.rewards-faqs-section .faq_main {
    border-color: #201b1a !important;
}

.rewards-have-a-question-section-faq h2 {
    color: #4d4d4d !important;
} 

#shopify-section-rewards-collection .featured-collection--container .home-section--title { 
    font-size: 38px;
}

.template-page-rewards .productgrid--item {
    border: 0 !important;
}
.template-page-rewards .productgrid--item .productitem--title{
	text-align: center;
}
.template-page-rewards .productgrid--item a {
    text-decoration: none;
    transition: color .1s ease;
    font-size: 18px !important;
    line-height: 1.5;
    color: #201b1a !important;
    text-align: center; 
}
.template-page-rewards .productgrid--item:hover a{
  color:#fff !important;
}
.template-page-rewards .productgrid--item .productitem--action-trigger,.template-page-rewards .featured-collection--cta-wrapper .button-primary{  
    font-family: "Avenir Next",sans-serif !important; 
    padding: 13px 18px !important; 
    font-size: 14px !important; 
}
.template-page-rewards .productgrid--item .product-card-price-review-wrapper {
    display: block;
    text-align: center;
}
.template-page-rewards .productgrid--item .productitem--info .productitem--price{
	justify-content: center;
	margin-top: 10px;
}
.template-page-rewards .productgrid--item .productitem--info .productitem--price .price--label {
	display: none;
}

.notifytooltip .notify-tooltiptext{
    background-color: #d1bb92 !important;    
    border-radius: 0 !important;
    font-size: 12px !important;
  	
}
.notifytooltip .notify-tooltiptext i{
	font-style: normal;
}
#klaviyo-bis-iframe{
 font-family:"Avenir Next", sans-serif;
}
.product-detail-btn-wrapper .button-primary {	
    width: 100%;	
    margin-top: 10px;	
    text-align: center;	
}
.productgrid--no-spacing .productgrid--item article.productitem {
    min-height: 100%;
}
.productgrid--item .productitem--action button:hover {
    opacity: 1;
}
/* Our-story */
.template-page-our-history .custom-product-recipe-section .custom-product-recipe-wrapper {
    align-items: center;
}

@media only screen and (max-width: 719px){
  .template-index .slideshow-slide-content{
    max-width: 100%;
  }
}
@media (max-width: 950px) {
	.index-parallax-section .relative-overbackground-block .mega-title.slideshow__title {
		font-size: 2.5rem;
	}
    .template-page-rewards .rich-text__heading--large h2{
      font-size: 36px;
  	}
    body.template-page-rewards {
      font-size: 15px;
  	}
  	.rewards-earn-section .col-4,
    .rewards-earn-section .col-3 {
        width: 50%;
        padding: 25px 10px
  	}
}

@media (max-width: 749px) {
	.index-parallax-section .relative-overbackground-block .mega-title.slideshow__title {
		display: block;
	}
  	
  	.template-page-rewards .rich-text__heading--large h2{
      font-size: 30px;
  	}
}

@media (max-width: 599px) {
	.rewards-earn-section .col-4,
    .rewards-earn-section .col-3 {
  		width: 100% ;
      padding: 15px 10px
  	}
  	.template-page-rewards .rich-text__heading--large h2{
      font-size: 28px;
  	}
}

@media (max-width:991px) {
	.rewards-earn-section .grid--view-items {
		margin: 0
	} 
	.reward-img-text-section .pdp-img-text-wrapper>* {
		width: 100%
	}
	.reward-img-text-section .pdp-img-text-wrapper {
		flex-wrap: wrap
	}
	.reward-img-text-section .content-wrapper {
		padding: 35px 0
	}
}

@media (max-width:767px) {
	.rewards-richtext-section {
		padding: 50px 0
	} 
	.rewards-earn-section {
		padding: 0 0 40px
	}
	.rewards-faqs-section {
		padding: 50px 0
	}
	.reward-collection-section {
		padding: 0 0 50px
	}
	.reward-collection-section ul.grid.grid--view-items {
		margin: 0
	}
	.reward-img-text-section .pdp-img-text-wrapper {
		padding: 0 15px
	}
	.reward-img-text-section .content-wrapper h2 {
		font-size: 32px
	}
	.rewards-richtext-section .actions-wrapper a {
		width: 100%;
		margin: 10px 0
	}
/*     .reward-point-wrapper .rich-text__heading--medium h2{
      margin-bottom:40px;
  	} */
}

@media (max-width:749px) {
	.rewards-banner .slideshow__subtitle,
	.rewards-banner .slideshow__title {
		display: block;
	}
}

#@font-face {
  font-family: 'Brooklyn';
  src: url('Brooklyn-Heavy.woff2') format('woff2'),
    url('Brooklyn-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: "Avenir Next";
	font-weight: 700;
	font-style: normal;
	src: url("/cdn/fonts/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=Ymlvc290YS5jb20uYXU&hmac=a17cc5326a90f73524a428f24e65f5aa20ffa4cf25a23063fe71feb872305316") format("woff2"), url("/cdn/fonts/avenir_next/avenirnext_n7.25b10f8089bc87dfd8e50a7c68b433da7a04bc87.woff?h1=Ymlvc290YS5jb20uYXU&hmac=3f65ec6d105800b79c75fbfe2851e2aa7eaca614e6be8a99d7cd9d07a1d4e046") format("woff")
}

@font-face {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
	src: url("/cdn/fonts/open_sans/opensans_n3.e625f784016f3f6ecc60fbe32f43a8968a01f630.woff2?h1=Ymlvc290YS5jb20uYXU&hmac=2e5ec2eaf44204823d4344ecea7ad0e00782b04d548722fdb4a7680b1c440c35") format("woff2"), url("/cdn/fonts/open_sans/opensans_n3.802efb07b3f5051e538f43bcf2ea8622d85014ad.woff?h1=Ymlvc290YS5jb20uYXU&hmac=dc22b773faae1175864b2c4ba4e8d310516eaf40451458393ee320d311132a5d") format("woff")
}


@keyframes hightlight {
  0%{
    background-color: #31543a1c;
  }
  100%{
    background-color: transparent;
  }
}

html{
  scroll-padding-top:100px;
}

body {
  margin: 0;
  position: relative;
  font-size: 15px;
  font-family: 'sofia-pro', sans-sarif;
  font-weight: 400;
  letter-spacing:normal;
  line-height:1.8;
  overflow-x:hidden;
}

h1,
.product-title {
  font-size: 30px;
  line-height: 46px;
}

h2,
.rich-text-heading-medium{
  font-size: 2.1rem;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}


h1,
.slideshow-slide-heading,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-family: "Avenir Next", sans-serif;
  margin: 0 0 20px;
  letter-spacing:normal;
  color:#4d4d4d;
}

p {
  line-height: 1.8;
  letter-spacing:normal;
}

a{
  color:#31543a;
}

.rte,
.dynamic-newsletter-text {
  font-size: 15px;
  letter-spacing:normal;
}

.site-navigation a,
.site-navigation .navmenu-depth-1 > li > a,
.site-header-actions,
.mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link {
  font-family: 'sofia-pro',sans-serif;
  letter-spacing: 0.6px;
  font-size: 14px;
  line-height: 22px;
  color: #4d4d4d
}

.button-primary, 
.image-with-text-button, 
.button-secondary, 
.rte button, 
.dynamic-newsletter-text button{
  font-family: 'sofia-pro',sans-serif;
}


.productgrid--item {
  border: 1px solid #ddd;
}

.no-touch .productitem:hover,
.no-touch .productitem:focus,
.no-touch .visible .productitem {
  box-shadow: none;
  outline: none;
}

.no-touch .productitem--actions {
  position: relative;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
}

.collection-custom--content {
  position: relative;
}

.home-slider-heading {
  width: 22%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-right: 2%;
}

.collection-slider-row {
  padding-left: 24%;
}

.collection-custom-slider .home-section--title {
  text-align: left;
  font-size: 30px;
}

.home-section--title {
  font-family: "Avenir Next", sans-serif;
  font-weight:700;
}

.home-section--subheading {
  font-size: 15px;
}

.home-section-custom-text {
  line-height: 20px;
}

.button-secondary:focus {
	color:#FFF;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #e0e0e0;
  font-size: 0;
  line-height: 0px;
  border-radius: 0 !important;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.slick-arrow.slick-disabled:after {
  opacity: 0.2;
}

.slick-next {
  margin-left: 70px;
}

.slick-next:after,
.slick-prev:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: -3px;
  position: relative;
}

.slick-prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 3px;
}

.collection-custom-slider .slick-arrow {
  z-index: 1;
}

.product-row .productgrid--item {
  outline: 0 !important;
}

.productitem--info-bg,
.productitem--image-alternate-custom .productitem--info-bg .productitem--title a,
.productitem--info-bg .productitem--vendor,
.productitem--info-bg .price--main {
  transition: all 0.3s;
}

.productgrid--item .productitem--image-primary {
  transition: all 0.1s;
}

.productitem {
  background: transparent;
  padding: 0;
}

.productitem--info-bg .productitem--info {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.productgrid--item {
  position: relative;
}

.productitem--image-alternate-custom {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.productgrid--item:hover .productitem--image-alternate-custom,
.visible .productgrid--item .productitem--image-alternate-custom {
  visibility: visible;
  opacity: 1;
}


.productgrid--item .productitem--image-primary {
  opacity: 1;
}

.productgrid--item:hover .productitem--image-primary,
.visible .productgrid--item .productitem--image-primary {
  visibility: hidden;
  opacity: 0;
}

.productitem--info-bg {
  background-color: rgba(0, 0, 0, 0.0);
  padding: 2em;
}

.productgrid--item:hover .productitem--info-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.productgrid--item:hover .productitem--info-bg .productitem--title a,
.productgrid--item:hover .productitem--info-bg .productitem--vendor,
.productgrid--item:hover .productitem--info-bg .price--main {
  color: #fff;
}

.productitem--image-link {
  padding: 2em 2em 0px 2em;
}

.productitem--image-link .productitem--image {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2em;
}

.productgrid--item:hover .productitem--image-link .productitem--image {
  border-bottom-color: transparent;
}


.collection-banner {
  position: relative;
}

.collection-banner-inner {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  text-align: center;
}

.collection-banner:not(.collection-banner-img-active) .productgrid--masthead {
  height: 60px;
}

.collection-banner .collection--image img {
  height: 100%;
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

.collection-banner .collection-banner-inner .breadcrumbs-container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}

.collection-banner .collection--title {
  margin: 0 0 6px 0;
  padding: 0;
}

.collection-banner-img-active .collection--title {
  color: #fff;
  margin: 0 0 6px 0;
  padding: 0;
}

.collection-banner-img-active .breadcrumbs-container a,
.collection-banner-img-active .breadcrumbs-container span {
  color: #fff;
}

.site-main #shopify-section-static-collection {
  margin-top: 0;
}

.collection-banner:not(.collection-banner-img-active) {
  margin-top: 1.64063rem;
}


.collection-description-section .collection--description {
  text-align: left;
}

.product-description {
  margin: 10px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}

.product-description p {
  margin-top: 0;
}

.product-description > div:first-child {
  height: 78px;
  font-size:15px;
  overflow: hidden;
  line-height: 1.8;
  letter-spacing: normal;
}

.product-description > div.product-description-open {
  height: auto;
}

.product-main .product--price .price--compare-at,
.product-main .product--price .price--main {
  font-size: 30px;
}

.product-form-qty-field {
  border: 1px solid #CACACA;
  display: flex;
}

.product-form-qty-field button {
  border: 0 !important;
  vertical-align: top !important;
  padding: 0 !important;
  height: 60px !important;
  width: 58px !important;
  outline: 0 !important;
  color: #7E7E7E !important;
  cursor: pointer !important;
  background-repeat: no-repeat !important;
  font-size: 0 !important;
  background-position: center !important;
  background-color: #fff !important;
}

.product-form-qty-field input[type=number] {
  border: 0;
  text-align: center;
  outline: 0px !important;
  padding: 0;
  height: 60px;
  width: 58px;
  font-size: 14px !important;
  font-weight: 500;
  color: #7E7E7E !important;
  -moz-appearance: textfield;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-fields--qty-hide {
  display: none;
}

.product-form--inline .form-options {
  margin: 0;
}


.product-form--inline {
  display: flex;
  flex-wrap: wrap;
}

.product-form--inline .product-options-style-radio {
  width: 100%;
  padding-right: 12px;
}

.product-form-atc-qty-custom {
  width: 176px;
}

.form-field-title-custom,
.product-options-style-radio .option-name.form-field-title-custom {
  font-size: 14px;
  margin-bottom: 1em;
  display: block;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.product-form--regular {
  margin: 20px 0 0 0;
}

.product-form--inline .option-values {
  margin-top: 0;
  display: flex;
  flex-wrap:wrap;
  margin-right:-12px;
  position:relative;
  z-index:999;
}

.product-form--inline .option-values .option-value {
    width:auto;
  	min-width: calc(100% / 3 - 12px);
    margin: 0 12px 12px 0;
    border: 0;
}
.notifytooltip .notify-tooltiptext{
  cursor:pointer;
  padding-top:5px;
}

.option-value-input + .option-value-name {
  padding: 10px 5px;
  margin: 0;
  width: 100%;
  border-radius: 0;
  font-size: 12px;
  height:auto;
  text-align: center;
  border-color: #CACACA;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-family: sofia-pro,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px; 
}

.option-value-input + .option-value-name:focus {
  border-color: #CACACA;
}

.option-value-input:checked + .option-value-name,
.option-value-input:checked + .option-value-name:hover {
  color: #FFF;
    background-color: #31543a;
    border-color: #31543a;
}

.option-value-input + .option-value-name:hover {
      color: #FFF;
    background-color: #31543a;
    border-color: #31543a;
}

.option-value-input:focus ~ .option-value-name {
  box-shadow: none;
}


.option-value-input:disabled+.option-value-name{
  opacity:1;
}

.smart-payment-enabled .product-form--atc-button,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  font-size: 14px;
  padding: 18px 2.125rem;
  font-weight: 700;
  font-family: 'sofia-pro',sans-serif;
}

.product-title {
  text-transform: uppercase;
}

.site-header-main::before {
  display: none;
}

.accordion-img-text {
  position: relative;
}

.accordion-img-text img {
  vertical-align: top;
}

.product-quote__wrapper {
  position: absolute;
  top: 0;
}

.product-custom-row {
  display: flex;
}

.accordion-img-column {
  width: 50%;
  padding: 0;
}

.accordion-slider-column {
  width: 100%;
  margin-left: 0;
}

.accordion-img-column + .accordion-slider-column {
  width: 47.5%;
  margin-left: 2.5%;
}

.section-product-accordion .product-custom-row {
  padding: 0px;
}

.product-quote__wrapper {
  position: absolute;
  top: 0;
  max-width: 550px;
  left: 0;
  right: 0;
  transform: translate(0%, 0%);
  text-align: left;
}

.section-product-accordion .accordion-grid {
  padding: 0;
}

.accordion-item {
  border-bottom: 1px solid #31543a;
}

.accordion-item p,
.accordion-item span,
.accordion-item strong,
.accordion-item h1,
.accordion-item h2,
.accordion-item h3,
.accordion-item h4,
.accordion-item h6,
.accordion-item h5,
.accordion-item b {
  background: transparent !important;
  background-color: transparent !important;
}

.product-quote__title {
  font-size: 2.38rem;
  font-family: Arapey, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.product-quote__author {
  line-height: 35px;
  font-size: 20px;
  letter-spacing: inherit;
}

.accordion-title {
  background-color: transparent;
  cursor: pointer;
  padding: 10px 40px 10px 10px;
  margin-top: 15px;
  width: 100%;
  border-bottom: 0px solid #31543a;
  color: #31543a;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  position: relative;
      font-weight: 600;
    transition: .3s ease all;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 0.6px;
}

.accordion-title.active,
.accordion-title:hover {
  background-color: transparent;
}

.accordion-panel {
  padding: 20px 0 24px 0;
  display: none;
  overflow: hidden;
}


.accordion-title-active .acc-plus:after {
  display: none;
}

.accordion-title-active .acc-plus:before {
  background: #262D56;
}

.accordion-panel p {
  margin: 0;
}

.accordion-panel p + p {
  margin-top: 0.5375rem;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2f2c4b;
}

.accordion-title .arrow-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.accordion-title.active .arrow-down {
  transform: rotate(180deg);
  margin-top: -4px;
}

.acc-title-icon {
  vertical-align: middle;
  margin-right: 1.1875rem;
  display: inline-block;
  width: 35px;
}

.accordion-icon-grid .accordion-title {}

.acc-plus {
  position: absolute;
  right: 10px;
  left: auto;
  float: right;
  top: 50%;
  transform: translate(0px, -50%);
}

.acc-plus:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #2f2c4b;
  display: block;
  transform: rotate(90deg);
}

.acc-plus:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #2f2c4b;
  display: block;
  top: 50%;
  position: absolute;
  transform: translate(0px, -50%);
}

.accordion-icon-grid svg.icon {
  width: 34px;
  vertical-align: middle;
  margin-right: 1.1875rem;
  fill: #816339;
}

.accordion-icon-grid .accordion-item:first-child {
  border-top: 1px solid #CACACA;
}

.accordion-icon-grid {
  padding: 20px 0;
}

.icon-accordion-left-img {
  opacity: 0;
}

.icon-accordion-left-img img {
  max-width: 100%;
  vertical-align: top;
}

.icon-accordion-img-column {
  padding: 0;
  width: 50%;
  min-width: 50%;
}

.icon-accordion-slider-column {
  padding: 20px 0;
  min-width: 47.5%;
  width: 47.5%;
  margin-left: 2.5%;
}

.section-product-icon-accordion .product-custom-row {
  display: flex;
  align-items: center;
}

.product-main .afterpay-paragraph {
  font-size: 16px;
  padding-top: .75rem;
  margin: 0 !important;
}

.section-product-accordion .acc-plus {
  right: 10px;
}

.shopify-section-icon-accordion {
  margin-top: 4.25rem;
}

section.section-product-icon-accordion {
  margin-top: 0;
}

.section-icon-accordion-bg {
  margin-bottom: 0px;
  background: #f2ece3;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1% 0;
  padding: 0;
  background-size: 50%;
}

.productitem--actions > form {
  width: 100%;
}

.section-product-promo-meta .home-section--content {
  margin: 0 -10px;
}

.section-product-promo-meta .promo-grid--half-width {
  width: 50%;
  padding: 0 10px;
}

.section-product-promo-meta .promo-meta-grid--content img {
  width: 100%;
}

.productgrid--item:focus * {
  outline: none !important;
  box-shadow: none !important;
}

.button-primary:active,
.image-with-text-button:active,
.button-primary:focus,
.image-with-text-button:focus {
  outline: none;
}

.productgrid--item {
  height: auto !important;
}

.productgrid--item article.productitem {
  height: auto !important;
  position: relative !important;
}

.template-article .article-image {
  height: 350px;
}

.template-article .rte h2, 
.template-article .rte h3{
  font-size: 1.95rem;
}

.featured-collections--section .featured-collections--grid-items-container .featured-collections--grid-item:last-child {
  padding-bottom: 0;
}

.featured-collections--section .featured-collections--grid-item {
  padding-bottom:0;
  margin-bottom: 20px;
}

.productgrid--sidebar {
  padding-top: 0.5rem;
  margin-top: 1.75rem;
}

article.site-page-about {
  margin: 0;
}

.about-hero-banner section.image-with-text {
  padding-left: 0;
  padding-right: 0;
}

.about-hero-banner .image-with-text-background {
  border-radius: 0;
}

.about-rich-text-section .rich-text-content p {
  margin-bottom: 10px;
}

.btn {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.875rem 2.125rem;
  letter-spacing: 0.01em;
}

/* about image text block */
.flexible-layout {
  margin-left: -30px;
  margin-bottom: -30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.flexible-layout.valign-middle > .column {
  -ms-grid-row-align: center;
      align-self: center;
}

.flexible-layout.valign-bottom > .column {
  align-self: flex-end;
}

.flexible-layout .column {
  padding-left: 30px;
  margin-bottom: 30px;
  flex: 0 0 auto;
}

.flexible-layout .column--quarter {
  width: 25%;
}

.flexible-layout .column--third {
  width: 33.333%;
}

.flexible-layout .column--half {
  width: 50%;
}

.flexible-layout .column--two-thirds {
  width: 66.666%;
}

.flexible-layout .column--three-quarters {
  width: 75%;
}

.flexible-layout .column--full {
  width: 100%;
}

.flexible-layout--variable-columns {
  justify-content: space-around;
}

.flexible-layout--variable-columns .column {
  flex: 1 0 auto;
  width: 33%;
  max-width: 50%;
}

.flexible-layout--variable-columns.flexible-layout--columns-4 .column {
  width: 50%;
}

.image-overlap {
  display: flex;
  margin: 0 auto;
}

.image-overlap .image-overlap__image {
  flex: 1 0 50%;
}

.image-overlap .image-overlap__image-1:not(:last-child) {
  position: relative;
  margin-top: 45px;
  z-index: 1;
}

.image-overlap .image-overlap__image-2 {
  margin-right: -45px;
  transform: translate3d(-45px, 0, 0);
}

.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f4f4f4;
}

.image-overlap .placeholder-image {
  box-shadow: 0 0 0 5px #ffffff;
}

.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.placeholder-image svg,
.placeholder-image svg g {
  fill: #c8cbcd;
}

.image-overlap .image-overlap__image img {
  max-width: 100%;
  vertical-align: top;
}

.align-center {
  text-align: center;
}

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

/* about image text block */




.video-container {
  position: relative;
}

.video-container__video,
.product-media--frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #eee;
}

.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f4f4f4;
}

.placeholder-image.dark {
  background: #c6c7c8;
}

.video-container__cover .rimage-outer-wrapper,
.video-container__cover .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-position: center center;
}

.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 2;
}

.overlay--h-left {
  text-align: left;
}

.overlay--v-bottom {
  align-items: flex-end;
}

.overlay-text__inner {
  display: block;
  width: 100%;
  padding: 70px;
}

.video-container__play svg {
  width: 80px;
  height: 80px;
  fill: transparent;
  stroke: #ffffff;
  transition: stroke 150ms;
}

.about-video-section .overlay-text__title {
  margin-bottom: 10px;
}

.about-image-text-section .subheading {
  margin: 0 0 10px 0;
}

.about-image-text-section .majortitle.in-content {
  margin: 0 0 10px 0;
}

.about-image-text-section .user-content {
  margin: 0 0 25px 0;
}


.collection--description p {
  margin: 0 0 8px 0;
}

.collection-accordion-section{
  padding-bottom:20px;
}

.collection-accordion-section .product-section--container{
  margin-top:20px;
}

.collection-accordion-section .collection-accordion-row{
  display:-ms-grid;
  display:grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap:25px;
}

.collection-accordion-section .faq-que{
    padding: 15px 5px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #c8a87ea8;
    color: #c8a87e;
    font-weight: 700;
    font-family: 'Brooklyn',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    text-align: left;
  	position:relative;
  	transition:.3s ease all;
  	cursor:pointer;
}

.collection-accordion-section .faq-que:after{
  content:'';
  position:absolute;
  right:6px;
  background-image:url(/cdn/shop/t/2/assets/arrow-down.svg?v=11893104314605245739);
  height: 12px;
  width: 12px;
  top: 18px;
  transition:.3s ease all;
}


.collection-accordion-section .faq-que:focus{    
  outline-color: #cfcfcf;
}

.collection-accordion-section .faqs-wrapper.active .faq-que:after{
  transform:rotate(180deg);
}

.collection-accordion-section .faqs-ans{
  display:none;
}

.product-banner {
  margin-bottom: 50px;
}

.template-product .product-banner {
  margin-bottom:0;
}

.productitem--info .productitem--price {
  display: flex;
  align-items: center;
  margin-top:0;
}

.productitem--info .productitem--price .price--compare-at.visible {
  margin: 0 8px 0 0;
}

.collection-accordion-section .accordion-title p {
  margin: 0;
}

.collection-accordion-section .accordion-item.rte {
  border: 0px;
}

.collection-accordion-section .accordion-panel {
  padding: 14px 0 18px 0;
}

.footer-highlights-banners-section .highlights-banners {
  justify-content: space-between;
}

.footer-highlights-banners-section .highlights-banners-icon > img {
  max-width: 100%;
  height: auto;
}

.footer-highlights-banners-section .highlights-banners-block {
  max-width: 100%;
  padding: 0;
}

.footer-highlights-banners-section .banners-block-newsletter {
  justify-content: center;
}

.footer-highlights-banners-section .banners-block-social {
  justify-content: flex-end;
}

.footer-social-custom .social-icons {
  margin: 0;
}

div#shopify-section-instafeed {
  margin-bottom: 50px;
  margin-top: 50px;
}

.accordion-icon-grid-text {
  margin: 0 0 10px 0;
}

.accordion-icon-grid-text h2 {
  font-size: 2.38rem;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding: 0;
}

.accordion-icon-grid-text p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

.collection-accordion-section .acc-plus {
  right: 20px;
}

/* new d r */

@media (min-width: 768px) {
  .column--order-push-desktop {
    order: 1;
  }
}



@media(max-width:1600px) {
  .icon-accordion-left-img {
    opacity: 1;
    left: -40px;
    width: calc(100% + 40px);
    position: relative;
  }

  .section-icon-accordion-bg {
    padding: 0% 0;
    background-image: none !important;
  }
}

@media(max-width:1200px) {
  .collection-custom-slider .slick-arrow {
    bottom: 0px;
  }
}


@media(max-width:1024px) {
  .home-section-custom-text {
    padding-right: 26px;
    height: calc(100% - 188px);
    overflow: auto;
  }

  .section-title-custom {
    height: 100%;
  }

  .home-slider-heading {
    width: 26%;
    height: 100%;
  }

  .collection-slider-row {
    padding-left: 26%;
  }
}

@media(max-width:991px) {
  .productitem--image-link {
    padding: 1em 1em 0px 1em;
  }

  .productitem--info-bg {
    padding: 1em;
  }

  .home-section-custom-text {
    height: calc(100% - 228px);
  }
}

@media(max-width:859px) {
  .accordions-section .rich-text__heading--large h2 { 
    font-size: 1.8375rem;
  }
}

@media(max-width:767px) {
  .product-row--container {
    margin-bottom: 0;
  }

  .section-product-accordion .accordion-grid {
    padding: 0;
  }

  .section-product-accordion .product-custom-row {
    display: block;
  }

  .accordion-img-column {
    width: 100%;
    padding: 0;
  }

  .accordion-img-column + .accordion-slider-column {
    width: 100%;
    padding: 0;
  }

  .product-quote__wrapper {
    max-width: 100%;
    text-align: center;
  }

  section.section-product-icon-accordion {
    margin-top: 3.125rem;
  }

  .section-icon-accordion-bg {
    margin-bottom: 0;
  }

  .section-product-icon-accordion .product-custom-row {
    display: block;
  }

  .icon-accordion-img-column {
    padding: 0;
    width: 100%;
    min-width: 100%;
  }

  .icon-accordion-slider-column {
    padding: 0;
    width: 100%;
    min-width: 100%;
  }

  .icon-accordion-left-img {
    left: -30px;
    width: calc(100% + 60px);
    position: relative;
  }

  .accordion-icon-grid {
    padding: 40px 0;
  }

  /* about image text block */
  .flexible-layout {
    margin-left: auto;
    margin-bottom: 0;
    flex-direction: column;
  }

  .flexible-layout .column {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100% !important;
    max-width: none;
  }

  .flexible-layout .column:last-child {
    margin-bottom: 0;
  }

  .flexible-layout.layout-all-quarters {
    flex-direction: row;
    margin-left: -20px;
    margin-bottom: -20px;
  }

  .flexible-layout.layout-all-quarters .column {
    margin-bottom: 20px;
    padding-left: 20px;
    width: 50% !important;
  }

  .flexible-layout.layout-all-quarters .column:last-child {
    margin-bottom: 20px;
  }
}

/* 767 e */


@media(max-width:639px) {
  .collection-accordion-row {
    flex-flow: column;
  }

  .collection-accordion-row .accordion-grid {
    width: 100%;
  }
}




/* brookfram custom s */
.button-primary, 
.image-with-text-button, 
.button-secondary, 
.rte button, 
.dynamic-newsletter-text button,
.alt-img-with-text--content .alt-img-with-text--text .alt-img-with-text--button:not(.button-signpost){
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing:1.2px;
    font-style: normal;
    font-weight: 600;
  	border-radius:3px;
  	line-height:1.5;
}

.promo-grid--container .promo-block-grid--button:not(.button-signpost){
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: 1.2px;
  font-style: normal;
  border-radius:3px;
  line-height:1.5;
}

.announcement-bar-text{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
  	font-family:"Avenir Next", sans-serif;
}

.featured-collections--content .promo-block-mosaic--header{
  color:#FFF;
}

.featured-collections--content .promo-block-mosaic--button{
    font-size: 12px;
    letter-spacing: 1.2px;
    font-family: "Avenir Next", sans-serif;
}

.featured-collections--section .featured-collections--grid-item{
  position:relative;
}

.featured-collections-grid-item-title.style-heading {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family:"Avenir Next", sans-serif;
    color: #fff;
    font-size: 26px;
}

/* header css */

.site-navigation .navmenu-depth-2 .navmenu-link {
    font-family: 'sofia-pro';
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.site-navigation .navmenu-depth-2 .navmenu-link svg {
  color: #31543a;
}

.site-navigation .navmenu-depth-2 .navmenu-link:hover,
.site-navigation .navmenu-depth-2 .navmenu-link.navmenu-active {
  color: #31543a;
}

.site-mobile-nav .site-header-actions .site-header-account-link a {
  font-family: 'sofia-pro',sans-serif;
  font-weight: 700;
  color: #4d4d4d;
}

.button-secondary {
  background: transparent;
  color: #31543a;
  font-size: 12px;
  border: 1px solid #31543a;
  border-radius: 0;
  padding:10px 30px;
  border-radius:3px;
}

.button-secondary:hover {
  background: #507459;
  color: #FFF;
}

.site-navigation .navmenu-icon svg {
  width: 10px;
  height: 11px;
}

.site-navigation .navmenu-icon path{
  fill: #31543a;
}

.site-navigation a,
.site-navigation .navmenu-depth-1 > li > a,
.site-header-actions,
.mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.site-navigation .navmenu-icon {
  top: 14px;
}

.utility-bar-content {
  padding-top: 18px;
  padding-bottom: 18px;
}

.utility-bar a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
}

body .utility-bar a:hover {
  color: #507459;
}

.site-navigation p a.navmenu-meganav--image-link {
      padding: 12px 15px;
      border: 1.5px solid #c8a87e;
      text-align: center;
      font-size: 12px;
      border-radius:3px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: normal;
      font-family: 'Avenir Next',sans-serif;
      transition:.3s ease all;
      color:#c8a87e;
      -webkit-transition:.3s ease all;
      -moz-transition:.3s ease all;
      -ms-transition:.3s ease all;
      -o-transition:.3s ease all;
}
  
  .site-navigation p a.navmenu-meganav--image-link:hover{
  	transition:.3s ease all;
    background:#c8a87e;
    color:#FFF;
  }


/* header css end */


.template-index .alt-img-with-text--section {
  box-shadow: inset 1px 300px 0 #F7F7F7;
}

.preheading {
  text-transform: uppercase;
  color: #31543a !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  font-size: 14px!important;
  font-family: 'Avenir Next',sans-serif!important;
}

.site-header-main-actions .site-header-button {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  box-shadow:none;
  transition:.3s ease all;
}


.site-header-main-actions .site-header-button:hover{
box-shadow: 0 0 3px 0.5px #31543a;
}

.featured-product-slider-section {
  padding: 50px 0;
}

.featured-product-slider-section .featured-product-slider-index {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 75%;
  grid-template-columns: 25% 75%;
  align-items: center;
  position: relative;
}

.featured-product-slider-section .featured-product-slider {
  padding: 0;
  margin: 0;
}


.featured-product-slider-section .slick-slide {
  margin: 0 15px;
}


.productgrid--item article.productitem {
  display: flex;
  flex-direction: column;
}

.featured-product-slider-section .productitem--image-link {
  padding: 15px 15px 0;
  flex: 1 1;
}

.productitem--image-link {
  flex: 1 1;
}

.featured-product-slider-section .productitem--info-bg {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.featured-product-slider-section .slick-slider,
.featured-product-slider-section .slick-list {
  position: static;
}

.featured-product-slider-section .slick-track {
  display: flex;
  position: static;
}

.featured-product-slider-section .slick-arrow {
  box-shadow: 0 0 3px 0.5px #31543a;
  background:transparent;
  border-radius: 50% !important;
  transition: .3s ease all;
}

.featured-product-slider-section .slick-arrow:after {
  border: solid #31543a;
  border-width: 0 2px 2px 0;
  padding: 5px;
}

.featured-product-slider-section .slick-arrow:hover {
  background:#31543a;
  transition: .3s ease all;
  border-color: #ffffff;
  box-shadow:0 0 2px #31543a;
}

.featured-product-slider-section .slick-arrow:hover:after{
  border-color: #FFF;  
}

.featured-product-slider-section .action-wrapper a {
  color: #c8a87e;
  text-decoration: none;
  font-size: 16px;
  transition: .3s ease all;
  font-weight: 600;
}

.featured-product-slider-section .action-wrapper a:hover {
  color: #E89265;
}

.featured-product-content-wrapper .cust-slider-arrows{
  margin-top:20px;
}


.featured-product-content-wrapper .cust-slider-arrows .slick-arrow{
  position:static;
  transform:none;
}

.featured-product-content-wrapper .cust-slider-arrows .slick-next{
  margin-left:20px;
}

.featured-product-slider-section .action-wrapper a .arrow-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  transition: .3s ease all;
  padding-left: 5px;
}

.featured-product-slider-section .action-wrapper a .arrow-icon svg {
  width: 16px;
  height: 16px;
}

.featured-product-slider-section .action-wrapper a:hover .arrow-icon {
  transform: translateX(5px);
  transition: .3s ease all;
}

.featured-product-slider .slick-dots{
    display: block;
    text-align: center;
    list-style: none;
  	padding:0;
    margin-top: 15px;
}

.featured-product-slider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}

.featured-product-slider .slick-dots li button{
    font-size: 0;
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #c8a87e;
  	cursor:pointer;
}

.featured-product-slider .slick-dots li button:focus{
	outline:none;
}

.featured-product-slider .slick-dots li button:hover,
.featured-product-slider .slick-dots li.slick-active button{
      background: #000000;
}

.template-index .logolist--section {
  padding: 40px 0;
}

.template-index .rich-text--section {
  padding: 40px 0;
}


/* image-text-overlap-section */

.image-text-overlap-section {
  padding: 60px 0;
}

.template-index .image-text-overlap-section {
  padding: 40px 0 80px;
}


.image-text-overlap-section .image-text-overlap-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.template-index .image-text-overlap-section .image-text-overlap-wrapper{
  max-width: 1200px;
  margin: auto;
}

.image-text-overlap-section .image-text-overlap-wrapper .image-wrapper {
  width: 100%;
  padding-right: 16%;
  padding-bottom: 5%;
}

.image-text-overlap-section .image-text-overlap-wrapper .content-wrapper {
  width: 50%;
  background: #31543a;
  color: #FFF;
  padding: 5%;
  text-align: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-text-overlap-section .image-text-overlap-wrapper .content-wrapper .heading{
  color:#FFF;
}

.image-text-overlap-section .image-text-overlap-wrapper .image-wrapper img {
  width: 100%;
}

.image-text-overlap-section .image-text-overlap-wrapper.image-right .content-wrapper {
  order: 1;
}

.image-text-overlap-section .image-text-overlap-wrapper.image-right .image-wrapper {
  order: 2;
}

/* image-text-overlap-section end */

/* custom-blog-listing-section */

.template-index .blogposts--section {
  padding: 40px 0 0;
}

.custom-blog-listing-section {
  padding: 40px 0;
  box-shadow: inset 0px 50px 0 #f7f7f7;
}

.custom-blog-listing-section .blogposts--container {
  padding-top: 80px;
}

.custom-blog-listing-section .custom-blog-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -100px;
  justify-content:space-between;
}

.custom-blog-listing-section .custom-blog-listing-wrapper .blogs-wrapper.blogposts--inner {
  width: 64%;
  padding: 0;
  padding: 0;
}

.blogposts--count-2 .blogposts--inner .article--excerpt-wrapper {
  width: calc(100% / 2 - 30px);
}

.custom-blog-listing-section .custom-blog-listing-wrapper .content-wrapper {
  padding: 80px 0 0;
  width: 30%;
}

.custom-blog-listing-section .home-section--title,
.custom-blog-listing-section .blogposts--footer,
.custom-blog-listing-section .home-section--subheading {
  text-align: left;
}

.article--excerpt-image {
  padding-bottom: 100%;
}

/* custom-blog-listing-section e */

.article--excerpt-wrapper {
  text-align: left;
}

.article--excerpt-content {
  padding: 20px 0 0;
}

.article--excerpt-title {
  font-family: 'Avenir Next',sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.blogposts--inner .article--excerpt-wrapper {
  font-size: 14px;
}

.Image-List-Section-container {
  padding: 80px 0 0;
}

.Image-List-Section-container .Image-list-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

.Image-List-Section-container .Image-list-inner img {
  width: 100%;
}

/* product card css */

.productitem--image-link .productitem--image {
  padding-bottom: 0;
  border: 0;
}

.productitem--image-alternate-custom {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.productitem--sale .productitem--price .price--main,
.price--main {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.price--main .price--label {
  font-size: 14px;
}

.badge--soldout,
.badge--sale {
  position: absolute;
  top: 0;
  bottom: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
}

.productgrid--item .productitem--action {
  margin: 0;
}

.blogposts--inner .article--excerpt-wrapper{
  min-width:32%;
  flex: 0 0;
}

.blogposts--inner .article--excerpt-wrapper:not(:last-child) {
  margin-right: 30px;
}


/* p c c e */


/* product page css */

.product-desc-metafields ul {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 15px;
  padding: 20px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.product-desc-metafields ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #31543a;
  line-height: 23.5px;
  font-size: 14px;
  font-weight:700;
}

.product-desc-metafields ul li:before {
  content: '\2713	';
  position: absolute;
  color: #31543a;
  left: 0;
  top: 0;
}


.section-product-accordion .arrow-wrapper svg {
  height: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.section-product-accordion .accordion-item .arrow-wrapper svg {
  transition: .3s ease all;
}

.section-product-accordion .accordion-item .arrow-wrapper svg path{
  fill: #31543a;
}

.section-product-accordion .accordion-item.active .arrow-wrapper svg {
  transition: .3s ease all;
  transform: rotate(180deg);
}

.section-product-accordion .accordion-item.active .accordion-title {
  background-color: #50745947;
  transition: .3s ease all;
}

.section-product-accordion {
  background: #f7f7f7;
  padding: 70px 0;
  margin: 20px 0 0;
}

.section-product-accordion .section-heading-wrapper {
  margin: 0 0 60px;
}

.section-product-accordion .preheading {
  margin-top: 0;
}

.heading {
  margin: 0 0 20px;
  color:#4d4d4d;
}


.custom-product-recipe-section {
  background: #f7f7f7;
  margin-bottom: 100px;
  padding: 0;
}

.custom-product-recipe-wrapper .content-wrapper p,
.custom-product-recipe-wrapper .content-wrapper h2,
.custom-product-recipe-wrapper .content-wrapper h3,
.custom-product-recipe-wrapper .content-wrapper h4,
.custom-product-recipe-wrapper .content-wrapper h5,
.custom-product-recipe-wrapper .content-wrapper h6,
.custom-product-recipe-wrapper .content-wrapper span,
.custom-product-recipe-wrapper .content-wrapper ul,
.custom-product-recipe-wrapper .content-wrapper ol,
.custom-product-recipe-wrapper .content-wrapper li,
.custom-product-recipe-wrapper .content-wrapper strong{
  background:transparent!important;
}

.custom-product-recipe-wrapper .content-wrapper li{
  padding:5px 0!important;
}

.custom-product-recipe-section .custom-product-recipe-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

.template-page-about .custom-product-recipe-section .custom-product-recipe-wrapper{
  align-items: center;
}

.template-product .custom-product-recipe-section .custom-product-recipe-wrapper{
  padding: 60px 0 0;
}

.custom-product-recipe-section .custom-product-recipe-wrapper.image-align-left {
  flex-direction: row-reverse;
}

.custom-product-recipe-section .custom-product-recipe-wrapper .heading {
  margin-top: 0;
}

.custom-product-recipe-section .content-wrapper {
  width: 55%;
  padding: 50px 0 50px 50px;
}

.template-product .custom-product-recipe-section .content-wrapper{
  padding: 50px 50px 50px 0;
}


.custom-product-recipe-section .custom-product-recipe-wrapper.image-align-left .content-wrapper {
  padding-right: 0;
  padding-left: 50px;
}

.custom-product-recipe-section .custom-product-recipe-wrapper.image-align-right .content-wrapper{
  padding-right: 50px;
  padding-left: 0;
}

.custom-product-recipe-section .img-wrapper {
  width: 45%;
}

.custom-product-recipe-section .img-wrapper {
  margin-bottom: -100px;
}

.custom-product-recipe-section .img-wrapper img {
  width: 100%;
}

.custom-product-recipe-section .content-wrapper .button-link {
  margin-top: 30px;
  display: inline-block;
  text-align:center;
}

.metafield-logo-section {
  padding: 50px 0;
}

.metafield-logo-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.metafield-logo-section ul li {
  width: 20%;
  padding: 0 15px;
  list-style: none;
}

.metafield-logo-section ul li img {
  width: 100%;
    max-height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
}

.breadcrumbs-container a,
.breadcrumbs-container span.breadcrumbs-delimiter {
  color: #5b6670;
}

.product-form--inline .product-options-style-select {
  width: 100%;
}

.smart-payment-enabled .product-form--atc {
  flex-direction: row;
}

.form-field-select-wrapper .form-field-select {
  padding: 19px;
  padding-right: 30px;
}

.product-form--atc .form-field-select-wrapper {
  width: 140px;
}

.product-form--atc .product-form--atc-button {
  width: auto;
  margin: 0 0 0 15px;
  flex: 1 1;
  background-color: #31543a;
  border-color: #31543a;
  min-height: 56px;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-family: 'sofia-pro',sans-serif;
  font-size: 12px;
}

.form-field-select-wrapper .form-field-select {
  border: 1px solid #31543a;
  color: #31543a;
  font-weight: 700;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
  font-size: 13px;
  font-family:'sofia-pro',sans-serif;
}

.form-field-title,
.form-field-title--inline,
.product-reviews--content .spr-form .spr-form-label {
  color: #31543a;
}

.form-field-select-wrapper svg {
  width: 12px;
  height: 12px;
  color: #31543a;
  margin-top: -6px;
}

a.product-description-toggle {
  font-size: 10px;
}

.okendo-review-section {
  padding: 50px 0;
}


.product-gallery--slider{
  position:relative;
}

.product-gallery--slider .slick-arrow,
.cust-product-slider-thumbs .slick-arrow{
    font-size: 0;
    border-radius: 50%!important;
    background: transparent;
    transition: .3s ease all;
    border: 0;
    box-shadow: none;
  	position:absolute;
	top:50%;
    transform: translateY(-50%);
  	bottom:auto;
    opacity:0;
    transition:.3s ease all;
    visibility:hidden;
}

.product-gallery--slider:hover .slick-arrow,
.cust-product-slider-thumbs:hover .slick-arrow{
  opacity:1;
  visibility:visible;
  transition:.3s ease all;
}

.product-gallery--slider .slick-arrow.slick-prev,
.cust-product-slider-thumbs .slick-arrow.slick-prev{
    left: 5px;
    z-index: 2;
}

.product-gallery--slider .slick-arrow.slick-next,
.cust-product-slider-thumbs .slick-arrow.slick-next{
    right: 5px;
    left: auto;
    margin: 0;
}

.cust-product-slider-thumbs {
  margin-top:25px;
}

.cust-product-slider-thumbs figure.slick-slide{
  margin:7px;
   box-shadow: 0 0 3px 1px transparent;
}

.cust-product-slider-thumbs figure.slick-slide.slick-current{
    box-shadow: 0 0 3px 1px #bd8e51;
}

.badge--soldout, 
.badge--sale{
    height: auto;
}

.product-gallery--slider div[data-rimg-canvas],
.cust-product-slider-thumbs div[data-rimg-canvas]{
  display:none;
}
.product--price .price--compare-at.visible + .price--main {
  color: #111;
}

.product-gallery--navigation .less svg,
.product-gallery--navigation .more svg{
  cursor:pointer;
}

.product-gallery--navigation .less svg{
	transform:rotate(180deg);
}

.stamped-badge-starrating .stamped-badge-caption{
  color: #b39a6b;
}

body .fa-star, 
body .fa-star-o, 
body .fa-star-half-o, 
body .stamped-fa-star, 
body .stamped-fa-star-o, 
body .stamped-fa-star-half-o {
  color: #31543a !important;
}
body .stamped-review-avatar {
  background: #31543a !important;
}
body .stamped-summary-actions-newquestion:before, 
body .stamped-summary-actions-newreview:before, 
body .stamped-summary-actions-mobile-filter i:before, 
body .stamped-summary-actions-clear:before {
  color: #31543a;
}

body ul.stamped-tabs li.active {
  border-color: #31543a !important;
  color: #31543a !important;
}

body .summary-rating-bar>div {
  background: #31543a !important;
}

/* p p c e */


/* collection page css */

.productitem--sale .productitem--price .price--main {
    color: #000000;
}

.custom-collection-productitem--ratings .stamped-badge-caption{
	display:none;
}

.read-more-collection:hover, .read-less-collection:hover{cursor:pointer}

.product-card-price-review-wrapper{
    display: flex;
    justify-content: space-between;
  	flex-wrap:wrap;
}

.cust-collection-header {
  background: #EBEBEB;
  margin-bottom: 100px;
  position: relative;
}

.cust-collection-header .productgrid--outer {
  position: relative;
}

.cust-collection-header .collection-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cust-collection-header .collection-header-wrapper .collection-description {
  text-shadow: 1px 1px 1px #fcf9f4;
}

.cust-collection-header .content-wrapper {
  width: 30%;
  position: relative;
  z-index: 2;
  padding-right:25px;
}

.cust-collection-header .img-wrapper {
  width: 70%;
  height: 360px;
}

.cust-collection-header .img-wrapper img {
  max-height: 400px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  right:0;
  width: 100%;
  bottom: -50px;

}

.breadcrumbs-container{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.breadcrumbs-container a,
.breadcrumbs-container span {
  font-size: 14px;
}

.collection-banner-img-active .breadcrumbs-container a,
.collection-banner-img-active .breadcrumbs-container span {
  color: #616161;
}

.template-collection .productgrid--outer.productgrid-gridview {
  padding-top: 40px;
}

.template-collection .cust-collection-header .productgrid--outer.productgrid-gridview{
  padding-top: 0;
}
.no-touch .product-row:not(.product-row--no-spacing) .productitem--action-trigger{
  border-radius:3px;
}
.no-touch .productgrid--outer.productgrid-gridview .productgrid--items:not(.productgrid--no-spacing) .productitem--action-trigger{
  border-radius:3px;
}

/* c p c e */


.utility-bar-content .utility-bar-text {
  font-family: 'Avenir Next', sans-sarif;
  display:inline-block;
  letter-spacing: 1.2px;
}


.logolist--item {
  width: 20%;
  padding: 0 15px;
  margin: 0;
}

.logolist--inner,
.metafield-logo-section ul{
    max-width: 1100px;
    margin: auto;
}

.logolist--image {
  max-height: 180px;
  -o-object-fit:contain;
     object-fit:contain;
  height: 100%;
  width: 100%;
}

div.stamped-container[data-widget-style],
div[data-widget-style] div.stamped-container {
  max-width: 100% !important;
}

#stamped-main-widget {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.rich-text-heading {
  color: #4d4d4d;
}

.alt-img-with-text--content .alt-img-with-text--text .text-content{
    letter-spacing: normal;
  font-size:15px;
  line-height:1.8;
}

/* about us page css */



.about-us-image-text-section {
  padding: 60px 0 0;
  background: #F7F7F7;
  margin-bottom: 60px;
}

.about-banner-section {
  max-width: 100%;
}


.about-us-image-text-section .about-us-image-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.about-us-image-text-section .about-us-image-text-wrapper .heading {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 60px;
}

.about-us-image-text-section .about-us-image-text-wrapper .content-index-wrapper {
  width: 30%;
  padding: 0 15px;
}


.about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
  width: 70%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
  margin-left: -15px;
  margin-right: -15px;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper{
  align-items: center;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .heading{
  margin-bottom: 20px;
  padding: 0;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .img-imdex-wrapper{
  width: 30%;
  margin: 0;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .img-imdex-wrapper .img-wrapper{
  width: 100%;
}

.about-us-image-text-section.recyle-page .about-us-image-text-wrapper .content-index-wrapper{
  width: 70%;
}

.about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper > * {
  width: 33.33%;
  padding: 0 15px;
}

.about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper img {
  width: 100%;
}

.about-us-img-text-section .aboutus-image-text-section:not(:first-child) {
  padding-top: 60px;
}

.about-banner-section.about-us-bottom-banner {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}

/* a u p c e */


/* recipe blog pages */

.article--pagination .article--pagination-chevron-left {
  margin-top: 14px;
}

.article--pagination .article--pagination-title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article--pagination-item-right .article--pagination-title{
  justify-content: flex-end;
}

.article--pagination .article--pagination-title img{
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  width: 0;
  transition: .3s ease all;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  margin: 0;
}

.article--pagination a:hover .article--pagination-title img{
  width: 50px;
  opacity: 1;
  margin: 0 8px
}

.article--pagination .article--pagination-chevron-right{
  position: relative;
  top: 7px;
}

.custom-blog-custom-tag ul{
    margin: -10px 0 50px -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.custom-blog-custom-tag ul li{
  padding:0 10px;
  list-style:none;
}


.custom-blog-custom-tag ul li a{
    font-family: "Avenir Next", sans-serif;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px; 
  	transition:.3s ease all;
  	color: #4d4d4d;
}

.custom-blog-custom-tag ul li a:hover,
.custom-blog-custom-tag ul li.active a{
    color: #c8a87e;
}

.article--excerpt-title{
    color: #4d4d4d;
    font-size: 16px;
    font-family: 'sofia-pro',sans-serif;
    line-height: 1.5;
  	margin-bottom:5px;
}

.recipe-banner-section img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-heading-section h1.heading {
  margin: 0 0 60px;
}

.recipe-heading-section {
  padding: 60px 0 40px;
  background: #f7f7f7;
}

.recipe-heading-section .recipe-heading-content-wrapper {
  border-top: 2px dotted #31543a;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
/*   max-width: 1280px; */
  margin: auto;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper {
  width: 16.5%;
  padding: 1% 4%;
  border-right: 2px dotted #31543a;
  text-align: center;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper .preheading {
  margin: 20px 0 10px;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper:last-child {
  width: 50.5%;
  border-right: 0;
  text-align: left;
  line-height: 1.8;
}

.recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper:last-child .recipe-table-content{
  min-height:100px;
}

.recipe-social-share {
  margin-top: 30px;
}

.recipe-social-share > .share-buttons {
  margin-top: 0;
}

.recipe-image-with-text-section {
  padding: 0 0 60px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}


.recipe-image-with-text-section .recipe-image-with-text-wrapper .img-wrapper {
  width: 50%;
  margin-top: -120px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .img-wrapper img {
  width: 100%;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper {
  width: 50%;
  padding: 50px 0 0 50px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper li *{
    font-family: 'sofia-pro', sans-sarif!important;
    font-weight: 400!important;
    letter-spacing: normal!important;
    line-height: 1.8!important;  
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper .heading {
  margin: 10px 0 30px;
}

.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper p ,
.recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper div{
    line-height: 1.5;
    margin: 7px 0;
    margin-left: 0;
}

.recipe-method-section {
  padding: 40px 0;
}

.recipe-method-section .method-list-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: how-to-cook;
}

.recipe-method-section .method-list-wrapper li {
  list-style: none;
  padding: 15px 15px 15px 35px;
  position: relative;
  font-size: 14px;
  border-top: 1px solid #EAEAEA;
}

.recipe-method-section .method-list-wrapper li:last-child {
  border-bottom: 1px solid #EAEAEA;
}

.recipe-method-section .method-list-wrapper li:before {
/*   content: '\2713'; */
  counter-increment: how-to-cook;
  content: counter(how-to-cook)'.';
  position: absolute;
  top: 12px;
  left: 5px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.recipe-image-section{
  padding:40px 0;
}

.recipe-image-section .recipe-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.recipe-image-section .recipe-image-wrapper .img-wrapper {
  padding: 0 15px;
  width: 50%;
}

.recipe-image-section .recipe-image-wrapper .img-wrapper img {
  width: 100%;
}

.recipe-related-blog-section {
  background: #f7f7f7;
}

.recipe-related-blog-section .custom-blog-listing-wrapper .content-wrapper,
.recipe-related-blog-section .custom-blog-listing-wrapper .blogs-wrapper.blogposts--inner {
  width: 100%;
  padding: 0;
}

.recipe-related-blog-section .custom-blog-listing-wrapper {
  margin-top: 0;
}

.recipe-related-blog-section .article--excerpt-title {
  text-align: center;
  font-size: 16px;
  text-transform: inherit;
  padding: 5px 0;
}

.recipe-related-blog-section .article--excerpt-meta {
  text-align: center;
  text-transform: uppercase;
}

.recipe-related-blog-section .article--excerpt-content {
  text-align: center;
  padding: 20px;
}

.article--excerpt-wrapper.article--excerpt-wrapper--centered .article-list-item {
  padding-left: 20px;
  padding-right: 20px;
}

.template-blog .article--excerpt-content {
  padding: 20px;
}

.article--excerpt-meta {
  margin: 0 0 15px;
}

.template-blog .article--excerpt-image {
  padding-bottom: 30%;
}

.template-blog .article--excerpt-title a {
  line-height: 1.2;
  text-transform: initial;
}

.template-blog .article--excerpt-wrapper--featured .article--excerpt-button {
  border: 1px solid #FFF;
  background-color: transparent;
  padding: 12px 30px;
}

.template-blog .article--excerpt-wrapper--featured .article--excerpt-button:hover {
  background-color: #4b7355;
  border-color: #4b7355;
}

.article--outer .article--share-buttons{
  display: block;
}
.article--outer .article--sidebar{
  display: none;
  }
/* r b p c e */

/* cart page css */

.template-cart form.cart {
  max-width: 1200px;
}

span.selectDeliveryRequirements {
  color: #ca4121;
  margin-top: 15px;
  display: block;
}

/* c p c e */


/* footer css */

.footer-logo-with-socialIcon .footer-logo-section {
  text-align: center;
}

.footer-logo-with-socialIcon .footer-logo-section img {
  max-height: 160px;
  max-width: 220px;
}

.footer-logo-with-socialIcon .site-footer-block-content {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 30px 0 0;
}

.footer-logo-with-socialIcon .social-icons-dark-light .social-link svg {
  background-color: rgb(255 255 255 / 100%);
  box-shadow: 0 0 3px #ccc;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.footer-logo-with-socialIcon .social-link {
  width: 50px;
  height: 50px;
}

.product-recommendations--container .product-section--title{
    line-height: 1.8;
    font-family: "Avenir Next", sans-serif;
    color: #111;
}

.site-footer-block-title {
    text-transform: uppercase;
    color: #31543a !important;
    font-weight: 700 !important;
    margin-bottom: 0;
    font-size: 14px!important;
    font-family: 'Avenir Next',sans-serif!important;
    letter-spacing: 1.2px;
}
.social-icons-dark-light .social-link {
  color: #31543a;
}

/* f c e */

table{
	width:100%;
  border: 1px solid #d5dbd7;
  border-spacing:0;
}

table tr{
	padding:0;
  border:1px solid #31543a;
}

tr:nth-child(even) {
    background: #5074590f;
}

table th {
  color: #31543a;
  font-size: 18px;
  padding: 14px;
  background: #50745947;
}

table td,table th {
  padding: 10px;
  border: 1px solid #31543a2b;
}


body #insta-feed{
  margin:50px 0 0;
}

body div#shopify-section-instafeed{
  margin:0;
}



/* Ingredients Glossary */

.template-page-filter-store .cust-collection-header{
    padding-top: 40px;
}

.filter-content-wrapper .filter-tab-header ul{
    padding: 0;
    margin: 25px 0 50px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 42px;
    justify-content: center;
}

.filter-content-wrapper .filter-tab-header ul li {
    margin: 0 8px;
}


.filter-content-wrapper .filter-tab-header ul a {
    text-decoration: none;
    font-weight: 700;
    font-family: 'Avenir Next',sans-serif;
    letter-spacing: 1.2px;
  	color:#4d4d4d;
  	transition:.3s ease all;
}

.filter-content-wrapper .filter-tab-header ul a:hover{
  color:#c8a87e;
}


.filter-content-wrapper .filter-contnet-wrapper ul{
  padding:0;
  margin:0;
  list-style:none;
}

.filter-content-wrapper .filter-contnet-wrapper ul li{
  margin-left:30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin:0 8px 20px;
  width:calc(33.33% - 16px );
}

.filter-content-wrapper .filter-contnet-wrapper ul li img{
  position: relative;
  aspect-ratio: 2/1.5;
  -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: center;
        object-position: center;
}

.filter-content-wrapper .filter-contnet-wrapper a.button--outline{
    width: 100%;
    padding: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: .6px;
  font-weight:600;
      font-family: 'sofia-pro',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #31543a;
    border: 1px solid #31543a;
    transition: .3s ease all;
  border-radius:3px;
}

.filter-content-wrapper .filter-contnet-wrapper a.button--outline:hover{
   background: #31543a;
  	color: #FFF;
}

.filter-content-wrapper .filter-contnet-wrapper ul li .clearfix{
	padding: 0 0 15px;
}

.filter-content-wrapper .filter-contnet-wrapper ul li p:first-child{
  margin-top:0;
}


.filter-content-wrapper .filter-contnet-wrapper ul li img{
  max-width:100%;
}

.filter-content-wrapper .filter-contnet-wrapper ul h4{
  margin:15px 0 0;
}

/* Ingredients Glossary end */

/* foodservice page */

 .foodservice-img-text {
        padding:50px 0;
    }

	.foodservice-img-text .rich-text--container{
		display:flex;
		flex-wrap:wrap;
    	align-items: flex-end;
	}

	.foodservice-img-text .rich-text--container > *{
		width:50%;
	}

	.foodservice-img-text .rich-text--container .content-wrapper a{
		padding:12px 15px;
      width:150px;
      text-align:center;
	}

	.foodservice-img-text .rich-text--container ul{
    	padding-left: 20px;
	}

	.foodservice-img-text .rich-text--container li{
		padding:3px 0;
	}
	
	.foodservice-img-text .img-wrapper{
		text-align:center;
	}

	.foodservice-img-text .img-wrapper img{
		padding-right:50px;
      max-width:100%;
	}
	.foodservice-premium-section .img-grid-wrapper{
      display:-ms-grid;
      display:grid;
      -ms-grid-columns:1fr 25px 1fr 25px 1fr;
      grid-template-columns:1fr 1fr 1fr;
      grid-gap:25px;
      padding:40px 0;
    }

	.foodservice-premium-section .img-grid-wrapper img{
      	width:100%;
	}


    .foodservice-quote-section{
      background: #fffcf9;
      padding: 60px 0;
      text-align: center;
     }

    .foodservice-quote-content {
      max-width: 1000px;
      margin: auto;
      position:relative;
    }
	.foodservice-quote-content.quotes{
    	padding:50px;
    }

    .foodservice-quote-content.quotes:after{
      background:url('/cdn/shop/t/2/assets/quotes.png');
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(180deg);
      top: 0;
      left: 0;
      opacity:.7;
    }

      .foodservice-quote-content:after p{
          margin:0;
      }

    .foodservice-quote-content.quotes:before{
      background:url('/cdn/shop/t/2/assets/quotes.png');
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      bottom: 0;
      right: 0;
      opacity:.7;
    }
	.foodservice-premium-section{
		padding:50px 0 0;
	}

	.foodservice-premium-section .premium-section{
		text-align:center;
		padding-bottom:50px;
	}

	.foodservice-premium-section .premium-section .summary{
		max-width:900px;
		margin:auto;
	}

	.foodservice-premium-section .premium-section img{
		margin-top:40px;
		max-width:100%;
	}

@media only screen and (min-width:992px){
  
	.foodservice-img-text .img-wrapper.order-2 {
		order:2;
	}
}
@media only screen and (max-width:991px){
	.foodservice-img-text .rich-text--container > *{
		width:100%;
	}

	.foodservice-img-text .img-wrapper img{
		width:100%;
		padding:0 0 30px;
	}
  .about-us-image-text-section.recyle-page .about-us-image-text-wrapper .content-index-wrapper{
    width: 100%;
    max-width: 100%;
  }
  .about-us-image-text-section.recyle-page .about-us-image-text-wrapper .img-imdex-wrapper{
    width: 100%;
  }
  .about-us-image-text-section.recyle-page .about-us-image-text-wrapper{
    flex-direction: column-reverse;
  }
  .custom-product-recipe-section .custom-product-recipe-wrapper{
    align-items: flex-start;
  }
}

/* # */


.action-wrapper.store-locator{
  text-align: center;
  margin-bottom: 50px;
}

.action-wrapper.store-locator a{
  margin:0 10px 10px;
  display: inline-block;
} 

.cust-contact-page-wrapper{
  display:flex;
  flex-wrap:wrap;
    max-width: 1200px;
    margin: auto;
  justify-content:center;
}

.cust-contact-page-wrapper >*{
  width:50%;
  max-width:100%;
  margin:0;
  padding:15px;
}

.cust-contact-page-wrapper .rich-text--container{
  padding:0;
}
.roll-n-cycle-hero-banner .image-with-text{
    max-width: 1200px!important;
  margin:auto;
}

/* account page */
  .account-order-list{
     max-width: 100%;
  }
  .account-order td:first-child{
      padding-left: 15px;
  }

/* e */

.atc-banner--cart-footer{
     align-items: flex-end; 
}

.atc-banner--cart-footer > form {
  display:flex;
  flex-wrap:wrap;
}

.atc-banner--cart-footer .cart-attribute__field{
      margin: 0 0 4px 10px;
      width: 100%;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.cart-attribute__field .form-group {
    margin-right:10px;
}

.cart-attribute__field input[type="checkbox"]{
    position: relative;
    top: 1px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.cartitems .cart-attribute__field{
    text-align: left;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
  flex-wrap:wrap;
  max-width: 340px;
  margin-bottom:15px;
}

.cartitems .cart-attribute__field.scrollcartCheckoutButton{
  animation:hightlight .7s ease-in-out infinite;
  -webkit-animation:hightlight .7s ease-in-out infinite;
}

.cartitems .cart-attribute__field h5{
    margin: 0;
  width:100%;
}

.cart-total{
	margin-bottom:0;
}


/* recycle page css */

.how-it-works-section{
  padding: 70px 0;
}

.how-it-works-section .heading{
  margin-bottom: 50px;
}
.how-it-works-section .how-it-works-wrapper{
  display: flex;
  flex-wrap: wrap;
}

.how-it-works-section .col-wrapper{
  width: calc(100% / 5 - 16px);
  margin: 0 8px;
}

.how-it-works-section .how-it-works-wrapper .img-wrapper{
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.how-it-works-section .how-it-works-wrapper img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
  left: 0;
}

.how-it-works-section .how-it-works-wrapper h6{
  margin: 15px 0 0;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-section{
  margin-bottom: 0;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-wrapper{
  align-items: flex-start ;
  padding: 50px 0 0;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-section .img-wrapper{
  margin-bottom: 0;    
  position: sticky;
  top: 140px;
}

.about-us-img-text-section.recyle-img-text .custom-product-recipe-section .content-wrapper{
  padding-top: 0;
  padding-bottom: 0;
}

/* e */

#shopify-section-1620018630ba7b26e3{
  padding:30px 0 0;
}

.account-page-logout-button{
  position:relative;
}

.account-page-logout-button .logout-button{
  position:absolute;
  top:6px;
  right:3rem;
  text-decoration:none;
}
.account-page-subtitle {
  font-size: 1.225rem;
}

span.order-reorder-link {
    width: 100%;
    text-align: center;
    display: block;
}


.order-reorder-link .reorder-btn.button-primary{
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
}

.ButtonNotifyMeWhenAvailable {
    display: block;
    padding: 15px;
    border-radius: 4px;
}

/* responsive */

@media only screen and (min-width:720px) {
  .featured-collections--content {
    align-items: stretch;
  }

  .featured-collections--grid-items-container {
    margin-bottom: 0;
  }

  .featured-collections--grid-items-container .featured-collections--grid-item a,
  .featured-collections--grid-items-container .featured-collections--grid-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .promo-block-mosaic {
    max-height: 600px;
  }

  .template-index #shopify-section-1611031060acc3d4cc #block-1611031060acc3d4cc-0 {
    background-color: transparent;
  }

  .template-index .alt-img-with-text--section .button-link > span {
    min-width: 280px;
    text-align: center;
  }

  .featured-collections--content .promo-block-mosaic {
    margin-right: 20px;
  }

  .template-index .alt-img-with-text--content .alt-img-with-text--text {
    padding: 2.75rem 3.2rem;
  }

  body #shopify-section-aboutus-dynamic-rich-text .aboutus-dynamic-rich-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product--container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .product--container{
    margin-top: 40px;
  }
}


@media only screen and (min-width:1024px) {
  header .site-header-main {
    min-height: 100px !important;
  }

/*   .template-index header .site-logo img {
    position: relative;
    top: -25px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
  body:not(.template-index) header .site-logo img {
    height:80px!important;
  }

  body.sticky_header header .site-logo img {
    height: 70px !important;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    top: 0;
  } */
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
    font-size: 14px;
    font-family: 'Avenir Next',sans-serif;
    letter-spacing: 1.2px;
    display: block;
    padding: 0.4375rem 1.5625rem;
    color: #313131;
  }
  
  .navmenu-meganav--scroller{
    width:100%;
    display: flex;
    align-items:flex-start;
  }

  .navmenu-meganav--scroller > ul{
    padding:0 15px;
  }

  .navmenu-meganav--scroller .custom-header-megamenu-images {
    display: flex;
    flex-wrap:wrap;
    margin-top:20px;
  }

  .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text{
      text-transform:uppercase;
  }

  
  li.navmenu-meganav--image-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items{
      display: block;
      -moz-column-count: 2;
              column-count: 2;
  }
  
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items > .navmenu-item {
      page-break-inside: avoid;
  }

  .navmenu-meganav--scroller > .navmenu-depth-2 > li{
    width:100%!important;
  }
  
  
  
/* custom header */

.mega-nav-wrapper{
    position: fixed;
    width: 100%;
    background: #FFF;
    top: 140px;
  	height:0;
  	opacity:0;
  	visibility:hidden;
  	transition:.25s ease opacity;
}
  
.mega-nav-wrapper .navmenu-meganav--scroller{
	padding:0!important;    
}

.mega-nav-wrapper.active{
  	opacity:1;
  	height:auto;
  	visibility:visible;
}

.mega-nav-wrapper .navmenu-meganav--scroller{
  height:0;
  position:absolute;
  opacity:0;
  visibility:hidden;
  display:none;
}

.site-navigation .navmenu-submenu{
  background: #FFF;
}
  
.mega-nav-wrapper.active .navmenu-meganav--scroller{
  display:block;
  height:auto;
  position:static;
  opacity:1;
  visibility:visible;
}

.mega-nav-wrapper ul{
  list-style:none;
  margin:0;
  padding:0;
}

.mega-nav-wrapper a{
  text-decoration: none;
  color: #4d4d4d;
  padding: 10px;
  font-family: 'sofia-pro',sans-serif;
  font-size: 14px;
}
  
.mega-nav-wrapper a:hover{
	color:#31543a;
}

.mega-nav-wrapper a .cust-menu-arrow svg{
    width: 10px;
    transform: rotate(-90deg);
}

.mega-nav-wrapper .cust-depth-3-link{
    font-family: 'sofia-pro',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 0;
    letter-spacing:.6px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}
  
  .mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper#tab-2 .nav-depth-3-link-wrapper{
        -moz-column-count: 1;
    column-count: 1;
  }
  
.mega-nav-wrapper .nav-depth-4-link-wrapper a{
  font-family: 'sofia-pro',sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 0;
  display: block;
}

.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper{
  display: flex;
  padding-left:50px;
  flex: 1;
}
  
.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper .nav-submenu-with-heading-wrapper > a{
    font-size: 14px;
    font-family: 'sofia-pro';
    letter-spacing: .3px;
    color: #31543a;
    font-weight:bold;
    margin-left: -2px;
    text-transform: uppercase;
    display:inline-block;
    padding-bottom:12px;
}


#custom-sub-menu-wrapper{
  width:100%;
  display:flex;
  padding:30px 0;
}

.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-link-wrapper {
    display: block;
    -moz-column-count: 2;
            column-count: 2;
}

.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-link-wrapper > li{
  page-break-inside:avoid;
  margin-bottom:3px;
}

.mega-nav-wrapper .cust-feature-menu-wrapper{
    display: flex;
  flex-wrap:wrap;
}

.mega-nav-wrapper .cust-feature-menu-wrapper img{
	max-width:300px;
  width:100%;
    aspect-ratio: 1.5/1;
    -o-object-fit: cover;
       object-fit: cover;
}

.mega-nav-wrapper .cust-feature-menu-wrapper a{
  	display: -ms-grid;
  	display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.mega-nav-wrapper .cust-feature-menu-wrapper a span{
    border: 1px solid #31543a;
    color: #31543a;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'sofia-pro',sans-serif;
    font-size: 14px;
    font-weight:700;
    transition:.3s ease all;
}

.mega-nav-wrapper .cust-feature-menu-wrapper a:hover span{
	transition:.3s ease all;
    border-color:#31543a;
    background:#31543a;
  	color:#FFF;
  
}
  

/* e */

  
}



@media only screen and (max-width:1366px){
  .navmenu-meganav--image-size-medium {
      width: 210px;
  }
  .mega-nav-wrapper .cust-feature-menu-wrapper img{
    max-width: 230px;
  }
  .site-header--desktop-logo-left .site-logo img{
    height: 60px!important;
  }
  .site-navigation .navmenu-depth-1 > li > a{
    padding-left: 5px;
    padding-right: 5px;
  }
  .cust-collection-header .content-wrapper{
    width: 40%;
  } 
  .cust-collection-header .img-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width:1199px){
    .mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-link-wrapper{
      -moz-column-count: 2;
              column-count: 2;
      width: 100%;
    }
  	.mega-nav-wrapper .cust-sub-menu-wrapper .nav-depth-3-wrapper{
        padding-left: 10px;
    }
    .how-it-works-section .col-wrapper {
      width: calc(100% / 3 - 16px);
      margin: 20px 8px;
    }
  }

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

  .custom-blog-listing-section .custom-blog-listing-wrapper .content-wrapper,
  .custom-blog-listing-section .custom-blog-listing-wrapper .blogs-wrapper.blogposts--inner {
    width: 100%;
  }

  .custom-blog-listing-section .custom-blog-listing-wrapper {
    margin-top: 0;
  }

  .custom-blog-listing-section .custom-blog-listing-wrapper .content-wrapper {
    padding: 0 0 40px;
  }

  .custom-blog-listing-section {
    box-shadow: none;
  }

  .custom-product-recipe-section .img-wrapper {
    margin-bottom: 0;
  }

  .custom-product-recipe-section {
    padding: 60px 0;
  }

  .cust-collection-header .img-wrapper {
    height: 320px;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .content-index-wrapper {
    width: 100%;
    max-width: 450px;
    padding-bottom: 30px;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
    width: 100%;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
    margin-bottom: 0;
  }
  
  .mobile-nav-content .navmenu-depth-1 .navmenu-submenu{
    flex-wrap: wrap;
  }
  .navmenu-meganav--image-last{
    padding: 0;
    list-style: none;
  }
  .navmenu-meganav--image-text a.navmenu-meganav--image-link {
    padding: 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Avenir Next',sans-serif;
    border: 1.5px solid #c9a980;
    color: #c9a980;
    transition:.3s ease all;
    width: 100%;
    display: block;
    text-align: center;
  }
  .navmenu-meganav--image-text a.navmenu-meganav--image-link:hover{
    background:#c9a980;
    color:#FFF;
  }
  .filter-content-wrapper .filter-tab-header ul{
      margin: 25px 0 30px;
      font-size: 32px;
  }

  .mobile-nav-content .navmenu-depth-2{
    width:100%;
  }
  #mega-nav-wrapper-id{
    display:none;
  }
  .navmenu-link-custom-megmenu1 > .navmenu-icon {
    display: none;
  }
  .site-header--mobile-logo-center .site-header-menu-button{
    top:18px; 
  }
  /*  mobile header css */
  .mobile-nav-panel a{
    font-family: 'Avenir Next',sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #3e3e3e;
    
  }
  .mobile-nav-content .navmenu-link.navmenu-link-parent, 
  .mobile-nav-content .navmenu-item-text.navmenu-link-parent {
    padding-right: 1.4375rem;
    font-family: 'Avenir Next',sans-serif;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 600;
    color:#4d4d4d; 
  }

  .mobile-nav-content .navmenu-item-text.navmenu-link-parent{
    color: #4d4d4d;
  }
  ul.navmenu.navmenu-depth-3.navmenu-submenu a{
    font-weight: 400;
    font-family:'sofia-pro',sans-serif;
    padding-top:4px;
    padding-bottom:4px;
  }
  .mobile-nav-content .navmenu-button{
    top: 0;
  }

  .mobile-nav-content .navmenu-link, 
  .mobile-nav-content .navmenu-item-text{
    padding:8px 1.5625rem;
  }

  .site-mobile-nav .site-header-actions .site-header-account-link{
    opacity: 1;
    color: #000;
  }
  .site-mobile-nav .site-header-actions a.mobile-logout{
    margin-left: 10px;
    font-family: 'sofia-pro';
    font-size: 12px;
    color: grey;
  }
  .site-mobile-nav .site-header-actions .site-header-account-link svg{
    margin-top: -8px;
  }

  .about-us-img-text-section.recyle-img-text .custom-product-recipe-section .img-wrapper{
    position: static;
  }

}

/* e */

@media only screen and (max-width:991px) {
  .image-text-overlap-section .image-text-overlap-wrapper .content-wrapper {
    width: 100%;
    position: static;
  }

  .image-text-overlap-section .image-text-overlap-wrapper .image-wrapper {
    padding-right: 0;
    padding-bottom: 0;
  }

  .image-text-overlap-section .image-text-overlap-wrapper .image-wrapper img {
    margin-bottom: -7px;
  }

  .Image-List-Section-container .Image-list-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .logolist--item {
    width: 33.33%;
  }

  .product-form--atc .form-field-select-wrapper {
    width: 100px;
  }

  .metafield-logo-section ul li {
    width: 33.33%;
  }

  .custom-product-recipe-section {
    margin: 0;
  }

  .okendo-review-section {
    padding: 40px 0;
  }

  .okendo-review-section {
    padding: 40px 0 0;
  }

  .cust-collection-header .img-wrapper {
    height: 250px;
    width: 60%;
  }

  .cust-collection-header {
    margin-bottom: 50px;
  }

  .cust-collection-header .img-wrapper img {
    bottom: -50px;
    max-height: 270px;
  }

  .cust-collection-header .content-wrapper {
    width: 40%;
  }
  
  .filter-content-wrapper .filter-contnet-wrapper ul li{
    width:calc(100% / 2 - 16px);
  }
  
  .cust-contact-page-wrapper >*{
	width:100%;
   }	

}


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

  .cust-collection-header .collection-header-wrapper .collection-description {
    text-shadow: none;
  }

  .featured-product-slider-section .featured-product-slider-index {
    display: block;
  }

  .featured-product-slider-section .featured-product-content-wrapper {
    margin: 0 0 40px;
  }

  .featured-product-slider-section .slick-slide {
    margin: 0 5px;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow {
    bottom: auto;
    top: 60%;
    width: 25px;
    height: 25px;
    z-index: 99;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-prev:after{
    padding:3px;
    left: 1px;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-next:after{
    padding:3px;
    left: -1px;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-next {
    margin: 0;
    left: 0;
  }

  .featured-product-slider-section .featured-product-slider .slick-arrow.slick-next {
    margin: 0;
    right: 0;
    left: auto;
  }

  .custom-product-recipe-section .content-wrapper {
    order: 2;
    width: 100%;
    padding: 0;
  }

  .custom-product-recipe-section .content-wrapper .button-link {
    margin-top: 10px;
  }

  .custom-product-recipe-section .img-wrapper {
    width: 100%;
    padding-bottom: 25px;
  }

  .cust-collection-header .content-wrapper {
    width: 100%;
    padding-right:0;
  }

  .cust-collection-header .productgrid--outer {
    position: static;
  }

  .cust-collection-header .img-wrapper {
    width: 100%;
    height: auto;
  }

  .cust-collection-header .img-wrapper img {
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
  }

  .cust-collection-header {
    margin-bottom: 0;
    padding: 40px 0;
  }

  .cust-collection-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffba;

  }

  .custom-product-recipe-section .custom-product-recipe-wrapper.image-align-left .content-wrapper ,
  .custom-product-recipe-section .custom-product-recipe-wrapper.image-align-right .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }


  .about-us-img-text-section .aboutus-image-text-section:not(:first-child) {
    padding-top: 0;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper > * {
    width: 100%;
    padding: 0 0 20px;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .img-imdex-wrapper {
    margin: 0;
  }

  .about-us-image-text-section {
    padding: 20px 0 0;
    margin-bottom: 0;
  }

  .about-us-image-text-section .about-us-image-text-wrapper .heading {
    margin-bottom: 30px;
  }

  .recipe-banner-section img {
    height: 220px;
  }

  .recipe-image-section .recipe-image-wrapper .img-wrapper {
    width: 100%;
    padding: 0 0 20px;
  }

  .recipe-image-section .recipe-image-wrapper {
    margin: 0;
  }

  .recipe-image-with-text-section .recipe-image-with-text-wrapper .img-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .recipe-image-with-text-section .recipe-image-with-text-wrapper .content-wrapper {
    width: 100%;
    padding: 0;
    padding-top: 40px;
  }

  .recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper {
    width: 100%;
    border-right: 0;
    text-align: left;
    border-bottom: 2px dotted #31543a;
    padding: 1% 0;
  }

  .recipe-heading-section .recipe-heading-content-wrapper .summary-wrapper:last-child {
    width: 100%;
    border-bottom: 0;
  }
  
  .filter-content-wrapper .filter-contnet-wrapper ul li{
    width:calc(100% - 16px);
  }
  .filter-content-wrapper .filter-tab-header ul{
      margin: 25px 0 30px;
      font-size: 22px;
  }
  body #insta-feed h2 {
    font-size: 24px;
  }
  .footer-logo-with-socialIcon .footer-logo-section{
    margin-top: 25px;
  }
}


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

  h1,
  .product-title {
    font-size: 24px;
    line-height: 1.5;
  }

  h2,
  .rich-text-heading-medium{
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  
.template-article .rte h2, 
.template-article .rte h3{
  font-size: 1.575rem;
}

  .featured-collections--section .featured-collections--grid-item {
    padding-bottom: 0;
    margin-bottom:0;
  }

  .template-index .alt-img-with-text--container .alt-img-with-text--content {
    background-color: #f7f7f7 !important;
  }

  .logolist--item {
    width: 50%;
  }

  .site-header-cart-button {
    right: 10px;
    position: relative;
  }

  .product-desc-metafields ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-product-accordion .section-heading-wrapper {
    margin: 0 0 25px;
  }

  .section-product-accordion {
    padding: 50px 0;
  }

  .metafield-logo-section ul li {
    width: 50%;
  }

  .custom-product-recipe-section {
    padding: 40px 0 0;
  }

  .custom-product-recipe-section {
    padding: 30px 0;
  }

  .featured-product-slider-section {
    padding: 20px 0;
  }

  .template-index .logolist--section {
    padding: 0;
  }

  .template-index .rich-text--section {
    padding: 0;
  }

  .template-index .image-text-overlap-section {
    padding: 20px 0 0;
  }

  .custom-blog-listing-section {
    padding: 20px 0 0;
  }

  .Image-List-Section-container {
    padding: 40px 0 0;
  }

  .template-collection .productgrid--outer.productgrid-gridview {
    padding-top: 40px;
  }
  .breadcrumbs-container{
    padding:0 10px;
  }
  .product-gallery--slider .slick-arrow,
  .cust-product-slider-thumbs .slick-arrow{
    display:none;
  }
  .collection-accordion-section .collection-accordion-row{
    -ms-grid-columns:1fr;
    grid-template-columns:1fr;
  }
  .featured-collections-grid-item-title.style-heading{
    font-size:16px;
  }
  .custom-blog-custom-tag ul{
    margin:-10px 0 20px -10px;
  }
  .blogposts--count-3 .blogposts--inner .article--excerpt-wrapper {
    width: 67.66%;
  }
  .preheading{
	margin-top:0;
  }
  .foodservice-premium-section .img-grid-wrapper{
      -ms-grid-columns:1fr;
      grid-template-columns:1fr;
      grid-gap:10px;
    }
    .rte td, .dynamic-newsletter-text td{
      display: table-cell;
      width: auto;
    }
    .collection-accordion-section .faq-que{
      padding-right: 22px;
    }
    .rte p,
    .rte a,
    .rte p a{
      white-space: break-spaces;
      word-break: break-word;
    }
    .action-wrapper.store-locator a{
      margin:0 0 10px;
      display: inline-block;
      min-width:200px;
    }
    .template-product .custom-product-recipe-section .custom-product-recipe-wrapper{
      padding: 60px 0 0;
    }
  .product-gallery--navigation .less,
  .product-gallery--navigation .more{
    display:none;
  }
  .about-us-image-text-section .about-us-image-text-wrapper .content-index-wrapper{
    max-width:100%;
  }
  .template-index .slideshow-slide{
    display: table;
    position: relative;
  }
  .template-index .slideshow-background{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: none!important;
    background-color: #000;
  }
  .template-index .slideshow-slide-content{
	display: table-cell;
    vertical-align: middle;
    padding: 50px 15px;
  }
  .template-index .slideshow-image {
    width: 100%;
    height: 100%;
    opacity: .75;
    object-fit: cover;
  }
  .template-index .slideshow-slide-content * {
    color: #FFF;
  }
  .how-it-works-section .col-wrapper {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
  .how-it-works-section {
    padding: 30px 0;
  }
  .how-it-works-section .heading{
    margin-bottom: 20px;
  }
  .about-us-img-text-section.recyle-img-text .custom-product-recipe-wrapper {
    padding: 10px 0 0; 
  }
  .about-us-img-text-section.recyle-img-text .custom-product-recipe-section{
    padding:30px 0 0;
  }
  .recipe-image-with-text-section {
    padding: 0 0 10px;
  }
  table.wholesale-table td,
  table.wholesale-table th{
    display:block;
  }
  body #shopify-section-1620018630ba7b26e3{
    padding: 10px 0 0;
    margin-bottom: -20px;
 }
  
  body #shopify-section-1568309862447 .rich-text--container{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .account-page-logout-button .logout-button{
	position:static;
  }
  .account-orderslist-wrapper .account-order-list {
    width: 750px;
    max-width: 750px;
  }

  .account-orderslist-wrapper {
      width: 100%; 
      overflow: auto;
  }

}

@media only screen and (max-width:374px){ 
  .productitem--action-trigger.productitem--action-atc, 
  .product-form--atc-button, 
  .smart-payment-enabled .product-form--atc-button, 
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    position: relative;
    padding: 10px 6px;
  }
} 


/*------ REWARD PAGE CSS ---------*/
body.template-page-rewards{
	font-size: 15px;
}
.template-page-rewards .page-width {
	max-width: 1600px;
	margin: 0 auto;
  	padding: 0 40px;
}

.template-page-rewards .text-center {
    text-align: center!important;
} 

.index-parallax-section .biosota-certificates-block {
  	padding: 0;
    position: relative;
} 

.template-page-rewards .slideshow-slide-heading, .template-page-rewards h1, .template-page-rewards h2, .template-page-rewards h3, .template-page-rewards h4, .template-page-rewards h5, .template-page-rewards h6{
	font-weight: 700;
  	line-height: 1.2
}

.parallax {
	position: relative;
	background-attachment: fixed;
	height: 380px;
	background-position: center 49px;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-parallax-section .relative-overbackground-block {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	text-align: center;
}

.index-parallax-section .relative-overbackground-block .mega-title.slideshow__title {
	margin: 1em 5px;
	letter-spacing: 0;
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgb(0 0 0 / 40%);
	color: #FFF;
}

.rewards-richtext-section {
	padding-top: 7rem;
	padding-bottom: 7rem
}

.template-page-rewards .rich-text__heading--large h2{
	font-size: 40px;
}

.rewards-earn-section {
	padding: 0 0 7rem
}

.rewards-earn-section .grid--view-items {
	margin-bottom: 0;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.rewards-earn-section .col-4 {
    padding-bottom: 15px;
    justify-content: flex-start;
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-positive: 1;
    position: relative;
    padding: 0 15px 50px;
    width: 25%;
    float: left;
}
.rewards-earn-section .col-3 {
    width: 33.33%;
}
.rewards-earn-section .reward-icon {
	margin: 30px auto;
	width: 100%;
	max-width: 260px;
	max-height: 260px;
	object-fit: contain;
/* 	aspect-ratio: 1/1 */
}

.rewards-earn-section .reward-content {
	text-align: center
}

.rewards-earn-section .reward-content p{
    color: #201b1a;
    margin: 0 0 19.44444px;
}
.rewards-earn-section .section-content{
	margin-bottom:30px;
}
.rewards-earn-section .btn {
	display: flex;
    align-items: center;
    justify-content: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 8px 15px;
    background-color: #32553b;
    color: #fff;
    font-family: "Avenir Next",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 15px;
}

.reward-img-text-section .pdp-img-text-section {
	margin-top: 80px
}

.reward-img-text-section .pdp-img-text-wrapper {
	display: flex;
	padding: 0 8%;
  background-color: #f7f7f7 !important;
}

.reward-img-text-section .pdp-img-text-wrapper>* {
	width: 50%
}

.reward-img-text-section .img-wrapper img {
	width: 100%;
	margin-top: -80px;
	margin-bottom: 80px;
    max-height:640px;
    object-fit:cover;
    object-position:top;
}
/* .reward-point-wrapper .rich-text__heading--medium h2{
  margin-bottom:60px;
}
 */
.reward-img-text-section .content-wrapper {
	padding: 8%;
	padding-right: 0
}

.reward-img-text-section .contnet-wrapper {
	margin: 25px 0
}x

.reward-img-text-section .pdp-img-icon-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 25px;
    list-style: none;
    padding: 0;
}

.reward-img-text-section .pdp-img-icon-wrapper>li {
	width: 320px
}

.reward-img-text-section .pdp-img-icon-wrapper img {
	width: auto;
    max-height: 100px;
}

.rewards-faqs-section {
	padding: 7rem 0;
}

.rewards-faqs-section .faq_main {
	border-bottom: 1px solid
}

.rewards-faqs-section .faq_ans {
	display: none;
	margin: 0 0 20px;
    color:#242c34 !important;
}

.rewards-faqs-section .faq_que {
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
	position: relative
}

.rewards-faqs-section .faq_que:after,
.rewards-faqs-section .faq_que:before {
	content: '';
	position: absolute;
	right: 0;
	width: 12px;
	height: 2px;
	background: #201b1a;
	top: 24px;
	transition: .25s ease-in-out all
}

.rewards-faqs-section .faq_que:after {
	transform: rotate(90deg)
}

.rewards-faqs-section .faq_main.active .faq_que:after,
.rewards-faqs-section .faq_main.active .faq_que:before {
	transform: rotate(180deg)
}

.reward-collection-section .flex-grid {
	overflow: hidden
}

.reward-collection-section {
	padding: 0 0 70px
}

.rewards-richtext-section .actions-wrapper {
	text-align: center
}

.rewards-richtext-section .actions-wrapper a, .reward-img-text-section .content-wrapper .btn {
	margin: 10px; 
    min-width: 120px;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 8px 25px;
    background-color: #32553b;
    color: #fff;
    font-family: "Avenir Next",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 15px;
}

.rewards-richtext-section .actions-wrapper a:hover, .reward-img-text-section .content-wrapper .btn:hover{
	background: #507459;
}

.reward-img-text-section .content-wrapper .btn{
	margin: 0;
}

.rewards-have-a-question-section-faq {
    background: transparent !important;
} 
.rewards-faqs-section .faq_que a {
    color: #201b1a !important;
    text-decoration: none;
}
.rewards-faqs-section .faq_main {
    border-color: #201b1a !important;
}

.rewards-have-a-question-section-faq h2 {
    color: #4d4d4d !important;
} 

#shopify-section-rewards-collection .featured-collection--container .home-section--title { 
    font-size: 38px;
}

.template-page-rewards .productgrid--item {
    border: 0 !important;
}
.template-page-rewards .productgrid--item .productitem--title{
	text-align: center;
}
.template-page-rewards .productgrid--item a {
    text-decoration: none;
    transition: color .1s ease;
    font-size: 18px !important;
    line-height: 1.5;
    color: #201b1a !important;
    text-align: center; 
}
.template-page-rewards .productgrid--item:hover a{
  color:#fff !important;
}
.template-page-rewards .productgrid--item .productitem--action-trigger,.template-page-rewards .featured-collection--cta-wrapper .button-primary{  
    font-family: "Avenir Next",sans-serif !important; 
    padding: 13px 18px !important; 
    font-size: 14px !important; 
}
.template-page-rewards .productgrid--item .product-card-price-review-wrapper {
    display: block;
    text-align: center;
}
.template-page-rewards .productgrid--item .productitem--info .productitem--price{
	justify-content: center;
	margin-top: 10px;
}
.template-page-rewards .productgrid--item .productitem--info .productitem--price .price--label {
	display: none;
}

.notifytooltip .notify-tooltiptext{
    background-color: #d1bb92 !important;    
    border-radius: 0 !important;
    font-size: 12px !important;
  	
}
.notifytooltip .notify-tooltiptext i{
	font-style: normal;
}
#klaviyo-bis-iframe{
 font-family:"Avenir Next", sans-serif;
}

.product-detail-btn-wrapper .button-primary {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
/* .site-header-wrapper .site-header-cart--count.visible {
    height: 20px;
    width: 20px;
    padding: 3px;
    max-width: 100%;
    font-size: .6875rem;
    line-height: 10px;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    background-color: #32553b;
    border: 1px solid white;
    border-radius: 50%;
}
.site-header-wrapper .site-header-cart--count:after {
    display: none;
} */
@media (min-width: 720px) {
  #site-main #shopify-section-static-slideshow .flickity-viewport,
  #site-main #shopify-section-b2b-static-slideshow .flickity-viewport {
    height: calc(100vh - 209px) !important;
  }
  #site-main #shopify-section-static-slideshow .slideshow-slide, 
  #site-main #shopify-section-static-slideshow .slideshow-height-large,
  #site-main #shopify-section-b2b-static-slideshow .slideshow-height-large {
    height: 100%;
  }
}
@media (max-width: 950px) {
	.index-parallax-section .relative-overbackground-block .mega-title.slideshow__title {
		font-size: 2.5rem;
	}
    .template-page-rewards .rich-text__heading--large h2{
      font-size: 36px;
  	}
    body.template-page-rewards {
      font-size: 15px;
  	}
  	.rewards-earn-section .col-4 {
  		width: 50%;
      padding: 25px 10px
  	}
}

@media (max-width: 749px) {
	.index-parallax-section .relative-overbackground-block .mega-title.slideshow__title {
		display: block;
	}
  	
  	.template-page-rewards .rich-text__heading--large h2{
      font-size: 30px;
  	}
}

@media (max-width: 599px) {
	.rewards-earn-section .col-4 {
  		width: 100% ;
      padding: 15px 10px
  	}
  	.template-page-rewards .rich-text__heading--large h2{
      font-size: 28px;
  	}
}

@media (max-width:991px) {
	.rewards-earn-section .grid--view-items {
		margin: 0
	} 
	.reward-img-text-section .pdp-img-text-wrapper>* {
		width: 100%
	}
	.reward-img-text-section .pdp-img-text-wrapper {
		flex-wrap: wrap
	}
	.reward-img-text-section .content-wrapper {
		padding: 35px 0
	}
    .reward-img-text-section .img-wrapper img { 
      margin-bottom: 0px; 
    }
}

@media (max-width:767px) {
	.rewards-richtext-section {
		padding: 50px 0
	} 
	.rewards-earn-section {
		padding: 0 0 40px
	}
	.rewards-faqs-section {
		padding: 50px 0
	}
	.reward-collection-section {
		padding: 0 0 50px
	}
	.reward-collection-section ul.grid.grid--view-items {
		margin: 0
	}
	.reward-img-text-section .pdp-img-text-wrapper {
		padding: 0 15px
	}
	.reward-img-text-section .content-wrapper h2 {
		font-size: 32px
	}
	.rewards-richtext-section .actions-wrapper a {
		width: 100%;
		margin: 10px 0
	}
  .template-page-partners .image-with-text-button.parners-klaviyo-form-page-scrollto-button{
    min-width:100%;
  }
/*     .reward-point-wrapper .rich-text__heading--medium h2{
      margin-bottom:40px;
  	} */
}

@media (max-width:749px) {
	.rewards-banner .slideshow__subtitle,
	.rewards-banner .slideshow__title {
		display: block;
	}
}
/* #site-main .slideshow-slide-content{
	padding-right:6.25em;
  	padding-left:6.25em;
  	text-align:center;
} */
/* #site-main #shopify-section-static-slideshow .slideshow-slide,#site-main #shopify-section-static-slideshow .slideshow-height-large{
	height:100%;
} */
.parners-klaviyo-form-page-scrollto{
 background-color:#f7f7f7;
 padding:30px 0;
  border-bottom:1px solid rgb(215, 213, 206);
}
.parners-klaviyo-form-page-scrollto .klaviyo-form.klaviyo-form.klaviyo-form{
	background-color:transparent !important;
}
.parners-klaviyo-form-page-scrollto .klaviyo-form.klaviyo-form.klaviyo-form input{
	background-color:#fff !important;
}
.parners-klaviyo-form-page-scrollto .klaviyo-form.klaviyo-form.klaviyo-form button{
	padding:0 20px !important;
}
.template-page-partners .site-main{
	padding-bottom:0 !important;
}
.template-page-partners .site-page{
	margin-bottom:0;
}
#shopify-section-partners-banner + .site-page img{
	object-fit:contain;
  	height:auto !important;
}
/* @media (min-width: 720px) {
  #site-main #shopify-section-static-slideshow .flickity-viewport{
	height:calc(100vh - 209px) !important;	
  }
} */
.dynamic-video-wrapper .dynamic-video {
  max-width: 1000px;
  margin: 0 auto;
}
/* .product-recommendations--section .show-ios-button {
  display: none;
} */
.announcement-bar .page-content {
  max-width: 1600px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.announcement-bar {
  display: flex;
  align-items: center;
}
.announcementbar-wrapper {
  display: flex;
  align-items: center;
}
.quick-order-btn {
  position: relative;
}
.quick-order-btn .button {
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.3;
  font-family: "Avenir Next", sans-serif;
  color: #31543a;
  background: #fff;
  border: 1px solid #31543a;
  border-radius: 3px;
  padding: 6px 12px;
  transition: all .2s ease;
}
.quick-order-btn .button:hover {
  background: #31543a;
  color: #fff;
  border-color: #fff;
}
.announcementbar-wrapper .announcement-bar-text {
  padding-left: 10px;
  padding-right: 10px;
}
.b2b-productgrid--items {
  display: block;
  column-count: 1;
  column-gap: 20px;
  list-style: none;
  padding: 0;
}
.b2b-productgrid--item {
  break-inside: avoid;
  position: relative;
  margin-bottom: 20px;
  height: 100% !important;
}
.b2b-productgrid--item .productitem--actions {
  display: none;
}
.b2b-productgrid--item .productitem {
  display: flex;
  flex-wrap: wrap;
  height: 100% !important;
  background: #ebebeb99;
  box-shadow: 0 2px 8px #0000000d !important;
  border-radius: 8px;
}
.b2b-productgrid--item  .productitem--image-link {
  flex: 0 0 119px;
  margin: 0;
  border-radius: 8px 0 0 0;
  padding: 0;
}
.b2b-productgrid--item .productitem--info-bg {
  flex: 1;
  max-width: calc(100% - 119px);
  width: 100%;
  padding: 10px 11px 0;
  display: flex;
  flex-wrap: wrap;
}
.b2b-productgrid--item .productitem--image .productitem--image-primary {
  z-index: 1;
  position: relative;
  border-radius: 8px 0 0 0;
}
.b2b-productgrid--item .productitem--image-alternate-custom {
  max-width: 119px;
  height: 119px;
  border-radius: 8px 0 0 0;
  pointer-events: none;
}
.b2b-productgrid--item:hover .productitem--image-alternate-custom {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.b2b-productgrid--item .productitem--title {
  margin-top: 0;
  font-size: .9rem;
  width: 100%;
}
.b2b-productgrid--item .price--main {
  font-size: 12px;
  color: #b39a6b;
  margin-bottom: 0;
}
.b2b-productgrid--item .price--main .price--label {
  font-size: 12px;
}
.b2b-productgrid--item .productitem--info-bg .productitem--info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b2b-productgrid--item .pdp-wholesale-price>span {
  font-size: 7px;
  background: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  letter-spacing: 1px;
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
  line-height: 1;
}
.pdp-grid-table {
  width: 100%;
}
.b2b-productgrid--item .pdp-grid-table {
  background: #fafafa;
}
.pdp-grid-table table {
  border: 0;
  text-align: center;
}
table.card_product-grid-tb tr {
  border: 0;
  font-size: 12px;
  background: transparent;
}
table.card_product-grid-tb td,
table.card_product-grid-tb th {
  border: 0;
  background: transparent;
  padding: 10px 5px;
}
table.card_product-grid-tb td {
  border-top: 1px solid #31543a2b; 
}
table.card_product-grid-tb th {
  font-size: 14px;
}
.card_product-grid-tb .mobile-card_product-code {
  display: none;
}
.card_product-price__price {
  text-decoration: none;
}
.price.card_product-single__price {
  margin: 0;
}
.pdp-grid-table .quantity-selector {
  display: inline-flex;
  border: 1px solid #d5dbd7;
  border-radius: 30px;
  height: 40px;
}
.b2b-productgrid--item .pdp-grid-table .quantity-selector {
  background: #fff;
}
.pdp-grid-table .quantity-selector .quantity__button {
  padding: 0 15px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.pdp-grid-table .quantity-selector .quantity__button svg {
  width: 10px;
  height: auto;
  vertical-align: middle;
}
.pdp-grid-table .quantity-selector .quantity__input {
  width: auto;
  background: transparent;
  border: 0;
  text-align: center;
  width: 30px;
}
table.card_product-grid-tb th.last, 
table.card_product-grid-tb td.last {
  width: 130px;
  padding-right: 10px;
}
table.card_product-grid-tb td.last {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  column-gap: 5px;
  min-height: 64px;
}
table.card_product-grid-tb td.last form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 5px;
}
.pdp-grid-table .btn-add-to-cart {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.pdp-grid-table .btn-add-to-cart svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.variant-row.hide {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity .6s ease-in-out, height .6s ease-in-out;
}
.variant-row.show {
  display: table-row;
  opacity: 1;
  height: auto;
}
.toggleVariants_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  line-height: normal;
  left: 50%;
  transform: translate(-50%, 15px);
}
.toggleVariants_btn_wrapper .toggleVariants {
  width: 30px;
  cursor: pointer;
  height: 30px;
  background: #fff;
  border: 1px solid currentColor;
  display: grid;
  place-items: center;
  line-height: normal;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}
.toggleVariants_btn_wrapper .toggleVariants svg {
  transition: transform .2s ease-in-out;
  width: 18px;
}
.toggleVariants_btn_wrapper .toggleVariants.hide svg {
  transform: rotate(180deg);
}
table.card_product-grid-tb .coll-pro-size, 
table.card_product-grid-tb th:nth-child(1) {
  padding-left: 10px;
}
.custom-collection-productitem--ratings {
  align-self: flex-end;
}
.b2b-productgrid--item .pdp-wholesale-price {
  padding-right: 15px;
}
.b2b-productgrid--item .stamped-product-reviews-badge {
  line-height: 1;
}
.b2b-productgrid--item .pdp-retail-price {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1;
  padding-right: 15px;
  font-weight: 600;
}
.pdp-retail-price span {
  font-size: 7px;
  font-weight: 400;
  background: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  letter-spacing: 1px;
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
  line-height: 1;
  text-align: center;
}
.b2b-productgrid--item .product-card-price-review-wrapper {
  justify-content: left;
  margin-top: 10px;
}
.wholesale-pricing-wrapper {
  border: 1px solid #d5dbd7;
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 40px;
  width: 130px;
  text-align: left;
  min-height: 32px;
  position: relative;
  display: flex;
  align-items: center;
}
.b2b-productgrid--item .wholesale-pricing-wrapper {
  background: #fff;
}
.wholesale-pricing-wrapper label {
  position: absolute;
  top: -5px;
  left: 13px;
  font-size: 7px;
  background: #ebebeb99;
  padding: 1px 3px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  pointer-events: none;
}
.b2b-productgrid--item .wholesale-pricing-wrapper label {
  background: #fff;
}
.wholesale-pricing-wrapper .dropdown {
  width: 100%;
}
.wholesale-pricing-wrapper .plp-dropdown-content {
  cursor: pointer;
  display: block;
  position: relative;
}
.wholesale-pricing-wrapper .plp-dropdown-content:after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" viewBox="0 0 13 7" fill="none"><path d="M1 0.5L6.5 6L12 0.5" stroke="black"/></svg>');
  width: 12px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.wholesale-pricing-wrapper .dropdown-content {
  position: absolute;
  top: -1px;
  right: -1px;
  min-width: 121px;
  background: #ffffff;
  padding: 6px 0;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  box-shadow: 0 4px 4px #0000001f;
  z-index: 1;
  margin: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all .15s ease-in-out;
}
.wholesale-pricing-wrapper .dropdown-content.active {
  opacity: 1;
  pointer-events: all;
}
.wholesale-pricing-wrapper .dropdown-content li {
  list-style: none;
  line-height: 1;
  padding: 5px 10px;
  cursor: pointer;
}
.wholesale-pricing-wrapper .plp-dropdown-content b {
  font-size: 11px;
}
.wholesale-pricing-wrapper .dropdown-content li b {
  font-size: 11px;
}
.wholesale-pricing-wrapper .dropdown-content li:hover, 
.wholesale-pricing-wrapper .dropdown-content li.active {
  background: #f5f5f5;
}
.shopify-section .b2b-image-grid-section.Image-List-Section-container {
  padding-top: 20px;
  padding-bottom: 40px;
}
.b2b-image-grid-section.Image-List-Section-container .Image-list-inner {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.b2b-image-grid-section.Image-List-Section-container .Image-list-inner img {
  vertical-align: middle;
}
.b2b-store.template-index .rich-text--section,
.b2b-store.template-index .blogposts--section,
.b2b-store.template-index .logolist--section {
  padding: 0;
}
.b2b-store .dynamic-collection-list--section {
  padding-bottom: 45px;
}
.b2b-richtext-section {
  padding-top: 40px;
}
.product--section .pdp-grid-table table {
  border: 1px solid #31543a2b;
}
.product--section .wholesale-pricing-wrapper label {
  background: #fff;
}
.product--section .wholesale-pricing-wrapper .dropdown-content {
  background: #fff;
}
.pdp-grid-table .btn-add-to-cart[disabled] {
  position: relative;
  cursor: default;
  opacity: .5;
}
.pdp-grid-table .btn-add-to-cart[disabled] span {
  position: absolute;
  left: 45%;
  top: -20px;
  width: 75px;
  transform: translateX(-50%);
  background: #f7f7f7;
  color: #31543a;
  font-size: 10px;
  padding: 3px;
  display: block;
  opacity: 0;
  transition: .2s all ease-in-out;
}
.pdp-grid-table .btn-add-to-cart[disabled] span:before {
  content: " ";
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 50%;
  right: auto;
  border-top: 5px solid transparent;
  border-right: 5px solid #f7f7f7;
  border-bottom: 5px solid #f7f7f7;
  border-left: 5px solid transparent;
  transform: rotate(45deg) translateX(-50%);
}
.pdp-grid-table .btn-add-to-cart[disabled]:hover span {
  opacity:1;
}
.b2b-productgrid--item .pdp-grid-table .btn-add-to-cart[disabled] span {
  background: #fff;
}
.b2b-productgrid--item .pdp-grid-table .btn-add-to-cart[disabled] span:before {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.b2b-store #dynamic-react-root + div>button.kl-private-reset-css-Xuajs1,
.b2b-store #smile-ui-container {
  display: none;
}
.product-main div[b2b-table-added-hidden] {
  display: none;
}
.header__account-modal.modal__toggle {
  position: absolute;
  top: 100%;
  left: calc(50% + 15px);
  opacity: 0;
  display: none;
  flex-direction: column;
  padding: 24px;
  width: 220px;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: #fff;
  transform: translate(-50%);
  transition: opacity .25s;
  z-index: 10;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(8, 25, 37, 0.1);
}
.header__account_dropdown.header__account:hover .header__account-modal.modal__toggle {
  display: block;
  opacity: 1;
}
.header__account-modal .header__account__body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account-modal.modal__toggle a {
  font-size: 10px;
  color: #FFF;
  padding: 9px 5px;
  text-align: center;
  font-weight: 600;
  background: #32553b;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.2px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 7px;
  border: 1px solid #32553b;
  gap: 8px;
}
.header__account-modal.modal__toggle a:hover {
  background: #507459;
  border-color: #507459;
}
.header__account-modal.modal__toggle a:last-child {
  margin-bottom: 0;
}
summary.header__icon--account:after {
  display: none;
}
.header__account_dropdown.header__account {
  width: 45px;
  height: 45px;
  margin-left: 15px;
  border-radius: 50%;
  transition: .3s ease all;
}
.header__account-modal.modal__toggle a svg {
  width: 19px;
  height: auto;
}
.header__account-modal.modal__toggle .header__account__logout {
  margin-top: 7px;
}
.header__account-modal.modal__toggle .header__account__body a {
  background: transparent;
  color: #4d4d4d;
  display: block;
  text-align: left;
  border: 0;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  margin: 10px 0;
}
.header__account-modal .header__account__name {
  text-align: left;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 1px solid #4d4d4d;
  color: #4d4d4d;
  text-transform: capitalize;
  line-height: 1.5;
}
summary.header__icon.header__icon--account.header__icon--summary {
  font-size: 1.625rem;
}
.header__account_dropdown.header__account:hover {
  box-shadow: 0 0 3px 0.5px #31543a;
}
.product--section .toggleVariants_btn_wrapper .toggleVariants {
  display: none;
}
@media (min-width: 720px) {
  .quick-order-btn .button {
    min-width: 250px;
    width: 100%;
  }
}
@media (min-width: 990px) {
  .b2b-store .announcementbar-wrapper .announcement-bar-text {
    position: relative;
    right: -250px;
    padding-right: 250px;
  }
}
@media (min-width: 720px) and (max-width: 1150px) {
  .pdp-grid-table {
    overflow-y: hidden;
    overflow-x: auto;
  }
  table.card_product-grid-tb th {
    font-size: 12px;
  }
  .pdp-grid-table .quantity-selector .quantity__button {
    padding: 0 10px;
  }
  .wholesale-pricing-wrapper {
    width: 120px;
  }
  table.card_product-grid-tb td.last form,
  table.card_product-grid-tb td.last {
    column-gap: 3px;
  }
  table.card_product-grid-tb .coll-pro-size,
  table.card_product-grid-tb td.coll-pro-id {
    min-width: 80px;
  }
  .b2b-productgrid--item .pdp-wholesale-price {
    padding-right: 10px;
  }
  .b2b-productgrid--item .pdp-retail-price {
    padding-right: 8px;
  }
  .b2b-productgrid--item .fa-star-half-o:before,
  .b2b-productgrid--item .fa-star-o:before,
  .b2b-productgrid--item .fa-star:before,
  .b2b-productgrid--item .stamped-fa-star-half-o:before, 
  .b2b-productgrid--item .stamped-fa-star-o:before, 
  .b2b-productgrid--item .stamped-fa-star:before {
    font-size: 13px;
  }
  .b2b-store .site-main {
    overflow: hidden;
  }
  .b2b-productgrid--item .productitem--info-bg {
    padding: 10px;
  }
  .b2b-productgrid--item .product-card-price-review-wrapper {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .dynamic-video-wrapper .dynamic-video {
    max-width: 750px;
  }
}
@media (max-width: 1023px) {
  .header__account-modal.modal__toggle {
    left: 25%;
  }
}
@media (max-width: 719px) {
  #site-main #shopify-section-static-slideshow .slideshow-slide,
  #site-main #shopify-section-static-slideshow .slideshow-height-large,
  #site-main #shopify-section-b2b-static-slideshow .slideshow-height-large {
    height: 100%;
  }
  .slideshow--section .slideshow .flickity-slider {
    min-height: 400px;
  }
  .productgrid-gridview .productgrid--no-spacing .productitem--actions {
    background: transparent;
  }
  .template-index .slideshow--section .slideshow .flickity-viewport {
    min-height: 400px;
  }
  .announcementbar-wrapper .announcement-bar-text-mobile {
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-family: "Avenir Next", sans-serif;
  }
  .b2b-store .announcementbar-wrapper .announcement-bar-text-mobile {
    margin-left: 0;
  }
  .b2b-productgrid--items {
    column-count: 1;
  }
  .b2b-productgrid--item .productitem--image-link {
    flex: 0 0 100px;
  }
  .b2b-productgrid--item .productitem--info-bg {
    max-width: calc(100% - 100px);
  }
  .b2b-productgrid--item .productitem--image-alternate-custom {
    max-width: 100px;
    height: 100px;
  }
  .toggleVariants_btn_wrapper .toggleVariants {
    width: 25px;
    height: 25px;
  }
  .toggleVariants_btn_wrapper .toggleVariants svg {
    width: 16px;
  }
  .toggleVariants_btn_wrapper {
    transform: translate(-50%, 13px);
  }
  .shopify-section .b2b-image-grid-section.Image-List-Section-container {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .b2b-image-grid-section.Image-List-Section-container .Image-list-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .b2b-store .dynamic-collection-list--section {
    padding-bottom: 5px;
  }
  .b2b-richtext-section {
    padding-top: 0;
  }
  .product--section .product-gallery--navigation {
    margin-left: -10px;
  }
  .pdp-grid-table {
    overflow-y: hidden;
    overflow-x: auto;
  }
  table.card_product-grid-tb th {
    font-size: 12px;
  }
  .pdp-grid-table .quantity-selector .quantity__button {
    padding: 0 10px;
  }
  .wholesale-pricing-wrapper {
    width: 120px;
  }
  table.card_product-grid-tb td.last form,
  table.card_product-grid-tb td.last {
    column-gap: 3px;
  }
  table.card_product-grid-tb .coll-pro-size,
  table.card_product-grid-tb td.coll-pro-id {
    min-width: 100px;
  }
  .b2b-productgrid--item .pdp-wholesale-price {
    padding-right: 10px;
  }
  .b2b-productgrid--item .pdp-retail-price {
    padding-right: 8px;
  }
  .b2b-productgrid--item .fa-star-half-o:before,
  .b2b-productgrid--item .fa-star-o:before,
  .b2b-productgrid--item .fa-star:before,
  .b2b-productgrid--item .stamped-fa-star-half-o:before, 
  .b2b-productgrid--item .stamped-fa-star-o:before, 
  .b2b-productgrid--item .stamped-fa-star:before {
    font-size: 13px;
  }
  .b2b-store .site-main {
    overflow: hidden;
  }
  .b2b-productgrid--item .productitem--info-bg {
    padding: 10px;
  }
  .b2b-productgrid--item .product-card-price-review-wrapper {
    margin-top: 8px;
  }
  .breadcrumbs-container {
    flex-wrap: wrap;
  }
  .breadcrumbs-container a,
  .breadcrumbs-container span {
    font-size: 12px;
    line-height: 1.5;
  }
  .breadcrumbs-delimiter svg {
    margin-top: .14rem;
  }
  .header__account-modal.modal__toggle {
    right: 9%;
    left: auto;
    transform: none;
    padding: 24px;
  }
  .header__account_dropdown.header__account,
  .site-header-main-actions .site-header-button {
    margin-left: 0;
    width: 41px;
    height: 41px;
    top: 1px;
    right: 0;
  }
  .site-header-main-actions {
    right: 10px;
  }
  .header__account_dropdown.header__account {
    margin-top: 1px;
    margin-right: 1px;
  }
}
@media (max-width: 374px) {
  .wholesale-pricing-wrapper {
    width: 118px;
  }
  table.card_product-grid-tb td.last {
    padding-bottom: 15px;
  }
  .breadcrumbs-container a, .breadcrumbs-container span {
    font-size: 10px;
  }
  .site-logo .mobile-logo-image {
    max-width: 7.5rem;
    object-fit: contain;
    margin-left: -20px;
  }
}