/** Shopify CDN: Minification failed

Line 479:2 Expected identifier but found "*"
Line 1288:2 Expected identifier but found "*"
Line 1375:2 Expected identifier but found "*"
Line 3761:2 "boder" is not a known CSS property
Line 11274:13 Unexpected "and"

**/
@charset "UTF-8";
/*============================================================================
  Debut | Built with Shopify Slate

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ SASS HELPERS =====================*/
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ #Mixins ================*/
/*============================================================================

  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);
    }


==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ VENDOR ================*/
/*============================================================================
  Slick Slider 1.6.0

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
  - Remove `outline: none` from `.slick-dots li button`
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  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; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .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: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//wellspringmeds.com/cdn/shop/t/102/assets/ajax-loader.gif?v=41356863302472015721774356186) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .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: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 0px;
      font-size: 0px;
      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: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
/* Fonts Selawik */
@font-face {
  font-family: 'manrope';
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Light.eot?v=133538575226237335901774356186");
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Light.eot?v=133538575226237335901774356186?#iefix") format("embedded-opentype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Light.woff2?v=104507287711903529591774356186") format("woff2"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Light.woff?v=31426902735094861981774356186") format("woff"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Light.ttf?v=17206435456327587671774356186") format("truetype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Light.svg?v=18825690507643391771774356186#Selawik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Selawik';
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Regular.eot?v=66202051026138130771774356186");
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Regular.eot?v=66202051026138130771774356186?#iefix") format("embedded-opentype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Regular.woff2?v=71025616033579906141774356186") format("woff2"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Regular.woff?v=73018092608939327181774356186") format("woff"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Regular.ttf?v=48283406906622608671774356186") format("truetype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Regular.svg?v=43982333398228005671774356186#Selawik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Selawik';
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Bold.eot?v=125479398146342623101774356186");
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Bold.eot?v=125479398146342623101774356186?#iefix") format("embedded-opentype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Bold.woff2?v=90174926963088022901774356186") format("woff2"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Bold.woff?v=109757958099837879451774356186") format("woff"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Bold.ttf?v=100150985021343682051774356186") format("truetype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Bold.svg?v=61589873634908113361774356186#Selawik-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Selawik';
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semibold.eot?v=31105282514524842061774356186");
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semibold.eot?v=31105282514524842061774356186?#iefix") format("embedded-opentype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semibold.woff2?v=36271808658785625051774356186") format("woff2"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semibold.woff?v=102054838868363846021774356186") format("woff"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semibold.ttf?v=126422640673109277151774356186") format("truetype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semibold.svg?v=36853970243941322281774356186#Selawik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Selawik Semilight';
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semilight.eot?v=127563120822542139661774356186");
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semilight.eot?v=127563120822542139661774356186?#iefix") format("embedded-opentype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semilight.woff2?v=145723946117690133721774356186") format("woff2"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semilight.woff?v=86397271136604878061774356186") format("woff"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semilight.ttf?v=153612902559942153971774356186") format("truetype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/Selawik-Semilight.svg?v=10731812345689887091774356186#Selawik-Semilight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'manrope';
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-regular.otf?v=12302250295050740821774356186");
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-regular.otf?v=12302250295050740821774356186?#iefix") format("embedded-opentype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-regular.woff2?v=140437599202558618991774356186") format("woff2"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-regular.woff?v=140958098619932843521774356186") format("woff"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-regular.ttf?v=35177") format("truetype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-regular.svg?v=14687451508543627911774356186#Manrope-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'manrope';
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-bold.eot?v=75916675707357799581774356186");
  src: url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-bold.eot?v=75916675707357799581774356186?#iefix") format("embedded-opentype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-bold.woff2?v=21597108622766505331774356186") format("woff2"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-bold.woff?v=147944184739462372201774356186") format("woff"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-bold.ttf?v=35177") format("truetype"), url("//wellspringmeds.com/cdn/shop/t/102/assets/manrope-bold.svg?v=41595964288445332431774356186#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/*================ GLOBAL ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0; }

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

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  /*   margin-left: -$grid-gutter; */ }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 749px) {
    .grid {
      /*     margin-left: -$grid-gutter-mobile; */ } }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .grid__item {
      padding-left: 22px; } }
  .grid__item[class*="--push"] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

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

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 750px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visibility-hidden {
  visibility: hidden; }

.visually-hidden--relative-inline-block {
  position: relative !important;
  display: inline-block; }

.js-focus-hidden:focus {
  outline: none; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.hide {
  display: none !important; }

.get-link-icons {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #211c54;
  background-color: white;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain; }

.ratio-container {
  position: relative; }

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: ""; }

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1400px) {
    .page-width {
      max-width: 1320px !important; } }

.main-content {
  display: block;
  padding-top: 0 !important;
  /*   padding-top: $section-spacing-small; */ }
  @media only screen and (min-width: 750px) {
    .main-content {
      padding-top: 55px; } }

.section-header {
  margin-bottom: 35px; }
  @media only screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 55px; } }

/*================ Typography ================*/
blockquote {
  font-family: 'manrope';
  font-size: 1.06667em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: white;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 27.5px; }
  blockquote p + cite {
    margin-top: 27.5px; }
  blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 400; }
    blockquote cite::before {
      content: '\2014 \0020'; }

code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

body,
input,
textarea,
button,
select {
  font-size: 15px;
  font-family: 'manrope';
  color: #211c54;
  line-height: 1.5; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px; } }
/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: 'manrope';
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 2.33333em;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (min-width: 990px) {
    h1, .h1 {
      font-size: 64px !important; } }
  @media only screen and (max-width: 749px) {
    h1, .h1 {
      font-size: 2.13333em; } }

h2, .h2 {
  font-size: 1.33333em;
  text-transform: none;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 990px) {
    h2, .h2 {
      font-size: 35px; } }
  @media only screen and (max-width: 749px) {
    h2, .h2 {
      font-size: 1.2em; } }

h3, .h3 {
  font-size: 1.73333em;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (min-width: 990px) {
    h3, .h3 {
      font-size: 28px; } }
  @media only screen and (max-width: 749px) {
    h3, .h3 {
      font-size: 1.33333em; } }

h4, .h4 {
  font-size: 1.13333em; }
  @media only screen and (min-width: 990px) {
    h4, .h4 {
      font-size: 20px; } }
  @media only screen and (max-width: 749px) {
    h4, .h4 {
      font-size: 1em; } }

h5, .h5 {
  font-size: 1em; }
  @media only screen and (min-width: 990px) {
    h5, .h5 {
      font-size: 18px; } }
  @media only screen and (max-width: 749px) {
    h5, .h5 {
      font-size: 0.86667em; } }

h6, .h6 {
  font-size: 0.93333em; }
  @media only screen and (min-width: 990px) {
    h6, .h6 {
      font-size: 16px; } }
  @media only screen and (max-width: 749px) {
    h6, .h6 {
      font-size: 0.8em; } }

/*================ RTE headings ================*/
.rte {
  color: #211c54;
  margin-bottom: 35px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    font-family: 'manrope';
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 16px; }
    .rte h1:first-child, .rte .h1:first-child,
    .rte h2:first-child,
    .rte .h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    font-family: 'manrope';
    font-weight: normal;
    margin-bottom: 4px;
    list-style: inherit; }
    @media only screen and (min-width: 990px) {
      .rte li {
        font-size: 20px; } }
    .rte li:last-child {
      margin-bottom: 0; }
  .rte p {
    font-family: 'manrope';
    font-weight: normal; }
    @media only screen and (min-width: 990px) {
      .rte p {
        font-size: 20px; } }
  .rte a:focus,
  .rte a:hover {
    color: #78CAB4;
    opacity: 1; }

.rte-setting {
  margin-bottom: 19.44444px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  font-family: 'manrope';
  color: #211c54;
  margin: 0 0 19.44444px; }
  @media only screen and (max-width: 749px) {
    p {
      font-size: 0.93333em; } }
  p:last-child {
    margin-bottom: 0; }

/*================ Lists ================*/
li {
  list-style: none; }

/*================ Misc styles ================*/
.fine-print {
  font-size: 0.93333em;
  font-style: italic; }

.txt--minor {
  font-size: 80%; }

.txt--emphasis {
  font-style: italic; }

.address {
  margin-bottom: 55px; }

/*================ Hero and slideshow headers ================*/
.mega-title,
.mega-subtitle {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.mega-title {
  margin-bottom: 8px; }

.mega-title--large {
  font-size: 2.26667em; }
  @media only screen and (min-width: 750px) {
    .mega-title--large {
      font-size: 4.33333em; } }

@media only screen and (min-width: 750px) {
  .mega-subtitle {
    font-size: 1.26667em;
    margin: 0 auto;
    max-width: 75%; } }
.mega-subtitle p {
  color: inherit; }

.mega-subtitle--large {
  font-size: 1.13333em;
  font-weight: 600; }
  @media only screen and (min-width: 750px) {
    .mega-subtitle--large {
      font-size: 1.53333em; } }

/*================ #Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  @media only screen and (max-width: 749px) {
    .payment-icons {
      line-height: 40px; } }
  .payment-icons .icon {
    width: 30px;
    height: 30px; }
  .payment-icons .icon-shopify_pay {
    width: 75px;
    height: auto; }
  .payment-icons .icon-klarna {
    width: 48px;
    height: auto; }
  .payment-icons .icon-google_pay {
    width: 50px; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 23px;
  height: 23px; }
  @media only screen and (min-width: 750px) {
    .social-icons .icon {
      width: 25px;
      height: 25px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline > li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

/*================ #Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 17.5px 35px; }
  .rte ul.list--inline,
  .rte ol.list--inline {
    margin-left: 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ #Links and Buttons ================*/
a {
  color: #211c54;
  text-decoration: none; }
  a:hover, a:focus {
    opacity: 0.6; }
  a.classic-link {
    text-decoration: underline; }

a[href^="tel"] {
  color: inherit; }

/*================ Buttons ================*/
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 8px 15px;
  background-color: #e8e9eb;
  color: white;
  font-family: 'manrope';
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: 13px; }
  @media only screen and (min-width: 750px) {
    .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
      padding: 10px 18px;
      font-size: 18px !important; } }
  .btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    opacity: 0.6; }
  .btn .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right,
  .btn .icon-arrow-left,
  .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-left {
    height: 9px; }
  .btn[disabled], .shopify-payment-button [disabled].shopify-payment-button__button--unbranded {
    cursor: default;
    opacity: 0.5;
    background-color: #e8e9eb;
    color: white; }

.btn--secondary {
  background-color: white;
  color: #3d4246;
  border-color: white; }

.btn--secondary-accent {
  background-color: white;
  color: #e8e9eb;
  border-color: #e8e9eb; }

.btn--small {
  font-family: 'manrope';
  padding: 8px 10px;
  font-size: 0.8em;
  line-height: 1; }

/*================ Button variations ================*/
@media only screen and (max-width: 749px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px; } }
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #211c54;
  text-align: left; }
  .btn--link:hover, .btn--link:focus {
    opacity: 0.6; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--disabled {
  opacity: 0.5;
  cursor: default; }
  .btn--disabled:hover, .btn--disabled:focus {
    opacity: 0.5; }

.btn--has-icon-after .icon {
  margin-left: 10px; }

.btn--has-icon-before .icon {
  margin-right: 10px; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
  padding: 82.5px 0;
  margin: 0 auto; }
  @media only screen and (min-width: 990px) {
    .return-link-wrapper {
      padding: 32px 0; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .return-link-wrapper {
      padding: 32px 0; } }
  @media only screen and (max-width: 749px) {
    .return-link-wrapper {
      padding: 20px 0;
      max-width: 90%;
      text-align: center; }
      .return-link-wrapper .btn, .return-link-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .return-link-wrapper .shopify-payment-button__button--unbranded {
        display: block;
        max-width: 350px;
        margin: 0px auto; } }

/*================ #Tables ================*/
table {
  margin-bottom: 27.5px; }

th {
  font-family: 'manrope';
  font-weight: bold; }

th,
td {
  text-align: left;
  border: 1px solid white;
  padding: 10px 14px; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 27.5px;
    border: 0;
    margin: 0; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }

  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 27.5px;
      right: 27.5px;
      border-bottom: 1px solid white; } }
/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*================ Forms ================*/
form {
  margin: 0; }

fieldset {
  border: 1px solid white;
  margin: 0 0 55px;
  padding: 27.5px; }

legend {
  border: 0;
  padding: 0; }

button {
  cursor: pointer; }

input[type="submit"] {
  cursor: pointer; }

label {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 749px) {
    label {
      font-size: 0.86667em; } }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input,
textarea,
select {
  font-family: 'manrope';
  font-weight: normal;
  border: 1px solid white;
  background-color: white;
  color: #211c54;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #e6e6e6; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  input.input--error::-webkit-input-placeholder,
  textarea.input--error::-webkit-input-placeholder,
  select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }
  .product-form input, .product-form
  textarea, .product-form
  select {
    min-height: 44px; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//wellspringmeds.com/cdn/shop/t/102/assets/ico-select.svg?v=155563818344741998551774356186);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  @media only screen and (min-width: 750px) {
    select {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: bold; }

option {
  color: #211c54;
  background-color: white; }

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

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial; }

::-webkit-input-placeholder {
  color: #211c54;
  opacity: 0.6; }

::-moz-placeholder {
  color: #211c54;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #211c54;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #211c54;
  opacity: 1; }

/*================ Labels ================*/
.label--error {
  color: #d20000; }

input,
textarea {
  padding: 8px 15px; }
  @media only screen and (min-width: 750px) {
    input,
    textarea {
      padding: 10px 18px; } }

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.44444px; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical [type="submit"],
.form-vertical .btn,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto; }

/*================ Form feedback messages ================*/
.note,
.form-message {
  padding: 8px;
  margin: 0 0 27.5px; }
  @media only screen and (min-width: 750px) {
    .note,
    .form-message {
      padding: 10px; } }

.note {
  border: 1px solid white; }

.form-message--success {
  border: 1px solid #19a340;
  background-color: #f8fff9;
  color: #19a340; }

.form-message--error {
  border: 1px solid #d20000;
  background-color: #fff8f8;
  color: #d20000; }
  .form-message--error ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .form-message--error a {
    color: #d20000;
    text-decoration: underline; }

/*================ Input Groups ================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 55px; }

.input-group__field,
.input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  height: 42px;
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 750px) {
    .input-group__field,
    .input-group__btn .btn,
    .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
      height: 46px; } }

.input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: 2px 0 0 2px; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .btn, .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    border-radius: 0 2px 2px 0;
    white-space: nowrap; }

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo img {
  display: block; }

.site-nav {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 25px 0; }
  .site-nav a {
    padding: 3px 10px; }

.site-nav--centered {
  margin-bottom: 0;
  padding-bottom: 14px;
  padding-top: 14px; }

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }
  .site-nav--centered .site-nav__link {
    padding-top: 0; }
  .site-nav__link .icon-chevron-down {
    width: 8px;
    height: 8px;
    margin-left: 2px; }
  .site-nav__link.site-nav--active-dropdown {
    border: 1px solid white;
    border-bottom: 1px solid transparent;
    z-index: 2; }

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative; }

.site-nav--has-centered-dropdown {
  position: static; }

.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: 11px 30px 11px 0;
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid white;
  background: white;
  left: -1px;
  top: 41px; }
  .site-nav__dropdown .site-nav__link {
    padding: 4px 15px; }
  .site-nav--active-dropdown .site-nav__dropdown {
    display: block; }
  .site-nav__dropdown li {
    display: block; }

.site-nav__dropdown--centered {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  text-align: center; }

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  border: 1px solid white;
  background: white;
  padding: 11px 17px;
  text-align: left; }

.site-nav__childlist-grid {
  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;
  width: auto;
  margin-bottom: -15px; }

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 15px; }

.site-nav__child-link--parent {
  font-weight: bold;
  margin: 4px 0; }

.page-width {
  padding-left: 55px;
  padding-right: 55px; }
  @media only screen and (max-width: 749px) {
    .page-width {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 1239px) {
    .page-width {
      padding-left: 16px;
      padding-right: 16px; } }
  @media only screen and (min-width: 750px) {
    .page-width.empty-padding {
      padding-left: 0;
      padding-right: 0; } }

.page-container {
  position: relative;
  /*overflow: hidden; */ }

hr {
  margin: 32px 0;
  border: 0;
  border-bottom: 1px solid #b7b6c8; }

.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-bottom: 0; }

.border-bottom {
  border-bottom: 1px solid #908da9; }

.border-top {
  border-top: 1px solid #908da9; }

.empty-page-content {
  padding: 125px 55px; }
  @media only screen and (max-width: 749px) {
    .empty-page-content {
      padding-left: 22px;
      padding-right: 22px; } }

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle; }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters .grid__item {
    padding-left: 0; }

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -55px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 55px; }

/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

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

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

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

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

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

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

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

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

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: #211c54; }

.js-drawer-open {
  overflow: hidden; }

.drawer--top {
  width: 100%; }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block; }

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.2em; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6); }

.grid-view-item {
  margin: 0 auto 35px; }
  .custom__item .grid-view-item {
    margin-bottom: 0; }

.grid-view-item__title {
  margin-bottom: 0;
  color: #211c54; }

.grid-view-item__meta {
  margin-top: -8px; }

@media only screen and (max-width: 749px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: 0.93333em; } }
.product-price__price {
  display: inline-block;
  /*   color: $color-body-text; */
  color: white; }

.product-price__sale {
  padding-right: 0; }

.grid-view-item__link {
  display: block; }

.grid-view-item__vendor {
  margin-top: 4px;
  color: #211c54;
  font-size: 0.86667em;
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .grid-view-item__vendor {
      font-size: 0.8em; } }

.grid-view-item__image-wrapper {
  margin: 0 auto 15px;
  position: relative;
  width: 100%; }

.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%; }
  .grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0; }
  .grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5; }
  .grid-view-item__image.lazyload {
    opacity: 0; }
  .ie9 .grid-view-item__image {
    opacity: 1; }

.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 22px;
  width: 100%; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 750px) {
    .list-view-item {
      border-bottom: 1px solid white;
      padding-bottom: 22px; }
      .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }

.list-view-item__image {
  max-height: 95px; }

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 130px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__image-column {
      width: 85px; } }

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 35px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__image-wrapper {
      margin-right: 17.5px; } }

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }

.list-view-item__title {
  color: #211c54;
  font-size: 1.13333em;
  min-width: 100px; }
  @media only screen and (max-width: 749px) {
    .list-view-item__title {
      font-size: 0.93333em; } }

.list-view-item__sold-out {
  font-size: 0.93333em; }

.list-view-item__on-sale {
  color: black;
  font-size: 0.93333em; }
  @media only screen and (max-width: 749px) {
    .list-view-item__on-sale {
      display: none; } }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.93333em;
  font-style: italic; }
  @media only screen and (max-width: 749px) {
    .list-view-item__vendor {
      font-size: 0.86667em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.06667em; }
  @media only screen and (max-width: 749px) {
    .list-view-item__price-column {
      font-size: 0.93333em; } }
  .list-view-item__price-column .product-price__sale {
    display: block; }
  .list-view-item__price-column .product-price__sale-label,
  .list-view-item__price-column .product-price__sold-out {
    display: none; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: black; }
  @media only screen and (max-width: 749px) {
    .list-view-item__price--reg {
      display: block; } }

@media only screen and (max-width: 749px) {
  .list-view-item__price--sale {
    display: block; } }

/*============================================================================
  Slick slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

/*================ Slick dots and prev/next pagination ================*/
.wrap-home-hero .slick-slider .slick-dots {
  margin: 0;
  width: 100%; }

.slick-slider .slick-dots {
  margin: 0;
  width: auto; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin-left: 6px;
    outline: none; }
    .slick-slider .slick-dots li:first-of-type {
      margin-left: 0; }
    @media only screen and (min-width: 750px) {
      .slick-slider .slick-dots li {
        width: 9px;
        height: 9px;
        margin-left: 8px; } }
    .slick-slider .slick-dots li button {
      position: relative;
      padding: 0;
      width: 9px;
      height: 9px;
      outline: none; }
      @media only screen and (min-width: 750px) {
        .slick-slider .slick-dots li button {
          width: 9px;
          height: 9px; } }
    .slick-slider .slick-dots li button::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: white;
      width: 9px;
      height: 9px;
      opacity: 1;
      outline: none;
      transition: all 0.2s; }
      @media only screen and (min-width: 750px) {
        .slick-slider .slick-dots li button::before {
          width: 9px;
          height: 9px; } }
    .slick-slider .slick-dots li.slick-active button::before {
      background: #9B9B9B 0% 0% no-repeat padding-box;
      opacity: 1;
      outline: none; }
    .slick-slider .slick-dots li button:active::before {
      background: #9B9B9B 0% 0% no-repeat padding-box;
      opacity: 1;
      outline: none; }

/*================ Index sections ================*/
.index-section {
  padding-top: 35px;
  /*   padding-bottom: $section-spacing-small; */
  padding-bottom: 20px; }
  @media only screen and (min-width: 750px) {
    .index-section {
      padding-top: 55px;
      /*     padding-bottom: $section-spacing; */ } }
  .index-section:first-child {
    padding-top: 0;
    border-top: 0; }
  .index-section:last-child {
    padding-bottom: 0; }

.index-section--flush + .index-section--flush {
  margin-top: -70px; }

@media only screen and (min-width: 750px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -110px; } }

.index-section--flush:first-child {
  margin-top: -35px; }

@media only screen and (min-width: 750px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -55px; } }

.index-section--flush:last-child {
  margin-bottom: -35px; }

@media only screen and (min-width: 750px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: -55px; } }

@media only screen and (max-width: 749px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }

.placeholder-svg {
  display: block;
  fill: rgba(33, 28, 84, 0.35);
  background-color: rgba(33, 28, 84, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(33, 28, 84, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.template-password {
  height: 100vh; }

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #211c54;
  background-color: white;
  background-size: cover; }
  .ie9 .password-page {
    height: auto; }

.password-form-message {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.password-header {
  height: 85px;
  display: table-row; }

.password-header__inner {
  display: table-cell;
  vertical-align: middle; }

.password-login {
  padding: 0 30px;
  text-align: right; }

.password-logo .logo {
  color: #211c54;
  font-weight: 700;
  max-width: 100%; }

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

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 27.5px 55px; }

.password-message {
  max-width: 500px;
  margin: 82.5px auto 27.5px; }

.password__input-group {
  max-width: 340px;
  margin: 0 auto 55px; }

.password__title {
  margin-bottom: 82.5px; }

.password__form-heading {
  margin-bottom: 55px; }

.password-powered-by {
  margin-top: 82.5px; }

.product-single {
  overflow-anchor: none; }

.product-single__title {
  margin-bottom: 0; }

.product-single__price {
  color: #211c54;
  font-size: 1.26667em;
  font-weight: 600;
  margin-bottom: 30px; }
  @media only screen and (max-width: 749px) {
    .product-single__price {
      display: block;
      font-size: 1.13333em; } }

.product-single__vendor {
  color: #211c54;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px; }

/*================ Add to cart form ================*/
.product-form {
  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;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  width: auto; }

.product-form--payment-button-no-variants {
  max-width: 400px; }

.product-form__item {
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 0 5px; }
  .product-form__item label {
    display: block; }
    .product-form--hide-variant-labels .product-form__item label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }

.product-form__item--submit {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px; }
  .product-form__item--submit a.cs-btn-cart {
    background: #78CAB4 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    text-align: center;
    font: normal normal bold 20px/27px 'manrope';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: block;
    line-height: 1.4;
    padding: 7px 5px;
    white-space: normal;
    margin-top: 0px;
    min-height: 44px;
    width: 100%; }
    .product-form__item--submit a.cs-btn-cart:hover, .product-form__item--submit a.cs-btn-cart:focus {
      background: #211C54 0% 0% no-repeat padding-box; }
    @media only screen and (max-width: 749px) {
      .product-form__item--submit a.cs-btn-cart {
        font: normal normal bold 16px/27px 'manrope'; } }
  @media only screen and (max-width: 365px) {
    .product-form__item--submit a.cs-btn-cart {
      font: normal normal bold 13px/27px 'manrope';
      padding: 10px 3px !important; } }

.product-form__item--no-variants {
  max-width: 400px; }

.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 990px) {
    .product-single--small-image .product-form__item--payment-button, .product-single--full-image .product-form__item--payment-button {
      display: inline-flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; } }
  .product-form__item--payment-button.product-form__item--no-variants {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__item--quantity {
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px; }
  .product-form__item--quantity .btnqty {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border: 0.5px solid #BBBBBB;
    opacity: 1;
    font-size: 20px;
    line-height: 0;
    height: 36px;
    width: 35px; }
  .product-form__item--quantity .btnqty.minus {
    border-radius: 23px 0px 0px 23px;
    font-size: 32px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2; }
  .product-form__item--quantity .btnqty.plus {
    border-radius: 0px 23px 23px 0px;
    /*margin-left: -32px; */
    margin-left: -1px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    color: #000;
    padding-right: 2px; }
  .product-form__item--quantity input.quantity-selector {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: 0.5px solid #BBBBBB;
    border-bottom: 0.5px solid #BBBBBB;
    /*border-radius: 0px 23px 23px 0px !important; */
    box-shadow: 0 0 0;
    opacity: 1;
    outline: none;
    padding: 5px 5px;
    height: 36px;
    max-height: 36px;
    min-height: 36px;
    width: 36px;
    text-align: center;
    margin-left: -1px; }

.product-form__input {
  display: block;
  width: 100%; }

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0px;
  min-height: 44px; }
  .product-single--small-image .product-form__cart-submit, .product-single--small-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--small-image .shopify-payment-button__button--unbranded, .product-single--full-image .product-form__cart-submit, .product-single--full-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--full-image .shopify-payment-button__button--unbranded {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-right: 10px; }
  .product-form__item--payment-button .product-form__cart-submit, .product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form__item--payment-button .shopify-payment-button__button--unbranded {
    margin-top: 10px; }

.product-single--small-image .shopify-payment-button, .product-single--full-image .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }
.shopify-payment-button .shopify-payment-button__button {
  margin-top: 10px; }
  .product-single--small-image .shopify-payment-button .shopify-payment-button__button, .product-single--full-image .shopify-payment-button .shopify-payment-button__button {
    margin-top: 10px; }
  @media only screen and (min-width: 750px) {
    .shopify-payment-button .shopify-payment-button__button {
      margin-top: 20px; } }
.shopify-payment-button .shopify-payment-button__button--unbranded {
  margin-bottom: 10px; }
  .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: #211C54 !important;
    color: #fff; }
.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 2px;
  overflow: hidden; }
.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: 0.86667em;
  text-decoration: underline; }
  .shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
    opacity: 0.6; }

@media only screen and (min-width: 750px) {
  .product-form__cart-submit--small {
    max-width: 300px; } }
.product-single__description {
  margin-top: 30px; }

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: -2px 0 8px;
  /*   border: 2px solid transparent; */ }
  .product-single__thumbnail.active-thumb {
    border-color: #211c54; }

.product-single__thumbnail-image {
  max-width: 100%;
  display: block; }

.product-featured-img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%; }
  .no-js .product-featured-img {
    position: relative; }

@media only screen and (min-width: 990px) {
  .thumbnails-wrapper ul.product-single__thumbnails li.grid__item a.product-single__thumbnail {
    max-height: 140px !important;
    min-height: 140px !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    .thumbnails-wrapper ul.product-single__thumbnails li.grid__item a.product-single__thumbnail img {
      width: auto !important;
      max-height: 136px !important; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .thumbnails-wrapper ul.product-single__thumbnails li.grid__item a.product-single__thumbnail {
    max-height: 90px !important;
    min-height: 90px !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    .thumbnails-wrapper ul.product-single__thumbnails li.grid__item a.product-single__thumbnail img {
      width: auto !important;
      max-height: 87px !important; } }
.zoomImg {
  background-color: white; }

@media only screen and (min-width: 750px) {
  .product-single__thumbnails {
    margin-top: 30px; } }
@media only screen and (max-width: 749px) {
  .product-single__photos {
    margin-bottom: 30px; }

  .product-single__photo--has-thumbnails {
    margin-bottom: 30px; } }
.product-single__photos--full {
  margin-bottom: 30px; }

.product-single__photo-wrapper {
  margin: 0 auto;
  width: 100%; }

.product-single__photo {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative; }

@media only screen and (max-width: 749px) {
  .template-product .main-content {
    padding-top: 22px; }

  .thumbnails-slider--active .product-single__thumbnails {
    display: none; }
    .thumbnails-slider--active .product-single__thumbnails.slick-initialized, .ie9 .thumbnails-slider--active .product-single__thumbnails {
      display: block;
      margin: 0 auto;
      max-width: 75%; }

  .product-single__photos {
    position: relative; }

  .thumbnails-wrapper {
    position: relative;
    top: 30px;
    text-align: center;
    margin-bottom: 30px; }

  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  .thumbnails-slider__prev {
    left: -20px; }

  .thumbnails-slider__next {
    right: -20px; }

  .product-single__thumbnails-item {
    display: inline-block;
    padding-bottom: 10px;
    width: 72px;
    float: none;
    vertical-align: middle; }
    .slick-slider .product-single__thumbnails-item {
      float: left; }
    .thumbnails-slider--active .product-single__thumbnails-item {
      padding: 5px 0; }

  .product-single__thumbnail {
    margin: 0 auto;
    width: 50px; } }
/*================ Template | Collections ================*/
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: -55px;
  margin-bottom: 22px; }
  @media only screen and (min-width: 750px) {
    .collection-hero {
      margin-bottom: 35px; } }

.collection-description {
  margin-bottom: 22px;
  margin-top: 22px; }
  @media only screen and (min-width: 750px) {
    .collection-description {
      margin-bottom: 35px;
      margin-top: 35px; } }

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 338px;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    .collection-hero__image {
      height: 240px; } }

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #211c54;
  opacity: 0.5; }

.collection-hero__title {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 750px) {
    .collection-hero__title {
      font-size: 2.13333em; } }

.template-blog .social-sharing {
  margin-bottom: 17.5px; }

.blog--list-view .pagination {
  padding-top: 0; }

/*================ Cart page ================*/
.cart th,
.cart td {
  border: 0; }
.cart td {
  padding: 22px 0; }
.cart th {
  font-weight: 400;
  padding: 27.5px 0; }
.cart .cart__meta {
  padding-right: 15px; }

.cart__meta-text {
  padding: 5px 0;
  font-size: 0.86667em;
  font-style: italic; }

.cart__qty-label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px; }
  @media only screen and (max-width: 749px) {
    .cart__qty-input {
      padding-top: 2px;
      padding-bottom: 2px; } }

.cart__edit {
  margin-top: 10px; }

.cart__edit--active .cart__edit-text--cancel {
  display: none; }

.cart__edit-text--edit {
  display: none; }
  .cart__edit--active .cart__edit-text--edit {
    display: block; }

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none; }

.cart__row p {
  margin-bottom: 0; }
  .cart__row p + p {
    margin-top: 10px; }

.cart__subtotal-title {
  font-size: 1.13333em; }

.cart__subtotal {
  padding-left: 27.5px; }
  @media only screen and (min-width: 750px) {
    .cart__subtotal {
      padding-left: 55px;
      min-width: 150px;
      display: inline-block; } }

.cart__savings {
  padding-top: 18px; }

.cart__savings-amount {
  padding-left: 27.5px; }
  @media only screen and (min-width: 750px) {
    .cart__savings-amount {
      padding-left: 55px;
      min-width: 150px;
      display: inline-block; } }

.cart__footer {
  padding-top: 35px; }

.cart__update--large {
  margin-right: 10px; }

.cart__continue--large {
  margin-right: 10px;
  line-height: 1.2; }

.cart__shipping {
  font-style: italic;
  font-size: 0.86667em;
  padding: 18px 0 20px; }

.cart-note__label,
.cart-note__input {
  display: block; }
  @media only screen and (max-width: 749px) {
    .cart-note__label,
    .cart-note__input {
      margin: 0 auto; } }

.cart-note__label {
  margin-bottom: 15px; }

.cart-note__input {
  min-height: 50px;
  width: 100%; }
  @media only screen and (max-width: 749px) {
    .cart-note__input {
      margin-bottom: 40px; } }

.cart__image {
  max-height: 95px; }

.cart__image-wrapper a {
  display: block;
  padding-right: 17.5px; }
  @media only screen and (min-width: 750px) {
    .cart__image-wrapper a {
      padding-right: 35px; } }

@media only screen and (min-width: 750px) {
  .cart__image-wrapper {
    width: 130px; }

  .cart__meta {
    max-width: 300px; }

  .cart__remove {
    margin-top: 4px; }

  .cart__qty {
    text-align: center; } }
@media only screen and (max-width: 749px) {
  .cart table {
    display: block;
    width: 100%; }
  .cart thead {
    display: none; }
  .cart tr,
  .cart tbody {
    width: 100%; }
  .cart tbody {
    display: block; }
  .cart .cart__update-wrapper {
    display: none;
    padding-top: 0;
    padding-bottom: 22px; }

  .cart__update--show td {
    padding-bottom: 10px; }
  .cart__update--show .cart__update-wrapper {
    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-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .cart-flex {
    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;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }

  .cart-flex-item {
    display: block;
    min-width: 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .cart__meta {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }

  .cart__image-wrapper {
    -webkit-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px; }

  .cart__price-wrapper {
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: right; }

  .cart__header {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }

  .cart-message {
    padding-top: 20px; }

  .cart__qty {
    padding: 0 10px; }

  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.86667em;
    margin-right: 5px; } }
.cart--no-cookies .cart__continue-btn {
  display: none; }

.cart--no-cookies .cart--empty-message {
  display: none; }

.cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cookie-message {
    display: block; }

.additional-checkout-buttons {
  margin-top: 22px; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }

/*================ MODULES ================*/
.site-header {
  background-color: white;
  position: relative;
  padding: 0 55px; }
  @media only screen and (max-width: 749px) {
    .site-header {
      border-bottom: 1px solid white;
      padding: 0; } }
  @media only screen and (min-width: 750px) {
    .site-header.logo--center {
      padding-top: 1rem; } }
  .site-header .h2.site-header__logo {
    margin-bottom: 0 !important; }
  .site-header .col-search.mobile-search {
    padding-right: 0;
    max-width: 95%;
    margin: 1px auto 15px; }
    .site-header .col-search.mobile-search form.search-header-full {
      height: 35px !important; }
    .site-header .col-search.mobile-search form button {
      height: 35px !important;
      margin-right: 5px !important;
      outline: none !important;
      padding-top: 7px !important;
      padding-bottom: 7px !important; }

/* END .site-header */
.announcement-bar {
  text-align: center;
  position: relative;
  z-index: 10; }

.announcement-bar--link {
  display: block; }

a.announcement-bar--link:focus,
a.announcement-bar--link:hover {
  background-color: #211c54 !important;
  color: #fff;
  opacity: 1 !important; }

.announcement-bar__message {
  display: block;
  font-size: 1.06667em;
  font-weight: 600;
  padding: 5px 22px; }
  @media only screen and (min-width: 750px) {
    .announcement-bar__message {
      padding: 5px 55px; } }

.announcement-bar .announcement-bar__message {
  position: relative; }
  @media only screen and (max-width: 749px) {
    .announcement-bar .announcement-bar__message {
      font: normal normal bold 12px/20px 'manrope';
      letter-spacing: 1.13px;
      color: #FFFFFF;
      padding-left: 16px;
      padding-right: 35px;
      text-align: center; } }

.announcement-bar .announcement-bar__message button#btn-close {
  background: none !important;
  border: none;
  padding-right: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 10; }

