/** Shopify CDN: Minification failed

Line 1073:2 Expected identifier but found "*"
Line 6164:2 Unexpected "{"
Line 9809:2 Expected identifier but found "*"
Line 9889:2 Expected identifier but found "*"
Line 9928:2 Expected identifier but found "*"

**/
@charset "UTF-8";

/******************************************************************
Theme Name: Retina 4.7.0
Theme URI: https://themes.shopify.com/themes/retina/styles/austin?ref=out-of-the-sandbox
Author: Out of the Sandbox (https://outofthesandbox.com)
Description: Shopify Theme (https://www.shopify.com/?ref=out-of-the-sandbox)
******************************************************************/
/* Table of Content
==================================================
  #Mixins
  #Reset & Basics
  #Fonts
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Images
  #Placeholders
  #Videos
  #Buttons
  #Tabs
  #Forms
  #Tables
  #Misc
  #Site Styles
  #Password Page
  #Divider
  #Accordions
  #Home page - slideshow
  #Home page - Instagram feed
  #Home page - Collection list
  #Home page - Map
  #Home page - Featured product
  #Home page - Image text
  #Home page - Image gallery
  #Home page - Logo list
  #Home page - Testimonials
  #Home page - Contact form
  #Swatch Styles
  #mmenu
  #FlexSlider
  #FancyBox
  #Layout
  #Font-Face
  #Custom Styles */
/* #Mixins
================================================== */
:root {
  --font-size-header: var(--font-size-header);
  --headline-font-size: var(--font-size-header);
}

*:focus {
  outline: 2px solid #2b8253 !important;
}

.m-offcanvas:focus,
.recharge-subscribe:focus,
.pdp-product-swatch:focus {
  outline: none !important;
}

.mm-panels:focus-within .mm-listview {
  display: block !important;
}

/* #Reset & Basics
================================================== */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* #Basic Styles
================================================== */
body {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
  text-transform: var(--body-font-style);
  color: var(--body-color);
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

#content_wrapper {
  background-color: var(--body-background-color);
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background: #fff7b6;
  color: black;
}

abbr {
  border-bottom: 1px dotted var(--border-color);
}

/* #Typography
================================================== */
.logo {
  font-family: var(--logo-font-family);
  font-weight: var(--logo-font-weight);
  font-size: var(--logo-font-size);
  text-transform: var(--logo-font-style);
  color: var(--logo-color);
}

.feature_image .logo a,
.feature_image .logo a:hover,
.feature_image .logo a:visited,
.feature_image .logo a:active {
  color: var(--logo-color-home);
}

.logo a,
.logo a:hover,
.logo a:visited,
.logo a:active,
.feature_image .header_bar .logo a,
.header_bar .logo a,
.header_bar .logo a:hover,
.header_bar .logo a:visited,
.header_bar .logo a:active {
  color: var(--logo-color);
}

.mobile_logo {
  display: none;
  text-align: center;
}

.mobile_logo .logo a {
  margin: 40px auto 0 auto;
}

@media (max-width: 767px) {
  .mobile_logo {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.collection_title,
.title a,
.title a:visited,
.section-header a,
.section-header a:visited,
.headline,
.subtitle {
  font-family: var(--headline-font-family);
  font-size: var(--headline-font-size);
  font-weight: var(--headline-font-weight);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .collection_title,
  .title a,
  .title a:visited,
  .section-header a,
  .section-header a:visited,
  .headline,
  .subtitle {
    font-size: calc(var(--headline-font-size) * 0.8);
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.collection_title {
  font-weight: inherit;
}

h1 a,
h1 a:visited,
.collection_title a,
.collection_title a:visited {
  color: var(--headline-color);
}

h1 a:hover,
h1 a:active,
.collection_title a:hover,
.collection_title a:active {
  color: var(--link-color);
}

h1,
.h1,
h1.home,
h2.title,
.collection_title {
  font-size: var(--headline-font-size);
  line-height: 1.5em;
  margin: 0 auto 15px;
  clear: both;
  font-weight: var(--headline-font-weight);
  padding-top: 4px;
}

h1.product_name {
  margin-bottom: 15px;
}

h1.article_name {
  margin-bottom: 0;
}

h2,
.h2 {
  font-family: var(--headline-font-family);
  font-size: var(--headline-font-size);
  font-weight: var(--headline-font-weight);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: calc(var(--headline-font-size) * 0.8);
  }
}

h2.article_title {
  margin: 0;
  font-size: 22px;
}

h2.article_title a {
  color: var(--headline-color);
}

h3,
.h3,
h1.blog_title {
  font-family: var(--headline-font-family);
  font-size: var(--headline-font-size);
  font-weight: var(--headline-font-weight);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 35px;
  margin: 0 auto 15px 0;
  text-align: left;
}

@media (max-width: 767px) {

  h3,
  .h3,
  h1.blog_title {
    font-size: calc(var(--headline-font-size) * 0.8);
  }
}

h1.collection_title,
div.collection_title {
  margin-bottom: 0;
  line-height: var(--headline-font-size);
  display: inline;
}

h4,
.h4,
h4.title a,
h6.title {
  font-family: var(--headline-font-family);
  font-size: var(--headline-font-size);
  font-weight: var(--headline-font-weight);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding: 7px 0;
  color: var(--headline-color);
  border-block: var(--headline-border-block);
}

@media (max-width: 767px) {

  h4,
  .h4,
  h4.title a,
  h6.title {
    font-size: calc(var(--headline-font-size) * 0.8);
  }
}

h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: var(--headline-font-family);
  font-size: var(--headline-font-size);
  font-weight: var(--headline-font-weight);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  h4.title a {
    font-size: calc(var(--headline-font-size) * 0.8);
  }
}

h5,
.h5 {
  font-size: 16px;
  padding-bottom: 1em;
}

h5.sub_title {
  padding-bottom: 0;
}

h6,
.h6,
h6.title {
  font-size: 14px;
  padding: 5px 0;
}

.sub-footer h6.title {
  color: var(--headline-footer-text-color);
}

.headline {
  font-size: 26px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.8em;
}

p img {
  margin: 0;
}

sub {
  font-size: 60%;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

small {
  font-size: 90%;
}

.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.feature p {
  font-size: smaller;
}

.promo_banner--true .promo_banner_mobile {
  display: none;
}

@media (max-width: 767px) {
  .promo_banner--true .promo_banner_mobile {
    position: relative;
    top: 40px;
    display: block;
    z-index: 1000;
  }
}

.promo_banner--true .header .promo_banner,
.promo_banner--true .promo_banner,
.promo_banner--true .promo_banner {
  display: block;
}

.header .promo_banner,
.promo_banner,
.promo_banner_mobile {
  display: none;
  position: relative;
  text-align: center;
}

.header .promo_banner p,
.promo_banner p,
.promo_banner_mobile p {
  text-align: center !important;
  font-size: 16px;
  display: block;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}

.header .promo_banner p:visited,
.promo_banner p:visited,
.promo_banner_mobile p:visited {
  text-decoration: none;
  outline: 0;
  transition: color 0.1s linear;
}

.header .promo_banner a,
.promo_banner a,
.promo_banner_mobile a {
  text-decoration: underline;
}

.header .promo_banner .icon-close,
.promo_banner .icon-close,
.promo_banner_mobile .icon-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 8px;
  line-height: 1;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  z-index: 1001;
  cursor: pointer;
}

.excerpt {
  line-height: 1.8em;
  position: relative;
  max-height: 9em;
  /* exactly five lines */
  margin-bottom: 7px;
  overflow: hidden;
}

.excerpt-length--lg .truncation-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: linear-gradient(to bottom,
      rgba(var(--body-background-color-rgb), 0),
      rgba(var(--body-background-color-rgb), 1));
}

.excerpt-length--sm .truncation-fade {
  display: none;
}

/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid var(--border-color);
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid var(--border-color);
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0;
  height: 0;
}

.quote {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  font-style: italic;
}

.featured_text {
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 0;
}

div.section.collection_description {
  margin: 0 0 1.5em 0;
}

/* #Page and Product Details Template
================================================== */
.product-details-section>div>.container,
.page-details-section>div>.container {
  padding: 0;
}

.product-details-section .title,
.page-details-section .title {
  margin-top: 0;
}

.product-details-section .article,
.page-details-section .article {
  padding-bottom: 0;
}

.product-details-section .container .featured_products,
.page-details-section .container .featured_products {
  padding-top: 0;
}

.product-details-section .stretch img,
.page-details-section .stretch img {
  width: 100%;
}

.product-details-section .page-quote,
.page-details-section .page-quote {
  max-width: 700px;
  margin: auto;
  padding: 30px 0px;
  text-align: center;
}

.product-details-section .page-quote p,
.page-details-section .page-quote p {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}

.product-details-section .page-quote .page-quote__author,
.page-details-section .page-quote .page-quote__author {
  font-size: 16px;
  line-height: 24px;
}

.rich_text__image {
  max-width: 200px;
  margin: 0 auto 20px;
}

/* #Links
================================================== */
a,
a:visited {
  color: var(--link-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover,
a:focus {
  color: var(--link-hover-color);
}

a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}

/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}

ul {
  list-style: circle outside;
}

ol {
  list-style: decimal;
}

ul,
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}

li {
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

ul.none {
  list-style: none outside;
  margin-left: 0;
}

ul.border {
  list-style: none outside;
  line-height: 26px;
}

ul.border li {
  border-bottom: 1px solid var(--border-color);
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}

/* #Menu
================================================== */
.header {
  z-index: 1000;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition-property: background, transform !important;
}

.header--content-behind {
  position: absolute;
  z-index: 200;
  width: 100%;
}

@media (max-width: 1199px) {
  .header--content-behind {
    position: static;
  }
}

.header_bar {
  border-bottom: solid 1px var(--border-color);
}

@media (max-width: 767px) {
  .header_bar {
    border-bottom: 0;
  }
}

.header_bar a,
.header_bar a:visited {
  color: var(--nav-color);
  text-shadow: none !important;
}

.header .container {
  padding-bottom: 0;
  padding-top: 5px;
}

.header select.currencies {
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  background-size: 7px !important;
  -webkit-padding-end: 16px;
  width: 53px;
  letter-spacing: 2px;
  font-size: 12px;
}

.header:not(.header_bar) select.currencies {
  color: #ffffff;
  position: relative;
}

.header.header_bar select.currencies {
  background: url(black_arrow.png) no-repeat right center;
  color: #000;
}

.header:not(.header_bar) select.currencies {
  background: url(white_arrow.png) no-repeat right center;
}

.header select.currencies option {
  color: #000;
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 10px;
  appearance: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  min-width: 180px;
}

.header select.currencies option[value="USD"] {
  background: #ffffff;
}

.header select.currencies option[value="EUR"] {
  background: #ffffff;
}

.header select.currencies option[value="GBP"] {
  background: #ffffff;
}

#header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background: var(--mobile-header-bg-color);
  border-bottom: 1px solid var(--border-color);
  color: var(--nav-color);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  height: 40px;
  z-index: 1000;
  width: 100%;
  top: 0;
  opacity: 0.95;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  #header {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  #header {
    display: none;
  }
}

.promo_banner+#header {
  top: 32px;
}

#header a {
  color: var(--nav-color);
  font-size: 32px;
  display: block;
  height: 40px;
  position: relative;
  top: 0;
  z-index: 1;
  font-size: 25px;
}

#header a.mobile_logo_inside {
  margin-left: -30px;
}

div#header a span {
  display: inline;
  position: relative;
  top: -2px;
}

div#header a .relative-wrap {
  position: relative;
  top: auto;
}

#header a.right {
  left: auto;
  right: 15px;
  font-size: 20px;
}

#header a.icon-menu span {
  top: -4px;
}

.nav {
  text-align: right;
}

.nav ul,
.nav ul ul {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.nav ul ul li {
  display: inline-block;
  position: relative;
  line-height: calc(var(--nav-font-size) + 2px);
  margin: 0;
  border: 0;
}

.nav ul ul li {
  *display: inline;
}

.nav ul ul li a.top-link::after,
.nav ul ul li a.active::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--nav-active-color) !important;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.feature_image .nav ul ul li a.active::after,
.feature_image .nav ul ul li a.top-link::after {
  background-color: var(--nav-color-home);
}

.feature_image .header_bar .nav ul ul li a.active::after,
.feature_image .header_bar .nav ul ul li a.top-link::after {
  background-color: var(--nav-color);
}

.nav ul ul li a.top-link:hover::after,
.nav ul ul li a.top-link:focus::after,
.nav ul ul li a.active::after {
  opacity: 0.8;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.nav ul ul li:hover a.dropdown-link::after {
  background-color: transparent !important;
}

.nav ul ul li a.dropdown-link {
  padding: 10px 4px 26px;
  z-index: 1006;
  border: solid 1px transparent;
  border-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
}

body.index .nav ul ul li a.dropdown-link {
  color: #ffffff !important;
}

.nav ul ul li a.dropdown-link .arrow {
  left: 3px;
  top: 0px;
  opacity: 1;
}

.nav ul ul li a.dropdown-link .arrow.up {
  top: 11px;
  right: 1px;
}

@media (min-width: 768px) {
  li.sub-menu:hover a.dropdown-link {
    z-index: 1008;
  }
}

@media (min-width: 768px) {
  li.sub-menu:hover .dropdown {
    z-index: 1007;
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  li.sub-menu:hover .dropdown {
    max-width: 760px;
  }
}

@media (min-width: 960px) {
  li.sub-menu:hover .dropdown {
    max-width: 1000px;
  }
}

@media (min-width: 768px) {

  .nav ul ul li:hover a.dropdown-link,
  .header .nav ul ul li:hover a.dropdown-link {
    text-shadow: 0 0 0.9px currentColor, 0 0 0.9px currentColor,
      0 0 0.9px currentColor !important;
  }
}

body:not(.index, .blog) .header div .nav a svg path {
  fill: #3b4459 !important;
}

.nav a,
.nav a:visited,
.nav a:active,
#header a span,
.nav a.icon-cart span,
.search-close,
.feature_image div.header_bar .nav ul ul li a.dropdown-link,
.feature_image div.header_bar .nav a,
.feature_image div.header_bar .nav a:visited,
.feature_image div.header_bar .nav a svg path {
  font-family: var(--nav-font-family);
  font-weight: var(--nav-font-weight);
  font-size: 15px;
  text-transform: var(--nav-font-style);
  color: var(--nav-color) !important;
  fill: #3b4459 !important;
  position: relative;
  display: block;
  letter-spacing: 0.03em;
}

.feature_image .header .nav a,
.feature_image .header .nav a:visited {
  color: var(--nav-color);
  text-shadow: none;
}

.feature_image .header .nav a.icon-cart {
  color: var(--nav-color);
  text-shadow: none;
}

.feature_image .header .nav a:hover,
.feature_image .header .nav a:focus {
  color: var(--nav-color-hover);
}

.feature_image .nav .header-main-line-bg {
  background-color: transparent;
  padding: 0;
  border-radius: 6px;
  transition: background-color 300ms;
}

.feature_image div.header_bar .nav .header-main-line-bg {
  background-color: rgba(255, 255, 255, 0);
}

.nav a.icon-cart span {
  display: inline;
}

.nav ul.search_nav {
  margin-bottom: 5px;
}

.nav ul ul li a:hover,
nav ul ul li a:focus,
.nav a.icon-cart:hover span,
.search-close:hover {
  color: var(--nav-color-hover) !important;
}

.primary_logo,
.secondary_logo {
  display: none;
}

.secondary-logo--true .primary_logo {
  display: none;
}

.secondary-logo--true .secondary_logo {
  display: block;
}

@media (max-width: 767px) {
  .secondary-logo--true img.primary_logo {
    display: block;
  }

  .secondary-logo--true img.secondary_logo {
    display: none;
  }
}

.header_bar .primary_logo,
.secondary-logo--false .primary_logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.header_bar .secondary_logo,
.secondary-logo--false .secondary_logo {
  display: none;
}

.logo {
  padding: 5px 0 0 0;
}

@media (min-width: 1200px) {
  .logo {
    padding: 19.8px 0 0 0;
  }
}

.nav ul.menu ul li {
  padding: 25px 3px 0px 3px;
}

.nav ul.menu ul li.header-currency {
  padding-top: 8px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.nav ul ul li .cart-button,
input.guest_button,
input[type="button"].guest_button {
  padding: 0px !important;
  border-radius: var(--border-radius-unchanged);
}

input[type="submit"].guest_button,
input[type="button"].guest_button {
  color: var(--nav-color);
  box-shadow: none;
}

.nav ul ul li .cart-button>span {
  display: none;
}

.nav ul ul li .cart-button span {
  padding-left: 5px;
  top: -1px;
}

.header .menu .header-main-line-bg.icon_menu {
  vertical-align: text-top;
  border-left: 1px solid #828282;
  border-right: 1px solid #828282;
  padding: 2px 15px 0;
  margin: 0 5px;
  border-radius: 0;
  display: inline-flex;
}

.icon_menu .menu-icon:not(:last-child) {
  margin-right: 14px;
}

.nav ul.menu ul li a:before,
.icon-cart:before {
  display: none;
}

.nav ul.menu ul li.menu-icon a,
.nav ul.menu ul li.menu-icon,
.nav ul.menu ul li.header-cart-buttons {
  padding: 0 !important;
}

#cart-note {
  max-width: 90%;
  min-width: 90%;
  resize: none;
}

.cart_count,
#header a span.cart_count {
  position: absolute !important;
  left: 22.5px !important;
  top: 6px !important;
  background-color: #2b8253;
  padding: 0px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 9px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  border: 0;
  line-height: 11px;
  text-align: center;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {

  .cart_count,
  #header a span.cart_count {
    left: 10px !important;
    top: -10px !important;
  }
}

input[type="submit"].guest_button,
input[type="submit"].guest_button:hover {
  background-color: var(--cart-button-background);
}

input[type="submit"].guest_button:hover {
  color: var(--link-color);
}

/* sub-levels link */
.menu ul ul a,
.menu ul li:hover>ul a,
.header .nav ul.menu ul ul li a {
  white-space: nowrap;
  padding: 11px 25px 11px 0;
  background: none;
  text-align: left;
  color: var(--nav-color);
}

.header .nav ul.menu ul ul li a.sub-link {
  padding: 5px 0 5px 24px;
}

/* sub-level ul */
.dropdown {
  background-color: var(--dropdown-background-color);
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 3px;
  top: 45px;
  z-index: 1005;
  min-width: 250px;
}

.dropdown-wide {
  min-width: 500px;
}

.dropdown-wide ul li a {
  word-wrap: break-word;
}

.dropdown-left {
  right: 3px;
  left: inherit;
}

.dropdown a {
  text-shadow: none !important;
}

.nav ul.menu ul ul {
  width: 49%;
  float: left;
  display: inline;
}

.nav ul.menu ul ul li {
  display: block;
  text-align: left;
  padding: 0;
  z-index: 1005;
}

.nav ul.menu ul ul li a {
  border: 0;
}

.nav ul.menu ul ul li a.sub-link {
  font-weight: normal;
  font-size: calc(var(--nav-font-size) - 1px);
  padding: 5px 0 5px 24px;
  text-transform: none;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {

  /* show dropdown ul on hover */
  .menu li:hover>.dropdown {
    max-height: 1000px;
    transition: max-height 750ms ease-out;
    transition-delay: 250ms;
  }
}

select.currencies {
  background-color: transparent;
  border: none;
}

.container div.collection_nav {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 1300px) {
  .header .container .twelve.columns {
    width: auto;
  }

  .header .container .four.columns {
    width: auto;
  }
}

@media only screen and (min-width: 799px) and (max-width: 1199px) {
  .header .container .twelve.columns {
    width: 745px;
  }

  .header .container .four.columns {
    width: 175px;
  }

  .header .menu .header-main-line-bg.icon_menu {
    border-left: 0px;
    border-right: 0px;
    padding: 0px;
    margin: 0px;
  }

  /*   .feature_image div.header_bar .nav ul li a.dropdown-link {
      font-size: 14px;
    } */
  /*   .nav ul li a.dropdown-link {
      padding: 10px 0px 7px;
      font-size: 14px;
    } */
  .stamped-fa-star:before {
    font-size: 12px;
  }

  .stamped-fa.stamped-fa-star {
    min-width: 10px;
  }

  /*   #stamped-badge-total, #stamped-badge-title {
          font-size: 10px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .header .container .four.columns {
    width: 172px;
  }

  .header .container .twelve.columns {
    width: 556px;
  }
}

.collection_menu,
.collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -3px;
  margin: 0;
}

.collection_menu li {
  padding-left: 25px;
}

.sidebar a,
.sidebar a:visited {
  color: var(--sidebar-nav-color);
}

.sidebar a:hover,
.sidebar a:active {
  color: var(--sidebar-nav-color-hover);
}

.sidebar li a {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar li a {
    width: 70%;
  }
}

.content_block.toggle_list {
  padding-right: 15px;
}

.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: var(--link-color);
}

.content_block.toggle_list a:hover {
  border-left: none;
  color: var(--link-hover-color);
}

.toggle_list a {
  position: relative;
  left: -8px;
  padding-left: 8px;
  border-left: solid 4px transparent;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
}

.toggle_list a.active,
.toggle_list li.active a,
.toggle_list a:hover,
.sidebar a.active--default {
  border-left: solid 4px var(--nav-active-color);
}

.sidebar li ul {
  display: none;
  margin: 10px 0 0 15px;
  font-size: calc(var(--body-font-size) - 1px);
}

.sidebar li ul.active {
  display: block;
}

.sidebar li ul li {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.sidebar li ul li:last-child {
  padding-bottom: 0;
}

#search {
  display: none;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background: #f9f9f9;
  background: rgba(249, 249, 249, 0.95);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  position: fixed;
  text-align: center;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -o-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.search-close {
  font-size: 32px;
  cursor: pointer;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif !important;
  font-weight: 300;
}

#search form {
  z-index: 950;
  padding-top: 50px;
  clear: both;
}

#search form input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px rgb(138, 137, 138);
  padding: 16px 15px;
  font-size: 26px;
}

.blog_search {
  position: relative;
}

.blog_search .icon-search {
  position: absolute;
  font-size: 14px;
  top: 9px;
  left: 12px;
  cursor: pointer;
}

.blog_search .search_box {
  padding-left: 36px;
}

.headline.search__results--true {
  display: inline-block;
  border-right: solid 1px var(--border-color);
  padding-right: 25px;
}

.search__results {
  display: inline-block;
  padding-left: 25px;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  vertical-align: middle;
}

/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't
  exceed the width of columns they are put into when resizing window.
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that
  are children of the grid that you want to resize with grid.
*/
.product_row img,
.product_image_col img,
.article img,
.article_image img,
.section img,
.thumbnail img,
.logo img,
.page img,
.sidebar img,
.cart_image img,
.sub-footer img,
#target img {
  max-width: 100%;
  height: auto;
}

.zoomImg {
  max-width: inherit !important;
  cursor: pointer;
}

.description_wide img {
  width: 100%;
}

.full-width-image {
  width: 100%;
}

/* Lazyloading styles */
@-webkit-keyframes shimmer {
  0% {
    opacity: 100%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

@-moz-keyframes shimmer {
  0% {
    opacity: 100%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes shimmer {
  0% {
    opacity: 100%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

.lazyload--fade-in {
  -webkit-filter: contrast(0%) brightness(190%);
  filter: contrast(0%) brightness(190%);
  transition: filter 0.4s, -webkit-filter 0.4s;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.lazyload--fade-in.lazyloaded {
  -webkit-animation: inherit;
  -moz-animation: inherit;
  animation: inherit;
  -webkit-filter: contrast(100%) brightness(100%);
  filter: contrast(100%) brightness(100%);
}

@-webkit-keyframes mirage {
  0% {
    background-position: 0% 5%;
  }

  50% {
    background-position: 100% 96%;
  }

  100% {
    background-position: 0% 5%;
  }
}

@-moz-keyframes mirage {
  0% {
    background-position: 0% 5%;
  }

  50% {
    background-position: 100% 96%;
  }

  100% {
    background-position: 0% 5%;
  }
}

@keyframes mirage {
  0% {
    background-position: 0% 5%;
  }

  50% {
    background-position: 100% 96%;
  }

  100% {
    background-position: 0% 5%;
  }
}

.lazyload--mirage+.transition-helper {
  content: "";
  position: absolute;
  background: linear-gradient(275deg,
      lighten(var(--regular-color), 70),
      lighten(var(--regular-color), 90));
  background-size: 400% 400%;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s linear;
}

.lazyload--mirage.lazyloaded+.transition-helper {
  opacity: 0;
  pointer-events: none;
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* #Placeholders
================================================== */
.placeholder-svg {
  fill: rgba(var(--placeholder-colormix), 0.45);
  background-color: rgba(var(--placeholder-colormix), 0.2);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid rgba(var(--placeholder-colormix), 0.3);
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  min-height: 400px;
  max-height: 600px;
}

.image-with-text-section .placeholder-svg,
.block__image-with-text .placeholder-svg,
.featured-product-section .placeholder-svg {
  max-height: 350px;
}

.gallery-bar .gallery_image:nth-child(even) .placeholder-svg {
  background-color: rgba(var(--placeholder-colormix), 0.45);
}

.placeholder-svg--video,
.placeholder-svg--banner,
.placeholder-svg--slideshow,
.featured-promotions-section .placeholder-svg {
  background-color: rgba(var(--placeholder-colormix), 0.45);
  border: 0;
}

/* #Videos
================================================== */
/*
  For YouTube and Vimeo videos, wrap the embedded code snippet
  in a <div class="video-container"><div> tags to allow it to resize.
  For example:
  <div class="video-container youtube">
    <div>
     <iframe width="853" height="480" src="//www.youtube.com/embed/mSfXRb4W-R0?rel=0" frameborder="0" allowfullscreen></iframe>
    </div>
  </div>
*/
.video-container>div {
  position: relative;
}

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

.vimeo {
  max-width: 830px;
}

.vimeo>div {
  padding-top: 56.26506%;
}

.youtube {
  max-width: 853px;
}

.youtube>div {
  padding-top: 56.271981%;
}

.slideshow-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.slideshow-video-container iframe,
.slideshow-video-container object,
.slideshow-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 600px;
  max-width: 100%;
}

video {
  display: block;
  width: 100%;
  height: auto;
}

/* #Buttons
================================================== */
a.button,
/* button, */
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: var(--button-color);
  color: var(--button-text-color);
  border: 0;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  font-family: var(--nav-font-family);
  font-weight: bold;
  font-size: var(--button-font-size);
  text-transform: var(--button-text-transform);
  display: inline-block;
  transition: all 200ms ease 0s;
  -webkit-appearance: none;
  min-height: 44px;
  border-radius: var(--border-radius);
  box-shadow: var(--bevel-box-shadow);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-appearance: none;
  box-sizing: border-box;
}

a.button,
a.action_button,
a {
  cursor: default;
}

a.button[href],
a.action_button[href],
a[href] {
  cursor: pointer;
}

a.button:hover,
/* button:hover, */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.action_button:hover,
input.action_button[type="submit"]:hover,
input.action_button[type="button"]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background: var(--button-hover-color);
  transition: all 200ms ease 0s;
  color: var(--button-hover-text-color);
}

.add_to_cart,
#cart_form .add_to_cart,
.product_form input.add_to_cart {
  width: 100%;
  margin-top: 0px;
}

.disabled {
  pointer-events: none;
}

.amazon-payments-pay-button {
  display: block !important;
  text-align: center;
}

.add_to_cart.action_button {
  min-height: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 4px;
}

.action_button.action_button--secondary {
  background-color: transparent;
  border: 1px solid var(--button-color);
  color: var(--button-color);
  margin-bottom: 8px;
  box-shadow: none;
  line-height: 1.2;
  padding: 10px 0;
  min-height: 44px;
  border-radius: var(--border-radius);
}

.shopify-payment-button {
  position: relative;
}

.shopify-payment-button button {
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}

.shopify-payment-button__button.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px;
  border-radius: var(--border-radius);
}

button.shopify-payment-button__more-options {
  color: var(--body-color);
  box-shadow: none;
  text-transform: none;
  font-size: 0.9rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

button.shopify-payment-button__more-options:hover {
  background-color: transparent;
}

.purchase-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  .purchase-details {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}

.shopify-product-form button.action_button.add_to_cart {
  visibility: visible;
  cursor: not-allowed;
  opacity: 0.5;
}

.purchase-details.smart-payment-button--true {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .purchase-details.smart-payment-button--true .purchase-details__quantity {
    margin-right: 8px;
  }
}

.purchase-details.smart-payment-button--false {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.purchase-details__quantity {
  margin-right: 20px;
}

.purchase-details__quantity label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
}

.purchase-details__buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 55%;
  -moz-box-flex: 1 0 55%;
  -webkit-flex: 1 0 55%;
  -ms-flex: 1 0 55%;
  flex: 1 0 55%;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .purchase-details__buttons {
    -webkit-box-flex: 1 0 70%;
    -moz-box-flex: 1 0 70%;
    -webkit-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    -webkit-flex-wrap: no-wrap;
    -moz-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
  }
}

@media (min-width: 1200px) {
  .purchase-details__buttons .action_button--secondary {
    margin-right: 8px;
  }
}

.purchase-details__buttons .shopify-payment-button,
.purchase-details__buttons .action_button--secondary {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 0;
  margin-top: 8px;
  max-width: 100%;
}

@media (min-width: 1200px) {

  .purchase-details__buttons .shopify-payment-button,
  .purchase-details__buttons .action_button--secondary {
    -webkit-box-flex: 1 0 calc(50% - 4px);
    -moz-box-flex: 1 0 calc(50% - 4px);
    -webkit-flex: 1 0 calc(50% - 4px);
    -ms-flex: 1 0 calc(50% - 4px);
    flex: 1 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

.additional-checkout-button.additional-checkout-button--paypal {
  min-width: 100% !important;
}

.additional-checkout-button+.additional-checkout-button {
  margin-left: 0 !important;
  max-width: 100% !important;
}

#cart a.action_button.edit_cart {
  width: 180px;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 0;
  background-color: var(--edit-cart-background-color);
  color: var(--button-text-color);
  text-align: center;
  text-indent: 0;
}

#cart span::-moz-selection,
#cart p::-moz-selection,
#cart input::-moz-selection {
  background: transparent;
  color: inherit;
}

#cart span::selection,
#cart p::selection,
#cart input::selection {
  background: transparent;
  color: inherit;
}

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

#cart .tos {
  margin: 15px 20px;
  text-align: center;
}

#cart .price {
  font-weight: bold;
}

.item_info {
  max-width: 170px;
  float: left;
}

@media (max-width: 480px) {
  .item_info {
    max-width: 100px;
  }
}

#cart textarea {
  width: 90%;
  margin: 15px 20px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 4em;
}

#cart textarea,
#cart .quantity {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

#cart.mm-white textarea,
#cart.mm-white .quantity,
#cart.mm-light textarea,
#cart.mm-light .quantity {
  color: #444;
  border-color: #ddd;
}

.quantity_selector {
  margin: 10px 0;
}

.quantity_selector .plus,
.quantity_selector .minus {
  padding: 6px;
  font-size: 28px;
  position: relative;
  top: 4px;
  cursor: pointer;
}

#cart input.quantity {
  text-align: center;
  width: 32px;
  padding: 6px 0;
  position: relative;
  margin: 0 5px;
}

