/** Shopify CDN: Minification failed

Line 7158:2 Unexpected "31.5%"
Line 8412:4 "verticle-align" is not a known CSS property

**/
/*============================================================================
  Brooklyn by Shopify
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*============================================================================
  #Sass Mixins
==============================================================================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,900");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,700");
.clearfix:after {
  content: '';
  clear: both; }

@font-face {
  font-family: 'ufonts.com_din-bold';
  src: url("DINBold.woff") format("woff"), url("DINBold.ttf") format("truetype"), url("DINBold.svg#DINBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ufonts.com_din-bold';
  src: url("ufonts.com_din-bold.eot");
  src: url("ufonts.com_din-bold.woff2") format("woff2"), url("ufonts.com_din-bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url("BebasNeue-Regular.eot");
  src: url("BebasNeue-Regular.woff2") format("woff2"), url("BebasNeue-Regular.woff") format("woff"), url("BebasNeue-Regular.ttf") format("truetype"), url("BebasNeue-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss
  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }
    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Functions ================*/
/*================ Animations and keyframes ================*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

a {
  text-decoration: none; }

a:focus, a:hover {
  text-decoration: none !important; }

/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography ================*/
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  src: url("/cdn/fonts/montserrat/montserrat_n6.7a3c341961dc23aaabcc116124b80f2a7abec1a2.woff2?&hmac=b92922e1683cc0012e34c7bf8312b5012a94a53fc8c072e1f67c774308ea2f2a") format("woff2"), url("/cdn/fonts/montserrat/montserrat_n6.2c97c1a692c63ad09ab0635cb73b1939c5f417c0.woff?&hmac=8669c660350573f86fd9449c033c017f38297b619f249ae75e106208f636918b") format("woff"); }

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?&hmac=b59fde63ef4778517ca8e872395c570039764aca6853b730acbc758c376d9202") format("woff2"), url("/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?&hmac=b6cef1bb12cdc3d77c249b06c507efafbf638d8f03ecf504ea0cef6a2e187c1b") format("woff"); }

@font-face {
  font-family: "Old Standard TT";
  font-weight: 400;
  font-style: normal;
  src: url("/cdn/fonts/old_standard_tt/oldstandardtt_n4.ee0951721b469828e44903ad5ff5815def33217a.woff2?&hmac=35507c66dac8c9d0310bc940fd487c3bf40fde9c780d7dee7f0614011cbacff7") format("woff2"), url("/cdn/fonts/old_standard_tt/oldstandardtt_n4.481b4779e20f0c9f07603272fe7c673a29ed154f.woff?&hmac=9369407adde49df269bd1700c9e5a23c8d778e617e9a22add69a8d05da5a15a0") format("woff"); }

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url("/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?&hmac=b9a918bf2f468523f460d46c1177ce19f91e4e2d2e985e9790e19f7a38d94a90") format("woff2"), url("/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?&hmac=8239ed8fbc7d038e4f5187456563d0dfae3f53b3737d96c3d6b510d70dafb13d") format("woff"); }

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  src: url("/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?&hmac=ebefd90d220fc27200c2ff0a0ea8ceafc305c30201bed645828f38bf763fb2d1") format("woff2"), url("/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?&hmac=688a7ef7a7097cf112968b8cf8c9d19e3979c75b87027853f31be902aae935c0") format("woff"); }

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  src: url("/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?&hmac=49e2f753aa1bbed2499a3208c3f2e6969080a740e643ad544e4e9d95dbdd13a9") format("woff2"), url("/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?&hmac=52d5d1f52cacaac04dec2f10df0bcaeec767bd41569a43d36480d4a16030455d") format("woff"); }

@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  src: url("/cdn/fonts/montserrat/montserrat_n9.ddaed62de62f3d3d87e64f4d0463dca05fc9c8e4.woff2?&hmac=b67d8128c9fe24e8ae2d92ed67e2a363d0b4e977e559b1f1ff89bd9af63b96fa") format("woff2"), url("/cdn/fonts/montserrat/montserrat_n9.85cc5f32e331fc9b3a109639b08869c64782e161.woff?&hmac=0dad9ff79b5ae51db870d72b5df326b1aa49c5d45832fbf06c7bb8a1bdae96ee") format("woff"); }

/* $headerFontStack: "Old Standard TT", serif; */
/* $bodyFontStack: Montserrat, sans-serif; */
/* $accentFontStack: Montserrat, sans-serif; */
@font-face {
  font-family: 'icons';
  src: url("/cdn/shop/t/2/assets/icons.eot?v=76376034712351536041567379065");
  src: url("/cdn/shop/t/2/assets/icons.eot?v=76376034712351536041567379065#iefix") format("embedded-opentype"), url("/cdn/shop/t/2/assets/icons.woff?v=104467149462917998961567379065") format("woff"), url("/cdn/shop/t/2/assets/icons.ttf?v=178327382817509986701567379065") format("truetype"), url("/cdn/shop/t/2/assets/icons.svg?v=95057780022637700331567379065#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.wrapper {
  max-width: 1170px;
  padding: 0 15px; }

/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.5; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.55);
    transform: scale(0.55); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*================ Theme-specific partials ================*/
/*================ Theme specific global styles ================*/
hr, .hr--small, .hr--medium, .hr--large {
  border-width: 2px 0 0 0;
  width: 50px; }

.hr--small {
  margin: 20px auto; }

.hr--medium {
  margin: 35px auto; }
  @media screen and (min-width: 769px) {
    .hr--medium {
      margin: 45px auto; } }

.hr--large {
  margin: 60px auto; }

.hr--left {
  margin-left: 0;
  margin-right: 0; }

