@charset "UTF-8";
/*============================================================================
  Minimal | A theme by Shopify
  Built on Timber v2.0.0
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*================ Global | Sass Mixins ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Accent text
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography variables ================*/
/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: white;
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Responsively Lazy
 * http://ivopetkov.com/b/lazy-load-responsive-images/
 * Copyright 2015-2017, Ivo Petkov
 * Free to use under the MIT license.
*/
.responsively-lazy:not(img) {
  position: relative;
  height: 0; }

.responsively-lazy:not(img) > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img.responsively-lazy {
  width: 100%; }

/*================ Theme-specific partials ================*/
h1, .h1 {
  font-size: 2.28571em;
  line-height: 1.2; }

h2, .h2 {
  font-size: 2em;
  line-height: 1.3; }

h3, .h3 {
  font-size: 1.57143em;
  line-height: 1.4; }

h4, .h4,
.tags {
  font-size: 1.14286em;
  line-height: 1.6; }

h4, .h4 {
  font-size: 1.14286em;
  font-weight: bold; }

h5, .h5 {
  font-size: 1.14286em;
  line-height: 1.6; }

h6, .h6 {
  font-size: 1em;
  line-height: 1.7; }

/*================ Footer ================*/
.site-footer p,
.site-footer li,
.site-footer .rte,
.site-footer input {
  font-size: 0.95em; }

.main-content {
  margin-top: 15px; }
  .template-index .main-content {
    margin-top: 0; }

.template-product .main-content {
  padding-bottom: 15px; }

/*================ Module-specific styles ================*/
.header-bar {
  *zoom: 1;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  background-color: white;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #ededed; }
  .header-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar {
      text-align: right;
      padding-top: 8px;
      padding-bottom: 8px; } }
  .header-bar a,
  .header-bar button {
    color: #666666; }
    .header-bar a:hover, .header-bar a:active, .header-bar a:focus,
    .header-bar button:hover,
    .header-bar button:active,
    .header-bar button:focus {
      outline-color: #666666; }
  .header-bar .inline-list {
    margin-bottom: 0; }
    .header-bar .inline-list li {
      margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .header-bar__left {
    text-align: left;
    width: 33.33%; }

  .header-bar__right {
    width: 66.66%; } }
.header-bar__module {
  margin-bottom: 15px; }
  .header-bar__right .header-bar__module:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .header-bar__module {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin-bottom: 0; } }

.header-bar__module--list {
  list-style: none;
  margin: 0; }
  .header-bar__module--list li {
    display: inline-block;
    margin: 0; }
    .header-bar__module--list li + li {
      margin-left: 6px; }

.cart-page-link {
  display: inline-block; }

.header-bar__cart-icon {
  font-size: 1.4em;
  margin-right: 4px; }

.hidden-count {
  display: none; }

.header-bar__sep {
  display: none; }
  @media screen and (min-width: 769px) {
    .header-bar__sep {
      color: #666666;
      opacity: 0.4;
      display: inline-block;
      padding: 0 10px; } }

.header-bar__search {
  *zoom: 1;
  position: relative;
  background-color: #fff;
  border: 0 none;
  border-radius: 2px;
  min-width: 100px; }
  .header-bar__search:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar__search {
      max-width: 160px;
      margin-left: 20px; }
      .header-bar__search:first-of-type {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .header-bar__search {
      margin: 12px 30px; } }
  @media screen and (max-width: 480px) {
    .header-bar__search {
      margin: 12px 15px; } }
  .header-bar__search form,
  .header-bar__search input,
  .header-bar__search button {
    margin-bottom: 0; }

.header-bar__search-input[type="search"] {
  display: block;
  width: 60%;
  float: right;
  background: transparent;
  border-color: transparent;
  padding: 5px 0; }
  .header-bar__search-input[type="search"]:focus {
    background: transparent;
    border-color: transparent; }

.header-bar__search-submit {
  position: absolute;
  display: block;
  float: left;
  width: 40%;
  font-size: 16px;
  padding: 4px 0; }

.supports-fontface .header-bar__search-submit {
  width: 20%; }
.supports-fontface .header-bar__search-input[type="search"] {
  width: 100%;
  padding-left: 30px; }
@media screen and (max-width: 768px) {
  .supports-fontface .header-bar__search-form {
    position: relative; }
  .supports-fontface .header-bar__search-submit {
    width: 35px;
    position: absolute;
    top: 0;
    left: 0; }
  .supports-fontface .header-bar__search-input[type="search"] {
    width: 100%;
    padding-left: 35px; } }

.header-bar__search .btn,
.header-bar__search .btn:hover,
.header-bar__search .btn:focus {
  background: transparent;
  color: #555; }

.header-bar__search-input::-webkit-input-placeholder {
  color: #666666; }

.header-bar__search-input::-moz-placeholder {
  color: #666666; }

.header-bar__search-input:-ms-input-placeholder {
  color: #666666; }

.header-bar__search-input[type="search"] {
  background-color: rgba(0, 0, 0, 0.03); }

.header-bar__search:first-of-type .header-bar__search-input[type="search"] {
  background-color: transparent; }

.header-bar__search:first-of-type .header-bar__search-input[type="search"]:focus {
  background-color: rgba(0, 0, 0, 0.03); }

/*================ Module | Grid Link ================*/
.grid-link__container {
  margin-bottom: -30px; }

.grid-link,
.grid-link--focus {
  position: relative;
  display: block;
  padding-bottom: 30px;
  line-height: 1.3; }
  .grid-link:hover .grid-link__image, .grid-link:active .grid-link__image,
  .grid-link--focus:hover .grid-link__image,
  .grid-link--focus:active .grid-link__image {
    opacity: 0.8; }

.grid-link--focus {
  padding: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .grid-link--focus:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2b2e39;
    -webkit-transition: all 0.08s ease-in;
    -moz-transition: all 0.08s ease-in;
    -ms-transition: all 0.08s ease-in;
    -o-transition: all 0.08s ease-in;
    transition: all 0.08s ease-in; }
  .grid-link--focus:hover, .grid-link--focus:active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.grid-link__image {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 10px;
  -webkit-transition: all 0.08s ease-in;
  -moz-transition: all 0.08s ease-in;
  -ms-transition: all 0.08s ease-in;
  -o-transition: all 0.08s ease-in;
  transition: all 0.08s ease-in; }
  .grid-link__image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .list-view__product .grid-link__image {
    min-width: 130px; }

.grid-link__image-centered {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden; }

.grid-link__title,
.grid-link__meta {
  position: relative;
  margin-bottom: 0px; }

.grid-link__title {
  color: black;
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: bold;
  min-height: 50px;
  padding: 0 30px; }

.grid-link__vendor {
  font-size: .85em;
  font-weight: normal; }

.grid-link__meta {
  font-size: 2.5em;
  color: #6cbe00;
  font-family: 'Poppins-Bold'; }

.grid-link__sale_price {
  font-size: 14px;
  color: #c4c4c4;
  font-family: 'Poppins-Light';
  display: inline-block; }

.grid-link__sale_price .line-through {
  text-decoration: line-through;
  color: #c4c4c4; }

.grid-link__sale_price .line-through span {
  color: #c4c4c4; }

.list-view__product {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.badge {
  display: table;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #6cbe00;
  color: white;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.85714em;
  line-height: 1.1;
  z-index: 10; }

.badge--sold-out {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #6a58c4;
  color: white; }

.badge--sale {
  top: -12px;
  right: -12px; }

.badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0; }

.badge__text--small {
  font-size: 8px;
  padding-top: 0; }

.mobile-nav-trigger,
.mobile-cart-page-link {
  font-weight: bold; }
  .mobile-nav-trigger .icon,
  .mobile-cart-page-link .icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-right: 4px; }

.mobile-nav-trigger {
  display: block;
  float: left;
  background: none;
  border: 0 none;
  padding: 14px 10px 5px 0;
  border-right: 1px solid #ededed;
  margin: 0; }
  .mobile-nav-trigger .icon {
    font-size: 1.4em; }

.mobile-cart-page-link {
  display: block;
  float: right;
  padding: 14px 0 2px 12px;
  border-left: 1px solid #ededed;
  position: relative; }
  .mobile-cart-page-link .header-bar__cart-icon {
    font-size: 1.85em;
    color: #6f5dc9; }
  .mobile-cart-page-link .cart-count {
    background: #6cbe00 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 0.85em;
    left: 22px;
    padding: 0 6px;
    position: absolute;
    top: 2px; }

.mobile-nav {
  display: none;
  text-align: left;
  background: #252525; }
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #333333; }
  .mobile-nav li {
    margin: 0;
    width: 49%;
    display: inline-block;
    padding: 5px 0;
    font-family: 'Poppins-Medium'; }

.mobile-menu-title {
  color: #fff;
  font-family: 'Poppins-SemiBold';
  border-bottom: 1px solid #333333;
  padding: 10px 0; }

.mobile-menu-section-title {
  margin: 0 15px;
  padding: 8px 0;
  border-bottom: 1px solid #333333;
  font-family: 'Poppins-SemiBold';
  font-size: 1.2em;
  color: #fff; }

.mobile-nav__link {
  display: block;
  border-top: 1px solid #666666;
  border-color: rgba(102, 102, 102, 0.2);
  /*================ Can't always control anchor markup to add a class ================*/ }
  .mobile-nav__link > a {
    display: block;
    padding: 12px 15px;
    font-size: 1.07143em;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 480px) {
      .mobile-nav__link > a {
        padding-left: 30px;
        padding-right: 30px; } }

.mobile-nav__link.main-menu {
  background: #f5f5f5; }

.mobile-nav__link.sub-menu a {
  font-family: 'Poppins-Light'; }

.mobile-nav__sublist-expand,
.mobile-nav__sublist-contract {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle;
  margin: -2px 0 0 4px; }

.mobile-nav__sublist-contract {
  display: none; }

.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
  display: inline-block; }
.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-expand {
  display: none; }

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none;
  background-color: white; }
  .mobile-nav__sublist .mobile-nav__sublist {
    margin-left: 15px; }
    .mobile-nav__sublist .mobile-nav__sublist .mobile-nav__sublist-link a {
      border-top: none; }

.mobile-nav__sublist-link a {
  display: block;
  padding: 12px 15px;
  color: #666666;
  font-size: 1.07143em;
  font-family: "Arvo", serif;
  border-top: 1px solid #dddddd; }
  @media screen and (min-width: 480px) {
    .mobile-nav__sublist-link a {
      padding-left: 30px;
      padding-right: 30px; } }
  .mobile-nav__sublist-link a:hover {
    opacity: 1;
    color: #6cbe00; }

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

.mfp-bg.mfp-opacity {
  background: rgba(0, 0, 0, 0.7); }

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

.mfp-counter {
  display: none; }

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

.mfp-img {
  background-color: white; }

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

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

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

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

/*============================================================================
  #FlexSlider
    - jQuery FlexSlider v2.2.0 | http://www.woothemes.com/flexslider/
    - Contributing author: Tyler Smith (@mbmufffin)
==============================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider li {
  margin: 0;
  max-width: 100%; }

.flexslider .slides > li {
  display: none;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  margin: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

.flexslider .slides img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.slides {
  *zoom: 1; }
  .slides:after {
    content: "";
    display: table;
    clear: both; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*================ No JS Fallback ================*/
.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/*================ Direction Nav ================*/
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a {
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px auto;
  /*================ Hide SVG arrows in oldIE ================*/ }
  .lte-ie9 .flex-direction-nav a {
    display: none; }
  .flex-direction-nav a.flex-prev {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0xOC43LDBMMCwxOS43TDE4LjcsNDBjMCwwLDUuMi0xLDMuMS0zLjFTNS43LDE5LjcsNS43LDE5LjdzMTQtMTQuNSwxNi4xLTE2LjZTMTguNywwLDE4LjcsMHoiLz4NCjwvc3ZnPg0K");
    background-position: center center; }
  .flex-direction-nav a.flex-next {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
    background-position: center center; }

/*================ Control Nav ================*/
.flex-control-nav {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2; }
  .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #ededed;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff; }
  .flex-control-paging li a:hover {
    background-color: #333; }
  .flex-control-paging li a.flex-active {
    background-color: #fff;
    border-color: #6cbe00;
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  right: 20px; }

.flexslider:hover .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  right: 0; }

/*================ Custom Flexslider Styles ================*/
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.slide-link {
  display: block; }
  .slide-link img {
    display: block; }

/*================ Social share buttons ================*/
.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*================ Large Buttons ================*/ }
  .social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin: 5px 10px 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal; }
    .social-sharing a:hover {
      color: #fff; }
  .social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }
  .social-sharing .icon {
    padding: 0 5px 0 10px; }
    .social-sharing .icon:before {
      line-height: 22px; }
  .social-sharing.is-large a {
    height: 44px;
    line-height: 44px; }
    .social-sharing.is-large a span {
      height: 44px;
      line-height: 44px;
      font-size: 18px; }
    .social-sharing.is-large a .icon {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .icon:before {
        line-height: 44px; }

.share-title {
  font-weight: 900;
  font-size: 12px;
  padding-right: 10px; }
  .is-large .share-title {
    padding-right: 16px; }

.share-facebook {
  background-color: #3b5998; }
  .share-facebook:hover {
    background-color: #2d4373; }

.share-twitter {
  background-color: #00aced; }
  .share-twitter:hover {
    background-color: #0087ba; }

.share-pinterest {
  background-color: #cb2027; }
  .share-pinterest:hover {
    background-color: #9f191f; }

.share-fancy {
  background-color: #4999dc; }
  .share-fancy:hover {
    background-color: #2780cb; }

.share-google {
  background-color: #dd4b39; }
  .share-google:hover {
    background-color: #c23321; }

.share-count {
  position: relative;
  background-color: white;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececec;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .share-count.is-loaded {
    opacity: 1; }
  .share-count:before, .share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid; }
  .share-count:before {
    left: -6px;
    border-right-color: #ececec; }
  .share-count:after {
    left: -5px;
    border-right-color: white; }
  a:hover .share-count {
    background-color: whitesmoke; }
    a:hover .share-count:after {
      border-right-color: whitesmoke; }
  .is-large .share-count {
    font-size: 18px;
    padding: 0 14px; }

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #333;
  height: 30px;
  line-height: 30px; }
  .social-sharing.is-clean a span {
    height: 30px;
    line-height: 30px;
    font-size: 13px; }
  .social-sharing.is-clean a:hover {
    background-color: #ececec; }
  .social-sharing.is-clean a:hover .share-count {
    background-color: white; }
    .social-sharing.is-clean a:hover .share-count:after {
      border-right-color: white; }
  .social-sharing.is-clean a .share-title {
    font-weight: normal; }
.social-sharing.is-clean .share-count {
  top: -1px; }
.social-sharing.is-clean .icon-facebook {
  color: #3b5998; }
.social-sharing.is-clean .icon-twitter {
  color: #00aced; }
.social-sharing.is-clean .icon-pinterest {
  color: #cb2027; }
.social-sharing.is-clean .icon-fancy {
  color: #4999dc; }
.social-sharing.is-clean .icon-google {
  color: #dd4b39; }

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

.password-page__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/password-page-background.jpg?v=129873446965807520001645983620);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff; }
  .password-page__wrapper a {
    color: inherit; }
  .password-page__wrapper hr {
    padding: 15px 0;
    margin: 0 auto;
    max-width: 60px;
    border-color: inherit; }
  .password-page__wrapper .social-sharing a {
    color: #fff; }
  .password-page__wrapper .social-sharing.is-clean a {
    color: #333;
    background: #fff; }
    .password-page__wrapper .social-sharing.is-clean a:hover {
      background: #ececec; }

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

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

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

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

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

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

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

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

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

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

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

input[type="submit"].password-page__login-form__submit,
input[type="submit"].password-page__signup-form__submit {
  font-size: 0.9em; }

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

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

.password-login {
  font-family: "Arvo", serif;
  font-size: 1em;
  line-height: 14px; }

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

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

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

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

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

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

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

.empty_cart {
  padding-left: 30px;
  padding-bottom: 30px; }

.empty_cart .mobile-category-buttons {
  max-width: 350px;
  margin: 0 auto; }

#cart-summary-overlay {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  padding: 0px;
  background: #ffffff;
  font-size: 90%;
  border-radius: 0;
  border: 2px solid #6a58c4;
  border-top: none; }

.cart-popup-wrapperwrapper {
  max-width: 500px;
  margin: 0 auto; }

#cart-summary-overlay .left-box {
  width: 50%;
  float: left;
  padding: 2%;
  border-right: 1px solid #ededed;
  text-align: left; }

#cart-summary-overlay .right-box {
  width: 45.8%;
  float: left;
  padding: 2%;
  text-align: center; }

#cart-summary-overlay .popup-item-count {
  display: inline-block;
  background: #6cbe00;
  padding: 2px 12px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  border-radius: 14px;
  font-family: 'Poppins-SemiBold'; }

#cart-summary-overlay .just-added {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-tick.png?v=48115416794543569821645983570) 6px center no-repeat transparent;
  padding: 10px 15px 10px 33px;
  font-family: 'Poppins-SemiBold';
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block; }

.cart_image {
  margin-top: 10px; }

#cart-summary-overlay .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding: 0 10px; }

#cart-summary-overlay .item .cols {
  margin-top: 10px; }

#cart-summary-overlay .item .info {
  text-transform: none;
  line-height: 18px; }

#cart-summary-overlay .p-title {
  font-family: "Poppins-Medium";
  font-size: 1.2em;
  margin-bottom: 8px;
  /*
  border-right: 1px solid #ededed;
  float: left;
  padding-right: 5px;
  text-align: right;
  width: 180px;
  */ }

#cart-summary-overlay .p-price {
  color: #6cbe00;
  font-family: "Poppins-Medium";
  font-size: 1.5em;
  /*
  float: left;
  padding-left: 10px;
  */ }

#cart-summary-overlay .p-qty {
  display: block;
  color: #b2b2b2;
  font-family: 'Merriweather-Regular';
  /*
  float: left;
  padding-left: 10px;
  */ }

#cart-summary-overlay .p-qty span {
  color: #000; }

#cart-summary-overlay img {
  max-height: 120px;
  max-width: 100%; }

#cart-summary-overlay .cart {
  text-align: center;
  padding: 0 0 15px 0; }

#cart-summary-overlay .cart strong {
  color: #000; }

#cart-summary-overlay .cart .cart-text {
  margin: 15px 0 10px;
  font-style: italic;
  text-transform: none; }

#cart-summary-overlay .p-subtotal {
  font-family: "Poppins-Bold";
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 20px; }

#cart-summary-overlay .p-subtotal span {
  color: #6a58c4; }

#cart-summary-overlay .p-shipping {
  font-family: 'Merriweather-Light';
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  color: #6cbe00;
  margin-bottom: 25px; }

#cart-summary-overlay #shop-more {
  display: block;
  padding: 8px 15px;
  color: #999999;
  border: 1px solid #999999;
  background: #f5f5f5;
  text-decoration: none;
  margin: 10px auto 0;
  width: 200px;
  border-radius: 4px;
  text-transform: uppercase; }

#cart-summary-overlay .p-buttons {
  text-align: center; }

#cart-summary-overlay .button {
  display: block;
  width: 200px;
  text-align: center;
  font-weight: normal;
  border-radius: 4px;
  font-size: 14px;
  background: #6cbe00;
  padding: 8px 15px;
  color: #fff;
  margin: 0 auto 8px; }

.popupclose {
  display: none;
  background-image: url("//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/fancybox_sprite.png?v=30059930562004970911645983538");
  position: absolute;
  top: -15px;
  right: -10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 9999; }

/************* Cart *************/
.cart-sidebar {
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  color: #393939;
  font-family: 'Poppins-Regular'; }

.cart-sidebar .promo-code {
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd; }

.cart-sidebar .promo-code span {
  display: block;
  font-family: "Merriweather-Light";
  color: #9E9999;
  font-size: 11px; }

.cart-sidebar .subtotal, .cart-sidebar .est-shipping {
  font-size: 14px;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd; }

.cart-sidebar .subtotal span, .cart-sidebar .sidebar-est-total span {
  float: right;
  display: inline-block; }

.cart-sidebar .est-shipping span.est-ship {
  float: right;
  display: inline-block; }

.cart-sidebar .est-shipping p {
  margin-bottom: 0;
  font-size: 11px;
  font-family: "Merriweather-Light";
  color: #9E9999; }

.cart-sidebar .est-shipping p span {
  color: #6CBE00; }

.cart-sidebar .sidebar-est-total {
  font-size: 20px;
  padding: 10px 15px;
  font-family: 'Poppins-SemiBold'; }

.form-label label {
  background-color: #6cbe00;
  border: 0px solid transparent;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins-Bold';
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase; }

.cart-sidebar .or {
  border-top: 1px solid #363636;
  line-height: 15px;
  margin-top: 5px;
  text-align: center; }

.cart-sidebar .or span {
  background: #212121 none repeat scroll 0 0;
  color: #363636;
  display: inline-block;
  font-family: "Merriweather-Light";
  font-size: 1.15em;
  font-style: italic;
  padding: 0 10px;
  position: relative;
  top: -8px; }

.cart-sidebar .sidebar-continue {
  color: #808080;
  text-align: center;
  font-family: 'Poppins-Regular'; }

.cart-sidebar .sidebar-continue a {
  color: gray !important;
  text-decoration: underline; }

.cart-sidebar-bottom h5, .cart-sidebar-bottom .h5 {
  color: #545E60;
  font-size: 14px;
  line-height: 21px;
  padding: 15px 0 0;
  font-family: 'Poppins-Light';
  text-transform: uppercase; }

.cart-sidebar-bottom .shipping-rates {
  border-top: 1px solid #DCDCDC;
  text-align: center;
  color: #545E60;
  font-family: 'Poppins-Light'; }

.cart-sidebar-bottom .shipping-rates span {
  color: #545E60;
  font-size: 16px;
  display: inline-block;
  padding-left: 6px;
  font-family: 'Poppins-SemiBold'; }

.cart-sidebar-bottom .shipping-rates .shipping-rate-box {
  padding: 12px;
  border-bottom: 1px solid #DCDCDC; }

.cart-sidebar-bottom .shipping-rates .shipping-rate-box.even {
  border-left: 1px solid #DCDCDC; }

.cart-sidebar-bottom .shipping-rates .shipping-rate-box.last {
  border-bottom: 0;
  font-family: 'Poppins-Light';
  font-size: 14px; }

.cart-sidebar-bottom .shipping-rates .shipping-rate-box.last span {
  font-family: 'Poppins-Light';
  font-size: 14px; }

.cart_top {
  margin-bottom: 15px; }

.cart_top .continue {
  color: #000;
  text-decoration: underline; }

.cart_top .mail {
  color: #acacac;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-mail.png?v=103471391511664542981645983565) center left no-repeat transparent;
  padding: 0 0 0 18px; }

.cart_top .phone {
  color: #acacac;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-phone.png?v=68090796624006380941645983566) center left no-repeat transparent;
  padding: 0 0 0 18px;
  margin-left: 20px; }

.cart-top-info {
  margin-bottom: 35px; }

.cart-top-info img {
  width: 100%; }

.cart__row {
  border-bottom: 1px solid #E9ECEF; }

.cart__row-top {
  color: #393939;
  padding: 20px 10px 15px 0;
  border-bottom: 1px solid #E9ECEF;
  margin-bottom: 10px; }

.cart__row-top .cart__note-add {
  color: #999999;
  font-size: 0.85em;
  text-decoration: underline; }

.cart__row-top #CartSpecialInstructions {
  margin-bottom: 0;
  height: 50px;
  min-height: 50px;
  font-size: 0.9em; }

.cart__row.item__row {
  padding: 20px 10px 15px 0; }

.cart-variant {
  color: #b2b2b2;
  font-family: "Merriweather-Regular";
  font-size: 1em; }

.cart-variant small {
  color: #000; }

.cart-single-price {
  color: #393939;
  font-family: "Poppins-Medium";
  font-size: 16px;
  line-height: 22px; }

.cart-single-price .free_product {
  color: #6cbe00;
  font-family: "Poppins-SemiBold";
  font-size: 16px; }

.cart__remove {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  color: #A6A6A6; }

.cart-product-title > a.h5 {
  color: #393939;
  font-family: "Poppins-Regular";
  font-size: 14px;
  padding-right: 15px;
  display: block;
  margin-bottom: 0px; }

.item_price_saving {
  display: inline-block;
  background: #FFC700;
  padding: 3px 6px;
  color: #393939;
  font-family: 'Poppins-Medium';
  font-size: 14px;
  line-height: 16px; }

.total__savings {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/gift-icon.png?v=121594203820110075291645983549) 12px center no-repeat #fef0c1;
  padding: 10px 10px 6px 50px;
  background-size: 20px 20px;
  font-family: 'Poppins-Regular';
  font-size: 13px;
  color: #393939;
  margin-top: 20px;
  border-radius: 6px; }

.total__savings span {
  font-family: 'Poppins-SemiBold'; }

.shipping-method img {
  display: block;
  width: 100%; }

.sub_total {
  text-align: right;
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  color: #393939;
  margin-top: 10px; }

.sub_total span {
  color: #D61B31; }

.feddback-checkout {
  width: 100%;
  display: inline-block; }

.feddback-checkout-img {
  width: 12%;
  float: left; }

.feddback-checkout-text {
  width: 88%;
  float: left; }

.feddback-checkout-text h2, .feddback-checkout-text .h2 {
  color: #393939;
  font-size: 16px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px; }

.feddback-checkout-box textarea {
  width: 100%;
  border-radius: 0; }

.feddback-checkout-box input[type=submit] {
  background: #6CBE00;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  width: 100%;
  border-radius: 0;
  margin-top: 8px; }

.support {
  width: 100%;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 15px; }

.support-img {
  width: 12%;
  float: left;
  min-width: 44px; }

.support-text {
  width: 88%;
  float: left;
  color: #393939; }

.support-text h2, .support-text .h2 {
  color: #393939;
  font-size: 16px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px; }

.support-text p {
  font-size: 14px;
  color: #393939;
  margin-bottom: 0;
  font-family: 'Merriweather', serif;
  font-weight: 400; }

.support-text p a {
  font-size: 1em;
  color: #393939; }

.support-text-help a {
  color: #3A5FA6;
  text-decoration: underline;
  font-style: italic;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Merriweather', serif; }

@media only screen and (max-width: 1280px) {
  .satisfaction-right ul li {
    font-size: 11px; }

  .form-label label {
    font-size: 16px; } }
@media only screen and (max-width: 480px) {
  .total__savings {
    font-size: 10px;
    line-height: 16px; }

  .cart-product-title a.h5 {
    font-size: 11px;
    line-height: 16px; }

  .cart-product-title small {
    font-size: 11px;
    line-height: 16px; }

  .mobile-promo {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden; }

  .mobile-promo h5, .mobile-promo .h5 {
    margin-bottom: 0;
    font-size: 13px;
    color: #393939;
    font-family: 'Poppins-Regular';
    line-height: 1.2em; }

  .mobile-promo p {
    font-size: 11px;
    color: #9E9999;
    margin-bottom: 0;
    font-family: 'Merriweather', serif;
    line-height: 1.2em; }

  .mobile-promo .promo-left {
    float: left;
    width: 60%; }

  .mobile-promo .promo-right {
    float: right;
    width: 38%; }

  .mobile-promo .promo-right img {
    max-width: 100%; } }
/**
 * Tooltips!
 */
/* Base styles for the element that has a tooltip */
[data-tooltip] {
  position: relative;
  cursor: pointer;
  text-align: center; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 250px;
  background-color: #f4f2fc;
  color: #6a58c4;
  content: attr(data-tooltip);
  font-size: 10px;
  line-height: 1.2;
  text-transform: none;
  border-radius: 5px;
  font-family: 'Poppins-Regular'; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #f4f2fc;
  border-top-color: #f4f2fc; }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after {
  margin-left: -180px; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

ul.apothecary, ul.variety-pack {
  display: none; }

/**********************************
		Powerful Glass page
***********************************/
.h1-padding {
  padding: 20px 0;
  line-height: 1.5em; }

.powerfulglass-head {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/powerfulgrass-header-bg.jpg?v=146300741658682667871645983642) center center no-repeat white;
  background-size: cover;
  color: #fff;
  padding: 50px 0 250px 0; }

.uv-rays-image {
  border: 5px solid #7469e1;
  border-radius: 5px; }

.technology-lists {
  padding-top: 20px;
  width: 80%; }

.technology-lists li {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/bullet-tick.png?v=17096087045641644061645983505) left top no-repeat transparent;
  padding-left: 35px;
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 0.5em; }

.sixty-style .sixty-styles-section {
  margin-top: -200px;
  margin-bottom: 50px; }

.sixty-style .sixty-styles-image {
  width: 100%;
  border: 5px solid #f2f2f2;
  border-radius: 5px;
  display: block; }

.sixty-style .sixty-styles-section-content {
  width: 70%;
  margin: 50px auto; }

.testimonial-wrapper {
  background: #f5f5f5;
  padding: 50px 0;
  text-align: center; }

.testimonial-wrapper.dark {
  background: #203f05;
  color: #fff; }

.single-testimonial-outer {
  background: transparent url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/testimonial-quote-left.png?v=9265421007076099491645983676) no-repeat scroll left 40px;
  margin: 0 auto;
  padding-left: 30px;
  width: 80%; }

.single-testimonial-inner {
  background: transparent url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/testimonial-quote-right.png?v=84128829528374092791645983678) no-repeat scroll right 40px;
  padding-right: 30px; }

.testimonial-wrapper.dark .single-testimonial-outer {
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/testimonial-quote-left-white.png?v=72422198292867805841645983676); }

.testimonial-wrapper.dark .single-testimonial-inner {
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/testimonial-quote-right-white.png?v=2111894811752287711645983677); }

.single-testimonial {
  width: 80%;
  margin: 0 auto;
  text-align: center; }

.single-testimonial p {
  font-size: 1.2em;
  line-height: 1.6em; }

.single-testimonial img {
  max-width: 130px; }

.single-testimonial h5, .single-testimonial .h5 {
  color: #6a58c4; }

.testimonial-wrapper.dark .single-testimonial h5, .testimonial-wrapper.dark .single-testimonial .h5 {
  color: #fff; }

.proven-wrapper {
  padding: 50px 0; }

.airtight-wrapper {
  background: #32580b;
  padding: 50px 0;
  color: #fff; }

.airtight-wrapper .airtight-jar-image {
  border: 5px solid #85b55b;
  border-radius: 5px;
  width: 100%; }

.airtight-wrapper .airtight-jar-content {
  padding: 30px 0; }

.airtight-wrapper .airtight-jar-content p {
  margin-bottom: 40px; }

.special-pigment-wrapper {
  padding: 50px 0;
  width: 80%;
  margin: 0 auto; }

.special-pigment-wrapper img {
  margin-bottom: 30px; }

.adhesive_moneyback-wrapper {
  padding: 50px 0; }

.first-order-wrapper {
  background: #4e4698;
  padding: 50px 0;
  color: #fff; }

.first-order-content {
  width: 50%;
  margin: 0 auto;
  display: block; }

.product-single__quantity {
  margin-top: 1px;
  float: left;
  margin-right: 10px; }

.product-single__quantity select {
  height: 40px; }

.super-fast-delivery {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/delivery-truck-green.png?v=56954678071192632091645983533) left center no-repeat transparent;
  background-size: 24px auto;
  padding-left: 35px;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  color: #494949;
  text-align: left;
  margin-top: 15px; }

.menu_deals-offers .site-nav__link {
  padding-left: 42px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/menu-new-badge.png?v=32961110119923021821645983602) 5px center no-repeat transparent; }

/************************
		Responsive
************************/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .wrapper {
    max-width: 1024px; }

  .site-nav__link {
    padding: 9px 10px; }

  ul.product-menu > li > span {
    padding: 6px; }

  ul.product-menu > li > a {
    padding: 6px; }

  ul.product-menu > li > a span {
    padding-left: 3px; }

  .product-submenu {
    top: 36px; }

  .roll-over-text {
    font-size: 0.8em; }

  .promo-images .promo-image-box .promo-image-box-text {
    padding-left: 68px; }

  .promo-images .promo-image-box .promo-image-box-text h2, .promo-images .promo-image-box .promo-image-box-text .h2 {
    font-size: 15px; }

  .promo-images .promo-image-box .promo-image-box-text h3, .promo-images .promo-image-box .promo-image-box-text .h3 {
    font-size: 12px; }

  .promo-images .promo-image-box .promo-image-box-text p {
    font-size: 10px; }

  .promo-images .promo-image-box span {
    font-size: 9px; }

  .hero-menu > ul > li > ul {
    display: none; }

  .slide-inner-text {
    max-width: 320px;
    padding: 6px; }

  .slide-inner-text h1, .slide-inner-text .h1 {
    font-size: 1.85em;
    margin: 15px 0; }

  .slide-inner-text p {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 10px; }

  .home-slider .flex-control-nav {
    right: 134px; }

  .section-header__title {
    font-size: 2em; }

  .grid-link__title {
    font-size: 1.1em;
    padding: 0 20px; }

  .grid-link__meta {
    font-size: 1.8em; }

  .product-cart-button input[type="submit"] {
    font-size: 12px;
    padding: 11px 10px; }

  .discount-offer-text h2, .discount-offer-text .h2 {
    font-size: 1.6em; }

  .single-shipping-box p {
    font-size: 0.9em; }

  .box-inner-text .newsletter-text {
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px; }

  .review-box {
    font-size: 0.9em;
    padding: 10px; }

  .site-contact-info a {
    padding: 0 7px; }

  .border-bottom.gray {
    margin-top: 25px;
    padding-top: 25px; }

  #ProductPrice {
    font-size: 2.5em; }

  .product-single__prices {
    margin-bottom: 10px; }

  .swatch label {
    height: 140px !important;
    min-width: 140px !important; }

  .swatch .swatch-element span.swatch-title {
    font-size: 16px;
    margin-bottom: 22px; }

  .swatch .swatch-element span.swatch-save {
    font-size: 14px; }

  .swatch .swatch-element span.swatch-save span {
    font-size: 15px; }

  .adhesive-wrapper {
    background: #f4f2fc url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/adhesive-image-big.png?v=122256816093914504511645983474) no-repeat scroll 101% center/160px auto;
    padding: 15px 20px; }

  .money-back-wrapper {
    background: #f8fcf2 url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/money-back-guarantee.png?v=86578519847291078021645983614) no-repeat scroll 140% center;
    padding: 10px 20px; }

  /*********** Responsive Latest **********/
  .sixty-style .sixty-styles-section {
    margin-top: -170px; }

  .cart-sidebar-bottom .shipping-rates .shipping-rate-box {
    font-size: 12px;
    padding: 6px; }

  .cart-sidebar-bottom h5, .cart-sidebar-bottom .h5 {
    font-size: 15px; }

  .cart-sidebar-bottom .shipping-rates .shipping-rate-box.last {
    font-size: 12px; } }
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .mobile-logo {
    margin-top: 8px; } }
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .wrapper {
    max-width: 768px; }

  .header-bar {
    text-align: center;
    padding: 0; }

  .deal-arrow .deal-duration {
    left: 46%;
    top: 46%; }

  .deal-arrow .deal-duration h3, .deal-arrow .deal-duration .h3 {
    font-size: 1em; }

  .deal-arrow .deal-duration h5, .deal-arrow .deal-duration .h5 {
    font-size: 0.8em;
    line-height: 1.3; }

  .promo-images .promo-image-box .promo-image-box-text h2, .promo-images .promo-image-box .promo-image-box-text .h2 {
    font-size: 13px; }

  .promo-images .promo-image-box .promo-image-box-text h3, .promo-images .promo-image-box .promo-image-box-text .h3 {
    font-size: 11px;
    line-height: 14px; }

  .promo-images .promo-image-box .promo-image-box-text p {
    display: none; }

  .promo-images .promo-image-box .promo-image-box-text {
    padding-left: 50px; }

  .promo-images .promo-image-box span {
    font-size: 9px;
    padding: 2px 5px; }

  .section-header__title {
    font-size: 1.8em;
    white-space: nowrap; }

  .product-category-title span {
    padding: 0 15px;
    top: -16px; }

  .main-banner {
    overflow: hidden; }

  .main-banner img {
    margin-left: -55%;
    width: 200%; }

  .view-all-products span {
    padding-left: 20px; }

  .slide-inner-text {
    max-width: 295px; }

  .slide-inner-text h1, .slide-inner-text .h1 {
    font-size: 1.25em;
    margin: 15px 0; }

  .slide-inner-text p {
    font-size: 0.85em; }

  .slider-button a {
    font-size: 1em;
    padding: 6px; }

  .home-slider .flex-control-nav {
    right: 112px; }

  .grid-link__title {
    font-size: 1.1em;
    padding: 0 12px; }

  .grid-link__meta {
    font-size: 1.8em; }

  .product-links .link-more-info {
    padding: 6px;
    font-size: 13px; }

  .product-cart-button input[type="submit"] {
    font-size: 13px;
    padding: 6px 2px; }

  .discount-offer-box h2, .discount-offer-box .h2 {
    font-size: 1.2em; }

  .discount-offer-box h4, .discount-offer-box .h4 {
    font-size: 1.1em; }

  .discount-offer-box p {
    font-size: 0.9em; }

  .discount-offer-box a {
    font-size: 1em;
    padding: 6px; }

  .box-inner-text .newsletter-text {
    font-size: 22px;
    line-height: 30px; }

  .border-bottom.gray {
    margin-top: 20px;
    padding-top: 20px; }

  .single-shipping-box h1, .single-shipping-box .h1 {
    font-size: 2em; }

  .single-shipping-box h3, .single-shipping-box .h3, .single-shipping-box .h3 {
    font-size: 1.2em; }

  .shipping-bottom {
    padding: 15px 10px 25px; }

  .single-shipping-box p {
    font-size: 0.9em;
    min-height: 75px; }

  .single-shipping-box.international p {
    font-size: 0.65em;
    line-height: 1.25em; }

  .single-shipping-box.international p span {
    display: none !important; }

  .shipping-ways-wrapper p {
    padding: 10px 15px; }

  .box-inner-text .newsletter-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 0; }

  .box-inner-text .newsletter-offer {
    font-size: 14px; }

  .box-inner-text .box-newsletter-form {
    margin: 0 5px; }

  .box-inner-text .box-newsletter-form input[type="submit"] {
    padding: 10px; }

  .review-box p {
    font-size: 0.9em; }

  .footer-main-menu li a {
    padding: 0 6px; }

  .buy-with-option.option-text h4, .buy-with-option.option-text .h4, .buy-with-option.option-text .h4 {
    line-height: 14px;
    font-size: 0.9em; }

  .buy-with-wrapper .grid__item {
    padding-left: 10px; }

  .site-footer .border-bottom {
    padding-top: 0; }

  .site-contact-info a {
    display: block;
    padding: 0; }

  .footer-second-menu a {
    padding: 0 !important; }

  .product-single__prices {
    margin-bottom: 10px; }

  .price-box {
    float: left;
    padding: 15px;
    width: 45%; }

  .variant-title {
    font-size: 16px; }

  #ProductPrice {
    font-size: 2.4em; }

  #ComparePrice {
    font-size: 1.3em; }

  #AddToCart {
    font-size: 1.3em;
    padding: 6px 16px; }

  #AddToCartForm .swatch {
    float: left;
    padding-left: 10px;
    width: 50%; }

  .swatch label {
    font-size: 16px;
    height: 125px !important;
    min-width: 100px !important; }

  .swatch .swatch-element span.swatch-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px; }

  .swatch .swatch-element span.swatch-price {
    font-size: 25px;
    line-height: 30px; }

  .swatch .swatch-element span.swatch-save {
    font-size: 11px;
    line-height: 18px; }

  .swatch .swatch-element span.swatch-save span {
    font-size: 12px; }

  .price-box .grid__item.one-fifth {
    padding-left: 15px; }

  .cart-sidebar {
    padding: 0px; }

  .total__savings {
    font-size: 11px;
    line-height: 15px; }

  .payment-method h2, .payment-method .h2 {
    font-size: 12px; }

  .cart-sidebar h3, .cart-sidebar .h3 {
    font-size: 1.3em; }

  .cart-sidebar .promo-code {
    font-size: 1em; }

  .cart-sidebar .subtotal {
    font-size: 0.8em; }

  .cart-sidebar .sidebar-est-total {
    font-size: 1.2em; }

  .form-label label {
    font-size: 0.9em; }

  .cart-sidebar-bottom h5, .cart-sidebar-bottom .h5 {
    font-size: 0.9em; }

  .cart-sidebar-bottom .shipping-rates .shipping-rate-box {
    font-size: 0.9em;
    padding: 6px; }

  .contact__info {
    font-size: 0.9em; }

  .cart__quantity-selector {
    padding: 8px 3px 8px 8px !important; }

  .support-text {
    width: 75%; }

  .feddback-checkout-img img {
    width: 75%; }

  .feddback-checkout-box input[type="submit"] {
    font-size: 13px; }

  .feddback-checkout-wrapper {
    margin-top: 15px; }

  /*********** Responsive Latest **********/
  .h1-padding {
    padding: 10px 0;
    line-height: 1.2em; }

  .technology-lists {
    padding-top: 10px;
    width: 100%; }

  .technology-lists li {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 0.30em; }

  .powerfulglass-head {
    padding: 50px 0 170px 0; }

  .sixty-style .sixty-styles-section {
    margin-top: -130px; }

  .sixty-style .sixty-styles-section-content {
    width: 85%; }

  .proven-wrapper h1, .proven-wrapper .h1 {
    font-size: 2em; }

  .airtight-wrapper .airtight-jar-content {
    padding: 10px 0; }

  .special-pigment-wrapper {
    width: 90%; }

  .adhesive-wrapper {
    margin-bottom: 30px; }

  .first-order-content {
    width: 80%; } }
@media screen and (max-width: 480px) {
  .template-index .main-content {
    padding-bottom: 15px; }

  .template-index .promo-image-wrapper {
    margin-top: 0px; }

  .top-bar-message {
    padding: 2px 0; }

  .top-bar-cross {
    top: 4px; }

  .top-bar-free-shipping {
    font-size: 0.75em; }

  .top-bar-guarantee {
    display: none !important; }

  .slide-inner-text {
    max-width: 100%;
    padding: 0 20px; }

  .slide-inner-text h1, .slide-inner-text .h1 {
    font-size: 1.85em;
    margin: 0 0 10px; }

  .slide-inner-text .banner-button, .slide-inner-text .slider-button {
    display: none; }

  .slide-inner-text ul.best-jar {
    font-size: 0.9em;
    margin-top: 15px; }

  .slide-inner-text ul.best-jar li {
    margin-bottom: 8px; }

  .slide-inner-text p {
    font-size: 0.9em; }

  .home-slider .flex-control-nav {
    margin-right: -30px;
    right: 50%; }

  .home-slider .flex-control-nav {
    display: none; }

  .flex-direction-nav a.flex-prev {
    background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/slider-mobile-prev.png?v=101338382726496830771645983662) center center no-repeat transparent; }

  .flex-direction-nav a.flex-next {
    background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/slider-mobile-next.png?v=11808653258743149971645983662) center center no-repeat transparent; }

  .hero-section {
    margin-bottom: 10px;
    margin-top: 0; }

  .section-header__title {
    font-size: 1.3em; }

  .shipping-ways-wrapper {
    margin: 10px 0; }

  .all-shipping-boxes {
    margin-top: 0; }

  .shipping-top {
    border-bottom: 0 dashed #ededed;
    padding: 20px 15px 0; }

  .shipping-bottom {
    border-bottom: 1px dotted #ededed;
    padding: 0 15px 20px; }

  .single-shipping-box.free__shipping .shipping-top {
    border-bottom: 0px dashed #6cbe00; }

  .single-shipping-box.free__shipping {
    border: 0 solid #6cbe00; }

  .single-shipping-box.even {
    border-left: 1px dotted #ededed; }

  .promo-image-box {
    margin-bottom: 10px; }

  .promo-image-box.box_1, .promo-image-box.box_2 {
    background: #f4f2fc; }

  .promo-image-box.box_3 {
    background: #f8fcf2; }

  .review-wrapper h1, .review-wrapper .h1 {
    font-size: 1.4em; }

  .review-carousel .owl-nav {
    text-align: center; }

  .stay-upto-date {
    padding: 25px 0 0; }

  .stay-upto-date h1, .stay-upto-date .h1 {
    font-size: 1.4em;
    margin-bottom: 3px; }

  .footer-social-links {
    margin-top: 18px;
    margin-bottom: 8px; }

  .site-contact-info {
    padding: 10px 0 30px;
    border-bottom: 1px solid #4b4b4b;
    margin-bottom: 24px; }

  .site-contact-info a {
    display: block;
    line-height: 26px; }

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

  .footer-bottom .grid__item {
    margin-bottom: 15px; }

  .site-contact-info-wrapper.grid__item {
    margin-bottom: 0; }

  .shipping-ways-wrapper p {
    padding: 5px 20px; }

  .vip-shipping-wrapper .section-header__title {
    font-family: 'Merriweather-Regular'; }

  .single-shipping-box h1, .single-shipping-box .h1 {
    font-size: 1.9em; }

  .single-shipping-box h3, .single-shipping-box .h3 {
    font-size: 1.4em; }

  .shipping-top {
    padding: 15px 15px 0; }

  .shipping-bottom {
    padding: 0 5px 15px;
    font-size: 0.9em; }

  .single-shipping-box.international h1, .single-shipping-box.international .h1 {
    margin-top: 0; }

  .free__shipping .shipping-bottom, .international .shipping-bottom {
    border-bottom: none; }

  .main-banner img {
    margin-left: -65%;
    width: 200%; }

  .banner-text-wrapper {
    position: static;
    text-align: center; }

  .banner-text-wrapper li {
    text-align: left; }

  .banner-text-wrapper h1, .banner-text-wrapper .h1 {
    font-size: 1.7em; }

  .shadow-box {
    height: 35px; }

  .promo-features h1, .promo-features .h1 {
    text-align: center;
    font-size: 1.7em; }

  .home-category-header h2, .home-category-header .h2 {
    text-align: center;
    font-size: 1.7em; }

  .product-links {
    padding: 4px 2px; }

  .product-links .link-more-info {
    font-size: 10px;
    padding: 6px 4px; }

  .product-cart-button input[type="submit"] {
    font-size: 10px;
    padding: 5px 2px; }

  .grid-link__title {
    font-size: 1em;
    padding: 0 5px; }

  .grid-link__meta {
    font-size: 1.3em !important; }

  .item_price_saving {
    margin-left: 15px; }

  .cart__image.desktop .item_price_saving {
    margin-left: 0; }

  .home-category-header {
    margin-bottom: 10px; }

  .home-category-header h2, .home-category-header .h2 {
    font-size: 1em; }

  .home-category-header h2 span, .home-category-header .h2 span {
    padding: 0 5px; }

  .category-mobile-menu {
    margin-bottom: 20px;
    cursor: pointer; }

  .border-bottom.gray {
    margin-top: 0;
    margin-bottom: 0; }

  .box-inner-text.vip-shipment {
    font-size: 12px; }

  .latest-winner {
    padding: 25px 15px; }

  form.cart {
    padding-left: 0;
    border-left: none; }

  .coupon-detail-wrapper {
    padding-left: 0; }

  .discount-offer-box h2, .discount-offer-box .h2 {
    font-size: 1.2em; }

  .discount-offer-box h4, .discount-offer-box .h4 {
    font-size: 1em; }

  .discount-offer-box p {
    font-size: 0.9em; }

  .discount-offer-box a {
    font-size: 0.9em;
    padding: 6px; }

  .single-shipping-box {
    margin-top: 0px;
    margin-bottom: 0px; }

  .box-inner-text .newsletter-text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px; }

  .most-popular-carousel .item {
    padding: 8px;
    border: 1px solid #ededed;
    border-radius: 5px; }

  .breadcrumb a, .breadcrumb span {
    margin-right: 1px;
    padding-right: 1px; }

  /****** Product ******/
  .review-ratting-wrapper .yotpo .pull-left {
    float: none !important;
    text-align: center !important; }

  .product-page-title {
    margin-bottom: 0; }

  .product-page-title h1, .product-page-title .h1 {
    text-transform: none;
    text-align: center;
    font-size: 2.1em;
    margin-top: 5px;
    margin-bottom: 5px; }

  .five-sixths.product-single__photos {
    width: 100%; }

  .ProductThumbs .grid__item {
    padding-left: 10px; }

  .price_outer_wrapper {
    display: inline-block; }

  .compare-price-outer-wrapper {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    top: -9px; }

  #price-savings {
    display: block;
    line-height: 1em;
    color: #f54433; }

  .variant-title {
    font-family: 'Poppins-Bold'; }

  .price-box {
    border: none;
    padding: 10px 0; }

  .product-single__prices {
    text-align: center;
    margin-bottom: 10px; }

  .product-single__sale-price {
    margin-left: 0; }

  .price-box .grid__item.one-fifth {
    padding-left: 15px; }

  .more-save-box {
    padding: 0;
    border: 0; }

  .swatch label {
    height: 110px !important;
    min-width: 115px !important; }

  .swatch .swatch-element span.swatch-save span {
    font-size: 12px; }

  .swatch .swatch-element span.swatch-title {
    font-size: 14px; }

  .first-option {
    margin-top: 0 !important; }

  .swatch-element.last-option {
    margin-right: 0; }

  .more-save-box h5, .more-save-box .h5 {
    display: inline-block;
    font-size: 0.85em;
    line-height: 0.8em;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

  .more-save-box h5 span, .more-save-box .h5 span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    position: relative;
    bottom: -7px; }

  .adhesive-wrapper {
    background: #f4f2fc url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/adhesive-image.png?v=173560845638801619791645983475) no-repeat scroll 100% center/33% auto;
    border: 2px solid #6a58c4;
    padding: 10px 35px 10px 10px; }

  .adhesive-wrapper p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px; }

  .money-back-wrapper {
    background: #f8fcf2 url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/money-back-guarantee.png?v=86578519847291078021645983614) no-repeat scroll 170% center/60% auto;
    border: 2px solid #6cbe00;
    padding: 10px 85px 10px 10px;
    margin-top: -2px; }

  .money-back-wrapper p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 7px; }

  .money-back-wrapper div {
    font-size: 0.82em;
    line-height: 1em; }

  .product-specifications > ul {
    display: block;
    magin-bottom: 15px !important; }

  .product-specifications > ul li {
    text-align: right; }

  .product-specifications > ul > li span {
    display: inline;
    float: left; }

  .product-specifications > ul > ul li {
    text-align: right; }

  .product-specifications > ul > ul > li span {
    display: inline;
    float: left; }

  .product-features ul {
    margin-bottom: 0; }

  .product-specifications {
    padding-top: 30px;
    border-top: 1px solid #ededed; }

  .all-products-link-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #ededed; }

  .all-products-link {
    width: 100%;
    text-transform: uppercase;
    margin: 15px 0 30px;
    font-family: 'Poppins-Medium';
    padding: 12px 16px; }

  .template-product .main-content {
    padding-bottom: 0; }

  .product-page-promo {
    padding: 6px 0;
    background: #f4f2fc;
    border-top: 2px dashed #6a58c4;
    border-bottom: 2px dashed #6a58c4; }

  .product-page-promo.promo-box-1 {
    border-right: 2px dashed #6a58c4; }

  .product-page-promo.promo-box-2 {
    border-right: 2px dashed #6cbe00; }

  .product-page-promo.promo-box-3 {
    border-top: 2px dashed #6cbe00;
    border-bottom: 2px dashed #6cbe00;
    padding-bottom: 0;
    background: #f8fcf2; }

  .product-page-promo h2, .product-page-promo .h2 {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #6a58c4; }

  .product-page-promo h3, .product-page-promo .h3 {
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 0; }

  .product-page-promo p {
    font-size: 0.69em;
    padding: 0 2px;
    margin-bottom: 0;
    font-family: 'Merriweather-Light';
    color: #49484b; }

  .product-page-promo span {
    background: #6cbe00;
    display: block;
    line-height: 1em;
    margin: 2px 0 -2px -2px;
    padding: 4px 0;
    color: #fff; }

  .template-collection .main-content {
    margin-top: 0;
    padding-bottom: 15px; }

  /****** Cart ****/
  .template-cart .main-content {
    padding-bottom: 0;
    margin-bottom: 5px; }

  .shopping-cart-title {
    text-align: center; }

  .shopping-cart-title h1, .shopping-cart-title .h1 {
    display: inline-block;
    background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/cart-icon-for-title.png?v=100910300680577118831645983512) center left no-repeat transparent;
    padding-left: 30px;
    font-family: 'Merriweather-Regular';
    margin-bottom: 0; }

  .cart__row {
    padding-top: 15px; }

  .cart__row .cart-product-title.grid__item {
    padding-left: 10px; }

  .cart-line-total {
    line-height: 1em;
    text-align: right;
    margin-top: 35px; }

  .cart__mini-labels {
    margin: 0; }

  .cart__quantity-selector {
    padding: 8px 4px 8px 10px; }

  .cart-single-price {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Poppins-SemiBold';
    color: #393939; }

  .cart-variant {
    color: #b2b2b2;
    font-family: 'Merriweather-Regular';
    font-size: 0.9em; }

  .cart-variant small {
    color: #000; }

  .cart__remove {
    color: #b2b2b2;
    text-decoration: underline;
    margin-top: 10px; }

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

  .cart-subtotal .cart__subtotal-title {
    float: left; }

  .est-shipping-cost span.est-ship {
    float: left; }

  .est-shipping-cost p {
    margin-bottom: 0;
    text-align: left;
    font-family: 'Merriweather-Light';
    font-size: 11px;
    color: #9E9999; }

  .est-shipping-cost p span {
    color: #6CBE00; }

  .est-total {
    font-weight: bold; }

  .est-total span {
    float: left; }

  .checkout-button {
    width: 100%;
    background: #6cbe00 !important;
    font-family: "Poppins-Medium" !important;
    margin-top: 8px !important;
    padding: 10px 16px !important;
    text-transform: uppercase; }

  .cart-info-mobile {
    color: #b2b2b2;
    margin-top: 15px;
    line-height: 1.2em; }

  .cart-info-mobile span {
    color: #6a58c4; }

  .empty_cart {
    padding-left: 0;
    padding-bottom: 30px; }

  .cart__row.item__row {
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    padding: 15px 0; }

  .free-shipping-info {
    min-height: auto;
    padding: 8px 10px;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
    margin-top: 15px; }

  .mobile-cart-bottom h5, .mobile-cart-bottom .h5 {
    margin-bottom: 5px; }

  .free-shipping-info-img {
    width: 15%; }

  .free-shipping-info-text {
    width: 85%;
    font-size: 11px; }

  .free-shipping-info-text h2, .free-shipping-info-text .h2 {
    font-size: 12px;
    font-family: 'Poppins-Regular'; }

  .free-shipping-info-text img {
    max-width: 230px;
    vertical-align: middle; }

  .satisfaction {
    padding: 8px 10px;
    min-height: auto;
    margin-top: -7px;
    border-top: 1px solid #DCDCDC; }

  .satisfaction .satisfaction-left h3, .satisfaction .satisfaction-left .h3 {
    font-size: 12px; }

  .satisfaction-left p {
    font-size: 10px; }

  .satisfaction .satisfaction-right {
    padding-left: 0; }

  .satisfaction-right ul {
    font-size: 10px; }

  .mobile-note-container {
    display: none; }

  .mobile-note-container.open {
    display: block; }

  .cart-mobile-bottom {
    border-top: 1px solid #E9ECEF;
    padding: 8px 10px;
    font-size: 12px; }

  .cart-mobile-bottom h5, .cart-mobile-bottom .h5 {
    font-size: 12px;
    font-family: 'Poppins-Regular'; }

  .cart-mobile-bottom.mobile-note h5, .cart-mobile-bottom.mobile-note .h5 {
    cursor: pointer; }

  .cart-mobile-bottom.mobile-note h5 span, .cart-mobile-bottom.mobile-note .h5 span {
    float: right;
    font-size: 16px; }

  .cart-mobile-bottom p {
    font-size: 12px;
    font-family: 'Poppins-Regular';
    color: #808080;
    margin-bottom: 0;
    line-height: 22px; }

  .got-a-question.cart-mobile-bottom p {
    color: #383157; }

  .cart-mobile-bottom p a {
    color: #21789E; }

  .mob-free-shipping {
    background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/truck.png?v=10072668260101773831645983684) 10px center no-repeat #f4f2fc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 8px 4px 45px;
    margin-bottom: 10px; }

  #cart-overlay {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(106, 88, 195, 0.85); }

  #cart-summary-overlay {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 285px;
    padding: 0px;
    background: #ffffff;
    font-size: 90%;
    border-radius: 5px;
    border: none; }

  #cart-summary-overlay .left-box {
    width: 100%;
    float: none;
    padding: 0;
    border-right: 0px solid #ededed;
    text-align: left; }

  #cart-summary-overlay .right-box {
    width: 100%;
    float: none;
    padding: 0;
    text-align: left; }

  #cart-summary-overlay .just-added {
    background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-tick.png?v=48115416794543569821645983570) 20px center no-repeat #e6ffc5;
    padding: 15px 15px 15px 55px;
    font-family: 'Merriweather-Regular';
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    text-transform: none; }

  .cart_image {
    float: left;
    margin-right: 20px; }

  #cart-summary-overlay .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding: 0 15px; }

  #cart-summary-overlay .item .cols {
    margin-top: 10px; }

  #cart-summary-overlay .item .img {
    float: left;
    width: 80px;
    margin-right: 10px; }

  #cart-summary-overlay .item .info {
    float: left;
    width: 160px;
    text-transform: none;
    line-height: 18px; }

  #cart-summary-overlay .p-title {
    font-family: 'Poppins-Medium';
    font-size: 1.2em;
    margin-bottom: 8px;
    text-align: left;
    float: none; }

  #cart-summary-overlay .p-price {
    font-family: 'Poppins-Medium';
    font-size: 1.5em;
    color: #6cbe00;
    float: none;
    padding-left: 0; }

  #cart-summary-overlay .p-qty {
    color: #b2b2b2;
    font-family: 'Merriweather-Regular';
    margin-top: 3px;
    padding-left: 0; }

  #cart-summary-overlay .p-qty span {
    color: #000; }

  #cart-summary-overlay img {
    max-height: 70px;
    max-width: 100%; }

  #cart-summary-overlay .cart {
    text-align: center;
    padding: 0 0 15px 0; }

  #cart-summary-overlay .cart strong {
    color: #000; }

  #cart-summary-overlay .cart .cart-text {
    margin: 15px 0 10px;
    font-style: italic;
    text-transform: none; }

  #cart-summary-overlay #shop-more {
    color: #000;
    text-decoration: underline;
    display: block;
    padding: 0;
    border: 0px solid #999999;
    background: transparent;
    margin: 0;
    width: auto;
    border-radius: 0;
    text-transform: none; }

  #cart-summary-overlay .button {
    display: block;
    width: 90%;
    text-align: center;
    font-weight: normal;
    border-radius: 4px;
    font-size: 14px;
    background: #6cbe00;
    padding: 14px 15px;
    color: #fff;
    margin: 0 15px 8px; }

  .popupclose {
    background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/fancybox_sprite.png?v=30059930562004970911645983538);
    position: absolute;
    top: -15px;
    right: -10px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 9999; }

  /*********** Responsive Latest of Powerful-glass **********/
  .h1-padding {
    padding: 0;
    line-height: 1.3em;
    font-size: 2em; }

  .technology-lists {
    padding-top: 20px;
    width: 100%; }

  .powerfulglass-head {
    padding: 50px 0 80px 0; }

  .sixty-style .sixty-styles-section {
    margin-top: -50px; }

  .sixty-style .sixty-styles-section-content {
    width: 100%; }

  .single-testimonial-outer {
    width: 100%; }

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

  .proven-wrapper img {
    margin-top: 30px; }

  .airtight-wrapper .airtight-jar-content {
    text-align: center; }

  .adhesive-wrapper {
    margin-bottom: 30px; }

  .special-pigment-wrapper {
    width: 100%; }

  .first-order-content {
    width: 100%; }

  .powerfulglass-wrapper h1, .powerfulglass-wrapper .h1 {
    font-size: 1.7em; }

  .single-testimonial p {
    font-size: 1em; } }
/* Promo Banner */
@media screen and (max-width: 768px) {
  #promo-image-desktop {
    display: none !important; } }
@media screen and (max-width: 360px) {
  .item_price_saving {
    margin-left: 6px; } }
/* Wholesale Link */
#wholesale-link-container {
  border: 1px solid #4F4F4F;
  font-weight: bold;
  background: #F8F8F8;
  overflow: hidden;
  max-width: 100%; }

