/** Shopify CDN: Minification failed

Line 2796:21 Expected identifier but found whitespace
Line 2796:23 Unexpected "{"
Line 2796:32 Expected ":"
Line 2797:10 Expected identifier but found whitespace
Line 2797:12 Unexpected "{"
Line 2797:21 Expected ":"
Line 5540:1 Unexpected "`"

**/
/*
 *  1.1. Reset
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
input, :before, :after, * {
  box-sizing: border-box;
}
:root {
  --green: #00943C;
}

#newReviewFormModal {
  z-index:999;
}

/* mytime hide */
.mytime_widget {
      visibility: hidden;
    position: absolute;
}

pickup-availability-compact {
  font-size: 10px !important;
  font-weight: 500;
  min-height: 30px;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search]::-ms-clear {
  display: none;
}
.title_h1 {
  font-family: Oswald;
  font-weight: 700;
}

.color_green {
    color: #009539;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.unstyled {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
    color: #009539;
}
button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide, .hidden {
  display: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

*:focus:not(:focus-visible) {
  outline: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 *  1.0. Mixins
*/
.gutter--small {
  padding: var(--gutter-small);
}
.gutter--regular {
  padding: var(--gutter-regular);
}
.gutter--large {
  padding: var(--gutter-large);
}
.gutter--xlarge {
  padding: var(--gutter-xlarge);
}

.gutter-top--small {
  padding-top: var(--gutter-small);
}
.gutter-top--regular {
  padding-top: var(--gutter-regular);
}
.gutter-top--large {
  padding-top: var(--gutter-large);
}
.gutter-top--xlarge {
  padding-top: var(--gutter-xlarge);
}

.gutter-bottom--small {
  padding-bottom: var(--gutter-small);
}
.gutter-bottom--regular {
  padding-bottom: var(--gutter-regular);
}
.gutter-bottom--large {
  padding-bottom: var(--gutter-large);
}
.gutter-bottom--xlarge {
  padding-bottom: var(--gutter-xlarge);
}

.spacing--xsmall > * {
  margin-bottom: 0.25em;
}
.spacing--xsmall > *.increased-spacing {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.spacing--small > * {
  margin-bottom: 0.5em;
}
.spacing--small > *.increased-spacing {
  margin-top: 1em;
  margin-bottom: 1em;
}
.spacing--large > * {
  margin-bottom: 0.75em;
}
.spacing--large > *.increased-spacing {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.spacing--xlarge > * {
  margin-bottom: 1em;
}
.spacing--xlarge > *.increased-spacing {
  margin-top: 2em;
  margin-bottom: 2em;
}

.panel, .card {
  border: solid var(--border-width-cards) var(--color-borders-cards);
  border-radius: var(--border-radius-cards);
  overflow: hidden;
  background-color: var(--color-background-cards);
  position: relative;
  color: var(--color-text-cards);
  box-shadow: var(--shadow-x-cards) var(--shadow-y-cards) var(--shadow-blur-cards) var(--color-shadow-cards);
  margin-bottom: calc(var(--shadow-y-cards) + var(--shadow-blur-cards));
  margin-inline-end: calc(var(--shadow-x-cards) + var(--shadow-blur-cards));
}
.has-negative-shadow-x .panel, .has-negative-shadow-x .card {
  margin-inline-end: 0;
  margin-inline-start: calc((var(--shadow-x-cards) * -1) + var(--shadow-blur-cards));
}
.has-negative-shadow-y .panel, .has-negative-shadow-y .card {
  margin-bottom: 0;
  margin-top: calc((var(--shadow-y-cards) * -1) + var(--shadow-blur-cards));
}

.card .button {
  color: var(--color-text-cards);
}
.store-selector-set .button--solid{
  background-color: #009539;
  border-color: #00943c;
}
button.button.button--solid.button--regular.button--fullwidth.store_selector__button:hover{
  background-color: #07bb4f;
  border-color: #07bb4f;
}
.card .button--solid {
  background-color: var(--color-text-cards);
  border-color: var(--color-text-cards);
  color: var(--color-foreground-cards);
}
.card .button--icon svg * {
  stroke: var(--color-text-cards);
}
.no-touchevents .card .button:not(.button--outline-hover):hover {
  background-color: var(--color-accent-cards);
  border-color: var(--color-accent-cards);
  color: var(--color-foreground-accent-cards);
}
.no-touchevents .card .button:not(.button--outline-hover):hover svg * {
  stroke: var(--color-foreground-accent-cards);
}
.card .button--outline-hover:hover {
  border-color: var(--color-accent-cards);
  color: var(--color-accent-cards);
}

.card a {
  color: var(--color-text-cards);
}
.card .text-animation--underline {
  background-image: linear-gradient(to right, var(--color-text-cards), var(--color-text-cards));
}

@media screen and (max-width: 1023px) {
  .text-with-icon--tooltip .text-with-icon__label, .text-size--xsmall {
    font-size: calc( 					11px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-with-icon--tooltip .text-with-icon__label, .text-size--xsmall {
    font-size: calc( 				12px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  .text-size--small {
    font-size: calc( 					12px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-size--small {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 474px) {
  input,
textarea,
select, .text-size--regular {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  input,
textarea,
select, .text-size--regular {
    font-size: calc( 					15px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  input,
textarea,
select, .text-size--regular {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  .shopify-challenge__container .shopify-challenge__message, .text-size--large {
    font-size: calc( 					16px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .shopify-challenge__container .shopify-challenge__message, .text-size--large {
    font-size: calc( 				18px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 474px) {
  .text-size--xlarge {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .text-size--xlarge {
    font-size: calc( 					20px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-size--xlarge {
    font-size: calc( 				24px / 16 * var(--base-body-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  .text-size--heading {
    font-size: calc( 					38px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .text-size--heading {
    font-size: calc( 				42px / 60 * var(--base-headings-size) + 0px 			);
  }
}

.button--small {
  padding: var(--button-padding-small);
}
@media screen and (max-width: 474px) {
  .button--small {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  .button--small {
    font-size: calc( 					15px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .button--small {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}

.button--regular {
  padding: var(--button-padding-regular);
}
@media screen and (max-width: 1023px) {
  .button--regular {
    font-size: calc( 					16px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .button--regular {
    font-size: calc( 				18px / 16 * var(--base-body-size) + 0px 			);
  }
}

.button--large {
  padding: var(--button-padding-large);
}
@media screen and (max-width: 1023px) {
  .button--large {
    font-size: calc( 					18px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  .button--large {
    font-size: calc( 				20px / 16 * var(--base-body-size) + 0px 			);
  }
}

/*  Forms -------------------------- */
.visible-phone {
  display: none; }

fieldset, legend {
  border: none; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
  padding: 1.384615385em 0.615384615em; }

.row-fluid textarea[class*="span"] {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

blockquote {
  border-left: 5px solid #eee;
  font-size: 12px;
  font-style: italic;
  margin: 0 0 20px;
  padding: 10px 20px;
  line-height: 26px; }

input[type="image"] {
  width: auto; }

textarea {
  border: 1px solid #b6b6b6; }

input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin: 0;
  padding: 0.615384615em; }

textarea {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed; }

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 5px 10px;
  line-height: 1.35;
  height: 34px;
  border: 1px solid #000;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed; }

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-appearance: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/*input[type="submit"] { line-height: 1.1; }*/
label {
  margin-bottom: 7px;
  font-weight: 700; }

label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px; }

.form-actions {
  background: none;
  border: none;
  padding: 20px 0 0 0; }

.alert ul {
  margin-bottom: 0; }

.alert > p, .alert > ul {
  margin-top: 0; }

ul {
  padding: 0;
  list-style: disc inside none; }

ol {
  padding: 0;
  list-style: decimal inside none; }

/*li { margin-bottom: 0.25em; }*/
ul ul, ul ol, ol ol, ol ul {
  padding-left: 10px; }



.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.form-success {
  border: 1px solid #c8d9b9; 
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px;
}

.control-wrapper input, .control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

#customer_login, #register-form {
    padding-top: 20px;
}

.alert {
  /* display: inline-flex;
  padding: 0.875rem 1rem 0.75rem;
  margin-bottom: 1.125rem;
  margin-bottom: 1.125rem;
  border-radius: var(--border-radius-forms);
  border: 1px solid;
  line-height: 1.1;
  clear: left;
  align-items: center; */
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}

.alert button.close {
     float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.alert-success {
    border-radius: 0;
    border-color: #56ad6a;
    color: #56ad6a;
    background-color: #ecfeee;
}

.alert-success p {
  margin-bottom: 0;
  color: #101010;
}
.alert ul {
  list-style: none;
  margin:0;
  padding: 0;
}

/*
 *  1.3. Typography
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-stack-headings);
  font-weight: var(--font-weight-headings);
  font-style: var(--font-style-headings);
  line-height: var(--base-headings-line);
  margin-bottom: 1rem;
} 

@media screen and (max-width: 1023px) {
  h1,
.h1 {
    font-size: calc( 					38px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h1,
.h1 {
    font-size: calc( 				58px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h2,
.h2 {
    font-size: calc( 					32px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h2,
.h2 {
    font-size: calc( 				42px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h3,
.h3 {
    font-size: calc( 					26px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h3,
.h3 {
    font-size: calc( 				32px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h4,
.h4 {
    font-size: calc( 					20px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h4,
.h4 {
    font-size: calc( 				24px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h5,
.h5 {
    font-size: calc( 					16px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h5,
.h5 {
    font-size: calc( 				18px / 60 * var(--base-headings-size) + 0px 			);
  }
}

@media screen and (max-width: 1023px) {
  h6,
.h6 {
    font-size: calc( 					15px / 60 * var(--base-headings-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  h6,
.h6 {
    font-size: calc( 				16px / 60 * var(--base-headings-size) + 0px 			);
  }
}

h1, h2, h3 {
  letter-spacing: 0.04em;
  line-height: 1.25;
  font-weight: 700; }

a {
  color: var(--color-text-main);
}

body,
input,
textarea,
select {
  font-family: var(--font-stack-body);
  font-weight: var(--font-weight-body);
  font-style: var(--font-style-body);
  line-height: var(--base-body-line);
}

body {
  background: var(--color-background-main);
  color: var(--color-text-main);
}
@media screen and (max-width: 474px) {
  body {
    font-size: calc( 				14px / 16 * var(--base-body-size) + 0px 			);
  }
}
@media screen and (min-width: 475px) and (max-width: 1023px) {
  body {
    font-size: calc( 					15px / 16 * var(--base-body-size) + 0px 				);
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: calc( 				16px / 16 * var(--base-body-size) + 0px 			);
  }
}

input,
textarea,
select {
  font-size: calc(16px / 16 * var(--base-body-size) + 0px);
}

.text-weight--bold {
  font-weight: var(--font-weight-body-bold);
}
.text-color--secondary {
  color: var(--color-secondary-text-main);
}
.text-color--opacity {
  opacity: 0.62;
}
.text-decoration--underline {
  text-decoration: underline;
}
.text-decoration--line-through {
  text-decoration: line-through;
}
.text-line-height--small {
  line-height: 1.1;
}
.text-line-height--medium {
  line-height: 1.25;
}
.text-style--italic {
  font-style: italic;
}
.text-style--normal {
  font-style: normal;
}
.text-align--left {
  text-align: start;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: end;
}
.text-animation--underline {
  background-image: linear-gradient(to right, var(--color-text-main), var(--color-text-main));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 100ms linear;
}
html[dir=rtl] .text-animation--underline {
  background-position: right calc(1em + 3px);
}
html[dir=ltr] .text-animation--underline {
  background-position: left calc(1em + 3px);
}
.no-touchevents a:hover .text-animation--underline, .no-touchevents button:hover .text-animation--underline {
  background-size: 100% 2px;
}
@media screen and (max-width: 1023px) {
  a .text-animation--underline.underline-mobile {
    background-size: 100% 2px;
  }
}
.text-animation--underline-thin {
  background-image: linear-gradient(to right, var(--color-text-main), var(--color-text-main));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 100ms linear;
}
html[dir=rtl] .text-animation--underline-thin {
  background-position: right calc(1em + 2px);
}
html[dir=ltr] .text-animation--underline-thin {
  background-position: left calc(1em + 2px);
}
.no-touchevents a:hover .text-animation--underline-thin, .no-touchevents button:hover .text-animation--underline-thin {
  background-size: 100% 1px;
}
@media screen and (max-width: 1023px) {
  a .text-animation--underline-thin.underline-mobile {
    background-size: 100% 1px;
  }
}
.text-animation--underline-in-header {
  background-image: linear-gradient(to right, var(--color-accent-header), var(--color-accent-header));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: 3px;
  transition: all 100ms linear;
}
html[dir=rtl] .text-animation--underline-in-header {
  background-position: right calc(1em + 2px);
}
html[dir=ltr] .text-animation--underline-in-header {
  background-position: left calc(1em + 2px);
}
.no-touchevents a:hover .text-animation--underline-in-header, .no-touchevents button:hover .text-animation--underline-in-header {
  background-size: 100% 1px;
}
@media screen and (max-width: 1023px) {
  a .text-animation--underline-in-header.underline-mobile {
    background-size: 100% 1px;
  }
}
.text-with-icon {
  position: relative;
  color: var(--color-text-main);
  display: inline-flex;
  align-items: center;
  margin-inline-end: 1.25rem;
}
.text-with-icon svg * {
  fill: var(--color-text-main);
}
.text-with-icon .text-animation--underline-thin {
  background-position: 100% calc(1em + 4px);
  padding-bottom: 0;
}
.text-with-icon--compact {
  margin-inline-end: 1.875rem;
}
.text-with-icon--compact .text-with-icon__icon {
  margin-inline-end: 0.625rem;
}
.text-with-icon--tooltip {
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-inline-end: 0.625rem;
}
.text-with-icon--tooltip .text-with-icon__label {
  position: absolute;
  top: -100%;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  background: var(--color-text-main);
  color: var(--color-background-main);
  padding: 0.0625rem 0.4375rem;
  border-radius: clamp(0px, var(--border-radius-buttons), 5px);
  opacity: 0;
  transition: opacity 120ms linear;
  pointer-events: none;
}
.text-with-icon--tooltip .text-with-icon__label:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: var(--color-text-main);
  border-width: 0.3125rem;
  margin-inline-start: -0.3125rem;
}
.text-with-icon--tooltip:hover .text-with-icon__label {
  opacity: 1;
}
.text-with-icon__icon {
  display: flex;
  align-items: center;
  margin-inline-end: 0.5rem;
}
.text-with-icon--small svg {
  width: 1.375rem;
  height: 1.375rem;
}
.text-with-icon--large svg {
  width: 2rem;
  height: 2rem;
}

#main a.text-link, .rte a {
  color: var(--color-text-main);
  border-bottom: 1px solid;
  padding-bottom: 1px;
  transition: all 100ms linear;
}
.no-touchevents #main a.text-link:hover, .no-touchevents .rte a:hover {
  color: var(--color-accent-main);
}
a.text-link {
  border-bottom: 1px solid;
  padding-bottom: 1px;
  transition: all 100ms linear;
}
.no-touchevents a.text-color--opacity:hover {
  opacity: 1;
}

.text-link--has-icon {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--gutter-small);
}
.text-link--has-icon svg path {
  fill: var(--color-text-main);
}
.text-link--has-icon span {
  border-bottom: solid 1px;
}

del {
  text-decoration: line-through;
  opacity: 0.54;
}

strong {
  font-weight: var(--font-weight-body-bold);
}

em {
  font-style: italic;
}

p {
  margin-bottom: 1rem;
}

.hide,
.hidden {
  display: none; }

.content-faq ul,
.content-faq ol {
  margin-bottom: 30px;
}

.content-faq p strong {
  font-weight: 700;
}

.rte ul {
  list-style: disc inside;
}
.rte ul li:not(:first-child) {
  margin-top: 0.75rem;
}
.rte ol {
  list-style: decimal inside;
}
.rte ol li:not(:first-child) {
  margin-top: 0.75rem;
}

.rte ul.terms_listing {
  list-style: none;
}

.rte ul.terms_listing li {
  position: relative;
  padding-left: 10px;
} 

.rte blockquote {
  padding: 0.75rem 1.125rem;
  border-left: 0.1875rem solid var(--color-borders-main);
}
.rte blockquote:not(:first-child) {
  margin-top: 1.5rem;
}
.rte blockquote:not(:last-child) {
  margin-bottom: 1.5rem;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte iframe[src*=youtube],
.rte iframe[src*=vimeo] {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.remove-line-height-space {
  margin-bottom: calc(1em * var(--base-body-line) / -2 + 0.3125rem);
}

.remove-line-height-space--small {
  margin-bottom: calc(1em * 1.1 / -2);
}

.remove-line-height-space--medium {
  margin-bottom: calc(1em * 1.25 / -2 + 0.3125rem);
}

.container--small {
  margin: 0 auto;
  width: 100%;
  max-width: 667px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

.container--compact {
  margin: 0 auto;
  width: 100%;
  max-width: 867px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

.container--medium {
  margin: 0 auto;
  width: 100%;
  max-width: 1023px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

.container--large {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  padding-inline-start: var(--gutter-container);
  padding-inline-end: var(--gutter-container);
}

@media screen and (max-width: 1360px) {
  .container--large-with-mobile-padding {
    padding-inline-start: var(--gutter-xlarge);
    padding-inline-end: var(--gutter-xlarge);
  }
}
.container--fullwidth {
  max-width: 100%;
  padding: 0;
}

.container--vertical-space {
  margin-top: var(--container-vertical-space);
}

.container--vertical-space-small {
  margin-top: clamp(2.5rem, var(--container-vertical-space), 5rem);
}

.container--vertical-space-xsmall {
  margin-top: calc(var(--container-vertical-space) * 0.5);
}

.container--no-margin-if-not-first:not(:first-of-type) {
  margin-top: 0;
}

.container--remove-bottom-margin {
  margin-bottom: calc(var(--container-vertical-space) * -0.5);
}

.shopify-section.can-be-fullwidth:last-child .container--fullwidth {
  margin-bottom: calc(var(--container-vertical-space) * -2);
}
.mount-slideshow:last-child .css-slider--bottom-navigation .css-slider-navigation-container {
  margin-bottom: -0.75rem;
}

#main .shopify-section:first-child .container--vertical-space:not(.container--fullwidth) {
  margin-top: clamp(24px, calc(var(--container-vertical-space) / 2), 50px);
}
#main .shopify-section:first-child .container--fullwidth {
  margin-top: 0;
}

.container--remove-margin-after + .container--remove-margin-before {
  margin-top: 0;
}

.section--remove-bottom-margin-after + .shopify-section > .container--vertical-space:first-of-type {
  margin-top: 0;
}

.container--negative-margin {
  margin-bottom: calc(var(--container-vertical-space) * -1);
}

.shopify-section {
  position: relative;
}

.container--has-background {
  background-color: var(--color-background-section);
  padding-top: var(--container-vertical-space);
  padding-bottom: var(--container-vertical-space);
}
.container--has-background:after {
  content: "";
  background-color: var(--color-background-section);
  z-index: -1;
}

.remove-empty-space > *:empty {
  display: none;
}
.remove-empty-space > *:first-child {
  margin-top: 0;
}
.remove-empty-space > *:last-child {
  margin-bottom: 0;
}

.gutter-bottom--page {
  margin-bottom: calc(var(--gutter-large) * .8);
}

.margin-bottom--regular {
  margin-bottom: var(--gutter-regular);
}
.margin-bottom--large {
  margin-bottom: var(--gutter-large);
}

.margin-top--regular {
  margin-top: var(--gutter-regular);
}

.align-content {
  display: flex;
  height: 100%;
  position: relative;
}
.align-content--horizontal-left {
  justify-content: flex-start;
  text-align: start;
}
.align-content--horizontal-center {
  justify-content: center;
  text-align: center;
}
.align-content--horizontal-right {
  justify-content: flex-end;
  text-align: end;
}
.align-content--vertical-top {
  align-items: flex-start;
}
.align-content--vertical-middle {
  align-items: center;
}
.align-content--vertical-bottom {
  align-items: flex-end;
}

@media(max-width: 767px){
  .mob__align--hori-left {
    justify-content: flex-start;
    text-align: start;
  }
  .mob__align--hori-center {
    justify-content: center;
    text-align: center;
  }
  .mob__align--hori-right {
    justify-content: flex-end;
    text-align: end;
  }
  .mob__align--verti-top {
    align-items: flex-start;
  }
  .mob__align--verti-middle {
    align-items: center;
  }
  .mob__align--verti-bottom {
    align-items: flex-end;
  }
}

@media(min-width: 768px){
  .desk__align--hori-left {
    justify-content: flex-start;
    text-align: start;
  }
  .desk__align--hori-center {
    justify-content: center;
    text-align: center;
  }
  .desk__align--hori-right {
    justify-content: flex-end;
    text-align: end;
  }
  .desk__align--verti-top {
    align-items: flex-start;
  }
  .desk__align--verti-middle {
    align-items: center;
  }
  .desk__align--verti-bottom {
    align-items: flex-end;
  }
}

.element--wrap-paranth:before {
  content: " (";
  white-space: pre;
}
.element--wrap-paranth:after {
  content: ") ";
  white-space: pre;
}
.element--height-micro {
  min-height: 20vh;
}
.element--height-tiny {
  min-height: 30vh;
}
.element--height-small {
  min-height: 40vh;
}
.element--height-regular {
  min-height: 60vh;
}
.element--height-large {
  min-height: 80vh;
}
.element--body-bgc {
  background-color: var(--color-background-main);
}
.element--card-bgc {
  background-color: var(--color-background-cards);
}
.element--has-border {
  border-color: var(--color-borders-cards);
  border-width: var(--border-width-cards);
  border-style: solid;
}
.element--has-border--body {
  border-color: var(--color-borders-main);
  border-width: var(--border-width-cards);
  border-style: solid;
}
.element--has-shadow {
  box-shadow: var(--shadow-x-cards) var(--shadow-y-cards) var(--shadow-blur-cards) var(--color-shadow-cards);
  margin-bottom: var(--shadow-y-cards);
  margin-inline-end: var(--shadow-x-cards);
}
.has-negative-shadow-x .element--has-shadow {
  margin-inline-end: 0;
  margin-inline-start: calc((var(--shadow-x-cards) * -1) + var(--shadow-blur-cards));
}
.has-negative-shadow-y .element--has-shadow {
  margin-bottom: 0;
  margin-top: calc((var(--shadow-y-cards) * -1) + var(--shadow-blur-cards));
}
.element--has-border-thin {
  border-width: 1px;
}
.element--no-border {
  border: 0;
}
@media screen and (max-width: 767px) {
  .element--no-border-on-small {
    border: 0;
  }
}
.element--border-radius {
  border-radius: var(--border-radius-cards);
  overflow: hidden;
}
.element--border-radius .lazy-image:before, .element--border-radius .lazy-image:after {
  border-radius: var(--border-radius-cards);
}
.element--border-radius img {
  border-radius: var(--border-radius-cards);
}
.element--border-radius-top {
  border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0;
}
.element--border-radius-top .lazy-image:before, .element--border-radius-top .lazy-image:after {
  border-radius: var(--border-radius-cards) 0 0;
}
.element--border-radius-top img {
  border-radius: var(--border-radius-cards) var(--border-radius-cards) 0 0;
}
.element--border-width-clamped {
  border-style: solid;
  border-width: clamp(0px, var(--border-width-cards), 1px);
}
.element--no-radius {
  border-radius: 0;
}
.rounded_cards .js-slider-item {
  border-radius: 10px;
}
.element--is-inline-block {
  display: inline-block;
}
.element--display-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .element--hide-on-small {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .element--hide-on-desk {
    display: none;
  }
}
.element--align-self-center {
  align-self: center;
}
.element--z-1 {
  z-index: 1;
}

.shopify-policy__container {
  width: 100%;
  max-width: 1360px !important;
  padding-left: var(--gutter-container) !important;
  padding-right: var(--gutter-container) !important;
  margin-top: clamp(2.5rem, var(--container-vertical-space), 4.375rem) !important;
}

.shopify-policy__title {
  text-align: left !important;
}

.grid {
  --col-gap: var(--grid-gap);
  --col-size: calc(
  	(100% - var(--col-gap) * (var(--visible-cols) - 1)) /
  		var(--visible-cols)
  );
  display: grid;
  grid-gap: var(--col-gap);
}
.grid-1 {
  --visible-cols: 1;
}
.grid-2 {
  --visible-cols: 2;
}
.grid-3 {
  --visible-cols: 3;
}
.grid-4 {
  --visible-cols: 4;
}
.grid-5 {
  --visible-cols: 5;
}
.grid-6 {
  --visible-cols: 6;
}

.grid-7 {
  --visible-cols: 7;
}

.grid-8 {
  --visible-cols: 8;
}

@media screen and (max-width: 1280px) {
  .grid-laptop-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-6 {
    --visible-cols: 6;
  }
}
@media screen and (max-width: 1280px) {
  .grid-laptop-7 {
    --visible-cols: 7;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 1023px) {
  .grid-portable-6 {
    --visible-cols: 6;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 767px) {
  .grid-lap-6 {
    --visible-cols: 6;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-2 {
    --visible-cols: 2;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-3 {
    --visible-cols: 3;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-4 {
    --visible-cols: 4;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-5 {
    --visible-cols: 5;
  }
}
@media screen and (max-width: 474px) {
  .grid-palm-6 {
    --visible-cols: 6;
  }
}
.grid--slider {
  grid-auto-flow: column;
  grid-template-columns: var(--col-size);
  grid-auto-columns: var(--col-size);
  position: relative;
}
.grid--layout {
  grid-template-columns: repeat(var(--visible-cols), var(--col-size));
}
@media screen and (min-width: 1024px) {
  .grid--highlight-first-item {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--highlight-first-item div:first-child {
    grid-column-start: span 2;
  }
}

@media screen and (max-width: 359px) {
  .grid-tiny-1 {
    --visible-cols: 1;
  }
}
@media screen and (max-width: 1280px) {
  .laptop-hide {
    display: none !important;
  }

  .laptop-show {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .portable-hide {
    display: none !important;
  }

  .portable-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lap-hide {
    display: none !important;
  }

  .lap-show {
    display: block;
  }
}
@media screen and (max-width: 474px) {
  .palm-hide {
    display: none !important;
  }

  .palm-show {
    display: block;
  }
}
.grid--gap-small {
  --col-gap: 18px;
}

.grid--gap-large {
  --col-gap: calc(var(--gutter-xlarge) * 0.6);
}

.grid--gap-xlarge {
  --col-gap: calc(var(--gutter-xlarge) * 0.8);
}

.grid--gap-none {
  --col-gap: 0px;
}

.grid--gap-bottom {
  row-gap: var(--gutter-xlarge);
}

.grid--no-stretch {
  align-items: start;
}

@media screen and (max-width: 1023px) {
  .portable--grid--slider {
    --col-gap: var(--grid-gap);
    --col-size: calc(
    	(100% - var(--col-gap) * (var(--visible-cols) - 1)) /
    		var(--visible-cols)
    ) !important;
    grid-auto-flow: column !important;
    grid-template-columns: var(--col-size) !important;
    grid-auto-columns: var(--col-size) !important;
  }
  .portable--grid--slider.grid-1 {
    --visible-cols: 1;
  }
}
:root {
  --gutter-small: 15px;
  --gutter-regular: 25px;
  --gutter-large: 50px;
  --gutter-xlarge: 80px;
  --gutter-container: 40px;
  --sidebar-width: 420px;
  --sidebar-gutter: 40px;
  --full-height: 100vh;
  --button-padding-large: 0.9375rem 2.875rem;
  --button-padding-regular: 0.6875rem 2.25rem;
  --button-padding-small: 0.5rem 1.625rem;
  --input-padding: 0.75rem;
  --button-product: 3.75rem;
  --header-vertical-space: 30px;
  --container-vertical-space: var(--container-vertical-space-base);
  --grid-gap: var(--grid-gap-original-base);
  --breadcrumb-top: 100px;
}

/*
Breadcrumb
*/
.template-customers-account .breadcrumb-main {
  top: var(--breadcrumb-top) !important;
}

.mbb_dash_breadcrumb {
  position: relative;
  left: 0;
  margin: 40px 0 0;
  padding: 0 0 0 5%;
}
@media(max-width: 767px){
    .mbb_dash_breadcrumb {
      display: none !important;
    }
}
.mbb_dash_breadcrumb>li {
    font-size: 14px;
    line-height: 24px;
    color: #797979;
}
.mbb_dash_breadcrumb>li+li::before {
    content: "/";
    padding: 0 5px;
    color: #797979;
    font-weight: 400;
}

@media screen and (max-width: 1280px) {
  :root {
    --gutter-small: 12px;
    --gutter-regular: 20px;
    --gutter-large: 35px;
    --gutter-xlarge: 60px;
    --container-vertical-space: calc(var(--container-vertical-space-base) * 0.8);
    --grid-gap: calc(var(--grid-gap-original-base) * 0.8);
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --gutter-small: 9px;
    --gutter-regular: 15px;
    --gutter-large: 25px;
    --gutter-xlarge: 40px;
    --gutter-container: 30px;
    --button-padding-large: 0.75rem 2.5rem;
    --sidebar-width: 375px;
    --sidebar-gutter: 20px;
    --header-vertical-space: 20px;
    --container-vertical-space: calc(var(--container-vertical-space-base) * 0.6);
    --grid-gap: calc(var(--grid-gap-original-base) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --button-padding-large: 0.75rem 2rem;
    --button-padding-regular: 0.5rem 1.5rem;
    --button-padding-small: 0.375rem 0.875rem;
    --input-padding: 0.5rem;
    --button-product: 3.125rem;
    --gutter-container: 20px;
    --header-vertical-space: 15px;
  }
}
@media screen and (max-width: 474px) {
  :root {
    --sidebar-width: 100%;
    --sidebar-gutter: 15px;
    --gutter-container: 15px;
  }
}
.alert strong {
  text-transform: capitalize;
}
.alert a {
  text-decoration: underline;
}
.alert--error {
  background-color: #EFE3E3;
  border-color: #E1D2D2;
  color: #000;
}
.alert--success {
  background-color: #EEF3EB;
  border-color: #D8E1D2;
  color: #000;
}
.alert--blank {
  border-color: var(--color-borders-main);
}
.alert--note {
  background-color: var(--color-third-background-main);
  border-color: var(--color-borders-main);
  color: var(--color-text-main);
}
.alert--unstyled {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.alert--circle {
  line-height: 1;
}
.alert--circle:before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  margin-inline-end: 0.625rem;
  position: relative;
  top: 0.125rem;
  flex-shrink: 0;
  align-self: flex-start;
}
.alert--circle.alert--blank:before {
  border: 2px solid;
  opacity: 0.25;
}
.alert--circle.alert--note:before {
  border: 2px solid;
  opacity: 0.5;
}
.alert--circle.alert--success:before {
  background-color: #52C057;
}
.alert--circle.alert--error:before {
  background-color: #E56D6D;
}
.alert--circle.alert--circle-loading:before {
  animation: circle-bounce 0.4s linear infinite alternate;
}
.alert__icon {
  width: 1.3125rem;
  height: 1.3125rem;
  display: inline-flex;
  float: left;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  top: 0;
  margin-inline-end: 0.75rem;
  flex-shrink: 0;
  align-self: flex-start;
}
.alert__icon svg * {
  fill: #fff !important;
  stroke: none !important;
}
.alert--error .alert__icon {
  background-color: #E56D6D;
}
.alert--success .alert__icon {
  background-color: #52C057;
}
.card .alert {
  color: var(--color-text-cards);
}
.alert[onclick] {
  cursor: pointer;
}
.alert--wide {
  width: 100%;
  display: flex;
}

@keyframes circle-bounce {
  0% {
    border-width: 2px;
    opacity: 0.5;
  }
  100% {
    border-width: 4px;
    opacity: 0.25;
  }
}
.button {
  text-align: center;
  display: inline-block;
  border-style: solid;
  border-radius: var(--border-radius-buttons);
  border-width: var(--border-width-buttons);
  transition: all 100ms linear;
  font-weight: var(--font-weight-buttons);
  line-height: 1.25;
  cursor: pointer;
  border-width: var(--border-width-buttons);
  color: var(--color-text-main);
  box-shadow: var(--shadow-x-buttons) var(--shadow-y-buttons) var(--shadow-blur-buttons) var(--color-shadow-buttons);
  /*@include at-query($max, $palm) {
  	.card__text & {
  		width: 100%;
  	}
  }*/
}
.button--fullwidth {
  width: 100%;
}
.button--icon {
  align-items: center;
  display: inline-flex;
  position: relative;
  padding-inline-start: 3.3125rem;
}
.button--icon span {
  line-height: 1;
}
.button--icon .button__icon {
  width: 22px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  pointer-events: none;
  align-items: center;
}
html[dir=rtl] .button--icon .button__icon {
  right: 1.25rem;
}
html[dir=ltr] .button--icon .button__icon {
  left: 1.25rem;
}
.button--icon svg {
  width: 22px;
  height: 100%;
}
.button--icon svg * {
  stroke: var(--color-text-main);
  transition: all 100ms linear;
}
.button--loader {
  position: relative;
}
.button--loader .button__preloader {
  position: absolute;
  margin: 0;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  display: none;
}
.button--loader .button__preloader-element {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  margin: auto;
}
html[dir=rtl] .button--loader .button__preloader-element {
  right: 0;
}
html[dir=ltr] .button--loader .button__preloader-element {
  left: 0;
}
.button--loader .button__preloader-element circle {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
.button--loader.button--outline circle {
  stroke: var(--color-text-main);
}
.button--loader.button--solid circle {
  stroke: var(--color-foreground-main);
}
.button--loader.card circle {
  stroke: var(--color-text-cards);
}
.button--loader.working {
  pointer-events: none;
}
.button--loader.working .button__text {
  opacity: 0;
}
.button--loader.working .button__preloader {
  display: block;
}
.button--outline {
  background-color: transparent;
}
.button--solid {
  background-color: var(--color-text-main);
  border-color: var(--color-text-main);
  color: var(--color-foreground-main);
}
.button--no-padding {
  padding: 0;
}
.no-touchevents .button:not(.button--outline-hover):hover {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
}
.no-touchevents .button:not(.button--outline-hover):hover svg * {
  stroke: var(--color-foreground-accent-main);
}
.no-touchevents .button--outline-hover:not(.button--no-hover):hover {
  border-color: var(--color-accent-main);
  color: var(--color-accent-main);
}
.button:focus-visible {
  box-shadow: 0 0 0 3px var(--color-secondary-background-main);
}
.button--invisibile-trigger {
  display: block !important;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  opacity: 0;
}

a.button__icon {
  padding-top: 1px;
}

.flex-buttons {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 0.625rem);
  margin-inline-start: -0.3125rem;
  margin-top: 0.625rem !important;
}
.flex-buttons > * {
  margin: 0.625rem 0.3125rem 0;
  flex: auto;
  width: auto;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.main-go-top {
  position: fixed;
  bottom: var(--gutter-regular);
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-radius: var(--border-radius-buttons);
  border-width: var(--border-width-buttons);
  border-color: var(--color-borders-main);
  background: var(--color-background-main);
  cursor: pointer;
  transform: translateY(200%);
  transition: 250ms linear transform;
}
html[dir=rtl] .main-go-top {
  left: var(--gutter-regular);
}
html[dir=ltr] .main-go-top {
  right: var(--gutter-regular);
}
.main-go-top__icon svg {
  transform: scaleY(-1);
  transform-origin: 0% 40%;
}
.main-go-top__icon path {
  fill: var(--color-text-main);
}
.main-go-top.show {
  transform: translateY(0);
}

.card--no-sideborders {
  border-left: 0;
  border-right: 0;
}
.card--no-radius {
  border-radius: 0;
  --border-radius-cards: 0;
}
.card--no-shadow {
  box-shadow: none;
  margin: 0 !important;
}
.card--no-borders {
  border: 0;
}
.card--fullwidth {
  width: 100%;
}
.card__icon {
  width: 3.125rem;
  margin: 0 auto;
  background-color: var(--color-background-main);
  overflow: hidden;
  position: relative;
}
.card__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.card__icon svg path {
  stroke: black;
}
.card__icon-size--small {
  width: 120px;
  height: 120px;
}
.card__icon-size--regular {
  width: 160px;
  height: 160px;
}
.card__icon-size--large {
  width: 220px;
  height: 220px;
}

.card__icon-size--full {
  width: 100%;
  max-width:397px;
  height: auto;
  background-color:transparent;
}
@media screen and (max-width: 1023px) {
  .card__icon-size--large {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 474px) {
  .card__icon {
    width: 120px;
    height: 120px;
  }
}
.card__icon--is-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.card__image {
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.card__image svg {
  background: rgba(0, 0, 0, 0.08);
}
.card__image--with-overlay:after {
  content: "";
  background: var(--color-background-cards);
  opacity: 0.36;
  border-radius: var(--border-radius-cards);
}
.card__text {
  z-index: 99;
  word-wrap: break-word;
  word-break: break-word;
}
.card__text > * {
  display: block;
}
@media screen and (max-width: 767px) {
  .card__text.gutter--xlarge {
    padding: var(--gutter-large);
  }
}
.card__text:empty {
  display: none;
}
.card__whole-link {
  display: block;
  height: 100%;
}
.card__whole-link:focus-visible {
  outline: none;
}
.card__whole-link:focus-visible .card__text {
  outline: auto 5px -webkit-focus-ring-color;
}

input,
textarea,
select {
  transition: all 100ms linear;
  background-color: var(--color-background-main);
  border: var(--border-width-forms) solid var(--color-borders-forms-primary);
  border-radius: var(--border-radius-forms);
  color: var(--color-text-main);
  resize: none;
  padding: var(--input-padding);
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 100ms linear;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-text-main);
  opacity: 0.66;
  transition: all 100ms linear;
}
.no-touchevents input:hover, input:focus,
.no-touchevents textarea:hover,
textarea:focus,
.no-touchevents select:hover,
select:focus {
  border-color: var(--color-borders-forms-secondary);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  box-shadow: 0 0 0 0.1875rem var(--color-secondary-background-main);
}
.site-header-container input,
.site-header-container textarea,
.site-header-container select {
  color: var(--color-text-header);
  background: transparent;
}

textarea {
  height: 7.8125rem;
  line-height: 1.4;
  padding-top: 0.625rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

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

input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill:hover,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill:focus,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem var(--color-background-main) inset !important;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto; 
    margin: 4px 0 0;
    line-height: normal; 
}

input[type=checkbox] {
  vertical-align: top;
  margin-right: 10px;
}

input[type=checkbox]:not(.styled-checkbox) {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

input[type=radio]:not(.styled-radio) {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
}

.styled-checkbox,
.styled-radio {
  width: 20px !important;
  height: 20px !important;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  position: relative;
}
.styled-checkbox::before,
.styled-radio::before {
  content: "";
  clip-path: polygon(86% 11%, 39% 67%, 12% 43%, 0% 57%, 40% 95%, 100% 22%);
  transform-origin: top left;
  background-color: var(--color-background-main);
  background-size: contain;
  width: 70%;
  height: 70%;
  transform: scale(0) translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform ease 250ms;
}
.styled-checkbox:checked,
.styled-radio:checked {
  background: #009539;
}
.styled-checkbox:checked::before,
.styled-radio:checked::before {
  transform: scale(1) translate(-50%, -50%);
}

select {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem) center;
  background-size: 0.8125rem 0.5rem;
  padding: var(--input-padding);
  width: 100%;
  cursor: pointer;
  text-align: start;
  transition: border 100ms linear;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
html[dir=rtl] select {
  background-position: 1.25rem center;
}
html[dir=rtl] select {
  padding-left: 3.3125rem;
  padding-right: 1rem;
}
html[dir=ltr] select {
  padding-right: 3.3125rem;
  padding-left: 1rem;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input.lsx-search-field[type=search] {
  height: 50px !important;
}

.form-field label {
  display: block;
  margin-bottom: 0.375rem;
}
.form-field input,
.form-field textarea {
  width: 100%;
}

.shopify-challenge__container {
  background-color: rgba(0, 0, 0, 0.01);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  padding: var(--gutter-large) 0;
  margin-top: 100px !important;
}
.shopify-challenge__container .shopify-challenge__message {
  padding: var(--gutter-large) 0 var(--gutter-small);
}
.shopify-challenge__container input[type=submit] {
  background-color: var(--color-accent-main);
  border-color: var(--color-accent-main);
  color: var(--color-foreground-accent-main);
  margin-top: 1.25rem;
  cursor: pointer;
}

.form-row {
  width: 100%;
  display: block;
  padding-top: var(--gutter-small);
}
.form-row input {
  width: 100%;
}

.lazy-image {
  position: relative;
  overflow: hidden;
}
.lazy-image:not(.lazy-image--no-transition):before, .lazy-image:not(.lazy-image--no-transition):after {
  content: "";
  z-index: -1;
}
.lazy-image:not(.lazy-image--no-transition):before {
  background: var(--color-fourth-background-main);
}
.lazy-image:not(.lazy-image--no-transition):after {
  background: var(--color-secondary-background-main);
  animation: lazy-loading 5s infinite;
  opacity: 0.2;
}
.lazy-image.lazy-image--animation.lazyloaded {
  overflow: hidden;
}
.lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1) translateZ(0);
  transition: transform 450ms ease-in-out, opacity 300ms linear;
  will-change: transform;
}
.no-touchevents a:hover .lazy-image.lazy-image--animation.lazyloaded img {
  transform: scale(1.1) translateZ(0);
  transition: transform 0.6s ease-out, opacity 300ms !important;
}
.lazy-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 300ms linear;
  vertical-align: bottom;
  position: relative;
  z-index: 9;
  opacity: 0;
}
.lazy-image.lazyloaded:before, .lazy-image.lazyloaded:after {
  display: none;
}
.lazy-image.lazyloaded img {
  opacity: 1;
}
.lazy-image.lazy-image--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  padding-top: 0 !important;
}
.lazy-image.lazy-image--background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.lazy-image.lazy-image--fit img {
  object-fit: contain !important;
  padding: var(--image-fit-padding);
}
.lazy-image.lazy-image--fit.lazy-image--small img {
  padding: 5%;
}
.lazy-image[data-ratio] {
  height: 0;
}
.lazy-image[data-ratio] img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
html[dir=rtl] .lazy-image[data-ratio] img {
  right: 0;
}
html[dir=ltr] .lazy-image[data-ratio] img {
  left: 0;
}

@keyframes lazy-loading {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.onboarding-svg {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.onboarding-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg-placeholder {
  display: block;
  font-size: 0;
  position: relative;
}
.svg-placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--color-secondary-text-main);
  width: 80%;
  height: 80%;
}
.svg-placeholder--foreground {
  background: var(--color-secondary-background-main);
}

.apply-gallery-animation {
  will-change: transform;
}

body.modal-opened,
body.sidebar-opened {
  overflow: hidden;
}

.main-content {
  position: relative;
}

.search-page-form form {
  display: flex;
  gap: var(--gutter-regular);
  flex-wrap: wrap;
}
.search-page-form form .site-search-handle {
  flex-grow: 1;
}
.search-page-form form input {
  width: 100%;
}
.search-page-form form svg path {
  fill: var(--color-text-main);
}

.search-title {
  font-weight: var(--font-weight-body);
}

.search-item.active {
  background-color: var(--color-third-background-main);
  outline: 0.625rem solid var(--color-third-background-main);
  border-radius: clamp(0px, var(--border-radius-cards), 1px);
}

.search-more.active {
  background-color: var(--color-accent-main) !important;
  color: var(--color-foreground-accent-main) !important;
  border-color: transparent !important;
}

.skip-to-content:focus {
  clip-path: none;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text-main);
  background-color: var(--color-background-main);
  position: fixed;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
  top: 0;
}
html[dir=rtl] .skip-to-content:focus {
  right: 0;
}
html[dir=ltr] .skip-to-content:focus {
  left: 0;
}

.panel--no-sideborders {
  border-left: 0;
  border-right: 0;
}
.panel--no-radius {
  border-radius: 0;
}
.panel--no-borders {
  border: 0;
}

.section-heading {
  color: var(--color-text-main);
  display: flex;
  /* align-items: flex-end; */
  align-items: flex-start;
  justify-content: space-between;
}
.section-heading__title {
  margin-bottom: 10px;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #00943C;
  text-transform: uppercase; 
  letter-spacing: 0;
} 

.section-heading__title.secondary {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 37px;
}
.with_heading_tabs .section-heading__title { 
  margin-bottom: 0;
}

.section-heading__subheading {
  display: inline-block;
  width: 100%;
}
.text_link_green {
  color:#00943C !important;
}
.section-heading__text {
  padding-inline-end: 0%;
  word-break: break-word;
}
@media(min-width:768px){
  .section-heading__text {
    padding-inline-end: 10%; 
  }
}
.section-heading__text.with_heading_tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media(min-width:768px){
  .section-heading__text.with_heading_tabs { 
    flex-direction: row; 
    justify-content: unset;
    width: unset;
  }
}
.section-heading__actions {
  flex-shrink: 0;
}
.section-heading__actions a {
  line-height: 36px;
}
.section-heading--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-heading--center .section-heading__text {
  padding-inline-end: 0;
}
@media screen and (max-width: 767px) {
  .section-heading:not(.section-heading--single-line) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-heading:not(.section-heading--single-line) .section-heading__actions {
    margin-top: 0.625rem;
    width:100%;
    text-align:center;
  }

  .section-heading:not(.section-heading--single-line) .section-heading__actions.heading_align__left {
    text-align:left;
  }
  .section-heading:not(.section-heading--single-line) .section-heading__actions.heading_align__center {
    text-align:center;
  }
  .section-heading:not(.section-heading--single-line) .section-heading__actions.heading_align__right {
    text-align:right;
  }
}
.section-heading:empty {
  display: none;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -0.3125rem;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.3125rem;
  border: none;
}
.social-icons a .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a .icon svg {
  height: 100%;
  width: 100%;
}

.container--has-background:after, .card__image svg, .card__image--background, .card__image--with-overlay:after, .lazy-image:not(.lazy-image--no-transition):before, .lazy-image:not(.lazy-image--no-transition):after, .svg-placeholder.svg-placeholder--background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
html[dir=rtl] .container--has-background:after, html[dir=rtl] .card__image svg, .card__image html[dir=rtl] svg, html[dir=rtl] .card__image--background, html[dir=rtl] .card__image--with-overlay:after, html[dir=rtl] .lazy-image:not(.lazy-image--no-transition):before, html[dir=rtl] .lazy-image:not(.lazy-image--no-transition):after, html[dir=rtl] .svg-placeholder.svg-placeholder--background {
  right: 0;
}
html[dir=ltr] .container--has-background:after, html[dir=ltr] .card__image svg, .card__image html[dir=ltr] svg, html[dir=ltr] .card__image--background, html[dir=ltr] .card__image--with-overlay:after, html[dir=ltr] .lazy-image:not(.lazy-image--no-transition):before, html[dir=ltr] .lazy-image:not(.lazy-image--no-transition):after, html[dir=ltr] .svg-placeholder.svg-placeholder--background {
  left: 0;
}
/* section: main-header-group */
.header-links .site-nav .site-nav-container nav ul li a span {
   
}
.main-header-group {
  height: 113px;
  width: 100%;
  position: relative;
}
.main-header-group-container {
  height: 113px; /* total header height */
  z-index: 100;
  position: fixed;
  width: 100%;
}
.topbar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  align-items:center;
  width: 100%;
  padding: 0; 
  
}
@media (min-width:768px) {
  .topbar-container {
     flex-direction: row;
	padding: 0 2% 0 3%; 
  } 
}
@media (min-width: 1110px) {
  	.topbar-container { 
        padding: 0 2% 0 5%; 
   } 
}

.topbar-wrapper {
    background-color: {{ section.settings.bgcolor }};
    color: {{ section.settings.textcolor }};
    position: relative;
    width: 100%;
    height: 42px; /* total header height */
  }
  .topbar-wrapper .topbar-container {
    width: 90%;
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height: 42px; /* announcement bar height */
    display: flex;
  }
  .topbar-wrapper .topbar-container .topbar-left {
    width: 100%;
  }
  .topbar-wrapper .topbar-container .topbar-right {
    display: none;
    width: 100%;
  }
  @media(min-width: 768px){
    .topbar-wrapper .topbar-container .topbar-left {
      width: 65%;
    }
    .topbar-wrapper .topbar-container .topbar-right {
      display: block;
      width: 35%;
    }
  }
  .textticker {
    position:relative;
    height: 35px;
    overflow:hidden;
    display: none;
  }
  .textticker_mobile {
    position: relative;
    height: 35px;
    overflow: hidden;
    display: block;
    top: 5px;
  }
  
  .textticker_content,
  .textticker_mobile_content { 
    position: absolute; 
  }
  
  .textticker_content .ticker_elem,
  .textticker_content .clone_elem,
  .textticker_mobile_content .ticker_elem_mobile,
  .textticker_mobile_content .clone_elem_mobile { 
    margin: 0;
    padding: 0;
    display: block;
  }
  
  .textticker_content .ticker_elem li,
  .textticker_content .clone_elem li,
  .textticker_mobile_content .ticker_elem_mobile li,
  .textticker_mobile_content .clone_elem_mobile li {  
    list-style: none;
    margin:0;
    padding: 0;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
  }
  
  .textticker_content .ticker_elem li p,
  .textticker_content .clone_elem li p,
  .textticker_mobile_content .ticker_elem_mobile li p,
  .textticker_mobile_content .clone_elem_mobile li p {
    height: auto;
    line-height: 35px; 
    margin:0;
    padding: 0;

    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 1.5px;
  }

     .textticker_content .ticker_elem li p a,
  .textticker_content .clone_elem li p a,
  .textticker_mobile_content .ticker_elem_mobile li p a,
  .textticker_mobile_content .clone_elem_mobile li p a {
    color: inherit;
    text-decoration: none;
  } 
  
  @media (min-width: 768px) {
    .textticker {
      display: block; 
    }
    .textticker_mobile {
      display: none; 
    }
  }

  .topbar-right .header-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 20px;
  }
  .header-icons .profile {
    position: relative;
  }
  .header-icons .searchbox {
    position: relative;
  }
  .header-icons .searchbox .searchbox-dropdown-menu {
    border-radius: 0;
    position: absolute;
    top: -4px;
    right: 0;
    min-width: 260px;
    height: auto;
    padding: 0 32px 0 0;
    margin: 0; 
  }
  .header-icons .searchbox .searchbox-dropdown-menu .searchbox_close {
      position: absolute;
      display: block;
      width: 32px;
      height: 32px;
      top: 0;
      right: 0;
      padding: 2px 0 0 8px;
  }
  .header-icons .searchbox .searchbox-dropdown-menu,
  .header-icons .profile .account-dropdown-menu {
    display: none;
  }

  .header-icons .searchbox .searchbox-dropdown-menu.open,
  .header-icons .profile .account-dropdown-menu.open {
    display: block;
  } 

  #search-desktop input[name=q] {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    border-color: #fff;
  }

  .header-icons .profile .account-dropdown-menu {
    position: absolute;
    background-color: #fff;
    z-index: 50;
    padding: 15px 20px;
    top: 34px;
    left: -30px;
    min-width: 140px;
  }
  .dropdown-menu>li>a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  .header-icons .searchbox .searchbox_link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 1.5px;
    padding-left: 28px;
    position: relative;
  }

  .header-icons .searchbox .searchbox_link::before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0602/9718/3382/files/search_icon_4b85855d-7a47-449c-9e1d-a3abe576e01a.svg?v=1680018919);
    background-repeat: no-repeat; 
  }

  .mobsearch_container {
    background-color: #fff;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }

  #search-mobile input[name=q] {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border-color: #fff;
    width:100%;
  } 
  .mobsearch_panel.close {
    display: none;
  }
  .mobsearch_panel.open {
    display: block;
  }

  .mobaccount_panel {
    position:relative;
  }

  .mobaccount_panel.close {
    display: none;
  }
  .mobaccount_panel.open {
    display: block;
  }

  .mobaccount_panel .mobaccount_container {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 0;
    width: 40%;
    min-width: 140px;
    position:absolute;
    right: 0;
  }

  .mobaccount_panel .mobaccount_container .mobaccount-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .header-icons .profile .profile_link {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 1.5px; 
    padding-left: 18px;
    position: relative;
  }

  .header-icons .profile .profile_link::before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0602/9718/3382/files/profile_icon_3b2dc3ca-6235-494f-a6b6-2fc23e6c557c.svg?v=1680018900);
    background-repeat: no-repeat; 
  }

  .header-icons .cart-target .cart-toggle {
     color: #fff;
    text-decoration: none;
    line-height: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 1.5px;
  } 

.bottom-header {
  background-color: #fff;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 71px;
}
    
@media(min-width: 768px){
  .bottom-header {
    display: flex;
  }
}

.bottom-header .menu_left_area .hs_menu_elem {    	
   display: inline-block; 
}

.bottom-header .menu_left_area {
  width: 38%; 
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}

@media (min-width:1366px){
 	 .bottom-header .menu_middle_area { 
      	 width: 20%;
     }
  	.bottom-header .menu_left_area {
  		width: 40%;
    }
    .bottom-header .menu_right_area {
    	width: 40%;
    }
}
.hs_menu_elem a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #144733 !important;
}

.hs_menu_elem a:hover {
  color: #009539 !important;
}

.bottom-header .hs_menu_elem a {
  font-size: 8px;
  font-weight: 700;
  padding:0 10px;
}

.hs_menu_elem > a {
 	display: flex;
  	align-items: center;
  	height: 71px;
  	white-space: nowrap;
}
@media (min-width: 800px){
  .bottom-header .hs_menu_elem a { 
   	 font-size: 9px; 
	} 
}
@media (min-width: 860px){
  .bottom-header .hs_menu_elem a { 
   	 font-size: 9px; 
	} 
}
@media (min-width: 940px){
  .bottom-header .hs_menu_elem a { 
   	 font-size: 10px; 
	} 
}
@media (min-width: 990px){
  .bottom-header .hs_menu_elem a { 
   	 font-size: 10px;     
	} 
}
@media (min-width: 1030px){
  .bottom-header .hs_menu_elem a { 
   	 font-size: 10px; 
    font-weight: 600;
	} 
}
@media (min-width: 1280px){
  .bottom-header .hs_menu_elem a { 
   	 font-size: 13px; 
	} 
}

.menu_middle_area .hs_menu_elem a img {
  width:100%;
  max-width: 195px;
  height: auto;
  margin:0 auto;
}

.bottom-header .menu_right_area {
  width: 42%;
  height: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left:20px; 
  text-align: center;
}
	.bottom-header .menu_right_area .hs_menu_elem { 
      	display: inline-block; 
    }
.bottom-header .menu_right_area .hs_menu_elem:last-child {
 	padding-right: 0; 
}
  
.bottom-header .menu_right_area .hs_menu_elem:last-child a img {
 	position:absolute;
  	left: 0;
}

.bottom-header .menu_right_area .hs_menu_elem:last-child a {
	background-color: #144733;
    color: #fff !important;
    width: 160px;
    text-align: center;
    justify-content: center;
  	transition: all 0.3ms linear;
}

.bottom-header .menu_right_area .hs_menu_elem:last-child a:hover {
  background-color: #009539;
}

.bottom-header .menu_right_area .hs_menu_elem:last-child a:before {
  	font-family: "Font Awesome 5 Free";
    font-weight: 900;
 	content:  "\f073";
  	margin-right: 5px;
}

@media (min-width: 1100px){ 
	.bottom-header .menu_right_area .hs_menu_elem:last-child a { 
      width: 210px; 
  }
}

/* dropdown */
.hs_menu_elem {
 position:relative; 
}

.hs_menu_elem .child {
 	display: none;
    position: absolute;
    flex-direction: column;
    top: 71px;
    left: 0;
    background-color: #f3f3f5;
    min-width: 270px;
    width: 100%; 
  	padding-top: 10px;
    list-style:none;
}

.hs_menu_elem:hover .child {
  	display: flex;
}

.hs_menu_elem .child li { 	
  	text-align: left; 
}

.hs_menu_elem .child li a {
  	background-color: transparent;
  	display: block;
 	font-family: 'Oswald';
    font-weight: 800;
    font-size: 14px !important;
    color: #009539 !important; 
  	padding: 20px;
}
.hs_menu_elem .child li a:hover {
 	background-color:#fff; 
}

/* shop dropdown */
#shop_popup {
	position: fixed;
    width: 100%;
  	display: none;
/*     margin: 0 5%; */
   z-index: 100;
    top: 113px;
    padding-top: 0px;
}
#shop_popup .shop_inner {
  	background-color: #fff;
	padding: 20px;  
}

#shop_popup.show {
	display: block;
}
#shop_popup .shop_popup_left {
  width: 100%;
  float: left;
}
#shop_popup .shop_popup_right {
  width: 25%;
  float: right;
}
#shop_popup .shop_popup_left .shop_popup_left_inner_left,
#shop_popup .shop_popup_left .shop_popup_left_inner_right {
	float: left;
  	width: 25%;
}
.shop_popup_right {
    display: none;
}
.shop_popup_right .shop_special {
 	padding-bottom: 20px; 
}

.shop_popup_right .shop_special a img {
    width: 100%;
    height: auto;
}
#shop_popup h3 { 
    font-size: 20px; 
  	padding: 0 0 15px 0;
  	text-transform: uppercase;
}
#shop_popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shop_popup ul li {
	margin: 0;
  	padding: 0 0 10px 0;
  	list-style: none;
}
#shop_popup ul li a {
	font-family: 'Montserrat';
    font-size: 16px;
  	color: #000;
  	 
}
#shop_popup ul li a:hover {
  	color: #5F902E;
}

.shopv2_wrap {
 background-color:#fff; 
  padding: 0 20px;
}

.shopv2_tabarea {
	background-color: #f3f3f5;
  padding: 30px 0 30px 5px;
}

.brand_content {
  padding-bottom: 60px; 
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 580px;
}

.shopv2_tabarea ul li {
 	display: block;
  	padding: 20px !important;
}

.shopv2_tabarea ul li.current {
 	background-color: #fff; 
}

.shopv2_tabarea ul li a {
 	font-family: 'Oswald' !important;
  	font-weight: 800;
  	font-size: 18px !important;
  	color: #009539 !important;
}

.shopv2_wrap {
 background-color:#fff; 
  padding: 0 20px;
}

.shopv2_tabarea {
	background-color: #f3f3f5;
  padding: 30px 0 30px 5px;
}

.brand_content {
  padding-bottom: 60px; 
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 580px;
}

.shopv2_tabarea ul li {
 	display: block;
  	padding: 20px !important;
}

.shopv2_tabarea ul li.current {
 	background-color: #fff; 
}

.shopv2_tabarea ul li a {
 	font-family: 'Oswald' !important;
  	font-weight: 800;
  	font-size: 18px !important;
  	color: #009539 !important;
}

.tabcontent_column {
 	padding: 30px 40px; 
}

.tabcontent_column h3 {
 	font-family: 'Montserrat';
  	font-size: 14px !important;
  	font-weight: 900;
  	text-transform: uppercase !important;
  	color: #009539 !important;
  	margin: 0;
  	padding: 0;
  	padding-bottom: 20px !important;
  	margin-bottom: 20px;
  	border-bottom: 2px solid #009539;
}

.tabcontent_column ul li a {
 	font-family: 'Montserrat';
    font-size: 14px !important;
    color: #000; 
  	font-weight: 300;
}

.tabcontent {
  display:none;
}

.tabcontent.current {
  display:block;
}

.contact_maintitle {
  color:#009539 !important;
}

.contact_maintitle:hover {
	color:#333 !important;
}
.brand_elem {
	padding:10px 0;  
}

.brand_content {
  padding-bottom: 60px; 
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 580px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
} 

.mobmenu {
    height: 71px;
    background-color: #fff;
    width: 100%;
    position: relative;
    display: block;
}

@media(min-width: 768px) {
  .mobmenu {
    display: none;
  }
}
 
.mobmenu_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2%;
    height: 100%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.mobmenu_flex .mobmenu_left {
    text-align: left;
    width: 20%;
}
.mobmenu_flex .mobmenu_center {
    text-align: center;
    width: 50%;
}
  .mobmenu_flex .mobmenu_center img {
    height: 100%;
    width: 90%;
    max-width: 195px;
    object-fit: cover;
    position: relative;
    top: 3px;
  }
.mobmenu_flex .mobmenu_right {
    text-align: right;
    width: 30%;
}
@media(min-width:620px){
    .mobmenu_flex .mobmenu_left { 
      width: 25%;
    }
    .mobmenu_flex .mobmenu_center { 
       width: 50%;
    }
    .mobmenu_flex .mobmenu_right { 
      width: 25%;
  }
}

.mobmenu_paneltoggle {
  display: block;
  width: 24px;
  height: 24px;
}

.mobmenu_panel { 
  height: 100vh;
  position: fixed;
  z-index: 20;
  top: 113px;
}

.mobmenu_panel.close {
  width: 0;
  transition: width .45s ease-in-out;
}

.mobmenu_panel.open {
  width: 290px;
  transition: width .45s ease-in-out;
}

.mobmenu_panel_container {
  position: absolute;
  top: 0;
  height: 100vh;
  background-color: #fff;
  width: 290px;
  overflow-y: auto;
  padding-bottom: 110px;
}

.close .mobmenu_panel_container {
  left: -290px;
  transition: all .45s ease-in-out;
}
.open .mobmenu_panel_container {
  left: 0;
  transition: all .45s ease-in-out;
}

.mobmenu_icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
  margin:0;
  padding: 0;
  list-style:none;
}

.mobmenu_icon {
  display:block;
  width:21px;
  height: 21px;
  position:relative;
} 

/* mobile navigation panel */
.mobmenu_list {
  margin:0;
  padding:0;
  list-style:none;
} 
.mobmenu_list li {  	
 	margin:0;
  	padding: 0;
  	width:100%;
  	position:relative;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: flex-start;
} 
.mobmenu_list > li {
  	border-top: 1px solid rgba(0, 0, 0, 0.1);
} 
.mobmenu_list > li:first-child {
  	border-top: none;
} 
.mobmenu_list li a {
  	display: inline-block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px; 
	font-weight: 300;
	color: #114634; /* #009539; */
	outline: none;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 600;
} 
.mobmenu_child_links li a {
 	color: #009539; 
} 
.mobmenu_child_links li a:first-child {
 	padding-left: 30px; 
} 
.mobmenu_child_links li li a:first-child {
 	padding-left: 40px; 
} 
.mobmenu_child_links li li li a {
 	 font-weight: 400;  	 
  	 margin-left: 10px;
  	 padding: 8px 20px;
} 
.mobmenu_child_links li li li:first-child a {
 	padding-top: 0; 
} 
.mobmenu_child_links li li li:last-child a {
  	padding-bottom: 0;
} 
.mobmenu_child_links li li li a:first-child {
 	padding-left: 0px; 
} 
.mobmenu_child_links li {
 	border-left: none;
  	border-top: 1px solid rgba(0, 0, 0, 0.1);
}  

.mobmenu_child_links li li ul {
 	padding-left: 42px;
  	margin-bottom: 20px;
}

.mobmenu_child_links li li li {
	border-left: 1px solid #009539;
  	border-top: none;
}
.mobmenu_list li .mobtoggle {
 	margin: 0 16px 0 0;
    padding: 0;
    width: 16px;
  	height: 16px;
  	font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  	position: absolute;
    top: 18px;
    right: 0;
} 
.mobmenu_list li li .mobtoggle {
 	top: 14px; 
} 
.mobmenu_list li .mobtoggle > .icon_plus {
  	display: none;
}
.mobmenu_list li .mobtoggle > .icon_minus {
  	display: block;
}
.mobmenu_list li .mobtoggle > img {
  width: 16px;
  height: 16px;
}
.mobmenu_list li .mobtoggle.toggleplus > .icon_plus {
  	display: block;
}
.mobmenu_list li .mobtoggle.toggleplus > .icon_minus {
  	display: none;
} 
ul.mobmenu_inner {
  	display: none;
  	opacity: 0;
 	width:100%; 
  	height:100%;
    left: 0;
  	position: relative;
  	overflow:hidden; 
  	padding-left: 0;
} 
ul.mobmenu_inner.list_open {
 	/* display: block; */
  	opacity: 1;
} 
.mobmenu_dropdown_wrap {
  	display: none;
  	overflow: hidden;
    position: fixed;
    top: 85px;
    z-index: 11;
    width: 290px;
    height: 100vh;
}
.mobmenu_dropdown { 
  	position: absolute; 
  	top:0;
  	left: -290px;
    height: 100vh;
    background-color: #fff;
    width: 290px;
    overflow-y: auto;
  	padding-bottom:110px;
  	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
@media (min-width: 480px) {
  	.mobmenu_dropdown {
      	top: 0px;
    }
} 
.mobmenu_list_parent > a:after {
  content: "+";
  width: 16px;
  height: 16px;
  display: block;
  position:absolute;
}

/* customer: login */
@media only screen and (min-width:768px){
  div#customer-login {
    width: 50%;
    margin: 0px auto 30px; 
  } 
}
#customer-login h4 {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  color: #231f20;
  letter-spacing: .04em;
  line-height: 1.35;
  font-size: 20px;
  margin-bottom: 10px;
}

.control-wrapper label {
    display: block;
    clear: both;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
    color: #231f20;
}
/* Register page -----------------------------------------------*/
.control-wrapper {
  display: block;
  clear: both; }
  .control-wrapper label {
    display: block;
    clear: both;
    font-weight: 500;
    margin-bottom: 10px; }
  .control-wrapper input, .control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 15px; }
  .control-wrapper textarea {
    max-width: 750px; }
  .control-wrapper.last button {
    margin-top: 20px;
    margin-bottom: 15px; 
    border-radius: 999px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .control-wrapper.last button:disabled {
    background-color:#009539 !important;
  }
  .control-wrapper button {
    margin-right: 5px; }

#customer_login, #register-form {
  padding-top: 20px; }
  #customer_login > div label, #register-form > div label {
    margin-bottom: 10px; }

.page-reset .note, #recover-password .note {
  margin-top: 30px; }
.btn-primary {
  background: #009539;
  color: white;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .01em;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  text-transform: uppercase;
  padding: 10px 30px; }
  .btn-primary:hover, .btn-primary:focus {
    background: #005d24;
    color: #bcefcf; }
.graybg {
/*  	background-color: #fafafa;  */
  	padding: 40px 30px;
}

.graybg h1.status {
	font-size: 20px;  
}

.graybg h3 {
 	font-size: 18px; 
}

.graybg .btn {
 	    padding: 6px 40px;
    color: #231f20;
    text-transform: capitalize; 
}
/* account page */
.customer-account-container {
  padding-top: 100px;
}
.customer-account-container .h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.customer-account-container .s-title {
    font-weight: 600;
    font-size: 25px;
    color: #009539;
    margin-bottom: 20px;
      letter-spacing: .04em;
    line-height: 1.25;
} 
.customer-account-container .account_profile_box+.btn-primary {
  margin-bottom: 10px;
}
.customer-account-container p {
  letter-spacing: .04em;
}
#deactivate_loyalty b {
  font-weight: 600;
}
.account-detail-subs-desc {
 	max-width: 640px;
    padding-bottom: 30px; 
}
#customer_orders {
    margin-top: 20px;
    margin-bottom: 35px;
}
.account_flex {
	display: flex;
  	flex-direction: column-reverse;
  	justify-content: flex-start;
}

.account_flex .account_flex_left {
 	width: 100%; 
}

.account_flex .account_flex_right {
 	width: 100%; 
}


@media (min-width: 520px) {
  .account_flex { 
      flex-direction: row-reverse;
      justify-content: space-between;
  }
  .account_flex .account_flex_left {
      width: 49%; 
  }
  .account_flex .account_flex_right {
      width: 49%; 
  }
}

@media (min-width: 990px) {
  .account_flex .account_flex_left {
      width: 66.6666%; 
  }
  .account_flex .account_flex_right {
      width: 33.3333%; 
  }
}

.ct_main_title {
 	font-weight: 600;
  	font-size: 25px;
  	color: #009539;
    margin-left: auto;
    margin-right: auto;
  	margin-bottom: 20px;
    width:94%; 
}

@media(min-width: 768px){
    .ct_main_title {
      width:100%; 
    }
}

.account_profile_box {
 	 -webkit-box-shadow: 0px 6px 9px -2px rgba(0,0,0,0.09); 
	 box-shadow: 0px 6px 9px -2px rgba(0,0,0,0.09);
  	margin-bottom: 30px;
}

.account_profile_box .account_profile_header {
 	background-color: #009539;
  	padding: 20px 0;
  	text-align: center;   	 
}

.account_profile_box .account_profile_header .heading {
 	color: #fff;  
    font-size: 14px;
    line-height: 28px;
}
.account_profile_box h2.account-overview-title {
    padding: 30px 25px 0 25px; 
  	font-size: 14px;
  	font-weight: 600;
  	color: #000;
}
.account_profile_box .account_profile_name {
  	padding: 0px 25px; 
  	font-size: 14px;
  	font-weight: 600;
  	color: #000;
}

.account_profile_box .account_profile_points {
 	padding: 10px 25px 0 25px;
  	color: #009539;
	font-size: 30px;
  	font-weight: 600;
}

.account_profile_box .account_profile_redeem {
 	padding: 0px 25px 30px 25px;
  	font-size: 14px; 
}

.connect-ct-title {
  display:none;
}
.ct-not-conected .account_flex_right {
	display: none;
}
.ct-not-conected .account_flex_left {
	width: 100%;
}
.activate-membership-banner {
	width: 100%;
	 
	background-repeat: no-repeat !important;
	background-size: 100% !important;
  position:relative;
  display:none;
}

.activate-membership-img-btn-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.link-account-wrapper {
	background: #339999;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	text-align: center;
}
.link-account-wrapper .right-content-wrapper h2 {
	color: #f4ffff;
	font-size: 26px;
}
.right-content-wrapper p {
	font-size: 12px;
	color: #005242;
    margin-bottom: 10px;
    font-weight : 600;
}
 .activate-member {
 	margin-top: 15px;
 }
.wrapper-inner.left-image-wrapper {
	align-self: flex-end;
}
.wrapper-inner.right-content-wrapper {
	padding: 30px 20px;
}
.wrapper-inner.left-image-wrapper {
	align-self: flex-end;
	flex: 40%;
	display: flex;
	justify-content: center;
}
.wrapper-inner.right-content-wrapper {
	padding: 30px 20px;
	flex: 60%;
}
.s-title.connect-ct-title {
	color: #009539;
	text-decoration: none;
}

 /*
  mbb customer admin
*/ 

.mbb_customer_flex {
  display: flex;
  flex-direction:column;
  column-gap: 3%;
  row-gap: 0px; 
  padding-top: 1px;
}

.mbb_customer_flex .mbb_customer_left {
  width: 100%;
  border-right: 1px solid #EDEDED;
  position: relative;
}

.mbb_customer_flex .mbb_customer_right {
  width: 100%; /* 72% width - 8% margin-right */ 
}

@media(min-width:768px){
  .mbb_customer_flex {
    flex-direction: row;
    padding-top: 60px;
  }
  .mbb_customer_flex .mbb_customer_left {
    width: 24%;
  }
  .mbb_customer_flex .mbb_customer_right {
    width: 64%;
  }
}

.mbb_customer_flex .mbb_customer_nav {
  display: none;
  flex-direction:column;
}

.mbb_customer_flex .mbb_customer_nav_mobile {
  display: block;
  background-color: #efefef;
  padding: 20px;
}

.mbb_customer_flex .mbb_customer_nav_mobile .mbb_customer_navmobile_currentpage {
    font-size: 25px;
    color: #009539;
    line-height: 35px;
    position: relative; 
    width: auto;
}

.mbb_customer_flex .mbb_customer_nav_mobile .mbb_customer_navmobile_currentpage:after {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0602/9718/3382/files/mbb_nav_arrow.png?v=1673297753);
    background-position: center center;
    background-repeat: no-repeat;
    height: 23px;
    width: 15px;
    padding: 0 0 0 0px;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: -30px;
    transform: rotate(0deg);
    transition: transform .35s ease-in-out;
}

.mbb_customer_flex .mbb_customer_nav_mobile .mbb_customer_navmobile_currentpage.shownav:after {
    transform: rotate(90deg);
    transition: transform .35s ease-in-out;
}

.mbb_customer_flex .mbb_customer_navmobile_dropdown {
    position: absolute;
    left: 0px;
    top: 75px;
    background-color: #efefef;
    width: calc(1px + 100%);
    margin: 0;
    display:none;
}

.mbb_customer_flex .mbb_customer_navmobile_dropdown ul {
  list-style: none;
}

.mbb_customer_flex .mbb_customer_navmobile_dropdown ul li.active {
  display: none;
}

.mbb_customer_flex .mbb_customer_navmobile_dropdown ul li a {
    font-size: 20px;
    padding: 8px 20px;
    display: block; 
}

.mbb_customer_nav .act_ct_link {
    display: block;
    padding-left: 22%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    border-right: 4px solid #fff;
    background-color: rgba(0, 149, 57, 0);
    color: #000;
}

@media(min-width: 768px){
    .mbb_customer_flex .mbb_customer_nav {
      display: flex; 
    }
    .mbb_customer_flex .mbb_customer_nav_mobile {
      display: none;
    }
}
   

@media(min-width: 1100px){
  .mbb_customer_nav .act_ct_link {
    font-size: 22px;
  }
}

.mbb_customer_nav .act_ct_link.act_active {
    border-color: #009539;
    background-color: rgba(0, 149, 57, 0.10);
    color: #009539;
    font-weight: 600;
}

.mbb_customer_flex .dashboard_belowbanner .dashboard_greet {
    flex-direction: column;
    text-align: center;
}
.mbb_customer_flex .mbb_title_thin {
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.01em;
    color: #009539;
    padding-bottom: 40px;
  }
  
.mbb_customer_flex .mbb_title_thick {
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.01em;
    color: #009539;
    padding-bottom: 40px;
  }
  @media(min-width:768px){
  .mbb_customer_flex .mbb_title_thin {
    font-size: 42px;
  }
  .mbb_customer_flex .mbb_title_thick {
    font-size: 42px;
  }
}
/* flexgrid */

#rewards_history {
  width:94%;
  margin-left: auto;
  margin-right: auto;
}
@media(min-width:768px){
  #rewards_history {
    width: 100%;
  }
}

.flex-row {
  display: flex; 
}  



#earnpoints_bottom {
  margin-bottom: 0;
}

#rewards_redeem_footer {
  margin-bottom: 0;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media(min-width:768px){
  #rewards_redeem_footer {
    margin-bottom: 60px;
  }
  #earnpoints_bottom {
    margin-bottom: 60px;
  }
}


.account-ct-tab.flex-row {
	flex-direction: row;
  	width: 100%;
    overflow-x: auto;
}

.row_bottom_20 {
 	margin-bottom: 20px; 
}

.row_bottom_40 {
 	margin-bottom: 40px; 
}

.row_bottom_60 {
 	margin-bottom: 60px; 
}


.row-space_between {
 justify-content:space-between; 
}

.flexgrid1of2,
.flexgrid2of2 {
  width: 49%;
}

.flexgrid1of3,
.flexgrid2of3,
.flexgrid3of3 {
  width: 31.3333%;
}

#rewards_history .flexgrid1of3,
#rewards_history .flexgrid2of3,
#rewards_history .flexgrid3of3 {
  width: 100%;
}



.flexgrid33of100 {
 	width: 31.3333%; 
}

#rewards_redeem_footer .flexgrid33of100 {
 	width: 100%; 
}

.flexgrid66of100 {
  	width: 66.6666%;
}

.flexgrid_autoof100 {
  	flex: 1;
}

.fullgrid {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.fullgrid.nomargin {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media(min-width: 768px){
  .fullgrid {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .fullgrid.nomargin {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:480px) {
 	.account-ct-tab.flex-row {
     	flex-direction: row; 
    }
}
#rewards_history {
  display: flex;
  flex-direction: column;
}
@media (min-width:990px) {
 	 #rewards_history {
      	flex-direction: row; 
     }
  	
  	#rewards_history .flexgrid1of3,
    #rewards_history .flexgrid2of3,
    #rewards_history .flexgrid3of3 {
      width: 31.3333%;
    }
  
  	#rewards_redeem_footer {
     	flex-direction: row; 
    }
  	#rewards_redeem_footer .flexgrid33of100 {
        width: 31.3333%; 
    } 

  	
}


/* CT pages */
.dashboard_banner .dashbanner_desktop {
  	display: none;
 	width: 100%;
  	height: auto;
}

.dashboard_banner .dashbanner_mobile {
  	display: block;
 	width: 100%;
  	height: auto;
}

@media (min-width: 768px) {
 	 .dashboard_banner .dashbanner_desktop {
     	display: block;
     }
  	.dashboard_banner .dashbanner_mobile {
      	display: none;
    }
}

.dashboard_belowbanner .dashboard_greet {
  	padding: 20px 30px;
    background-color: #104734;
    display: flex;
  	flex-direction: column;
    justify-content: space-between;
  	width:100%;
}

.dashboard_belowbanner .dashboard_greet .dboard_text {
  	font-size: 14px; 
    line-height: 24px;
    color: #fff;
}

@media (min-width: 480px) {
  	.dashboard_belowbanner .dashboard_greet .dboard_text {
        font-size: 25px;
        line-height: 45px;
    }
}

.body_banner .body_banner_desktop {  
 	width: 100%;
  	max-width: 1200px;
  	margin-left: auto;
  	margin-right: auto;
  	height: auto;
}

.body_banner .body_banner_mobile { 
 	width: 100%;
  	height: auto;
}

#bodybanner_mob {
  	display: block;
}