a.tmplans-btn:focus {
  outline: none;
  color: #fff !important; }

/*================ Table styles ================*/
table {
  position: relative;
  border: 0 none;
  background-color: #f6f6f6;
  border-radius: 7px; }

td,
th {
  border: 0 none; }

td {
  padding: 10px 15px; }

tr:first-child th,
tr:first-child td {
  position: relative; }
  tr:first-child th:after,
  tr:first-child td:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -15px;
    right: 15px;
    border-bottom: 1px solid #1c1d1d; }
  tr:first-child th:first-child:after,
  tr:first-child td:first-child:after {
    left: 15px;
    right: -15px; }

/*============================================================================
  Responsive tables, defined with .table--responsive on table element.
  Only defined for IE9+
==============================================================================*/
@media screen and (max-width: 590px) {
  html:not(.lt-ie9) .table--responsive thead {
    display: none; }
  html:not(.lt-ie9) .table--responsive tr {
    display: block; }
  html:not(.lt-ie9) .table--responsive tr,
  html:not(.lt-ie9) .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  html:not(.lt-ie9) .table--responsive th,
  html:not(.lt-ie9) .table--responsive td {
    display: block;
    text-align: right;
    padding: 15px; }
  html:not(.lt-ie9) .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: "Comfortaa";
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 10px; } }
@media screen and (max-width: 590px) {
  html:not(.lt-ie9) .table--small-hide {
    display: none !important; }
  html:not(.lt-ie9) .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    html:not(.lt-ie9) .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #1c1d1d; } }

/*================ Partials | Theme typography overrides ================*/
body,
input,
textarea,
button,
select {
  line-height: 1.563; }

h1, .h1 {
  font-size: 2.28571em; }

h2, .h2 {
  font-size: 2.07143em; }

h3, .h3 {
  font-size: 1.28571em; }

h4, .h4 {
  font-size: 1.42857em; }

h5, .h5 {
  font-size: 1.21429em; }

h6, .h6 {
  font-size: 1.14286em; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

/*================ Tables ================*/
th,
.table__title {
  font-weight: 400;
  font-size: 0.92857em; }

table td, table th {
  color: #868684; }

/*================ Rich Text Editor Styles ================*/
.rte h1, .rte .h1 {
  text-align: center; }
.rte h2, .rte .h2 {
  text-align: center; }
.rte h1::after, .rte .h1::after, .rte h2::after, .rte .h2::after {
  content: '';
  display: block;
  margin: 20px auto;
  border-bottom: 1px #1c1d1d solid;
  max-width: 50px; }
.rte h3, .rte .h3 {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-align: center; }
.rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

blockquote {
  font-size: 1.64286em;
  line-height: 1.385;
  text-align: center; }
  @media screen and (min-width: 591px) {
    blockquote {
      font-size: 1.85714em; } }

.section-header .rte {
  font-size: 1.28571em; }

/*================ Blog and Page Typography ================*/
.article .rte h2, .article .rte .h2,
.article .rte h3,
.article .rte .h3,
.page .rte h2,
.page .rte .h2,
.page .rte h3,
.page .rte .h3 {
  margin-bottom: 2em; }

/*================ Blog Typography ================*/
.date {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 5px; }
  @media screen and (min-width: 769px) {
    .date {
      margin-bottom: 0; } }
  .section-header .date:last-child {
    margin-bottom: 40px; }

.comment-author {
  margin-bottom: 0; }

.comment-date {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.85714em; }

/*================ Cart Typography ================*/
.ajaxcart__product-name {
  font-size: 0.92857em;
  line-height: 1.4; }

.ajaxcart__price,
.cart__price,
.cart__subtotal {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.ajaxcart__price {
  font-size: 1em;
  color: #868684; }

.ajaxcart__price--strikethrough,
.cart__price--strikethrough {
  text-decoration: line-through; }

.ajaxcart__discount,
.cart__discount {
  display: block; }

.ajaxcart__subtotal {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.ajaxcart__qty-num[type="text"] {
  font-weight: 400;
  font-style: normal;
  font-size: 0.92857em; }

.ajaxcart__note {
  font-weight: 400;
  opacity: 0.5; }

.ajaxcart__savings,
.cart__savings {
  font-size: 1.42857em; }

/*================ Misc typography ================*/
.drawer__title {
  font-family: "Comfortaa";
  /*   font-weight: $headerFontWeight; */
  font-weight: 400;
  font-style: normal;
  font-size: 1.71429em; }

.collection-grid__item-title {
  font-size: 1.85714em;
  line-height: 1.1; }
  @media screen and (min-width: 591px) {
    .collection-grid__item-title {
      font-size: 2.42857em; } }

/*================ Partials | Theme Form Overrides ================*/
label {
  font-weight: 400; }

::-webkit-input-placeholder {
  color: black;
  opacity: 0.6; }

:-moz-placeholder {
  color: black;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: black;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: black;
  opacity: 1; }

input,
textarea,
select {
  font-size: 1.28571em;
  border-color: transparent;
  background-color: #f6f6f6;
  color: #1c1d1d;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    background-color: #f6f6f6;
    border-color: transparent; }
  input:hover,
  textarea:hover,
  select:hover {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 0.9; }
  input:active, input:focus,
  textarea:active,
  textarea:focus,
  select:active,
  select:focus {
    opacity: 1; }

select:hover {
  outline: 1px solid #dddddd; }

input[type="number"] {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.14286em; }

input[type="image"] {
  background-color: transparent; }

/*================ Ajax quantity selectors ================*/
.js-qty {
  background-color: #f6f6f6;
  color: #1c1d1d; }

.js-qty__adjust:hover {
  background-color: #e9e9e9;
  color: #1c1d1d; }

.js-qty__adjust--minus,
.js-qty__adjust--plus {
  border-color: #e9e9e9;
  color: #1c1d1d; }

/*================ Newsletter area ================*/
.newsletter {
  background-color: #f6f6f6;
  padding: 30px 0;
  margin-top: 60px; }
  .shopify-section:first-child .newsletter {
    margin-top: -60px; }
    @media screen and (min-width: 591px) {
      .shopify-section:first-child .newsletter {
        margin-bottom: -60px;
        position: relative;
        top: -50px; } }
  @media screen and (min-width: 591px) {
    .newsletter {
      padding: 60px 0; } }
  @media screen and (max-width: 590px) {
    .newsletter .section-header {
      margin-bottom: 20px; } }
  .newsletter .section-header + .section-subheading {
    margin-bottom: 20px; }
    @media screen and (min-width: 591px) {
      .newsletter .section-header + .section-subheading {
        margin-top: -50px;
        margin-bottom: 50px; } }
  @media screen and (max-width: 590px) {
    .newsletter .rte p {
      margin-bottom: 22px; } }
  .newsletter form {
    margin: 0 auto;
    max-width: 520px; }
    .newsletter form .newsletter--form {
      padding: 10px; }
    .newsletter form .note,
    .newsletter form .errors {
      margin-bottom: 0; }
  .newsletter form .newsletter--form,
  .newsletter .newsletter__input {
    background-color: white;
    color: black; }
  .newsletter .newsletter__input {
    font-size: 1.28571em;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield; }
    .newsletter .newsletter__input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: black;
      opacity: 1; }
    .newsletter .newsletter__input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: black;
      opacity: 1; }
    .newsletter .newsletter__input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: black;
      opacity: 1; }
    .newsletter .newsletter__input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: black; }
    .newsletter .newsletter__input::-ms-input-placeholder {
      /* Microsoft Edge 12+ */
      color: black;
      opacity: 1; }
    @media screen and (min-width: 591px) {
      .newsletter .newsletter__input {
        font-size: 1.5em; } }
  .newsletter .newsletter__submit-text--large {
    white-space: nowrap; }

@media screen and (max-width: 590px) {
  .newsletter__submit-text--large,
  .password-page__login-form__submit-text--large {
    display: none; }

  .newsletter__submit-text--small,
  .password-page__login-form__submit-text--small {
    display: block; } }
@media screen and (min-width: 591px) {
  .newsletter__submit-text--large,
  .password-page__login-form__submit-text--large {
    display: block; }

  .newsletter__submit-text--small,
  .password-page__login-form__submit-text--small {
    display: none; } }
.newsletter__label {
  padding-left: 10px; }

/*================ Modules | Theme product collage grid ================*/
.grid__row-separator {
  clear: both;
  width: 100%; }

.lt-ie9 .grid-uniform .grid-product {
  display: inline-block;
  margin-left: -4px;
  float: none; }

.grid-collage {
  margin-bottom: -13px; }

@media screen and (max-width: 590px) {
  .grid-collage .grid-product__image-link {
    height: 310px; } }
.grid-collage .grid-product__image-link {
  vertical-align: middle;
  display: table-cell; }

@media screen and (min-width: 591px) {
  .large--two-thirds.reverse {
    float: right; }

  .grid-collage .large--two-thirds {
    clear: both; }
    .grid-collage .large--two-thirds.reverse {
      clear: none; }
  .grid-collage .grid__item.large--one-third {
    clear: none; }
  .grid-collage .large--one-half {
    float: left;
    display: inline-block; }

  .grid-collage .large--one-third {
    clear: inherit; }

  .grid-collage .grid-product__image-link {
    height: 670px; }

  .grid-collage .large--one-half .grid-product__image-link {
    height: 310px; }

  .grid-collage .large--two-thirds .grid-product__image-link {
    height: 520px; }

  .grid-collage .large--one-third .grid-product__image-link {
    height: 230px; } }
/*================ Modules | Theme collection collage grid ================*/
.collection-grid {
  margin-bottom: -15px; }
  @media screen and (min-width: 591px) {
    .collection-grid {
      margin-bottom: -30px; } }

.collection-collage__item {
  position: relative;
  margin-bottom: 15px;
  height: 450px; }
  @media screen and (max-width: 590px) {
    .collection-collage__item.one-whole {
      height: 190px; }
    .collection-collage__item.one-half {
      height: 130px; } }
  @media screen and (min-width: 591px) {
    .collection-collage__item {
      margin-bottom: 30px; } }

@media screen and (min-width: 591px) {
  .collection-collage__item.large--one-half {
    height: 310px; }
  .collection-collage__item.large--one-third {
    height: 280px; } }
/*================ Partials | Theme button overrides ================*/
a {
  color: black;
  text-decoration: none;
  background: transparent; }
  a:hover {
    color: black; }

.rte a,
.text-link {
  color: #a26b25; }
  .rte a:hover,
  .text-link:hover {
    color: #89a127; }

.return-link {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em; }

/*================ Buttons and Input Groups ================*/
.btn,
.btn--secondary {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 18px;
  font-size: 0.92857em;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }

.input-group .btn,
.input-group .btn--secondary,
.input-group .input-group-field {
  height: 45px; }

p {
  color: #868684;
  font-size: 14px; }

/*================ Button loading indicator, when supported ================*/
.supports-csstransforms .btn--loading {
  position: relative;
  background-color: #788c22;
  color: #788c22; }
  .supports-csstransforms .btn--loading:hover, .supports-csstransforms .btn--loading:active {
    background-color: #788c22;
    color: #788c22; }
  .supports-csstransforms .btn--loading:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

/*================ Partials | Theme drawer overrides ================*/
/*================ Override drawer scrolling to accommodate fixed header/footers ================*/
.drawer {
  overflow: hidden; }

.drawer a {
  color: #868684; }

.drawer__inner {
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 769px) {
    .drawer__inner {
      padding-left: 30px;
      padding-right: 30px; } }
  .drawer--has-fixed-footer .drawer__inner {
    /*     overflow: hidden; */ }

.drawer-left__inner {
  top: 0;
  padding-top: 15px; }

/*================ Drawer Fixed Headers ================*/
.drawer__fixed-header {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 80px;
  overflow: visible; }
  @media screen and (min-width: 769px) {
    .drawer__fixed-header {
      left: 30px;
      right: 30px; } }

.drawer__header {
  /*   padding: ($gutter / 2) 0; */
  padding: 5px 0;
  margin: 0; }

@media screen and (max-width: 768px) {
  .drawer__close-button .icon {
    font-size: 1.57143em; } }
@media screen and (min-width: 591px) {
  .drawer__close-button {
    right: 0; } }
@media screen and (min-width: 1051px) {
  .drawer__close-button {
    right: -20px; } }
/*================ Drawer Fixed Cart Footer ================*/
.ajaxcart__inner--has-fixed-footer {
  /*   position: absolute;
    top: 0;
    left: 0;
    right: 0; */
  margin: 0;
  bottom: 130px;
  /*   overflow: auto; */
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 769px) {
    .ajaxcart__inner--has-fixed-footer {
      padding: 30px 0;
      padding-top: 0; } }

.ajaxcart__footer {
  /*   border-top: 1px solid $colorDrawerBorder; */
  border-top: 1px solid #ccc;
  padding-top: 15px; }

.ajaxcart__footer--fixed {
  /*   position: absolute;
    bottom: 0;
    left: $gutter / 2;
    right: $gutter / 2;
    min-height: $drawerCartFooterHeight; // overwritten by JS */
  padding-bottom: 30px; }
  @media screen and (max-width: 590px) {
    .ajaxcart__footer--fixed {
      padding-bottom: 15px; } }
  @media screen and (min-width: 769px) {
    .ajaxcart__footer--fixed {
      left: 30px;
      right: 30px; } }

/*================ Drawer Quantity Selectors ================*/
.ajaxcart__qty {
  max-width: 75px; }
  .ajaxcart__qty input[type="text"] {
    padding: 0 20px; }
  .ajaxcart__qty .js-qty__adjust,
  .ajaxcart__qty .ajaxcart__qty-adjust {
    padding: 0 5px;
    line-height: 1; }

/*================ Cart item styles ================*/
.ajaxcart__product:last-child .ajaxcart__row {
  border-bottom: 0 none;
  padding-bottom: 0; }

.btn--secondary {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .btn--secondary:hover {
    background-color: #acca31; }

/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/
/*================ Social share buttons ================*/
.social-sharing {
  font-family: "Comfortaa";
  font-weight: 400;
  font-style: normal;
  /*================ Large Buttons ================*/ }
  .social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .social-sharing a {
    display: inline-block;
    color: black;
    border-radius: 2px;
    margin: 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 400; }
  .social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }
  .social-sharing .icon {
    padding: 0 5px 0 10px; }
    .social-sharing .icon:before {
      line-height: 22px; }
  .social-sharing.is-large a {
    height: 44px;
    line-height: 44px; }
    .social-sharing.is-large a span {
      height: 44px;
      line-height: 44px;
      font-size: 18px; }
    .social-sharing.is-large a .icon {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .icon:before {
        line-height: 44px; }

.share-title {
  font-size: 1.28571em;
  padding-right: 10px; }
  .is-large .share-title {
    padding-right: 16px; }

/*================ Clean Buttons ================*/
.social-sharing.clean a {
  background-color: white;
  color: black;
  height: 30px;
  line-height: 30px; }
  .social-sharing.clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
  .social-sharing.clean a:hover {
    opacity: 0.8; }
  .social-sharing.clean a:hover .share-count {
    opacity: 0.8; }
    .social-sharing.clean a:hover .share-count:after {
      border-right-color: white; }
  .social-sharing.clean a .share-title {
    font-weight: 400; }
.social-sharing.clean .share-count {
  top: -1px; }

/*================ Partials | Theme search grid ================*/
.lt-ie9 .grid-uniform .grid-search {
  display: inline-block;
  margin-left: -4px;
  float: none; }

.grid-search {
  margin-bottom: 30px; }

.grid-search__product {
  position: relative;
  text-align: center; }

@media screen and (min-width: 769px) {
  .grid-search__page-link,
  .grid-search__product-link {
    height: 280px; } }

.grid-search__page-link {
  display: block;
  background-color: #f7f7f7;
  padding: 20px;
  color: black;
  overflow: hidden; }
  .grid-search__page-link:hover, .grid-search__page-link:focus {
    background-color: #efefef; }

.grid-search__page-content {
  display: block;
  height: 100%;
  overflow: hidden; }

.grid-search__image {
  display: block;
  padding: 20px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%; }
  @media screen and (min-width: 769px) {
    .grid-search__image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .grid-search__image .lt-ie9 {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }

/*================ Partials | Sections ================*/
.index-sections .shopify-section:first-child {
  margin: 0; }
.index-sections .shopify-section {
  margin-top: 90px; }
  @media screen and (max-width: 768px) {
    .index-sections .shopify-section {
      margin-top: 45px; } }

/*================ Partials | Sections onboarding ================*/
.placeholder-svg {
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.placeholder-background {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .hero .placeholder-background {
    background-color: transparent; }
  .placeholder-background .placeholder-svg {
    fill: rgba(0, 0, 0, 0.1);
    background-color: transparent; }

.hero__slide.slide--placeholder {
  background-color: rgba(0, 0, 0, 0.1) !important; }

/*================ Partials | Featured products section onboarding ================*/
.helper-section .grid-product__image-link, .helper .grid-product__image-link {
  background-color: transparent; }

.helper-section .grid-product__image-wrapper {
  height: 275px !important; }

/*================ Partials | Featured row section ================*/
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .feature-row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media screen and (max-width: 768px) {
    .feature-row__item {
      -webkit-flex: 1 1 100%;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-width: 100%; } }

.feature-row__image-wrapper {
  position: relative; }
  .no-js .feature-row__image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    padding-top: 0 !important; }

.feature-row__image-no-js {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .feature-row__image-no-js {
      order: 1; } }

.feature-row__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .feature-row__image {
      order: 1; } }

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }

@media screen and (min-width: 769px) {
  .feature-row__text--left {
    padding-left: 35px; }

  .feature-row__text--right {
    padding-right: 35px; } }
/*================ Module-specific styles ================*/
/*============================================================================
  To update Slick slider to a new version,
  scroll down to #Slick Slider SCSS and follow the instructions

  Default Slick classes all start with '.slick'
  Custom classes all start with '.hero'

  Extra specificity in selectors is used to override default
  styles before including the default Slick CSS
==============================================================================*/
/*================ Prev/next and pagination ================*/
.slick-slider .slick-dots {
  margin: 0;
  bottom: 10px; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle; }
    .slick-slider .slick-dots li button {
      position: relative; }
    .slick-slider .slick-dots li button:before {
      text-indent: -9999px;
      border-radius: 100%;
      background-color: #ffffff;
      border: 2px solid transparent;
      width: 10px;
      height: 10px;
      margin: 5px 0 0 5px;
      opacity: 1;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .slick-slider .slick-dots li.slick-active button:before {
      background-color: transparent;
      border-color: #ffffff;
      opacity: 1;
      width: 12px;
      height: 12px;
      margin: 4px 0 0 4px; }
    .slick-slider .slick-dots li button:active:before {
      opacity: 0.5; }

.hero .slick-prev,
.hero .slick-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 40px; }
.hero .slick-prev {
  left: 0; }
.hero .slick-next {
  right: 0; }

/*============================================================================
  General slide styles
    - Sizes based on height of image when 100% of container width
==============================================================================*/
.hero__slide {
  position: relative; }

.hero__image {
  position: relative;
  opacity: 0; }
  .slick-initialized .hero__image {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  .hero__image img {
    display: block;
    width: 100%; }

.slideshow__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

.hero__slide--hidden {
  visibility: hidden; }

.supports-touch .hero__slide--hidden {
  visibility: visible; }

.ie9 .hero__slide,
.lt-ie9 .hero__slide {
  z-index: 1 !important; }
.ie9 .slick-dots,
.lt-ie9 .slick-dots {
  z-index: 2; }

/*============================================================================
  Full screen hero styles
    - Uses css background image
==============================================================================*/
.hero--full-height {
  height: 100vh;
  min-height: 550px; }
  .hero--full-height .slick-list,
  .hero--full-height .slick-track {
    height: 100%; }
  .hero--full-height .hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
    .lt-ie9 .hero--full-height .hero__image {
      background-position: center center; }

.no-js .hero__image {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.hero__image-no-js {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  min-height: 550px;
  opacity: 1; }

/*================ Hero text/CTA ================*/
.hero__text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.hero__text-align {
  display: table;
  width: 100%;
  height: 100%; }

.hero__text-content {
  position: relative;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px 0;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .slick-initialized .hero__text-content {
    opacity: 1;
    -webkit-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: heroContentIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  @media screen and (min-width: 769px) {
    .hero__text-content {
      padding: 15px 150px; } }

.hero__text-content .slick-dots {
  position: static; }

/*================ Extra specificity to override Timber defaults ================*/
.hero__slide .hero__title {
  margin-bottom: 20px;
  line-height: 1.25;
  letter-spacing: 0; }
.hero__slide .hero__subtitle {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 15px; }
.hero__slide a.hero__cta {
  margin-bottom: 0; }

/*================ Font sizes ================*/
.hero__slide .hero__title {
  font-size: 3.57143em; }
.hero__slide .hero__subtitle {
  font-size: 1.07143em; }
@media screen and (min-width: 591px) {
  .hero__slide .hero__title {
    font-size: 4.28571em; }
  .hero__slide .hero__subtitle {
    font-size: 1.28571em; } }
@media screen and (min-width: 769px) {
  .hero__slide .hero__title {
    font-size: 4.57143em; } }

/*================ Hero header ================*/
.hero__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2; }

.template-index .header-wrapper {
  opacity: 0;
  z-index: 2;
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards;
  animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87) forwards; }
  .supports-no-cssanimations .template-index .header-wrapper {
    opacity: 1;
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

.header-container {
  position: relative;
  z-index: 2; }

.header-wrapper--over-hero {
  position: relative; }

/*============================================================================
  #Slick Slider overrides
    - If upgrading Slick's styles, use the following variables/functions
      instead of the slick defaults
    - Only overwrite slick's default styles starting at #Slick Slider SCSS
==============================================================================*/
/*============================================================================
  #Slick Slider SCSS
    - Everything below this line is unchanged from Slick's scss file
    - When updating to a new version, don't include the variables/function
      that were modified above
==============================================================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.ssnlmenu-prosldr-wrp .slick-list {
  height: 355px; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: white url(/cdn/shop/t/2/assets/ajax-loader.gif?v=41356863302472015721567379063) center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: inline-block; }
  .slick-slide .ssnlmenu-prosldr > div {
    display: inline-block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: inline-block !important;
  height: auto;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  background: #89A127;
  color: transparent;
  bottom: -76px;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  left: 0;
  right: 0;
  border-radius: 7px;
  margin: 0 auto;
  padding: 10px;
  z-index: 9; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    /*     background: transparent;
        color: transparent; */ }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick-icons, sans-serif";
  font-size: 40px;
  line-height: 1;
  color: #89a127;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -67px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190";
    color: #FFFFFF;
    content: "\2039"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -67px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192";
    color: #FFFFFF;
    content: "\203A"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

.product-single.product-single-wrp .slick-slider {
  margin-bottom: 77px !important; }

/* Dots */
.slick-slider {
  margin-bottom: 10px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #89a127;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #89a127;
      opacity: 0.55; }

/*================ Module | Collection images at top of templates ================*/
.collection-hero {
  margin-top: -35px;
  margin-bottom: 35px;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .collection-hero {
      margin-top: -65px;
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .collection-hero {
      margin-bottom: 60px; } }

.collection-hero__image-wrapper {
  position: relative; }
  .no-js .collection-hero__image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

.collection-hero__image-wrapper:after {
  padding-bottom: 70%;
  content: '';
  display: block;
  height: 0;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .collection-hero__image-wrapper:after {
      padding-bottom: 45%; } }

.collection-hero__image {
  position: absolute;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover";
  opacity: 0; }
  .collection-hero__image.is-init {
    opacity: 1;
    -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

.collection-hero__image-no-js {
  padding-bottom: 70%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1; }
  @media screen and (min-width: 769px) {
    .collection-hero__image-no-js {
      padding-bottom: 45%; } }

.filter-dropdown__label {
  margin-right: 0.3em; }

/*================ Module | Theme Header and Navigation Overrides ================*/
@media screen and (max-width: 768px) {
  .site-header {
    padding: 0; }
    .site-header .grid--table {
      height: 80px; } }
.site-header__logo .logo--inverted {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0; }
  .is-light .site-header__logo .logo--inverted {
    opacity: 1;
    visibility: visible;
    height: auto; }

/*================ Text Shop Name ================*/
.site-header__logo {
  font-size: 1.42857em; }
  @media screen and (min-width: 769px) {
    .site-header__logo {
      text-align: left;
      font-size: 1.78571em; } }
  @media screen and (max-width: 768px) {
    .site-header__logo img {
      max-height: 65px;
      margin-top: 10px;
      margin-bottom: 10px; } }

.site-header__logo a,
.header-logo a {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

/*================ Nav Links ================*/
.site-nav,
.site-nav--open {
  white-space: nowrap;
  opacity: 0; }
  .no-js .site-nav, .site-nav.site-nav--init, .no-js
  .site-nav--open,
  .site-nav--open.site-nav--init {
    opacity: 1;
    -webkit-transition: color 0.2s, opacity 0.1s;
    -moz-transition: color 0.2s, opacity 0.1s;
    -ms-transition: color 0.2s, opacity 0.1s;
    -o-transition: color 0.2s, opacity 0.1s;
    transition: color 0.2s, opacity 0.1s; }

.burger-icon {
  display: block;
  height: 2px;
  width: 18px;
  left: 25px;
  margin-left: -9px;
  position: absolute;
  transition: all 0.25s ease-out;
  background: #89a127; }
  .js-drawer-open-left .burger-icon {
    width: 24px;
    top: calc(50% - 1px);
    left: calc(50% - 4px); }
  @media screen and (min-width: 769px) {
    .burger-icon {
      width: 20px;
      left: 27px;
      margin-left: -12px; }
      .js-drawer-open-left .burger-icon {
        width: 25px;
        top: calc(50% - 1px);
        left: calc(50% - 2px); } }

.burger-icon--top {
  top: 17px; }
  .js-drawer-open-left .burger-icon--top {
    top: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.burger-icon--mid {
  top: 24px; }
  .js-drawer-open-left .burger-icon--mid {
    opacity: 0; }

.burger-icon--bottom {
  top: 31px; }
  .js-drawer-open-left .burger-icon--bottom {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.site-nav__link--burger {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  border: 0;
  position: relative;
  top: 4px;
  transition: transform 0.15s ease-out; }
  .site-nav__link--burger svg {
    width: 20px;
    height: 30px; }
  .site-nav__link--burger::after {
    border-color: #000; }

.site-nav__item {
  white-space: normal;
  float: left; }

.site-nav__link {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1em; }

.site-nav--has-dropdown > a {
  position: relative;
  z-index: 6; }
.site-nav--has-dropdown:hover > a,
.site-nav--has-dropdown > a.nav-focus, .site-nav--has-dropdown.nav-hover > a {
  color: #89a127;
  background-color: white;
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
  .site-nav--has-dropdown:hover > a:before,
  .site-nav--has-dropdown > a.nav-focus:before, .site-nav--has-dropdown.nav-hover > a:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 30px;
    bottom: 0;
    display: block;
    background-color: #89a127;
    height: 1px;
    z-index: 6; }
.site-nav--has-dropdown.site-nav--has-dropdown-grandchild a:before {
  display: none; }

/*================ Dropdown Animation ================*/
.site-nav__dropdown {
  background-color: white;
  min-width: 100%;
  padding: 10px 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
  -webkit-transform: translate3d(0px, -12px, 0px);
  -moz-transform: translate3d(0px, -12px, 0px);
  -ms-transform: translate3d(0px, -12px, 0px);
  -o-transform: translate3d(0px, -12px, 0px);
  transform: translate3d(0px, -12px, 0px); }
  .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown, .nav-focus + .site-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown.nav-hover .site-nav__dropdown {
    -webkit-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -moz-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -ms-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -o-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    transition: transform 300ms cubic-bezier(0.2, .06, .05, .95); }

.site-nav__dropdown-grandchild {
  min-width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
  -webkit-transform: translate3d(-12px, 0px, 0px);
  -moz-transform: translate3d(-12px, 0px, 0px);
  -ms-transform: translate3d(-12px, 0px, 0px);
  -o-transform: translate3d(-12px, 0px, 0px);
  transform: translate3d(-12px, 0px, 0px); }
  .nav-outside + .site-nav__dropdown-grandchild {
    -webkit-transform: translate3d(12px, 0px, 0px);
    -moz-transform: translate3d(12px, 0px, 0px);
    -ms-transform: translate3d(12px, 0px, 0px);
    -o-transform: translate3d(12px, 0px, 0px);
    transform: translate3d(12px, 0px, 0px); }
  .supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild, .site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild, .nav-focus + .site-nav__dropdown-grandchild {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .supports-no-touch .site-nav--has-dropdown-grandchild:hover .site-nav__dropdown-grandchild, .site-nav--has-dropdown-grandchild.nav-hover .site-nav__dropdown-grandchild {
    -webkit-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -moz-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -ms-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    -o-transition: transform 300ms cubic-bezier(0.2, .06, .05, .95);
    transition: transform 300ms cubic-bezier(0.2, .06, .05, .95); }

/*================ Submenu items ================*/
.site-nav__dropdown a,
.site-nav__grandchild-dropdown a {
  background-color: transparent;
  color: black; }
  .site-nav__dropdown a:hover, .site-nav__dropdown a:active, .site-nav__dropdown a:focus,
  .site-nav__grandchild-dropdown a:hover,
  .site-nav__grandchild-dropdown a:active,
  .site-nav__grandchild-dropdown a:focus {
    background-color: transparent;
    color: #a26b25; }

.site-nav__dropdown-link {
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
  font-size: 1.14286em; }
  .site-nav--has-grandchildren .site-nav__dropdown-link {
    padding-right: 45px; }

/*================ Compressed nav if too many links ================*/
.site-nav--compress .site-nav__item:not(.site-nav__item--compressed) {
  display: none; }

@media screen and (min-width: 769px) {
  .site-nav--open {
    display: none; } }
.site-nav--open.site-nav--open__display {
  display: inline-block; }

/*================ Search bar ================*/
.site-nav--search__bar {
  vertical-align: middle;
  padding: 0 10px 7px 0; }
  .site-nav--search__bar input {
    background-color: #f6f6f6; }

/*================ Module | Theme Tags ================*/
.tags a {
  padding: 4px 15px;
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.92857em;
  letter-spacing: 0.15em; }

.tags--collection {
  max-width: 75%;
  margin: 0 auto 25px; }
  @media screen and (min-width: 769px) {
    .tags--collection li {
      display: inline-block; } }
  @media screen and (max-width: 590px) {
    .tags--collection li {
      display: block; } }

.tags--article a {
  padding-right: 15px;
  padding-left: 0; }

.tags__title {
  margin-right: 15px; }

.tag--active a {
  color: #a26b25; }

.single-option-radio {
  border: 0;
  padding-top: 0;
  position: relative;
  background-color: white; }
  .single-option-radio input {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }
    .lt-ie9 .single-option-radio input {
      position: relative;
      height: auto;
      width: auto;
      clip: initial; }
  .single-option-radio label {
    font-family: "Comfortaa";
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 9px 11px;
    margin: 3px 4px 7px 3px;
    font-size: 0.92857em;
    font-style: normal;
    background-color: white;
    border: 1px solid white;
    color: #89a127; }
    .single-option-radio label.disabled:before {
      position: absolute;
      content: "";
      left: 50%;
      top: 0;
      bottom: 0;
      border-left: 1px solid;
      border-color: black;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .lt-ie9 .single-option-radio label.disabled:before {
        display: none; }
    .single-option-radio label:active, .single-option-radio label:focus {
      background-color: #f2f2f2;
      border-color: #f2f2f2; }
  .single-option-radio input[type='radio']:checked + label {
    border-color: #89a127; }
  .single-option-radio input[type='radio']:focus + label {
    background-color: #f2f2f2; }

.radio-wrapper .single-option-radio__label {
  display: block;
  margin-bottom: 10px;
  cursor: default;
  font-style: normal; }

.product-form__item {
  margin-bottom: 13px; }

/*================ Module | Product Lightbox ================*/
.mfp-bg {
  background-color: white; }
  .mfp-bg.mfp-fade {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .mfp-bg.mfp-fade.mfp-ready {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-bg.mfp-fade.mfp-removing {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      opacity: 0;
      filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

.mfp-counter {
  display: none; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out; }
.mfp-figure:after {
  box-shadow: none; }

.mfp-img {
  background-color: #f7f7f7; }

button.mfp-close {
  margin: 30px;
  font-size: 2.85714em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1045; }
  button.mfp-arrow:after, button.mfp-arrow .mfp-a {
    display: none; }
  button.mfp-arrow:before, button.mfp-arrow .mfp-b {
    display: none; }
  button.mfp-arrow:active {
    margin-top: 0; }

.mfp-chevron {
  position: absolute;
  pointer-events: none; }
  .mfp-chevron:before {
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mfp-chevron.mfp-chevron-right {
    right: 55px; }
    .mfp-chevron.mfp-chevron-right:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mfp-chevron.mfp-chevron-left {
    left: 55px; }
    .mfp-chevron.mfp-chevron-left:before {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }

.lt-ie9 .mfp-chevron:before,
.lt-ie9 .mfp-chevron:after {
  content: " ";
  position: absolute;
  display: block;
  border-width: 0;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -25px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; }
.lt-ie9 .mfp-chevron:before {
  z-index: 5; }
.lt-ie9 .mfp-chevron:after {
  z-index: 2; }
.lt-ie9 .mfp-chevron-right:after {
  border-left: 25px solid black;
  left: 80%; }
.lt-ie9 .mfp-chevron-right:before {
  border-left: 25px solid white;
  left: 80%; }
.lt-ie9 .mfp-chevron-left:after {
  border-right: 25px solid black;
  right: 80%; }
.lt-ie9 .mfp-chevron-left:before {
  border-right: 25px solid white;
  right: 80%; }

.grid-product__wrapper {
  text-align: center;
  margin-bottom: 30px; }
  .grid-collage .grid-product__wrapper {
    margin-bottom: 0; }

.grid-product__image-wrapper {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed; }

.grid-product__image-link {
  position: relative;
  display: block;
  width: 100%;
  /*   background-color: $colorProductBackground; */
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }
  .grid-collage .grid-product__image-link {
    padding: 0 20px; }
  .grid-product__image-link:hover, .grid-product__image-link:focus {
    /*     opacity: 0.9; */
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in;
    -ms-transition: opacity 0.15s ease-in;
    -o-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
    /*================ Remove hover in IE8 and below ================*/ }
    .lt-ie9 .grid-product__image-link:hover, .lt-ie9 .grid-product__image-link:focus {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .grid-uniform .grid-product__image-link {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }

.grid-product__image {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 590px) {
  .grid-uniform .grid-product__image-wrapper {
    height: auto !important; } }
.grid-collage .grid-product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .lt-ie9 .grid-collage .grid-product__image {
    position: static;
    max-height: 90%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.product--wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 590px) {
    .product--wrapper {
      margin: 20px auto; } }

.product--image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .product--image.lazyload {
    opacity: 0; }
  .is-sold-out .product--image {
    opacity: 0.5; }

.grid-product__meta {
  position: relative;
  display: block;
  /*   padding: 13px 0; */
  padding: 10px 24px; }

.grid-product__price-wrap {
  white-space: nowrap; }

.long-dash {
  margin: 0 4px; }

.grid-product__title {
  font-size: 1.21429em;
  font-size: 14px;
  color: #868684; }

#shopify-section-related-products .grid-product__title {
  display: block; }

.grid-product__vendor {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78571em;
  margin: 1px 0; }

.grid-product__price {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em; }

.grid-product__price-min {
  position: relative;
  top: -1px;
  font-size: 0.71429em;
  margin-left: -4px; }

.grid-product__sold-out,
.grid-product__on-sale {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.78571em;
  line-height: 1.3;
  position: absolute;
  min-width: 50px;
  border-radius: 25px;
  top: -8px;
  left: -8px; }
  .grid-product__sold-out p,
  .grid-product__on-sale p {
    padding: 12px 8px 10px 9px;
    margin: 0;
    letter-spacing: 1px; }
  .grid-product__sold-out sup,
  .grid-product__on-sale sup {
    display: none; }

.grid-product__sold-out {
  color: black;
  border: 1px solid black; }

.grid-product__on-sale {
  color: #990000;
  border: 1px solid #990000; }

/*================ Product Carousel ================*/
@media screen and (max-width: 590px) {
  .product-single__photos {
    margin-top: -35px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 55px; } }
.product-single__photos .slick-dots {
  background-color: #f7f7f7;
  bottom: 0;
  padding: 15px; }
.product-single__photos .slick-dots li button:before {
  background-color: black;
  opacity: 0.2;
  width: 9px;
  height: 9px; }
  .lt-ie9 .product-single__photos .slick-dots li button:before {
    filter: alpha(opacity=20); }
.product-single__photos .slick-dots li.slick-active button:before {
  background-color: black;
  border-color: black;
  opacity: 1;
  width: 11px;
  height: 11px; }
  .lt-ie9 .product-single__photos .slick-dots li.slick-active button:before {
    filter: alpha(opacity=100); }

/*================ Rich text section ================*/
.rich-text .section-header {
  margin-bottom: 12px; }

.rich-text__heading--large {
  font-size: 2.71429em; }

.rich-text__heading--small {
  font-size: 1.78571em; }

.rich-text__text--large {
  font-size: 1.14286em; }

.rich-text__text--small {
  font-size: 0.85714em; }

/*================ Modules | Theme collection grid item ================*/
.collection-collage__item {
  overflow: hidden; }

.collection-collage__item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .collection-collage__item-wrapper .collection-grid__item-overlay {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .collection-collage__item-wrapper .collection-grid__item-overlay:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.25;
      background-color: #000;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      .lt-ie9 .collection-collage__item-wrapper .collection-grid__item-overlay:after {
        display: none; }
    .collection-collage__item-wrapper .collection-grid__item-overlay:hover, .collection-collage__item-wrapper .collection-grid__item-overlay:focus {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
      .collection-collage__item-wrapper .collection-grid__item-overlay:hover:after, .collection-collage__item-wrapper .collection-grid__item-overlay:focus:after {
        opacity: 0.5; }

.collection-grid__item-link {
  display: block;
  width: 100%;
  height: 100%; }

.collection-grid__item-overlay {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.collection-grid__item-title--wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: table;
  table-layout: fixed;
  color: #fff;
  cursor: pointer; }
  .collection-grid__item-title--wrapper .collection-grid__item-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto; }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px; }
  @media screen and (max-width: 590px) {
    .custom-content {
      margin-bottom: -22px;
      margin-left: -22px; } }

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%; }
  @media screen and (max-width: 590px) {
    .custom__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 22px;
      margin-bottom: 22px; }
      .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }

.custom__item-inner {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%; }

.custom__item-inner--video,
.custom__item-inner--html {
  display: block; }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

.featured-blog__post,
.featured-blog__meta,
.title--one-post {
  margin-bottom: 46.5px; }
  @media screen and (max-width: 590px) {
    .featured-blog__post,
    .featured-blog__meta,
    .title--one-post {
      margin-bottom: 34.1px; } }

.featured-blog__author {
  display: inline-block;
  font-style: italic;
  line-height: 1.5; }
  .featured-blog__author:after {
    content: '\2022';
    margin: 0 5px; }

.featured-blog__date {
  display: inline-block; }

.article__heading-link {
  color: #89a127; }

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .map-section {
      min-height: auto;
      padding: 0 30px;
      margin-top: 45px; } }
  @media screen and (max-width: 590px) {
    .map-section {
      padding: 0 15px; } }
  .shopify-section:first-child .map-section {
    margin-top: -110px; }
    @media screen and (max-width: 768px) {
      .shopify-section:first-child .map-section {
        margin-top: inherit; } }

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .map-section__wrapper {
      padding: 0; } }

.map-section--load-error {
  height: auto; }

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 0; }

.map-section__error {
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    .map-section__error {
      position: absolute;
      margin: 0 2rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-grow: 0; }

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 350px; }
  .map-section__content > * {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .map-section__content {
      background-color: #f6f6f6;
      min-height: auto;
      display: block; }
      .ie9 .map-section__content {
        top: 10%; } }
  .map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.map-section__container {
  position: absolute;
  height: 100%;
  min-height: auto;
  left: 0;
  top: 0;
  width: 130%; }
  @media screen and (max-width: 768px) {
    .map-section__container {
      position: relative;
      max-width: 1050px;
      width: 100%;
      height: 55vh; } }

.map_section__directions-btn [class^="icon"] {
  height: 1em; }
.map_section__directions-btn * {
  vertical-align: middle; }

.map-section__background-wrapper {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .map-section__background-wrapper {
      overflow: hidden;
      position: relative;
      -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%; } }
  .ie9 .map-section__background-wrapper {
    width: 100%;
    height: 500px; }
  .map-section--onboarding .map-section__background-wrapper {
    min-height: 350px; }
  .map-section__background-wrapper .placeholder-background {
    height: 100%; }
  .no-js .map-section__background-wrapper .js {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

.map-section__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .map-section__image {
      position: relative; } }
  .map-section--display-map .map-section__image {
    display: none !important; }
  .map-section--load-error .map-section__image {
    display: block !important; }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

.flex--third {
  -ms-flex-preferred-size: 33%;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  flex-basis: 33%; }
  @media screen and (max-width: 768px) {
    .flex--third {
      -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%; } }
  .ie9 .flex--third {
    width: 33%;
    float: left;
    display: block; }
    @media screen and (max-width: 768px) {
      .ie9 .flex--third {
        width: 100%; } }

.index-newsletter-section + .index-map-section {
  margin-top: 0; }

.index-map-section + .index-newsletter-section {
  margin-top: -60px; }
  @media screen and (max-width: 768px) {
    .index-map-section + .index-newsletter-section {
      margin-top: 30px; } }

/*================ View-specific styles ================*/
/*================ Templates | Theme Blog ================*/
.article {
  margin-bottom: -15px; }

.article__featured-image-wrapper {
  position: relative; }
  .no-js .article__featured-image-wrapper {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

.article__featured-image {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0; }

.article__featured-image-link {
  display: block;
  margin-bottom: 30px; }

/*================ RSS ================*/
.rss-link {
  font-size: 0.6em; }

/*================ Comments ================*/
.comment.last {
  margin-bottom: -15px; }

/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  text-align: center; }

.password-page__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-image: url(/cdn/shop/t/2/assets/password-protected-area.jpg?v=183946582967265053021567379068);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff; }
  .password-page__wrapper h1, .password-page__wrapper .h1,
  .password-page__wrapper h2,
  .password-page__wrapper .h2,
  .password-page__wrapper h3,
  .password-page__wrapper .h3,
  .password-page__wrapper h4,
  .password-page__wrapper .h4,
  .password-page__wrapper h5,
  .password-page__wrapper .h5,
  .password-page__wrapper h6,
  .password-page__wrapper .h6 {
    color: #ffffff; }
  .password-page__wrapper a {
    color: inherit; }
  .password-page__wrapper hr, .password-page__wrapper .hr--small, .password-page__wrapper .hr--medium, .password-page__wrapper .hr--large {
    border-color: inherit; }
  .password-page__wrapper .rte a:hover {
    color: #a26b25;
    border-bottom: 1px solid #a26b25; }
  .password-page__wrapper .social-sharing.clean a {
    color: inherit;
    background: transparent; }

.password-header-section {
  display: table-row;
  background: rgba(0, 0, 0, 0.3); }

.password-page__header {
  display: table-cell;
  height: 1px; }

.password-page__header__inner {
  padding: 15px 30px; }

.password-page__logo {
  margin-top: 90px; }
  .password-page__logo .logo {
    max-width: 100%; }

.password-page__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3); }

.password-page__main__inner {
  /*   display: table-cell; */
  vertical-align: middle;
  padding: 15px 30px; }

.password-page__hero {
  font-family: "Comfortaa";
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 591px) {
    .password-page__hero {
      font-size: 4.28571em; } }
  @media screen and (min-width: 769px) {
    .password-page__hero {
      font-size: 4.57143em; } }

.password-page__message {
  font-style: italic;
  font-size: 120%; }
  .password-page__message img {
    max-width: 100%; }

.password-page__hr {
  margin: 30px auto; }

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password-page__login-form {
  text-align: center;
  padding: 30px; }

@media screen and (min-width: 590px) {
  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px; } }
.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%; }
.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

.password-page__signup-form__heading {
  margin-bottom: 0.8em; }

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
  display: none !important; }

.password-page__social-sharing {
  margin-top: 30px; }

.password-page__social-sharing__heading {
  margin-bottom: 0; }

.password-login,
.admin-login {
  margin-top: 15px; }
  .password-login a:hover,
  .admin-login a:hover {
    color: inherit; }

.password-login {
  font-family: "Comfortaa";
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 11.2px; }

.lock-icon-svg {
  width: 11.2px;
  height: 11.2px;
  display: inline-block;
  vertical-align: baseline;
  /* Hiding the SVG logo in IE8 */ }
  .lock-icon-svg path {
    fill: currentColor; }
  .lt-ie9 .lock-icon-svg {
    display: none; }

.admin-login {
  font-size: 95%; }

.password-page__footer {
  display: table-row;
  height: 1px; }

.password-page__footer_inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 21px;
  font-size: 95%; }

.shopify-link {
  color: inherit; }
  .shopify-link:hover {
    color: inherit; }

.shopify-logo-svg {
  width: 72px;
  height: 21px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  /* Hiding the SVG logo in IE8, we show the word 'Shopify' instead */ }
  .shopify-logo-svg path {
    fill: currentColor; }
  .lt-ie9 .shopify-logo-svg {
    display: none; }

/* =========
   Hiding the word 'Shopify' but not from screen readers.
   IE8 does not support SVG, so in it we hide the logo and show the word.
   To target all browsers except IE8, we use the class 'modern',
   which needs to be added to the html element.
   ========= */
.modern .shopify-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/* my css */
.section-header h1, .section-header .h1 {
  font-family: 'Comfortaa' !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0px; }

.section-header h1 span, .section-header .h1 span {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  display: inline-block; }

.section-header .hr--small {
  display: none; }

#our-meal-plans .section-header {
  margin-bottom: 0px !important; }

.section-header-subtitle {
  font-size: 17px;
  color: #868684;
  line-height: 1.6;
  margin: 25px auto 0; }

.homepage .large-one-fourth-custom {
  width: 25%; }

.homepage .innerOneThird {
  display: inline-block;
  width: 33.3%;
  text-align: center; }

.homepage .customInnerWrap {
  display: flex; }

.homepage .customwrapforimg {
  /*  position: absolute;
      top: -300px; */
  left: 0;
  right: 0;
  height: auto;
  padding-top: 90px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  margin-top: -300px; }

/* .homepage  #CollectionSection{
  background: #fff;
    position: relative;
} */
body#seasonal-menu .grid-product__wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

.homepage #CollectionSection .wrapper {
  clear: both;
  position: inherit; }

#delivery-area-near-you main.main-content .wrapper {
  max-width: 100%;
  padding: 0; }

#delivery-area-near-you main.main-content {
  /*   margin-top: 10px; */ }

/* .homepage  #CollectionSection{
    height: 500px;
} */
.homepage #CollectionSection .section-header {
  margin-bottom: 0px; }

.homepage .customDescription .wrapper {
  max-width: 1800px; }

#seasonal-menu #CollectionSection .grid-uniform {
  padding: 0px 15px; }

#seasonal-menu .customwrapper {
  max-width: 1140px; }

.homepage #seeAllMentBtn {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  margin-top: 35px; }

.homepage #CollectionSection .grid-product__title {
  font-size: 14px;
  color: #868684; }

#seasonal-menu.homepage #CollectionSection .grid-product__title {
  display: inline-block;
  height: 50px;
  overflow: hidden; }

.homepage .customMap {
  position: relative; }

.homepage #addressOverMap {
  position: absolute;
  resize: none;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #89A127;
  opacity: 0.88;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding-left: 8%;
  color: #ffffff; }

.homepage #addressOverMap .heading {
  font-size: 32px;
  color: #fff;
  font-family: 'Comfortaa' !important; }

.homepage #addressOverMap .location {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  font-family: 'Comfortaa' !important; }

.homepage #addressOverMap .email, .homepage #addressOverMap .phone {
  font-size: 15px;
  color: #fff;
  font-family: 'Comfortaa' !important; }

.homepage #addressOverMap i {
  padding-right: 15px; }

.homepage #addressOverMap .address {
  padding-left: 28px;
  font-size: 15px;
  color: #fff;
  font-weight: bold; }

.homepage .slick-slider .slick-dots li button:before {
  background-color: #000; }

.homepage .slick-slider .slick-dots {
  bottom: -15px; }

.homepage .textOverImage .feature-row {
  display: block;
  position: relative; }

.homepage .textOverImage .wrapper {
  max-width: 1800px; }

.homepage .textOverImage .feature-row__text {
  padding-left: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.homepage .textOverImage .customTextImg {
  text-align: center; }

.shopify-section.customerreview {
  margin-top: 70px !important;
  padding-bottom: 125px; }

.slick-slider .slick-dots li button:before {
  text-indent: -9999px;
  border-radius: 100%;
  background-color: transparent !important;
  border: 1px solid #89A127;
  width: 15px;
  height: 15px;
  margin: 5px 0 0 5px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 5px 0 0 5px;
  background-color: #89A127 !important;
  border: 1px solid #89a127; }

.site-footer {
  background: #2d2d2d; }

.main-content {
  padding-bottom: 0px; }

.site-footer .social-icons li a, .site-footer__linklist li a, .section-subheading p {
  color: #c6c8bf; }

.site-footer .footerMenuTitle {
  font-size: 14px;
  color: #fff;
  font-family: 'Comfortaa' !important;
  text-align: left;
  padding-bottom: 13px; }

.site-footer .section-header {
  margin-bottom: 0px; }

.site-footer {
  padding-top: 60px;
  padding-bottom: 10px; }

.site-footer .footerLogo {
  padding-bottom: 20px; }

.topHeaderCustom {
  width: 100%;
  font-size: 12px;
  color: #ffffff;
  padding: 1px; }

.topHeaderCustom input {
  width: 13%; }

.announcement-bar__message .fas, .announcement-bar__message .far {
  padding-right: 7px;
  font-size: 16px; }

.announcement-bar__message {
  padding: 0px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 20px; }

.topHeaderCustom .input-group-btn {
  width: auto;
  position: relative;
  margin-left: -4px; }

.topHeaderCustom {
  text-align: right; }

.top-bar-input input#checkpostmail {
  width: 125px; }

.top-bar-input input#checkpostmail, .top-bar-input .input-group-btn {
  display: inline-block;
  vertical-align: middle; }

.topHeaderCustom .wrapper p, .topHeaderCustom .wrapper div {
  display: inline-block;
  vertical-align: middle; }

.topHeaderCustom .input-group-btn {
  position: relative;
  margin-left: -4px;
  height: 36px;
  padding: 0px;
  padding-bottom: 2px !important; }

.topHeaderCustom .input-group-btn button#head_checkpostcode {
  padding: 6.2px 5.5px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 0 7px 7px 0; }

.top-bar-input input#checkpostmail {
  width: 125px;
  font-size: 13px;
  font-family: 'Comfortaa' !important;
  height: 32px;
  padding: 0;
  padding-left: 5px;
  font-weight: 500;
  color: #333; }

.search-bar.search-bar--drawer input[type=search] {
  color: #333; }

.search-bar.search-bar--drawer .input-group-btn {
  font-size: 20px; }

.site-header {
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
  padding: 0px; }

.homepage #addressOverMap i {
  font-size: 23px;
  line-height: 0; }

.checking-msg {
  text-align: center;
  font-size: 27px;
  padding: 30px 10px;
  width: 500px; }

body, div#shopify-section-slideshow {
  padding-top: 75px; }

.header-wrapper {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header-wrapper.header-sticky {
  top: -38px; }

.site-header .site-nav__link {
  color: #89A127;
  font-size: 14px;
  font-family: 'Comfortaa' !important;
  font-weight: 700;
  letter-spacing: 0;
  font-family: 'Comfortaa' !important;
  padding: 17px 17px; }

.index-sections .shopify-section {
  margin-top: 0px; }

.site-header .site-nav__link:hover {
  color: #000000; }

.site-header .site-nav__item--compressed a:hover {
  color: #89A127; }

.site-nav--open.site-nav--mobile.site-nav--init {
  position: relative;
  z-index: 1; }

.site-header .large--one-third {
  width: 20.33%; }

.site-header .large--two-thirds {
  width: 79.67%; }

.site-header #AccessibleNav {
  text-align: left; }

.site-header .site-nav__item--compressed {
  float: right; }

.homepage .rich-text-section .rich-text__text--large p em {
  color: #868684;
  font-size: 17px; }

.customMap-iframe-wrp {
  position: relative; }

.customMap-iframe-wrp {
  position: absolute;
  left: 0;
  right: 0; }

.homepage .customMap {
  position: relative;
  min-height: 300px;
  overflow: hidden; }

.homepage #addressOverMap {
  position: relative;
  resize: none;
  top: 0;
  left: 0;
  max-width: 385px;
  height: 100%;
  background: transparent;
  opacity: 1;
  display: block;
  flex-flow: column wrap;
  justify-content: center;
  padding-left: 0;
  color: #ffffff;
  right: 0;
  z-index: 2;
  width: 100%; }

.customMap-iframe-wrp:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: #89A127;
  opacity: 0.87; }

.homepage .innerOneThird p {
  color: #868684;
  font-size: 17px;
  min-height: 110px;
  padding: 0px 30px; }

.homepage .rich-text-section .rich-text__heading--large, .homepage .textOverImage .customTextImg h2, .homepage .textOverImage .customTextImg .h2 {
  color: #000000;
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 12px; }

#headerCustomerIcon {
  padding-top: 6px;
  font-size: 16px; }

.homepage .customDescription .wrapper {
  padding: 0; }

.homepage .innerOneThird .bgimg {
  width: 530px;
  margin-top: 15px; }

.homepage .innerOneThird h2, .homepage .innerOneThird .h2 {
  color: #000000;
  font-size: 24px;
  font-family: 'Comfortaa' !important; }

.site-nav__link {
  display: inline-block;
  text-decoration: none;
  padding: 17px 11px;
  white-space: nowrap;
  color: #000000;
  font-size: 0.875em; }

.site-header li.site-nav__item:first-child {
  padding-left: 59px; }

.site-nav__link {
  padding: 17px 11px; }

#seeAllMentBtn {
  color: #fff;
  font-size: 22px;
  font-family: 'Comfortaa' !important; }

.homepage #CollectionSection .section-header__title, .homepage .customerreview h1, .homepage .customerreview .h1 {
  color: #000000;
  font-size: 32px;
  font-family: 'Comfortaa' !important;
  font-weight: 600; }

.homepage #CollectionSection .section-header {
  margin-bottom: 45px;
  margin-top: 50px; }

#seasonal-menu #CollectionSection .section-header {
  margin-bottom: 20px;
  margin-top: 70px;
  /*     max-width: 950px; */
  margin-left: auto;
  margin-right: auto; }

#seasonal-menu #CollectionSection .grid-uniform .section-header {
  margin-top: 20px; }

.homepage .index-sections .textOverImage {
  margin-top: 40px; }

.homepage .textOverImage .customTextImg .featured-row__subtext p {
  color: #868684;
  font-size: 17px; }

.homepage .textOverImage .customTextImg .btn {
  color: #fff;
  font-family: 'Comfortaa' !important;
  margin-top: 20px;
  font-size: 19px !important;
  padding: 6px 14px 4px !important; }

.homepage .customerreview p {
  color: #868684;
  font-size: 17px;
  font-style: italic; }

.homepage .customerreview h5, .homepage .customerreview .h5 {
  color: #5d5d5f;
  font-size: 17px;
  font-family: 'Comfortaa' !important; }

.homepage .forPriceAndCart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 10px 12px 10px; }

.homepage .forPriceAndCart #addtocart {
  padding: 3px 10px;
  letter-spacing: 0; }

.homepage .forPriceAndCart .btn.customcartdrawer {
  padding: 3px 10px;
  letter-spacing: 0; }

.homepage .slick-slider .slick-dots {
  bottom: -30px; }

.homepage .textOverImage .wrapper {
  padding: 0; }

#performance-eating.homepage .main-content {
  padding-top: 0px; }

#performance-eating.homepage .grid-product__wrapper {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }

.topHeaderCustom p {
  font-size: 12px; }

.homepage #addressOverMap .heading {
  font-weight: 600;
  padding-top: 35px; }

/* .site-header .wrapper{
    padding-top: 17px;
    padding-bottom: 12px;
} */
/* for footer */
.site-footer {
  padding-top: 60px; }

.site-footer .social-icons li a {
  color: #c6c8bf;
  font-size: 14px;
  font-family: 'Comfortaa' !important; }

.site-footer .footerMenuLinks a {
  color: #c6c8bf;
  font-size: 14px; }

.site-footer .newsletterCustom .section-subheading p {
  color: #c6c8bf;
  font-size: 14px;
  text-align: left; }

.site-footer .newsletter--form .newsletter__input::placeholder {
  color: gray;
  font-size: 14px;
  font-family: 'Comfortaa' !important; }

.site-footer .newsletter--form .btn {
  color: #fff;
  font-size: 12px;
  font-family: 'Comfortaa' !important; }

.input-group-field.newsletter__input {
  font-size: 14px; }

.site-footer .footerHR {
  width: 100%; }

.site-footer .footerTwoBtn {
  display: flex;
  justify-content: space-between;
  margin-top: -50px;
  justify-content: center; }

.site-footer .footerTwoBtn .getFreeMealsBtn {
  display: none; }

.site-footer .footerTwoBtn p, .site-footer .footerTwoBtn a {
  color: #c6c8bf;
  font-size: 13px; }

.site-footer .footerTwoBtn .powerBy {
  margin-top: 30px;
  width: 58%;
  text-align: right; }

.site-footer .newsletter--form {
  padding-bottom: 30px; }

.homepage .lgImg {
  padding-bottom: 5px; }

.slick-dots button:focus {
  outline: none; }

.homepage .customwrapforimg {
  box-shadow: none !important;
  background-color: transparent; }

.homepage .grid-product__price {
  color: #868684;
  font-size: 17px;
  font-weight: 500; }

.homepage .hero--full-height .hero__image {
  object-fit: fill; }

.hero--full-height .hero__image {
  height: auto; }

.homepage .hero__text-wrap .wrapTextOverSlideImg .titletext {
  color: #5d5d5f;
  font-size: 24px;
  font-family: 'Comfortaa' !important;
  letter-spacing: 1.5px; }

.homepage .hero__text-wrap .wrapTextOverSlideImg .btn {
  color: #fff;
  font-size: 22px;
  font-family: 'Comfortaa' !important;
  font-weight: 600; }

.homepage .wrapTextOverSlideImg {
  position: absolute;
  bottom: 23%;
  right: 25%; }

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

.site-nav__link--icon .icon {
  font-size: 22px; }

li.site-nav__item.site-nav__item--compressed {
  margin-top: -9px; }

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background: url("icon_top.png") no-repeat; }

/* for ipad pro */
@media screen and (max-width: 1025px) and (min-width: 771px) {
  .homepage .wrapTextOverSlideImg {
    position: absolute;
    right: 50px;
    top: 283px; }

  .site-footer .footerTwoBtn {
    margin-top: 0px; }

  .homepage #Hero {
    height: 0px !important; }

  .homepage .hero--full-height {
    min-height: 450px; }

  .homepage .textOverImage .customTextImg .btn {
    margin-top: 0px; } }
/* for ipad*/
@media screen and (max-width: 770px) and (min-width: 481px) {
  .burger-icon {
    background: #000 !important; }

  .homepage .wrapTextOverSlideImg {
    position: absolute;
    bottom: 15%;
    right: 19%; }

  .homepage .hero__text-wrap .wrapTextOverSlideImg .titletext {
    font-size: 14px; }

  .homepage .hero__text-wrap .wrapTextOverSlideImg .btn {
    font-size: 18px; }

  .homepage #Hero {
    height: 0px !important; }

  .homepage .hero--full-height {
    min-height: 380px; }

  .homepage .customInnerWrap {
    padding: 0px 6px; }

  .homepage .innerOneThird h2, .homepage .innerOneThird .h2 {
    min-height: 67px; }

  .homepage .textOverImage .customTextImg h2, .homepage .textOverImage .customTextImg .h2 {
    font-size: 20px; }

  .homepage .textOverImage .customTextImg .featured-row__subtext p {
    font-size: 15px; }

  .homepage .textOverImage .customTextImg .btn {
    font-size: 17px;
    margin-top: 0px; }

  .homepage .textOverImage .feature-row__text {
    top: 46%; }

  .site-footer .footerTwoBtn {
    margin-top: 0px; } }
/* for mobile */
@media screen and (max-width: 480px) {
  .site-header .burger-icon {
    background: #000 !important; }

  .homepage .hero--full-height {
    height: 25vh;
    min-height: 0px;
    max-height: 324px; }

  .customInnerWrap {
    display: block !important; }

  .homepage .innerOneThird {
    width: 100%; }

  .homepage .large-one-fourth-custom {
    width: 100%; }

  .homepage #CollectionSection .grid-uniform {
    display: flex;
    flex-direction: column; }

  .feature-row__text {
    padding-bottom: 0px; }

  .homepage .textOverImage .customTextImg h2, .homepage .textOverImage .customTextImg .h2 {
    font-size: 14px; }

  .homepage .textOverImage .customTextImg .featured-row__subtext p {
    font-size: 12px;
    display: none; }

  .homepage .textOverImage .feature-row__text {
    padding-left: 0px; }

  .homepage .textOverImage .customTextImg .btn {
    font-size: 14px;
    margin-top: 0; }

  .index-sections .customerreview {
    margin-top: 50px; }

  .site-footer .footerMenuTitle {
    text-align: center; }

  .site-footer .footerTwoBtn {
    display: block; }

  #seeAllMentBtn {
    font-size: 18px; }

  .site-footer .footerMenuTitle {
    padding-bottom: 0; }

  .footerMenuTitle {
    margin-top: 10px; }

  .homepage .innerOneThird .bgimg {
    display: none; }

  .homepage .innerOneThird:first-child {
    background-image: url("https://cdn.shopify.com/s/files/1/0061/5822/1427/files/Untitled-1.jpg?14362539224823490255");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    margin-bottom: 5px; }

  .homepage .innerOneThird:nth-child(2) {
    background-image: url("https://cdn.shopify.com/s/files/1/0061/5822/1427/files/Untitled-3.jpg?11984169862748983538");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    margin-bottom: 5px; }

  .homepage .innerOneThird:nth-child(3) {
    background-image: url("https://cdn.shopify.com/s/files/1/0061/5822/1427/files/Untitled-4.jpg?5986175292257664777");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    margin-bottom: 5px; }

  .homepage .innerOneThird p, .homepage .innerOneThird h2, .homepage .innerOneThird .h2 {
    color: #fff; }

  .homepage .wraplgImg {
    display: none; }

  .homepage #CollectionSection .section-header__title, .homepage .customerreview h1, .homepage .customerreview .h1, .homepage .customerreview .h1, .homepage #addressOverMap .heading {
    font-size: 30px; }

  .homepage #addressOverMap {
    padding-top: 10px; }

  .homepage .wrapTextOverSlideImg {
    top: 24%;
    right: 0; }

  .site-header .large--one-third {
    width: 100%; }

  .homepage .hero__text-wrap {
    position: static;
    padding-top: 12px; }

  .homepage .wrapTextOverSlideImg {
    position: static; }

  .homepage .hero__text-wrap .wrapTextOverSlideImg .btn {
    font-size: 18px; }

  .homepage .feature-row__text {
    padding-top: 0px; } }
.template-product .main-content .wrapper {
  max-width: 1170;
  padding: 0 15px; }

.product-single__meta h1.product-single__title, .product-single__meta .product-single__title.h1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-family: 'Comfortaa' !important;
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
  max-width: 500px; }

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

.product-single__meta {
  padding-top: 0; }

.product-single__meta--wrapper {
  padding-left: 30px;
  padding-right: 0; }

#ProductPrice {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
  color: #868684; }

.product-single__quantity {
  display: none; }

.product-single__form--no-variants {
  margin-top: 12px; }

.product-single__add-to-cart #AddToCart--product-template {
  color: #fff;
  font-size: 21px;
  font-family: 'Comfortaa' !important;
  margin-top: 5px; }

.product-single__description #tabs-nav, .myaccountTabs #tabs-nav {
  margin: 0;
  padding: 0;
  line-height: normal;
  border-bottom: 1px solid #D2D3CB;
  padding-left: 5px; }

.product-single__description #tabs-nav li a, .myaccountTabs #tabs-nav li a {
  font-weight: 600;
  border: 0px;
  font-size: 12px;
  padding: 12px 20px;
  display: block;
  color: #5d5d5f; }

.product-single__description #tabs-nav li, .myaccountTabs #tabs-nav li {
  display: inline-block;
  margin-left: -5px; }

