:root {
  --body-bg-color: #ffffff;
  --main-body-bg: #f2f2f0;
  --body-font-color: #3b3d38;
  --body-font-color2: #000000;
  --cta-bg-color: #3b3d38;
  --cta-text-color: #ffffff;
  --body-font: "Geist";
  --header-font: "Sentient-Variable";
  --box-radius: 20px;
}

@font-face {
  font-family: "Sentient-Variable";
  src: url("../assets/fonts/Sentient-Variable.ttf") format("truetype");
}

/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  max-height: 1000000em; /* Chrome for Android */
  -moz-text-size-adjust: none; /* Firefox Mobile */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
img,
picture,
svg {
  max-width: 100%;
  display: block;
}
ul,
ol {
  list-style: none;
}

/*
    ====== General ======
*/

body {
  font-family: var(--body-font), sans-serif;
  color: var(--body-font-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0 auto;
}

body {
  background: var(--body-bg-color);
}
main {
  background: var(--main-body-bg);
  padding-bottom: 25px;
}
.navbar,
header {
  background: #ffffff;
  color: #3b3d38;
}
.navbar a.nav-link {
  color: #3b3d38;
  text-decoration: none;
  font: 500 14px / 1.3 "Geist", sans-serif;
}
.navbar a.nav-link:hover,
.navbar a.nav-link:focus {
  color: #000000;
}
.navbar-brand {
  display: inline-block;
  width: 120px;
}
.navbar-brand img {
  display: block;
  width: 100%;
  padding: 7px 0;
}
.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-nav {
  gap: 20px;
}
#navbarNav {
  justify-content: flex-end;
}

.navbar .eu-currency-label {
  display: flex;
  margin-right: 30px;
  padding: 4px 17px;
  background-color: #f6f4f1;
  border-radius: 12px;
  color: black;
  font: 500 14px / 1.3 "Geist", sans-serif;
}
.navbar .eu-currency-label.mobile {
  display: none;
  margin-right: 5px;
}
.navbar .eu-currency-label img {
  margin-right: 10px;
}

body.page-template-frontpage .container > .row {
  margin-top: 25px;
}
.timer-top {
  margin-bottom: 7px;
}
.main-post {
  clear: both;
}
.main-post p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.main-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-post .bn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.main-post .bn-list li {
  flex: 1;
  background: #ffffff;
  border-radius: var(--box-radius);
  padding: 35px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}
.main-post .bn-title {
  font: 400 23px / 1.2 var(--header-font), serif;
}
.main-post .bn-desc {
  font: 400 14px / 1.4 var(--body-font), sans-serif;
  color: #838481;
  margin-bottom: 0;
}
.main-post .h2-title {
  text-align: center;
  font: 400 50px / 1.1 var(--header-font), serif;
  margin-bottom: 40px;
}
.main-post .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}