#cart input.quantity::-webkit-inner-spin-button,
#cart input.quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mm-label strong {
  font-size: 14px;
}

#cart .action_button {
  width: 180px;
  margin-right: 20px;
  margin-top: 20px;
  background-color: var(--button-color);
  color: var(--button-text-color);
  text-align: center;
  text-indent: 0;
  padding: 10px;
  line-height: 1.5em;
}

/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 10px 0 10px 0;
  padding: 0;
  border-bottom: solid 1px var(--border-color);
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
}

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  padding: 0px 15px;
  line-height: 30px;
  border-width: 1px 0 0 1px;
  margin: 0;
  font-size: 13px;
}

ul.tabs li a.active {
  border: solid 1px var(--border-color);
  background-color: var(--body-background-color);
  border-bottom: var(--body-background-color);
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-right-width: 1px;
  margin: 0 -1px 0 0;
  color: var(--body-color);
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

ul.tabs li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

ul.tabs li:last-child a {
  border-width: 1px 1px 0 1px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
}

ul.tabs-content>li {
  display: none;
  border: 0;
}

ul.tabs-content>li.active {
  display: block;
  border: 0;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dce0e0;
  padding: 11px 10px;
  outline: none;
  min-height: 44px;
  border-radius: var(--border-radius);
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  color: #565a5c;
  width: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  background: #fff;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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 {
  display: none;
}

select {
  background: #fff var(--select-png) no-repeat right center;
  cursor: pointer;
  padding: 10px 2em 10px 8px;
  -webkit-padding-end: 30px;
  background-size: 17px 5px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  min-height: auto;
}

select::-ms-expand {
  display: none;
}

input[type="number"] {
  padding: 5px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  border-color: rgb(138, 137, 138);
  color: #333;
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
}

textarea {
  width: 100%;
}

#contact_email {
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.sign_up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1em;
}

#target {
  text-align: center;
}

.quantity_label {
  display: inline;
  font-size: smaller;
}

.remove_item a {
  font-size: smaller;
  color: var(--body-color);
}

input.quantity {
  width: 48px;
  display: inline;
  margin-bottom: 0;
  padding: 8px 5px;
}

.cart_items p {
  margin-bottom: 5px;
}

li.cart_item a {
  text-indent: 0 !important;
  font-size: small;
}

li.cart_item div {
  white-space: initial;
}

.cart_image {
  padding: 5px 20px 0 0;
  max-width: 100px;
  text-align: center;
  float: left;
}

.continue_shopping {
  float: right;
  padding-top: 5px;
}

#get-rates-submit {
  margin-top: -1px;
}

#customer_login {
  margin-bottom: 2px;
}

.acceptsMarketing {
  margin-bottom: 10px;
}

.acceptsMarketing label,
.acceptsMarketing input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.acceptsMarketing p {
  margin: 0 0 2px 0;
}

/* #Tables
================================================== */
.table_styles_enabled table {
  width: 100%;
}

.table_styles_enabled table th {
  font-weight: 700;
  background: #f9f9f9;
  text-align: left;
}

.table_styles_enabled table th,
table td {
  padding: 18px;
}

.table_styles_enabled table tr {
  border-bottom: 1px solid #dcdcdc;
}

.table_styles_enabled table tr:first-child {
  border-top: 1px solid #dcdcdc;
}

.table_styles_enabled table td,
table th {
  border-right: 1px solid #dcdcdc;
}

.table_styles_enabled table td:first-child,
table th:first-child {
  border-left: 1px solid #dcdcdc;
}

.table_styles_enabled table .em {
  font-weight: 700;
}

table tr.order_summary td.label {
  text-align: right;
}

table {
  margin-bottom: 20px;
}

/* #Misc
================================================== */
.no-padding {
  padding: 0 !important;
}

.hidden {
  display: none;
}

.remove {
  color: var(--body-color);
}

.relative {
  position: relative;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.right {
  float: right;
  position: relative;
}

.left {
  float: left;
}

.inline {
  display: inline;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.container div.mobile_only,
span.mobile_only {
  display: none;
}

.no_border {
  border: none !important;
}

.extra_padding {
  padding-top: 4px;
}

div.hidden {
  display: none;
}

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

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

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

.content_padding {
  padding: 0px;
}

p.warning {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.warning--quantity {
  font-weight: bold;
  z-index: 0;
  float: left;
}

div#gift-card-outer-container {
  background-color: #eee;
}

#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333;
}

#grid .example-grid {
  overflow: hidden;
}

.no-js-only {
  display: none !important;
}

@media (max-width: 767px) {
  #content .index-sections.adjust-header {
    margin-top: 35px;
  }
}

.mobile-sticky-header--false {
  position: absolute;
}

.mobile-sticky-header--true {
  position: fixed;
}

/* #Site Styles
================================================== */
@media (max-width: 767px) {
  .product_section.product_images_position--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.wide-breadcrumb {
  padding-bottom: 20px;
}

div.section {
  margin: 10px 0;
}

.homepage_content,
.homepage_content h1,
.homepage_content h2,
.homepage_content h3,
.homepage_content h4,
.homepage_content h5,
.homepage_content h6 {
  background-color: var(--homepage-content-bg-color);
  color: var(--homepage-content-text-color);
}

.container .featured_links .column,
.container .featured_links .columns {
  margin-bottom: 20px;
}

.featured_links .image_container {
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.featured_links .image_container.onboarding {
  background: none;
}

.featured_links_block {
  margin-bottom: 20px;
}

.featured_links a img {
  transition: opacity 0.3s ease-in-out;
}

.featured_links a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.featured_links a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  color: var(--featured-text);
  transition: color 0.3s;
  z-index: 2;
  font-family: var(--promotions-font);
  line-height: 1.2;
  font-weight: var(--promotions-font-weight);
  font-style: var(--promotions-font-style);
  text-transform: var(--promotions-font-transform);
  font-size: var(--promotions-size);
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.featured_links_style--cross .featured_links a span {
  padding: 10px 0;
}

.featured_links_style--cross .featured_links a span::before,
.featured_links_style--cross .featured_links a span::after {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  z-index: 1;
  transition: transform 0.2s, opacity 0.3s;
  pointer-events: none;
}

.featured_links_style--cross .featured_links a span::before {
  top: 0;
}

.featured_links_style--cross .featured_links a span::after {
  top: 100%;
}

.featured_links_style--cross .featured_links a:hover span,
.featured_links_style--cross .featured_links a:focus span {
  color: var(--featured-text);
  opacity: 1;
}

.featured_links_style--cross .featured_links a:hover span::before,
.featured_links_style--cross .featured_links a:hover span::after,
.featured_links_style--cross .featured_links a:focus span::before,
.featured_links_style--cross .featured_links a:focus span::after {
  background: rgba(255, 255, 255, 0.6);
}

.featured_links_style--cross .featured_links a:hover span::before,
.featured_links_style--cross .featured_links a:focus span::before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform-origin: left;
}

.featured_links_style--cross .featured_links a:hover span::after,
.featured_links_style--cross .featured_links a:focus span::after {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  -moz-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  top: 50%;
  right: 0;
}

.featured_links_style--underline .featured_links a span {
  line-height: 1;
  padding: 5px 0;
}

.featured_links_style--underline .featured_links a span::before,
.featured_links_style--underline .featured_links a span::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
}

.featured_links_style--underline .featured_links a span::after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.featured_links_style--underline .featured_links a:hover span::before,
.featured_links_style--underline .featured_links a:hover span::after,
.featured_links_style--underline .featured_links a:focus span::before,
.featured_links_style--underline .featured_links a:focus span::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.featured_links_style--underline .featured_links a:hover span::after,
.featured_links_style--underline .featured_links a:focus span::after {
  top: 0;
  opacity: 1;
}

.featured_links_style--double_underline .featured_links a span {
  padding: 30px;
  transition: color 0.3s;
}

.featured_links_style--double_underline .featured_links a span::before,
.featured_links_style--double_underline .featured_links a span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured_links_style--double_underline .featured_links a span::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured_links_style--double_underline .featured_links a span::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.featured_links_style--double_underline .featured_links a:hover span,
.featured_links_style--double_underline .featured_links a:focus span {
  color: #fff;
}

.featured_links_style--double_underline .featured_links a:hover span::before,
.featured_links_style--double_underline .featured_links a:focus span::before,
.featured_links_style--double_underline .featured_links a:hover span::after,
.featured_links_style--double_underline .featured_links a:focus span::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.featured_links_style--circle .featured_links a span::before,
.featured_links_style--circle .featured_links a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.featured_links_style--circle .featured_links a span::after {
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.featured_links_style--circle .featured_links a:hover span::before,
.featured_links_style--circle .featured_links a:hover span::after,
.featured_links_style--circle .featured_links a:focus span::before,
.featured_links_style--circle .featured_links a:focus span::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.featured_links_style--border .featured_links .image_container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.featured_links_style--border .featured_links a:hover .image_container::after,
.featured_links_style--border .featured_links a:focus .image_container::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.featured-content-section img {
  margin-bottom: 1em;
}

.product_section .spr-badge {
  padding-bottom: 5px;
}

.index div.section.product_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.index div.section.product_section .product_info {
  margin-bottom: 2em;
}

div.product_section {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  div.product_section {
    margin-top: 0;
  }
}

.frontpage_product_stagger--true .product_section:nth-child(2n)>div {
  float: right;
}

.size_chart {
  float: right;
  font-family: var(--nav-font-family);
}

.size_chart_content {
  display: none;
  padding: 10px 20px;
}

.container div.breadcrumb {
  font-size: calc(var(--body-font-size) - 1px);
}

.container div.breadcrumb_text {
  margin-bottom: 1.5em;
}

body.product .container div.breadcrumb_text {
  margin: 0 !important;
}

body.product .container div.breadcrumb_text span {
  font-size: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  body.collection .breadcrumb_text {
    width: 100% !important;
  }
}

.continue_shopping {
  float: right;
  font-size: calc(var(--body-font-size) - 1px);
}

.vendor,
.sku {
  margin-top: -15px;
}

#category {
  width: 100%;
}

.featured_content p {
  margin-bottom: 0;
}

.featured-content--home {
  clear: both;
}

.paginate {
  text-align: center;
}

.paginate span,
a.tag {
  border: solid 1px var(--border-color);
  border-radius: 4px;
  margin: 10px 2px;
  padding: 5px 10px;
  display: inline-block;
}

a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0;
}

.paginate span:hover,
a.tag:hover {
  color: var(--link-hover-color);
}

.paginate .current {
  background-color: var(--cart-button-background);
}

.paginate .deco {
  border: none;
}

.thumbnail {
  position: relative;
  margin-bottom: 1em;
}

.featured_collections {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .featured_collections {
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
  }
}

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

.featured_collections .title {
  font-size: 18px;
}

.thumbnail a {
  display: block;
  padding-bottom: 0.5em;
  color: var(--body-color);
}

.thumbnail a:hover {
  color: var(--link-color);
}

.thumbnail img,
.thumbnail svg {
  display: block;
  margin: 0 auto;
}

.thumbnail .secondary {
  display: none;
}

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

.thumbnail .price {
  display: block;
  font-weight: bold;
}

.collection_swatches {
  text-align: center;
}

.new {
  position: relative;
  display: inline;
  padding: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}

.thumbnail img,
.thumbnail svg {
  margin-bottom: 0.75em;
}

.products .thumbnail img {
  max-height: var(--collection-height);
}

.thumbnail .price,
.thumbnail .sold_out,
.sold_out {
  font-weight: bold;
  color: #2e3a33;
}

.thumbnail .sale,
.sale {
  color: #2e3a33;
}

.sale_banner,
.new_banner {
  position: absolute;
  top: 25px;
  left: -5px;
  background: var(--sale-banner-color);
  font-family: var(--nav-font-family);
  font-weight: bold;
  font-size: var(--button-font-size);
  text-transform: var(--button-text-transform);
  padding: 10px;
  text-align: center;
  color: #fff;
}

.new_banner {
  background: var(--new-banner-color);
}

.cart_price {
  float: right;
  text-align: right;
  padding-left: 20px;
  font-weight: bold;
  display: none;
}

.tos_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}

.tos_checkbox p {
  margin-bottom: 0;
  margin-left: 5px;
  text-align: left;
  line-height: 1.4em;
}

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
}

label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
}

#estimated-shipping,
.excluding_tax {
  display: block;
}

.cart_page_image {
  float: left;
  margin-right: 20px;
  text-align: center;
  display: block;
  width: 100%;
}

.price_total_text {
  font-weight: normal;
  display: none;
}

.was_price {
  text-decoration: line-through;
  color: #5c5c5c;
  font-style: italic;
  text-shadow: none;
  font-weight: normal;
}

.thumbnails a {
  display: block;
  margin-bottom: 1em;
}

.article,
.article_image {
  margin-bottom: 30px;
}

.article .main_content_area img,
.article .main_content_area svg {
  margin-bottom: 10px;
}

#article-related-products img,
#article-related-products svg {
  margin-bottom: 0px;
}

.banner_image,
.article img.banner_image {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

body.article {
  margin-bottom: 0;
}

.purchase {
  margin-top: 25px;
}

/* #Videos
================================================== */
/*
  For YouTube and Vimeo videos, wrap the embedded code snippet
  in a <div class="video-container"> tag to allow it to resize.
  To restrict the width, wrap with an additional <div class="video-wrapper">
*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 600px;
  max-width: 100%;
}

video {
  display: block;
  width: 100%;
  height: auto;
}

/* #Home page - video */
.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.homepage-video img {
  width: 100%;
  display: block;
}

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

.homepage-video .homepage-video--media {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding-top: 0;
}

.homepage-video .flex-caption {
  z-index: 10;
}

.homepage-video .caption.text-on-video {
  z-index: 3;
  pointer-events: none;
}

.homepage-video .mediaWrapper {
  position: absolute !important;
  top: 0;
  left: 0;
}

.homepage-video .first_button {
  pointer-events: true;
}

.homepage-video.wide_display--false {
  margin-bottom: 20px;
}

.homepage-video.wide_display--false .banner-section {
  padding-bottom: 0;
}

.homepage-video__placeholder {
  position: relative;
}

.homepage-video.darken-video-true::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

.caption {
  color: var(--banner-color);
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  text-align: center;
}

.caption a {
  pointer-events: all;
}

/* #Home page - featured product
================================================== */
.featured_product .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear;
}

.featured_product .featured-link--half:hover a[href] img {
  opacity: 0.8;
}