.product-single__description #tabs-nav li.active a, .myaccountTabs #tabs-nav li.active a {
  background: #D2D3CB;
  border-radius: 7px 7px 0 0; }

div#tabs-content {
  padding-top: 40px; }

.product-single {
  padding-top: 10px; }

.product-single .tab-content {
  font-size: 15px;
  color: #5d5d5f; }

.Nutrition tr:first-child th:after, .Nutrition tr:first-child td:after {
  border: 0px; }

.Nutrition tr:nth-child(odd) {
  background-color: #F0F1EB; }

.Nutrition thead tr {
  background: transparent !important; }

.Nutrition table {
  background: transparent;
  max-width: 285px; }

.Nutrition table tr td:first-child, .Nutrition table tr th:first-child {
  width: 200px; }

.Nutrition table th {
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  letter-spacing: unset;
  font-size: 15px;
  padding: 10px 15px; }

.Nutrition table tr td:first-child {
  font-weight: 600; }

.Ingrediants ul {
  list-style: none;
  margin-left: 0 !important; }

.Ingrediants ul li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  text-transform: capitalize;
  color: #000; }

.Ingrediants ul li:after {
  position: absolute;
  right: 4px;
  top: -1px;
  width: auto;
  height: auto;
  content: ",";
  font-weight: 600; }

.sp-icons-wrp > ul {
  list-style: none;
  margin: 1px 0;
  padding: 0;
  display: inline-block;
  width: 100%; }

.sp-icons-wrp > ul li {
  display: inline-block;
  width: 64px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.5px;
  font-family: 'Comfortaa';
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.sp-icons-wrp > ul li:hover > div.ico-product {
  transform: translateY(-5px); }

.product-single__description, .myaccountTabs {
  position: relative; }

.sp-icons-wrp {
  position: absolute;
  top: -123px;
  right: 0px; }

.Ingrediants, .Nutrition {
  display: none; }

.subscription-section {
  background-size: 100% 100% !important;
  padding: 200px 0px;
  background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/contact-from-bg.jpg);
  background-repeat: no-repeat; }

.subscription-section iframe {
  width: 100%; }

.sbptn-title {
  font-size: 32px;
  font-family: 'Comfortaa' !important;
  margin: 0 0 25px;
  font-weight: 600; }

.sbptn-des {
  font-size: 17px;
  color: #868684;
  margin-bottom: 30px; }

.sbptn-frm-left input {
  font-style: normal;
  font-size: 17px;
  color: #bbbbbb;
  opacity: 1;
  width: 323px; }

.sbptn-fname {
  margin-bottom: 12px; }

.sbptn-frm-right .btn {
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-family: 'Comfortaa' !important;
  padding: 10px 25px;
  font-weight: 400;
  letter-spacing: unset; }

.sbptn-fsubmit {
  height: 100%; }

.sbptn-frm {
  display: flex; }

.sbptn-frm-right {
  padding-left: 12px; }

.sbptn-frm-right .btn i {
  font-size: 30px;
  margin-right: 8px; }

.subscription-section input::-webkit-input-placeholder {
  color: #bbbbbb;
  opacity: 1; }

.subscription-section input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1; }

.subscription-section input:-ms-input-placeholder {
  color: #bbbbbb;
  opacity: 1; }

.subscription-section input:-moz-placeholder {
  color: #bbbbbb;
  opacity: 1; }

#our-meal-plans .main-content .wrapper {
  max-width: 100%; }