#bodybanner_desk {
 	display: none; 
}

.earn_topbanner_desk,
.earnpt_bottom_desk,
.rewardstop_desk {
 	 width:100%;
  	 height: auto;
  	display: none;
}
.earn_topbanner_mob,
.earnpt_bottom_mob,
.rewardstop_mob {
  	width:100%;
  	 height: auto;
  	display: block;
}

@media (min-width: 768px) {
 	#bodybanner_mob {
        display: none;
    }

    #bodybanner_desk {
        display: block; 
    }
  	.earn_topbanner_desk,
  	.earnpt_bottom_desk,
  	.rewardstop_desk { 
        display: block;
    }
    .earn_topbanner_mob,
  	.earnpt_bottom_mob,
  	.rewardstop_mob { 
        display: none;
    }
}


.ct_main_title {
 	font-weight: 600;
  	font-size: 25px;
  	color: #009539;
    margin-left: auto;
    margin-right: auto;
  	margin-bottom: 20px;
    width:94%; 
}

@media(min-width: 768px){
    .ct_main_title {
      width:100%; 
    }
}

@media (min-width:375px) {
  .dashboard_belowbanner .dashboard_greet {
    flex-direction: row;
  }
}

.fullgrid .panel_title,
.flexgrid66of100 .panel_title {
  background-color: #009539;
    position: relative;
    padding: 13px 16px;
  	margin-bottom: 7px;
    font-weight: 600;
  	font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: "Montserrat",Arial,Helvetica,sans-serif !important;
  	width:100%;
}

