@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ===== Reset CSS ===== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

span {
  display: inline-block; }

body {
  line-height: 1; }

ol, ul {
  list-style-type: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #b81e26;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #b81e26;
  color: #fff;
  text-shadow: none; }

textarea:focus, input:focus, * {
  outline: none; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none; }

ul, ol {
  margin: 0 0 15px;
  padding: 0; }

ul li, ol li {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: normal; }

ul li {
  list-style: disc; }

ol li {
  list-style: numaric; }

strong {
  font-weight: 700; }

/* ===== Reset Ends Here =====*/
body {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400; }

a {
  color: #b81e26;
  text-decoration: none;
  outline: none;
  font-weight: normal;
  transition: all 0.4s ease 0s; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

p {
  font-weight: normal;
  margin: 0 0 15px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  font-weight: 700;
  margin-bottom: 10px; }

h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px; }

h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 18px; }

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px; }

h4 {
  font-size: 20px;
  line-height: 20px; }

h5, h6 {
  font-size: 18px;
  line-height: 18px; }

.slick-loading .slick-list {
  background-image: none; }

.button {
  background: #25ae4e;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 22px;
  -moz-box-shadow: 0 2px 0px 0px #2a4a58;
  -webkit-box-shadow: 0 2px 0px 0px #2a4a58;
  box-shadow: 0 2px 0px 0px #2a4a58;
  text-transform: uppercase;
  transition: all 200ms ease 0s;
  font-weight: 700;
  padding: 14px 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .button:hover, .button:focus, .button:active {
    background: #abd082;
    box-shadow: 0px 3px 0 #0e0a15;
    transition: 0.9s; }

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

header {
  border-top: 7px solid #b81e26;
  border-bottom: 2px solid #f1f1f1;
  padding: 15px 0; }

.logo-wrapper {
  display: flex;
  justify-content: center; }
  .logo-wrapper a {
    display: inline-block;
    max-width: 220px;
    overflow: hidden; }

section {
  padding-top: 20px;
  padding-bottom: 20px; }

.product-view-wrapper .container {
  display: flex;
  flex-wrap: wrap; }

.product-view-wrapper h1 {
  width: 100%;
  margin-bottom: 6px;
  text-align: center; }
  @media (max-width: 767px) {
    .product-view-wrapper h1 {
      font-size: 32px;
      line-height: 36px; } }
  @media (max-width: 374px) {
    .product-view-wrapper h1 {
      font-size: 28px;
      line-height: 32px; } }

.product-view-wrapper p {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .product-view-wrapper p {
      font-size: 24px;
      line-height: 28px; } }

.product-view-images {
  width: 100%; }
  @media (min-width: 812px) {
    .product-view-images {
      width: 50%; } }
  .product-view-images figure {
    display: flex;
    justify-content: center;
    align-items: center; }
    .product-view-images figure video {
      width: 100%;
      height: 100%;
      display: none; }
    .product-view-images figure.show-video video {
      display: block; }
    .product-view-images figure.show-video img {
      display: none; }
  .product-view-images ul {
    margin-bottom: 0;
    margin-top: 20px; }
    .product-view-images ul.slick-initialized {
      padding-left: 30px;
      padding-right: 30px; }
    .product-view-images ul:not(.slick-initialized) {
      display: flex;
      gap: 10px;
      justify-content: center; }
      @media (max-width: 374px) {
        .product-view-images ul:not(.slick-initialized) li:nth-child(n+4) {
          display: none; } }
      @media (max-width: 567px) {
        .product-view-images ul:not(.slick-initialized) li:nth-child(n+5) {
          display: none; } }
      @media (min-width: 568px) {
        .product-view-images ul:not(.slick-initialized) li:nth-child(n+8) {
          display: none; } }
  .product-view-images li {
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    opacity: 0.8; }
    .product-view-images li:before {
      content: '';
      display: block;
      padding-bottom: 100%;
      width: 60px;
      height: 60px; }
    .product-view-images li img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer; }
    .product-view-images li:hover, .product-view-images li:focus, .product-view-images li:active {
      opacity: 1; }
  .product-view-images .slick-list {
    display: flex;
    transform: none; }
  .product-view-images .slick-track {
    display: flex;
    gap: 10px;
    transform: none; }
    .product-view-images .slick-track:before, .product-view-images .slick-track:after {
      content: none; }
  .product-view-images .slick-prev, .product-view-images .slick-next {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center; }
    .product-view-images .slick-prev:before, .product-view-images .slick-next:before {
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      transform: rotate(0deg);
      display: block; }
  .product-view-images .slick-prev {
    left: 0;
    justify-content: left; }
    .product-view-images .slick-prev:before {
      border-width: 10px 15px 10px 0;
      border-color: transparent #B81E26 transparent transparent; }
  .product-view-images .slick-next {
    right: 0;
    justify-content: right; }
    .product-view-images .slick-next:before {
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #B81E26; }

.product-view-description {
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 812px) {
    .product-view-description {
      width: 50%;
      padding-left: 20px;
      margin-top: 0; } }
  .product-view-description p {
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    line-height: 24px;
    margin-bottom: 20px; }
  .product-view-description ul {
    padding-left: 20px; }
  .product-view-description li {
    font-size: inherit;
    line-height: 24px;
    margin-bottom: 0; }
    .product-view-description li:not(:first-child) {
      margin-top: 14px; }
      @media (min-width: 768px) {
        .product-view-description li:not(:first-child) {
          margin-top: 24px; } }
  .product-view-description .button {
    text-decoration: none;
    max-width: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin-top: 15px; }
    @media (min-width: 568px) {
      .product-view-description .button {
        max-width: 456px;
        font-size: 32px;
        line-height: 32px;
        min-height: 72px; } }
    @media screen and (min-width: 568px) and (max-width: 811px) {
      .product-view-description .button {
        margin-left: auto;
        margin-right: auto; } }

.featured-wrapper {
  background: #ededed;
  margin-top: 20px; }
  @media (min-width: 1280px) {
    .featured-wrapper {
      margin-top: 40px; } }
  .featured-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 20px; }
    .featured-wrapper h2:before {
      content: '';
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1px;
      left: 0;
      right: 0;
      bottom: auto;
      margin: auto;
      background-color: #c4c4c4;
      z-index: 1; }
    .featured-wrapper h2 span {
      z-index: 2;
      background: #ededed;
      position: relative;
      padding-left: 10px;
      padding-right: 10px; }

@media (min-width: 768px) {
  .featured-images {
    margin-bottom: 20px; } }

@media (min-width: 1280px) {
  .featured-images {
    margin-bottom: 40px; } }

.featured-images:not(.slick-initialized) {
  display: flex;
  justify-content: center; }
  @media (min-width: 375px) {
    .featured-images:not(.slick-initialized) {
      justify-content: space-between; } }

.featured-images .slick-track {
  display: flex;
  justify-content: space-between; }
  .featured-images .slick-track:before, .featured-images .slick-track:after {
    content: none; }

.featured-image {
  max-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1023px) {
    .featured-images:not(.slick-initialized) .featured-image:nth-child(n+5) {
      display: none; } }
  @media (max-width: 767px) {
    .featured-images:not(.slick-initialized) .featured-image:nth-child(n+4) {
      display: none; } }
  @media (max-width: 567px) {
    .featured-images:not(.slick-initialized) .featured-image:nth-child(n+3) {
      display: none; } }
  @media (max-width: 374px) {
    .featured-images:not(.slick-initialized) .featured-image:nth-child(n+2) {
      display: none; } }
  .featured-image a {
    font-size: 0; }

.customer-reviews-wrapper h2 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #007fc4; }
  @media (min-width: 375px) {
    .customer-reviews-wrapper h2 {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 568px) {
    .customer-reviews-wrapper h2 {
      padding: 10px 0; } }
  @media (min-width: 768px) {
    .customer-reviews-wrapper h2 {
      font-size: 32px;
      line-height: 42px;
      padding: 20px 0; } }
  @media (min-width: 1024px) {
    .customer-reviews-wrapper h2 {
      font-size: 42px; } }

.testimonial {
  max-width: 900px;
  display: grid;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .testimonial {
      grid-template-columns: 150px auto;
      grid-column-gap: 20px; } }
  @media (min-width: 1024px) {
    .testimonial {
      grid-column-gap: 40px;
      margin-bottom: 80px; } }
  .testimonial > span {
    grid-row: span 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 14px;
    gap: 5px; }
    @media (max-width: 767px) {
      .testimonial > span {
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .testimonial h3 {
      text-align: center; } }
  @media (max-width: 567px) {
    .testimonial h3 {
      font-size: 20px;
      margin-bottom: 10px; } }
  .testimonial p {
    margin-bottom: 0;
    line-height: 24px; }
    @media (max-width: 567px) {
      .testimonial p {
        text-align: center; } }
  @media (min-width: 768px) {
    .testimonial:nth-child(odd) {
      grid-template-columns: auto 150px; } }
  @media (min-width: 768px) {
    .testimonial:nth-child(odd) > span {
      order: 2; } }
  @media (min-width: 768px) {
    .testimonial:nth-child(odd) h3, .testimonial:nth-child(odd) p {
      text-align: right; } }
  .testimonial:nth-child(odd) p {
    order: 2; }

.pricing-wrapper {
  background: #efefef; }

.title-wrapper {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .title-wrapper {
      margin-bottom: 40px;
      padding: 10px 0; } }
  .title-wrapper h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .title-wrapper h2 {
        font-size: 32px;
        line-height: 46px; } }
    @media (min-width: 1024px) {
      .title-wrapper h2 {
        font-size: 42px;
        line-height: 56px; } }
  .title-wrapper p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1024px) {
      .title-wrapper p {
        font-size: 20px; } }

.product-list-wrapper {
  display: flex;
  gap: 20px; }
  @media (max-width: 767px) {
    .product-list-wrapper {
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .product-list-wrapper {
      gap: 10px; } }
  .product-list-wrapper article {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 10px;
    overflow: hidden;
    position: relative;
    border: 4px solid #fff; }
    @media (min-width: 375px) {
      .product-list-wrapper article {
        width: 80%; } }
    @media (max-width: 767px) {
      .product-list-wrapper article {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .product-list-wrapper article {
        width: 33.33%;
        transform: scale(1);
        transition: all 0.5s ease 0s; } }
    .product-list-wrapper article h3 {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .product-list-wrapper article h3 {
          margin-top: 20px; } }
      .product-list-wrapper article h3 span {
        font-weight: 400;
        margin-left: 6px; }
    .product-list-wrapper article figure {
      margin-bottom: 30px; }
    .product-list-wrapper article.selected {
      border-color: #0071a8;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -moz-box-shadow: 0 1px 22px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 1px 22px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 22px 0px rgba(0, 0, 0, 0.5);
      background-color: #cee0e5; }
      @media (min-width: 768px) {
        .product-list-wrapper article.selected {
          transform: scale(1.1);
          z-index: 5; } }
    .product-list-wrapper article.regular h3 {
      margin-top: 0; }

.ribbon {
  width: 80%;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background-color: #2dad57;
  color: #fff;
  position: absolute;
  top: 0; }
  @media (max-width: 1023px) {
    .ribbon {
      -moz-border-radius: 0 0 10px 10px;
      -webkit-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      padding: 2px;
      left: auto;
      right: auto; } }
  @media (max-width: 767px) {
    .ribbon {
      padding-top: 4px;
      padding-bottom: 4px; } }
  @media (min-width: 1024px) {
    .ribbon {
      width: 200px;
      right: -50px;
      transform: rotate(45deg);
      top: 30px;
      font-size: 16px;
      line-height: 36px;
      letter-spacing: 1px; } }
  .most-popular .ribbon {
    background-color: #ec463b; }

.card-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px; }

.offer {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  text-align: center; }
  @media (min-width: 1024px) {
    .offer {
      font-size: 22px;
      line-height: 22px; } }

.strike-price {
  text-decoration: line-through; }

.price {
  font-size: 26px;
  line-height: 26px; }

.saved {
  font-size: 16px;
  line-height: 16px;
  color: #008000; }

.add-to-cart-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 250px;
  align-items: center;
  gap: 10px;
  margin-top: auto; }
  .add-to-cart-group span {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center; }
    @media (min-width: 1024px) {
      .add-to-cart-group span {
        font-size: 16px;
        line-height: 16px; } }
    .add-to-cart-group span:after {
      content: '';
      background-image: url("../img/ip-free-shipping-icon-black.svg");
      background-repeat: no-repeat;
      width: 40px;
      height: 17px;
      margin-left: 6px; }
      @media (min-width: 1024px) {
        .add-to-cart-group span:after {
          width: 50px;
          height: 27px; } }
  .add-to-cart-group .button {
    text-decoration: none;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .add-to-cart-group .button {
        font-size: 18px;
        line-height: 18px; } }
    @media (max-width: 768px) {
      .add-to-cart-group .button {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .add-to-cart-group .button:hover, .add-to-cart-group .button:focus, .add-to-cart-group .button:active {
      background: #B40019;
      transform: translate(0, -3px); }
  .regular .add-to-cart-group span {
    font-weight: 400; }
    .regular .add-to-cart-group span:after {
      content: none; }

footer {
  padding-top: 30px;
  background: #efefef; }

.payments-wrapper {
  border-top: 1px solid #b5b5b5; }
  .payments-wrapper .container {
    max-width: 880px;
    display: flex;
    align-items: center;
    justify-content: center; }

.faq-wrapper {
  background: #007fc4;
  -moz-box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 4px 10px 0 rgba(0, 0, 0, 0.3); }
  .faq-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
  .faq-wrapper strong {
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 375px) {
      .faq-wrapper strong {
        font-size: 18px;
        line-height: 18px; } }
    @media (min-width: 414px) {
      .faq-wrapper strong {
        font-size: 22px;
        line-height: 22px; } }
  .faq-wrapper a {
    color: #fff;
    text-decoration: underline;
    font-weight: inherit;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8); }