.template-blog .main-content, .template-page .main-content, .template-list-collections .main-content, .template-collection .main-content {
  margin-top: 0px; }

.meals-plan-des {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 85px !important;
  font-size: 17px;
  color: #868684;
  line-height: 1.45;
  padding-bottom: 60px;
  position: relative; }

.meals-plan-des:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 20px;
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/meals-pro-arrow-img.png?3655771397236184676);
  margin: 0 auto; }

.mpro-items {
  background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/meals-pro-bg-img.png?3655771397236184676);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px; }

h3.mproi-title, .mproi-title.h3 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 20px !important;
  font-size: 32px;
  letter-spacing: unset;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-family: 'Comfortaa' !important;
  font-weight: 600; }

.mproi-price {
  font-size: 15px;
  color: #000000;
  margin-bottom: 8px !important; }

.mproi-des {
  font-size: 15px;
  line-height: 1.5;
  color: #868684;
  margin-bottom: 22px !important; }

.mproi-btn.btn.text-link {
  font-family: 'Comfortaa' !important;
  font-size: 20px;
  padding: 10px 35px;
  border: 0px; }

.mproi-img-inner {
  text-align: center; }

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

.mproi-cont-right h3.mproi-title, .mproi-cont-right .mproi-title.h3 {
  text-align: right; }

#our-meal-plans .main-content .wrapper > .grid > .grid__item {
  width: 100%;
  left: inherit; }

#our-meal-plans .main-content .wrapper {
  max-width: 1080px; }

section.meals-pro-section {
  padding-bottom: 120px; }

#our-meal-plans .main-content .wrapper > .grid > .grid__item > .grid > .grid__item {
  width: 100%;
  left: inherit !important; }

.product-single__meta--wrapper {
  position: relative; }

a.product-back-custom {
  color: #aec27d;
  position: absolute;
  top: -32px; }

#ProductSection-related-products .section-header__title {
  text-align: center;
  margin: 0;
  font-size: 32px;
  font-family: 'Comfortaa' !important;
  font-weight: 600; }

#ProductSection-related-products {
  padding-top: 110px; }

#shopify-section-related-products button#seeAllMentBtn {
  margin-bottom: 70px; }

.filter-dropdown__wrapper {
  margin-bottom: 40px; }

div#shopify-section-map_custom {
  margin-top: 70px; }

.shopify-section.customerreview .slick-prev, .shopify-section.customerreview .slick-next {
  display: none  !important; }

.sp-icons-wrp > ul li {
  width: 70px; }

.tagnametext {
  margin-top: 10px;
  font-weight: 600; }

@media only screen and (max-width: 1350px) {
  .sp-icons-wrp {
    position: absolute;
    top: -72px;
    left: 0px; }

  #shopify-section-product-template .product-single__description, .myaccountTabs {
    margin-top: 94px !important; } }
@media only screen and (max-width: 1230px) {
  #AccessibleNav a.site-nav__link {
    padding: 15px 11px; } }
@media only screen and (max-width: 1199px) {
  .product-single__description #tabs-nav li a, .myaccountTabs #tabs-nav li a {
    padding: 12px 18px; } }
@media only screen and (max-width: 1023px) {
  .filter-menu__title span {
    display: none; }

  #seeAllMentBtn {
    font-size: 20px; }

  #shopify-section-product-template .product-single-wrp {
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%; }

  #shopify-section-product-template .product-single__meta--wrapper {
    width: 100%;
    order: 2;
    padding-top: 0;
    margin-top: 70px; }

  #shopify-section-product-template .product-single__images {
    width: 100%; }

  .sp-icons-wrp {
    position: absolute;
    top: -123px;
    right: 0px;
    left: inherit; }

  #shopify-section-product-template .product-single__description, .myaccountTabs {
    margin-top: 40px; }

  .site-header li.site-nav__item:first-child {
    padding-left: 70px; }

  #AccessibleNav a.site-nav__link {
    padding: 10px 8px;
    vertical-align: middle; }

  .site-nav__link--icon .icon {
    font-size: 18px; }

  #ProductSection-related-products {
    padding-top: 40px; }

  #shopify-section-related-products button#seeAllMentBtn {
    margin-bottom: 70px; }

  #ProductSection-related-products .grid-uniformcustom .grid__item, #ProductSection-related-products .grid-uniform .grid__item {
    width: 33.33%; } }
@media only screen and (max-width: 991px) {
  .subscription-section {
    background-position: left center;
    position: relative; }

  .subscription-section:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: ""; }

  .grid.subscription-section-wrp {
    position: relative;
    color: #ffff; }

  .subscription-section-wrp .large--three-fifths {
    width: 100%; }

  h2.sbptn-title, .sbptn-title.h2 {
    color: #fff; }

  .sbptn-des {
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px; }

  .mpro-item-wrp {
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column; }

  .mproi-cont, .mproi-cont.mproi-cont-right {
    order: 2;
    -webkit-order: 1;
    width: 100%;
    text-align: left; }

  .mproi-img {
    width: 100%; }

  h3.mproi-title, .mproi-title.h3, .mproi-cont-right h3.mproi-title, .mproi-cont-right .mproi-title.h3 {
    margin-top: 39px !important;
    text-align: left; }

  .mpro-items {
    background-size: contain;
    margin-bottom: 30px; }

  section.meals-pro-section {
    padding-bottom: 30px; }

  #shopify-section-related-products .grid-product__title {
    font-size: 13px;
    line-height: 1.3 !important;
    display: block; }

  #shopify-section-related-products .grid-product__price-wrap br {
    display: none; }

  #your-shopping-cart .grid__item.large--two-fifths {
    width: 35%; }

  #your-shopping-cart .grid--full.cart__row--table-large .grid__item.large--three-fifths {
    width: 62%; }

  #your-shopping-cart a.h4.cart__product-name, #your-shopping-cart span.cart__price {
    font-size: 13px; } }
@media only screen and (max-width: 930px) {
  #AccessibleNav a.site-nav__link {
    font-size: 13px;
    padding: 10px 6px; } }
@media only screen and (max-width: 848px) and (min-width: 769px) {
  .site-header li.site-nav__item:first-child {
    padding-left: 57px; }

  span.icon-fallback-text > .icon, .icon-fallback-text > i {
    font-size: 13px !important; }

  #AccessibleNav a.site-nav__link {
    padding: 10px 4px; } }
@media only screen and (max-width: 768px) {
  body {
    padding-top: 125px; }

  p.announcement-bar__message {
    display: none; }

  .topHeaderCustom input {
    width: 150px; }

  .site-header .wrapper {
    padding-top: 0;
    padding-bottom: 0; }

  .announcement-bar__message {
    display: none; }

  .site-header .large--one-third {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .product-single {
    padding-top: 50px; }

  .sp-icons-wrp {
    position: absolute;
    top: -72px;
    left: 0px; }

  .product-single__description, .myaccountTabs {
    margin-top: 94px; }

  .product-single__meta h1.product-single__title, .product-single__meta .product-single__title.h1, .product-single__meta .product-single__title.h1 {
    font-size: 29px; }

  section.meals-pro-section {
    padding-bottom: 0px; }

  .mpro-items {
    background: inherit;
    margin-bottom: 50px; }

  h3.mproi-title, .mproi-title.h3, .mproi-cont-right h3.mproi-title, .mproi-cont-right .mproi-title.h3 {
    margin-top: 20px !important;
    text-align: left;
    font-size: 25px;
    line-height: 1.4; }

  .meals-plan-des {
    margin-bottom: 20px !important;
    font-size: 14px;
    margin-top: 13px !important; } }
@media only screen and (max-width: 590px) {
  .product-single__meta--wrapper {
    padding-left: 0px; }

  .product-single__meta h1.product-single__title, .product-single__meta .product-single__title.h1, .product-single__meta .product-single__title.h1 {
    margin-bottom: 15px;
    font-size: 20px; }

  #ProductPrice {
    font-size: 18px; }

  .product-single__add-to-cart #AddToCart--product-template {
    font-size: 16px; }

  .Nutrition table tr td:first-child, .Nutrition table tr th:first-child {
    width: 178px; }

  div#tabs-content {
    padding-top: 30px; }

  .subscription-section {
    padding: 30px 0; }

  .sbptn-title {
    margin: 0 0 15px; }

  .sbptn-frm {
    display: inherit; }

  .mproi-btn.btn.text-link {
    padding: 10px 20px; }

  .sbptn-frm-right {
    padding-top: 12px;
    padding-left: 0; }

  .sbptn-frm-right .btn {
    padding: 9px 25px; }

  .sbptn-frm-left input {
    width: 100%;
    max-width: 323px; }

  .site-footer .footerMenuTitle {
    text-align: center !important; }

  .product--wrapper {
    margin: 0 auto 0px; } }
@media only screen and (max-width: 499px) {
  p.mproi-des br {
    display: none; }

  input#checkout_submit {
    /*       position: fixed; */
    /*       bottom: 0; */
    z-index: 9999999999;
    /*       left: 0;
          right: 0; */
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    /*       margin-left: 5%;
          margin-right: 5%; */ }

  /*   #timer-icon{display:none !important;} */ }
/* Filter Menu */
.filter-menu {
  z-index: 20;
  width: 100%;
  padding: 0;
  background-color: #F6F8F8;
  text-align: center;
  opacity: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 7px; }

.filter-menu {
  background-color: #FFFFFF !important;
  border-top: 1px solid #D3DCDE;
  border-bottom: 1px solid #D3DCDE;
  margin-bottom: 25px; }

.filter-menu--inner {
  position: relative; }

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

.filter-menu__left {
  width: 21.05263%;
  margin-right: 5.26316%; }

.filter-menu__right {
  position: relative;
  text-align: right; }

.filter-menu__title {
  font-size: 14px;
  font-weight: 500;
  color: #252829;
  letter-spacing: 0px;
  cursor: pointer; }

.filter-toggle {
  position: relative;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  z-index: 112;
  padding: 8px; }

.filter-toggle {
  width: 30px;
  height: 30px;
  padding: 5px; }

.filter-menu--options.show-filters {
  display: block; }

.filter-menu--options {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  border-radius: 2px;
  border-bottom: 1px solid #d3dcde;
  text-align: left;
  right: 0;
  top: 0;
  box-shadow: 0 4px 10px 0 rgba(123, 134, 137, 0.22);
  z-index: 1111;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0 100px; }

.not-seen {
  display: none; }

.filter-menu--options {
  position: absolute;
  padding: 0;
  width: 767px;
  height: auto;
  top: 50px;
  right: 0;
  left: 0;
  border: 1px solid #d3dcde;
  overflow: visible;
  font-size: 12px;
  color: #000000;
  font-style: normal; }

.filter-menu--options .filter-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.filter-menu--options .filter-dietary, .filter-menu--options .filter-preference {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 32%;
  display: inline-block;
  vertical-align: top; }

.filter-menu--options .filter-dietary, .filter-menu--options .filter-preference, .allergy-notice.show-notice {
  display: block;
  padding: 20px 20px 0 20px; }

div[data-category="dietary"], div[data-category="preference"] {
  padding: 15px 0;
  border-bottom: 1px solid #d3dcde; }

.filter-menu--options .filter-preference {
  border-right: 1px solid #d3dcde; }

.filterbytag {
  cursor: pointer; }

span.closefilter {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer; }

/* End of Filter */
/* About front */
.homepage-promo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 35em; }

.homepage-promo__content {
  width: 50%;
  text-align: center;
  padding-left: 10px;
  font-size: 13px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.homepage-promo__headline {
  letter-spacing: 0.25em;
  font-size: 15px;
  text-transform: uppercase; }

.custompageTitle {
  font-size: 48px;
  font-weight: 500; }

.thirdcolumnInside {
  min-height: 35em;
  background-position: 100% 100%;
  background-size: cover;
  font-size: 13px;
  color: #000000;
  text-align: center; }

.firstcolumnInside {
  background-position: 100% 100%;
  background-size: cover; }

.secondcolumnInside {
  min-height: 35em;
  background-position: 100% 100%;
  background-size: cover;
  font-size: 13px;
  color: #000000;
  text-align: center; }

.newPacksList .ico {
  min-height: 35em; }

#about-us #PageContainer .main-content {
  padding-top: 0; }

.innersidepromo-content {
  width: 65%; }

/* End of about front */
/* Quick View */
.custom_quickview {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  bottom: 0;
  z-index: 99999; }

.wrapper_custom_quickview {
  width: 60%;
  margin: 0 auto;
  top: 20%;
  position: relative;
  background: #fff;
  border-radius: 4px; }

span.quickclose {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 999999;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer; }

/* custom add to cart */
.hidequickview, .customQuantityselector {
  display: none; }

.customcartbutton {
  display: block; }

.customQuantityselector.show_customQuantityselector {
  display: block; }

span.customcartbutton.hide_customcartbutton {
  display: none; }

/* end of custom add to cart */
/* About front */
.homepage-promo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 35em; }

.homepage-promo__content {
  width: 50%;
  text-align: center;
  padding-left: 10px;
  font-size: 13px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.homepage-promo__headline {
  letter-spacing: 0.25em;
  font-size: 15px;
  text-transform: uppercase; }

.custompageTitle {
  font-size: 48px;
  font-weight: 500; }

.thirdcolumnInside {
  min-height: 58em;
  background-position: 100% 100%;
  background-size: cover;
  font-size: 13px;
  color: #000000;
  text-align: center;
  justify-content: start;
  padding-top: 100px; }

.firstcolumnInside {
  background-position: top right;
  background-size: cover; }

.secondcolumnInside {
  background-position: 100% 100%;
  background-size: cover;
  font-size: 13px;
  color: #000000;
  text-align: center; }

.fourthcolumnInside {
  background-position: 100% 100%;
  background-size: cover; }

.newPacksList .ico {
  min-height: 35em; }

#about-us #PageContainer .main-content {
  margin-top: 0; }

#about-us .main-content .wrapper {
  max-width: initial; }

.innersidepromo-content {
  width: 65%; }

.about-us-wrapper .homepage-promo .homepage-promo__content.thirdcolumnInside {
  text-align: left;
  align-items: start;
  text-align: center; }

.innersidepromo-content {
  max-width: 400px;
  margin: 0 auto; }

.thirdcolumnInside .innersidepromo-content, .fourthcolumnInside .innersidepromo-content {
  margin-top: -100px; }

#about-us .rte {
  margin-bottom: 0px; }

#about-us section.subscription-section.about-us-subscription form {
  display: inline-block; }

#about-us .subscription-content h2.sbptn-title, #about-us .subscription-content .sbptn-title.h2 {
  text-align: center !important; }

@media only screen and (min-width: 768px) {
  .sp-icons-wrp > ul {
    display: inline-block; } }
#about-us .homepage-promo__content {
  min-height: auto !important;
  padding-top: 0px !important; }

#about-us .main-content .wrapper {
  padding: 0; }

#about-us div#shopify-section-map_custom {
  margin-top: 0px; }

.about-us-subscription .subscription-img-left {
  text-align: center; }

.about-us-subscription img {
  max-width: 440px;
  margin: 0 auto; }

.about-us-subscription .subscription-content {
  margin-top: 92px;
  text-align: center; }

#about-us .about-us-subscription {
  background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/about-us04.jpg);
  background-repeat: no-repeat;
  padding: 80px 0;
  background-size: contain !important; }

#about-us .about-us-subscription .wrapper {
  max-width: 1299px; }

#about-us .custompageTitle {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  font-family: 'Comfortaa' !important;
  line-height: 1.5;
  margin-bottom: 20px !important; }

#about-us .homepage-promo__copy {
  font-size: 15px; }

#about-us .homepage-promo__link.mti_font_element.text-link {
  font-size: 21px;
  text-decoration: none;
  border: 0px;
  font-family: 'Comfortaa' !important;
  letter-spacing: 1.5px;
  color: #89A127 !important; }

#about-us .fourthcolumnInside .homepage-promo__link.mti_font_element.text-link {
  color: #fff !important; }

#shopify-section-product-pack-template .packItemVal a.show-preview-product {
  color: #000000 !important; }

@media only screen and (max-width: 1199px) {
  #about-us .innersidepromo-content {
    width: 80%; }

  #about-us .main-content .wrapper {
    padding: 0; }

  #about-us .main-content .grid, #about-us .main-content .grid--rev, #about-us .main-content .grid--full, #about-us .main-content .grid-uniform {
    margin-left: 0px; }

  #about-us .firstcolumnInside, #about-us .secondcolumnInside, #about-us .thirdcolumnInside, #about-us .fourthcolumnInside {
    min-height: 40em; }

  .sp-icons-wrp {
    top: -78px; }

  .newsletter--form button#Subscribe {
    padding: 2px 11px;
    font-size: 12px; } }
