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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

:after, :before, :hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  color: #1B1116;
  font-size: 0.875rem;
}
body:not(.woocommerce-checkout) {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 0.9rem;
  }
}
@media (min-width: 1700px) {
  body {
    font-size: 1rem;
  }
}

a {
  color: #1B1116;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
}
a:hover {
  color: #1B1116;
}

p {
  word-break: break-word;
  line-height: 1.5;
}

b,
strong {
  font-weight: bold;
}

.container {
  max-width: 84.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1700px) {
  .container {
    max-width: 77rem;
  }
}

#app {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#app main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .section {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .section {
    margin-bottom: 6.25rem;
  }
}
.section__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .section__title {
    margin-bottom: 2.5rem;
  }
}

.page-wrapper {
  padding: 2rem 0 4.25rem;
}
@media (min-width: 992px) {
  .page-wrapper {
    padding: 2.5rem 0 5rem;
  }
}
@media (min-width: 1200px) {
  .page-wrapper {
    padding: 3rem 0 6.25rem;
  }
}
.page-wrapper__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .page-wrapper__title {
    margin-bottom: 2.5rem;
  }
}

.accent_color {
  color: #9966CC;
}

.accent_bg {
  padding: 1rem;
  background-color: #9966CC;
  color: #fff;
  border-radius: 0.625rem;
}
@media (min-width: 576px) {
  .accent_bg {
    padding: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.restore-item {
  display: inline-block;
  background-color: #9966cc;
  border-radius: 23px;
  padding: 5px 15px;
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media screen and (max-width: 767px) {
  .restore-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.restore-item:hover {
  background-color: #c18ef4;
  border-color: #c18ef4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .return-to-shop .button {
    margin: 0 auto;
  }
}

.top-line {
  background-color: #9966CC;
  padding: 5px 0;
  position: relative;
  width: 100%;
  display: block;
}
.top-line .close {
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.top-line .close svg {
  width: 18px;
  height: 18px;
}
.top-line .text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .single_variation_wrap .custom_add_to_cart_button {
    padding: 0 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-variation-add-to-cart .quantity_input_number {
    margin: 0 !important;
  }
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1700px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1700px) {
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

h4, .h4 {
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1700px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1700px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1700px) {
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.62rem;
  border-radius: 3.5rem;
  height: 3.25rem;
  color: #fff;
  background-color: #9966CC;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  max-width: 100%;
  width: 19.5rem;
}
@media (min-width: 576px) {
  .button {
    height: 3.75rem;
  }
}
.button-light {
  background-color: transparent;
  border: 1px solid #1B1116;
  color: #1B1116;
}
.button:hover {
  background-color: #C18EF4;
  border-color: #C18EF4;
  color: #fff;
}

.post_content {
  position: relative;
}
.post_content h1, .post_content .h1,
.post_content h2, .post_content .h2,
.post_content h3, .post_content .h3,
.post_content h4, .post_content .h4,
.post_content h5, .post_content .h5,
.post_content h6, .post_content .h6 {
  margin-bottom: 1rem;
}
.post_content a {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #9966CC !important;
}
.post_content a:hover {
  text-decoration: underline;
}
.post_content p {
  margin-bottom: 1rem;
}
.post_content ul {
  list-style: disc;
  margin: 1rem 0 1rem 1rem;
}
.post_content ul li {
  position: relative;
  line-height: 1.5;
}
.post_content ol {
  counter-reset: item;
  margin: 1rem 0;
}
.post_content ol > li {
  position: relative;
  padding: 5px 0;
  line-height: 1.5;
}
.post_content ol > li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  display: inline-block;
  margin-right: 0.5rem;
  text-align: right;
}
.post_content blockquote {
  margin: 1.5rem 0;
  line-height: 1.3;
  position: relative;
  padding: 1.25rem;
  background-color: #9966CC;
  color: #fff;
  border-radius: 0.625rem;
}
.post_content img {
  display: block;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 1.25rem;
}
.post_content table {
  width: 100%;
}
.post_content .accent_bg {
  margin-bottom: 1rem;
  padding: 1rem 1rem 0;
}
@media (min-width: 576px) {
  .post_content .accent_bg {
    padding: 1.25rem 1.25rem 0.25rem;
  }
}

.accordion {
  background-color: #392852;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 1rem;
  cursor: pointer;
}
@media (min-width: 576px) {
  .accordion {
    border-radius: 1.5rem;
    padding: 0 1.88rem;
  }
}
.accordion__active .accordion__content {
  height: auto;
  overflow: initial;
}
.accordion__active .accordion__intro::after {
  -webkit-transform: translateY(-50%) rotate(0);
          -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.accordion__content {
  height: 0;
  overflow: hidden;
}
.accordion__content_inner {
  border-top: 1px solid #fff;
  padding: 1rem 0;
}
.accordion__intro {
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 3rem 0.5rem 0;
  min-height: 3.38rem;
}
@media (min-width: 576px) {
  .accordion__intro {
    padding: 1.2rem 4rem 1.2rem 0;
    min-height: 5rem;
  }
}
@media (min-width: 1700px) {
  .accordion__intro {
    padding: 1.88rem 4rem 1.88rem 0;
    min-height: 6.13rem;
  }
}
.accordion__intro::after {
  content: "";
  position: absolute;
  text-align: center;
  background: url("../../dist/images/arrow.svg") no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  cursor: pointer;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
}
@media (min-width: 576px) {
  .accordion__intro::after {
    width: 2rem;
    height: 2rem;
  }
}

.faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.62rem;
}
@media (min-width: 992px) {
  .faq__accordion {
    gap: 1.3125rem;
  }
}

.category-card {
  width: 100%;
  position: relative;
  height: 22.75rem;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid #1B1116;
}
@media (min-width: 992px) {
  .category-card {
    height: 25rem;
  }
}
@media (min-width: 1200px) {
  .category-card {
    height: 29.8125rem;
    border-radius: 1.25rem;
  }
}
.category-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000 100%);
  z-index: 1;
}
.category-card:hover .category-card__front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.category-card:hover .category-card__back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 3;
}
.category-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.category-card__description {
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .category-card__description {
    font-size: 0.875rem;
  }
}
.category-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.56rem;
}
.category-card__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  background-color: #f4f4f4;
  padding: 1rem 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  min-height: 2.5rem;
}
@media (min-width: 1200px) {
  .category-card__list li a {
    min-height: 4.125rem;
  }
}
.category-card__list li a:hover {
  background-color: #E1C5FE;
}
.category-card__front, .category-card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (min-width: 1200px) {
  .category-card__front, .category-card__back {
    border-radius: 1.25rem;
  }
}
.category-card__front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.62rem;
  color: #fff;
  padding: 1.25rem 0.875rem;
  position: relative;
  z-index: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
@media (min-width: 1200px) {
  .category-card__front {
    padding: 1.875rem 1.25rem;
  }
}
.category-card__back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.88rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .category-card__back {
    padding: 1.88rem;
  }
}
.category-card__back_title {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.category-card__back_title:hover {
  color: #392852;
}

.testimonials-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0.5rem;
  background: #f4f4f4;
  padding: 1rem;
  color: #494145;
}
@media (min-width: 576px) {
  .testimonials-card {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .testimonials-card {
    padding: 1.88rem;
  }
}
.testimonials-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
  color: #1B1116;
}
.testimonials-card__name {
  width: 100%;
}
@media (min-width: 576px) {
  .testimonials-card__name {
    width: auto;
  }
}
.testimonials-card__rating {
  margin-right: auto;
}
.testimonials-card__date {
  font-size: 0.75rem;
  color: #696165;
}
.testimonials-card__product {
  margin-bottom: 1rem;
}
.testimonials-card__product_link {
  color: #9966CC !important;
}
.testimonials-card__product_link:hover {
  text-decoration: underline;
}