.announcement-bar .announcement-bar__message button#btn-close svg {
  color: #FFFFFF !important; }

.announcement-bar-text-link {
  color: #FCA503 !important; }

.site-header__logo {
  margin: 15px 0; }
  .logo-align--center .site-header__logo {
    text-align: center;
    margin: 0; }
    @media only screen and (max-width: 749px) {
      .logo-align--center .site-header__logo {
        text-align: left;
        margin: 0 0; } }

.site-header__logo-link {
  display: inline-block;
  word-break: break-word; }

.site-header__logo-image {
  display: block; }
  @media only screen and (min-width: 750px) {
    .site-header__logo-image {
      margin: 0 auto; } }

.site-header__logo-image img {
  width: 100%; }

.site-header__logo-image--centered img {
  margin: 0; }

@media only screen and (min-width: 750px) {
  .logo-align--center .site-header__logo-link {
    margin: 0 auto; } }
@media only screen and (max-width: 749px) {
  .site-header__icons .btn--link,
  .site-header__icons .site-header__cart {
    font-size: 1em; } }
.site-header__icons {
  position: relative;
  white-space: nowrap; }

.site-header__icons-wrapper {
  position: relative;
  margin-right: -10px; }
  .site-header__icons-wrapper svg .a {
    stroke: #78CAB4 !important; }
  .site-header__icons-wrapper a:hover,
  .site-header__icons-wrapper a:focus {
    opacity: 1;
    outline: none !important; }
    .site-header__icons-wrapper a:hover span.hide-small-only,
    .site-header__icons-wrapper a:focus span.hide-small-only {
      color: #211c54;
      font-weight: 500; }
    .site-header__icons-wrapper a:hover span.icon__fallback-text,
    .site-header__icons-wrapper a:hover span.cs-count,
    .site-header__icons-wrapper a:focus span.icon__fallback-text,
    .site-header__icons-wrapper a:focus span.cs-count {
      color: #fff !important;
      font-weight: 600; }
    .site-header__icons-wrapper a:hover svg .a,
    .site-header__icons-wrapper a:focus svg .a {
      stroke: #211c54 !important;
      opacity: 1 !important; }

.site-header__cart,
.site-header__search,
.site-header__phone,
.site-header__account {
  position: relative; }
  .site-header__cart:hover span,
  .site-header__search:hover span,
  .site-header__phone:hover span,
  .site-header__account:hover span {
    color: #211c54;
    opacity: 1;
    font-weight: 400; }
  .site-header__cart:hover .a,
  .site-header__search:hover .a,
  .site-header__phone:hover .a,
  .site-header__account:hover .a {
    stroke: #211c54; }

.site-header__search {
  padding-right: 40px; }
  .site-header__icons--plus .site-header__search {
    padding-right: 90px; }

@media only screen and (min-width: 750px) {
  .site-header__cart,
  .site-header__phone,
  .site-header__account {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 8px 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .site-header__account {
    right: 50px; }

  .site-header__phone {
    right: 100px; } }
.col-search .site-header__search {
  padding-left: 40px;
  padding-right: 0 !important; }

.col-search .search-header-full {
  display: flex;
  background: #c7c6d4 0% 0% no-repeat padding-box;
  border-radius: 22px;
  opacity: 1; }

.col-search .search-header-full input.search__input,
.col-search .search-header-full input.search__input::placeholder {
  border: none !important;
  color: #FFFFFF;
  opacity: 1;
  outline: none; }

.template-search .main-content form.search input.search__input {
  border-radius: 50px 0 0 50px; }
.template-search .main-content form.search button.search__submit {
  border-radius: 0 50px 50px 0; }

input.search__input:focus,
input.search__input:hover {
  box-shadow: 0 0 0 !important;
  boder: none !important;
  outline: none !important; }

.col-search .search-header-full button {
  background: none;
  border: none;
  height: 44px;
  margin-right: 10px;
  outline: none !important;
  padding-top: 12px;
  padding-bottom: 12px; }

@media only screen and (min-width: 990px) {
  .col-search .search-header-full button svg path,
  .col-search .search-header-full button svg circle {
    stroke: #ffffff !important; } }

@media only screen and (max-width: 989px) {
  .hide-small-only {
    display: none !important; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .site-header__phone svg {
    margin-bottom: -1px !important; } }
@media only screen and (max-width: 749px) {
  .site-header__phone svg {
    margin-bottom: -5px !important; } }
.site-header__cart-title,
.site-header__search-title {
  display: inline-block;
  vertical-align: middle;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.site-header__cart-title {
  margin-right: 3px; }

.site-header__cart-count {
  display: block;
  position: absolute;
  top: -1px;
  font-weight: bold;
  background-color: #e8e9eb;
  color: white;
  border-radius: 9px;
  min-width: 16px;
  height: 16px; }
  .site-header__cart-count span {
    font-family: 'manrope';
    display: block;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1; }
  @media only screen and (min-width: 750px) {
    .logo--center .site-header__cart-count {
      right: -2px; }
    .logo--left .site-header__cart-count {
      left: 12px;
      top: 4px; } }

@media only screen and (max-width: 749px) {
  .site-header__cart-count {
    top: 14px;
    left: 22px;
    border-radius: 11px;
    min-width: 19px;
    height: 19px; }
    .site-header__cart-count span {
      padding: 4px 6px;
      font-size: 12px; } }
.site-header__menu {
  display: none; }

.site-header .icon-search,
.site-header .icon-hamburger,
.site-header .icon-close,
.site-header .icon-cart {
  height: 30px; }
  @media only screen and (min-width: 750px) {
    .site-header .icon-search,
    .site-header .icon-hamburger,
    .site-header .icon-close,
    .site-header .icon-cart {
      margin-right: 3px; } }

/* Main Menu */
#AccessibleNav {
  margin-top: 15px; }

#AccessibleNav .container-center {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 1400px) {
    #AccessibleNav .container-center {
      max-width: 1320px !important; } }

#AccessibleNav .site-nav {
  margin-top: 0; }
  @media only screen and (min-width: 990px) {
    #AccessibleNav .site-nav {
      display: flex;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      padding-left: 32px;
      padding-right: 32px; } }

#AccessibleNav .site-nav li,
#AccessibleNav .site-nav li a {
  text-align: center;
  font: normal normal bold 16px/17px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  font-weight: 600;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    #AccessibleNav .site-nav li br,
    #AccessibleNav .site-nav li a br {
      display: none !important; } }

#AccessibleNav .site-nav li.site-nav--active a,
#AccessibleNav .site-nav li a:focus,
#AccessibleNav .site-nav li a:hover {
  color: #78CAB4;
  font-weight: 600;
  opacity: 1; }

@media only screen and (max-width: 749px) {
  .site-header__logo {
    padding-left: 0;
    margin-top: 7px !important; }

  .site-header__icons {
    padding-right: 22px; }

  .site-header__menu,
  .site-header__search-toggle,
  .site-header__cart,
  .site-header__account {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 8px;
    margin: 0; }
    .site-header__icons--plus .site-header__menu, .site-header__icons--plus
    .site-header__search-toggle, .site-header__icons--plus
    .site-header__cart, .site-header__icons--plus
    .site-header__account {
      padding: 18px 6px; }

  .site-header__logo {
    text-align: left; }
    .site-header__logo img {
      margin: 0; } }
.article--listing {
  padding-top: 55px;
  margin-bottom: 55px; }

.article__title {
  margin-bottom: 11px; }

.article__author {
  margin-right: 10px; }

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 22px; }
  .template-article .article__author, .template-article
  .article__date {
    margin-bottom: 0; }

.article__tags {
  margin-bottom: 27.5px; }

.article__tags--list {
  font-style: italic; }

/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  margin-bottom: -55px;
  overflow: auto; }

.article__grid-tag {
  margin-right: 10px; }

.article__grid-meta {
  margin-bottom: 55px; }

@media only screen and (max-width: 749px) {
  .article__grid-meta--has-image {
    float: left;
    padding-left: 22px; } }
.article__grid-excerpt {
  margin-bottom: 17.5px; }

.article__grid-image-wrapper {
  margin: 0 auto;
  width: 100%; }

.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 27.5px 0;
  min-height: 1px;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 749px) {
    .article__grid-image-container {
      float: left;
      margin: 0 0 55px 0; } }
  .article__grid-image-container img {
    display: block; }

.article__grid-image {
  margin: 0 auto;
  width: 100%; }
  .js .article__grid-image {
    position: absolute;
    top: 0; }

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0; }

.sidebar {
  margin-top: 40px; }

.sidebar__list {
  list-style: none;
  margin-bottom: 55px; }
  .sidebar__list li {
    margin-bottom: 10px; }

.pagination {
  text-align: center;
  list-style: none;
  font-size: 1em;
  padding-top: 55px; }
  .pagination li {
    display: inline-block; }
  .pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle; }

.pagination__text {
  padding: 0 27.5px; }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 0.93333em; }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.btn--share {
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
  .btn--share .icon-facebook {
    fill: #3b5998; }
  .btn--share .icon-twitter {
    fill: #00aced; }
  .btn--share .icon-pinterest {
    fill: #cb2027; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid transparent; }

@media only screen and (max-width: 749px) {
  .search-bar__form {
    width: 100%; } }
.search-bar__submit .icon {
  position: relative;
  top: -1px;
  height: 30px; }

.search-bar__submit,
.search-header__submit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  height: 100%;
  z-index: 1; }

.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-radius: 2px;
  color: #211c54;
  border-color: transparent;
  padding-right: 35px;
  width: 100%; }
  .search-header__input::-webkit-input-placeholder,
  .search-bar__input::-webkit-input-placeholder {
    color: #211c54;
    opacity: 0.6; }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: #211c54;
    opacity: 0.6; }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: #211c54;
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: #211c54;
    opacity: 1; }

.search-bar__input {
  border: 1px solid transparent; }
  .search-bar__input:focus {
    border-color: transparent; }

/*============================================================================
  The search submit button has pointer-events: none which also
  effects the :hover style. This forces the style to be applied.
==============================================================================*/
.search-header__input:hover + .btn--link {
  opacity: 0.6; }

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid white;
  padding: 0 27.5px;
  z-index: 1000; }

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle; }

.search-bar__form-wrapper {
  width: 90%; }

/*================ Header Search ================*/
.search-header {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 30px;
  vertical-align: middle; }
  .search-header.search--focus {
    max-width: 250px; }

.search-header__input {
  cursor: pointer; }

.search--focus .search-header__input {
  outline: none;
  border-color: white;
  cursor: auto; }
.search--focus .search-header__submit {
  padding: 0 10px;
  pointer-events: auto; }

.search-header__submit {
  pointer-events: none; }

.search-header,
.search-header__submit {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1); }

.no-svg .site-header__search {
  display: inline-block; }
.no-svg .search-header {
  max-width: none; }
.no-svg .search__input {
  width: auto;
  padding-left: 60px; }

/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  min-height: 100vh;
  overflow-y: auto;
  max-height: calc(80vh - 150px);
  padding-bottom: 150px; }
  .sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .mobile-nav li.mobile-nav__item {
    border: none; }

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px; }

.mobile-nav__link {
  font: normal normal bold 16px/17px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .mobile-nav__link br {
      display: none !important; } }
  .mobile-nav__link::after {
    content: "\f054";
    float: right;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: 10px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .mobile-nav__link:hover, .mobile-nav__link:focus {
    color: #78cab4; }

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px;
  padding-right: 30px; }

.mobile-nav__item {
  display: block;
  width: 100%; }
  .mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px; }

.mobile-nav__return {
  border-right: 1px solid white; }

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px; }

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  pointer-events: none;
  overflow: hidden; }

.mobile-nav__table {
  display: table;
  width: 100%; }

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal; }

.mobile-nav__toggle-button {
  padding: 20px 15px; }

.mobile-nav__dropdown {
  position: absolute;
  background-color: white;
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none; }
  .is-active + .mobile-nav__dropdown {
    display: block;
    opacity: 1; }
  .mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99; }
  .mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: 'manrope';
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  /*   display: none; */
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  max-width: 304px;
  width: 100%; }
  .mobile-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid white; }
  .mobile-nav-wrapper.js-menu--is-open {
    display: block; }

.mobile-nav--open .icon-close {
  display: none; }

.mobile-nav--close .icon-hamburger {
  display: none; }

@media only screen and (min-width: 750px) and (max-width: 989px) {
  header.site-header {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

.site-header__mobile-nav {
  z-index: 999;
  position: relative;
  background-color: white; }
  @media only screen and (max-width: 749px) {
    .site-header__mobile-nav {
      display: flex;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (min-width: 750px) {
    .site-header__mobile-nav {
      display: flex;
      justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center; } }
  @media (min-width: 1400px) {
    .site-header__mobile-nav {
      max-width: 1300px !important;
      padding-left: 0 !important; } }
  @media only screen and (min-width: 750px) {
    .site-header__mobile-nav a.site-header__logo-image {
      margin-left: 0; } }
  @media only screen and (max-width: 749px) {
    .site-header__mobile-nav .grid__item.icons-mobile-left {
      max-width: 100px !important;
      width: 110px;
      margin-left: -30px !important;
      display: block; }
    .site-header__mobile-nav .grid__item.logo-align--center {
      text-align: center;
      width: 70%; }
    .site-header__mobile-nav .grid__item.site-header__icons--plus {
      margin-left: -16px !important;
      width: 100px;
      max-width: 100px; }
    .site-header__mobile-nav .site-header__logo-image,
    .site-header__mobile-nav .site-header__logo-image img {
      max-width: 160px !important;
      margin: 0 auto; }
    .site-header__mobile-nav .h2.site-header__logo {
      margin-top: 10px !important;
      margin-bottom: 10px !important; } }

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: white;
  bottom: 0;
  color: #211c54;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  .no-csstransforms .modal__centered {
    top: 20%; }

.modal__close {
  border: 0;
  padding: 55px;
  position: fixed;
  top: 0;
  right: 0; }
  .modal__close .icon {
    font-size: 1.33333em; }

/*============================================================================
  Hero slider

  Extends default slick slider styles.
  Extra specificity in selectors is used to override defaults.
==============================================================================*/
.slideshow-wrapper {
  position: relative; }

.slideshow {
  overflow: hidden;
  height: 325px;
  margin-bottom: 0; }
  .slideshow.slideshow--medium {
    height: 500px; }
  .slideshow.slideshow--large {
    height: 575px; }
  @media only screen and (min-width: 750px) {
    .slideshow {
      height: 475px; }
      .slideshow.slideshow--medium {
        height: 650px; }
      .slideshow.slideshow--large {
        height: 775px; } }
  .slideshow .slideshow__slide,
  .slideshow .slick-list,
  .slideshow .slick-track {
    height: 100%; }
  .slideshow .slick-prev,
  .slideshow .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px; }
  .slideshow .slick-prev {
    left: 0; }
  .slideshow .slick-next {
    right: 0; }
  .slideshow .slick-dots {
    bottom: 22px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .slideshow .slick-dots li button::before {
      color: white; }

.video-is-playing .slick-dots {
  display: none !important; }

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: #e8e9eb;
  padding: 27.5px;
  z-index: 10000;
  transition: none; }
  .video-is-playing .slideshow__pause:focus {
    display: none; }

.slideshow__pause-stop {
  display: block; }
  .is-paused .slideshow__pause-stop {
    display: none; }

.slideshow__pause-play {
  display: none; }
  .is-paused .slideshow__pause-play {
    display: block; }

/*================ General slide styles ================*/
.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slideshow__link:active, .slideshow__link:focus {
    opacity: 1; }

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #211c54;
  opacity: 0.5;
  z-index: 3; }

/*================ Slide images ================*/
.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1; }
  .slick-initialized .slideshow__image, .no-js .slideshow__image {
    opacity: 1; }
  .slideshow__slide--background-video .slideshow__image {
    opacity: 0; }
  .no-autoplay .slideshow__image {
    opacity: 1; }

.ie9 .slideshow__slide {
  z-index: 1 !important; }
.ie9 .slick-dots {
  z-index: 2; }

/*================ Slide text ================*/
.slideshow__text-wrap {
  height: 100%; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }
  .slideshow__slide--has-background-video .slideshow__text-wrap {
    padding-top: 165px; }
  .video-is-playing .slideshow__text-wrap {
    display: none; }
  .slideshow__slide.video-is-paused .slideshow__text-wrap {
    display: none; }

.slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3; }
  .slick-active .slideshow__text-content, .no-js .slideshow__text-content {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }
  .slideshow__text-content::after {
    content: '';
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    bottom: -55px;
    left: 50%; }
  .slick-initialized .slideshow__text-content::after, .no-js .slideshow__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none; }

.slideshow__title {
  color: white; }

.slideshow__subtitle {
  display: block;
  color: white; }

/*================ Video styles ================*/
.slideshow__slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in; }
  .autoplay .slideshow__video--background.video-is-loaded {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }
  .ie9 .slideshow__video--chrome {
    display: block; }
  .slideshow__slide.video-is-playing .slideshow__video--chrome, .slideshow__slide.video-is-paused .slideshow__video--chrome {
    display: block;
    visibility: visible;
    opacity: 1; }

/*================ Video control buttons ================*/
.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out; }
  .slideshow__video-control:hover, .slideshow__video-control:focus {
    opacity: 0.7; }

.video-loader {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 4;
  top: 50%;
  left: 50%; }
  .ie9 .video-loader, .video-is-loaded .video-loader, .video-is-playing .video-loader, .video-is-paused .video-loader, .autoplay .video-loader, .no-autoplay .video-loader {
    content: none;
    display: none; }
  .video-is-loading .video-loader, .autoplay .video-is-loading .video-loader, .no-autoplay .video-is-loading .video-loader {
    display: block;
    visibility: visible;
    opacity: 1; }

.slideshow__video-control--play-wrapper {
  height: 30px; }
  @media only screen and (min-width: 750px) {
    .slideshow__video-control--play-wrapper {
      height: 45px; } }

@media only screen and (min-width: 750px) {
  .slideshow__video-control--play-wrapper--push {
    margin-top: 30px; } }
.slideshow__video-control--play {
  opacity: 0;
  color: white;
  position: relative;
  margin: 0 auto; }
  .slideshow__video-control--play .slideshow__video--background {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-is-loaded .slideshow__video-control--play {
    display: block;
    visibility: visible;
    opacity: 1; }
  .video-is-loading .slideshow__video-control--play, .video-is-playing .slideshow__video-control--play, .slideshow__slide.video-is-paused .slideshow__video-control--play {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .slideshow__video-control--play .icon {
    width: 42px;
    height: 100%; }
    @media only screen and (min-width: 750px) {
      .slideshow__video-control--play .icon {
        width: 65px; } }

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  background-color: white;
  color: black; }
  .video-is-playing .slideshow__video-control--close, .slideshow__slide.video-is-paused .slideshow__video-control--close {
    display: block;
    visibility: visible;
    opacity: 1; }
  .slideshow__video-control--close .icon {
    display: block;
    width: 20px;
    height: 20px; }

.product-price__price {
  font-weight: 600; }

.product-price__sale--single {
  padding-left: 10px; }

.product-price__sale,
.product__price--sale {
  color: black; }

.product-price__sale-label {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.93333em; }

.product-price__sold-out {
  font-weight: 600;
  white-space: nowrap; }

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin-bottom: 22px; }
  @media only screen and (min-width: 750px) {
    .filters-toolbar-wrapper {
      margin-bottom: 55px; } }

.filters-toolbar {
  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; }

.filters-toolbar__item {
  min-width: 33%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }
  .no-flexbox .filters-toolbar__item {
    text-align: left !important; }

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center; }

.no-flexbox .filters-toolbar select {
  width: 100% !important; }

.filters-toolbar__input {
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: white;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 55px;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    .filters-toolbar__input {
      height: 46px; } }
  .filters-toolbar__input.hidden {
    opacity: 0; }
  .filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden; }

.filters-toolbar__input--sort {
  margin-right: -10px; }
  .no-flexbox .filters-toolbar__input--sort {
    margin: 0; }

.filters-toolbar__input--filter {
  margin-left: -15px; }
  .no-flexbox .filters-toolbar__input--filter {
    margin: 0; }

.filters-toolbar__product-count {
  font-size: 0.93333em;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 749px) {
    .filters-toolbar__product-count {
      font-size: 0.86667em;
      line-height: 46px; } }

figure {
  margin: 0; }

/* style home page */
@media (min-width: 1239px) {
  #AccessibleNav .container-center {
    padding: 0 0 !important; }

  #AccessibleNav .site-nav {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .wrap-home-hero .page-width.feature-row {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .wrap-icon-boxes .page-width {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  #shop.page-width {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* about page */
  .hero-banner-single .slideshow__text-content .page-width {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .hero-block .page-width.feature-row {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/* style full page */
/* Footer Top */
.footer-top, .site-footer__newsletter, .site-footer__newsletter > div, .footer-middle {
  background-color: #F5F5F5 !important; }

.footer-top {
  padding-top: 2rem; }

.footer-top .site-footer__newsletter label.h1 {
  font: normal normal bold 36px/65px 'manrope' !important;
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1;
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 989px) {
    .footer-top .site-footer__newsletter label.h1 {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .footer-top .site-footer__newsletter label.h1 {
      font: normal normal bold 46px/55px 'manrope' !important; } }
  @media only screen and (max-width: 749px) {
    .footer-top .site-footer__newsletter label.h1 {
      font: normal normal bold 30px/40px 'manrope' !important; } }
.footer-top .site-footer__newsletter #mc_embed_signup form {
  padding: 0 !important; }
.footer-top .site-footer__newsletter div.mce_inline_error {
  display: none !important; }
.footer-top .site-footer__newsletter #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100% !important;
  padding-bottom: 0 !important;
  min-height: 50px; }
.footer-top .site-footer__newsletter #mc_embed_signup .mc-field-group input.email {
  padding: 8px 10px !important; }
.footer-top .site-footer__newsletter #mc_embed_signup #mce-success-response {
  margin: 1em 0;
  padding: 0;
  font-weight: bold;
  float: none;
  top: -1.5em;
  z-index: 1;
  width: 100%;
  text-align: center; }
@media only screen and (min-width: 750px) {
  .footer-top .site-footer__newsletter #mc_embed_signup div#mce-responses {
    float: left;
    top: auto;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 100%;
    margin: 0 5%;
    clear: both;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    text-align: center; }
  .footer-top .site-footer__newsletter #mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: none;
    width: 90%; } }
@media only screen and (max-width: 749px) {
  .footer-top .site-footer__newsletter #mc_embed_signup #mce-error-response {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-right: 0px; } }

.footer-top .site-footer__newsletter .input-group {
  max-width: 548px;
  margin: 0 auto; }
  @media only screen and (max-width: 749px) {
    .footer-top .site-footer__newsletter .input-group {
      display: block; } }

.footer-top .site-footer__newsletter .mc-field-group input#mce-EMAIL,
.footer-top .site-footer__newsletter input.newsletter__input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #211C54;
  border-radius: 27px 0px 0px 27px;
  box-shadow: 0 0 0 !important;
  color: #000000;
  font-size: 19px;
  font-weight: 300;
  height: 54px;
  opacity: 1;
  outline: none; }
  @media only screen and (max-width: 749px) {
    .footer-top .site-footer__newsletter .mc-field-group input#mce-EMAIL,
    .footer-top .site-footer__newsletter input.newsletter__input {
      border-radius: 27px 27px 27px 27px;
      font-size: 15px;
      height: 45px;
      margin-bottom: 28px; } }

.footer-top .site-footer__newsletter .mc-field-group input#mce-EMAIL:hover,
.footer-top .site-footer__newsletter .mc-field-group input#mce-EMAIL:focus,
.footer-top .site-footer__newsletter input.newsletter__input:focus,
.footer-top .site-footer__newsletter input.newsletter__input:hover {
  box-shadow: 0 0 0 !important;
  outline: none; }

.footer-top .site-footer__newsletter .mc-field-group input#mce-EMAIL::placeholder,
.footer-top .site-footer__newsletter input.newsletter__input::placeholder {
  color: #8A8A8A;
  font-size: 19px;
  font-weight: 300;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    .footer-top .site-footer__newsletter .mc-field-group input#mce-EMAIL::placeholder,
    .footer-top .site-footer__newsletter input.newsletter__input::placeholder {
      font-size: 15px; } }

.footer-top .site-footer__newsletter #mc_embed_signup .button,
.footer-top .site-footer__newsletter button.newsletter__submit {
  background: #211C54 0% 0% no-repeat padding-box;
  border-radius: 0px 27px 27px 0px;
  border: none;
  color: #FFF;
  font-weight: 600;
  height: 54px;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    .footer-top .site-footer__newsletter #mc_embed_signup .button,
    .footer-top .site-footer__newsletter button.newsletter__submit {
      background: #78CAB4 0% 0% no-repeat padding-box;
      border-radius: 27px 27px 27px 27px;
      display: block;
      font-size: 16px;
      height: 45px;
      opacity: 1;
      width: 100%; } }

/* **** footer middle  **** */
.footer-middle {
  padding: 50px 0; }

.footer-middle .wrapper-features {
  background-color: #F5F5F5;
  color: #211c54;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding: 0; }
  @media only screen and (max-width: 749px) {
    .footer-middle .wrapper-features {
      flex-flow: column;
      -moz-flex-flow: column;
      -webkit-flex-flow: column; } }

.footer-middle .column__item_feauture {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin: 0 5%; }
  @media only screen and (max-width: 749px) {
    .footer-middle .column__item_feauture {
      margin-bottom: 20px; } }

.footer-middle .column__item_feauture .icon-feature {
  margin-right: 10px;
  width: 30px;
  margin-top: 0.5rem; }

.footer-middle .column__item_feauture h4, .footer-middle .column__item_feauture .h4 {
  margin: 0; }

/* footer */
.site-footer {
  margin: 0; }
  @media only screen and (min-width: 990px) {
    .site-footer {
      margin: 0 0 28px; } }
  @media only screen and (max-width: 749px) {
    .site-footer {
      text-align: center; } }

.site-footer ul {
  margin: 0; }

.site-footer {
  border-top: 1px solid #908da9; }

.site-footer .page-width {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.site-footer .grid__footer_bottom .grid__item_menu {
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 16px !important;
  padding-right: 16px !important; }
  @media (min-width: 1400px) {
    .site-footer .grid__footer_bottom .grid__item_menu {
      max-width: 1320px !important; } }

.site-footer .grid__footer_bottom .grid__item_menu ul li,
.site-footer .grid__footer_bottom .grid__item_menu ul li a {
  font-family: 'manrope';
  font-size: 13px; }

.site-footer .site-footer__copyright {
  margin-top: 32px !important; }
  @media only screen and (max-width: 749px) {
    .site-footer .site-footer__copyright {
      margin-top: 16px !important; } }

.site-footer .grid--no-gutters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 45px; }
  @media only screen and (max-width: 749px) {
    .site-footer .grid--no-gutters {
      justify-content: left;
      -moz-justify-content: left;
      -webkit-justify-content: left;
      flex-flow: left;
      -moz-flex-flow: left;
      -webkit-flex-flow: left;
      flex-flow: wrap;
      -moz-flex-flow: wrap;
      -webkit-flex-flow: wrap;
      padding-top: 24px;
      text-align: left; } }

@media only screen and (max-width: 749px) {
  .footer-service {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    text-align: left;
    width: 100%; } }
@media only screen and (min-width: 750px) {
  .footer-service:last-child {
    margin-bottom: 0 !important;
    order: 5; } }
@media (min-width: 750px) and (max-width: 992px) {
  .footer-service.column-two {
    margin-right: 16px; } }
@media only screen and (max-width: 749px) {
  .footer-service.column-one, .footer-service.column-two {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    width: 50%; }
  .footer-service.column-one ul li, .footer-service.column-two ul li {
    display: block;
    text-align: left !important;
    padding: 0; } }

@media only screen and (max-width: 749px) {
  .footer-service.column-four {
    order: 1; }

  .footer-service.column-three {
    order: 2; }

  .footer-service.column-one {
    order: 3; }

  .footer-service.column-two {
    order: 4; } }
.footer-service h4, .footer-service .h4 {
  font-family: 'manrope';
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 1rem;
  color: #000; }

.footer-service span {
  display: block;
  border: 1px solid #707070;
  width: 75px; }

.footer-service p,
.footer-service ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  color: #000;
  margin: 1rem 0 0 0;
  font-family: 'manrope';
  font-size: 16px; }
  @media only screen and (max-width: 749px) {
    .footer-service p,
    .footer-service ul {
      text-align: left !important; } }

.footer-service ul li {
  font-family: 'manrope';
  font-size: 16px; }

.site-footer a,
.footer-service ul li a {
  color: #000; }

.footer-service .site-header__logo-image-footer img {
  width: 250px; }

.site-footer .wrap__payment_icons {
  padding-bottom: 20px;
  padding-top: 16px; }

.site-footer .grid__footer_bottom {
  border-top: 1px solid #908da9;
  margin-top: 57px; }
  @media only screen and (max-width: 749px) {
    .site-footer .grid__footer_bottom {
      margin-top: 0px; } }

.site-footer svg:not(:root) {
  overflow: visible !important; }

@media only screen and (min-width: 750px) {
  .site-footer__linklist--center {
    margin-top: 35px;
    padding-right: 0; } }
.site-footer__linklist,
.site-footer__newsletter {
  margin-top: 35px; }
  @media only screen and (min-width: 750px) {
    .site-footer__linklist,
    .site-footer__newsletter {
      margin-top: 55px; } }

.site-footer__linklist-item {
  display: inline-block;
  padding: 5px 10px; }
  @media only screen and (min-width: 750px) {
    .site-footer__linklist-item {
      display: block;
      padding: 0 20px 0px 0; }
      .site-footer__linklist--center .site-footer__linklist-item {
        display: inline-block;
        padding: 3px 10px; } }

@media only screen and (max-width: 749px) {
  .grid__footer_bottom ul.site-footer__linklist {
    text-align: center !important; } }

.grid__footer_bottom .site-footer__linklist-item {
  display: block;
  padding: 5px 10px; }
  @media only screen and (max-width: 749px) {
    .grid__footer_bottom .site-footer__linklist-item {
      display: inline-block;
      padding: 2px 15px 2px 15px;
      text-align: center !important;
      position: relative; }
      .grid__footer_bottom .site-footer__linklist-item::after {
        content: "|";
        position: absolute;
        right: 0;
        top: 1px; }
      .grid__footer_bottom .site-footer__linklist-item:last-child::after {
        display: none; } }
  @media only screen and (min-width: 750px) {
    .grid__footer_bottom .site-footer__linklist-item {
      display: inline-block;
      padding: 2px 10px 2px 15px;
      position: relative; }
      .grid__footer_bottom .site-footer__linklist-item::before {
        content: "|";
        position: absolute;
        left: 0;
        top: 1px; }
      .grid__footer_bottom .site-footer__linklist-item:first-child::before {
        display: none; }
      .site-footer__linklist--center .grid__footer_bottom .site-footer__linklist-item {
        display: inline-block;
        padding: 3px 10px; } }

.site-footer__newsletter {
  margin: 35px auto 0;
  max-width: 320px; }
  @media only screen and (min-width: 750px) {
    .site-footer__newsletter {
      margin: 55px 0 44px;
      max-width: none; } }

.site-footer__social-icons,
.site-footer__copyright {
  margin-top: 35px; }
  @media only screen and (min-width: 750px) {
    .site-footer__social-icons,
    .site-footer__copyright {
      margin-top: 55px; } }

.social-icons__link {
  color: #78cab4;
  display: block;
  font-weight: normal;
  padding: 0 10px; }
  .social-icons__link:first-child {
    margin-left: 0; }
  .social-icons__link svg.icon-rss {
    margin-top: -10px;
    width: 20px;
    height: 20px; }

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

.site-footer__copyright-content {
  font-size: 0.8em;
  padding-right: 20px; }
  .site-footer__copyright--right .site-footer__copyright-content {
    padding: 0 0 0 20px; }
    .site-footer__copyright--right .site-footer__copyright-content:first-child {
      padding-left: 0; }
    @media only screen and (min-width: 750px) {
      .site-footer__copyright--right .site-footer__copyright-content {
        padding: 0 0 0 30px; } }

.site-footer__copyright-content--powered-by {
  padding-right: 0; }

.site-footer__payment-icons {
  margin-top: 22px; }
  @media only screen and (min-width: 750px) {
    .site-footer__payment-icons {
      margin-top: 22px; }
      .site-footer__copyright--right .site-footer__payment-icons {
        padding-left: 30px; } }
  .site-footer__payment-icons .payment-icon {
    margin-right: 5px; }
    .site-footer__payment-icons .payment-icon:last-child {
      margin-right: 0; }

.site-footer__copyright--bottom {
  margin-top: 35px; }

@media only screen and (min-width: 750px) {
  .site-footer__payment-icons--right {
    float: right;
    margin-top: 0; } }
.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 only screen and (max-width: 749px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: block; } }

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

.feature-row__image-wrapper {
  margin: 0 auto 19.44444px;
  position: relative;
  width: 100%; }

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

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

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

  .feature-row__text--right {
    padding-right: 35px; } }
@media only screen and (min-width: 750px) {
  .featured-row__subtext {
    font-size: 1.13333em; } }
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.hero--x-small {
  height: 94px; }

.hero--small {
  height: 225px; }

.hero--medium {
  height: 357px; }

.hero--large {
  height: 488px; }

.hero--x-large {
  height: 582px; }

@media only screen and (min-width: 750px) {
  .hero--x-small {
    height: 125px; }

  .hero--small {
    height: 300px; }

  .hero--medium {
    height: 475px; }

  .hero--large {
    height: 650px; }

  .hero--x-large {
    height: 775px; } }
.hero__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #211c54;
  opacity: 0.5;
  z-index: 1; }

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 55px 0;
  color: white;
  z-index: 2; }