.rewards_mid_title {
 	width:100%;
  	font-size: 20px;
  	font-weight: 600;
  	color: #009539;
  	text-align: center;
  	letter-spacing: 1px;
}

.rewards_mid_content {
 	text-align: center; 
  	font-size:16px;
}


@media (min-width:480px) {
	.rewards_mid_title {
    	font-size: 40px;
    }
  	.rewards_mid_content {
     	font-size: 25px; 
    }
}


.rewards_footerbanner {
 	width:100%;
  	height: 312px;
  	padding-left: 2%;
  	display: none;
    object-fit: cover;
}

.rewards_footermobile {
  	width:100%;
  	height: auto;
  	display: block;
}

@media (min-width: 768px) {
 	.rewards_footerbanner {
      display: block;
    }
  	.rewards_footermobile { 
      display: none;
  	}
}

.rewardbox iframe html {
 	overflow-y: visible; 
}

/* flex box */


.flex_boxes {
 	display:flex;
  	flex-wrap: wrap;
}

.col4boxes .col_box {
 	width: 24%;
  	
}

.col4boxes .colbox_border {
  border: 1px solid #efefef;
}

.colbox_margintop20 {
 	margin-top: 20px; 
}

/* redeem page */
#act-refer_friend,
#read_our_blog {
 	cursor: pointer; 
}

