/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/hamburgers/dist/hamburgers.min.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/flickity/dist/flickity.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100%/75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20%/25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20%/100%);
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/main.scss ***!
  \******************************************************************************************************************************************************************************************************************/
/* Included node modules */
/* Old theme styles */
/* @import "custom"; // Disabled old styles purposely to avoid unused clutter */
/* Defaults */
* {
  box-sizing: border-box;
}

body,
html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
}

html.noscroll {
  overflow: hidden;
}
html .noscroll body {
  overflow: hidden;
}

a {
  color: #c71919;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(153.6919642857, 19.3080357143, 19.3080357143);
  text-decoration: none;
}

img {
  display: block;
}

#wrap {
  width: 100%;
  max-width: 100%;
}

.section {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.main {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .main {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.btn {
  padding: 13px 20px;
}
.btn.btn-sm {
  padding: 7px 10px;
}
.btn.btn-primary {
  font-size: 13px;
  color: #303030;
  font-weight: 500;
  background: transparent;
  border-color: #c71919;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
}
.btn.btn-red {
  width: 100%;
  background: #c71919;
  color: #fff;
}
.btn.btn-black {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
  border-color: #c71919;
}
.btn-link {
  padding: 0;
  text-transform: uppercase;
  border-bottom: solid 1px #c71919;
  border-radius: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 12px;
  color: #303030;
  font-weight: 300;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
  color: #c71919;
  border-bottom: solid 1px #c71919;
}
.btn.order-green {
  background: #28b600;
  color: #fff;
  border: solid 1px #28b600;
}
.btn.order-green:hover, .btn.order-green:active, .btn.order-green:focus {
  background: #28b600;
}

.modal-content .modal-title {
  font-size: 18px;
  color: #303030;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
.modal-content .modal-body p {
  font-size: 14px;
  color: #303030;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.modal-content .modal-body p:last-child {
  margin-bottom: 0;
}
.modal-content .comment-form {
  font-size: 14px;
  color: #303030;
  font-weight: 400;
}
.modal-content .comment-form .comment-notes {
  margin-bottom: 20px;
}
.modal-content .comment-form .logged-in-as {
  margin-bottom: 20px;
}
.modal-content .comment-form label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.modal-content .comment-form textarea {
  margin-bottom: 10px;
  padding: 5px;
}
.modal-content .comment-form input {
  margin-bottom: 10px;
  padding: 5px;
}
.modal-content .comment-form-rating .jcf-list-box {
  visibility: hidden;
  height: 0;
  width: 0;
}
.modal-content .comment-form .form-submit .submit {
  font-size: 13px;
  color: #303030;
  font-weight: 500;
  background: transparent;
  border-color: #c71919;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
  padding: 13px 20px !important;
}
.modal-content .comment-form .form-submit .submit:hover, .modal-content .comment-form .form-submit .submit:focus, .modal-content .comment-form .form-submit .submit:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
}
.modal-content .comment-form .comment-form-cookies-consent {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-content .comment-form .comment-form-cookies-consent input {
  margin-right: 10px;
  margin-top: 3px;
}
.modal-content .comment-form .comment-form-cookies-consent label {
  text-transform: unset;
  font-weight: 400;
}
.modal-content .comment-form .required {
  color: #c71919;
}

#popupWindow {
  display: none;
  background-color: rgba(165, 152, 152, 0.3);
  height: 100%;
  z-index: 2147483646;
  left: 0;
  overflow: visible;
  outline: none;
  position: fixed;
  top: 0;
  width: 100%;
}
#popupWindow #popupDialog {
  display: none;
  height: 0;
  margin-top: 225px;
  overflow: visible;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#popupWindow #paayIframeHiddenDiv {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 30px;
  top: 0;
}
#popupWindow #paayIframeHiddenDiv iframe {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  display: block;
}
#popupWindow #processingPopup {
  text-align: center;
  direction: ltr;
  position: relative;
  top: 10px;
  padding: 0;
  font-size: 18px;
  font-family: sans-serif;
}
#popupWindow #popupSpinner {
  background: url("https://assets.lifecellskin.com/offers/images/processing-circle-spinner.svg") no-repeat;
  display: inline-block;
  width: 125px;
  height: 125px;
  background-size: cover;
}

.es_ES #popupWindow #popupSpinner {
  background: url("https://assets.lifecellskin.com/offers/images/processing-circle-spinner.svg") no-repeat;
  display: inline-block;
  width: 125px;
  height: 125px;
  background-size: cover;
}

html.showLoading #wrap #header .inner {
  filter: blur(8px);
}
html.showLoading .main > .container > .row {
  filter: blur(8px);
}
html.showLoading .main > .footer {
  filter: blur(8px);
}

.breadcrumbs {
  font-size: 10px;
  color: #303030;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.breadcrumbs span a span {
  font-size: 10px;
  color: #303030;
  font-weight: 400;
}
.breadcrumbs span span {
  font-size: 10px;
  color: #c71919;
  font-weight: 400;
}
.breadcrumbs span:last-of-type a span {
  font-size: 10px;
  color: #c71919;
  font-weight: 400;
}

.noscroll #popupWindow {
  display: block;
}

.showLoading #popupWindow #popupDialog {
  display: block;
}

.show3DS #popupWindow #paayIframeHiddenDiv {
  display: block;
}

@font-face {
  font-family: "Gotham";
  src: url(fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Light.otf) format("opentype"), url(fonts/Gotham-Light.woff) format("woff"), url(fonts/Gotham-Light.ttf) format("truetype"), url(fonts/Gotham-Light.svg#Gotham-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(fonts/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Book.otf) format("opentype"), url(fonts/Gotham-Book.woff) format("woff"), url(fonts/Gotham-Book.ttf) format("truetype"), url(fonts/Gotham-Book.svg#Gotham-Book) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(fonts/Gotham-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Medium.otf) format("opentype"), url(fonts/Gotham-Medium.woff) format("woff"), url(fonts/Gotham-Medium.ttf) format("truetype"), url(fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(fonts/Gotham-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Gotham-Bold.otf) format("opentype"), url(fonts/Gotham-Bold.woff) format("woff"), url(fonts/Gotham-Bold.ttf) format("truetype"), url(fonts/Gotham-Bold.svg#Gotham-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
}
h3 {
  font-size: 15px;
  color: #c71919;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

/* Theme files */
.alert-container {
  width: 100%;
  z-index: 1000;
  position: relative;
}
.alert-container .alert {
  padding: 5px 10px;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-container .alert.corona {
  background: #e2f4ff;
}
.alert-container .alert.corona img {
  display: inline-block;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.alert-container .alert.corona p {
  font-size: 11px;
  line-height: 14px;
  color: #3b4170;
  font-weight: 300;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .alert-container .alert.corona p {
    font-size: 12px;
  }
}
.alert-container .alert.corona p strong {
  font-weight: 400;
}
.alert-container .alert.corona p.title {
  font-weight: 500;
  font-size: 11px;
  display: inline-block;
  text-align: right;
}
@media (min-width: 992px) {
  .alert-container .alert.corona p.title {
    font-size: 13px;
  }
}
.alert-container .alert.wc-notices {
  background-color: #c71919;
  color: white;
}
.alert-container .alert.wc-notices .woocommerce-error {
  list-style: none;
}
.alert-container .alert.wc-notices .woocommerce-error li a {
  color: white;
  text-decoration: underline;
}

.header {
  background: #333333;
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .header {
    padding: 0;
    height: 62px;
    display: flex;
    width: 100%;
  }
}
.header #site-title {
  width: 29px;
  margin-bottom: 0;
  order: 2;
  z-index: 1000;
}
@media (min-width: 992px) {
  .header #site-title {
    margin-right: 0;
    width: 34px;
    order: 1;
  }
}
.header #site-title img {
  width: 100%;
}
.header .us-flag {
  display: none;
}
@media (min-width: 992px) {
  .header .us-flag {
    display: flex;
    position: absolute;
    right: 70px;
    font-size: 15px;
    line-height: 25px;
    color: #fcfcfc;
    align-items: center;
    font-weight: 300;
  }
  .header .us-flag img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.header .mobile-nav {
  order: 1;
  padding: 0;
  outline: none;
  z-index: 1001;
}
.header .mobile-nav .hamburger-inner {
  width: 28px;
  background-color: #fff;
  height: 2px;
}
.header .mobile-nav .hamburger-inner::before, .header .mobile-nav .hamburger-inner::after {
  width: 28px;
  background-color: #fff;
  height: 2px;
}
.header .mobile-nav .hamburger-inner::before {
  top: -8px;
}
.header .mobile-nav .hamburger-inner::after {
  top: -16px;
}
.header .mobile-nav.is-active .hamburger-inner::before {
  top: 0;
}
.header .mobile-nav.is-active .hamburger-inner::after {
  top: 0;
}
@media (min-width: 992px) {
  .header .mobile-nav {
    display: none;
  }
}
.header #navigation {
  background: #333333;
  padding: 80px 50px 80px;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 500px;
}
@media (min-width: 992px) {
  .header #navigation {
    padding: 0;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0 !important;
    order: 2;
  }
}
@media (min-width: 992px) {
  .header #navigation li.menu-item.cart-overview {
    display: none;
  }
}
.header #navigation .close-btn {
  width: 15px;
  height: 15px;
  background: url(images/menu-close.png) center no-repeat;
  background-size: cover;
  display: block;
  visibility: visible;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 992px) {
  .header #navigation .close-btn {
    display: none;
  }
}
.header #navigation .social {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 50px);
  bottom: 20px;
}
@media (min-width: 992px) {
  .header #navigation .social {
    display: none;
  }
}
.header #navigation .social a i::before {
  color: #fff;
  font-size: 20px;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header .inner {
    width: 100%;
    padding-left: 20px;
  }
}
.header .mobile-cart {
  background: url(images/bag-icon.svg) center no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  position: relative;
  order: 3;
  z-index: 1000;
}
@media (min-width: 992px) {
  .header .mobile-cart {
    margin-right: 15px;
  }
}
.header .mobile-cart a {
  width: 13px;
  height: 13px;
  background: #a5a5a5;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: 14px;
}
.header .mobile-cart a span {
  font-size: 8px;
  color: #fff;
  line-height: 14px;
}
.header .js-drawer-open-right {
  transform: translateX(0px);
}
@media (min-width: 992px) {
  .header .js-drawer-open-right {
    order: 3;
  }
}
.header .js-drawer-open-right.mobile-cart.loaded {
  visibility: visible !important;
}