.hero__btn {
  background-color: white;
  color: black;
  margin-top: 27.5px; }

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-slider__text {
  font-size: 1.11667em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px; }
  .quotes-slider__text cite {
    font-size: 0.78947em;
    font-style: normal; }
  .quotes-slider__text p {
    margin-bottom: 30px; }
    .quotes-slider__text p + cite {
      margin-top: 0; }

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 55px; }
  .quotes-wrapper .slick-dots li button::before {
    color: #211c54;
    opacity: 0.2; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.logo-bar {
  text-align: center;
  margin-bottom: -35px; }

@media only screen and (min-width: 750px) {
  .logo-bar--large {
    margin-bottom: -55px; } }
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 27.5px 35px; }

@media only screen and (min-width: 750px) {
  .logo-bar__item--large {
    margin-bottom: 55px; } }
.logo-bar__image {
  display: block;
  margin: 0 auto; }

.logo-bar__link {
  display: block; }

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  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 only screen and (min-width: 750px) {
    .map-section {
      min-height: 500px; } }

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

.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; }

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

.map-section__error {
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 750px) {
    .map-section__error {
      position: absolute;
      margin: 0 2rem;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-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%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .map-section__content-wrapper {
      -ms-flex-preferred-size: 50%;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%; } }
  @media only screen and (min-width: 990px) {
    .map-section__content-wrapper {
      -ms-flex-preferred-size: 33%;
      -webkit-flex-basis: 33%;
      -moz-flex-basis: 33%;
      flex-basis: 33%; } }

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: rgba(33, 28, 84, 0.05);
  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;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center; }
  .map-section__content > * {
    width: 100%; }
  @media only screen and (min-width: 750px) {
    .map-section__content {
      background-color: white;
      margin: 55px 0;
      min-height: 300px; }
      .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;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

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

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

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 750px) {
    .map-section__background-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; } }
  .ie9 .map-section__background-wrapper {
    width: 100%;
    height: 500px; }
  .map-section--onboarding .map-section__background-wrapper {
    min-height: 55vh; }

.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 750px) {
    .map-section__image {
      position: absolute; } }
  .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; }

.image-bar {
  overflow: hidden; }
  @media only screen and (max-width: 749px) {
    .image-bar {
      max-width: 400px;
      margin: 0 auto; } }

.image-bar__item {
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__link:focus .image-bar__content {
  border-color: #211c54; }

.image-bar__content, .image-bar__item {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
    height: 94px; }
  .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
    height: 225px; }
  .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
    height: 357px; }
  .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
    height: 488px; }
  .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
    height: 582px; }
  @media only screen and (min-width: 750px) {
    .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
      height: 125px; }
    .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
      height: 300px; }
    .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
      height: 475px; }
    .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
      height: 650px; }
    .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
      height: 775px; } }

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #211c54;
  opacity: 0.5; }

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center; }

.collection-grid {
  margin-bottom: -22px;
  overflow: auto; }

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 22px; }
  @media only screen and (min-width: 750px) {
    .collection-grid-item {
      margin-bottom: 18px; } }

.wrap-collectiton-hero {
  min-height: 38px;
  margin-top: -55px;
  /*     background: url(/cdn/shop/files/product-hero-bg-leftt.jpg?v=1614279423) repeat-x center top;
      background-size: cover; */ }
  @media only screen and (max-width: 749px) {
    .wrap-collectiton-hero {
      display: none !important; } }

.wrap-collectiton-hero-bg {
  background-position: 40% bottom; }

.wrap-collectiton-hero .box-collection-top {
  margin: 0 auto;
  max-width: 1320px;
  height: 339px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  background-position: 48% -55px;
  background-repeat: no-repeat; }

.wrap-collectiton-hero .box-collection-top .collection-hero__title-wrapper {
  position: relative !important; }

.wrap-collectiton-hero .box-collection-top .collection-hero__title {
  position: relative !important;
  font-weight: bold;
  /*     -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%); */ }

.wrap-collectiton-hero .box-collection-top .collection-hero-image-wrapper,
.wrap-collectiton-hero .box-collection-top .collection-hero-image-wrapper.page-width.add-box-shadow {
  position: relative !important;
  right: 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 12px;
  margin: 0;
  border: 0;
  display: flex;
  height: 310px;
  align-items: flex-end;
  justify-content: center;
  width: 438px; }

.wrap-collectiton-hero .box-collection-top .collection-hero-image-wrapper img {
  max-width: initial !important; }

.wrap-collectiton-hero .box-collection-top .collection-hero-image-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom; }

.collection-grid-item__title {
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1; }
  @media only screen and (min-width: 750px) {
    .collection-grid-item__title {
      padding: 0 15px; } }

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .collection-grid-item__link:focus {
    border-color: #211c54; }

.section-collections-grid a.collection-grid-item__link,
.section-collections-grid a.collection-grid-item__link:active,
.section-collections-grid a.collection-grid-item__link:hover,
.section-collections-grid a.collection-grid-item__link:focus {
  border: none !important;
  box-shadow: 0 0 0 !important;
  outline: none !important; }

@media only screen and (min-width: 750px) {
  .section-collections-grid h5.collection-grid-item__title, .section-collections-grid .collection-grid-item__title.h5 {
    font: normal normal bold 19px/26px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; } }
@media only screen and (max-width: 749px) {
  .section-collections-grid h5.collection-grid-item__title, .section-collections-grid .collection-grid-item__title.h5 {
    font: normal normal bold 14px/20px 'manrope';
    margin-top: 25px !important;
    padding-left: 20px !important; } }
@media only screen and (max-width: 749px) {
  .section-collections-grid h5.collection-grid-item__title img, .section-collections-grid .collection-grid-item__title.h5 img {
    margin-bottom: -3px !important;
    max-width: 10px !important; } }

@media only screen and (max-width: 749px) {
  .section-collections-grid .grid__item:last-child h5.collection-grid-item__title, .section-collections-grid .grid__item:last-child .collection-grid-item__title.h5 {
    font: normal normal bold 15px/20px 'manrope';
    margin-top: 25px !important;
    padding-left: 16px !important; } }

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff !important; }
  .collection-grid-item__overlay .group-hero-products {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 20px 20px 40px; }
    @media only screen and (min-width: 750px) {
      .collection-grid-item__overlay .group-hero-products {
        align-items: flex-end;
        -moz-align-items: flex-end;
        -webkit-align-items: flex-end;
        justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -webkit-justify-content: space-evenly; } }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .collection-grid-item__overlay .group-hero-products {
        align-items: flex-end;
        -moz-align-items: flex-end;
        -webkit-align-items: flex-end;
        padding: 20px 20px 20px !important; } }
    @media only screen and (max-width: 749px) {
      .collection-grid-item__overlay .group-hero-products {
        display: flex;
        align-items: flex-end;
        padding: 20px 20px 16px;
        text-align: center; } }
    @media (max-width: 440px) {
      .collection-grid-item__overlay .group-hero-products {
        /*       padding: 20px 20px 14px !important; */
        transform: scale(1.1); } }
  @media only screen and (max-width: 749px) {
    .collection-grid-item__overlay .group-hero-products img {
      margin-left: auto;
      margin-right: auto;
      max-height: 200px;
      width: auto; } }
  @media (max-width: 440px) {
    .collection-grid-item__overlay .group-hero-products img {
      max-height: 100px !important; } }
  .collection-grid-item__overlay .group-hero-products img.hero-one {
    /*@media (min-width: 441px) and (max-width: 767px) {
      flex-basis: 40%;
      max-width: 40%;
      min-width: 40%;
      width: 40%;
    }*/
    /*@include media-query($medium) {
      flex-basis: 40%;
      max-width: 40%;
      min-width: 40%;
      width: 40%;
    }
    @include media-query($large-up) {
      flex-basis: 22%;
      max-width: 22%;
      min-width: 22%;
      margin-right: 1%;
      width: 22%;
    }*/ }
    @media only screen and (max-width: 749px) {
      .collection-grid-item__overlay .group-hero-products img.hero-one {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        /*       margin-bottom: .6rem; */ } }
  .collection-grid-item__overlay .group-hero-products img.hero-two {
    /*@media (min-width: 441px) and (max-width: 767px) {
      flex-basis: 58%;
      max-width: 58%;
      min-width: 58%;
      width: 58%;
    }*/
    /*@include media-query($medium) {
      flex-basis: 58%;
      max-width: 58%;
      min-width: 58%;
      width: 58%;
    }
    @include media-query($large-up) {
      flex-basis: 28%;
      max-width: 28%;
      min-width: 28%;
      margin-right: 1%;
      width: 28%;
    }*/ }
  .collection-grid-item__overlay .group-hero-products img.hero-three {
    /*@include media-query($large-up) {
      flex-basis: 40%;
      max-width: 40%;
      min-width: 40%;
      width: 40%;
    }*/ }
  @media (max-width: 640px) {
    .collection-grid-item__overlay .show-md-up {
      display: none !important; } }
  @media (max-width: 1150px) {
    .collection-grid-item__overlay .show-lg-up {
      display: none !important; } }

@media (min-width: 1340px) {
  #shop.page-width {
    max-width: 1320px !important;
    margin: 0 auto; } }
@media only screen and (min-width: 990px) {
  #shop.page-width {
    max-width: 1260px;
    margin: 0 auto; }

  .collection-grid-item__overlay .group-hero-products {
    /*     padding: 20px 40px 65px 50px!important; */
    transform: scale(1.1); } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  #shop.page-width {
    padding-left: 12px !important;
    padding-right: 12px !important; } }
@media (min-width: 441px) and (max-width: 991px) {
  .collection-grid .collection-grid-item__overlay .group-hero-products {
    /*    padding: 20px 32px 40px 24px !important; */
    transform: scale(1.1); } }
@media (min-width: 441px) and (max-width: 767px) {
  .collection-grid .collection-grid-item__overlay .group-hero-products {
    /*    padding: 20px 32px 40px 32px !important; */
    transform: scale(1.1); }

  .collection-grid .collection-grid-item {
    padding-bottom: 65% !important; } }
@media (min-width: 1151px) and (max-width: 1270px) {
  .collection-grid .collection-grid-item .group-hero-products img {
    margin-left: 0px;
    margin-right: 8px; } }
/* Box Shadow */
.collection-grid .collection-grid-item .group-hero-products img {
  -webkit-filter: drop-shadow(2px 10px 10px #c1c1c1);
  filter: drop-shadow(2px 10px 10px #c1c1c1); }

.collection-grid-item__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #211c54;
  opacity: 0.5; }

.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 only screen and (max-width: 749px) {
    .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 only screen and (max-width: 749px) {
    .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 .collection-grid-item {
    margin-bottom: 0; }

.custom__item--image {
  margin: 0 auto;
  padding-left: 0; }

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

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

.custom__item-inner--image {
  position: relative;
  margin: 0 auto; }

.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0; }

/*================ 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; }

.newsletter-section {
  padding-top: 55px; }

.index-section--newsletter-background {
  background-color: rgba(33, 28, 84, 0.05); }

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

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

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

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

/* Palette Colors : Global colors */
.palette {
  display: table;
  clear: both;
  width: 100%;
  content: "";
  margin-bottom: 40px; }

.palette .swatch {
  display: block;
  float: left;
  width: 270px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 90px;
  min-height: 70px; }

.palette .swatch::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  float: left;
  background-color: #eaeaea;
  width: 70px;
  height: 70px;
  border-radius: 10px; }

.palette .swatch .swatch__title {
  font-size: 19px;
  line-height: 26px; }

.palette .swatch em {
  display: block;
  clear: both; }

.palette .swatch .swatch__copy p,
.palette .swatch .swatch__copy ol,
.palette .swatch .swatch__copy ul,
.palette .swatch .swatch__copy li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0; }

.palette .swatch--primary-color::before {
  background-color: #211C54; }

.palette .swatch--secondary-color::before {
  background-color: #78CAB4; }

.palette .swatch--00B67A-color::before {
  background-color: #00B67A; }

.palette .swatch--707070-color::before {
  background-color: #707070; }

.palette .swatch--F2F2F2-color::before {
  background-color: #F2F2F2; }

.palette .swatch--FFFFFF-color::before {
  background-color: #FFFFFF;
  border: 1px solid #828282; }

.palette .swatch--000000-color::before {
  background-color: #000000; }

.palette .swatch--00000029-color::before {
  background-color: #00000029; }

.palette .swatch--E3E3E3-color::before {
  background-color: #E3E3E3; }

.palette .swatch--00000040-color::before {
  background-color: #00000040; }

.palette .swatch--8A8A8A-color::before {
  background-color: #8A8A8A; }

.palette .swatch--9B9B9B-color::before {
  background-color: #9B9B9B; }

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  flex-wrap: wrap; }
  @media only screen and (min-width: 750px) {
    .wp-block-columns {
      flex-wrap: nowrap; } }

@media only screen and (min-width: 750px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1; } }

@media only screen and (min-width: 750px) {
  .wp-block-column:not(:first-child) {
    margin-left: 2em; } }

.txt-green {
  color: #78CAB4; }

small .txt-green.txt-bold,
.cta-link.txt-green.txt-bold {
  border-bottom: none;
  color: #78CAB4;
  font-weight: 600;
  text-decoration: none; }

.cta-link.txt-green.txt-bold:focus,
.cta-link.txt-green.txt-bold:hover {
  color: #78CAB4;
  border-bottom: 1px solid currentColor !important; }

.txt-black {
  color: #000000; }

.cta-link.txt-black {
  border-bottom: none !important;
  color: #000000;
  text-decoration: none; }

.cta-link.txt-black:hover {
  border-bottom: 1px solid currentColor !important;
  color: #78CAB4;
  text-decoration: none; }

.txt-blue {
  color: #211C54; }

.important .txt-blue {
  color: #211C54 !important; }

.txt-white {
  color: #FFFFFF; }

/* Buttons */
.btn-cta {
  background: #78CAB4 0% 0% no-repeat padding-box;
  border-radius: 32px !important;
  opacity: 1;
  padding: 10px 34px; }

.cta-bg-green {
  background: #78CAB4 0% 0% no-repeat padding-box;
  border: 1px solid #78CAB4;
  border-radius: 32px;
  color: #fff;
  opacity: 1; }

.cta-bg-green:focus,
.cta-bg-green:hover {
  background: #211C54 0% 0% no-repeat padding-box;
  border: 1px solid #211C54; }

.btn-shadow {
  box-shadow: 1px 7px 10px #00000029;
  opacity: 1; }

.btn-shadow:focus,
.btn-shadow:hover {
  color: #FFFFFF !important; }

.btn-full {
  width: 100% !important; }

.cta-bg-blue {
  background: #211C54 0% 0% no-repeat padding-box;
  border: 1px solid #211C54;
  color: #fff; }

.uppercase {
  text-transform: uppercase !important; }

/* Home Hero */
.wrap-home-hero {
  padding: 90px 0 0px;
  min-height: 560px; }
  @media (min-width: 1600px) {
    .wrap-home-hero {
      padding: 90px 0 0px;
      min-height: 560px; } }
  @media only screen and (max-width: 749px) {
    .wrap-home-hero {
      padding: 40px 0 0px;
      text-align: center;
      min-height: auto; } }
  .wrap-home-hero h1, .wrap-home-hero .h1 {
    font-weight: bold; }
    @media only screen and (max-width: 749px) {
      .wrap-home-hero h1, .wrap-home-hero .h1 {
        font-size: 35px;
        text-align: center; } }
  @media only screen and (max-width: 749px) {
    .wrap-home-hero .h3 {
      font-size: 15px !important;
      font-weight: 300;
      text-align: center;
      margin: 0 auto 20px; } }
  @media only screen and (min-width: 990px) {
    .wrap-home-hero .h3 p {
      line-height: 45px; } }
  @media only screen and (max-width: 749px) {
    .wrap-home-hero .h3 p {
      font-size: 15px !important;
      line-height: 1.8;
      text-align: center; } }
  .wrap-home-hero .h3 strong {
    font-weight: 600 !important; }
    @media only screen and (max-width: 749px) {
      .wrap-home-hero .h3 strong {
        clear: both;
        display: block;
        font-weight: 600 !important;
        width: 100%; } }
  @media only screen and (min-width: 750px) {
    .wrap-home-hero .featured-row__subtext {
      margin-bottom: 50px; } }
  .wrap-home-hero a.btn, .wrap-home-hero .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button .wrap-home-hero a.shopify-payment-button__button--unbranded {
    box-shadow: 1px 7px 10px #00000029;
    border-radius: 32px;
    opacity: 1;
    min-width: 223px; }
    @media only screen and (max-width: 749px) {
      .wrap-home-hero a.btn, .wrap-home-hero .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button .wrap-home-hero a.shopify-payment-button__button--unbranded {
        font-size: 16px;
        min-width: 258px;
        display: none;
        margin: 0 auto;
        /*       min-height: 43px;
              padding-top: 0.65rem; */ } }
  .wrap-home-hero .slick-slider .slick-dots li {
    margin-left: 25px; }
    @media only screen and (max-width: 749px) {
      .wrap-home-hero .slick-slider .slick-dots li {
        margin-left: 22px; } }
  .wrap-home-hero .slick-slider .slick-dots li:first-child {
    margin-left: 0 !important; }

/*@include media-query($medium-up) {
  [class*="index-section"]:first-child {
      margin-top: -55px;
  }
}*/
/*#shopify-section-collections-grid{background: #ffffff !important;}*/
#shopify-section-1611702392e59bd0c9 {
  padding-bottom: 32px !important; }
  @media (min-width: 1600px) {
    #shopify-section-1611702392e59bd0c9 {
      padding-bottom: 40px !important; } }

#shopify-section-161175931828cb5d08 {
  padding-top: 0;
  padding-bottom: 55px; }
  @media only screen and (max-width: 749px) {
    #shopify-section-161175931828cb5d08 {
      padding-bottom: 15px; } }

.wrap-home-hero .feature-row__item.feature-row__text {
  -webkit-flex: 0 1 60%;
  -moz-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  min-width: 60%;
  max-width: 60%;
  width: 60%; }
  @media only screen and (max-width: 749px) {
    .wrap-home-hero .feature-row__item.feature-row__text {
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      min-width: 100%;
      max-width: 100%;
      width: 100%; } }

.wrap-home-hero .feature-row__item.featured-carousel {
  -webkit-flex: 0 1 40%;
  -moz-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  min-width: 40%;
  max-width: 40%;
  width: 40%; }
  @media only screen and (min-width: 990px) {
    .wrap-home-hero .feature-row__item.featured-carousel {
      -webkit-flex: 0 1 40%;
      -moz-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
      flex: 0 1 40%;
      min-width: 440px;
      max-width: 440px;
      margin-right: 8%;
      width: 40%; } }
  @media only screen and (max-width: 749px) {
    .wrap-home-hero .feature-row__item.featured-carousel {
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      min-width: 440px;
      max-width: 440px;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-top: 10px;
      width: 100%; } }
  @media (max-width: 440px) {
    .wrap-home-hero .feature-row__item.featured-carousel {
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      min-width: 330px !important;
      max-width: 330px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-top: 50px;
      width: 100%; } }

.wrap-home-hero .h3 p {
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 2rem; }

.wrap-home-hero .product-featured {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: baseline; }

.wrap-home-hero .product-featured-one-img-slider {
  /*   display: flex; */
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: baseline; }

/* Icon Boxes */
.wrap-icon-boxes {
  position: relative;
  margin-top: 30px; }
  @media only screen and (max-width: 749px) {
    .wrap-icon-boxes #get-to-shop {
      position: absolute;
      top: 81%;
      left: 0; } }

.wrap-icon-boxes .heading-section h2, .wrap-icon-boxes .heading-section .h2 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 989px) {
    .wrap-icon-boxes .heading-section h2, .wrap-icon-boxes .heading-section .h2 {
      font-size: 35px; } }

.wrap-icon-boxes .wrap-column-section {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 749px) {
    .wrap-icon-boxes .wrap-column-section {
      flex-flow: row;
      -moz-flex-flow: row;
      -webkit-flex-flow: row;
      width: 100%; } }
  .wrap-icon-boxes .wrap-column-section h4, .wrap-icon-boxes .wrap-column-section .h4 {
    margin: 0 0 9px;
    /*     @include media-query($medium-down) {
          font-size: 19px;
          font-weight: bold;
        } */ }
    @media screen and (max-width: 500px) {
      .wrap-icon-boxes .wrap-column-section h4, .wrap-icon-boxes .wrap-column-section .h4 {
        font-size: 9px;
        font-weight: bold; } }
  .wrap-icon-boxes .wrap-column-section h6, .wrap-icon-boxes .wrap-column-section .h6 {
    margin: 0;
    font-weight: normal;
    /*     @include media-query($medium-down) {
          font-size: 15x;
          font-weight: bold;
        } */ }
    @media screen and (max-width: 500px) {
      .wrap-icon-boxes .wrap-column-section h6, .wrap-icon-boxes .wrap-column-section .h6 {
        font-size: 8px;
        font-weight: bold; } }
  .wrap-icon-boxes .wrap-column-section .item_icon_box {
    padding: 0 16px; }
    @media screen and (max-width: 500px) {
      .wrap-icon-boxes .wrap-column-section .item_icon_box {
        /*      margin-bottom: 70px; */
        padding: 5px;
        margin: inherit;
        width: 100%; } }
    .wrap-icon-boxes .wrap-column-section .item_icon_box:last-child {
      margin-bottom: 0 !important; }

.wrap-icon-boxes .item_icon_box figure {
  /*   margin-bottom: 19px;
    margin-top: 19px; */ }
  @media only screen and (max-width: 749px) {
    .wrap-icon-boxes .item_icon_box figure {
      margin-bottom: 5px; } }
  .wrap-icon-boxes .item_icon_box figure img {
    max-height: 70px;
    width: auto; }
    @media only screen and (max-width: 749px) {
      .wrap-icon-boxes .item_icon_box figure img {
        /*      margin-bottom: 70px; */
        max-height: 35px; } }

/* wrap-featured-cta-banner */
/* #shopify-section-161177332481601711.index-section {
  padding-top: 0;
} */
@media only screen and (min-width: 990px) {
  .wrap-featured-cta-banner .page-width.feature-row {
    padding-left: 56px;
    padding-right: 56px; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  .wrap-featured-cta-banner .page-width.feature-row {
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (min-width: 750px) {
  .wrap-featured-cta-banner .page-width.feature-row {
    padding-bottom: 24px;
    padding-top: 24px; } }
@media only screen and (max-width: 749px) {
  .wrap-featured-cta-banner .page-width.feature-row {
    text-align: center;
    padding-bottom: 16px; } }
.wrap-featured-cta-banner h2, .wrap-featured-cta-banner .h2 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0; }
  @media only screen and (max-width: 749px) {
    .wrap-featured-cta-banner h2, .wrap-featured-cta-banner .h2 {
      font-size: 35px;
      line-height: 45px;
      text-align: center; } }
.wrap-featured-cta-banner .txt-white p {
  color: #fff;
  font-size: 21px; }
  @media only screen and (max-width: 749px) {
    .wrap-featured-cta-banner .txt-white p {
      font-size: 15px;
      text-align: center; } }
.wrap-featured-cta-banner .feature-row__item.feature-row__text {
  -webkit-flex: 0 1 70%;
  -moz-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  min-width: 70%;
  max-width: 70%;
  width: 70%; }
  @media only screen and (max-width: 749px) {
    .wrap-featured-cta-banner .feature-row__item.feature-row__text {
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      min-width: 100%;
      max-width: 100%;
      width: 100%; } }
.wrap-featured-cta-banner .feature-row__item.featured-cta-banner {
  -webkit-flex: 0 1 30%;
  -moz-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  min-width: 30%;
  max-width: 30%;
  width: 30%; }
  @media only screen and (max-width: 749px) {
    .wrap-featured-cta-banner .feature-row__item.featured-cta-banner {
      -webkit-flex: 0 1 100%;
      -moz-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      min-width: 100%;
      max-width: 100%;
      margin-top: 50px;
      width: 100%; } }
.wrap-featured-cta-banner .featured-row__subtext {
  margin-bottom: 46px; }
  @media only screen and (max-width: 749px) {
    .wrap-featured-cta-banner .featured-row__subtext {
      margin: 0 auto 25px; } }
.wrap-featured-cta-banner a.btn, .wrap-featured-cta-banner .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button .wrap-featured-cta-banner a.shopify-payment-button__button--unbranded {
  font-size: 24px !important;
  height: 58px;
  opacity: 1;
  outline: none;
  width: 223px;
  /*&:focus,
  &:hover {
    background-color: #00B67A !important;
    outline: none;
  }*/ }
  @media only screen and (max-width: 749px) {
    .wrap-featured-cta-banner a.btn, .wrap-featured-cta-banner .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button .wrap-featured-cta-banner a.shopify-payment-button__button--unbranded {
      font-size: 16px !important;
      height: 43px;
      width: 203px; } }
.wrap-featured-cta-banner a.link-image {
  opacity: 1;
  outline: none; }
  .wrap-featured-cta-banner a.link-image:hover {
    opacity: 1;
    outline: none; }

/* Logos hero */
.index-section.block-logos-hero {
  opacity: 1;
  padding-top: 0; }
  @media only screen and (min-width: 750px) {
    .index-section.block-logos-hero {
      border-bottom: 1px solid #bbb8ca; } }
  @media only screen and (max-width: 749px) {
    .index-section.block-logos-hero {
      padding-top: 10px;
      padding-bottom: 5px; } }
  @media only screen and (max-width: 749px) {
    .index-section.block-logos-hero .page-width {
      padding-left: 5px;
      padding-right: 5px; } }
  .index-section.block-logos-hero .wrap-column-section {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center; }
    @media only screen and (max-width: 749px) {
      .index-section.block-logos-hero .wrap-column-section {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap; } }
  @media only screen and (max-width: 749px) {
    .index-section.block-logos-hero .item_logo_box {
      flex-basis: 20%;
      min-width: 15%;
      max-width: 20%;
      margin-bottom: 0px;
      width: 20%;
      text-align: center;
      padding: 5px 10px; } }
  .index-section.block-logos-hero .item_logo_box:nth-child(6) img {
    width: 110px; }
  @media only screen and (max-width: 749px) {
    .index-section.block-logos-hero .item_logo_box:nth-child(6) {
      flex-basis: 25%;
      max-width: 100%; } }
  @media (max-width: 440px) {
    .index-section.block-logos-hero .item_logo_box:nth-child(1) img {
      max-width: 20px !important; }
    .index-section.block-logos-hero .item_logo_box:nth-child(2) img {
      max-width: 45px !important; }
    .index-section.block-logos-hero .item_logo_box:nth-child(3) img {
      max-width: 45px !important; }
    .index-section.block-logos-hero .item_logo_box:nth-child(4) img {
      max-width: 52px !important; }
    .index-section.block-logos-hero .item_logo_box:nth-child(5) img {
      max-width: 45px !important; }
    .index-section.block-logos-hero .item_logo_box:nth-child(6) {
      flex-basis: 25%;
      max-width: 100%; }
    .index-section.block-logos-hero .item_logo_box:nth-child(6) img {
      max-width: 100% !important; }
    .index-section.block-logos-hero .item_logo_box:nth-child(7) img {
      /* max-width: 100% !important; */
      clip-path: inset(0 50% 0 0); }
    .index-section.block-logos-hero .item_logo_box:nth-child(7) a {
      height: 35px !important;
      width: 100% !important; }
      .index-section.block-logos-hero .item_logo_box:nth-child(7) a:hover img {
        clip-path: inset(0 0 0 0); }
    .index-section.block-logos-hero .item_logo_box:nth-child(7) {
      min-width: 25% !important; } }
  .index-section.block-logos-hero figure:hover img {
    filter: grayscale(0%); }
  .index-section.block-logos-hero figure img {
    filter: grayscale(100%); }
    .index-section.block-logos-hero figure img:hover {
      filter: grayscale(0%); }

@media only screen and (min-width: 750px) {
  .index-section.section-help-hero {
    border-bottom: 0px solid #908da9; } }

/* wrap-shipping-hero */
@media only screen and (max-width: 989px) {
  .wrap-shipping-hero .empty-padding {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 749px) {
  .wrap-shipping-hero .feature-row {
    display: flex;
    flex-flow: wrap;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap; } }
@media only screen and (max-width: 749px) {
  .wrap-shipping-hero .feature-row__item {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%; } }
@media only screen and (max-width: 749px) {
  .wrap-shipping-hero .hero-image {
    order: 1 !important; } }
@media only screen and (max-width: 749px) {
  .wrap-shipping-hero .feature-row__text--right {
    order: 2 !important;
    padding-top: 28px !important;
    /*margin-bottom: -64px !important; */
    margin-bottom: 0px !important; } }
.wrap-shipping-hero .feature-row__image-wrapper {
  margin: 0; }
  @media only screen and (max-width: 989px) {
    .wrap-shipping-hero .feature-row__image-wrapper {
      max-width: 100% !important;
      width: 100%; } }
  @media only screen and (max-width: 989px) {
    .wrap-shipping-hero .feature-row__image-wrapper img {
      max-width: 100% !important;
      width: 100%; } }
@media only screen and (min-width: 750px) {
  .wrap-shipping-hero .feature-row__text {
    padding-right: 16px; } }
@media only screen and (max-width: 989px) {
  .wrap-shipping-hero .feature-row__text {
    padding-left: 20px;
    padding-right: 20px; } }
.wrap-shipping-hero h2, .wrap-shipping-hero .h2,
.wrap-shipping-hero .h2 {
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1; }
  @media only screen and (min-width: 990px) {
    .wrap-shipping-hero h2, .wrap-shipping-hero .h2,
    .wrap-shipping-hero .h2 {
      font: normal normal bold 36px/65px 'manrope';
      margin-bottom: 15px; } }
  @media only screen and (max-width: 989px) {
    .wrap-shipping-hero h2, .wrap-shipping-hero .h2,
    .wrap-shipping-hero .h2 {
      font: normal normal bold 35px/45px 'manrope';
      margin-bottom: 24px; } }
.wrap-shipping-hero .featured-row__subtext p {
  font: normal normal bold 20px/40px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1;
  line-height: normal; }
  @media only screen and (max-width: 989px) {
    .wrap-shipping-hero .featured-row__subtext p {
      font: normal normal bold 15px/24px 'manrope'; } }
  @media only screen and (max-width: 749px) {
    .wrap-shipping-hero .featured-row__subtext p br {
      display: none; } }
  .wrap-shipping-hero .featured-row__subtext p span {
    display: block;
    font-size: 14px; }
    @media only screen and (max-width: 989px) {
      .wrap-shipping-hero .featured-row__subtext p span {
        font-size: 12px; } }
.wrap-shipping-hero .featured-row__subtext-mobile p {
  font: normal normal bold 20px/40px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1; }
  @media only screen and (max-width: 989px) {
    .wrap-shipping-hero .featured-row__subtext-mobile p {
      font: normal normal bold 15px/24px 'manrope'; } }
.wrap-shipping-hero .content-column-info p {
  font: normal normal bold 18px/22px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1; }
  @media only screen and (max-width: 989px) {
    .wrap-shipping-hero .content-column-info p {
      font: normal normal bold 15px/20px 'manrope'; } }
  .wrap-shipping-hero .content-column-info p span, .wrap-shipping-hero .content-column-info p strong {
    display: block;
    font-size: 14px !important; }
    @media only screen and (max-width: 989px) {
      .wrap-shipping-hero .content-column-info p span, .wrap-shipping-hero .content-column-info p strong {
        font-size: 12px !important; } }
.wrap-shipping-hero .content-column-info-help {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 22px;
  max-width: 365px; }
  @media only screen and (min-width: 750px) {
    .wrap-shipping-hero .content-column-info-help {
      margin-top: 39px;
      padding-bottom: 16px; } }
  .wrap-shipping-hero .content-column-info-help div {
    flex-basis: 33%;
    min-width: 33%;
    max-width: 33%;
    position: relative;
    width: 33%; }
  .wrap-shipping-hero .content-column-info-help figure img {
    max-height: 50px; }
  .wrap-shipping-hero .content-column-info-help a p {
    padding-left: 8px; }
.wrap-shipping-hero .content-column-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 22px; }
  @media only screen and (max-width: 989px) {
    .wrap-shipping-hero .content-column-info {
      align-items: stretch;
      -moz-align-items: stretch;
      -webkit-align-items: stretch; } }
  .wrap-shipping-hero .content-column-info div {
    flex-basis: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-right: 3.3%;
    position: relative;
    width: 30%; }
    @media only screen and (max-width: 989px) {
      .wrap-shipping-hero .content-column-info div {
        padding-right: 8px;
        margin-right: 8px; } }
    @media only screen and (max-width: 989px) {
      .wrap-shipping-hero .content-column-info div.col-left-content {
        min-width: 35%; } }
    .wrap-shipping-hero .content-column-info div::after {
      background-color: #211C54;
      content: "";
      height: 100%;
      right: 0;
      top: 0;
      width: 2px;
      position: absolute; }
    .wrap-shipping-hero .content-column-info div:last-child::after {
      display: none; }

/* end */
.custom-testimonials {
  padding: 100px 0 100px; }
  @media only screen and (max-width: 749px) {
    .custom-testimonials {
      padding: 70px 0; } }
  .custom-testimonials .review_slider_custom {
    position: relative; }
  .custom-testimonials .review_slider_custom h2, .custom-testimonials .review_slider_custom .h2 {
    color: #fff;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 40px;
    border: none;
    text-align: left;
    font-size: 35px;
    line-height: 45px;
    text-transform: none;
    letter-spacing: normal;
    padding-left: 20px; }
    @media only screen and (max-width: 749px) {
      .custom-testimonials .review_slider_custom h2, .custom-testimonials .review_slider_custom .h2 {
        padding-left: 0px !important;
        padding-right: 20px;
        font-size: 20px; } }

/* section-collections-grid home page */
@media only screen and (max-width: 749px) {
  #shop .section-collections-grid {
    margin-left: -12px;
    margin-right: -12px; } }

@media only screen and (min-width: 750px) {
  .section-collections-grid .grid__item {
    padding-left: 16px !important; } }
@media only screen and (max-width: 749px) {
  .section-collections-grid .grid__item {
    padding-left: 5px;
    padding-right: 5px; } }

@media only screen and (min-width: 750px) {
  .section-collections-grid .collection-grid-item {
    padding-bottom: 287px !important; } }
@media only screen and (max-width: 749px) {
  .section-collections-grid .collection-grid-item {
    margin-bottom: 10.5px; } }

.section-collections-grid .collection-grid-item a.collection-grid-item__link {
  opacity: 1 !important; }
  @media only screen and (min-width: 750px) {
    .section-collections-grid .collection-grid-item a.collection-grid-item__link {
      height: 287px; } }
  .section-collections-grid .collection-grid-item a.collection-grid-item__link:hover, .section-collections-grid .collection-grid-item a.collection-grid-item__link :focus {
    opacity: 1 !important; }

/* breadcrumb  */
.breadcrumb .breadcrumb-list {
  padding: 20px 0 16px; }
  @media only screen and (max-width: 749px) {
    .breadcrumb .breadcrumb-list {
      padding: 12px 0 12px; } }
  @media only screen and (max-width: 749px) {
    .breadcrumb .breadcrumb-list span,
    .breadcrumb .breadcrumb-list a {
      font: normal normal normal 14px/18px 'manrope';
      letter-spacing: 0; } }
@media only screen and (max-width: 989px) {
  .breadcrumb .breadcrumb {
    height: 24px;
    overflow: visible; } }

/* template-customers/login */
body[class="template-customers/account  "] #shopify-section-footer .footer-top,
body[class="template-customers/register"] #shopify-section-footer .footer-top,
body[class="template-customers/login"] #shopify-section-footer .footer-top {
  display: none; }
body[class="template-customers/account  "] #shopify-section-footer .footer-middle,
body[class="template-customers/register"] #shopify-section-footer .footer-middle,
body[class="template-customers/login"] #shopify-section-footer .footer-middle {
  display: none; }

/* ********** template-list-collections ********* */
.template-page #shopify-section-footer .footer-top,
.template-article #shopify-section-footer .footer-top,
.template-blog #shopify-section-footer .footer-top,
.template-list-collections #shopify-section-footer .footer-top {
  display: none; }
.template-page #shopify-section-footer .footer-middle,
.template-article #shopify-section-footer .footer-middle,
.template-blog #shopify-section-footer .footer-middle,
.template-list-collections #shopify-section-footer .footer-middle {
  display: none; }

/* ********** template-collection ********** */
@media only screen and (max-width: 749px) {
  .template-collection main.main-content {
    padding-top: 5px !important; } }
.template-collection .collection-hero {
  margin-bottom: 0; }
.template-collection #shopify-section-footer .footer-top {
  display: none; }
.template-collection #shopify-section-footer .footer-middle {
  display: none; }
@media only screen and (max-width: 749px) {
  .template-collection header.collection-header > .collection-hero {
    display: none !important; } }
.template-collection .collection-hero__title {
  text-align: left !important; }
  .template-collection .collection-hero__title.top-position {
    color: #211C54; }
  .template-collection .collection-hero__title.bot-btn {
    margin-top: 20px;
    margin-bottom: 45px; }
  .template-collection .collection-hero__title a.btn, .template-collection .collection-hero__title .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button .template-collection .collection-hero__title a.shopify-payment-button__button--unbranded {
    box-shadow: 1px 7px 10px #00000029;
    opacity: 1 !important;
    width: 223px; }
  .template-collection .collection-hero__title a.btn:focus, .template-collection .collection-hero__title .shopify-payment-button a.shopify-payment-button__button--unbranded:focus, .shopify-payment-button .template-collection .collection-hero__title a.shopify-payment-button__button--unbranded:focus,
  .template-collection .collection-hero__title a.btn:hover,
  .template-collection .collection-hero__title .shopify-payment-button a.shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button .template-collection .collection-hero__title a.shopify-payment-button__button--unbranded:hover {
    background-color: #211c54;
    color: #fff; }
.template-collection .collection-hero__title-wrapper::before {
  display: none !important; }
.template-collection .collection-hero-image-wrapper {
  bottom: 15px;
  position: absolute;
  right: 15%;
  top: auto;
  outline: none !important;
  z-index: 99; }
  @media only screen and (max-width: 1399px) {
    .template-collection .collection-hero-image-wrapper {
      right: -1%; } }
  .template-collection .collection-hero-image-wrapper a,
  .template-collection .collection-hero-image-wrapper a:hover,
  .template-collection .collection-hero-image-wrapper a:focus {
    opacity: 1 !important;
    outline: none !important; }
  .template-collection .collection-hero-image-wrapper.add-box-shadow img {
    box-shadow: 0px 4px 6px #00000029; }
.template-collection #Collection .grid__item .grid-view-item .grid-view-item__image-wrapper {
  overflow: hidden; }
@media only screen and (min-width: 990px) {
  .template-collection #Collection .grid__item .grid-view-item .grid-view-item__title {
    min-height: 46px;
    height: 46px;
    overflow: hidden; } }
@media only screen and (min-width: 990px) {
  .template-collection #Collection .grid__item .grid-view-item .grid-view-item__meta .product-price__price {
    font: normal normal bold 35px/35px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; } }
.template-collection #Collection .grid__item .grid-view-item .grid-view-item__meta .product-price__price.price-old-card {
  font: normal normal bold 16px/22px 'manrope' !important; }
.template-collection #Collection .product-price--sold-out .grid-view-item__btn {
  display: none !important; }
.template-collection #Collection .grid__item .grid-view-item .grid-view-item__meta span.product-price__sold-out {
  background: #A4A4A4 0% 0% no-repeat padding-box;
  border-radius: 20px;
  box-shadow: 0 0 0;
  color: #FFFFFF;
  display: block;
  font: normal normal bold 16px/22px 'manrope';
  letter-spacing: 0px;
  opacity: 1;
  outline: none;
  min-height: 40px !important;
  padding: 9px 16px !important;
  margin: 12px auto;
  text-align: center;
  text-transform: none;
  width: 100%; }

/* .template-collection */
@media only screen and (max-width: 749px) {
  #Collection.page-width {
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    max-width: 100%;
    width: 100%; } }
@media only screen and (max-width: 749px) {
  #Collection.page-width .wrap-descriptio-collections-products {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (min-width: 750px) and (max-width: 989px) {
  #Collection .grid--view-items {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 0; } }
@media only screen and (max-width: 749px) {
  #Collection .grid--view-items {
    margin-bottom: 0 !important; } }

@media only screen and (min-width: 750px) and (max-width: 989px) {
  #Collection .grid__item {
    margin-left: 2% !important;
    margin-right: 2% !important;
    flex-basis: 46% !important;
    min-width: 46% !important;
    max-width: 46% !important;
    padding-left: 0 !important;
    width: 46% !important; } }
@media only screen and (max-width: 749px) {
  #Collection .grid__item {
    margin-bottom: 0 !important;
    /*     padding: 0 !important; */
    width: 100% !important; } }

#Collection .grid__item .grid-view-item {
  opacity: 1;
  position: relative;
  background-color: #fff; }
  @media only screen and (min-width: 750px) {
    #Collection .grid__item .grid-view-item {
      /*     border: 0.5px solid #211C54; */ } }
  @media only screen and (max-width: 749px) {
    #Collection .grid__item .grid-view-item {
      margin-bottom: 0 !important;
      border-top: 0.5px solid #908fa9;
      display: flex;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      width: 100%;
      text-align: center; } }
  #Collection .grid__item .grid-view-item div.cont-pro-image {
    transform: scale(1.2); }
    @media only screen and (max-width: 749px) {
      #Collection .grid__item .grid-view-item div.cont-pro-image {
        flex-basis: 45%;
        min-width: 45%;
        max-width: 45%;
        width: 45%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); } }
  @media only screen and (max-width: 749px) {
    #Collection .grid__item .grid-view-item div.cont-pro-description {
      flex-basis: 55%;
      min-width: 55%;
      max-width: 55%;
      width: 55%;
      position: relative;
      /*       z-index: 100; */ } }
  #Collection .grid__item .grid-view-item a.grid-view-item__link {
    opacity: 1;
    padding: 20px 20px 0px; }
    @media (min-width: 1300px) {
      #Collection .grid__item .grid-view-item a.grid-view-item__link {
        padding: 20px 20px 0px; } }
  @media only screen and (min-width: 750px) {
    #Collection .grid__item .grid-view-item .cont-pro-image img.grid-view-item__image {
      max-width: 100% !important;
      max-height: 176px !important;
      width: auto !important; } }
  @media only screen and (min-width: 750px) {
    #Collection .grid__item .grid-view-item .grid-view-item__image-wrapper {
      max-width: 100% !important;
      min-height: 176px !important;
      max-height: 176px !important;
      width: auto !important; } }
  @media only screen and (max-width: 749px) {
    #Collection .grid__item .grid-view-item .grid-view-item__image-wrapper {
      /*       margin-right: -22px !important; */ } }
  @media only screen and (min-width: 750px) {
    #Collection .grid__item .grid-view-item .grid-view-item__image-wrapper > div {
      text-align: center;
      display: flex;
      justify-content: center; } }
  @media only screen and (max-width: 749px) {
    #Collection .grid__item .grid-view-item .grid-view-item__image-wrapper > div {
      padding-top: 0 !important; } }
  @media only screen and (max-width: 749px) {
    #Collection .grid__item .grid-view-item .grid-view-item__image-wrapper > div img.grid-view-item__image {
      position: relative !important;
      max-height: 130px !important;
      max-width: 100%;
      width: auto;
      padding-left: 1rem; } }
  #Collection .grid__item .grid-view-item .grid-view-item__title {
    font: normal normal normal 12px/21px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow-wrap: break-word; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      #Collection .grid__item .grid-view-item .grid-view-item__title {
        margin-top: -20px; } }
    @media (max-width: 440px) {
      #Collection .grid__item .grid-view-item .grid-view-item__title {
        font: normal normal normal 12px/21px 'manrope';
        margin-bottom: 1.5rem; } }
  #Collection .grid__item .grid-view-item .grid-view-item__vendor {
    font: normal normal normal 12px/16px 'manrope';
    letter-spacing: 0px;
    color: #383838;
    opacity: 1;
    text-transform: capitalize; }
    @media (max-width: 440px) {
      #Collection .grid__item .grid-view-item .grid-view-item__vendor {
        font: normal normal normal 10px/16px 'manrope'; } }
  #Collection .grid__item .grid-view-item .trustpilot-widget {
    z-index: 98 !important;
    margin-top: 6px;
    margin-left: -1rem;
    /*&::after {
      background-color: white;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 10px;
      height: 100%;
    }
    
    iframe {
      overflow: hidden !important;
    width: 154px !important;
    }*/ }
  #Collection .grid__item .grid-view-item .grid-view-item__meta .product-price__price {
    font: normal normal 600 24px/32px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media (max-width: 440px) {
      #Collection .grid__item .grid-view-item .grid-view-item__meta .product-price__price {
        font: normal normal 600 20px/32px 'manrope'; } }
  #Collection .grid__item .grid-view-item .grid-view-item__btn {
    padding: 16px 20px 16px; }
    #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart-cr,
    #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart, #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-learn-more {
      background: #78CAB4 0% 0% no-repeat padding-box;
      border-radius: 20px;
      box-shadow: 0 0 0;
      color: #FFFFFF;
      display: block;
      font: normal normal bold 16px/22px 'manrope';
      letter-spacing: 0px;
      opacity: 1;
      outline: none;
      padding: 9px 16px;
      margin: 0 auto;
      width: 100%; }
      @media only screen and (max-width: 989px) {
        #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart-cr,
        #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart, #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-learn-more {
          max-width: 223px; } }
      #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart-cr:hover, #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart-cr:focus,
      #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart:hover,
      #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-add-to-cart:focus, #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-learn-more:hover, #Collection .grid__item .grid-view-item .grid-view-item__btn a.cs-learn-more:focus {
        background: #78CAB4 0% 0% no-repeat padding-box;
        box-shadow: 0px 5px 12px #0000002e; }
  #Collection .grid__item .grid-view-item .product-price__sale span.product-price__sale-label {
    background-color: #211c54;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0 0 5px #999;
    color: #fff;
    font: normal normal 600 10px/16px 'manrope';
    letter-spacing: 1px;
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 10px 5px;
    text-transform: uppercase; }
    @media only screen and (max-width: 749px) {
      #Collection .grid__item .grid-view-item .product-price__sale span.product-price__sale-label {
        left: -7rem;
        right: auto; } }
  #Collection .grid__item .grid-view-item input.btn, #Collection .grid__item .grid-view-item .shopify-payment-button input.shopify-payment-button__button--unbranded, .shopify-payment-button #Collection .grid__item .grid-view-item input.shopify-payment-button__button--unbranded {
    text-align: center;
    font: normal normal 600 20px/27px 'manrope';
    letter-spacing: 0px;
    color: #FFFFFF;
    height: 40px;
    opacity: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none !important;
    width: 223px; }
    @media (max-width: 440px) {
      #Collection .grid__item .grid-view-item input.btn, #Collection .grid__item .grid-view-item .shopify-payment-button input.shopify-payment-button__button--unbranded, .shopify-payment-button #Collection .grid__item .grid-view-item input.shopify-payment-button__button--unbranded {
        font: normal normal 600 16px/21px 'manrope';
        height: 30px;
        padding-top: 0px;
        padding-bottom: 2px; } }