.redeem_pophide {
 	display: none; 
}
.redeem_popup {
 	cursor: pointer; 
}
.redeem_popup_title {
 	background-color: #009539;
    position: relative;
    padding: 8px 16px;
    font-weight: 900;
    color: #fff;
    text-align: left; 
  	display: block;
  	width: 100%;
}
.redeem_popup_content {
 	overflow:hidden;
}

.socmed_faicon {
 	font-size:32px; 
}



.rewardpop {
 	padding:25px 35px; 
  	width:100%;
  	max-width:768px; 
}

.rewardpop_photo {
 	background-size: cover;
  	background-repeat: no-repeat;
 	width: 98%;
  	margin: 2% 1% 1%;
}

.rewardpop_photo img {
 	width:100%;
  	height: auto;
}

.account-ct-tab {
  padding-top: 20px;
  padding-bottom: 0px;
}

.account-ct-tab .act_ct_link {
	font-size: 14px;
    font-weight: 800;
    color: #333; 
  	margin-bottom: 20px;
  	text-align: center;
    white-space: nowrap;
}

@media (min-width:480px) {
  .account-ct-tab .act_ct_link {
   	margin-bottom: 0; 
    text-align: left;
  }
}

.account-ct-tab a {
 	margin-right: 10px; 
}

.account-ct-tab .act_active {
  	color: #009539;
}