.featured-product--section {
  box-sizing: border-box;
  float: left;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-product--section:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.featured-product--section:nth-child(even) .featured-link--half {
  float: right;
}

.featured-product--section.sixteen.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.featured-product--half.featured-product--image {
  background-color: transparent;
  text-align: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .featured-product--half.featured-product--image {
    -webkit-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.featured-product--half.featured-product--image .product_slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .featured-product--half.featured-product--image .product_slider {
    margin-bottom: 1em;
  }
}

.grid-layout--standard .featured-product--section {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.grid-layout--standard .featured-product--half {
  text-align: left;
  width: calc(45% - 20px);
  background-color: transparent;
}

.grid-layout--standard .featured-product--half.featured-product--image {
  width: calc(55% - 20px);
}

.featured-product--half {
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: var(--homepage-content-bg-color);
}

@media (max-width: 767px) {
  .featured-product--half {
    width: 100%;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.featured-product--half .featured-product--wrap {
  width: 100%;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.featured-product--half img,
.featured-product--half svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {

  .featured-product--half img,
  .featured-product--half svg {
    width: 100%;
    max-width: auto;
  }
}

.featured-product--half .info {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .featured-product--half .info {
    position: static;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
  }
}

.featured-product--half .info .vendor,
.featured-product--half .info .sku {
  margin-top: 15px;
}

.featured-product--half .left--flex {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.featured-product--half .description {
  position: relative;
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--body-color);
}

.featured-product--half .purchase {
  margin-top: 0px;
}

.featured-product--half .purchase.inline_purchase {
  margin-top: 26px;
}

.featured-product--half .action_button {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-product--half .action_button {
    padding: 10px 20px;
    font-size: calc(var(--button-font-size) - 2px);
  }
}

@media (max-width: 767px) {
  .featured-product--half .action_button {
    padding: 7px 15px;
  }
}

.featured-product--section.featured-link--no-image>img {
  display: none;
}

.featured-product--section.featured-link--no-image .featured-product--half {
  width: 100%;
}

.featured-product--section.featured-link--no-image .info {
  position: static;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: center;
  padding: 2em;
}

/* #Home page - image text
================================================== */
.image-with-text-section+.image-with-text-section .container {
  padding-top: 0;
}

.image-with-text .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear;
}

.image-with-text .featured-link--half:hover a[href] img {
  opacity: 0.8;
}

.featured-link--section {
  box-sizing: border-box;
  float: left;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-link--section:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.featured-link--section:nth-child(even) .featured-link--half {
  float: right;
}

.featured-link--section.sixteen.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.featured-link--half.featured-link--image {
  background-color: transparent;
  text-align: center;
}

@media (max-width: 767px) {
  .featured-link--half.featured-link--image {
    -webkit-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.grid-layout--standard .featured-link--section {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.grid-layout--standard .featured-link--half {
  width: calc(50% - 20px);
}

.grid-layout--standard .featured-link--half.featured-link--image {
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .grid-layout--standard .featured-link--half {
    margin-bottom: 20px;
  }
}

.grid-layout--full-width .featured-link--half {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 50%;
}

@media (max-width: 767px) {
  .grid-layout--full-width .featured-link--half {
    width: 100%;
    flex: auto;
  }
}

.grid-layout--full-width .featured-link--half.featured-link--image {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 50%;
}

@media (max-width: 767px) {
  .grid-layout--full-width .featured-link--half.featured-link--image {
    width: 100%;
    flex: auto;
  }
}

.featured-link--image .featured-link--wrap {
  max-width: 600px;
}

.featured-link--image .featured-link--wrap img {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}

.featured-link--image-2 .featured-link--wrap {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}

.featured-link--image-2 .featured-link--wrap img {
  border-radius: 5px;
  height: auto;
  position: absolute;
  object-fit: cover;
  display: block;
  width: 100%;
}

.featured-link--image-2 .featured-link--wrap img:first-child {
  width: 75%;
  top: 0;
  left: 0;
  aspect-ratio: 1;
}

.featured-link--image-2 .featured-link--wrap img:last-child {
  width: 50%;
  bottom: 0;
  right: 0;
  aspect-ratio: 3/4;
}

.featured-link--half {
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: var(--homepage-content-bg-color);
}

@media (max-width: 767px) {
  .featured-link--half {
    width: 100%;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

.featured-link--half .featured-link--wrap {
  width: 100%;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.featured-link--half img,
.featured-link--half svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {

  .featured-link--half img,
  .featured-link--half svg {
    width: 100%;
    max-width: auto;
  }
}

.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.featured-link--half .info.text-align--right {
  text-align: right;
}

.featured-link--half .info.text-align--right .description:before {
  margin-right: 0;
}

.featured-link--half .info.text-align--left {
  text-align: left;
}

.featured-link--half .info.text-align--left .description:before {
  margin-left: 0;
}

@media (max-width: 767px) {
  .featured-link--half .info {
    position: static;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 2em 0;
  }
}

.featured-link--half .collection_title {
  font-size: 2vw;
  margin-bottom: 0.3em;
  display: block;
  color: var(--homepage-content-text-color);
  text-transform: var(--headline-font-style);
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  font-family: var(--headline-font-family);
  font-size: var(--headline-font-size);
  font-weight: var(--headline-font-weight);
  text-transform: var(--headline-font-style);
  line-height: 1.5;
  color: var(--headline-color);
  display: block;
  letter-spacing: var(--headline-letter-spacing);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-weight: 700;
  font-family: Avenir Next, sans-serif;
}

@media (max-width: 767px) {
  .featured-link--half .collection_title {
    font-size: calc(var(--headline-font-size) * 0.8);
  }
}

@media (max-width: 767px) {
  .featured-link--half .collection_title {
    font-size: inherit;
  }
}

.featured-link--half .description {
  position: relative;
  font-size: 1.6vw;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--homepage-content-text-color);
}

@media (max-width: 767px) {
  .featured-link--half .description {
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}

@media (min-width: 1200px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}

.featured-link--half .action_button {
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-link--half .action_button {
    padding: 10px 20px;
    font-size: calc(var(--button-font-size) - 2px);
  }
}

@media (max-width: 767px) {
  .featured-link--half .action_button {
    padding: 7px 15px;
  }
}

.block__image_with_text {
  padding-block: 1rem;
}

.block__image_with_text .featured-link--half {
  background: transparent;
}

.featured-link--section.featured-link--no-image>img {
  display: none;
}

.featured-link--section.featured-link--no-image .featured-link--half {
  width: 100%;
}

.featured-link--section.featured-link--no-image .info {
  position: static;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: center;
  padding: 2em;
}

.featured-link--section.featured-link--no-image .info.text-align--left {
  text-align: center;
}

.featured-link--section.featured-link--no-image .info.text-align--right {
  text-align: center;
}

.featured-link--section.featured-link--no-image .description,
.featured-link--section.featured-link--no-image .collection_title {
  display: none;
}

/* #Home page - featured collection
================================================== */
.featured-collection--placeholder .eight.sidebar-disabled:nth-child(2n + 2) {
  margin-right: 0;
}

.featured-collection--placeholder .eight.sidebar-disabled:nth-child(2n + 1) {
  margin-left: 0;
}

.featured-collection--placeholder .one-third.sidebar-disabled:nth-child(3n + 3) {
  margin-right: 0;
}

.featured-collection--placeholder .one-third.sidebar-disabled:nth-child(3n + 1) {
  margin-left: 0;
}

.featured-collection--placeholder .four.sidebar-disabled:nth-child(4n + 4) {
  margin-right: 0;
}

.featured-collection--placeholder .four.sidebar-disabled:nth-child(4n + 1) {
  margin-left: 0;
}

.featured-collection--placeholder .six.sidebar-enabled:nth-child(2n + 2) {
  margin-right: 0;
}

.featured-collection--placeholder .six.sidebar-enabled:nth-child(2n + 1) {
  margin-left: 0;
}

.featured-collection--placeholder .four.sidebar-enabled:nth-child(3n + 3) {
  margin-right: 0;
}

.featured-collection--placeholder .four.sidebar-enabled:nth-child(3n + 1) {
  margin-left: 0;
}

.featured-collection--placeholder .three.sidebar-enabled:nth-child(4n + 4) {
  margin-right: 0;
}

.featured-collection--placeholder .three.sidebar-enabled:nth-child(4n + 1) {
  margin-left: 0;
}

/* #Blog
================================================== */
.sidebar .sidebar_content .input-row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}

.sidebar .sidebar_content .input-row input {
  margin: 5px 0;
}

/* #Newsletter
================================================== */
.newsletter {
  margin: 0px auto;
  max-width: 640px;
}

.input-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

@media (max-width: 767px) {
  .input-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.input-row input {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  margin: 5px;
  max-height: 40px;
}

@media (max-width: 767px) {
  .input-row input {
    margin: 5px 0;
  }
}

.input-row input.sign_up {
  display: inline-block;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-height: 40px;
}

@media (max-width: 767px) {
  .input-row input.sign_up {
    width: 100%;
  }
}

/* #Divider
================================================== */
.page-divider {
  opacity: 0;
  border-color: var(--border-color);
}

.active-divider {
  opacity: 1;
}

/* #Accordions
================================================== */
button {
  border: none;
  appearance: none;
}

.faqAccordion h2 {
  padding: 0;
  margin: 20px 0 0;
}

.faqAccordion>.dt>button {
  background: transparent;
  position: relative;
  padding: 20px 20px 20px 40px;
  color: var(--headline-color);
  border-bottom: 1px solid var(--border-color);
  text-align: left;
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-transform: initial;
  min-height: auto;
  height: auto;
  line-height: inherit;
  font-weight: normal;
  font-family: var(--body-font-family);
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
}

.faqAccordion>.dt>button:hover,
.faqAccordion>.dt>button:focus {
  background: darken(var(--body-background-color), 3%);
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--link-hover-color);
}

.faqAccordion>.dt>button::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50.1%);
  -ms-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  left: 15px;
  font-size: 25px;
  content: "+";
  color: inherit;
}

.faqAccordion>.dt>button[aria-expanded="true"]::after {
  content: "-";
  font-size: 30px;
}

.faqAccordion>dt:first-child>button {
  border-top: none;
}

.faqAccordion>dd {
  color: var(--body-color);
  padding: 20px 0px 20px 0px;
}

.faqAccordion>dd[aria-hidden="true"] {
  display: none;
}

@media (max-width: 767px) {
  .faqAccordion>dd {
    margin-left: 15px;
  }
}

.faq-template-section>.container {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .faq-container>.container {
    width: calc(100% - 32px);
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .faq-container>.container {
    display: flex;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .faq-container .faq-title {
    width: calc(33% - 25px);
    padding-top: 20px;
    padding-right: 25px;
  }

  .faq-container .faq-title+.faq-content {
    width: calc(67% - 25px);
    padding-left: 25px;
  }

  .faq-container .faq-content {
    width: 100%;
  }
}

.faq-container .faq-title h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  font-family: Avenir Next, sans-serif;
}

.faq-container .faqAccordion>dd {
  color: #303030;
  margin-left: 0;
}

.faq-container .faqAccordion>.dt>button {
  padding: 20px 40px 20px 0px;
  color: #303030;
}

.faq-container .faqAccordion>.dt>button:hover,
.faq-container .faqAccordion>.dt>button:focus {
  background: transparent;
}

.faq-container .faqAccordion>.dt>button:after {
  left: auto;
  right: 5px;
  content: "\e904";
  font-family: retina;
  font-size: 22px;
  font-weight: 600;
  color: #303030;
}

.faq-container .faqAccordion>.dt>button[aria-expanded="true"]:after {
  transform: rotate(180deg);
  font-size: 22px;
  top: calc(50% - 14px);
}

.accordion-tabs>a {
  display: block;
  background-color: #d1d3d4;
  margin: 10px 0;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

.accordion-tabs>a :hover {
  cursor: pointer;
}

.accordion-tabs>li[id*="tab"] {
  display: none;
  list-style: none;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* #Contact form
================================================== */
.contact-template__image {
  padding-bottom: 40px;
}

.contact-template__content {
  padding-bottom: 20px;
}

.contact-form--half {
  background-color: transparent;
  text-align: left;
}

.contact-form--half .info {
  padding: 20px 0;
  width: 100%;
  margin: 0;
}

.map-position--right .info {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .map-position--right .info {
    padding-right: 0;
  }
}

.map-position--left .info {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .map-position--left .info {
    padding-left: 0;
  }
}

/* #Home page - Instagram feed
================================================== */
#instafeed .instagram__item {
  position: relative;
  margin-bottom: 20px;
}

.instagram__item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.instagram__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.instagram__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.instagram__video-link:after,
.instagram__video-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.instagram__video-link:after {
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -18px;
  margin-left: -7px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}

.instagram__video-link:before {
  margin-top: -34px;
  margin-left: -34px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.42);
  transition: background 0.3s ease;
}

.instagram__video-link:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.instagram-feed-wrap .column {
  margin-bottom: 10px;
}

.instagram-feed-wrap .column:nth-child(5n + 1) {
  margin-left: 0;
}

.instagram-feed-wrap .column:nth-child(5n + 5) {
  margin-right: 0;
}

.instagram-feed-wrap .placeholder-instagram .column {
  margin-bottom: 20px;
}

.arrow {
  position: relative;
  font-size: 18px;
  left: 2px;
  opacity: 0.6;
}

.modal {
  margin: 10px 0;
  display: none;
  background-color: var(--modal-background-color);
}

.modal_product {
  width: auto;
  line-height: 0px;
  max-width: 940px;
}

.modal_product img {
  cursor: pointer;
}

.modal_image {
  text-align: center;
}

.modal p.modal_price,
p.modal_price {
  font-size: 18px;
  margin-bottom: 1em;
}

.modal form {
  margin-bottom: 10px;
}

.modal a:hover {
  color: var(--link-hover-color);
}

.notify_form .action_button {
  width: 100%;
}

.product_image_col {
  margin-top: 15px;
  text-align: center;
}

.product_image {
  text-align: center;
}

.meta {
  font-size: 13px;
}

.meta p {
  font-size: 13px;
  margin-bottom: 0px;
}

p.meta {
  margin-bottom: 10px;
}

.comment-body p.meta {
  margin-bottom: 5px;
}

.comment-body h6 {
  padding-top: 0;
}

/* Sidebar */
.sidebar_title {
  margin-bottom: 0;
}

.blog_list {
  margin-left: 0;
}

.recent_articles li {
  padding-bottom: 10px;
}

.recent_articles a {
  padding-right: 15px;
  display: block;
}

.blog_list li {
  list-style: none;
}

.sidebar a.parent-link--false:hover {
  color: var(--body-color);
  cursor: pointer;
}

.toggle span,
.menu-toggle {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: smaller;
  float: right;
  cursor: pointer;
  display: block;
  transition: transform 0.3s linear;
}

h4.toggle span {
  display: none;
}

@media (max-width: 767px) {
  h4.toggle span {
    display: block;
  }
}

.toggle-all--true h4.toggle {
  cursor: pointer;
}

.toggle-all--true .toggle span {
  display: block;
}

.toggle-all--true .toggle_list,
.toggle-all--true .recent_articles {
  display: none;
}

.sidebar .search {
  padding-top: 8px;
}

.sidebar .search input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.meta .label,
.label {
  color: var(--product-label-color);
}

.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: var(--was-price-color);
}

.blog_meta span:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 21%;
  margin: 0px 5px 0;
  width: 2px;
  height: 14px;
  border-radius: 2px;
  background-color: #3b4459;
  box-sizing: border-box;
}

.blog_meta span:last-child:after {
  background-color: transparent;
}

.tags span a {
  font-weight: bold;
  color: var(--link-color);
}

.blog_list li {
  list-style: none;
}

.count {
  font-style: normal;
  font-size: 13px;
}

.filter_wrap {
  display: inline-block;
  width: 45%;
  padding-left: 4%;
}

@media (min-width: 1200px) {
  .filter_wrap {
    width: auto;
  }
}

@media (max-width: 767px) {
  .filter_wrap {
    width: 100%;
    padding-left: 0;
    display: inline-block;
  }
}

#tag_filter,
#sort-by {
  display: inline-block;
  padding-right: 30px;
  width: 100%;
}

@media (min-width: 1200px) {

  #tag_filter,
  #sort-by {
    width: auto;
  }
}

.section_select {
  text-align: right;
}

.checkout {
  display: block;
  float: right;
  margin-top: 0px;
}

.additional-checkout-buttons {
  text-align: center;
  margin-top: 10px;
}

.additional-checkout-buttons>*:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .additional-checkout-buttons>*:not(script) {
    padding: 10px 0 0 5px;
  }
}

.additional-checkout-buttons>*:not(script):first-child,
.additional-checkout-buttons>*:not(script):empty {
  padding-left: 0px;
}

.or {
  font-size: smaller;
  font-style: italic;
  padding: 0 10px;
}

.inline_purchase {
  display: inline-block;
  margin-left: 20px;
  margin-top: 26px;
}

.sidebar_content {
  border-left: solid 1px var(--border-color);
  padding-left: 20px;
}

.sidebar .newsletter {
  margin-bottom: 20px;
}

.comment {
  margin-bottom: 30px;
}

.comment-body h6 {
  padding-bottom: 0.25em;
}

.gravatar {
  width: 100px !important;
}

.gravatar img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.red {
  color: #c33 !important;
}

.address p {
  margin-bottom: 5px;
}

div#disqus_thread ul,
div#disqus_thread li {
  border: none;
}

.search_page {
  padding: 40px 0 60px 0;
}

/* #Home page - Logo list
================================================== */
.logo-list-section {
  background-color: var(--homepage-content-bg-color);
}

.logo-bar-section h2 {
  text-align: center;
  color: var(--homepage-content-text-color);
}

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

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 160px;
  margin: 15px 25px 15px 25px;
}

@media (max-width: 767px) {
  .logo-bar__item {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* #Home page - Collection list
================================================== */
/* #Home page - Map
================================================== */
.map--container svg,
.map--container-contact svg {
  height: 400px;
}

.map--container .map,
.map--container .maps,
.map--container-contact .map,
.map--container-contact .maps {
  height: 400px;
}

@media (max-width: 480px) {

  .map--container .map,
  .map--container .maps,
  .map--container-contact .map,
  .map--container-contact .maps {
    height: 250px;
  }
}

.map-position--right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.map--container {
  clear: both;
}

.map--container p {
  margin-bottom: 5px;
}

.map--container h2,
.map--container p,
.map--container span {
  color: var(--homepage-content-text-color);
}

.map--container .full-width {
  width: 100% !important;
  /* Overwrite standard width */
}

.map--container-contact .featured-link--section {
  margin-top: 20px;
}

.map--container-contact .featured-link--half {
  text-align: left;
  background-color: transparent;
}

.map--container-contact .featured-link--half .info {
  width: 90%;
}

@media (max-width: 767px) {
  .map--container-contact .featured-link--half .info {
    width: 100%;
  }
}

/* Disable pointer events */
.maps iframe {
  height: 400px;
  display: block;
  pointer-events: none;
}

@media (max-width: 480px) {
  .maps iframe {
    height: 250px;
  }
}

.maps .placeholder-svg {
  height: 400px;
}

@media (max-width: 480px) {
  .maps .placeholder-svg {
    height: 250px;
  }
}

/* #Home page - Image gallery
================================================== */
.gallery-section {
  text-align: center;
}

.gallery-section .title {
  text-align: left;
}

.gallery-section a {
  display: block;
}

.gallery-section img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-section .two-per-row {
  width: 50%;
}

@media (max-width: 767px) {
  .gallery-section .two-per-row {
    width: 100%;
  }
}

.gallery-section .three-per-row {
  width: 33.333%;
}

@media (max-width: 767px) {
  .gallery-section .three-per-row {
    width: 100%;
  }
}

.gallery-section .four-per-row {
  width: 25%;
}

@media (max-width: 767px) {
  .gallery-section .four-per-row {
    width: 100%;
  }
}

.gallery-section .gallery_image {
  display: block;
  float: left;
  margin: 0;
}

.gallery-section .add-padding {
  padding: 10px;
}

/* #Home page - Testimonials
================================================== */
.feature_divider {
  display: block;
  margin: 0 auto 30px auto;
  background-color: #545454;
  height: 2px;
  width: 30px;
}

.testimonial-container {
  width: 90%;
  max-width: 900px;
  margin: 0px auto;
}

.testimonial-section {
  padding: 60px 0;
}

.testimonial-section .flexslider {
  overflow: visible;
}

.testimonial-section .flex-direction-nav a {
  background-color: var(--testimonial-btn-color);
}

.testimonial-section .flexslider .flex-next {
  opacity: 1;
  right: -45px;
}

.testimonial-section .flexslider .flex-prev {
  opacity: 1;
  left: -45px;
}

.testimonial-section .flexslider:hover .flex-next {
  opacity: 1;
  right: -45px;
}

.testimonial-section .flexslider:hover .flex-prev {
  opacity: 1;
  left: -45px;
}

.testimonial-section .flex-control-nav li a {
  background: var(--testimonial-btn-color);
  border-color: var(--testimonial-btn-color);
}

.testimonial-section .flex-active {
  opacity: 0.6;
}

.testimonial-section .flex-control-nav,
.testimonial-section .flex-disabled {
  display: none;
}

@media only screen and (max-width: 479px) {
  .testimonial-section .flex-control-nav {
    display: block;
    bottom: -5px;
    padding-bottom: 10px;
    position: relative;
  }
}

.testimonial-section h2 {
  padding-bottom: 10px;
  line-height: 1;
  color: var(--testimonial-header-color);
}

.testimonial-section .testimonial-bar {
  background-color: var(--testimonial-content-bg-color);
  padding: 15px;
}

.testimonial-section .testimonial-bar ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.testimonial-section .set-transparency {
  opacity: 0.8;
}

.testimonial-section .testimonial-block {
  width: 90%;
  padding-top: 15px;
  margin: auto;
}

.testimonial-section .name {
  font-weight: bold;
}

/* #Home page - Contact form
================================================== */
.contact-container {
  background-color: var(--homepage-content-bg-color);
  padding: 20px 0;
  color: var(--homepage-content-text-color);
}

.contact-container .headline,
.contact-container .contact_text {
  color: var(--homepage-content-text-color);
}

.quote-container {
  margin: 2em 0;
}

.quote-container p {
  font-style: italic;
  font-weight: bold;
}

.contact_form {
  padding-top: 0.75em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  clear: both;
}

@media (max-width: 767px) {
  .contact_form {
    display: block;
  }
}

.contact_form .contact_content .contact_text {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .contact_image--right {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .contact_image--right {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .contact_image--left {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .contact_image--left {
    padding-left: 60px;
  }
}

.contact_text_position--left {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contact_text_position--center {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.contact_text_alignment--right .contact_content p,
.contact_text_alignment--right h2 {
  text-align: right;
}

.contact_text_alignment--center .contact_content p,
.contact_text_alignment--center h2 {
  text-align: center;
}

.contact-template_contact_form {
  margin-bottom: 50px;
}

.contact_form.contact_text_position--center .contact_content {
  margin-bottom: 25px;
}

.contact_form .contact_image img {
  width: 100%;
}

/* #Footer
================================================== */
/* #Footer
================================================== */
.footer {
  display: block;
}

.footer__top {
  padding: 0;
  background: #2b583b;
  color: #fff;
}

.footer__top .footer__newsletter-description {
  color: #fff;
}

.footer__top .footer__newsletter-description h3,
.footer__top .footer__newsletter-description .newsletter-heading {
  margin-bottom: 0;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {

  .footer__top .footer__newsletter-description h3,
  .footer__top .footer__newsletter-description .newsletter-heading {
    font-size: 18px !important;
  }
}

.footer__top .footer__newsletter-description p {
  margin-bottom: 0;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #ffffff !important;
}

.footer__top .footer__newsletter-form {
  color: #fff;
}

.footer__top .footer__newsletter-form .message:empty {
  margin-bottom: 0;
}

.footer__top .footer__newsletter-form form {
  margin-bottom: 0;
}

.footer__top .footer__newsletter-form form p {
  color: white;
}

.footer__top .footer__newsletter-form form p.error {
  display: none;
}

.footer__top .footer__newsletter-form .input-row {
  display: flex;
  flex-direction: row !important;
  width: 400px;
  max-width: 100%;
  margin: 0;
}

.footer__top .footer__newsletter-form .input-row input {
  margin: 0;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 100% !important;
}

.footer__top .footer__newsletter-form .input-row .contact_email {
  width: auto;
  background: none;
  border: 1px solid #50996b;
  border-radius: 0;
  color: #fff;
}

.footer__top .footer__newsletter-form .input-row .contact_email::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.footer__top .footer__newsletter-form .input-row .contact_email::placeholder {
  color: #fff;
}

.footer__top .footer__newsletter-form .input-row .action_button {
  width: 112px;
  margin-left: -5px;
  margin-bottom: 0 !important;
  font-family: "Avenir", sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #2b8253;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 767px) {

  .footer__top .footer__newsletter-form .input-row .contact_email,
  .footer__top .footer__newsletter-form .input-row .action_button {
    min-height: 39px;
    height: 39px;
  }
}

@media (max-width: 767px) {
  .footer__top {
    padding: 40px 0;
  }

  .footer__top .footer__newsletter-form .input-row {
    margin-top: 25px;
  }
}

.footer__middle {
  padding: 15px 0 10px;
  background: #398053;
  color: #fff;
}

.footer__middle .footer__logo {
  display: block;
  width: 100%;
}

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

.footer__middle .footer__logo img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.footer__middle .contact-information {
  margin-top: 0;
}

.footer__middle .contact-information .contact-information__image {
  display: none;
  max-width: 100%;
  margin-bottom: 36px;
  height: auto;
}

@media (min-width: 768px) {
  .footer__middle .contact-information .contact-information__image {
    display: inline-block;
  }
}

.footer__middle .contact-information p {
  display: block;
  margin-bottom: 8px !important;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.03em;
  color: #ffffff !important;
}

.footer__middle .contact-information p strong,
.footer__middle .contact-information p b {
  font-weight: 800;
  color: #ffffff !important;
  font-size: 14px !important;
}

.footer__middle .contact-information p a {
  color: #ffffff;
  font-size: 14px !important;
}

.footer__middle .contact-information .social_icons {
  display: block;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.footer__middle .contact-information .social_icons li {
  display: inline-block;
  margin-right: 5px;
}

.footer__middle .contact-information .social_icons li:last-of-type {
  margin-right: 0;
}

.footer__middle .contact-information .social_icons li a {
  color: #fff;
}

.footer__middle .contact-information .social_icons li a span {
  font-size: 22px;
}

@media (max-width: 767px) {
  .footer__middle .contact-information .social_icons li a span {
    font-size: 19px;
  }
}

.footer__middle .title {
  margin-bottom: 24px;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  border: none;
  color: #fff !important;
  font-weight: bold;
  text-align: left;
}

.footer__middle .title svg {
  display: none;
}

.footer__middle .footer_menu {
  list-style: none;
  margin: 0;
}

.footer__middle .footer_menu li {
  margin-bottom: 24px;
}

.footer__middle .footer_menu li a {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #fff;
}

.footer__middle .footer_menu li a:visited {
  color: #fff;
}

@media (max-width: 767px) {
  .footer__middle .container {
    display: flex;
    flex-direction: column;
  }

  .footer__middle .container .columns {
    position: relative;
  }

  .footer__middle .footer__logo {
    margin-bottom: 40px;
  }

  .footer__middle .contact-information-wrap {
    order: 5;
  }

  .footer__middle .title {
    margin-bottom: 16px;
  }

  .footer__middle .title svg {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    transform: rotate(0deg);
    transition: 0.3s;
  }

  .footer__middle .footer_menu {
    display: none;
    margin-bottom: 32px;
  }

  .footer__middle .footer_menu li {
    margin-bottom: 16px;
  }

  .footer__middle .footer_menu li:last-of-type {
    margin-bottom: 0;
  }

  .footer__middle .columns:not(.opened) .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #fff !important;
    cursor: pointer;
  }

  .footer__middle .columns.opened .title svg {
    transform: rotate(180deg);
  }

  .footer__middle .columns.opened .footer_menu {
    display: block;
  }
}

.footer__bottom {
  padding: 10px 0 0;
  background: #1f2b24;
  color: #fff;
}

.footer__bottom .payments-and-bbblink {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.footer__bottom .google-ratings-footer {
  margin-bottom: 10px;
}

.footer__bottom .payment_methods {
  display: grid;
  grid-template-columns: 35px 35px 35px 35px 35px;
  grid-template-rows: 24px;
  grid-gap: 15px 14px;
  grid-auto-flow: row;
}

.footer__bottom .payment_methods .payment-icon--gray {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
}

.footer__bottom .credits {
  margin: 0;
  font-family: "Avenir", sans-serif;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.03em !important;
  color: #ffffff !important;
}

.footer__bottom .credits a {
  color: #ffffff !important;
}

@media (max-width: 959px) {
  .footer__bottom .credits {
    text-align: left !important;
  }
}

@media (max-width: 959px) {
  .footer__bottom .payments {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 480px) {
  .footer__bottom .payments-and-bbblink {
    gap: 43px;
  }

  .footer__bottom .payment_methods {
    grid-template-columns: 35px;
    grid-template-rows: 24px 24px;
    grid-gap: 15px 14px;
    grid-auto-flow: column;
  }
}

@media (max-width: 767px) {
  .footer__bottom {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .footer__bottom .container>.columns {
    width: calc(100% - 50px) !important;
    margin-left: 0;
    padding-left: 50px;
  }
}

@media (min-width: 960px) {
  .footer__bottom .container {
    display: flex;
    align-items: center;
  }

  .footer__bottom .google-ratings-footer {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .footer__bottom .container .six.payments {
    width: 400px;
  }

  .footer__bottom .container .credits-wrap {
    width: 300px !important;
    margin-left: 50px;
    margin-right: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  body[data-sticky-container].template--product .footer__bottom {
    padding-bottom: 130px;
  }
}

.google-ratings-footer {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .google-ratings-footer {
    background: #f4f6f6;
  }
}

.google-ratings-footer>div {
  position: static !important;
  height: 54px;
  border: none !important;
  border-radius: 4px;
  font-size: 11px !important;
}

@media only screen and (max-width: 480px) {
  .google-ratings-footer iframe {
    top: 0 !important;
    width: auto !important;
    right: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  a#bbblink {
    margin: 6px auto 14px !important;
  }
}

/* #Password Page
================================================== */
#password-page-bg {
  background-color: var(--password-page-background-color);
  color: var(--password-page-text-color);
}

#password-container {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}

#password-container .sign_up {
  width: auto;
}

#password-container h1 {
  color: var(--password-page-text-color);
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
  width: 100%;
}

.password-page-name {
  color: var(--password-page-text-color);
}

.password-page-message {
  font-size: var(--headline-font-size);
  margin: 0 auto 25px;
  color: var(--password-page-text-color);
}

.password-page-follow {
  color: var(--password-page-text-color);
  text-align: center;
}

.password-message {
  max-width: 600px;
}

.hr-small {
  margin: 20px auto;
  width: 50px;
}

.password-social .social_icons {
  margin-left: 0;
}

.password-social .social_icons li {
  display: inline;
  padding: 0 10px;
  margin: 0 10px;
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active,
.password-social .social_icons a:hover {
  color: var(--sub-footer-text-color);
  font-size: 25px;
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: var(--password-page-text-color);
  text-align: center;
}

.powered {
  display: block;
  margin-top: 15px;
}

.password-footer a {
  color: var(--password-page-text-color);
  text-decoration: none;
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: var(--sub-footer-link-color);
  text-decoration: none;
}

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em 2em 1em auto;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767px) {
  .controls {
    text-align: center;
    margin-right: auto;
  }
}

#open-me a {
  color: var(--password-page-text-color);
}

.close-me {
  z-index: 8000;
}

.close-me a {
  color: #000;
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.inputbox {
  margin: 0px auto;
  max-width: 100%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 80%;
  display: inline-block;
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }

  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important;
  }
}

/* #Swatch Styles
================================================== */
  {
  /* Hide radio buttons.*/
  /* Tooltips */
  /* CSS triangle */
}

.product_section .product_form {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.product_section .product_form.is-visible {
  opacity: 1;
}

.selector-wrapper,
.select {
  display: none;
}

.swatch_options {
  margin-bottom: 7px;
}

.swatch .option_title {
  color: #000;
  margin: 0.5em 0 17px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.swatch input {
  display: none;
}

.swatch label {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 2px;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
  color: #14532b;
}

.swatch .color label {
  min-width: 32px;
  height: 22px;
  line-height: 22px;
  background-position: center;
  background-size: cover;
}

.swatch-element {
  border: none;
}

.swatch-element.color {
  padding: 5px;
}

.swatch-element.color,
.swatch-element.color label {
  border: #e2e2e2 1px solid;
}

.swatch-element.color {
  border-color: transparent;
}

.color.swatch-element label {
  padding: 0;
}

.swatch_options input:checked+.swatch-element {
  background: #eaf6ef;
  border: solid 1px #2b8253;
}

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 10px 10px 0;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: solid 1px #f0f0f0;
  padding: 12px 8px;
  border-radius: 4px;
  width: 102px;
  height: 58px;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .swatch .swatch-element {
    width: 88px;
  }
}

@media (min-width: 1200px) {
  .swatch .swatch-element {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.swatch .swatch-element label:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.swatch .swatch-price-per-unit {
  width: 100%;
  position: relative;
}

.swatch .swatch-price-per-unit p {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}

.swatch .swatch-price-per-unit span {
  display: block;
}

.swatch .swatch-price-per-unit span span {
  display: inline;
}

.swatch .swatch-price-per-unit .swatch-price {
  font-size: 16px;
  font-weight: 600;
  color: #124324;
}

.swatch .swatch-price-per-unit .price-per-unit {
  font-size: 12px;
  margin-top: 3px;
}

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch .swatch-element.soldout .crossed-out {
  display: block;
  height: 100%;
  width: 100%;
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.swatch .tooltip {
  text-align: center;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  bottom: 100%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  width: 120px;
  font-size: 13px;
  left: -35px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  box-sizing: border-box;
}

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid rgba(51, 51, 51, 0.9) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.collection_swatches .swatch {
  display: inline-block;
  margin: 2px;
}

.collection_swatches .swatch span {
  margin-top: 10px;
  width: 27px;
  min-width: 27px;
  height: 20px;
  float: none;
  display: inline-block;
  border: #e2e2e2 1px solid;
  background-position: center;
  background-size: cover;
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn,
.mm-menu {
  box-sizing: border-box;
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
  content: "";
  bottom: 0;
}

.mm-hidden {
  display: none !important;
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}

.mm-panels,
.mm-panels>.mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}

.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels>.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 20px 20px;
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
  display: block;
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after,
.mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar>* {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview>li {
  position: relative;
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
  border-color: inherit;
}

.mm-listview>li>a,
.mm-listview>li>span {
  color: inherit;
  display: block;
  padding: 14px 10px 14px 20px;
  margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset>li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer>.mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease, all 0.2s ease;
  transition-property: transform;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-offcanvas.mm-measureheight>.mm-panels>.mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*="mm-columns-"])~.mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*="mm-columns-"])~.mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*="mm-columns-"])~.mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*="mm-columns-"])~.mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*="mm-columns-"])~.mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*="mm-columns-"])~.mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*="mm-columns-"])~.mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter+a.mm-next {
  width: 90px;
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
  margin-right: 90px;
}

em.mm-counter+a.mm-fullsubopen {
  padding-left: 0;
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span,
em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
  padding-right: 90px;
}

.mm-vertical>.mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer>.mm-counter {
  margin-top: 40px;
}

.mm-nosubresults>.mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbar-bottom,
.mm-navbar-top~.mm-navbar-top {
  border-bottom: none;
}

.mm-menu>.mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}

.mm-navbar-bottom~.mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*="mm-navbar-content-"]>* {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs>* {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs>a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0;
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 60px;
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 110px;
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2>* {
  width: 50%;
}

.mm-navbar-content-3>* {
  width: 33.33%;
}

.mm-navbar-content-4>* {
  width: 25%;
}

.mm-navbar-content-5>* {
  width: 20%;
}

.mm-navbar-content-6>* {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next+a,
.mm-menu.mm-rtl .mm-listview .mm-next+span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle+a,
.mm-menu.mm-rtl label.mm-toggle+span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check+a,
.mm-menu.mm-rtl label.mm-check+span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next+label.mm-check,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}

.mm-panel>.mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults>a.mm-next {
  display: none;
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
  padding-right: 10px;
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer~.mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check:before,
label.mm-toggle:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked~label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked~label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}

label.mm-toggle+a,
label.mm-toggle+span {
  padding-right: 80px;
}

label.mm-check+a,
label.mm-check+span {
  padding-right: 60px;
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
  right: 60px;
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
  margin-right: 50px;
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
  padding-right: 70px;
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
  padding-right: 50px;
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
  right: 100px;
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
  content: none;
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
  left: 0 !important;
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview>li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/* Custom mmenu styles */
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .continue {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-indent: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -20px;
  margin-bottom: 5px;
  line-height: 10px;
}

.mm-menu.mm-theme-white {
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}

.mm-menu.mm-theme-white .continue {
  background: #fff;
  color: inherit;
}

.mm-menu.mm-theme-white .mm-listview a.mm-subopen:after,
.mm-menu.mm-theme-white .mm-listview a.mm-subclose:before {
  border-color: #888;
}

.mm-menu.mm-theme-white .mm-counter {
  color: #666;
}

.mm-menu.mm-theme-white#cart textarea,
.mm-menu.mm-theme-white#cart .quantity {
  border-color: #ddd;
  color: #888;
}

.mm-menu .mm-listview>li>a.mm-subopen:after,
.mm-menu .mm-listview>li>a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-listview a.mm-subopen:after,
.mm-listview a.mm-subclose:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-listview a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu .mm-listview>li.mm-label {
  background: rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
}

#cart.mm-menu textarea {
  margin: 15px 20px 0px 20px;
  display: block;
  width: calc(100% - 40px);
}

.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 20px;
  top: 50%;
  color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

#cart.mm-menu a.action_button.edit_cart {
  margin-left: 18px;
}

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 20px;
}