/* ********** template-product ********** */
.template-product {
  /* product-recommendations */
  /* mobile */
  /* widget subscriptions */
  /* Sold Out Button */ }
  .template-product #shopify-section-footer .footer-top {
    display: none; }
  .template-product #shopify-section-footer .footer-middle {
    display: none; }
  .template-product main#MainContent {
    padding-top: 0; }
  .template-product hr {
    border-bottom: 1px solid #bbb !important; }
  @media only screen and (min-width: 990px) {
    .template-product .product-single__photos {
      display: flex; }
      .template-product .product-single__photos .hero-large-photo-product {
        order: 2;
        flex-basis: 75%;
        min-width: 75%;
        max-width: 75%;
        width: 75%; }
      .template-product .product-single__photos .thumbnails-wrapper {
        order: 1;
        flex-basis: 25%;
        min-width: 25%;
        max-width: 25%;
        width: 25%; }
    .template-product ul.product-single__thumbnails {
      display: flex;
      flex-flow: column;
      margin-left: 0; }
      .template-product ul.product-single__thumbnails .slick-list .slick-track {
        padding-top: 6px;
        max-width: 100% !important; }
      .template-product ul.product-single__thumbnails li.grid__item {
        float: none !important;
        padding-left: 0;
        width: 90% !important; }
      .template-product ul.product-single__thumbnails li img {
        max-width: 100% !important; }
    .template-product .slick-prev {
      background: transparent url(//wellspringmeds.com/cdn/shop/t/102/assets/arrow-top.png?v=173412332985006865901774356186) no-repeat 35% center;
      left: 0 !important;
      bottom: auto !important;
      top: -20px !important;
      width: 100% !important; }
      .template-product .slick-prev::before {
        content: ""; }
    .template-product .slick-next {
      background: transparent url(//wellspringmeds.com/cdn/shop/t/102/assets/arrow-bot.png?v=12502110938168824071774356186) no-repeat 35% center;
      right: 0 !important;
      bottom: -40px !important;
      top: auto !important;
      width: 100% !important; }
      .template-product .slick-next::before {
        content: ""; }
    .template-product .product-single > div.product-single__photos {
      width: 50% !important;
      margin-right: 2rem;
      padding-bottom: 4rem; }
    .template-product .product-single > div.medium-up--one-half {
      width: 46%; } }
  .template-product .product-single__title {
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 10px; }
  .template-product .product-single__vendor {
    font: normal normal normal 14px/20px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-transform: none !important; }
  .template-product #trustpilot-widget-trustbox-0-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    z-index: 98 !important;
    margin-left: -50% !important; }
    @media only screen and (max-width: 749px) {
      .template-product #trustpilot-widget-trustbox-0-wrapper {
        width: 90px;
        margin-left: 0 !important; } }
    @media (min-width: 1024px) and (max-width: 1300px) {
      .template-product #trustpilot-widget-trustbox-0-wrapper {
        margin-left: -60% !important; } }
    @media (min-width: 1301px) {
      .template-product #trustpilot-widget-trustbox-0-wrapper {
        margin-left: -67% !important; } }
    .template-product #trustpilot-widget-trustbox-0-wrapper .trustpilot-widget {
      z-index: 99 !important; }
      @media only screen and (max-width: 749px) {
        .template-product #trustpilot-widget-trustbox-0-wrapper .trustpilot-widget {
          overflow: hidden;
          width: 180px; } }
      @media only screen and (max-width: 749px) {
        .template-product #trustpilot-widget-trustbox-0-wrapper .trustpilot-widget iframe {
          height: 26px !important; } }
  .template-product #shopify-product-reviews .spr-container {
    display: none !important; }
  .template-product .wrapper-company-stars {
    justify-content: left !important; }
  .template-product .product-single__meta .product-single__price {
    font: normal normal bold 30px/40px 'manrope';
    letter-spacing: 0px;
    color: #211C54;
    opacity: 1; }
    .template-product .product-single__meta .product-single__price span {
      color: #211C54;
      display: inline-flex; }
  .template-product .product-price__sale-label {
    background-color: #78cab4;
    border-radius: 25px;
    color: #FFF !important;
    font: normal normal 600 14px/16px 'manrope';
    padding: 8px 15px;
    max-height: 35px;
    margin: auto;
    margin-left: 5px;
    display: inline-block; }
  .template-product .product-single__description {
    border-top: 1px solid #cccccc;
    font: normal normal normal 18px/22px 'manrope';
    letter-spacing: 0px;
    color: #606060;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 32px;
    opacity: 1;
    width: 100%; }
    .template-product .product-single__description ul {
      margin-left: 20px;
      margin-bottom: 0; }
    .template-product .product-single__description p, .template-product .product-single__description li {
      font: normal normal normal 16px/22px 'manrope';
      letter-spacing: 0px;
      color: #606060;
      opacity: 1; }
    .template-product .product-single__description li {
      margin-bottom: 16px; }
    @media only screen and (max-width: 749px) {
      .template-product .product-single__description {
        border-top: none !important; } }
  .template-product .product-single__description hr:last-child {
    display: none; }
  .template-product .product-form__item--quantity {
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 29px;
    width: 100%;
    border-top: 1px solid #bbb;
    padding-top: 30px; }
    .template-product .product-form__item--quantity input.product-form__input {
      border: none;
      min-height: 36px !important;
      max-width: 75px;
      box-shadow: 0 0 0 !important;
      outline: none !important;
      text-align: left; }
    .template-product .product-form__item--quantity input.product-form__input:hover,
    .template-product .product-form__item--quantity input.product-form__input:focus {
      box-shadow: 0 0 0 !important;
      outline: none !important; }
    .template-product .product-form__item--quantity .Quantity-number {
      border: 0.5px solid #BBBBBB;
      border-radius: 23px;
      height: 36px;
      opacity: 1;
      overflow: hidden;
      box-shadow: 0 0 0 !important;
      outline: none !important;
      display: flex; }
      .template-product .product-form__item--quantity .Quantity-number span {
        background: #EEEEEE 0% 0% no-repeat padding-box;
        width: 35px;
        height: 36px;
        opacity: 1;
        box-shadow: 0 0 0 !important;
        outline: none !important;
        display: flex;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center; }
      .template-product .product-form__item--quantity .Quantity-number span.qtyplus {
        margin-left: -30px !important; }
  .template-product .selector-wrapper.product-form__item label {
    font: normal normal bold 20px/27px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
  .template-product .selector-wrapper.product-form__item select {
    border-radius: 50px;
    border: 0.5px solid #BBBBBB;
    box-shadow: 0 0 0;
    min-height: 36px;
    height: 36px;
    outline: none;
    padding-top: 6px;
    padding-bottom: 6px; }
    .template-product .selector-wrapper.product-form__item select:focus {
      box-shadow: 0 0 0;
      outline: none; }
  .template-product .product-form__item--quantity label {
    font: normal normal bold 20px/27px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-right: 20px; }
  .template-product .product-form__item--submit {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
    .template-product .product-form__item--submit input[type="button"] {
      display: none; }
    .template-product .product-form__item--submit button span.btn-dynamic {
      display: flex;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center; }
      .template-product .product-form__item--submit button span.btn-dynamic i,
      .template-product .product-form__item--submit button span.btn-dynamic span.Quantity_box {
        margin-left: 8px; }
      .template-product .product-form__item--submit button span.btn-dynamic input.product-form__input {
        background-color: transparent;
        border: none;
        padding: 3px 2px 0px;
        color: #fff;
        font-weight: 600;
        width: 26px;
        text-align: center;
        height: 25px;
        display: inline-block;
        line-height: 1;
        max-height: 25px;
        min-height: 25px; }
  .template-product .content-bot-products h4.title-section, .template-product .content-bot-products .title-section.h4 {
    font: normal normal bold 26px/32px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-product .content-bot-products h4.title-section, .template-product .content-bot-products .title-section.h4 {
        font: normal normal bold 20px/27px 'manrope' !important;
        letter-spacing: 0px;
        /*         color: #000000; */
        opacity: 1; } }
  .template-product .content-bot-products h1, .template-product .content-bot-products .h1, .template-product .content-bot-products h2, .template-product .content-bot-products .h2, .template-product .content-bot-products h3, .template-product .content-bot-products .h3, .template-product .content-bot-products h4, .template-product .content-bot-products .h4, .template-product .content-bot-products h5, .template-product .content-bot-products .h5, .template-product .content-bot-products h6, .template-product .content-bot-products .h6, .template-product .content-bot-products strong {
    color: #78CAB4; }
  .template-product .content-bot-products ul, .template-product .content-bot-products ol {
    margin-left: 20px; }
  .template-product .content-bot-products p, .template-product .content-bot-products li {
    font: normal normal normal 18px/24px 'manrope';
    letter-spacing: 0px;
    color: #606060;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-product .content-bot-products p, .template-product .content-bot-products li {
        font: normal normal normal 16px/22px 'manrope';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; } }
    @media only screen and (max-width: 749px) {
      .template-product .content-bot-products p, .template-product .content-bot-products li {
        font: normal normal normal 15px/20px 'manrope';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; } }
  .template-product .content-bot-products li {
    margin-bottom: 16px;
    list-style: disc; }
  .template-product .wrapper-details-product ul {
    margin-bottom: 20px; }
  .template-product .product-recommendations {
    padding-top: 35px;
    padding-bottom: 35px; }
    @media only screen and (min-width: 750px) {
      .template-product .product-recommendations {
        padding-top: 55px;
        padding-bottom: 55px; } }
  .template-product .product-recommendations__loading-dots {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .template-product .product-recommendations__loading-dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #211c54;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 3px; }
    .template-product .product-recommendations__loading-dot:nth-child(2) {
      animation-delay: 0.5s; }
    .template-product .product-recommendations__loading-dot:nth-child(3) {
      animation-delay: 1s; }
  @media only screen and (max-width: 989px) {
    .template-product .product-single .slick-slider .slick-dots {
      margin: 16px auto;
      bottom: -40px;
      width: 100%; }
    .template-product .product-single .thumbnails-slider__btn {
      display: none !important; }
    .template-product .slick-slider .slick-dots li button::before {
      background-color: #EEEEEE;
      border: 1px solid #707070;
      opacity: 1;
      outline: none;
      width: 9px;
      height: 9px; }
    .template-product .slick-slider .slick-dots li.slick-active button::before {
      background-color: #707070;
      border: 3px solid #707070;
      opacity: 1;
      outline: none; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .template-product .product-single__thumbnails .product-single__thumbnails-item a.product-single__thumbnail,
    .template-product .thumbnails-slider--active .product-single__thumbnails-item a.product-single__thumbnail {
      display: flex;
      justify-content: center;
      border: none !important;
      margin: 0 auto !important;
      width: 90% !important; } }
  @media only screen and (max-width: 749px) {
    .template-product .product-single .product-single__photos {
      display: none !important; }
    .template-product .product-single__photos .hero-large-photo-product {
      display: none !important; }
    .template-product .product-single__thumbnails .product-single__thumbnails-item {
      width: 100%; }
    .template-product .product-single__thumbnails .product-single__thumbnails-item a.product-single__thumbnail,
    .template-product .thumbnails-slider--active .product-single__thumbnails-item a.product-single__thumbnail {
      display: flex;
      justify-content: center;
      border: none !important;
      margin: 0 auto !important;
      width: 99% !important; }
    .template-product .slick-slider .slick-dots li {
      margin-left: 16px; }
      .template-product .slick-slider .slick-dots li button::before {
        width: 8px;
        height: 8px; }
    .template-product .info-mobile-center {
      position: relative;
      margin-top: 28px;
      margin-bottom: 75px;
      transform: scale(1.3); }
      .template-product .info-mobile-center .thumbnails-wrapper {
        top: 0px; }
    .template-product .product-single__description {
      border-top: 1px solid #cccccc;
      font: normal normal normal 15px/20px 'manrope';
      letter-spacing: 0px;
      color: #000000;
      margin-bottom: 0;
      margin-top: 0;
      padding-top: 32px;
      opacity: 1;
      width: 100%; }
      .template-product .product-single__description ul {
        margin-bottom: 0; }
      .template-product .product-single__description ul li {
        font: normal normal normal 15px/20px 'manrope';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 16px; }
      .template-product .product-single__description p {
        font: normal normal normal 15px/20px 'manrope';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; } }
  .template-product select.rc_select {
    border-radius: 50px;
    box-shadow: 0 0 0;
    font: normal normal 600 14px/18px 'manrope';
    height: 35px;
    max-height: 35px;
    min-height: 35px;
    margin-bottom: 6px;
    outline: none;
    padding-top: 6px;
    padding-bottom: 6px; }
    .template-product select.rc_select:focus {
      box-shadow: 0 0 0;
      outline: none; }
  .template-product div.rc_block__type {
    border-radius: 5px;
    padding: 2px 8px !important; }
    .template-product div.rc_block__type > input,
    .template-product div.rc_block__type > textarea,
    .template-product div.rc_block__type > select {
      min-height: 24px !important; }
    .template-product div.rc_block__type label {
      font: normal normal bold 18px/24px 'manrope';
      letter-spacing: 0px;
      color: #606060;
      opacity: 1; }
      @media only screen and (max-width: 749px) {
        .template-product div.rc_block__type label {
          font: normal normal bold 15px/20px 'manrope'; } }
  .template-product div.rc_block__type--active {
    background: #F3F3F3 0% 0% no-repeat padding-box !important;
    border-radius: 5px;
    opacity: 1; }
  .template-product a.rc_popup__hover,
  .template-product div.rc_popup__hover {
    font: normal normal bold 18px/24px 'manrope';
    letter-spacing: 0px;
    color: #606060;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-product a.rc_popup__hover,
      .template-product div.rc_popup__hover {
        font: normal normal bold 15px/20px 'manrope'; } }
  .template-product .wrapper-subscriptions {
    width: 100%; }
    .template-product .wrapper-subscriptions > div#rc_container {
      border-top: 1px solid #cccccc;
      padding-top: 32px;
      width: 100%; }
  .template-product .content-bot-products #trustpilot-widget-trustbox-1-wrapper {
    position: relative;
    z-index: 1 !important; }
  .template-product .wrapper-reviews-product .tab_text .heading {
    border: none !important; }
  .template-product .wrapper-reviews-product {
    margin-top: 2rem; }
  .template-product a.product-price__sold-out {
    background: #a4a4a4 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    text-align: center;
    font: normal normal bold 20px/27px 'manrope';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: block;
    padding: 7px 5px;
    white-space: normal;
    margin-top: 0px;
    min-height: 44px;
    width: 100%; }
    .template-product a.product-price__sold-out:hover, .template-product a.product-price__sold-out:focus {
      background: #a4a4a4 0% 0% no-repeat padding-box;
      color: #FFFFFF;
      opacity: 0.8; }

@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1); }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2); }

  100% {
    opacity: 0.4;
    transform: scale(1, 1); } }

/* to hide sidebar and overlay */
[data-sidebar].cs-sidebar-cart {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4001; }

[data-sidebar-overlay] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1002; }