.reward_elem .reward_photo {
  	background-size: cover;
  	background-repeat: no-repeat;
 	width: 98%;
  	margin: 2% 1% 1%;
  	
}

.reward_elem .reward_photo img {
 	width:100%;
  	height: auto;
}

.reward_elem .reward_info {
 	padding: 10px 15px 20px; 
}

.reward_elem .reward_info .reward_title {
  	font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Open Sans';
}

.reward_elem .reward_info .reward_point {
  	padding-top: 10px;
    font-family: 'Open Sans';
    color: #93D1C4;
    font-weight: 700;
    font-size: 14px;
}

.panel_wrap {
 	box-shadow:-3px 6px 7px -5px rgba(51,51,51,0.29);
  	border: 1px solid #efefef;
}

.panel_wrap.panel_plain {
  	box-shadow:none;
  	border: none;
}

.panel_wrap .panel_title {
        background-color: #009539;
    position: relative;
    padding: 14px 16px;
    font-weight: 600;
  	font-size: 14px;
    color: #fff;
    text-align: center;
}

.panel_wrap .panel_title .link_right {
 	position: absolute;
    right: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 21px; 
}

.panel_wrap .acc_ov_progress {
  padding: 20px;
} 

.panel_content {
 	display: flex;  
  	padding: 20px;
}