#wholesale-link-container .save-big {
  background: #4F4F4F;
  color: #fff;
  padding: 14px 10px;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: 'Poppins-Medium';
  float: left;
  text-align: center; }

#wholesale-link-container .wholesale-text {
  padding-left: 75px; }

#wholesale-link-container .wholesale-inner {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/save-big.png?v=37261165490834463211645983656) left center no-repeat transparent;
  padding-left: 100px;
  min-height: 70px;
  padding-top: 12px; }

#wholesale-link-container span {
  display: block;
  font-family: 'Poppins-Medium';
  font-size: 1.1em; }

#wholesale-link-container a {
  display: inline-block;
  text-align: center;
  color: #0645AB;
  text-decoration: underline;
  font-size: 1.1em; }

#wholesale-link-container a:hover {
  color: #276fe3; }

/* Brand Video */
#brand-video-product {
  background-color: #6a58c4;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 20px;
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/purp-pattern.png?v=136392310668349349191645983650); }

#brand-video-check-des {
  margin: 22px auto 10px;
  max-width: 530px; }

#brand-video-check-mob {
  margin: 0px auto 10px;
  max-width: 500px; }

/**
 * Voucher Overlay | Infinity Jar
 **/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 999; }

.voucher-container {
  max-width: 575px;
  margin: 30vh auto;
  background-color: #ffff;
  min-height: 350px;
  position: relative; }

.voucher {
  position: relative;
  padding: 50px 40px 20px 40px;
  text-align: center;
  background: #f7f7f7;
  border: 4px solid #6A58C4; }

.voucher-35 {
  width: 35%;
  background-color: #6A58C4;
  color: #fff; }

.voucher-65 {
  width: 65%;
  padding: 30px 20px 10px 28px;
  font-size: 10px;
  color: #828282;
  font-family: 'Poppins-Medium';
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/infinity-jars-bg-form.png?v=80029558430741988871645983576);
  background-repeat: no-repeat;
  background-position: 100% 66px;
  background-color: #fff; }

.voucher-container td {
  border: none;
  padding: 0;
  text-align: center; }

.voucher-percentage {
  border: 2px dashed;
  padding: 30px 20px;
  width: 90%;
  margin: 5%;
  border-radius: 5px;
  min-height: 276px;
  position: relative;
  float: left; }

.receive {
  font-size: 32px;
  font-family: 'Poppins-SemiBold';
  text-align: center; }

.percentage {
  font-size: 90px;
  line-height: 90px;
  font-family: 'Poppins-SemiBold';
  text-align: right !important;
  width: 50%; }

.voucher-percentage table {
  margin-top: 15px; }

.off {
  font-size: 36px;
  line-height: 39px;
  font-family: 'Poppins-SemiBold';
  padding: 0;
  margin: 0;
  vertical-align: text-bottom;
  text-align: left !important; }

.voucher h2, .voucher .h2 {
  color: #6A58C4;
  font-size: 75px;
  line-height: 1em;
  font-family: 'Poppins-Bold';
  margin-bottom: 0px; }

.voucher h4, .voucher .h4 {
  color: #6A58C4;
  font-size: 25px;
  font-family: 'Poppins-Bold';
  margin-bottom: 0px;
  line-height: 1em; }

.down-arrow span {
  display: inline-block;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
  color: #6A58C4;
  margin-top: -10px; }

.voucher-form-container {
  font-size: 12px;
  font-family: 'Poppins-Medium';
  color: #000;
  width: 85%;
  margin: 0 auto 30px;
  text-transform: capitalize;
  text-align: center; }

.overlay-form .overlay-email {
  width: 100%;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #393939;
  margin-bottom: 8px;
  font-size: 18px; }

#theform {
  margin-bottom: 0; }

.form-submit {
  background-color: #6CBE00;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 6px;
  font-size: 20px;
  font-family: 'Poppins-SemiBold'; }

.close-overlay {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #828282;
  cursor: pointer;
  z-index: 99999; }

.voucher-note {
  text-align: center;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
  color: #828282; }

.voucher-list {
  margin-bottom: 15px;
  display: inline-block; }

.voucher-list li {
  text-align: left;
  color: #4F4F4F; }

.voucher-list li span {
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/infinity-star.png?v=175921524835765523441645983577);
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 10px; }

.message_area {
  position: absolute;
  margin-top: -80px !important; }

.message_area .close {
  background-color: #cd3232;
  border: none;
  color: #fff;
  margin-right: 5px; }

.error-message {
  background-color: #c21515;
  position: absolute;
  margin-top: 48px;
  max-width: 100%;
  text-align: left;
  line-height: 20px;
  padding: 2px 5px;
  font-family: 'Poppins-Light';
  font-size: 11px;
  text-transform: none;
  border-radius: 5px;
  border: 1px solid #c21515;
  color: #fff; }

.error-message:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c21515;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 10px; }

.deal_form .error-message {
  margin-top: -30px; }

.close-message {
  display: none;
  padding: 3px 5px;
  background-color: #c21515;
  color: #fff;
  margin-right: 5px;
  cursor: pointer; }

.client-registered {
  display: none;
  position: relative;
  z-index: 9999;
  background-color: #F7F7F7;
  width: 310px;
  margin: 15% auto;
  padding: 20px 30px 10px 30px;
  text-align: center;
  border: 4px solid #6A58C4; }

.client-registered h3, .client-registered .h3 {
  color: #6A58C4;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 23px;
  margin-bottom: 5px;
  font-family: 'Poppins-SemiBold'; }

.client-registered h5, .client-registered .h5 {
  font-family: 'Poppins-Regular';
  color: #393939;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0; }

.coupon-code {
  display: block;
  padding: 8px 15px 4px 15px;
  font-family: 'poppins-bold';
  font-size: 33px;
  color: #6A58C4;
  vertical-align: middle;
  margin-bottom: 15px;
  line-height: 33px;
  border: 2px dashed #6A58C4; }

.coupon-shop {
  background-color: #6CBE00;
  color: #fff;
  padding: 8px 25px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 25px;
  font-size: 20px;
  font-family: 'Poppins-Bold';
  cursor: pointer; }

@media only screen and (max-width: 650px) {
  .voucher-container {
    width: 80%;
    margin: 100px 10%; }

  .voucher-35, .voucher-65 {
    width: 100%; }

  .table-wrapper {
    max-width: 180px;
    overflow: auto;
    margin: 0 auto; }

  .voucher {
    min-height: 200px; }

  .voucher-percentage {
    min-height: 150px;
    padding: 0; }

  .voucher h2, .voucher .h2, .voucher .h2 {
    font-size: 55px;
    margin-bottom: 8px; } }
@media only screen and (max-width: 480px) {
  .voucher-container {
    width: 90%;
    margin: 100px 5%; }

  .voucher {
    padding: 30px 15px 20px 15px; }

  .voucher-form-container {
    width: 100%; }

  .voucher h2, .voucher .h2 {
    font-size: 45px;
    margin-bottom: 5px; }

  .voucher h4, .voucher .h4, .voucher .h4 {
    font-size: 22px;
    line-height: 1.2em; }

  .form-submit {
    font-size: 16px; }

  .voucher-note {
    font-size: 12px; }

  .client-registered {
    margin: 100px auto; } }
/************************************************************
				New Home page design 1
************************************************************/
.banner-bottom {
  background: #6a58c4;
  color: #fff;
  height: 45px;
  padding: 5px 0;
  margin-top: -35px; }

.banner-bottom .grid__item {
  margin-top: -28px; }

.banner-bottom .save-info {
  font-size: 1.3em;
  font-weight: bold; }

.deal-arrow {
  text-transform: uppercase;
  color: #6a58c4;
  font-size: 1.6em;
  font-family: 'Poppins-Bold';
  top: 18px; }

.hero-section-new-home {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/new-home-banner.jpg?v=177223680825979579161645983615) center center no-repeat white;
  min-height: 330px; }

.hero-inner-text {
  padding-left: 100px; }

.hero-inner-text.hero {
  padding-left: 0px; }

.mobile-new-hero .hero-inner-text.hero {
  text-align: center; }

.hero-inner-text h1, .hero-inner-text .h1 {
  font-family: 'Poppins-Bold';
  margin: 40px 0 15px;
  font-size: 2.3em;
  color: #6a58c4; }

.hero-inner-text ul.best-jar {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: left; }

.hero-inner-text ul.best-jar li {
  list-style: none;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/hero-bullet-2.jpg?v=58822837368868394661645983558) left center no-repeat transparent;
  padding-left: 35px;
  margin-bottom: 8px; }

.hero-inner-text ul.best-jar li:first-child {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/hero-bullet-1.png?v=10841157632720215011645983558) left center no-repeat transparent; }

.hero-inner-text ul.best-jar li:last-child {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/hero-bullet-3.jpg?v=165470292625660830021645983559) left center no-repeat transparent; }

.hero-inner-text .banner-button a.btn {
  border-radius: 24px; }

.mobile-new-hero {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/mobile-hero-background.png?v=106538102258814891301645983611) center bottom no-repeat white; }

.mobile-new-hero h2, .mobile-new-hero .h2 {
  font-size: 22px;
  line-height: 32px;
  color: #7868CC;
  text-align: center;
  padding-top: 20px; }

.mobile-new-hero img {
  max-width: 100%; }

.hero-inner-text.hero ul.best-jar {
  font-size: 13px;
  margin-bottom: 20px; }

.science-section {
  background: #6a58c4;
  padding: 35px 0; }

.science-section .scinece-info {
  text-align: center;
  margin-bottom: 20px;
  color: #fff; }

.why-special-wrapper {
  border: 3px solid #47D608;
  border-radius: 15px;
  padding: 15px;
  margin: 20px 0;
  text-align: center; }

.why-special-wrapper img {
  max-width: 100%; }

.why-special-wrapper h3, .why-special-wrapper .h3 {
  font-size: 20px;
  color: #47D608; }

.why-special-wrapper p {
  font-size: 14px; }

.why-special-wrapper p span {
  font-family: 'Poppins-Bold'; }

.science-section .scinece-info p {
  line-height: 2em;
  font-size: 1.2em;
  padding: 0 120px; }

.science-section .feature-box {
  padding-left: 100px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  min-height: 70px;
  position: relative; }

.science-section .feature-box span {
  position: absolute;
  display: block;
  left: 100px;
  top: 50%;
  transform: translateY(-50%); }

.science-section .feature-box.scent-proof {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-scent-proof.png?v=34085716073496155561645983567) left center no-repeat transparent; }

.science-section .feature-box.block-out {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-block-out.png?v=24135601385178633531645983561) left center no-repeat transparent; }

.science-section .feature-box.freshness {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-freshness.png?v=2553453151502549081645983564) left center no-repeat transparent; }