/* sidebar and overlay */
aside.cs-sidebar-cart {
  background-color: #FEFEFE;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
  width: 490px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*   @include media-query($large-up){
      width: 35% !important;
    }
    @include media-query($medium-up) {
      width: 40%;
    }
    
    @media only screen and (max-width: 1200px){
      width: 40% !important;
    }
    @media only screen and (max-width: 1050px){
      width: 45% !important;
    }
    @media only screen and (max-width: 900px){
      width: 50% !important;
    }
     */
  /* products */
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* product */
  /* cuantity button */
  /* products footer */
  /* promo */
  /* progress bar */
  /* promotion text */
  /* total and checkout */
  /* checkout buttons */ }
  @media only screen and (max-width: 749px) {
    aside.cs-sidebar-cart {
      width: 100%; } }
  aside.cs-sidebar-cart .wrap-box-sidebar {
    max-height: 100vh !important;
    height: 100% !important;
    overflow: hidden !important; }
  aside.cs-sidebar-cart .empty-cart {
    background: transparent url(//wellspringmeds.com/cdn/shop/t/102/assets/empty-cart.png?v=160870417509559341491774356186) no-repeat center 80%/300px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 90vh;
    width: 100%;
    min-height: 700px; }
    aside.cs-sidebar-cart .empty-cart p {
      font: normal normal bold 24px/32px 'manrope';
      letter-spacing: 0px;
      color: #211C54;
      opacity: 1;
      margin: 0; }
      @media only screen and (max-width: 749px) {
        aside.cs-sidebar-cart .empty-cart p {
          font-size: 14px !important; } }
  aside.cs-sidebar-cart .sidebar-cart-products-container {
    height: 80%;
    overflow: scroll;
    padding: 0 1em;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  aside.cs-sidebar-cart .sidebar-cart-products-container::-webkit-scrollbar {
    display: none; }
  aside.cs-sidebar-cart .products {
    /*     height: auto; */
    padding-bottom: 0px;
    /*     overflow: scroll; */ }
    @media only screen and (max-width: 989px) {
      aside.cs-sidebar-cart .products {
        padding-bottom: 0px; } }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .products {
        height: 160px; } }
  aside.cs-sidebar-cart .cart-products {
    max-width: 100%;
    height: auto;
    overflow: auto;
    padding-right: 3%;
    width: 100%; }
    @media (min-height: 940px) {
      aside.cs-sidebar-cart .cart-products {
        /*    height: 55vh !important; */ } }
    @media (min-width: 1600px) {
      aside.cs-sidebar-cart .cart-products {
        /*       height: 55vh !important; */ } }
    @media (min-height: 1079px) {
      aside.cs-sidebar-cart .cart-products {
        /*    height: 60vh !important; */ } }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      aside.cs-sidebar-cart .cart-products {
        /*    height: 360px; */ } }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .cart-products {
        /*    height: 160px; */ } }
  aside.cs-sidebar-cart .products .title {
    font: normal normal bold 24px/32px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    opacity: 1;
    margin: 0; }
    @media only screen and (max-width: 989px) {
      aside.cs-sidebar-cart .products .title {
        font: normal normal bold 20px/26px 'manrope'; } }
  aside.cs-sidebar-cart .product {
    border-bottom: 0.5px solid #c2c0d0;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between; }
    aside.cs-sidebar-cart .product:last-child {
      border: none; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .product {
        max-width: 100%; } }
  aside.cs-sidebar-cart .product img {
    padding-top: 1em;
    width: auto;
    max-width: 30%;
    height: 100px;
    margin: 0 auto; }
  aside.cs-sidebar-cart .product section {
    flex-basis: 70%;
    min-width: 70%;
    max-width: 70%;
    width: 70%; }
  aside.cs-sidebar-cart .product-header {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .product-header {
        flex-flow: column;
        -moz-flex-flow: column;
        -webkit-flex-flow: column; } }
  aside.cs-sidebar-cart .product-header .product-title {
    font: normal normal bold 16px/20px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    width: 75%; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .product-header .product-title {
        font: normal normal 600 12px/18px 'manrope';
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
        width: 100%; } }
  aside.cs-sidebar-cart .product-header h5, aside.cs-sidebar-cart .product-header .h5 {
    font: normal normal bold 17px/22px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .product-header h5, aside.cs-sidebar-cart .product-header .h5 {
        color: #78CAB4;
        font: normal normal bold 14px/19px 'manrope';
        margin-bottom: 10px;
        opacity: 1; } }
  aside.cs-sidebar-cart .quantity {
    display: flex;
    padding-bottom: 5px; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .quantity {
        float: left; } }
  aside.cs-sidebar-cart .quantity .btnqty {
    border: 1px solid #BBBBBB !important;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    width: 29px; }
  aside.cs-sidebar-cart .quantity .minus {
    display: block;
    margin-right: 0;
    text-align: center;
    background-color: #eeeeee;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  aside.cs-sidebar-cart .quantity .plus {
    display: block;
    margin-left: 0;
    padding: 0;
    text-align: center;
    background-color: #eeeeee;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  aside.cs-sidebar-cart .quantity .quantity-input {
    display: block;
    border: none;
    border-radius: 0;
    text-align: center;
    width: 40px;
    outline: none;
    margin: 0;
    padding: 5px; }
  aside.cs-sidebar-cart .quantity .quantity-input {
    border-bottom: 1px solid #BBBBBB !important;
    border-top: 1px solid #BBBBBB !important; }
  aside.cs-sidebar-cart .product a.remove-item {
    font: normal normal normal 16px/20px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .product a.remove-item {
        float: right; } }
  aside.cs-sidebar-cart .product a.remove-item:focus,
  aside.cs-sidebar-cart .product a.remove-item:hover {
    color: #00000;
    opacity: 1;
    text-decoration: underline; }
  aside.cs-sidebar-cart .products-footer {
    margin-bottom: 1em;
    margin-top: 1em;
    color: #211c54;
    text-align: center; }
    @media only screen and (max-width: 989px) {
      aside.cs-sidebar-cart .products-footer {
        margin-bottom: 0; } }
  aside.cs-sidebar-cart .products-footer span {
    font: normal normal normal 18px/24px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    opacity: 1; }
  aside.cs-sidebar-cart .products-footer a {
    font: normal normal normal 18px/24px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    opacity: 1;
    text-align: center; }
    aside.cs-sidebar-cart .products-footer a:hover {
      text-decoration: underline; }
  aside.cs-sidebar-cart .shipping-promotion {
    margin-top: 16px;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #211C54; }
  aside.cs-sidebar-cart .shipping-promotion .progress-bar {
    color: #78cab4;
    text-align: left; }
  aside.cs-sidebar-cart .shipping-promotion .progress-bar progress {
    -webkit-appearance: none;
    appearance: none;
    width: 88%;
    height: 6px;
    vertical-align: 2px;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    border-radius: 5px;
    box-shadow: 0 0px 2px #78CAB4 inset; }
    @media only screen and (max-width: 989px) {
      aside.cs-sidebar-cart .shipping-promotion .progress-bar progress {
        width: 80%; } }
    aside.cs-sidebar-cart .shipping-promotion .progress-bar progress::-moz-progress-bar {
      background-color: #78cab4;
      background-image: -webkit-linear-gradient(-45deg, transparent 100%, #78cab4 100%, rgba(120, 202, 180, 0.1) 100%, transparent 100%), -webkit-linear-gradient(top, #78cab4, #78cab4), -webkit-linear-gradient(left, #78cab4, #78cab4);
      border-radius: 5px; }
  aside.cs-sidebar-cart progress[value]::-webkit-progress-bar {
    background-color: #fff !important;
    border-radius: 5px;
    box-shadow: 0 0px 2px #78CAB4 inset; }
  aside.cs-sidebar-cart progress[value]::-webkit-progress-value {
    background-color: #78cab4;
    background-image: -webkit-linear-gradient(-45deg, transparent 100%, #78cab4 100%, rgba(120, 202, 180, 0.1) 100%, transparent 100%), -webkit-linear-gradient(top, #78cab4, #78cab4), -webkit-linear-gradient(left, #78cab4, #78cab4);
    border-radius: 5px;
    background-size: 35px 20px, 100% 100%, 100% 100%; }
  aside.cs-sidebar-cart .shipping-promotion section {
    padding-left: 0;
    font: normal normal normal 15px/20px 'manrope';
    letter-spacing: 0px;
    color: #000000; }
  aside.cs-sidebar-cart .shipping-promotion .important {
    font: normal normal 600 15px/20px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4; }
  aside.cs-sidebar-cart .checkout {
    display: flex;
    flex-direction: column; }
  aside.cs-sidebar-cart .checkout .total {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
    /*     -moz-justify-content: space-between;
        -webkit-justify-content: space-between; */ }
  aside.cs-sidebar-cart .checkout section {
    padding-bottom: 0.5em; }
  aside.cs-sidebar-cart .checkout section h6, aside.cs-sidebar-cart .checkout section .h6 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    margin-top: 0.5em; }
  aside.cs-sidebar-cart .checkout section p {
    font-size: 12px;
    margin: 0;
    padding: 0; }
  aside.cs-sidebar-cart .checkout .total .price {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: 1em; }
  aside.cs-sidebar-cart .checkout button {
    height: 30px;
    border-radius: 30px;
    border: none;
    outline: none;
    color: #FEFEFE; }
  aside.cs-sidebar-cart .checkout .btn-check {
    background: #78CAB4 0% 0% no-repeat padding-box;
    border-radius: 32px;
    font: normal normal bold 20px/24px 'manrope';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0.5em;
    padding: 9px 16px;
    opacity: 1;
    text-align: center; }
    aside.cs-sidebar-cart .checkout .btn-check:focus, aside.cs-sidebar-cart .checkout .btn-check:hover {
      background: #211C54 0% 0% no-repeat padding-box;
      color: #FFFFFF; }
  aside.cs-sidebar-cart .checkout .btn-cart {
    background: #211C54 0% 0% no-repeat padding-box;
    border-radius: 32px;
    font: normal normal bold 20px/24px 'manrope';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0.5em;
    padding: 9px 16px;
    opacity: 1;
    text-align: center; }
  aside.cs-sidebar-cart .total section p {
    font: normal normal bold 15px/20px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 8px 0; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .total section p {
        font-size: 14px !important; } }
  aside.cs-sidebar-cart .product-deleted {
    background-color: #fff;
    position: absolute;
    top: 0;
    margin-left: 15px !important;
    margin-right: 0 !important;
    left: 0;
    z-index: 50;
    max-width: 95% !important;
    width: 95% !important; }
    @media only screen and (max-width: 749px) {
      aside.cs-sidebar-cart .product-deleted {
        max-width: 85% !important;
        width: 85% !important; } }

.overlay {
  background-color: black; }

/* checkout page */
button.continue_button {
  background: #78CAB4 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: center;
  font: normal normal bold 15px/20px 'manrope';
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: block;
  white-space: normal;
  margin-top: 0px;
  max-width: 203px; }
  button.continue_button:focus, button.continue_button:hover {
    background-color: #211c54 !important;
    color: #fff !important; }

/* cart */
.sidebar-container {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }

/* ********** template Cart ********* */
.template-cart {
  /* .cart .grid */
  /* promotion text */
  /* END #cart-products-list */ }
  .template-cart #shopify-section-footer .footer-top {
    display: none; }
  .template-cart #shopify-section-footer .footer-middle {
    display: none; }
  @media only screen and (min-width: 750px) {
    .template-cart main#MainContent {
      padding-top: 0; } }
  @media only screen and (min-width: 750px) {
    .template-cart form.cart {
      margin-bottom: -32px; } }
  @media only screen and (min-width: 750px) {
    .template-cart footer.cart__footer {
      padding-bottom: 32px; } }
  .template-cart .cart .grid {
    border-bottom: 1px solid #b7b6c8;
    margin-left: 0;
    padding: 20px; }
    .template-cart .cart .grid:last-child {
      border: none !important; }
    .template-cart .cart .grid input[type="submit"] {
      width: 100%;
      display: block; }
      .template-cart .cart .grid input[type="submit"]:focus, .template-cart .cart .grid input[type="submit"]:hover {
        background: #211C54 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        opacity: 1; }
    .template-cart .cart .grid .grid__item {
      padding-left: 0px; }
    @media only screen and (max-width: 749px) {
      .template-cart .cart .grid.list-shipping-methods {
        padding: 0px !important; } }
  @media only screen and (min-width: 750px) {
    .template-cart .col-left-cart {
      padding-top: 40px; } }
  @media only screen and (max-width: 749px) {
    .template-cart .col-left-cart .section-header {
      margin-bottom: -20px; } }
  .template-cart h3.title-cart span, .template-cart .title-cart.h3 span {
    font-weight: normal !important; }
  .template-cart .page-width.cart .cart {
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
    @media only screen and (min-width: 750px) {
      .template-cart .page-width.cart .cart {
        display: flex; } }
  .template-cart .dynamic-checkout__content iframe {
    border-radius: 50px !important;
    min-height: 55px;
    max-height: 55px; }
  .template-cart .col-left-cart {
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
    @media only screen and (min-width: 750px) {
      .template-cart .col-left-cart {
        border-right: 1px solid #d9d8e2;
        flex-basis: 67%;
        min-width: 67%;
        max-width: 67%;
        width: 67%; } }
  .template-cart th.hide-space {
    width: 20px; }
  .template-cart footer.cart__footer {
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
    @media only screen and (min-width: 750px) {
      .template-cart footer.cart__footer {
        flex-basis: 33%;
        min-width: 33%;
        max-width: 33%;
        width: 33%; } }
  .template-cart a.cart__update {
    display: block;
    font: normal normal normal 16px/20px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    margin-top: 20px;
    opacity: 1; }
    .template-cart a.cart__update:focus, .template-cart a.cart__update:hover {
      color: #78CAB4;
      opacity: 1;
      text-decoration: underline; }
  .template-cart .methods ul li {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 20px; }
    .template-cart .methods ul li span.value-method {
      color: #211C54;
      font-weight: 600;
      flex-basis: 50px;
      min-width: 50px;
      max-width: 50px;
      width: 50px;
      text-align: right; }
  @media only screen and (max-width: 749px) {
    .template-cart .grid.progress-shipping {
      padding-left: 0;
      padding-right: 0; } }
  .template-cart .shipping-promotion .progress-bar progress {
    background-color: #fff;
    webkit-appearance: none;
    appearance: none;
    width: 83%;
    height: 6px;
    vertical-align: 2px;
    border-radius: 5px !important;
    box-shadow: 0 0px 2px #78CAB4 inset; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .template-cart .shipping-promotion .progress-bar progress {
        width: 72%; } }
    @media only screen and (max-width: 749px) {
      .template-cart .shipping-promotion .progress-bar progress {
        width: 82%; } }
    .template-cart .shipping-promotion .progress-bar progress::-moz-progress-bar {
      background-color: #78cab4;
      background-image: -webkit-linear-gradient(-45deg, transparent 100%, #78cab4 100%, rgba(120, 202, 180, 0.1) 100%, transparent 100%), -webkit-linear-gradient(top, #78cab4, #78cab4), -webkit-linear-gradient(left, #78cab4, #78cab4);
      border-radius: 5px; }
  .template-cart .shipping-promotion .progress-bar span {
    color: #78cab4;
    opacity: 1; }
  .template-cart .shipping-promotion .progress-bar progress[value]::-webkit-progress-bar {
    background-color: #fff !important;
    border-radius: 5px !important;
    box-shadow: 0 0px 2px #78CAB4 inset; }
  .template-cart .shipping-promotion .progress-bar progress[value]::-webkit-progress-value {
    background-color: #78cab4;
    /*border-radius: 5px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;*/
    background-image: -webkit-linear-gradient(-45deg, transparent 100%, #78cab4 100%, rgba(120, 202, 180, 0.1) 100%, transparent 100%), -webkit-linear-gradient(top, #78cab4, #78cab4), -webkit-linear-gradient(left, #78cab4, #78cab4);
    border-radius: 5px;
    background-size: 35px 20px, 100% 100%, 100% 100%; }
  .template-cart .shipping-promotion section {
    padding-left: 0;
    font: normal normal normal 15px/20px 'manrope';
    letter-spacing: 0px;
    color: #000000; }
  .template-cart .shipping-promotion .important {
    font: normal normal 600 15px/20px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4; }
  .template-cart div.cart__shipping {
    font-style: normal !important; }
    @media only screen and (max-width: 749px) {
      .template-cart div.cart__shipping {
        font-weight: bold; } }
  .template-cart .action-cart input.btn, .template-cart .action-cart .shopify-payment-button input.shopify-payment-button__button--unbranded, .shopify-payment-button .template-cart .action-cart input.shopify-payment-button__button--unbranded {
    font: normal normal bold 22px/28px 'manrope';
    letter-spacing: 0px;
    color: #FFFFFF;
    min-height: 55px; }
  .template-cart .action-cart .additional-checkout-buttons {
    margin-top: 0; }
  @media only screen and (max-width: 749px) {
    .template-cart .action-cart {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  .template-cart .action-cart h4, .template-cart .action-cart .h4 {
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between; }
    @media only screen and (max-width: 749px) {
      .template-cart .action-cart h4, .template-cart .action-cart .h4 {
        font: normal normal bold 16px/21px 'manrope';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; } }
  @media only screen and (max-width: 749px) {
    .template-cart .cart[data-section-id="cart-template"] a.cart__continue-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      max-width: 240px;
      margin: 0 auto; } }
  .template-cart .cart[data-section-id="cart-template"] a.cart__continue-btn:hover, .template-cart .cart[data-section-id="cart-template"] a.cart__continue-btn:focus {
    background-color: #211c54 !important;
    color: #fff !important;
    opacity: 1; }
  .template-cart .col-left-cart #cart-products-list .product-deleted {
    clear: both;
    margin-top: 32px;
    overflow: hidden; }
  .template-cart #cart-products-list .product-item {
    border-bottom: 1px solid #d9d8e2;
    display: flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-top: 32px; }
    @media only screen and (min-width: 750px) {
      .template-cart #cart-products-list .product-item:last-child {
        border: none !important; } }
    @media only screen and (max-width: 749px) {
      .template-cart #cart-products-list .product-item:last-child {
        border-bottom: none !important; } }
    @media only screen and (max-width: 989px) {
      .template-cart #cart-products-list .product-item {
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center; } }
    @media only screen and (max-width: 749px) {
      .template-cart #cart-products-list .product-item {
        flex-flow: column;
        -moz-flex-flow: column;
        -webkit-flex-flow: column;
        padding-right: 0px; } }
  @media only screen and (min-width: 750px) {
    .template-cart #cart-products-list .box-left {
      display: flex;
      align-items: stretch;
      flex-basis: 75%;
      min-width: 75%;
      max-width: 75%;
      width: 75%; } }
  @media only screen and (max-width: 749px) {
    .template-cart #cart-products-list .box-left {
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      display: flex;
      justify-content: left;
      -moz-justify-content: left;
      -webkit-justify-content: left;
      min-width: 100%;
      max-width: 100%;
      width: 100%; } }
  @media only screen and (min-width: 750px) {
    .template-cart #cart-products-list .box-right {
      flex-basis: 120px;
      min-width: 120px;
      max-width: 120px;
      margin-left: 20px;
      width: 120px;
      text-align: right; } }
  @media only screen and (max-width: 989px) {
    .template-cart #cart-products-list .box-right {
      margin-left: 0px !important; } }
  @media only screen and (max-width: 749px) {
    .template-cart #cart-products-list .box-right {
      width: 100%; } }
  @media only screen and (max-width: 749px) {
    .template-cart #cart-products-list .box-right p.small--hide {
      display: block !important;
      text-align: left !important; } }
  .template-cart #cart-products-list .box-left > a {
    min-width: 112px;
    max-width: 112px;
    margin-right: 10px;
    text-align: center;
    width: 112px; }
    @media only screen and (min-width: 750px) {
      .template-cart #cart-products-list .box-left > a {
        float: left;
        min-width: 112px;
        max-width: 112px;
        margin-right: 20px;
        width: 112px; } }
    .template-cart #cart-products-list .box-left > a img.cart__image {
      max-height: 95px;
      width: auto; }
  .template-cart #cart-products-list .list-view-item__title {
    display: block;
    font: normal normal normal 14px/18px 'manrope';
    margin-bottom: 10px; }
    @media only screen and (max-width: 749px) {
      .template-cart #cart-products-list .list-view-item__title {
        font: normal normal normal 12px/16px 'manrope'; } }
  .template-cart #cart-products-list .list-view-item__title a {
    display: block;
    font: normal normal bold 16px/20px 'manrope' !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-cart #cart-products-list .list-view-item__title a {
        font: normal normal normal 16px/20px 'manrope' !important; } }
  .template-cart #cart-products-list .list-view-item__title a:focus,
  .template-cart #cart-products-list .list-view-item__title a:hover {
    color: #78cab4; }
  .template-cart #cart-products-list .product-price {
    font: normal normal bold 18px/24px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 47px; }
    @media only screen and (max-width: 749px) {
      .template-cart #cart-products-list .product-price {
        color: #78CAB4;
        margin-bottom: 10px; } }
  .template-cart #cart-products-list .quantity {
    display: flex;
    padding-bottom: 5px; }
  .template-cart #cart-products-list .quantity .btnqty {
    border: 1px solid #BBBBBB;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    height: 36px;
    width: 35px; }
  .template-cart #cart-products-list .quantity .minus {
    display: block;
    margin-right: 0;
    text-align: center;
    background-color: #eeeeee;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .template-cart #cart-products-list .quantity .plus {
    display: block;
    margin-left: 0;
    padding: 0;
    text-align: center;
    background-color: #eeeeee;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .template-cart #cart-products-list .quantity .quantity-input {
    display: block;
    border: none;
    border-radius: 0;
    text-align: center;
    width: 40px;
    outline: none;
    margin: 0;
    padding: 5px; }
  .template-cart #cart-products-list .quantity .quantity-input {
    border-bottom: 1px solid #BBBBBB !important;
    border-top: 1px solid #BBBBBB !important; }
  .template-cart #cart-products-list a.cart__remove {
    font: normal normal normal 16px/22px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
  .template-cart #cart-products-list a.cart__remove:focus,
  .template-cart #cart-products-list a.cart__remove:hover {
    color: #000000;
    text-decoration: underline; }
  .template-cart .col-item__description .cart__meta-text {
    display: none; }

/* END template Cart */
.cs-sidebar-cart .product-deleted {
  margin-top: 16px;
  margin-left: 5%;
  margin-right: 5%;
  max-width: 90%; }

.cs-sidebar-cart * {
  font-size: 14px !important; }

.product-deleted {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #908da9;
  text-align: left;
  font: normal normal normal 14px/19px 'manrope';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  max-width: 100%;
  padding: 10px 20px; }
  .product-deleted a {
    color: #000000;
    opacity: 1;
    text-decoration: underline; }

a.cs-add-to-cart-cr,
a.cs-add-to-cart {
  color: #fff;
  font: normal normal bold 18px/22px 'manrope';
  letter-spacing: 0px;
  opacity: 1;
  outline: none;
  min-height: 40px !important;
  padding: 9px 20px !important; }

a.cs-btn-cart {
  background: #78CAB4 0% 0% no-repeat padding-box;
  border-radius: 32px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 20px/27px 'manrope';
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: block;
  line-height: 1.4;
  padding: 7px 5px;
  white-space: normal;
  margin-top: 0px;
  min-height: 45px;
  width: 100%; }
  a.cs-btn-cart:hover, a.cs-btn-cart:focus {
    background: #211C54 0% 0% no-repeat padding-box; }

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  min-height: 48px;
  outline: none;
  opacity: 1; }
  .btn.btn--narrow, .shopify-payment-button .btn--narrow.shopify-payment-button__button--unbranded {
    min-height: 38px; }
  .btn.btn--small, .shopify-payment-button .btn--small.shopify-payment-button__button--unbranded {
    min-height: auto !important;
    height: auto !important;
    padding: 5px 16px !important; }
  .btn.btn--small svg, .shopify-payment-button .btn--small.shopify-payment-button__button--unbranded svg {
    margin-bottom: -5px !important; }

.btn.button, .shopify-payment-button .button.shopify-payment-button__button--unbranded {
  background-color: #78cab3;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
  font-family: 'manrope';
  font-weight: 600;
  padding: 10px 30px;
  font-size: 18px !important;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  white-space: normal;
  outline: none;
  opacity: 1; }
  .btn.button:hover, .shopify-payment-button .button.shopify-payment-button__button--unbranded:hover, .btn.button:focus, .shopify-payment-button .button.shopify-payment-button__button--unbranded:focus {
    background-color: #78cab4;
    color: #fff;
    outline: none;
    opacity: 1; }

.btn.btn-dark-to-light:focus, .shopify-payment-button .btn-dark-to-light.shopify-payment-button__button--unbranded:focus,
.btn.btn-dark-to-light:hover,
.shopify-payment-button .btn-dark-to-light.shopify-payment-button__button--unbranded:hover {
  background-color: #fff !important;
  border: 1px solid #78cab4 !important;
  color: #78cab4 !important;
  opacity: 1 !important;
  outline: none; }

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }

  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }

  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/* ******************** Modals ******************** */
@media only screen and (min-width: 990px) {
  #modal-generic .modal__container {
    min-width: 917px;
    max-width: 917px;
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (min-width: 750px) and (max-width: 989px) {
  #modal-generic .modal__container {
    min-width: 740px;
    max-width: 740px;
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 749px) {
  #modal-generic .modal__container {
    min-width: 90%;
    max-width: 90%;
    padding-left: 24px;
    padding-right: 24px; } }

@media only screen and (min-width: 750px) {
  #modal-login .modal__container, #modal-new-account .modal__container {
    min-width: 480px;
    max-width: 480px;
    padding-left: 60px;
    padding-right: 60px; } }
@media (max-width: 440px) {
  #modal-login .modal__container, #modal-new-account .modal__container {
    min-width: 90%;
    max-width: 90%;
    padding-left: 24px;
    padding-right: 24px; } }
#modal-login h2.modal__title, #modal-login .modal__title.h2, #modal-new-account h2.modal__title, #modal-new-account .modal__title.h2 {
  display: block;
  text-align: center;
  font: normal normal 600 25px/33px 'manrope';
  letter-spacing: 0px;
  color: #78CAB4;
  opacity: 1;
  width: 100%; }
#modal-login button.modal__close, #modal-new-account button.modal__close {
  padding: 10px 16px !important;
  opacity: 1;
  outline: none; }
#modal-login input[type="email"],
#modal-login input[type="text"],
#modal-login input[type="password"], #modal-new-account input[type="email"],
#modal-new-account input[type="text"],
#modal-new-account input[type="password"] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #908da9;
  border-radius: 28px;
  box-shadow: 0 0 0 !important;
  opacity: 1;
  outline: none !important;
  min-width: 100%;
  min-height: 45px;
  width: 100%; }
  #modal-login input[type="email"]::placeholder,
  #modal-login input[type="text"]::placeholder,
  #modal-login input[type="password"]::placeholder, #modal-new-account input[type="email"]::placeholder,
  #modal-new-account input[type="text"]::placeholder,
  #modal-new-account input[type="password"]::placeholder {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
  #modal-login input[type="email"]:focus, #modal-login input[type="email"]:focus-visible, #modal-login input[type="email"]:hover,
  #modal-login input[type="text"]:focus,
  #modal-login input[type="text"]:focus-visible,
  #modal-login input[type="text"]:hover,
  #modal-login input[type="password"]:focus,
  #modal-login input[type="password"]:focus-visible,
  #modal-login input[type="password"]:hover, #modal-new-account input[type="email"]:focus, #modal-new-account input[type="email"]:focus-visible, #modal-new-account input[type="email"]:hover,
  #modal-new-account input[type="text"]:focus,
  #modal-new-account input[type="text"]:focus-visible,
  #modal-new-account input[type="text"]:hover,
  #modal-new-account input[type="password"]:focus,
  #modal-new-account input[type="password"]:focus-visible,
  #modal-new-account input[type="password"]:hover {
    box-shadow: 0 0 0 !important;
    opacity: 1;
    outline: none !important; }
#modal-login input.btn, #modal-login .shopify-payment-button input.shopify-payment-button__button--unbranded, .shopify-payment-button #modal-login input.shopify-payment-button__button--unbranded, #modal-new-account input.btn, #modal-new-account .shopify-payment-button input.shopify-payment-button__button--unbranded, .shopify-payment-button #modal-new-account input.shopify-payment-button__button--unbranded {
  background: #78cab4 0% 0% no-repeat padding-box;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-family: 'manrope';
  font-weight: normal;
  font-size: 15px !important;
  text-transform: none;
  letter-spacing: 0.08em;
  min-height: 45px !important;
  white-space: normal;
  outline: none;
  opacity: 1;
  padding: 10px 18px;
  min-width: 223px;
  width: 100%; }
  #modal-login input.btn:hover, #modal-login .shopify-payment-button input.shopify-payment-button__button--unbranded:hover, .shopify-payment-button #modal-login input.shopify-payment-button__button--unbranded:hover, #modal-login input.btn:focus, #modal-login .shopify-payment-button input.shopify-payment-button__button--unbranded:focus, .shopify-payment-button #modal-login input.shopify-payment-button__button--unbranded:focus, #modal-new-account input.btn:hover, #modal-new-account .shopify-payment-button input.shopify-payment-button__button--unbranded:hover, .shopify-payment-button #modal-new-account input.shopify-payment-button__button--unbranded:hover, #modal-new-account input.btn:focus, #modal-new-account .shopify-payment-button input.shopify-payment-button__button--unbranded:focus, .shopify-payment-button #modal-new-account input.shopify-payment-button__button--unbranded:focus {
    background: #211C54 0% 0% no-repeat padding-box;
    color: #fff;
    outline: none !important; }
#modal-login a.open-new-account, #modal-new-account a.open-new-account {
  background: #78cab4 0% 0% no-repeat padding-box;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-family: 'manrope';
  font-weight: normal;
  font-size: 15px !important;
  text-transform: none;
  letter-spacing: 0.08em;
  min-height: 45px !important;
  white-space: normal;
  outline: none;
  opacity: 1;
  padding: 10px 18px;
  min-width: 223px;
  width: 100%; }
  #modal-login a.open-new-account:hover, #modal-login a.open-new-account:focus, #modal-new-account a.open-new-account:hover, #modal-new-account a.open-new-account:focus {
    background: #211C54 0% 0% no-repeat padding-box;
    color: #fff;
    outline: none !important; }
#modal-login a.link-to-action, #modal-new-account a.link-to-action {
  display: block;
  text-align: center;
  text-decoration: underline;
  font: normal normal normal 15px/20px 'manrope';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  outline: none !important;
  margin-top: 16px;
  margin-bottom: 16px; }
#modal-login .modal__content, #modal-new-account .modal__content {
  margin-bottom: 20px !important; }
#modal-login hr, #modal-new-account hr {
  margin: 0 0 20px !important; }
#modal-login .modal__footer p, #modal-new-account .modal__footer p {
  font: normal normal normal 15px/20px 'manrope';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }
#modal-login .modal__footer a, #modal-new-account .modal__footer a {
  font: normal normal normal 15px/20px 'manrope';
  letter-spacing: 0px;
  color: #78CAB4;
  opacity: 1;
  outline: none !important; }

#modal-new-account input[type="email"],
#modal-new-account input[type="text"],
#modal-new-account input[type="password"] {
  margin-bottom: 20px; }

/* END Modals */
/* ******************* Template blog ******************** */
.page-width-comments,
.page-width-form-comments {
  margin-top: 38px; }

.template-article {
  /* wrapper-best-selling-medicine */
  /* grid-related-articles*/ }
  @media only screen and (min-width: 990px) {
    .template-article article.page-width {
      padding-right: 16px !important; } }
  .template-article .breadcrumb-list {
    padding-top: 0px; }
  @media only screen and (min-width: 990px) {
    .template-article .wrapper-post-article {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (min-width: 990px) {
    .template-article .wrapper-post-article .content-left {
      flex-basis: 70%;
      min-width: 70%;
      max-width: 70%;
      width: 70%; }
    .template-article .wrapper-post-article .content-right {
      flex-basis: 30%;
      min-width: 30%;
      max-width: 30%;
      width: 30%; } }
  .template-article .underline {
    border-bottom: 1px solid #d3d3d3;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: -4px;
    width: 100%; }
  @media only screen and (max-width: 749px) {
    .template-article .section-header {
      display: flex;
      flex-flow: column;
      -moz-flex-flow: column;
      -webkit-flex-flow: column; }
    .template-article .section-header h1.article__title, .template-article .section-header .article__title.h1 {
      order: 2; }
    .template-article .section-header h3.info-meta-post, .template-article .section-header .info-meta-post.h3 {
      order: 3; }
    .template-article .section-header .article-image-wrapper {
      margin-bottom: 0;
      order: 4; } }
  .template-article h1, .template-article .h1, .template-article .h1 {
    margin-bottom: 16px; }
    @media only screen and (min-width: 990px) {
      .template-article h1, .template-article .h1, .template-article .h1 {
        font-size: 56px !important;
        line-height: 80px; } }
    @media only screen and (max-width: 749px) {
      .template-article h1, .template-article .h1, .template-article .h1 {
        text-align: left;
        font: normal normal bold 25px/33px 'manrope';
        letter-spacing: 0px;
        color: #000000; } }
  .template-article h3.info-meta-post, .template-article .info-meta-post.h3 {
    font: normal normal normal 24px/32px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-article h3.info-meta-post, .template-article .info-meta-post.h3 {
        font: normal normal normal 14px/20px 'manrope'; } }
  .template-article .main-content h1, .template-article .main-content .h1, .template-article .main-content h2, .template-article .main-content .h2, .template-article .main-content h3, .template-article .main-content .h3, .template-article .main-content h4, .template-article .main-content .h4, .template-article .main-content h5, .template-article .main-content .h5, .template-article .main-content h6, .template-article .main-content .h6, .template-article .main-content p, .template-article .main-content li {
    color: #000000; }
  .template-article .rte img {
    margin-bottom: 25px; }
  .template-article .rte ul, .template-article .rte lo {
    margin-left: 20px; }
  .template-article .rte li {
    margin-bottom: 16px; }
    @media only screen and (max-width: 749px) {
      .template-article .rte li {
        font: normal normal normal 16px/22px 'manrope'; } }
  @media only screen and (max-width: 749px) {
    .template-article .rte p {
      font: normal normal normal 16px/22px 'manrope'; } }
  .template-article .article-image-wrapper {
    margin-bottom: 27px; }
    .template-article .article-image-wrapper img.hero-post {
      max-width: 100% !important;
      opacity: 1; }
      @media (min-width: 1270px) {
        .template-article .article-image-wrapper img.hero-post {
          /*        min-height: 582px; */ } }
  .template-article .content-bottom h2, .template-article .content-bottom .h2 {
    font: normal normal bold 25px/33px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 32px; }
    @media only screen and (min-width: 750px) {
      .template-article .content-bottom h2, .template-article .content-bottom .h2 {
        margin-bottom: 64px; } }
  .template-article .wrapper-best-selling-medicine {
    margin-bottom: 80px; }
    .template-article .wrapper-best-selling-medicine .trustpilot-widget iframe {
      width: 100% !important; }
  @media only screen and (max-width: 989px) {
    .template-article .sidebar-right {
      display: none; } }
  @media only screen and (min-width: 750px) {
    .template-article .sidebar-right .grid__item {
      padding-left: 0; } }
  .template-article .content-block-widget .grid__item-grid {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #211C54;
    opacity: 1;
    margin-bottom: 20px; }
  .template-article .content-block-widget .grid__item-grid .article--wrapper {
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center; }
    .template-article .content-block-widget .grid__item-grid .article--wrapper .article_widget-image {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      flex-basis: 160px;
      min-width: 160px;
      max-width: 160px;
      width: 160px;
      height: 160px; }
    .template-article .content-block-widget .grid__item-grid .article--wrapper .article__title {
      margin-left: 16px;
      padding-right: 16px; }
  .template-article .block-widget {
    margin-bottom: 40px;
    margin-left: 1.5rem; }
  @media only screen and (min-width: 750px) {
    .template-article .wrapper-related-articles {
      margin-bottom: 80px; } }
  .template-article .grid-related-articles {
    display: flex; }
    @media only screen and (min-width: 750px) {
      .template-article .grid-related-articles {
        margin-left: -2%;
        margin-right: -2%;
        flex-flow: wrap;
        -moz-flex-flow: wrap;
        -webkit-flex-flow: wrap; } }
    @media only screen and (max-width: 749px) {
      .template-article .grid-related-articles {
        flex-flow: column;
        -moz-flex-flow: column;
        -webkit-flex-flow: column;
        max-width: 410px;
        margin: 0 auto !important; } }
    .template-article .grid-related-articles .grid__item-grid {
      flex-basis: 29.3%;
      max-width: 29.3%;
      min-width: 29.3%;
      width: 29.3%;
      margin: 0 2%; }
      @media only screen and (max-width: 749px) {
        .template-article .grid-related-articles .grid__item-grid {
          flex-basis: 98%;
          max-width: 98%;
          min-width: 98%;
          width: 98%;
          margin: 0 1% 40px; } }
    .template-article .grid-related-articles .article_widget-image {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 200px;
      margin-bottom: 20px;
      width: 100%; }
      @media only screen and (min-width: 990px) {
        .template-article .grid-related-articles .article_widget-image {
          height: 300px; } }
    .template-article .grid-related-articles p.article__title {
      text-align: center;
      font: normal normal normal 18px/24px 'manrope';
      letter-spacing: 0px;
      color: #000000;
      opacity: 1;
      padding: 0 10px; }
      @media only screen and (min-width: 990px) {
        .template-article .grid-related-articles p.article__title {
          font: normal normal normal 25px/33px 'manrope';
          padding: 0 16px; } }

form.comment-form h2, form.comment-form .h2 {
  font: normal normal bold 56px/74px 'manrope';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    form.comment-form h2, form.comment-form .h2 {
      font: normal normal bold 25px/33px 'manrope';
      text-align: center; } }
form.comment-form p.subtitle-comments {
  font: normal normal normal 20px/27px 'manrope';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 20px; }
  @media only screen and (max-width: 749px) {
    form.comment-form p.subtitle-comments {
      font: normal normal normal 12px/16px 'manrope';
      text-align: center; } }
form.comment-form input[type="email"],
form.comment-form input[type="text"],
form.comment-form input[type="password"] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #908da9;
  border-radius: 28px;
  box-shadow: 0 0 0 !important;
  opacity: 1;
  outline: none !important;
  min-width: 100%;
  min-height: 45px;
  width: 100%; }
  form.comment-form input[type="email"]::placeholder,
  form.comment-form input[type="text"]::placeholder,
  form.comment-form input[type="password"]::placeholder {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
  form.comment-form input[type="email"]:focus, form.comment-form input[type="email"]:focus-visible, form.comment-form input[type="email"]:hover,
  form.comment-form input[type="text"]:focus,
  form.comment-form input[type="text"]:focus-visible,
  form.comment-form input[type="text"]:hover,
  form.comment-form input[type="password"]:focus,
  form.comment-form input[type="password"]:focus-visible,
  form.comment-form input[type="password"]:hover {
    box-shadow: 0 0 0 !important;
    opacity: 1;
    outline: none !important; }
form.comment-form textarea.input-full {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #908da9;
  border-radius: 28px;
  box-shadow: 0 0 0 !important;
  opacity: 1;
  outline: none !important;
  min-width: 100%;
  min-height: 260px;
  width: 100%; }
  form.comment-form textarea.input-full::placeholder {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
  form.comment-form textarea.input-full:focus, form.comment-form textarea.input-full:focus-visible, form.comment-form textarea.input-full:hover {
    outline: none !important;
    box-shadow: 0 0 0 !important;
    opacity: 1;
    outline: none !important; }
form.comment-form .action-form {
  width: 100%; }
  @media only screen and (max-width: 749px) {
    form.comment-form .action-form {
      margin-bottom: 40px;
      text-align: center; } }
form.comment-form input[type="submit"] {
  background: #78CAB4 0% 0% no-repeat padding-box;
  border-radius: 20px;
  color: #FFFFFF;
  font: normal normal bold 20px/27px 'manrope';
  letter-spacing: 0px;
  height: 40px;
  opacity: 1;
  outline: none !important;
  min-height: 40px;
  padding: 5px 16px;
  width: 223px; }
  form.comment-form input[type="submit"]:focus, form.comment-form input[type="submit"]:focus-visible, form.comment-form input[type="submit"]:hover {
    background: #211c54 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    opacity: 1;
    outline: none !important; }

/* *********** template-blog  ************ */
.template-blog main.main-content {
  padding-top: 0; }
@media only screen and (min-width: 750px) {
  .template-blog .grid-posts > .page-width {
    display: flex;
    padding-left: 16px !important;
    padding-right: 10px !important; } }
.template-blog .grid--blog {
  margin-bottom: 0; }
  @media only screen and (min-width: 750px) {
    .template-blog .grid--blog {
      flex-basis: 70%;
      min-width: 70%;
      max-width: 70%;
      width: 70%; } }
  @media only screen and (min-width: 990px) {
    .template-blog .grid--blog {
      align-items: stretch;
      -moz-align-items: stretch;
      -webkit-align-items: stretch;
      display: flex;
      flex-flow: wrap;
      -moz-flex-flow: wrap;
      -webkit-flex-flow: wrap; } }
  @media only screen and (min-width: 750px) {
    .template-blog .grid--blog .medium-up--grid {
      flex-basis: 48%;
      min-width: 48%;
      max-width: 48%;
      margin-left: 1%;
      margin-right: 1%;
      padding-left: 16px;
      width: 48%; } }
  .template-blog .grid--blog .article__grid-image-wrapper {
    max-width: 100% !important;
    width: 100%; }
    @media only screen and (min-width: 990px) {
      .template-blog .grid--blog .article__grid-image-wrapper {
        max-height: 276px !important; } }
    .template-blog .grid--blog .article__grid-image-wrapper img {
      max-width: 100% !important;
      width: 100%; }
      @media only screen and (min-width: 990px) {
        .template-blog .grid--blog .article__grid-image-wrapper img {
          max-height: 276px !important; } }
@media only screen and (min-width: 750px) {
  .template-blog .sidebar-right {
    flex-basis: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-left: 0;
    width: 30%; } }
.template-blog .sidebar-right h4, .template-blog .sidebar-right .h4 {
  font: normal normal bold 25px/33px 'manrope';
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }
  @media only screen and (max-width: 749px) {
    .template-blog .sidebar-right h4, .template-blog .sidebar-right .h4 {
      font: normal normal bold 20px/27px 'manrope'; } }
.template-blog .slideshow.blog-page {
  height: 659px; }
  @media only screen and (max-width: 749px) {
    .template-blog .slideshow.blog-page {
      height: 656px; } }
.template-blog .slideshow__text-content::after {
  display: none; }
.template-blog .slideshow__image,
.template-blog .slideshow__text-content {
  opacity: 1; }
.template-blog .slideshow__image {
  background-color: transparent;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 749px) {
    .template-blog .slideshow__image {
      background-position: 70% center; } }
.template-blog .slideshow__text-content {
  top: 25%; }
  .template-blog .slideshow__text-content .page-width {
    max-width: 1160px; }
    @media only screen and (min-width: 750px) {
      .template-blog .slideshow__text-content .page-width {
        text-align: left; } }
.template-blog h2, .template-blog .h2, .template-blog .h1.lideshow__title {
  font: normal normal bold 64px/70px 'manrope';
  letter-spacing: 0px;
  color: #211C54 !important;
  opacity: 1;
  margin-bottom: 31px; }
  @media only screen and (min-width: 750px) {
    .template-blog h2, .template-blog .h2, .template-blog .h1.lideshow__title {
      text-align: left; } }
  @media only screen and (max-width: 749px) {
    .template-blog h2, .template-blog .h2, .template-blog .h1.lideshow__title {
      font: normal normal bold 35px/50px 'manrope';
      margin-bottom: 26px; } }
.template-blog .slideshow__subtitle {
  font: normal normal bold 25px/45px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1; }
  @media only screen and (min-width: 750px) {
    .template-blog .slideshow__subtitle {
      text-align: left;
      margin: 0;
      max-width: 90%; } }
  @media only screen and (max-width: 749px) {
    .template-blog .slideshow__subtitle {
      font: normal normal bold 15px/24px 'manrope'; } }
.template-blog a.article__grid-image-container {
  margin: 0; }
.template-blog div.article__grid-meta {
  border-bottom: 1px solid #c6c5d3;
  border-left: 1px solid #c6c5d3;
  border-right: 1px solid #c6c5d3;
  padding: 37px 27px 23px;
  margin-bottom: 40px;
  width: 100%; }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .template-blog div.article__grid-meta {
      padding: 20px 20px; } }
  @media only screen and (max-width: 749px) {
    .template-blog div.article__grid-meta {
      padding: 23px 20px;
      margin-bottom: 24px; } }
@media only screen and (min-width: 750px) {
  .template-blog h3.article__title, .template-blog .article__title.h3 {
    min-height: 140px; } }
@media only screen and (max-width: 749px) {
  .template-blog h3.article__title, .template-blog .article__title.h3 {
    font: normal normal bold 16px/20px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; } }
.template-blog span.article__date {
  display: block;
  margin-bottom: 0; }
  @media only screen and (max-width: 749px) {
    .template-blog span.article__date {
      font: normal normal normal 12px/16px 'manrope';
      letter-spacing: 0px;
      color: #606060;
      opacity: 1; } }
.template-blog .block-widget {
  margin-bottom: 40px; }
.template-blog .underline-small {
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  .template-blog .underline-small::after {
    content: "";
    background-color: #e8e8e8;
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 108px; }
.template-blog .content-block-widget ul li {
  display: block; }
  .template-blog .content-block-widget ul li a {
    border-bottom: 2px solid #e8e8e8;
    display: block;
    font: normal normal normal 18px/22px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }
    .template-blog .content-block-widget ul li a:hover {
      color: #78cab4; }
.template-blog .block-widget-product {
  background: #EEEEEE 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 20px 20px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 990px) {
    .template-blog .block-widget-product {
      padding: 40px 20px; } }
  .template-blog .block-widget-product .hero-product img {
    max-width: 208px; }
    @media only screen and (max-width: 989px) {
      .template-blog .block-widget-product .hero-product img {
        width: 100%; } }
    @media only screen and (max-width: 749px) {
      .template-blog .block-widget-product .hero-product img {
        max-width: 190px; } }
  .template-blog .block-widget-product p {
    text-align: left;
    font: normal normal normal 20px/26px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-blog .block-widget-product p {
        font: normal normal normal 16px/21px 'manrope';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; } }
  .template-blog .block-widget-product form input[type="email"],
  .template-blog .block-widget-product form input[type="text"] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #fff;
    border-radius: 28px;
    box-shadow: 0 0 0 !important;
    opacity: 1;
    outline: none !important;
    padding: 10px 15px;
    min-width: 100%;
    min-height: 45px;
    width: 100%; }
    .template-blog .block-widget-product form input[type="email"]::placeholder,
    .template-blog .block-widget-product form input[type="text"]::placeholder {
      font: normal normal normal 15px/20px 'manrope';
      letter-spacing: 0px;
      color: #BBBBBB;
      opacity: 1; }
    .template-blog .block-widget-product form input[type="email"]:focus, .template-blog .block-widget-product form input[type="email"]:focus-visible, .template-blog .block-widget-product form input[type="email"]:hover,
    .template-blog .block-widget-product form input[type="text"]:focus,
    .template-blog .block-widget-product form input[type="text"]:focus-visible,
    .template-blog .block-widget-product form input[type="text"]:hover {
      box-shadow: 0 0 0 !important;
      opacity: 1;
      outline: none !important; }
  .template-blog .block-widget-product form input[type="submit"] {
    background: #78CAB4 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: #FFFFFF;
    font: normal normal bold 20px/27px 'manrope';
    letter-spacing: 0px;
    height: 40px;
    opacity: 1;
    outline: none !important;
    min-height: 40px;
    padding: 5px 16px;
    width: 100%; }
    @media only screen and (max-width: 749px) {
      .template-blog .block-widget-product form input[type="submit"] {
        font: normal normal bold 16px/22px 'manrope';
        letter-spacing: 0px; } }
    .template-blog .block-widget-product form input[type="submit"]:focus, .template-blog .block-widget-product form input[type="submit"]:focus-visible, .template-blog .block-widget-product form input[type="submit"]:hover {
      background: #211c54 0% 0% no-repeat padding-box;
      color: #FFFFFF;
      opacity: 1;
      outline: none !important; }
.template-blog #mc_embed_signup {
  background: none !important; }
  .template-blog #mc_embed_signup .mc-field-group {
    padding-bottom: 16px;
    width: 100%; }
  .template-blog #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41; }
  .template-blog #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent !important;
    margin: 0; }
  .template-blog #mc_embed_signup #mce-error-response {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
    font-size: 12px;
    color: #211c54;
    line-height: 18px; }
  .template-blog #mc_embed_signup #mc_embed_signup div.response {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
    text-align: center !important;
    padding-bottom: 0px !important; }
  .template-blog #mc_embed_signup form {
    padding: 0; }
    .template-blog #mc_embed_signup form input[type="email"],
    .template-blog #mc_embed_signup form input[type="text"] {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 0.5px solid #fff;
      border-radius: 28px;
      box-shadow: 0 0 0 !important;
      opacity: 1;
      outline: none !important;
      padding: 10px 15px;
      min-width: 100%;
      min-height: 45px;
      width: 100%; }
      .template-blog #mc_embed_signup form input[type="email"]::placeholder,
      .template-blog #mc_embed_signup form input[type="text"]::placeholder {
        font: normal normal normal 15px/20px 'manrope';
        letter-spacing: 0px;
        color: #BBBBBB;
        opacity: 1; }
      .template-blog #mc_embed_signup form input[type="email"]:focus, .template-blog #mc_embed_signup form input[type="email"]:focus-visible, .template-blog #mc_embed_signup form input[type="email"]:hover,
      .template-blog #mc_embed_signup form input[type="text"]:focus,
      .template-blog #mc_embed_signup form input[type="text"]:focus-visible,
      .template-blog #mc_embed_signup form input[type="text"]:hover {
        box-shadow: 0 0 0 !important;
        opacity: 1;
        outline: none !important; }
    .template-blog #mc_embed_signup form input[type="submit"] {
      background: #78CAB4 0% 0% no-repeat padding-box;
      border-radius: 20px;
      color: #FFFFFF;
      font: normal normal bold 20px/27px 'manrope';
      letter-spacing: 0px;
      height: 40px;
      opacity: 1;
      outline: none !important;
      min-height: 40px;
      padding: 5px 16px;
      width: 100%; }
      @media only screen and (max-width: 749px) {
        .template-blog #mc_embed_signup form input[type="submit"] {
          font: normal normal bold 16px/22px 'manrope';
          letter-spacing: 0px; } }
      .template-blog #mc_embed_signup form input[type="submit"]:focus, .template-blog #mc_embed_signup form input[type="submit"]:focus-visible, .template-blog #mc_embed_signup form input[type="submit"]:hover {
        background: #211c54 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        opacity: 1;
        outline: none !important; }