@media only screen and (max-width: 991px) {
  #about-us .innersidepromo-content {
    width: 90%; }

  #about-us .about-us-subscription:after {
    background: inherit; }

  #about-us .about-us-subscription:after {
    background: inherit; }

  #about-us .about-us-subscription p.sbptn-des {
    color: #868684; }

  #about-us .about-us-subscription h2.sbptn-title, #about-us .about-us-subscription .sbptn-title.h2 {
    color: #000000; }

  #about-us .subscription-img-left-side {
    display: block;
    width: 100%; }

  #about-us .about-us-subscription .subscription-content {
    margin-top: 25px; }

  .packitems.followMeBar.fixed {
    position: static;
    box-shadow: none;
    background: none;
    width: auto;
    padding: 0; } }
@media only screen and (max-width: 767px) {
  #about-us .homepage-promo {
    flex-direction: column;
    -webkit-flex-direction: column; }

  #about-us .homepage-promo__content {
    width: 100%; }

  #about-us .thirdcolumnInside {
    -webkit-order: 2;
    order: 2; }

  #about-us .fourthcolumnInside {
    order: 1;
    -webkit-order: 1; }

  #about-us .about-us-subscription img {
    max-width: 350px; }

  .conatctp-cdeatils-row .conatctp-cdeatils-col:first-child a {
    display: block;
    max-width: inherit; }

  .slideshow__overlay:before {
    bottom: auto !important; }

  .instructionToScroll {
    display: none; } }
@media only screen and (max-width: 499px) {
  #about-us .about-us-subscription img {
    max-width: 250px; }

  #about-us .about-us-subscription .wrapper {
    padding-right: 20px; } }
/* End of about front */
/* Strat of Test Meals plans */
.tmeals-plans .meals-plan-des:after {
  background: inherit; }

.tmeals-plans .meals-plan-des {
  line-height: 1.8;
  padding-bottom: 20px;
  font-weight: 400; }

.tmplans-pro-inner {
  position: relative;
  margin-bottom: 40px; }

.tmplans-des {
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
  padding-top: 70px;
  width: 100%;
  max-width: 450px;
  padding: 70px 20px 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none; }

.tmplans-title {
  margin-top: 20px !important;
  font-size: 32px;
  letter-spacing: unset;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-family: 'Comfortaa' !important;
  font-weight: 600; }

.tmplans-price {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin: 13px 0 9px;
  font-family: 'Comfortaa' !important; }

.tmplans-inner-des {
  font-size: 16px;
  color: #000000;
  font-family: 'Comfortaa' !important;
  line-height: 1.8; }

.tmplans-btn {
  font-family: 'Comfortaa' !important;
  font-size: 20px;
  padding: 10px 35px;
  border: 0px;
  background: #89A127;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block; }

.tmplans-btn:hover {
  color: #fff; }

.tmplans-img img {
  min-height: inherit !important;
  margin: 0 auto;
  border-radius: 7px; }

.tmplans-img {
  text-align: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
  border-radius: 7px; }

@media only screen and (max-width: 991px) {
  .tmplans-img img {
    min-height: 40rem; } }
@media only screen and (max-width: 499px) {
  .tmplans-des {
    padding-top: 50px; } }
/* End of Test Meals plans */
.product-card__overlay {
  z-index: 1; }

.badge {
  z-index: 1; }

/* product-pack-template  css start */
.ppst-ttitle {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  font-family: 'Comfortaa' !important;
  line-height: 1.5;
  margin-bottom: 20px !important; }

p.ppst-tdes {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 700px;
  font-weight: 600; }

.ppst-text {
  position: relative;
  z-index: 1; }

.ppst-text {
  position: relative;
  z-index: 1;
  background-position: center bottom;
  min-height: inherit !important;
  text-align: center; }

.ppst-steps-title {
  text-align: center;
  margin: 65px 0 48px;
  position: relative; }

.ppst-steps-title h2, .ppst-steps-title .h2 {
  width: 72px;
  height: 72px;
  line-height: 72px;
  background: #2d2d2d;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  font-weight: 900;
  font-family: 'Comfortaa' !important;
  font-size: 41px; }

.ppst-steps-title:before, .ppst-steps-title:after {
  position: absolute;
  top: 53%;
  width: calc(50% - 57px);
  height: 1px;
  background: #cccccc;
  content: ""; }

.ppst-steps-title:after {
  right: 0; }

.ppst-steps-title:before {
  left: 0; }

#shopify-section-product-pack-template fieldset#ProductSelect-option-0 {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px; }

#shopify-section-product-pack-template label.single-option-radio__label {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  margin-right: 28px; }

#shopify-section-product-pack-template .single-option-radio label {
  padding: 25px 50px;
  margin: 0px !important;
  border-color: #ccc;
  font-size: 16px;
  border-radius: 7px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

#shopify-section-product-pack-template .single-option-radio input[type='radio']:checked + label {
  border-color: #89A127;
  background: #89A127;
  color: #fff; }

#shopify-section-product-pack-template .radio-wrapper.js.product-form__item {
  text-align: center; }

#shopify-section-product-pack-template .packcolrow {
  /*   max-width: 970px; */
  padding: 0px;
  margin: 0px auto; }

.packcolrowslidercall-wrp {
  margin: 0 auto; }

.packcolrow-wrp {
  /*     max-width: 970px; */
  margin: 0 auto; }

#shopify-section-product-pack-template .packcolrow .slick-list .slick-track .packItemVal {
  margin: 0px 7px !important;
  padding: 0px; }

#shopify-section-product-pack-template .ppst-packproduct-grid__item {
  /*     max-width: 990px; */
  margin: 0 auto; }

#shopify-section-product-pack-template .ppst-packproduct-grid__item {
  /*     max-width: 990px; */
  margin: 0 auto;
  padding: 0px;
  background: transparent;
  width: 100%; }

#shopify-section-product-pack-template .packitem h5, #shopify-section-product-pack-template .packitem .h5 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0; }

#shopify-section-product-pack-template .totalAlertCurrent {
  font-size: 24px;
  font-family: 'Comfortaa' !important;
  font-weight: 600;
  color: #89A127; }

.packitem h5, .packitem .h5 {
  color: #89A127; }

h2.ppst-steps-stitle, .ppst-steps-stitle.h2 {
  border-radius: 50%;
  margin: 0 auto;
  font-family: 'Comfortaa' !important;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px; }

/* #shopify-section-product-pack-template .pack-product-img img {
    max-width: 227px !important;
    height: 165px !important;
} */
#shopify-section-product-pack-template .packItemVal a.show-preview-product {
  font-size: 13px;
  display: inline-block;
  line-height: 1.6 !important;
  padding-right: 75px;
  padding-top: 13px;
  color: #868684;
  padding-bottom: 10px;
  padding-left: 10px; }

.totalAlertCurrent b, .totalAlertCurrent strong {
  font-weight: 400 !important; }

span.totalAlertCurrent p {
  font-size: 20px; }

.packcolrow .left-img, .packcolrow .right-img {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }

.packitems {
  margin-top: 10px;
  margin-bottom: 10px; }

.packprotip-row {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px; }

.ppro-tip {
  display: none !important;
  max-width: 60%;
  vertical-align: top; }

.pro-tip-des {
  display: inline-block;
  max-width: 85%;
  vertical-align: top;
  margin: 0px;
  margin-left: 19px;
  color: #868684; }

.ppro-max-pro {
  display: inline-block;
  width: 39%;
  text-align: right;
  vertical-align: top;
  float: right; }

.ppro-tip-box {
  padding: 5px 10px;
  background: #2d2d2d;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  vertical-align: top; }

#shopify-section-product-pack-template .packcolrow .left-img {
  left: -34px; }

.packcolrow .right-img {
  right: -34px; }

#shopify-section-product-pack-template .packcolrow select.proitem_qty {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  bottom: -14px !important;
  background-image: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/meal-pro-drop-img.png);
  padding: 3px 28px 2px 13px;
  border: none;
  right: 10px;
  border-radius: 7px;
  background-color: transparent;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }

#shopify-section-product-pack-template .packcolrow select.proitem_qty:hover, #shopify-section-product-pack-template .packcolrow select.proitem_qty:focus, #shopify-section-product-pack-template .packcolrow select.proitem_qty:active {
  outline: none;
  border: none; }

h2.mealp-sngl-psunry-title, .mealp-sngl-psunry-title.h2 {
  font-size: 32px;
  font-family: 'Comfortaa' !important;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px; }

/* h2.mealp-sngl-psunry-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    content: "";
    background: #89A127;
} */
.mealp-sngl-psunry {
  background: #fff;
  padding: 42px 30px 30px;
  margin-top: 60px;
  border-radius: 7px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

.mealp-sngl-psunry-wrp {
  max-width: 905px;
  margin: 0 auto; }

.grid-uniform .grid-product__image-link {
  vertical-align: top; }

body.homepage .times {
  background: #fff !important;
  z-index: 100;
  border-radius: 7px 0px 0 7px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  width: 178px !important; }

.order-close-countdown {
  font-weight: 700;
  font-size: 14px !important;
  margin-top: 0 !important; }

.announcement-bar {
  display: none; }

.header-wrapper.header-sticky {
  top: 0 !important; }

.mealp-sngl-psunry-col {
  display: inline-block;
  vertical-align: top;
  width: 33%; }

p.mealp-sngl-psunry-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #999999;
  margin-bottom: 7px; }

h2.mealp-sngl-psunry-des, .mealp-sngl-psunry-des.h2 {
  font-size: 24px;
  padding-right: 10px;
  font-family: 'Comfortaa', cursive; }

.mealp-sngl-psunry-col button#AddToCart--product-pack-template {
  background: #89A127;
  color: #fff;
  font-family: 'Comfortaa' !important;
  font-size: 21px;
  margin-top: 0px; }

.like-img-wrp {
  display: inline-block;
  background: #89A127;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px; }

.mpsnglpro-inmrtnt-notes-righ {
  display: inline-block;
  max-width: 721px;
  vertical-align: top;
  font-size: 13px;
  color: #000000; }

.mpsnglpro-inmrtnt-notes-left {
  display: inline-block;
  width: 170px; }

.like-img-wrp {
  display: inline-block;
  background: #89A127;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px; }

.mpsnglpro-inmrtnt-notes-righ h3, .mpsnglpro-inmrtnt-notes-righ .h3 {
  font-size: 14px;
  font-weight: 700;
  color: #999999;
  font-family: 'Comfortaa' !important;
  margin-bottom: 13px; }

.mpsnglpro-imprtnt-notes-section {
  margin-top: 60px; }

.mpsnglpro-imortnt-notes-wrp {
  max-width: 905px;
  margin: 0 auto;
  vertical-align: top; }

@media only screen and (max-width: 1024px) {
  #shopify-section-product-pack-template .pack-product-img img {
    margin: 0 auto; }

  .mpsnglpro-inmrtnt-notes-righ {
    max-width: 500px; } }
@media only screen and (min-width: 1025px) {
  .grid-uniform .grid__item.large--one-quarter.medium--one-half:nth-child(2) {
    width: 18%; }

  .grid-uniform .grid__item.large--one-quarter.medium--one-half:nth-child(3) {
    margin-right: 7%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shopify-section-related-products #shopify-section-related-products .show_product.grid__item {
    float: inherit;
    display: inline-block;
    width: 49%;
    vertical-align: top; } }
@media only screen and (max-width: 768px) {
  .mealp-sngl-psunry-col {
    width: 100%;
    margin-bottom: 20px; }

  .mealp-sngl-psunry {
    background: #F5F5F5;
    padding: 42px 15px 30px;
    margin-top: 30px; }

  .mpsnglpro-imortnt-notes-wrp {
    text-align: center; }

  .mpsnglpro-inmrtnt-notes-righ {
    text-align: left; }

  .mpsnglpro-inmrtnt-notes-left {
    margin-bottom: 25px;
    width: 100%; }

  .pro-tip-des {
    max-width: 80%; }

  #shopify-section-product-pack-template .packitems > div {
    width: 50%; }

  .site-header a.site-nav__link.cart-link {
    padding-bottom: 0px !important; } }
@media only screen and (max-width: 767px) {
  #shopify-section-product-pack-template .packitems .ack-item-qtynum {
    margin-bottom: 6px; }

  #shopify-section-product-pack-template .packitems
  .packitem h5, #shopify-section-product-pack-template .packitems
  .packitem .h5 {
    margin-bottom: 4px; }

  .ppro-tip {
    max-width: 100%; }

  .ppro-max-pro {
    width: 100%;
    text-align: center;
    margin-top: 13px; }

  .sp-icons-wrp > ul li {
    width: 55px; } }
@media only screen and (max-width: 499px) {
  .ppst-text {
    min-height: 475px; } }
@media only screen and (max-width: 360px) {
  .pro-tip-des {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 10px; }

  .ppro-tip {
    max-width: 100%;
    text-align: center; }

  #shopify-section-product-pack-template .packitems > div {
    text-align: center !important; } }
/* product-pack-template  css End */
/* Contact us css Start */
#contact-us p.section-header-subtitle {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

#contact-us .main-content > .wrapper {
  max-width: 100%;
  width: 100%;
  padding: 0px; }

#contact-us .main-content > .wrapper > .grid > .grid__item {
  left: 0;
  width: 100%; }

section.contactp-frmsection {
  padding: 50px 0;
  background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/contact-from-bg.jpg) no-repeat;
  background-size: cover; }

#contact-us .contactp-frmsection p.section-header-subtitle {
  max-width: 100%; }

.contactp-frmsection .form-vertical {
  max-width: 475px;
  margin: 0 auto; }

.cpagefrm-field input, .cpagefrm-field textarea {
  margin-bottom: 16px;
  border: 1px solid #dddddd;
  width: 100%;
  max-width: 100%;
  padding: 15px 25px;
  font-size: 17px; }

.cpagefrm-fieldsubmit-wrp input.btn.right {
  width: auto;
  font-size: 20px;
  font-family: 'Comfortaa' !important;
  padding: 10px 30px;
  margin-bottom: 0px;
  border: none; }

.cpagefrm-fieldsubmit-wrp {
  display: inline-block;
  float: right;
  vertical-align: top; }

.captchawrp {
  display: inline-block;
  vertical-align: top; }

.cpagefrm-field-btn-prt {
  margin-top: 25px; }

.conatctp-cdeatils-row .conatctp-cdeatils-col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 15px 10px 30px; }

.conatctp-cdeatils-img-icon {
  display: inline-block;
  vertical-align: middle;
  min-height: 60px; }

h2.conatctp-cdeatils-title, .conatctp-cdeatils-title.h2 {
  font-family: 'Comfortaa' !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 9px 0px 14px; }

.conatctp-cdeatils-dis a {
  font-size: 14px;
  line-height: 1.3;
  color: #89A127;
  display: inline-block;
  max-width: 217px;
  margin: 0 auto; }

.conatctp-cdeatils-dis ahover {
  color: #868684; }

@media screen and (max-width: 1199px) {
  .conatctp-cdeatils-row .conatctp-cdeatils-col {
    width: 24%; } }
@media screen and (max-width: 991px) {
  .conatctp-cdeatils-row .conatctp-cdeatils-col {
    width: 49%; } }
@media screen and (max-width: 479px) {
  .conatctp-cdeatils-row .conatctp-cdeatils-col {
    width: 100%;
    padding: 15px 10px 15px; }

  #contact-us p.section-header-subtitle {
    padding: 0 15px; } }
/* Contact us css End */
/* blog css Start */
#news .main-content > .wrapper {
  max-width: 100%;
  padding: 0;
  width: 100%; }

body#news main.main-content {
  margin-top: 0px; }

.blogpg-row {
  display: flex; }

.blogpg-img {
  width: 50%;
  background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/blogpg-img1.jpg) no-repeat;
  background-size: cover; }

.blogpg-row2 .blogpg-img {
  background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/files/blogpg-img2.jpg) no-repeat;
  background-size: cover; }

.blogpg-content {
  width: 50%;
  padding: 60px 8% 60px 40px; }

.blogpg-row2 .blogpg-content {
  padding-left: 8%;
  padding-right: 40px; }

.blogpg-img img {
  display: none; }

.blogpg-title {
  font-family: 'Comfortaa' !important;
  font-weight: 600;
  font-size: 35px;
  max-width: 467px;
  margin-bottom: 25px; }

p.blogpg-dis {
  font-size: 15px;
  color: #000000;
  margin-bottom: 47px;
  line-height: 1.85; }

.blogpg-social {
  display: inline-block;
  vertical-align: top; }

.blogpg-scommnet {
  display: inline-block;
  float: right;
  margin-top: 53px;
  vertical-align: top; }

.blogpg-social h3, .blogpg-social .h3 {
  font-family: 'Comfortaa' !important;
  font-size: 16px;
  color: #000000;
  line-height: 1.85;
  text-transform: capitalize;
  letter-spacing: inherit; }

.blogpg-social-icon {
  display: inline-block; }

.blogpg-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.blogpg-social-icon ul li {
  display: inline-block;
  margin: 0px; }

.blogpg-social-icon ul li + li {
  padding-left: 5px; }

.blogpg-scommnet {
  display: inline-block;
  float: right;
  margin-top: 44px;
  vertical-align: top; }

.blogpg-scommnet p {
  margin: 0px; }

.blogpg-scommnet span {
  display: inline-block;
  vertical-align: middle; }

.blogpg-scommnet small {
  margin-left: 15px;
  font-family: 'Comfortaa' !important;
  font-size: 16px;
  color: #000000;
  line-height: 1.85;
  font-weight: 600; }

.blogpg-btn-wrp .btn {
  font-size: 22px;
  font-family: 'Comfortaa' !important;
  padding: 6px 14px 4px; }

.blogpg-btn-wrp {
  margin-top: 30px; }

@media screen and (max-width: 1199px) {
  .blogpg-content, .blogpg-row2 .blogpg-content {
    padding: 60px 40px 60px 40px; } }
@media screen and (max-width: 991px) {
  .blogpg-row {
    display: flex;
    flex-direction: column; }

  .blogpg-content {
    width: 100%; }

  .blogpg-content {
    width: 100%;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2; }

  .blogpg-img {
    order: 1;
    width: 100%;
    background: transparent !important;
    text-align: center; }

  .blogpg-img img {
    display: block;
    margin: 0 auto; } }
@media screen and (max-width: 499px) {
  .blogpg-content, .blogpg-row2 .blogpg-content {
    padding: 30px 20px 50px; }

  .blogpg-btn-wrp {
    margin-top: 19px; }

  .blogpg-btn-wrp .btn {
    font-size: 18px;
    font-family: 'Comfortaa' !important; }

  .blogpg-title {
    font-size: 25px;
    margin-bottom: 22px; }

  .blogpg-scommnet {
    display: block;
    float: inherit;
    margin-top: 30px; }

  .blogpg-social-wrp {
    text-align: center; }

  .blogpg-btn-wrp {
    margin-top: 25px;
    text-align: center; } }
/* blog css End */
/* Delivery-area css Start */
#delivery-area-near-you .section-header-subtitle {
  max-width: 300px; }

.delivery-area-input-icon {
  position: absolute;
  right: 13px;
  top: 14px;
  color: #89A127; }

.delivery-area-input-wrp input {
  border: 1px solid #ddd;
  padding: 11px 20px;
  font-size: 16px; }

.delivery-area-input {
  text-align: center; }

.delivery-area-input-wrp {
  position: relative;
  display: inline-block;
  max-width: 280px; }

.delivery-ylocatuon i {
  margin-right: 10px; }

.delivery-ylocatuon {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  color: #89A127;
  margin-bottom: 40px; }

/* Delivery-area css End */
/* Seasonal Menu Section css Start */
#seasonal-menu .section-header-subtitle {
  max-width: 800px; }

#seasonal-menu .main-content > .wrapper {
  max-width: 100%;
  padding: 0px; }

.ssnlmenu-prosldr-col-dis {
  padding: 15px 32px; }

.ssnlmenu-prosldr-col-dis p {
  text-transform: capitalize;
  font-size: 16px;
  color: #000000;
  font-family: 'Comfortaa' !important;
  margin-bottom: 0px;
  font-weight: 600; }

.ssnlmenu-prosldr-wrp .slick-slider .slick-dots li button:before {
  background-color: transparent;
  border: 1px solid #89A127; }

.ssnlmenu-prosldr-wrp .slick-slider .slick-dots li.slick-active button:before {
  background-color: #89A127;
  border: 1px solid #89A127; }

.ssnlmenu-prosldr-wrp .slick-slider .slick-dots li button:focus {
  outline: none; }

@media screen and (max-width: 1199px) {
  .ssnlmenu-prosldr-col-dis {
    padding: 15px; } }
.filter-menu__title span {
  margin-right: 15px; }

.filter-menu__title span, .filter-menu__title small {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Comfortaa' !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 0; }

.filter-menu--inner {
  padding: 10px 0px;
  position: relative; }

.fiter-itemscat-wrp {
  text-align: left; }

.filter-menu {
  margin-top: 20px;
  border: 0px  !important; }

.filter-menu--options {
  left: inherit; }

.fiter-itemscat-wrp ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0; }

.fiter-itemscat-wrp ul li {
  display: inline-block;
  padding: 0 11px;
  vertical-align: middle;
  font-family: 'Comfortaa' !important;
  color: #868684;
  font-size: 16px;
  font-weight: 600; }

.fiter-itemscat-wrp ul li a {
  display: inline-block;
  color: #868684;
  padding: 13px 3px;
  border-bottom: 3px solid transparent; }

.fiter-itemscat-wrp ul li.active a, .fiter-itemscat-wrp ul li a:hover {
  border-color: #89A127;
  color: #000000; }

.filter-tgl-wrp {
  position: absolute;
  right: 0px;
  top: 13px;
  border: 0;
  padding-right: 11px;
  padding-left: 11px; }

.filter-menu--options {
  box-shadow: 0 0 21px rgba(123, 134, 137, 0.4);
  z-index: 2; }

.filter-menu--options .filter-preference, .filter-menu--options .filter-dietary {
  border-right: 1px solid #d3dcde; }

.filter-col-head {
  text-align: center; }

.filter-col-hicon {
  min-height: 31px; }

.filter-col-head h4, .filter-col-head .h4 {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 14px;
  text-transform: capitalize; }

.filter-checkbox-element span.control-label {
  font-size: 12px;
  font-weight: 600;
  font-style: normal; }

.filter-checkbox-element span.control-label span[data-filter] {
  font-weight: 400;
  color: #868684;
  font-size: 11px;
  display: block;
  padding-left: 24px; }

.filter-col-head + p {
  font-weight: 600;
  font-size: 12px; }

.filter-menu--options .filter-dietary, .filter-menu--options .filter-preference, .allergy-notice.show-notice {
  padding: 27px 20px 8px 20px; }

div[data-category="dietary"]:last-child, div[data-category="preference"]:last-child {
  border-bottom: 0px; }

.allergy-notice.show-notice p {
  padding-top: 15px; }

.filter-menu--options:after, .filter-menu--options:before {
  bottom: 100%;
  right: 34px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.filter-menu--options:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -19px; }

.filter-menu--options:before {
  border-color: transparent;
  border-bottom-color: #d3dcde;
  border-width: 13px;
  margin-left: -25px;
  right: 32px; }

span.closefilter {
  position: absolute;
  top: 15px;
  right: 20px; }

@media screen and (max-width: 1023px) {
  .fiter-itemscat-wrp ul li {
    padding: 0 2px;
    font-size: 13px; }

  .filter-menu__title span, .filter-menu__title small {
    font-size: 13px; } }
/* Seasonal Menu Section css End */
.tabbarfilter input {
  display: none; }

.tabbarfilter.filter-checkbox-element span.control-label {
  font-size: 14px; }

.customwrapper {
  max-width: 1050px;
  margin: 0 auto; }

.ssnlmenu-prosldr-wrp img {
  max-height: 260px; }

.firstcollectionseasonal {
  margin-bottom: 30px; }

.homepage #CollectionSection .firstcollectionseasonal .grid-uniform {
  padding: 0px 0; }

.minimealscustomheader {
  padding: 60px 0; }

button#usecurrlocation {
  color: #89A127;
  font-weight: 600; }

.followMeBar {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 0;
  padding-right: 0; }

/* .followMeBar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
} */
.followMeBar.fixed {
  position: fixed;
  top: 80px;
  width: 1140px;
  box-sizing: border-box;
  z-index: 99999999;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  padding: 10px 10px 0 10px;
  background-color: #fff;
  margin-top: 0; }

.followMeBar.fixed.absolute {
  position: absolute; }

a#getfreemeal {
  position: fixed;
  bottom: 30px; }

a#talktous {
  display: none; }