.mm-listview>li .mm-next {
  border-left: transparent;
}

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  text-align: center;
  font-size: 21px;
  padding: 60px 0;
}

.mm-menu .mm-noresultsmsg a {
  color: rgba(255, 255, 255, 0.3);
}

#nav .mm-search~.mm-listview {
  padding-top: 25px;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.header.mm-slideout {
  z-index: 90001;
}

#mm-blocker {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
}

html.mm-right.mm-opening.tablet-menu-open .mm-slideout,
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translateZ(0) !important;
  right: 0;
  margin: auto;
}

#nav a,
#nav span,
#nav li select.currencies {
  font-family: var(--nav-font-family);
  font-weight: var(--nav-font-weight);
  font-size: var(--nav-font-size);
  text-transform: var(--nav-font-style);
  letter-spacing: var(--nav-letter-spacing);
  color: inherit;
}

#nav a.mm-title {
  font-family: var(--headline-font-family);
  font-weight: var(--headline-font-weight);
  text-transform: var(--headline-font-style);
  letter-spacing: var(--headline-letter-spacing);
}

#nav li select.currencies {
  background-position: 97%;
  padding: 14px 8px 14px 20px;
  border: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  outline: 0;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  text-shadow: none !important;
  box-shadow: none !important;
}

/* #jQuery FlexSlider v2.2
================================================== */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav,
.flex-direction-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.slides li {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  line-height: 0;
}

/* FlexSlider Necessary Styles
*********************************/
html[xmlns] .slides {
  display: block;
}

.flexslider {
  margin: 0;
  padding: 0;
  z-index: 0;
}