.yst_breadcrumbs {
  margin-bottom: 1.97rem;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .yst_breadcrumbs {
    margin-bottom: 2.5rem;
  }
}
.yst_breadcrumbs span span a {
  color: #1B1116;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  padding-right: 24px;
  line-height: 1.5;
}
.yst_breadcrumbs span span a:after {
  content: "/";
  color: #9966CC;
  position: absolute;
  top: 0;
  right: 6px;
}
.yst_breadcrumbs span span a:hover {
  text-decoration: underline;
}
.yst_breadcrumbs span span:first-child a {
  padding-left: 1.75rem;
}
.yst_breadcrumbs span span:first-child a:before {
  content: "";
  background: url("../../dist/images/home.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.yst_breadcrumbs span span.breadcrumb_last {
  line-height: 1.5;
  color: #9966CC;
}

.woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.woocommerce-pagination ul li .page-numbers.current {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin: 0 0.31rem;
  position: relative;
  background-color: #9966CC;
}
.woocommerce-pagination a, .woocommerce-pagination span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #1B1116;
  border: 0;
  text-align: center;
  line-height: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  margin: 0 0.31rem;
  position: relative;
}
.woocommerce-pagination span.current, .woocommerce-pagination a:hover {
  background-color: #9966CC;
  color: #fff;
}
.woocommerce-pagination .next, .woocommerce-pagination .prev {
  color: #fff !important;
  background-color: #1B1116;
}
.woocommerce-pagination .next:before, .woocommerce-pagination .prev:before {
  content: "";
  background: url("../../dist/images/arrow-right-white.svg") no-repeat center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(180deg) translateY(50%);
          -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.woocommerce-pagination .next:before {
  -webkit-transform: rotate(0) translateY(-50%);
          -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

.main_overlay {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.main_overlay .theme_preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100px;
}
.main_overlay .preloader_ico_1 {
  background-color: #C18EF4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.main_overlay .preloader_ico_2 {
  background-color: #C18EF4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.main_overlay .preloader_ico_3 {
  background-color: #C18EF4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.main_overlay .animate_preloader_1 {
  -webkit-animation: pulsepreloader_1 1.2s infinite linear;
          animation: pulsepreloader_1 1.2s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes pulsepreloader_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsepreloader_1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main_overlay .animate_preloader_2 {
  -webkit-animation: pulsepreloader_2 1.2s infinite;
          animation: pulsepreloader_2 1.2s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes pulsepreloader_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsepreloader_2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main_overlay .animate_preloader_3 {
  -webkit-animation: pulsepreloader_3 1.2s infinite;
          animation: pulsepreloader_3 1.2s infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes pulsepreloader_3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsepreloader_3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.main_overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iti {
  position: relative;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name {
  margin-right: 8px;
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iti--fullscreen-popup.iti--container.iti--country-search {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../dist/images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url("../../dist/images/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/*Swal popup*/
body .swal2-container.swal2-backdrop-show,
body .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.5);
}
body .swal2-popup {
  padding: 20px;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
}
body .swal2-content {
  padding: 0;
  text-align: left;
}
body .swal2-content h5 {
  color: #000;
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  body .swal2-content h5 {
    font-size: 2rem;
  }
}
body .swal2-content p {
  color: #494145;
  margin-bottom: 1.25rem;
}
body .swal2-content ul {
  margin-left: 10px;
}
body .swal2-content ul li {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
body .swal2-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
body button.swal2-styled {
  width: 50%;
  margin: 0;
}
body .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 1.25em;
  background: initial;
  background-color: #96C;
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
}
body .swal2-styled.swal2-confirm:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 576px) {
  body .swal2-styled.swal2-confirm {
    font-size: 1rem;
  }
}
body .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 1.25em;
  background-color: #F4F4F4;
  color: #1B1116;
  font-size: 0.75rem;
}
body .swal2-styled.swal2-cancel:focus {
  outline: none !important;
}
@media (min-width: 576px) {
  body .swal2-styled.swal2-cancel {
    font-size: 1rem;
  }
}

/*Theme original poopup*/
.pointer-event-none {
  pointer-events: none;
}

.popup-overlay {
  z-index: 1010;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
}

.popup-overlay.is-blacked-out {
  display: block;
}

.popup_bg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 100%;
}

.popup-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95%;
  overflow-y: auto;
  background: #F4F4F4;
  background-size: cover;
  width: 580px;
  max-width: 95%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 1011;
  pointer-events: none;
  color: #fff;
  padding: 20px;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
}
.popup-modal.blog_comment_form {
  padding-top: 50px;
}

.popup-modal.is--visible {
  opacity: 1;
  pointer-events: auto;
}

.popup-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.popup-modal__close svg {
  width: 30px;
  height: 30px;
  fill: #ccc;
}
.popup-modal__close svg:hover {
  fill: #f27474;
}

.popup-modal .content {
  max-width: 564px;
  margin: 0 auto;
  position: relative;
}

.cookie_notice_message {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding-top: 2.88rem;
  padding-bottom: 2.88rem;
  background-color: #f6f6f6;
  -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%);
  bottom: 0;
}
.cookie_notice_message.active {
  display: block;
  -webkit-animation: 0.5s cubic-bezier(0.35, -0.05, 0.31, 1.27) forwards downup;
          animation: 0.5s cubic-bezier(0.35, -0.05, 0.31, 1.27) forwards downup;
}
@-webkit-keyframes downup {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes downup {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cookie_notice_message_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.62rem;
}
@media (min-width: 768px) {
  .cookie_notice_message_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.38rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .cookie_notice_message_wrap {
    gap: 1.5rem;
  }
}
.cookie_notice_message .cookie_notice__title {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
}
.cookie_notice_message .cookie_content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.38rem;
  margin-top: 0.62rem;
}
@media (min-width: 1200px) {
  .cookie_notice_message .cookie_content-buttons {
    gap: 1.5rem;
  }
}
.cookie_notice_message .cancel_cookie {
  cursor: pointer;
}
.cookie_notice_message .cancel_cookie:hover {
  text-decoration: underline;
}

.comment_like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment_dislike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cld-like-dislike-wrap {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.js_nav_open {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: rgba(27, 17, 22, 0.8);
  z-index: 999;
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

.hidden_body {
  overflow: hidden;
}

.header .container {
  position: relative;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .header__inner {
    min-height: 5.25rem;
  }
}
.header__logo {
  display: block;
  max-width: 4.81rem;
}
@media (min-width: 992px) {
  .header__logo {
    max-width: 7.19rem;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__nav_desktop {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-left: 3rem;
  margin-right: 1.5rem;
}
@media (min-width: 992px) {
  .header__nav_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .header__nav_desktop {
    margin-left: 5.38rem;
    margin-right: 2.69rem;
    gap: 2rem;
  }
}
.header__nav_desktop li a {
  padding: 0.375rem 0;
  display: block;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: 500;
}
.header__nav_desktop li a:hover {
  color: #9966CC;
  border-color: #9966CC;
}
.header__lang-switcher {
  margin-left: auto;
}
.header__lang-switcher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.header__lang-switcher ul li a {
  display: block;
  border-radius: 0.375rem;
  padding: 0.375rem;
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.header__lang-switcher ul li.active a,
.header__lang-switcher ul li a:hover,
.header__lang-switcher ul li.wpml-ls-current-language a {
  background: #f4f4f4;
}
.header__personal-area {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #392852;
  margin-left: 0.5rem;
}
@media (min-width: 1700px) {
  .header__personal-area {
    margin-left: 1.39rem;
    width: 3rem;
    height: 3rem;
  }
}
.header__caption {
  border-radius: 200px;
  background-color: #392852;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  min-height: 3.25rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .header__caption {
    border-radius: 200px;
    min-height: 4rem;
    padding: 0.625rem 1.5rem 0.625rem 0.625rem;
  }
}
@media (min-width: 1700px) {
  .header__caption {
    min-height: 5.25rem;
    padding: 0.625rem 1.25rem;
  }
}
.header__catalog-desktop {
  display: none;
  width: 16rem;
  position: relative;
  z-index: 999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 3.25rem;
}
@media (min-width: 992px) {
  .header__catalog-desktop {
    display: block;
  }
}
.header__catalog-desktop:hover .header__catalog-desktop_icon {
  -webkit-transform: rotate(45deg) scale(0.8);
          -ms-transform: rotate(45deg) scale(0.8);
          transform: rotate(45deg) scale(0.8);
}
.header__catalog-desktop:hover .header__catalog-desktop_category {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}
.header__catalog-desktop_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  height: 3.25rem;
  border-radius: 100px;
  background-color: #fff;
  min-width: 231px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: 500;
  position: relative;
  padding: 0 1.5rem;
  z-index: 2;
  cursor: pointer;
}
.header__catalog-desktop_icon {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
}
.header__catalog-desktop_category {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  padding-top: 3.7rem;
  pointer-events: none;
}
.header__catalog-desktop_category ul {
  padding: 1.25rem;
  border-radius: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header__catalog-desktop_category ul li {
  padding: 0.4rem 0;
}
.header__catalog-desktop_category ul li a {
  color: #1B1116;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 0.875rem;
  line-height: 1.1;
}
.header__catalog-desktop_category ul li a:hover {
  color: #9966CC;
}
.header__catalog-desktop_category ul li a img {
  max-width: 1.25rem;
  height: auto;
  max-height: 20px;
}
.header__cart {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .header__cart {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1700px) {
  .header__cart {
    width: 4rem;
    height: 4rem;
  }
}
.header__cart_img {
  width: 1.563rem;
  height: 1.563rem;
}
@media (min-width: 992px) {
  .header__cart_img {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1700px) {
  .header__cart_img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__cart_product-counter {
  width: 1rem;
  height: 1rem;
  background-color: #E50347;
  color: #fff;
  line-height: 1rem;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .header__cart_product-counter {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1700px) {
  .header__cart_product-counter {
    width: 1.625rem;
    height: 1.625rem;
    line-height: 1.625rem;
    font-size: 1rem;
  }
}
.header__search {
  height: 2.25rem;
  width: 100%;
  max-width: 36.9375rem;
  position: relative;
}
@media (min-width: 992px) {
  .header__search {
    height: 3.25rem;
    margin: 0 auto;
  }
}
.header__search_inner {
  border-radius: 8.25rem;
  width: 100%;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .header__search_inner {
    height: 3.25rem;
  }
}
.header__search_results {
  border-radius: 0 0 1rem 1rem;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 2.5rem 0.75rem 0.75rem;
  z-index: 2;
}
.header__search_results ul li {
  border-bottom: 1px solid #D8D8D8;
}
.header__search_results ul li:last-child {
  border-bottom: 0;
}
.header__search_results_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.5rem;
  color: #494145;
  padding: 1rem 1.25rem 1rem 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}
@media (min-width: 768px) {
  .header__search_results_product {
    padding: 1rem 2rem 1rem 0;
  }
}
.header__search_results_product:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../../dist/images/arrow-right.svg") no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .header__search_results_product:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.header__search_results_product:hover {
  color: #9966CC;
}
.header__search_results_product-img {
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f4f4f4;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .header__search_results_product-img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.header__search_results_product-img img {
  display: block;
  width: 100%;
}
.header__search_results_product-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.38rem;
}
.header__search_results_product-title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .header__search_results_product-title {
    font-size: 0.875rem;
  }
}
.header__search_results_product-price {
  font-size: 0.75rem;
}
.header__search_input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  padding: 0 0 0 0.625rem;
  border-radius: 8.25rem 0 0 8.25rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .header__search_input {
    padding: 0 0 0 1.25rem;
  }
}
.header__search_input::-webkit-input-placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
.header__search_input::-moz-placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
.header__search_input::-ms-input-placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
.header__search_input::placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
.header__search_button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .header__search_button {
    width: 4rem;
  }
}
.header__phone {
  display: none;
}
@media (min-width: 576px) {
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
    color: #f4f4f4 !important;
    font-weight: 500;
    white-space: nowrap;
  }
}
.header__nav_mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  left: -100%;
  top: 0;
  max-width: 320px;
  background: #fff;
  -webkit-box-shadow: 20px 4px 30px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 20px 4px 30px 0 rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  padding: 2.38rem 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .header__nav_mobile {
    display: none;
  }
}
.header__nav_mobile.active {
  left: 0;
}
.header__nav_mobile::-webkit-scrollbar {
  width: 2px;
}
.header__nav_mobile::-webkit-scrollbar-track {
  display: none;
}
.header__nav_mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.header__nav_mobile ul li a {
  color: #1B1116;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  line-height: 1.1;
}
.header__nav_mobile ul li a:hover {
  color: #9966CC;
}
.header__nav_mobile ul li a img {
  max-width: 1.25rem;
}
.header__nav_mobile__logo {
  display: block;
  max-width: 4.81rem;
  margin-bottom: 2.38rem;
}
.header__nav_close {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}

.navbar_toggler {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #392852;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .navbar_toggler {
    display: none;
  }
}

.primary-menu li {
  position: relative;
}
.primary-menu li.menu-item-has-children {
  padding-right: 20px;
}
.primary-menu li.menu-item-has-children > a {
  position: relative;
}
.primary-menu li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateX(50%);
          -ms-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
  -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
  right: -20px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7919 6.1997C11.5144 5.93343 11.0645 5.93343 10.7871 6.1997L7.5 9.35395L4.21294 6.1997C3.93547 5.93343 3.48559 5.93343 3.20811 6.1997C2.93063 6.46597 2.93063 6.89767 3.20811 7.16394L6.99758 10.8003C7.27506 11.0666 7.72494 11.0666 8.00242 10.8003L11.7919 7.16394C12.0694 6.89767 12.0694 6.46597 11.7919 6.1997Z' fill='%231B1116'%3E%3C/path%3E%3C/svg%3E");
}
.primary-menu .sub-menu {
  position: absolute;
  left: calc(100% + 30px);
  width: 100%;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.primary-menu .sub-menu::after {
  content: "";
  width: 40px;
  left: -20px;
  position: absolute;
  height: 100%;
  top: 0;
}
.primary-menu > li:hover > a {
  color: #9966CC;
}
.primary-menu > li:hover > .sub-menu {
  opacity: 1;
  top: -10px;
  visibility: visible;
}
.primary-menu > li > .sub-menu > li:hover > a {
  color: #9966CC;
}
.primary-menu > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  top: -10px;
  visibility: visible;
}

@media (max-width: 991px) {
  .header__nav_mobile .primary-menu {
    padding-top: 20px;
  }
  .header__nav_mobile .primary-menu li {
    min-height: 22px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .header__nav_mobile .primary-menu li .sub-menu {
    padding: 10px 0 0 10px;
  }
  .header__nav_mobile .primary-menu li .sub-menu::after {
    display: none;
  }
  .header__nav_mobile .primary-menu li .sub-menu li {
    margin-bottom: 6px;
  }
  .header__nav_mobile .primary-menu li .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .header__nav_mobile .primary-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    right: 0px;
    pointer-events: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7919 6.1997C11.5144 5.93343 11.0645 5.93343 10.7871 6.1997L7.5 9.35395L4.21294 6.1997C3.93547 5.93343 3.48559 5.93343 3.20811 6.1997C2.93063 6.46597 2.93063 6.89767 3.20811 7.16394L6.99758 10.8003C7.27506 11.0666 7.72494 11.0666 8.00242 10.8003L11.7919 7.16394C12.0694 6.89767 12.0694 6.46597 11.7919 6.1997Z' fill='%231B1116'%3E%3C/path%3E%3C/svg%3E");
  }
  .header__nav_mobile .primary-menu li.menu-item-has-children.is-open::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .header__nav_mobile .primary-menu li.menu-item-has-children.is-open > .sub-menu {
    display: block;
    width: 100%;
  }
  .header__nav_mobile .primary-menu li.menu-item-has-children .sub-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
    width: 100%;
  }
  .header__nav_mobile .primary-menu li a {
    position: static;
  }
  .header__nav_mobile .primary-menu li a span {
    display: inline-block;
    line-height: 20px;
  }
  .header__nav_mobile .primary-menu li a::after {
    display: none;
  }
  .header__nav_mobile .primary-menu li a img {
    height: auto;
    max-height: 20px;
  }
  .header__nav_mobile .primary-menu .sub-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
  }
}
.footer {
  margin-top: auto;
  background-color: #392852;
  color: #fff;
  padding: 1.56rem 0;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer {
    padding: 3.75rem 0;
  }
}
.footer a {
  color: #fff;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 246px;
  margin: 0 auto 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "footer-contacts footer-clients" "footer-category footer-posts";
    gap: 4rem 1.5rem;
    max-width: 700px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    max-width: 100%;
    margin-bottom: 4.31rem;
  }
}
.footer__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #9D8CB6;
}
@media (min-width: 576px) {
  .footer__col {
    border: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
.footer__col:last-child {
  border: 0;
}
.footer__col-contacts {
  grid-area: footer-contacts;
}
.footer__col-category {
  grid-area: footer-category;
}
.footer__col-clients {
  grid-area: footer-clients;
}
.footer__col-posts {
  grid-area: footer-posts;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.footer__nav li a {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer__nav li a:hover {
  color: #DCD6E5;
  text-decoration: underline;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.footer__contacts .item .item-title {
  margin-bottom: 5px;
}
.footer__contacts a {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer__contacts a:hover {
  color: #DCD6E5;
  text-decoration: underline;
}
.footer__payment {
  border-top: 1px solid #9D8CB6;
  max-width: 244px;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .footer__payment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__payment_img {
  display: block;
  max-width: 100%;
}
.footer__payment_mono {
  max-width: 8.625rem;
}
.footer__payment_visa {
  max-width: 6.4375rem;
}
.footer__payment_mastercard {
  max-width: 13.775rem;
}
.footer__social {
  border-top: 1px solid #9D8CB6;
  max-width: 244px;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media (min-width: 576px) {
  .footer__social {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__social .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem;
}
.footer__social .social a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer__social .social a:hover svg path {
  fill: #9D8CB6;
}
.footer__social .social a svg {
  width: 100%;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer__logo {
  max-width: 118px;
  display: block;
  margin: 0.5rem auto;
}
@media (min-width: 576px) {
  .footer__logo {
    margin: 0.5rem 0;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__bottom {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  color: #9D8CB6;
}
@media (min-width: 576px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .footer__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__bottom a {
  color: #9D8CB6;
}
.footer__bottom a:hover {
  text-decoration: underline;
}
.footer__posts_item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  border-bottom: 1px solid #9D8CB6;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-align: left;
}
@media (min-width: 992px) {
  .footer__posts_item {
    padding: 1.25rem 0;
  }
}
.footer__posts_item:last-child {
  border-bottom: 0;
}
.footer__posts_item:hover .footer__posts_item-title {
  color: #9D8CB6;
}
.footer__posts_item-thumb {
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.footer__posts_item-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.footer__posts_item-title {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  display: block;
}

.hero_section {
  padding-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .hero_section {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .hero_section {
    margin-bottom: 3.13rem;
  }
}

.hero__swiper .swiper-slide {
  border-radius: 1rem;
}
.hero__swiper_item {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  height: 100%;
  max-height: 31.25rem;
  background-color: #1B1116;
}
.hero__swiper_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__swiper .swiper-button-next,
.hero__swiper .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .hero__swiper .swiper-button-next,
  .hero__swiper .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.slider_section__container {
  position: relative;
}
@media (min-width: 375px) {
  .slider_section .section__title {
    padding-right: 6rem;
  }
}
@media (min-width: 375px) {
  .slider_section .swiper__nav {
    position: absolute;
    right: 1rem;
    top: -0.5rem;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .slider_section .swiper__nav {
    top: 2px;
  }
}
.slider_section .products-filter__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .slider_section .products-filter__category {
    gap: 1.25rem;
    margin-bottom: 1.88rem;
  }
}
@media (min-width: 1200px) {
  .slider_section .products-filter__category {
    margin-bottom: 3.12rem;
  }
}
.slider_section .products-filter__category li a {
  border-radius: 6.25rem;
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  line-height: 1.1;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #1B1116;
}
@media (min-width: 768px) {
  .slider_section .products-filter__category li a {
    padding: 0.9375rem 1.875rem;
  }
}
.slider_section .products-filter__category li.active a, .slider_section .products-filter__category li a:hover {
  color: #fff;
  border-color: #9966CC;
  background-color: #9966CC;
}
@media (max-width: 575px) {
  .slider_section .products_slider {
    overflow: initial;
    max-width: 320px;
    margin: 0;
  }
}

.product-card {
  border-radius: 1.25rem;
  background-color: #f4f4f4;
  padding: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  gap: 0.5rem;
}
@media (min-width: 1700px) {
  .product-card {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
.product-card__img {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.product-card__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  gap: 0.19rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-card__discount {
    gap: 0.31rem;
  }
}
.product-card__discount .sale,
.product-card__discount .new {
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #392852;
  text-align: center;
}
@media (min-width: 768px) {
  .product-card__discount .sale,
  .product-card__discount .new {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
  }
}
.product-card__discount .sale {
  background-color: #E50347;
}
.product-card__title {
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.product-card__title:hover {
  color: #9966CC;
}
.product-card__caption {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-card__button {
  width: 100%;
}
.product-card__price {
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-card__price ins {
  text-decoration: none;
}
.product-card__price .woocommerce-Price-amount {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .product-card__price .woocommerce-Price-amount {
    font-size: 1.5rem;
  }
}
.product-card__price del .woocommerce-Price-amount {
  opacity: 0.5;
  font-size: 0.75rem;
}
.product-card__buy_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
}
.product-card .single_add_to_cart_button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #9966CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  outline: none;
  border: 0;
}
@media (min-width: 1200px) {
  .product-card .single_add_to_cart_button {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.product-card .single_add_to_cart_button:hover {
  background-color: #C18EF4;
}
.product-card .single_add_to_cart_button svg {
  width: 1.3rem;
  height: 1.3rem;
}
@media (min-width: 1200px) {
  .product-card .single_add_to_cart_button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1.25rem;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center !important;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.quantity input[type=number]:focus {
  -moz-appearance: textfield;
}
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity button {
  background: transparent !important;
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  cursor: pointer;
  color: #1B1116;
}
.quantity__minus, .quantity__plus {
  background: transparent !important;
  border: none;
  height: 1.25rem;
  line-height: 1.25rem;
  cursor: pointer;
  color: #1B1116;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity__minus svg path, .quantity__plus svg path {
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.quantity__minus:hover svg path, .quantity__plus:hover svg path {
  fill: #9966CC;
}

.product_level {
  display: block;
  position: relative;
  line-height: 1.3;
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 1.55rem;
}
.product_level:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: url("../../dist/images/checkmark.svg") no-repeat center #D8D8D8;
  background-size: 16px;
}
.product_level.stock:before {
  background-color: #00BA00;
}
.product_level.preorder:before {
  background-color: #9966CC;
}
.product_level.outofstock {
  color: rgba(27, 17, 22, 0.5);
}

.woocommerce-ordering__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
  margin-top: 20px;
}

.shop_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .shop_wrapper {
    margin-bottom: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .shop_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 6.25rem;
  }
}
.shop_wrapper__products {
  width: 100%;
}

.products_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 480px) {
  .products_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .products_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .products_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .products_list {
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.products_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

body.woocommerce-cart .page-wrapper h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  border-bottom: 1px solid #e4e4e4;
}

.wc-empty-cart-message {
  text-align: center;
}

.shop_table_cart_custom {
  width: 100%;
}
.shop_table_cart_custom th {
  color: rgba(29, 31, 36, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 50px;
  text-align: center;
}
.shop_table_cart_custom th.product-name {
  text-align: left;
  padding-left: 1rem;
}
.shop_table_cart_custom td {
  vertical-align: middle;
  padding: 7px;
}
.shop_table_cart_custom td.product-thumbnail {
  width: 150px;
}
.shop_table_cart_custom td.product-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.shop_table_cart_custom td.product-name a {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 300px;
  color: #1b1116;
}
.shop_table_cart_custom td.product-name a:hover {
  color: #000;
  text-decoration: underline;
}
.shop_table_cart_custom td.product-price {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
.shop_table_cart_custom td.product-quantity {
  text-align: center;
}
.shop_table_cart_custom td.product-quantity .quantity {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop_table_cart_custom td.product-subtotal {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
.shop_table_cart_custom td.product-remove {
  max-width: 24px;
}
.shop_table_cart_custom td.product-remove .remove {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.shop_table_cart_custom td.product-remove .remove svg {
  width: 100%;
  height: 100%;
}

body .product-quantity .qib-button-wrapper {
  float: none;
  margin: 0 auto !important;
  display: block !important;
}

body .qib-button-wrapper .minus.qib-button,
body .qib-button-wrapper .plus.qib-button {
  background: #fff !important;
  border: none;
  color: #eee;
  font-size: 28px;
}

body .qib-button-wrapper .quantity input.input-text.qty.text {
  height: 41px;
  padding: 6px 5px 8px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #fcfcfc;
  font-size: 20px;
  line-height: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  max-width: 53px;
}

.custom_cart_price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 90px;
}
.custom_cart_price_block .custom_coupon_enabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.custom_cart_price_block .custom_coupon_enabled > span {
  padding-left: 20px;
}
.custom_cart_price_block .custom_coupon_enabled .custom_coupon_enabled_innerwrap {
  color: #ff003b;
  margin-left: 5px;
}

.coupon_wrap .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.coupon_wrap input#coupon_code {
  padding: 21px 15px;
  text-align: center;
  max-width: 180px;
  font-size: 14px;
  border-radius: 100px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  border: none;
}
.coupon_wrap input#coupon_code:hover {
  opacity: 0.9;
}
.coupon_wrap button {
  padding: 21px 20px;
  border: 1px solid #515151;
  background: transparent;
  color: #515151;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 194px;
}
.coupon_wrap button:hover {
  background: #515151;
  color: #fff !important;
  border: 1px solid #515151;
}

.woocommerce-remove-coupon:hover {
  color: #2a2a2a !important;
  text-decoration: underline;
}

.price_like_input_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.price_like_input_custom .custom_price {
  color: #1b1116;
  margin-left: 10px;
}
.price_like_input_custom .custom_price strong {
  font-weight: 500;
}

.cart_totals.cart_totals_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.wc-proceed-to-checkout a.checkout-button {
  padding: 22px 25px;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  height: auto;
  width: 100%;
}

.return-to-shop {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.return-to-shop a {
  text-decoration: none;
}

/*----------------------------------*/
@media screen and (max-width: 1200px) {
  .custom_cart_price_block .coupon_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .custom_cart_price_block .coupon_wrap .coupon {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .custom_cart_price_block .coupon_wrap input#coupon_code {
    padding: 12px;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .custom_cart_price_block .coupon_wrap .button {
    width: 100%;
  }
  .custom_cart_price_block .custom_coupon_enabled {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .custom_cart_price_block .price_like_input_custom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .custom_cart_price_block .cart-collaterals_wrap {
    width: 100%;
  }
  .custom_cart_price_block .cart-collaterals_wrap .cart_totalst_custom_cart {
    width: 100%;
  }
  .custom_cart_price_block .cart-collaterals_wrap .wc-proceed-to-checkout {
    width: 100%;
  }
  .custom_cart_price_block .cart-collaterals_wrap .wc-proceed-to-checkout .button {
    display: block;
    font-size: 14px;
  }
  .custom_cart_price_block .price_like_input_custom {
    width: 100%;
  }
  .shop_table_cart_custom td.product-name a {
    font-size: 16px;
    max-width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .shop_table_cart_custom {
    max-width: 700px;
    margin: 0 auto;
  }
  .shop_table_cart_custom thead {
    display: none;
  }
  .shop_table_cart_custom .cart_item {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 100px auto 1fr 20px;
    grid-template-areas: "trumb name name remove" "trumb price price remove" "trumb quantity total remove";
    margin-bottom: 25px;
    gap: 5px 10px;
  }
  .shop_table_cart_custom .cart_item td {
    padding: 0;
    text-align: left;
  }
  .shop_table_cart_custom td.product-thumbnail {
    grid-area: trumb;
    width: 100px;
  }
  .shop_table_cart_custom td.product-remove {
    grid-area: remove;
    max-width: 20px;
  }
  .shop_table_cart_custom td.product-remove .remove {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  .shop_table_cart_custom td.product-name {
    grid-area: name;
  }
  .shop_table_cart_custom td.product-name a {
    font-size: 14px;
    line-height: 1.2;
  }
  .shop_table_cart_custom td.product-price {
    grid-area: price;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
  }
  .shop_table_cart_custom td.product-quantity {
    grid-area: quantity;
  }
  .shop_table_cart_custom td.product-subtotal {
    grid-area: total;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .shop_table_cart_custom td::before {
    content: none !important;
  }
}
@media screen and (max-width: 575px) {
  .custom_cart_price_block .coupon_wrap {
    width: 100%;
  }
  .custom_cart_price_block .coupon_wrap .coupon {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom_cart_price_block .coupon_wrap button {
    padding: 15px 20px;
    font-size: 12px;
  }
  .custom_cart_price_block .cart_totals.cart_totals_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom_cart_price_block .price_like_input_custom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    font-size: 24px;
  }
}
.woocommerce-checkout .title__checkout {
  padding-top: 3rem;
  margin-bottom: 2rem;
}

.woocommerce-checkout__custom h3 {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}
form.woocommerce-checkout label {
  margin-bottom: 10px;
}
form.woocommerce-checkout #billing_phone_field {
  display: block;
  margin-bottom: 20px;
}
form.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
form.woocommerce-checkout .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]),
form.woocommerce-checkout .woocommerce-input-wrapper textarea {
  width: 100%;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f4f4f4;
  margin-bottom: 20px;
  border: none;
}
form.woocommerce-checkout .woocommerce-input-wrapper textarea {
  height: 133px;
  resize: none;
}
form.woocommerce-checkout .woocommerce-input-wrapper .thwcfe-input-field-wrapper {
  margin-bottom: 20px;
}
form.woocommerce-checkout .woocommerce-input-wrapper .iti {
  width: 100%;
}
form.woocommerce-checkout .woocommerce-input-wrapper input[type=radio] {
  width: 30px;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
  margin-bottom: 20px;
  position: relative;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li input:checked + label {
  opacity: 1;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li input:checked + label:after {
  opacity: 1;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li label {
  min-height: 30px;
  padding: 0 0 0 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li label:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li label:after {
  content: "";
  background-color: #9966CC;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 5.5px;
  left: 5.5px;
  opacity: 0;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li label img {
  max-height: 10px;
  width: auto;
}
form.woocommerce-checkout .wc_payment_methods.payment_methods.methods li .payment_box {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 18px;
}
form.woocommerce-checkout #customer_details {
  width: 60%;
  max-width: 626px;
}
form.woocommerce-checkout #order_review {
  border-radius: 1.25rem;
  background: #f4f4f4;
  padding: 65px 82px;
  max-width: 536px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
form.woocommerce-checkout #place_order {
  border: none;
  width: 100%;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}

.top_checkout_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.top_checkout_header_wrap h3 {
  font-size: 28px;
}
.top_checkout_header_wrap a {
  text-decoration: none;
  font-weight: 100;
  margin-top: 13px;
}

#custom_delivery_field .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_novaposta,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_ukrpost,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_novaposta:checked + label,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_ukrpost:checked + label,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other:checked + label {
  opacity: 1;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_novaposta:checked + label:after,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_ukrpost:checked + label:after,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other:checked + label:after {
  opacity: 1;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_novaposta + label,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_ukrpost + label,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other + label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  height: 34px;
  min-width: 140px;
  font-size: 18px;
  opacity: 0.5;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_novaposta + label:before,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_ukrpost + label:before,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other + label:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_novaposta + label:after,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_ukrpost + label:after,
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other + label:after {
  content: "";
  background-color: #9966CC;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  opacity: 0;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_novaposta + label {
  font-size: 0;
  background: url("../../dist/images/nova_poshta.svg") no-repeat center right;
  background-size: 120px 45px;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_ukrpost + label {
  font-size: 0;
  background: url("../../dist/images/ukr_Poshta_2022_logo.svg") no-repeat center right;
  background-size: 96px 33px;
}
#custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other + label {
  padding-left: 75px;
  background: url("../../dist/images/delivery-me.svg") no-repeat 40px center;
  background-size: 22px 25px;
}

#nova_posta_shipping .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_courier,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_warehouse,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_poshtomat {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_courier:checked + label,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_warehouse:checked + label,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_poshtomat:checked + label {
  opacity: 1;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_courier:checked + label:after,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_warehouse:checked + label:after,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_poshtomat:checked + label:after {
  opacity: 1;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_courier + label,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_warehouse + label,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_poshtomat + label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 75px;
  margin-bottom: 0;
  height: 34px;
  min-width: 140px;
  opacity: 0.5;
  font-size: 18px;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_courier + label:before,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_warehouse + label:before,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_poshtomat + label:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_courier + label:after,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_warehouse + label:after,
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_poshtomat + label:after {
  content: "";
  background-color: #9966CC;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  opacity: 0;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_courier + label {
  background: url("../../dist/images/delivery-me.svg") no-repeat 40px center;
  background-size: 22px 25px;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_warehouse + label {
  background: url("../../dist/images/warehouse.svg") no-repeat 40px center;
  background-size: 20px 20px;
}
#nova_posta_shipping .woocommerce-input-wrapper #type_delivery_poshtomat + label {
  background: url("../../dist/images/poshtomat.svg") no-repeat 40px center;
  background-size: 20px 20px;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
}
.woocommerce-checkout-review-order-table tr.cart_item {
  border-bottom: 1px solid #9f9f9f;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  vertical-align: middle;
}
.woocommerce-checkout-review-order-table td.product-name {
  padding: 0 20px;
}
.woocommerce-checkout-review-order-table td.product-total {
  text-align: right;
  font-weight: 500;
}
.woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  color: #9966cc;
}
.woocommerce-checkout-review-order-table .order-total .order-total_wrap_price {
  padding: 20px 0;
}
.woocommerce-checkout-review-order-table .order-total .order-total_wrap_price .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-checkout-review-order-table .checkout_img_thumbnail {
  width: 91px;
}
.woocommerce-checkout-review-order-table .checkout_img_thumbnail img {
  border-radius: 15px;
  height: auto;
  width: 100%;
  margin: 10px 0;
  display: block;
}
.woocommerce-checkout-review-order-table .cart-discount td {
  text-align: right;
}
.woocommerce-checkout-review-order-table .cart-discount td,
.woocommerce-checkout-review-order-table .cart-discount th {
  padding-top: 10px;
}
.woocommerce-checkout-review-order-table .cart-discount .woocommerce-remove-coupon {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

body .a3dg-image img {
  width: 100% !important;
  height: auto !important;
}

.complete_order_notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
}
.complete_order_notice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complete_order_notice ul li {
  list-style-type: disc;
  margin-left: 20px;
}

form.woocommerce-checkout label {
  margin-bottom: 10px;
  word-break: break-word;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  display: inline-block;
  font-weight: 500;
}

form.woocommerce-checkout label[for=billing_phone] {
  width: 100%;
}

#customer_details .select2-container {
  margin-bottom: 20px;
  border-radius: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d0d0d0;
  background: #fff;
  width: 100% !important;
}
#customer_details .select2-container--default .select2-selection--single {
  width: 100%;
  font-size: 14px;
  padding: 15px 20px;
  border: none;
  margin-bottom: 5px;
}
#customer_details .select2-container--default .select2-selection--single {
  background-color: inherit;
}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 1px;
  right: 7px;
}
#customer_details .select2-container--default .select2-selection--single {
  background-color: inherit !important;
}
#customer_details .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 22px;
}
#customer_details .select2.select2-container.select2-container--default.select2-container--disabled.select2-container--focus {
  cursor: not-allowed;
}

.select2-selection__clear {
  font-size: 23px;
  margin-top: -2px;
  color: #c83800;
}

body.woocommerce-checkout .select2-dropdown {
  top: 0;
  border-color: #bcbcbc;
}

/*---------------------------------------*/
@media screen and (max-width: 1700px) {
  form.woocommerce-checkout #customer_details {
    max-width: 578px;
    width: 50%;
  }
  form.woocommerce-checkout #order_review {
    padding: 25px 30px;
    max-width: 584px;
  }
}
@media screen and (max-width: 1300px) {
  form.woocommerce-checkout #order_review {
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .woocommerce-checkout .title__checkout {
    padding-top: 60px;
  }
  form.woocommerce-checkout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  form.woocommerce-checkout #customer_details {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }
  form.woocommerce-checkout #order_review {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  form.woocommerce-checkout {
    gap: 30px;
  }
  form.woocommerce-checkout #customer_details {
    width: 100%;
  }
  form.woocommerce-checkout #order_review {
    padding: 30px 15px;
  }
  form.woocommerce-checkout #place_order {
    height: 60px;
  }
  .top_checkout_header_wrap {
    margin-bottom: 0;
  }
  .top_checkout_header_wrap h3 {
    font-size: 18px;
  }
  .woocommerce-checkout-review-order-table td.product-name {
    padding: 0 8px;
  }
  .woocommerce-checkout-review-order-table .order-total .amount {
    font-size: 24px;
  }
  .woocommerce-checkout-review-order-table .checkout_img_thumbnail {
    width: 58px;
  }
  .woocommerce-checkout-review-order-table .checkout_img_thumbnail img {
    border-radius: 8px;
  }
  #nova_posta_shipping .woocommerce-input-wrapper label {
    font-size: 16px !important;
  }
  #custom_delivery_field .woocommerce-input-wrapper #custom_delivery_other + label {
    font-size: 16px;
  }
}
#app {
  overflow: inherit;
}

#order_review {
  position: sticky;
  top: 0;
}

.average_rating_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.average_rating_link--stars {
  margin-right: 1rem;
}

.woocommerce-no-products-found {
  margin: 100px auto;
  font-size: 1.5em;
  font-weight: 500;
}

.woocommerce-error {
  border-radius: 16px;
  left: 0;
  right: 0;
  background-color: #c83800;
  padding: 20px;
  z-index: 20;
  text-align: center;
  margin: 0 0 20px 0 !important;
}

.woocommerce-notices-wrapper {
  text-align: center;
}
.woocommerce-notices-wrapper > div {
  margin-bottom: 20px;
}

body.single-product .qty-updater.minus {
  display: none;
}
body.single-product .qty-updater.plus {
  display: none;
}

.single-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .single-product__inner {
    margin-bottom: 5rem;
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .single-product__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 6.25rem;
  }
}
.single-product__gallery {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 576px) {
  .single-product__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .single-product__gallery {
    max-width: 32rem;
    width: 100%;
    display: block;
  }
}
.single-product__gallery .swiper-slide a {
  display: block;
  width: 100%;
}
.single-product__gallery .swiper-slide img {
  display: block;
  width: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 0.69825rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .single-product__gallery .swiper-slide img {
    width: 100% !important;
    height: auto !important;
  }
}
.single-product__gallery .slider_main {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .single-product__gallery .slider_main {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .single-product__gallery .slider_main {
    width: auto;
    margin-bottom: 1.5rem;
  }
}
.single-product__gallery .slider_main .swiper-slide img {
  border-radius: 1.25rem;
}
@media (min-width: 576px) {
  .single-product__gallery .slider_trumb {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .single-product__gallery .slider_trumb {
    width: auto;
  }
}
.single-product__gallery .product-card__discount {
  top: 1.25rem;
  left: 1.25rem;
}
.single-product__gallery .woocommerce-product-gallery {
  width: 100%;
}
.single-product .summary {
  width: 100%;
  position: relative;
}
.single-product .product_title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .single-product .product_title {
    margin-bottom: 1.25rem;
  }
}
.single-product .wrap_price_button_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .single-product .wrap_price_button_add {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
.single-product .wrap_price_button_add .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-product .wrap_price_button_add .price {
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.single-product .wrap_price_button_add .price ins {
  text-decoration: none;
}
.single-product .wrap_price_button_add .price .woocommerce-Price-amount {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .single-product .wrap_price_button_add .price .woocommerce-Price-amount {
    font-size: 2rem;
  }
}
.single-product .wrap_price_button_add .price del .woocommerce-Price-amount {
  opacity: 0.5;
  font-size: 1rem;
  font-weight: normal;
}
.single-product .wrap_price_button_add .variations-buttons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.single-product__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.62rem;
}
.single-product__table_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f4f4f4;
  padding: 1.25rem;
  border-radius: 0.5rem;
  gap: 1rem;
}
.single-product__table_item p {
  width: 50%;
}
.single-product__table_item p:first-child::first-letter {
  text-transform: uppercase;
}
.single-product__table_item p:last-child {
  text-align: right;
}
.single-product__table_item:nth-child(odd) {
  background-color: #f4f4f4;
}

.woocommerce-tabs {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .woocommerce-tabs {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce-tabs {
    margin-bottom: 6.25rem;
  }
}
.woocommerce-tabs .tabs {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 400px) {
  .woocommerce-tabs .tabs {
    gap: 1.31rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .woocommerce-tabs .tabs {
    gap: 1.5rem;
  }
}
.woocommerce-tabs .tabs li a {
  font-size: 0.75rem;
  text-align: center;
  color: #1B1116;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1B1116;
  background-color: #fff;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 6.25rem;
  padding: 0 0.5rem;
}
@media (min-width: 576px) {
  .woocommerce-tabs .tabs li a {
    height: 3.1875rem;
    padding: 0 1.88rem;
    font-size: 1rem;
  }
}
.woocommerce-tabs .tabs li.active a, .woocommerce-tabs .tabs li:hover a {
  border-color: #9966CC;
  background-color: #9966CC;
  color: #fff;
}
.woocommerce-tabs .tabs li.active a {
  cursor: initial;
}
.woocommerce-tabs .tab-title {
  margin-bottom: 1.25rem;
}

.product_attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .product_attributes {
    gap: 1.25rem;
  }
}
.product_attributes__item {
  width: 100%;
}
.product_attributes__title {
  margin-bottom: 0.62rem;
}
.product_attributes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.62rem;
}
.product_attributes__list li a,
.product_attributes__list li p {
  font-size: 0.75rem;
  text-align: center;
  color: #1B1116;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1B1116;
  background-color: #fff;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 6.25rem;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .product_attributes__list li a,
  .product_attributes__list li p {
    height: 2.75rem;
    padding: 0 1.88rem;
    font-size: 1rem;
  }
}
.product_attributes__list li.active a,
.product_attributes__list li.active p, .product_attributes__list li:hover a,
.product_attributes__list li:hover p {
  border-color: #9966CC;
  background-color: #9966CC;
  color: #fff;
}
.product_attributes__list li.active a {
  pointer-events: none;
}

.product_delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.product_delivery__item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
}
.product_delivery__title {
  margin-bottom: 0.63rem;
}
.product_delivery__icon {
  width: 3.125rem;
  height: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product_delivery__icon img {
  width: 100%;
}
.product_delivery__description {
  color: #494145;
}

.extra_attr_wrap_single_product_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.extra_attr_wrap_single_product_page p.top_seller {
  margin-right: 52px;
  display: inline-block;
}
.extra_attr_wrap_single_product_page p.product_sku {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.product-notification {
  position: fixed;
  right: 31px;
  bottom: 40px;
  background: #4caf50;
  color: #fff;
  padding: 10px 20px 10px 40px;
  border-radius: 5px;
  z-index: 1000;
  display: none;
}
.product-notification.is-active {
  display: block;
}
.product-notification:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: url(../../dist/images/checkmark.svg) no-repeat center #d8d8d8;
  background-size: 16px;
}

.cart-popup {
  position: absolute;
  right: 0;
  width: 350px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 20px 10px;
  display: none;
  border-radius: 5px;
}
.cart-popup.loaded {
  display: block !important;
}

.cart-popup .cart-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}

.cart-popup .cart-item-thumbnail {
  width: 80px;
  aspect-ratio: 1/1;
}
.cart-popup .cart-item-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.cart-popup .cart-item .remove-product {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.9946 3.2654H16.1509V2.52522C16.1509 1.29884 14.968 0.304688 13.5089 0.304688H9.9862C8.52704 0.304688 7.34419 1.29884 7.34419 2.52522V3.2654H2.5005C1.28457 3.2654 0.298828 4.09389 0.298828 5.11585V6.5962C0.298828 7.00501 0.693093 7.33638 1.1795 7.33638H22.3156C22.802 7.33638 23.1963 7.00501 23.1963 6.5962V5.11585C23.1963 4.09389 22.2105 3.2654 20.9946 3.2654ZM9.10553 2.52522C9.10553 2.1172 9.50073 1.78504 9.9862 1.78504H13.5089C13.9944 1.78504 14.3896 2.1172 14.3896 2.52522V3.2654H9.10553V2.52522Z' fill='%23FF0303'%3E%3C/path%3E%3Cpath d='M1.96953 8.81641C1.81239 8.81641 1.68717 8.92679 1.69465 9.05872L2.42121 21.875C2.48836 23.0611 3.64754 23.9901 5.05992 23.9901H18.434C19.8464 23.9901 21.0056 23.0611 21.0727 21.875L21.7993 9.05872C21.8067 8.92679 21.6815 8.81641 21.5244 8.81641H1.96953ZM15.2696 10.6669C15.2696 10.2579 15.6637 9.92667 16.1503 9.92667C16.6369 9.92667 17.031 10.2579 17.031 10.6669V20.2892C17.031 20.6981 16.6369 21.0294 16.1503 21.0294C15.6637 21.0294 15.2696 20.6981 15.2696 20.2892V10.6669ZM10.8663 10.6669C10.8663 10.2579 11.2604 9.92667 11.747 9.92667C12.2335 9.92667 12.6276 10.2579 12.6276 10.6669V20.2892C12.6276 20.6981 12.2335 21.0294 11.747 21.0294C11.2604 21.0294 10.8663 20.6981 10.8663 20.2892V10.6669ZM6.46293 10.6669C6.46293 10.2579 6.85703 9.92667 7.34361 9.92667C7.83018 9.92667 8.22428 10.2579 8.22428 10.6669V20.2892C8.22428 20.6981 7.83018 21.0294 7.34361 21.0294C6.85703 21.0294 6.46293 20.6981 6.46293 20.2892V10.6669Z' fill='%23FF0303'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}

.cart-item-details p {
  font-size: 12px;
}

.cart-popup .cart-item a {
  text-decoration: none;
  color: #1b1116;
  font-weight: 500;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.cart-popup .cart-item a:hover {
  color: #9966CC;
}

.cart-popup .view-cart-button {
  display: block;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
  background-color: #9966CC;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.cart-popup .view-cart-button:hover {
  background-color: #C18EF4;
}

.pswp__caption {
  display: none;
}

.custom_rewiev_wrap {
  width: 100%;
}
.custom_rewiev_wrap .comment_form_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}
.custom_rewiev_wrap .comment_form_input_wrap label {
  width: 49%;
  position: relative;
}
.custom_rewiev_wrap .comment_form_input_wrap input[type=text], .custom_rewiev_wrap .comment_form_input_wrap textarea {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid #EBE8EB;
  background-color: #fff;
  padding: 1.25rem 1rem;
  color: #1B1116;
}
@media (min-width: 768px) {
  .custom_rewiev_wrap .comment_form_input_wrap input[type=text], .custom_rewiev_wrap .comment_form_input_wrap textarea {
    padding: 1.25rem;
  }
}
.custom_rewiev_wrap .comment_form_input_wrap input[type=text]::-webkit-input-placeholder, .custom_rewiev_wrap .comment_form_input_wrap textarea::-webkit-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.custom_rewiev_wrap .comment_form_input_wrap input[type=text]::-moz-placeholder, .custom_rewiev_wrap .comment_form_input_wrap textarea::-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.custom_rewiev_wrap .comment_form_input_wrap input[type=text]::-ms-input-placeholder, .custom_rewiev_wrap .comment_form_input_wrap textarea::-ms-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.custom_rewiev_wrap .comment_form_input_wrap input[type=text]::placeholder, .custom_rewiev_wrap .comment_form_input_wrap textarea::placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.custom_rewiev_wrap .comment_form_input_wrap input[type=text]:focus, .custom_rewiev_wrap .comment_form_input_wrap textarea:focus {
  border-color: #9966CC;
}
.custom_rewiev_wrap .comment_form_input_wrap textarea {
  resize: none;
  height: 10.6875rem;
}
.custom_rewiev_wrap .comment_form_input_wrap span.error {
  color: red;
  display: block;
  margin: 5px 0 0 30px;
  font-size: 12px;
}
.custom_rewiev_wrap .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom_rewiev_wrap .stars-title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 16px;
}
.custom_rewiev_wrap .rate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
}
.custom_rewiev_wrap .rate_wrap > span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.custom_rewiev_wrap .rate_wrap .rate-select-layer span {
  width: 18px;
  height: 16px;
}
.custom_rewiev_wrap .add_review_woo_wrap {
  text-align: left;
}
.custom_rewiev_wrap .add_review_woo_wrap .message_success {
  color: #2A2A2A;
  line-height: 3;
}
.custom_rewiev_wrap .response_to_email_wrap {
  min-width: 230px;
  font-size: 0.9em;
}
.custom_rewiev_wrap .add_qa_woo_wrap {
  text-align: right;
}

.image_star {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 3px;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
}

.image_star_base {
  background-image: url("../../dist/images/notactive-star.svg");
}

.image_star_hover {
  background-image: url("../../dist/images/main-star.svg");
}

.image_star_selected {
  background-image: url("../../dist/images/main-star.svg");
}

.woo-comment-list {
  margin-bottom: 2.5rem;
}
.woo-comment-list .children .cfr-row {
  display: none;
}
.woo-comment-list .li-item {
  width: 100%;
  margin-bottom: 1.25rem;
}
.woo-comment-list .li-item .comment-details {
  padding: 1.875rem 1.125rem;
  border-radius: 1.25rem;
  border: 1px solid #f4f4f4;
}
@media (min-width: 1200px) {
  .woo-comment-list .li-item .comment-details {
    padding: 1.875rem;
  }
}
.woo-comment-list .li-item .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.62rem 1.25rem;
  margin-bottom: 1.25rem;
}
.woo-comment-list .li-item .comment-meta_fn {
  width: 100%;
}
@media (min-width: 768px) {
  .woo-comment-list .li-item .comment-meta_fn {
    width: auto;
  }
}
.woo-comment-list .li-item .comment-meta_rating {
  margin-right: auto;
}
.woo-comment-list .li-item .comment-meta_date {
  font-size: 0.75rem;
  color: #696165;
}
.woo-comment-list .li-item .comment-content {
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .woo-comment-list .li-item .comment-content {
    margin-bottom: 1.25rem;
  }
}
.woo-comment-list .li-item .woo_comment_reply_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woo-comment-list .li-item .woo_comment_reply {
  margin-left: auto;
  text-decoration: underline;
  color: #696165;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.woo-comment-list .li-item .woo_comment_reply:hover {
  color: #9966CC;
}
.woo-comment-list .li-item .comment_like_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.woo-comment-list .li-item .is_admin {
  color: #9966CC;
}
.woo-comment-list .li-item .depth-2 {
  margin-left: 1rem;
}
.woo-comment-list .li-item .reply.comment-reply-link {
  text-align: right;
}
.woo-comment-list .li-item.is_admin .comment-meta-wrap {
  border-left: 2px solid #9966CC;
  padding-left: 1rem;
}

.comment_form {
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  padding: 1.875rem 0.75rem;
}
@media (min-width: 768px) {
  .comment_form {
    padding: 1.88rem;
  }
}
.comment_form__title {
  margin-bottom: 1.88rem;
}
.comment_form__label {
  font-size: 0.75rem;
  margin-bottom: 0.62rem;
}
.comment_form__fildset {
  margin-bottom: 1.56rem;
}
.comment_form__input {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid #EBE8EB;
  background-color: #fff;
  padding: 1.25rem 1rem;
  color: #1B1116;
}
@media (min-width: 768px) {
  .comment_form__input {
    padding: 1.25rem;
  }
}
.comment_form__input::-webkit-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.comment_form__input::-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.comment_form__input::-ms-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.comment_form__input::placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.comment_form__input:focus {
  border-color: #9966CC;
}
.comment_form textarea {
  resize: none;
  height: 10.6875rem;
}
.comment_form ul.children li .comment {
  margin-left: 100px;
}
@media (min-width: 576px) {
  .comment_form ul.children li .comment {
    margin-left: 60px;
  }
}

.comment-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
  gap: 10px;
  font-size: 14px;
}

.comment-filter-title {
  font-size: 22px;
  font-weight: 500;
  margin-right: 15px;
}

@media screen and (max-width: 890px) {
  .awf-togglable-preset-btn__custom {
    margin-top: 20px;
  }
}
.awf-togglable-preset-btn__custom .awf-togglable-preset-btn {
  background-color: #9966CC;
  border-radius: 6.25rem;
  padding: 0rem 1.25rem;
}
.awf-togglable-preset-btn__custom .awf-togglable-preset-btn i {
  display: none;
}

.awf-togglable-preset-close-btn span {
  display: none;
}

.awf-filter-wrapper {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

.active_filter_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.active_filter_data .woocommerce-result-count {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
.active_filter_data .button {
  height: 2.75rem;
  background-color: #fff;
  color: #1b1116;
  border: 1px solid #1b1116;
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  cursor: initial;
  line-height: 1.1;
  max-width: 9rem;
}
.active_filter_data .button.clear {
  cursor: pointer;
}

.awf-preset-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  color: #1B1116;
}
@media (min-width: 1200px) {
  .awf-preset-wrapper {
    width: 17.625rem;
    border-radius: 1.25rem;
    border: 1px solid #f4f4f4;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(28, 45, 82, 0.1);
            box-shadow: 0 4px 6px 0 rgba(28, 45, 82, 0.1);
    padding: 1.25rem;
  }
}
.awf-preset-wrapper .awf-filter-title {
  font-weight: 500;
  font-size: 1.125rem;
}
.awf-preset-wrapper .awf-filter-container input[type=checkbox] + label:before,
.awf-preset-wrapper .awf-filter-container input[type=radio] + label:before {
  color: #9966CC;
  font-size: 24px;
}
.awf-preset-wrapper .awf-form-submit-btn,
.awf-preset-wrapper .awf-reset-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.62rem;
  border-radius: 3.5rem;
  height: 3.25rem;
  color: #fff;
  background-color: #9966CC;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 100%;
}
@media (min-width: 576px) {
  .awf-preset-wrapper .awf-form-submit-btn,
  .awf-preset-wrapper .awf-reset-btn {
    height: 3.75rem;
  }
}
.awf-preset-wrapper .awf-form-submit-btn:hover,
.awf-preset-wrapper .awf-reset-btn:hover {
  background-color: #C18EF4;
  border-color: #C18EF4;
  color: #fff;
}

.awf-filter-container ul li {
  margin-bottom: 7px;
}

.awf-filters-container ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.awf-filters-container .awf-filter-container.awf-range-slider-container,
.awf-filters-container .awf-taxonomy-range-slider-container {
  position: relative;
  margin: 42px 0 42px 0;
}

.noUi-handle {
  border: none;
  border-radius: 50%;
  background: #9966CC;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
  width: 1rem;
  height: 1rem !important;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: none;
  border-radius: 3px;
  font-size: 0.8rem;
  background: #fff;
  color: #8c8c8c;
  padding: 0px;
  text-align: center;
  white-space: nowrap;
}

.noUi-marker-horizontal.noUi-marker-large {
  background: transparent;
}

.noUi-connect {
  background: #9966CC;
}

.awf-preset-wrapper [name=awf_submit] {
  display: none;
}

.noUi-pips-horizontal {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.noUi-pips-horizontal div:last-child {
  left: inherit !important;
  right: 0 !important;
  -webkit-transform: translate(18%, 50%) !important;
          -ms-transform: translate(18%, 50%) !important;
          transform: translate(18%, 50%) !important;
}
.noUi-pips-horizontal .noUi-value-large {
  position: static;
}

.noUi-horizontal .noUi-handle-lower {
  right: -8px;
}
.noUi-horizontal .noUi-handle-upper {
  right: 0;
}

.awf-filters-form ul li.awf-filter-container.awf-active label:hover::before {
  font-weight: 900 !important;
  content: "\f058" !important;
}

h2 + .archive-brands-list {
  padding: 26px 0 14px;
}

.archive-brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --cols: 8;
  --gap: 20px;
  gap: 24px var(--gap);
}
.archive-brands-list .brand-name {
  font-size: 1rem;
  font-weight: 500;
}
.archive-brands-list a {
  padding: 15px;
  border-radius: 1.25rem;
  text-align: center;
  color: #1B1116;
  background: #f4f4f4;
  -ms-flex-preferred-size: calc(100% / var(--cols) - var(--gap) + var(--gap) / (var(--cols)) / var(--cols) * (var(--cols)));
      flex-basis: calc(100% / var(--cols) - var(--gap) + var(--gap) / (var(--cols)) / var(--cols) * (var(--cols)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
  border: 2px solid #f4f4f4;
}
.archive-brands-list a img {
  max-height: 50px;
  width: auto;
}
.archive-brands-list a:hover {
  border-color: #9966CC;
}
@media (max-width: 1279px) {
  .archive-brands-list {
    --cols: 7;
  }
  .archive-brands-list .brand-name {
    font-size: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .archive-brands-list {
    --cols: 6;
  }
}
@media (max-width: 939px) {
  .archive-brands-list {
    --cols: 5;
    --gap: 12px;
    gap: var(--gap);
  }
}
@media (max-width: 767px) {
  .archive-brands-list {
    --gap: 10px;
    --cols: 4;
  }
}
@media (max-width: 639px) {
  .archive-brands-list {
    --cols: 3;
  }
  .archive-brands-list .brand-name {
    font-size: 0.7rem;
  }
  .archive-brands-list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - var(--gap));
            flex: 0 0 calc(33.333% - var(--gap));
    padding: 10px 5px;
  }
  .archive-brands-list a img {
    width: auto;
  }
}
@media (max-width: 374px) {
  .archive-brands-list {
    --cols: 2;
  }
  .archive-brands-list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - var(--gap));
            flex: 0 0 calc(50% - var(--gap));
    padding: 10px 5px;
  }
  .archive-brands-list a img {
    width: auto;
  }
}

.review-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 640px) {
  .review-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.review-filter .review-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.review-filter .review-filter-bar .review-filter-bar-bars {
  width: 130px;
  height: 130px;
  -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.review-filter .review-filter-bar .review-filter-bar-bars .pie-value {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%) rotate(10deg);
          -ms-transform: translateY(-50%) rotate(10deg);
          transform: translateY(-50%) rotate(10deg);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}
.review-filter .review-filter-bar .review-filter-bar-bars .radialSecondHalfMask {
  left: 1px !important;
}
.review-filter .review-filter-bar .review-filter-bar-counter {
  text-align: center;
  background-color: #E4E4E4;
  border-radius: 5.125rem;
  padding: 0.625rem 0.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  width: 10.1875rem;
}
.review-filter .review-filter-bar .review-filter-bar-star {
  text-align: center;
}
.review-filter .review-filter-bar .review-filter-bar-star .average_rating_link--stars {
  margin-right: 0;
}
.review-filter .review-filter-star-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
.review-filter .review-filter-star-counter .review-filter-star-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.review-filter .review-filter-star-counter .review-filter-star-counter-item .review-filter-star-counter-title {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
}
.review-filter .review-filter-star-counter .review-filter-star-counter-item .review-filter-star-counter-probar {
  width: 269px;
  height: 20px;
  border-radius: 10px;
  position: relative;
  background-color: #E4E4E4;
}
@media screen and (max-width: 640px) {
  .review-filter .review-filter-star-counter .review-filter-star-counter-item .review-filter-star-counter-probar {
    width: 100%;
  }
}
.review-filter .review-filter-star-counter .review-filter-star-counter-item .review-filter-star-counter-probar .review-filter-star-counter-probar_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: #9966CC;
}

.delivery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 576px) {
  .delivery {
    gap: 5rem;
  }
}
@media (min-width: 992px) {
  .delivery {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.delivery__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .delivery__col {
    gap: 1.25rem;
  }
}
.delivery__icon {
  display: block;
  width: 3.75rem;
}
@media (min-width: 576px) {
  .delivery__icon {
    width: 7.5rem;
  }
}

.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 3rem 0 5.56rem;
}
@media (min-width: 768px) {
  .page404 {
    padding: 4.88rem 0 6.25rem;
  }
}
.page404__img {
  display: block;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
@media (min-width: 768px) {
  .page404__img {
    margin-bottom: 2.5rem;
  }
}
.page404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .page404__content {
    gap: 1.25rem;
  }
}
.page404__description {
  font-weight: 500;
}

.thank-you__img {
  max-width: 6.825rem;
}
@media (min-width: 768px) {
  .thank-you__img {
    max-width: 8rem;
  }
}
@media (min-width: 992px) {
  .thank-you__img {
    max-width: 100%;
  }
}

.shop_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .shop_single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "shop-photo shop-contacts" "shop-map shop-map";
    gap: 1rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .shop_single {
    grid-template-areas: "shop-photo shop-contacts" "shop-photo shop-map";
    gap: 1.5rem;
    margin-bottom: 6.25rem;
  }
}
.shop_single__photo {
  grid-area: shop-photo;
  height: 20.25rem;
}
@media (min-width: 576px) {
  .shop_single__photo {
    height: auto;
  }
}
@media (min-width: 992px) {
  .shop_single__photo {
    height: auto;
  }
}
.shop_single__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1.25rem;
}
.shop_single__contacts {
  grid-area: shop-contacts;
  border-radius: 1.25rem;
  background-color: #f4f4f4;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .shop_single__contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "shop-address shop-work-time" "shop-messenger shop-work-time";
    gap: 1.5rem;
  }
}
.shop_single__contacts_item {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #D8D8D8;
}
.shop_single__contacts_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .shop_single__contacts_item {
    margin-bottom: 0;
  }
}
.shop_single__contacts_title {
  margin-bottom: 0.35rem;
}
.shop_single__contacts_address {
  grid-area: shop-address;
}
.shop_single__contacts_messenger {
  grid-area: shop-messenger;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.62rem;
}
@media (min-width: 1200px) {
  .shop_single__contacts_messenger {
    border-bottom: 0;
  }
}
.shop_single__contacts_messenger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.shop_single__contacts_messenger a:hover {
  opacity: 0.8;
}
.shop_single__contacts_messenger .telegram {
  color: #00A3FF;
}
.shop_single__contacts_messenger .viber {
  color: #6C5BD9;
}
.shop_single__contacts_work-time {
  grid-area: shop-work-time;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .shop_single__contacts_work-time {
    border-left: 1px solid #D8D8D8;
    padding-left: 1.5rem;
  }
}
.shop_single__map {
  grid-area: shop-map;
  border-radius: 1.25rem;
  background-color: #f4f4f4;
  overflow: hidden;
  height: 18.5rem;
}