.single-product .main-post .product-list {
  @media (min-width: 768px) {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
}
.main-post .product-list li {
  background: #e8e7e2;
  border-radius: var(--box-radius);
  padding: 30px;
  flex: 1;
}

.single-product .main-post .product-list li {
  @media (min-width: 768px) {
    max-width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

.main-post .product-list li a {
  display: block;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.pl_1 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center center;
  object-fit: contain;
}
.main-post .pl_2 {
  text-align: center;
}
.product-list .product-name {
  text-wrap: pretty;
  font: 23px / 1.2 var(--header-font), serif;
  color: var(--body-font-color2);
  max-width: 250px;
  margin: 0 auto 10px;
}
.product-list .product-price {
  color: #898989;
  font-size: 16px;
}
.ig-section {
  margin-bottom: 40px;
}
.ig-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ig-section h2.h2-title {
  text-align: left;
  max-width: 500px;
}
.main-post .ig-list {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  gap: 10px;
  position: relative;
}
.main-post .ig-list li {
  border-radius: 13px;
  overflow: hidden;
}
.product-board {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 40px 0;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .product-board {
    margin: 40px 0 10px;
    padding-left: 0;
  }
}

.pb-img-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.product-image {
  flex: 1;
  max-width: 530px;
}
.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.thumbnails img {
  width: 80px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.product-details {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}
.pb_product-name {
  font: 500 48px / 1.1 var(--header-font), serif;
  color: #000000;
  margin-bottom: 1rem;
}
.product-price-wrap {
  font: 400 22px / 1.2 var(--body-font), sans-serif;
  margin-bottom: 25px;
}
.product-price-wrap div > span {
  font-weight: 500;
}
.main-post .pb_product-desc {
  font: 400 21px / 1.5 var(--body-font), sans-serif;
  margin-bottom: 1rem;
}
.info-list {
  padding-bottom: 10px;
}
.info-list details {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(59, 61, 56, 0.2);
}
.info-list summary {
  position: relative;
  list-style: none;
  font: 400 18px / 1.78 var(--body-font), sans-serif;
  padding: 5px 0;
}
summary::-webkit-details-marker {
  display: none !important;
}

summary::marker {
  display: none !important;
  opacity: 0;
  color: transparent;
}
.info-list summary::after {
  content: "+";
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 500;
  color: rgba(59, 61, 56, 0.5);
  transition: transform 0.2s ease-in-out;
}
details[open] > summary::after {
  /* content: '−'; The symbol for the open state (a minus sign) */
  transform: translateY(-50%) rotate(45deg);
}
.main-post p.message-detail {
  font: 400 15px / 1.4 var(--body-font), sans-serif;
  margin-bottom: 10px;
}
.product-board .cta {
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
.secure-logo-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.main-post .faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-panel {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.faq-h {
  font: 400 48px / 1.2 var(--header-font), serif;
  max-width: 450px;
}
.faq {
  flex: 1;
}
.faq-panel details {
  background: #ffffff;
  border-radius: 10px;
  padding: 0px 24px 0;
}
.faq-panel .question,
.faq-panel .answer {
  font: 400 16px / 1.66 var(--body-font), sans-serif;
  color: rgb(16, 24, 40);
  padding-left: 8%;
}
.faq-panel .answer {
  margin-top: 10px;
}
.faq-panel .question {
  font-weight: 500;
}
.faq-panel summary {
  position: relative;
  list-style: none;
  font: 400 18px / 1.78 var(--body-font), sans-serif;
  padding: 15px 0;
}
.faq-panel summary::after {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 500;
  color: rgba(59, 61, 56, 0.5);
  transition: transform 0.2s ease-in-out;
}
.reviews-panel {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.reviews-h {
  max-width: 300px;
  font: 400 60px / 1.1 var(--header-font), serif;
  text-transform: uppercase;
}
.review-list {
  flex: 1;
  max-width: 66%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-list li {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 30px;
}
.reviews-panel .review-author-date {
  font: 400 15px / 1.2 var(--body-font), sans-serif;
  margin-bottom: 12px;
}
.reviews-panel .review-author-date > b {
  font-weight: 700;
  font-size: 18px;
}
.reviews-panel .review-verified-user {
  font: 700 15px / 1.2 var(--body-font), sans-serif;
  color: #6f8c0f;
  margin-bottom: 15px;
}
.reviews-panel .review-content {
  font: 400 14px / 1.4 var(--body-font), sans-serif;
  margin-bottom: 0;
}

.sidebar-lc {
  font-family: "Inter", sans-serif;
  color: #000000;
}
.img-block {
  display: block;
  margin-bottom: 2rem;
}
.cta {
  background: var(--cta-bg-color);
  color: var(--cta-text-color);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta:hover,
.cta:focus {
  color: var(--cta-text-color);
  background: #32342f;
  text-decoration: none;
}

.c2 {
  max-width: 400px;
}
.banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}
.banner-img-mobile {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}

.banner-content {
  display: flex;
  gap: 274px;
  align-items: center;
  position: relative;
  z-index: 20;
}
.banner-text {
  font: 400 28px / 1.4 var(--body-font), sans-serif;
  color: var(--body-font-color2);
}
.cta-banner {
  font-size: 16px;
  border-radius: 5px;
  max-width: 200px;
}
.header-text {
  width: 100%;
  max-width: 366px;
}
.bc_2 {
  flex: 1;
}
.top-title-wrap {
  text-align: center;
}
h1.main-title {
  font-weight: 700;
  letter-spacing: -0.03em;
}
.main-title > span {
  color: #ff0000;
  font-weight: 700;
}
.top-panel {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.top-box {
  flex-basis: 55%;
  max-width: 580px;
}
.ms-q {
  background: #f4f4f4;
  border: 5px solid #dedede;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
.testi-fb p {
  font: 400 34px / 1.5 "Inter", sans-serif;
  margin-bottom: 0;
}
.testi-fb h3 {
  font-family: "Inter", sans-serif;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.main-post p.flq-lead {
  margin-bottom: 12px;
}
.main-post ul.fl-quality-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.main-post .top-box h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.main-post .top-box p {
  font: 400 20px / 1.3 "Inter", sans-serif;
  padding: 0;
  margin: 0;
}
.main-post .top-box p > span {
  display: block;
  font: 300 15px / 1.5 "Inter", sans-serif;
  padding-top: 2px;
}
.top-img-wrap {
  flex-basis: 45%;
}
.top-img-wrap img {
  width: 100%;
  max-width: 450px;
}
.ba-pic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.ba-pic > div img {
  width: 100%;
  border-radius: 12px;
}
.ba_1 {
  max-width: 600px;
}

div.ba_2 img {
  margin-left: -1.5%;
}

.box-cta {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 25px 0 25px 25px;
  font-family: "Poppins", serif;
  color: #1e1e1e;
  position: relative;
  max-width: 511px;
  overflow: hidden;
  margin-bottom: 30px;
}
.box-cta h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 43px;
}

.ms-box {
  background: url(../assets/images/eu/box-bg.jpg) center right no-repeat;
  background-size: cover;
  min-height: 520px;
  max-width: 1000px;
  padding: 40px;
  color: #000000;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: var(--box-radius);
}
.ms-box h2 {
  font: 400 53px / 1.1 var(--header-font), sans-serif;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}
.product-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 10px;
  max-width: 870px;
}
.product-panel img {
  max-width: none;
  width: 100%;
}
.fs-serum-1 {
  width: 27%;
}
.fs-product {
  width: 39%;
}
.fs-serum-2 {
  width: 34%;
}
.pp_1 {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pp_2 {
  width: 55%;
}
.ms-product {
  width: 100%;
  max-width: 448px;
}
.main-post ul.aging-signs-list {
  margin-bottom: 35px;
}
.main-post ul.kp-list,
.box-out.kp-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  max-width: 460px;
}
.kp-list li {
  font: 400 22px / 1.2 "Poppins", sans-serif;
  letter-spacing: -0.03em;
  display: inline-block;
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid #9fb5ca;
  border-radius: 5px;
  padding: 13px 15px;
}
.kp-list li > b {
  font-weight: 700;
}
.ms-box .cta {
  max-width: 460px;
  font-size: 22px;
  border-radius: 9px;
  min-height: 60px;
}
.follow-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 5px;
  margin-bottom: 30px;
}
.follow-text-wrap span {
  display: block;
  font: 20px / 1.2 var(--header-font), serif;
}
.follow-text-wrap a {
  display: block;
  text-decoration: none;
  font: 20px / 1.2 var(--header-font), serif;
  color: var(--body-font-color);
  padding: 10px 20px;
  background: #d4dccf;
  border-radius: 10px;
}
.follow-text-wrap a:hover,
.follow-text-wrap a:focus {
  background: #bcc4b7;
}
.box-content {
  position: relative;
  z-index: 20;
  width: max(70%, 700px);
}
.product-box {
  position: absolute;
  width: 300px;
  height: auto;
  right: 0;
  top: 29px;
}
.box2 {
  max-width: 700px;
}
.box2.box-cta h2 {
  margin-bottom: 20px;
}
.box2 .kp-list {
  margin-bottom: 25px;
}
.box2 .kp-list li {
  margin-bottom: 8px;
}
.box2 .product-box {
  width: 279px;
  top: 0;
}
.ba-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 19px;
  margin: 15px 0 19px;
}
.ba1,
.ba2,
.ba3 {
  border-radius: 5px;
}
.ba3 {
  margin-bottom: 35px;
}
.ingredients-panel {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 35px;
}
.ingredients-panel > div {
  display: inline-flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d59393;
  border-radius: 118px;
  gap: 20px;
  border-width: 2px;
  border-style: solid;
  padding: 15px 20px;
}
.ingredients-panel > div.ingr-1 {
  background-color: #eff3f7;
  border-color: #506ab8;
}
.ingredients-panel > div.ingr-2 {
  background-color: #cfe4f5;
  border-color: #4a8fc5;
}
.ingredients-panel > div.ingr-3 {
  background-color: #eee6ce;
  border-color: #d5c38f;
}
.ingredients-panel > div.ingr-4 {
  background-color: #f2d8ae;
  border-color: #692712;
}
.ingredients-panel > div.ingr-5 {
  background-color: #fff0d7;
  border-color: #cf8b1c;
}
.ingredients-panel > div.ingr-6 {
  background-color: #faf3ce;
  border-color: #ffd760;
}
.ing-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ing-content h4 {
  font: 700 26px / 1.2 "Inter", sans-serif;
  margin-bottom: 0.75rem;
  padding-right: 5%;
}
.ing-content p {
  font: 400 21px / 1.3 "Inter", sans-serif;
  text-align: center;
  margin: 0;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #f2b0b0;
  border-radius: 55px;
}
.ing-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ing-content ul li {
  font: 21px / 1.2 "Inter", sans-serif;
  background: #d3f0ff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
}
.ingr-2 .ing-content ul li {
  background: #e1ded4;
}
.ing-img {
  max-width: 140px;
}
.ing-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.ing-content p:not(:last-child) {
  margin-bottom: 10px;
}
.models {
  display: flex;
  margin-bottom: 30px;
}
.models img {
  max-width: none;
  width: 100%;
}
.models > div:nth(1) {
  flex-basis: 282px;
}
.models > div:nth(2) {
  flex-basis: 196px;
}
.models > div:nth(3) {
  flex-basis: 160px;
}

.models .ms-w-model-3,
.models .ms-w-model-4 {
  margin-left: -5%;
}
.aging-signs {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
p.syn-text {
  margin-bottom: 0.5rem;
}
.woman-ba {
  max-width: 500px;
  width: 100%;
}
p.b-tp2 {
  text-transform: none;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.bb-text {
  margin-bottom: 11px;
}
.bb-text p {
  line-height: 1.1;
}
.bb-box p.b-text1 {
  font-size: 27px;
  color: #1e1e1e;
}
.bb-box p.b-text2 {
  font-size: 43px;
  color: #f71b1b;
}
.bb-box p.b-text3 {
  font-size: 27px;
  color: #f71b1b;
}
.bb-box .cta {
  max-width: 224px;
  text-transform: uppercase;
}
ul.filler-list {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5em;
}
ul.function-list {
  background: #f0f0f0;
  border-radius: 10px;
  border: 1px solid rgba(86, 135, 86, 0.31);
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.5em;
}
.ing-quoted-fr {
  display: block;
  font-weight: 700;
  font-size: 15px;
}
.ms-box.last-b {
  margin-bottom: 0;
}

.widget-container {
  margin-top: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.widget-container ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
h3.widget-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
#categories-2 {
  margin-top: 49px;
}
.bb-box p.first-purchase {
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 20px;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonials li {
  padding: 34px;
  background: #efefef;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
  flex: 1;
}
.testimonials li b {
  font-weight: 700;
}
footer {
  margin-top: 30px;
  background: none;
  color: #7b7b7b;
  background: #ffffff;
}
footer p {
  font-size: 14px;
  line-height: 1.4;
}
.main-post ul.aging-signs {
  margin-bottom: 30px;
}
.videos {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.video-wrap {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.dr-name {
  font-size: smaller;
}
ul.diff-list {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
ul.diff-list li {
  flex: auto;
  min-height: 50px;
  background: #efefef;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
}
ul.diff-list li > span {
  font-size: 26px;
  font-weight: 700;
  color: #4289ad;
}
.box-out h2 {
  letter-spacing: -0.06em;
}
.box-out ul.kp-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.out-post {
  padding: 38px;
}
.out-post .box-out {
  margin-left: auto;
  margin-right: auto;
}
.nlx-panel {
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  padding: 30px 0px;
  margin-bottom: 30px;
}
.nlx-panel h2 {
  text-align: center;
  font-size: 44px;
}
.nlx-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
}
.nlx-panel .nlx-row p {
  flex: 1;
  background: #ffe7e7;
  border: 1px solid #ffa5a5;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 0;
  font: 400 23px / 1.5 "Inter", sans-serif;
}
.nlx-panel .nlx-row p.nxl_2 {
  background: #efffe7;
}
.ingr-h {
  text-align: center;
}
.main-post p.result-lead {
  margin-bottom: 1rem;
}
.body.page-template-shop .main-post {
  padding: 40px 0 0 0;
}
.body.page-template-shop .product-list li {
  min-width: 31%;
  max-width: 31%;
}

@media (min-width: 2161px) {
  .banner {
    min-height: 750px;
  }
}
@media (max-width: 1199px) {
  .ms-box h2 {
    font-size: 48px;
  }
  .kp-list li {
    font-size: 18px;
  }
  .banner {
    min-height: 550px;
  }
  .banner-content {
    gap: 240px;
    justify-content: center;
  }
  .header-text {
    max-width: 300px;
    margin-left: 5%;
  }
  .banner-text {
    font-size: 22px;
  }
  .bc_2 {
    max-width: 390px;
  }
  .box-content {
    width: max(70%, 600px);
  }
}

@media (max-width: 991px) {
  .banner .container {
    max-width: 960px;
  }
  .header-text {
    max-width: 280px;
  }
  .banner-content {
    gap: 230px;
  }

  .navbar .eu-currency-label.desktop {
    display: none;
  }
  .navbar .eu-currency-label.mobile {
    display: flex;
  }
  .main-post .bn-list li {
    flex: auto;
    width: 48%;
  }
  .kp-list li {
    display: block;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
  }
  .ms-box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: url(../assets/images/eu/box-bg-mobile.jpg) center top;
    background-size: cover;
    padding-top: 500px;
  }
  .ms-box h2 {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }
  .box-content {
    margin: 0 auto;
  }
  h1.main-title {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .ingredients-panel {
    justify-content: center;
  }
  .wh-text-row {
    flex-direction: column;
  }
  p.wh-lead-text {
    margin-right: auto;
    text-align: center;
    font-size: 24px;
  }
  .why-list li {
    width: 100%;
  }
  .why-panel h2 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  ul.testi-list {
    flex-direction: column;
  }
  .main-post ul.fl-quality-list,
  ul.diff-list.dl-long {
    flex-direction: column;
  }
  .nlx-panel {
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nlx-row {
    flex-direction: column;
  }
  .box-content {
    width: 100%;
  }
  ul.diff-list.df-short li {
    min-width: 49%;
  }
  .main-post ul.xp-list {
    flex-direction: column;
    align-items: center;
  }
  .ingredients-panel > div {
    flex-direction: column;
    border-radius: 40px;
  }
  .ing-content h4 {
    padding: 0;
    text-align: center;
  }
  .ing-content {
    align-items: center;
  }
  .testi-fb p {
    font-size: 31px;
  }
  .main-post ul.kp-list,
  .ms-box .cta {
    margin-left: auto;
    margin-right: auto;
  }
  .faq-panel,
  .reviews-panel {
    flex-direction: column;
  }
  .faq-h,
  .review-list,
  .reviews-h {
    max-width: none;
  }
  .thumbnails img {
    width: 60px;
  }
  .pb_product-name {
    font-size: 35px;
  }
  .product-price-wrap {
    font-size: 20px;
  }
  .main-post .pb_product-desc {
    font-size: 18px;
  }
  .main-post p.message-detail {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .banner-content {
    gap: 180px;
  }
  .header-text {
    max-width: 270px;
  }
  .banner-text {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .main-post {
    padding: 28px 0;
  }
  .main-post p {
    font-size: 24px;
    text-align: center;
  }
  .main-post .bn-list,
  .main-post .product-list,
  .main-post .ig-list,
  .ig-top {
    flex-direction: column;
  }
  .main-post .bn-list li,
  .main-post .product-list li,
  .main-post .ig-list li {
    width: 100%;
  }
  .main-post .h2-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .banner {
    max-width: 510px;
    margin: 0 auto;
    min-height: 1090px;
    align-items: flex-end;
    padding-bottom: 30px;
  }
  .banner .container {
    max-width: 510px;
  }
  .banner-content {
    flex-direction: column;
    gap: 40px;
  }
  .header-text {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-img {
    display: none;
  }
  .banner-img-mobile {
    display: block !important;
  }
  .banner-text {
    text-align: center;
  }
  .ig-section h2.h2-title {
    text-align: center;
  }
  .ms-box h2 {
    font-size: 35px;
  }
  .box-cta {
    padding-right: 25px;
    padding-left: 25px;
    flex-direction: column;
  }
  .kp-list li {
    font-size: 16px;
  }
  .product-box {
    position: static;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .box-content {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .box-cta h2 {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
  }
  .cta {
    max-width: none;
  }
  .box-cta .cta {
    max-width: 380px;
    margin: 0 auto;
  }
  .ba-wrapper {
    flex-direction: column;
  }
  .product-box,
  .box2 .product-box {
    visibility: hidden;
    width: 400px;
  }
  .bb-content {
    text-align: center;
    padding-bottom: 250px;
    background-position: center bottom 10px;
  }
  .bb-box .cta {
    max-width: none;
  }
  body.page-template-frontpage .container > .row {
    margin-top: 7px;
  }
  .why-switch-list li {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  p.wh-text1 {
    line-height: 1.5;
  }
  .top-panel {
    flex-direction: column-reverse;
  }
  .top-img-wrap img {
    max-width: none;
  }
  .ba-pic {
    flex-direction: column;
  }
  .ba-pic > div img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .product-panel {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .pp_1 {
    max-width: none;
    justify-content: center;
  }

  .models {
    justify-content: center;
  }
  .ms-w-model-2 {
    display: none;
  }
  .main-post ul.why-list {
    flex-direction: column;
  }
  .ms-box {
    padding-top: 450px;
  }
  .fs-serum-1 {
    width: 41%;
  }
  .fs-product {
    order: 3;
    width: 80%;
  }
  .fs-serum-2 {
    order: 2;
    width: 51%;
  }
  .why-list li p {
    text-align: center;
  }
  .ba-pic img.w-ba-3,
  .ba-pic img.w-ba-2 {
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .ba_2 {
    max-width: none;
    margin-bottom: 25px;
  }
  ul.gut-inflame-list li {
    justify-content: center;
  }
  ul.testi-list {
    flex-direction: column;
  }
  ul.diff-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ms-q.testi-dr p {
    font-size: 23px;
  }
  .why-list li h4 {
    text-align: center;
    width: 100%;
  }
  .pp_1,
  .pp_2,
  .pp_3 {
    max-width: none;
    width: 100%;
  }
  img.pp-item-2,
  img.pp-item-4 {
    max-width: none;
  }
  .main-post .top-box h3 {
    font-size: 30px;
  }
  .ba-pic {
    margin: 0 auto 30px;
  }
  .ba_1,
  .ba_2,
  .ba_3 {
    width: 100%;
  }
  .product-panel {
    flex-direction: column;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .ba-pic > div img {
    max-width: none;
  }
  .cta.cta-red {
    line-height: 1.2;
    padding: 10px 15px 10px 40px;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .ms-q.ms-q-color {
    padding-bottom: 40px;
  }
  .ms-q.ms-q-color::after {
    width: 32px;
    height: 21px;
  }
  ul.fl-quality-list li p {
    display: flex;
    text-align: left;
  }
  ul.diff-list.df-short li {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }
  .ingredients-panel {
    flex-direction: column;
  }
  .cta.cta-red {
    font-size: 29px;
    min-height: 70px;
  }
  .cta.cta-red::after {
    width: 100px;
    height: 110px;
    right: -19px;
    top: -23px;
  }
  .product-board {
    flex-direction: column;
  }
  .product-image {
    max-width: none;
  }
  .main-post .pb_product-desc,
  .main-post p.message-detail,
  .reviews-panel .review-content,
  .faq-panel .question,
  .faq-panel .answer {
    text-align: left;
  }
  .product-board {
    margin-top: 10px;
  }
  .faq-h {
    font-size: 38px;
  }
}

@media (max-width: 450px) {
  .ingredients-panel {
    flex-direction: column;
  }
  .timer-panel {
    padding-left: 9px;
    padding-right: 9px;
  }
  .t-content .t-timer,
  .t-content .t-text {
    font-size: 13px;
  }
  .pb-wrapper {
    background-size: 220px auto;
  }
  .videos {
    gap: 8px;
  }
  .video-wrap {
    border-radius: 5px;
  }
  .top-panel {
    gap: 25px;
  }
  .ms-q {
    padding: 25px;
  }
  .main-post .top-box h3 {
    font-size: 30px;
  }
  .main-post .top-box p {
    font-size: 18px;
  }
  .main-post p {
    font-size: 21px;
  }
  .pp_1 > div {
    flex: 1;
  }
  .main-post .ing-content h4 {
    font-size: 20px;
    margin-bottom: 0.75rem;
  }
  .main-post .ing-content p {
    font-size: 18px;
  }
  .ms-box {
    padding: 430px 25px 25px 25px;
  }
  .ms-q.testi-dr p {
    font-size: 21px;
  }
  .ms-q.testi-dr p > span {
    font-size: 16px;
  }
  .kp-list li {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    text-wrap: pretty;
  }
  ul.diff-list li {
    font-size: 16px;
  }
  ul.diff-list li > span {
    font-size: 21px;
  }
  .ms-q.ms-q-color::after {
    width: 25px;
    height: 17px;
    right: 15px;
    bottom: 15px;
  }
  .ing-content ul li {
    font-size: 19px;
  }
  .why-list li h4 {
    line-height: 1.2;
  }
  .cta.cta-red {
    min-height: 70px;
  }
  .cta.cta-red::after {
    width: 95px;
    height: 110px;
  }
  .nlx-panel .nlx-row p {
    font-size: 19px;
  }
  .cta.cta-red {
    font-size: 27px;
  }
  .main-post {
    padding: 0;
  }
  .banner {
    min-height: 1027px;
  }
  .faq-panel .question,
  .faq-panel .answer {
    font-size: 15px;
  }
  .faq-panel .answer {
    margin-top: 0;
  }
  .faq-panel details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 410px) {
  .main-post .top-box h3 {
    font-size: 26px;
  }
  .main-post .top-box p {
    font-size: 16px;
  }
  .main-post p {
    font-size: 19px;
  }
  .ms-q.testi-dr p {
    font-size: 16px;
  }
  .ms-q.testi-dr p > span {
    font-size: 14px;
  }
  .testi-list li {
    font-size: 25px;
  }
  .main-post .ing-content p {
    font-size: 16px;
  }
  .navbar-brand {
    width: 160px;
  }
  .aging-signs-list li h3 {
    font-size: 20px;
  }
  .aging-signs-list li p {
    font-size: 20px;
  }
  .box-cta .cta,
  .cta {
    font-size: 20px;
  }
  .testi-list li p,
  ul.gut-inflame-list li {
    font-size: 19px;
  }
  .kp-list li {
    padding-left: 10px;
    padding-right: 10px;
    max-width: none;
  }
  .banner {
    min-height: 921px;
  }
  .ms-box {
    padding: 420px 15px 15px 15px;
  }
  .box-cta h2 {
    font-size: 35px;
  }
  .ing-content ul li {
    font-size: 17px;
  }
  .cta.cta-red {
    min-height: 65px;
  }
  .cta.cta-red::after {
    width: 90px;
    height: 100px;
  }
  .nlx-panel .nlx-row p {
    font-size: 17px;
  }
  ul.diff-list.dl-long li {
    font-size: 13px;
  }
  ul.diff-list.dl-long li > span {
    font-size: 17px;
  }
  .cta.cta-red {
    font-size: 25px;
    padding-left: 30px;
  }
  .banner-text {
    font-size: 20px;
  }
  .header-text {
    max-width: 250px;
  }
  .faq-panel .question,
  .faq-panel .answer {
    font-size: 14px;
  }
  .faq-panel summary::after {
    font-size: 25px;
  }
  .reviews-panel .review-author-date {
    font-size: 13px;
  }
  .reviews-panel .review-author-date > b {
    font-size: 15px;
  }
  .reviews-panel .review-content {
    font-size: 13px;
  }
  .reviews-h {
    font-size: 50px;
  }
}

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

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

body.page-template-shop .product-list li {
  max-width: 353px;
}
@media (max-width: 767px) {
  .main-post .product-list {
    align-items: center;
  }
}

.pb-img-wrap {
  position: relative;
  padding-bottom: 100%;
}
#main-product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
  border-radius: 4%;
  overflow: hidden;
}
.thumbnail-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0.75rem;
  cursor: pointer;
  border: 3px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.thumbnail-img:hover {
  transform: scale(1.05);
}
.thumbnail-img.active {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.3);
}

.woocommerce-product-gallery
  #wpb_wiz_gallery
  .woocommerce-product-gallery__image {
  margin: 15px 10px 40px 0;
}
.woocommerce-product-gallery
  #wpb_wiz_gallery
  .woocommerce-product-gallery__image
  img {
  border-radius: 10px;
  width: 80px;
}

.woocommerce-product-gallery--columns-4
  .wpb-wiz-woocommerce-product-gallery__wrapper
  #wpb_wiz_gallery
  .woocommerce-product-gallery__image {
  width: unset;
}

@media (max-width: 991px) {
  .woocommerce-product-gallery
    #wpb_wiz_gallery
    .woocommerce-product-gallery__image
    img {
    width: 60px;
  }

  .woocommerce-product-gallery
    #wpb_wiz_gallery
    .woocommerce-product-gallery__image {
    margin: 15px 10px 10px 0;
  }

  .woocommerce-product-gallery
    #wpb_wiz_gallery
    .woocommerce-product-gallery__image
    img {
    border-radius: 10px;
    width: 60px;
  }
}

.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;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header .mobile-cart {
    margin-right: 15px;
    margin-left: 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;
}

/* Common */

.footer-terms p {
  margin-bottom: 1rem;
}

/* Home CSS */

.banner-text {
  margin-bottom: 1rem;
}

/* Shop */

.page-template-shop .main-post {
  padding: 40px 0 0 0;
}

.page-template-shop .main-post .product-list li {
  min-width: 31%;
}

/* Single product */

.single-product .main {
  padding-top: 20px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

  @media (min-width: 768px) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.single-product .product_title.entry-title {
  font: 500 48px / 1.1 var(--header-font), serif;
  color: #000000;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .single-product .product_title.entry-title {
    font-size: 35px;
  }
}

.single-product .main .pb_product-price {
  display: flex;
}

.single-product .main .pb_product-price span,
.single-product .main .pb_product-price bdi {
  display: flex;
}

.single-product .main .pb_product-price .price {
  padding-left: 10px;
  padding-right: 5px;
}

.single-product .main .product-details h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.single-product .main .message-detail {
  margin-bottom: 1rem;
}

.single-product .main .qty-selector {
  display: none;
}

.single-product .woocommerce-product-gallery__image.active img {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.3);
}

@media (max-width: 410px) {
  .reviews-h {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .single-product #all-products-panel {
    max-width: 720px;
  }

  .single-product #all-products-panel .product-board {
    padding-left: 30px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .single-product
    #all-products-panel
    .product-board
    .product-details
    #product-name:empty {
    display: none;
  }

  .woocommerce-product-gallery
    #wpb_wiz_gallery
    .woocommerce-product-gallery__image {
    margin: 15px 10px 40px 0;
  }
}

#navbarNav {
  display: flex;
  flex-basis: unset;
  flex-grow: 1;

  @media (min-width: 415px) {
    flex-grow: unset;
  }

  @media (min-width: 992px) {
    flex-grow: 1;
  }
}

.navbar-toggler {
  display: none !important;
}

.navbar-nav {
  padding-right: 10px;
  margin-right: auto;
  padding-left: 10px;

  @media (min-width: 375px) {
    padding-left: 0;
  }

  @media (min-width: 415px) {
    padding-left: 10px;
    margin-right: unset;
  }

  @media (min-width: 500px) {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .single-product #all-products-panel {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-nav {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .single-product #all-products-panel {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#cartcontainer .ajaxcart__footer div p.text-right,
.drawer .text-right {
  line-height: 1.3em !important;
}

.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 #menu-main-menu .js-drawer-open-right {
  transform: translateX(0px);
}

.header #navigation #menu-main-menu .js-drawer-open-right {
  transform: translateX(0px);
}
.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%;
}

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

/* JCF */

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

/* Checkout - WooCommerce - Override code */

.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-checkout {
  width: 100%;
  overflow-x: hidden;
}
.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;
  padding-top: 25px;

  @media (min-width: 992px) {
    padding-top: 75px;
  }
}
.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;
  }
}
.woocommerce-checkout
  .shopping-cart-container
  #order-info-table
  .cart-item
  .content
  .left-pane
  #remove-button-mobile {
  font-size: 10px;
  text-transform: uppercase;
  right: 0;
}
@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
  .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
  .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;
  margin-left: 0px;
  margin-right: 0px;
}
.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;
  margin-left: 0px;
  margin-right: 0px;
}
.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;
}
.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%;
}
.woocommerce-checkout
  .custom-checkout-container
  .payment-options
  #payment
  .select_payment_method
  .jcf-select {
  background: transparent;
}
@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%;
  }
  .woocommerce-checkout
    .custom-checkout-container
    .payment-options
    #payment.paypal-method
    .cc-group-light {
    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 .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-checkout .recurring-terms {
  margin: 40px auto;
  width: 90%;
  text-align: justify;
  display: none;
}
.woocommerce-checkout .recurring-terms.desktop {
  display: block;
}
.woocommerce-checkout .recurring-terms > span {
  font-weight: bold;
  font-size: 1.1em;
}
@media (max-width: 991px) {
  .woocommerce-checkout .recurring-terms.desktop {
    display: none;
  }
  .woocommerce-checkout .recurring-terms.mobile {
    display: block;
  }
}

.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;
  margin-bottom: 20px;
}
.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;
}

.btn-primary {
  background: var(--cta-bg-color);
}

.btn-primary:hover {
  background: #32342f;
}

.woocommerce-cart .main .clear {
  clear: both;
}
.woocommerce-cart .main .wc-forward:after,
.woocommerce-cart .main .wc-forward a:after {
  font-family: woocommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "\e029";
  font-size: 0.75em;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  padding: 6px 10px;
  text-decoration: none !important;
}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button {
  float: none;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 700;
  line-height: 18px;
  padding: 9px 12px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  vertical-align: middle;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
  width: 32px;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce-page table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
  vertical-align: middle;
}
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: red;
  text-decoration: none;
  font-weight: 700;
}
.woocommerce table.cart input,
.woocommerce-page table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page #content table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
  margin: 0 0 10px 0;

  @media (min-width: 768px) {
    margin-bottom: 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 6px 12px 0 0;
  width: 25%;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 6px 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  vertical-align: top;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  display: inline-block;
}
.woocommerce fieldset,
.woocommerce table,
.woocommerce table th,
.woocommerce table td {
  border: none !important;
  background: 0 0 !important;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid #eee !important;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.woocommerce-cart .main {
  padding-top: 25px;
  padding-bottom: 25px;

  @media (min-width: 992px) {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  @media (min-width: 1200px) {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.woocommerce-cart .main h1,
.woocommerce-cart .main h2 {
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px !important;

  @media (min-width: 768px) {
    font-size: 24px;
  }
}

.woocommerce-cart .main .post-edit-link {
  display: inline-block;
  margin-top: 20px;
}

.woocommerce-cart .main .woocommerce-cart-form__cart-item p {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;

  @media (min-width: 768px) {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.woocommerce-cart .main .cart_totals a {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  color: #c71919;

  @media (min-width: 768px) {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.woocommerce-cart .main .checkout-button:after {
  display: none;
}

/* Thank you - Page */

.page-template-thank-you-page #header > .inner #fb-root {
  display: none;
}
.page-template-thank-you-page .main {
  margin-top: 0;
  padding-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: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-thank-you-page .main .thankyou-banner h1 {
    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-right: auto;
  margin-top: 5px;
}
.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 {
  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;
}

.single-product .product-main-content p {
  font: 400 16px / 1.66 var(--body-font), sans-serif;
  color: rgb(16, 24, 40);
  margin-bottom: 1rem;
  text-align: left;
}

.single-product .product-main-content ul {
  list-style: disc;
  margin-bottom: 1rem;
  margin-left: 20px;
}

.single-product .product-main-content {
  margin-bottom: 40px;
}

.page-template-about-us .main-post .entry-title {
  margin: 2rem 0;
}

.product-board .cta {
  padding: 14px 20px !important;
}

.page-template-about-us .main-post h1 {
  font: 500 48px / 1.1 var(--header-font), serif;
  color: #000000;
  margin-bottom: 1rem;

  @media (max-width: 991px) {
    font-size: 35px;
  }
}

.page-template-about-us .main-post .entry-content p {
  font: 400 16px / 1.66 var(--body-font), sans-serif !important;
  color: rgb(16, 24, 40);
  margin-bottom: 1rem;
  text-align: left;
}

.page-template-about-us .main-post .entry-content ul {
  list-style: disc;
  margin-bottom: 1rem;
  margin-left: 20px;
}

.page-template-about-us .main-post .entry-content ul li {
  font: 400 16px / 1.66 var(--body-font), sans-serif !important;
}

.page-template-about-us .main-post .entry-content h3 {
  margin-bottom: 1rem;
}

.error404 .main {
  padding-top: 30px;
}

.error404 .main h1 {
  font: 500 48px / 1.1 var(--header-font), serif;
  color: #c71919;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .error404 .main h1 {
    font-size: 35px;
  }
}

.error404 .main h2 {
  font: 500 40px / 1.1 var(--header-font), serif;
  color: #000000;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .error404 .main h2 {
    font-size: 25px;
  }
}

.error404 .main p {
  font: 400 16px / 1.66 var(--body-font), sans-serif;
  color: rgb(16, 24, 40);
  margin-bottom: 1rem;
  text-align: left;
}

.page-id-393 .main {
  padding-top: 30px;
}

.page-id-393 .main h1 {
  font: 500 48px / 1.1 var(--header-font), serif;
  color: #000000;
  margin-bottom: 1rem;

  @media (max-width: 991px) {
    font-size: 35px;
  }
}

.page-id-393 .main .entry-content p {
  font: 400 16px / 1.66 var(--body-font), sans-serif !important;
  color: rgb(16, 24, 40);
  margin-bottom: 1rem;
  text-align: left;
}

.page-id-393 .main .entry-content ul {
  list-style: disc;
  margin-bottom: 1rem;
  margin-left: 20px;
}

.page-id-393 .main .entry-content ul li {
  font: 400 16px / 1.66 var(--body-font), sans-serif !important;
}