.panel_wrap .acc_ov_progress .top_progress_title {
 	font-size: 14px;
    font-weight: 400;
    color: #333; 
  	padding-bottom:10px;
}

.panel_wrap .acc_ov_progress .bottom_progress_title {
  	padding-top:10px;
  	font-size: 14px;
    font-weight: 600;
    color: #333; 
  	padding-bottom:10px;
} 

.panel_wrap .acc_ov_progress .bottom_progress_title span {
 	 color: #93D1C4;
} 
     

.panel_plain .panel_content {
 	display: flex;
  	padding: 0;
}

 .panel_content.panel_block {
 	display: block;
  	padding: 0;
}

.rewardlist_slider {
 	margin: 10px 0; 
}

.rewardlist_slider .redeem_elem .redeem_border {
 	width:96% !important;
  	border: 1px solid #efefef;
  	display: flex !important;
  	margin-left:2%;
  	margin-right:2%;
    flex-wrap: wrap;
}

.rewardlist_slider .redeem_elem .redeem_border .redeem_photo {
	    width: 100%;
}

.rewardlist_slider .redeem_elem .redeem_border .redeem_info {
 	padding: 10px 15px 20px; 
  
}

.rewardlist_slider .redeem_elem .redeem_border .redeem_info .redeem_title {
 	font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Open Sans';
}
.rewardlist_slider .redeem_elem .redeem_border .redeem_info .redeem_point {
  	padding-top:10px;
	font-family: 'Open Sans';
    color: #93D1C4;
    font-weight: 700;
    font-size: 14px;
}