#seasonal-menu .show_product.grid__item {
  clear: unset !important; }

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  display: block;
  position: absolute;
  font-size: 0.8em;
  color: white; }
[data-tooltip]:hover:before {
  border-radius: 0.2em;
  content: attr(title);
  background-color: #89a127;
  /*       margin-top:-4.5em; */
  padding: 0.3em; }
[data-tooltip]:hover:after {
  content: '';
  /*       margin-top:-2.1em;
        margin-left:1em;
        border-style:solid;
        border-color:transparent;
        border-top-color:$alphablack;
        border-width:0.5em 0.5em 0 0.5em; */ }

#seasonal-menu [data-tooltip]:hover:before, #seasonal-menu [data-tooltip]:hover:after {
  display: block;
  position: absolute;
  font-size: 0.8em;
  color: white;
  left: 24px;
  right: 24px; }
#seasonal-menu [data-tooltip]:hover:before {
  border-radius: 0.2em;
  content: attr(title);
  background-color: #89a127;
  /*       margin-top:-4.5em; */
  padding: 0.3em; }
#seasonal-menu [data-tooltip]:hover:after {
  content: '';
  /*       margin-top:-2.1em;
        margin-left:1em;
        border-style:solid;
        border-color:transparent;
        border-top-color:$alphablack;
        border-width:0.5em 0.5em 0 0.5em; */ }

.show-preview-product[data-tooltip]:hover:before, .show-preview-product[data-tooltip]:hover:after {
  display: block;
  position: absolute;
  font-size: 0.8em;
  color: white; }
.show-preview-product[data-tooltip]:hover:before {
  border-radius: 0.2em;
  content: attr(title);
  background-color: #89a127;
  margin-top: -4.5em;
  padding: 0.3em 1.3em;
  max-width: 226px; }
.show-preview-product[data-tooltip]:hover:after {
  content: '';
  /*       margin-top:-2.1em;
        margin-left:1em;
        border-style:solid;
        border-color:transparent;
        border-top-color:$alphablack;
        border-width:0.5em 0.5em 0 0.5em; */ }

.js-qty-new-product-single__num {
  max-width: 85px;
  text-align: center;
  padding: 2px; }

.product-single .icon-fallback-text .icon {
  display: inline-block;
  padding-left: 8px;
  padding-right: 9px; }

.product-single button#cus_AddToCart--product-template {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 21.5px;
  padding-right: 21.5px; }

.js-qty-new-product-single {
  display: inline-block;
  background: #89A127;
  border: 1px solid #89A127;
  border-radius: 7px; }

.notification_a, .add-to-cart__status__label_cus {
  display: inline-block;
  margin-left: 15px;
  color: #89A127; }

.js-qty-new-product-single button {
  color: #ffffff;
  padding: 0; }

.js-qty-new-product-single input {
  font-style: normal; }

.htwork-section-row > div {
  vertical-align: top;
  text-align: center; }

#shopify-section-featured-content em {
  font-style: normal; }

.htwork-section-row p {
  font-size: 17px;
  margin-top: 10px;
  padding: 0 15px; }

.nutrition {
  display: flex;
  padding: 5px;
  font-size: 0.8em;
  line-height: 1.2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #D3DCDE;
  transition: all 0.2s ease; }

.nutrition {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding: 10px;
  border: none;
  opacity: 0;
  transform: translateY(100%); }

.pack-product-img:hover .nutrition {
  opacity: 1;
  transform: translateY(0);
  z-index: 10; }

.pack-product-img img:hover ~ .nutrition, .pack-product-img a.itemanch:hover ~ .nutrition {
  opacity: 1;
  transform: translateY(0);
  z-index: 10; }

.nutrition div {
  flex: 1; }

.nutrition__value {
  font-size: 1.4em; }

.nutrition__value {
  color: #252829; }

.nutrition__label {
  display: block;
  color: #7B8689; }

.nutrition__label--short {
  display: none; }

.main-content {
  padding-top: 73px; }

.homepage .slick-slider .slick-dots {
  bottom: -15px; }

.h1.site-header__logo.large--left {
  margin: 0 auto; }

#seasonal-menu .customwrapper .show_product.grid__item {
  float: none;
  display: inline-block;
  width: 24.73%;
  vertical-align: top;
  padding: 0px 15px; }

#seasonal-menu #CollectionSection .customwrapper .grid-uniform {
  padding: 0px;
  margin: 0 -15px !important; }

#our-meal-plans p.section-header-subtitle {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

.site-footer .footerTwoBtn .powerBy {
  display: inline-block;
  text-align: center;
  width: auto !important; }

html {
  padding-bottom: 0px !important; }

.subscription-content h2.sbptn-title:after, .subscription-content .sbptn-title.h2:after {
  display: none; }

.subscription-content h2.sbptn-title, .subscription-content .sbptn-title.h2 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 0px !important;
  line-height: 1.2;
  height: auto; }

#news main.main-content {
  padding-top: 0px !important; }

.packcolrowslidercall .grid__item .pack-product-img {
  text-align: center !important; }

.packcolrowslidercall .grid__item img.product-single__photo {
  margin: 0 auto !important; }

.packcolrowslidercall .grid__item {
  padding: 0px !important;
  margin-left: 0px !important;
  margin-right: 20px !important; }

/* .packcolrowslidercall .grid__item:nth-child(4n){margin-right:  0px !important;} */
.packcolrowslidercall .packItemVal.large--four-twelfths {
  width: 22.9% !important;
  float: inherit;
  display: inline-block; }

.header-container {
  z-index: 99 !important; }

#your-shopping-cart .cart__row {
  margin: 0px;
  padding: 25px 20px !important; }

#your-shopping-cart .cart__row + .cart__row {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

#your-shopping-cart .cart__row:first-child {
  padding-top: 0px;
  padding-bottom: 10px; }

#your-shopping-cart a.h4.cart__product-name {
  font-size: 16px;
  padding-right: 10px;
  color: #89a127;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize; }

#your-shopping-cart span.cart__price {
  color: #868684;
  font-weight: 400; }

#your-shopping-cart .cart__header-labels {
  color: #868684;
  font-weight: 600; }

#your-shopping-cart .cart__row:first-child {
  border-bottom: 1px solid #868684; }

#your-shopping-cart p.cart__subtotal {
  font-weight: 600;
  margin-bottom: 0; }

.myaccountTabs {
  margin-top: 0px !important; }

#account .pagination {
  margin-top: 0px;
  padding-top: 25px; }

.orderDetailWrap {
  overflow-x: scroll;
  height: 100%;
  background-color: #F6F6F6; }

.viewOrderDetails {
  border-radius: 0;
  width: 100% !important;
  z-index: 99 !important;
  top: 75px !important;
  border-radius: 10px; }

.customsearchfilter {
  border: 1px solid;
  border-radius: 3px; }

.show_product.grid__item.grid-product {
  clear: unset; }

.custombtnqtywrapper {
  position: relative;
  width: 100%; }

.product-single-wrp .custombtnqtywrapper {
  position: relative;
  width: 100%;
  perspective: 1500px; }

.product-single__quantity_cus {
  position: absolute;
  transition: all 0.3s;
  transform: rotateX(-90deg) translateY(16px);
  transform-origin: bottom center; }

.product-single__add-to-cart {
  margin: 0; }

/*  Cart PAGE */
.col-md-9-cus {
  width: 70%;
  float: left;
  margin-right: 5%; }

.col-md-3-cus {
  width: 25%;
  float: left; }

.custom_cls_cart_check .push--large--seven-twelfths {
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.js-drawer-open {
  overflow: initial !important; }

#SaveToOrder--product-pack-template.btn[disabled] {
  border-color: initial; }

.drawer {
  z-index: 999;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4); }

.template-cart .main-content .wrapper > .grid {
  margin-left: 0px; }

.template-cart .main-content .wrapper > .grid > .grid__item {
  left: 0;
  padding-left: 0px;
  width: 100%; }

.mobileDropDown {
  display: none; }

.site-footer {
  position: relative;
  z-index: 1 !important; }

.btn:focus {
  outline: none !important; }

.product-single__meta input#Quantity {
  background: #799a27;
  color: #fff;
  border-right: 1px solid #cccccca3;
  border-left: 1px solid #cccccca3; }

.btn:active, .btn:focus, .btn:hover {
  background: #9bbd48;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  box-shadow: none; }

button, button:active, button:focus, button:hover {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  box-shadow: none; }

.homepage .customwrapforimg {
  padding-top: 0px; }

.removecartpro a {
  color: #ff0000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

span.cate_head {
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 5px 0;
  width: 100%;
  font-size: 14px;
  padding-bottom: 5px; }

.ajaxcart__product-meta {
  border-bottom: 1px solid #aaa;
  display: inline-block;
  margin: 5px 0;
  width: 100%;
  font-size: 14px;
  padding-bottom: 5px; }

.propertyToolTip {
  color: #89A127;
  font-weight: 600;
  cursor: help; }

.property_data_tip {
  position: absolute;
  background: #89A127;
  z-index: 99;
  padding: 10px;
  width: auto;
  overflow-y: scroll;
  color: #fff;
  top: 0;
  height: 184px; }

.propertyToolTip span {
  background: #89A127;
  color: #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  vertical-align: text-bottom;
  line-height: 21px;
  font-size: 14px; }

#news div#shopify-section-map_custom {
  margin-top: 0 !important; }

.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #89A127 !important; }

#account .grid__item.large--one-third.push--large--one-third.text-center {
  left: 0 !important;
  float: inherit !important;
  margin: 0 auto !important;
  max-width: 360px !important; }

.site-header {
  position: relative;
  z-index: 111; }

.contactp-frmsection .section-header h1, .contactp-frmsection .section-header .h1 {
  font-family: 'Comfortaa', cursive;
  font-weight: 400; }

.site-header__logo img {
  max-width: 400px !important;
  position: relative;
  margin-left: -85px; }

.site-header .site-nav__item--compressed a {
  color: #000000; }

.homepage #CollectionSection .grid-product__title {
  font-weight: 300;
  font-style: normal; }

#CartContainer .ajaxcart__product-name--wrapper a {
  font-style: normal !important; }

#shopify-section-related-products button#seeAllMentBtn, #performance-eating a.btn.hero__cta, #shopify-section-1530614141155 a.btn, #shopify-section-1530612802963 button#seeAllMentBtn, #shopify-section-1530694178086 a.btn, .blogpg-wrp .blogpg-btn-wrp .btn, .cpagefrm-field.cpagefrm-fieldsubmit-wrp .btn, .subscription-content .btn {
  border-radius: 7px; }

.btn {
  border-radius: 7px; }

.newsletter--form button#Subscribe {
  border-radius: 0 7px 7px 0;
  line-height: initial; }

.site-footer .footerTwoBtn {
  display: block;
  margin-top: 0px;
  text-align: center; }

.site-footer .footerTwoBtn .powerBy {
  margin-top: 0px; }

.site-footer .footerTwoBtn .powerBy p {
  margin-bottom: 0px; }

.ajaxcart__product-name, .cart__product-name {
  font-style: normal; }

hr, .hr--small, .hr--medium, .hr--large {
  margin: 15px 0; }

#about-us .subscription-section input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868684;
  opacity: 1; }

#about-us .subscription-section input::-moz-placeholder {
  /* Firefox 19+ */
  color: #868684;
  opacity: 1; }

#about-us .subscription-section input:-ms-input-placeholder {
  /* IE 10+ */
  color: #868684;
  opacity: 1; }

#about-us .subscription-section input:-moz-placeholder {
  /* Firefox 18- */
  color: #868684;
  opacity: 1; }

button#AddToCart--product-pack-template:disabled {
  background-color: #bbb;
  cursor: not-allowed;
  margin-bottom: 10px; }

.homepage .customwrapforimg {
  position: unset !important;
  margin-top: 0px !important; }

.shopify-section.customerreview {
  padding-bottom: 60px; }

#shopify-section-slideshow .hero-slideshow {
  /*   max-height: 600px; */
  height: auto !important; }

div#shopify-section-featured-content {
  margin-top: 18px; }

body {
  font-family: 'Comfortaa', cursive;
  background-color: #F6F8F8; }

#shopify-section-product-pack-template .packitem h5, #shopify-section-product-pack-template .packitem .h5, #shopify-section-product-pack-template .packitem .h5 {
  font-family: 'Comfortaa' !important;
  font-weight: 400; }

section.htwork-section {
  /* background: #ccc; */
  padding: 0 !important;
  padding-top: 50px !important; }

.htwork-section-wrp h2.section-title, .htwork-section-wrp .section-title.h2 {
  color: #000000;
  font-size: 40px;
  font-family: 'Comfortaa' !important;
  font-weight: 400 !important;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px; }

.htwork-section-row > div {
  display: inline-block;
  width: 33%; }

.htwork-section-row .htworks-item-2 {
  margin: 0 auto;
  text-align: center;
  position: relative; }

.htwork-section-row > div img {
  max-height: 150px; }

.htworks-item-3 {
  margin-left: auto;
  text-align: right; }

.conatctp-cdeatils-img-icon img {
  max-height: 78px; }

.conatctp-cdeatils-dis img {
  max-height: 40px;
  margin: 0 5px; }

p.meals-plan-des {
  font-family: 'Comfortaa', cursive; }

div#shopify-section-map_custom {
  margin-top: 0; }

#account main.main-content {
  position: relative;
  padding-bottom: 50px; }

#account main.main-content:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.06); }

#account main.main-content .wrapper, #your-shopping-cart form.cart {
  position: relative;
  z-index: 2;
  background: #f6f6f6;
  padding-top: 15px !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }

#your-shopping-cart form.cart {
  margin-bottom: 40px;
  padding: 20px; }

input[disabled], textarea[disabled],
select[disabled='disabled'] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  opacity: 1;
  -webkit-text-fill-color: white; }

.product-single__images .slick-prev::before, .product-single__images .slick-next::before {
  /*     position: relative;
      top: -2px; */ }

body#performance-eating {
  padding-top: 0 !important; }

.product-single__photos .slick-prev, .product-single__photos .slick-next {
  height: 50px; }

.slick-prev:before, .slick-next:before {
  line-height: 12px;
  display: inline-block; }

@media only screen and (max-width: 1440px) {
  section.htwork-section {
    padding: 0 !important;
    padding-top: 49px !important; }

  .homepage #seeAllMentBtn {
    margin-top: 0;
    margin-bottom: 30px; } }
@media only screen and (max-width: 1370px) {
  body, div#shopify-section-slideshow {
    padding-top: 60px !important; }

  li.site-nav__item.site-nav__item--compressed {
    margin-top: -4px; }

  li.site-nav__item.site-nav__item--compressed a.site-nav__link {
    padding-bottom: 0px !important; } }
span.grid-product__price-wrap {
  display: block;
  width: 100%; }

body#about-us {
  background: #fff; }

@media only screen and (max-width: 1320px) {
  .homepage .innerOneThird p {
    font-size: 15px; } }
@media only screen and (max-width: 1199px) {
  .thirdcolumnInside .innersidepromo-content, .fourthcolumnInside .innersidepromo-content {
    margin-top: 0; }

  div#shopify-section-featured-content {
    margin-top: 50px; }

  /*   #about-us .innersidepromo-content {
        padding-top: 0px;
    } */
  #shopify-section-1538225925784 .htwork-section {
    padding-top: 0 !important; }

  .site-header li.site-nav__item:first-child {
    padding-left: 49px; }

  .homepage #seeAllMentBtn {
    margin-bottom: 0;
    margin-top: 0; }

  .homepage .customwrapforimg {
    padding-top: 0;
    margin-top: -187px; }

  .shopify-section.customerreview {
    margin-top: 60px !important;
    padding-bottom: 60px; }

  .main-content {
    padding-top: 50px; }

  .section-header-subtitle {
    margin: 15px auto 0; }

  #seasonal-menu #CollectionSection .section-header {
    margin-top: 50px; }

  #seasonal-menu #CollectionSection .customwrapper .grid-product__wrapper {
    text-align: center; }

  #seasonal-menu .show_product.grid__item {
    height: auto !important; }

  #our-meal-plans p.section-header-subtitle {
    margin-bottom: 30px; }

  .product-single__meta h1.product-single__title, .product-single__meta .product-single__title.h1 {
    margin-bottom: 7px;
    font-size: 23px;
    font-weight: 600; }

  #ProductSection-related-products {
    padding-top: 19px; } }
@media only screen and (max-width: 1175px) {
  31.5%
  #seasonal-menu #CollectionSection .section-header {
    margin-top: 70px; }

  .fiter-itemscat-wrp ul li {
    font-size: 14px;
    padding: 0 8px; }

  .packcolrowslidercall .packItemVal.large--four-twelfths {
    width: 23.1% !important; }

  .followMeBar.fixed {
    width: calc(100% - 25px);
    left: 0;
    right: 0;
    margin: 0 auto; }

  .homepage .innerOneThird p {
    font-size: 16px; }

  #seasonal-menu #CollectionSection .customwrapper .grid-uniform {
    padding: 0px;
    margin: 0 0 !important; }

  .about-us-subscription .subscription-content {
    padding-left: 41px; }

  .blogpg-content, .blogpg-row2 .blogpg-content {
    padding: 40px 40px 40px 40px; }

  .blogpg-title {
    font-size: 27px;
    margin-bottom: 25px; }

  p.blogpg-dis {
    margin-bottom: 15px; }

  #contact-us header.section-header {
    margin-bottom: 25px; }

  .conatctp-cdeatils-row .conatctp-cdeatils-col {
    padding: 15px 10px; }

  .ppst-wrp h1.ppst-ttitle.product-single__title, .ppst-wrp .ppst-ttitle.product-single__title.h1 {
    font-size: 30px;
    margin-bottom: 9px !important;
    padding-bottom: 0px !important; }

  .ppst-steps-title {
    text-align: center;
    margin: 30px 0 30px;
    position: relative; }

  #shopify-section-product-pack-template label.single-option-radio__label {
    font-size: 19px;
    margin-right: 15px; }

  #shopify-section-product-pack-template .single-option-radio label {
    padding: 20px 30px; }

  .ppst-steps-title h2, .ppst-steps-title .h2, .ppst-steps-title .h2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 29px; }

  .ppst-steps-title:before, .ppst-steps-title:after {
    width: calc(50% - 40px); }

  #shopify-section-related-products .grid__item, #shopify-section-related-products .grid-uniform {
    padding: 0px !important; }

  #shopify-section-related-products .show_product {
    padding: 0px 15px !important; }

  #shopify-section-related-products .grid {
    margin-left: 0; }

  #shopify-section-related-products .grid-uniform {
    margin-left: 0px !important; }

  #your-shopping-cart p.cart__product-meta {
    font-size: 13px; }

  #your-shopping-cart a.h4.cart__product-name {
    padding-right: 10px; }

  #your-shopping-cart .grid__item.two-thirds {
    padding-left: 14px; }

  #your-shopping-cart a.h4.cart__product-name, #your-shopping-cart span.cart__price {
    font-size: 14px; }

  #account .main-content .grid, #account .grid-uniform {
    margin: 0px;
    padding: 0px; }

  #account .main-content .grid__item {
    padding: 0px;
    margin: 0px;
    width: 100%; }

  #account .main-content .medium-down--one-whole {
    margin-top: 20px; }

  #account div#tabs-content {
    padding-top: 24px; }

  .site-footer .footerTwoBtn .powerBy {
    margin-top: 0px !important; }

  .subscription-section .grid.subscription-section-wrp .large--two-fifths.grid__item {
    display: none; }

  .subscription-section .grid.subscription-section-wrp .large--three-fifths.grid__item {
    width: 100%;
    text-align: center; }

  .subscription-content h2.sbptn-title, .subscription-content .sbptn-title.h2 {
    text-align: center; }

  .subscription-section form {
    display: inline-block; }

  section.htwork-section {
    padding: 60px 0; } }
@media only screen and (max-width: 1160px) {
  #seasonal-menu .customwrapper .show_product.grid__item {
    width: 24.5%; }

  #seasonal-menu #CollectionSection .grid-uniform .section-header {
    margin-top: 0; } }