.header #navigation {
  top: -600px;
  transition: top 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  z-index: 999;
}
@media (min-width: 992px) {
  .header #navigation {
    transition: none;
  }
}
.header #navigation.menu-open {
  top: 0;
  z-index: 1000;
}
.header #navigation.is-closing {
  top: -600px;
}
.header #navigation #menu-main-menu {
  list-style: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1001;
  background-color: #333333;
}
.header #navigation #menu-main-menu li {
  line-height: 1;
}
.header #navigation #menu-main-menu li > a {
  color: #d6d6d6;
  font-size: 20px;
  line-height: 26px;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
  font-weight: 300;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgb(214, 214, 214);
}
.header #navigation #menu-main-menu li > a:hover, .header #navigation #menu-main-menu li > a:active, .header #navigation #menu-main-menu li > a:focus {
  color: rgb(153.6919642857, 19.3080357143, 19.3080357143);
  text-decoration: none;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li > a {
    border-bottom: none;
  }
}
.header #navigation #menu-main-menu li > a:hover, .header #navigation #menu-main-menu li > a:active, .header #navigation #menu-main-menu li > a:focus {
  color: #ff0000;
}
.header #navigation #menu-main-menu li.menu-item-has-children {
  border-bottom: 1px solid rgb(214, 214, 214);
  transition: all 0.15s ease-in-out;
  position: relative;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li.menu-item-has-children {
    border-bottom: none;
  }
}
.header #navigation #menu-main-menu li.menu-item-has-children > a {
  border-bottom: 1px solid rgba(214, 214, 214, 0.1);
  color: #d6d6d6;
}
.header #navigation #menu-main-menu li.menu-item-has-children > a::after {
  content: "";
  background: url(images/plus.png) 0 0 no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  right: 0;
  top: 22px;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li.menu-item-has-children > a::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li.menu-item-has-children > a {
    border-bottom: none;
  }
}
.header #navigation #menu-main-menu li.menu-item-has-children .sub-menu {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  height: 0;
}
.header #navigation #menu-main-menu li.menu-item-has-children.show-sub-menu > a::after {
  content: "";
  background: url(images/minus.png) 0 0 no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 22px;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li.menu-item-has-children.show-sub-menu > a::after {
    display: none;
  }
}
.header #navigation #menu-main-menu li.menu-item-has-children.show-sub-menu .sub-menu {
  opacity: 1;
  height: 72px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li.menu-item-has-children.show-sub-menu .sub-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header #navigation #menu-main-menu li .sub-menu {
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li .sub-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header #navigation #menu-main-menu li .sub-menu li {
  position: relative;
}
.header #navigation #menu-main-menu li .sub-menu li::before {
  content: "-";
  position: absolute;
  color: #d6d6d6;
  left: -14px;
  top: 9px;
}
.header #navigation #menu-main-menu li .sub-menu li > a {
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
  border-bottom: none;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li .sub-menu li > a {
    font-size: 14px;
  }
}
.header #navigation #menu-main-menu li .fancy-menu .sub-menu {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header #navigation #menu-main-menu li .fancy-menu .sub-menu li {
  position: relative;
}
.header #navigation #menu-main-menu li .fancy-menu .sub-menu li > a {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .header #navigation #menu-main-menu li .fancy-menu .sub-menu li > a {
    font-size: 14px;
  }
}
.header #navigation #menu-main-menu li .fancy-menu .sub-menu li > a::before {
  content: "";
  background: url(images/menu-bullets.png) 0 0 no-repeat;
  background-size: cover;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}
.header #navigation #menu-main-menu li .fancy-menu .image-container {
  display: none;
}
.header #navigation #menu-main-menu .cart-contents {
  color: #c71919;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 500;
}
.header #navigation #menu-main-menu .js-drawer-open-right {
  transform: translateX(0px);
}
@media (min-width: 992px) {
  .header #navigation {
    position: relative;
  }
  .header #navigation #menu-main-menu {
    position: relative;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header #navigation #menu-main-menu li {
    zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.15s ease-in-out;
  }
  .header #navigation #menu-main-menu li.hover, .header #navigation #menu-main-menu li:hover {
    position: relative;
    z-index: 9999;
    cursor: default;
    background: #c71919;
  }
  .header #navigation #menu-main-menu li.hover > a, .header #navigation #menu-main-menu li:hover > a {
    color: #fff;
  }
  .header #navigation #menu-main-menu li:hover > ul {
    visibility: visible;
    display: block;
    margin-left: 0;
    background: #2c2c2c;
    border-top: solid 2px #c71919;
  }
  .header #navigation #menu-main-menu li:hover > ul > li {
    width: 100%;
  }
  .header #navigation #menu-main-menu li:hover > ul > li a {
    padding: 10px 15px;
    width: 100%;
    background: #2c2c2c;
    transition: all 0.15s ease-in-out;
  }
  .header #navigation #menu-main-menu li:hover > ul > li a:hover {
    background: #222222;
    color: #fff;
  }
  .header #navigation #menu-main-menu li:first-child:hover {
    position: unset;
  }
  .header #navigation #menu-main-menu li:first-child:hover > .fancy-menu ul {
    border-top: solid 2px #c71919;
    visibility: visible;
    display: block;
    background: #2c2c2c;
    max-width: 400px;
    min-width: 400px;
    width: 100%;
  }
  .header #navigation #menu-main-menu li:first-child:hover > .fancy-menu ul > li {
    width: 100%;
  }
  .header #navigation #menu-main-menu li:first-child:hover > .fancy-menu ul > li a {
    padding: 10px 15px 10px 60px;
    width: 100%;
    background: #2c2c2c;
    transition: all 0.15s ease-in-out;
  }
  .header #navigation #menu-main-menu li:first-child:hover > .fancy-menu ul > li a::before {
    width: 11px;
    height: 11px;
    top: 14px;
    left: 30px;
  }
  .header #navigation #menu-main-menu li:first-child:hover > .fancy-menu ul > li a:hover {
    background: #222222;
    color: #fff;
  }
  .header #navigation #menu-main-menu li > a {
    padding: 18px 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
  }
  .header #navigation #menu-main-menu ul {
    visibility: hidden;
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 9998;
    width: auto;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header #navigation #menu-main-menu ul li li a {
    display: block;
    text-decoration: none;
    position: relative;
    border-right: none;
  }
  .header #navigation #menu-main-menu ul ul {
    top: -5px;
    left: 100%;
    border-radius: 5px;
  }
  .header #navigation #menu-main-menu ul ul li {
    float: none;
    white-space: nowrap;
    margin: 0;
    border-radius: 0;
  }
  .header #navigation li {
    margin: 0;
    float: left;
    zoom: 1;
  }
  .header #navigation_wrap {
    position: relative;
    z-index: 9000;
  }
  .header #navigation_wrap.below {
    padding: 0;
  }
  .header #navigation_wrap.right ul.menu {
    float: right;
  }
}

.footer {
  background: #f4f4f4;
  color: #5c5c5c;
  float: left;
  width: 100%;
}
.footer-logos {
  padding: 20px 15px;
  border-bottom: solid 1px #3c3c3c;
}
.footer-logos ul {
  list-style: none;
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.footer-logos ul li.logo-1 img {
  width: 60px;
}
.footer-navigation {
  padding: 20px 15px;
  border-bottom: solid 1px #3c3c3c;
}
@media (min-width: 992px) {
  .footer-navigation {
    border-bottom: none;
  }
}
.footer-menu ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-menu ul li a {
  color: #5c5c5c;
  font-size: 15px;
  line-height: 25px;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  border-bottom: solid 1px transparent;
}
.footer-menu ul li a:hover, .footer-menu ul li a:active, .footer-menu ul li a:focus {
  color: rgb(153.6919642857, 19.3080357143, 19.3080357143);
  text-decoration: none;
}
.footer-menu ul li a:hover {
  color: #5c5c5c;
  border-bottom: solid 1px #5c5c5c;
}
.footer-social .inner {
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
}
.footer-social .inner a {
  padding: 20px;
  border-left: solid 1px #3c3c3c;
  display: inline-block;
}
.footer-social .inner a:last-child {
  border-right: solid 1px #3c3c3c;
}
.footer-social .inner a img {
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
}
.footer-social .inner a:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .footer-social .inner {
    margin-left: auto;
    text-align: right;
    max-width: 100%;
  }
  .footer-social .inner a {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-social .inner a .fab {
    padding-left: 15px;
  }
  .footer-social .inner a .fab::before {
    font-size: 30px;
  }
  .footer-social .inner a:last-child {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .footer-social .inner a .fab {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .footer-social .footer-logos {
    padding: 20px 0;
    border-bottom: none;
  }
  .footer-social .footer-logos ul {
    justify-content: flex-end;
  }
  .footer-social .footer-logos ul li {
    padding-left: 30px;
  }
}
.footer-links-container {
  padding: 30px 20px;
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer-links-container .accordion {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-links-container .accordion .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.footer-links-container .accordion .card:first-child .card-header {
  border-top: solid 1px #e5e3e3;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card:first-child .card-header {
    border: none;
  }
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-links-container .accordion .card {
    width: 25%;
  }
}
.footer-links-container .accordion .card .card-header {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px #e5e3e3;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card .card-header {
    border: none;
  }
}
.footer-links-container .accordion .card .card-header h5 button {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  border: none;
  color: #5c5c5c;
  text-transform: capitalize;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  text-align: left;
  position: relative;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card .card-header h5 button {
    pointer-events: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer-links-container .accordion .card .card-header h5 button::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card .card-header h5 button::before {
    display: none;
  }
}
.footer-links-container .accordion .card .card-header h5 button.collapsed::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card .card-header h5 button.collapsed::before {
    display: none;
  }
}
.footer-links-container .accordion .card .collapse.show .card-body {
  border-bottom: solid 1px #e5e3e3;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card .collapse.show .card-body {
    border-bottom: none;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card .collapse:not(.show) {
    display: block;
  }
}
.footer-links-container .accordion .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.footer-links-container .accordion .card .card-body p {
  font-size: 15px;
}
.footer-links-container .accordion .card .card-body a {
  color: #5c5c5c;
  border-bottom: solid 1px transparent;
  transition: all 0.15s ease-in-out;
}
.footer-links-container .accordion .card .card-body a:hover, .footer-links-container .accordion .card .card-body a:active, .footer-links-container .accordion .card .card-body a:active {
  border-bottom: solid 1px #5c5c5c;
}
.footer-links-container .accordion .card #collapseFour .card-body {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card #collapseFour .card-body {
    justify-content: flex-start;
  }
}
.footer-links-container .accordion .card #collapseFour .card-body a {
  font-size: 30px;
  border-bottom: none;
}
@media (min-width: 992px) {
  .footer-links-container .accordion .card #collapseFour .card-body a {
    margin-right: 30px;
  }
}
.footer-links-container .accordion .card #collapseFour .card-body a:hover, .footer-links-container .accordion .card #collapseFour .card-body a:active, .footer-links-container .accordion .card #collapseFour .card-body a:active {
  opacity: 0.8;
}
.footer-terms {
  font-size: 12px;
  font-weight: 300;
  padding: 0 15px 20px;
  text-align: center;
}
.footer-terms .container {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-terms .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-terms {
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #c9c9c9;
  }
}
.footer-terms p {
  margin-bottom: 15px;
}
.footer-terms p:last-child {
  margin-bottom: 0;
}
.footer-terms p a {
  color: #5c5c5c;
}
@media (min-width: 992px) {
  .footer-terms-information {
    padding-bottom: 15px;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .footer-terms-copyright {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .footer-terms-contact {
    margin-bottom: 0 !important;
  }
}
.footer-desktop {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .footer-desktop > .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-desktop {
    border-top: solid 1px #3c3c3c;
  }
}
.footer-desktop-header h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.footer-desktop-header h3:last-child {
  text-align: right;
}

input {
  border: 1px solid #eeeeee;
}
input:focus {
  border: solid 1px #28b600;
}

/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #e6e8ed;
  border-radius: 9px;
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
}
.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #28b600;
  border-radius: 100%;
}
.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio.jcf-checked span {
  display: block;
}

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 5px 0 0;
  padding: 2px;
  height: 14px;
  width: 14px;
}
.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 9px;
  top: 50%;
  left: 55%;
  margin: -7px 0 0 -6px;
  border: 3px solid #28b600;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
.jcf-checkbox.jcf-focus span {
  border-color: #28b600 !important;
}
.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

/* button */
.jcf-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
}
.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

/* file */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}
.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px;
}
.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}

/* scrollbars */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #ededed;
  background: #fff;
  margin: 0 0 12px;
  min-width: 100px;
  height: 40px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 12px;
  line-height: 40px;
  margin: 0 45px 0 13px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #626262;
  width: 35px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border: 4px solid #aaa;
  margin: -1px 0 0 -4px;
  border-color: #fff transparent transparent transparent;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: "...";
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected::before {
  display: inline-block;
  content: "";
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list .jcf-list-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list .jcf-list-content ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

/* other styles */
.jcf-textarea {
  border: 1px solid #b8c3c9;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
}
.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0;
}
.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0;
}
.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: bold;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0;
}
.jcf-textarea .jcf-resize::before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: "";
}