.panel_content .panel_img img {
 	border-radius: 999px; 
}

.panel_content .panel_details {
 	width: 100%; 
}



.panel_details .acc_ov_name {
 	font-size: 14px;
    font-weight: 900;
    color: #000;
    font-family: 'Open Sans';
}

.panel_details .acc_ov_points {
      font-family: 'Open Sans';
    font-weight: 700;
    font-size: 30px;
    color: #009539;
}

.panel_details .acc_ov_level {
  font-size: 14px;
    font-weight: 800;
    color: #333;
}

.panel_wrap .acc_ov_progress .progress {
  background-color: #C1EADC;
  border-radius: 999px;
  height:30px;
  margin-bottom: 0;
}

.panel_wrap .acc_ov_progress .progress .progress-bar {
  	background-color: #93D1C4;
 	line-height:30px; 
}

.scrolled-panel {
  overflow-y: scroll;
  height: 290px;
}

.connect_boxes {
 	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
  	padding: 10px 0;
}

.connect_boxes .connect_box {
 	width:24%;  
  	padding: 10px;
  	margin-bottom: 20px;
  	border: 1px solid #efefef;
}

.connect_boxes .connect_box .connect_title {
 	color: #009539;
    font-family: 'Open Sans';
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
  	padding-top:30px;
  	
}

.connect_boxes .connect_box .connect_desc {
 	color: #333; 
  	padding: 20px;
}

.connect_boxes .connect_box .connect_points {
 	padding-bottom: 20px;
    font-family: 'Open Sans';
    color: #93D1C4;
    font-weight: 700;
    font-size: 14px;
}



.redeem_account {
  display: block;
    max-width: 420px;
    width: 96%;
    margin: 0 auto;
    background-color: #009539;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #000;
    font-family: 'Montserrat';
    color: #fff;
}

.redeem_account .redeem_profile p {
 	color: #fff; 
}

.redeem_buttongroup {
 	width:96%;
  	max-width:420px;
  	margin:0 auto;
  	text-align: center;
}

.redeem_account .redeem_profile p:first-child {
 	    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}

.rew_list_content {
 	display: flex; 
  	justify-content: space-evenly;
    flex-wrap: wrap;
}

.rew_list_content .redeem_elem {
 	width:48%; 
  	margin-bottom: 1%;
}

.redeem_elem .redeem_photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.redeem_elem .redeem_photo img {
 	width:100%;
  	height: auto;
}

.mbb_point_guides {
    display: flex; 
    flex-direction: column;
    column-gap: 3%;
    row-gap: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 90%; 
    max-width: none;
    text-align:center; 
  }
  .mbb_point_guides .mbb_point_guide {
    width: 100%; 
  }
  .mbb_point_guides .mbb_point_icon .svgicon {
     transform: scale(1.2);
  }  
  @media(min-width:768px){
    .mbb_point_guides {  
      flex-direction: row;
      max-width: 1024px;
    }
    .mbb_point_guides .mbb_point_guide {
      width: 33.3333%;
    }
    .mbb_point_guides .mbb_point_icon .svgicon {
       transform: scale(1);
    }
  } 
  .mbb_point_guides .mbb_point_icon {
    padding-bottom: 40px;
  } 
  .mbb_point_guides .mbb_point_title { 
      font-size: 25px;
  }

  /* rewards signout */