@media only screen and (max-width: 1023px) {
  .site-footer .footerTwoBtn .powerBy p {
    margin-bottom: 0 !important;
    margin-top: 14px !important; }

  .htwork-section-row p {
    font-size: 14px; }

  #shopify-section-1530694178086 .feature-row__image-wrapper {
    padding-top: 48.897409% !important; }

  #performance-eating #shopify-section-1530612802963 #seeAllMentBtn, #performance-eating #shopify-section-1530614141155 .customInnerWrap .btn, #performance-eating .hero__text-wrap .wrapTextOverSlideImg .btn {
    font-size: 17px !important; }

  .template-product #ProductSection-related-products .grid-uniform .show_product {
    margin-bottom: 20px; }

  .customDescription .customInnerWrap p {
    padding: 0 10px;
    font-size: 13px; }

  .customDescription .customInnerWrap h2, .customDescription .customInnerWrap .h2 {
    font-size: 20px;
    min-height: auto; }

  .customDescription .customInnerWrap a.btn {
    font-size: 10px;
    padding: 6px 14px; }

  .customwrapforimg .section-header.text-center {
    margin: 37px 0 !important; }

  .homepage .customwrapforimg {
    margin-top: -110px; }

  .homepage #CollectionSection .section-header h2.h1.section-header__title, .homepage #CollectionSection .section-header .h1.section-header__title.h2 {
    font-size: 27px; }

  .homepage #seeAllMentBtn a {
    font-size: 20px; }

  .homepage .customerreview p {
    font-size: 14px; }

  .shopify-section.customerreview {
    margin-top: 40px !important;
    padding-bottom: 40px; }

  .shopify-section.customerreview h1, .shopify-section.customerreview .h1 {
    font-size: 27px; }

  .homepage #addressOverMap {
    padding-right: 30px; }

  .homepage #addressOverMap .heading {
    font-weight: 600;
    padding-top: 35px; }

  .customwrapforimg .show_product {
    width: 49.5%;
    padding-left: 15px;
    padding-right: 15px;
    float: inherit;
    display: inline-block;
    vertical-align: top; }

  #shopify-section-featured-content .section-header__title.h1 {
    font-size: 27px; }

  #shopify-section-featured-content p em {
    font-size: 16px; }

  hr.footerHR, .footerHR.hr--small, .footerHR.hr--medium, .footerHR.hr--large {
    padding: 0;
    margin: 0; }

  div#shopify-section-featured-content {
    margin-top: 30px; }

  .main-content {
    padding-top: 35px; }

  .section-header {
    margin-bottom: 35px; }

  .ssnlmenu-prosldr-col-dis p {
    font-size: 13px;
    line-height: 1.4; }

  .section-header h1, .section-header .h1 {
    font-size: 27px; }

  #seasonal-menu #CollectionSection .customwrapper > .section-header {
    margin-bottom: 0px; }

  #seasonal-menu #CollectionSection .customwrapper .grid-uniformcustom .section-header h1, #seasonal-menu #CollectionSection .customwrapper .grid-uniformcustom .section-header .h1 {
    font-size: 23px; }

  #seasonal-menu #CollectionSection .customwrapper .grid-uniformcustom .section-header {
    margin-top: 10px; }

  #seasonal-menu .customwrapper .show_product.grid__item .grid-product__meta {
    padding: 13px 10px !important; }

  #seasonal-menu .customwrapper .show_product.grid__item {
    width: 32.9%;
    padding: 0 10px; }

  #seasonal-menu .customwrapper .show_product.grid__item .grid-product__image-wrapper {
    overflow: hidden !important; }

  .tmplans-wrp .tmplans-pro {
    width: 49%;
    padding: 0px 15px;
    margin: 0; }

  .tmplans-title {
    font-size: 24px; }

  div#shopify-section-map_custom {
    margin-top: 30px; }

  .tmplans-wrp .grid.tmplans-pro-wrp {
    margin: 0 !important; }

  #about-us .about-us-subscription .subscription-img-left-side {
    width: 100%;
    position: absolute;
    text-align: right; }

  .subscription-content {
    position: relative;
    z-index: 2;
    padding: 50px 0px !important;
    margin: 0 !important; }

  #about-us .about-us-subscription .subscription-img-left-side {
    width: 100%;
    position: absolute;
    text-align: right; }

  .about-us-subscription .subscription-img-left {
    text-align: center;
    float: right; }

  .subscription-content h2.sbptn-title, .subscription-content .sbptn-title.h2 {
    color: #fff !important; }

  p.sbptn-des {
    color: #ffff !important; }

  #about-us .about-us-subscription {
    position: relative;
    overflow: hidden; }

  #about-us .about-us-subscription:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }

  #about-us .rte {
    margin-bottom: 0px !important; }

  #about-us .about-us-wrapper.grid-uniform {
    margin-bottom: 0px; }

  #about-us .grid {
    margin-bottom: 0px !important; }

  .conatctp-cdeatils-row .conatctp-cdeatils-col {
    padding: 5px 10px 0px; }

  #ProductSection-related-products {
    padding-top: 25px; }

  #shopify-section-product-template .product-single {
    padding-top: 46px;
    margin-left: 0px;
    position: relative; }

  #shopify-section-product-template .product-single.product-single-wrp .slick-slider {
    margin-bottom: 53px !important; }

  #shopify-section-product-template .product-single-wrp .slick-prev:before, .product-single-wrp .slick-next:before {
    font-size: 35px; }

  #shopify-section-product-template .product-single-wrp .slick-prev, .slick-next {
    width: 36px;
    height: 36px;
    bottom: -50px;
    padding: 0px; }

  .product-single__photos .slick-next {
    height: 36px; }

  #shopify-section-product-template .product-single-wrp .slick-prev {
    left: -45px; }

  #shopify-section-product-template .product-single-wrp .slick-next {
    right: -45px; }

  #shopify-section-product-template .product-single__meta--wrapper {
    margin-top: 20px;
    position: unset; }

  #shopify-section-product-template .product-single__meta h1.product-single__title, #shopify-section-product-template .product-single__meta .product-single__title.h1, .product-single__meta .product-single__title.h1 {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 600; }

  #shopify-section-product-template a.product-back-custom {
    color: #aec27d;
    font-weight: 500;
    position: absolute;
    top: 0; }

  .product-single__images .product-single__add-to-cart {
    display: none; }

  #ProductPrice {
    font-size: 20px;
    font-weight: 600; }

  .subscription-content {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 !important; }

  #shopify-section-related-products button#seeAllMentBtn {
    margin-bottom: 30px; }

  .subscription-content {
    padding: 0 0px !important;
    margin: 0 !important; }

  .followMeBar.fixed {
    max-width: 990px;
    width: 100%; }

  #shopify-section-related-products .show_product {
    padding: 0px 10px !important; }

  .packcolrowslidercall .packItemVal.large--four-twelfths, .packcolrowslidercall .grid__item:nth-child(4n) {
    margin-right: 15px !important; }

  .packcolrowslidercall .grid__item:nth-child(3n) {
    margin-right: 0px !important; }

  .packcolrowslidercall .packItemVal.large--four-twelfths {
    width: 31.4% !important; }

  .ppst-steps-title {
    margin: 20px 0 20px;
    position: relative; }

  .ppst-steps-title:before, .ppst-steps-title:after {
    width: calc(50% - 35px); }

  #shopify-section-product-pack-template label.single-option-radio__label {
    font-size: 15px;
    margin-right: 12px; }

  #shopify-section-product-pack-template .single-option-radio label {
    padding: 14px 21px;
    font-size: 12px; }

  .ppst-steps-title h2, .ppst-steps-title .h2, .ppst-steps-title .h2, .ppst-steps-title .h2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px; }

  #shopify-section-product-pack-template .totalAlertCurrent, #shopify-section-product-pack-template .packitem h5, #shopify-section-product-pack-template .packitem .h5, #shopify-section-product-pack-template .packitem .h5 {
    font-size: 20px;
    margin-bottom: 0px; }

  #shopify-section-product-pack-template .packcolrow select.proitem_qty {
    padding: 3px 32px 3px 11px; }

  h2.ppst-steps-stitle, .ppst-steps-stitle.h2, .ppst-steps-stitle.h2 {
    font-size: 24px;
    margin-bottom: 12px; }

  .ppro-tip-box {
    padding: 3px 8px;
    font-size: 11px; }

  .pro-tip-des {
    margin-left: 6px; }

  .packprotip-row {
    margin-bottom: 20px; }

  h2.mealp-sngl-psunry-title, .mealp-sngl-psunry-title.h2 {
    font-size: 25px;
    padding-bottom: 20px;
    line-height: 1.3; }

  .mealp-sngl-psunry-col {
    width: 48%;
    margin-bottom: 0 !important; }

  h2.mealp-sngl-psunry-des, .mealp-sngl-psunry-des.h2 {
    font-size: 21px; }

  .mealp-sngl-psunry-wrp .mealp-sngl-psunry-col:first-child {
    width: 20%; }

  .mealp-sngl-psunry {
    background: #F5F5F5;
    padding: 20px 15px 15px;
    margin-top: 30px; }

  .mealp-sngl-psunry-wrp .mealp-sngl-psunry-col:last-child {
    width: 29%; }

  .mpsnglpro-imprtnt-notes-section {
    margin-top: 26px; }

  .mpsnglpro-inmrtnt-notes-righ {
    max-width: 79%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px; }

  .mpsnglpro-inmrtnt-notes-left {
    margin-bottom: 25px;
    width: 20%;
    display: inline-block; }

  #your-shopping-cart .cart__row {
    margin: 0px;
    padding: 15px 0px; }

  .htwork-section-wrp h2.section-title, .htwork-section-wrp .section-title.h2, .htwork-section-wrp .section-title.h2 {
    margin-bottom: 40px; }

  .htwork-section-row > div {
    width: 32%; }

  .htwork-section-row img {
    max-height: 100px; }

  .performance-eating.customwrapforimg .grid-uniform {
    margin-left: 0px !important; }

  #shopify-section-related-products .forPriceAndCart {
    margin-top: 0; }

  .customwrapforimg .section-header.text-center {
    margin: 25px 0 36px !important; } }
@media only screen and (max-width: 991px) {
  .blogpg-title {
    font-size: 21px;
    margin-bottom: 15px; }

  .blogpg-btn-wrp {
    margin-top: 18px; }

  .blogpg-btn-wrp .btn {
    font-size: 20px; }

  #account div#subscriptionDetails {
    max-width: 100% !important;
    overflow-x: auto; }

  #account h3, #account .h3 {
    font-size: 20px;
    letter-spacing: 1px; }

  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .cart__row--table-large .grid__item {
    display: table-cell;
    vertical-align: middle;
    float: none; }

  #your-shopping-cart .col-md-9-cus {
    width: 100%;
    margin-right: 0px;
    float: inherit; }

  #your-shopping-cart .col-md-3-cus {
    width: 100%;
    float: inherit; }

  .custom_cls_cart_check .grid__item {
    display: block; }

  #about-us .main-content .grid.subscription-section-wrp {
    padding-top: 20px;
    padding-bottom: 25px; }

  .htwork-section-row > div img {
    max-height: 100px; } }
@media only screen and (max-width: 848px) and (min-width: 769px) {
  .js-drawer-open-button-right span.icon.icon-cart {
    font-size: 20px !important; }

  .js-toggle-search-modal span.icon-fallback-text {
    font-size: 17px !important; } }
@media only Screen and (max-width: 790px) {
  .filter-menu--options {
    right: -21px; } }
@media only screen and (max-width: 768px) {
  .site-header__logo img {
    margin: 0 auto; }

  .site-header .grid--table {
    height: auto; } }
@media only screen and (max-width: 767px) {
  img.bgimg.firstimg {
    max-height: auto; }

  .filter-menu--options {
    right: 0px; }

  .mobileDropDown {
    text-align: left; }

  .filter-menu--options .filter-columns {
    flex-direction: column;
    padding-bottom: 16px; }

  .filter-menu--options .filter-dietary, .filter-menu--options .filter-preference, .allergy-notice.show-notice {
    display: block !important;
    width: 100% !important; }

  .related-pro-slider .grid-product__image-wrapper {
    height: auto !important; }

  .homepage .innerOneThird {
    width: 100%; }

  .customDescription .customInnerWrap a.btn {
    font-size: 10px;
    padding: 6px 14px; }

  .homepage .customInnerWrap {
    display: flex;
    flex-direction: column; }

  .homepage .innerOneThird .bgimg {
    display: none; }

  .customDescription .customInnerWrap h2, .customDescription .customInnerWrap .h2, .customDescription .customInnerWrap .h2 {
    font-size: 20px;
    min-height: auto; }

  .customDescription .customInnerWrap p {
    padding: 0 10px;
    font-size: 14px;
    min-height: auto;
    max-width: 350px;
    margin: 0 auto 20px; }

  .homepage .innerOneThird p, .homepage .innerOneThird h2, .homepage .innerOneThird .h2, .homepage .innerOneThird .h2 {
    color: #fff; }

  .homepage .wraplgImg {
    display: none; }

  .homepage .innerOneThird:first-child {
    background-image: url("https://cdn.shopify.com/s/files/1/0061/5822/1427/files/2018-12-29.jpg?328");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    margin-bottom: 5px; }

  .homepage .innerOneThird:nth-child(2) {
    background-image: url("https://cdn.shopify.com/s/files/1/0061/5822/1427/files/Untitled-3_jpg.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    margin-bottom: 5px; }

  .homepage .innerOneThird:nth-child(3) {
    background-image: url("https://cdn.shopify.com/s/files/1/0061/5822/1427/files/Untitled-4_jpg.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    margin-bottom: 5px; }

  .customwrapforimg .section-header.text-center {
    margin: 0 0 30px !important; }

  .homepage .customwrapforimg {
    margin-top: 0; }

  .customwrapforimg .show_product .grid-product__image-wrapper {
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
    height: auto !important; }

  .customwrapforimg .show_product .grid-product__image-wrapper .product--wrapper {
    margin: 0px; }

  .homepage #CollectionSection .grid-product__title {
    font-size: 15px; }

  .customwrapforimg .show_product {
    width: 49.5%;
    padding-left: 5px;
    padding-right: 5px; }

  .customwrapforimg .show_product .grid-product__wrapper {
    text-align: center;
    margin-bottom: 15px; }

  .homepage .textOverImage .feature-row__text {
    padding-left: 0;
    position: unset;
    transform: unset;
    background: url(https://cdn.shopify.com/s/files/1/0061/5822/1427/t/6/assets/Untitled-9_1080x.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 20px; }

  .customMap-iframe-wrp:after {
    width: 100%; }

  .feature-row__image-wrapper {
    display: none; }

  .homepage #addressOverMap .heading {
    padding-top: 30px;
    font-size: 23px; }

  .homepage #addressOverMap i {
    font-size: 19px;
    padding-right: 9px; }

  .shopify-section.customerreview h1, .shopify-section.customerreview .h1 {
    font-size: 23px; }

  .homepage .customerreview h5, .homepage .customerreview .h5, .homepage .customerreview .h5 {
    font-size: 15px; }

  .homepage .customerreview .slick-slider .slick-dots {
    bottom: -15px; }

  .shopify-section.customerreview {
    margin-top: 50px !important;
    padding-bottom: 10px; }

  .topHeaderCustom .announcement-bar__message {
    display: none !important; }

  .topHeaderCustom .input-group-btn {
    margin-left: -8px; }

  #performance-eating button#seeAllMentBtn {
    margin-top: 15px;
    margin-bottom: 20px; }

  .topHeaderCustom {
    text-align: center !important; }

  .customwrapforimg .grid-uniform {
    margin-left: 0px !important; }

  .fiter-itemscat-wrp ul li a {
    padding: 13px 14px; }

  .filter-menu--options {
    width: 245px; }

  #seasonal-menu #CollectionSection .grid-product__title {
    font-size: 14px; }

  #seasonal-menu .customwrapper .forPriceAndCart {
    padding: 0 10px 0px 10px; }

  #seasonal-menu .customwrapper .show_product.grid__item {
    width: 32.9%;
    padding: 0 10px; }

  div#shopify-section-map_custom {
    margin-top: 20px; }

  .tmplans-wrp .tmplans-pro {
    width: 50%;
    padding: 0px 10px;
    margin: 0; }

  .firstcolumnInside {
    height: auto;
    min-height: auto; }

  .innersidepromo-content {
    padding: 30px 15px;
    width: 100% !important; }

  .thirdcolumnInside {
    padding: 50px 15px !important;
    width: 100% !important; }

  #about-us .custompageTitle {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.2; }

  .blogpg-title {
    font-size: 21px;
    margin-bottom: 7px; }

  .blogpg-btn-wrp .btn {
    font-size: 20px;
    padding: 5px 13px; }

  .blogpg-btn-wrp {
    margin-top: 15px; }

  .blogpg-social-icon ul li a {
    display: inline-block;
    width: 30px;
    height: 30px; }

  .blogpg-scommnet span {
    width: 30px;
    height: 30px; }

  .blogpg-scommnet {
    margin-top: 40px;
    vertical-align: top; }

  .blogpg-content, .blogpg-row2 .blogpg-content {
    padding: 20px 15px 40px; }

  .cpagefrm-field input, .cpagefrm-field textarea {
    margin-bottom: 9px;
    padding: 7px 15px;
    font-size: 15px; }

  .product-single-wrp .grid__item {
    padding: 0px 15px !important; }

  .product-single__photos {
    margin-top: 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-bottom: 0 !important; }

  .product-single-wrp .grid__item {
    padding: 0 !important;
    margin-left: 0px;
    margin-right: 0px !important; }

  div#tabs-content {
    padding-top: 15px; }

  #shopify-section-related-products .grid-uniformcustom .show_product {
    width: 49% !important;
    height: auto !important;
    float: none;
    display: inline-block;
    padding: 0 10px !important;
    vertical-align: top; }

  #shopify-section-related-products .grid-uniformcustom .show_product a.grid-product__meta {
    margin: 0px !important;
    padding: 0px !important; }

  #shopify-section-related-products .grid-uniformcustom .show_product a.grid-product__meta span.grid-product__title {
    font-size: 14px;
    line-height: 1.5 !important;
    display: inherit;
    vertical-align: top; }

  #shopify-section-related-products .grid-uniformcustom .show_product span.grid-product__price-wrap {
    display: inline-block;
    width: 100%; }

  #shopify-section-related-products .grid-uniformcustom .show_product span.grid-product__price-wrap br {
    display: none; }

  #shopify-section-related-products .grid-uniformcustom .show_product a.grid-product__image-link > div {
    margin: 0px;
    padding: 0px !important;
    height: auto !important; }

  #shopify-section-related-products .grid-uniformcustom .show_product .grid-product__image-wrapper {
    height: auto !important;
    margin-bottom: 15px; }

  #ProductSection-related-products .section-header__title {
    font-size: 24px; }

  #ProductSection-related-products header.section-header {
    margin-bottom: 20px; }

  .sp-icons-wrp li {
    vertical-align: middle !important;
    margin-bottom: 0px !important; }

  .sp-icons-wrp li + li {
    margin-left: 15px; }

  .subscription-content {
    padding: 0 0px !important;
    margin: 0 !important; }

  #ProductSection-related-products .grid-uniformcustom .show_product, #ProductSection-related-products .grid-uniform .show_product {
    width: 49% !important; }

  .mealp-sngl-psunry-wrp .mealp-sngl-psunry-col:first-child {
    width: 46%; }

  .mealp-sngl-psunry-wrp .mealp-sngl-psunry-col:last-child {
    width: 100%;
    margin-top: 15px; }

  .mealp-sngl-psunry-wrp button#AddToCart--product-pack-template {
    font-size: 18px;
    padding: 9px 17px;
    width: auto;
    min-width: auto; }

  #shopify-section-product-pack-template .product-single {
    padding-top: 0px !important; }

  .packcolrow-wrp .packcolrowslidercall .packItemVal.large--four-twelfths {
    width: 47% !important; }

  .packcolrow-wrp .packcolrowslidercall .packItemVal.large--four-twelfths, .packcolrowslidercall .grid__item:nth-child(4n) {
    margin-right: 15px !important; }

  .packcolrow-wrp .packcolrowslidercall .grid__item:nth-child(3n) {
    margin-right: 15px !important; }

  .packcolrow-wrp .packcolrowslidercall .grid__item:nth-child(2n) {
    margin-right: 0px !important; }

  #shopify-section-product-pack-template .grid.product-single {
    margin: 0px !important; }

  #shopify-section-product-pack-template .grid__item.product-single__meta--wrapper.medium--twelfths-twelfths.large--twelfths-twelfths {
    padding: 0px !important;
    margin: 0px !important; }

  .ppst-wrp h1.ppst-ttitle.product-single__title, .ppst-wrp .ppst-ttitle.product-single__title.h1, .ppst-wrp .ppst-ttitle.product-single__title.h1 {
    font-size: 23px; }

  p.ppst-tdes {
    padding: 0px 15px; }

  .ppst-text {
    min-height: 312px;
    background-size: 91%; }

  #shopify-section-product-pack-template .single-option-radio label {
    padding: 10px 13px;
    font-size: 12px; }

  #shopify-section-product-pack-template .packcolrow select.proitem_qty {
    padding: 0px 26px 0px 13px;
    background-size: 10px; }

  h2.ppst-steps-stitle, .ppst-steps-stitle.h2, .ppst-steps-stitle.h2, .ppst-steps-stitle.h2 {
    font-size: 17px; }

  #shopify-section-product-pack-template .totalAlertCurrent, #shopify-section-product-pack-template .packitem h5, #shopify-section-product-pack-template .packitem .h5, #shopify-section-product-pack-template .packitem .h5, #shopify-section-product-pack-template .packitem .h5 {
    font-size: 15px;
    margin-bottom: 0px; }

  .pro-tip-des {
    margin-left: 0;
    margin-top: 9px;
    display: block;
    width: 100%; }

  .ppro-tip {
    display: inline-block;
    max-width: 52%;
    vertical-align: top; }

  .ppro-max-pro {
    text-align: right;
    width: 47%;
    margin-top: 13px; }

  #shopify-section-product-pack-template .pack-product-img img {
    max-width: inherit !important; }

  .sbptn-frm-right .btn i {
    font-size: 17px;
    margin-right: 8px; }

  .sbptn-des {
    font-size: 14px;
    color: #fff;
    margin-bottom: 13px; }

  .subscription-content h2.sbptn-title, .subscription-content .sbptn-title.h2 {
    font-size: 27px;
    margin-bottom: 5px; }

  .product-single .tab-content {
    font-size: 13px; }

  .mobileDropDown {
    display: block; }

  .mobileDropDown select {
    width: 180px;
    outline: none;
    border-radius: 3px;
    background-color: transparent; }

  .desktopeDropDown {
    display: none; }

  .cart__row--table-large {
    display: block; }

  #your-shopping-cart .grid--full.cart__row--table-large .grid__item.large--three-fifths {
    width: 100%;
    display: block; }

  #your-shopping-cart .grid__item.large--two-fifths {
    display: block;
    width: 100%; }

  #about-us .about-us-subscription {
    padding: 0px; }

  section.htwork-section {
    padding: 40px 0; }

  .htwork-section-wrp h2.section-title, .htwork-section-wrp .section-title.h2, .htwork-section-wrp .section-title.h2 {
    font-size: 34px;
    margin-bottom: 20px; }

  div#CollectionSection {
    padding-top: 45px; }

  section.htwork-section {
    padding-bottom: 0px !important;
    padding-top: 50px !important; }

  .htwork-section-row > div {
    width: 100%;
    margin-bottom: 20px; }

  #shopify-section-slideshow .hero-slideshow {
    max-height: 367px !important;
    height: auto !important;
    min-height: 242px; }

  #shopify-section-1538225925784 .htwork-section {
    padding-bottom: 20px !important; }

  .customwrapforimg .show_product .grid-product__wrapper {
    margin-bottom: 30px; }

  #seasonal-menu #CollectionSection .section-header {
    margin-top: 0; }

  #seasonal-menu div#CollectionSection {
    padding-top: 25px; } }