.flexslider .slides>li {
  display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slider.slideshow_article_darken--true {
  background-color: #000;
}

.slider.slideshow_article_darken--true img {
  opacity: 0.6;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.flexslider .slides img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.homepage_slider .slides>li:first-of-type {
  display: block;
  width: 100%;
}

.homepage_slider .slides img,
.article .slides img {
  width: 100%;
  margin-bottom: 0;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  clear: both;
  overflow: hidden;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides .flex-active-slide {
  z-index: 100 !important;
}

.flexslider .slides li {
  text-align: center;
  position: relative;
  z-index: -100 !important;
}

.flexslider-container {
  position: relative;
}

.carousel li {
  margin-right: 5px;
  border: 0;
}

.flex-caption {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 479px) {
  .flex-caption {
    top: 55%;
  }
}

.flex-caption .headline,
.caption-content .headline {
  font-weight: 700;
  font-family: Avenir Next, sans-serif;
  color: var(--banner-color);
  font-size: var(--slideshow-headline-size);
  margin-bottom: 0.2em;
  line-height: 1.2;
  position: relative;
  letter-spacing: var(--headline-letter-spacing);
}

.flex-caption .subtitle {
  font-family: var(--slideshow-subtitle-font);
  color: var(--banner-color);
  font-size: var(--slideshow-subtitle-size);
  line-height: 1.5em;
  font-weight: var(--slideshow-subtitle-font-weight);
  position: relative;
  font-style: var(--slideshow-subtitle-font-style);
  text-transform: var(--slideshow-subtitle-font-transform);
}

.subtitle p a {
  pointer-events: all;
}

.flex-caption .action_button {
  position: relative;
  padding: 16px 32px;
  margin-top: 15px;
  line-height: initial;
  color: var(--banner-color);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: var(--border-radius-unchanged);
}

.flex-caption .action_button:hover {
  border-color: #fff;
  color: var(--banner-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.flex-caption .action_button_solid {
  border-color: var(--button-color);
  color: var(--button-text-color);
  background-color: var(--button-color);
  border-radius: var(--border-radius-unchanged);
  box-shadow: var(--bevel-box-shadow);
}

.flex-caption .action_button_solid:hover {
  color: var(--button-hover-text-color);
  border-color: var(--button-hover-color);
  background-color: var(--button-hover-color);
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  margin: -20px 0 0;
  display: block;
  z-index: 200;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 62px;
}

.flex-direction-nav a span:before {
  margin-right: 0;
}

.flex-direction-nav .flex-next {
  right: -60px;
}

.flex-direction-nav .flex-prev {
  left: -60px;
}

.flex-direction-nav .flex-next span {
  position: relative;
  left: 1px;
  top: 1px;
}

.flex-direction-nav .flex-prev span {
  position: relative;
  right: 1px;
  top: 1px;
}

.flexslider:hover .flex-next {
  right: 20px;
  opacity: 1;
}

.flexslider:hover .flex-prev {
  left: 20px;
  opacity: 1;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-nav li:first-child {
  margin: 0;
}

.flex-control-nav li a {
  width: 40px;
  height: 1px;
  display: block;
  opacity: 0.3;
  cursor: pointer;
  text-indent: -9999em;
  border: 3px solid #fff;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}

.flex-control-nav li a.flex-active {
  opacity: 0.8;
  cursor: default;
}

.flex-control-thumbs {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-thumbs li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-thumbs {
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li,
.flex-control-thumbs li:first-child {
  width: 16%;
  vertical-align: top;
  margin: 15px 5% 0 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.product_slider .flex-active-slide a:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.product_slider {
  margin-bottom: 2em;
}

.thumbnail_position--left-thumbnails .flex-control-thumbs,
.thumbnail_position--right-thumbnails .flex-control-thumbs {
  width: 16%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.thumbnail_position--left-thumbnails .flex-control-thumbs li,
.thumbnail_position--right-thumbnails .flex-control-thumbs li {
  width: auto;
  margin-top: 20px;
}

.thumbnail_position--left-thumbnails .flex-control-thumbs li:first-child,
.thumbnail_position--right-thumbnails .flex-control-thumbs li:first-child {
  margin-top: 0;
}

.thumbnail_position--left-thumbnails .product_gallery>.slides,
.thumbnail_position--left-thumbnails .flex-viewport,
.thumbnail_position--right-thumbnails .product_gallery>.slides,
.thumbnail_position--right-thumbnails .flex-viewport {
  width: 80%;
}

.thumbnail_position--left-thumbnails .product_gallery>.slides,
.thumbnail_position--left-thumbnails .flex-viewport {
  float: right;
}

.thumbnail_position--left-thumbnails .flex-control-thumbs {
  float: right;
  margin-right: 4%;
}

.thumbnail_position--right-thumbnails .product_gallery>.slides,
.thumbnail_position--right-thumbnails .flex-viewport {
  float: left;
}

.thumbnail_position--right-thumbnails .flex-viewport {
  float: left;
}

.thumbnail_position--right-thumbnails .flex-control-thumbs {
  float: left;
  margin-left: 4%;
}

.thumbnail_position--no-thumbnails .flex-control-thumbs li:nth-child(5n),
.thumbnail_position--bottom-thumbnails .flex-control-thumbs li:nth-child(5n) {
  margin: 15px 0 0;
}

.thumbnail_position--bottom-thumbnails .product_slider {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .thumbnail_position--bottom-thumbnails .product_slider {
    margin-bottom: 40px;
  }
}

.thumbnail_position--bottom-thumbnails .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0 1px;
}

.thumbnail_position--bottom-thumbnails .flex-control-thumbs li {
  width: auto;
  margin: 0;
}

.thumbnail_position--bottom-thumbnails .flex-control-thumbs li img {
  border: solid 1px transparent;
  object-fit: contain;
  aspect-ratio: 1;
}

.thumbnail_position--bottom-thumbnails .flex-control-thumbs li .flex-active {
  border-color: #cccccc;
  border-radius: 4px;
}

.flex-caption {
  pointer-events: none;
}

.flex-caption .action_button {
  pointer-events: all;
}

.wide_display--false .slider,
.wide_display--false .flexslider,
.wide_display--false .banner-section {
  margin: 0px auto;
  width: calc(100% - 20px);
}

@media (max-width: 767px) {

  .wide_display--false .slider,
  .wide_display--false .flexslider,
  .wide_display--false .banner-section {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .wide_display--false .flex-caption .headline,
  .wide_display--false .flex-caption .subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.banner-section {
  position: relative;
}

@media (max-width: 767px) {
  .banner-section {
    padding-top: 0 !important;
  }
}

.shadow-header {
  display: block;
  width: 100%;
  height: 0;
}

@media (max-width: 767px) {
  .shadow-header {
    height: 0 !important;
  }
}

.banner-section+.main_content_area {
  padding-top: 20px;
}

.wide_display--false .banner-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_content_area .banner-section {
  padding-top: 0;
}

#stamped-full-page {
  padding: 170px 0 0;
}

@media (max-width: 767px) {
  #stamped-full-page {
    padding: 50px 0 0;
  }
}

#stamped-full-page .review-page-title h1 {
  text-align: left;
}

#stamped-full-page .review-page-title hr {
  display: none;
}

/* #Fancybox
================================================== */
/*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background-color: var(--modal-background-color);
  color: var(--body-color);
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -306px;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
  border-radius: 4px;
  background-color: #fff;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: var(--loader-gif) center center no-repeat;
  background-size: 32px 32px;
  display: block !important;
}

.fancybox-close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  z-index: 8040;
  font-size: 18px;
  color: var(--body-color);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.fancybox-close span:before {
  margin-right: 0;
}

.gallery .fancybox-close {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 62px;
}

.fancybox-nav span:before {
  margin-right: 0;
}

.fancybox-prev span {
  left: 20px;
}

.fancybox-next span:before {
  left: 1px;
}

.fancybox-prev span:before {
  right: 1px;
}

.fancybox-prev span:hover,
.fancybox-next span:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.fancybox-next span {
  right: 20px;
}

.fancybox-nav:hover span {
  visibility: visible;
  opacity: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 90001;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s linear;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  width: 100%;
}

.fancybox-opened .fancybox-title {
  display: none;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -28px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Newsletter */
.newsletter-section h2 {
  color: inherit;
  background-color: inherit;
}

.newsletter-section input {
  height: 40px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.newsletter-section input[type="text"],
.newsletter-section input[type="email"] {
  min-width: calc(var(--input-min-width) - 10px);
  margin-right: 10px;
}

@media (max-width: 767px) {

  .newsletter-section input[type="text"],
  .newsletter-section input[type="email"] {
    min-width: 100%;
    margin-right: 0;
  }
}

.newsletter_popup {
  margin-bottom: 1.5em;
}

.newsletter_popup .input-row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsletter_popup .input-row input[type="text"] {
  -webkit-box-flex: 1 0 calc(50% - 10px);
  -moz-box-flex: 1 0 calc(50% - 10px);
  -webkit-flex: 1 0 calc(50% - 10px);
  -ms-flex: 1 0 calc(50% - 10px);
  flex: 1 0 calc(50% - 10px);
}

.newsletter_popup .input-row input[type="email"] {
  -webkit-box-flex: 1 0 calc(70% - 10px);
  -moz-box-flex: 1 0 calc(70% - 10px);
  -webkit-flex: 1 0 calc(70% - 10px);
  -ms-flex: 1 0 calc(70% - 10px);
  flex: 1 0 calc(70% - 10px);
}

.newsletter_popup .fancybox-inner {
  overflow-y: auto;
}

.newsletter_popup .contact-form {
  width: 460px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .newsletter_popup .contact-form {
    width: 100%;
  }
}

.newsletter_popup input.sign_up {
  display: inline-block;
  width: calc(30% - 10px);
}

@media (max-width: 767px) {
  .newsletter_popup input.sign_up {
    width: 100%;
  }
}

.sub-footer .newsletter input {
  width: 100%;
}

[data-slideshow-animation="zoom"] img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.flexslider:not(.homepage_slider) .slides img {
  cursor: zoom-in;
}

/*
* Layout
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing
    #Media Queries */
/* #Base 1200 Grid
================================================== */
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.column,
.columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}

.column.omega,
.columns.omega {
  margin-right: 0;
}

/* Base Grid */
.container .one.column {
  width: 55px;
}

.container .two.columns {
  width: 130px;
}

.container .three.columns {
  width: 222px;
}

.container .four.columns {
  width: 280px;
}

.container .five.columns {
  width: 355px;
}

.container .six.columns {
  width: 430px;
}

.container .seven.columns {
  width: 505px;
}

.container .eight.columns {
  width: 580px;
}

.container .nine.columns {
  width: 655px;
}

.container .ten.columns {
  width: 730px;
}

.container .eleven.columns {
  width: 805px;
}

.container .twelve.columns {
  width: 880px;
}

.container .thirteen.columns {
  width: 938px;
}

.container .fourteen.columns {
  width: 1030px;
}

.container .fifteen.columns {
  width: 1105px;
}

.container .sixteen.columns {
  width: 1180px;
}

.container .one-third.column {
  width: 380px;
}

.container .two-thirds.column {
  width: 780px;
}

.container .one-fifth.column {
  width: 220px;
}

.container .with-white-space.column {
  width: 300px;
  margin-left: 100px;
  margin-right: 100px;
}

.container .with-white-space.column.alpha {
  margin-left: 0;
  margin-right: 0;
}

.container .with-white-space.column.omega {
  margin-left: 0;
  margin-right: 0;
}

.container .with-white-space.column.thumbnail {
  margin-bottom: 3em;
}

/* Offsets */
.container .offset-by-one {
  padding-left: 75px;
}

.container .offset-by-two {
  padding-left: 150px;
}

.container .offset-by-three {
  padding-left: 225px;
}

.container .offset-by-four {
  padding-left: 300px;
}

.container .offset-by-five {
  padding-left: 375px;
}

.container .offset-by-six {
  padding-left: 450px;
}

.container .offset-by-seven {
  padding-left: 525px;
}

.container .offset-by-eight {
  padding-left: 600px;
}

.container .offset-by-nine {
  padding-left: 675px;
}

.container .offset-by-ten {
  padding-left: 750px;
}

.container .offset-by-eleven {
  padding-left: 825px;
}

.container .offset-by-twelve {
  padding-left: 900px;
}

.container .offset-by-thirteen {
  padding-left: 975px;
}

.container .offset-by-fourteen {
  padding-left: 1050px;
}

.container .offset-by-fifteen {
  padding-left: 1125px;
}

.container .offset-by-one.alternate {
  padding-right: 75px;
}

/* #Base 960 Grid
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }

  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }

  .row {
    margin-bottom: 20px;
  }

  /* Nested Column Classes */
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
  }

  .column.omega,
  .columns.omega {
    margin-right: 0;
  }

  /* Base Grid */
  .container .one.column,
  .container .one.columns {
    width: 40px;
  }

  .container .two.columns {
    width: 100px;
  }

  .container .three.columns {
    width: 198px;
  }

  .container .four.columns {
    width: 220px;
  }

  .container .five.columns {
    width: 280px;
  }

  .container .six.columns {
    width: 340px;
  }

  .container .seven.columns {
    width: 400px;
  }

  .container .eight.columns {
    width: 460px;
  }

  .container .nine.columns {
    width: 520px;
  }

  .container .ten.columns {
    width: 580px;
  }

  .container .eleven.columns {
    width: 640px;
  }

  .container .twelve.columns {
    width: 700px;
  }

  .container .thirteen.columns {
    width: 722px;
  }

  .container .fourteen.columns {
    width: 820px;
  }

  .container .fifteen.columns {
    width: 880px;
  }

  .container .sixteen.columns {
    width: 940px;
  }

  .container .one-third.column {
    width: 300px;
  }

  .container .two-thirds.column {
    width: 620px;
  }

  .container .one-fifth.column {
    width: 172px;
  }

  .container .with-white-space.column {
    width: 265px;
    margin-left: 60px;
    margin-right: 60px;
  }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 60px;
  }

  .container .offset-by-two {
    padding-left: 120px;
  }

  .container .offset-by-three {
    padding-left: 180px;
  }

  .container .offset-by-four {
    padding-left: 240px;
  }

  .container .offset-by-five {
    padding-left: 300px;
  }

  .container .offset-by-six {
    padding-left: 360px;
  }

  .container .offset-by-seven {
    padding-left: 420px;
  }

  .container .offset-by-eight {
    padding-left: 480px;
  }

  .container .offset-by-nine {
    padding-left: 540px;
  }

  .container .offset-by-ten {
    padding-left: 600px;
  }

  .container .offset-by-eleven {
    padding-left: 660px;
  }

  .container .offset-by-twelve {
    padding-left: 720px;
  }

  .container .offset-by-thirteen {
    padding-left: 780px;
  }

  .container .offset-by-fourteen {
    padding-left: 840px;
  }

  .container .offset-by-fifteen {
    padding-left: 900px;
  }

  .container .offset-by-one.alternate {
    padding-right: 60px;
  }
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }

  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }

  .container .one.column,
  .container .one.columns {
    width: 28px;
  }

  .container .two.columns {
    width: 76px;
  }

  .container .three.columns {
    width: 124px;
  }

  .container .four.columns {
    width: 172px;
  }

  .container .five.columns {
    width: 220px;
  }

  .container .six.columns {
    width: 268px;
  }

  .container .seven.columns {
    width: 316px;
  }

  .container .eight.columns {
    width: 364px;
  }

  .container .nine.columns {
    width: 412px;
  }

  .container .ten.columns {
    width: 460px;
  }

  .container .eleven.columns {
    width: 508px;
  }

  .container .twelve.columns {
    width: 556px;
  }

  .container .thirteen.columns {
    width: 604px;
  }

  .container .fourteen.columns {
    width: 652px;
  }

  .container .fifteen.columns {
    width: 700px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }

  .container .one-fifth.column {
    width: 133px;
  }

  .container .with-white-space.column {
    width: 220px;
    margin-left: 30px;
    margin-right: 30px;
  }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }

  .container .offset-by-two {
    padding-left: 96px;
  }

  .container .offset-by-three {
    padding-left: 144px;
  }

  .container .offset-by-four {
    padding-left: 192px;
  }

  .container .offset-by-five {
    padding-left: 240px;
  }

  .container .offset-by-six {
    padding-left: 288px;
  }

  .container .offset-by-seven {
    padding-left: 336px;
  }

  .container .offset-by-eight {
    padding-left: 384px;
  }

  .container .offset-by-nine {
    padding-left: 432px;
  }

  .container .offset-by-ten {
    padding-left: 480px;
  }

  .container .offset-by-eleven {
    padding-left: 528px;
  }

  .container .offset-by-twelve {
    padding-left: 576px;
  }

  .container .offset-by-thirteen {
    padding-left: 624px;
  }

  .container .offset-by-fourteen {
    padding-left: 672px;
  }

  .container .offset-by-fifteen {
    padding-left: 720px;
  }

  .container .offset-by-one.alternate {
    padding-right: 48px;
  }
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .algoria_search_box {
    width: 90% !important;
  }

  .container {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container--mobile-pading {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }

  .container .one-fifth.column {
    width: 140px;
  }

  .container .one-fifth.column:nth-child(2n) {
    margin-left: 20px;
  }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }

  .container .offset-by-one.alternate {
    padding-right: 0;
  }
}

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .algoria_search_box {
    width: 90%;
  }

  .container {
    width: 420px;
  }

  .container .columns,
  .container .column {
    margin: 0;
  }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }

  .container .one-fifth.column {
    width: 200px;
  }

  .container .one-fifth.column:nth-child(2n) {
    margin-left: 20px;
  }
}

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .collection_menu {
    display: none;
  }

  h1.collection_title_tags,
  div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .cloudzoom-lens {
    width: 140px;
    height: 120px;
  }
}

.nav ul ul li .cart-button {
  background-color: transparent;
}