.rso_topbanner_desk {
 	width: 100%;
  	height: auto;
  	display: none;
}
.rso_topbanner_mob {
  	width: 100%;
  	height: auto;
  	display: block;
}
.body_banner_desktop {
  	width: 100%;
  	height: auto;
  	display: none;
}
.body_banner_mobile {
  	width: 100%;
  	height: auto;
  	display: block;
}
@media (min-width:768px) {
 	 .rso_topbanner_desk,
  	 .body_banner_desktop { 
          display: block;
      }
      .rso_topbanner_mob,
  	  .body_banner_mobile {          
          display: none;
      }
}
#rso-header img {
 	width:100%;
  	height:auto;
}
#rso-header.under_construction .rso_dyna_left_2 img {
  width: 15% !important;
}

#rso_topcontent p,
#rso_topcontent p .rso_contentlink {
 	font-size: 20px;
    line-height: 36px;
  	text-align:center;
  	color: #2f2f2f;
}
.rso_dyna_desktop {
 	background-position:bottom center;  
  	background-repeat: no-repeat;
  	background-color: #57b09c;
  	/* background-color: #18c7ae; */
  	display: none;
}
.rso_dyna_mobile {
  	background-position:bottom center;  
  	background-repeat: no-repeat;
  	background-size: contain;
  	background-color: #57b09c; /* #18c7ae; */
  	display: block; 
    margin:0;
   padding: 0;
  	 
}

@media (min-width: 990px){
  	.rso_dyna_desktop {
     	display: block; 
    }
  	.rso_dyna_mobile { 
      	display: none;
    }
}


.rso_dyna_desktop .rso_head_flex {
 	width:100%;
  	max-width: 1170px;
  	margin:0 auto;
  	display: flex;
  	
}



.rso_dyna_desktop .rso_head_flex .rso_head_elem {
 	width: 50%; 
}

.rso_dyna_desktop .rso_head_flex .rso_head_elem_left {
 	padding: 30px 0;
  	text-align: center;
}
.under_construction .rso_dyna_desktop .rso_head_flex .rso_head_elem_left {
  width: 55%;
}
.under_construction .rso_dyna_desktop .rso_head_flex .rso_head_elem_right {
  width: 45%;
}

.under_construction .rso_dyna_desktop {
  background-position: bottom right !important; 
  /* background-attachment: fixed; */
}

.rso_dyna_desktop .rso_head_flex .rso_dyna_left_1 {
  	font-size: 30px;
  	color: #fff;
}

.rso_dyna_mobile .rso_dyna_left_1 {
 	width: 90%;
  	max-width: 530px;
  	display: block;
  	padding-top: 20px;
  	margin: 0 auto;
  	font-size: 20px;
  	color: #fff;
  	text-align: center;
}

.rso_dyna_mobile .rso_dyna_left_3 {
 	text-align: center; 
  	width: 90%;
  	font-size: 12px;
    max-width: 220px;
  	margin: 0 auto; 
}

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

.rso_dyna_mobile .rso_dyna_left_5 { 	 
  	text-align: center;
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
}

@media(min-width:520px){
    .rso_dyna_mobile .rso_dyna_left_5 { 	 
      width: 80%; 
      font-size: 14px;
  }
}
.rso_dyna_mobile .rso_bottom_image {
  display: flex;
  flex-direction: column;
}


.rso_dyna_left_2 {
 	width: 100%;
  	text-align: center;
}

.rso_dyna_left_2 img {
     max-width: 100%;
    width: 25% !important;
    height: auto !important; 
}

@media (min-width: 480px) {
 	 .rso_dyna_left_2 img {       
        width: auto !important; 
    }
}

.rso_dyna_left_3 {
 	font-size: 18px;
  	color: #0f4734;
  	max-width: 390px;
    margin: 0 auto; 
}

.under_construction .rso_dyna_desktop .rso_head_flex .rso_dyna_left_3 {
  max-width: none;
  font-size: 14px;
}

.rso_dyna_left_3 b {
 	font-weight: 800; 
}

.rso_dyna_left_cta {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 149, 57, 1);
    border: 1px solid rgba(0, 149, 57, 1);
    padding: 15px 5px;
    margin-top: 20px;
    display: inline-block;
    width: 40%;
    white-space: nowrap;
    font-weight: 900;
    font-size: 14px;
}

.rso_dyna_left_5 {
 	padding-top: 20px; 
  	/* color: #fff; */
  	color: #0f4734;
}

.rso_dyna_left_5 a {
 	font-weight: 900;
  	color: #0f4734;
}

.rso_dyna_left_cta:hover { 
  color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 149, 57, 0);
  border: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width:480px) {
  .rso_dyna_left_cta {
    padding: 15px 20px;
    font-size: 16px;
  }
}

@media(min-width: 570px){
  .rso_dyna_left_cta {
    width: 30%;
  }
}

.fullgrid .panel_title_large {  	
  	text-align: center;
  	color: #009539;
  	font-size: 30px;
  	font-weight: 600;
  	width: 90%;
    margin: 0 auto; 
} 
.fullgrid .panel_title_large + .panel_main {
 	width: 90%;
    max-width: 640px;
    margin: 20px auto 0;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #2f2f2f;
    letter-spacing: 0px;
}
/* customer: register */
#customer-register {
    padding-top: 40px;
}
@media only screen and (min-width:768px){
  div#customer-register {
    width: 50%;
    margin: 0px auto 30px; 
  } 
}
#customer-register h4 {
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  color: #231f20;
  letter-spacing: .04em;
  line-height: 1.35;
  font-size: 20px;
  margin-bottom: 10px;
}  

.register_btn {
    background-color: #1a9539;
    border: none;
    color: #fff; 
}
#mind-body-bowl-benefits-terms-and-conditions .rte ul {
  list-style: none;
}

/* product modal */
.modal__vendor_text {
  color: var(--green);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.modal__product_title {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 40px;
}

.modal__product_type {
  text-transform: uppercase;
  font-size: 16px;
}

.modal__product_price {
  font-size: 26px;
}
.modal__product_price .product-price--original {
  font-weight: 600 !important;
}

.modal__product_variants .product-variant__name {
  font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.modal__product_variants .product-variant__item input + label.product-variant__label {
    opacity: 0.5;
    border: 1px solid var(--green) !important;
    color: var(--green);
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 14px 30px;
} 
.modal__product_variants .product-variant__item input:checked+label.product-variant__label {
    opacity: 1;
    border: 2px solid var(--green) !important;
}
.modal__buy_buttons .product-quantity {
  align-items:center;
}
.modal__buy_buttons .product-quantity .product-quantity__selector {
  border: none !important;
}
.modal__buy_buttons shopify-payment-terms {
  display: none !important;
}
.modal__buy_buttons .add-to-cart {
  background-color: var(--green);
  border: 1px solid var(--green);
}
.modal__buy_buttons .add-to-cart .button__text {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.95px;
  font-weight: 700;
}
  /* policy */
.bullets {
  list-style: outside;
  margin-left: 20px;
  margin-bottom: 20px;
}
.rte .privacypolicy ul {
  list-style: disc outside;
}

.privacypolicy table {
 	border: 1px solid #ccc; 
}

.privacypolicy table th,
.privacypolicy table td {
 	border: 1px solid #ccc; 
  	padding: 10px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.privacypolicy table.t_responsive, 
  	.privacypolicy .t_responsive thead, 
  	.privacypolicy .t_responsive tbody, 
  	.privacypolicy .t_responsive th, 
  	.privacypolicy .t_responsive td, 
  	.privacypolicy .t_responsive tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.privacypolicy .t_responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.privacypolicy .t_responsive tr { border: 1px solid #ccc; }
	
	.privacypolicy .t_responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.privacypolicy .t_responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		
	}
  
  	.privacypolicy .t_responsive td:nth-of-type(1):before,
  	.privacypolicy .t_responsive td:nth-of-type(2):before {
      	white-space: nowrap;
    }
  
  	.privacypolicy .t_responsive td:nth-of-type(3):before,
  	.privacypolicy .t_responsive td:nth-of-type(4):before,
  	.privacypolicy .t_responsive td:nth-of-type(5):before {
      	white-space: normal;
    }
  
  	.privacypolicy .t_responsive td:nth-of-type(1):before { content: "CATEGORIES"; }
	.privacypolicy .t_responsive td:nth-of-type(2):before { content: "EXAMPLES"; }
	.privacypolicy .t_responsive td:nth-of-type(3):before { 
      	content: "DO WE COLLECT OR HAVE WE COLLECTED IN LAST 12 MONTHS?";       
    }
  	.privacypolicy .t_responsive td:nth-of-type(3) {
     	height: 130px; 
    }
	.privacypolicy .t_responsive td:nth-of-type(4):before { content: "DO WE “SELL” YOUR PERSONAL INFORMATION THAT WE COLLECT?"; }
	.privacypolicy .t_responsive td:nth-of-type(4) {
     	height: 145px; 
    }
  	.privacypolicy .t_responsive td:nth-of-type(5):before { content: "DO WE DISCLOSE YOUR PERSONAL INFORMATION FOR A “BUSINESS PURPOSE?”"; }
  	.privacypolicy .t_responsive td:nth-of-type(5) {
     	height: 160px; 
    } 
  
}

.bullets li {
 	margin-bottom: 20px; 
}

/* cookie bar */
  .hulk_cookie_bar {
    z-index: 9999999999;
  }
.hulk_cookie_bar .deny_btn {
    display: none;
  }
.hulk_cookie_bar button.bar_btn span {
  white-space: nowrap;
}
.hulk_cookie_bar .description_text {
  font-size: 12px;
}
@media(min-width: 768px){
  .hulk_cookie_bar .description_text {
    width: 80%;
    font-size: 16px;
  }
}

/* gorgias chat */
#chat-button {
  bottom: 80px !important;
}
@media(max-width: 767px){
  #chat-button {
    bottom: 15px !important;
  }
}
@media(min-width: 993px){
  #chat-button {
    z-index: 9999999999 !important;
  }
}
/* select options: quick view */  
modal-box .container--medium {
  max-width: 560px;
}
modal-box .product-text>*:not(:last-child) {
  margin-bottom: 0;
}
modal-box .product__subtitle {
  font-size: 16px;
  margin-bottom: 5px;
}
modal-box .modal__vendor_text {        
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    text-transform: uppercase; 
} 
modal-box .product__title {
  color: #000;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
}
modal-box .product-price {
  font-size: 24px;
  margin-bottom: 30px;
}
modal-box .product-price--original  {
  font-size: 24px;
}

html[dir=ltr] modal-box .product-quick-view__close {
  top: 12px;
  right: 15px;
}

modal-box .modal__product_variants .product-variant__name {
  font-weight: 500;
}

/* CCPA Adjustments */
  .table-fullwidth {
    width: 100%;
  }

/* thanks page adjustments */
  .page_thanks_wrap {
    position:relative; 
  }
  .page_thanks_wrap img:nth-child(2) {
    position: relative;
    top: -40px;
  }
  .page_thanks_wrap p a, 
  .page_thanks_wrap p b a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    border-bottom: none;
  }
  .page_thanks_wrap p a:hover,
  .page_thanks_wrap p b a:hover {
    color: var(--green) !important;
  }

.under_construction .rso_dyna_mobile .rso_dyna_left_3 {
  max-width: none;
}

.under_construction .rso_dyna_mobile .rso_svg svg {
  width: 30%;
}

  /* livesearch css */
body .ls-dropdown-menu {
    border-radius: 10px !important;
}
pickup-availability-compact span {
	margin: 0;
	padding-top: 0 !important;
	line-height: 1.4em;
  font-size:11px;
	display: flex;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.collection-online-availibility-container {
	font-size: 10px;
	
	font-weight: 500;
}
.collection-online-availibility-container > span {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: inline-block;
    position: relative;
    top: 8px;
  font-size:11px;
}

.ls-dropdown-menu .ls-header {
  text-align:center !important;
}
  .store-pickup-available {
	font-size: 10px;
	
	font-weight: 500;
}
.store-pickup-available > span {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    display: inline-block;
    position: relative;
    top: 0;
}
  .store-pickup-available span.alert {
    margin-top: 0;
    padding-top: 0;
    line-height: 1.1em;
    padding-left:0;
}
  @media(max-width: 767px){
    .collections-page-pickup .alert--circle::before, .collection-online-availibility-container .alert--circle::before { 
	width: 8px;
	height: 8px; 
	top: 2px; 
}`
  }
.footer_custom_copy p a {
  text-decoration: underline !important;
}  
.footer_custom_copy p a:hover {
  text-decoration: none !important;
}

/* disable BOPIS */
#storePickupApp .checkoutMethodsContainer.default .checkoutMethod:last-child
 {
  display: none !important;
}

#storePickupApp {
  padding-bottom:20px;
}

 