@media only screen and (max-width: 519px) {
  .ssnlmenu-prosldr-col-wrp {
    text-align: center; }

  .ssnlmenu-prosldr-wrp img {
    margin: 0 auto; } }
@media only screen and (max-width: 499px) {
  .tmplans-wrp .tmplans-pro {
    width: 100%;
    padding: 0px 10px;
    margin: 0; }

  #about-us .about-us-subscription {
    background: inherit; }

  .homepage #CollectionSection .section-header h2.h1.section-header__title, .homepage #CollectionSection .section-header .h1.section-header__title.h2, .homepage #CollectionSection .section-header .h1.section-header__title.h2 {
    font-size: 23px; }

  .shopify-section.customerreview h1, .shopify-section.customerreview .h1 {
    font-size: 23px; }

  #shopify-section-featured-content p {
    line-height: 1.3; }

  .property_data_tip {
    top: inherit; }

  #shopify-section-featured-content p em {
    font-size: 15px; }

  .customwrapforimg .show_product {
    width: 100%; }

  .shopify-section.customerreview h1, .shopify-section.customerreview .h1, .shopify-section.customerreview .h1 {
    font-size: 19px; }

  .homepage #addressOverMap {
    padding-right: 0px; }

  .site-footer .footerTwoBtn .powerBy {
    margin-top: 30px;
    width: 100%;
    text-align: center; }

  .topHeaderCustom .announcement-bar__message {
    display: none !important; }

  .homepage .textOverImage .customTextImg .featured-row__subtext p {
    font-size: 14px !important;
    display: block !important; }

  .homepage .textOverImage .customTextImg h2, .homepage .textOverImage .customTextImg .h2 {
    font-size: 20px !important; }

  .homepage .hero--full-height {
    max-height: inherit !important;
    min-height: inherit !important;
    height: inherit !important; }

  #seasonal-menu .customwrapper .show_product.grid__item {
    width: 49% !important; }

  .section-header h1, .section-header .h1 {
    font-size: 24px; }

  .section-header-subtitle {
    margin: 10px auto 0;
    font-size: 14px;
    padding: 0px 15px; }

  .site-footer .footerMenuTitle {
    text-align: center; }

  #seasonal-menu.homepage #CollectionSection .grid-product__title {
    height: auto;
    margin-bottom: 0px; }

  #seasonal-menu #CollectionSection .section-header h1, #seasonal-menu #CollectionSection .section-header .h1 {
    font-size: 20px;
    padding: 0 10px; }

  .blogpg-social-wrp {
    text-align: left; }

  .blogpg-scommnet {
    display: inline-block;
    float: right; }

  .blogpg-btn-wrp {
    text-align: left;
    margin-top: 23px; }

  #shopify-section-related-products .grid-uniformcustom .show_product {
    width: 100% !important;
    padding: 0 !important; }

  .product-single__meta h1.product-single__title, .product-single__meta .product-single__title.h1 {
    font-size: 16px; }

  #shopify-section-related-products .grid-uniformcustom .show_product, #ProductSection-related-products .grid-uniform .show_product {
    width: 100% !important; }

  .mpsnglpro-inmrtnt-notes-left {
    margin-bottom: 25px;
    width: 100%; }

  .mpsnglpro-inmrtnt-notes-righ {
    max-width: 100%;
    padding-right: 0; }

  .mealp-sngl-psunry-wrp .mealp-sngl-psunry-col:first-child, .mealp-sngl-psunry-wrp .mealp-sngl-psunry-col, .mealp-sngl-psunry-wrp .mealp-sngl-psunry-col:last-child {
    width: 100%;
    margin-bottom: 20px !important; }

  h2.mealp-sngl-psunry-title, .mealp-sngl-psunry-title.h2, .mealp-sngl-psunry-title.h2 {
    font-size: 19px;
    padding-bottom: 15px;
    line-height: 1.3;
    padding-bottom: 12px; }

  .mealp-sngl-psunry-title br {
    display: none; }

  h2.mealp-sngl-psunry-des, .mealp-sngl-psunry-des.h2, .mealp-sngl-psunry-des.h2 {
    font-size: 18px;
    margin-bottom: 0px; }

  .mealp-sn-gl-psunry-wrp button#AddToCart--product-pack-template {
    font-size: 17px;
    padding: 7px 17px;
    width: auto;
    min-width: auto;
    margin-top: 10px; }

  p.ppst-tdes {
    font-size: 13px; }

  .ppst-text {
    min-height: 242px;
    background-size: 100%; }

  #shopify-section-product-pack-template label.single-option-radio__label {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 10px; }

  .ppst-steps-title {
    margin: 15px 0 15px; }

  .followMeBar {
    padding-left: 0;
    padding-right: 0; }

  #shopify-section-product-pack-template .packitems > div {
    width: 100%;
    text-align: left !important; }

  .ppro-tip {
    max-width: 100%;
    text-align: left; }

  .ppro-max-pro {
    text-align: left;
    width: 100%;
    margin-top: 13px; }

  .packcolrow-wrp .packcolrowslidercall .packItemVal.large--four-twelfths {
    width: 46.5% !important;
    padding: 0px !important; }

  /* 16-10-2018 */
  #shopify-section-product-pack-template .packItemVal a.show-preview-product {
    padding-right: 10px; }

  #shopify-section-product-pack-template .packcolrow select.proitem_qty {
    bottom: 40px !important;
    right: 5px;
    background-color: #ffffff; }

  #shopify-section-product-pack-template .packItemVal a.show-preview-product {
    position: relative; }

  .show-preview-product[data-tooltip]:hover:before {
    margin-top: -10px;
    padding: 0.5em 0.5em;
    max-width: 100%;
    left: 8px;
    right: 8px; }

  .ssnlmenu-prosldr-wrp .slick-list {
    height: 330px; }

  .offerbanner_wrap {
    margin: 10px 0 20px 0 !important;
    height: 120px !important; }

  .timescart {
    padding: 20px 0 10px 0 !important; }

  #CartDrawer .drawer__fixed-header {
    height: 80px; }

  #CartDrawer .drawer__header {
    padding: 5px 0;
    height: 50px; }

  #CartDrawer .drawer__inner {
    top: 80px;
    /*     height: 465px; */
    overflow-y: scroll !important; }

  #CartDrawer .ajaxcart__note {
    display: none; }

  #seasonal-menu .customwrapper .forPriceAndCart {
    display: block; }

  #CollectionSection .product-card__nutrition.nutrition {
    display: none; }

  /* 16-10-2018 */
  .sbptn-frm-right .btn {
    padding: 9px 14px;
    font-size: 20px; }

  .sbptn-frm-right .btn i {
    font-size: 17px;
    margin-right: 8px; }

  #your-shopping-cart .grid--full.cart__row--table-large .grid__item.large--three-fifths .grid > div {
    width: 100%; }

  #your-shopping-cart a.h4.cart__product-name, #your-shopping-cart span.cart__price {
    font-size: 13px; }

  #your-shopping-cart .grid__item.large--two-fifths {
    width: 100%;
    padding-top: 9px; }

  #shopify-section-1538225925784 .htwork-section {
    padding-top: 32px !important; }

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

  .subscription-section h2.sbptn-title, .subscription-section .sbptn-title.h2 {
    text-align: center; }

  .htwork-section-row > div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    verticle-align: top; }

  .product-single__description #tabs-nav li {
    width: 33.33%;
    font-size: 13px !important; }

  .product-single__description #tabs-nav li a {
    padding: 7px 4px 5px;
    text-align: center;
    font-size: 9px; }

  .cart__image img {
    display: block;
    margin: 0 auto;
    width: auto; }

  .notification_a, .add-to-cart__status__label_cus {
    margin-left: 0;
    font-size: 13px; }

  #your-shopping-cart .grid__item.large--three-fifths .grid__item.two-thirds {
    width: 100%;
    display: block;
    text-align: center; }

  #your-shopping-cart .grid__item.large--three-fifths .grid__item.one-third {
    text-align: center;
    display: block; }

  .Nutrition table tr td {
    padding: 7px 15px;
    font-size: 12px; }

  .Nutrition table th {
    font-size: 12px;
    padding: 7px 15px; }

  .sbptn-frm-left input {
    font-size: 14px;
    opacity: 1;
    max-width: 323px;
    width: 100%; }

  .product-single__meta h1.product-single__title, .product-single__meta .product-single__title.h1, .product-single__meta .product-single__title.h1 {
    font-size: 16px !important;
    line-height: 1.4; }

  .ajaxcart__product-name {
    font-size: 13px;
    line-height: 1.6; }

  .filter-menu__title > span {
    display: inline-block; }

  .myaccountTabs #tabs-nav li a {
    padding: 12px 8px; } }
@media only screen and (max-width: 590px) {
  #account .orderWrapper tr td:after {
    display: none; }

  .site-footer .newsletterCustom .section-subheading p {
    text-align: center; }

  .site-footer .footerTwoBtn .powerBy p {
    margin-bottom: 4px; }

  .site-footer .footerTwoBtn .powerBy {
    margin-top: 15px; }

  .site-footer .newsletterCustom .section-subheading p {
    text-align: center; }

  .site-footer {
    padding-top: 30px; }

  .footerLogo img {
    width: 150px; } }
@media only screen and (max-width: 475px) {
  .tmplans-des {
    padding-top: 20px; }

  .tmplans-title {
    font-size: 21px;
    line-height: 1.4; }

  #shopify-section-product-pack-template .packitems > div {
    width: 100%;
    text-align: left !important; } }
@media only screen and (max-width: 420px) {
  .site-header__logo img {
    margin-left: -68px; } }
@media only screen and (max-width: 359px) {
  .blogpg-scommnet {
    display: block;
    float: inherit; }

  .blogpg-btn-wrp {
    text-align: left;
    margin-top: 23px; }

  .blogpg-scommnet {
    margin-top: 14px;
    vertical-align: top; }

  #shopify-section-product-pack-template .packitems > div {
    width: 100%;
    text-align: left !important; } }
h1, .h1, h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  font-weight: 400; }

h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  font-family: "Comfortaa",cursive; }

.viewOrderDetails strong {
  font-weight: 400; }

@media only screen and (min-width: 1310px) {
  #account #PageContainer, #your-shopping-cart #PageContainer, .checkoutpgbody #PageContainer {
    background-image: url(/cdn/shop/t/2/assets/Untitled-9_1080x.jpg?v=29205833128865375591567379062);
    background-repeat: no-repeat;
    background-size: 100%; } }
.ajaxcart__price, .cart__price, .cart__subtotal {
  font-weight: 600 !important;
  font-family: 'Comfortaa' !important;
  font-style: normal;
  text-transform: uppercase; }

.btn, #about-us .homepage-promo__copy, .single-option-radio label {
  font-family: "Comfortaa",cursive !important; }

.drawer {
  z-index: 999999999; }

span.totalAlertCurrent.ok {
  color: #89A127; }

.badge__surround {
  background: #89A127; }

.packcolrowslidercall .packItemVal.large--four-twelfths {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

.ssnlmenu-prosldr .startedslidercl {
  margin: 0 10px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

.ssnlmenu-prosldr-wrp .slick-slider .slick-dots {
  bottom: -30px; }

#shopify-section-related-products .grid-product__wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

#performance-eating #shopify-section-1530612802963 #seeAllMentBtn, #shopify-section-1530614141155 .customInnerWrap .btn, #performance-eating .hero__text-wrap .wrapTextOverSlideImg .btn {
  font-size: 19px !important;
  padding: 6px 14px 4px !important; }

.social-sharing a {
  margin: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s; }

.social-sharing a:hover, .social-sharing a:focus, .social-sharing a:active {
  background: #89A127;
  color: #fff; }

.customwrapper > header.section-header {
  padding: 0 10px; }

input, textarea, select {
  border-color: #ccc; }

.drawer-left__inner form.input-group.search-bar.search-bar--drawer {
  display: none; }

.drawer-left__inner .mobile-nav li:nth-child(3), .drawer-left__inner .mobile-nav li:last-child {
  display: none; }

.drawer-left__inner li.mobile-nav__item:nth-child(12) {
  display: none; }

.drawer-left__inner .mobile-nav__item:after, .drawer-left__inner .mobile-nav__spacer {
  display: none; }

.drawer-left__inner .mobile-nav__item a {
  font-size: 16px;
  line-height: 1.2;
  border-left: 3px solid #94ae53;
  border-bottom: 1px solid #ccc;
  margin-left: 0;
  margin-top: 2px; }

.drawer-left__inner .mobile-nav__item a {
  padding: 10px; }

.customMap-iframe-wrp iframe {
  width: 100%; }

#shopify-section-related-products button#seeAllMentBtn a {
  font-size: 17px !important;
  padding: 0 0; }

.offerbanner_wrap {
  position: relative;
  margin: 10px 0 20px 0;
  height: 170px;
  overflow: hidden;
  border-radius: 7px; }

.offerbanner_wrap:after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#delivery-area-near-you main.main-content {
  padding-top: 20px; }

.timescart {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  z-index: 9;
  font-weight: bold;
  width: 220px;
  padding: 50px 0 10px 0; }

.timescart .order-close-countdown, .timescart .order-close-countdown .timer {
  color: #fff !important;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .customMap-iframe-wrp {
    position: static; }

  .custom-map .customMap .wrapper {
    padding: 0; }

  .homepage #addressOverMap {
    background-color: #89A127; }

  .customMap-iframe-wrp:after {
    display: none; } }
.fb_dialog.fb_dialog_advanced, .fb_dialog.fb_dialog_mobile {
  z-index: 9 !important; }

body.homepage .times .bigfirst, body.homepage .times .biglast {
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer; }

body.homepage .times .normal {
  font-size: 10px;
  margin-bottom: 10px;
  cursor: pointer; }

body.homepage .times .bold {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  cursor: pointer; }

@media only screen and (min-width: 500px) and (max-width: 767px) {
  .packcolrow-wrp .packcolrowslidercall .packItemVal.large--four-twelfths {
    width: 31% !important; }

  .packcolrow-wrp .packcolrowslidercall .packItemVal.large--four-twelfths, .packcolrowslidercall .grid__item:nth-child(4n) {
    margin-right: 13px !important; }

  .packcolrow-wrp .packcolrowslidercall .grid__item:nth-child(3n) {
    margin-right: 0px !important; } }
body {
  background: #fff; }

.ico-product {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ico-dairyfree {
  background-image: url("/cdn/shop/t/2/assets/ico_spec_DairyFree.png?v=17008365382115793791567379064");
  height: 36px; }

/* .ico-freerange {
    background-image: url('/cdn/shop/t/2/assets/ico_spec_FreeRange.png?v=113013317061229685121567379064');
    height: 27px;
} */
.ico-glutenfree {
  background-image: url("/cdn/shop/t/2/assets/ico_spec_GlutenFree.png?v=155459263859555331531567379064");
  height: 37px; }

/* .ico-heart {
    background-image: url('/cdn/shop/t/2/assets/ico_spec_Heart.png?v=137265149210364170421567379064');
    height: 36px;
}
.ico-highfiber {
    background-image: url('/cdn/shop/t/2/assets/ico_spec_HighFiber.png?v=85466067285046937171567379064');
    height: 36px;
}
.ico-highprotein {
    background-image: url('/cdn/shop/t/2/assets/ico_spec_HighProtein.png?v=79374360245644741361567379064');
    height: 37px;
} */
.ico-vegetarian {
  background-image: url("/cdn/shop/t/2/assets/ico_spec_Vegetarian.png?v=178879190495524519991567379065");
  height: 37px; }

.ico-vegan {
  background-image: url("/cdn/shop/t/2/assets/ico_spec_Vegan.png?v=115694512471654051401567379065");
  height: 37px; }

/* .ico-paleo {
    background-image: url('/cdn/shop/t/2/assets/ico_spec_Paleo.png?v=18144734145761771201567379065');
    height: 37px;
}
.ico-organic {
    background-image: url('/cdn/shop/t/2/assets/ico_spec_Organic.png?v=78504632329103962571567379065');
    height: 37px;
} */
#seasonal-menu #CollectionSection .grid-product__title {
  color: #000000 !important;
  font-weight: 600 !important; }

.grid-product__title {
  font-weight: 600 !important;
  color: #000000 !important; }

body.homepage {
  font-weight: 600 !important; }

.product-single__description #tabs-nav li a, .product-single .tab-content.Description, .tab-content.sp-product-tables table td {
  color: #000000 !important; }

.product-single .tab-content.Description {
  color: #5d5d5f !important; }

#shopify-section-map_custom, div#shopify-section-1530696105881 {
  display: none; }

.Ingrediants ul li:last-child:after {
  display: none; }

.sp-icons-wrp > ul {
  max-width: 300px; }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7); }

.cotct-footer-form input[type="text"], .cotct-footer-form input[type="email"], .cotct-footer-form textarea {
  padding: 5px 12px;
  font-size: 1.28571em;
  background-color: #f6f6f6;
  font-weight: 300;
  margin-bottom: 9px;
  font-size: 15px; }

.cotct-footer-form textarea {
  height: 50px;
  min-height: inherit; }

.cotct-footer-form .cpagefrm-field-btn-prt {
  margin-top: 0; }

.cotct-footer-form .cpagefrm-field-btn-prt input.btn {
  font-size: 17px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0; }

#shopify-section-article-template a.return-link {
  display: inline-block;
  margin: 20px 0;
  font-size: 18px; }

.tab-content.Description p {
  margin-bottom: 5px;
  color: #000000; }

.tab-content.Description .sp-desc ul {
  margin-bottom: 7px; }

.tab-content.Nutrition table tr td:nth-child(2) {
  position: absolute;
  right: 0;
  padding-left: 0;
  padding-right: 10px; }

.tab-content.Nutrition table tr td:nth-child(3) {
  position: absolute;
  right: 20px;
  padding-right: 0; }

.tab-content.Nutrition table tr:nth-child(2) td:nth-child(3), .tab-content.Nutrition table tr:nth-child(8) td:nth-child(3) {
  padding-right: 15px; }

.shopify-challenge__container {
  margin-bottom: 40px !important; }

body.template-search .grid-product__wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

.forPriceAndCart input.pro-published-cl {
  border: 0 !important; }

body#edit-order-product .grid-product__wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

@media only screen and (min-width: 1025px) {
  .imageBlankedit {
    height: 300px; } }
body p {
  font-family: 'Comfortaa' !important; }

.grid-product__sold-out {
  display: none; }

.product-single__photos img {
  width: auto;
  background-color: #fff; }

.product-single__photos a {
  background-color: #fff;
  display: inline-block;
  width: auto;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

.hidesearchresa {
  display: none !important; }

div.input_div {
  width: 116px;
  z-index: 20;
  display: block;
  float: right;
  margin-left: 8px; }

div.input_div input {
  display: inline-block;
  /* padding: 0; */ }

.input_div input.moins, .input_div input.plus {
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: normal;
  border-color: #ccc;
  cursor: pointer; }

input.count {
  max-width: 35px;
  text-align: center;
  height: 30px; }

.viewOrderDetails tr:first-child th:after, .viewOrderDetails tr:first-child td:after {
  display: none; }

.viewOrderDetails tr:nth-child(2) td {
  position: relative; }

.viewOrderDetails tr:nth-child(2) td:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  right: 15px;
  border-bottom: 1px solid #1c1d1d; }

input[disabled], textarea[disabled], select[disabled='disabled'] {
  -webkit-text-fill-color: black; }

a.js-toggle-login-modal {
  z-index: 99 !important; }

header.password-page__header {
  z-index: 999; }

/* .password-login text-right small--text-center{
display: inline-block;
    width: 100%;
} */
@media only screen and (max-width: 767px) {
  .nutrition__value {
    font-size: 1em; }

  span.nutrition__label.nutrition__label--short {
    display: block; }

  span.nutrition__label.nutrition__label--long {
    display: none; } }
.tab-content.Description p, .tab-content.Description p span {
  color: #000 !important; }

.close-cus {
  top: 30px !important;
  right: 30px !important;
  font-size: 29px !important; }

.template-product i.slick-prev-cus {
  margin-right: 50px; }

.template-product i.slick-next-cus {
  margin-left: 50px; }

.template-product i.slick-next-cus, .template-product i.slick-prev-cus {
  font-size: 24px;
  padding: 5px 15px;
  /* border: 1px solid #89A127; */
  display: inline-block !important;
  width: auto;
  height: auto;
  line-height: 38px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  background: #89A127;
  color: #fff;
  border-radius: 2px; }

.cart_ship_text span {
  color: #89A127;
  font-size: 13px; }

.cart_ship_text {
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  height: 40px;
  border-bottom: 1px solid #ccc; }

.article .rte h2, .article .rte .h2 {
  margin-bottom: 1em; }

.rte--indented-images img:not([style]) {
  margin-left: 0; }

#thank-you header.section-header.text-center, #faqs-recurring-orders .section-header.text-center {
  display: none; }

#faqs-recurring-orders ol {
  margin: 0 0 5px 0; }

#faqs-recurring-orders p {
  line-height: 25px; }

.section-header.text-center.insideeditor {
  display: initial !important; }

.aa-dropdown-menu .aa-dataset-1 .aa-suggestion:hover {
  background-color: #89A127; }

.aa-dropdown-menu .aa-dataset-1 .aa-suggestion:hover p {
  color: #ffffff; }

a.btn.btn-primary.btn-sm.text-link {
  border-radius: 7px; }

@media only screen and (min-width: 1310px) {
  #thank-you #PageContainer {
    background-image: url("https://cdn.shopify.com/s/files/1/0061/5822/1427/t/6/assets/Untitled-9_1080x.jpg?6682398641153479003");
    background-repeat: no-repeat;
    background-size: 100%; } }
@media only screen and (max-width: 767px) {
  #faqs-recurring-orders ol {
    margin: 0 0 5px 10px; } }
h3.s4com-sub-heading.s4com-border-bottom, .s4com-sub-heading.s4com-border-bottom.h3 {
  color: #89A127; }

.s4com-helpcenter h2, .s4com-helpcenter .h2 {
  color: #89A127; }

.site-nav__dropdown a:hover {
  color: #89A127; }

.removepro a {
  color: red; }

.btn.update-cart {
  margin-right: 15px; }

.mincart-wrap {
  width: 100%;
  margin: 0 0px 8px 0; }

.mincart-wrap button {
  border-radius: 7px; }