.template-page {
  /* wrap-hero-footer */ }
  .template-page main.main-content {
    padding-top: 0; }
  .template-page .section-header h1, .template-page .section-header .h1 {
    font: normal normal bold 64px/70px 'manrope';
    letter-spacing: 0px;
    color: #211C54;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-page .section-header h1, .template-page .section-header .h1 {
        font: normal normal bold 20px/27px 'manrope'; } }
  .template-page.page-faq .rte p strong, .template-page.page-wellspring-faq .rte p strong {
    font: normal normal 600 20px/27px 'manrope';
    display: block;
    color: #78CAB4; }
    @media only screen and (max-width: 749px) {
      .template-page.page-faq .rte p strong, .template-page.page-wellspring-faq .rte p strong {
        font: normal normal normal 15px/20px 'manrope' !important;
        color: #000000; } }
  .template-page.page-faq .rte li,
  .template-page.page-faq .rte p, .template-page.page-wellspring-faq .rte li,
  .template-page.page-wellspring-faq .rte p {
    font: normal normal normal 20px/27px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 40px;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-page.page-faq .rte li,
      .template-page.page-faq .rte p, .template-page.page-wellspring-faq .rte li,
      .template-page.page-wellspring-faq .rte p {
        font: normal normal normal 15px/20px 'manrope';
        margin: 0 0 20px; } }
  .template-page .rte h4, .template-page .rte .h4 {
    font: normal normal bold 28px/37px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    opacity: 1;
    margin-bottom: 30px; }
    @media only screen and (max-width: 749px) {
      .template-page .rte h4, .template-page .rte .h4 {
        font: normal normal bold 20px/27px 'manrope';
        margin-bottom: 30px; } }
  .template-page .rte ul, .template-page .rte ol {
    margin-left: 20px;
    margin-bottom: 0; }
  .template-page .rte li,
  .template-page .rte p {
    font: normal normal normal 20px/27px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 25px;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .template-page .rte li,
      .template-page .rte p {
        font: normal normal normal 15px/20px 'manrope';
        margin: 0 0 20px; } }
  @media only screen and (max-width: 749px) {
    .template-page .wrap-hero-footer h4, .template-page .wrap-hero-footer .h4 {
      font: normal normal bold 16px/21px 'manrope';
      letter-spacing: 0px;
      color: #211C54;
      opacity: 1; } }
  .template-page .content-column-info-help {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    margin-bottom: 22px;
    max-width: 365px; }
    @media only screen and (min-width: 750px) {
      .template-page .content-column-info-help {
        margin-left: 50px; } }
  .template-page .content-column-info-help > div {
    flex-basis: 33%;
    min-width: 33%;
    max-width: 33%;
    position: relative;
    width: 33%; }
    .template-page .content-column-info-help > div figure img {
      max-height: 50px; }
    .template-page .content-column-info-help > div p {
      font-size: 20px;
      font-weight: bold !important; }
  .template-page .wrap-hero-contact .rte {
    margin-top: -70px; }
    @media only screen and (max-width: 749px) {
      .template-page .wrap-hero-contact .rte {
        margin-top: -20px; } }
    .template-page .wrap-hero-contact .rte p {
      text-align: left;
      font: normal normal bold 20px/27px 'manrope';
      letter-spacing: 0px;
      color: #000000;
      opacity: 1; }
      @media only screen and (max-width: 749px) {
        .template-page .wrap-hero-contact .rte p {
          font: normal normal bold 16px/21px 'manrope'; } }
      @media only screen and (max-width: 749px) {
        .template-page .wrap-hero-contact .rte p br {
          display: none; } }
    .template-page .wrap-hero-contact .rte .content-column-info-help {
      margin-left: 0px; }
  .template-page #shopify-section-help-contact {
    padding-bottom: 0px; }
  .template-page .contact-form.form-vertical {
    max-width: 762px; }
  .template-page form input[type="email"],
  .template-page form input[type="tel"],
  .template-page form input[type="phone"],
  .template-page form input[type="text"],
  .template-page form input[type="password"] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #908da9;
    border-radius: 28px;
    box-shadow: 0 0 0 !important;
    opacity: 1;
    outline: none !important;
    min-width: 100%;
    min-height: 45px;
    width: 100%; }
    .template-page form input[type="email"]::placeholder,
    .template-page form input[type="tel"]::placeholder,
    .template-page form input[type="phone"]::placeholder,
    .template-page form input[type="text"]::placeholder,
    .template-page form input[type="password"]::placeholder {
      letter-spacing: 0px;
      color: #000000;
      opacity: 1; }
    .template-page form input[type="email"]:focus, .template-page form input[type="email"]:focus-visible, .template-page form input[type="email"]:hover,
    .template-page form input[type="tel"]:focus,
    .template-page form input[type="tel"]:focus-visible,
    .template-page form input[type="tel"]:hover,
    .template-page form input[type="phone"]:focus,
    .template-page form input[type="phone"]:focus-visible,
    .template-page form input[type="phone"]:hover,
    .template-page form input[type="text"]:focus,
    .template-page form input[type="text"]:focus-visible,
    .template-page form input[type="text"]:hover,
    .template-page form input[type="password"]:focus,
    .template-page form input[type="password"]:focus-visible,
    .template-page form input[type="password"]:hover {
      box-shadow: 0 0 0 !important;
      opacity: 1;
      outline: none !important; }
  .template-page form textarea,
  .template-page form textarea.input-full {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #908da9;
    border-radius: 28px;
    box-shadow: 0 0 0 !important;
    opacity: 1;
    outline: none !important;
    min-width: 100%;
    min-height: 260px;
    width: 100%; }
    .template-page form textarea::placeholder,
    .template-page form textarea.input-full::placeholder {
      letter-spacing: 0px;
      color: #000000;
      opacity: 1; }
    .template-page form textarea:focus, .template-page form textarea:focus-visible, .template-page form textarea:hover,
    .template-page form textarea.input-full:focus,
    .template-page form textarea.input-full:focus-visible,
    .template-page form textarea.input-full:hover {
      outline: none !important;
      box-shadow: 0 0 0 !important;
      opacity: 1;
      outline: none !important; }
  .template-page form .action-form {
    text-align: center; }
    @media only screen and (min-width: 750px) {
      .template-page form .action-form {
        text-align: right; } }
  .template-page form input[type="submit"] {
    background: #78CAB4 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: #FFFFFF;
    font: normal normal bold 20px/27px 'manrope';
    letter-spacing: 0px;
    height: 40px;
    opacity: 1;
    outline: none !important;
    min-height: 40px;
    padding: 5px 16px;
    width: 223px; }
    .template-page form input[type="submit"]:focus, .template-page form input[type="submit"]:focus-visible, .template-page form input[type="submit"]:hover {
      background: #211c54 0% 0% no-repeat padding-box;
      color: #FFFFFF;
      opacity: 1;
      outline: none !important; }
  .template-page .wrap-icon-boxes {
    padding-bottom: 62px;
    border-bottom: 1px solid #908da9; }
  .template-page .index-section.section-help-hero {
    border-bottom: 1px solid #908da9; }
    .template-page .index-section.section-help-hero .content-column-info-help a p {
      font: normal normal bold 20px/40px 'manrope';
      letter-spacing: 0px;
      color: #211C54;
      opacity: 1;
      padding: 0 !important; }

.template-index .index-section.section-help-hero .content-column-info-help a p {
  font: normal normal bold 20px/40px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  opacity: 1;
  padding: 0 !important; }

/* Hero Banner */
.hero-banner-single {
  height: 659px; }
  @media only screen and (max-width: 749px) {
    .hero-banner-single {
      height: 656px; } }
  .hero-banner-single .slideshow__image {
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 1; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .hero-banner-single .slideshow__image {
        background-position: right bottom;
        background-size: auto 450px;
        background-color: #e3e3e3; } }
    @media only screen and (max-width: 749px) {
      .hero-banner-single .slideshow__image {
        background-position: right bottom;
        background-size: auto 316px;
        background-color: #e3e3e3; } }
  .hero-banner-single .slideshow__text-content {
    opacity: 1;
    top: 30%; }
    @media only screen and (max-width: 749px) {
      .hero-banner-single .slideshow__text-content {
        top: 24%; } }
  .hero-banner-single .slideshow__text-content::after {
    display: none; }
  .hero-banner-single h2.mega-title, .hero-banner-single .mega-title.h2 {
    font: normal normal bold 64px/70px 'manrope';
    letter-spacing: 0px;
    color: #211C54;
    opacity: 1;
    text-align: left; }
    @media only screen and (max-width: 749px) {
      .hero-banner-single h2.mega-title, .hero-banner-single .mega-title.h2 {
        font: normal normal bold 32px/44px 'manrope';
        text-align: center; } }

@media only screen and (min-width: 750px) {
  .hero-block {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 749px) {
  .hero-block .feature-row .feature-row {
    display: flex;
    flex-flow: column;
    -moz-flex-flow: column;
    -webkit-flex-flow: column; }
    .hero-block .feature-row .feature-row .hero-image {
      order: 1;
      min-width: 100%;
      max-width: 100%;
      width: 100%; }
    .hero-block .feature-row .feature-row .feature-row__text {
      order: 2;
      min-width: 100%;
      max-width: 100%;
      width: 100%; } }
.hero-block .featured-row__subtext {
  max-width: 593px; }
.hero-block p {
  font: normal normal normal 20px/40px 'manrope';
  letter-spacing: 0px;
  color: #211C54;
  margin-bottom: 20px;
  opacity: 1; }
  @media only screen and (max-width: 989px) {
    .hero-block p {
      font: normal normal normal 14px/24px 'manrope';
      letter-spacing: 0px;
      color: #211C54;
      opacity: 1; } }

.hero-block-center {
  padding: 0 20px; }
  .hero-block-center.hero-center-top {
    border-bottom: 1px solid #908da9; }
    @media only screen and (min-width: 990px) {
      .hero-block-center.hero-center-top {
        padding-bottom: 50px; } }
    .hero-block-center.hero-center-top h1, .hero-block-center.hero-center-top .h1 {
      margin-bottom: 24px; }
  .hero-block-center .wp-content {
    max-width: 1052px;
    margin: 0 auto; }
  .hero-block-center p {
    font: normal normal bold 28px/37px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .hero-block-center p {
        font: normal normal bold 20px/28px 'manrope'; } }
    @media only screen and (max-width: 749px) {
      .hero-block-center p {
        font: normal normal bold 15px/20px 'manrope'; } }
  .hero-block-center h1, .hero-block-center .h1 {
    font: normal normal bold 56px/74px 'manrope';
    letter-spacing: 0px;
    color: #78CAB4;
    opacity: 1; }
    @media only screen and (min-width: 750px) and (max-width: 989px) {
      .hero-block-center h1, .hero-block-center .h1 {
        font: normal normal bold 40px/55px 'manrope'; } }
    @media only screen and (max-width: 749px) {
      .hero-block-center h1, .hero-block-center .h1 {
        font: normal normal bold 35px/40px 'manrope'; } }

.open-mobile {
  margin-left: 16px;
  outline: none !important;
  padding-top: 10px;
  padding-bottom: 8px; }
  .open-mobile .moblie-menu {
    outline: none !important;
    position: relative;
    width: 20px;
    height: 20px; }
  .open-mobile .hamburger {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #78cab4;
    transition: 0.5s;
    outline: none !important; }
  .open-mobile .hamburger::before, .open-mobile .hamburger::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #78cab4;
    outline: none !important; }
  .open-mobile .hamburger::before {
    top: 5px;
    outline: none !important;
    transition: 0.3s; }
  .open-mobile .hamburger::after {
    top: 10px;
    outline: none !important;
    transition: 0.5s; }
  .open-mobile .moblie-menu-active {
    margin-top: -5px; }
  .open-mobile .moblie-menu-active .hamburger {
    transform: rotate(45deg) translate(5px, 9px);
    outline: none !important; }
  .open-mobile .moblie-menu-active .hamburger::before {
    outline: none !important;
    opacity: 0; }
  .open-mobile .moblie-menu-active .hamburger::after {
    transform: rotate(-90deg) translate(10px, 0px);
    outline: none !important; }

#mobile-menu {
  width: 0;
  top: 61px;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-top: 1px solid #e9e9e9;
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  height: 100%;
  min-height: 100vh;
  border-top: 1px solid #e9e9e9; }
  #mobile-menu.active {
    width: 100%;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    background: rgba(0, 0, 0, 0.8); }
    #mobile-menu.active .mobile-nav-wrapper {
      visibility: visible;
      opacity: 1;
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }

div#shopify-section-header.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  background: #fff; }

/* page article */
.block-best-selling-medicine .content-block-widget #Collection {
  padding: 0 !important;
  /*.trustpilot-widget {
    width: 85px;
  overflow: hidden;
    margin-bottom: -10px;
    
    iframe {
      max-width: 181px;
      width: 181px;
      min-width: 181px;
    }
  }*/ }
  .block-best-selling-medicine .content-block-widget #Collection .grid--view-items,
  .block-best-selling-medicine .content-block-widget #Collection .grid--view-items .grid__item {
    display: block;
    margin-left: 0 !important;
    width: 100% !important; }
  .block-best-selling-medicine .content-block-widget #Collection .grid--view-items .grid__item .grid-view-item {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    display: flex; }
  .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    flex-basis: 160px;
    max-height: 160px;
    height: 160px;
    min-width: 160px;
    max-width: 160px;
    width: 160px; }
    @media only screen and (min-width: 750px) {
      .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image {
        border-right: 0.5px solid #211C54; } }
    .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image .grid-view-item__image-wrapper {
      margin: 0 !important; }
  .block-best-selling-medicine .content-block-widget #Collection .grid-view-item .grid-view-item__image-wrapper {
    max-width: 100% !important;
    min-height: 130px !important;
    max-height: 130px !important;
    width: auto !important; }
    .block-best-selling-medicine .content-block-widget #Collection .grid-view-item .grid-view-item__image-wrapper img.grid-view-item__image {
      max-width: 100% !important;
      max-height: 130px !important;
      width: auto !important; }
  .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image .grid-view-item__image-container {
      padding: 0 5px 0px !important; }
    .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image .grid-view-item__image-container .grid-view-item__image-wrapper > div {
      padding-top: 0 !important; }
    .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image img {
      position: relative; }
  .block-best-selling-medicine .content-block-widget #Collection .cont-pro-description .grid-view-item__link {
    padding: 12px !important; }
  .block-best-selling-medicine .content-block-widget #Collection .cont-pro-description .grid-view-item__title {
    text-align: left !important;
    height: 42px;
    overflow: hidden; }
  .block-best-selling-medicine .content-block-widget #Collection .grid-view-item__meta .product-price__price {
    font: normal normal normal 20px/28px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
  .block-best-selling-medicine .content-block-widget #Collection .grid-view-item__btn {
    display: none !important; }
.block-best-selling-medicine .content-block-widget #Collection .grid__item .grid-view-item .product-price__sale span.product-price__sale-label {
  padding: 3px 10px !important; }

.grid-best-selling-medicine #Collection {
  padding: 0 !important; }
  @media only screen and (min-width: 990px) {
    .grid-best-selling-medicine #Collection .grid--view-items {
      margin-left: -52px; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .grid-best-selling-medicine #Collection .grid--view-items {
      margin-left: -2%;
      margin-right: -2%; } }
  @media only screen and (max-width: 749px) {
    .grid-best-selling-medicine #Collection .grid--view-items {
      margin-left: 0 !important; } }
  @media only screen and (min-width: 990px) {
    .grid-best-selling-medicine #Collection .grid--view-items .grid__item--collection-template {
      padding-left: 52px; } }
  @media only screen and (min-width: 750px) and (max-width: 989px) {
    .grid-best-selling-medicine #Collection .grid--view-items .grid__item--collection-template {
      margin-left: 2% !important;
      margin-right: 2% !important;
      flex-basis: 29.3% !important;
      min-width: 29.3% !important;
      max-width: 29.3% !important;
      padding-left: 0 !important;
      width: 29.3% !important; } }
  @media only screen and (max-width: 749px) {
    .grid-best-selling-medicine #Collection .grid--view-items .grid__item--collection-template {
      margin-bottom: 19.26px !important; } }
  @media only screen and (max-width: 749px) {
    .grid-best-selling-medicine #Collection .grid--view-items .grid__item--collection-template .grid-view-item {
      border: 0.5px solid #211C54;
      flex-flow: column;
      -moz-flex-flow: column;
      -webkit-flex-flow: column; } }
  @media only screen and (max-width: 749px) {
    .grid-best-selling-medicine #Collection .grid--view-items .grid__item--collection-template .grid-view-item div.cont-pro-image {
      flex-basis: 100%;
      min-width: 100%;
      max-width: 100%;
      width: 100%; } }
  @media only screen and (max-width: 749px) {
    .grid-best-selling-medicine #Collection .grid--view-items .grid__item--collection-template .grid-view-item .grid-view-item__image-wrapper {
      margin-right: 0 !important; } }
  @media only screen and (max-width: 749px) {
    .grid-best-selling-medicine #Collection .grid--view-items .grid__item--collection-template .grid-view-item div.cont-pro-description {
      flex-basis: 100%;
      min-width: 100%;
      max-width: 100%;
      width: 100%; } }
  .grid-best-selling-medicine #Collection .grid-view-item a.grid-view-item__link {
    padding: 34px 34px 0px;
    position: relative; }
  @media only screen and (min-width: 990px) {
    .grid-best-selling-medicine #Collection .grid-view-item__title {
      font: normal normal normal 20px/28px 'manrope' !important; } }
  @media only screen and (max-width: 989px) {
    .grid-best-selling-medicine #Collection .grid-view-item__title {
      font: normal normal normal 16px/21px 'manrope' !important; } }
  @media only screen and (min-width: 990px) {
    .grid-best-selling-medicine #Collection .grid-view-item .grid-view-item__image-wrapper {
      max-width: 100% !important;
      min-height: 275px !important;
      max-height: 275px !important;
      margin-bottom: 0;
      width: auto !important; } }
  .grid-best-selling-medicine #Collection .grid-view-item .grid-view-item__image-wrapper > div {
    padding-top: 0 !important; }
  @media only screen and (min-width: 990px) {
    .grid-best-selling-medicine #Collection .grid-view-item .cont-pro-image img.grid-view-item__image {
      max-width: 100% !important;
      max-height: 275px !important;
      width: auto !important; } }
  @media only screen and (min-width: 990px) {
    .grid-best-selling-medicine #Collection .cont-pro-description a.grid-view-item__link {
      min-height: 134px; } }
  .grid-best-selling-medicine #Collection .grid-view-item__meta .product-price__price {
    display: none; }
  .grid-best-selling-medicine #Collection a.cs-shop-now {
    background: #211C54 0% 0% no-repeat padding-box;
    border-radius: 20px;
    box-shadow: 0 0 0;
    color: #FFFFFF;
    display: block;
    font: normal normal bold 18px/22px 'manrope';
    letter-spacing: 0px;
    opacity: 1;
    outline: none;
    padding: 9px 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 223px; }
  .grid-best-selling-medicine #Collection a.cs-shop-now:hover,
  .grid-best-selling-medicine #Collection a.cs-shop-now:focus {
    background: #78CAB4 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    outline: none; }

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .medium--hide {
    display: none !important; } }

@media only screen and (min-width: 990px) {
  .large-up--hide {
    display: none !important; } }