/* Standard 960 to widescreen 1200(desktop browsers) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .nav ul ul li {
    padding: 0 7px 0 7px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .nav ul.menu ul li {
    padding: 0px 3px 0px 3px;
  }

  .nav ul ul li .cart-button {
    background-color: transparent;
    padding: 0;
    color: var(--nav-color-home) !important;
  }

  .header_bar .nav ul ul li .cart-button {
    color: var(--nav-color) !important;
  }

  .nav ul ul li .cart-button span {
    display: none;
  }

  .cart_count {
    top: -6px;
    left: 10px;
  }
}

.sub-menu-opener {
  display: none;
}

.sub-menu-opener::after,
.sub-menu-opener::before {
  content: "";
  bottom: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.sub-menu-opener::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
  border-color: rgba(0, 0, 0, 0.3019607843);
}

.sub-menu-opener::before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-color: inherit;
}

.sfg-menu-title {
  text-align: center;
  font-family: FontDrop, serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 17px;
  display: none;
  padding: 10px 0;
  margin: 0;
}

.close-sub-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  padding: 8px 0 13px 8px;
  top: 0;
  display: none;
  cursor: pointer;
}

.close-sub-menu::before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
  border-color: rgba(0, 0, 0, 0.3019607843);
}

@media (min-width: 1200px) {

  .currency-title,
  .language-title,
  .currenciesul .dropdown_title,
  .languagesul .dropdown_title {
    display: none;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1199px) {
  .close-sub-menu {
    display: flex;
  }

  .sub-menu-opener {
    cursor: pointer;
    display: block;
    background: rgba(3, 2, 1, 0);
    width: 50px;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 13px;
    bottom: 0;
    z-index: 1;
    color: white;
  }

  .homepage_slider .flex-direction-nav {
    display: none;
  }

  .article_image {
    padding-bottom: 0;
  }

  .sidebar_content {
    border: 0;
    padding: 0;
  }

  #tag_filter,
  #sort-by,
  .breadcrumb_text {
    margin-bottom: 1em !important;
  }

  .blog_filter {
    margin-top: 1em;
    width: 100% !important;
  }

  .section_select {
    text-align: center;
  }

  .flex-control-nav {
    bottom: 10px;
  }

  .or {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }

  .header {
    background-color: var(--header-bg-color);
    border-bottom: solid 1px var(--border-color);
  }

  .mobile_logo {
    display: block;
    text-align: center;
  }

  .logo a {
    margin: 40px auto 0 auto;
  }

  #header a.icon-menu {
    flex-basis: 24%;
    text-align: left;
  }

  #header a.mobile_logo_inside {
    margin: auto;
    font-size: 18px;
    line-height: 34px;
    z-index: -1;
    width: auto;
  }

  #header a.mobile_logo img {
    width: auto;
    max-width: 150px;
    max-height: 30px;
    padding-top: 2px;
    flex-basis: 50%;
  }

  #header a.mobile_logo_inside img {
    width: auto;
    max-width: 150px;
    max-height: 30px;
    padding-top: 2px;
  }

  #header a.cart-button {
    position: static;
    flex-basis: 24%;
    text-align: right;
  }

  #header a.cart-button span {
    font-size: 12px;
  }

  .mobile_hidden {
    display: none !important;
  }

  table tr.order_summary td.label {
    text-align: left;
  }

  .feature_image .logo a,
  .feature_image .logo a:hover,
  .feature_image .logo a:visited,
  .feature_image .logo a:active {
    color: var(--logo-color);
    text-align: center;
  }

  .cart_count {
    left: 8px;
  }

  .breadcrumb {
    text-align: center;
    margin-bottom: 0.5em;
  }

  .featured_text {
    font-size: var(--body-font-size);
    line-height: 1.7em;
  }

  .nav .sfg-mega-menu .dropdown_title {
    text-align: center;
    font-family: FontDrop, serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 17px;
    display: block;
    padding: 10px 0;
    margin: 0;
    color: #3b4459 !important;
    line-height: 33px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }

  .header {
    height: 0;
  }

  .header .container {
    padding: 0;
  }

  .header .container .nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: -100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.15s all ease-in-out;
  }

  .header .container .nav.show {
    opacity: 1;
    pointer-events: initial;
    left: 0;
  }

  .header .container .nav .sfg-mega-menu {
    overflow: hidden;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .header .container .nav .sfg-mega-menu .sfg-menu-title {
    display: block;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency {
    display: block !important;
    position: unset;
    padding: 0;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency ul {
    float: none;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency {
    position: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency.desktop-language {
    border-top: none;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .mobile-menu-holder {
    display: none;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .currenciesul,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .languagesul {
    position: absolute;
    top: 0;
    transition: 0.15s all ease-in-out;
    right: -100%;
    background: white;
    z-index: 99999;
    width: 100% !important;
    height: 100%;
    padding: 0;
    margin: 0 !important;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .currenciesul.show,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .languagesul.show {
    right: 0;
    display: block !important;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .currenciesul li,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .languagesul li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-family: Avenir Next, sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    text-align: left;
    padding: 14px 10px 14px 20px;
    letter-spacing: 1px;
    color: #3b4459 !important;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .currenciesul li:not(:last-child),
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .languagesul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .currencies {
    display: none !important;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_currency,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_language {
    display: block !important;
    width: calc(100%);
    box-sizing: border-box;
    position: relative;
    font-family: Avenir Next, sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    text-align: left;
    padding: 14px 10px 14px 20px;
    margin-right: 0;
    letter-spacing: 1px;
    color: #3b4459 !important;
  }


  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_currency .currency,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_currency .language,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_language .currency,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_language .language {
    display: none;
  }

  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_currency::after,
  .header .container .nav .sfg-mega-menu .header-currency-language .header-currency .desktop-currency .selected_language::after {
    content: none;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav {
    height: auto;
    overflow: hidden;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul {
    width: 100% !important;
    height: max-content !important;
    background: transparent;
    overflow-x: visible;
    min-height: max-content !important;
    display: flex;
    flex-direction: column;
    columns: 1;
    max-height: max-content;
    float: none;
    position: unset;
    flex-wrap: nowrap;
    top: 0px;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .js-menu-holder.hover.open {
    z-index: 99999 !important;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .js-menu-holder:not(:last-child) a::after {
    content: "";
    background: rgba(0, 0, 0, 0.1) !important;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: calc(100% + 50px);
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line {
    padding: 0;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line a {
    /* outline: none !important; */
    width:100%;
    box-sizing: border-box;
    position: relative;
    font-family: Avenir Next, sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    text-align: left;
    padding: 14px 10px 14px 20px;
    margin-right: 0;
    letter-spacing: 1px;
    color: #3b4459 !important;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line a .arrow {
    display: none;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .sub_menu_item {
    right: -100% !important;
    transition: 0.15s right ease-in-out;
    left: unset !important;
    height: 100vh !important;
    position: absolute;
    top: 0px;
    background: white;
    z-index: 9001;
    width: 100%;
    height: 100vh;
    opacity: 1;
    max-height: 100%;
    visibility: visible;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .sub_menu_item.show {
    right: 0px !important;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .dropdown {
    right: -100% !important;
   
    transition: 0.15s right ease-in-out;
    left: unset !important;
    height: 100vh !important;
    position: absolute;
    top: 0px;
    background: white;
    z-index: 9001;
    width: 100%;
    height: 100vh;
    max-height: 100%;
  }
   .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .dropdown.show {
    right: 0 !important;
   }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .dropdown.show {
    right: 0px !important;
    max-height: 100%;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .dropdown .container {
    margin: 0;
    padding: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .dropdown .container .dropdown__wrapper {
    height: calc(100% - 54px);
    position: unset;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .dropdown .container .dropdown__content {
    position: unset;
    background: transparent;
  }

  .header .container .nav .sfg-mega-menu .desktop_nav ul .header-main-line .dropdown .container .dropdown__content .hover--has-submenu {
    z-index: 9999;
  }

  .header .container .logo {
    display: none;
  }

  .toggle {
    transition: transform 0.3s linear;
  }

  .toggle_list {
    display: none;
  }

  select {
    width: 100%;
  }

  .flexslider a.action_button {
    width: initial;
    padding: 8px 10px;
    font-size: 12px;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input.action_button[type="submit"],
  input.action_button[type="button"],
  .sign_up {
    width: 100%;
    padding: 11px 20px;
  }

  .container .column.thumbnail,
  .container .columns.thumbnail {
    margin-top: 1em;
  }

  .title_column {
    float: left;
  }

  .container div.mobile_only {
    display: block;
  }

  span.mobile_only {
    display: inline;
  }

  .price_total {
    text-align: right;
  }

  .price_total_text {
    display: block;
  }

  .update_subtotal,
  .price_total,
  .remove_column,
  .checkout_table_header {
    display: none;
  }

  .mobile_right {
    text-align: right;
  }

  .cart_price {
    display: block;
    margin-bottom: 0;
  }

  table tr th,
  table tr td {
    padding: 2px;
  }

  input.action_button {
    margin-bottom: 1em !important;
  }

  .multiple_product_images {
    display: none;
  }

  .flex-caption .headline {
    font-size: 1.5em;
    line-height: 1.5em;
    position: relative;
  }

  .flex-caption .subtitle {
    font-size: 1.1em;
    line-height: 1.5em;
    position: relative;
  }

  .container .blog_content {
    padding-left: 0;
    border: 0;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mobile_hidden {
    display: none !important;
  }

  #cart a.action_button.edit_cart,
  #cart .action_button {
    width: 120px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {

  #cart a.action_button.edit_cart,
  #cart .action_button {
    width: 115px;
  }

  .mobile_hidden {
    display: none !important;
  }

  .cart_image {
    width: 50px;
    padding-right: 10px;
  }

  #cart a.edit_cart,
  #cart a.action_button {
    width: inherit;
    padding: 10px;
  }

  .flex-caption .headline,
  .flex-caption .subtitle {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .flex-caption .subtitle {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-bottom: 1em;
  }

  .flex-direction-nav .flex-prev {
    display: none;
  }

  .flex-direction-nav .flex-next {
    display: none;
  }

  h1,
  h2,
  h1.home,
  h1.blog_title,
  h3,
  h4,
  h5,
  h6,
  .title a {
    font-size: 150%;
  }

  h1,
  h1.home,
  h1.blog_title,
  .title a,
  h2 {
    padding: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  select.currencies {
    position: relative;
    top: 21px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {

  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

.social_buttons,
.social_buttons a {
  color: var(--product-label-color) !important;
}

.social_buttons a {
  padding-left: 5px;
  font-size: 18px;
  padding-left: 10px;
  position: relative;
  top: 2px;
}

.social_buttons a:hover {
  color: var(--link-color) !important;
}

/* #Icons
================================================== */
@font-face {
  font-family: "retina";
  src: var(--retina-eot);
  src: var(--retina-additional-formats);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "retina";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1.01em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: relative;
  top: 1px;
}

.icon-pinterest:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e901";
}

.icon-minus:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-account:before {
  content: "\e915";
}

.icon-bag:before {
  content: "\e916";
}

.icon-plus:before {
  content: "\e917";
}

.icon-close:before {
  content: "\e90d";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e918";
}

.icon-youtube:before {
  content: "\e914";
}

.icon-vimeo:before {
  content: "\e912";
}

.icon-gplus:before {
  content: "\e907";
}

.icon-rss:before {
  content: "\e908";
}

.icon-houzz:before {
  content: "\e909";
}

.icon-snapchat:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90f";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e918";
}

.icon-youtube:before {
  content: "\e914";
}

.icon-cart:before {
  content: "\e93a";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-tumblr:before {
  content: "\eab9";
}

.icon-linkedin:before {
  content: "\eaca";
}

.search-submit {
  position: relative;
  right: 20px;
  float: right;
  top: 46px;
  font-size: 28px;
  cursor: pointer;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opaacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* #Custom Styles
================================================== */
.gold-sheet-calculator {
  margin: 20px 0;
}

.gold-sheet-calculator__row {
  margin-bottom: 15px;
}

.gold-sheet-calculator__field {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.gold-sheet-calculator__field input {
  display: inline-block;
  width: 70px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
  padding-right: 25px;
}

.gold-sheet-calculator__field.unit-inch:after {
  content: "in";
  display: inline-block;
  position: relative;
  right: 0;
  text-align: right;
  margin-right: 2px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 5px;
  position: absolute;
  z-index: 10;
  bottom: 2px;
  max-height: 20px;
  line-height: 20px;
}

.gold-sheet-calculator__field.unit-inch input {
  width: 88px;
}

.gold-sheet-calculator__field.unit-percentage {
  margin-top: 15px;
}

.gold-sheet-calculator__field.unit-percentage:after {
  content: "%";
  display: inline-block;
  position: relative;
  right: 0;
  text-align: right;
  margin-right: 2px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 5px;
  position: absolute;
  z-index: 10;
  bottom: 2px;
  max-height: 20px;
  line-height: 20px;
}

.gold-sheet-calculator__field.unit-percentage input {
  width: 68px;
}

.gold-sheet-calculator__field--spacing-left {
  margin-left: 10px;
}

.gold-sheet-calculator__marker {
  display: inline-block;
  margin-right: 5px;
  margin-left: -5px;
}

.gold-sheet-calculator__marker span {
  vertical-align: middle;
}

.gold-sheet-calculator__buttons {
  min-height: 15px;
  margin-bottom: -15px;
}

.gold-sheet-calculator__button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: #e2e2e2 1px solid;
  font-weight: bold;
}

.gold-sheet-calculator__button.active {
  border-color: #666;
}

/* #Klaviyo
================================================== */
.klaviyo__back-in-stock-btn {
  width: 100%;
}

#klaviyo__back-in-stock-anchor:empty {
  display: none;
}

#klaviyo__back-in-stock-anchor:not(:empty) {
  margin-bottom: 2em;
}

.badges-wrapper {
  margin: 0 -5px;
  width: 100%;
  display: block;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}

.badges-wrapper img {
  display: inline-block;
  margin: 0 5px;
  cursor: unset;
  background: white;
  border-radius: 2px;
}

.product_section .badges-wrapper {
  position: static;
}

span.shipping_timer {
  font-weight: normal;
  color: #566381;
  font-size: 13px;
  line-height: 21px;
  position: relative;
  vertical-align: middle;
}

.product_section .product-in-stock {
  color: #2b8254;
  font-weight: bold;
  margin: 0;
  line-height: 18px;
  margin-bottom: 10px;
}

.product_section .product-in-stock span.free-shipping {
  display: inline-flex;
  font-weight: normal;
  color: #000;
  position: relative;
  cursor: pointer;
}

.product_section .product-in-stock span.free-shipping:hover span.tooltip,
.product_section .product-in-stock span.free-shipping:focus span.tooltip,
.product_section .product-in-stock span.free-shipping.active span.tooltip {
  display: block;
}

.product_section .product-in-stock span.free-shipping span.tooltip {
  display: none;
  position: absolute;
  width: 320px;
  width: max-content;
  height: auto;
  padding: 15px 20px;
  background: #2b8254;
  color: #fff;
  z-index: 20;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .product_section .product-in-stock span.free-shipping span.tooltip {
    left: 70%;
  }
}

.product_section .product-in-stock span.free-shipping span.tooltip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2b8254;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.thumbnail .product_image {
  width: 100%;
  margin-bottom: 5px;
}

.thumbnail .product_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumbnail .product_image .image__container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.thumbnail .product_image .image__container:nth-child(2) {
  opacity: 0;
}

.thumbnail .product_image .image__container:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.thumbnail .product_image .image__container img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}

.thumbnail .product_image:hover .image__container:nth-child(2) {
  opacity: 1;
}

.organic-seal {
  line-height: 0;
  margin-top: calc(-66px - 2em);
  position: relative;
  margin-bottom: 2em;
}

.organic-seal img {
  width: 66px;
}

.product_image .organic-seal {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_image .organic-seal img {
  width: 30px;
  margin: 0;
}

.product_image .badges-wrapper+.organic-seal {
  bottom: 50px;
}

.snize-product-label-image {
  left: 8px !important;
  width: 30px;
  height: 30px;
}

.snize-product-label-image img {
  width: 100%;
}

.collection-badge .stamped-badge-caption[data-reviews]:after {
  content: ")" !important;
}

.collection-badge .stamped-badge-caption[data-reviews]:before {
  content: "(";
}

@media (max-width: 799px) {
  .index-sections.draggable-banner--true {
    padding-top: 40px;
    margin-top: 54px;
  }
}

@media (min-width: 799px) {
  .flexslider .slides {
    height: 475px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .article .slides {
    height: 475px;
    overflow: hidden;
    align-items: center;
    display: flex;
  }

  .article .slides li {
    width: 100%;
  }
}

p a:not(.action_button),
li a:not(.action_button) {
  color: #1d8250;
}

.cart-section .main_content_area .section .quote a {
  color: #16643d;
}

.article_name~* a {
  color: #1d8250;
}

.article_name~* .sub_title a {
  color: #2d3a33;
}

@media (max-width: 767px) {
  .product-template-section .add_to_cart.action_button {
    font-size: 15px;
    font-weight: 600;
  }
}

.product-template-section .flexslider .slides {
  display: flex;
  height: auto;
}

.product-template-section .flexslider .slides li {
  display: flex !important;
  align-items: center;
}

@media (min-width: 768px) {
  .product-template-section .product-images-gallery-cls-overlay {
    top: 0;
    transform: none;
    position: relative;
  }

  .product-images-gallery-cls-overlay:not(.gallery-ready)+.slides-product-images-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .product-template-section .product_section {
    display: flex;
  }

  .product-template-section .product_section.product_images_position--right .product-content-wrapper {
    order: 1;
    padding-left: 0;
    padding-right: 60px;
  }

  .product-template-section .product_section.product_images_position--right .product-gallery-wrapper {
    order: 2;
  }

  .product-template-section .product_section .product-gallery-wrapper {
    width: 45%;
  }

  .product-template-section .product_section .product-content-wrapper {
    width: calc(55% - 60px);
    padding-left: 60px;
  }
}

@media (max-width: 480px) {
  .product-template-section .container {
    width: calc(100% - 30px);
  }

  .product-template-section .container .columns {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .product-template-section .product-social-buttons {
    display: none;
  }
}

.product-template-section .product-gallery-wrapper .swiper-button-next,
.product-template-section .product-gallery-wrapper .swiper-button-prev {
  display: none;
}

.product-template-section .product-gallery-wrapper .product-social-buttons {
  display: none;
}

.product-template-section .product-gallery-wrapper .product-social-buttons hr {
  display: none;
}

@media (min-width: 768px) {
  .product-template-section .product-gallery-wrapper .product-social-buttons {
    display: block;
  }
}

.product-template-section .main_content_area.content {
  margin-top: 17px;
}

.product-template-section .main_content_area.content h1.product_name {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  padding-top: 0px;
  line-height: 1.15;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
  color: #000;
  font-family: Avenir Next, sans-serif;
}

@media (min-width: 768px) {
  .product-template-section .main_content_area.content h1.product_name {
    font-size: 40px;
  }
}

.product-template-section .main_content_area.content .product__top-description {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.37;
  letter-spacing: 0.03em;
}

.product-template-section .main_content_area.content .stamped-badge-caption {
  color: #666;
}

.product-template-section .main_content_area.content .price_wrapper {
  display: flex;
  font-size: 18px;
  line-height: 1.36;
  font-weight: 700;
  color: #2e3a33;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.product-template-section .main_content_area.content .price_wrapper .sale,
.product-template-section .main_content_area.content .price_wrapper .current_price {
  font-size: 28px;
  font-weight: 700;
  color: #2e3a33;
  line-height: 1.36;
  letter-spacing: 0.03em;
}

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

  .product-template-section .main_content_area.content .price_wrapper .sale,
  .product-template-section .main_content_area.content .price_wrapper .current_price {
    font-size: 24px;
  }
}

.product-template-section .main_content_area.content .price_wrapper .was_price {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.03em;
  padding-left: 5px;
  color: #333;
}

.product-template-section .main_content_area.content .price_wrapper .savings,
.product-template-section .main_content_area.content .price_wrapper .off {
  display: flex;
  align-items: center;
  border-left: solid 1px #e4e4e4;
  padding-left: 15px;
  margin-left: 15px;
}

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

  .product-template-section .main_content_area.content .price_wrapper .savings,
  .product-template-section .main_content_area.content .price_wrapper .off {
    font-size: 14px;
  }
}

.product-template-section .main_content_area.content .price_wrapper .off {
  border-left: 0;
  padding-left: 5px;
  margin-left: 0;
}

.product-template-section .main_content_area.content .price_wrapper .modal_price {
  display: flex;
  align-items: center;
  margin: 0;
}

.product-template-section .main_content_area.content .product-in-stock {
  position: relative;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: auto;
  background-color: #f1f4f3;
  border: 1px dashed #2b8253;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 28px;
}

.product-template-section .main_content_area.content .product-in-stock .return-days-text {
  background: var(--icon-return-url);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 15px;
  padding-left: 22px;
  font-weight: 400;
  color: #000;
}

.product-template-section .main_content_area.content .product-in-stock .in-stock-text {
  background: var(--background-svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 15px;
  padding-left: 22px;
}

.product-template-section .main_content_area.content .product-in-stock .shipping_timer {
  background: var(--background-svg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 15px;
  font-weight: 400;
  color: #000;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  min-height: 25px;
}

.product-template-section .main_content_area.content .stamped-product-reviews-badge {
  margin-bottom: 10px;
  min-height: 29px;
}

.product-template-section .main_content_area.content .stamped-product-reviews-badge .stamped-badge-starrating {
  margin-right: 7px !important;
}

.product-template-section .main_content_area.content .stamped-product-reviews-badge .stamped-badge-starrating .stamped-fa-star:before {
  font-size: 22px;
}

@media screen and (max-width: 479px) {
  .product-template-section .main_content_area.content .select.select--with-one-option {
    display: block;
    position: relative;
  }

  .product-template-section .main_content_area.content .select.select--with-one-option label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 15px;
  }

  .product-template-section .main_content_area.content .select.select--with-one-option:after {
    content: "\e904";
    position: absolute;
    font-size: 14px;
    line-height: 1;
    color: #000;
    top: 58px;
    z-index: 1;
    font-family: retina;
    right: 20px;
    font-weight: bold;
    color: #2b8253;
  }

  .product-template-section .main_content_area.content .select.select--with-one-option select {
    display: block !important;
    background-image: none;
    border: solid 1px #2b8253;
    color: #2b8253;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 15px 40px 15px 18px;
  }

  .product-template-section .main_content_area.content .select.select--with-one-option+.swatch_options {
    display: none;
  }
}

.product-template-section .main_content_area.content .rc-container {
  margin-bottom: 0;
}

.product-template-section .main_content_area.content .purchase-details__quantity label {
  color: #000;
}

.product-template-section .main_content_area.content .quantity__controls {
  position: relative;
  width: 130px;
  display: flex;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .product-template-section .main_content_area.content .quantity__controls {
    width: auto;
  }
}

.product-template-section .main_content_area.content .quantity__controls .quantity__button {
  width: 40px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  box-shadow: none;
  text-align: center;
}

.product-template-section .main_content_area.content .quantity__controls .quantity {
  background: transparent;
  border: 0;
  height: 42px;
  padding: 0 5px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  flex-grow: 1;
}

.product-template-section .main_content_area.content .quantity__controls .quantity::-webkit-outer-spin-button,
.product-template-section .main_content_area.content .quantity__controls .quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .product-template-section .main_content_area.content .product-social-buttons {
    display: none;
  }
}

.product-template-section .product_testimonial {
  background: #fafafa;
  border-radius: 8px;
  display: none;
  padding: 28px 24px 23px;
  margin: 25px 0;
}

@media screen and (max-width: 479px) {
  .product-template-section .product_testimonial {
    padding-top: 32px;
  }
}

.product-template-section .product_testimonial.is-active {
  display: flex;
}

.product-template-section .product_testimonial .testimonial-image {
  width: 48px;
  flex-shrink: 0;
}

.product-template-section .product_testimonial .testimonial-image>img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.product-template-section .product_testimonial .testimonial-details {
  width: 100%;
  padding-left: 15px;
}

.product-template-section .product_testimonial .testimonial-details .testimonial-ratings-holder {
  margin-bottom: 10px;
}

.product-template-section .product_testimonial .testimonial-details h3 {
  color: #3b4459;
  font-family: Avenir Next, sans-serif;
  font-weight: 600;
  line-height: 21px;
  font-size: 18px;
  margin-bottom: 10px;
}

.product-template-section .product_testimonial .testimonial-details p {
  font-size: 16px;
  line-height: 1.31 !important;
  margin-bottom: 10px;
}

.product-template-section .product_testimonial .testimonial-details__heading {
  font-size: 18px;
  font-family: inherit;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.1;
}

@media screen and (max-width: 479px) {
  .product-template-section .product_testimonial .testimonial-details__heading {
    margin-bottom: 13px;
  }
}

.product-template-section .product_testimonial .testimonial-author {
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.product-template-section .product_testimonial .testimonial-ratings {
  width: 130px;
  display: flex;
  align-items: center;
}

.product-template-section .product_testimonial .testimonial-ratings .stamped-fa:before {
  font-size: 20px;
  margin-right: 2px;
}

@media screen and (max-width: 1199px) {
  .product-template-section .product_testimonial .testimonial-ratings {
    width: 100%;
    display: none;
  }
}

@media (min-width: 768px) {
  .product-template-section .product_testimonials {
    display: none;
  }
}

.product-template-section .product-gallery-wrapper .product_testimonials {
  display: none;
}

@media (min-width: 768px) {
  .product-template-section .product-gallery-wrapper .product_testimonials {
    display: flex;
  }
}

.product-template-section .stickybar-product-controls {
  display: none;
}

@media (max-width: 767px) {
  .product-template-section .stickybar-product-controls {
    background: #fff;
    display: flex;
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px 16px;
    align-items: center;
    gap: 20px;
  }

  .product-template-section .stickybar-product-controls.is-visible {
    opacity: 1;
    bottom: 0;
    transition: all 0.5s;
  }
}

.product-template-section .stickybar-product-controls .stickybar-product-button {
  flex: 0 1 50%;
}

.product-template-section .stickybar-product-controls .stickybar-product-button .text {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-template-section .stickybar-product-controls .stickybar-product-button .current_price,
.product-template-section .stickybar-product-controls .stickybar-product-button .money-price {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.product-template-section .stickybar-product-controls .stickybar-product-button .was_price {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-decoration-line: line-through;
  color: #ffffff !important;
}

.product-template-section .stickybar-product-controls .select {
  border: 1px solid #2b8253;
  border-radius: 4px;
  padding: 8px 12px;
  flex: 0 1 50%;
}

.product-template-section .stickybar-product-controls .select:after {
  top: auto !important;
  bottom: 8px !important;
  pointer-events: none;
}

.product-template-section .stickybar-product-controls .select label {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.03em !important;
  margin-bottom: 8px !important;
}

.product-template-section .stickybar-product-controls .select select {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-template-section .stickybar-product-price {
  padding-right: 15px;
  min-width: 130px;
  display: flex;
  align-items: center;
}

.product-template-section .stickybar-product-price .current_price {
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #2e3a33;
}

.product-template-section .stickybar-product-price .was_price {
  color: #333;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-style: normal;
  padding-left: 8px;
}

.product-template-section .stickybar-product-button {
  width: 100%;
}

.product-template-section #klaviyo__back-in-stock-anchor {
  text-align: left;
}

.product .product-related-products>.container {
  padding-top: 0;
}

.product-related-products div.title {
  font-family: Avenir Next, sans-serif;
  font-size: 32px;
  line-height: 1.38;
  border: none;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #333;
  padding-top: 0;
  margin-bottom: 30px;
}

.general-badge,
.sale-badge,
.new-badge,
.out-badge,
.soon-badge {
  font-size: 12px;
  font-family: "Avenir Next", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  top: -6px;
  height: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 19px;
  padding: 0 16px;
}

.general-badge.small,
.sale-badge.small,
.new-badge.small,
.out-badge.small,
.soon-badge.small {
  width: auto;
}

@media (max-width: 799px) {

  .general-badge,
  .sale-badge,
  .new-badge,
  .out-badge,
  .soon-badge {
    font-size: 10px;
    padding: 0 10px;
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: -2px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 20px;
  }
}

.general-badge,
.sale-badge {
  color: #2b8254;
  background-color: rgba(43, 130, 84, 0.1);
}

.new-badge {
  background-color: #f4f6f6;
  color: #373e4c;
}

.out-badge {
  background-color: #f4f6f6;
  color: #373e4c;
}

@media (max-width: 767px) {
  .out-badge {
    margin: 10px 0px;
  }
}

.soon-badge {
  background-color: #2b8253;
  color: white;
}

.purchase-details__buttons button {
  border-radius: 0;
  height: 44px;
}

.purchase-details__buttons button #money {
  display: none;
}

@media (min-width: 800px) {
  .purchase-details {
    position: static !important;
    width: 100% !important;
  }
}

.slick {
  display: none !important;
}

.product-images-gallery.swiper-container {
  display: none;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .algoria_search_box {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .product-template-section {
    position: relative;
  }

  .product-template-section .product-images-gallery.swiper-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-template-section .swiper-container .swiper-button-prev,
  .product-template-section .swiper-container .swiper-button-next {
    color: #1d8250;
    overflow: hidden;
  }

  .product-template-section .swiper-container .swiper-button-prev:focus,
  .product-template-section .swiper-container .swiper-button-next:focus {
    outline: 0;
    -webkit-appearance: none;
  }

  .product-template-section .swiper-container .swiper-button-prev:after,
  .product-template-section .swiper-container .swiper-button-next:after {
    font-size: 50px;
    font-weight: bold;
  }

  .product-template-section .swiper-container .swiper-button-prev {
    margin-left: -7px;
  }

  .product-template-section .swiper-container .swiper-button-next {
    margin-right: -7px;
  }

  .product-template-section .swiper-container .swiper-slide {
    box-sizing: border-box;
  }

  .product-template-section .product_slider {
    display: none !important;
  }

  .product-template-section .product-images-gallery-cls-overlay {
    position: relative;
    background: white;
    top: -5px;
    right: auto;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 100;
    opacity: 1;
    padding: 0;
    transition: none;
  }

  .product-template-section .product-images-gallery-cls-overlay.gallery-ready {
    opacity: 0;
    pointer-events: none;
    transition: none;
  }
}

.product-images-gallery-cls-overlay {
  position: relative;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  padding: 0;
  transition: opacity linear 150ms;
  height: 100%;
  display: flex;
  align-items: center;
}

.product-images-gallery-cls-overlay.gallery-ready {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.product-images-gallery.swiper-container .swiper-wrapper {
  align-items: center;
}

@media (min-width: 799px) {
  .product-images-gallery-cls-overlay {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
}

@media (max-width: 799px) {
  div.rc_block__type__options {
    position: relative;
    top: 6px;
  }

  .purchase-details__buttons button {
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 0.12em;
    font-weight: 600;
  }

  .purchase-details__buttons button #money {
    display: inline;
    padding-left: 1px;
  }

  .purchase-details>* {
    font-family: Avenir Next;
  }

  .purchase-details.is-sticky {
    top: auto !important;
    bottom: 0;
    width: 100vw !important;
    left: 0 !important;
    z-index: 9;
  }

  .purchase-details .purchase-details__quantity label {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
  }

  .purchase-details .purchase-details__quantity input {
    background: transparent;
    font-weight: 600;
    width: 51px;
    text-align: center;
    border: 0;
    font-size: 14px;
    font-family: Avenir Next;
    min-height: 42px;
    color: #000;
    font-weight: 500;
  }

  .purchase-details .purchase-details__quantity .quantity__controls {
    width: auto;
  }

  .purchase-details .purchase-details__quantity .quantity__controls .quantity__button {
    min-height: 42px;
  }

  .swatch .swatch-element {
    width: 23.5%;
    margin-right: 1%;
  }

  .swatch .swatch-element:nth-of-type(5n) {
    margin-right: 0;
  }

  .swatch .swatch-price-per-unit p {
    text-align: left;
  }

  .swatch .swatch-price-per-unit .price-per-unit {
    font-size: 10px;
  }

  .swatch .swatch-price-per-unit .price {
    font-size: 10px;
  }
}

.cart-badges {
  margin-top: -6px;
}

.cart-badges p {
  font-weight: 500;
  color: #373d4b;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 6px;
}

@media (max-width: 799px) {
  .cart-badges p {
    font-size: 14px;
  }
}

.cart-badges p img {
  margin-right: 20px;
}

@media (max-width: 799px) {
  .cart-badges p img {
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  .cart-badges {
    margin-top: -19px;
  }
}

.email-form {
  padding: 30px;
  margin-top: 27px;
  background-color: #f4f6f6;
  border-radius: 10px;
}

.email-form * {
  font-family: Avenir Next;
}

.email-form .form-head {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: bold;
}

.email-form .form-text {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 6px;
}

.email-form #contact_email {
  display: inline-flex;
  width: 52%;
  padding: 13px 18px;
  font-weight: bold;
  font-size: 14px !important;
}

.email-form .submit {
  width: 45%;
  margin-left: 2%;
}

@media (max-width: 767px) {
  .email-form #contact_email {
    width: 100%;
  }

  .email-form .submit {
    width: 100%;
    margin-left: 0;
  }
}

.form-footer {
  font-size: 13px;
  color: #333;
  text-align: center;
  letter-spacing: 0;
  display: flex;
}

.form-footer.has-form-footer-icon {
  justify-content: center;
}

@media (min-width: 1200px) {
  .form-footer.has-form-footer-icon {
    justify-content: end;
    margin-right: 76px;
  }
}

.form-footer.has-form-footer-icon>div:nth-child(1) {
  background: var(--icon-safety-url);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  background-size: 15px;
  width: auto;
  padding-left: 30px;
}

.form-footer.has-form-footer-icon>div:nth-child(2) {
  background: var(--icon-intransit-green-url);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  background-size: 15px;
  width: auto;
  padding-left: 30px;
}

.form-footer>div {
  width: 100%;
}

.modal .purchase-details.smart-payment-button--true {
  padding-bottom: 0;
}

.modal .stamped-badge-caption[data-reviews]:after {
  content: " reviews";
}

.sfg-mega-menu .dropdown {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  top: 47px;
  width: auto;
}

.sfg-mega-menu .dropdown .dropdown__wrapper {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.sfg-mega-menu .dropdown .dropdown__content {
  padding: 10px 0;
  width: 100%;
}

.sfg-mega-menu .dropdown .dropdown__image {
  display: flex;
  right: 0;
  width: 40%;
}

.sfg-mega-menu .dropdown .dropdown__image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.sfg-mega-menu .sfg-mega-menu .dropdown__wrapper {
  display: flex;
  justify-content: space-around;
  position: relative;
}

.sfg-mega-menu ul ul {
  width: auto !important;
}

.sfg-mega-menu ul li {
  padding: 10px;
}

.sfg-mega-menu ul li a {
  color: rgb(30, 30, 30);
  font-family: "Avenir Next", sans-serif;
  font-size: 15px;
}

.sfg-mega-menu ul li a:hover {
  color: rgb(63, 128, 85) !important;
}

.sfg-mega-menu ul li a:active,
.sfg-mega-menu ul li a:hover,
.sfg-mega-menu ul li a:focus {
  font-size: 15px;
}

.sfg-mega-menu ul li ul li a:not(.sub-link) {
  font-weight: 400;
}

.sfg-mega-menu ul li ul li .sub-link {
  color: rgb(30, 30, 30) !important;
  font-size: 14px !important;
  opacity: 0.7 !important;
  padding: 5px 0 5px 30px !important;
  transition: padding-left 0.2s ease;
}

.sfg-mega-menu ul li ul li .sub-link:hover {
  color: rgb(63, 128, 85) !important;
  opacity: 1 !important;
  padding: 5px 0 5px 24px !important;
}

@media (max-width: 799px) {
  .instagram-feed .instagram__item:last-child {
    display: none;
  }
}

.instagram-feed .instagram__item .instagram__photo {
  height: 100%;
  object-fit: contain;
  width: auto;
}

.certified-badge {
  align-items: center;
  background: #f4f6f6;
  border-radius: 30px;
  display: flex;
  padding: 8px 8px 8px 15px;
  position: absolute;
  z-index: 200;
}

@media (min-width: 799px) {
  .certified-badge {
    display: none;
    padding: 10px 8px 11px 13px;
  }
}

.kosher_badge_mobile {
  display: flex;
}

.kosher_badge_desktop {
  display: none;
}

@media (min-width: 799px) {
  .kosher_badge_mobile {
    display: none;
  }

  .kosher_badge_desktop {
    display: flex;
  }
}

.certified-badge--tooltip:hover .certified-badge__tooltip {
  display: block;
}

.certified-badge--tooltip {
  display: inline-block;
  padding: 8px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}

.certified-badge__text,
.certified-badge__tooltip {
  color: #464646;
  font-family: "Avenir Next", sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
}

.certified-badge__text span,
.certified-badge__tooltip span {
  color: #4f4f4f;
  display: block;
  font-size: 10px;
}

.certified-badge__tooltip::after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2d2d2d;
  bottom: -5px;
  height: 0;
  left: calc(50% - 7px);
  position: absolute;
  width: 0;
}

.certified-badge__tooltip {
  background: #2d2d2d;
  border-radius: 30px;
  display: none;
  left: -36px;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  top: -45px;
}

.certified-badge__tooltip span {
  color: #fff;
}

.certified-badge .certified-badge__logo {
  margin-left: 10px;
  margin-bottom: 0;
  height: 18px;
  width: 18px;
}

@media (min-width: 799px) {
  .certified-badge .certified-badge__logo {
    margin-left: 14px;
  }
}

.certified-badge--tooltip .certified-badge__logo {
  margin: 0;
}

.product__top-description {
  font-size: 14px;
}

form.subscription-active {
  position: relative;
}

#product-form #rc_container {
  margin-top: 2em;
  margin-bottom: 1em;
  display: block !important;
  opacity: 0;
}

.stamped-badge-caption {
  font-size: 14px;
}

.stamped-badge-caption[data-reviews]:before {
  content: "(";
  font-size: 14px;
}

span.stamped-badge-caption[data-reviews][data-label][data-version]:after,
.stamped-badge-caption[data-reviews]:after {
  content: ")" !important;
  font-size: 14px;
}

.lazyload--blur {
  transition: filter 0.3s ease;
}

.lazyload--blur:not(.lazyloaded) {
  filter: blur(20px);
}

.shopify-product-form button.action_button.add_to_cart {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}

.blog_image_wrapper {
  width: 100% !important;
  height: 0px !important;
  padding-bottom: 70% !important;
  position: relative;
}

.blog_image_wrapper>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stamped-badge {
  display: flex !important;
  align-items: center;
}

.ais-SearchBox-form {
  display: flex !important;
  align-items: center;
  margin-bottom: 0px;
}

.ais-SearchBox-form button svg {
  fill: #c4c4c4 !important;
  transform: scale(1.7) !important;
  padding: 5px !important;
}

.ais-SearchBox-reset {
  margin: 0px 4px !important;
}

.ais-SearchBox-input {
  font-size: 22px !important;
  color: #58647f !important;
}

@media (max-width: 767px) {
  .ais-SearchBox-input {
    font-size: 17px !important;
  }
}

.ais-page .ais-input {
  border: 2px solid #e5e5e5 !important;
  border-width: 1px 0px 1px 0px !important;
  border-style: solid !important;
  border-color: #e5e5e5 !important;
}

.ais-input--label {
  color: #c4c4c4 !important;
}

.ais-page .ais-input--label {
  background: #ffffff !important;
}

.ais-SearchBox-form button {
  background: #ffffff !important;
  padding: 4px 0px 0px 0px !important;
  margin: 0px 10px;
  min-height: 30px !important;
  box-shadow: none !important;
}

.ais-input {
  padding: 7px 0px !important;
}

.ais-input--label {
  border-right: 1px solid #c4c4c4 !important;
}

.ais-stats-container .ais-Stats {
  transform: translateY(6px);
}

.ais-change-display,
.ais-sort {
  transform: translateY(7px);
}

.ais-page .ais-facet--header {
  border-width: 1px 0px !important;
  padding: 15px 0px 15px 18px !important;
  color: #58647f !important;
  background: #ffffff !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.ais-page .ais-ClearRefinements-button {
  color: #58647f !important;
  box-shadow: none !important;
}

.ais-page .ais-facet {
  border: none !important;
}

.ais-page .ais-current-refined-values--link {
  border: none !important;
  color: green !important;
}

.ais-page .ais-current-refined-values--link:before {
  content: none !important;
}

.ais-page .ais-current-refined-values--link>div {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ais-page .ais-current-refined-values--link:after {
  content: "⨯";
  display: table-cell;
  vertical-align: middle;
  width: 0;
  padding: 4px 10px;
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 23px !important;
}

.ais-page .ais-current-refined-values--label {
  padding-left: 5px !important;
}

.ais-page .ais-facet--label {
  color: #8591ad !important;
  font-weight: 500 !important;
}

.ais-page .ais-RefinementList-item--selected,
.ais-page .ais-facet--item:hover {
  border-left: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.ais-RefinementList-list {
  padding-left: 14px !important;
}

.ais-RefinementList-checkbox {
  background: url("arrow_sprite.png");
}

.ais-page .ais-hit {
  border: none !important;
}

@media (max-width: 767px) {
  a.action_button {
    margin-top: 7px !important;
  }
}

@media (min-width: 767px) {
  a.action_button {
    margin-top: -6px !important;
  }
}

.hide_pay {
  opacity: 0;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

@media (min-width: 768px) {
  .shop_pay {
    margin-top: -13px;
  }
}

.shop_pay shopify-payment-terms {
  font-size: 13px !important;
}

.order-note-li {
  margin-top: -6px !important;
}

.page-divider {
  margin: 0px !important;
}

#cart a.action_button.edit_cart {
  margin-top: 20px !important;
}

.subtotal_txts {
  line-height: 1.1rem !important;
}

.subtotal_amount {
  margin: 0 0 7px;
}

@media screen and (min-width: 799px) {

  .page-details-section .title,
  .product-details-section .title {
    margin-top: 68px !important;
  }
}

.homepage_content--secondary {
  padding: 0px !important;
}

#stamped-full-page #reviews-page-title {
  display: none;
}

body.OSX #stamped-full-page #reviews-page-title {
  display: none;
}

.sf-vanilla-calculator__modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.sf-vanilla-calculator,
.sf-vanilla-calculator-r {
  max-width: 430px;
  background: white;
  padding: 30px;
  border-radius: 5px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  border: 1px solid #dedede;
  margin: 0 auto;
}

.sf-vanilla-calculator small,
.sf-vanilla-calculator-r small {
  display: none;
}

.sf-vanilla-calculator__input-group,
.sf-vanilla-calculator__input-group-r {
  display: flex;
  margin: 0 -5px 20px;
  box-sizing: border-box;
}

.sf-vanilla-calculator__input-group input,
.sf-vanilla-calculator__input-group select,
.sf-vanilla-calculator__input-group-r input,
.sf-vanilla-calculator__input-group-r select {
  max-width: 100px;
  padding: 11px 10px;
  margin: 0 5px;
}

.sf-vanilla-calculator__input-group input[type="number"],
.sf-vanilla-calculator__input-group select[type="number"],
.sf-vanilla-calculator__input-group-r input[type="number"],
.sf-vanilla-calculator__input-group-r select[type="number"] {
  appearance: none;
}

.sf-vanilla-calculator__input-group-r {
  display: flex;
  align-items: center;
}

.sf-vanilla-calculator__close,
.sf-vanilla-calculator__close-r {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #2b8253;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: none;
}

.sf-vanilla-calculator__results,
.sf-vanilla-calculator__results-r {
  background: #e6efeb;
  max-width: 300px;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 30px;
  display: none;
}

.sf-vanilla-calculator__results h5,
.sf-vanilla-calculator__results-r h5 {
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  letter-spacing: initial;
  text-transform: uppercase;
  color: #2b8253;
}

.sf-vanilla-calculator__results p,
.sf-vanilla-calculator__results-r p {
  color: #2b8253;
  margin: 0;
  font-weight: 600;
}

.sf-vanilla-calculator__trigger,
.sf-vanilla-calculator__trigger-r {
  font-weight: bold;
  margin: 0 0 20px;
  display: inline-block;
  text-decoration: underline;
  color: #2b8253;
}

.calculator-chooser {
  margin-bottom: 1rem;
}

.sf-vanilla-calculator-r {
  display: none;
}

.sf-vanilla-calculator__modal small,
.sf-vanilla-calculator__modal-r small {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 10px;
}

.sf-vanilla-calculator__modal .sf-vanilla-calculator,
.sf-vanilla-calculator__modal .sf-vanilla-calculator-r,
.sf-vanilla-calculator__modal-r .sf-vanilla-calculator,
.sf-vanilla-calculator__modal-r .sf-vanilla-calculator-r {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 4px rgba(0, 0, 0, 0.3);
  border: none;
  max-height: 90%;
  overflow-y: auto;
}

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

  .sf-vanilla-calculator__modal .sf-vanilla-calculator,
  .sf-vanilla-calculator__modal .sf-vanilla-calculator-r,
  .sf-vanilla-calculator__modal-r .sf-vanilla-calculator,
  .sf-vanilla-calculator__modal-r .sf-vanilla-calculator-r {
    transform: translate(-50%, 0);
    top: 30px;
    max-height: 92vh;
    overflow: auto;
  }
}

.sf-vanilla-calculator__modal .sf-vanilla-calculator__close,
.sf-vanilla-calculator__modal .sf-vanilla-calculator__close-r,
.sf-vanilla-calculator__modal-r .sf-vanilla-calculator__close,
.sf-vanilla-calculator__modal-r .sf-vanilla-calculator__close-r {
  display: block;
}

.product-faq {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .product-faq {
    width: 336px;
  }
}

.dropdown-blog {
  min-width: 764px;
}

.shopify-policy__container {
  padding: 155px 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  .shopify-policy__container {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  #article-related-products .products {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: repeat(var(--products), 1fr);
  }

  #article-related-products .products>* {
    width: auto !important;
    margin: 0px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .header-main-line-bg {
    white-space: nowrap;
  }
}

.second-menu .menu-icon {
  padding: 0px !important;
  margin: 0.5em;
}

.second-menu .menu-icon .icon-account,
.second-menu .menu-icon .icon-search {
  display: block;
  width: 1.5em;
  text-align: center;
}

.second-menu .menu-icon .icon-account,
.second-menu .menu-icon .icon-account:before,
.second-menu .menu-icon .icon-search,
.second-menu .menu-icon .icon-search:before {
  margin: 0px;
}

.sfg-mega-menu .dropdown .dropdown__content {
  display: flex;
  flex-direction: row;
}

.sfg-mega-menu .dropdown .dropdown__content ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 31% !important;
  float: left;
  max-height: 60vh;
  height: 100%;
  position: relative;
}

@media (max-width: 1199px) {
  .sfg-mega-menu .dropdown .dropdown__content ul {
    max-height: 80vh;
  }
}

.has-free-shipping.sfg-mega-menu.first-menu {
  margin-top: 8px;
}

.has-free-shipping.sfg-mega-menu.second-menu {
  margin-top: -2px;
}

.dropdown.dropdown-three-col.dropdown-wide {
  min-width: 663px;
}

.dropdown.dropdown-three-col.dropdown-wide .dropdown__content ul {
  /* width: 31%!important; */
  display: inline-block;
  float: none;
  width: 100% !important;
}

.dropdown.dropdown-three-col.dropdown-wide .dropdown__content ul li {
  /* display: inline!Important; */
  line-break: auto;
  padding-right: 18px !important;
}

.dropdown.dropdown-three-col.dropdown-wide .dropdown__content ul li a {
  white-space: unset !important;
}

.sfg-mega-menu ul li ul .dropdown.dropdown-three-col.dropdown-wide li .sub-link {
  color: #1e1e1e !important;
  font-size: 14px !important;
  opacity: 0.7 !important;
  padding: 5px 15px 5px 30px !important;
  transition: padding-left 0.2s ease;
}

.recharge-subscribe {
  box-sizing: border-box;
  background-color: #f6f6f6;
  height: 100px;
  border-radius: 8px;
  padding: 17px 25px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  margin: 10px 0 22px 0;
  opacity: 0;
  visibility: hidden;
}

.recharge-subscribe .back-icon {
  position: absolute;
  right: 25px;
  cursor: unset;
}

@media screen and (max-width: 960px) {
  .recharge-subscribe .back-icon {
    display: none;
  }
}

.recharge-subscribe:not(.selected):hover {
  border: 2px solid #2b8253;
}

.recharge-subscribe:not(.selected):hover .checkbox-mark .check-mark {
  display: block;
}

.recharge-subscribe.selected {
  background-color: #eaf7ef;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.recharge-subscribe.selected .checkbox-mark {
  background-color: #6d9d83;
}

.recharge-subscribe.selected .checkbox-mark:before {
  left: auto;
  right: 2px;
}

.recharge-subscribe.selected .rc_block__type__options {
  display: block;
}

.recharge-subscribe .checkbox-mark {
  height: 28px;
  width: 48px;
  border-radius: 16px;
  display: inline-flex;
  border: none;
  background: #c4c4c4;
  justify-content: center;
  align-items: center;
  position: relative;
}

.recharge-subscribe .checkbox-mark:before {
  content: " ";
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 2px;
}

.recharge-subscribe .checkbox-mark img {
  display: none;
}

.recharge-subscribe .text-block {
  margin-left: 14px;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  color: #434f6a;
  flex-direction: column;
}

.recharge-subscribe .text-block .head-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .recharge-subscribe .text-block .head-title {
    font-size: 18px;
    font-weight: 600;
  }
}

.recharge-subscribe .text-block .rc_popup {
  display: block !important;
  padding: 0;
  margin-top: -8px;
  font-size: 12px;
  color: #2b8254;
  position: relative;
  padding-top: 2px;
}

.recharge-subscribe .text-block .rc_popup .rc_popup__hover {
  padding-bottom: 0;
  display: none;
}

.recharge-subscribe .text-block .rc_popup .cancel-anytime {
  font-size: 12px;
  line-height: 1.37;
  font-weight: 500;
  color: #4e4e4e;
}

.recharge-subscribe .rc_popup__block__content {
  padding: 20px;
}

.recharge-subscribe .rc_popup__block__footer {
  padding: 0;
  margin-bottom: 25px;
  text-align: right;
  height: 28px;
}

.rc-container-wrapper {
  background: #eaf7ef;
  padding: 0px 25px;
  margin-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 22px;
}

.rc-container-wrapper .rc-option__subsave.rc-option--active {
  margin-bottom: 22px;
}

.rc_widget__option__selector {
  display: none;
}

.rc-template__legacy-radio .rc-radio {
  padding: 0 !important;
}

.rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
  padding-left: 0 !important;
  margin-top: 0px;
  background-color: transparent;
}

.rc-selling-plans select {
  border-color: transparent;
}

.rc_popup {
  display: none !important;
}

.rc-template__legacy-radio .rc-radio.rc-option__subsave {
  background-color: transparent !important;
}

.google-ratings.google-ratings-footer {
  position: relative;
}

.prod-recom-title,
.cart-recom-title {
  clear: both;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #2b8253;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.prod-box {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin: 0px 20px 15px !important;
}

@media only screen and (max-width: 480px) {
  .prod-box .mm-counter {
    margin-top: 10px;
    margin-right: 10px;
  }

  .prod-box .cart_image {
    width: 110px;
  }
}

.prod-box .mm-selected {
  display: flex;
}

.prod-box .item_info {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #666666;
  flex-direction: row;
}

.prod-box .money {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #666666;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.prod-box .mm-counter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 115px;
  border: 1.5px solid #2b8253;
  border-radius: 4px;
  position: initial !important;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 0px;
}

.prod-box .cart_image {
  padding: 5px 20px 0 5px;
  flex-direction: row;
}

.prod-box .item_info {
  max-width: 250px !important;
  padding-top: 10px;
}

.prod-box .btn-add-cart {
  width: 100px;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 35px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  color: #2b8253 !important;
  flex: none;
  order: 0;
  flex-grow: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

#cart_form .cart_item.prod-box {
  margin: 15px 0 0 !important;
}

.mm-subtitle .hide,
.mm-subtitle .mm-fullsubopen {
  display: none !important;
}

.mm-subtitle .cart-note-show {
  color: #2b8253 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline !important;
  cursor: pointer;
  z-index: 99999;
}

/* header menu start */
.header.default-header .container,
.header.default-header .nav ul ul li.sub-menu {
  position: unset;
}

/*
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header.default-header .nav ul ul li.sub-menu {
    display: none;
  }
}
*/
.header.default-header li.sub-menu>.dropdown {
  max-width: 100%;
  min-width: auto;
  background: #f5f5f5;
  transition: max-height 500ms ease-out;
}

.header.default-header li.sub-menu .dropdown .container {
  padding-bottom: 50px;
  padding-top: 27px;
}

@media (min-width: 768px) {
  .header.default-header li.sub-menu .dropdown .container {
    opacity: 0;
    transition: opacity 250ms ease;
  }

  .header.default-header li.sub-menu:hover .dropdown .container {
    opacity: 1;
    transition: opacity 250ms ease;
    transition-delay: 350ms;
  }
}

.header.default-header.header--hide-promo .promo_banner {
  display: none !important;
}

.header.default-header.header--hide-promo .sfg-mega-menu .dropdown {
  top: 90px;
}

.sfg-mega-menu .dropdown {
  top: 142px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sfg-mega-menu .dropdown {
    left: 0 !important;
    right: 0 !important;
  }
}

.dropdown__content>ul>li.hover {
  display: inline-block;
  width: 100%;
  position: static;
}

.dropdown__content>ul>li.hover div.sub_menu_item {
  position: absolute !important;
  top: 4px;
  left: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  transition: none;
}

.dropdown__content>ul>li.hover div.sub_menu_item>ul {
  columns: 130px 1;
  column-fill: auto;
  column-gap: 0px;
  width: 100%;
  transition: none;
}

.dropdown__content>ul>li.hover a svg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.dropdown__content>ul>li.hover a {
  position: relative;
}

@media (min-width: 1199px) {
  .header .nav ul.menu ul ul>li.hover:not(.hover--has-submenu):hover>a[data-title] {
    color: transparent !important;
    position: relative;
  }
  .header .nav ul.menu ul ul>li.hover:not(.hover--has-submenu):hover>a[data-title]::after {
    content: attr(data-title);
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 0;
    left: 12px;
    width: calc(100% - 12px);
    display: block;
  }

  .dropdown__content>ul>li.hover:hover div.sub_menu_item {
    opacity: 1;
    visibility: visible;
    z-index: 50 !important;
  }

  .dropdown__content>ul>li.hover:hover div.sub_menu_item>ul {
    width: auto !important;
  }
}

.dropdown__content>ul>li.hover>a {
  position: relative;
  width: 100%;
  margin-right: 25px;
  padding-right: 0 !important;
}

@media (min-width: 1199px) {
  .dropdown__content>ul>li.hover--has-submenu:hover>a::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
  }
}

.nav ul.menu ul ul li {
  display: block;
  float: none;
}

.sfg-mega-menu .dropdown .dropdown__content,
.sfg-mega-menu .dropdown .dropdown__content ul {
  display: unset;
  background: #f5f5f5;
}

.menu ul ul a,
.header .nav ul.menu ul ul li a {
  /*width: 280px;*/
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03px;
  color: #000000 !important;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: inline-block;
  transition: none !important;
}

.menu_banner_input::placeholder {
  font-size: 11px !important;
}

.header .nav ul.menu ul ul li a.sub-link {
  font-weight: 400;
  font-size: 17px !important;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #000000 !important;
  z-index: 99;
  opacity: 1 !important;
  padding: 10px 0 12px 24px !important;
  white-space: pre-wrap;
}

.dropdown .dropdown_title {
  text-align: left;
  padding: 9px 25px 9px 0;
  border: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.03em;
  color: #666666 !important;
  font-family: Avenir Next, sans-serif;
  margin: 0 0 10px;
}

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

.dropdown__wrapper .banner {
  overflow: hidden;
  width: 200px;
  min-width: 200px;
  border-radius: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 130, 79);
  background-repeat: no-repeat;
  background-position-y: 50%;
  padding: 21px 36px 21px;
  height: 100%;
  margin-left: 20px;
  margin-top: -45px;
  z-index: 99999;
  position: relative;
}

.dropdown__wrapper .banner p {
  line-height: 0 !important;
}

.dropdown__wrapper .banner .ql-clipboard {
  display: none;
}

.dropdown__wrapper .banner .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 p {
  line-height: 18px !important;
  color: #fff !important;
  text-align: center !important;
}

.dropdown__wrapper .banner .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 p span {
  color: #fff !important;
}

.dropdown__wrapper .banner .kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1:last-child .kl-private-reset-css-Xuajs1 p span {
  font-size: 16px !important;
  line-height: 20px !important;
}

.dropdown__wrapper .banner form.klaviyo-form>.kl-private-reset-css-Xuajs1>.kl-private-reset-css-Xuajs1:nth-child(4) .kl-private-reset-css-Xuajs1 p {
  font-weight: 800 !important;
}

.dropdown__wrapper .banner form.klaviyo-form>.kl-private-reset-css-Xuajs1>.kl-private-reset-css-Xuajs1:last-child p {
  font-size: 10px !important;
  line-height: 12px !important;
}

.arrow_right_menu {
  /*    position: absolute; */
  top: 13px;
  left: -10px;
}

.selected_currency {
  padding: 0;
  position: relative;
}

.menu .sub-menu .dropdown__content {
  padding-top: 0;
  position: relative;
}

.header.header_bar .selected_currency {
  color: #2d3a33 !important;
}

body.index .header.header_bar:not(.is-scrolled) .selected_currency,
body.blog .header:not(.is-scrolled) .selected_currency {
  color: #fff !important;
}

.header-currency .currenciesul {
  position: absolute;
}

.header-currency:hover .currenciesul {
  display: block !important;
}

.nav ul.menu ul ul li {
  color: #fff;
}

.nav ul.menu ul ul.currenciesul,
.nav ul.menu .translate-lan .weglot-container .weglot_switcher ul {
  background: #ffffff;
  border-radius: 4px;
  padding: 3px 12px;
  margin-top: 10px;
  width: 117px !important;
  right: 0;
}

.nav ul.menu ul ul.currenciesul li,
.nav ul.menu .translate-lan .weglot-container .weglot_switcher ul li,
.header .nav ul.menu .translate-lan ul li a {
  opacity: 1;
  padding: 5px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #090909;
  cursor: pointer;
}

.nav ul.menu .translate-lan .weglot-container .weglot_switcher ul {
  margin-top: 25px;
  width: 65px !important;
  padding: 3px 6px;
}

.header-currency .arrow {
  opacity: 1;
  vertical-align: middle;
  top: -2px;
}

.header-currency .arrow.up {
  top: 1px;
}

.nav ul.menu ul li.translate-lan {
  padding-right: 3px;
  width: 66px;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.translate-lan,
.header-currency {
  cursor: pointer;
}

.translate-lan .wg-drop.country-selector .wgcurrent:after,
.mm-menu .wg-drop.country-selector .wgcurrent:after {
  content: "";
  mask-image: url("white_arrow.png");
  -webkit-mask-image: url("white_arrow.png");
  -webkit-mask-repeat: no-repeat;
  background: none;
  background-color: #2d3a33;
  height: 7px !important;
  width: 8px;
  bottom: 0;
  margin: auto;
  -webkit-mask-size: 7px;
  right: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  line-height: 7px;
}

.header-currency .arrow.down,
.header-currency:hover .arrow.up,
.translate-lan:hover .wg-drop.country-selector ul,
.sub-menu .arrow.down,
.sub-menu:hover .arrow.up {
  visibility: visible;
}

.header-currency:hover .arrow.down,
.translate-lan .wg-drop.country-selector ul,
.sub-menu:hover .arrow.down {
  visibility: hidden;
}

.header .nav ul.menu .translate-lan ul li a {
  width: auto;
  transition: unset;
  -webkit-transition: unset;
  padding: 0;
  justify-content: unset;
}

.header-currency .arrow.up,
.sub-menu .arrow.up {
  position: absolute;
  z-index: 99999;
  right: -2px;
  left: auto;
  visibility: hidden;
  font-size: 10px;
}

.selected_currency .currency {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-family: "Avenir Next", sans-serif;
}

.translate-lan .wg-drop.country-selector .wgcurrent a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #2d3a33 !important;
  padding-right: 15px;
  display: flex;
}

.header.header_bar .translate-lan .wg-drop.country-selector .wgcurrent a {
  padding-bottom: 0;
}

body.index .header.header_bar:not(.is-scrolled) .translate-lan .wg-drop.country-selector .wgcurrent a,
body.blog .header:not(.is-scrolled) .translate-lan .wg-drop.country-selector .wgcurrent a {
  color: #fff !important;
}

body.index .header.header_bar:not(.is-scrolled) .translate-lan .wg-drop.country-selector .wgcurrent:after,
body.blog .header:not(.is-scrolled) .translate-lan .wg-drop.country-selector .wgcurrent:after {
  background: #fff;
}

.header.header_bar .translate-lan .wg-drop.country-selector .wgcurrent:after {
  background: #3b4459;
}

.translate-lan .wg-drop.country-selector {
  background-color: transparent;
}

.translate-lan .wg-drop.country-selector .wgcurrent:after {
  mask-image: url("white_arrow.png");
  -webkit-mask-image: url("white_arrow.png");
  -webkit-mask-repeat: no-repeat;
  background: none;
  background-color: #fff;
  height: 7px;
  width: 8px;
  bottom: 0;
  margin: auto;
  -webkit-mask-size: 7px;
  right: 0;
}

.translate-lan .wg-drop.country-selector .wgcurrent {
  border: 0;
  position: relative;
}

.translate-lan .wg-drop.country-selector.closed .wgcurrent:after {
  transform: rotate(0deg);
  transition: unset;
}

.translate-lan:hover .wg-drop.country-selector.closed .wgcurrent:after {
  transform: rotate(-60deg);
}

.translate-lan .wg-drop.country-selector a {
  height: auto;
  padding: 0px;
}

.translate-lan .wg-flags a img.wg-flag {
  height: 16px;
  margin-right: 4px;
}

.translate-lan .weglot-container {
  line-height: 10px;
  vertical-align: middle;
  display: inline-block;
}

.wg-drop.country-selector.closed ul {
  display: none;
}

.feature_image .nav .header-main-line-bg.desktop_menu.desktop_nav {
  display: inline-flex;
}

.header-main-line-bg.desktop_menu.desktop_nav>ul {
  display: flex;
}

@media (max-width: 1200px) {
  .nav ul.menu ul li {
    padding: 5px 0px 0 0;
  }

  .nav ul ul li a.dropdown-link {
    padding: 10px 4px 10px;
  }

  .sfg-mega-menu .dropdown {
    top: 70px;
  }

  .menu.sfg-mega-menu .translate-lan+.header-currency {
    display: none;
  }
}

@media (max-width: 1250px) {
  .dropdown__wrapper .banner {
    width: 260px;
    height: 250px;
    bottom: 20px;
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 25px 20px 30px;
  }

  .banner_content {
    margin-bottom: 5px !important;
  }

  .banner p span br {
    display: none;
  }

  .sfg-mega-menu ul li ul li .sub-link {
    padding: 5px 10px 5px 30px !important;
  }

  .dropdown__content>ul>div>div.hover>li+div.sub_menu_item {
    left: 60%;
  }
}

@media (max-width: 1200px) {
  .nav ul.menu ul li {
    padding: 5px 0px 0 0;
  }

  .nav ul ul li a.dropdown-link {
    padding: 10px 4px 10px;
  }

  .sfg-mega-menu .dropdown {
    top: 70px;
  }

  .header .menu .header-main-line-bg.icon_menu {
    border: 0;
    padding: 0px 8px 0;
    margin: 0 0px;
  }

  #nav .weglot-container .mm-listview .wg-li:after {
    display: none;
  }

  #nav .weglot-container#weglot-switcher-2 .wg-flags a img.wg-flag {
    vertical-align: middle;
  }
}

@media (max-width: 959px) {
  .sfg-mega-menu .dropdown {
    top: 128px;
  }
}

/* header menu end */
.weglot-container.wg-default {
  display: none;
}

@media (max-width: 799px) {
  #nav li.header-currency select.currencies {
    display: block !important;
    color: #3b4459 !important;
  }

  #nav li.header-currency:not(.mobile)>a {
    display: none;
  }

  .translate-lan-mobile #weglot-switcher-2,
  .translate-lan-mobile .country-selector {
    display: block;
  }

  .translate-lan-mobile .country-selector>.wgcurrent {
    border: none !important;
  }

  .wg-drop.country-selector .wgcurrent a {
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .wg-drop.weg-openup ul {
    bottom: -36px !important;
  }

  .wg-drop.country-selector li a {
    width: 100% !important;
    padding-left: 20px;
  }

  .wg-drop.country-selector ul {
    border: none !important;
  }
}

.tablet_nav,
.tablet_close,
.mm-close.mm-btn {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .mm-close.mm-btn {
    margin-top: 60px;
    margin-right: 6px;
    display: inline-block;
  }

  .mm-close:after {
    right: 30px;
  }

  .mm-close:after,
  .mm-close:before {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #000 !important;
  }
}

.nav ul.menu>li {
  position: static;
  list-style: none !important;
  display: inline-block;
  margin: 0;
}

/*
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mm-menu.mm-offcanvas {
    z-index: 9999999;
  }
  .nav ul.menu ul li.header-currency {
    margin: 0 10px 0 10px;
  }
  .feature_image .header .nav a,
  .feature_image .header .nav a.icon-menu {
    padding: 0;
  }
  .desktop_nav,
  .mm-menu > .mm-navbar .mm-search,
  .mm-menu .translate-lan,
  .mm-menu .header-currency,
  .mm-menu .translate-lan-mobile,
  .mobile_hidden .mobile_menu,
  .mobile_hidden .translate-lan,
  .menu .mobile_menu + .currenciesul {
    display: none !important;
  }
  .tablet_close,
  .mm-close.mm-btn {
    display: inline-block !important;
  }
  .tablet_nav {
    display: inline-block !important;
    vertical-align: middle;
  }
  .tablet_nav a {
    padding: 0;
    line-height: 0;
  }
  .mm-navbar {
    border: none;
  }
  .mm-menu .mm-listview > li > a,
  .mm-menu .mm-listview > li > span {
    padding: 10px 10px 10px 20px;
  }
  .nav ul.menu {
    padding-top: 15px;
  }
  .mm-listview > li:not(.mm-divider):after {
    display: none;
  }
  #nav a,
  #nav span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #000000 !important;
  }
  .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
    background: no-repeat url(down-arrow.png) center;
    border: none;
    border-color: transparent;
    height: 20px;
    width: 20px;
    transform: none;
    background-size: 10px;
  }
  .mm-menu > .mm-navbar.mm-navbar-top.mm-navbar-top-2 {
    display: block !important;
  }
  .mm-menu > .mm-navbar.mm-navbar-top.mm-navbar-top-2 .mm-title {
    display: none;
  }
  .mm-theme-white.mm-menu--position-right-front.mm-menu--opened {
    left: auto;
    right: 0;
    z-index: 999;
  }
  .mm-panels > .mm-panel {
    padding: 0 20px 20px 40px;
  }
  .mm-menu .mm-prev.mm-btn:before {
    left: 42px;
  }
}
  */
.header .nav ul.menu ul ul li a svg {
  display: none;
}

.nav ul.menu ul ul.currenciesul li:hover,
.nav ul.menu ul ul.currenciesul li.active {
  color: rgb(43, 130, 83);
}

.mm-menu.mm-offcanvas {
  z-index: 99999;
}

.locale-selectors__container {
  display: none !important;
}

.nav ul.menu ul ul.currenciesul {
  float: right;
  margin-top: 0;
}

.nav ul.menu ul li.header-currency:hover+.mobile_menu+.currenciesul {
  display: inline-block !important;
}

#nav.mm-menu .mobile_menu:after {
  position: absolute;
  mask-image: url(down-arrow.png);
  -webkit-mask-image: url(down-arrow.png);
  background-color: #000;
  transform: rotate(0) !important;
  -webkit-mask-repeat: no-repeat;
  height: 7px !important;
  width: 8px;
  bottom: 0;
  margin: auto;
  -webkit-mask-size: 7px;
  left: auto;
  right: 20px;
  top: 0;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .dropdown__content>ul>div>div.hover>li+div.sub_menu_item {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .header .mobile_menu {
    display: none !important;
  }
}

@media (max-width: 1199px) {

  .header .header-currency:not(.mobile),
  .mm-menu .header-currency:not(.mobile) {
    display: none !important;
  }
}

.nav ul.menu ul ul.currenciesul li:hover {
  color: rgb(43, 130, 83);
}

.locale-selectors__container {
  display: none !important;
}

.nav ul.menu ul ul.currenciesul {
  margin: 0;
  margin-top: 10px !important;
  top: 23px;
}

@media only screen and (max-width: 1200px) {
  #nav li.header-currency select.currencies {
    display: block !important;
    color: #3b4459 !important;
  }

  #weglot-switcher-2,
  .country-selector {
    display: block;
  }

  .country-selector>.wgcurrent,
  .wg-drop.country-selector ul {
    border: none !important;
  }

  .wg-drop.country-selector .wgcurrent a,
  .wg-drop.country-selector .wg-li a {
    padding: 0 !important;
  }

  .wg-drop.country-selector,
  .wg-drop.country-selector .wg-li a {
    width: 100% !important;
  }

  .wg-drop.weg-openup ul {
    bottom: -36px !important;
  }

  #nav .mm-listview {
    margin-bottom: 2px;
  }

  #nav.mm-menu .wg-drop.country-selector .wgcurrent:after {
    right: 0px !important;
  }

  #nav.mm-menu .mobile_menu:after,
  #nav.mm-menu .wg-drop.country-selector .wgcurrent:after {
    -webkit-mask-size: 10px;
    height: 17px !important;
    width: 18px;
  }

  #nav .currenciesul {
    padding: 0px 10px 10px 20px;
  }

  #nav .currenciesul li {
    padding: 5px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #090909;
    cursor: pointer;
  }
}