.single_location-map {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
  gap: 2.75rem;
}
@media (min-width: 768px) {
  .contacts__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "contacts-sort contacts-sort" "contacts-caption contacts-map";
    gap: 2.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .contacts__wrapper {
    grid-template-columns: 17.625rem 1fr;
  }
}
@media (min-width: 1700px) {
  .contacts__wrapper {
    grid-template-columns: 19.5rem 1fr;
    gap: 2.5rem 1.5rem;
  }
}
.contacts__caption {
  grid-area: contacts-caption;
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 1rem;
}
@media (min-width: 1700px) {
  .contacts__caption {
    padding: 1.875rem;
  }
}
.contacts__caption_item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #D8D8D8;
}
.contacts__caption_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.contacts__caption_title {
  margin-bottom: 0.35rem;
}
.contacts__map_sort {
  grid-area: contacts-sort;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .contacts__map_sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.contacts__map_sort_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__map {
  grid-area: contacts-map;
}

.contacts-map {
  width: 100%;
  height: 17.25rem;
  border-radius: 1.25rem;
}
@media (min-width: 768px) {
  .contacts-map {
    height: 100%;
    min-height: 34.625rem;
  }
}

.contacts-shops {
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  padding: 1.5rem 1rem 1rem;
}
@media (min-width: 576px) {
  .contacts-shops {
    padding: 2.5rem 2.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .contacts-shops {
    padding: 5rem 2.5rem 3.5rem;
  }
}
.contacts-shops__title {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .contacts-shops__title {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
.contacts-shops__list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contacts-shops__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .contacts-shops__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contacts-shops__list_title {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .contacts-shops__list_title {
    margin-bottom: 1.25rem;
  }
}
.contacts-shops__list ul {
  margin-bottom: 1.5rem;
}
.contacts-shops__list ul li a {
  color: #494145;
  padding: 0.38rem 0;
}
.contacts-shops__list ul li a:hover {
  text-decoration: underline;
}

.blog-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.blog-card__img {
  display: block;
  border-radius: 0.5rem;
  background: #D8D8D8;
  aspect-ratio: 1/1;
  width: 100%;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
}
.blog-card__img:hover img {
  -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-card__title {
  text-align: center;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-card__title:hover {
  color: #9966CC;
}

.blogpage__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1200px) {
  .blogpage__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.blogpage__sidebar {
  border: 1px solid #f4f4f4;
  border-radius: 1.25rem;
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .blogpage__sidebar {
    width: 22rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.blogpage__sidebar_title {
  text-align: center;
}
.blogpage__sidebar_reset-cat-btn {
  color: #696165;
  padding: 0.375rem 0;
}
.blogpage__sidebar_reset-cat-btn:hover {
  text-decoration: underline;
}
.blogpage__categories {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 0.88rem;
  font-size: 0.85rem;
}
@media (min-width: 576px) {
  .blogpage__categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blogpage__categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .blogpage__categories {
    grid-template-columns: 1fr;
  }
}
.blogpage__categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.125rem;
  background-color: #f4f4f4;
  padding: 0.5rem 1.25rem;
  border-radius: 5rem;
  line-height: 1.3;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blogpage__categories li.active a, .blogpage__categories li a:hover {
  background-color: #EDE4F5;
}
.blogpage__list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .blogpage__list {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.5rem;
  }
}
.blogpage__list_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .blogpage__list_wrap {
    gap: 2.5rem;
  }
}
.blogpage__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.88rem;
  width: 100%;
}
.blogpage__list_item-img {
  border-radius: 1.25rem;
  display: block;
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blogpage__list_item-img:hover img {
  -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blogpage__list_item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blogpage__list_item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blogpage__list_item-date {
  font-size: 0.875rem;
  color: #696165;
}
.blogpage__list_item-button {
  width: auto;
  height: 3rem;
  padding: 0 1.88rem;
}

.single_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1200px) {
  .single_post {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}
.single_post__content {
  width: 100%;
}
.single_post__products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 1200px) {
  .single_post__products {
    width: 17.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.single_post__products-item {
  max-width: 17.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.88rem;
}
.blog__info-list_item {
  position: relative;
  font-weight: 500;
  padding-left: 1.85rem;
  font-size: 1rem;
}
.blog__info-list_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.blog__info-list_comment:before {
  background: url("../../dist/images/comment.svg") no-repeat;
  background-size: 100% 100%;
}
.blog__info-list_like:before {
  background: url("../../dist/images/like.svg") no-repeat;
  background-size: 100% 100%;
}
.blog__info-list_view:before {
  background: url("../../dist/images/eye.svg") no-repeat;
  background-size: 100% 100%;
}

.post_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
@media (min-width: 576px) {
  .post_sort {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2.5rem;
  }
}

.blog_comment_form {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .blog_comment_form {
    margin-bottom: 6.25rem;
  }
}
.blog_comment_form h2 {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 2.25rem;
  line-height: 2;
}
.blog_comment_form .comment-respond {
  max-width: 62.25rem;
}
.blog_comment_form .comment-form {
  background-color: #f4f4f4;
  border-radius: 1.25rem;
  padding: 1.875rem 0.75rem;
}
@media (min-width: 768px) {
  .blog_comment_form .comment-form {
    padding: 1.88rem;
  }
}
.blog_comment_form .comment-form__title {
  margin-bottom: 1.88rem;
}
.blog_comment_form .comment-form__label {
  font-size: 0.75rem;
  margin-bottom: 0.62rem;
}
.blog_comment_form .comment-form__fildset {
  margin-bottom: 1.56rem;
}
.blog_comment_form .comment-form__input {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid #EBE8EB;
  background-color: #fff;
  padding: 1.25rem 1rem;
  color: #1B1116;
}
@media (min-width: 768px) {
  .blog_comment_form .comment-form__input {
    padding: 1.25rem;
  }
}
.blog_comment_form .comment-form__input::-webkit-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.blog_comment_form .comment-form__input::-moz-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.blog_comment_form .comment-form__input::-ms-input-placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.blog_comment_form .comment-form__input::placeholder {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #EBE8EB;
}
.blog_comment_form .comment-form__input:focus {
  border-color: #9966CC;
}
.blog_comment_form .comment-form textarea {
  resize: none;
  height: 10.6875rem;
}
.blog_comment_form .comment-form ul.children li .comment {
  margin-left: 100px;
}
@media (min-width: 576px) {
  .blog_comment_form .comment-form ul.children li .comment {
    margin-left: 60px;
  }
}

.comment-list {
  max-width: 62.25rem;
  margin-bottom: 2.5rem;
}
.comment-list .children .cfr-row {
  display: none;
}
.comment-list .li-item {
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
}
.comment-list .li-item .comment-details {
  padding: 1.875rem 1.125rem;
  border-radius: 1.25rem;
  border: 1px solid #f4f4f4;
}
@media (min-width: 1200px) {
  .comment-list .li-item .comment-details {
    padding: 1.875rem;
  }
}
.comment-list .li-item .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.62rem 1.25rem;
  margin-bottom: 1.25rem;
}
.comment-list .li-item .comment-meta_fn {
  width: 100%;
}
@media (min-width: 768px) {
  .comment-list .li-item .comment-meta_fn {
    width: auto;
  }
}
.comment-list .li-item .comment-meta_rating {
  margin-right: auto;
}
.comment-list .li-item .comment-meta_date {
  font-size: 0.75rem;
  color: #696165;
}
.comment-list .li-item .comment-content {
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .comment-list .li-item .comment-content {
    margin-bottom: 1.25rem;
  }
}
.comment-list .li-item .woo_comment_reply_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-list .li-item .woo_comment_reply {
  margin-left: auto;
  text-decoration: underline;
  color: #696165;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.comment-list .li-item .woo_comment_reply:hover {
  color: #9966CC;
}
.comment-list .li-item .comment_like_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.comment-list .li-item .is_admin {
  color: #9966CC;
}
.comment-list .li-item .depth-2 {
  margin-left: 1rem;
}
.comment-list .li-item .reply.comment-reply-link {
  text-align: right;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
}
.comment-list .li-item.is_admin .comment-meta-wrap {
  border-left: 2px solid #9966CC;
  padding-left: 1rem;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background-color: #392852;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  opacity: 1;
  border: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0.875rem;
  font-weight: 700;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #9966CC;
}

.swiper-pagination-bullet {
  background: #D8D8D8;
  width: 0.625rem;
  height: 0.625rem;
}
.swiper-pagination-bullet-active {
  background: #9966CC;
}

.swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
}
.swiper__nav--center {
  margin: 1.5rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper__nav--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.swiper__nav .swiper-button-prev,
.swiper__nav .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}
.swiper__nav .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
  width: auto;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

body .select2-container {
  width: 12.5rem !important;
}
body .select2-container--default .select2-selection--single {
  border-radius: 1.25rem;
  color: #696165;
  background-color: #f4f4f4;
  border: 0;
  padding: 0 1rem;
  height: 3rem;
  font-size: 0.875rem;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #696165;
  line-height: 3rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 11px;
}
body .select2-dropdown {
  border-radius: 1.25rem;
  border-color: #f4f4f4;
  overflow: hidden;
}
body .select2-results__option {
  font-size: 0.875rem;
  padding: 1rem 1.25rem;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f4f4f4;
  color: #1B1116;
}

body.woocommerce-shop .select2-container--default .select2-selection--single, body.blog .select2-container--default .select2-selection--single {
  background-color: #9966CC;
  color: #fff !important;
}
body.woocommerce-shop .select2-container--default .select2-selection--single .select2-selection__rendered, body.blog .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}
body.woocommerce-shop .select2-container--default .select2-selection--single .select2-selection__arrow b, body.blog .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
body.woocommerce-shop .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, body.blog .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

body .aws-container {
  height: 2.25rem;
  width: 100%;
  max-width: 36.9375rem;
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  body .aws-container {
    height: 3.25rem;
    margin: 0 auto;
  }
}
body .aws-container .aws-search-form {
  border-radius: 8.25rem;
  width: 100%;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  body .aws-container .aws-search-form {
    height: 3.25rem;
  }
}
body .aws-container .aws-search-form .aws-search-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: 0;
  background-color: #fff !important;
}
@media (min-width: 992px) {
  body .aws-container .aws-search-form .aws-search-btn {
    width: 4rem;
  }
}
body .aws-container .aws-wrapper .aws-search-field {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  padding: 0 0 0 0.625rem;
  border-radius: 8.25rem 0 0 8.25rem;
  background-color: #fff;
  font-size: 1rem;
}
@media (min-width: 992px) {
  body .aws-container .aws-wrapper .aws-search-field {
    padding: 0 0 0 1.25rem;
  }
}
body .aws-container .aws-wrapper .aws-search-field::-webkit-input-placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
body .aws-container .aws-wrapper .aws-search-field::-moz-placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
body .aws-container .aws-wrapper .aws-search-field::-ms-input-placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
body .aws-container .aws-wrapper .aws-search-field::placeholder {
  color: #696165;
  font-family: "Montserrat", sans-serif;
}
body .aws-search-result {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 2.5rem 0.75rem 0.75rem;
  border-radius: 0 0 1rem 1rem !important;
  background: #fff;
  border: 0;
  margin-top: -20px;
  z-index: 998;
}
body .aws-search-result ul li {
  border-bottom: 1px solid #D8D8D8;
}
body .aws-search-result ul li:last-child {
  border-bottom: 0;
}
body .aws-search-result .aws_result_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.5rem;
  padding: 1rem 1.25rem 1rem 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}
@media (min-width: 768px) {
  body .aws-search-result .aws_result_link {
    padding: 1rem 2rem 1rem 0;
  }
}
body .aws-search-result .aws_result_link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../../dist/images/arrow-right.svg") no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 768px) {
  body .aws-search-result .aws_result_link:before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
body .aws-search-result .aws_result_sale {
  display: none;
}
body .aws-search-result .aws_result_image {
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f4f4f4;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  float: none;
}
@media (min-width: 768px) {
  body .aws-search-result .aws_result_image {
    width: 3.5rem;
    height: 3.5rem;
  }
}
body .aws-search-result .aws_result_image img {
  display: block;
  width: 100%;
}
body .aws-search-result .aws_result_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.38rem;
}
body .aws-search-result .aws_result_title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #494145;
}
@media (min-width: 768px) {
  body .aws-search-result .aws_result_title {
    font-size: 0.875rem;
  }
}
body .aws-search-result .aws_result_price {
  font-size: 0.75rem;
  padding: 0;
}
/*# sourceMappingURL=main.css.map */