.two-day-free {
  display: block;
  margin-top: 16px;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #b7b6c8;
  text-align: center; }
  .two-day-free span {
    padding-left: 0;
    font: normal normal bold 16px/20px 'manrope';
    letter-spacing: 0px;
    color: #78cab4; }

.two-day-free-top {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1em;
  border-top: 1px solid #b7b6c8; }

/* Frequently Bought Together */
.cbb-frequently-bought-container {
  /*   border-top: 1px solid #cccccc; */
  padding-top: 32px;
  min-width: 100% !important;
  max-width: 100% !important;
  margin-top: 80px;
  min-height: 275px;
  clear: both !important;
  display: block !important;
  width: 100% !important; }
  @media only screen and (max-width: 749px) {
    .cbb-frequently-bought-container {
      margin-top: 20px !important;
      padding-top: 20px !important;
      padding-bottom: 150px !important;
      position: relative; } }
  .cbb-frequently-bought-container h2.cbb-frequently-bought-title, .cbb-frequently-bought-container .cbb-frequently-bought-title.h2 {
    font: normal normal bold 26px/32px 'manrope' !important;
    letter-spacing: 0px;
    color: #78CAB4 !important;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .cbb-frequently-bought-container h2.cbb-frequently-bought-title, .cbb-frequently-bought-container .cbb-frequently-bought-title.h2 {
        font: normal normal bold 20px/27px 'manrope' !important;
        letter-spacing: 0px;
        /*       color: #000000 !important; */
        opacity: 1; } }
  .cbb-frequently-bought-container span.cbb-frequently-bought-total-price-text {
    font: normal normal normal 20px/33px 'manrope' !important;
    letter-spacing: 0px;
    color: #606060 !important; }
  .cbb-frequently-bought-container span.cbb-frequently-bought-total-price-regular-price,
  .cbb-frequently-bought-container span.cbb-frequently-bought-total-price-sale-price {
    text-align: left;
    font: normal normal normal 25px/33px 'manrope' !important;
    letter-spacing: 0px;
    color: #78CAB4 !important; }
  .cbb-frequently-bought-container .cbb-frequently-bought-total-price-was-price {
    color: #78CAB4 !important; }
    .cbb-frequently-bought-container .cbb-frequently-bought-total-price-was-price span.money {
      text-align: left;
      font: normal normal normal 16px/22px 'manrope' !important;
      letter-spacing: 0px;
      color: #78CAB4 !important; }
      @media only screen and (max-width: 749px) {
        .cbb-frequently-bought-container .cbb-frequently-bought-total-price-was-price span.money {
          font: normal normal normal 15px/21px 'manrope' !important; } }
  .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-compare-at-price,
  .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-sale-price,
  .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-regular-price {
    color: #78CAB4 !important; }
    .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-compare-at-price span.money,
    .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-sale-price span.money,
    .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-regular-price span.money {
      text-align: left;
      font: normal normal normal 16px/22px 'manrope' !important;
      letter-spacing: 0px;
      color: #78CAB4 !important; }
      @media only screen and (max-width: 749px) {
        .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-compare-at-price span.money,
        .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-sale-price span.money,
        .cbb-frequently-bought-container .cbb-frequently-bought-selector-label-regular-price span.money {
          font: normal normal normal 15px/21px 'manrope' !important; } }
  .cbb-frequently-bought-container .cbb-frequently-bought-recommendations-container {
    min-height: 150px; }
    @media only screen and (min-width: 990px) {
      .cbb-frequently-bought-container .cbb-frequently-bought-recommendations-container {
        clear: none;
        float: left;
        position: relative; } }
    .cbb-frequently-bought-container .cbb-frequently-bought-recommendations-container .cbb-frequently-bought-products {
      min-height: 150px; }
    @media only screen and (min-width: 990px) {
      .cbb-frequently-bought-container .cbb-frequently-bought-recommendations-container .cbb-frequently-bought-form {
        clear: both !important;
        display: inherit !important;
        width: auto !important;
        position: absolute;
        bottom: 0;
        right: auto;
        left: 100%; } }
    @media only screen and (max-width: 749px) {
      .cbb-frequently-bought-container .cbb-frequently-bought-recommendations-container .cbb-frequently-bought-form {
        display: block !important;
        margin-bottom: 12px;
        clear: both !important;
        position: absolute !important;
        bottom: 1.5rem;
        left: 0;
        z-index: 2;
        width: 100% !important;
        text-align: center !important; } }
  @media only screen and (min-width: 990px) {
    .cbb-frequently-bought-container .cbb-frequently-bought-selector-list {
      clear: none !important;
      float: left; } }
  @media only screen and (max-width: 749px) {
    .cbb-frequently-bought-container .cbb-frequently-bought-selector-list {
      border-top: 1px solid #d4d3dd;
      border-bottom: 1px solid #d4d3dd;
      padding: 16px 0; } }
  .cbb-frequently-bought-container .cbb-frequently-bought-selector-list h3.cbb-frequently-bought-selector-label-name, .cbb-frequently-bought-container .cbb-frequently-bought-selector-list .cbb-frequently-bought-selector-label-name.h3 {
    text-align: left;
    font-family: 'manrope' !important;
    font-size: 15px !important;
    line-height: 25px !important;
    letter-spacing: 0px !important;
    color: #000000 !important; }
    .cbb-frequently-bought-container .cbb-frequently-bought-selector-list h3.cbb-frequently-bought-selector-label-name span:last-child, .cbb-frequently-bought-container .cbb-frequently-bought-selector-list .cbb-frequently-bought-selector-label-name.h3 span:last-child {
      font-weight: normal !important; }
  .cbb-frequently-bought-container button.cbb-frequently-bought-add-button {
    border: 1px solid #78CAB4 !important;
    border-radius: 20px;
    opacity: 1;
    height: 40px;
    max-height: 40px;
    font: normal normal bold 18px/24px 'manrope';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 5px 16px !important;
    min-width: 223px; }
    @media (max-width: 440px) {
      .cbb-frequently-bought-container button.cbb-frequently-bought-add-button {
        width: 80% !important; } }
    .cbb-frequently-bought-container button.cbb-frequently-bought-add-button:focus, .cbb-frequently-bought-container button.cbb-frequently-bought-add-button:hover {
      border: 1px solid #211C54 !important; }

.wrapper-related-product {
  clear: both;
  float: none;
  width: 100%;
  /* reviews */ }
  @media only screen and (max-width: 989px) {
    .wrapper-related-product .page-width {
      padding-left: 0;
      padding-right: 0; } }
  .wrapper-related-product .filter-tabs {
    display: none !important; }
  @media only screen and (min-width: 990px) {
    .wrapper-related-product #myCarouselRelated {
      padding-left: 0px;
      padding-right: 0px; } }
  @media only screen and (min-width: 990px) {
    .wrapper-related-product #myCarouselRelated .grid-view-item {
      padding-right: 15px;
      padding-left: 15px; } }
  @media only screen and (max-width: 989px) {
    .wrapper-related-product #myCarouselRelated .grid-view-item {
      padding-right: 7px;
      padding-left: 7px; } }
  @media only screen and (max-width: 749px) {
    .wrapper-related-product #myCarouselRelated .grid-view-item {
      margin: 0 auto 0; } }
  @media only screen and (min-width: 750px) {
    .wrapper-related-product .cont-pro-image {
      min-height: 213px; } }
  .wrapper-related-product .grid-view-item__title {
    font: normal normal normal 16px/21px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    height: 43px;
    max-height: 43px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: -webkit-box;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow-wrap: break-word; }
    @media only screen and (max-width: 749px) {
      .wrapper-related-product .grid-view-item__title {
        font: normal normal normal 15px/20px 'manrope';
        max-width: 188px;
        height: 41px;
        max-height: 41px;
        overflow: hidden; } }
  .wrapper-related-product .grid-view-item__vendor {
    display: none; }
  @media only screen and (min-width: 750px) {
    .wrapper-related-product .cont-pro-image .grid-view-item__image-wrapper {
      min-height: 213px; } }
  .wrapper-related-product .cont-pro-image .grid-view-item__image-wrapper > div {
    padding-top: 213px !important; }
    @media only screen and (max-width: 749px) {
      .wrapper-related-product .cont-pro-image .grid-view-item__image-wrapper > div {
        padding-top: 189px !important;
        display: flex;
        align-items: center;
        justify-content: center; } }
  .wrapper-related-product .cont-pro-image .grid-view-item__image-wrapper img.grid-view-item__image {
    max-height: 213px !important;
    max-width: 100% !important;
    width: auto !important; }
    @media only screen and (max-width: 749px) {
      .wrapper-related-product .cont-pro-image .grid-view-item__image-wrapper img.grid-view-item__image {
        max-height: 189px !important; } }
  .wrapper-related-product .product-price__price {
    font: normal normal bold 16px/21px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      .wrapper-related-product .product-price__price {
        font: normal normal bold 15px/20px 'manrope'; } }
  .wrapper-related-product .trustpilot-widget {
    margin-top: 6px;
    margin-bottom: -4px;
    overflow: hidden; }
  .wrapper-related-product .grid-view-item__btn {
    display: none !important; }
  .wrapper-related-product .box-product {
    position: relative; }
    .wrapper-related-product .box-product a.slick-arrow {
      position: absolute;
      margin: 0;
      top: 30%;
      z-index: 2; }
      @media (max-width: 550px) {
        .wrapper-related-product .box-product a.slick-arrow {
          display: none !important; } }
      .wrapper-related-product .box-product a.slick-arrow::before {
        content: "" !important; }
    .wrapper-related-product .box-product a.prev-button {
      background: transparent url(//wellspringmeds.com/cdn/shop/t/102/assets/arrow-prev-slide.png?v=77246133789508252141774356186) no-repeat center center;
      left: 0;
      margin: 0 0 0 -16px; }
      @media (max-width: 550px) {
        .wrapper-related-product .box-product a.prev-button {
          display: none !important; } }
    .wrapper-related-product .box-product a.next-button {
      background: transparent url(//wellspringmeds.com/cdn/shop/t/102/assets/arrow-next-slide.png?v=21191662305050194681774356186) no-repeat center center;
      right: 0;
      margin: 0 -16px 0 0; }
      @media (max-width: 550px) {
        .wrapper-related-product .box-product a.next-button {
          display: none !important; } }
  .wrapper-related-product ul.slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
    position: relative; }
    .wrapper-related-product ul.slick-dots li {
      margin-left: 9px;
      margin-right: 9px; }
    .wrapper-related-product ul.slick-dots li button::before {
      background: #EEEEEE 0% 0% no-repeat padding-box !important;
      border: 0.5px solid #707070;
      opacity: 1;
      width: 9px;
      height: 9px; }
    .wrapper-related-product ul.slick-dots li.slick-active button::before {
      background: #707070 0% 0% no-repeat padding-box !important;
      border: 4px solid #707070 !important;
      opacity: 1;
      width: 9px;
      height: 9px; }

/* END wrapper-related-product */
.product-bottom-wrappper {
  padding-bottom: 80px; }

.tab-content .prev-button:hover,
.tab-content .next-button:hover {
  background-color: transparent !important; }

.btn--secondary:not([disabled]):hover,
.btn--secondary:focus {
  background-color: #221E54 !important;
  color: #ffffff !important;
  border-color: #221E54;
  opacity: 1 !important; }

.tab-content .prev-button,
.tab-content .next-button {
  color: #221E54 !important;
  border: none; }

.tab-content .next-button {
  padding: 6px 12px !important; }

.tab-content .prev-button {
  padding: 6px 12px !important; }

.product-accordions {
  margin-top: 30px;
  margin-bottom: 30px; }

.product-accordion .heading {
  border-top: 1px solid #e5e5e5; }

.product-accordion:last-child .heading {
  border-bottom: 1px solid #e5e5e5; }

.product-accordion .heading h5, .product-accordion .heading .h5 {
  padding: 0;
  margin: 0; }

.product-accordion.active .heading {
  border-bottom: none; }

.product-accordion .panel.product-accordion-content {
  border: none !important;
  margin-bottom: 0 !important; }

.product-accordion.active:last-child .panel.product-accordion-content {
  border-bottom: 1px solid #e5e5e5 !important; }

.product-accordion .tab-heading {
  display: block;
  position: relative;
  padding: 10px 0;
  padding-right: 50px; }

.product-accordion .tab-heading:after {
  content: "\f067";
  position: absolute;
  font-family: FontAwesome;
  right: 0;
  width: 43px;
  height: 43px;
  font-size: 15px;
  text-align: center;
  color: #000;
  top: 0;
  line-height: 44px;
  top: 50%;
  transform: translateY(-50%); }

.product-accordion.active .tab-heading:after {
  content: "\f068"; }

.product-accordion-content {
  padding: 20px 0;
  border: 1px solid #f5f5f5;
  border-top: 0;
  -webkit-animation: fadeIn 1s ease;
  -moz-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease; }

.product-accordions.accordion-compact2 .product-accordion:first-child .heading {
  border: none !important; }

.product-accordions.accordion-compact2 .product-accordion .tab-heading:after {
  display: none; }

.product-accordions.accordion-compact2 .product-accordion .heading h5, .product-accordions.accordion-compact2 .product-accordion .heading .h5 {
  font-size: 24px;
  color: gray; }

.product-accordions.accordion-compact2 .product-accordion.active .heading h5, .product-accordions.accordion-compact2 .product-accordion.active .heading .h5 {
  color: #333333;
  text-decoration: underline; }

.tab-content {
  position: relative;
  background: #fff; }

.box-type-4.no-box-type-7 .tab-content:before {
  left: 0 !important;
  right: 0 !important; }

.tab-content:after {
  height: 1px;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  display: block; }

.box-type-3 .tab-content:after {
  display: none; }

.box-type-14 .tab-content:after {
  display: none; }

.fixed-body .col-md-12 > .filter-product .tab-content:after,
.fixed-body .col-md-12 > .filter-product .tab-content:before,
.fixed-body .col-sm-12 > .filter-product .tab-content:after,
.fixed-body .col-sm-12 > .filter-product .tab-content:before {
  left: -45px;
  right: -45px; }

.standard-body .fixed .col-md-12 > .filter-product .tab-content:after,
.standard-body .fixed .col-md-12 > .filter-product .tab-content:before,
.standard-body .fixed .col-sm-12 > .filter-product .tab-content:after,
.standard-body .fixed .col-sm-12 > .filter-product .tab-content:before {
  left: -40px;
  right: -40px; }

.border-width-1 .standard-body .full-width .col-md-12 > .filter-product .tab-content:after,
.border-width-1 .standard-body .full-width .col-md-12 > .filter-product .tab-content:before,
.border-width-1 .standard-body .full-width .col-sm-12 > .filter-product .tab-content:after,
.border-width-1 .standard-body .full-width .col-sm-12 > .filter-product .tab-content:before {
  left: -4000px;
  right: -4000px; }

.buttons-prev-next-type-2 .tab-content .prev-button,
.buttons-prev-next-type-2 .tab-content .next-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.tab-content .prev-button:hover,
.tab-content .next-button:hover {
  background: #d9121f;
  border-color: #d9121f;
  color: #fff; }

.tab-content .prev-button {
  margin-left: -50px; }

.tab-content .next-button {
  margin-left: 15px;
  padding: 8px 0 0 14px; }

.tab-content .prev-button:before,
.tab-content .next-button:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out; }

.tab-content .next-button:before {
  content: "\f054"; }

.tab-content .prev-button:hover:before,
.tab-content .next-button:hover:before {
  color: #fff; }

.templateProduct .tab-content .owl-item [class*="col-"] {
  width: 100%; }

/* Page Cart */
#shopify-section-product-recommendations-cart {
  margin-top: 32px;
  padding-bottom: 1rem; }
  #shopify-section-product-recommendations-cart h2.text-align-center, #shopify-section-product-recommendations-cart .text-align-center.h2 {
    border-top: 1px solid #d9d8e2;
    font: normal normal bold 28px/37px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 40px;
    opacity: 1;
    padding-top: 32px;
    text-align: center;
    width: 100% !important; }
    @media only screen and (max-width: 749px) {
      #shopify-section-product-recommendations-cart h2.text-align-center, #shopify-section-product-recommendations-cart .text-align-center.h2 {
        font: normal normal bold 18px/22px 'manrope';
        letter-spacing: 0px;
        color: #000000;
        opacity: 1; } }
  @media only screen and (min-width: 990px) {
    #shopify-section-product-recommendations-cart .slick-slide {
      padding-right: 8px;
      padding-left: 8px; } }
  @media only screen and (max-width: 989px) {
    #shopify-section-product-recommendations-cart .slick-slide {
      padding-right: 7px;
      padding-left: 7px; } }
  #shopify-section-product-recommendations-cart .slick-slide > a,
  #shopify-section-product-recommendations-cart .slick-slide > div > div > a {
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    text-align: center;
    max-height: 213px !important;
    min-height: 213px !important;
    margin-bottom: 16px; }
    @media only screen and (max-width: 749px) {
      #shopify-section-product-recommendations-cart .slick-slide > a,
      #shopify-section-product-recommendations-cart .slick-slide > div > div > a {
        max-height: 189px !important;
        min-height: 189px !important; } }
    @media (max-width: 440px) {
      #shopify-section-product-recommendations-cart .slick-slide > a,
      #shopify-section-product-recommendations-cart .slick-slide > div > div > a {
        max-height: 150px !important;
        min-height: 150px !important; } }
  #shopify-section-product-recommendations-cart .slick-slide img {
    max-height: 213px !important;
    max-width: 100% !important;
    margin: 0 auto;
    width: auto !important; }
    @media only screen and (max-width: 749px) {
      #shopify-section-product-recommendations-cart .slick-slide img {
        max-height: 189px !important; } }
    @media (max-width: 440px) {
      #shopify-section-product-recommendations-cart .slick-slide img {
        max-height: 150px !important;
        min-height: 150px !important; } }
  #shopify-section-product-recommendations-cart .slick-slide h3, #shopify-section-product-recommendations-cart .slick-slide .h3 {
    min-height: 43px;
    margin-bottom: 0;
    max-height: 43px;
    overflow: hidden; }
    @media only screen and (max-width: 749px) {
      #shopify-section-product-recommendations-cart .slick-slide h3, #shopify-section-product-recommendations-cart .slick-slide .h3 {
        min-height: 43px;
        max-height: 43px;
        overflow: hidden;
        height: 43px; } }
  #shopify-section-product-recommendations-cart .slick-slide h3, #shopify-section-product-recommendations-cart .slick-slide .h3, #shopify-section-product-recommendations-cart .slick-slide h3 a, #shopify-section-product-recommendations-cart .slick-slide .h3 a {
    font: normal normal normal 16px/21px 'manrope' !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      #shopify-section-product-recommendations-cart .slick-slide h3, #shopify-section-product-recommendations-cart .slick-slide .h3, #shopify-section-product-recommendations-cart .slick-slide h3 a, #shopify-section-product-recommendations-cart .slick-slide .h3 a {
        font: normal normal normal 15px/20px 'manrope' !important; } }
  #shopify-section-product-recommendations-cart .slick-slide h3 a, #shopify-section-product-recommendations-cart .slick-slide .h3 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: -webkit-box;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow-wrap: break-word; }
  #shopify-section-product-recommendations-cart .slick-slide span {
    font: normal normal bold 16px/21px 'manrope';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1; }
    @media only screen and (max-width: 749px) {
      #shopify-section-product-recommendations-cart .slick-slide span {
        font: normal normal bold 15px/20px 'manrope' !important; } }
  #shopify-section-product-recommendations-cart .slick-slide .grid-view-item__btn {
    padding-top: 10px; }
    #shopify-section-product-recommendations-cart .slick-slide .grid-view-item__btn a.cs-add-to-cart-cr,
    #shopify-section-product-recommendations-cart .slick-slide .grid-view-item__btn a.cs-add-to-cart {
      background: #78CAB4 0% 0% no-repeat padding-box;
      border-radius: 20px;
      box-shadow: 0 0 0;
      color: #FFFFFF;
      display: block;
      font: normal normal bold 18px/22px 'manrope';
      letter-spacing: 0px;
      opacity: 1;
      outline: none;
      padding: 9px 16px;
      margin: 0;
      max-width: 223px;
      width: 100%; }
      @media only screen and (max-width: 989px) {
        #shopify-section-product-recommendations-cart .slick-slide .grid-view-item__btn a.cs-add-to-cart-cr,
        #shopify-section-product-recommendations-cart .slick-slide .grid-view-item__btn a.cs-add-to-cart {
          font: normal normal bold 11px/18px 'manrope' !important;
          max-width: 123px;
          height: 25px;
          min-height: 25px !important;
          padding: 4px 10px !important;
          max-width: 100%;
          width: 100%; } }
    #shopify-section-product-recommendations-cart .slick-slide .grid-view-item__btn a:hover,
    #shopify-section-product-recommendations-cart .slick-slide .grid-view-item__btn a:focus {
      background: #211C54 0% 0% no-repeat padding-box;
      color: #FFFFFF; }
  #shopify-section-product-recommendations-cart button.slick-arrow {
    padding: 6px 12px;
    z-index: 2;
    min-height: 32px; }
    #shopify-section-product-recommendations-cart button.slick-arrow::before {
      content: "" !important; }
  #shopify-section-product-recommendations-cart button.slick-prev {
    background: transparent url(//wellspringmeds.com/cdn/shop/t/102/assets/arrow-prev-slide.png?v=77246133789508252141774356186) no-repeat center center;
    left: 0;
    margin: 0 0 0 -16px;
    top: 32%; }
  #shopify-section-product-recommendations-cart button.slick-next {
    background: transparent url(//wellspringmeds.com/cdn/shop/t/102/assets/arrow-next-slide.png?v=21191662305050194681774356186) no-repeat center center;
    right: 0;
    margin: 0 -16px 0 0;
    top: 32%; }
  #shopify-section-product-recommendations-cart ul.slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative; }
    #shopify-section-product-recommendations-cart ul.slick-dots li {
      margin-left: 9px;
      margin-right: 9px; }
    #shopify-section-product-recommendations-cart ul.slick-dots li button::before {
      background: #EEEEEE 0% 0% no-repeat padding-box !important;
      border: 0.5px solid #707070;
      opacity: 1;
      width: 9px;
      height: 9px; }
    #shopify-section-product-recommendations-cart ul.slick-dots li.slick-active button::before {
      background: #9B9B9B 0% 0% no-repeat padding-box !important;
      border: 0.5px solid #707070;
      opacity: 1; }

/* END shopify-section-product-recommendations-cart  */
/* ************** wisepops ************** */
.wisepops-root .cngYRL::placeholder {
  text-align: center; }
.wisepops-root form button:focus,
.wisepops-root form button:hover {
  background: #211C54 0% 0% no-repeat padding-box !important;
  color: #FFFFFF;
  opacity: 1; }

@media only screen and (max-width: 749px) {
  .wisepops-root .grCLBO,
  .wisepops-root .wisepops-popup,
  .wisepops-root .buqbgl {
    max-width: 88% !important;
    min-width: 88% !important;
    width: 88% !important; }

  .wisepops-root #wisepops-wisepop-scrollable .brUTwo {
    flex: 1 1 auto;
    display: flex;
    max-width: 100%;
    flex-flow: column-reverse nowrap !important;
    -moz-flex-flow: column-reverse nowrap !important;
    -webkit-flex-flow: column-reverse nowrap !important;
    padding: 20px !important; }

  .wisepops-root .dWqhnS {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    height: 300px;
    min-height: 300px; }

  .wisepops-root .bnpGkl {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 0px 17px !important;
    flex: 0 1 100% !important;
    max-width: 100% !important; }

  .wisepops-root .cQThby {
    max-width: 100% !important;
    width: 100% !important; }

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

  .wisepops-root form button,
  .wisepops-root .esIQyS {
    font-size: 16px !important;
    font-weight: 700; } }
@media (max-width: 420px) {
  .wisepops-root .dWqhnS {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    height: 200px !important;
    min-height: 200px !important; }

  .wisepops-block-id-1212832 span {
    font: normal normal bold 16px/21px 'manrope' !important; }

  .wisepops-block-id-1212831 span {
    font: normal normal bold 12px/16px 'manrope' !important; } }
#close-sidebar-cart {
  display: none; }

@media (max-width: 767px) {
  #close-sidebar-cart {
    display: block;
    float: right;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 18px; }
    #close-sidebar-cart i.fa {
      font-size: 22px;
      color: #78cab4; }
    #close-sidebar-cart a:hover i.fa {
      color: #211c54; }

  [data-sidebar-overlay],
  [data-sidebar].cs-sidebar-cart {
    top: 103px; } }
.step__footer__continue-btn {
  color: #ffffff; }
  .step__footer__continue-btn:focus, .step__footer__continue-btn:hover {
    background-color: #211c54;
    color: #ffffff; }
  .step__footer__continue-btn span {
    color: #ffffff !important; }

.site-header__search ul.search-results {
  width: 100%; }
.site-header__search ul.search-results li {
  height: 44px; }
.site-header__search ul.search-results li a {
  display: block;
  padding: 7px 0;
  overflow: hidden; }
  @media only screen and (min-width: 750px) {
    .site-header__search ul.search-results li a {
      display: flex;
      font: normal normal normal 14px/18px 'manrope' !important;
      padding: 7px 0;
      overflow: hidden; } }
  .site-header__search ul.search-results li a span.thumbnail {
    flex-basis: 32px;
    min-width: 32px;
    max-width: 32px; }

/* Custom Price Mobile */
.mobile-custom-price {
  font-weight: bold; }

/* Sticky Sidebar */
#sidebar {
  display: flex;
  transition: all 0.5s; }

#sidebar aside.sticky-sidebar h4.underline, #sidebar aside.sticky-sidebar .underline.h4,
#sidebar aside.sticky-sidebar .underline {
  margin-bottom: 16px !important; }
#sidebar aside.sticky-sidebar #Collection .grid__item .grid-view-item,
#sidebar aside.sticky-sidebar .grid-view-item {
  margin: 0 auto 16px; }
#sidebar aside.sticky-sidebar .block-best-selling-medicine .content-block-widget #Collection .grid-view-item .grid-view-item__image-wrapper img.grid-view-item__image {
  max-width: 100% !important;
  max-height: 116px !important;
  width: auto !important; }
#sidebar aside.sticky-sidebar .block-best-selling-medicine .content-block-widget #Collection .cont-pro-image {
  opacity: 1;
  flex-basis: 150px !important;
  max-height: 140px !important;
  height: 140px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  width: 150px !important; }

.forgot-password-cancel-btn {
  background: #f2f2f2 0 0 no-repeat padding-box;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #000;
  display: block;
  font-family: manrope;
  font-weight: 400;
  font-size: 15px !important;
  text-transform: none;
  letter-spacing: .08em;
  min-height: 45px !important;
  white-space: normal;
  outline: 0;
  opacity: 1;
  padding: 10px 18px;
  margin-top: 1rem;
  min-width: 223px;
  width: 100%; }

/* PRODUCT PAGE CUSTOMIZATION */
#shopify-section-product-template,
.gray-bg {
  background-color: #F5F5F5; }

.white-bg-section,
.cbb-frequently-bought-container {
  background-color: #fff;
  border: 1px solid #BBBBBB;
  padding: 2rem; }

/* PRODUCTS STICKY ACTIONS BAR */
.product-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  min-height: 6rem;
  border-top: 1px solid #bbb;
  z-index: 10000;
  display: none; }

.product-sticky-bar__btns-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.product-sticky-bar__btn {
  font-weight: bold;
  font-size: 15px;
  min-width: 11rem; }

.product-sticky-bar__btn:not(:last-child) {
  margin-right: .5rem; }

.product-form__item--quantity-sticky-bar {
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-form__item--quantity-sticky-bar .btnqty {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border: 0.5px solid #BBBBBB;
    opacity: 1;
    font-size: 20px;
    line-height: 0;
    height: 48px;
    width: 48px; }
  .product-form__item--quantity-sticky-bar .btnqty.minus {
    border-radius: 23px 0px 0px 23px;
    font-size: 32px;
    padding-bottom: 5px;
    position: relative;
    z-index: 2; }
  .product-form__item--quantity-sticky-bar .btnqty.plus {
    border-radius: 0px 23px 23px 0px;
    margin-left: -1px;
    padding-bottom: 2px;
    position: relative;
    z-index: 2; }
  .product-form__item--quantity-sticky-bar input.quantity-selector {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: 0.5px solid #BBBBBB;
    border-bottom: 0.5px solid #BBBBBB;
    /*border-radius: 0px 23px 23px 0px !important; */
    box-shadow: 0 0 0;
    opacity: 1;
    outline: none;
    padding: 5px 5px;
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    width: 48px;
    text-align: center;
    margin-left: -1px; }

.product-form__item--quantity-sticky-bar label {
  font: normal normal bold 20px/27px 'manrope';
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  display: block; }

.product-form__item--submit-sticky-bar a.cs-btn-cart {
  background: #78CAB4 0% 0% no-repeat padding-box;
  border-radius: 32px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 20px/27px 'manrope';
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  display: block;
  line-height: 1.4;
  padding: 7px 5px;
  white-space: normal;
  margin-top: 0px;
  min-height: 45px;
  width: 100%; }
  .product-form__item--submit-sticky-bar a.cs-btn-cart:hover, .product-form__item--submit-sticky-bar a.cs-btn-cart:focus {
    background: #211C54 0% 0% no-repeat padding-box; }
  @media only screen and (max-width: 749px) {
    .product-form__item--submit-sticky-bar a.cs-btn-cart {
      font: normal normal bold 16px/27px 'manrope'; } }
@media only screen and (max-width: 365px) {
  .product-form__item--submit-sticky-bar a.cs-btn-cart {
    font: normal normal bold 13px/27px 'manrope';
    padding: 10px 3px !important; } }
.product-form__item--submit-sticky-bar input[type="button"] {
  display: none; }
.product-form__item--submit-sticky-bar button span.btn-dynamic {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center; }
  .product-form__item--submit-sticky-bar button span.btn-dynamic i,
  .product-form__item--submit-sticky-bar button span.btn-dynamic span.Quantity_box {
    margin-left: 8px; }
  .product-form__item--submit-sticky-bar button span.btn-dynamic input.product-form__input {
    background-color: transparent;
    border: none;
    padding: 3px 2px 0px;
    color: #fff;
    font-weight: 600;
    width: 26px;
    text-align: center;
    height: 25px;
    display: inline-block;
    line-height: 1;
    max-height: 25px;
    min-height: 25px; }

.sticky-bar-quantity-container {
  text-align: center;
  width: 40%; }

.product-form-sticky-bar {
  width: 100%;
  display: block; }

.sticky-bar-add-to-cart-container {
  text-align: center;
  width: 60%; }

@media only screen and (max-width: 749px) {
  .product-sticky-bar {
    display: flex;
    align-items: center;
    justify-content: center; } }
.wrapper-subscriptions {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem; }

.wrap-logos-boxes {
  padding: 2rem 0 0.5rem; }

.progress-shipping-two {
  display: none !important;
  margin-bottom: 1rem !important; }

@media only screen and (max-width: 749px) {
  .hide-on-mobile {
    display: none !important; }

  .progress-shipping-two {
    display: block !important; } }
@media only screen and (min-width: 750px) {
  .hide-on-desktop {
    display: none !important; } }
/* CHAT ICON STYLES */
.search-bar-container {
  max-width: 95%; }

.chat-icon-container {
  display: none; }

.chat-icon-img {
  max-width: 100%; }

.chat-icon-nav {
  position: inherit;
  right: 260px; }

@media only screen and (max-width: 990px) {
  .chat-icon-nav {
    right: 160px; } }
@media only screen and (max-width: 749px) {
  .search-chat-icon-container {
    display: flex;
    justify-content: center;
    padding: 0; }

  .search-bar-container {
    width: 85%;
    max-width: 100%; }

  .chat-icon-container {
    width: 10%;
    display: block; }

  .chat-icon-img {
    max-width: 100%; }

  .chat-icon-nav {
    display: none; } }
/* CART DRAWER MODIFICATIONS */
.cart-drawer-title {
  text-align: center;
  border-bottom: 0.5px solid #211C54;
  padding-bottom: 1rem;
  font-size: 1.1rem !important;
  color: #000 !important; }

.sliding-cart-botom-container {
  border-top: 0.5px solid #211C54;
  padding: .5em 1em; }

.cart-drawer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem; }

.btn-drawer {
  padding: 12px 25px !important; }

.product-actions-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em; }

.best-selling-product-image {
  transform: scale(1) !important; }

/* Utils */
.no-float-clear {
  clear: none !important; }

.no-padding-bottom {
  padding-bottom: 0; }

/* HOME PAGE  */
.home-banner {
  text-align: center;
  padding: 8px 0 10px;
  font-size: 24px;
  font-weight: 800; }

.wrap-home-hero {
  background-position: center; }

/* Collection hero banner */
.wrap-collectiton-hero_mobile {
  display: block !important;
  margin-top: 0;
  /*   padding-bottom: 40px; */ }
  .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg {
    background-size: cover; }
    @media only screen and (min-width: 410px) {
      .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg {
        background-position-y: 60%; } }
    .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top {
      flex-direction: column;
      height: 580px;
      /*       justify-content: flex-start; */
      justify-content: center;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top {
          max-height: 80px; } }
      .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero__title-wrapper {
        display: flex;
        flex-direction: column;
        /*         margin-top: -60px; */ }
      @media and screen and (max-width: 750px) {
        .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top {
          margin-top: -60px !important; } }
      @media only screen and (max-width: 409px) {
        .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero__title-wrapper {
          height: 130px; } }
      .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero__title {
        text-align: center !important;
        font-size: 37px; }
      .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero__title.bot-btn {
        margin-top: 30px; }
      .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero-image-wrapper_mobile {
        bottom: 155px;
        height: unset;
        max-height: 230px;
        padding: 0 0 0 0;
        position: absolute;
        width: 93%; }
        .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero-image-wrapper_mobile a {
          display: block; }
        .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero-image-wrapper_mobile img {
          width: 100%;
          max-height: 230px;
          object-fit: contain; }
        @media only screen and (max-width: 750px) {
          .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero-image-wrapper_mobile {
            bottom: 180px;
            max-height: 280px;
            display: none;
            height: 0px; }
            .wrap-collectiton-hero_mobile .wrap-collectiton-hero-bg .box-collection-top .collection-hero-image-wrapper_mobile img {
              max-height: 280px; } }

@media only screen and (max-width: 409px) {
  .collection-hero-big-text .collection-hero-image-wrapper_mobile img {
    max-height: 185px !important; } }
@media only screen and (min-width: 750px) {
  .wrap-collectiton-hero_mobile {
    display: none !important; } }
/* Collection blog post slider */
.collection-blog-posts-container {
  padding: 10px 40px; }

@media only screen and (max-width: 1023px) {
  .collection-blog-posts-container.page-width {
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 749px) {
  .collection-blog-posts-container {
    padding: 0; } }
.collection-blog-post {
  padding: 0 7px; }

@media only screen and (max-width: 749px) {
  .collection-blog-post {
    padding: 0; } }
.collection-blog-post-img {
  width: 100%; }

.collection-blog-post-img img {
  width: 100%;
  height: 270px;
  object-fit: cover; }

@media only screen and (max-width: 749px) {
  .collection-blog-post-img img {
    height: 250px; } }
.collection-blog-post-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 35px 20px;
  height: 270px;
  justify-content: flex-start;
  position: relative; }

@media only screen and (max-width: 749px) {
  .collection-blog-post-content {
    height: 230px;
    padding-top: 20px; } }
.collection-blog-post-wrapper {
  background-color: #ffffff;
  border: 0.5px solid #211C54; }

@media only screen and (max-width: 749px) {
  .collection-blog-post-wrapper {
    width: 100%;
    margin: 0 auto; } }
.collection-blog-post-content time {
  font-size: 18px;
  text-align: center; }

.collection-blog-post-content h4, .collection-blog-post-content .h4 {
  text-align: center;
  font-size: 20px;
  color: #000; }

.collection-blog-post-content .button {
  width: 223px;
  margin: 0 auto;
  padding: 14px;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0; }

@media only screen and (max-width: 1023px) {
  .collection-blog-post-content .button {
    width: 170px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0; } }
@media only screen and (max-width: 749px) {
  .collection-blog-post-content .button {
    font-size: 16px !important;
    width: 200px;
    padding: 10px; } }
@media only screen and (max-width: 749px) {
  .collection-blog-posts-container .slick-prev {
    left: -10px; }

  .collection-blog-posts-container .slick-next {
    right: -10px; } }
.collection-blog-posts-container .slick-prev::before {
  content: none !important; }

.collection-blog-posts-container .slick-next::before {
  content: none !important; }

.collection-blog-posts-container .slick-dots {
  bottom: 10px;
  right: 0;
  left: 0; }

.collection-blog-posts-container .slick-slider .slick-dots li:not(.slick-active) button::before {
  background-color: #E8E8E8; }

.collection-blog-posts-container .slick-dots li {
  margin-left: 10px; }

/* Home Collection Grid  */
@media only screen and (max-width: 640px) {
  .group-hero-products .hero-product_img:nth-child(2), .group-hero-products .hero-product_img:nth-child(3) {
    display: none; } }
@media only screen and (max-width: 1150px) {
  .group-hero-products .hero-product_img:nth-child(3) {
    display: none; } }
.hero-product_img {
  flex-grow: 1;
  max-height: 190px;
  min-width: 0;
  object-fit: contain;
  height: 100%; }

.group-hero-products {
  column-gap: 10px; }

@media only screen and (max-width: 749px) {
  .collection-grid-item__overlay .group-hero-products img {
    max-height: 150px; } }
/* TJD Custom Code */
/* Breadcrumbs */
.breadcrumb-mobile {
  display: none; }

@media only screen and (max-width: 749px) {
  .col-search .search-header-full input.search__input {
    font-size: 12px; }

  .breadcrumb-mobile {
    display: block;
    margin-top: -0.3rem; }

  .breadcrumb-desktop {
    display: none; } }
.hero-trust-pilot__container {
  display: flex;
  align-items: center; }
  .hero-trust-pilot__container .btn--hero {
    height: 50px;
    margin-bottom: 20px; }

@media screen and (min-width: 750px) and (max-width: 1063px) {
  .hero-trust-pilot__container .btn--hero {
    font-size: 15px !important; }
  .hero-trust-pilot__container .trustpilot-widget {
    padding-left: 10px;
    padding-top: 25px; } }
@media screen and (max-width: 749px) {
  .hero-trust-pilot__container {
    justify-content: center;
    /*     height:160px; */ }
    .hero-trust-pilot__container .btn--hero {
      display: block;
      position: absolute;
      margin-top: 104px; }
    .hero-trust-pilot__container .trustpilot-widget {
      width: 175px;
      /*       margin-bottom: 8%; */
      height: 60px; } }
.a {
  fill: none !important; }

button.slick-arrow .a {
  fill: #606060 !important; }

.wrap-home-hero .feature-row__text {
  padding-top: 0; }

.account-custom-page h1, .account-custom-page .h1 {
  font-size: 28px !important;
  color: #211c54;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 30px; }
.account-custom-page h2, .account-custom-page .h2 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold; }
.account-custom-page .hulk_reorder_button {
  width: 30px !important;
  height: 30px !important;
  background-size: 25px; }
.account-custom-page .account_logout {
  font-size: 16px;
  text-align: right; }
  .account-custom-page .account_logout a {
    text-decoration: underline; }
.account-custom-page .account-details-container {
  padding-left: 30px;
  border-left: 1px solid #e8e9eb; }
@media only screen and (max-width: 749px) {
  .account-custom-page .account-details-container {
    padding-left: 0;
    border-left: 0; }
  .account-custom-page .account_logout {
    text-align: left; }
  .account-custom-page .grid__item {
    padding-left: 0; }
  .account-custom-page .responsive-table td {
    border: 1px solid #e8e9eb;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .account-custom-page .responsive-table td::before {
      font-weight: bold;
      font-size: 14px;
      padding: 10px; }
    .account-custom-page .responsive-table td span {
      display: block;
      text-align: center;
      width: 50%;
      border-left: 1px solid #e8e9eb;
      padding: 10px; }
  .account-custom-page .responsive-table tr {
    margin-bottom: 10px; } }
@media screen and (max-width: 960px) {
  .account-custom-page .accout-page__right {
    width: 100% !important; } }
.account-custom-page .btn.btn--small, .account-custom-page .shopify-payment-button .btn--small.shopify-payment-button__button--unbranded, .shopify-payment-button .account-custom-page .btn--small.shopify-payment-button__button--unbranded {
  font-size: 15px !important;
  letter-spacing: 0; }
.account-custom-page .account-subscriptions {
  margin: 18px auto; }
  .account-custom-page .account-subscriptions .account-subscription {
    margin-bottom: 20px; }
    .account-custom-page .account-subscriptions .account-subscription .account-subscription__text {
      margin-bottom: 10px; }
      @media screen and (max-width: 475px) {
        .account-custom-page .account-subscriptions .account-subscription .account-subscription__text {
          line-height: 16px;
          font-size: 13px; } }
.account-custom-page .account-subscription__link {
  display: inline-block;
  background: #78cab4;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 600; }
  @media screen and (max-width: 475px) {
    .account-custom-page .account-subscription__link {
      line-height: 16px;
      font-size: 15px; } }

.sidebar-cart-products-container .products .cart-products .product .product-header {
  flex-wrap: wrap; }
  .sidebar-cart-products-container .products .cart-products .product .product-header .product-title {
    width: 100%;
    flex-basis: unset;
    max-width: unset; }

#cart-products-list .selling-plan-details {
  display: inline-block;
  margin-bottom: 15px;
  font: normal normal bold 14px manrope;
  letter-spacing: 0;
  color: #78cab4;
  opacity: 1; }

/* Start TJD custom code Bold Subscriptions PdP*/
.quantity-selector-wrapper {
  display: flex;
  width: 100%;
  justify-content: center; }
  .quantity-selector-wrapper > span,
  .quantity-selector-wrapper > input.quantity-selector {
    min-height: 48px; }

.template-product .product-form__item--quantity.hide-on-desktop,
.template-product .product-form__item--submit.hide-on-desktop {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
  padding: 0;
  margin-bottom: 0; }
  .template-product .product-form__item--quantity.hide-on-desktop label,
  .template-product .product-form__item--submit.hide-on-desktop label {
    margin-right: 0;
    font-weight: normal;
    font-size: 14px; }

.product-form__item--quantity.hide-on-desktop {
  align-items: center;
  flex-direction: column-reverse; }

.ATC-Quantity-Wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%; }

.hide-on-desktop > #Kicker {
  display: none; }
.hide-on-desktop .product-form__item {
  padding: 0; }

@media only screen and (max-width: 989px) {
  .white-bg-section {
    padding: 0.5rem; } }
@media only screen and (max-width: 749px) {
  .template-product .add-to-cart-and-quantity-container {
    order: -1;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    max-width: 350px;
    gap: 10px; }
    .template-product .add-to-cart-and-quantity-container label[for="Quantity"] {
      font-size: 14px;
      display: block;
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      font-weight: normal; }
    .template-product .add-to-cart-and-quantity-container .cs-btn-cart span.custom-price,
    .template-product .add-to-cart-and-quantity-container .cs-btn-cart .qty-item,
    .template-product .add-to-cart-and-quantity-container .cs-btn-cart i,
    .template-product .add-to-cart-and-quantity-container span#Kicker\ Custom\ Minimal1_1 {
      display: none !important; }
    .template-product .add-to-cart-and-quantity-container .product-form__item.product-form__item--quantity {
      flex-basis: unset;
      min-width: unset;
      width: unset;
      order: 1;
      margin-bottom: 0;
      position: relative; }
      .template-product .add-to-cart-and-quantity-container .product-form__item.product-form__item--quantity > input.quantity-selector {
        max-height: unset;
        height: 48px;
        width: 85px;
        padding: 5px 18.5px; }
      .template-product .add-to-cart-and-quantity-container .product-form__item.product-form__item--quantity > .btnqty {
        height: 48px; }
    .template-product .add-to-cart-and-quantity-container .product-form__item--submit {
      flex-basis: unset;
      min-width: unset;
      width: unset;
      margin: 0; } }
@media only screen and (max-width: 749px) {
  .p63 {
    position: fixed;
    bottom: 21px;
    display: inline-table;
    z-index: 99999;
    margin-left: 10px;
    width: 45%; }

  .btn63 {
    /*   margin-left:45px;  */
    position: fixed;
    bottom: 21px;
    display: inline-table;
    z-index: 99999;
    width: 45% !important;
    padding-left: 25px;
    padding-right: 25px; } }
@media only screen and (max-width: 700px) {
  .btn63 {
    margin-left: 20px; } }
@media only screen and (max-width: 660px) {
  .btn63 {
    margin-left: 20px; } }
@media only screen and (max-width: 632px) {
  .btn63 {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: 12px; } }
@media only screen and (max-width: 608px) {
  .btn63 {
    /*    padding-left: 17px;
        padding-right: 17px; */
    width: 100%;
    margin-left: 0px;
    padding: 0; } }
@media only screen and (max-width: 585px) {
  .btn63 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-left: 0px; } }
@media only screen and (max-width: 560px) {
  .btn63 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-left: 0px; } }
@media only screen and (max-width: 525px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 20px;
        padding-right: 20px; */
    width: 100%;
    font-size: 20px; } }