.container .section .products .three.columns.thumbnail {
  width: 205px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .container .section .products .three.columns.thumbnail {
    width: 160px;
  }

  /*
  .header .container .thirteen.columns {
    width: 696px;
  }
    */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container .section .products .three.columns.thumbnail {
    width: 124px;
  }
}

@media only screen and (max-width: 799px) {
  #nav .mm-listview {
    margin-bottom: 10px;
  }

  #nav .currenciesul li:after {
    display: none;
  }
}

.footer__bottom .credits-wrap.offset-by-three {
  padding-left: 105px;
}

@media (max-width: 1199px) {
  .footer__bottom .credits-wrap.offset-by-three {
    padding-left: 0px;
  }

  #content_wrapper {
    margin-top: 70px;
  }

  .index #content_wrapper {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 959px) {

  .footer__bottom .trusted_img,
  .footer__bottom .credits-wrap.offset-by-three {
    padding-left: 50px;
  }
}

.trusted_img {
  padding-top: 9px;
  max-width: 115px;
}

.trusted_img img {
  max-width: 150px;
  height: auto;
}

p.loop_promotion_text {
  margin-bottom: 0;
  color: var(--promotion-color);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.locale-selectors__container {
  display: none;
}

.promo_banner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 54px;
  display: none;
}