.science-section .feature-box.air-tight {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-air-tight.png?v=21308169826483304911645983561) left center no-repeat transparent; }

.prove-section {
  background: #f9f9f9;
  padding: 35px 0;
  margin-bottom: 50px; }

.prove-section .prove-info {
  text-align: center;
  margin-bottom: 30px; }

.prove-section .prove-info h2, .prove-section .prove-info .h2 {
  color: #6a58c4; }

.prove-section .prove-info p {
  line-height: 2em;
  font-size: 1.2em;
  padding: 0 120px; }

.prove-section .prove-info a.btn {
  border-radius: 24px;
  text-transform: uppercase;
  font-weight: bold; }

.prove-section .compare-div img {
  float: left;
  max-width: 215px; }

.prove-section .compare-div .campare-info {
  padding-left: 240px; }

.prove-section .compare-div h3, .prove-section .compare-div .h3 {
  color: #6a58c4; }

.prove-section .compare-div p {
  line-height: 2em;
  font-size: 1.2em; }

.prove-section.mobile {
  background: #fff;
  margin-bottom: 0px; }

.prove-section.mobile .prove-info h2, .prove-section.mobile .prove-info .h2 {
  color: #393939;
  font-size: 20px;
  line-height: 1.4em; }

.prove-section.mobile .prove-info h2 span, .prove-section.mobile .prove-info .h2 span {
  color: #47D608; }

.prove-section.mobile .compare-div {
  text-align: center; }

.prove-section.mobile .compare-div img {
  float: none; }

.prove-section.mobile .compare-div .campare-info {
  padding-left: 0px; }

.prove-section.mobile .compare-div h3, .prove-section.mobile .compare-div .h3 {
  color: #363636;
  font-size: 12px;
  margin-bottom: 5px; }

.prove-section.mobile .compare-div p {
  line-height: 18px;
  font-size: 12px; }

.prove-section.mobile a.btn {
  width: 100%; }

.jar-compare-mobile {
  text-align: center; }

.jar-compare-mobile h3, .jar-compare-mobile .h3 {
  font-size: 22px;
  line-height: 26px;
  color: #6A58C4; }

.jar-compare-mobile p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px; }

.jar-compare-mobile img {
  max-width: 100%; }

.product-line-wrapper {
  margin-top: 20px; }

.product-line-wrapper h3, .product-line-wrapper .h3 {
  font-size: 22px;
  line-height: 26px;
  color: #6A58C4;
  text-align: center; }

.product-line-box {
  text-align: center;
  margin-bottom: 30px; }

.product-line-box img {
  max-width: 100%; }

.product-line-box a {
  color: #1962C4; }

.product-line-box span {
  display: block;
  text-decoration: underline;
  line-height: 1.4em; }

.mobile-category-buttons.product-line {
  margin-top: 10px; }

.btn-bestseller {
  margin-top: 15px;
  width: 100%; }

.big-save-wrapper {
  padding: 20px;
  text-align: center;
  background: #8F00FF;
  background: linear-gradient(to right, #8f00ff, #fc05b7); }

.big-save-wrapper h3, .big-save-wrapper .h3 {
  color: #fff;
  font-size: 22px;
  font-family: 'impact';
  margin-bottom: 5px; }

.big-save-wrapper p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px; }

.big-save-wrapper a {
  background: #FAFF00;
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  -moz-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.4); }

.mobile-vip-shipping-wrapper {
  margin: 20px 0; }

.mobile-vip-shipping-wrapper h2, .mobile-vip-shipping-wrapper .h2 {
  text-align: center;
  color: #393939;
  font-size: 20px; }

.mobile-vip-shipping {
  border: 1px solid #E8E8E8;
  border-radius: 15px; }

.mobile-vip-shipping .half-box {
  float: left;
  width: 50%; }

.mobile-vip-shipping .left-box-inner {
  padding: 20px 10px;
  text-align: center;
  border-right: 1px solid #E8E8E8; }

.mobile-vip-shipping .left-box-inner h3, .mobile-vip-shipping .left-box-inner .h3 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 24px; }

.mobile-vip-shipping .left-box-inner h4, .mobile-vip-shipping .left-box-inner .h4 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px; }

.mobile-vip-shipping .left-box-inner p {
  margin-bottom: 0;
  font-size: 10px; }

.mobile-vip-shipping .right-box-inner {
  padding: 20px 10px;
  text-align: center; }

.mobile-vip-shipping .right-box-inner h3, .mobile-vip-shipping .right-box-inner .h3 {
  margin-bottom: 0;
  font-size: 28px;
  color: #6DBE00;
  line-height: 24px; }

.mobile-vip-shipping .right-box-inner h4, .mobile-vip-shipping .right-box-inner .h4 {
  margin-bottom: 0;
  font-size: 20px;
  color: #6DBE00;
  line-height: 24px; }

.mobile-vip-shipping .right-box-inner p {
  margin-bottom: 0;
  font-size: 10px; }

.mobile-vip-shipping .intl-shipping {
  padding: 15px;
  border-top: 1px solid #E8E8E8;
  text-align: center; }

.mobile-vip-shipping .intl-shipping h3, .mobile-vip-shipping .intl-shipping .h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #6DBE00; }

.mobile-vip-shipping .intl-shipping p {
  margin-bottom: 0;
  font-size: 10px; }

.mobile-vip-shipping .intl-shipping p a {
  color: #6A58C4; }

.ranking-number {
  position: absolute;
  top: 12px;
  left: -15px;
  padding: 4px 1px 2px 4px;
  background: #4F4596;
  color: #fff;
  font-size: 12px;
  line-height: 11px; }

.ranking-number:after {
  content: '';
  border-style: solid;
  border-width: 17px 11px 0 0;
  border-color: #4F4596 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -13px;
  padding-left: 2px; }

.single-product-wrapper .ranking-number {
  left: 0;
  padding: 6px 3px 4px 6px;
  font-size: 18px;
  line-height: 18px; }

.single-product-wrapper .ranking-number:after {
  border-width: 28px 15px 0 0;
  right: -17px; }

.card-images-wrapper {
  display: inline-block;
  max-width: 360px;
  margin: 0 auto; }

/***** New Deal ******/
.deals-wrapper {
  background: #fff9ed;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px; }

.deals-wrapper img {
  max-width: 100%;
  float: left; }

.template-index .deals-wrapper {
  margin-bottom: 0px; }

.hot-deal-title {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/hot-deal.png?v=13740384420208804781645983560) right center no-repeat #f8f8f8;
  padding: 10px 0 11px 15px; }

.hot-deal-title h2, .hot-deal-title .h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
  color: #6A58C4;
  font-size: 2.5em;
  line-height: 1em; }

.hot-deal-title p {
  margin-bottom: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-family: 'Poppins-Medium'; }

.hot-deal-box {
  background: #F8F8F8;
  padding: 10px 0 5px 15px;
  border-left: 1px solid #d7d7d7; }

.hot-deal-box.first {
  border-left: 0px solid #d7d7d7; }

.hot-deal-box h3, .hot-deal-box .h3,
.hot-deal-box h4,
.hot-deal-box .h4,
.hot-deal-box p {
  margin-bottom: 0; }

.hot-deal-box .free-jar-text {
  float: left;
  width: 180px; }

.hot-deal-box .free-jar {
  float: right;
  padding-right: 15px; }

.hot-deal-box h3, .hot-deal-box .h3 {
  font-family: 'Poppins-Bold';
  color: #6A58C4;
  line-height: 1.1em;
  font-size: 1.5em; }

.hot-deal-box h4, .hot-deal-box .h4 {
  font-family: 'Poppins-SemiBold';
  font-size: 1em;
  color: #494949;
  line-height: 1.1em; }

.hot-deal-box p {
  font-style: italic;
  font-size: 0.85em;
  line-height: 1.3em; }

.hot-deal-box p span {
  color: #6CBE00; }

.promo-code-wrapper {
  margin-bottom: 5px; }

.promo-code-wrapper .save {
  font-size: 2.5em;
  color: #6CBE00;
  float: left;
  font-family: 'Poppins-Bold';
  line-height: 1em; }

.promo-code-wrapper .code {
  float: left;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  line-height: 1.2em;
  display: block;
  padding-left: 6px; }

.promo-code-wrapper .code span {
  display: block;
  color: #6CBE00; }

.hot-deal-box.promo-code {
  text-align: center; }

.hot-deal-box.promo-code p {
  font-size: 0.78em; }

.mobile-deals-nav {
  display: none; }

.mobile-deals-nav img {
  max-width: 100%;
  display: block; }

@media screen and (max-width: 749px) {
  .mobile-deals-nav {
    display: block; } }
.home-deal-box {
  border: 2px dashed #BDBDBD;
  border-radius: 10px;
  text-align: center;
  padding: 50px 20px 10px 20px;
  margin-bottom: 20px;
  position: relative; }

.home-deal-box h3, .home-deal-box .h3 {
  color: #5c5c5c;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0; }

.home-deal-box .spent {
  color: #393939;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px; }

.home-deal-box p {
  font-size: 13px;
  line-height: 25px;
  /* text-align: center; */
  color: #838383; }

.home-deal-box p span {
  display: block;
  color: #6CBE00; }

.home-deal-float {
  position: absolute;
  top: 25px;
  left: -2px;
  background: #828282; }

.home-deal-float-inner {
  position: relative;
  padding: 9px 25px 9px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 22px; }

.home-deal-float-inner:after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  right: 0;
  top: 0; }

.home-deal-box.deal-3 h3, .home-deal-box.deal-3 .h3 {
  color: #6CBE00; }

.home-deal-box.deal-3 .home-deal-float {
  background: #6CBE00; }

.home-deal-box.deal-3 p span {
  color: #838383; }

.home-deal-box.deal-4 h3, .home-deal-box.deal-4 .h3 {
  color: #E41111; }

.home-deal-box.deal-4 .home-deal-float {
  background: #E41111; }

.home-deal-box.deal-4 p span {
  color: #838383;
  font-weight: bold; }

.home-deal-float-inner b {
  text-decoration: underline; }

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .home-deal-float {
    top: 20px; }

  .home-deal-box h3, .home-deal-box .h3 {
    font-size: 20px;
    line-height: 28px; }

  .home-deal-box .spent {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px; }

  .home-deal-box p {
    font-size: 11px;
    line-height: 16px; }

  .home-deal-float-inner {
    font-size: 12px;
    line-height: 22px; } }
@media screen and (max-width: 480px) {
  .home-deal-box {
    padding: 40px 10px 5px 10px; }

  .home-deal-float {
    top: 15px; }

  .home-deal-float-inner {
    font-size: 8px;
    line-height: 16px;
    padding: 3px 16px 3px 8px; }

  .home-deal-float-inner::after {
    border-top: 11px solid  transparent;
    border-bottom: 11px solid transparent;
    border-right: 8px solid #fff; }

  .home-deal-box h3, .home-deal-box .h3, .home-deal-box .h3 {
    font-size: 14px;
    line-height: 22px; }

  .home-deal-box .spent {
    font-size: 10px;
    line-height: 16px; }

  .home-deal-box p {
    font-size: 8px;
    line-height: 14px; } }
/***** New product page ******/
.product-science-top {
  font-family: 'Poppins-Light';
  margin-bottom: 20px; }

.science-desc-box {
  background: #6A58C4;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px; }

.science-desc-box h4, .science-desc-box .h4 {
  text-transform: uppercase; }

.science-desc-box p {
  font-style: italic; }

.science-desc-box a {
  font-family: 'Poppins-SemiBold';
  font-style: italic;
  color: #fff;
  text-decoration: underline; }

.science-single-box {
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 20px; }

.science-single-box h3, .science-single-box .h3 {
  background: #6A58C4;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold'; }

.science-single-box p {
  color: #494949;
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 0 15px;
  font-family: 'Poppins-SemiBold';
  min-height: 90px; }

.save-an-extra {
  background: #FF6119;
  padding: 20px 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 15px; }

.jar-special-wrapper {
  margin-bottom: 15px; }

.productpage-product-banner {
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px; }

.productpage-product-banner img {
  width: 100%; }

.productpage-product-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px; }

.productpage-product-banner-overlay h1, .productpage-product-banner-overlay .h1 {
  color: #6A58C4;
  text-transform: uppercase; }

.productpage-product-banner-overlay ul li {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-tick-blue.png?v=15850309525018609581645983569) left 7px no-repeat transparent;
  padding-left: 40px;
  font-size: 1.2em; }

.product-single__photos .best-seller-badge {
  position: absolute;
  top: 15px;
  left: 35px;
  z-index: 1; }

.product-single__photos .featured-badge {
  position: absolute;
  top: 15px;
  left: 35px;
  z-index: 1; }

.single-product-wrapper .featured-badge {
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 1;
  max-width: 60px; }

.three-reason-wrapper {
  border: 1px solid #E0E0E0;
  padding: 10px 15px; }

.three-reason-wrapper h4, .three-reason-wrapper .h4 {
  color: #393939;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  text-align: center; }

.free-shipping-info h5, .free-shipping-info .h5 {
  font-size: 0.95em;
  text-align: center;
  margin-bottom: 5px; }

.free-shipping-info .prod-shipping-icon {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/free_shipping-blue.png?v=86531082568100918961645983547) left center no-repeat transparent;
  font-style: italic;
  padding-left: 92px;
  line-height: 1.4em;
  min-height: 50px; }

.three-reason-wrapper .money-back {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/money-back.png?v=950036371802846531645983615) right center no-repeat transparent;
  font-weight: bold;
  text-align: center;
  padding-right: 90px;
  line-height: 1.4em;
  margin-right: -15px;
  min-height: 85px;
  padding-top: 5px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px; }

.expert-service .expert-service-icon {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/conversation.png?v=50267460008280071311645983520) left center no-repeat transparent;
  font-weight: bold;
  text-align: center;
  padding-left: 50px;
  line-height: 1.4em;
  min-height: 50px; }

.expert-service p {
  text-align: center;
  font-style: italic;
  line-height: 1.3em;
  color: #4F4F4F;
  margin-bottom: 0;
  padding-top: 5px; }

.sign-up-link-box {
  border: 1px solid #E0E0E0;
  padding: 10px 15px;
  margin-top: 15px;
  text-align: center; }

.sign-up-link-box .sign-up-icon {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/email-blue.png?v=34600022011048380361645983536) left center no-repeat transparent;
  text-align: center;
  padding-left: 65px;
  line-height: 1.3em;
  min-height: 50px;
  font-style: italic;
  font-size: 0.85em;
  margin-bottom: 8px; }

.sign-up-link-box a.btn {
  padding: 2px 12px; }

.template-product .yotpo.bottomLine {
  display: inline-block; }

.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star {
  font-size: 22px !important; }

.review-ratting-wrapper .read-reviews {
  font-style: italic;
  font-size: 0.9em;
  color: #494949;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  top: -6px; }

.product-page-product-title {
  font-size: 18px;
  margin-bottom: 8px;
  color: #6A58C4; }

.product-features ul.features {
  margin-bottom: 0; }

.product-features ul.features li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  background-size: 15px;
  padding-left: 25px;
  font-size: 12px; }

.product-features ul.features li:last-child {
  margin-right: 0; }

@media screen and (max-width: 480px) {
  .product-features ul.features li {
    margin-right: 5px;
    width: 45%; } }
.product-single__quantity .quantity-lebel {
  float: left;
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
  line-height: 40px;
  font-family: 'Poppins-SemiBold'; }

.product-single__quantity .quantity-box {
  float: left;
  max-width: 100px; }

.product-single__quantity .quantity-selector {
  font-size: 15px;
  line-height: 16px;
  background: #f2f2f2;
  max-width: 70px;
  padding: 6px 10px;
  margin-bottom: 5px;
  height: 40px; }

.option-info {
  font-size: 12px; }

.same-style-wrapper {
  margin: 10px 0; }

.line-title h4, .line-title .h4 {
  font-size: 16px;
  font-family: 'Poppins-SemiBold';
  border-top: 1px solid #BDBDBD;
  position: relative; }

.line-title h4 span, .line-title .h4 span {
  display: inline-block;
  padding-right: 20px;
  position: absolute;
  top: -15px;
  left: 0;
  background: #fff; }

.same-style-single-box {
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  text-align: center; }

.same-style-single-box a {
  display: block;
  overflow: hidden; }

.same-style-img {
  margin-bottom: 0px; }

.same-style-img img {
  display: block; }

.same-style-details {
  font-size: 12px;
  line-height: 2em;
  padding: 0 8px 8px 8px; }

.same-style-details h5, .same-style-details .h5 {
  font-size: 12px;
  margin-bottom: 0;
  color: #6CBE00; }

.same-style-price {
  color: #AD3132; }

.same-style-carousel, .additional-style-carousel {
  padding: 0 40px;
  position: relative; }

.same-style-carousel .owl-nav, .additional-style-carousel .owl-nav {
  position: absolute;
  top: 45%;
  margin-left: -40px;
  margin-right: -40px;
  width: 100%;
  z-index: -1; }

.additional-style-carousel .owl-nav {
  top: 30%; }

.same-style-carousel .owl-nav .owl-next, .additional-style-carousel .owl-nav .owl-next {
  float: right; }

.bundle-wrapper {
  margin: 10px 0; }

.bundle-single-box {
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  padding: 10px; }

.bundle-single-box .bundle-img {
  float: left;
  width: 24%;
  text-align: center; }

.bundle-single-box .bundle-img img {
  display: block; }

.bundle-single-box .bundle-img span {
  background: #F2C94C;
  font-size: 8px;
  padding: 0 2px;
  display: inline-block;
  color: #494949;
  position: relative;
  top: -5px; }

.bundle-single-box .bundle-text {
  float: left;
  width: 76%; }

.bundle-single-box .bundle-text h5, .bundle-single-box .bundle-text .h5 {
  font-size: 12px;
  padding-left: 15px;
  margin-bottom: 0;
  line-height: 14px;
  color: #494949; }

.bundle-single-box .bundle-text .bundle_price {
  font-family: 'Merriweather', serif;
  font-size: 11px;
  color: #AD3132;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: bold; }

.bundle-single-box .bundle-text .bundle_price .was {
  display: inline-block;
  padding-left: 20px;
  color: #828282;
  text-decoration: line-through; }

.bundle-single-box .bundle-text .bundle_price .save {
  color: #6CBE00;
  display: inline-block;
  padding-left: 20px; }

.bundle-single-box .bundle-text .text {
  font-family: 'Merriweather', serif;
  font-size: 8px;
  padding-left: 15px;
  line-height: 12px;
  margin-bottom: 0;
  color: #494949; }

.mobile-product-gallerly-wrapper {
  display: none; }

/************************** New Blog page ***************************/
.article-page-title {
  background: #6a58c4;
  text-align: center;
  margin: 35px 0; }

.article-page-title h3, .article-page-title .h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  margin: 0;
  padding: 15px 0;
  line-height: 1em; }

.featured-article-box {
  position: relative;
  min-height: 620px;
  margin-bottom: 30px; }

.featured-article-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff; }

.featured-article-box-content h2, .featured-article-box-content .h2 {
  text-transform: capitalize; }

.featured-article-box-content a {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase; }

.single-article-box-vertically {
  margin-bottom: 30px; }

.single-article-box-img img {
  display: block;
  margin-bottom: 10px; }

.single-article-box-content h3, .single-article-box-content .h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  text-transform: capitalize;
  margin: 0; }

.article-container {
  margin: 50px 0 0 0; }

.article-container .article-page-title {
  margin-top: 0;
  text-align: left; }

.article-container .article-page-title h2, .article-container .article-page-title .h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.8em;
  margin: 0;
  padding: 15px 0 15px 25px;
  line-height: 1em; }

.single-article-box-horizontal {
  margin-bottom: 30px; }

.single-article-box-horizontal-img img {
  display: block; }

.single-article-box-horizontal-content {
  color: #393939; }

.single-article-box-horizontal-content h3, .single-article-box-horizontal-content .h3 {
  text-transform: capitalize;
  font-size: 1.3em;
  line-height: 1.3em; }

.single-article-box-horizontal-content a {
  color: #6a58c4;
  text-transform: uppercase; }

.sportlight-single-product {
  margin-bottom: 30px; }

.spotlight-box-horizontal-img img {
  display: block; }

.spotlight-box-horizontal-content {
  color: #393939;
  padding-top: 15px; }

.spotlight-box-horizontal-content h5, .spotlight-box-horizontal-content .h5 {
  font-size: 1em;
  line-height: 1.4em; }

.spotlight-box-horizontal-content a {
  font-family: 'Poppins-Regular';
  color: #393939; }

.article-container-product-slider {
  text-align: center;
  background: #f8f8f9;
  padding: 30px; }

.article-container-product-slider h4, .article-container-product-slider .h4 {
  text-transform: capitalize;
  padding: 0 10px;
  color: #6a58c4; }

.article-container-product-slider h4 a, .article-container-product-slider .h4 a {
  color: #6a58c4; }

.article-container-product-slider a.visit-shop {
  background: #6cbe00;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1em; }

.article-container-product-slider .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.article-container-product-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #bdbdbd;
  font-size: 40px;
  padding: 0 5px;
  background: none; }

.article-container-product-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: none; }

.article-container-product-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  float: left; }

.article-container-product-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  float: right; }

.article-category-list {
  margin: 30px 0; }

.article-category-list h2, .article-category-list .h2 {
  text-transform: capitalize;
  border-bottom: 1px solid #393939;
  color: #393939;
  padding-bottom: 10px;
  font-size: 1.8em; }

.article-category-list ul {
  margin: 0;
  padding: 0; }

.article-category-list ul li {
  list-style: none;
  margin-bottom: 10px; }

.article-category-list ul li a {
  color: #779dc3;
  text-transform: capitalize; }

.single-article-box-content a {
  text-transform: uppercase;
  color: #6a58c4; }

.article-load-more-btn {
  background: #f0f0f0;
  margin: 20px 0;
  color: #393939;
  text-transform: uppercase;
  font-size: 1.5em;
  display: block;
  font-weight: 900;
  padding: 16px 0;
  text-align: center;
  line-height: 1em;
  cursor: pointer; }

.article-container-sidebar h2, .article-container-sidebar .h2 {
  text-transform: capitalize;
  border-bottom: 1px solid #393939;
  color: #393939;
  padding-bottom: 10px;
  font-size: 1.8em; }

.article-sidebar-single-product {
  margin-bottom: 30px; }

.article-sidebar-single-product h5, .article-sidebar-single-product .h5 {
  font-size: 1em;
  line-height: 1.3em; }

.article-sidebar-gift-product {
  margin-bottom: 50px;
  text-align: center; }

.article-sidebar-gift-product h4, .article-sidebar-gift-product .h4 {
  background: #6A58C4;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 5px 3px 5px;
  margin-bottom: 0;
  font-size: 1.4em;
  font-family: 'Poppins-Regular'; }

.article-sidebar-gift-product .big-sale-box {
  border: 2px solid #6A58C4;
  font-family: 'Poppins-SemiBold'; }

.article-sidebar-gift-product .big-sale-box p {
  padding: 15px;
  font-style: italic;
  font-size: 1.2em;
  margin-bottom: 0; }

.article-sidebar-gift-product .big-sale-box a {
  background: #6CBE00;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Poppins-SemiBold'; }

.classified-ad-wrapper {
  margin-bottom: 15px; }

.use-of-infinity-jars {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E0E0E0; }

.use-of-infinity-jars h3, .use-of-infinity-jars .h3 {
  background: #6A58C4;
  color: #fff;
  text-align: center;
  padding: 10px; }

.use-of-infinity-jars .info-box {
  background: #6A58C4;
  color: #fff;
  padding: 35px;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px; }

.use-of-infinity-jars .individual-use-box {
  margin-bottom: 30px;
  line-height: 1.6em; }

.use-of-infinity-jars .individual-use-box img {
  width: 100%; }

.use-of-infinity-jars .individual-use-box p {
  font-family: 'Poppins-SemiBold';
  color: #494949;
  font-size: 1.2em; }

.use-of-infinity-jars .individual-use-box a {
  font-family: 'Poppins-Regular';
  display: block;
  margin-top: 5px;
  font-style: italic;
  color: #2663A0;
  font-size: 0.9em; }

.hide-block {
  display: none; }

/********* Deal page **********/
.deals-page.regular-page {
  background: #fff; }

.deals-page .deals-info h1, .deals-page .deals-info .h1 {
  color: #6A58C4;
  font-family: 'Merriweather', serif;
  font-size: 34px;
  line-height: 38px;
  border-bottom: 3px solid #6A58C4;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.deals-page .deals-info p {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #393939; }

.deals-section-wrapper {
  background: #F8F8F8; }

.deals-section-wrapper form {
  margin-bottom: 0; }

.deals-section-wrapper .deals-head {
  background: #6A58C4;
  padding: 20px;
  text-align: center;
  color: #fff; }

.deals-section-wrapper .deals-head h3, .deals-section-wrapper .deals-head .h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px; }

.deals-section-wrapper .deals-head p {
  font-family: 'Poppins-Regular';
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px; }

.deals-section-wrapper .deals-head form input[type="email"] {
  width: 65%;
  font-style: italic;
  font-family: 'Poppins-Regular';
  float: left; }

.deals-section-wrapper .deals-head form input[type="submit"],
.deals-section-wrapper .deals-head form button[type="submit"] {
  width: 30%;
  margin-left: 10px;
  background-color: #F4DC0D;
  color: #000;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  padding: 7px 16px; }

.deals-section-wrapper .deals-head .hidden-deal {
  display: none; }

.deals-section-wrapper .other-deals {
  padding: 20px 20px 0 20px;
  border: 1px solid #DCDCDC;
  border-top: none; }

.single-deal-section {
  margin-bottom: 20px; }

.deals-section-wrapper img {
  display: block; }

.deals-section-wrapper .deal-mobile {
  display: none; }

.deals-bottom {
  margin-top: 15px; }

@media only screen and (max-width: 991px) {
  .deals-page .deals-info {
    padding-bottom: 30px; }

  .deals-page .deals-info h1, .deals-page .deals-info .h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 6px;
    margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .deals-section-wrapper .deal-desktop {
    display: none; }

  .deals-section-wrapper .deal-mobile {
    display: block; }

  .deals-section-wrapper .deals-head form input[type="email"] {
    padding: 6px 10px; }

  .deals-section-wrapper .deals-head form input[type="submit"] {
    font-size: 14px; }

  .featured-article-box-content {
    padding: 10px 15px; }

  .featured-article-box {
    min-height: 250px; }

  .featured-article-box-content h2, .featured-article-box-content .h2 {
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1.2em; }

  .featured-article-box-content p {
    margin-bottom: 0;
    line-height: 1.2em; } }
@media only screen and (max-width: 480px) {
  .deals-page .deals-info h1, .deals-page .deals-info .h1 {
    font-size: 28px;
    line-height: 32px; }

  .deals-section-wrapper .deals-head form input[type="email"] {
    width: 100%;
    margin-bottom: 10px; }

  .deals-section-wrapper .deals-head form input[type="submit"] {
    width: 100%;
    margin-left: 0; }

  .deals-page .deals-info {
    padding-bottom: 15px; }

  .same-style-details h5, .same-style-details .h5 {
    font-size: 10px; } }
/************************** New Article page ***************************/
.article-container-content {
  line-height: 20px; }

.article-container-content img {
  max-width: 100% !important; }

.article-container-content p {
  margin-bottom: 11px; }

.article-container-content ul {
  list-style: square;
  margin-left: 15px; }

.article-container-content blockquote {
  border-left: 8px solid #6A58C4;
  font-family: 'Merriweather-Regular';
  font-size: 1.35em;
  line-height: 1.8em;
  padding: 5px 30px; }

.article-feaured-image {
  margin-bottom: 10px; }

.article-feaured-image img {
  width: 100%;
  display: block; }

.article-feaured-content .breadcrumb a {
  font-style: normal;
  color: #2f80ed; }

.article-index {
  background: #F8F8F9; }

.article-index-inner {
  border: 1px solid #bababa;
  border-top: none;
  padding-top: 10px; }

.article-index.is_stuck {
  margin-top: 10px; }

.article-index h4, .article-index .h4 {
  background: #6A58C4;
  color: #fff;
  padding: 5px 15px 2px 15px;
  font-family: 'Poppins-Regular';
  margin-bottom: 0; }

.article-index ol {
  padding: 0 8px 8px 7px;
  list-style-type: upper-roman;
  margin-bottom: 0; }

.article-index ol li {
  padding: 2px 3px;
  border-bottom: 0px solid #E0E0E0;
  font-size: 13px;
  line-height: 14px; }

.article-index ol li a {
  color: #024FAC; }

.article-index ol li a:hover {
  text-decoration: underline; }

.article-index ol ol {
  list-style-type: lower-alpha;
  margin-left: 10px; }

.article-index ol ol li {
  border-bottom: 0px solid #E0E0E0;
  padding: 2px; }

.article-index li.current a {
  color: #000;
  font-family: 'Poppins-SemiBold'; }

.sidebar-section-header {
  font-family: 'Merriweather-Bold';
  border-bottom: 1px solid #4F4F4F;
  padding-bottom: 5px;
  margin-bottom: 30px; }

.sidebar-section-wrapper {
  margin-bottom: 50px; }

.small-single-article-wrapper {
  margin-bottom: 10px; }

.small-single-article-wrapper .article-excerpt {
  padding-left: 15px;
  font-family: 'Poppins-Regular';
  line-height: 1.4em; }

.small-single-article-wrapper .article-excerpt a {
  color: #393939; }

.article-navigation {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #E0E0E0; }

.article-navigation div.previous-article {
  padding-left: 18px; }

.article-navigation div.next-article {
  padding-right: 18px; }

.article-navigation a {
  color: #6A58C4; }

.related-article-wrapper h2, .related-article-wrapper .h2 {
  font-family: 'Merriweather-Regular';
  background: #6A58C4;
  color: #fff;
  padding: 10px 20px; }

.article-purple-box {
  background: #6A58C4;
  color: #fff;
  padding: 20px 25px;
  margin: 20px 0;
  font-style: italic;
  font-size: 1.1em;
  line-height: 1.5em;
  font-family: 'Poppins-Regular';
  text-align: center; }

.how-it-work-series {
  margin: 15px 0; }

.how-it-work-series h3, .how-it-work-series .h3 {
  font-family: 'Merriweather-Regular';
  color: #4F4F4F;
  border-bottom: 2px solid #4F4F4F; }

.how-it-work-series ul {
  list-style: none; }

.how-it-work-series ul li::before {
  content: '\002022';
  color: #2663A0;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.5em;
  font-size: 2.2em;
  position: relative;
  top: 6px;
  line-height: 1em; }

.how-it-work-series ul li a {
  color: #2663A0; }

/************ Cartpop ******************/
.cartpop-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.cartpop {
  background: #fff;
  max-width: 740px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px; }

.cartpopo-buttons {
  text-align: right;
  margin: 18px 25px 0;
  overflow: hidden; }

.cartpopo-buttons .btn {
  float: right;
  margin-bottom: 0;
  border-radius: 6px; }

.cartpopo-buttons .btn.to_cart {
  background: #6abd13;
  font-family: 'Poppins-Regular';
  letter-spacing: 0.01em; }

.cartpopo-buttons .btn.continue__shopping {
  background: #DFDFE1;
  color: #383157;
  font-family: 'Poppins-Light';
  letter-spacing: 0.01em;
  margin-right: 15px; }

.cartpop .popcart-right .buy-with {
  padding-top: 15px; }

.cartpop {
  padding: 20px 0; }

.cartpop h3, .cartpop .h3 {
  color: #4F4596;
  font-size: 20px;
  padding-left: 30px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/bullet-dark-blue-round-tick.png?v=6446888004874249101) center left no-repeat transparent;
  background-size: 20px auto;
  margin: 0 25px 15px; }

.cartpop > h4, .cartpop > .h4 {
  color: #2b5e8d;
  font-size: 18px;
  line-height: 28px;
  padding-left: 30px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/tick-blue.png?v=68032894475202419251645983680) center left no-repeat transparent; }

.cart-last-item {
  overflow: hidden;
  background: #DFDFE1;
  padding: 10px 25px 3px; }

.cart-last-item .cart-last-item-image {
  float: left;
  width: 100px; }

.cart-last-item .cart-last-item-image img {
  max-width: 100%;
  mix-blend-mode: multiply; }

.cart-last-item .cart-last-item-info {
  float: left;
  width: 590px;
  color: #393939;
  padding-top: 20px; }

.cart-last-item .cart-last-item-info h4, .cart-last-item .cart-last-item-info .h4 {
  font-family: 'Poppins-SemiBold';
  font-size: 14px;
  margin-bottom: 0; }

.cart-last-item .cart-last-item-info h5, .cart-last-item .cart-last-item-info .h5 {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  margin-bottom: 0; }

.cart-last-item .cart-last-item-info div {
  font-family: 'Poppins-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.cart-last-item .cart-last-item-info div span {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  line-height: 27px;
  display: inline-block;
  margin-left: 15px;
  float: right;
  color: #383157; }

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

.also-bought span.buy-with-title {
  font-family: 'Poppins-Light';
  font-size: 11px;
  color: #393939;
  display: block;
  line-height: 13px;
  min-height: 40px; }

.also-bought .buy-with-price {
  color: #F7981D;
  font-family: 'Poppins-SemiBold';
  font-size: 14px; }

.also-bought .buy-with-price span {
  display: inline-block;
  margin-left: 20px;
  color: #C4C4C4;
  text-decoration: line-through; }

.also-bought .btn {
  background: #6CBE00;
  font-family: 'Poppins-Light';
  font-size: 11px;
  padding: 5px;
  width: 100%;
  border-radius: 0; }

.pop-frequently-bought {
  padding: 0 30px 15px 70px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E9ECEF;
  overflow: hidden; }

.pop-linked-product-wrapper {
  padding-top: 15px;
  padding-left: 30px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/pop-dots.png?v=6427820959273979057) left top no-repeat transparent;
  background-size: auto 100px;
  overflow: hidden; }

.pop-linked-product-wrapper h4, .pop-linked-product-wrapper .h4 {
  color: #4F4596;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px; }

.pop-product-img {
  float: left;
  width: 115px;
  display: block; }

.pop-product-detail {
  float: left;
  width: 350px; }

.pop-product-detail h5, .pop-product-detail .h5 {
  font-size: 14px;
  line-height: 24px;
  color: #383157;
  margin-bottom: 5px; }

.pop-product-detail p {
  margin-bottom: 5px; }

.pop-product-addtocart {
  float: right;
  padding-top: 50px; }

.pop-product-addtocart .pop_add {
  display: inline-block;
  padding: 5px 10px;
  background: #4F4596;
  color: #fff;
  border-radius: 6px;
  cursor: pointer; }

.pop-product-addtocart .pop_add.added {
  background: #DFDFE1;
  color: #000; }

.linked-price {
  color: #4E4598;
  display: inline-block;
  padding-right: 15px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Poppins-SemiBold'; }

.linked-was-price {
  font-size: 14px;
  line-height: 24px;
  color: #ADB5BD;
  text-decoration: line-through;
  display: inline-block;
  padding-right: 15px; }

.linked-save {
  font-size: 14px;
  line-height: 24px;
  color: #6FCF97; }

.cartpop-close {
  font-family: 'Poppins-SemiBold';
  display: inline-block;
  float: right;
  cursor: pointer;
  margin: 5px 10px 0 0; }

@media only screen and (max-width: 991px) {
  .cartpop {
    max-width: 700px; }

  .cart-last-item .cart-last-item-image {
    width: 70px; }

  .cart-last-item .cart-last-item-info {
    width: 300px; } }
@media only screen and (max-width: 767px) {
  .cartpop {
    max-width: 100%;
    width: 90%;
    box-shadow: inset 0px 11px 8px -10px #CCC; }

  .cartpopo-buttons {
    border-bottom: none;
    margin-top: 20px; }

  .cartpopo-buttons .btn.view__cart {
    background: #6abd13; }

  .cartpop-close {
    margin: 0; }

  .cartpopo-buttons .btn.continue__shopping {
    font-size: 14px; }

  .cart-last-item .cart-last-item-info h4, .cart-last-item .cart-last-item-info .h4 {
    font-size: 12px; }

  .cart-last-item .cart-last-item-info div {
    font-size: 12px; }

  .cart-last-item .cart-last-item-info div span {
    font-size: 11px; } }
@media only screen and (max-width: 480px) {
  .cart-last-item .cart-last-item-image,
  .pop-product-img {
    width: 92px;
    padding-right: 12px; }

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

  .cart-last-item .cart-last-item-info {
    width: calc(100% - 92px);
    padding-top: 0; }

  .cartpopo-buttons {
    margin-top: 10px; }

  .cartpop h3, .cartpop .h3 {
    color: #4f4596;
    font-size: 14px;
    line-height: 24px;
    margin: 0 25px 15px; }

  .cart-last-item .cart-last-item-info div span {
    font-size: 14px; }

  .pop-product-detail .h5, .pop-product-detail h5, .pop-product-detail .h5 {
    font-size: 12px;
    line-height: 22px; }

  .pop-frequently-bought {
    padding: 10px 25px 15px; }

  .pop-linked-product-wrapper {
    padding-left: 0;
    background: none; }

  .pop-linked-product-wrapper h4, .pop-linked-product-wrapper .h4 {
    margin-bottom: 15px; }

  .pop-product-detail {
    width: calc(100% - 92px); }

  .linked-price {
    font-size: 14px; }

  .linked-was-price,
  .linked-save {
    display: none; }

  .pop-product-addtocart {
    margin-top: -35px;
    padding: 0; }

  .cartpopo-buttons .btn {
    float: none; }

  .cartpopo-buttons .btn.to_cart {
    width: 100%;
    margin-bottom: 10px; }

  .cartpopo-buttons .btn.continue__shopping {
    width: 100%; } }
/************ Drop Cart ******************/
.heaer-main, .header-bar {
  position: relative; }

.drop-cart {
  display: none;
  position: absolute;
  right: 0;
  top: 42px;
  background: #fff;
  width: 400px;
  padding: 10px;
  border: 1px solid #BDBDBD;
  z-index: 9999;
  -webkit-box-shadow: 7px 9px 6px -1px rgba(224, 224, 224, 0.8);
  -moz-box-shadow: 7px 9px 6px -1px rgba(224, 224, 224, 0.8);
  box-shadow: 7px 9px 6px -1px rgba(224, 224, 224, 0.8); }

.drop-cart.open {
  display: block; }

.ajaxcart__product {
  position: relative; }

.empty-cart {
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
  color: #ED8231; }

.drop-cart-header {
  color: #4F4596;
  font-size: 16px;
  padding: 10px 10px 5px 10px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 5px;
  font-family: 'Poppins-SemiBold'; }

.drop-cart-free-gift {
  padding: 0 10px 10px 10px; }

.drop-cart-free-gift p {
  margin-bottom: 0; }

.drop-cart form {
  margin-bottom: 0; }

.ajaxcart__product-name, .ajaxcart__product-meta {
  display: block;
  font-size: 12px;
  color: #393939 !important;
  font-family: 'Poppins-Medium';
  text-transform: capitalize; }

.ajaxcart__product-name + .ajaxcart__product-meta {
  padding-top: 0px; }

.ajaxcart__product-name {
  font-family: 'Poppins-bold';
  color: #6CBE00;
  margin-right: 25px; }

.ajaxcart__product-meta {
  font-family: 'Poppins-Regular'; }

.ajaxcart__quantity {
  display: inline-block;
  margin-left: 20px;
  text-transform: none; }

.ajaxcart__row {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e9e9e9; }

.ajaxcart__remove-item {
  font-family: 'Poppins-Regular';
  position: absolute;
  right: 8px;
  top: 0px;
  cursor: pointer; }

.ajaxcart__product-image {
  margin-bottom: 0; }

.ajaxcart__inner {
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto; }

.drop-cart {
  padding: 0;
  text-align: left; }

.ajaxcart__inner {
  padding: 0 10px 10px 10px;
  margin-bottom: 10px; }

.ajaxcart__footer {
  padding: 10px;
  border-top: 1px solid #BDBDBD;
  box-shadow: inset 0px 11px 8px -10px #CCC; }

.ajaxcart__subtotal {
  text-align: right;
  font-size: 18px;
  font-family: 'Poppins-Bold';
  margin-bottom: 5px; }

.ajaxcart__subtotal span {
  color: #D61B31;
  display: inline-block;
  margin-left: 15px; }

.ajaxcart__view-cart {
  background: #FFC700;
  text-transform: uppercase;
  padding: 12px;
  font-size: 18px;
  font-family: 'Poppins-Bold';
  color: #393939; }

.ajaxcart__view-cart:hover {
  background: #FFDC62;
  color: #393939; }

.ajaxcart__free-shipping {
  text-align: right;
  color: #6CBE00;
  font-family: 'Poppins-Regular';
  margin-bottom: 5px; }

@media only screen and (max-width: 1023px) {
  .ajaxcart__row {
    text-align: left; } }
@media only screen and (max-width: 480px) {
  .drop-cart {
    width: 350px;
    top: 36px; }

  .ajaxcart__remove-item {
    display: none; } }
@media only screen and (max-width: 360px) {
  .drop-cart {
    width: 300px; } }
/************* Manual count down *********/
.manual-count-down-wrapper {
  padding: 8px 0;
  background: #ff2800;
  text-align: center; }

.manual-count-down-wrapper.product {
  background: #fff0f0;
  border-radius: 6px;
  color: #A20303; }

.manual-count-down-wrapper.product .count__down,
.manual-count-down-wrapper.product .count__down span,
.manual-count-down-wrapper.product .flash-sale-text {
  color: #A20303; }

.manual-count-down-wrapper.product .wrapper {
  padding: 0 8px !important; }

.manual-count-down-wrapper.cart {
  margin-top: 20px;
  background: #FFF0F0;
  background-size: 20px auto;
  text-align: left;
  border-radius: 6px; }

.manual-count-down-wrapper.cart .wrapper {
  padding: 0 10px;
  text-align: center; }

.manual-count-down-wrapper.cart .flash-sale-text {
  text-align: center;
  color: #A20303;
  top: 0px;
  display: block;
  padding-left: 0; }

.manual-count-down-wrapper.cart .count__down {
  color: #A20303;
  top: 1px; }

.manual-count-down-wrapper.cart .count__down span {
  color: #A20303; }

.count__down {
  display: inline-block;
  text-align: left;
  color: #ffffff;
  position: relative;
  top: 0px; }

.count__down div {
  display: inline-block;
  padding-right: 3px;
  line-height: 1.5em;
  font-family: 'Poppins-SemiBold';
  font-size: 18px; }

.count__down div span {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
  position: relative;
  top: -2px; }

.flash-sale-text {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  top: -3px; }

.flash-sale-text b {
  font-family: 'Poppins-SemiBold';
  text-decoration: underline; }

.count-down-link {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  top: -3px; }

.count-down-link a {
  display: inline-block;
  padding: 4px 15px;
  font-weight: bold;
  background: #ffee00;
  font-size: 12px;
  color: #e9300e;
  border-radius: 30px; }

.expired-offer {
  color: red; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .manual-count-down-wrapper.cart .flash-sale-text {
    font-size: 12px; } }
@media only screen and (max-width: 480px) {
  .count-down-link {
    padding-left: 0;
    margin-top: 5px; }

  .manual-count-down-wrapper .flash-sale-text {
    margin-top: 5px; }

  .flash-sale-text {
    text-align: center;
    font-size: 12px; } }
/****** Product right bar *****/
.product-right-bar-section {
  border: 1px solid #BDBDBD;
  padding: 8px 6px;
  margin-bottom: 15px;
  overflow: hidden; }

.five-star-reviews img {
  float: left;
  max-width: 65px; }

.five-star-reviews span {
  float: left;
  font-family: 'Poppins-Medium';
  font-size: 9px;
  color: #000;
  display: inline-block;
  margin-left: 5px; }

.product-right-bar-section.number-of-sold-item {
  padding: 2px 4px; }

.number-of-sold-item img {
  float: left;
  max-width: 65px; }

.number-of-sold-item span {
  float: left;
  font-family: 'Poppins-Medium';
  font-size: 9px;
  color: #000;
  display: inline-block;
  margin-left: 5px;
  line-height: 4em; }

.product-amenities ul {
  padding: 0;
  margin: 0; }

.product-amenities ul li {
  font-size: 10px;
  font-family: 'Poppins-Regular';
  background-size: 25px auto !important;
  margin-bottom: 10px;
  line-height: 1.2em;
  padding: 3px 0 3px 35px; }

.product-amenities ul li span {
  font-family: 'Poppins-Medium'; }

.product-amenities ul li p {
  margin-bottom: 0; }

.product-amenities .aminities-free-shipping {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-free-shipping.png?v=180946597296649001331645983563) left center no-repeat transparent; }

.product-amenities .aminities-buy-with {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-buy-with.png?v=162967047030246351331645983562) left center no-repeat transparent; }

.product-amenities .aminities-recycle {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-recycle.png?v=78109615727079685511645983566) left center no-repeat transparent; }

.product-amenities .aminities-support {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-support.png?v=84677841927122216041645983569) left center no-repeat transparent; }

.love-us img {
  float: left;
  max-width: 65px;
  width: 20%; }

.love-us span {
  float: left;
  width: 75%;
  font-family: 'Poppins-Regular';
  font-size: 9px;
  color: #000;
  display: inline-block;
  margin-left: 5px;
  line-height: 1.3em; }

.love-us span a {
  background: #FFD950;
  font-size: 7px;
  color: #393939;
  display: inline-block;
  padding: 0 3px; }

.love-us span a:hover {
  color: #393939; }

.product-testimonials {
  overflow-y: scroll;
  height: 240px; }

.product-testimonials h4, .product-testimonials .h4 {
  font-size: 13px;
  font-family: 'Merriweather', serif; }

.single-product-testimonial {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bdbdbd; }

.product-testimonials .single-product-testimonial:last-child {
  border-bottom: 0px solid #bdbdbd; }

.single-product-testimonial p {
  font-style: italic;
  margin-bottom: 3px;
  font-size: 10px;
  line-height: 1.4em;
  font-family: 'Poppins-Light'; }

.single-product-testimonial .client-starts {
  overflow: hidden;
  padding: 5px 0; }

.single-product-testimonial .client-starts img {
  max-width: 65px;
  float: left; }

.single-product-testimonial .client-starts span {
  color: #6A58C4;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
  float: left;
  line-height: 1em; }

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .five-star-reviews img, .number-of-sold-item img {
    max-width: 45px; }

  .five-star-reviews span, .number-of-sold-item span {
    font-size: 7px; } }
/*** floating  cart button *****/
.mobile-checkout {
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: inset 0px 11px 8px -10px #CCC; }

.mobile-checkout .floating-total {
  font-family: 'Poppins-Regular';
  font-size: 14px;
  color: #393939;
  margin-bottom: 5px; }

.mobile-checkout .floating-total span {
  float: right;
  color: #D61B31; }

.mobile-checkout .btn {
  width: 100%;
  background-color: #6CBE00;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  text-transform: uppercase; }

.jdgm-preview-badge .jdgm-star {
  color: #ffc700 !important; }

.editor-choice-and-review {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BDBDBD; }

.editor-choice {
  float: left;
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid #bdbdbd;
  margin-right: 15px; }

.editors-choice-wrapper {
  font-size: 13px; }

.editors-choice {
  padding: 3px 10px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 13px;
  line-height: 1.3em;
  background: #494949;
  color: #fff;
  border: 0;
  outline: 0;
  display: inline-block;
  transform: skew(-25deg); }

.editors-choice span {
  display: inline-block;
  transform: skew(25deg); }

.editors-choice-wrapper a {
  color: #2663A0;
  font-weight: bold; }

.price-label {
  display: inline-block;
  min-width: 70px; }

.product-single .review-ratting-wrapper {
  float: left; }

.review-ratting-wrapper {
  float: none;
  padding-bottom: 5px; }

/*************** Herbs landing page ********/
.herb-banner-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/herb-banner.jpg?v=183664560108276318441645983556) center center no-repeat transparent;
  background-size: cover;
  padding: 40px 0;
  margin-top: -10px; }

.herb-banner-wrapper.herbs1 {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/herb-2-banner.jpg?v=123392296596497728821645983555) top center no-repeat transparent; }

.ij-features-wrapper {
  color: #fff;
  padding-right: 60px; }

.ij-features-wrapper h2, .ij-features-wrapper .h2 {
  font-size: 22px; }

.color-orange {
  color: #FFC700; }

ul.ij-features {
  font-size: 17px; }

ul.ij-features li {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/orange-tick.png?v=33072830297370249861645983616) top 1px left no-repeat transparent;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.3em; }

ul.ij-features li span {
  font-family: 'Poppins-Bold'; }

.tram-pham-wrapper {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 20px 0 30px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.tram-pham-wrapper .left {
  width: 75%; }

.tram-pham-wrapper .right {
  width: 25%; }

.tram-pham-wrapper h2, .tram-pham-wrapper .h2 {
  margin-top: 20px;
  color: #6A58C4;
  font-weight: bold;
  margin-bottom: 5px; }

.tram-pham-wrapper h5, .tram-pham-wrapper .h5 {
  margin-bottom: 5px;
  color: #6A58C4; }

.tram-pham-wrapper h5 span, .tram-pham-wrapper .h5 span {
  color: #6CBE00; }

.tram-pham-wrapper img {
  display: block;
  margin-top: -24px; }

.tram-pham-wrapper p span {
  font-family: 'Poppins-SemiBold'; }

.ij-features-wrapper1 {
  background: #F1EAFF;
  padding: 20px;
  margin-top: 80px;
  margin-left: 70px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }

.ij-features-wrapper1 h2, .ij-features-wrapper1 .h2 {
  font-size: 22px;
  color: #6A58C4;
  line-height: 1.3em;
  margin-bottom: 15px; }

ul.ij-features1 {
  color: #363636;
  margin-bottom: 0; }

ul.ij-features1 li {
  padding-left: 80px;
  font-size: 15px;
  margin-bottom: 15px; }

ul.ij-features1 li span {
  font-family: 'Poppins-Bold'; }

ul.ij-features1 li.lightproof {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/lightproof.png?v=84470000016513450041645983599) left center no-repeat transparent; }

ul.ij-features1 li.airtight {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/airtight.png?v=96801058204771353871645983476) left center no-repeat transparent; }

ul.ij-features1 li.thick {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/thik-european.png.png?v=37991910468525675221645983679) left center no-repeat transparent; }

.tram-bio-wrapper {
  background: #F1EAFF;
  padding: 20px;
  margin-top: 80px;
  margin-right: 70px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px; }

.tram-bio {
  font-size: 12px;
  color: #393939;
  line-height: 1.5; }

.tram-bio span {
  font-family: 'Poppins-Bold'; }

.tram-bio .quote-first {
  max-width: 22px;
  padding-right: 5px; }

.tram-bio .quote-last {
  max-width: 22px;
  padding-left: 5px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.tram-bio-wrapper h3, .tram-bio-wrapper .h3 {
  margin-bottom: 0;
  margin-top: 25px;
  color: #6A58C4;
  font-size: 20px; }

.tram-bio-wrapper p {
  margin-bottom: 0;
  color: #6A58C4;
  font-size: 12px;
  font-family: 'Poppins-Bold'; }

.tram-bio-wrapper p span {
  color: #6CBE00;
  text-transform: uppercase; }

.tram-bio-image {
  position: relative;
  bottom: -20px;
  float: right; }

.glass-jar-header {
  font-size: 20px;
  font-family: 'Poppins-Bold';
  padding: 15px 10px;
  text-align: center;
  background-image: linear-gradient(#ffc700, #ff9900);
  color: #383157;
  border-radius: 10px;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 1em;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); }

.glass-jar-body {
  background: #fff;
  padding: 10px 20px 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: inset 0px 11px 8px -10px #CCC; }

.glass-jar-body h4, .glass-jar-body .h4 {
  color: #363636;
  line-height: 1.5em;
  text-align: center;
  font-weight: 400; }

.glass-jar-body h4 span, .glass-jar-body .h4 span {
  color: #6CBE00; }

.glass-jar-body a {
  display: block;
  background: #47D608;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  font-family: 'Poppins-Regular';
  line-height: 1em;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.herb-spacial-offer-wrapper {
  background: #A20303; }

.herb-spacial-offer {
  text-align: center; }

.offer-title {
  background: #FFC700;
  display: inline-block;
  padding: 10px 20px 8px;
  color: #A20303;
  font-size: 24px;
  font-family: 'Poppins-Bold'; }

.offer-title img {
  vertical-align: middle;
  max-width: 40px; }

.offer-text {
  display: inline-block;
  padding: 10px 20px 8px;
  font-size: 24px;
  font-family: 'Poppins-Bold';
  color: #fff; }

.offer-text span {
  color: #FAFF00; }

.why-infinity-wrapper {
  margin: 50px 0; }

.why-infinity-wrapper h2, .why-infinity-wrapper .h2 {
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #383157;
  margin-bottom: 30px; }

.why-infinity-box {
  background: #FDFDFD;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px 15px 15px;
  text-align: center; }

.why-infinity-box h3, .why-infinity-box .h3 {
  color: #393939; }

.why-infinity-box p {
  color: #363636; }

.why-infinity-box img {
  mix-blend-mode: multiply; }

.best-style-wrapper {
  margin: 50px 0; }

.best-style-wrapper h2, .best-style-wrapper .h2 {
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #383157;
  margin-bottom: 30px; }

.best-style-box {
  text-align: center; }

.best-style-box h4, .best-style-box .h4 {
  font-size: 14px;
  line-height: 1.3em;
  color: #393939;
  min-height: 36px; }

.best-style-box a.btn {
  display: block;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #4F4596;
  font-size: 14px;
  font-family: 'Poppins-Regular'; }

.real-blogger-review-wrapper {
  margin: 50px 0;
  padding: 50px 0;
  background: #F9F9F9; }

.real-blogger-review-head {
  text-align: center;
  margin-bottom: 30px; }

.real-blogger-review-head h2, .real-blogger-review-head .h2 {
  font-size: 26px;
  line-height: 44px;
  color: #383157; }

.real-blogger-review-box {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/single-quote.png?v=744425034817560331645983659) left top no-repeat transparent;
  padding-left: 30px;
  font-style: italic; }

.real-blogger-review-box p {
  font-size: 12px;
  color: #393939; }

.real-blogger-review-box h5, .real-blogger-review-box .h5 {
  font-size: 14px; }

.infinity-compare-wrapper {
  margin: 50px 0;
  text-align: center; }

.infinity-compare-wrapper h2, .infinity-compare-wrapper .h2 {
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #383157;
  margin-bottom: 0px; }

.infinity-compare-wrapper img {
  max-width: 800px;
  margin-bottom: 20px;
  width: 100%; }

.infinity-compare-wrapper div {
  max-width: 800px;
  margin: 0 auto 20px; }

.infinity-compare-wrapper a.btn {
  background: #4F4596;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 10px 50px;
  font-family: 'Poppins-Regular'; }

.infinity-use-wrapper {
  margin: 50px 0; }

.infinity-use-wrapper h2, .infinity-use-wrapper .h2 {
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #383157;
  margin-bottom: 30px; }

.infinity-use-carousel {
  padding: 0 40px; }

.infinity-use-carousel .owl-nav {
  position: absolute;
  top: 45%;
  margin-left: -40px;
  margin-right: -40px;
  width: 100%;
  z-index: -1; }

.infinity-use-carousel .owl-nav .owl-next {
  float: right; }

/********** Header and home page july 2019 ********/
.header-top-free-quote-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/top-bg.jpg?v=4187938098588410721645983682) left top repeat-x #f7f7f7; }

.header-top-free-quote-wrapper .free-quote-left,
.header-top-free-quote-wrapper .free-quote-right {
  display: block; }

.header-top-free-quote-wrapper .uv-filter-text {
  display: inline-block;
  max-width: 490px;
  margin-top: 12px;
  vertical-align: middle; }

.header-top-free-quote-wrapper a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #2663A0;
  font-family: 'Poppins-Bold';
  padding-left: 15px;
  position: relative;
  top: 3px; }

.bullet-top-bar-wrapper {
  background: #6A58C4;
  padding: 9px 0 5px; }

.bullet-top-bar-wrapper ul.site-features {
  list-style: none;
  margin: 0;
  padding: 0; }

.bullet-top-bar-wrapper ul.site-features li {
  float: left;
  margin-right: 16px;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-family: 'Poppins-Regular';
  padding-left: 20px; }

.bullet-top-bar-wrapper ul.site-features li.free_shipping {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/delivery-truck.png?v=6166323296004330893) left center no-repeat transparent;
  background-size: 14px auto; }

.bullet-top-bar-wrapper ul.site-features li.money_back {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/dollar.png?v=10116218289195798874) left center no-repeat transparent;
  background-size: 14px auto; }

.bullet-top-bar-wrapper ul.site-features li.item_sold {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/star.png?v=14968967568220263787) left center no-repeat transparent;
  background-size: 14px auto; }

.bullet-top-bar-wrapper ul.site-features li.worldwide_shipping {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/plane.png?v=8222466552283425065) left center no-repeat transparent;
  background-size: 14px auto; }

.bullet-top-bar-call {
  float: right;
  font-size: 10px;
  line-height: 15px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-telephone-white.png?v=409923451018441703) left center no-repeat transparent;
  background-size: 14px auto;
  color: #fff;
  font-family: 'Poppins-Regular';
  padding-left: 20px; }

.bullet-top-bar-call a {
  color: #fff;
  font-weight: bold; }

@media screen and (max-width: 1280px) {
  .header-top-free-quote-wrapper .uv-filter-text {
    max-width: 440px; }

  .header-top-free-quote-wrapper a {
    font-size: 14px; }

  .bullet-top-bar-call {
    display: none; } }
@media screen and (max-width: 1023px) {
  .header-top-free-quote-wrapper,
  .bullet-top-bar-wrapper {
    display: none; } }
/* #Tabs
================================================== */
ul.tabs {
  display: block;
  margin: 10px 0 10px 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
  border-top: 0;
  list-style: none outside;
  margin-left: 0; }

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

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

ul.tabs li a.active {
  background-color: #999;
  height: 30px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-right-width: 1px;
  margin: 0 -1px 0 0;
  color: #393939;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

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

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

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

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

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

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

ul.tabs:after {
  clear: both; }

ul.tabs {
  zoom: 1; }

ul.tabs .break:before {
  content: "\A";
  white-space: pre;
  height: 5px;
  display: block;
  border-top: 1px solid #ddd; }

.tab-slider {
  position: relative;
  margin: 25px 0 60px; }

.tab-slider .tabs-content img {
  max-width: 100%; }

.tab-slider ul.tabs {
  border-bottom: none;
  margin: 0;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  background: #4F4F4F;
  height: 43px;
  overflow: hidden; }

.tab-slider ul.tabs li {
  font-weight: normal;
  float: left; }

.tab-slider ul.tabs li a {
  height: auto;
  border: none;
  background: #4F4F4F;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 11px 32px;
  border-right: 1px solid #fff; }

.tab-slider ul.tabs li a.active {
  height: auto;
  border: none;
  background: #E8E6E6;
  color: #393939;
  height: auto;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.tab-slider ul.tabs li:last-child a {
  border-right: none; }

.site-main-feature-wrapper {
  margin-bottom: 25px; }

.site-main-features {
  background: #E7F2FF;
  padding: 12px 0; }

.site-main-features-inner {
  font-family: 'Poppins-Light';
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
  padding: 10px 15px;
  border-right: 0.5px solid #BDBDBD; }

.site-main-features-inner span {
  font-family: 'Poppins-SemiBold'; }

.site-main-features-inner a {
  display: block;
  color: #1962C4;
  text-decoration: underline; }

.site-main-features-inner.last {
  border-right: none; }

.best-jar-styles-wrapper {
  margin-bottom: 25px;
  background: #F8F8F8;
  padding: 30px 0; }

.best-jar-styles-header {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.01em;
  font-family: 'Poppins-SemiBold'; }

.best-jar-styles-header select {
  display: inline-block;
  width: auto;
  color: #6A58C4;
  background-color: #F8F8F8;
  border: none;
  border-bottom: 1px solid #393939;
  padding: 3px 25px 2px 0;
  font-style: italic;
  font-size: 28px;
  font-family: 'Poppins-SemiBold'; }

.alternate-product-grid {
  text-align: center; }

.alternate-product-grid-title a {
  color: #393939;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em; }

.alternate-product-grid .grid-link__meta {
  font-size: 24px; }

/******* Home 2 ************/
.home-banner-section {
  margin-bottom: 25px; }

.home-2-main-banner img,
.home-2-small-banner img {
  display: block; }

.home-2-small-banner {
  margin-bottom: 15px; }

.home-2-small-banner.last {
  margin-bottom: 0; }

.home-2-about-wrapper {
  margin-bottom: 25px; }

.home-2-about-image img {
  display: block;
  max-width: 100%; }

/******* Home 3 ************/
.list-style-banner-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/list-style-banner-bg.jpg?v=7126157683299234374) center center no-repeat transparent;
  padding: 30px 0;
  margin-top: -11px; }

.keep-fresh {
  background: #F3F3F3;
  padding: 30px 12px 12px;
  text-align: center;
  margin-top: 60px; }

.keep-fresh h3, .keep-fresh .h3 {
  font-family: 'Poppins-Bold';
  font-size: 22px;
  line-height: 30px;
  color: #6A58C4; }

.keep-fresh p {
  font-size: 12px;
  line-height: 20px; }

.keep-fresh img {
  mix-blend-mode: multiply; }

.bottle-style {
  background: #FBFBFB;
  padding: 12px;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px; }

.bottle-style h2, .bottle-style .h2 {
  font-family: 'Poppins-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #6A58C4;
  margin-bottom: 0;
  margin-top: 15px; }

.bottle-style .hero-inner-text {
  padding-left: 0; }

.bottle-style a.btn {
  margin: 15px 0;
  font-family: 'Poppins-Bold';
  padding: 8px 90px; }

.stand-out {
  background: #F3F3F3;
  padding: 30px 12px 12px;
  text-align: center;
  margin-top: 60px; }

.stand-out h3, .stand-out .h3 {
  font-family: 'Poppins-Bold';
  font-size: 22px;
  line-height: 30px;
  color: #6A58C4; }

.stand-out img {
  mix-blend-mode: multiply;
  margin-bottom: 10px; }

.get-a-quote-wrapper {
  background: #6A58C4;
  padding: 15px 0 20px;
  margin-bottom: 30px; }

.uv-filter-div {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  font-family: 'Poppins-Regular';
  padding-right: 15px; }

.uv-filter-div span {
  display: inline-block;
  font-family: 'Poppins-Bold';
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/free-quote-u.png?v=10549093932431911193) center bottom no-repeat transparent;
  line-height: 40px;
  padding-bottom: 2px;
  background-size: 350px auto; }

.free-quote-wrapper {
  padding: 2px 0 0 15px; }

.free-quote-wrapper a.btn {
  background: #FFC700;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: 'Poppins-SemiBold';
  padding: 10px 30px; }

/**************** Product right sidebar *************/
.product-right-sidebar {
  border: 1px solid #DEE2E6;
  margin-bottom: 10px;
  padding: 20px 15px;
  border-radius: 6px; }

.product-right-sidebar .product-features {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DEE2E6; }

.product-right-sidebar .product-features h3, .product-right-sidebar .product-features .h3 {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Merriweather-Bold';
  margin-bottom: 10px; }

.product-right-sidebar .product-features ul {
  font-size: 10px;
  line-height: 16px;
  color: #494949;
  margin-bottom: 0; }

.product-right-sidebar .product-features ul li {
  background-size: 11px auto;
  padding-left: 18px;
  margin-bottom: 6px; }

.product-right-sidebar .dimensions {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #BDBDBD; }

.product-right-sidebar .dimensions h3, .product-right-sidebar .dimensions .h3 {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Merriweather-Bold';
  margin-bottom: 10px; }

.product-right-sidebar .dimensions ul {
  font-size: 10px;
  line-height: 16px;
  color: #494949;
  margin-bottom: 0;
  font-family: 'Poppins-Regular';
  list-style: disc;
  margin-left: 10px; }

.product-right-sidebar .dimensions ul li {
  margin-bottom: 6px; }

.product-right-sidebar .dimensions ul li span {
  font-family: 'Poppins-SemiBold'; }

.product-right-sidebar .ideal-for-storing h3, .product-right-sidebar .ideal-for-storing .h3 {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Merriweather-Bold';
  margin-bottom: 10px; }

.ideal-for-storing .product-features ul li {
  float: left;
  width: 49%; }

.product-right-sidebar .ideal-for-storing .product-features {
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none; }

.mobile-dimensions ul {
  list-style: disc;
  margin-left: 15px; }

.care-instruction {
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  padding: 15px 10px 10px;
  position: relative; }

.care-instruction-title {
  display: inline-block;
  padding: 0 15px 0 15px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: -12px;
  font-family: 'Poppins-SemiBold'; }

.care-instruction ul li {
  float: left;
  width: 33%;
  padding-left: 65px;
  min-height: 45px; }

.care-instruction ul li.dishwashar {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/dishwasher.png?v=14172000113973903008) left 10px center no-repeat transparent;
  background-size: 45px auto; }

.care-instruction ul li.handwash {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/washing-hands.png?v=7835354439235171654) left 10px center no-repeat transparent;
  background-size: 45px auto; }

.care-instruction ul li.tempature {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/temperature.png?v=16087557198568249668) left 10px center no-repeat transparent;
  background-size: 45px auto; }

.care-instruction ul {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 16px;
  text-transform: capitalize; }

.save-an-gurantee {
  background: #EDFCDA;
  overflow: hidden;
  margin-bottom: 15px; }

.save-text {
  float: left;
  width: 50%;
  padding: 20px 20px 10px;
  text-align: center;
  /*! font-size: 14px; */
  line-height: 22px; }

.save-text span {
  display: inline-block;
  color: #fff;
  background: #6DBE00;
  padding: 0px 5px;
  font-weight: bold; }

.gurantee-text {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/seal-guarantee.png?v=4378801554627652793) right 10px bottom 8px no-repeat transparent;
  float: left;
  width: 50%;
  padding: 17px 50px 10px 20px;
  border-left: 2px solid rgba(109, 190, 0, 0.2);
  background-size: 80px auto; }

.gurantee-text h4, .gurantee-text .h4 {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #6DBE00;
  margin-bottom: 5px; }

.gurantee-text p {
  font-size: 10px;
  line-height: 15px;
  color: #393939;
  padding-right: 55px;
  margin-bottom: 0; }

/********** Blogger Review page ************/
.bloggers-main-wrapper {
  margin-top: 30px; }

.bloggers-instafeed {
  margin-bottom: 30px; }

.bloggers-instafeed h2, .bloggers-instafeed .h2 {
  font-size: 20px;
  line-height: 30px;
  color: #4F4F4F;
  font-family: 'Merriweather-Regular'; }

.bloggers-ad-wrapper {
  margin-bottom: 20px; }

.bloggers-header {
  background: #6A58C4;
  color: #fff;
  padding: 12px 20px;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'Merriweather-Regular'; }

.bloggers-wrapper {
  margin-bottom: 15px;
  display: none; }

.blogger-image img {
  display: block;
  width: 100%; }

.blogger-review h2, .blogger-review .h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 20px;
  line-height: 135%;
  color: #393939;
  margin-bottom: 0; }

.blogger-review .review-from {
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  font-style: italic;
  margin-bottom: 10px; }

.blogger-review .review-content {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  margin-bottom: 30px; }

.blogger-review a {
  font-size: 12px;
  line-height: 28px;
  text-decoration: underline;
  color: #1962C4; }

.bloggers-instafeed {
  margin-bottom: 30px; }

.bloggers-instafeed h2, .bloggers-instafeed .h2 {
  font-size: 20px;
  line-height: 30px;
  color: #4F4F4F;
  font-family: 'Merriweather-Regular'; }

.bloggers-ad-wrapper {
  margin-bottom: 20px; }

.loadMore {
  display: block;
  background: #f0f0f0;
  margin: 15px 0 30px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  color: #494949; }

a.loadMore:hover, a.loadMore:focus {
  background: #f5f5f5;
  color: #494949; }

/*
.bloggers-wrapper {
  display:none;
}
.loadMore {
  padding: 10px;
  text-align: center;
  background-color: #33739E;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.loadMore:hover {
  background-color: #fff;
  color: #33739E;
}
*/
/************** Science page ************/
.btn-custom {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 8px 25px; }

.intro-section {
  margin-top: 30px; }

.intro-section h2, .intro-section .h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
  align-items: center;
  text-transform: capitalize;
  color: #6A58C4; }

.intro-section .intro-content {
  font-size: 16px;
  line-height: 26px;
  color: #393939; }

.intro-section .intro-content span {
  font-family: 'Poppins-SemiBold'; }

.shocking-wrapper {
  margin-bottom: 30px; }

.shocking-header {
  text-align: center;
  margin-bottom: 30px; }

.shocking-header h2, .shocking-header .h2 {
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #383157;
  margin-bottom: 10px; }

.shocking-header p {
  font-size: 16px;
  line-height: 28px;
  text-align: center; }

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

.glass-test h3, .glass-test .h3 {
  line-height: 24px;
  margin-top: 10px; }

.glass-test p {
  font-size: 16px;
  line-height: 26px; }

.glass-test p span {
  font-family: 'Poppins-SemiBold'; }

.science-feature-wrapper {
  margin-bottom: 30px; }

.feature-head {
  text-align: center;
  margin-bottom: 30px; }

.feature-head h2, .feature-head .h2 {
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #6A58C4;
  margin-bottom: 10px; }

.feature-head p {
  margin: 0 auto;
  max-width: 800px;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 30px; }

.science-feature-box {
  padding: 15px;
  text-align: center;
  margin-bottom: 20px; }

.science-feature-box h4, .science-feature-box .h4 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #383157;
  font-family: 'Poppins-Regular';
  margin-top: 10px;
  margin-bottom: 10px; }

.science-feature-box p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 10px; }

.compare-chart-wrapper {
  margin-bottom: 30px; }

.compare-chart {
  border: 5px solid #6CBE00;
  padding: 30px;
  background: #F9F9F9; }

.compare-text h2, .compare-text .h2 {
  font-size: 34px;
  line-height: 44px;
  text-transform: capitalize;
  color: #6CBE00;
  margin-top: 15px; }

.science-guarantee-wrapper {
  margin: 50px 0 0;
  background: #B0E4DF;
  padding: 20px 0; }

.science-guarantee-image {
  text-align: right; }

.know-science {
  padding-top: 5px;
  padding-left: 30px;
  max-width: 560px; }

.know-science h5, .know-science .h5 {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  font-family: 'Poppins-Light';
  margin-bottom: 0;
  color: #383157; }

.know-science h3, .know-science .h3 {
  font-size: 26px;
  line-height: 38px;
  color: #383157;
  font-family: 'Poppins-Regular'; }

.guarantee {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/science-guarantee-badge_40x.png?v=2535000775224133651) left center no-repeat transparent;
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize;
  color: #383157;
  font-family: 'Poppins-Light';
  font-style: italic;
  padding-left: 55px;
  min-height: 40px;
  margin-bottom: 30px; }

.science-guarantee-wrapper .btn-custom {
  background: #FFC700;
  color: #000; }

/******************************************
		Mobile home November 2019
******************************************/
.mobile-quick-link {
  padding: 20px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed; }

.mobile-quick-link .grid--full {
  margin-left: -10px;
  margin-right: -10px; }

.mobile-quick-link a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #393939; }

.mobile-quick-link a span {
  display: block; }

.mobile-categories-wrapper {
  margin: 15px 0; }

.mobile-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #393939;
  padding: 0 15px; }

.overflow-wrapper {
  overflow-x: auto; }

.overflow-wrapper .list {
  display: flex;
  padding: 0 5px 20px; }

.list::-webkit-scrollbar {
  display: none; }

.list > a {
  display: inline-block;
  min-width: 80px;
  margin: 0 8px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.01em; }

.list > a.list-last {
  min-width: 2px; }

.list > a img {
  max-width: 100%; }

.list > a span {
  display: block;
  color: #393939; }

.category-product-banner-wrapper {
  padding-top: 25px;
  background: #F5F5F5; }

.category-product-banner-wrapper .mobile-title {
  margin-bottom: 0px; }

.mobile-image-wrapper img {
  max-width: 100%; }

.category-product-wrapper {
  margin-bottom: 15px; }

.category-product-wrapper .mobile-shop-all {
  margin: 0 15px; }

.category-product-wrapper .mobile-shop-all span {
  font-size: 18px;
  display: inline-block;
  padding-left: 6px; }

.category-product-wrapper a.btn {
  width: 100%;
  font-size: 12px;
  line-height: 18px; }

.category-product-list {
  padding: 15px 0 5px 15px; }

.category-product-list ul.tabs {
  border: none;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 15px; }

.category-product-list ul.tabs li {
  margin-right: 10px; }

.category-product-list ul.tabs li a {
  background: #F9F9F9;
  border: 1px solid #CDCDCD;
  padding: 10px;
  color: #393939;
  height: auto;
  line-height: 1em; }

.category-product-list ul.tabs li a.active {
  background: #4F4F4F;
  color: #fff;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.category-product-list ul.tabs li:first-child a {
  border-top-left-radius: 0; }

.category-product-list ul.tabs li:last-child a {
  border-top-right-radius: 0; }

.category-product-list ul.tabs-content li {
  display: nowrap;
  overflow-x: auto;
  padding-bottom: 15px; }

.list .alternate-product-grid.mobile {
  display: inline-block;
  max-width: 132px;
  min-width: 132px;
  margin: 0 8px; }

.category-product-list .overflow-wrapper .list {
  margin-left: -15px; }

.alternate-product-grid.mobile .alternate-product-grid-image img {
  width: 100%; }

.alternate-product-grid.mobile .alternate-product-grid-title {
  font-size: 12px;
  line-height: 18px; }

.alternate-product-grid.mobile .alternate-product-grid-title a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em; }

.alternate-product-grid.mobile .grid-link__meta {
  line-height: 1em; }

.alternate-product-grid.mobile .jdgm-preview-badge .jdgm-star,
.alternate-product-grid.mobile .jdgm-prev-badge__text {
  font-size: 10px !important; }

.mobile-product-feature {
  margin: 15px 0; }

.mobile-product-feature img {
  max-width: 100%; }

/********** New category page Nov 2020 ******/
.collection-head {
  margin-top: 15px;
  margin-bottom: 15px; }

.collection-description {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/category-desc-background.jpg?v=17862620512468579870) left top no-repeat #fbfbfb;
  background-size: cover;
  padding: 25px 15px; }

ul.jar-features {
  margin-bottom: 0; }

ul.jar-features li {
  padding-left: 30px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: transparent;
  background-size: 20px auto; }

ul.jar-features li span {
  font-family: 'Poppins-SemiBold'; }

.collection-banner-img img {
  mix-blend-mode: multiply; }

.colection-desc-wrapper {
  font-size: 14px;
  line-height: 24px;
  color: #393939; }

.colection-desc-wrapper h1, .colection-desc-wrapper .h1 {
  font-family: 'Poppins-SemiBold';
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #6A58C4;
  margin-top: 15px;
  margin-bottom: 0px; }

.collection-gif {
  background: #6A58C4; }

.collection-gif .gif-title {
  font-family: 'Poppins-SemiBold';
  background: #5B4F96;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding: 10px; }

.collection-gif img {
  max-width: 100%; }

.sub-category-wrapper {
  margin: 30px 0; }

.sub-category-wrapper h2, .sub-category-wrapper .h2 {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
  color: #393939;
  margin-bottom: 20px; }

.sub-cat-wrap {
  text-align: center;
  margin-bottom: 30px; }

.sub-cat-wrap span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #393939; }

.sub-cat-image {
  max-height: 180px;
  background: #F9F9F9;
  border-radius: 50%;
  text-align: center; }

.sub-cat-image img {
  max-width: 100%;
  max-height: 180px;
  mix-blend-mode: multiply; }

ul.category-features {
  margin-bottom: 0;
  text-align: right; }

ul.category-features li {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/bullet-tick.png?v=17096087045641644061645983505) left center no-repeat transparent;
  padding-left: 25px;
  margin-right: 50px;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  color: #525252;
  margin-bottom: 0; }

ul.category-features li:last-child {
  margin-right: 0; }

.cat-sidebar-item {
  margin-bottom: 15px; }

.cat-sidebar-item img {
  max-width: 100%; }

.collection-reviews-wrapper {
  background: #F9F9F9;
  padding-left: 10px;
  padding-top: 10px; }

.collection-reviews-scroll {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 10px; }

.collection-review-title {
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #393939;
  margin-bottom: 10px; }

.collection-review {
  font-size: 10px;
  line-height: 16px;
  color: #494949;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #bdbdbd; }

.collection-review > span {
  display: block;
  font-family: 'Poppins-SemiBold';
  text-transform: capitalize;
  padding-bottom: 5px; }

.collection-review p {
  font-size: 10px;
  line-height: 13px;
  font-family: 'Merriweather-Regular';
  color: #6A58C4;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 7px; }

.collection-review p span {
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  float: left; }

.collection-review p .one_star {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/1star.png?v=57072523484622934501645983466) left center no-repeat transparent;
  background-size: cover;
  width: 12px; }

.collection-review p .two_star {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/2star.png?v=181779060754383122351645983466) left center no-repeat transparent;
  background-size: cover;
  width: 24px; }

.collection-review p .three_star {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/3star.png?v=6048023754662615591645983467) left center no-repeat transparent;
  background-size: cover;
  width: 36px; }

.collection-review p .four_star {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/4star.png?v=52128338715499630611645983468) left center no-repeat transparent;
  background-size: cover;
  width: 48px; }

.collection-review p .five_star {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/5star.png?v=26555157849896853161645983468) left center no-repeat transparent;
  background-size: cover;
  width: 60px; }

@media screen and (max-width: 1280px) {
  .collection-description {
    padding: 10px 15px; }

  .colection-desc-wrapper {
    font-size: 13px;
    line-height: 20px; }

  .sub-cat-image {
    max-height: 135px; }

  .sub-cat-image img {
    max-height: 135px; }

  .sub-cat-wrap span {
    font-size: 16px; }

  .collection-gif .gif-title {
    font-size: 13px;
    line-height: 16px;
    padding: 9px 10px; } }
@media screen and (max-width: 1023px) {
  .colection-desc-wrapper h1, .colection-desc-wrapper .h1 {
    margin-top: 0; }

  .sub-cat-image {
    max-height: 155px; }

  .sub-cat-image img {
    max-height: 155px; } }
@media screen and (max-width: 768px) {
  .category-sidebar-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px; }

  .sub-category-wrapper h2, .sub-category-wrapper .h2 {
    font-size: 24px; }

  .science-guarantee-image {
    text-align: center; } }
@media screen and (max-width: 480px) {
  .collection-description {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -13px; }

  .collection-gif {
    margin-top: 15px; }

  .sub-category-wrapper {
    margin: 15px 0 0; }

  .sub-category-wrapper h2, .sub-category-wrapper .h2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left; }

  .sub-cat-wrap {
    margin-bottom: 15px; }

  .sub-cat-image {
    max-height: 100px; }

  .sub-cat-image img {
    max-height: 100px; }

  .sub-cat-wrap span {
    font-size: 12px; }

  .collection-gif .gif-title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px; } }
@media screen and (max-width: 1280px) {
  .gallery-section .wholesale-cat-container {
    width: 100% !important; } }
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .deal-arrow {
    top: 0; }

  .science-section .feature-box {
    font-size: 1.3em; }

  .prove-section .compare-div p {
    line-height: 1.6em;
    font-size: 1.1em; }

  .campare-info h3, .campare-info .h3 {
    font-size: 1.45em; }

  .productpage-product-banner-overlay {
    padding: 30px; }

  .productpage-product-banner-overlay h1, .productpage-product-banner-overlay .h1 {
    font-size: 1.5em; }

  .hot-deal-box .free-jar-text {
    width: 150px; }

  .hot-deal-box .free-jar {
    width: 70px; }

  .hot-deal-box h4, .hot-deal-box .h4 {
    font-size: 0.85em; }

  .hot-deal-box p {
    font-size: 0.75em; }

  .promo-code-wrapper .save {
    font-size: 1.7em; }

  .promo-code-wrapper .code {
    font-size: 0.8em; }

  .hot-deal-box.promo-code p {
    font-size: 0.6em; }

  .hot-deal-title h2, .hot-deal-title .h2 {
    font-size: 2em; }

  #wholesale-link-container .wholesale-text {
    padding-left: 60px; }

  #wholesale-link-container .wholesale-inner {
    padding-left: 90px; }

  #wholesale-link-container span {
    font-size: 0.95em; }

  .three-reason-wrapper {
    padding: 10px 8px; }

  .free-shipping-info .prod-shipping-icon {
    padding-left: 65px;
    min-height: 38px;
    background-size: 50px; }

  .three-reason-wrapper .money-back {
    padding-right: 60px;
    margin-right: -8px;
    min-height: 62px;
    padding-top: 0px;
    background-size: 60px; }

  .expert-service p {
    font-size: 0.9em; }

  .sign-up-link-box {
    padding: 10px 10px; }

  .sign-up-link-box .sign-up-icon {
    padding-left: 45px;
    background-size: 40px; }

  /*********** Herb *************/
  .ij-features-wrapper1 {
    margin-left: 0; }

  .tram-bio-wrapper {
    margin-right: 0; }

  .ij-features-wrapper1 h2, .ij-features-wrapper1 .h2 {
    font-size: 18px; }

  ul.ij-features1 li {
    margin-bottom: 7px; }

  .offer-title, .offer-text {
    font-size: 20px; }

  .tram-pham-wrapper h2, .tram-pham-wrapper .h2 {
    margin-top: 15px;
    font-size: 20px; }

  .tram-pham-wrapper h5, .tram-pham-wrapper .h5 {
    font-size: 14px; }

  .tram-pham-wrapper p {
    font-size: 12px;
    line-height: 1.4em; }

  .editors-choice-wrapper, .editors-choice {
    font-size: 12px; }

  .editor-choice {
    padding-right: 5px;
    margin-right: 5px; }

  .review-ratting-wrapper {
    font-size: 85%; } }
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .hero-inner-text {
    padding-left: 0px; }

  .hero-section-new-home {
    background-position: 54% center; }

  .science-section .scinece-info p {
    line-height: 1.5em;
    font-size: 1.1em;
    padding: 0 50px; }

  .science-section .feature-box.scent-proof,
  .science-section .feature-box.freshness,
  .science-section .feature-box.block-out,
  .science-section .feature-box.air-tight {
    background-size: 40px; }

  .science-section .feature-box {
    padding-left: 55px;
    font-size: 1em;
    line-height: 1.2em;
    min-height: 50px; }

  .science-section .feature-box span {
    left: 55px; }

  .prove-section .compare-div {
    margin-top: 20px; }

  .prove-section .compare-div .campare-info {
    padding-left: 155px; }

  .prove-section .compare-div img {
    max-width: 150px; }

  .prove-section .compare-div h3, .prove-section .compare-div .h3 {
    font-size: 1.4em;
    line-height: 1.3em; }

  .prove-section .compare-div p {
    line-height: 1.4em;
    font-size: 1em; }

  .jar-special-wrapper {
    margin-top: 15px; }

  .productpage-product-banner-overlay {
    padding: 15px; }

  .productpage-product-banner-overlay h1, .productpage-product-banner-overlay .h1 {
    font-size: 1.3em;
    margin-bottom: 3px; }

  .productpage-product-banner-overlay ul li {
    font-size: 1em; }

  .buy-with-option.option-text h4, .buy-with-option.option-text .h4, .buy-with-option.option-text .h4 {
    line-height: 1.4em;
    font-size: 0.8em; }

  .footer-main-menu li a {
    padding: 0 6px; }

  .single-article-box-horizontal-content h2, .single-article-box-horizontal-content .h2 {
    font-size: 1.4em;
    line-height: 1.3em; }

  .single-article-box-content h3, .single-article-box-content .h3 {
    font-size: 1em; }

  .single-article-box-content p {
    font-size: 0.9em;
    line-height: 1.4em; }

  .article-sidebar-gift-product h4, .article-sidebar-gift-product .h4 {
    font-size: 1.1em; }

  .article-sidebar-gift-product .big-sale-box p {
    padding: 10px;
    font-size: 1em; }

  .article-sidebar-single-product h5, .article-sidebar-single-product .h5 {
    font-size: 0.9em;
    margin-bottom: 5px; }

  .small-single-article-wrapper .article-excerpt {
    line-height: 1.2em;
    font-size: 0.85em; }

  .article-index ol {
    font-size: 0.9em; }

  .article-container-product-slider {
    padding: 10px; }

  .article-container-product-slider h4, .article-container-product-slider .h4 {
    padding: 0 5px;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 5px; }

  .article-navigation div.previous-article,
  .article-navigation div.next-article {
    font-size: 0.8em;
    line-height: 1.4em; }

  .hot-deal-title {
    background: #FFC700; }

  .promo-code-wrapper {
    text-align: center; }

  .promo-code-wrapper .save {
    font-size: 2em;
    float: none;
    display: block;
    margin-bottom: 4px; }

  .promo-code-wrapper .code {
    float: none;
    display: block;
    margin-bottom: 3px; }

  .hot-deal-box {
    padding: 5px 10px; }

  .hot-deal-box .free-jar-text {
    width: auto;
    float: none; }

  .hot-deal-box h4, .hot-deal-box .h4 {
    font-size: 0.9em; }

  .hot-deal-box.promo-code h4, .hot-deal-box.promo-code .h4 {
    font-size: 0.76em; }

  .hot-deal-box .free-jar {
    padding-right: 30px;
    max-width: 100px; }

  .hot-deal-title h2, .hot-deal-title .h2 {
    font-size: 2.2em; }

  .hot-deal-title p {
    line-height: 1.5em; }

  .hot-deal-box p {
    font-size: 0.8em; }

  .mobile-product-gallerly-wrapper {
    display: block; }

  /*********** Herb *************/
  .ij-features-wrapper1 {
    margin-left: 0; }

  .glass-jar-header {
    font-size: 14px; }

  .glass-jar-body a {
    font-size: 14px; }

  .tram-bio-wrapper {
    margin-right: 0; }

  .ij-features-wrapper1 h2, .ij-features-wrapper1 .h2 {
    font-size: 14px; }

  ul.ij-features1 li {
    margin-bottom: 10px;
    background-size: 40px !important;
    padding-left: 48px;
    font-size: 12px; }

  .offer-title, .offer-text {
    font-size: 14px; }

  .tram-bio {
    font-size: 10px;
    line-height: 1.4; }

  .tram-bio-wrapper h3, .tram-bio-wrapper .h3 {
    font-size: 16px;
    margin-top: 18px; }

  .tram-bio-wrapper p {
    font-size: 9px;
    line-height: 1.4; }

  .ij-features-wrapper h2, .ij-features-wrapper .h2 {
    font-size: 16px; }

  ul.ij-features {
    font-size: 15px; }

  ul.ij-features li {
    margin-bottom: 9px; }

  .tram-pham-wrapper h2, .tram-pham-wrapper .h2 {
    margin-top: 15px;
    font-size: 16px; }

  .tram-pham-wrapper h5, .tram-pham-wrapper .h5 {
    font-size: 10px; }

  .tram-pham-wrapper p {
    font-size: 10px;
    line-height: 1.4em; }

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

  .compare-text {
    text-align: center;
    margin-bottom: 15px; }

  .science-guarantee-wrapper {
    text-align: center; }

  .blogger-review h2, .blogger-review .h2 {
    margin-top: 15px; }

  .tab-slider ul.tabs {
    height: 32px;
    bottom: -24px; }

  .tab-slider ul.tabs li a {
    font-size: 10px;
    line-height: 10px;
    padding: 11px 7px; }

  .best-jar-styles-header,
  .best-jar-styles-header select {
    font-size: 20px; }

  .article-index ol li {
    font-size: 11px; } }
@media screen and (max-width: 749px) {
  .intro-section h2, .intro-section .h2 {
    font-size: 22px;
    line-height: 32px; }

  .intro-section p {
    font-size: 14px;
    line-height: 22px; }

  .ultraviolet-text {
    padding-top: 0; }

  .ultraviolet-text h3, .ultraviolet-text .h3 {
    font-size: 20px;
    line-height: 28px; }

  .ultraviolet-text p {
    font-size: 14px;
    line-height: 22px; }

  .shocking-header h2, .shocking-header .h2 {
    font-size: 20px;
    line-height: 28px; }

  .shocking-header p {
    font-size: 14px;
    line-height: 22px; }

  .glass-test h3, .glass-test .h3 {
    font-size: 20px;
    line-height: 30px; }

  .glass-test P {
    font-size: 16px;
    line-height: 24px; }

  .compare-chart {
    padding: 15px; }

  .compare-text {
    text-align: center;
    margin-bottom: 15px; }

  .compare-text h2, .compare-text .h2 {
    font-size: 20px;
    line-height: 28px; }

  .feature-head h2, .feature-head .h2 {
    font-size: 20px;
    line-height: 30px; }

  .feature-head p {
    font-size: 16px;
    line-height: 24px; }

  .know-science h5, .know-science .h5 {
    font-size: 14px;
    line-height: 40px; }

  .know-science h3, .know-science .h3 {
    font-size: 16px;
    line-height: 28px; }

  .know-science p {
    font-size: 14px;
    line-height: 20px; }

  .bloggers-header {
    font-size: 18px; }

  .blogger-review h2, .blogger-review .h2 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px; }

  .blogger-review p {
    font-size: 14px;
    line-height: 20px; }

  .blogger-review .review-content {
    margin-bottom: 0; }

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

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

  .know-science p {
    display: inline-block;
    text-align: left; }

  .deals-wrapper {
    display: none; }

  .article-index ol li {
    font-size: 11px; }

  .why-infinity-wrapper h2, .why-infinity-wrapper .h2,
  .best-style-wrapper h2,
  .best-style-wrapper .h2,
  .real-blogger-review-head h2,
  .real-blogger-review-head .h2,
  .infinity-compare-wrapper h2,
  .infinity-compare-wrapper .h2,
  .infinity-use-wrapper h2,
  .infinity-use-wrapper .h2 {
    font-size: 20px;
    line-height: 28px; } }
@media screen and (min-width: 481px) and (max-width: 749px) {
  .hero-inner-text {
    padding: 0; }

  .top-bar-message {
    font-size: 0.8em; }

  .science-section .scinece-info p {
    line-height: 1.5em;
    font-size: 1.1em;
    padding: 0 50px; }

  .science-section .feature-box.scent-proof,
  .science-section .feature-box.freshness,
  .science-section .feature-box.block-out,
  .science-section .feature-box.air-tight {
    background-size: 40px; }

  .science-section .feature-box {
    padding-left: 55px;
    font-size: 1em;
    line-height: 1.2em;
    min-height: 50px; }

  .science-section .feature-box span {
    left: 55px; }

  .prove-section .compare-div {
    margin-top: 20px; }

  .prove-section .compare-div .campare-info {
    padding-left: 120px; }

  .prove-section .compare-div img {
    max-width: 110px; }

  .prove-section .compare-div h3, .prove-section .compare-div .h3 {
    font-size: 1.4em;
    line-height: 1.3em; }

  .prove-section .compare-div p {
    line-height: 1.4em;
    font-size: 1em; }

  .productpage-product-banner-overlay {
    position: static;
    padding: 20px 0 0 0; }

  .deals-wrapper .one-quarter {
    width: 100% !important; }

  .hot-deal-title {
    background-color: #ffc700 !important;
    background-image: none !important;
    text-align: center; }

  .deals-wrapper .wrapper {
    padding: 0; }

  .hot-deal-box {
    padding: 10px 25px 5px 25px;
    border-bottom: 1px solid #d7d7d7; }

  .hot-deal-box.promo-code {
    border-bottom: 0px solid #d7d7d7; }

  .promo-code-wrapper {
    display: inline-block; }

  .swatch label {
    min-width: 125px !important;
    height: 130px !important; }

  .swatch label span.swatch-price {
    font-size: 28px; }

  .swatch label span.swatch-save span {
    font-size: 14px; }

  .mobile-product-gallerly-wrapper {
    display: block; } }
@media screen and (max-width: 480px) {
  .save-an-extra {
    font-size: 1.1em;
    padding: 15px 20px; }

  .jar-special-wrapper {
    margin-top: 15px; }

  .mobile-category-buttons {
    margin-top: 30px; }

  .template-product .mobile-category-buttons {
    margin-top: 15px; }

  .productpage-product-banner-overlay {
    position: static;
    padding: 15px 0 0 0;
    text-align: center; }

  .productpage-product-banner-overlay h1, .productpage-product-banner-overlay .h1 {
    font-size: 1.8em; }

  .productpage-product-banner-overlay h1 br, .productpage-product-banner-overlay .h1 br {
    display: none; }

  .productpage-product-banner-overlay ul {
    text-align: left;
    padding-left: 50px; }

  .article-page-title h3, .article-page-title .h3, .article-page-title .h3 {
    font-size: 1.4em; }

  .article-navigation div.previous-article,
  .article-navigation div.next-article {
    font-size: 0.8em;
    line-height: 1.4em; }

  .article-container-right {
    margin-top: 30px; }

  .product-single__thumbnails {
    padding-left: 15px; }

  .product-single__quantity .quantity-selector {
    font-size: 1em; }

  .prove-section .compare-div img {
    max-width: 100%; }

  #wholesale-link-container .save-big {
    float: none;
    padding: 5px 5px; }

  #wholesale-link-container .wholesale-text {
    padding-left: 0px; }

  #wholesale-link-container .wholesale-inner {
    background: url(//cdn.shopify.com/s/files/1/0106/1282/t/34/assets/save-big.png?11533702253966598145) -3px 5px no-repeat transparent;
    padding-left: 55px;
    min-height: 55px;
    padding-top: 5px;
    background-size: 60px; }

  #wholesale-link-container .wholesale-inner span {
    font-size: 0.9em; }

  #wholesale-link-container a {
    font-size: 0.9em; }

  .hot-deal-title {
    background: #FFC700;
    text-align: center; }

  .hot-deal-title h2, .hot-deal-title .h2 {
    font-size: 1.8em; }

  .deals-wrapper .wrapper {
    padding: 0; }

  .hot-deal-box {
    padding: 10px 25px 5px 25px;
    border-bottom: 1px solid #d7d7d7; }

  .hot-deal-box.promo-code {
    border-bottom: 0px solid #d7d7d7; }

  .promo-code-wrapper {
    display: inline-block; }

  .mobile-product-gallerly-wrapper {
    display: block; }

  .product-single__photos .best-seller-badge {
    max-width: 70px; }

  .product-single__photos .featured-badge {
    max-width: 70px; }

  /*********** Herb *************/
  .herb-banner-wrapper {
    background-size: cover !important; }

  .glass-jar-wrapper {
    margin: 0 15px; }

  .ij-features-wrapper1 {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; }

  .glass-jar-header {
    font-size: 14px; }

  .glass-jar-body a {
    font-size: 15px; }

  .tram-bio-wrapper {
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }

  .ij-features-wrapper1 h2, .ij-features-wrapper1 .h2 {
    font-size: 22px; }

  ul.ij-features1 li {
    margin-bottom: 15px;
    background-size: 58px !important;
    padding-left: 70px;
    font-size: 14px; }

  .offer-title {
    font-size: 14px;
    float: left;
    width: 26%;
    padding: 10px 8px 8px; }

  .offer-title img {
    max-width: 24px; }

  .offer-text {
    font-size: 14px;
    float: left;
    width: 74%;
    text-align: left; }

  .tram-bio {
    font-size: 12px;
    line-height: 1.6; }

  .tram-bio-wrapper h3, .tram-bio-wrapper .h3 {
    font-size: 20px;
    margin-top: 40px; }

  .tram-bio-wrapper p {
    font-size: 12px;
    line-height: 1.4; }

  .herb-spacial-offer {
    margin-left: -15px; }

  .why-infinity-box {
    margin-bottom: 30px; }

  .real-blogger-review-wrapper img {
    max-width: 200px;
    margin: 0 auto 15px; } }
@media screen and (max-width: 400px) {
  .swatch label {
    height: 100px !important;
    min-width: 90px !important; }

  .swatch label span.swatch-save span {
    font-size: 10px; }

  #wholesale-link-container span {
    font-size: 0.83em; }

  #wholesale-link-container .wholesale-inner span {
    font-size: 0.75em; }

  #wholesale-link-container a {
    font-size: 0.85em; } }
.jdgm-rev-widg__title {
  display: none !important; }

@media screen and (max-width: 360px) {
  .top-bar-free-shipping {
    font-size: 0.65em; }

  .mobile-new-hero h2, .mobile-new-hero .h2 {
    font-size: 18px; }

  .hero-inner-text.hero ul.best-jar {
    font-size: 10px; } }
/*============================================================================
  Discount On Cart Pro CSS Adjustments
==============================================================================*/
.cart-sidebar .docapp-cart-with-coupon-summary,
.cart-sidebar .docapp-cart-with-shipping-summary,
.cart-sidebar .docapp-coupon-input.docapp-widget {
  padding: 15px 15px 0 15px;
  margin: 0; }

.mobile-cart.docapp-cart-with-coupon-summary {
  margin-top: 20px; }
  .mobile-cart.docapp-cart-with-coupon-summary .docapp-cart-item {
    color: #000 !important; }

body .docapp-cart-with-coupon-summary .docapp-coupon-input {
  margin-bottom: 10px; }
body .docapp-cart-with-coupon-summary .docapp-cart-item {
  margin-bottom: 20px; }
body .docapp-cart-with-coupon-summary .docapp-est-total strong {
  color: #393939; }
body .docapp-cart-with-coupon-summary .docapp-free-shipping-promo, body .docapp-cart-with-coupon-summary .docapp-free-shipping {
  margin-top: -15px; }
  body .docapp-cart-with-coupon-summary .docapp-free-shipping-promo span, body .docapp-cart-with-coupon-summary .docapp-free-shipping span {
    color: #5a9807 !important; }
body .docapp-cart-with-coupon-summary .docapp-cart-item .docapp-right {
  font-weight: 400; }
body .docapp-cart-with-coupon-summary .docapp-cart-item.docapp-est-total .docapp-right {
  font-weight: 700; }

body .docapp-cart-with-coupon-summary .docapp-coupon-input--bean-container .docapp-coupon-input--bean-container--bean {
  padding-top: 7px; }

/*
.with-discount-only .docapp-cart-with-shipping-summary,
.with-discount-only .docapp-coupon-input.docapp-widget {
    display: none !important;
}

.with-discount-and-shipping .docapp-cart-with-coupon-summary {
    display: none !important;
}
*/
/******* Create your own set **********/
.page_create-your-own-set .deals-wrapper {
  margin-bottom: 0; }

.mobile-only {
  display: none !important; }

.image-with-text-overlay-wrapper {
  margin-bottom: 30px; }

.image-with-text-overlay-wrapper img {
  display: flex; }

.image-with-text-overlay {
  position: relative; }

.overlay-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%); }

.overlay-container p {
  font-size: 16px;
  line-height: 34px; }

.overlay-container h3, .overlay-container .h3 {
  font-family: 'Poppins-Light';
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/red-offer-bg.png?v=8253177557841464404) center center no-repeat transparent;
  background-size: 100% 100%;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  max-width: 600px;
  margin: 0 auto;
  text-transform: uppercase; }

.overlay-container h3 span, .overlay-container .h3 span {
  color: #FFF500; }

.add-remove-button input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

.add-remove-button input::-webkit-outer-spin-button,
.add-remove-button input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.add-remove-button {
  clear: both;
  margin: 15px 0;
  position: relative;
  text-align: center; }

.add-remove-button input[type='button'] {
  background-color: #E5E5E5;
  min-width: 38px;
  border-radius: 50%;
  border: none;
  width: auto;
  transition: all 300ms ease;
  font-size: 20px;
  font-weight: bold;
  z-index: 2; }

.add-remove-button input:focus {
  outline: none; }

.add-remove-button.active .button-minus {
  background-color: #f1d4b0 !important; }

.add-remove-button .button-minus,
.add-remove-button .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative; }

.add-remove-button .button-plus {
  background-color: #f1d4b0 !important; }

.add-remove-button .button-plus.disabled {
  background-color: #e5e5e5 !important; }

.add-remove-button .quantity-field {
  position: relative;
  height: 38px;
  top: 2px;
  left: -6px;
  text-align: center;
  width: 50px;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 5px;
  resize: vertical;
  border: none; }

.add-remove-button input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield; }

.proceed-wrapper {
  background: #FFD66C;
  padding: 10px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px; }

.proceed-wrapper_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 15px;
  background: #FFD66C; }

.step-summary {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #683F0E;
  margin-top: 7px; }

.step-summary .sub {
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase; }

.step-summary .step_total {
  font-family: 'Poppins-SemiBold';
  color: #C51515; }

.proceed-wrapper a.btn {
  border-radius: 0; }

.create-set-products .step-title {
  font-family: 'Poppins-Bold';
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #6A58C4;
  padding: 12px 15px;
  margin-bottom: 15px; }

.create-set-products .section-header h2, .create-set-products .section-header .h2 {
  font-family: 'Poppins-Bold';
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #6A58C4;
  border-bottom: 0.5px solid #BDBDBD;
  position: relative;
  margin-top: 20px; }

.create-set-products .section-header h2 span, .create-set-products .section-header .h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%); }

.custom_grid_price {
  font-family: 'Poppins-Light';
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #C51515; }

.create-set-products .grid-link__title {
  min-height: auto; }

.create-set-products .add-remove-button {
  padding-left: 20px;
  margin-top: 5px; }

.create-set-products .create-set {
  margin-bottom: 50px; }

.add_all {
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  padding: 8px 25px; }

@media screen and (max-width: 1280px) {
  .collection-description {
    padding: 10px 15px; }

  .colection-desc-wrapper {
    font-size: 13px;
    line-height: 20px; }

  .sub-cat-image {
    max-height: 135px; }

  .sub-cat-image img {
    max-height: 135px; }

  .sub-cat-wrap span {
    font-size: 16px; }

  .collection-gif .gif-title {
    font-size: 13px;
    line-height: 16px;
    padding: 9px 10px; }

  ul.product-menu > li {
    font-size: 13px; } }
@media screen and (max-width: 1023px) {
  .colection-desc-wrapper h1, .colection-desc-wrapper .h1 {
    margin-top: 0; }

  .sub-cat-image {
    max-height: 155px; }

  .sub-cat-image img {
    max-height: 155px; }

  .overlay-container h2, .overlay-container .h2 {
    font-size: 20px;
    margin-bottom: 8px; }

  .overlay-container h3, .overlay-container .h3 {
    font-size: 16px;
    line-height: 20px; }

  .overlay-container p {
    font-size: 14px;
    line-height: 26px; }

  .create-set-products .step-title {
    font-size: 17px;
    line-height: 26px; }

  .create-set-products .section-header h2, .create-set-products .section-header .h2 {
    font-size: 16px;
    line-height: 26px; }

  .create-set-products .section-header h2 span, .create-set-products .section-header .h2 span {
    bottom: -14px; } }
@media screen and (max-width: 768px) {
  .category-sidebar-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px; }

  .sub-category-wrapper h2, .sub-category-wrapper .h2 {
    font-size: 24px; }

  .science-guarantee-image {
    text-align: center; }

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

  .overlay-container h3, .overlay-container .h3 {
    padding: 12px 30px;
    max-width: 530px; } }
@media screen and (max-width: 480px) {
  .collection-description {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -13px; }

  .collection-gif {
    margin-top: 15px; }

  .sub-category-wrapper {
    margin: 15px 0 0; }

  .sub-category-wrapper h2, .sub-category-wrapper .h2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left; }

  .sub-cat-wrap {
    margin-bottom: 15px; }

  .sub-cat-image {
    max-height: 100px; }

  .sub-cat-image img {
    max-height: 100px; }

  .sub-cat-wrap span {
    font-size: 12px; }

  .collection-gif .gif-title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px; }

  .create-set-products .single-product-wrapper {
    padding: 0; }

  .create-set-products .section-header h2 span, .create-set-products .section-header .h2 span {
    white-space: nowrap; }

  .create-set-products .step-title {
    font-size: 13px;
    line-height: 16px; }

  .step-summary {
    font-size: 14px; } }
/******** New style header fo AB test *********/
body {
  padding-top: 107px; }

.fixed-header {
  background: #fff;
  height: 107px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 99999; }

.header-up {
  top: -107px; }

body.page_wholesale,
body.page_wholesale_promo {
  padding-top: 67px; }

body.page_wholesale .fixed-header,
body.page_wholesale_promo .fixed-header {
  height: 67px; }

body.page_wholesale .header-up,
body.page_wholesale_promo .header-up {
  top: -67px; }

@media screen and (max-width: 1280px) {
  body {
    padding-top: 107px; }

  .fixed-header {
    height: 107px; }

  .header-up {
    top: -107px; } }
@media screen and (max-width: 1023px) {
  body {
    padding-top: 73px; }

  .fixed-header {
    height: 73px; }

  .header-up {
    top: -73px; }

  body.page_wholesale,
  body.page_wholesale_promo {
    padding-top: 47px; }

  body.page_wholesale .fixed-header,
  body.page_wholesale_promo .fixed-header {
    height: 47px; }

  body.page_wholesale .header-up,
  body.page_wholesale_promo .header-up {
    top: -47px; } }
@media screen and (max-width: 480px) {
  body {
    padding-top: 80px; }

  .fixed-header {
    height: 80px; }

  .header-up {
    top: -80px; }

  body.page_wholesale,
  body.page_wholesale_promo {
    padding-top: 43px; }

  body.page_wholesale .fixed-header,
  body.page_wholesale_promo .fixed-header {
    height: 43px; }

  body.page_wholesale .header-up,
  body.page_wholesale_promo .header-up {
    top: -43px; } }
.alt_header-topbar {
  background: #F1F3F5; }

.alt_header-topbar .manual-count-down-wrapper {
  background: transparent;
  text-align: left;
  padding: 1px 0; }

.alt_header-topbar .manual-count-down-wrapper .wrapper {
  padding: 0; }

.alt_header-topbar .count__down,
.alt_header-topbar .count__down span,
.alt_header-topbar .flash-sale-text {
  color: #A20303; }

.alt_header-topbar .site-features {
  margin: 0;
  padding: 0;
  line-height: 26px; }

.alt_header-topbar .site-features li {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #383157;
  padding-left: 22px;
  margin-left: 10px; }

.alt_header-topbar .site-features li:first-child {
  margin-left: 0; }

.alt_header-topbar .site-features li.free_shipping {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-delivery-truck-1.png?v=333992058373007197) left center no-repeat transparent;
  background-size: 18px auto; }

.alt_header-topbar .site-features li.money_back {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-dollar-1.png?v=4270302468852184197) left center no-repeat transparent;
  background-size: 18px auto; }

.alt_header-topbar .site-features li.phone_call {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-phone-1.png?v=7921382412558555382) left center no-repeat transparent;
  background-size: 18px auto; }

.alt_header-topbar .site-features li.phone_call a {
  color: #000;
  font-weight: bold; }

.site-header.alt_header {
  padding: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

.alt_header-deal-wrapper {
  padding: 15px 0 10px;
  border-bottom: 1px solid #DEE2E6;
  background: #DFDFE1; }

.alt_header-deal-wrapper .alt_header-deal {
  margin: 0;
  padding: 0;
  list-style: none; }

.alt_header-deal-wrapper .alt_header-deal li {
  display: inline-block;
  width: 33%;
  text-align: center;
  position: relative; }

.alt_header-deal-wrapper .alt_header-deal li img {
  max-width: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px; }

.alt_header-deal-wrapper .alt_header-deal .alt_header-deal-box {
  text-align: left;
  display: inline-block; }

.alt_header-deal-wrapper .alt_header-deal li.free-one .alt_header-deal-box {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/new-deal-free-one.png?v=14576428664260834479) left center no-repeat transparent;
  background-size: 65px auto;
  padding-left: 70px; }

.alt_header-deal-wrapper .alt_header-deal li.free-two .alt_header-deal-box {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/new-deal-free-two.png?v=11842550393464697731) left center no-repeat transparent;
  background-size: 65px auto;
  padding-left: 70px; }

.alt_header-deal-wrapper .alt_header-deal li.free-shipping .alt_header-deal-box {
  text-align: center; }

.alt_header-deal-wrapper .alt_header-deal h4, .alt_header-deal-wrapper .alt_header-deal .h4 {
  font-size: 14px;
  line-height: 1em;
  color: #383157;
  font-family: 'Poppins-Regular';
  margin-bottom: 8px; }

.alt_header-deal-wrapper .alt_header-deal h4 span, .alt_header-deal-wrapper .alt_header-deal .h4 span {
  color: #A20303; }

.alt_header-deal-wrapper .alt_header-deal p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #383157; }

.site-header.alt_header .heaer-main {
  position: initial; }

.site-nav > li.products {
  position: initial; }

.site-header.alt_header {
  position: relative; }

.new-mega-menu-wrapper .shade_div {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: 3px; }

.new-mega-menu-wrapper {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 63px;
  z-index: 9999;
  text-align: left;
  display: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }

.site-nav--has-dropdown:hover .new-mega-menu-wrapper {
  display: block; }

.site-header.alt_header .site-nav__link {
  padding: 0 20px 10px; }

.site-header.alt_header .site-nav__link:first-child {
  padding-left: 0; }

.new-sub-menu-wrapper {
  background: #F9F8FF; }

.new-mega-menu-wrapper .grid {
  display: block;
  width: initial; }

.new-mega-menu-wrapper .grid .grid__item {
  display: initial;
  float: left; }

.new-sub-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.new-sub-menu-wrapper ul li {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.01em; }

.new-sub-menu-wrapper ul li a {
  padding: 10px;
  display: block;
  color: #383157; }

.new-sub-menu-wrapper ul li.active {
  background: #4F4596;
  color: #fff; }

.new-sub-menu-wrapper ul li.active a {
  color: #fff; }

.new-sub-sub-menu {
  display: none; }

.new-sub-sub-menu ul li {
  text-transform: none; }

.new-sub-sub-menu-wrapper {
  padding: 15px 0; }

.new-sub-sub-menu .drop-menu-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #383157;
  font-family: 'Poppins-SemiBold';
  text-transform: capitalize; }

.new-sub-sub-menu ul {
  padding: 0;
  margin: 0; }

.new-sub-sub-menu ul li a {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #383157; }

.new-sub-sub-menu .rollOverImg {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.new-sub-sub-menu .rollovertitle {
  font-size: 14px;
  line-height: 22px;
  color: #383157;
  margin-top: 5px;
  text-transform: none;
  margin: 5px 0; }

.new-sub-sub-menu .rolloverpricediv {
  float: left;
  color: #A20303; }

.new-sub-sub-menu .rolloverwaspricediv {
  float: left;
  display: inline-block;
  margin-left: 5px;
  color: #9694A3; }

.new-sub-menu-wrapper ul li a.best-seller-link {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-fire-multi.png?v=1774524691840347281) left 8px center no-repeat transparent;
  background-size: 20px auto;
  padding-left: 35px; }

.new_sub_menu {
  text-transform: uppercase; }

.header-search {
  max-width: 140px;
  position: relative;
  top: -4px; }

.header-search form {
  margin-bottom: 0;
  width: 100%;
  position: relative; }

.header-search form input[type='text'] {
  padding-left: 35px;
  font-size: 10px;
  line-height: 15px;
  color: #717171;
  margin-bottom: 0;
  height: 38px; }

.header-search form input[type='submit'] {
  border: 0;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-search.png?v=9080517813900721371) center center no-repeat transparent;
  background-size: 30px auto;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px; }

.site-header.alt_header .cart-page-link.cart-button {
  overflow: hidden;
  padding: 1px 10px;
  border-radius: 4px;
  top: 12px;
  margin-left: 15px;
  background: #4f4596 !important; }

.header-bar__new-cart-icon {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-cart.png?v=13528578791622581262) center top 3px no-repeat transparent;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  float: left; }

.cart__new-cart-icon {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-cart-black.png?v=18199263194766288639) center top 3px no-repeat transparent;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  float: left; }

.cart-page-link.cart-button .cart-text {
  display: inline-block;
  margin-left: 10px; }

.site-header.alt_header .site-nav {
  text-align: left;
  padding-top: 9px;
  float: left;
  display: inline-block; }

.site-header.alt_header .header-right {
  float: right;
  display: inline-block; }

.site-header.alt_header .cart-page-link.cart-button .cart-count {
  left: 24px;
  background: #F2C94C;
  border: 1px solid #F2C94C;
  color: #000; }

.site-header.alt_header .site-header__logo a {
  max-width: 235px;
  margin: 0; }

.full_width {
  padding: 0 15px; }

.site-header.alt_header .new_cart {
  psition: relative; }

.site-header.alt_header .drop-cart {
  top: 52px; }

.alt_header-deal-wrapper.alt_header-mobile-deal {
  background: #DFDFE1;
  padding: 0; }

.alt_header-deal-wrapper.alt_header-mobile-deal img {
  width: 100%;
  display: block; }

.alt_header-deal-wrapper.alt_header-mobile-deal .alt_header-deal {
  overflow: hidden; }

.alt_header-deal-wrapper.alt_header-mobile-deal .alt_header-deal li {
  float: left;
  margin-bottom: 0; }

.alt_header-deal-box-mobile {
  text-align: left; }

.alt_header-mobile-deal .alt_header-deal h4, .alt_header-mobile-deal .alt_header-deal .h4 {
  font-size: 10px;
  line-height: 1em;
  margin-bottom: 4px;
  color: #4F4596; }

.alt_header-mobile-deal .alt_header-deal .free-shipping h4, .alt_header-mobile-deal .alt_header-deal .free-shipping .h4 {
  color: #A20303; }

.alt_header-mobile-deal .alt_header-deal p {
  font-size: 8px;
  line-height: 12px;
  margin-bottom: 0px; }

.alt_header-deal-wrapper.alt_header-mobile-deal .alt_header-deal li img {
  max-width: 8px;
  right: 15px;
  margin-top: -4px; }

.icon-cart-image {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-cart-purple.png?v=16374292182470808433) center center no-repeat transparent;
  width: 22px;
  height: 20px;
  background-size: contain; }

.icon-cart-image.full {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-cart-purple.png?v=16374292182470808433) center center no-repeat transparent;
  background-size: contain; }

.mobile-cart-page-link .cart-count {
  background: #F2C94C;
  color: #383157;
  top: 2px; }

.cartpop .popcart-left-inner h3, .cartpop .popcart-left-inner .h3 {
  color: #4F4596;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/tick-purple.png?v=16000838705837210913) center left no-repeat transparent;
  background-size: 20px auto; }

.also-bought .btn {
  background: #4F4596; }

.also-bought .btn:hover {
  background: #6E5CC5; }

.cartpopo-buttons .btn.to_cart {
  background: #FFC700;
  color: #383157; }

.also-bought .buy-with-price {
  color: #4F4596; }

.cart-last-item .cart-last-item-info div {
  color: #4F4596; }

.wide-wrapper, .os-page-container {
  padding: 0 30px; }

.site-nav-right {
  text-align: right;
  margin-bottom: 15px;
  display: inline-block; }

.info-slider-wrapper {
  display: inline-block;
  max-width: 230px;
  line-height: 18px;
  margin-right: 50px;
  color: #0038FF; }

.info-slider-wrapper .owl-carousel {
  display: none; }

.info-slider-wrapper .no-js .owl-carousel {
  display: block; }

.info-slider-wrapper .owl-carousel.owl-loaded {
  display: block; }

@media screen and (max-width: 1480px) {
  .site-header.alt_header .site-nav {
    padding-left: 20px; } }
@media screen and (max-width: 1280px) {
  .home_jar-test-wrapper h2 img, .home_jar-test-wrapper .h2 img {
    max-width: 130px; }

  .home_jar-test-wrapper h2, .home_jar-test-wrapper .h2,
  .home_banner-image-wrapper .home_overlay h2,
  .home_banner-image-wrapper .home_overlay .h2 {
    font-size: 22px;
    line-height: 36px; }

  .home_banner-image-wrapper .home_overlay {
    top: 30px; }

  .count__down div {
    font-size: 12px; }

  .count__down div span {
    font-size: 8px;
    line-height: 12px;
    top: -1px; }

  .flash-sale-text {
    font-size: 12px;
    padding-left: 2px;
    top: 0; }

  .site-header.alt_header .site-nav {
    padding-left: 20px; }

  .site-header.alt_header .site-nav__link {
    padding: 0 7px 10px; }

  .info-slider-wrapper {
    max-width: 198px;
    margin-right: 0px;
    font-size: 12px; }

  .site-header.alt_header .site-nav > li.infinity-packs .site-nav__link {
    padding-right: 40px; }

  .site-header.alt_header .site-nav > li.infinity-packs .site-nav__link:after {
    right: 5px; } }
@media screen and (max-width: 1100px) {
  .site-header.alt_header .site-nav {
    padding-left: 15px; }

  .info-slider-wrapper {
    max-width: 198px;
    font-size: 12px; }

  .site-header.alt_header .site-nav__link {
    padding: 0 5px 10px;
    font-size: 13px; }

  .site-nav > li.infinity-packs .site-nav__link {
    padding-right: 40px !important; }

  .site-nav > li.infinity-packs .site-nav__link:after {
    right: 4px !important; }

  .site-header.alt_header .cart-page-link.cart-button {
    padding: 1px 6px;
    margin-left: 10px; } }
@media screen and (max-width: 1023px) {
  .alt_header-topbar .manual-count-down-wrapper {
    text-align: center; }

  .flash-sale-text {
    font-size: 14px;
    padding-left: 15px; }

  .header-bar .mobile-logo {
    width: 150px;
    margin-top: 10px; } }
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .home_main-category-wrapper {
    text-align: center; }

  .home_main-category-wrapper .overflow-wrapper {
    display: inline-block; }

  .home_jar-test-wrapper h2 img, .home_jar-test-wrapper .h2 img {
    max-width: 100px; } }
@media screen and (max-width: 480px) {
  .flash-sale-text {
    font-size: 11px;
    padding-left: 5px; }

  .home_jar-test-wrapper h2 img, .home_jar-test-wrapper .h2 img {
    max-width: 100px; }

  .alt_header-topbar .wide-wrapper {
    padding: 0 10px; } }
/******** New homepage for AB test *******/
.home_hero-wrapper {
  background: #fff; }

.home_hero-wrapper .btn-orange:hover {
  background: #17b5ff; }

.home_banner-image-wrapper {
  position: relative; }

.home_banner-image-wrapper > img {
  display: block; }

.home_banner-image-wrapper .home_overlay {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center; }

.home_banner-image-wrapper .home_overlay h2, .home_banner-image-wrapper .home_overlay .h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.01em;
  color: #383157; }

.home_banner-image-wrapper .home_overlay h2 span, .home_banner-image-wrapper .home_overlay .h2 span {
  font-family: 'Poppins-Light';
  display: block;
  text-transform: initial; }

.btn-orange {
  font-family: 'Poppins-Regular';
  background: #FFC700;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #383157;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 32px;
  padding: 6px 25px; }

.home_banner-image-wrapper .home_overlay .btn-orange {
  text-transform: capitalize; }

.home_jar-test-wrapper {
  margin: 50px 30px 0px;
  text-align: center; }

.home_jar-test-wrapper h2, .home_jar-test-wrapper .h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.01em;
  color: #383157; }

.home_jar-test-wrapper a.btn {
  background: #4F4596;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #fff;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 32px;
  padding: 6px 25px; }

.home_jar-test-wrapper a.btn:hover {
  background: #6E5CC5; }

.home_jar-test-wrapper p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #383157;
  max-width: 600px;
  margin: 0 auto; }

.home_tabbed-category-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/home_tab-bg.jpg?v=16473715957292794629) no-repeat top right #dfdfe1;
  padding: 40px;
  background-size: 100% auto; }

.home_tabbed-category-wrapper h2, .home_tabbed-category-wrapper .h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157; }

ul.tabs.home_tab {
  border-bottom: none;
  display: table;
  width: 100%;
  margin-bottom: 0; }

ul.tabs.home_tab li {
  display: table-cell; }

ul.tabs.home_tab li a:focus {
  outline: none; }

ul.tabs.home_tab li a {
  font-size: 16px;
  line-height: 32px;
  display: block;
  margin: 0 6px;
  padding: 10px;
  background: #F8F9FA;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157;
  border: none;
  height: auto;
  text-align: center; }

ul.tabs.home_tab li:first-child a {
  margin-left: 0; }

ul.tabs.home_tab li:last-child a {
  margin-right: 0; }

ul.tabs.home_tab li a.active {
  top: 0;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  background: #fff;
  box-shadow: none; }

.tabs-content.home_tab {
  background: #fff;
  padding: 15px; }

.single-product-wrapper.new_style {
  text-align: left;
  padding: 0; }

.single-product-wrapper.new_style .grid-link__title {
  font-size: 14px;
  line-height: 18px;
  min-height: 36px;
  color: #383157;
  font-family: 'Poppins-Light';
  font-weight: 300;
  padding: 0; }

.single-product-wrapper.new_style .grid-link__meta {
  font-size: 16px;
  line-height: 32px;
  color: #A20303; }

.single-product-wrapper.new_style .grid-link__sale_price {
  font-size: 16px;
  line-height: 32px;
  color: #9694A3;
  font-family: 'Poppins-Light';
  display: inline-block;
  margin-left: 10px; }

.single-product-wrapper.new_style .jdgm-prev-badge__text {
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #9694A3;
  margin-left: 6px; }

.single-product-wrapper.new_style:hover .grid-link__image {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.single-product-wrapper.new_style .product-links {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  background: transparent;
  border: none;
  display: none; }

.single-product-wrapper.new_style:hover .product-links {
  display: block; }

.single-product-wrapper.new_style .product-links-inner {
  padding: 0 5px; }

.single-product-wrapper.new_style .product-links-inner a.link-more-info {
  background: #4F4596;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: inline-block;
  padding: 7px 5px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 24px;
  min-width: 125px; }

.single-product-wrapper.new_style .product-links-inner a.link-more-info:hover {
  background: #6E5CC5; }

.single-product-wrapper.new_style .product-links-inner form {
  display: block;
  margin-bottom: 5px; }

.single-product-wrapper.new_style .product-links-inner .add__to__cart {
  background: #FFC700;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 32px;
  color: #383157;
  padding: 2px 5px;
  width: auto;
  min-width: 125px; }

.single-product-wrapper.new_style .product-links-inner .add__to__cart:hover {
  background: #FFDC62; }

.product-price-off-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #FFC700;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #383157;
  padding: 3px 8px 2px;
  font-family: 'Poppins-Light'; }

.home_featured-products {
  padding: 40px; }

.home_featured-products .home-category-header {
  margin-top: 0; }

.home_featured-products .section-header__title {
  font-size: 26px;
  line-height: 48px;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157; }

ul.cat-links {
  background: #F8F9FA;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157; }

.home_featured-review {
  margin-top: 0;
  background: #F8F9FA;
  padding: 30px 0; }

.home_featured-review.herbs {
  background: #F8F9FA; }

.flex-wrapper {
  display: flex;
  align-items: center; }

.flex-wrapper .flex-item-one {
  flex: 1.2; }

.flex-wrapper .flex-item-two {
  flex: 1.8; }

.home_featured-review .image-wrapper img {
  float: left;
  width: 100%; }

.home_featured-review .home_featured-single-review {
  padding: 0 75px;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Poppins-Regular';
  color: #383157; }

.home_featured-review .home_featured-single-review span {
  font-family: 'Poppins-Light';
  font-style: italic;
  display: block; }

.home_featured-review .home_featured-single-review a {
  display: inline-block;
  margin-top: 15px;
  padding: 6px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: #4F4596;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.home_featured-review .home_featured-single-review a:hover {
  background: #6E5CC5; }

.home_high_performance-wrapper {
  position: relative;
  overflow: hidden; }

.home_high_performance-wrapper > img {
  width: 100%;
  float: left; }

.home_high_performance-wrapper .high-performance-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  padding: 0 40px;
  transform: translateY(-50%); }

.home_high_performance-wrapper .high-performance-overlay h3, .home_high_performance-wrapper .high-performance-overlay .h3 {
  font-size: 26px;
  line-height: 44px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157; }

.home_high_performance-wrapper .high-performance-overlay ul {
  margin: 20px 0 0;
  max-width: 650px;
  overflow: hidden; }

.home_high_performance-wrapper .high-performance-overlay ul li {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
  max-width: 300px; }

.home_high_performance-wrapper .high-performance-overlay ul li img {
  max-width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.home_high_performance-wrapper .high-performance-overlay a.btn {
  display: inline-block;
  padding: 6px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: #4F4596;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-transform: uppercase; }

.home_high_performance-wrapper .high-performance-overlay a.btn:hover {
  background: #6E5CC5; }

.home_high_performance-wrapper .high-performance-overlay .fire-multi {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-fire-multi.png?v=1774524691840347281) left center no-repeat transparent;
  background-size: 28px auto;
  padding-left: 36px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #A20303; }

.home_high_performance-wrapper .high-performance-overlay .fire-multi span {
  text-transform: uppercase;
  font-family: 'Poppins-Regular'; }

.high-performance-info {
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.high-performance-info a {
  font-family: 'Poppins-Regular';
  color: #383157; }

.main-callbox.new_home {
  background: linear-gradient(180deg, #fb9f26 0%, #f5f22b 173.91%);
  transform: matrix(1, 0, 0, -1, 0, 0); }

.main-callbox.new_home .wrapper {
  transform: matrix(1, 0, 0, -1, 0, 0); }

.home_popup-video {
  padding: 40px 0; }

.home_popup-video img {
  max-width: 100%; }

.home_main-category-wrapper {
  margin: 10px 0; }

.list .home_main-category {
  display: inline-block;
  max-width: 71px;
  min-width: 71px;
  margin: 0 5px; }

.list .home_main-category img {
  max-width: 100%; }

.list .home_main-category span {
  display: block; }

.list .home_main-category span.bestseller {
  color: #A20303;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-fire-multi.png?v=1774524691840347281) left center no-repeat transparent;
  background-size: 10px auto;
  padding-left: 6px; }

.list .home_main-category a {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #383157; }

.home_new-style .alternate-product-grid {
  text-align: left;
  padding-left: 3px;
  position: relative; }

.home_new-style .alternate-product-grid .grid-link__meta {
  color: #A20303;
  font-size: 16px;
  line-height: 26px; }

.home_new-style .alternate-product-grid .grid-link__sale_price {
  margin-left: 5px; }

ul.cat-links li.current {
  background: #4F4596; }

.product-category-title {
  border: none;
  color: #383157; }

.custom-product-page-sub-header {
  margin-top: 0;
  color: #383157; }

.home_new-style .category-product-wrapper a.btn {
  background: #FFC700;
  color: #383157; }

.home_new-style .category-product-list ul.tabs li a.active {
  background: #383157; }

@media screen and (max-width: 1280px) {
  .home_jar-test-wrapper h2, .home_jar-test-wrapper .h2,
  .home_banner-image-wrapper .home_overlay h2,
  .home_banner-image-wrapper .home_overlay .h2 {
    font-size: 22px;
    line-height: 36px; }

  .home_banner-image-wrapper .home_overlay {
    top: 26px; }

  .home_jar-test-wrapper {
    margin: 26px 30px 0px; }

  .home_jar-test-wrapper p {
    line-height: 22px; }

  .single-product-wrapper.new_style .product-links {
    top: 18%;
    padding: 10px 0; }

  .single-product-wrapper.new_style .jdgm-prev-badge__text {
    line-height: 22px; }

  .home_featured-review .home_featured-single-review {
    padding: 0 15px;
    line-height: 26px; }

  .home_high_performance-wrapper .high-performance-overlay h3, .home_high_performance-wrapper .high-performance-overlay .h3 {
    font-size: 20px;
    line-height: 28px; }

  .home_high_performance-wrapper .high-performance-overlay ul {
    margin: 10px 0 0; }

  .home_high_performance-wrapper .high-performance-info {
    margin-bottom: 0; } }
@media screen and (max-width: 1023px) {
  ul.tabs.home_tab li a {
    font-size: 14px;
    line-height: 22px; }

  .home_jar-test-wrapper h2, .home_jar-test-wrapper .h2, .home_banner-image-wrapper .home_overlay h2, .home_banner-image-wrapper .home_overlay .h2 {
    font-size: 18px;
    line-height: 26px; }

  .home_jar-test-wrapper p {
    font-size: 13px;
    line-height: 18px; }

  .home_featured-review .home_featured-single-review {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0; }

  .home_featured-review .home_featured-single-review a {
    font-size: 13px;
    line-height: 26px; }

  .home_high_performance-wrapper .high-performance-overlay {
    width: 100%; }

  .home_high_performance-wrapper .high-performance-overlay ul {
    max-width: 400px; }

  .home_high_performance-wrapper .high-performance-overlay ul li {
    max-width: 185px;
    margin-right: 15px;
    margin-bottom: 10px; }

  .home_high_performance-wrapper .high-performance-overlay h3, .home_high_performance-wrapper .high-performance-overlay .h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px; }

  .home_high_performance-wrapper .high-performance-overlay a.btn {
    margin-top: 8px;
    padding: 6px 30px;
    font-size: 12px;
    line-height: 24px; }

  ul.tabs.home_tab li {
    vertical-align: bottom; }

  .main-callbox.new_home h3, .main-callbox.new_home .h3 {
    line-height: 1.2em; }

  .single-product-wrapper.new_style:hover .product-links {
    display: none; } }
@media screen and (max-width: 480px) {
  .home_banner-image-wrapper .home_overlay {
    top: 15px; }

  .home_banner-image-wrapper .home_overlay h2, .home_banner-image-wrapper .home_overlay .h2,
  .home_jar-test-wrapper h2,
  .home_jar-test-wrapper .h2 {
    font-size: 18px;
    line-height: 30px; }

  .home_jar-test-wrapper p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px; }

  .home_tabbed-category-wrapper {
    padding: 30px 0 30px 15px; }

  .home_tabbed-category-inner {
    overflow-x: auto; }

  .home_tabbed-category-wrapper h2, .home_tabbed-category-wrapper .h2 {
    font-size: 14px;
    line-height: 28px; }

  .home_tabbed-category-inner .tabs.home_tab {
    display: table;
    width: 900px;
    margin-bottom: 0; }

  .home_tabbed-category-inner .tabs-content.home_tab {
    display: flex;
    padding: 15px 15px 20px 15px;
    width: 900px; }

  .single-product-wrapper.new_style .grid-link__title {
    font-size: 12px;
    line-height: 18px; }

  .single-product-wrapper.new_style .grid-link__sale_price {
    margin-left: 6px; }

  ul.tabs.home_tab {
    border-bottom: none;
    display: table;
    width: 100%;
    margin-bottom: 0; }

  ul.tabs.home_tab li a {
    font-size: 12px;
    line-height: 16px; }

  .single-product-wrapper.new_style .grid-link__meta {
    font-size: 16px !important;
    line-height: 32px; }

  .product-price-off-badge {
    top: 8px;
    right: 6px;
    font-size: 10px;
    line-height: 14px;
    padding: 3px 5px 2px; }

  .home_featured-review {
    padding-top: 0; }

  .home_featured-review .flex-wrapper {
    -webkit-flex-flow: row wrap;
    margin: 0;
    flex-flow: row wrap; }

  .home_featured-review .flex-wrapper .flex-item-one {
    flex: 1 100%; }

  .home_featured-review .flex-wrapper .flex-item-two {
    flex: 1 100%; }

  .home_featured-review .home_featured-single-review {
    padding: 25px 15px; }

  .home_featured-review .home_featured-single-review {
    font-size: 14px;
    line-height: 26px; }

  .home_high_performance-wrapper .high-performance-overlay {
    top: 45px;
    width: 100%;
    padding: 0 15px;
    transform: translateY(-10px); }

  .home_high_performance-wrapper .high-performance-overlay ul {
    max-width: 100%;
    padding: 0 15px; }

  .home_high_performance-wrapper .high-performance-overlay ul li {
    display: inline-block;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5px; }

  .home_high_performance-wrapper .high-performance-overlay h3, .home_high_performance-wrapper .high-performance-overlay .h3 {
    font-size: 18px;
    line-height: 30px;
    text-align: center; }

  .home_banner-image-wrapper .btn-orange,
  .home_jar-test-wrapper a.btn {
    font-size: 14px;
    border-radius: 6px;
    line-height: 30px; }

  .home_new-style .big-save-wrapper a {
    border-radius: 6px;
    background: #FFC700; }

  ul.tabs.home_tab li a {
    box-shadow: none; } }
/******** New style product page *********/
.product-single.new_style {
  margin-top: 15px; }

.product-video-wrapper {
  margin-top: 15px; }

.product-video-wrapper video {
  width: 100%;
  max-height: 100%; }

.prodcut-video {
  margin-top: 15px; }

.product-single.new_style .product-page-product-title {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #383157;
  margin-bottom: 2px; }

.product-single.new_style .editor-choice {
  float: left;
  display: inline-block;
  padding-right: 0;
  padding-left: 10px;
  border-right: 0px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  margin-right: 0;
  margin-left: 10px; }

.product-single.new_style .editor-choice-and-review {
  border-bottom: 0; }

.product-single.new_style .jdgm-prev-badge__text {
  color: #9694A3;
  margin-left: 5px; }

.product-single.new_style .editors-choice-wrapper {
  color: #9694A3;
  font-weight: normal; }

.product-single.new_style .editors-choice-wrapper a {
  color: #4E4598;
  font-family: 'Poppins-Light';
  text-decoration: underline; }

.product-single.new_style .super-fast-delivery {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/fast-delivery-truck.png?v=15088653212711702305) left center no-repeat transparent;
  background-size: 20px auto;
  padding-left: 30px;
  text-align: left;
  margin-top: 15px;
  color: #383157; }

.product-single.new_style #wholesale-link-container .wholesale-text {
  padding-left: 0; }

.product-single.new_style #wholesale-link-container {
  background: none;
  border: none;
  margin-top: 5px; }

.product-single.new_style #wholesale-link-container .wholesale-inner {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/new_product_spacial.png?v=2711923936440987189) left 10px center no-repeat #ffe177;
  background-size: 140px auto;
  padding: 15px 0 15px 165px;
  border-radius: 6px; }

.product-single.new_style .science-single-box h3, .product-single.new_style .science-single-box .h3 {
  background: #F3F0FF;
  color: #4E4598;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize; }

.product-single.new_style .science-single-box {
  background: #F8F9FA; }

.product-single.new_style .science-single-box p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #212529;
  font-family: 'Poppins-Light';
  min-height: 28px; }

.product-single.new_style .science-single-box img {
  max-width: 70px;
  margin: 0 auto; }

.new_dishwash {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-dishwash.png?v=16690287794429633519) left center no-repeat transparent;
  background-size: 52px;
  padding: 10px 10px 10px 75px; }

.new_handwash {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-handwash.png?v=12674013828850926195) left center no-repeat transparent;
  background-size: 52px;
  padding: 10px 10px 10px 75px; }

.product-common-sections {
  margin-top: 30px; }

.product-common-sections .new_compare {
  margin-bottom: 30px; }

.new_heading {
  font-size: 20px;
  line-height: 30px;
  color: #4F4596; }

.new_chive-test, .new_gurantee {
  background: #F8F9FA;
  border-radius: 6px;
  padding: 25px 15px;
  margin: 15px 0 30px; }

.new_chive-test h3, .new_chive-test .h3,
.new_gurantee h3,
.new_gurantee .h3 {
  font-size: 20px;
  line-height: 32px;
  color: #4F4596; }

.new_gurantee h3, .new_gurantee .h3 {
  margin-top: 25px; }

.new_chive-test p,
.new_gurantee p {
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.new_chive-test img,
.new_gurantee img {
  display: block;
  margin: 0 auto; }

.new_gurantee .gurantee {
  max-width: 172px;
  width: 100%; }

.swatch.swatch_new label {
  border: none;
  border-radius: 6px;
  min-width: 120px !important;
  height: 80px !important; }

.swatch.swatch_new.style label {
  height: 56px !important; }

.swatch.swatch_new .selected-tick {
  max-width: 16px;
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1; }

.swatch.swatch_new .additional-label-info {
  background: #F8F9FA;
  border-radius: 6px;
  padding: 10px; }

.swatch.swatch_new input:checked + label {
  border: 1px solid #4E4598; }

.swatch.swatch_new input:checked + label + .additional-label-info {
  background: #F3F0FF; }

.swatch.swatch_new input:checked + label + .additional-label-info + .selected-tick {
  display: inline-block; }

.swatch.swatch_new .swatch-element.first-option {
  margin-top: 0; }

.swatch.swatch_new .swatch-element span.swatch-price {
  display: inline-block;
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  color: #212529;
  font-family: 'Poppins-Regular';
  margin-right: 5px; }

.swatch.swatch_new .swatch-element span.swatch-save {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: line-through;
  color: #ADB5BD;
  font-family: 'Poppins-Light'; }

.swatch.swatch_new .swatch-element span.swatch-title {
  font-size: 12px;
  line-height: 18px;
  color: #212529; }

.swatch.swatch_new .swatch-element span.swatch-title.style {
  font-family: 'Poppins-Regular';
  text-transform: none; }

.swatch.swatch_new input:checked + label + .additional-label-info span.swatch-price,
.swatch.swatch_new input:checked + label + .additional-label-info span.swatch-title {
  color: #4E4598; }

.variant-title {
  margin-bottom: 15px; }

.add__to__cart {
  background: #ffc700 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: auto !important;
  padding: 2px 25px 6px !important;
  border: none !important; }

.single-product-wrapper.new_style .add__to__cart {
  padding: 3px 25px 3px !important; }

.add__to__cart:hover {
  background: #ffdc62 !important; }

.ideal-for-storing {
  display: none; }

.product-right-sidebar .dimensions {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px solid #BDBDBD; }

.product-science-top {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #E9ECEF; }

.jdgm-histogram .jdgm-star,
.jdgm-rev-widg__header a,
.jdgm-rev-widg__reviews a {
  color: #ffc700 !important; }

#wholesale-link-container span,
#wholesale-link-container a {
  font-size: 14px; }

.same-style-carousel-new {
  padding: 0 40px;
  position: relative; }

.same-style-carousel-new.same-style-mobile {
  padding: 0; }

.same-style-carousel-new .owl-nav .owl-next {
  float: right; }

.same-style-carousel-new .owl-nav, .additional-style-carousel-new .owl-nav {
  position: absolute;
  top: 45%;
  margin-left: -40px;
  margin-right: -40px;
  width: 100%;
  z-index: -1; }

.same-style-carousel-new .owl-nav .owl-next, .additional-style-carousel-new .owl-nav .owl-next {
  float: right; }

.same-style-carousel-new .same-style-single-box {
  border: none;
  text-align: left;
  transition: all 0.08s ease-in; }

.same-style-carousel-new.same-style-mobile .same-style-single-box {
  display: inline-block;
  min-width: 160px;
  width: 160px;
  position: relative; }

.same-style-carousel-new .same-style-single-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.same-style-carousel-new .same-style-price span {
  display: inline-block;
  margin-left: 15px;
  text-decoration: line-through;
  color: #9694A3; }

.same-style-carousel-new .same-style-details h5, .same-style-carousel-new .same-style-details .h5 {
  font-size: 16px;
  line-height: 32px;
  color: #383157; }

.same-style-carousel-new .same-style-price {
  font-size: 16px;
  line-height: 32px; }

.same-style-carousel-new .product-price-off-badge {
  right: auto;
  left: 20px; }

.same-style-carousel-new.same-style-mobile .same-style-details h5, .same-style-carousel-new.same-style-mobile .same-style-details .h5 {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins-Light'; }

.same-style-carousel-new.same-style-mobile .same-style-price {
  font-size: 12px; }

.product-single.new_style #AddToCart {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  font-family: 'Poppins-SemiBold'; }

.product-single.new_style #AddToCartText {
  position: relative;
  top: 3px;
  margin-left: 5px;
  color: #383157; }

.product-single.new_style .same-styles-wrapper,
.product-single.new_style .bundle-wrapper {
  margin-top: 40px;
  border-top: 1px solid #BDBDBD;
  padding-top: 40px; }

.product-single.new_style .line-title h4, .product-single.new_style .line-title .h4 {
  border-top: 0;
  position: static;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal; }

.new_compare .table-wrapper {
  max-width: 100%; }

.prod-compare tr td {
  padding: 3px 10px; }

.prod-compare tr.even td {
  background: #F8F9FA; }

.prod-compare tr td:first-child {
  white-space: nowrap;
  font-size: 14px;
  line-height: 30px;
  color: #383157; }

.prod-compare .compare-image {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #383157;
  max-width: 110px;
  margin: 0 auto; }

.prod-compare .compare-image span {
  display: block;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  margin-bottom: 10px; }

.prod-compare .compare-tick {
  max-width: 24px;
  margin: 0 auto; }

.prod-compare .compare-image img,
.prod-compare .compare-tick img {
  display: block; }

@media screen and (max-width: 1280px) {
  .product-single.new_style .product-page-product-title {
    font-size: 20px;
    line-height: 28px; }

  .product-single.new_style .review-ratting-wrapper {
    font-size: 73%; }

  .product-single.new_style .editor-choice {
    padding-left: 5px;
    margin-left: 5px; }

  .product-single.new_style .editors-choice-wrapper, .product-single.new_style .editors-choice {
    font-size: 11px; }

  .product-single.new_style .swatch .swatch-element span.swatch-title {
    margin-bottom: 4px; }

  .product-single.new_style .swatch.swatch_new label {
    min-width: 118px !important; }

  .product-single.new_style #wholesale-link-container .wholesale-inner {
    background-size: 100px auto;
    padding: 15px 0 15px 120px; }

  #wholesale-link-container span, #wholesale-link-container a {
    font-size: 12px; }

  .product-single.new_style .science-single-box p {
    font-size: 13px; }

  .product-single.new_style .science-single-box p br {
    display: none; }

  .new_chive-test h3, .new_chive-test .h3, .new_gurantee h3, .new_gurantee .h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px; }

  .new_chive-test p, .new_gurantee p {
    font-size: 12px;
    line-height: 20px; }

  .new_gurantee .gurantee {
    max-width: 110px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .product-single.new_style .price-box,
  .product-single.new_style #AddToCartForm .swatch {
    width: 100%; }

  .product-single.new_style .price-box {
    padding: 0; }

  .new_gurantee .gurantee {
    max-width: 200px; }

  .new_chive-test img {
    max-width: 300px; }

  .new_dishwash, .new_handwash {
    background-size: 44px;
    padding: 10px 10px 10px 60px;
    margin-bottom: 20px; }

  .cart-sidebar .form-label label {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .product-single.new_style .product-page-product-title {
    font-size: 18px;
    line-height: 26px; }

  .product-single.new_style .jdgm-widget * {
    font-size: 10px; }

  .product-single.new_style .editors-choice-wrapper,
  .product-single.new_style .editors-choice {
    font-size: 10px; }

  .product-single.new_style .editor-choice {
    padding-left: 3px;
    margin-left: 3px;
    line-height: 1em; }

  .product-single.new_style .editor-choice-and-review {
    margin-bottom: 0; }

  .variant-title {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px; }

  .swatch.swatch_new label {
    min-width: 94px !important;
    height: 86px !important; }

  .swatch.swatch_new .swatch-element span.swatch-title {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px; }

  .swatch.swatch_new .swatch-element span.swatch-price {
    line-height: 26px; }

  .swatch.swatch_new .swatch-element span.swatch-save {
    font-size: 10px;
    line-height: 15px; }

  .product-single.new_style #wholesale-link-container .wholesale-inner {
    background-size: 100px auto;
    padding-left: 115px; }

  .product-single.new_style .science-single-box img {
    max-width: 90px;
    float: left; }

  .product-single.new_style .science-single-box p {
    padding: 10px 0 15px 115px;
    text-align: left; }

  .new_chive-test h3, .new_chive-test .h3, .new_gurantee h3, .new_gurantee .h3 {
    font-size: 18px;
    line-height: 26px; }

  .same-style-wrapper {
    margin-top: 30px; }

  .product-single.new_style .swatch.swatch_new label {
    min-width: 105px !important;
    height: 75px !important; }

  .product-single.new_style .swatch.swatch_new .swatch-element span.swatch-price {
    font-size: 20px; }

  .same-style-carousel-new .same-style-details h5, .same-style-carousel-new .same-style-details .h5 {
    font-size: 14px;
    line-height: 1.4em; }

  .cartpopo-buttons .btn.view__cart {
    background: #FFC700;
    color: #393939; } }
/********* Science page *********/
.page_science .btn.btn-custom {
  background: #FFC700;
  color: #393939; }

.page_science .btn.btn-custom:hover {
  background: #4F4596; }

.page_science .shocking-header h2, .page_science .shocking-header .h2,
.page_science .feature-head h2,
.page_science .feature-head .h2,
.page_science .compare-text h2,
.page_science .compare-text .h2 {
  color: #383157;
  font-size: 26px;
  line-height: 42px; }

.page_science .intro-section h2, .page_science .intro-section .h2 {
  color: #383157;
  font-size: 28px;
  line-height: 42px; }

.compare-chart {
  border: 5px solid #383157; }

@media screen and (min-width: 1280px) {
  .page_science .compare-text h2, .page_science .compare-text .h2 {
    max-width: 220px; } }
.single-product-wrapper-mobile .add__to__cart {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/icon-cart.png?v=114961764094424551131645983563) center center no-repeat transparent !important;
  box-shadow: none; }

/******** New footer **************/
.footer-inner {
  padding: 10px 40px;
  font-size: 14px;
  line-height: 30px; }

.footer-logo {
  display: inline-block;
  max-width: 195px; }

.footer-text strong {
  font-family: 'Poppins-SemiBold'; }

ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.footer-menu li {
  margin: 0 0 5px 0; }

ul.footer-menu li a {
  color: #fff; }

.footer-inner .copyright {
  margin-top: 10px; }

@media screen and (max-width: 480px) {
  .footer-logo {
    max-width: 180px; }

  .footer-social-links .social-icons li {
    margin-bottom: 0; } }
/********** accordion ************/
.accordion-container {
  position: relative;
  height: auto; }

.accordion {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  border: none; }

.accordion > a {
  display: block; }

.accordion > a i {
  float: right;
  margin-top: 10px; }

.accordion .arrow-sign {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/arrow-purple.png?v=17959110183856540719) center center no-repeat transparent;
  background-size: 12px auto; }

.accordion > a.active .arrow-sign {
  transform: rotate(180deg); }

.accordion-content {
  display: none; }

/***** New cart ***********/
.satisfaction-area {
  margin-top: 10px;
  margin-bottom: 10px; }

.free-shipping-info-img {
  float: left;
  padding-right: 12px; }

.free-shipping-info-text {
  float: left;
  color: #9E9999;
  font-size: 1em; }

.free-shipping-info-text h2, .free-shipping-info-text .h2 {
  color: #545E60;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: 'Poppins-SemiBold'; }

.free-shipping-info-text p {
  margin-bottom: 0;
  line-height: 1.2em;
  font-family: 'Poppins-Medium'; }

.satisfaction {
  min-height: 94px; }

.satisfaction .satisfaction-left {
  width: 40%;
  float: left; }

.satisfaction .satisfaction-left h3, .satisfaction .satisfaction-left .h3 {
  color: #545E60;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 1.2em;
  font-family: 'Poppins-SemiBold'; }

.satisfaction .satisfaction-right {
  width: 60%;
  float: left;
  padding-left: 12px;
  font-family: 'Poppins-Light'; }

.satisfaction-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #9E9999;
  text-transform: capitalize; }

.satisfaction-right ul li {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/bullet-copy.png?v=66061836518757049761645983503) left center no-repeat transparent;
  padding-left: 25px; }

.satisfaction-right ul li:first-child {
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-48.png?v=13926115990584257645);
  background-size: 16px auto; }

.satisfaction-right ul li:last-child {
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/t/76/assets/bullet-return.png?v=7213973361781646001645983504); }

.feddback-checkout {
  width: 100%;
  display: inline-block; }

.feddback-checkout-img {
  width: 12%;
  float: left; }

.feddback-checkout-text {
  width: 88%;
  float: left; }

.feddback-checkout-text h2, .feddback-checkout-text .h2 {
  color: #393939;
  font-size: 16px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px; }

.feddback-checkout-box textarea {
  width: 100%;
  border-radius: 0; }

.feddback-checkout-box input[type=submit] {
  background: #6CBE00;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2em;
  line-height: 1em;
  width: 100%;
  border-radius: 0;
  margin-top: 8px; }

.docapp-coupon-input input[type="text"].docapp-coupon-input--input {
  background: #f1f3f5 !important;
  border: 0px solid #ccc !important; }

.cart-sidebar .form-label label {
  background: #FFC700;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #383157;
  text-transform: none;
  font-family: 'Poppins-SemiBold'; }

.payment-method {
  margin: 0 15px 15px;
  overflow: hidden; }

.payment-method h2, .payment-method .h2 {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
  font-family: 'Poppins-Regular'; }

.cart__image.desktop {
  position: relative; }

.cart__image.desktop .item_price_saving {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  font-family: 'Poppins-Light';
  background: #FFC700; }

.cart-single-price {
  font-size: 20px; }

.grid-link__sale_price {
  color: #A6A6A6;
  font-size: 16px;
  margin-right: 10px; }

.sub_total {
  color: #A20303; }

.sub_total span {
  color: #A20303;
  padding-left: 30px;
  display: inline-block; }

.cart-shipping-info {
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  margin-top: 25px;
  padding: 15px;
  color: #393939; }

.cart-shipping-info h4, .cart-shipping-info .h4 {
  font-size: 16px;
  line-height: 32px;
  font-family: 'Poppins-Regular';
  margin-bottom: 10px; }

.cart-shipping-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins-Light'; }

.cart-add-note,
.cart-faq {
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  margin-top: 25px;
  padding: 15px;
  color: #393939; }

.cart-add-note .accordion_title,
.cart-faq .accordion_title {
  font-size: 16px;
  line-height: 32px;
  color: #393939; }

.cart-add-note .accordion-content,
.cart-faq .accordion-content {
  padding-top: 10px; }

.cart-add-note textarea {
  margin-bottom: 0;
  background: #F1F3F5;
  border-radius: 6px;
  border: none; }

.cart-add-note textarea:focus {
  outline: none; }

.cart-faq {
  margin-bottom: 24px; }

.cart-faq h5, .cart-faq .h5 {
  font-size: 14px;
  line-height: 24px;
  color: #393939;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 5px; }

.cart-faq p {
  font-size: 14px;
  line-height: 24px;
  color: #393939; }

.cart-faq p.last {
  margin-bottom: 0; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cart-sidebar .form-label label {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  .cart__image.desktop .item_price_saving {
    font-size: 9px;
    line-height: 12px; }

  .cart-single-price {
    font-size: 16px; }

  .grid-link__sale_price {
    display: inline-block;
    font-size: 16px; }

  .cart__image.desktop .item_price_saving {
    top: -6px; }

  .cart-shipping-info p {
    font-size: 13px;
    line-height: 24px; }

  .cart-faq h5, .cart-faq .h5, .cart-faq p {
    font-size: 13px;
    line-height: 24px; }

  .satisfaction-area .satisfaction-box {
    font-size: 13px; } }
/******** cart quanitity button ****/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.quantity_box {
  clear: both;
  position: relative; }

.quantity_box input[type='button'] {
  background-color: #F1F3F5;
  min-width: 28px;
  width: auto;
  transition: all 300ms ease;
  border: none; }

.quantity_box .button-minus,
.quantity_box .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 28px;
  position: relative; }

.quantity_box .quantity-field {
  position: relative;
  height: 38px;
  top: -1px;
  text-align: center;
  width: 56px;
  display: inline-block;
  font-size: 13px;
  resize: vertical; }

.cart_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: none; }

.cart_loading img {
  position: absolute;
  top: 50%;
  max-width: 250px;
  transform: translate(-50%, -50%); }

.cart__row a.h5 {
  font-family: 'Poppins-Light';
  font-size: 16px;
  line-height: 24px;
  color: #383157;
  margin-bottom: 15px;
  display: block;
  padding-right: 25px; }

.cart-product-single__variants {
  max-width: 115px;
  background-color: #F1F3F5;
  border-radius: 4px;
  font-family: 'Poppins-Light';
  text-transform: capitalize; }

.cart-product-single__variants option {
  background-color: #F1F3F5;
  border-bottom: 1px solid #E9ECEF;
  text-transform: capitalize; }

.spent-to-get-free-shipping {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-ship-free.png?v=3238661318780373359) left 12px center no-repeat #eef8e0;
  background-size: 20px auto;
  padding: 11px 15px 9px 50px;
  font-size: 13px;
  line-height: 135%;
  color: #383157;
  margin-top: 20px;
  border-radius: 6px; }

.docapp-shipping-bar {
  border-radius: 6px; }

.docapp-shipping-bar--message {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-ship-free.png?v=3238661318780373359) left 12px center no-repeat #eef8e0;
  background-size: 20px auto;
  padding: 11px 15px 9px 50px !important;
  margin-top: 20px;
  border-radius: 6px; }

.floating-checkout-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.15); }

.floating-checkout {
  padding: 10px 15px; }

.floating-checkout .form-label label {
  background: #FFC700;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #383157;
  text-transform: none;
  font-family: 'Poppins-Regular';
  font-weight: bold; }

.floating-total {
  font-size: 16px;
  line-height: 32px;
  font-family: 'Poppins-SemiBold';
  color: #A20303;
  margin-bottom: 5px; }

.floating-total span {
  float: right; }

@media screen and (max-width: 1023px) {
  .cart-item-details {
    position: relative; }

  .cart-item-details .cart__remove {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 6px;
    text-decoration: none; }

  .cart-item-details .cart__remove span {
    display: none; }

  .h5.cart-single-price {
    display: block; } }
@media screen and (max-width: 767px) {
  .cart__row a.h5 {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 3px; }

  .cart-single-price {
    font-size: 14px; }

  .grid-link__sale_price {
    font-size: 12px; }

  .spent-to-get-free-shipping, .docapp-shipping-bar--message {
    font-size: 10px !important; }

  .cart-product-single__variants {
    max-width: 105px;
    font-size: 12px; }

  .quantity_box input[type='button'] {
    max-width: 26px; }

  .quantity_box .button-minus, .quantity_box .button-plus {
    height: 35px; }

  .quantity_box .quantity-field {
    height: 36px; } }
/******** Science page changes *************/
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.intro-flex-text-box {
  flex: 45%; }

.intro-flex-image-box {
  flex: 55%; }

.intro-text {
  padding-right: 30px; }

.ultraviolet-wrapper {
  background: #F8F9FA;
  margin: 30px 0; }

.ultraviolet-image-flex {
  flex: 50%; }

.ultraviolet-text-text {
  flex: 50%; }

.ultraviolet-image img,
.ultraviolet-text img {
  mix-blend-mode: darken;
  display: block;
  max-width: 100%; }

.ultraviolet-text {
  padding: 15px 30px; }

.ultraviolet-text h3, .ultraviolet-text .h3 {
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 10px; }

.ultraviolet-text p {
  font-size: 16px;
  line-height: 26px; }

.ultraviolet-text p span {
  font-family: 'Poppins-SemiBold'; }

.science-feature-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/science-hand.png?v=7345598814529738327) right center no-repeat #f8f9fa;
  background-size: auto 100%;
  padding: 40px 20px 20px; }

.science-feature-wrapper.home {
  margin-bottom: 0; }

.science-features {
  max-width: calc(100% - 400px); }

.science-features h3, .science-features .h3 {
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #383157; }

.common-compare-wrapper {
  margin: 60px 0 30px; }

.compare-table-wrapper {
  max-width: 800px;
  margin: 0 auto; }

.compare-table-wrapper h2, .compare-table-wrapper .h2 {
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #383157; }

.compare-table-wrapper p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #383157; }

a.btn-yellow {
  background: #FFC700;
  border-radius: 6px;
  font-size: 16px;
  line-height: 210%;
  text-align: center;
  color: #383157;
  padding: 4px 30px;
  font-family: 'Poppins-Regular'; }

a.btn-yellow:hover {
  background: #4F4596; }

.compare-table-wrapper .new_compare {
  margin-top: 40px; }

.prod-compare img {
  max-width: 100%; }

.science-guarantee-image-box {
  flex: 50%; }

.science-guarantee-know-box {
  flex: 50%; }

.science-guarantee-image img {
  max-width: 100%; }

@media screen and (max-width: 1200px) {
  .page_science .intro-section h2, .page_science .intro-section .h2,
  .ultraviolet-text h3,
  .ultraviolet-text .h3,
  .page_science .shocking-header h2,
  .page_science .shocking-header .h2,
  .know-science h3,
  .know-science .h3 {
    font-size: 22px;
    line-height: 32px; }

  .intro-content > p,
  .ultraviolet-text p,
  .shocking-header p,
  .glass-test p,
  .science-feature-box p {
    font-size: 15px;
    line-height: 24px; }

  .glass-test h3, .glass-test .h3,
  .science-feature-box h4,
  .science-feature-box .h4,
  .know-science h5,
  .know-science .h5 {
    font-size: 18px;
    line-height: 24px; }

  .science-feature-wrapper {
    padding: 20px 15px 15px; }

  .guarantee {
    font-size: 14px; }

  .science-feature-box {
    padding: 0; }

  .science-features {
    max-width: calc(100% - 350px); } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .science-feature-wrapper {
    background-image: none; }

  .science-features {
    max-width: 100%; }

  .know-science h3 br, .know-science .h3 br {
    display: none; }

  .know-science {
    padding-left: 15px; } }
@media screen and (max-width: 767px) {
  .wide-wrapper {
    padding: 0 15px; }

  .intro-flex-text-box,
  .intro-flex-image-box,
  .ultraviolet-image-flex,
  .ultraviolet-text-text,
  .science-guarantee-image-box,
  .science-guarantee-know-box {
    flex: 100%; }

  .intro-text {
    padding-right: 0;
    text-align: center; }

  .science-feature-wrapper {
    background: url(//cdn.shopify.com/s/files/1/0106/1282/files/science-hand.png?v=7345598814529738327) bottom center no-repeat #f8f9fa;
    background-size: 100% auto;
    padding-bottom: 400px; }

  .science-features {
    max-width: 100%; }

  .page_science .intro-section h2, .page_science .intro-section .h2,
  .ultraviolet-text h3,
  .ultraviolet-text .h3,
  .page_science .shocking-header h2,
  .page_science .shocking-header .h2,
  .know-science h3,
  .know-science .h3,
  .science-features h3,
  .science-features .h3,
  .compare-table-wrapper h2,
  .compare-table-wrapper .h2 {
    font-size: 18px;
    line-height: 28px; }

  .intro-content > p,
  .ultraviolet-text p,
  .shocking-header p,
  .glass-test p,
  .science-feature-box p,
  .compare-table-wrapper p {
    font-size: 14px;
    line-height: 24px; }

  .intro-text {
    margin-bottom: 15px; }

  .ultraviolet-text {
    padding: 15px;
    text-align: center; }

  .know-science h5, .know-science .h5 {
    font-size: 16px;
    line-height: 26px; }

  .know-science h3 br, .know-science .h3 br {
    display: none; }

  .know-science {
    margin-bottom: 30px; }

  .intro-section {
    margin-top: 10px; }

  .know-science {
    padding-left: 0; }

  .know-science p {
    max-width: 260px; } }
/******** Herbs 2 ************/
.filtering-technology-wrapper {
  margin: 30px 0; }

.filtering-technology-wrapper.herbs2 .wide-wrapper {
  max-width: 1440px;
  margin: 0 auto; }

.filtering-technology-wrapper img {
  max-width: 100%;
  width: 100%; }

.filtering-technology-head {
  margin-bottom: 30px;
  text-align: center; }

.filtering-technology-head h1, .filtering-technology-head .h1 {
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #383157;
  font-family: 'Poppins-SemiBold'; }

.btn.btn-green {
  text-decoration: uppercase;
  background: #01651C;
  border-radius: 6px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: 'Poppins-SemiBold'; }

.herbs-lighting {
  flex: 65%; }

.herbs-filtering {
  flex: 35%; }

.filtering-technology {
  padding-left: 30px; }

.filtering-technology-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 420px; }

.filtering-technology-list li {
  padding-left: 90px;
  margin-bottom: 25px;
  min-height: 78px; }

.filtering-technology-list li p {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #01651C;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 6px; }

.filtering-technology-list li span {
  font-size: 16px;
  line-height: 22px;
  color: #383157; }

.filtering-technology-list li span b {
  font-family: 'Poppins-SemiBold'; }

.filtering-technology-list li.smell-proof {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/herb-icon-smell-proof.png?v=8706007028494190472) left top no-repeat transparent;
  background-size: 78px auto; }

.filtering-technology-list li.leak-proof {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/herb-icon-leak-proof.png?v=2110644860965061960) left top no-repeat transparent;
  background-size: 78px auto; }

.filtering-technology-list li.freshness {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/herb-icon-freshness.png?v=5249475576656666545) left top no-repeat transparent;
  background-size: 78px auto; }

.herbs-offer-wrapper {
  background: #A20303;
  padding: 20px 0 10px;
  margin-bottom: 30px; }

.offer-text .fire {
  float: left;
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-fire-multi.png?v=1774524691840347281) left 10px center no-repeat white;
  background-size: 30px auto;
  padding: 10px 15px 10px 50px;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0.02em;
  color: #A20303;
  font-family: 'Poppins-SemiBold'; }

.offer-text .off {
  float: left;
  display: inline-block;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0.02em;
  color: #FFC700;
  font-family: 'Poppins-SemiBold';
  margin-left: 25px; }

.offer-text .code {
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-left: 15px;
  font-family: 'Poppins-Regular'; }

.offer-text .code b {
  font-family: 'Poppins-Bold'; }

.offer-text .code span {
  display: block;
  color: #FFFFFF; }

.offer-timer .manual-count-down-wrapper {
  background: none;
  text-align: left;
  padding-top: 12px; }

.offer-timer .manual-count-down-wrapper .wrapper {
  padding: 0; }

.offer-timer .manual-count-down-wrapper .flash-sale-text {
  display: none; }

.offer-timer .manual-count-down-wrapper .count__down div {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFC700;
  padding-right: 10px; }

.offer-timer .manual-count-down-wrapper .count__down div span {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  max-width: auto;
  left: -5px;
  top: -8px; }

.shocking-wrapper {
  margin: 60px 0; }

.shocking-wrapper {
  max-width: 100%; }

.shocking-head {
  margin-bottom: 30px;
  text-align: center; }

.shocking-head h2, .shocking-head .h2 {
  font-size: 26px;
  line-height: 44px;
  text-transform: capitalize;
  color: #383157;
  font-family: 'Poppins-SemiBold'; }

.shocking-head p {
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.flex-one-third {
  flex: 33.33%; }

.shocking-wrapper .shocking-info {
  padding: 0 30px;
  text-align: center; }

.shocking-wrapper .shocking-info .btn {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 3px 30px 2px; }

.shocking-wrapper .shocking-info p {
  font-size: 14px;
  line-height: 24px;
  color: #383157;
  max-width: 425px;
  margin: 0 auto 15px; }

.shocking-wrapper .shocking-info p span {
  font-family: 'Poppins-Regular'; }

.shocking-wrapper .image-wrapper {
  margin-bottom: 0; }

.bestjar-styles-wrapper {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/flower-bg-top.png?v=17241462604755705673) right top no-repeat #e7f5eb;
  background-size: 320px auto;
  margin-top: 30px; }

.bestjar-styles-inner {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/flower-bg-bottom.png?v=13615103956510416276) left bottom no-repeat transparent;
  background-size: 200px auto;
  padding: 40px 0; }

.bestjar-styles-inner h2, .bestjar-styles-inner .h2 {
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157; }

.btn.btn-dark-blue {
  background: #383157;
  border-radius: 6px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  font-family: 'Poppins-Regular';
  color: #FFFFFF;
  padding: 8px 15px 7px;
  width: 100%; }

.btn.btn-dark-blue:hover {
  background: #4F4596; }

.bestjar-styles-inner .tabs-content {
  margin-bottom: 30px; }

.page_herbs2 .real-blogger-review-wrapper {
  margin-top: 0; }

.page_herbs2 .real-blogger-review-head h2, .page_herbs2 .real-blogger-review-head .h2 {
  color: #383157; }

.herbs-images img {
  width: 100%;
  max-width: 100%;
  display: block; }

.page_herbs2 .science-feature-wrapper {
  margin-bottom: 0;
  margin-top: 60px; }

/****** herbs 3 ***********/
.herbs-lighting-gif,
.herbs-filtering-text {
  flex: 50%; }

@media screen and (min-width: 990px) {
  .herbs-lighting-gif {
    margin-left: -30px; } }
.herb-hero {
  position: relative;
  margin-top: 20px; }

.herb-hero img {
  max-width: 100%; }

.herb-hero-image {
  max-width: 900px;
  margin: 0 auto; }

.herb-hero .freshness {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/herb-icon-freshness.png?v=5249475576656666545) right top no-repeat transparent;
  background-size: 78px auto;
  max-width: 445px;
  padding-right: 90px;
  text-align: right;
  position: absolute;
  top: 0;
  left: calc(50% - 600px); }

.herb-hero .smell-proof {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/herb-icon-smell-proof.png?v=8706007028494190472) left top no-repeat transparent;
  background-size: 78px auto;
  max-width: 490px;
  padding-left: 90px;
  position: absolute;
  top: 0;
  right: calc(50% - 650px); }

.herb-hero .heady-duty {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/herb-icon-heavy-duty.png?v=9133874238318702401) top right no-repeat transparent;
  background-size: 78px auto;
  max-width: 230px;
  padding-top: 90px;
  text-align: right;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 690px); }

.herb-hero .light-proof {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/herb-icon-light-proof.png?v=16057043551582729411) top left no-repeat transparent;
  background-size: 78px auto;
  max-width: 230px;
  padding-top: 90px;
  position: absolute;
  bottom: 15px;
  bottom: 30px;
  right: calc(50% - 690px); }

.herb-hero p {
  font-size: 20px;
  line-height: 36px;
  text-transform: uppercase;
  color: #01651C;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 5px; }

.herb-hero span {
  font-size: 14px;
  line-height: 24px;
  color: #383157;
  display: block; }

.herb-hero span b {
  font-family: 'Poppins-SemiBold'; }

.herbs-offer-wrapper.herbs3 {
  background: #FFF0F0;
  margin-bottom: 0; }

.herbs-offer-wrapper.herbs3 .offer-text .fire {
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-flame3.png?v=6058718730414702614) left 10px center no-repeat #a20303;
  background-size: 30px auto;
  color: #fff; }

.herbs-offer-wrapper.herbs3 .offer-text .off {
  color: #A20303; }

.herbs-offer-wrapper.herbs3 .offer-text .code {
  color: #383157; }

.herbs-offer-wrapper.herbs3 .offer-text .code span {
  color: #383157; }

.offer-timer.herbs3 .manual-count-down-wrapper .count__down div {
  color: #A20303;
  padding-right: 10px; }

.offer-timer.herbs3 .manual-count-down-wrapper .count__down div span {
  color: #A20303;
  font-size: 25px;
  max-width: auto;
  left: -5px;
  top: -8px; }

.offer-timer.herbs3 .manual-count-down-wrapper .count__down div span:first-letter {
  font-size: 25px; }

.filtering-technology-wrapper.herb3 {
  margin-top: 0; }

.filtering-technology-wrapper.herb3 .filtering-technology h2, .filtering-technology-wrapper.herb3 .filtering-technology .h2 {
  font-family: 'Poppins-SemiBold';
  margin-bottom: 20px; }

.filtering-technology-wrapper.herb3 .filtering-technology p span {
  font-family: 'Poppins-SemiBold'; }

.bestjar-styles-wrapper.herbs3 {
  background: #fff; }

.bestjar-styles-wrapper.herbs3 .bestjar-styles-inner {
  background: #fff; }

.bestjar-styles-wrapper.herbs3 .bestjar-styles-inner h2, .bestjar-styles-wrapper.herbs3 .bestjar-styles-inner .h2 {
  text-align: center;
  margin-bottom: 30px; }

.bestjar-styles-wrapper.herbs3 ul.tabs.home_tab li a.active {
  background: #383157;
  color: #fff; }

.real-customer-review-wrapper {
  margin: 30px 0; }

.real-customer-review-head {
  text-align: center;
  margin-bottom: 30px; }

.real-customer-review-head h2, .real-customer-review-head .h2 {
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157;
  font-family: 'Poppins-SemiBold'; }

.real-customer-review-head img {
  vertical-align: middle; }

.real-customer-review-head p {
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.real-customer-review-box {
  background: #F8F9FA;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 60px 0 20px;
  text-align: center;
  color: #383157; }

.real-customer-review-box .customer_image {
  margin: -60px auto 10px;
  max-width: 80px;
  display: block; }

.real-customer-review-box h3, .real-customer-review-box .h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 8px; }

.real-customer-review-box p {
  font-size: 14px;
  line-height: 26px; }

.real-customer-review-box h5, .real-customer-review-box .h5 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: 'Poppins-Regular'; }

.science-feature-wrapper.herbs3 {
  margin-bottom: 0;
  margin-top: 60px; }

.flex-one-half {
  flex: 50%; }

.store-your-goods-text {
  padding: 0 100px;
  text-align: center; }

.store-your-goods-text h2, .store-your-goods-text .h2 {
  font-size: 22px;
  line-height: 36px;
  color: #383157;
  font-family: 'Poppins-Regular'; }

.store-your-goods-text ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  border-top: 1px dashed #383157;
  text-align: center; }

.store-your-goods-text ul li {
  border-bottom: 1px dashed #383157;
  padding: 15px 0;
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.store-your-goods-text .btn.btn-dark-blue {
  width: auto; }

.store-your-goods-wrapper .image-wrapper {
  margin: 0; }

.store-your-goods-wrapper .image-wrapper img {
  width: 100%;
  display: block; }

.productsubtext {
  background: #E7F5EB;
  border-radius: 4px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #01651C;
  padding: 6px 8px;
  margin-bottom: 10px; }

/****** best seller ********/
.ranking-number.top_rank {
  background: #FF5F1A; }

.ranking-number.top_rank:after {
  border-color: #FF5F1A transparent transparent transparent; }

.collection-header-wrapper {
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #E9ECEF; }

.collection-header-wrapper h1, .collection-header-wrapper .h1 {
  font-size: 26px;
  line-height: 48px;
  text-transform: capitalize;
  color: #383157;
  margin-bottom: 0; }

.pagination-bototm {
  padding: 30px 0; }

.pagination-top {
  margin-top: 12px; }

.pagination-bototm span.pagination-text,
.pagination-top span.pagination-text {
  font-size: 14px;
  line-height: 32px;
  text-transform: capitalize;
  color: #383157;
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: 10px; }

.pagination-custom.new li {
  display: inline-block;
  margin: 0 3px; }

.pagination-custom.new li.active span {
  background: #4F4596;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF; }

.pagination-custom.new li a {
  font-size: 12px;
  line-height: 15px;
  color: #4F4596;
  background: #F1F3F5;
  border-radius: 4px; }

.infinity-use-carousel .owl-item {
  min-height: 130px; }

@media screen and (max-width: 1280px) {
  .flex-one-third {
    flex: 32.5%; }

  .filtering-technology-head h1, .filtering-technology-head .h1 {
    font-size: 22px;
    line-height: 34px; }

  .btn.btn-green {
    font-size: 20px;
    line-height: 28px; }

  .offer-text {
    padding: 5px 10px 4px; }

  .offer-text .fire {
    background-size: 20px auto;
    padding: 5px 10px 3px 35px;
    font-size: 22px; }

  .offer-text .off {
    font-size: 38px;
    margin-left: 8px; }

  .offer-text .code {
    font-size: 14px;
    line-height: 18px;
    margin-left: 4px; }

  .offer-timer .manual-count-down-wrapper .count__down div {
    font-size: 34px; }

  .offer-timer .manual-count-down-wrapper .count__down div span {
    top: -4px; }

  .herb-hero-image {
    max-width: 600px; }

  .herb-hero .freshness {
    max-width: 425px;
    top: -15px;
    left: 0; }

  .herb-hero .smell-proof {
    max-width: 400px;
    top: -15px;
    right: 0; }

  .herb-hero .heady-duty {
    bottom: 20px;
    left: -30px;
    padding-top: 80px; }

  .herb-hero .light-proof {
    bottom: 20px;
    right: -20px;
    padding-top: 80px;
    max-width: 215px; }

  .herb-hero p {
    line-height: 26px; }

  .herb-hero span {
    line-height: 18px; }

  .offer-timer.herbs3 .manual-count-down-wrapper .count__down div span {
    top: -4px; }

  .store-your-goods-text {
    padding: 10px 20px; } }
@media screen and (max-width: 1023px) {
  .herbs-lighting, .herbs-filtering {
    flex: 50%; }

  .filtering-technology-list li {
    padding-left: 70px;
    margin-bottom: 15px;
    min-height: 60px; }

  .filtering-technology-list li.smell-proof,
  .filtering-technology-list li.leak-proof,
  .filtering-technology-list li.freshness {
    background-size: 60px auto; }

  .filtering-technology-list li p {
    font-size: 18px;
    line-height: 24px; }

  .filtering-technology-list li span {
    font-size: 14px; }

  .offer-timer .manual-count-down-wrapper {
    display: inline-block; }

  .flex-one-third {
    flex: 25.5%; }

  .filtering-technology {
    padding-left: 15px; }

  .filtering-technology-wrapper.herb3 .filtering-technology .with-image img {
    max-width: 160px;
    margin: 0 auto; }

  .herb-hero-image {
    max-width: 450px; }

  .herb-hero .freshness {
    max-width: 290px;
    background-size: 50px auto;
    padding-right: 55px; }

  .herb-hero .smell-proof {
    max-width: 290px;
    background-size: 50px auto;
    padding-left: 55px; }

  .herb-hero .heady-duty {
    bottom: 10px;
    left: -30px;
    max-width: 175px;
    background-size: 50px auto;
    padding-top: 55px; }

  .herb-hero .light-proof {
    bottom: 10px;
    right: -20px;
    background-size: 50px auto;
    padding-top: 55px;
    max-width: 155px; }

  .herb-hero p {
    font-size: 16px;
    line-height: 20px; }

  .herb-hero span {
    font-size: 12px; }

  .filtering-technology-wrapper.herb3 .filtering-technology {
    padding: 10px 0 10px 15px; }

  .filtering-technology-wrapper.herb3 .filtering-technology h2, .filtering-technology-wrapper.herb3 .filtering-technology .h2 {
    font-size: 22px;
    line-eight: 32px; } }
@media screen and (max-width: 767px) {
  .filtering-technology-head h1, .filtering-technology-head .h1 {
    font-size: 16px;
    line-height: 26px; }

  .btn.btn-green {
    font-size: 16px;
    line-height: 26px; }

  .herbs-filtering, .herbs-lighting {
    flex: 100%; }

  .filtering-technology-wrapper.herb3 .filtering-technology {
    padding-left: 0; }

  .herbs-offer-wrapper .offer-text {
    width: 100%;
    float: none;
    text-align: center; }

  .offer-text .fire {
    float: none;
    margin-bottom: 15px; }

  .offer-text .off {
    font-size: 50px; }

  .offer-text .off,
  .offer-text .code {
    float: none;
    display: block;
    text-align: center !important;
    margin-bottom: 15px; }

  .offer-text .code span {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff; }

  .shocking-head h2, .shocking-head .h2 {
    font-size: 18px;
    line-height: 28px; }

  .bestjar-styles-inner h2, .bestjar-styles-inner .h2 {
    font-size: 14px;
    line-height: 28px; }

  .page_herbs2 .real-blogger-review-head h2, .page_herbs2 .real-blogger-review-head .h2 {
    font-size: 18px;
    line-height: 28px; }

  .herb-hero .freshness {
    max-width: 100%;
    position: static;
    text-align: left;
    background-position: left top;
    padding-right: 0;
    padding-left: 55px;
    margin-bottom: 25px; }

  .herb-hero .smell-proof {
    max-width: 100%;
    position: static;
    margin-bottom: 25px; }

  .herb-hero .heady-duty {
    max-width: 100%;
    position: static;
    text-align: left;
    background-position: left top;
    padding-top: 0;
    padding-left: 55px;
    margin-bottom: 25px; }

  .herb-hero .light-proof {
    max-width: 100%;
    position: static;
    margin-bottom: 15px;
    padding-top: 0;
    padding-left: 55px;
    background-position: left top; }

  .herbs-offer-wrapper.herbs3 .offer-text .fire {
    background-size: 20px auto; }

  .offer-timer.herbs3 .manual-count-down-wrapper .count__down div {
    font-size: 30px; }

  .offer-timer.herbs3 .manual-count-down-wrapper .count__down div span {
    font-size: 16px; }

  .offer-timer.herbs3 .manual-count-down-wrapper .count__down div span:first-letter {
    font-size: 16px; }

  .offer-timer.herbs2 .manual-count-down-wrapper .count__down div {
    font-size: 30px; }

  .offer-timer.herbs2 .manual-count-down-wrapper .count__down div span {
    font-size: 16px; }

  .offer-timer.herbs2 .manual-count-down-wrapper .count__down div span:first-letter {
    font-size: 16px; }

  .herbs-offer-wrapper.herbs3 .offer-text .code {
    margin-bottom: 5px; }

  .herbs-offer-wrapper.herbs3 .offer-text .code span {
    border-right: 1px solid #000; }

  .herbs-filtering-text, .herbs-lighting-gif {
    flex: 100%; }

  .bestjar-styles-wrapper {
    background: #E7F5EB; }

  .bestjar-styles-inner {
    background: transparent; }

  .herbs-lighting-gif {
    margin-left: -15px;
    margin-right: -15px; }

  .filtering-technology-wrapper.herb3 .filtering-technology {
    text-align: center; }

  .filtering-technology-wrapper.herb3 .filtering-technology h2, .filtering-technology-wrapper.herb3 .filtering-technology .h2,
  .real-customer-review-head h2,
  .real-customer-review-head .h2,
  .store-your-goods-text h2,
  .store-your-goods-text .h2 {
    font-size: 18px;
    line-height: 28px; }

  .real-customer-review-head img {
    max-width: 12px; }

  .store-your-goods-text {
    padding: 15px; }

  .store-your-goods-text img {
    max-width: 100%; }

  .store-your-goods-text .btn.btn-dark-blue {
    font-size: 14px; }

  .real-customer-review-box img {
    max-width: 20px; }

  .real-customer-review-box .customer_image {
    max-width: 80px; }

  .real-customer-review-box h3, .real-customer-review-box .h3 {
    font-size: 16px;
    line-height: 26px; }

  .real-customer-review-box p {
    font-size: 12px;
    line-height: 22px; }

  .store-your-goods-wrapper .flex-one-half {
    flex: 100%; }

  .shocking-wrapper {
    margin: 30px 0; }

  .page_herbs2 .science-feature-wrapper {
    margin-top: 30px; }

  .science-feature-wrapper.herbs3 {
    margin-top: 30px; } }
/*========================= Developed by P =========================*/
/*================== Common & Column Flex Section ==================*/
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between; }

.flex-row .flex-column {
  display: flex;
  flex-direction: column; }

.flex-row .flex-column.flex-column-one {
  flex: 1; }

.flex-row .flex-column.flex-column-two {
  flex: 2;
  align-items: flex-end; }

.desktop-only {
  display: block; }

.mobile-only {
  display: none; }

.btn-brinjal {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: #4f4596;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.btn-brinjal:hover {
  background: #6e5cc5;
  color: #fff; }

.section-header-title {
  font-size: 28px;
  line-height: 44px;
  font-family: 'Poppins-Regular';
  font-weight: 600;
  margin-bottom: 32px;
  color: #383157;
  text-align: center;
  font-style: normal; }

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none; }

  .mobile-only {
    display: block !important; }

  .flex-row {
    display: block; }

  .flex-row .flex-column.flex-column-one {
    margin-bottom: 24px; }

  .flex-row .flex-column.flex-column-one:last-child {
    margin-bottom: 0; } }
/*--------------- Breadcrumb section ---------------*/
.breadcrumb,
.breadcrumb__sep {
  font-style: normal;
  font-size: 12px;
  color: #717171; }

.breadcrumb span {
  color: #383157; }

/*========================= Header Section =========================*/
.site-nav > li.infinity-packs {
  position: initial; }

.site-nav > li.infinity-packs .site-nav__link {
  position: relative;
  padding-right: 55px; }

.site-nav > li.infinity-packs .site-nav__link:after {
  position: absolute;
  top: 11px;
  right: 18px;
  content: 'NEW';
  color: #383157;
  background: #ffc700;
  font-size: 10px;
  line-height: 20px;
  border-radius: 4px;
  padding: 0 5px; }

.edge-full-width {
  width: 100%;
  padding-right: 40px; }

.infinity-pack-content-box {
  background: #EBF3E7;
  padding: 20px 20px 50px 20px; }

.infinity-pack-content-box img {
  width: 100%;
  margin-bottom: 16px;
  display: block; }

.infinity-pack-content-box p {
  text-transform: none; }

.infinity-pack-content-box .btn-brinjal {
  margin-top: 0; }

.infinity-pack-nav-box {
  font-family: 'Poppins-Regular';
  padding-top: 20px;
  text-transform: initial;
  letter-spacing: 0.01em; }

.infinity-pack-nav-box a {
  color: #383157; }

.infinity-pack-nav-box img {
  margin: 0 auto 16px;
  display: block; }

.infinity-pack-content-box h5, .infinity-pack-content-box .h5,
.infinity-pack-nav-box h5.infinity-pack-nav-title,
.infinity-pack-nav-box .infinity-pack-nav-title.h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: 'Poppins-SemiBold'; }

.infinity-pack-nav-box h1, .infinity-pack-nav-box .h1,
.infinity-pack-nav-box h2,
.infinity-pack-nav-box .h2,
.infinity-pack-nav-box h3,
.infinity-pack-nav-box .h3,
.infinity-pack-nav-box h4,
.infinity-pack-nav-box .h4,
.infinity-pack-nav-box h5,
.infinity-pack-nav-box .h5 {
  font-family: 'Poppins-Regular';
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #383157;
  margin: 0; }

.infinity-pack-nav-box p {
  margin-bottom: 8px; }

.infinity-pack-nav-box .grid-link__meta {
  font-size: 16px;
  line-height: 32px;
  color: #a20303;
  font-family: Poppins-Bold; }

.infinity-pack-nav-box .grid-link__sale_price {
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  margin-left: 10px;
  text-transform: lowercase; }

/*============ Home page humidity-pack-wrapper section =============*/
.humidity-pack-wrapper {
  padding: 80px 40px;
  color: #383157; }

.humidity-pack-image {
  padding-right: 20px; }

.humidity-pack-image img {
  width: 100%; }

.humidity-pack-content {
  padding-left: 20px; }

.humidity-pack-content h2, .humidity-pack-content .h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #383157;
  margin-bottom: 8px; }

.humidity-pack-box h5, .humidity-pack-box .h5 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 5px; }

.humidity-pack-content a {
  display: inline-block;
  margin-top: 15px;
  padding: 6px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: #4F4596;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px; }

.humidity-pack-content a:hover {
  background: #6e5cc5; }

@media screen and (max-width: 768px) {
  .humidity-pack-wrapper {
    padding: 40px 20px; }

  .humidity-pack-image, .humidity-pack-content {
    padding: 0;
    text-align: center; }

  .humidity-pack-content h2, .humidity-pack-content .h2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center; }

  .humidity-pack-content p {
    text-align: left; }

  .humidity-pack-box,
  .humidity-pack-box p {
    text-align: center; }

  .humidity-pack-content a {
    margin: 15px auto 0;
    font-size: 13px;
    line-height: 26px; } }
/*================== Infinity packs page section ==================*/
/*--------------- Top pack-humidity-wrapper section ---------------*/
.pack-humidity-wrapper {
  background: #F8F9FA; }

.pack-humidity-content {
  padding: 52px 40px;
  color: #383157; }

.pack-humidity-content h2, .pack-humidity-content .h2 {
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #383157; }

.pack-humidity-content h2 span, .pack-humidity-content .h2 span {
  color: #71BF4B; }

.pack-humidity-content ul {
  margin: 0;
  padding: 0; }

.pack-humidity-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.pack-humidity-content ul li img {
  max-width: 60px;
  display: inline-block;
  width: 100%;
  margin-right: 16px; }

.pack-humidity-content ul li p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  font-family: 'Poppins-Regular';
  font-weight: 400; }

.pack-humidity-content ul li p b {
  font-family: "Poppins-Bold"; }

.founder-box {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px 0px 0px 10px; }

.founder-img {
  max-width: 190px; }

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

.founder-text {
  padding: 30px 0 30px 24px;
  font-family: 'Poppins-Regular'; }

.founder-text h5, .founder-text .h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px; }

.founder-text p {
  line-height: 24px;
  margin-bottom: 12px; }

.founder-text p:last-child {
  margin-bottom: 0; }

.founder-text p span {
  color: #71BF4B; }

.pack-humidity-img img {
  display: block;
  width: 100%; }

/*----------------- Infinity-pack-wrapper section -----------------*/
.infinity-pack-wrapper {
  padding: 80px 40px; }

.infinity-pack-box {
  font-family: 'Poppins-Regular';
  color: #383157; }

.infinity-pack-box img {
  display: block;
  width: 100%;
  margin-bottom: 24px; }

.infinity-pack-box h4, .infinity-pack-box .h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em; }

.infinity-pack-box h4 a, .infinity-pack-box .h4 a {
  color: #383157; }

.infinity-pack-box p b {
  font-family: "Poppins-Bold"; }

.infinity-pack-box .grid-link__meta {
  font-size: 16px;
  line-height: 32px;
  color: #a20303;
  font-family: Poppins-Bold; }

.infinity-pack-box .grid-link__sale_price {
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  margin-left: 10px; }

.product-link.pack input[type="submit"] {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: #4f4596;
  border-radius: 6px;
  width: auto; }

.product-link.pack .add__to__cart {
  background: #4f4596 !important;
  padding: 6px 30px !important; }

.product-link.pack .add__to__cart:hover {
  background: #6e5cc5 !important; }

.infinity-pack-wrapper.pack {
  padding: 30px 0px; }

.infinity-pack-wrapper.pack .section-header-title {
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157;
  text-align: left; }

.infinity-pack-wrapper.pack .infinity-pack-box h4, .infinity-pack-wrapper.pack .infinity-pack-box .h4 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }

.infinity-pack-wrapper.pack .infinity-pack-box h4 a, .infinity-pack-wrapper.pack .infinity-pack-box .h4 a {
  color: #383157; }

/*----------------- Makes-infinity-wrapper section ----------------*/
.makes-infinity-wrapper {
  background: #EBF3E7;
  padding: 48px 40px;
  color: #383157; }

.makes-infinity-content {
  padding-right: 40px; }

.makes-infinity-content .section-header-title {
  text-align: left;
  margin-bottom: 20px; }

.makes-infinity-content h5, .makes-infinity-content .h5 {
  font-size: 16px;
  line-height: 28px; }

.makes-infinity-img img {
  width: 100%;
  display: block; }

/*------------------- Use-infinity-pack section -------------------*/
.use-infinity-pack-wrapper {
  padding: 80px 40px; }

.use-infinity-pack-box {
  font-family: 'Poppins-Regular';
  color: #383157; }

.use-infinity-pack-box img {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.use-infinity-pack-box h4, .use-infinity-pack-box .h4 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  text-transform: uppercase; }

.use-infinity-pack-box p b {
  font-family: "Poppins-Bold"; }

/*------------------- Year-shelf-wrapper section ------------------*/
.year-shelf-wrapper {
  padding: 48px 40px;
  background: #F8F9FA;
  color: #383157; }

.year-shelf-wrapper .section-header-title {
  text-align: left;
  margin-bottom: 20px; }

.year-shelf-content {
  padding-right: 40px; }

.expire-box {
  background: #EBF3E7;
  display: flex;
  align-items: center;
  padding: 10px 30px; }

.expire-img {
  max-width: 190px; }

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

.expire-text {
  padding-left: 30px;
  font-family: 'Poppins-Regular'; }

.expire-text p {
  line-height: 24px;
  margin-bottom: 0;
  color: #71BF4B;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.01em; }

.year-shelf-img img {
  display: block;
  width: 100%; }

/*---------------- Comparison-chart-wrapper section ---------------*/
.comparison-chart-wrapper {
  padding: 80px 0; }

.comparison-chart-table table {
  border-collapse: collapse;
  width: 100%;
  letter-spacing: 0.01em;
  font-family: 'Poppins-Regular'; }

.comparison-chart-table table td, .comparison-chart-table table th {
  border: 1px solid #DEE2E6;
  padding: 8px 24px; }

.comparison-chart-table table tr:nth-child(even) {
  background-color: #F8F9FA; }

.comparison-chart-table table tr:hover {
  background-color: #DEE2E6; }

.comparison-chart-table table tr td {
  text-align: center; }

.comparison-chart-table table tr td:first-child {
  text-align: left; }

.comparison-chart-table table th {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.comparison-chart-table table tr:first-child:hover {
  background-color: transparent; }

.comparison-chart-table table th img {
  max-width: 140px;
  width: 100%;
  display: block;
  margin: 0 auto 16px; }

.comparison-chart-table table th a {
  color: #2D9CDB;
  text-decoration: underline; }

/*---------------- Customers-review-wrapper section ---------------*/
.customers-review-wrapper {
  background: #F8F9FA;
  padding: 60px 40px; }

.customers-review-box {
  background: #fff;
  color: #383157;
  padding: 32px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.01em;
  min-height: 300px; }

.customers-review-box img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 16px; }

.customers-review-box h4, .customers-review-box .h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  letter-spacing: 0; }

.customers-review-box h5, .customers-review-box .h5 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0; }

/*------------------------ Responsive section ---------------------*/
@media screen and (max-width: 1548px) {
  .customers-review-box {
    min-height: 350px; } }
@media screen and (max-width: 1280px) {
  .pack-humidity-content h2, .pack-humidity-content .h2 {
    font-size: 20px;
    line-height: 30px; }

  .customers-review-box {
    min-height: 415px; }

  .pack-humidity-content ul li p {
    font-size: 14px;
    line-height: 26px; } }
@media screen and (max-width: 1023px) {
  .pack-humidity-content ul li img {
    max-width: 40px; }

  .expire-box {
    padding: 10px; }

  .customers-review-box img {
    max-width: 80px;
    margin: 0 auto 10px; }

  .customers-review-box h4, .customers-review-box .h4 {
    font-size: 16px;
    line-height: 24px; }

  .customers-review-box {
    min-height: 440px;
    padding: 20px; } }
@media screen and (max-width: 768px) {
  .section-header-title {
    font-size: 20px;
    line-height: 28px; }

  .pack-humidity-content {
    padding: 40px 20px 0; }

  .pack-humidity-content h2, .pack-humidity-content .h2 {
    font-size: 18px;
    line-height: 28px; }

  .pack-humidity-content ul li img {
    max-width: 58px; }

  .pack-humidity-content ul li p {
    line-height: 24px; }

  .founder-box {
    flex-flow: row wrap;
    align-items: flex-end; }

  .founder-text-mobile {
    flex: 0 0 100%;
    padding: 20px 20px 0 20px; }

  .founder-text {
    flex: 2;
    padding: 0 0 0 20px; }

  .founder-img {
    flex: 3; }

  .infinity-pack-wrapper {
    padding: 30px 20px; }

  .infinity-pack-box h4, .infinity-pack-box .h4 {
    font-size: 16px; }

  .infinity-pack-box .btn-brinjal {
    padding: 4px 19px;
    font-size: 14px; }

  .makes-infinity-wrapper {
    padding: 36px 20px; }

  .makes-infinity-content {
    padding: 0; }

  .use-infinity-pack-wrapper {
    padding: 40px 20px; }

  .use-infinity-pack-box h4, .use-infinity-pack-box .h4 {
    font-size: 16px; }

  .year-shelf-wrapper {
    padding: 36px 20px; }

  .year-shelf-content {
    padding: 0; }

  .expire-box {
    display: block;
    text-align: center;
    margin-bottom: 16px; }

  .expire-img {
    margin: 0 auto 5px; }

  .expire-text {
    padding: 0 20px 12px 20px; }

  .comparison-chart-wrapper {
    padding: 40px 0; }

  .comparison-chart-table {
    overflow-x: scroll; }

  .comparison-chart-table .table-wrapper {
    max-width: 100%;
    min-width: 1000px; }

  .customers-review-wrapper {
    padding: 36px 20px; }

  .customers-review-box {
    min-height: auto;
    margin-bottom: 20px; }

  .customers-review-box img {
    max-width: 120px; }

  .customers-review-box h4, .customers-review-box .h4 {
    line-height: 28px; } }
@media screen and (max-width: 480px) {
  .infinity-pack-wrapper {
    padding: 30px 20px 0; }

  .infinity-pack-box {
    text-align: center;
    margin-bottom: 40px; }

  .infinity-pack-box h4, .infinity-pack-box .h4,
  .infinity-pack-box p,
  .infinity-pack-box .grid-link__meta {
    text-align: left; }

  .use-infinity-pack-wrapper {
    padding: 40px 20px 10px; }

  .use-infinity-pack-box {
    margin-bottom: 40px; } }
/********** Product page packs *******/
.price-box.packs {
  overflow: hidden;
  margin-bottom: 15px; }

.price-box.packs .price_outer_wrapper {
  float: left; }

.price-box.packs #ProductPrice {
  display: inline-block;
  padding-right: 15px;
  color: #4E4598;
  font-size: 40px;
  line-height: 40px; }

.price-box.packs #price-savings {
  color: #6FCF97; }

.price-box.packs .compare-price-outer-wrapper {
  float: left; }

.price-box.packs #ComparePrice,
.price-box.packs #price-savings {
  font-size: 16px;
  line-height: 36px;
  font-family: 'Poppins-Regular'; }

.product-science-top.pack .science-single-box {
  background: #F8F9FA;
  border-radius: 0px 0px 6px 6px; }

.product-science-top.pack .science-single-box h3, .product-science-top.pack .science-single-box .h3 {
  background: #EBF3E7;
  color: #71BF4B;
  font-size: 14px;
  border-radius: 6px 6px 0px 0px;
  font-family: 'Poppins-SemiBold'; }

.product-common-sections.pack .section-header-title {
  font-size: 20px;
  line-height: 30px;
  color: #4F4596;
  text-align: left;
  margin-bottom: 20px; }

.product-common-sections.pack .comparison-chart-wrapper {
  padding: 0; }

.product-single__photos.pack .product-single__photo {
  margin-bottom: 15px; }

.review-wrapper.pack {
  border-top: 1px solid #dee2e6; }

.review-wrapper.pack .section-header__title {
  font-size: 20px;
  line-height: 30px;
  color: #212529;
  margin-bottom: 0px; }

.anti-humidity-wrapper {
  background: #EBF3E7;
  padding: 20px;
  margin: 15px 0 40px;
  font-size: 14px;
  line-height: 24px; }

.anti-humidity-wrapper h4, .anti-humidity-wrapper .h4 {
  color: #71BF4B;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .price-box.packs #ProductPrice {
    font-size: 30px;
    line-height: 30px; }

  .product-science-top.pack .science-single-box img {
    margin-left: 15px; }

  .product-science-top.pack .science-single-box p {
    padding: 0 15px 0 100px; } }
@media screen and (max-width: 480px) {
  .mobile-product-gallerly {
    position: relative; }

  .mobile-product-gallerly .owl-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

  .price-box.packs #ProductPrice {
    font-size: 20px;
    line-height: 22px; }

  .price-box.packs #price-savings {
    display: inline-block; }

  .price-box.packs {
    margin-bottom: 0; }

  .template-product.page_pack .super-fast-delivery {
    font-style: normal; }

  .product-science-top.pack {
    border: none;
    padding: 0;
    margin-top: 32px; }

  .product-science-top.pack .science-single-box img {
    max-width: 60px; }

  .product-science-top.pack .science-single-box p {
    padding: 0 15px 0 90px; }

  .template-product.page_pack .new_heading {
    font-size: 18px;
    line-height: 26px; }

  .anti-humidity-wrapper h4, .anti-humidity-wrapper .h4 {
    font-size: 14px;
    line-height: 24px; }

  .product-common-sections.pack .section-header-title {
    font-size: 18px;
    line-height: 26px; }

  .product-common-sections.pack .comparison-chart-table .table-wrapper {
    min-width: 700px; } }
/*======= Product page product-violetglass-sections section ========*/
.product-violetglass-sections {
  background: #F3F0FF; }

.product-violetglass-sections .flex-row {
  align-items: flex-end; }

.product-violetglass-img {
  max-width: 300px; }

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

.product-violetglass-content {
  padding: 26px 22px 26px 0;
  float: right;
  color: #383157; }

.product-violetglass-content h3, .product-violetglass-content .h3 {
  font-size: 20px;
  line-height: 32px;
  color: #4F4596;
  margin-bottom: 10px; }

.product-violetglass-content p {
  margin-bottom: 0; }

.frequently-bought-wrapper {
  border-top: 1px solid #E9ECEF;
  padding-top: 15px; }

.frequently-bought-wrapper h2, .frequently-bought-wrapper .h2 {
  font-size: 20px;
  line-height: 30px;
  color: #4F4596; }

.together-product-wrapper {
  overflow: hidden; }

.together-product-text h4, .together-product-text .h4 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px; }

.together-product-text p {
  font-size: 12px;
  line-height: 22px; }

.together-product-wrapper .together-product {
  float: left;
  width: 50%; }

.together-product-inner {
  text-align: center; }

.together-product-inner.first {
  padding-right: 8px;
  position: relative; }

.together-product-inner.second {
  padding-left: 8px; }

.together-product-inner h5, .together-product-inner .h5 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #212529;
  font-family: 'Poppins-Regular';
  margin-bottom: 5px; }

.together-product-inner p {
  color: #A20303;
  font-family: 'Poppins-Bold'; }

.together-product-inner.first:after {
  content: '+';
  font-family: 'Poppins-Regular';
  font-size: 26px;
  line-height: 1em;
  position: absolute;
  top: 60px;
  right: -8px; }

.bought-together-btn {
  background: #F8F9FA;
  border-radius: 6px;
  padding: 10px 15px; }

.together-price {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #A20303;
  font-family: 'Poppins-SemiBold';
  padding-right: 8px; }

.together-was-price {
  color: #ADB5BD;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  padding-right: 8px;
  text-decoration: line-through; }

.together-save {
  color: #6FCF97;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.01em;
  padding-right: 8px; }

.add_together {
  display: inline-block;
  background: #4F4596;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em; }

.add_together:hover {
  background: #6e5cc5; }

/*====================== Cart page section ========================*/
.template-cart .main-content {
  color: #383157;
  margin-top: 30px; }

.cart__row-top {
  padding: 0 0 8px;
  margin-right: 10px; }

.cart__row-top h5, .cart__row-top .h5 {
  color: #383157;
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 0; }

.total__savings {
  margin: 16px 10px 0 0; }

.cart .docapp-shipping-bar {
  margin: 10px 10px 10px 0 !important; }

.cart__row a.h5 {
  font-family: 'Poppins-Regular'; }

.cart__row.item__row {
  padding: 16px 0 16px 0;
  margin-right: 10px; }

.cart__image {
  position: relative; }

.item_price_saving {
  font-family: 'Poppins-Regular';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 12px 5px 12px;
  border-radius: 4px; }

.cart-single-price .free_product {
  font-family: 'Poppins-Regular';
  font-size: 20px;
  line-height: 48px;
  color: #5A9807; }

.cart-single-price {
  line-height: 48px;
  font-family: 'Poppins-Regular'; }

.grid-link__sale_price {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 48px; }

.sub_total {
  color: #A20303;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px; }

.satisfaction-feddback-wrapper {
  background: #F8F9FA;
  border-radius: 0px 0px 6px 6px;
  padding: 26px;
  font-family: 'Raleway', sans-serif;
  margin-right: 10px; }

.free-shipping-info-img {
  max-width: 70px;
  padding-right: 20px; }

.free-shipping-info-img img {
  width: 100%;
  display: block;
  padding-top: 10px; }

.free-shipping-info-text h2, .free-shipping-info-text .h2,
.satisfaction-left h2,
.satisfaction-left .h2 {
  color: #383157;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }

.feddback-checkout h2, .feddback-checkout .h2,
.support-text h2,
.support-text .h2 {
  color: #383157;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600; }

.free-shipping-info-text p,
.support-text p {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Raleway', sans-serif; }

.satisfaction-left {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase; }

.satisfaction-right ul {
  font-size: 14px;
  line-height: 24px; }

.satisfaction .satisfaction-right {
  font-family: 'Raleway', sans-serif; }

.support {
  padding: 0;
  margin: 0; }

.support-text p a {
  color: #2D9CDB;
  font-style: normal;
  text-decoration: none; }

.feddback-checkout-box textarea {
  border: none;
  border-radius: 6px;
  min-height: 60px;
  margin-bottom: 0; }

.sub_total {
  padding-right: 10px; }

/*---------------- Cart-sidebar section ---------------*/
.cart-sidebar {
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  padding: 30px 25px; }

.cart-sidebar .promo-code {
  border: none;
  padding: 0 0 20px;
  color: #383157; }

.cart-sidebar .est-shipping,
.cart-sidebar .subtotal {
  border: none;
  padding: 0 0 15px;
  color: #383157; }

.cart-sidebar .est-shipping p {
  font-size: 12px;
  color: #383157; }

.cart-sidebar .est-shipping p span {
  color: #5A9807; }

.cart-sidebar .sidebar-est-total {
  font-size: 20px;
  padding: 0 0 18px;
  font-family: 'Poppins-Regular';
  color: #A20303;
  font-weight: 600; }

.cart-sidebar .form-label {
  margin-bottom: 30px; }

.cart-sidebar .form-label label {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: normal; }

.payment-method {
  margin: 0; }

.payment-method h2, .payment-method .h2 {
  line-height: 24px;
  margin-bottom: 6px; }

.cart-sidebar-bottom {
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  padding: 20px 25px; }

.cart-sidebar-bottom h5, .cart-sidebar-bottom .h5 {
  color: #393939;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px; }

.cart-sidebar-bottom p {
  margin-bottom: 0;
  line-height: 24px;
  font-family: 'Poppins-Regular'; }

.cart-sidebar-bottom p b {
  font-weight: 700; }

.cart-sidebar-bottom a {
  color: #21789E; }

.docapp-widget + .docapp-widget {
  padding: 0; }

.cart-sidebar .docapp-coupon-input.docapp-widget {
  padding: 0 0 20px; }

@media screen and (max-width: 1024px) {
  .cart-sidebar {
    padding: 20px 15px; }

  .cart-sidebar .form-label label {
    font-size: 14px; }

  .cart-sidebar-bottom {
    padding: 15px 15px; }

  .cart__mini-labels {
    display: none; }

  .free-shipping-info {
    margin-bottom: 10px; }

  .free-shipping-info {
    margin-bottom: 10px;
    display: inline-block; } }
@media screen and (max-width: 480px) {
  .cart__row.item__row {
    margin-right: 0;
    padding: 20px 0; }

  .cart__row-top h5, .cart__row-top .h5 {
    font-size: 14px;
    line-height: 48px;
    margin-bottom: 8px; }

  .cart__row-top {
    margin: 0;
    padding: 0; }

  .cart-single-price .free_product {
    font-size: 14px; }

  .total__savings {
    margin-right: 0; }

  .cart-single-price {
    display: inline-block !important; }

  .grid-link__sale_price {
    float: right;
    margin-right: 0;
    padding-left: 5px;
    font-size: 12px;
    line-height: 24px; }

  .item_price_saving {
    left: -15px;
    top: -8px; }

  .cart__row .cart-product-title.grid__item {
    position: relative; }

  .cart__remove {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    text-decoration: none; }

  .cart__remove span {
    display: none; }

  input.cart__quantity-selector {
    margin: auto;
    display: inline-block; }

  .cart input[type=submit].checkout-button {
    background: #ffc700 !important;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #383157;
    text-transform: none;
    font-family: 'Poppins-SemiBold'; }

  .free-shipping-info-text h2, .free-shipping-info-text .h2 {
    font-size: 12px;
    line-height: 22px; }

  .satisfaction .satisfaction-left h3, .satisfaction .satisfaction-left .h3 {
    font-size: 14px;
    line-height: 24px;
    color: #091F35; }

  .shipping-cost.cart-mobile-bottom h5, .shipping-cost.cart-mobile-bottom .h5,
  .got-a-question.cart-mobile-bottom h5,
  .got-a-question.cart-mobile-bottom .h5 {
    font-size: 14px;
    line-height: 24px;
    color: #383157;
    font-family: 'Poppins-Regular';
    font-weight: 600; }

  .mobile-cart-bottom {
    background: #F8F9FA;
    display: inline-block;
    margin-right: -15px;
    padding-right: 15px;
    padding-bottom: 20px; } }
/*========================  page pack wholesale ==========================*/
body.page_pack-wholesale {
  padding-top: 67px; }

body.page_pack-wholesale .fixed-header {
  height: 67px; }

@media screen and (max-width: 1023px) {
  body.page_pack-wholesale {
    padding-top: 47px; }

  body.page_pack-wholesale .fixed-header {
    height: 47px; } }
.pack-sections {
  margin-bottom: 50px; }

.pack-section-header h2, .pack-section-header .h2 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #1F2627;
  margin-top: 50px; }

.pack-section {
  margin: 30px 0; }

.pack-flex-text-box {
  flex: 50%; }

.pack-flex-image-box {
  flex: 50%; }

.pack-text {
  padding-right: 30px; }

.pack-text.right {
  padding-right: 0;
  padding-left: 30px; }

.pack-section h2, .pack-section .h2 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #383157; }

.pack-section .pack-content,
.pack-section .pack-content p {
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.pack-section .pack-content span {
  font-family: 'Poppins-SemiBold'; }

.use-infinity-pack-for-wrapper {
  background: #F8F9FA;
  padding: 60px 0 30px;
  margin-top: 30px; }

.use-infinity-pack-for-wrapper h2, .use-infinity-pack-for-wrapper .h2 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #1F2627;
  margin-bottom: 40px; }

.use-for-box {
  margin-bottom: 30px; }

.use-for-box img {
  mix-blend-mode: darken; }

.use-for-box h3, .use-for-box .h3 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #383157;
  text-transform: uppercase; }

.use-for-box p {
  font-size: 14px;
  line-height: 24px;
  color: #383157; }

.best-combination-wrapper {
  margin: 60px 0; }

.best-combination-wrapper h2, .best-combination-wrapper .h2 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #1F2627;
  margin-bottom: 30px; }

.best-combination-wrapper h2 span, .best-combination-wrapper .h2 span {
  color: #4F4596; }

.best-combination-wrapper h2 span:first-child, .best-combination-wrapper .h2 span:first-child {
  color: #71BF4B; }

.best-combination-wrapper .combination-box {
  margin-bottom: 30px; }

.best-combination-wrapper .combination-box p {
  font-size: 14px;
  line-height: 24px;
  color: #383157;
  margin-top: 10px; }

.comparison-chart-table.packs {
  margin-bottom: 50px; }

.comparison-chart-table.packs table th img {
  width: auto;
  max-width: 100%;
  max-height: 260px; }

.comparison-chart-table-title h2, .comparison-chart-table-title .h2 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #1F2627;
  margin-bottom: 30px; }

.comparison-chart-table.packs td a {
  color: #2D9CDB;
  font-family: 'Poppins-SemiBold'; }

.packs-tram-wrapper {
  background-color: #F8F9FA;
  background-image: url(//cdn.shopify.com/s/files/1/0106/1282/files/pack-wholesale-tram-left-bg.png?v=5994131181560486334), url(//cdn.shopify.com/s/files/1/0106/1282/files/pack-wholesale-tram-right-bg.png?v=8601397973109600937);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px auto, 300px auto;
  padding: 50px 0; }

.packs-tram-wrapper .pack-tram {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-raidus: 4px; }

.packs-tram-wrapper .pack-tram img {
  display: block;
  max-width: 300px;
  margin: 0 auto; }

.packs-tram-wrapper .pack-tram-text {
  padding: 30px 30px 30px 0; }

.packs-tram-wrapper .pack-tram-text h3, .packs-tram-wrapper .pack-tram-text .h3 {
  font-size: 24px;
  line-height: 42px;
  color: #1F2627;
  margin-bottom: 5px; }

.packs-tram-wrapper .pack-tram-text p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #383157; }

.packs-tram-wrapper .pack-tram-text .tram {
  margin-top: 10px; }

.packs-tram-wrapper .pack-tram-text .tram h4, .packs-tram-wrapper .pack-tram-text .tram .h4 {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #383157;
  margin-bottom: 5px; }

.packs-tram-wrapper .pack-tram-text .tram p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #383157; }

.packs-tram-wrapper .pack-tram-text .tram p span {
  color: #3E8C17; }

@media screen and (max-width: 575px) {
  .pack-flex-text-box {
    flex: 100%; }

  .pack-flex-image-box {
    flex: 100%; }

  .pack-section.reverse .pack-flex-text-box {
    order: 1; }

  .pack-text {
    padding-right: 0; }

  .pack-text.right {
    padding-left: 0; }

  .pack-section-header h2, .pack-section-header .h2,
  .use-infinity-pack-for-wrapper h2,
  .use-infinity-pack-for-wrapper .h2,
  .best-combination-wrapper h2,
  .best-combination-wrapper .h2,
  .comparison-chart-table-title h2,
  .comparison-chart-table-title .h2 {
    font-size: 20px;
    line-height: 28px; }

  .use-infinity-pack-for-wrapper h2, .use-infinity-pack-for-wrapper .h2 {
    margin-bottom: 20px; }

  .pack-section h2, .pack-section .h2,
  .use-for-box h3,
  .use-for-box .h3,
  .comparison-chart-table.packs h2,
  .comparison-chart-table.packs .h2,
  .packs-tram-wrapper .pack-tram-text h3,
  .packs-tram-wrapper .pack-tram-text .h3 {
    font-size: 18px;
    line-height: 26px; }

  .use-for-box h3, .use-for-box .h3 {
    text-transform: none; }

  .use-infinity-pack-for-wrapper {
    padding: 30px 0 15px; }

  .packs-tram-wrapper .pack-tram-text {
    padding: 30px 15px; } }
/*========================  Slick Slider ==========================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

/* Slider */
.slick-loading .slick-list {
  background: white url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

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

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.jdgm-all-reviews-page__title {
  margin-top: 50px; }

/* ----------------- Category Sidebar Nav ----------------- */
.collection-container {
  padding-bottom: 50px; }

.category-sidebar-nav {
  background: #F8F9FA;
  border-radius: 10px;
  overflow: hidden; }

.category-sidebar-nav .accordion {
  padding: 12px 12px;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  position: relative; }

.category-sidebar-nav .accordion .accordion_title {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  padding: 18px; }

.category-sidebar-nav .accordion .accordion_title .fa-plus {
  height: 16px;
  width: 16px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-arrow-bottom.png?v=2905201385442929264);
  display: inline-block;
  background-size: 100% 100%; }

.category-sidebar-nav .accordion .accordion_title .fa-minus {
  height: 16px;
  width: 16px;
  background: url(//cdn.shopify.com/s/files/1/0106/1282/files/icon-arrow-top.png?v=10574818542956065022);
  display: inline-block;
  background-size: 100% 100%; }

.category-sidebar-nav .accordion a,
.category-sidebar-nav .accordion .collection-product-count {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157;
  display: inline-block; }

.category-sidebar-nav .accordion a:hover,
.category-sidebar-nav .accordion a.active {
  color: #6A58C4;
  font-family: 'Poppins-SemiBold'; }

.category-sidebar-nav .accordion .collection-product-count {
  padding-left: 2px; }

.category-sidebar-nav .accordion:hover {
  background: #eeeafd; }

.category-sidebar-nav .accordion .accordion-content ul {
  margin: 5px 0 0 8px; }

.category-sidebar-nav .accordion .accordion-content ul li {
  padding: 5px 0;
  margin: 0; }

.category-sidebar-nav .accordion .accordion-content ul li a,
.category-sidebar-nav .accordion .accordion-content ul li .collection-product-count {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #383157; }

.category-sidebar-nav .accordion .accordion-content ul li a:hover,
.category-sidebar-nav .accordion .accordion-content ul li a.active {
  color: #6A58C4;
  font-family: 'Poppins-SemiBold'; }

/****** Header  search *******/
.alt_header-topbar {
  padding: 3px 0; }

.alt_header-topbar .manual-count-down-wrapper {
  padding: 4px 0 1px; }

.search_bar form {
  margin-bottom: 0;
  position: relative; }

.search_bar .search-input {
  margin-bottom: 0;
  padding: 6px 6px 6px 30px;
  background: none;
  border: none;
  width: 270px; }

.search_bar .search-input:focus {
  outline: none;
  border: none; }

.search_bar .search-submit {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  padding: 6px; }

.search_bar .icon-search {
  color: #383157; }

.docapp-cart-with-coupon-summary .docapp-cart-item.docapp-cart-subtotal.docapp-savings-line,
.docapp-cart-with-shipping-summary .docapp-cart-item.docapp-cart-subtotal.docapp-savings-line {
  color: #d61b31 !important; }