@media only screen and (max-width: 510px) {
  .btn63 {
    font-size: 18px !important;
    padding: 0;
    /*    padding-left: 18px;
        padding-right: 18px; */
    width: 100%; } }
@media only screen and (max-width: 495px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 13px;
        padding-right: 13px; */
    width: 100%; } }
@media only screen and (max-width: 475px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 10px;
        padding-right: 10px; */
    width: 100%; } }
@media only screen and (max-width: 455px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 17px !important;
    margin-right: 3px; }

  .p63 {
    margin-left: 3px; } }
@media only screen and (max-width: 400px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 15px !important; } }
@media only screen and (max-width: 370px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 14px !important; } }
@media only screen and (max-width: 340px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 13px !important; } }
@media only screen and (max-width: 320px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 12px !important; } }
@media only screen and (max-width: 305px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 11px !important;
    margin-right: 5px; }

  .p63 {
    margin-left: 5px; } }
@media only screen and (max-width: 285px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 10px !important; } }
@media only screen and (max-width: 265px) {
  .btn63 {
    padding: 0;
    /*    padding-left: 5px;
        padding-right: 5px; */
    width: 100%;
    font-size: 9px !important; } }
/* End TJD custom code Bold Subscriptions PdP*/
.grids-item-left .grid__item {
  padding-left: 0; }

.pt0 {
  padding-top: 0; }

.pt55 {
  padding-top: 55px; }

.pb40 {
  padding-bottom: 40px; }

.pb55 {
  padding-bottom: 55px; }

.border-lx-0 {
  border-left: 0px !important; }

.customer-reviews {
  text-align: center;
  border-left: 2px dotted #908da9; }

/* .customer-reviews lottie-player.size1{height:110px}
.customer-reviews lottie-player.size2{height:108px}
.customer-reviews lottie-player.size3{height:116px}
.customer-reviews lottie-player.size4{height:116px} */
.customer-reviews h3, .customer-reviews .h3 {
  color: #78cab4;
  font-size: 2.5rem; }

.customer-reviews h6, .customer-reviews .h6 {
  font-weight: bold; }

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

.zoomWrapper img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.zoomWrapper img:hover {
  opacity: 100;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.zoomWrapper a:hover,
.zoomWrapper a:focus {
  opacity: 100; }

@media (max-width: 749px) {
  .award-vertical span {
    display: none; }

  /*   .award-desktop-show{display:none} */
  .award-desktop-hide {
    display: block;
    border-top: 1px solid #b7b5c7;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }

  .mt-n1-35 {
    margin-top: -35px; }

  .pt-md-0 {
    padding-top: 0px; }

  .customer-reviews lottie-player {
    height: 40px; }

  .list-1 {
    padding-bottom: 1rem; }

  .list-1 li {
    display: block !important;
    padding-bottom: 0.2rem !important; }

  .list-1 .lione img {
    height: 40px;
    width: auto; }

  .list-1 .litwo img {
    width: auto;
    height: 20px; }

  .list-1 .lione img:last-child,
  .list-1 .litwo img:last-child {
    margin-right: 0rem; }

  .customer-reviews h3, .customer-reviews .h3 {
    font-size: 1rem; }

  .customer-reviews h6, .customer-reviews .h6 {
    font-size: 0.5rem; }

  .customer-reviews img {
    height: 40px; }

  .mb-md-0 {
    margin-bottom: 0px; }

  /*   #FeatureRowImageWrapper-16117821845d045eda{margin-top: -2rem;} */
  /*   #wrap-home-hero-16219495070d5338d9{
      background-repeat: no-repeat;
      background-position: 85% 53%;
    } */
  .text-md-center {
    text-align: center; }

  .wrap-logos-boxes {
    padding: 1rem 0 0.5rem; }

  .cursor-pointer {
    width: 100% !important; }

  .mb-md-3 {
    margin-bottom: 3rem; }

  .top-mi-110 {
    margin-top: -80px !important;
    position: relative !important; }

  .wrap-icon-boxes .item_icon_box figure {
    height: 45px; }

  .pt-05 {
    padding-top: 0.5rem; }

  .pb-sm-10 {
    padding-bottom: 10px !important; }

  .mt-sm-0 {
    margin-top: 0px; }

  /* .customer-reviews {
      padding-top: 1rem;
      border-bottom: 2px dotted #908da9;
      border-left: 0px dotted #908da9;
    } */ }
.fs-4 {
  font-size: 1.5rem; }

#shopify-section-161319448488b3b06b {
  padding-bottom: 3px; }

/* #shopify-section-16119563445e2201d8{background: #f5f5f5;} */
#shopify-section-16118697208947fe0a {
  margin-bottom: 5rem;
  padding-bottom: 0; }

.mt-4 {
  margin-top: 1.5rem; }

.btn-shadow {
  box-shadow: 1px 7px 10px #00000029; }

.feature-on {
  max-width: 400px; }

.feature-on h5, .feature-on .h5 {
  color: #211C54;
  font-weight: bold;
  text-align: center; }

.list-1 {
  filter: brightness(0); }

.list-1 .lione img {
  margin-right: 1.5rem; }

.list-1 .litwo img {
  margin-right: 1.2rem; }

.list-1 li {
  display: inline-flex;
  padding-bottom: 1.5rem; }

.list-1:hover {
  filter: grayscale(0); }

/* The Modal (background) */
.cursor-pointer {
  cursor: pointer;
  width: 53%; }

.top-mi-110 {
  margin-top: -255px; }

.pl-1 {
  padding-left: 0.5rem; }

.award-text {
  font-weight: bold;
  color: #000;
  padding-bottom: 1rem;
  text-align: center; }

@media only screen and (min-width: 750px) {
  .award-vertical {
    background: #78cab4;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    transform: rotate(90deg);
    text-align: center;
    padding: 0.5rem 2rem;
    position: fixed;
    left: -40px;
    top: 50%;
    display: block;
    transition: all 0.3s ease; }

  .award-vertical:hover {
    transition: all 0.2s ease;
    left: -36px; }

  .award-vertical .zoomWrapper {
    top: 40px;
    transition: all 0.2s ease;
    opacity: 0; }

  .award-vertical:hover .zoomWrapper {
    top: -70px;
    opacity: 100; }

  .award-text {
    display: none; }

  .award-desktop-show {
    display: block;
    position: fixed;
    left: 0;
    z-index: 99999;
    width: 110px;
    height: 110px;
    background: #BDE3D9;
    padding: 1rem;
    border-radius: 0rem 0.5rem 0.5rem 0rem;
    transform: rotate(270deg); }

  /*   .award-desktop-hide{display:none} */
  .shopify-section {
    border-bottom: 1px solid #908da9; }

  .list-1 .lione img {
    margin-right: 1.5rem;
    height: 70px; }

  .list-1 .litwo img {
    margin-right: 1.2rem;
    height: 32px; }

  .item_icon_box lottie-player {
    height: 100px;
    width: auto;
    margin-bottom: 1rem; }

  /*    .item_icon_box lottie-player.h-size-2{height: 100px; }
     .item_icon_box lottie-player.h-size-3{height: 100px; } */
  .customer-reviews lottie-player {
    height: 80px; } }
.modal1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  opacity: 100;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  margin: auto;
  width: 560px; }

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #78cab3;
  text-decoration: none;
  cursor: pointer; }

.relative {
  position: relative; }

@media only screen and (min-width: 750px) {
  .home-buy-banner {
    width: 50%;
    position: absolute;
    right: 0;
    min-height: 560px;
    top: 0; }

  .show-mobile,
  .home-buy-banner-mobile {
    display: none; }

  .cover-video {
    width: 680px;
    padding-top: 30.25%; } }
@media only screen and (max-width: 749px) {
  .show-desktop,
  .home-buy-banner {
    display: none; }

  .show-mobile {
    display: block;
    max-width: 100%;
    margin-top: -5px; }

  .home-buy-banner-mobile {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-top: 66.25%; }

  .buy-text-m-bg {
    background: #c0fae5;
    padding-top: 1rem; }

  .buy-text-m-bg h5, .buy-text-m-bg .h5 {
    color: #211C54;
    font-size: 1.1rem; }

  .wrap-home-hero {
    margin-left: -15px;
    margin-right: -15px; }

  .img-top-hover {
    display: none; }

  .cover-video {
    width: 100%;
    padding-top: 56.25%; }

  #shopify-section-1648555776a685b2fc {
    padding-bottom: 2rem !important; }

  .pt-sm-35 {
    padding-top: 35px; }

  .pt-sm-0 {
    padding-top: 0px; }

  .footer-middle {
    padding: 30px 0 10px; }

  .footer-top {
    padding-top: 0.1rem; }

  .footer-service h4, .footer-service .h4 {
    font-size: 15px; }

  .site-footer__newsletter {
    max-width: 100%; } }
.imghover .img-top-hover {
  display: none;
  position: absolute;
  top: -6px;
  left: -28px; }

.imghover:hover .img1,
.imghover-user:hover .img1,
.imghover-phone:hover .img1 {
  display: none; }

.imghover-phone .img-top-hover {
  display: none;
  position: absolute;
  top: 0px;
  left: -28px; }

.imghover:hover .img-top-hover,
.imghover-user:hover .img-top-hover,
.imghover-phone:hover .img-top-hover {
  display: inline; }

.imghover-user .img-top-hover {
  display: none;
  position: absolute;
  top: -10px;
  left: -25px; }

.imghover-user:hover .site-header__cart-count {
  top: -15px; }

.cover-video {
  background-repeat: no-repeat;
  margin: 0 auto; }

.cover-video video {
  opacity: 0;
  width: 100%;
  transition: 1s;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0; }

.press-media img {
  height: 30px;
  width: auto !important; }

.press-media h3.article__title, .press-media .article__title.h3 {
  min-height: 110px;
  color: #211C54;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  line-height: normal; }

.press-media .article__grid-meta {
  border: 0 !important;
  margin-bottom: 50px;
  margin-top: 40px;
  padding-bottom: 60px; }

.press-media .grid__item {
  padding-left: 0; }

.press-media .article__grid-image-wrapper {
  margin-left: 0; }

a.moreread {
  color: #211C54;
  text-decoration: underline;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block; }

a:hover.moreread {
  text-decoration: none; }

@media only screen and (min-width: 750px) {
  .press-media .grid--blog {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%; }

  .press-media .article__grid-meta {
    padding: 0 5rem 0 0rem !important; }

  .press-media-wrap {
    height: 500px !important; }

  .press-media .press-media-para {
    min-height: 75px;
    padding-bottom: 0px; }

  .video-main {
    min-width: 680px;
    height: 384px; } }
@media only screen and (max-width: 749px) {
  .cs-add-to-cart-outline {
    max-width: 100% !important; }

  .border-right {
    padding-right: 0.5rem; }

  /*.grid-view-item__meta{margin-right: 0.5rem;} */
  .font-10 {
    font-size: 0.475rem !important; }

  .pl-1 {
    padding-left: 0.5rem !important; }

  #Collection .grid__item .grid-view-item .grid-view-item__btn {
    padding: 16px 20px 16px 10px;
    margin-top: 0.5rem; }

  .flex-direction-md-column {
    flex-direction: column; }

  .learnhide {
    display: none !important; }

  .press-media .article__grid-meta {
    padding: 0px 0px !important; }

  .press-media h3.article__title, .press-media .article__title.h3, .press-media .article__title.h3 {
    min-height: 100%;
    padding-bottom: 5px;
    max-width: 90%; }

  .nt-220 {
    margin-bottom: 220px !important; }

  .press-media .article__grid-meta {
    margin-top: -10px; }

  #Collection .grid__item .grid-view-item a.grid-view-item__link {
    opacity: 1;
    padding: 20px 12px 0 5px; } }
.breadcrumb .breadcrumb-list {
  font-weight: 600;
  color: #000;
  font-size: 12px; }

.video-main {
  width: 1px;
  margin: 0 auto; }

.video-main iframe {
  width: 1px;
  min-width: 100%;
  height: 100%;
  position: relative; }

div#video-container {
  background: transparent !important; }

@media (min-width: 320px) and (max-width: 480px) {
  .video-main {
    min-width: 100%;
    height: 223px; } }
@media (min-width: 481px) and (max-width: 749px) {
  .video-main {
    min-width: 100%;
    height: 253px; }

  .item_icon_box lottie-player {
    height: 60px; } }
#shopify-section-blog-press-template {
  background: #f5f5f5; }

.arrival-text {
  color: #FF0000;
  text-align: right;
  font-size: medium;
  /* padding-left: 240px; */
  display: inline-flex;
  float: right; }

@media (min-width: 320px) and (max-width: 560px) {
  .arrival-text {
    float: none;
    font-size: 13px; } }
/* .csstransforms{padding-bottom:0 !important;} */
.shopify-section:last-child {
  border-bottom: 0 !important; }

.social-icons__link {
  color: #78cab4 !important; }

div#shopify-section-footer:last-child {
  border-bottom: 0; }

#shopify-section-hero-center {
  border-bottom: 0 !important; }

.fw-bold {
  font-weight: 700 !important; }

.d-flex {
  display: flex; }

.text-green {
  color: #78CAB4; }

.price-16 {
  font-size: 1rem; }

.font-10 {
  font-size: 0.625rem; }

.justify-content-around {
  justify-content: space-around; }

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

.pr-1 {
  padding-right: 1rem; }

.pl-1 {
  padding-left: 1rem; }

.border-right {
  border-right: 1px solid #bebebe; }

.wrap-descriptio-collections-products h2, .wrap-descriptio-collections-products .h2 {
  font-size: 22px; }

@media (min-width: 990px) {
  .float-lg-right {
    float: right; } }
@media (min-width: 750px) {
  .breadcrumb-m-show {
    display: none; }

  .sidebar-sticky {
    position: sticky !important;
    top: 10rem; }

  /*.cont-pro-description{min-height:175px} */
  .grid-view-item {
    margin: 0 auto 60px !important; }

  .border-right {
    width: 50%; }

  .product-price--sold-out {
    padding-bottom: 7px !important; }

  #Collection .grid__item .grid-view-item .cont-pro-image img.grid-view-item__image {
    padding-top: 0.5rem; }

  .cs-add-to-cart-outline {
    background: #fff !important;
    border: 1px solid #767676;
    color: #000000 !important; }

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

  .cs-add-to-cart-outline:hover,
  .cs-add-to-cart-outline:focus {
    background: #fff !important;
    color: #000 !important;
    opacity: 100;
    border: 1px solid #fff;
    box-shadow: 0 5px 12px #0000002e !important; }

  .grid--view-items-hover {
    transition: all 0.5s ease;
    padding-bottom: 1px; }

  .grid--view-items-hover:hover {
    box-shadow: 0px 0px 15px #ccc; }

  /*   .grid--view-items-hover .showhover{ 
       top: 100%;
      opacity: 0;
      min-height:0;
      -webkit-transform: translate3d(0, -15px, 0);
              transform: translate3d(0, -15px, 0);
      -webkit-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      transition: all 150ms linear;
      visibility: hidden;
      position: absolute;
      
    }
    
  
    .grid--view-items-hover:hover .showhover{ 
       min-height:40px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      position: relative;
    } */
  .grid--view-items-hover .showhover {
    visibility: visible;
    visibility: hidden;
    position: absolute;
    /*     top: 100%; */
    left: 0;
    right: 0;
    padding-bottom: 15px;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: .2s all ease;
    padding: 0.5rem 1rem 1rem; }

  .grid--view-items-hover .showhover:before {
    top: -40px;
    border-top: none;
    z-index: -1; }

  .grid--view-items-hover:before {
    border: 0.5px solid #211C54;
    content: "";
    position: absolute;
    transition: .2s all ease;
    height: 100%;
    width: 100%;
    padding-top: 1rem;
    top: 0; }

  .grid--view-items-hover:hover:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    border: 0.5px solid #211C54;
    transition: .2s all ease;
    height: 100%;
    width: 100%;
    padding-bottom: 30px; }

  .grid--view-items-hover .showhover:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    transition: .2s all ease; }

  .grid--view-items-hover:hover .showhover {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition-duration: .3s;
    z-index: 2;
    background: #fff;
    border: 0.5px solid #211C54;
    border-top: 0;
    box-shadow: 0px 10px 15px #ccc; } }
@media only screen and (min-width: 990px) {
  .rte p {
    padding-bottom: 1rem;
    color: #000;
    font-size: 1.1rem; } }
@media (min-width: 1200px) and (max-width: 1259px) {
  .grid-view-item__btn a.cs-add-to-cart {
    font-size: 14px !important;
    padding: 9px 18px !important; }

  /*   .grid--view-items-hover{min-height:440px} */ }
@media (min-width: 1260px) and (max-width: 1380px) {
  .grid-view-item__btn a.cs-add-to-cart {
    font-size: 15px !important;
    padding: 9px 16px !important; }

  /*   .grid--view-items-hover{min-height:436px} */ }
@media (min-width: 1400px) {
  /*  .grid--view-items-hover{min-height:400px} */ }
@media (min-width: 992px) and (max-width: 1199px) {
  a.cs-add-to-cart-cr, a.cs-add-to-cart {
    padding: 8px 10px !important;
    font-size: 13px !important; }

  .pl-1 {
    padding-left: 0.5rem !important; }

  /*   .grid--view-items-hover {min-height: 440px;} */ }
@media (min-width: 750px) and (max-width: 990px) {
  .justify-content-md-center {
    justify-content: center; } }
@media (min-width: 750px) {
  [class*=index-section--flush]:first-child {
    margin-top: 0px; }

  .tab button:first-child {
    margin-left: 0; }

  .product-title-24 {
    font-size: 24px !important;
    margin-top: -5px; }

  /*    #PageContainer {padding-top: 0 !important;} */ }
@media (max-width: 749px) {
  #shopify-section-164856254661108e39 {
    margin-top: -20px;
    margin-bottom: -20px; }

  .m-font-size {
    font-size: 1.33333em; }

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

  .page-width {
    overflow: hidden; }

  /* .site-header {padding: 0 20px 0 5px} */
  .spr-container {
    display: none; }

  .text-md-left {
    text-align: left !important; }

  .review-grid {
    height: 45px; }

  .product-sticky-bar {
    padding-left: 5px; }

  .product-sticky-bar__btns-container {
    padding-top: 1rem; }

  .sticky-bar-quantity-container .product-form__item--quantity-sticky-bar .btnqty.minus,
  .sticky-bar-quantity-container .product-form__item--quantity-sticky-bar .btnqty.plus {
    padding-bottom: 0px; }

  .sticky-bar-quantity-container .product-form__item--quantity-sticky-bar input.quantity-selector,
  .sticky-bar-quantity-container .product-form__item--quantity-sticky-bar .btnqty {
    width: 40px; }

  .border-top-mobile {
    border-top: 1px solid #bbbbbb !important; }

  #Collection .grid__item .grid-view-item .grid-view-item__title {
    -webkit-line-clamp: 3; }

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

  .truch-h6,
  .truch-h6-span {
    font-size: 13px !important; }

  .product-title-24 {
    font-size: 13px !important;
    margin-top: 10px; }

  .bread-arrow {
    font-size: 34px;
    text-align: center;
    vertical-align: text-bottom; }

  .breadcrumb-m-show {
    display: inline-block; }

  .breadcrumb-show {
    display: none; }

  .justify-content-md-start {
    justify-content: start !important; }

  .justify-content-md-center {
    justify-content: center !important; } }
.truch-small-icon-img {
  width: auto;
  height: 16px;
  margin-top: 2px; }

.truch-h6 {
  font-weight: normal;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 12px;
  color: #606060; }

.truch-h6-span {
  color: #78cab4;
  margin-left: 0.25rem;
  font-size: 16px; }

.small-padding {
  padding: 5px 0 2px !important; }

.text-black {
  color: #000; }

.bsub-widget legend {
  display: none; }

.font-26 {
  font-size: 26px; }

.pt-30 {
  padding-top: 30px; }

.tab button {
  font-size: 18px; }

.box-product .grid-view-item {
  margin: 0 auto 16px; }

.box-product .product-form__item {
  padding: 10px 0 10px;
  margin: -5px; }

.wrapper-related-product .grid-view-item__title {
  font-weight: 700; }

.container-grid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row-grid {
  margin-right: -15px;
  margin-left: -15px; }

.grid__item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.pl-0 {
  padding-left: 0px; }

.cbb-frequently-bought-container .cbb-frequently-bought-selector-list h3.cbb-frequently-bought-selector-label-name, .cbb-frequently-bought-container .cbb-frequently-bought-selector-list .cbb-frequently-bought-selector-label-name.h3,
.cbb-frequently-bought-container .cbb-frequently-bought-selector-list h3.cbb-frequently-bought-selector-label-name span:last-child,
.cbb-frequently-bought-container .cbb-frequently-bought-selector-list .cbb-frequently-bought-selector-label-name.h3 span:last-child {
  font-weight: 600 !important; }

@media (min-width: 1200px) {
  .product-single > div.medium-up--one-half {
    width: 47% !important; } }
s.cbb-frequently-bought-total-price-was-price,
s.cbb-frequently-bought-selector-label-compare-at-price {
  display: none !important; }

.review-grid {
  z-index: 1000 !important;
  position: relative;
  padding-top: 1.5rem;
  margin-left: -21%;
  margin-bottom: -1.2rem !important;
  cursor: none;
  pointer-events: none;
  max-width: 162px; }

.noHover {
  pointer-events: none; }

.d-hide {
  display: none; }

/* #trustpilot-widget-trustbox-0-wrapper{ pointer-events: none;} */
.site-header .pl-1 {
  padding-left: 0.5rem; }

.ml-0 {
  margin-left: 0; }

.pt-05 {
  padding-top: 0.5rem; }

.mb-nt1 {
  margin-bottom: -1rem; }

@media (min-width: 360px) and (max-width: 480px) {
  .ml-0 {
    margin-left: -18% !important; } }
.overflow-visible {
  overflow: visible; }

.inner-banner-min-h {
  min-height: 745px;
  min-width: 100%;
  padding: 5% 0 0; }

.bottom-position {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  margin: auto;
  max-width: 300px; }

.tracking-row {
  display: flex;
  gap: 2rem; }

.trackingleft_bg {
  background: #fff;
  width: 320px;
  padding: 1rem; }

.trackingleft_bg-top {
  background: #fff;
  padding: 1.75rem; }

.feature-filter {
  filter: none; }

.font-bold {
  font-weight: bold; }

.font-size-36 {
  font-size: 36px; }

.pb-2 {
  padding-bottom: 2rem; }

@media (min-width: 992px) {
  /* .bg_cover{background-size:100% auto !important}   */
  .tracking-row-item-left {
    -webkit-flex: 0 1 30%;
    -moz-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%; }

  .tracking-row-item-right {
    -webkit-flex: 0 1 65%;
    -moz-flex: 0 1 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%; }

  .trackingleft_bg {
    margin-top: 3%; }

  .d-lg-none {
    display: none; }

  .feat-left-35 {
    padding-left: 35px; }

  .page-width-32 {
    padding-left: 32px;
    padding-right: 32px; } }
.pt-1 {
  padding-top: 0.5rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-1 {
  margin-bottom: 0.5rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.gap-1 {
  gap: 1rem; }

.font-16 {
  font-size: 16px !important; }

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center; }

  .full-w-sm {
    max-width: 100% !important; }

  .tracking-row {
    flex-direction: column; }

  .mb-sm-2 {
    margin-top: 2rem; }

  .no-padding-sm {
    padding-left: 0;
    padding-right: 0; }

  .inner-banner-min-h {
    min-height: 100%; }

  .d-sm-block {
    display: block; }

  .trackingleft_bg {
    width: 100%; }

  .order-sm-first {
    order: 1; }

  .order-sm-last {
    order: 2; } }
@media (max-width: 749px) {
  .pb-md-4 {
    padding-bottom: 4rem; }

  .grid-view-title-sm {
    margin-bottom: 0.5rem !important; }

  .full-w-md {
    width: 100% !important;
    max-width: 100% !important; }

  .flex-direction-sm {
    flex-direction: column; }

  .border-top-sm-0 {
    border-top: 0 !important; }

  .px-md-1 {
    padding: 0 1rem; }

  .slider1 .slick-prev, .slider1 .slick-next {
    top: 40%; }

  .content-inner {
    position: relative;
    left: 0; } }
.slider1 .slick-dots {
  bottom: 20px;
  text-align: center;
  width: 100%; }

.slider1 .slick-dots li {
  width: 16px;
  height: 5px;
  margin: 0 0 0 6px; }

.slider1 .slick-dots li button:before {
  background-color: #bebebe;
  width: 16px;
  height: 5px;
  border-radius: 4px; }

.slider1 .slick-dots li button {
  width: 16px;
  height: 5px; }

.slider1 li.slick-active button:before {
  background: #000000 !important; }

.slider1 .slick-prev:before,
.slider1 .slick-next:before {
  opacity: 100;
  color: #000;
  display: none; }

.slider1 .slick-next {
  right: 1rem; }

.slider1 .slick-prev {
  left: 0.8rem;
  z-index: 2; }

.arrow-rotate {
  transform: rotate(180deg); }

.position-relative {
  position: relative; }

.bg-banner-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block; }

.bg-banner-wrap h2, .bg-banner-wrap .h2 {
  color: #211C54;
  letter-spacing: normal; }

.content-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.content-inner-top {
  left: 0;
  width: 100%;
  height: 100%;
  top: 0; }

.home-content-top,
.home-content {
  width: 100%;
  height: 100%;
  display: flex; }

a.shop-btn-shadow {
  color: #fff;
  box-shadow: 1px 7px 10px #00000029;
  background: #78CAB4 0% 0% no-repeat padding-box;
  border-radius: 32px;
  text-align: center;
  outline: none;
  min-height: 40px !important;
  padding: 10px 40px !important; }

a.shop-btn-shadow:hover, a.shop-btn-shadow:focus {
  background: #211C54 0% 0% no-repeat padding-box;
  opacity: 100; }

@media (min-width: 750px) {
  .d-block {
    display: block; }

  .d-sm-block {
    display: none; }

  .content-inner-top {
    position: absolute; }

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

  .trackingleft_bg-top {
    margin-top: 1rem;
    width: 440px; }

  .bg-banner-wrap h2 span, .bg-banner-wrap .h2 span {
    display: block; }

  .bg-banner-wrap h2, .bg-banner-wrap .h2 {
    font-size: 64px; }

  .home-content-top {
    justify-content: center;
    align-items: start; }

  .home-content {
    justify-content: center;
    align-items: start;
    flex-direction: column; }

  a.shop-btn-shadow {
    font: 700 24px/27px manrope; } }
@media (max-width: 749px) {
  .d-block {
    display: none; }

  .d-sm-block {
    display: block; }

  .bg-banner-wrap h2, .bg-banner-wrap .h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 2rem; }

  .trackingleft_bg-top {
    width: 100%; }

  .content-inner-top {
    position: relative; }

  .home-content {
    justify-content: start;
    align-items: center;
    flex-direction: column; }

  a.shop-btn-shadow {
    font: 700 16px/27px manrope; } }
@media (max-width: 991px) {
  .coverbg-sm {
    background-size: 900px auto !important; }

  .tracking-row {
    margin-left: -0.7rem; } }
#shopify-section-16119563445e2201d8 {
  padding-top: 0; }

@media only screen and (min-width: 750px) {
  .site-footer__newsletter {
    margin-bottom: 5px; } }
@media only screen and (max-width: 749px) {
  div#Hero-hero-zbh6DP {
    background-position: bottom !important;
    background-size: contain;
    height: auto;
    display: block; } }
/* Debut – fix mobile drawer so it doesn't sit under the header */
@media screen and (max-width: 749px) {
  #mobile-menu {
    position: fixed;
    /* make it stick to the viewport */
    top: 120px !important;
    /* total height of announcement + header */
    left: 0;
    right: 0;
    height: calc(100vh - 112px) !important;
    min-height: auto !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    /* above page but under header if header has higher z */ }

  /* Make sure the inner wrapper can scroll fully */
  #mobile-menu .mobile-nav-wrapper {
    max-height: 100%;
    overflow-y: auto; } }
/* Remove horizontal divider lines between homepage sections in Debut */
.template-index .shopify-section,
.template-index .shopify-section--bordered,
.template-index .index-sections .shopify-section {
  border-top: 0 !important;
  border-bottom: 0 !important; }

/* Just in case Debut is using a special bordered class for stacking sections */
.template-index .shopify-section--bordered + .shopify-section--bordered {
  border-top: 0 !important; }

/* Optional: remove any extra section gap that might look like a line */
.template-index .index-sections .shopify-section {
  margin-bottom: 0 !important; }

/* Control homepage video banner height in Debut */
.template-index .video-section,
.template-index .video-wrapper,
.template-index .video-container {
  max-height: 550px !important;
  /* adjust desktop height here */
  overflow: hidden !important; }

/* Make the video scale nicely within new height */
.template-index .video-section video,
.template-index .video-wrapper video,
.template-index .video-container video {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* crops edges instead of squishing */ }

/* Optional — reduce height on mobile */
@media (max-width: 749px) {
  .template-index .video-section,
  .template-index .video-wrapper,
  .template-index .video-container {
    max-height: 380px !important;
    /* adjust mobile height */ } }
/* Control homepage video banner height in Debut */
.template-index .video-section,
.template-index .video-wrapper,
.template-index .video-container {
  max-height: 550px !important;
  /* adjust desktop height here */
  overflow: hidden !important; }

/* Make the video scale nicely within new height */
.template-index .video-section video,
.template-index .video-wrapper video,
.template-index .video-container video {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* crops edges instead of squishing */ }

/* Optional — reduce height on mobile */
@media (max-width: 749px) {
  .template-index .video-section,
  .template-index .video-wrapper,
  .template-index .video-container {
    max-height: 380px !important;
    /* adjust mobile height */ } }
