@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  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 {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

html,
body {
  height: 100%;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

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

.row:before,
.row:after {
  display: inline-block;
}

.over {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.over-hidden {
  overflow: hidden;
}

.hidden {
  display: none;
}

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

.interface-interface-skeleton.is-sidebar-opened
  .block-editor-block-list__block {
  max-width: initial;
}

html:where(.wp-block) {
  margin-bottom: 28px;
}

.row-equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-equal-height > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.has-white-color a {
  color: #fff;
}

.has-small-font-size {
  font-size: 16px !important;
}

.has-medium-font-size {
  font-size: 18px !important;
}

.has-large-font-size {
  font-size: 24px !important;
}

h1,
.h1 {
  font-size: 50px;
  font-style: normal;
  line-height: 110%;
  margin-bottom: 22px;
  color: #000;
}

h2,
.h2 {
  font-size: 30px;
  font-style: normal;
  line-height: 110%;
  color: #000;
  margin-bottom: 30px;
}

h3,
.h3 {
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
  color: #000;
  margin-bottom: 30px;
}

h4,
.h4 {
  font-size: 24px;
  font-style: normal;
  line-height: 120%;
  color: #000;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin-bottom: 20px;
}

p a {
  color: #000;
  font-weight: 600;
}

p a:hover {
  color: #00adef;
}

html,
body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-block-embed-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: static;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mr-4 {
  margin-right: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

/*================== bts ======================*/

.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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 7px 28px;
  border-radius: 8px;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}

.btn--orange {
  background: #fe6726;
}

.btn--orange span {
  color: #fff;
}

.btn--orange:hover {
  background: #f04901;
}

.btn--green {
  background: #006965;
}

.btn--green span {
  color: #fff;
}

.btn--green:hover {
  background: #003634;
}

.btn--lg {
  padding: 20px;
  border-radius: 10px;
}

.btn--lg span {
  font-size: 22px;
}

.btn--wide {
  width: 100%;
}

/*================== bts ======================*/

.input-icon {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding: 10px 10px 10px 70px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.input-icon input::-webkit-input-placeholder {
  color: #acacac;
}

.input-icon input::-moz-placeholder {
  color: #acacac;
}

.input-icon input:-moz-placeholder {
  color: #acacac;
}

.input-icon input:-ms-input-placeholder {
  color: #acacac;
}

.input-icon select {
  width: 100%;
  border: 0;
  height: 100%;
  color: #acacac;
}

.input-icon__icon {
  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;
  position: absolute;
  top: 0;
  left: 0;
  color: #b2b2b2;
  height: 100%;
  width: 47px;
  font-size: 18px;
  border-right: 1px solid #e6e6e6;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins;
}

body.wp-admin {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.header-top {
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.header-top__wrap {
  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;
}

.header-menu-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
}

.header-menu-top__wrap .menu-item a {
  color: #1f1f1f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-menu-top__wrap .menu-item a:hover {
  color: #d50057;
}

.header {
  background: #fff;
  position: relative;
}

.header__wrap {
  padding: 12px 0;
  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;
}

.header__search-input {
  color: #1f1f1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.9px;
  outline: none;
  background: transparent;
  border: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: 195px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.header__search-input::-webkit-input-placeholder {
  color: #c0bfbf;
}

.header__search-input::-moz-placeholder {
  color: #c0bfbf;
}

.header__search-input:-moz-placeholder {
  color: #c0bfbf;
}

.header__search-input:-ms-input-placeholder {
  color: #c0bfbf;
}

.header__search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 18px 6px 18px 20px;
  border-top: 1px solid #e2e2e2;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.header__search-form[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header__hamburger,
.header__search-close,
.header__search,
.header__my-account {
  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: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.header__search path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__search:hover path {
  stroke: #d50057;
}

.header__search.hide {
  display: none;
}

.header__my-account path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__my-account:hover path {
  fill: #d50057;
}

.header__search-close path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__search-close:hover path {
  fill: #d50057;
}

.header__cart {
  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;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #62a83d;
}

.header__cart path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__cart:hover path {
  stroke: #d50057;
}

.header__logo img {
  width: 50px;
}

.header .menu-header-menu-mobile-container {
  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: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.container-small {
  width: 100%;
  max-width: 750px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.header-swither {
  margin-left: 37px;
  position: relative;
}

.header-swither--mobile {
  margin-left: 0;
  padding: 15px;
  border-top: 1px solid #eee;
  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;
}

.header-swither__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.header-swither__current img {
  display: block;
  width: 27px;
  height: auto;
}

.header-swither a:hover {
  text-decoration: underline;
}

.header-swither__drop-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-swither__drop-icon img {
  display: block;
  width: 27px;
  height: auto;
}

.header-swither__drop-text {
  color: #1f1f1f;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.header-swither__drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  text-decoration: none;
  margin-bottom: 12px;
}

.header-swither__drop-item:last-child {
  margin-bottom: 0;
}

.header-swither__drop-down {
  padding-top: 12px;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  z-index: 2;
  background: #fff;
  min-width: 163px;
}

.header-swither__drop-down-wrap {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 15px 27px;
}

.header-swither__drop-down-wrap:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #dfdfdf;
  position: absolute;
  top: 8px;
  right: 20px;
}

.header-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 24px;
  gap: 22px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

.header-product__img {
  width: 86px;
  min-width: 86px;
  max-width: 86px;
}

.header-product__list {
  margin-bottom: 39px;
}

.header-product__title {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.27px;
}

.header-menu__close {
  margin-left: 35px;
  margin-bottom: 20px;
}

.header-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__wrap .menu-item {
  margin-right: 50px;
}

.header-menu__wrap .menu-item.current-menu-item > a {
  position: relative;
}

.header-menu__wrap .menu-item.current-menu-item > a:before {
  opacity: 1;
}

.header-menu__wrap .menu-item a {
  padding: 5px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #2b1e10;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  text-decoration: none;
}

.header-menu__wrap .menu-item a:hover {
  text-decoration: none;
  color: #d50057;
}

.header-menu__wrap .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 20px;
  z-index: 9;
  min-width: 200px;
}

.header-menu__wrap .menu-item .sub-menu .menu-item {
  color: #19293c;
  margin-bottom: 20px;
  margin-right: 0;
}

.header-menu__wrap .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

.header-menu__wrap .menu-item.menu-item-has-children {
  position: relative;
}

.header-menu__wrap .menu-item.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-menu__wrap .menu-item.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 14px;
  height: 6px;
  margin-left: 7px;
  background: url("../../img/chevron-down.svg") center/contain no-repeat;
}

.header-menu .mega-menu-item-61 .mega-menu-column {
  background: #fff !important;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.header-menu .mega-menu-item-61 .mega-menu-column .product_list_widget > li {
  border-bottom: 1px solid #eee;
}

.header-menu .mega-menu-item-61 .mega-menu-column .product_list_widget a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #252525;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 96.3%;
  /* 17.334px */
  letter-spacing: -0.27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-menu .mega-menu-item-61 .mega-menu-column .product_list_widget a:hover {
  color: #d50057;
}

.header-menu
  .mega-menu-item-61
  .mega-menu-column
  .product_list_widget
  a
  picture {
  width: 85px;
  height: 85px;
  min-width: 85px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 22px;
}

.header-menu .mega-menu-item-61 .mega-menu-column .mega-block-title,
.header-menu .mega-menu-item-61 .mega-menu-column .woocommerce-Price-amount,
.header-menu .mega-menu-item-61 .mega-menu-column .bos4w-or-subscribe {
  display: none !important;
}

.footer {
  background: #132741;
  color: #fff;
  padding: 48px 0;
}

.footer__logo {
  display: block;
  margin-bottom: 48px;
}

.footer__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__contact a:hover {
  color: #d50057;
}

.footer__contact img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.footer h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer li {
  margin-bottom: 16px;
  padding-left: 0;
}

.footer li:last-child {
  margin-bottom: 0;
}

.footer a {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer a:hover {
  color: #d50057;
}

.social-links {
  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;
}

.social-links a {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}

.social-links a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none !important;
}

.social-links img {
  width: 24px;
  height: auto;
  margin-right: 16px;
}

.footer-bottom {
  padding: 48px 0 0px;
}

.copyright {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.woo-page-wrap {
  padding: 40px 0;
}

.woo-page-wrap .products.columns-2 {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-breadcrumb {
  margin-bottom: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #1f1f1f;
  text-transform: uppercase;
}

.woocommerce-breadcrumb a {
  color: #1f1f1f;
  font-weight: 400;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  color: #1f1f1f;
  font-size: 14px;
}

.woo-page-header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.woo-page-header h1 {
  color: #1f1f1f;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.9px;
}

.woocommerce-shop .woocommerce-breadcrumb {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .button {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
  border-radius: 30px;
  background: #d50057;
  padding: 10px 25px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.woocommerce ul.products li.product .button:hover {
  background: #a20042;
}

.woocommerce ul.products li.product .price {
  color: #318200;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  text-align: center;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .price del {
  color: #525252;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #1f1f1f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 166%;
  letter-spacing: -0.9px;
  margin-bottom: 14px;
}

.blog-box-header {
  padding: 40px 0 50px;
}

.blog-box-header__title {
  color: #282727;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 20px;
}

.blog-box-header__text {
  color: #282727;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.09px;
}

.blog-box-header .breadcrumbs {
  margin-bottom: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #1f1f1f;
  text-transform: uppercase;
  max-width: 1018px;
  margin-left: auto;
  margin-right: auto;
}

.blog-box-header .breadcrumbs a {
  color: #1f1f1f;
  font-weight: 400;
  text-decoration: none;
}

.blog-box-header .breadcrumbs a:hover {
  text-decoration: underline;
}

.blog-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: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  text-decoration: none;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  margin-bottom: 26px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.blog-card:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.blog-card__list {
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
}

.blog-card__header {
  border-radius: 10px 10px 0px 0px;
  background: #ff8d0c;
  padding: 12px 17px;
}

.blog-card__title {
  border-radius: 10px;
  background: #fff;
  padding: 12px 17px;
  color: #282727;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 122.3%;
  letter-spacing: -0.72px;
  min-height: 82px;
}

.blog-card__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-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 12px 15px;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
}

.blog-card__row {
  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: 12px;
  margin-bottom: 15px;
}

.blog-card__cat {
  color: #132741;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075px;
  border-radius: 5px;
  background: #e6edf6;
  padding: 10px 6px;
}

.blog-card__date {
  color: #282727;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.075px;
}

.blog-card__text {
  color: #595959;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%;
  letter-spacing: 0.09px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.pagintion-box {
  text-align: center;
  max-width: 1116px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-top: 20px;
}

.pagintion-box .nav-links {
  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;
}

.pagintion-box .page-numbers {
  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;
  color: #282727;
  padding: 5px;
  text-decoration: none;
  background: #e6edf6;
  border-radius: 50%;
  min-width: 33px;
  height: 33px;
  margin: 0 3px 3px;
}

.pagintion-box .page-numbers.current {
  background: #d50057;
  color: #fff;
}

.pagintion-box a.page-numbers {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagintion-box a.page-numbers:hover {
  background: #c1d2e9;
}

.single-post-wrap {
  max-width: 717px;
  margin: 0 auto;
  padding: 0 12px;
}

.single-post-wrap .container {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link:hover {
  opacity: 0.7;
}

.single-post-header {
  background: #f6f7f8;
  padding: 20px 0;
}

.single-post-header h1 {
  color: #1f1f1f;
  font-size: 38px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -1.9px;
  padding-left: 12px;
}

.single-post-header .breadcrumbs {
  margin-bottom: 36px;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #292925;
  text-transform: uppercase;
}

.single-post-header .breadcrumbs a {
  color: #292925;
  font-weight: 400;
  text-decoration: none;
}

.single-post-header .breadcrumbs a:hover {
  text-decoration: underline;
}

.star-raiting {
  color: #ffd600;
}

.star-raiting i {
  padding: 0 2px;
}

.star-raiting i:first-child {
  padding-left: 0;
}

.star-raiting i:last-child {
  padding-right: 0;
}

.arrow-btn {
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(../img/arrow_btn.svg) no-repeat center center;
}

.banner-light {
  width: 100%;
  background: #f6f3f0;
}

.banner-light__row {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-light__image {
  width: 223px;
  height: 223px;
  overflow: hidden;
}

.banner-light__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-light__content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.banner-light__content span {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.banner-light__button {
  margin-top: 15px;
}

.banner-light__button a {
  display: inline-block;
  padding: 10px 15px;
  background: #1b1b1b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 16px;
  cursor: pointer;
}

.banner-appeal__row {
  width: 100%;
  background: #daccf8;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  padding: 33px 43px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-appeal__image {
  width: 278px;
  height: auto;
  position: relative;
  top: 3px;
}

.banner-appeal__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.banner-appeal__content {
  max-width: 343px;
  width: 100%;
}

.banner-appeal__content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -5%;
  color: #4400dd;
  margin-bottom: 15px;
}

.banner-appeal__content span {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #1f1f1f;
}

.icon-help {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/help.svg) no-repeat center center;
  cursor: pointer;
  margin-left: 5px;
}

.notice-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/information.svg) no-repeat center center;
  margin-right: 8px;
}

.angle-cart {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/angle-cart.svg) no-repeat center center;
}

.color-circle {
  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;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 3px;
}

.color-circle span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.custom-section-header {
  clear: both;
  /* Це забезпечить коректне розміщення секцій */
  margin-bottom: 15px;
}

.custom-section-header h4 {
  margin-top: 20px;
  /* Забезпечує простір перед заголовком */
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper > div {
  margin-bottom: 20px;
  /* Відступи між секціями для уникнення зсувів */
}

.wc-block-cart__submit
  .wc-block-cart__submit-container
  .wc-block-cart__submit-button {
  padding: 10px 25px;
  border-radius: 30px;
  background: #d50057;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wc-block-cart__submit
  .wc-block-cart__submit-container
  .wc-block-cart__submit-button:hover {
  background: #a20042;
}

.wc-block-components-checkout-place-order-button {
  padding: 10px 25px;
  border-radius: 30px;
  background: #d50057;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
  -webkit-transition: background 0.3s !important;
  transition: background 0.3s !important;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wc-block-components-checkout-place-order-button:hover {
  background: #a20042;
}

.wc-block-components-totals-wrapper.slot-wrapper {
  border-top: 0;
}

.wp-block-woocommerce-cart {
  padding: 80px 0;
}

.wp-block-woocommerce-checkout {
  padding-top: 80px !important;
}

.product-single__description--content h2 {
  text-transform: uppercase;
}

.small-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.block-btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  background: #d50057;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  padding: 0 25px;
}

.archive .product .wc-forward {
  display: none !important;
}

.product-single__image {
  width: 100%;
  padding: 0 90px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-single__raiting {
  width: 100%;
  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;
}

.product-single__thumb {
  margin-top: 65px;
}

.product-single__icons {
  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;
}

.product-single__icons--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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 105px;
  text-align: center;
  margin: 0 5px;
}

.product-single__icons--item:first-child {
  margin-left: 0;
}

.product-single__icons--item:last-child {
  margin-right: 0;
}

.product-single__gallery {
  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;
  margin-top: 30px;
}

.product-single__gallery--item {
  width: calc(50% - 14px);
  overflow: hidden;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-single__gallery--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-single__description {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.product-single__description--item {
  width: 47%;
}

.product-single__description--image {
  max-width: 540px;
  float: right;
}

.product-single__description--image:after {
  content: "";
  display: block;
  clear: both;
}

.product-single__description--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product-single__description--content {
  font-family: "Poppins", sans-serif;
  padding-right: 177px;
}

.product-single__description--content h2 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 50px;
}

.product-single__description--content p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #282727;
  line-height: 1.6;
  margin-bottom: 30px;
}

.related-products .columns-4 {
  width: 100% !important;
}

.related-product {
  width: calc(25% - 15px) !important;
  margin: 0 15px 15px 0 !important;
}

.related-product-wrap {
  color: #000;
}

.related-product-image {
  background: #f6f6f6;
}

.related-product h3 {
  font-size: 14px !important;
  text-align: left !important;
}

.related-product p {
  font-size: 14px;
  color: #757575;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

.related-product-raiting {
  font-size: 12px;
  text-align: left;
}

.related-product-raiting i {
  font-style: normal;
}

.related-product-price {
  font-size: 14px;
  text-align: left;
}

.related-product-price del {
  color: #757575;
}

.related-product-price ins {
  text-decoration: none;
  font-weight: 700;
}

.woocommerce div.product .product_title {
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
  color: #21272a;
  margin-bottom: 10px;
}

.woocommerce-product-details__short-description {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5%;
}

.product-attributes-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-attribute {
  margin-bottom: 15px;
}

.custom-radio-button {
  display: inline-block;
  margin-right: 10px;
}

.custom-radio-button input[type="radio"] {
  display: none;
}

.custom-radio-button label {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.custom-radio-button label:hover {
  background-color: #f0f0f0;
  border-color: #bbb;
}

.custom-radio-button input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.single-product .product .product-attribute label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.single-product .product .product-attribute label strong {
  font-weight: 700;
}

.single-product .product .product-attribute label .help-hint {
  display: none;
  position: absolute;
  bottom: 35px;
  left: 14px;
  max-width: 333px;
  padding: 30px 25px 38px;
  background: #fff;
  z-index: 5;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
}

.single-product .product .product-attribute label .help-hint:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: block;
}

.single-product .product .product-attribute label .help-hint:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 28px;
  border-width: 12px;
  border-style: solid;
  border-color: #dfdfdf transparent transparent transparent;
  display: block;
}

.top-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.top-price-block .sale-price {
  font-size: 28px;
  font-weight: bold;
  color: #d81b60;
}

.top-price-block .regular-price {
  font-size: 28px;
  font-weight: bold;
  color: #575757;
  text-decoration: line-through;
}

.top-price-block .subscription {
  display: inline-block;
  padding: 4px 6px;
  font-size: 9px;
  font-weight: 400;
  color: #d50057;
  border: 0.5px solid #d50057;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #fff;
}

.product-reviews {
  display: block;
  position: relative;
  padding: 30px 0;
}

.product-reviews h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.product-reviews__header {
  position: relative;
  width: 100%;
  padding-left: 30px;
  font-size: 14px;
}

.product-reviews__header .total-product-raiting {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.product-reviews__header p {
  font-size: 14px;
}

.product-reviews__body h4 {
  font-size: 16px;
  margin: 15px 0;
}

.product-reviews__body p {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
}

.color-selection-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.color-selection-dropdown {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/select_angle.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.palette {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.palette-wrap {
  width: 100%;
}

.palette-title {
  font-size: 16px;
  font-weight: 600;
  color: #282727;
  line-height: 22px;
  margin-bottom: 5px;
}

.palette-row {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.palette-row-wrap {
  width: 100%;
  overflow-x: auto;
}

.palette-item {
  width: 53px;
  height: 53px;
  margin: 0 3px 5px;
  cursor: pointer;
}

.palette-item__color {
  width: 100%;
  height: 100%;
  border: 3px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}

.woocommerce-product-gallery__image a {
  display: inline-block;
  position: relative;
  width: 548px;
  height: 466px;
}

.woocommerce-product-gallery__image .overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.images-col {
  min-width: 548px;
}

.related-articles {
  width: 100%;
  padding: 15px 0 25px;
}

.related-articles-scroll {
  width: 100%;
}

.related-articles h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 25px;
}

.related-articles-wrapper {
  width: 100%;
  min-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.related-articles-item {
  width: calc(33.3333333333% - 15px);
}

.related-articles-image {
  width: 100%;
  height: 224px;
  overflow: hidden;
  border-radius: 12px;
}

.related-articles-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.related-articles-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.related-articles-content {
  margin-top: 10px;
}

.related-articles-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 15px;
}

.related-articles-content h3 a {
  color: #000000;
  text-decoration: none;
}

.related-articles-content p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #757575;
}

.mini-cart {
  width: 100%;
  max-width: 700px;
  max-height: 100vh;
  position: fixed;
  background: #ffffff;
  top: 0;
  right: -800px;
  z-index: 100;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: auto;
}

.mini-cart.active {
  right: 0;
}

.mini-cart-bg {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.mini-cart-header {
  width: 100%;
}

.mini-cart-header-top {
  position: relative;
}

.mini-cart-header-top h2 {
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #020617;
}

.mini-cart-angle-cart {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.mini-cart-note {
  width: 100%;
  padding: 16px;
  background: #d6f1ff;
  border-radius: 12px;
}

.mini-cart-note strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #020617;
  margin-bottom: 10px;
}

.mini-cart-note p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #020617;
  margin-bottom: 0;
}

.mini-cart-item {
  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: 30px 0 !important;
}

.mini-cart-item:before {
  content: none !important;
}

.mini-cart-item:after {
  content: none !important;
}

.mini-cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mini-cart-thumb {
  width: 129px;
  height: 129px;
  overflow: hidden;
}

.mini-cart-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mini-cart-meta h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1f1f1f;
  margin-bottom: 0;
  padding-bottom: 4px;
}

.mini-cart-attributes p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #757575;
  margin-bottom: 0;
}

.mini-cart-attributes p strong {
  font-weight: bold;
}

.mini-cart .cart-item-colors {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-cart-price {
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
}

.mini-cart-footer {
  width: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 129px;
}

.mini-cart .mini-cart-remove .remove {
  display: inline !important;
  font-weight: 400;
  font-size: 14px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  color: #757575 !important;
}

.mini-cart .mini-cart-remove .remove:hover {
  background: transparent;
  text-decoration: underline;
}

.mini-cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-cart-quantity .quantity-minus,
.mini-cart-quantity .quantity-plus {
  display: block;
  width: 25px;
  height: 24px;
}

.mini-cart-quantity .quantity-minus {
  background: url(../img/minus.svg) no-repeat center center;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  border-left: 1px solid #757575;
  border-right: none;
  border-radius: 6px 0 0 6px;
}

.mini-cart-quantity .quantity-plus {
  background: url(../img/plus.svg) no-repeat center center;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  border-left: none;
  border-right: 1px solid #757575;
  border-radius: 0 6px 6px 0;
}

.mini-cart-qty {
  width: 24px;
  height: 24px;
  border: 1px solid #757575;
  text-align: center;
}

.mini-cart .woocommerce-mini-cart__total {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mini-cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
  color: #757575;
}

.mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: bold;
  color: #1f1f1f;
}

.mini-cart .button.checkout {
  display: block;
  width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 30px;
  background: #d50057;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mini-cart .button.checkout:hover {
  background: #d50057;
  color: #ffffff !important;
  opacity: 0.7;
}

.mini-cart-empty {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 690px;
}

.mini-cart-empty-text {
  text-align: center;
}

.mini-cart-empty-text h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 10px;
}

.mini-cart-empty-text span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}

.mini-cart-emoji {
  width: 150px;
  height: 130px;
  margin-bottom: 60px;
}

.mini-cart-emoji img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.checkout-cart-items {
  width: 100%;
}

.checkout-cart-items p {
  margin-bottom: 0;
}

.checkout-cart-items .checkout-cart-item {
  width: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-cart-items .checkout-cart-item h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.checkout-cart-items .checkout-cart-item .checkout-cart-price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
}

.checkout-cart-items .checkout-cart-info {
  width: 100%;
  margin-bottom: 30px;
}

.checkout-cart-items .checkout-cart-info .checkout-cart-attributes-item {
  list-style-type: none;
}

.checkout-cart-items .checkout-cart-info .checkout-cart-attributes-item p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  margin-bottom: 10px;
}

.checkout-cart-items
  .checkout-cart-info
  .checkout-cart-attributes-item
  p
  strong {
  font-weight: bold;
}

.checkout-cart-items .checkout-item-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-section-header h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #1f1f1f;
  margin-bottom: 15px;
}

.woocommerce-shipping-fields {
  /* display: none; */
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #64748b;
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
  width: 100%;
  float: none;
}

.woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  width: 100%;
  float: none;
}

.woocommerce form .form-row input {
  width: 100%;
  height: 45px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #020617;
}

.woocommerce form .form-row input::-webkit-input-placeholder {
  color: #020617;
}

.woocommerce form .form-row input::-moz-placeholder {
  color: #020617;
}

.woocommerce form .form-row input:-ms-input-placeholder {
  color: #020617;
}

.woocommerce form .form-row input::-ms-input-placeholder {
  color: #020617;
}

.woocommerce form .form-row input::placeholder {
  color: #020617;
}

.woocommerce form .form-row .select2-container .selection .select2-selection {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #020617;
}

.woocommerce
  form
  .form-row
  .select2-container
  .selection
  .select2-selection
  .select2-selection__rendered {
  line-height: 45px;
  padding: 0 15px;
}

.woocommerce-input-wrapper select {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #020617;
  line-height: 45px;
  padding: 0 15px;
}

.woocommerce-additional-fields__field-wrapper {
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ffffff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #ffffff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: none;
}

.wc_payment_methods label {
  font-weight: 600;
  font-size: 16px;
}

.wc_payment_methods p {
  font-size: 14px;
  font-weight: 400;
}

.place-order button[type="submit"] {
  width: 100%;
  height: 56px;
  border-radius: 30px;
  background-color: #d50057 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.place-order button[type="submit"]:hover {
  opacity: 0.7;
}

.checkout-cart {
  width: 100%;
  max-width: 700px;
  max-height: 100vh;
  position: fixed;
  background: #ffffff;
  top: 0;
  right: -800px;
  z-index: 100;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: auto;
}

.checkout-cart.active {
  right: 0;
}

.m-acc {
  padding: 33px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 702px;
}

.m-acc__title {
  color: var(--color-grey-black, #000);
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.m-acc__wl-back {
  color: var(--color-grey-grey-800, #1f1f1f);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
}

.m-acc__name {
  color: var(--color-grey-grey-800, #1f1f1f);
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -4px;
  margin-bottom: 20px;
}

.m-acc__text {
  margin-top: 40px;
  color: var(--color-grey-grey-800, #1f1f1f);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 339.13% */
  letter-spacing: -1.15px;
}

.m-acc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0;
}

.m-acc-tabs__btn {
  color: var(--color-grey-grey-800, #1f1f1f);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
  letter-spacing: -1px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.m-acc-tabs__btn:hover {
  color: #f1119d;
}

.m-acc-tabs__btn.active {
  border-color: #f1119d;
}

.m-acc-tabs__content {
  display: none;
}

.m-acc-tabs__content.active {
  display: block;
}

.m-acc-sub-status {
  border-radius: 12px;
  background: #ffeaf7;
  padding: 16px 16px 16px 48px;
  position: relative;
  margin-bottom: 48px;
}

.m-acc-sub-status:before {
  content: "";
  display: block;
  background: 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 fill-rule='evenodd' clip-rule='evenodd' d='M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12 16C11.4477 16 11 15.5523 11 15V12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12V15C13 15.5523 12.5523 16 12 16ZM12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7Z' fill='%23FE35B3'/%3E%3C/svg%3E")
    center/contain no-repeat;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.m-acc-sub-status__title {
  color: var(--notification-notification-text-color, #020617);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}

.m-acc-sub-status__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.m-acc-sub-status__item p {
  margin-bottom: 0;
  color: var(--notification-notification-text-color, #020617);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%;
}

.m-acc-order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e2e2e2;
}

.m-acc-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(212, 218, 201, 0.16);
  gap: 16px;
  padding: 16px 0px 16px 12px;
  text-decoration: none;
  color: #020617;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  cursor: pointer;
}

.m-acc-order__item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.m-acc-order__item.green {
  background: rgba(137, 194, 37, 0.16);
}

.m-acc-order__number {
  color: var(--line-item-line-item-text-color, #020617);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.m-acc-order__text {
  color: var(--line-item-line-item-subtext-color, #64748b);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.m-acc-order__img {
  width: 40px;
  min-width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.m-acc-order__col-1 {
  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: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.m-acc-order__col-2 {
  text-align: right;
  padding-right: 40px;
  position: relative;
}

.m-acc-order__col-2:after {
  content: "";
  display: block;
  position: absolute;
  background: 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='M9 18L15 12L9 6' stroke='%23020617' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-acc-det__title {
  color: var(--Colors-grey-grey-800, var(--color-grey-grey-800, #1f1f1f));
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.m-acc-det__input-wrap {
  position: relative;
}

.m-acc-det__row {
  margin-bottom: 16px;
  width: 100%;
}

.m-acc-det__row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}

.m-acc-det__edit {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  background: 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='M13.0206 5.82843L15.849 3L20.7987 7.94975L17.9703 10.7781L13.0206 5.82843ZM13.0206 5.82843L3.41398 15.435C3.22645 15.6225 3.12109 15.8769 3.12109 16.1421V20.6776H7.65662C7.92184 20.6776 8.17619 20.5723 8.36373 20.3847L17.9703 10.7781L13.0206 5.82843ZM13.0206 5.82843L17.9703 10.7781L13.0206 5.82843Z' fill='%23F2F4F8'/%3E%3Cpath d='M13.0206 5.82843L17.9703 10.7781M13.0206 5.82843L15.849 3L20.7987 7.94975L17.9703 10.7781L13.0206 5.82843ZM13.0206 5.82843L3.41398 15.435C3.22645 15.6225 3.12109 15.8769 3.12109 16.1421V20.6776H7.65662C7.92184 20.6776 8.17619 20.5723 8.36373 20.3847L17.9703 10.7781L13.0206 5.82843Z' stroke='%2321272A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
  outline: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.m-acc-det__edit:hover {
  background: 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='M13.0206 5.82843L15.849 3L20.7987 7.94975L17.9703 10.7781L13.0206 5.82843ZM13.0206 5.82843L3.41398 15.435C3.22645 15.6225 3.12109 15.8769 3.12109 16.1421V20.6776H7.65662C7.92184 20.6776 8.17619 20.5723 8.36373 20.3847L17.9703 10.7781L13.0206 5.82843ZM13.0206 5.82843L17.9703 10.7781L13.0206 5.82843Z' fill='%23F2F4F8'/%3E%3Cpath d='M13.0206 5.82843L17.9703 10.7781M13.0206 5.82843L15.849 3L20.7987 7.94975L17.9703 10.7781L13.0206 5.82843ZM13.0206 5.82843L3.41398 15.435C3.22645 15.6225 3.12109 15.8769 3.12109 16.1421V20.6776H7.65662C7.92184 20.6776 8.17619 20.5723 8.36373 20.3847L17.9703 10.7781L13.0206 5.82843Z' stroke='%23F1119D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.m-acc-det__edit.active {
  display: block;
}

.m-acc-det__save {
  display: none;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  padding: 0 30px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  border: 0;
  outline: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.m-acc-det__save:hover {
  background: #f1119d;
}

.m-acc-det__save.active {
  display: block;
}

.m-acc-det input {
  width: 100%;
  border-radius: 8px;
  border-bottom: 1px solid #c1c7cd;
  background: #f2f4f8;
  padding: 16px 12px;
  outline: none;
  border: 0;
  color: #697077;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.m-acc-det input::-webkit-input-placeholder {
  color: #697077;
}

.m-acc-det input::-moz-placeholder {
  color: #697077;
}

.m-acc-det input:-ms-input-placeholder {
  color: #697077;
}

.m-acc-det input::-ms-input-placeholder {
  color: #697077;
}

.m-acc-det input::placeholder {
  color: #697077;
}

.m-acc-det label {
  display: block;
  color: #21272a;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 4px;
}

.m-acc-ord {
  padding: 80px 0 16px;
  margin-bottom: 70px;
  border-bottom: 1px solid #e2e2e2;
}

.m-acc-ord__my-back {
  margin-bottom: 30px;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  background: transparent;
  width: 100%;
  border: 0;
  outline: none;
}

.m-acc-ord__my-back svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-acc-ord__number {
  color: #1f1f1f;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.m-acc-ord__product {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  max-width: 343px;
}

.m-acc-ord__price,
.m-acc-ord__title {
  color: #1f1f1f;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.m-acc-ord__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  max-width: 343px;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.m-acc-ord__param.gray {
  color: #757575;
}

.m-acc-ord__param strong {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.m-acc-ord__param .color-circle {
  margin-top: 3px;
}

.m-acc-ord__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border: 0;
  outline: none;
  background: transparent;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  color: #1f1f1f;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 60px;
}

.m-acc-ord__back path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.m-acc-ord__back:hover {
  color: #f1119d;
}

.m-acc-ord__back:hover path {
  stroke: #f1119d;
}

@media only screen and (min-width: 768px) {
  .blog-card__title span {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
}

@media only screen and (min-width: 992px) {
  .header__search-form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static;
    border-top: 0;
    padding: 6px 0;
  }

  .header__search-form .header__search-input {
    display: none;
  }

  .header__search-form.active {
    border-bottom: 2px solid #b8b8b8;
  }

  .header__search-form.active .header__search-input {
    display: block;
  }

  .header__hamburger {
    display: none;
  }

  .header__search-close {
    display: none;
  }

  .header__logo img {
    width: auto;
  }

  .header-swither--mobile {
    display: none !important;
  }

  .header-product__list {
    display: none;
  }

  .header-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-left: 20px;
  }

  .header-menu .menu-header-menu-mobile-container {
    display: none;
  }

  .header-menu__wrap .menu-item .sub-menu {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  }

  .footer .menu {
    margin-bottom: 24px;
  }

  .related-products h2 {
    padding-top: 30px;
  }

  .m-acc-ord__my-back {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .interface-interface-skeleton.is-sidebar-opened
    .interface-interface-skeleton__body {
    max-width: 100vw;
  }

  .interface-interface-skeleton.is-sidebar-opened
    .interface-complementary-area {
    width: 350px;
  }

  .interface-interface-skeleton.is-sidebar-opened
    .interface-interface-skeleton__content {
    max-width: calc(100% - 350px);
  }
}

@media only screen and (min-width: 1401px) {
  .header-menu {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 1500px) {
  .interface-interface-skeleton.is-sidebar-opened
    .interface-interface-skeleton__content {
    max-width: calc(100% - 450px);
  }

  .interface-interface-skeleton.is-sidebar-opened
    .interface-complementary-area {
    width: 450px;
  }
}

@media only screen and (min-width: 1501px) {
  .container {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 1622px) {
  .container {
    max-width: 1540px;
  }
}

@media only screen and (max-width: 1440px) {
  .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
    height: auto;
  }

  .product-single__image {
    padding: 0 !important;
  }

  .product-single__description--content {
    padding-right: 0;
  }
}

@media (max-width: 1440px) {
  .woocommerce-product-gallery__image a {
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media only screen and (max-width: 1400px) {
  .header-menu__wrap .menu-item {
    margin-right: 20px;
  }

  .header-menu__wrap .menu-item a {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .product-single__description--content {
    padding-right: 15px;
  }
}

@media (max-width: 1399px) {
  .product-single__image {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h1 br,
  .h1 br {
    display: none;
  }

  h2,
  .h2 {
    margin-bottom: 15px;
    font-size: 38px;
  }

  h2 br,
  .h2 br {
    display: none;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  h3 br,
  .h3 br {
    display: none;
  }

  h4 br,
  .h4 br {
    display: none;
  }

  .footer__col {
    margin-bottom: 30px;
  }

  .product-single__image {
    height: auto !important;
  }

  .product-single__gallery--item {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .product-single__image {
    max-width: 548px;
    margin: 0 auto !important;
  }

  .images-col {
    min-width: auto;
    width: 100% !important;
  }

  .summary {
    max-width: 600px;
    margin: 0 auto;
    width: 100% !important;
    float: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .has-large-font-size {
    font-size: 18px !important;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 10px;
  }

  .header-top {
    display: none !important;
  }

  .header__wrap {
    padding: 6px 0;
  }

  .header__buttons {
    gap: 18px;
  }

  .header__my-account {
    display: none;
  }

  .header-swither__drop-down {
    top: inherit;
    bottom: 100%;
    right: 15px;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }

  .header-swither__drop-down-wrap:before {
    top: inherit;
    bottom: 6px;
    border-bottom: 0;
    border-top: 5px solid #dfdfdf;
    right: 9px;
  }

  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 323px;
    height: 100vh;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 9;
    background: #fff;
    padding-top: 20px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
  }

  .header-menu.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .header-menu .menu-header-menu-container {
    display: none;
  }

  .header-menu__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-menu__wrap .menu-item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 28px;
  }

  .header-menu__wrap .menu-item a {
    font-size: 18px;
    line-height: 30px;
    color: #1f1f1f;
  }

  .header-menu__wrap .menu-item .sub-menu {
    position: static;
  }

  .header-menu__wrap .menu-item .sub-menu .menu-item {
    padding: 0;
  }

  .header-menu__wrap .menu-item.menu-item-has-children > a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu__wrap .menu-item.menu-item-has-children > a:after {
    width: 15px;
    height: 7px;
  }

  .footer {
    padding: 74px 0 34px;
  }

  .footer__logo {
    margin-bottom: 74px;
  }

  .social-links img {
    width: 39px;
    margin-right: 28px;
  }

  .woocommerce-breadcrumb {
    margin-bottom: 15px;
  }

  .blog-box-header .breadcrumbs {
    margin-bottom: 15px;
  }

  .single-post-header h1 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1.5px;
  }

  .single-post-header .breadcrumbs {
    margin-bottom: 36px;
  }

  .banner-light {
    background: #fff;
  }

  .banner-light__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background: #f6f3f0;
    padding: 40px 20px;
  }

  .banner-light__image {
    width: 263px;
    height: 263px;
  }

  .banner-appeal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px 20px 0;
  }

  .banner-appeal__image {
    width: 100%;
  }

  .banner-appeal__content h3 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    line-height: 95%;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }

  .banner-appeal__content span {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
  }

  .wp-block-woocommerce-cart {
    padding: 40px 0 0;
  }

  .wp-block-woocommerce-checkout {
    padding-top: 40px !important;
  }

  .summary.entry-summary {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0 !important;
  }

  .summary.entry-summary .supscribtion-simple {
    max-width: 100%;
  }

  .summary.entry-summary .one-time-purchase-simple {
    max-width: 100%;
    margin-left: 0;
  }

  .summary.entry-summary .buy-now {
    max-width: 100%;
  }

  .summary.entry-summary .product_title.entry-title {
    font-size: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 30px;
  }

  .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
  }

  .woocommerce-product-gallery__image a {
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  .product-single__gallery {
    display: none;
  }

  .product-single__description {
    padding-top: 0;
  }

  .product-single__description--item {
    width: 100%;
  }

  .product-single__description--image {
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .product-single__description--content h2 {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .product-single__description--content p {
    margin-bottom: 10px;
  }

  .product-single__icons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-single__thumb {
    margin-top: 0;
  }

  .supscribtion-simple-btn.subscription-btn {
    font-size: 16px;
    line-height: 23px;
  }

  .supscribtion-simple-btn.yellow {
    font-size: 16px;
    line-height: 23px;
  }

  .supscribtion-simple-btn.simple-btn {
    font-size: 16px;
    line-height: 23px;
  }

  .related-products {
    padding-top: 30px;
  }

  .related-products h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .product-reviews__header {
    padding-left: 0;
  }

  .m-acc__header.mobile-hidden {
    display: none;
  }

  .m-acc__name {
    font-size: 50px;
  }

  .m-acc__text {
    font-size: 17px;
  }

  .m-acc-det__row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .m-acc-ord {
    margin-bottom: 60px;
    padding: 34px 0 16px;
  }

  .m-acc-ord__number {
    padding-left: 25px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  .woocommerce-product-gallery__image a {
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-product-gallery__image a {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .product-single__description--item {
    width: 100%;
    margin-bottom: 15px;
  }

  .woocommerce-product-gallery__image a {
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media (max-width: 750px) {
  .related-articles-scroll {
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .related-articles-scroll::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .footer {
    padding: 74px 30px 34px;
  }

  .footer__col {
    margin-bottom: 24px;
  }

  .footer__col--social {
    margin-top: 36px;
  }

  .footer li {
    margin-bottom: 24px;
  }

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

  .copyright {
    text-align: center;
  }

  .woocommerce ul.products.columns-2 li.product {
    margin-right: 0;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 30px;
  }

  .banner-light__content {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  .product-single__icons--item {
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  .related-product {
    width: calc(50% - 15px) !important;
  }
}

@media only screen and (max-width: 360px) {
  .product-single__icons--item span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .footer a {
    font-size: 14px;
  }
}



.home-product-list__wrap .woocommerce ul.products li:last-child;{margin-right:0px !important;}

.closecart, #carret_your_cart {
    z-index: 9999999 !important;
}
p.zip-container {
    display: none;
}

.single-product .banner-light__button a {
    text-decoration: none;
}

span.color_name {
    font-weight: 400;
    margin-left: 3px;
}

input#rememberme {
    width: 20px;
    height: 20px;
}
.woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide) {
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    order: 2;
    margin-left: 15px;
    gap: 6px;
}
p.woocommerce-LostPassword.lost_password {
    margin-top: 50px;
}
.woocommerce-lost-password .woocommerce {
    padding-top: 50px;
    padding-bottom: 50px;
}
.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row {
    width: 100%;
}
.woocommerce-message {
    outline: unset;
}

p.order-value {
    display: flex;
    align-items: center;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
  max-width:400px !important;
}
ul.mega-sub-menu{
  left : 0px !important;
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 100%;
  }
}
.star-raiting i.fa-star-half-alt.fas:last-child {
  font-size: 14.5px !important;
  transform: translateY(-2.5px) !important;
}
.stamped-all-reviews{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}