.promo_banner p {
  opacity: 0;
}

.promo_banner a {
  margin-left: 15px;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .promo_banner {
    position: relative;
    top: 40px;
  }

  .header .promo_banner p,
  .header .promo_banner a,
  .promo_banner p,
  .promo_banner a,
  .promo_banner_mobile p,
  .promo_banner_mobile a {
    font-size: 13px !important;
  }
}

p.ql-align-center {
  text-align: center !important;
  color: #ffffff !important;
}

.kl-private-reset-css-Xuajs1 .needsclick.klaviyo-form.klaviyo-form-version-cid_1 .kl-private-reset-css-Xuajs1 p {
  text-align: center !important;
}

button.kl-teaser-WEgV4U.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 p.ql-align-center,
>div button.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1 p.ql-align-center {
  text-align: center !important;
}

.needsclick p.ql-align-center {
  text-align: left !important;
}

.collection-main .products,
.product-related-products .products,
.featured-collection-section .products,
.blog_products .products {
  display: flex;
  flex-wrap: wrap;
}

.collection-main .products .product_image,
.product-related-products .products .product_image,
.featured-collection-section .products .product_image,
.blog_products .products .product_image {
  margin-bottom: 0;
}

.collection-main .products .thumbnail,
.product-related-products .products .thumbnail,
.featured-collection-section .products .thumbnail,
.blog_products .products .thumbnail {
  margin-bottom: 25px;
}

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

  .collection-main .products .thumbnail,
  .product-related-products .products .thumbnail,
  .featured-collection-section .products .thumbnail,
  .blog_products .products .thumbnail {
    margin-bottom: 12px;
  }
}

.collection-main .products .thumbnail .certified-badge,
.product-related-products .products .thumbnail .certified-badge,
.featured-collection-section .products .thumbnail .certified-badge,
.blog_products .products .thumbnail .certified-badge {
  background: transparent;
  padding: 0;
  left: 8px;
  top: 8px;
}

.collection-main .products .thumbnail .certified-badge img,
.product-related-products .products .thumbnail .certified-badge img,
.featured-collection-section .products .thumbnail .certified-badge img,
.blog_products .products .thumbnail .certified-badge img {
  width: 18px;
}

.collection-main .products .thumbnail>a,
.product-related-products .products .thumbnail>a,
.featured-collection-section .products .thumbnail>a,
.blog_products .products .thumbnail>a {
  border: 1px solid #eee;
  border-radius: 4px;
  height: 100%;
  padding-bottom: 0;
}

.collection-main .products .thumbnail .badges-wrapper,
.product-related-products .products .thumbnail .badges-wrapper,
.featured-collection-section .products .thumbnail .badges-wrapper,
.blog_products .products .thumbnail .badges-wrapper {
  padding: 0 8px;
  margin: 0;
  width: calc(100% - 16px);
}

.collection-main .products .thumbnail .badges-wrapper>div,
.product-related-products .products .thumbnail .badges-wrapper>div,
.featured-collection-section .products .thumbnail .badges-wrapper>div,
.blog_products .products .thumbnail .badges-wrapper>div {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  height: 16px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.collection-main .products .thumbnail .badges-wrapper>.new-badge,
.collection-main .products .thumbnail .badges-wrapper>.general-badge,
.product-related-products .products .thumbnail .badges-wrapper>.new-badge,
.product-related-products .products .thumbnail .badges-wrapper>.general-badge,
.featured-collection-section .products .thumbnail .badges-wrapper>.new-badge,
.featured-collection-section .products .thumbnail .badges-wrapper>.general-badge,
.blog_products .products .thumbnail .badges-wrapper>.new-badge,
.blog_products .products .thumbnail .badges-wrapper>.general-badge {
  background: #eaf6ef;
  color: #172648;
}

.collection-main .products .thumbnail .info,
.product-related-products .products .thumbnail .info,
.featured-collection-section .products .thumbnail .info,
.blog_products .products .thumbnail .info {
  padding: 22px 16px;
}

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

  .collection-main .products .thumbnail .info,
  .product-related-products .products .thumbnail .info,
  .featured-collection-section .products .thumbnail .info,
  .blog_products .products .thumbnail .info {
    padding: 16px;
  }
}

.collection-main .products .thumbnail .info .info__title-wrap,
.product-related-products .products .thumbnail .info .info__title-wrap,
.featured-collection-section .products .thumbnail .info .info__title-wrap,
.blog_products .products .thumbnail .info .info__title-wrap {
  min-height: 99px;
}

@media (min-width: 768px) and (max-width: 992px) {

  .collection-main .products .thumbnail .info .info__title-wrap,
  .product-related-products .products .thumbnail .info .info__title-wrap,
  .featured-collection-section .products .thumbnail .info .info__title-wrap,
  .blog_products .products .thumbnail .info .info__title-wrap {
    min-height: 146px;
  }
}

.collection-main .products .thumbnail .info .title,
.product-related-products .products .thumbnail .info .title,
.featured-collection-section .products .thumbnail .info .title,
.blog_products .products .thumbnail .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #2e3a33;
  display: block;
  margin-bottom: 22px;
  min-height: 50px;
  letter-spacing: 0.03em;
  line-height: 1.37;
}

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

  .collection-main .products .thumbnail .info .title,
  .product-related-products .products .thumbnail .info .title,
  .featured-collection-section .products .thumbnail .info .title,
  .blog_products .products .thumbnail .info .title {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

.collection-main .products .thumbnail .info .stamped-product-reviews-badge,
.product-related-products .products .thumbnail .info .stamped-product-reviews-badge,
.featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge,
.blog_products .products .thumbnail .info .stamped-product-reviews-badge {
  padding-bottom: 15px;
}

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

  .collection-main .products .thumbnail .info .stamped-product-reviews-badge,
  .product-related-products .products .thumbnail .info .stamped-product-reviews-badge,
  .featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge,
  .blog_products .products .thumbnail .info .stamped-product-reviews-badge {
    padding-bottom: 0;
  }
}

.collection-main .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:after,
.collection-main .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:before,
.product-related-products .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:after,
.product-related-products .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:before,
.featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:after,
.featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:before,
.blog_products .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:after,
.blog_products .products .thumbnail .info .stamped-product-reviews-badge .stamped-badge .stamped-badge-caption:before {
  font-size: 14px;
}

.collection-main .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating,
.product-related-products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating,
.featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating,
.blog_products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating {
  margin-right: 6px !important;
}

.collection-main .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa,
.product-related-products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa,
.featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa,
.blog_products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa {
  line-height: 1;
}

.collection-main .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before,
.product-related-products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before,
.featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before,
.blog_products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before {
  margin-right: 0;
  font-size: 15px;
}

@media screen and (min-width: 992px) {

  .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before,
  .product-related-products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before,
  .featured-collection-section .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before,
  .blog_products .products .thumbnail .info .stamped-product-reviews-badge .stamped-starrating .stamped-fa:before {
    font-size: 24px;
  }
}

.collection-main .products .thumbnail .info .price-wrapper,
.product-related-products .products .thumbnail .info .price-wrapper,
.featured-collection-section .products .thumbnail .info .price-wrapper,
.blog_products .products .thumbnail .info .price-wrapper {
  display: flex;
  padding-bottom: 20px;
  color: #2e3a33;
}

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

  .collection-main .products .thumbnail .info .price-wrapper,
  .product-related-products .products .thumbnail .info .price-wrapper,
  .featured-collection-section .products .thumbnail .info .price-wrapper,
  .blog_products .products .thumbnail .info .price-wrapper {
    display: block;
    padding-bottom: 7px;
  }
}

.collection-main .products .thumbnail .info .price-wrapper .sale_price,
.product-related-products .products .thumbnail .info .price-wrapper .sale_price,
.featured-collection-section .products .thumbnail .info .price-wrapper .sale_price,
.blog_products .products .thumbnail .info .price-wrapper .sale_price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.37;
}

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

  .collection-main .products .thumbnail .info .price-wrapper .sale_price,
  .product-related-products .products .thumbnail .info .price-wrapper .sale_price,
  .featured-collection-section .products .thumbnail .info .price-wrapper .sale_price,
  .blog_products .products .thumbnail .info .price-wrapper .sale_price {
    font-size: 16px;
  }
}

.collection-main .products .thumbnail .info .price-wrapper .was_price,
.product-related-products .products .thumbnail .info .price-wrapper .was_price,
.featured-collection-section .products .thumbnail .info .price-wrapper .was_price,
.blog_products .products .thumbnail .info .price-wrapper .was_price {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #333;
  line-height: 1.37;
  letter-spacing: 0.03em;
  margin-left: 5px;
}

.collection-main .products .thumbnail .info .price-wrapper .savings,
.product-related-products .products .thumbnail .info .price-wrapper .savings,
.featured-collection-section .products .thumbnail .info .price-wrapper .savings,
.blog_products .products .thumbnail .info .price-wrapper .savings {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.03em;
}

.collection-main .products .thumbnail .info .price-wrapper .price-left,
.product-related-products .products .thumbnail .info .price-wrapper .price-left,
.featured-collection-section .products .thumbnail .info .price-wrapper .price-left,
.blog_products .products .thumbnail .info .price-wrapper .price-left {
  padding-right: 7px;
  display: flex;
  align-items: center;
}

.collection-main .products .thumbnail .info .price-wrapper .price-left .from-label,
.product-related-products .products .thumbnail .info .price-wrapper .price-left .from-label,
.featured-collection-section .products .thumbnail .info .price-wrapper .price-left .from-label,
.blog_products .products .thumbnail .info .price-wrapper .price-left .from-label {
  letter-spacing: 0.03em;
  padding-right: 2px;
}

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

  .collection-main .products .thumbnail .info .price-wrapper .price-left,
  .product-related-products .products .thumbnail .info .price-wrapper .price-left,
  .featured-collection-section .products .thumbnail .info .price-wrapper .price-left,
  .blog_products .products .thumbnail .info .price-wrapper .price-left {
    display: block;
    padding-right: 0;
    padding-bottom: 2px;
  }
}

.collection-main .products .thumbnail .info .price-wrapper .price-left+.price-right,
.product-related-products .products .thumbnail .info .price-wrapper .price-left+.price-right,
.featured-collection-section .products .thumbnail .info .price-wrapper .price-left+.price-right,
.blog_products .products .thumbnail .info .price-wrapper .price-left+.price-right {
  border-left: solid 1px #e4e4e4;
  padding-left: 7px;
}

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

  .collection-main .products .thumbnail .info .price-wrapper .price-left+.price-right,
  .product-related-products .products .thumbnail .info .price-wrapper .price-left+.price-right,
  .featured-collection-section .products .thumbnail .info .price-wrapper .price-left+.price-right,
  .blog_products .products .thumbnail .info .price-wrapper .price-left+.price-right {
    border-left: 0;
    padding-left: 0;
  }
}

.collection-main .products .thumbnail .info .loop_promotion_text,
.product-related-products .products .thumbnail .info .loop_promotion_text,
.featured-collection-section .products .thumbnail .info .loop_promotion_text,
.blog_products .products .thumbnail .info .loop_promotion_text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.03em;
  color: #2b8253;
  margin-top: auto;
}

@media (min-width: 992px) {

  .collection-main .products .thumbnail .info .loop_promotion_text--placeholder,
  .product-related-products .products .thumbnail .info .loop_promotion_text--placeholder,
  .featured-collection-section .products .thumbnail .info .loop_promotion_text--placeholder,
  .blog_products .products .thumbnail .info .loop_promotion_text--placeholder {
    min-height: 20.55px;
  }
}

.products .columns a {
  display: flex;
  flex-direction: column;
}

.products .columns a .info {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.rc_popup {
  display: flex !important;
}

.cancel-anytime {
  font-size: 12px !important;
  line-height: 1.37 !important;
  font-weight: 500 !important;
  color: #4e4e4e !important;
}

.rc_popup_label_wrapper {
  color: #4e4e4e !important;
  display: flex;
  align-items: center;
  background-color: #eaf7ef !important;
}

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

.reload-icon {
  margin-right: 5px;
}

.rc_popup__hover .row {
  margin-bottom: 0px !important;
}

.rc_popup__hover,
a.rc_popup__hover {
  padding-bottom: 0px !important;
}

.rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
  padding-bottom: 0px !important;
}

.rc-container-wrapper {
  background: #f6f6f6 !important;
}

.product-template-section .main_content_area.content .rc-container {
  padding-top: 15px !important;
}

.rc_popup__block__footer {
  display: none !important;
}

.franche-home-version .promo-banner--home {
  width: 133px;
  font-size: 11px !important;
  height: 15px;
}

@media screen and (min-width: 500px) {
  .franche-home-version .promo-banner--home {
    width: 111px;
    font-size: 9px !important;
  }
}

@media screen and (min-width: 680px) {
  .franche-home-version .promo-banner--home {
    height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .franche-home-version .promo-banner--home {
    width: 129px;
  }
}

@media screen and (min-width: 960px) {
  .franche-home-version .promo-banner--home {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 1080px) {
  .franche-home-version .promo-banner--home {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 1200px) {
  .franche-home-version .promo-banner--home {
    height: 18px;
    width: 208px;
  }
}

.franche-home-version .homepage_slider--links-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pdp-product-swatch-container {
  width: 100%;
  height: auto;
}

.pdp-product-swatch {
  display: flex !important;
  position: absolute;
  width: 0px;
}

.pdp-product-swatch:focus {
  outline: none;
}

.mm-page {
  z-index: auto;
}

.swatch_options .pdp-product-swatch {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.shopify-policy__body table th,
.shopify-policy__body table tr td:first-child {
  font-weight: 400;
}

.shopify-policy__body table td,
.shopify-policy__body table th {
  padding: 35px 20px;
}