/* number input */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px;
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px;
}

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

/* range input */
.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px;
}

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px;
}

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
}

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto;
}

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px;
}

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px;
}

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0;
}

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px;
}

.jcf-range .jcf-active-handle {
  z-index: 2;
}

.jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid #e6e8ed;
  margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3;
}

/* common styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #777 !important;
}

#content {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
}
#content h1,
#content h2 {
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  #content h1,
  #content h2 {
    font-size: 24px;
  }
}
#content .entry-content img {
  width: 100%;
  height: auto;
}
#content .entry-content p {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #content .entry-content p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}
#content .entry-content p a {
  color: #c71919;
  font-weight: 400;
}
#content .entry-content ul,
#content .entry-content ol {
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  #content .entry-content ul,
  #content .entry-content ol {
    margin-bottom: 20px;
  }
}
#content .entry-content .lifecell-content-logo {
  width: 150px;
}
@media (min-width: 768px) {
  #content .entry-content .lifecell-content-logo {
    width: 200px;
  }
}
#content .entry-content h3 {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #content .entry-content h3 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
  }
}

.page-template-about-us .banner {
  background: #b4a278;
  padding: 20px 20%;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 16px;
}
@media (min-width: 992px) {
  .page-template-about-us .banner {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 20px 36%;
  }
}
.page-template-about-us .product-listing-container h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #303030;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-template-about-us .product-listing-container h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.page-template-about-us .product-listing-container h3 span {
  font-size: 16px;
  color: #303030;
  font-weight: 300;
  display: block;
}
@media (min-width: 992px) {
  .page-template-about-us .product-listing-container h3 span {
    font-size: 26px;
    line-height: 1.8;
  }
}
.page-template-about-us .featured-products-container .row .product-item {
  border: solid 1px #e9e7e5;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
  overflow: hidden;
}
.page-template-about-us .featured-products-container .row .product-item .image {
  padding: 10px;
}
.page-template-about-us .featured-products-container .row .product-item .image img {
  width: auto;
  height: auto;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .page-template-about-us .featured-products-container .row .product-item .image img {
    max-height: 130px;
  }
}
.page-template-about-us .featured-products-container .row .product-item .content {
  background: #e9e7e5;
  padding: 10px;
  text-align: center;
  height: 100%;
}
.page-template-about-us .featured-products-container .row .product-item .content .product-title {
  font-size: 12px;
  color: #303030;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 10px;
}
.page-template-about-us .featured-products-container .row .product-item .content .btn {
  width: 90%;
}
.page-template-about-us .featured-products-container .row .product-item .content .pr-price {
  margin-bottom: 10px;
}
.page-template-about-us .featured-products-container .row .product-item .content .pr-price .pr-retail-price {
  border-bottom: solid 1px #303030;
}
.page-template-about-us .featured-products-container .row .product-item .content .pr-price .pr-free-shipping {
  color: #c71919;
  text-transform: uppercase;
}
.page-template-about-us .featured-products-container .row .product-item .content .pr-price span {
  font-size: 11px;
  color: #303030;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-template-about-us .featured-products-container .row .product-item .content .pr-price span {
    font-size: 16px;
  }
}
.page-template-about-us .featured-products-container .row .product-item .content .pr-price span.pr-free-shipping {
  display: block;
}
@media (min-width: 992px) {
  .page-template-about-us .featured-products-container .row .product-item .content .pr-price span.pr-free-shipping {
    font-size: 11px;
  }
}
.page-template-about-us .featured-products-container .row .btn-link {
  margin-left: auto;
  margin-right: auto;
}
.page-template-about-us .featured-products-container .no-gutters > .col,
.page-template-about-us .featured-products-container .no-gutters > [class*=col-] {
  margin-bottom: 10px;
}
.page-template-about-us .entry-content ol {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-template-about-us .entry-content ol {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}
.page-template-about-us .entry-content ol li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-template-about-us .entry-content ol li {
    margin-bottom: 20px;
  }
}
.page-template-about-us .entry-content ol li ul li {
  margin-bottom: 10px;
}

.error404 #content .main {
  text-align: center;
  margin-top: 130px;
  margin-bottom: 130px;
}
@media (min-width: 992px) {
  .error404 #content .main {
    margin-top: 250px;
    margin-bottom: 250px;
  }
}
.error404 #content .main > .container {
  max-width: 350px;
}
.error404 #content .main h1 {
  font-size: 70px;
  color: #c71919;
  font-weight: 500;
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .error404 #content .main h1 {
    font-size: 100px;
    margin-bottom: 30px !important;
  }
}
.error404 #content .main h2 {
  font-size: 20px;
  color: #222;
  line-height: 30px;
}
.error404 #content .main p {
  font-size: 12px;
  line-height: 18px;
  color: #222;
  font-weight: 400;
}
.error404 #content .main p a {
  color: #222;
  text-decoration: underline;
}

.page-template-thank-you-page #header > .inner #fb-root {
  display: none;
}
.page-template-thank-you-page .main {
  margin-top: 0;
}
.page-template-thank-you-page .main .thankyou-banner {
  background: url(images/mobile-thankyou-bg.jpg) top center no-repeat;
  background-size: cover;
  background-color: #f4f5f7;
  padding-top: 25px;
  padding-bottom: 17px;
  height: 420px;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-banner {
    padding-bottom: 78px;
    padding-top: 25px;
    background: url(images/tablet-thankyou-bg.jpg) top center no-repeat;
    background-size: cover;
    height: 680px;
  }
}
@media (min-width: 992px) {
  .page-template-thank-you-page .main .thankyou-banner {
    background: url(images/desktop-thankyou-bg.jpg) top center no-repeat;
    height: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-template-thank-you-page .main .thankyou-banner h1 {
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-banner h1 {
    text-align: center;
    font-size: 44px;
    font-weight: 100;
    line-height: 54px;
  }
}
.page-template-thank-you-page .main .thankyou-banner h1::after {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #c71919;
  margin-left: auto;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-banner h1::after {
    margin-right: auto;
  }
}
.page-template-thank-you-page .main .thankyou-banner .fb-send-wrap {
  position: relative;
  text-align: center;
  margin: 250px auto 0;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-banner .fb-send-wrap {
    margin-top: 505px;
  }
}
@media (min-width: 992px) {
  .page-template-thank-you-page .main .thankyou-banner .fb-send-wrap {
    margin-top: 590px;
  }
}
.page-template-thank-you-page .main .thankyou-banner .fb-send-wrap > div::after {
  content: "";
  width: 40px;
  height: 30px;
  background: url(images/thank-you-arrow.png) center no-repeat;
  display: block;
  position: absolute;
  top: -10px;
  right: calc(50% - 120px);
  background-size: contain;
}
.page-template-thank-you-page .main .thankyou-banner .fb-send-wrap > div .fb_iframe_widget {
  width: 170px !important;
  display: inline-block !important;
}
.page-template-thank-you-page .main .thankyou-social-content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-thank-you-page .main .thankyou-social-content a {
  color: #3a5996;
}
.page-template-thank-you-page .main .thankyou-social-content .fb-like {
  margin-top: 5px;
  display: block;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-social-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e9e7e5;
    text-align: left;
  }
  .page-template-thank-you-page .main .thankyou-social-content .thankyou-social {
    display: flex;
    justify-content: space-between;
    max-width: 260px;
  }
  .page-template-thank-you-page .main .thankyou-social-content .thankyou-social a {
    color: #c71919;
    background: #c71919;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
  }
  .page-template-thank-you-page .main .thankyou-social-content .thankyou-social a .fab {
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .page-template-thank-you-page .main .thankyou-social-content > .container {
    max-width: 800px;
    width: 100%;
  }
}
.page-template-thank-you-page .main .thankyou-order-content > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-order-content {
    padding-top: 40px;
  }
  .page-template-thank-you-page .main .thankyou-order-content > .container {
    width: 900px;
  }
}
.page-template-thank-you-page .main .thankyou-order-content__header {
  background: #333436;
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-order-content__header {
    padding: 40px;
  }
  .page-template-thank-you-page .main .thankyou-order-content__header .col-12 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-thank-you-page .main .thankyou-order-content__header h2 {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  line-height: 22px;
}
.page-template-thank-you-page .main .thankyou-order-content__header h2::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #c71919;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.page-template-thank-you-page .main .thankyou-order-content__header p {
  font-size: 11px;
  font-weight: 100;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-thank-you-page .main .thankyou-order-content__header p a {
  font-weight: 500;
  color: #fff;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-order-content__content {
    border: solid 1px #979797;
    border-top: none;
  }
}
.page-template-thank-you-page .main .thankyou-order-content__content .thank-you-order-details {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-order-content__content .thank-you-order-details {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-thank-you-page .main .thankyou-order-content__content .thank-you-order-details > .container {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.page-template-thank-you-page .main .thankyou-order-content__content .thank-you-order-details > .container .ty-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.page-template-thank-you-page .main .thankyou-order-content__content__shipping-method {
  margin-bottom: 20px;
}
.page-template-thank-you-page .main .thankyou-order-content__content__shipping-method .ship-value {
  text-align: right;
}
.page-template-thank-you-page .main .thankyou-order-content__content__product-items {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-thank-you-page .main .thankyou-order-content__content__product-items .order_item .product-name a {
  color: #000;
}
.page-template-thank-you-page .main .thankyou-order-content__content__product-items .order_item .product-total {
  text-align: right;
}
.page-template-thank-you-page .main .thankyou-order-content__pricing {
  text-align: right;
  margin-bottom: 20px;
}
.page-template-thank-you-page .main .thankyou-order-content__billing-shipping .row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-thank-you-page .main .thankyou-order-content__billing-shipping .title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.page-template-thank-you-page .main .thankyou-order-content__billing-shipping .content {
  background: #f4f4f4;
  padding: 10px;
}
.page-template-thank-you-page .main .thankyou-order-content__billing-shipping .shipping-address {
  margin-bottom: 20px;
}
.page-template-thank-you-page .main .thankyou-social-footer {
  text-align: center;
  margin-bottom: 30px;
}
.page-template-thank-you-page .main .thankyou-social-footer .thankyou-social {
  display: flex;
  justify-content: space-evenly;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-thank-you-page .main .thankyou-social-footer a {
  background: #c71919;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-block;
}
.page-template-thank-you-page .main .thankyou-social-footer a .fab {
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
.page-template-thank-you-page .main .border {
  height: 8px;
  width: 100%;
  border: none !important;
  background: #989898;
  position: relative;
}
.page-template-thank-you-page .main .border::after {
  content: "";
  background: #c71919;
  width: 50%;
  height: 8px;
  display: block;
  margin-left: auto;
}

.page-template .product-listing-container {
  margin-top: 20px;
}
@media (min-width: 1400px) {
  .page-template .product-listing-container {
    margin-top: 50px;
  }
}
.page-template .product-slider {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .page-template .product-slider {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 991px) {
  .page-template .product-slider:after {
    content: "flickity";
    display: none;
  }
}
.page-template .product-slider .card {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px 10px 0;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
  max-width: 290px;
  border: none;
}
@media (min-width: 992px) {
  .page-template .product-slider .card {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page-template .product-slider .card .card-title {
  font-size: 18px;
  color: #696969;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .page-template .product-slider .card .card-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.page-template .product-slider .card .card-desc {
  font-size: 10px;
  color: #696969;
  font-weight: 300;
  line-height: 11px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .page-template .product-slider .card .card-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template .product-slider .card .card-price {
  font-size: 19px;
  color: #696969;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-template .product-slider .card .card-price {
    font-size: 22px;
    line-height: 30px;
  }
}
.page-template .product-slider .card .links {
  margin-bottom: 10px;
}
.page-template .product-slider .card .links a {
  font-size: 11px;
  color: #0066cc;
  font-weight: 500;
  line-height: 15px;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .page-template .product-slider .card .links a {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-template .product-slider .card .img {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.page-template .product-slider .card .img img {
  height: 100px;
  max-width: none;
}
@media (min-width: 1200px) {
  .page-template .product-slider .card .img img {
    height: 200px;
  }
}

.home-feature-slider {
  background: #e9e7e5;
}
@media (min-width: 992px) {
  .home-feature-slider {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .home-feature-slider {
    height: 675px;
  }
}
.home-feature-slider .slider {
  width: 100%;
}
#content .home-feature-slider .slider .mobile-slider-content h2 {
  color: #fff;
  margin-bottom: 0 !important;
}
.home-feature-slider .slider .header {
  background: #c71919;
  padding: 20px 15%;
}
.home-feature-slider .slider .header h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.home-feature-slider .slider .header h2 span {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
}
.home-feature-slider .slider .image-container {
  background: #e9e7e5;
  padding: 20px 10px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 80%;
  padding-bottom: 100%;
}
.home-feature-slider .slider .image-container h2 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #292929 !important;
  text-transform: uppercase;
  font-weight: bold !important;
}
@media (min-width: 350px) {
  .home-feature-slider .slider .image-container h2 {
    font-size: 31px !important;
    line-height: 40px !important;
  }
}
.home-feature-slider .slider .image-container img {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px);
  max-width: 400px;
}
.home-feature-slider .slider .footer {
  background: #e8e6e5;
  text-align: center;
  padding: 0 20px 20px;
  float: unset;
}
.home-feature-slider .slider .footer p {
  font-size: 20px;
  color: #696969;
  font-weight: 100;
  line-height: 26px;
  padding-bottom: 10px;
}
.home-feature-slider .slider .footer .btn-slider {
  background: transparent;
  color: #626262;
  border: solid 1px #fff;
  width: 100%;
  max-width: 300px;
  border: 1px solid #626262;
  border-radius: 28px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  font-size: 18px;
}
.home-feature-slider .slider .desktop-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .home-feature-slider .slider .desktop-image {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .home-feature-slider .slider .desktop-image {
    height: 675px;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .home-feature-slider .slider .desktop-image img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .home-feature-slider .slider .desktop-image img {
    width: auto;
  }
}
.home-feature-slider .slider .desktop-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
.home-feature-slider .slider .desktop-content .top-content {
  width: 70%;
  margin-bottom: 20px;
}
.home-feature-slider .slider .desktop-content .top-content img {
  width: 100%;
}
.home-feature-slider .slider .desktop-content .bottom-content {
  width: 80%;
}
.home-feature-slider .slider .desktop-content .bottom-content p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #696969;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.home-feature-slider .slider .desktop-content .bottom-content .btn-primary {
  border: 1px solid #626262;
  border-radius: 28px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  background: transparent;
  text-transform: capitalize;
  color: #626262;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .home-feature-slider .slider .desktop-content {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .home-feature-slider .slider .desktop-content {
    height: 675px;
  }
}
.home-footer-banner img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .home-feature-content.section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .home-feature-content.section .container {
    width: 1400px;
    max-width: 1400px;
  }
}
.home-feature-content .item {
  text-align: center;
  padding-bottom: 30px;
}
.home-feature-content .item h3 {
  color: #696969;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  width: 100%;
}
@media (min-width: 768px) {
  .home-feature-content .item h3 {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .home-feature-content .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
  }
}
@media (min-width: 1500px) {
  .home-feature-content .item {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (min-width: 768px) {
  .home-feature-content .item .content-inner {
    display: flex;
    flex-direction: column;
    height: calc(100% - 125px);
  }
}
.home-feature-content .item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-feature-content .item img {
    max-height: 125px;
    height: 100%;
  }
}
.home-feature-content .item p {
  color: #696969;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .home-feature-content .item p {
    margin-bottom: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home-feature-content .item p {
    font-size: 18px;
  }
}
.home-feature-content .item .btn-primary {
  border: none;
  padding: 0;
  text-transform: capitalize;
  color: #0066cc;
  font-size: 16px;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .home-feature-content .item .btn-primary {
    font-size: 20px;
  }
}
.home-feature-content .item .btn-primary:hover, .home-feature-content .item .btn-primary:active, .home-feature-content .item .btn-primary:focus {
  background: transparent;
}
@media (min-width: 992px) {
  .home-products {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-products > .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1500px) {
  .home-products > .container {
    width: 1400px;
    max-width: 1400px;
  }
}
.home-products h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #696969;
  font-weight: 700;
}
@media (min-width: 992px) {
  .home-products h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.home-products .row .product-item {
  background: #f4f4f4;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.home-products .row .product-item .image {
  padding: 0;
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
}
.home-products .row .product-item .image a {
  margin-top: auto;
}
.home-products .row .product-item .image img {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-height: 170px;
}
.home-products .row .product-item .content {
  padding: 20px 10px 10px 0;
  text-align: left;
  height: 100%;
  flex-basis: 60%;
}
@media (min-width: 1200px) {
  .home-products .row .product-item .content {
    padding: 30px 20px 10px 0;
  }
}
.home-products .row .product-item .content .product-title {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  padding-bottom: 10px;
}
.home-products .row .product-item .content .btn {
  width: 90%;
}
.home-products .row .product-item .content .pr-price {
  margin-bottom: 10px;
}
.home-products .row .product-item .content .pr-price .pr-retail-price {
  font-size: 16px;
  color: #696969;
  font-weight: 300;
  line-height: 26px;
}
.home-products .row .learn-more-link {
  font-size: 15px;
  color: #0066cc;
  font-weight: 500;
  line-height: 20px;
}
.home-products .featured-products-container .no-gutters > .col,
.home-products .featured-products-container .no-gutters > [class*=col-] {
  margin-bottom: 10px;
}

.page-template-shop .section {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-template-shop .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .page-template-shop .section.products {
    max-width: 1780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .page-template-shop .section.products .featured-products-container > .row {
    justify-content: space-between;
  }
}
.page-template-shop .section.products .featured-products-container > .row::before, .page-template-shop .section.products .featured-products-container > .row::after {
  display: none;
}
.page-template-shop .section.products .container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-shop .section.products .container .featured-product {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.page-template-shop .section.products .container .featured-product.outofstock {
  position: relative;
}
.page-template-shop .section.products .container .featured-product.outofstock::after {
  content: "Out of stock";
  position: absolute;
  color: white;
  background: #c71919;
  padding: 10px;
  font-size: 12px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.outofstock::after {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: -9999px;
}
@media (min-width: 768px) {
  .page-template-shop .section.products .container .featured-product.layout-0 {
    display: flex;
  }
}
@media (min-width: 992px) {
  .page-template-shop .section.products .container .featured-product.layout-0 {
    background-position: bottom left;
    background-size: contain;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 .image-mobile {
  padding-top: 60%;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.page-template-shop .section.products .container .featured-product.layout-0 .image-mobile img {
  display: none;
}
@media (min-width: 768px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .image-mobile {
    padding-top: 30%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .image-mobile {
    width: 70%;
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .image-mobile {
    width: 60%;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 .content {
  padding: 0 30px 30px;
  background: none !important;
}
@media (min-width: 768px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .content {
    width: 50%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .content {
    padding: 20px 10% 20px 20px;
    width: 40%;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 .content .pr-name a {
  font-size: 23px;
  line-height: 30px;
  color: #696969;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .content .pr-name a {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 .content .pr-desc {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .content .pr-desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 .content .pr-retail-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .content .pr-retail-price {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 .content .pr-links a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #0066cc;
  margin-right: 20px;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-0 .content .pr-links a {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-0 .content .pr-links a::after {
  content: ">";
  font-size: 12px;
  margin-left: 5px;
}
.page-template-shop .section.products .container .featured-product.layout-0 .content .pr-links a:hover, .page-template-shop .section.products .container .featured-product.layout-0 .content .pr-links a:active, .page-template-shop .section.products .container .featured-product.layout-0 .content .pr-links a:focus {
  opacity: 0.8;
}
.page-template-shop .section.products .container .featured-product.layout-1 {
  background-color: #f4f4f4;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -9999px;
  display: flex;
}
@media (min-width: 768px) {
  .page-template-shop .section.products .container .featured-product.layout-1 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-1 {
    background-position: -5% bottom;
    background-size: contain;
  }
}
@media (min-width: 1440px) {
  .page-template-shop .section.products .container .featured-product.layout-1 {
    background-position: 0 bottom;
  }
}
.page-template-shop .section.products .container .featured-product.layout-1 .image-mobile {
  width: 35%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.page-template-shop .section.products .container .featured-product.layout-1 .image-mobile img {
  display: none;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-1 .image-mobile {
    background-image: none !important;
    width: 50%;
  }
}
.page-template-shop .section.products .container .featured-product.layout-1 .content {
  padding: 30px 10px 30px 0;
  width: 65%;
  background: none !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .page-template-shop .section.products .container .featured-product.layout-1 .content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 100px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-1 .content .pr-name a {
  font-size: 22px;
  line-height: 29px;
  color: #696969;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-1 .content .pr-name a {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-1 .content .pr-desc {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-1 .content .pr-desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-1 .content .pr-retail-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-1 .content .pr-retail-price {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-1 .content .pr-links a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #0066cc;
  margin-right: 20px;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-1 .content .pr-links a {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-1 .content .pr-links a::after {
  content: ">";
  font-size: 12px;
  margin-left: 5px;
}
.page-template-shop .section.products .container .featured-product.layout-1 .content .pr-links a:hover, .page-template-shop .section.products .container .featured-product.layout-1 .content .pr-links a:active, .page-template-shop .section.products .container .featured-product.layout-1 .content .pr-links a:focus {
  opacity: 0.8;
}
.page-template-shop .section.products .container .featured-product.layout-2 {
  background-color: #f4f4f4;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -9999px;
  display: flex;
}
@media (min-width: 768px) {
  .page-template-shop .section.products .container .featured-product.layout-2 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-2 {
    background-position: bottom;
  }
}
.page-template-shop .section.products .container .featured-product.layout-2 .image-mobile {
  display: none;
}
.page-template-shop .section.products .container .featured-product.layout-2 .content {
  padding: 25px 20px 100px;
  width: 100%;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-2 .content {
    background-image: none !important;
    padding: 70px 20px 180px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-2 .content .pr-name a {
  font-size: 22px;
  line-height: 29px;
  color: #696969;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-2 .content .pr-name a {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-2 .content .pr-desc {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-2 .content .pr-desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-2 .content .pr-retail-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-2 .content .pr-retail-price {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-2 .content .pr-links {
  margin-bottom: 20px;
}
.page-template-shop .section.products .container .featured-product.layout-2 .content .pr-links a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #0066cc;
  margin-right: 20px;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-2 .content .pr-links a {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-2 .content .pr-links a::after {
  content: ">";
  font-size: 12px;
  margin-left: 5px;
}
.page-template-shop .section.products .container .featured-product.layout-2 .content .pr-links a:hover, .page-template-shop .section.products .container .featured-product.layout-2 .content .pr-links a:active, .page-template-shop .section.products .container .featured-product.layout-2 .content .pr-links a:focus {
  opacity: 0.8;
}
.page-template-shop .section.products .container .featured-product.layout-3 {
  background-color: #f4f4f4;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -9999px;
  display: flex;
}
@media (min-width: 768px) {
  .page-template-shop .section.products .container .featured-product.layout-3 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-3 {
    background-position: bottom left;
    background-size: contain;
  }
}
.page-template-shop .section.products .container .featured-product.layout-3 .image-mobile {
  display: none;
}
.page-template-shop .section.products .container .featured-product.layout-3 .content {
  padding: 25px 20px 55%;
  width: 100%;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-3 .content {
    background-image: none !important;
    padding: 70px 50px 70px 140px;
    text-align: right;
  }
}
.page-template-shop .section.products .container .featured-product.layout-3 .content .pr-name a {
  font-size: 22px;
  line-height: 29px;
  color: #696969;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-3 .content .pr-name a {
    font-size: 34px;
    line-height: 45px;
    width: 75%;
    margin-left: auto;
  }
}
.page-template-shop .section.products .container .featured-product.layout-3 .content .pr-desc {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-3 .content .pr-desc {
    font-size: 20px;
    line-height: 26px;
    width: 65%;
    margin-left: auto;
  }
}
.page-template-shop .section.products .container .featured-product.layout-3 .content .pr-retail-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-3 .content .pr-retail-price {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-3 .content .pr-links {
  margin-bottom: 20px;
}
.page-template-shop .section.products .container .featured-product.layout-3 .content .pr-links a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #0066cc;
  margin-right: 20px;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-3 .content .pr-links a {
    font-size: 20px;
    line-height: 26px;
    margin-left: 20px;
    margin-right: 0;
  }
}
.page-template-shop .section.products .container .featured-product.layout-3 .content .pr-links a::after {
  content: ">";
  font-size: 12px;
  margin-left: 5px;
}
.page-template-shop .section.products .container .featured-product.layout-3 .content .pr-links a:hover, .page-template-shop .section.products .container .featured-product.layout-3 .content .pr-links a:active, .page-template-shop .section.products .container .featured-product.layout-3 .content .pr-links a:focus {
  opacity: 0.8;
}
.page-template-shop .section.products .container .featured-product.layout-4 {
  background-color: #f4f4f4;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -9999px;
  display: flex;
}
@media (min-width: 768px) {
  .page-template-shop .section.products .container .featured-product.layout-4 {
    width: calc(50% - 10px);
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .image-mobile {
  width: 35%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-shop .section.products .container .featured-product.layout-4 .image-mobile img {
  display: none;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-4 .image-mobile {
    width: 50%;
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .content {
  padding: 30px 10px 30px 0;
  width: 65%;
  background: none !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .page-template-shop .section.products .container .featured-product.layout-4 .content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 100px;
    width: 80%;
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .content .pr-name a {
  font-size: 22px;
  line-height: 29px;
  color: #696969;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-4 .content .pr-name a {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .content .pr-subtitle {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-4 .content .pr-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .content .pr-desc {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-4 .content .pr-desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .content .pr-retail-price {
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  color: #696969;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-4 .content .pr-retail-price {
    font-size: 34px;
    line-height: 45px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .content .pr-links a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #0066cc;
  margin-right: 20px;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .page-template-shop .section.products .container .featured-product.layout-4 .content .pr-links a {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-template-shop .section.products .container .featured-product.layout-4 .content .pr-links a::after {
  content: ">";
  font-size: 12px;
  margin-left: 5px;
}
.page-template-shop .section.products .container .featured-product.layout-4 .content .pr-links a:hover, .page-template-shop .section.products .container .featured-product.layout-4 .content .pr-links a:active, .page-template-shop .section.products .container .featured-product.layout-4 .content .pr-links a:focus {
  opacity: 0.8;
}

.es_ES.page-template-shop .outofstock::after {
  content: "Agotado" !important;
}

@media (max-width: 767px) {
  body.blog .main, body.category .main, body.single .main {
    margin-bottom: 0;
  }
}
body.blog #content .post, body.category #content .post, body.single #content .post {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1px #d8d8d8;
}
@media (max-width: 767px) {
  body.blog #content .post, body.category #content .post, body.single #content .post {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
body.blog #content .post .entry-title, body.category #content .post .entry-title, body.single #content .post .entry-title {
  line-height: 30px;
  margin-bottom: 10px;
}
body.blog #content .post .entry-title a, body.category #content .post .entry-title a, body.single #content .post .entry-title a {
  font-size: 20px;
  color: #303030;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  body.blog #content .post .entry-title a, body.category #content .post .entry-title a, body.single #content .post .entry-title a {
    font-size: 24px;
  }
}
body.blog #content .post .post-thumbnail, body.category #content .post .post-thumbnail, body.single #content .post .post-thumbnail {
  display: block;
  margin-bottom: 10px;
}
body.blog #content .post .post-thumbnail img, body.category #content .post .post-thumbnail img, body.single #content .post .post-thumbnail img {
  width: 100%;
  height: auto;
}
body.blog #content .post .entry-date, body.category #content .post .entry-date, body.single #content .post .entry-date {
  font-size: 10px;
  color: #303030;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.blog #content .post .entry-date, body.category #content .post .entry-date, body.single #content .post .entry-date {
    font-size: 12px;
  }
}
body.blog #content .post .entry-content, body.category #content .post .entry-content, body.single #content .post .entry-content {
  font-size: 10px;
  color: #303030;
  font-weight: 500;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.blog #content .post .entry-content, body.category #content .post .entry-content, body.single #content .post .entry-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}
body.blog #content .post .entry-content .read-more-post, body.category #content .post .entry-content .read-more-post, body.single #content .post .entry-content .read-more-post {
  display: block;
  margin-top: 10px;
}
@media (min-width: 480px) {
  body.blog #content .post .entry-content .read-more-post, body.category #content .post .entry-content .read-more-post, body.single #content .post .entry-content .read-more-post {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  body.blog #content .post .entry-content .read-more-post, body.category #content .post .entry-content .read-more-post, body.single #content .post .entry-content .read-more-post {
    max-width: 280px;
  }
}
body.blog #content .post:first-child, body.category #content .post:first-child, body.single #content .post:first-child {
  border-top: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  body.blog #content .post .container, body.category #content .post .container, body.single #content .post .container {
    width: 100%;
  }
}
body.blog .sidebar-container #sidebar, body.category .sidebar-container #sidebar, body.single .sidebar-container #sidebar {
  padding: 20px;
  background: #e9e7e5;
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.blog .sidebar-container #sidebar, body.category .sidebar-container #sidebar, body.single .sidebar-container #sidebar {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.blog .sidebar-container #sidebar, body.category .sidebar-container #sidebar, body.single .sidebar-container #sidebar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
body.blog .sidebar-container #sidebar .widget-container, body.category .sidebar-container #sidebar .widget-container, body.single .sidebar-container #sidebar .widget-container {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  body.blog .sidebar-container #sidebar .widget-container, body.category .sidebar-container #sidebar .widget-container, body.single .sidebar-container #sidebar .widget-container {
    width: 420px;
  }
}
@media (min-width: 768px) {
  body.blog .sidebar-container #sidebar .widget-container, body.category .sidebar-container #sidebar .widget-container, body.single .sidebar-container #sidebar .widget-container {
    width: 100%;
  }
}
body.blog .sidebar-container #sidebar .widget-container .widget-title, body.category .sidebar-container #sidebar .widget-container .widget-title, body.single .sidebar-container #sidebar .widget-container .widget-title {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
body.blog .sidebar-container #sidebar .widget-container ul, body.category .sidebar-container #sidebar .widget-container ul, body.single .sidebar-container #sidebar .widget-container ul {
  list-style: none;
}
body.blog .sidebar-container #sidebar .widget-container ul li, body.category .sidebar-container #sidebar .widget-container ul li, body.single .sidebar-container #sidebar .widget-container ul li {
  position: relative;
}
body.blog .sidebar-container #sidebar .widget-container ul li > a, body.category .sidebar-container #sidebar .widget-container ul li > a, body.single .sidebar-container #sidebar .widget-container ul li > a {
  padding-left: 15px;
  font-size: 10px;
  text-transform: uppercase;
  color: #303030;
}
@media (min-width: 992px) {
  body.blog .sidebar-container #sidebar .widget-container ul li > a, body.category .sidebar-container #sidebar .widget-container ul li > a, body.single .sidebar-container #sidebar .widget-container ul li > a {
    font-size: 12px;
  }
}
body.blog .sidebar-container #sidebar .widget-container ul li > a::before, body.category .sidebar-container #sidebar .widget-container ul li > a::before, body.single .sidebar-container #sidebar .widget-container ul li > a::before {
  content: "";
  background: url(images/menu-bullets-red.png) 0 0 no-repeat;
  background-size: cover;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
body.blog .wp-pagenavi, body.category .wp-pagenavi, body.single .wp-pagenavi {
  width: 100%;
  text-align: center;
}
body.blog .wp-pagenavi .pages,
body.blog .wp-pagenavi .first,
body.blog .wp-pagenavi .last, body.category .wp-pagenavi .pages,
body.category .wp-pagenavi .first,
body.category .wp-pagenavi .last, body.single .wp-pagenavi .pages,
body.single .wp-pagenavi .first,
body.single .wp-pagenavi .last {
  display: none;
}
body.blog .wp-pagenavi .previouspostslink, body.category .wp-pagenavi .previouspostslink, body.single .wp-pagenavi .previouspostslink {
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 10px;
}
body.blog .wp-pagenavi .nextpostslink, body.category .wp-pagenavi .nextpostslink, body.single .wp-pagenavi .nextpostslink {
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
}
body.blog .wp-pagenavi .extend, body.category .wp-pagenavi .extend, body.single .wp-pagenavi .extend {
  font-size: 10px;
}
body.blog .wp-pagenavi .page,
body.blog .wp-pagenavi .current, body.category .wp-pagenavi .page,
body.category .wp-pagenavi .current, body.single .wp-pagenavi .page,
body.single .wp-pagenavi .current {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  background: #e9e7e5;
  border-radius: 3px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 10px;
  line-height: 20px;
  transition: all 0.15s ease-in-out;
}
body.blog .wp-pagenavi .page:hover, body.blog .wp-pagenavi .page:active, body.blog .wp-pagenavi .page:focus, body.category .wp-pagenavi .page:hover, body.category .wp-pagenavi .page:active, body.category .wp-pagenavi .page:focus, body.single .wp-pagenavi .page:hover, body.single .wp-pagenavi .page:active, body.single .wp-pagenavi .page:focus {
  background: #c71919;
  color: #fff;
}
body.blog .wp-pagenavi .current, body.category .wp-pagenavi .current, body.single .wp-pagenavi .current {
  background: #c71919;
  color: #fff;
}
body.blog .post .read-more-post:hover, body.blog .post .read-more-post:focus, body.blog .post .read-more-post:active {
  color: #fff !important;
}
body.single .post.single {
  width: 100% !important;
  left: unset !important;
  right: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
body.single .post.single .entry-title {
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  body.single .post.single .entry-title {
    font-size: 24px;
  }
}
body.single .post.single .entry-content img {
  width: 100%;
  height: auto;
}
body.single .post.single .entry-content p {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.single .post.single .entry-content p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}
body.single .post.single .entry-content p a {
  color: #c71919;
  font-weight: 400;
}
body.single .post.single .entry-content ul,
body.single .post.single .entry-content ol {
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  body.single .post.single .entry-content ul,
  body.single .post.single .entry-content ol {
    margin-bottom: 20px;
  }
}
body.single #comments {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.single #comments .comment-reply-title {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  text-transform: uppercase;
}
body.single #comments .comment-reply-title #cancel-comment-reply-link {
  font-size: 10px;
}
body.single #comments .comment-form .comment-notes {
  font-size: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  body.single #comments .comment-form .comment-notes {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}
body.single #comments .comment-form label {
  font-size: 10px;
  color: #303030;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 768px) {
  body.single #comments .comment-form label {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
body.single #comments .comment-form .required {
  font-size: 12px;
  color: #c71919;
  font-weight: 500;
  display: inline-block;
  padding-right: 2px;
}
body.single #comments .comment-form input,
body.single #comments .comment-form textarea {
  padding: 5px;
  border: solid 1px #eee;
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px;
  font-size: 12px;
}
body.single #comments .comment-form .comment-form-comment label {
  display: block;
}
@media (min-width: 768px) {
  body.single #comments .comment-form input {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  body.single #comments .comment-form textarea {
    width: 100%;
  }
}
body.single #comments .comment-form .comment-form-cookies-consent {
  display: flex;
  margin-top: 10px;
}
body.single #comments .comment-form .comment-form-cookies-consent label {
  line-height: 18px;
}
body.single #comments .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: 50px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  body.single #comments .comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    width: 30px;
  }
}
body.single #comments .comment-form .form-submit .submit {
  padding: 13px 20px;
  font-size: 13px;
  color: #303030;
  font-weight: 500;
  background: transparent;
  border-color: #c71919;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
}
@media (min-width: 768px) {
  body.single #comments .comment-form .form-submit .submit {
    max-width: 280px;
  }
}
body.single #comments .comment-form .form-submit .submit:hover, body.single #comments .comment-form .form-submit .submit:focus, body.single #comments .comment-form .form-submit .submit:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
}
body.single .social-share {
  width: 100%;
  margin-bottom: 30px;
}
body.single .social-share .share-text {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  text-transform: uppercase;
}
body.single .social-share .social-share-buttons {
  display: flex;
  justify-content: flex-start;
}
body.single .social-share .social-share-buttons a {
  padding: 5px 10px;
  font-size: 20px;
}
body.single .social-share .social-share-buttons a:first-child {
  padding-left: 0;
}
body.single .navigation {
  display: flex;
  flex-wrap: wrap;
}
body.single .navigation .nav-prev {
  width: 50%;
  text-align: left;
}
body.single .navigation .nav-next {
  width: 50%;
  text-align: right;
}
body.single .navigation a {
  font-size: 10px;
  color: #c71919;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.single .navigation a {
    font-size: 12px;
  }
}
body.single .navigation a .fas {
  font-size: 8px;
}
@media (min-width: 768px) {
  body.single .navigation a .fas {
    font-size: 10px;
  }
}

.woocommerce-cart .wc-backward.button {
  display: inline-flex;
  padding: 13px 20px;
}
.woocommerce-cart .wc-backward.button br {
  display: none;
}
.woocommerce-cart .wc-backward.button::before {
  margin-top: 2px;
}
.woocommerce-cart .wc-backward.button:hover, .woocommerce-cart .wc-backward.button:active, .woocommerce-cart .wc-backward.button:focus {
  color: #fff !important;
}

.home-feature-slider .flickity-button {
  background: url(images/slider-chevron.png) center no-repeat #ded7d1;
  background-size: 13px;
}
@media (min-width: 992px) {
  .home-feature-slider .flickity-button {
    background-size: 20px;
    width: 60px;
    height: 60px;
  }
}
.home-feature-slider .flickity-button .flickity-button-icon {
  display: none;
}
.home-feature-slider .flickity-button:disabled {
  background-color: transparent;
}
.home-feature-slider .flickity-button.previous {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 992px) {
  .home-feature-slider .flickity-button.previous {
    left: 50px;
  }
}
@media (min-width: 992px) {
  .home-feature-slider .flickity-button.next {
    right: 50px;
  }
}
.home-feature-slider .flickity-button-icon {
  fill: #c71919;
}
.home-feature-slider .flickity-page-dots {
  bottom: 190px;
}
@media (min-width: 401px) {
  .home-feature-slider .flickity-page-dots {
    bottom: 190px;
  }
}
@media (min-width: 501px) {
  .home-feature-slider .flickity-page-dots {
    bottom: 170px;
  }
}
@media (min-width: 992px) {
  .home-feature-slider .flickity-page-dots {
    bottom: 20px;
  }
}
.home-feature-slider .flickity-page-dots .dot {
  background: #fff;
  width: 6px;
  height: 6px;
  margin: 0 4px;
}
@media (min-width: 993px) {
  .home-feature-slider .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 3px 8px;
  }
}
.home-feature-slider .flickity-page-dots .dot.is-selected {
  background: #c71919;
}
@media (min-width: 992px) {
  .home-feature-slider .flickity-page-dots .dot.is-selected {
    width: 15px;
    height: 15px;
    margin: 0 8px;
  }
}
@media (min-width: 1500px) {
  .home-feature-slider .desktop-slider-content .container {
    width: 1400px;
  }
}

.cart-drawer {
  padding: 0;
  transition: right 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  top: 39px;
  height: 515px;
  box-shadow: -4px 5px 18px 0px rgba(0, 0, 0, 0.16);
}
.cart-drawer .drawer__header {
  padding: 0 15px;
  height: 50px;
  margin-bottom: 0;
}
.cart-drawer .drawer__header h3 {
  font-size: 20px;
  color: #303030;
  font-weight: 300;
  text-transform: uppercase;
}
.cart-drawer #cartcontainer .ajaxcart.row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  margin-bottom: 5px;
}
.cart-drawer #cartcontainer .ajaxcart.row .grid__image {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-drawer #cartcontainer .ajaxcart.row .grid__image img {
  max-width: 75px;
  max-height: 100px;
  width: auto;
  height: auto;
}
.cart-drawer #cartcontainer .ajaxcart.row .quantity-increment {
  background: #e9e7e5;
}
.cart-drawer #cartcontainer .ajaxcart.row .quantity-increment span {
  font-size: inherit;
}
.cart-drawer #cartcontainer .ajaxcart .product-title a {
  font-size: 12px;
  color: #303030;
  font-weight: 400;
  line-height: 20px;
}
.cart-drawer #cartcontainer .ajaxcart .product-price {
  font-size: 12px;
  color: #303030;
  font-weight: 400;
  line-height: 20px;
}
.cart-drawer #cartcontainer .ajaxcart__inner {
  margin-bottom: 0;
  height: 310px;
  overflow-y: scroll;
}
.cart-drawer #cartcontainer .ajaxcart__footer {
  padding: 0 15px;
  margin-top: 10px;
}
.cart-drawer #cartcontainer .ajaxcart__footer p {
  line-height: 16px;
  font-size: 12px;
  color: #303030;
  font-weight: 400;
}
.cart-drawer #cartcontainer .ajaxcart__footer p.text-right {
  font-size: 12px;
  color: #303030;
  font-weight: 400;
  line-height: 16px;
}
.cart-drawer #cartcontainer .ajaxcart__footer #shippingtext {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.cart-drawer #cartcontainer .ajaxcart__footer .btn {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cart-drawer.drawer {
  display: block;
  max-width: 100%;
  top: 61px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .cart-drawer.drawer {
    top: 61px;
  }
}
.cart-drawer.drawer--right {
  right: -100%;
  width: 100%;
}
@media (min-width: 768px) {
  .cart-drawer.drawer--right {
    right: -300px;
    width: 300px;
  }
}
.drawer-open .cart-drawer.drawer--right {
  right: 0;
}

html,
body {
  width: 100%;
}
html.drawer-open,
body.drawer-open {
  position: fixed;
}

.js-drawer-open-right {
  transform: translateX(0) !important;
}

body.has-alert .cart-drawer.drawer {
  top: 103px;
}
@media (min-width: 992px) {
  body.has-alert .cart-drawer.drawer {
    top: 104px;
  }
}

.woocommerce.post-type-archive-product .page-title {
  display: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .page-title {
    display: block;
    font-size: 36px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .woocommerce.post-type-archive-product .page-title span {
    font-size: 36px;
    color: #303030;
    font-weight: 300;
  }
}
.woocommerce.post-type-archive-product .woocommerce-result-count {
  font-size: 12px;
  margin-bottom: 0;
  display: none;
}
.woocommerce.post-type-archive-product .woocommerce-ordering {
  display: none;
}
.woocommerce.post-type-archive-product .woocommerce-ordering select {
  border-radius: 0;
  border: solid 1px #ddd;
  font-size: 12px;
  padding: 3px 5px;
}
.woocommerce.post-type-archive-product .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce.post-type-archive-product .products::before, .woocommerce.post-type-archive-product .products::after {
  display: none;
}
.woocommerce.post-type-archive-product .products li.product {
  margin: 0 !important;
  width: calc(50% - 7.5px) !important;
  float: unset !important;
  clear: unset !important;
  border: solid 1px #e9e7e5;
  margin-bottom: 15px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .products li.product {
    width: calc(33.33% - 7.5px) !important;
  }
}
@media (min-width: 992px) {
  .woocommerce.post-type-archive-product .products li.product {
    width: calc(50% - 7.5px) !important;
  }
}
.woocommerce.post-type-archive-product .products li.product > a {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.woocommerce.post-type-archive-product .products li.product > a img {
  box-shadow: none;
  width: auto;
  height: auto;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .products li.product > a img {
    max-height: 140px;
  }
}
.woocommerce.post-type-archive-product .products li.product > a:hover img {
  box-shadow: none;
}
.woocommerce.post-type-archive-product .products li.product .product-content {
  background: #e9e7e5;
  text-align: center;
  padding: 10px;
  height: 100%;
}
.woocommerce.post-type-archive-product .products li.product .product-content .label label {
  font-size: 12px;
}
.woocommerce.post-type-archive-product .products li.product .product-content .woocommerce-loop-product__title {
  font-size: 12px !important;
  color: #303030;
  font-weight: 500;
  line-height: 18px !important;
  display: inline-block;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations_form .value {
  position: relative;
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations_form .value .jcf-select {
  width: 100%;
  margin-bottom: 24px;
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations_form .value .reset_variations {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  font-size: 11px;
}
.woocommerce.post-type-archive-product .products li.product .product-content .prod_title_secondary {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .prod_title_secondary {
    display: block;
    font-size: 12px;
    color: #303030;
    font-weight: 400;
    line-height: 18px;
  }
}
.woocommerce.post-type-archive-product .products li.product .product-content .ratings-container {
  font-size: 11px;
  color: #303030;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .ratings-container {
    font-size: 12px;
  }
}
.woocommerce.post-type-archive-product .products li.product .product-content .price span {
  font-size: 11px;
  color: #303030;
  font-weight: 500;
  border-bottom: solid 1px #303030;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .price span {
    font-size: 14px;
  }
}
.woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button {
  font-size: 9px;
  color: #303030;
  font-weight: 500;
  background: transparent;
  border-color: #c71919;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.15s ease-in-out !important;
  padding: 7px 10px !important;
  white-space: normal;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 4px;
  min-width: 140px;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button {
    font-size: 12px;
    min-width: 180px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button {
    white-space: nowrap;
  }
}
.woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button .ladda-spinner {
  display: none;
}
.woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button:hover, .woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button:focus, .woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
}
.woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button.one-click {
  background: #000;
  color: #fff;
  border-color: #000;
}
.woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button.one-click:hover, .woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button.one-click:focus, .woocommerce.post-type-archive-product .products li.product .product-content .single_add_to_cart_button.one-click:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
  border-color: #c71919;
}
.woocommerce.post-type-archive-product .products li.product .product-content .out-of-stock-label {
  display: none;
  font-size: 11px;
  color: #c71919;
  font-weight: 400;
}
@media (min-width: 768px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .out-of-stock-label {
    font-size: 12px;
  }
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations {
  width: 100%;
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations label {
  font-size: 11px;
  color: #303030;
  font-weight: 500;
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations .value {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .woocommerce.post-type-archive-product .products li.product .product-content .variations .value {
    align-items: flex-start;
  }
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations .value select {
  font-size: 11px;
  color: #303030;
  font-weight: 400;
  max-width: 150px;
}
.woocommerce.post-type-archive-product .products li.product .product-content .variations .value .reset_variations {
  font-size: 11px;
  color: #c71919;
  font-weight: 400;
  margin-top: 3px;
}
@media (min-width: 992px) {
  .woocommerce.post-type-archive-product .products li.product {
    display: flex;
  }
  .woocommerce.post-type-archive-product .products li.product > a {
    width: 50%;
  }
  .woocommerce.post-type-archive-product .products li.product > a .product-image {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .woocommerce.post-type-archive-product .products li.product > a .product-image img {
    max-height: 200px;
  }
  .woocommerce.post-type-archive-product .products li.product .product-content {
    width: 50%;
    text-align: left;
    padding: 20px;
  }
}
.woocommerce.post-type-archive-product .products li.product.outofstock .out-of-stock-label {
  display: block;
}
.woocommerce.post-type-archive-product .products li.product.outofstock .button {
  display: none;
}
.woocommerce.product-template-default #all-products-panel {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .products-panel-inner > .product {
    display: flex;
  }
}
.woocommerce.product-template-default #all-products-panel .onsale {
  display: none;
}
.woocommerce.product-template-default #all-products-panel .product-breadcrumbs {
  margin-bottom: 10px;
}
.woocommerce.product-template-default #all-products-panel .product-breadcrumbs .product-cat-name {
  line-height: 1;
  margin-top: -2px;
}
.woocommerce.product-template-default #all-products-panel .product-breadcrumbs .product-cat-name a {
  font-size: 10px;
  text-transform: uppercase;
  color: #222;
}
.woocommerce.product-template-default #all-products-panel .product-breadcrumbs .product-breadcrumb-price {
  line-height: 1;
}
.woocommerce.product-template-default #all-products-panel .product-breadcrumbs .product-breadcrumb-price .price {
  font-size: 15px;
  color: #222;
  text-align: right;
}
.woocommerce.product-template-default #all-products-panel .product-image-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.woocommerce.product-template-default #all-products-panel .product-image-container img {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery {
  padding-bottom: 20px;
  padding-top: 20px;
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images {
  float: none;
  width: 100%;
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure {
    flex-direction: row-reverse;
  }
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure > .woocommerce-product-gallery__image {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure > .woocommerce-product-gallery__image {
    margin: 0 40px;
  }
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure > .woocommerce-product-gallery__image .zoomWrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure #wpb_wiz_gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure #wpb_wiz_gallery {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure #wpb_wiz_gallery .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure #wpb_wiz_gallery .woocommerce-product-gallery__image {
    margin-bottom: 5px;
    margin-right: 0px;
    width: 65px;
    height: 65px;
  }
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images figure img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images .wp-post-image {
  /* Overwriting the image-zoom plugin that makes position absolute breaking the image out of its responsive container */
  width: 300px;
  height: auto;
  max-width: 580px;
  max-height: 580px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .woocommerce-product-gallery.images .wp-post-image {
    width: 550px;
    font-size: 14px;
    line-height: 24px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-title-container .product_title .sub-label {
  display: none;
}
.woocommerce.product-template-default #all-products-panel .product.is-subscription .product-title-container .product_title .sub-label {
  display: inline-block;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container h2 {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container b {
  font-size: 12px;
  color: #c71919;
  font-weight: 500;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container b {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container b {
    font-size: 18px;
    font-weight: 400;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-price span {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-price span #product-price-display {
  display: inline-block;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-rating .rating-stars-container {
  text-align: right;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-rating .rating-stars-container .small_star {
  background: url(images/star.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-rating .rating-stars-container .small_star2 {
  background: url(images/star-half.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-rating .rating-stars-container .small_star3 {
  background: url(images/star-empty.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-rating .rating-text {
  font-size: 8px;
  text-align: right;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons {
  margin-top: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .qty-selector {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .qty-selector strong {
  font-weight: 400;
  margin-right: 10px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .qty-selector .jcf-select {
  min-width: 70px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons p.out-of-stock {
  color: white;
  background: #c71919;
  padding: 10px;
  font-size: 12px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons p.out-of-stock:last-child {
  display: none;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons p.out-of-stock {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_variation_wrap {
  display: flex;
  align-items: baseline;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_variation_wrap strong {
  font-weight: 400;
  margin-right: 10px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown .label {
  margin-right: 5px;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown .label label {
  font-weight: 400;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown .value.variations {
  margin-bottom: 0;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown .value.variations .jcf-select {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown .value.variations .jcf-select {
    min-width: 170px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown .value.variations .reset_variations {
  display: none !important;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .variable-dropdown .pa_purchase-type {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .button-container {
    display: inline-block;
    width: 100%;
  }
  .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .button-container .button {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
  }
  .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .button-container .button:last-child {
    margin-right: 0;
  }
  .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .button-container .button a {
    width: 100%;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button {
  font-size: 13px;
  color: #303030;
  font-weight: 500;
  background: transparent;
  border-color: #c71919;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.15s ease-in-out !important;
  padding: 13px 20px !important;
  white-space: nowrap;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 4px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button {
    font-size: 12px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button .ladda-spinner {
  display: none;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button:hover, .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button:focus, .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button.one-click {
  background: #000;
  color: #fff;
  border-color: #000;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button.one-click:hover, .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button.one-click:focus, .woocommerce.product-template-default #all-products-panel .product-desc-container #product-buttons .single_add_to_cart_button.one-click:active {
  background: #c71919;
  color: #fff;
  transform: scale(1.1);
  border-color: #c71919;
}
.woocommerce.product-template-default #all-products-panel .product-desc-container .item-desc h2 {
  font-size: 12px;
  color: #303030;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container .item-desc h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container .item-desc p {
  font-size: 12px;
  color: #303030;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container .item-desc p {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-desc-container .item-desc ul {
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-desc-container .item-desc ul {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce.product-template-default #all-products-panel .desktop-ingredients h3 {
  font-size: 18px;
  color: #303030;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.woocommerce.product-template-default #all-products-panel .desktop-ingredients #product-ingredients-wrapper {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-video-container {
  display: none;
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container {
    background: #f5f3f1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .woocommerce.product-template-default #all-products-panel .product-review-container h3.how-to-use {
    background: #fff;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container h3 {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container h3 {
    font-size: 18px;
    color: #303030;
    font-weight: 400;
    line-height: 28px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-video {
  background-color: #e9e7e5;
}
@media (max-width: 991px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-video iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-video {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper {
  background-color: #e9e7e5;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper .container {
    width: 100%;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper h3 {
  font-size: 10px;
  color: #303030;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper h3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper p {
  font-size: 10px;
  color: #303030;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-instructions-wrapper p {
    font-size: 12px;
    line-height: 20px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper {
    margin-left: 0;
    margin-right: -20px;
  }
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper.has-comments {
    height: 1000px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper::after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper::after {
    content: "";
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-author-date {
  font-size: 12px;
  color: #303030;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-author-date {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-author-date {
    font-weight: 400;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-author-date .review-star {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-author-date .review-star img {
  width: 13px;
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-verified-user {
  color: #c71919;
  font-size: 11px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-verified-user {
    font-size: 13px;
    line-height: 20px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-content {
  font-size: 11px;
  color: #303030;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review .review-content {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .product-review {
    padding-right: 20px;
  }
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .flickity-page-dots .dot {
  width: 4px;
  height: 4px;
  margin: 0 4px;
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-reviews-wrapper .flickity-page-dots .dot.is-selected {
  width: 6px;
  height: 6px;
  background-color: #c71919;
  margin-bottom: -1px;
}
.woocommerce.product-template-default #all-products-panel .product-review-container .write_review.btn-black {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce.product-template-default #all-products-panel .product-review-container #product-ingredients-wrapper {
  font-size: 11px;
  color: #303030;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .woocommerce.product-template-default #all-products-panel .product-review-container #product-ingredients-wrapper {
    font-size: 13px;
    line-height: 20px;
  }
}
.woocommerce-checkout {
  width: 100%;
}
.woocommerce-checkout:not(.page-template-thank-you-page) {
  overflow-x: unset;
}
.woocommerce-checkout .page-title-container {
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
}
.woocommerce-checkout .main {
  margin-bottom: 0;
}
.woocommerce-checkout #info-section.woocommerce-message {
  background: #419bd1;
  color: #fff;
  padding: 10px;
  margin: 0 15px 20px;
  font-size: 12px;
  border-left: solid 7px #3884b2;
}
@media (min-width: 992px) {
  .woocommerce-checkout #info-section.woocommerce-message {
    font-size: 13px;
  }
}
.woocommerce-checkout #info-section.woocommerce-message::before {
  display: none;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item {
    border-bottom: solid 1px #d8d8d8;
  }
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .img {
  width: 20%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: flex-start;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .img img {
  height: auto;
  width: auto;
  max-height: 100px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .img img {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .img img {
    max-height: 150px;
    max-width: 130px;
  }
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content {
  width: 80%;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane {
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane h4 {
  color: #c71919;
  font-size: 12px;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .prod-name {
  font-size: 10px;
  color: #303030;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .prod-name {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .prod-description {
  font-size: 10px;
  color: #303030;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .prod-description {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane #remove-button-mobile {
    position: absolute;
    top: -20px;
    font-size: 8px;
  }
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane #remove-button-mobile {
  font-size: 10px;
  text-transform: uppercase;
  right: 0;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .qty-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .qty-price-container .qty-container .jcf-select {
  width: 70px;
  min-width: 70px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .qty-price-container .price-container {
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .qty-price-container .price-container {
    font-size: 16px;
  }
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content .left-pane .qty-price-container .price-container .woocommerce-Price-amount.amount {
    font-weight: 400;
  }
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom {
  background: #e9e7e5;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom {
    width: 80%;
    margin-left: auto;
  }
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom .price-options .steptwo_frequency {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom .price-options .steptwo_frequency li {
  font-size: 10px;
  color: #303030;
  font-weight: 400;
  border-bottom: solid 1px #fff;
  padding: 10px 8px;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom .price-options .steptwo_frequency li {
    font-size: 12px;
  }
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom .price-options .steptwo_frequency li:last-child {
  border-bottom: none;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom .price-options .steptwo_frequency li .percent-off {
  color: #738b26;
  font-weight: bold;
  font-size: 1.1em;
}
.woocommerce-checkout .shopping-cart-container #order-info-table .cart-item .content-bottom .price-options .question-input {
  display: none;
}
.woocommerce-checkout .shopping-cart-container .trusted {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li {
  padding-bottom: 10px;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.sub-total {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #303030;
  font-weight: 400;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.shipping {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: #303030;
  font-weight: 400;
  justify-content: space-between;
  align-items: baseline;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.total {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .woocommerce-checkout .shopping-cart-container .order-summary ul li.total {
    padding-bottom: 0;
  }
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.total .shipping-logos {
  width: 50%;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.total .shipping-logos .page-verified {
  width: 80%;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.total .total-amount {
  width: 50%;
  display: flex;
  font-size: 12px;
  color: #303030;
  font-weight: 400;
  justify-content: flex-end;
  text-transform: uppercase;
  align-items: center;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.total .total-amount .label {
  margin-right: 5px;
}
.woocommerce-checkout .shopping-cart-container .order-summary ul li.total .total-amount .price strong {
  font-weight: 400;
}
.woocommerce-checkout .shopping-cart-container .order-summary .note {
  font-size: 10px;
  color: #303030;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .woocommerce-checkout .shopping-cart-container .order-summary .note {
    font-size: 12px;
  }
}
.woocommerce-checkout .shopping-cart-container .order-summary .note span {
  background: #fff16e;
  padding: 0 5px;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 992px) {
  .woocommerce-checkout .custom-checkout-container .order-summary {
    background: #f5f5f5;
    border: solid 1px #d5d4d4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15px;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li {
    padding-bottom: 10px;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.sub-total {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #303030;
    font-weight: 400;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.shipping {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    color: #303030;
    font-weight: 400;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.shipping .label {
    padding-right: 10px;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.total {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.total .shipping-logos {
    width: 50%;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.total .shipping-logos .page-verified {
    width: 80%;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.total .total-amount {
    width: 50%;
    display: flex;
    font-size: 12px;
    color: #303030;
    font-weight: 400;
    justify-content: flex-end;
    text-transform: uppercase;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.total .total-amount .label {
    margin-right: 5px;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary ul li.total .total-amount .price strong {
    font-weight: 400;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary .note {
    font-size: 12px;
    color: #303030;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
  }
  .woocommerce-checkout .custom-checkout-container .order-summary .note span {
    background: #fff16e;
    padding: 0 5px;
    font-weight: bold;
    display: inline-block;
  }
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields {
  margin-bottom: 20px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper {
  background: #ededed;
  padding: 10px;
  border: solid 1px #d5d4d4;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper h3 {
  font-size: 12px;
  color: #15569c;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  display: flex;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper h3 a {
  font-weight: 400;
  margin-left: auto;
  display: none;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row {
  padding: 0;
  margin-bottom: 8px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row label {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row.address-field {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row.address-field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row.address-field .woocommerce-input-wrapper .jcf-select {
  width: 100%;
  margin-bottom: 0;
  border-radius: 3px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row.address-field .woocommerce-input-wrapper .select2 {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row input {
  font-size: 12px;
  padding: 12px 13px;
  border-radius: 3px;
  border: solid 1px #ededed;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper p.form-row input:focus {
  border: solid 1px #28b600;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  width: 49%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_first_name_field .woocommerce-input-wrapper,
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_last_name_field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_phone_field {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_email_field .woocommerce-input-wrapper,
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_email_field .woocommerce-input-wrapper input,
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper input {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #ededed;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_city_field {
  width: 65%;
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  width: 33%;
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_marketing_terms_field {
  width: 100%;
  padding: 10px 10px 0;
  margin-top: 5px;
  font-size: 12px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_marketing_terms_field label {
  display: inline;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_marketing_terms_field label a {
  color: #5c8695;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-billing-fields__field-wrapper #billing_marketing_terms_field label .optional {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields #ship-to-different-address label {
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields #ship-to-different-address span:not([class]) {
  font-size: 12px;
  color: #15569c;
  font-weight: 500;
  line-height: 22px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .does-your-billing .question1 .ship-bill {
  background: #f5f5f5;
  font-size: 12px;
  display: flex;
  padding: 10px;
  border: solid 1px #d5d4d4;
  border-radius: 4px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .does-your-billing .question1 .ship-bill label {
  margin-bottom: 0;
  width: 90%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .does-your-billing .question1 .ship-bill.sb1 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .does-your-billing .question1 .ship-bill.sb2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address {
  margin-top: 20px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
  background: #ededed;
  padding: 10px;
  border: solid 1px #d5d4d4;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row {
  padding: 0;
  margin-bottom: 8px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row label {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.form-row-first, .woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.form-row-last {
  width: 49%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.form-row-first .woocommerce-input-wrapper, .woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.form-row-last .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.address-field {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.address-field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.address-field .woocommerce-input-wrapper .jcf-select {
  width: 100%;
  margin-bottom: 0;
  border-radius: 3px;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.address-field .woocommerce-input-wrapper .select2 {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row input {
  font-size: 11px;
  padding: 12px 13px;
  border-radius: 3px;
  border: solid 1px #ededed;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_last_name_field {
  width: 49%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_email_field,
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_phone_field {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_email_field .woocommerce-input-wrapper,
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_email_field .woocommerce-input-wrapper input,
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper input {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #ededed;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_city_field {
  width: 65%;
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper #billing_postcode_field {
  width: 33%;
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .payment-options {
  background: #f4f9fa;
  border-radius: 3px;
  border: solid 1px #c8e1ea;
  padding: 10px;
  margin-top: 20px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #br_tax_id {
  display: none;
  margin-bottom: 20px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #br_tax_id h3 {
  flex-direction: row;
}
.woocommerce-checkout .custom-checkout-container .payment-options #br_tax_id input {
  border: solid 1px #c8e1ea;
  border-radius: 3px;
  background: #fff;
  display: flex;
  flex-direction: row;
  padding: 4px 13px;
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .payment-options h3 {
  font-size: 12px;
  color: #15569c;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-checkout .custom-checkout-container .payment-options h3 .sheildImg {
  background: url(images/secure-ssl.png) no-repeat;
  width: 118px;
  height: 14px;
  display: block;
  background-size: contain;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment {
  background: transparent;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .form-row {
  border: none;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .select_payment_method .jcf-select {
  width: 100%;
  border: solid 1px #c8e1ea;
  border-radius: 3px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .select_payment_method .jcf-select .jcf-select-text {
  color: #5c8695;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment.credit-card-method #cc_panel {
  display: block;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment.credit-card-method #paypal_panel {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment.paypal-method #cc_panel {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment.paypal-method #paypal_panel {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment.paypal-method .form-row.place-order {
  display: none;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #paypal_panel .paypal-text {
  font-size: 11px;
  padding-left: 14px;
  padding-right: 14px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #paypal_panel .paypal_button {
  background: url(images/paypal-button.png) no-repeat;
  width: 213px;
  height: 36px;
  margin: 20px auto;
  border: none;
  cursor: pointer;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #paypal_panel .paypal_button:hover, .woocommerce-checkout .custom-checkout-container .payment-options #payment #paypal_panel .paypal_button:active, .woocommerce-checkout .custom-checkout-container .payment-options #payment #paypal_panel .paypal_button:focus {
  background: url(images/paypal-button.png) no-repeat 0 -36px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods {
  padding: 0;
  border: none;
  margin-bottom: 12px;
  list-style: none;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form {
  border: solid 1px #c8e1ea;
  border-radius: 3px;
  background: #fff;
  display: flex;
  flex-direction: row;
  padding: 11px 13px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form .form-row {
  padding: 0;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form .form-row.cc-field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form .form-row input {
  font-size: 12px;
  border: none;
  color: #5c8695;
  margin: 0;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form .form-row input::placeholder {
  color: #5c8695;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form .form-row #cc_number {
  width: 59%;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form .form-row #cc_fields_exp {
  width: 25%;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .payment_methods #wc-stripe-cc-form .form-row #cc_cvv {
  width: 15%;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .cc_field_content {
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .cc_field_content p {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .cc_field_content p a {
  color: #5c8695;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .guarantee_shield {
  border: solid 1px #c8e1ea;
  background: #fff;
  border-radius: 3px;
  padding: 10px 10px 10px 75px;
  position: relative;
}
@media (min-width: 768px) {
  .woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .guarantee_shield {
    padding-left: 60px;
  }
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .guarantee_shield .shield {
  width: 53px;
  height: 65px;
  position: absolute;
  display: block;
  background: url(images/guarantee-shield.png) 0 0 no-repeat;
  background-size: cover;
  top: -6px;
  left: 10px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .guarantee_shield .shield {
    width: 40px;
    height: 48px;
  }
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment #cc_panel .guarantee_shield p {
  font-size: 11px;
  margin-bottom: 0;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .place-order {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .place-order .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .place-order .subscription-terms {
  width: 100%;
  margin-bottom: 12px;
  font-size: 10px;
  line-height: 18px;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .place-order .subscription-terms a {
  color: #5c8695;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .cc-group-light-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .cc-group-light {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background: #ffffff url(images/new-cc-logos-dim.png) no-repeat;
  background-position: right 29% bottom 52%;
  display: block !important;
  background-size: auto 16px;
}
@media (min-width: 400px) {
  .woocommerce-checkout .custom-checkout-container .payment-options #payment .cc-group-light {
    background-size: auto 22px;
    background-position: right 20% bottom 52%;
  }
}
@media (min-width: 460px) {
  .woocommerce-checkout .custom-checkout-container .payment-options #payment .cc-group-light {
    background-size: auto 19px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .woocommerce-checkout .custom-checkout-container .payment-options #payment .cc-group-light {
    background-size: auto 20px;
    background-position: right 10% bottom 52%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .woocommerce-checkout .custom-checkout-container .payment-options #payment .cc-group-light {
    background-size: auto 16px;
    background-position: right 32% bottom 46%;
  }
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment.paypal-method .cc-group-light {
  background-image: url(images/paypal-group-light.png);
  background-position: right 18% bottom 52%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .woocommerce-checkout .custom-checkout-container .payment-options #payment.paypal-method .cc-group-light {
    background-position: right 10% bottom 52%;
  }
}
.woocommerce-checkout .custom-checkout-container .payment-options #payment .select_payment_method .jcf-select {
  background: white;
}
.woocommerce-checkout .cc-footer {
  margin-top: 20px;
}
.woocommerce-checkout .cc-footer .cc-footer-logos ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding-left: 0;
  align-items: center;
}
.woocommerce-checkout .cc-footer .ssl-info {
  display: flex;
}
.woocommerce-checkout .cc-footer .ssl-info .lock img {
  width: 20px;
  margin-right: 10px;
}
.woocommerce-checkout .cc-footer .ssl-info p {
  width: 90%;
  font-size: 11px;
  font-weight: 500;
}
.woocommerce-checkout .apple-btn-container {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.woocommerce-checkout .apple-separator {
  color: #bfbfbf;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Avenir-Medium", "-apple-system", sans-serif;
  position: relative;
  text-align: center;
}
.woocommerce-checkout .apple-separator::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.woocommerce-checkout .apple-separator span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-checkout #paypalInfo2 {
  margin-top: 15px;
}
.woocommerce-checkout #paypalInfo2 #paypal_btn2 {
  width: 100%;
  height: 53px;
  border: 2px solid rgba(190, 191, 190, 0.8);
  border-radius: 5px;
  background-image: none;
  background-color: #edeeed;
  padding: 0;
  text-align: center;
  font: 14px "Avenir-Medium", sans-serif;
  font-weight: 500;
  color: #000;
  text-indent: 0;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.woocommerce-checkout #paypalInfo2 #paypal_btn2:hover {
  transform: scale(1.1);
}
.woocommerce-checkout #paypalInfo2 #paypal_btn2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout #paypalInfo2 #paypal_btn2 > div .pp-img {
  max-width: 100px;
  vertical-align: middle;
  padding-bottom: 0;
  padding-left: 10px;
}
.woocommerce-cart h2 {
  text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
  border-bottom: none !important;
}
.woocommerce .cart-collaterals .cart_totals .label {
  margin-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button {
  margin-top: 20px;
  display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals .checkout-button::after {
  display: none;
}
.woocommerce .cart-collaterals a {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce .cart .button {
  margin-top: 20px;
}

.woocommerce-checkout .recurring-terms {
  margin: 40px auto;
  width: 90%;
  text-align: justify;
  display: none;
}
.woocommerce-checkout .recurring-terms.desktop {
  display: block;
}
@media (max-width: 991px) {
  .woocommerce-checkout .recurring-terms.desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .recurring-terms.mobile {
    display: block;
  }
}
.woocommerce-checkout .recurring-terms > span {
  font-weight: bold;
  font-size: 1.1em;
}

.apple-btn-container,
.apple-separator {
  display: none;
}

.apple-pay-supported .apple-btn-container,
.apple-pay-supported .apple-separator {
  display: block;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background: #c71919;
  color: #fff;
  text-shadow: none;
  text-align: center;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px !important;
  font-size: 11px;
  width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce .woocommerce-error a,
.woocommerce-page .woocommerce-error a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce .woocommerce-error,
  .woocommerce-page .woocommerce-error {
    width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce .woocommerce-error,
  .woocommerce-page .woocommerce-error {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-error,
  .woocommerce-page .woocommerce-error {
    width: 960px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .woocommerce .woocommerce-error,
  .woocommerce-page .woocommerce-error {
    width: 1140px;
  }
}
.woocommerce .woocommerce-error::before,
.woocommerce-page .woocommerce-error::before {
  display: none;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  background: #f7d366;
  color: #333;
  text-shadow: none;
  text-align: center;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px !important;
  font-size: 11px;
  width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce .woocommerce-info a,
.woocommerce-page .woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info {
    width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info {
    width: 960px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info {
    width: 1140px;
  }
}
.woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce-info::before {
  display: none;
}

/*# sourceMappingURL=main.css.map*/