input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /* The color here can't be transparent, so made it same as background color */
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #444 !important;
}

#shipping_country {
  text-transform: capitalize;
}

body.page-id-7 .woocommerce-message {
  margin-bottom: 15px;
}

.no-products__custom {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 120%;
  color: var(--black);
}

.sidebar .local-search {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar .local-search input {
  width: 95%;
}

.single-product .woocommerce-notices-wrapper {
  display: none;
}

#modal-remember .woocommerce-Button,
#modal-changePassword .woocommerce-Button {
  width: 100%;
  margin-top: var(--twenty);
}

#modal-changePassword .woocommerce-Button {
  margin-top: unset;
}

#modal-changePassword .clear {
  display: none;
}

#modal-remember .form-title,
#modal-changePassword .form-title {
  margin-bottom: var(--fourty);
}

#modal-remember p,
#modal-changePassword p {
  margin-bottom: 0px;
}

#modal-changePassword form {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.fancybox__content > .f-button.is-close-btn:hover svg path {
  stroke: var(--primary);
}

/* thankyou */

.woocommerce
  table.woocommerce-table.woocommerce-table--order-details
  .wc-item-meta
  li {
  display: flex;
  margin-bottom: 0px;
}

.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
  display: none;
}

.woocommerce table.woocommerce-table--custom-fields td,
.woocommerce table.woocommerce-table--custom-fields th {
  border: 1px solid var(--primary);
  text-align: left;
  padding: 5px;
  color: #1c1c1c;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  background: var(--white);
  text-align: left;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details td,
.woocommerce table.woocommerce-table.woocommerce-table--order-details th {
  border: 1px solid var(--primary);
  text-align: left;
  padding: 5px;
  color: #1c1c1c;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details thead th {
  color: white;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details thead {
  background: var(--primary);
}

.woocommerce form[name="checkout"] li input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: contents;
}

.need__shipping {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--twenty);
}

.woocommerce-checkout-payment .block__title {
  margin-bottom: var(--twenty);
}

.checkout .woocommerce-additional-fields {
  margin-top: var(--fifty);
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  padding: var(--fourty) var(--fifty);
}

.woocommerce form[name="checkout"] li label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 40px;
  border: 1px solid var(--gray);
  background-color: transparent;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.5s;
}

.woocommerce form[name="checkout"] li label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary);
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
  right: 24px;
  top: 19px;
  transition: all 0.5s;
}

.woocommerce form[name="checkout"] .one + label:before,
.woocommerce form[name="checkout"] li input:checked + label:before,
.woocommerce form[name="checkout"] .one + label:before,
.woocommerce form[name="checkout"] li:hover input + label:before {
  border-color: var(--primary);
}

.woocommerce form[name="checkout"] li input:checked + label:after,
.woocommerce form[name="checkout"] .one + label:after,
.woocommerce form[name="checkout"] li:hover input + label:after,
.woocommerce form[name="checkout"] .one + label:after {
  opacity: 1;
}

/* body.woocommerce-checkout .checkout li:has(input:checked),
body.woocommerce-checkout .checkout li:has(.one) {
  background: var(--primary) !important;
} */
/* 
body.woocommerce-checkout .checkout li:has(input:checked)>*,
body.woocommerce-checkout .checkout li:has(.one)>* {
  color: var(--card) !important;
} */

body.woocommerce-checkout .checkout li:has(input:checked) bdi,
body.woocommerce-checkout .checkout li:has(.one) bdi {
  color: var(--card);
}

.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: var(--thirty);
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .woocommerce
    form[name="checkout"]
    #customer_details
    .need__shipping
    #shipping_method,
  .woocommerce
    form[name="checkout"]
    #customer_details
    #payment
    ul.payment_methods {
    width: 100%;
  }
}

.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method
  li,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods
  li {
  min-width: 170px;
  min-height: 100px;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  display: flex;
  cursor: pointer;
}

.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method
  li:hover,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods
  li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
  background: var(--white);
}

@media (max-width: 500px) {
  .woocommerce
    form[name="checkout"]
    #customer_details
    .need__shipping
    #shipping_method
    li,
  .woocommerce
    form[name="checkout"]
    #customer_details
    #payment
    ul.payment_methods
    li {
    width: 100%;
  }
}

.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method
  label,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods
  label {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--twenty);
  position: relative;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  padding: var(--twenty);
  cursor: pointer;
}

.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method
  label,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods
  label,
.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method
  label
  bdi,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods
  label
  bdi,
.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method
  label
  bdi
  > *,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods
  label
  bdi
  > *,
.woocommerce
  form[name="checkout"]
  #customer_details
  .need__shipping
  #shipping_method
  .label-name,
.woocommerce
  form[name="checkout"]
  #customer_details
  #payment
  ul.payment_methods
  .label-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.checkout-edit__delivery {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  display: flex;
  width: 100%;
  border-radius: 10px;
}

.checkout-edit__delivery-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--fourty) var(--fifty);
  gap: var(--thirty);
}

.checkout-edit__delivery-info__holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--thirty);
}

@media (max-width: 700px) {
  .checkout-edit__delivery-info__holder {
    grid-template-columns: 1fr;
  }
}

.checkout-edit__delivery-contacts,
.checkout-edit__delivery-address {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  gap: var(--twenty);
}

.checkout-edit__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.checkout-edit__delivery-item {
  display: flex;
  flex-direction: row;
  gap: 5px 10px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .checkout-edit__delivery-item {
    flex-direction: column;
    gap: 2px 10px;
    align-items: flex-start;
  }
}

.checkout-edit__delivery-item__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
  flex-shrink: 0;
  margin-bottom: auto;
}

.checkout-edit__delivery-item__value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.checkout-edit__delivery-contacts__items,
.checkout-edit__delivery-delivery__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.checkout-edit__delivery-btn {
  margin-left: auto;
}

.checkout #billing_country_field,
.checkout #shipping_country_field,
#ship-to-different-address {
  display: none;
}

.checkout .form-input__holder,
.checkout .form-input__holder input {
  width: 100%;
}

.col2-set {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  gap: var(--fifty);
}

.col2-set p {
  margin-bottom: 0px;
}

.columns-checkout__outer {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: var(--fourty);
  /* margin-bottom: unset; */
  position: relative;
}

.columns-checkout__outer.hidden {
  height: 0px;
  overflow: hidden;
  padding: 0;
  /* margin-bottom: -33px; */
  /* display: none; */
  order: -1;
  position: absolute;
}

/* @media(max-width:800px) {
  .columns-checkout__outer.hidden {
    margin-bottom: -23px;
  }
}

@media(max-width:500px) {
  .columns-checkout__outer.hidden {
    margin-bottom: -13px;
  }
} */

.columns-checkout__btn-save {
  margin-top: var(--thirty);
  margin-left: auto;
}

.columns-checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--thirty);
}

@media (max-width: 600px) {
  .columns-checkout {
    grid-template-columns: 1fr;
  }
}

.checkout #order_review {
  position: sticky;
  top: 270px;
}

.checkout .block__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.checkout .woocommerce-billing-fields,
.checkout .woocommerce-shipping-fields,
.checkout .shipping_address,
.checkout .woocommerce-billing-fields__field-wrapper,
.checkout .col-2,
.checkout .col-2 .woocommerce-shipping-fields,
.checkout .shipping_address,
.checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

form.checkout {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
}

@media (max-width: 950px) {
  form.checkout {
    flex-direction: column-reverse;
  }

  #order_review {
    width: 100% !important;
    position: relative !important;
    top: unset !important;
  }
}

#order_review {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  width: 270px;
  flex-shrink: 0;
  height: fit-content;
  padding: var(--thirty) var(--twenty);
}

#order_review tfoot,
#order_review table {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#order_review .btn {
  width: 100%;
  margin-top: var(--thirtyFive);
}

#order_review .count_products {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
  margin-bottom: var(--fifteen);
}

#order_review .count_products th {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

#order_review .count_products td {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

#order_review .count_products,
#order_review .order-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#order_review .order-total {
  align-items: flex-start;
}

#order_review .order-total th {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

#order_review .order-total td,
#order_review .order-total td bdi,
#order_review .order-total td bdi > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
}

#order_review .order-total.regular {
  margin-bottom: var(--fifteen);
}

#order_review .order-total.regular th {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

#order_review .order-total.regular td,
#order_review .order-total.regular td bdi,
#order_review .order-total.regular td bdi > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
  color: var(--gray);
}

.userAuthorized-btn {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  height: fit-content;
  width: fit-content;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
}

.userAuthorized-sub__menu__name-holder {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  height: fit-content;
  width: fit-content;
}

.userAuthorized-btn__icon,
.userAuthorized-btn__icon svg,
.userAuthorized-btn__icon img {
  display: flex;
  width: 20px;
  height: 20px;
}

.userAuthorized-display__name-unique {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary);
  overflow-wrap: anywhere;
}

.userAuthorized-display__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary);
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.userAuthorized-sub__menu {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 2;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  width: max-content;
  height: auto;
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.userAuthorized-sub__menu a {
  pointer-events: none;
}

.userAuthorized-sub__menu-inner {
  padding: var(--thirty);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 15px var(--seventy);
  align-self: stretch;
}

.userAuthorized-sub__menu.active {
  opacity: 1;
  pointer-events: all;
}

.userAuthorized-sub__menu.active a {
  pointer-events: all;
}

.userAuthorized-btn__socials-holder {
  display: flex;
  flex-direction: column;
  max-width: 90px;
  width: 100%;
  gap: var(--twenty);
  flex-shrink: 0;
}

.userAuthorized-btn__socials-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.userAuthorized-btn__socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.userAuthorized-sub__menu-content {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  min-width: 130px;
  max-width: 180px;
}

@media (max-width: 360px) {
  .userAuthorized-sub__menu-content {
    max-width: 160px;
  }
}

.userAuthorized-sub__menu-nav {
  display: flex;
  flex-direction: column;
}

.userAuthorized-sub__menu-nav a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.userAuthorized-sub__menu-nav a:hover {
  color: var(--primary);
}

.edit-profile__delivery {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  width: 100%;
  display: flex;
}

.edit-profile__delivery .form-sub {
  margin-top: 0px;
}

.edit-profile__delivery-inner {
  padding: var(--fourty) var(--fifty);
  padding-bottom: var(--eighty);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.edit-profile__delivery-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
  margin-bottom: var(--twentyFive);
}

.edit-profile__delivery-form__outer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: var(--fifty);
}

.edit-profile__delivery-form__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
  margin-bottom: var(--twentyFive);
}

.edit-profile__delivery-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--twenty);
}

.edit-profile__delivery-form input,
.edit-profile__delivery-form .form-input__holder {
  width: 100%;
}

.edit-profile__delivery-current__items {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 5px;
}

.edit-profile__delivery-current__item {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  gap: 10px;
  align-items: center;
}

.edit-profile__delivery-current__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.edit-profile__delivery-current__item-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

@media (max-width: 700px) {
  .edit-profile__delivery-form {
    grid-template-columns: 1fr;
  }
}

.edit-profile__shipping-form__outer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: var(--fifty);
}

.edit-profile__shipping-form__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
  margin-bottom: var(--twentyFive);
}

.edit-profile__shipping-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--twenty);
}

.edit-profile__shipping-form input,
.edit-profile__shipping-form .form-input__holder {
  width: 100%;
}

@media (max-width: 700px) {
  .edit-profile__shipping-form {
    grid-template-columns: 1fr;
  }
}

.woocommerce-info,
.no-favorites {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
}

.edit-profile__shipping {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  width: 100%;
  display: flex;
}

.edit-profile__shipping-inner {
  padding: var(--fourty) var(--fifty);
  padding-bottom: var(--eighty);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.edit-profile__shipping-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
  margin-bottom: var(--twentyFive);
}

.edit-profile__shipping-current__items {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 5px;
}

.edit-profile__shupping-current__item {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  gap: 10px;
  align-items: center;
}

.edit-profile__shupping-current__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.edit-profile__shupping-current__item-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.form-sub {
  display: flex;
  margin-top: 10px;
  gap: 3px;
}

.form-sub,
.form-sub > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--gray);
}

.form-sub > * {
  color: var(--primary);
}

.edit-profile__password-section__btm-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.edit-profile__password-forgot {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
  cursor: pointer;
}

.edit-profile__password-forgot:hover {
  color: var(--primary);
}

.edit-profile__password-section {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  width: 100%;
  height: fit-content;
  display: flex;
}

.edit-profile__password-section__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--fourty);
  gap: var(--twenty);
}

.edit-profile__password-section__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.edit-profile__password-form {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.edit-profile__password-form,
.edit-profile__password-form input,
.edit-profile__password-form .form-input__holder {
  width: 100%;
}

.woocommerce #registrationForm,
.woocommerce #authorizationForm {
  width: 100%;
}

.form-title.non-auto {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.75rem);
  line-height: 120%;
  margin-bottom: 10px;
  color: var(--black);
}

.form-subtitle.non-auto {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px var(--twenty);
  flex-wrap: wrap;
}

.form-subtitle.non-auto,
.form-subtitle.non-auto > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.form-subtitle.non-auto > * {
  color: var(--primary);
  cursor: pointer;
}

.edit-profile__sections {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: var(--twenty);
}

.edit-profile__additional-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--thirty);
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .edit-profile__additional-sections {
    grid-template-columns: 1fr;
  }
}

.edit-profile__nickname-section {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  display: flex;
  width: 100%;
  height: fit-content;
}

.edit-profile__nickname-section__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--fourty) var(--fifty);
}

.edit-profile__nickname-section__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
  margin-bottom: var(--twenty);
}

.edit-profile__nickname-current {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: var(--thirty);
}

.edit-profile__nickname-current-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.edit-profile__nickname-current-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.edit-profile__nickname-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.edit-profile__nickname-form,
.edit-profile__nickname-form input,
.edit-profile__nickname-form .form-input__holder {
  width: 100%;
}

.radio-label {
  position: relative;
  /* Space for the hidden radio button */
  cursor: pointer;
  color: black;
  /* Default text color */
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
  /* Adjust font size as needed */
  margin-top: -12px;
}

.radio-label input {
  position: absolute;
  opacity: 0;
  /* Hide the radio button */
  cursor: pointer;
  /* Show pointer on hover */
}

.radio-label:has(input:checked) {
  color: orange;
  /* Change text color to orange when checked */
}

.radio-label:has(input:checked) {
  color: orange;
  /* Change text color to orange when checked */
}

/* account section */

.edit-profile__contacts-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: var(--twenty);
}

.edit-profile__contacts-form input,
.edit-profile__contacts-form .btn,
.edit-profile__contacts-form .form-input__holder {
  width: 100%;
}

@media (max-width: 600px) {
  .edit-profile__contacts-form {
    grid-template-columns: 1fr;
  }

  .edit-profile__contacts-form > *:nth-child(2) {
    order: -1;
  }
}

.edit-profile__contacts-form__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
}

.edit-profile__contacts-form__outer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twentyFive);
}

.edit-profile__contacts-section {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  display: flex;
  width: 100%;
}

.edit-profile__contacts-section__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--fourty) var(--fifty);
}

.edit-profile__contacts-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
  margin-bottom: var(--twentyFive);
}

.edit-profile__contacts-current {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: var(--fourty);
}

.edit-profile__contacts-current__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.edit-profile__contacts-current__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.edit-profile__contacts-current__item-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.view-order__info-list {
  padding: var(--fifty);
  padding-bottom: var(--fifty);
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
  flex-wrap: wrap;
}

.view-order__details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--stroke);
}

.view-order__info-item {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: var(--twenty);
  min-width: 320px;
}

.view-order__info-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
}

.view-order__info-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
}

.view-order__info-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.view-order__detail-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: var(--twenty);
  padding-bottom: var(--twenty);
  border-bottom: 1px solid var(--stroke);
  width: 100%;
}

.view-order__detail-item__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--fifty);
  padding-right: var(--fifty);
  flex-wrap: wrap;
  gap: 10px;
}

.view-order__detail-name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.view-order__detail-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.view-order__status {
  background: #f5f1ff;
  display: flex;
  width: fit-content;
  height: fit-content;
  text-align: center;
  padding: 10px var(--twentyFive);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 120%;
  color: var(--gray);
  border-radius: 10px;
}

.view-order__price bdi,
.view-order__price bdi > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary);
}

.view-order {
  width: 100%;
  display: flex;
  height: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
}

.view-order__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.view-order__products-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  padding: var(--fourty) var(--fifty);
  padding-bottom: var(--thirtyFive);
}

.view-order__products-list__head {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.view-order__head-name,
.view-order__head-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
}

.view-order__products {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.view-order__product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px var(--seventyFive);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
}

.view-order__product:last-child {
  padding-bottom: 0px;
  border-bottom: unset;
}

.view-order__product-name__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  gap: 15px;
}

.view-order__product-name {
  max-width: 530px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.view-order__product-name:hover {
  color: var(--primary);
}

.view-order__product-quantity {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.view-order__product-price bdi,
.view-order__product-price bdi > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.view-order__product-price {
  display: flex;
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .view-order__product-name__holder {
    width: 70%;
  }
}

@media (max-width: 380px) {
  .view-order__product-name__holder {
    width: 60%;
  }
}

.user-orders__holder {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.user-order {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 150px;
  display: none;
}

.user-order.active {
  display: flex;
}

.user-order__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--thirty);
  padding-top: var(--twenty);
  gap: var(--fifteen);
  justify-content: space-between;
}

.user-order__top-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--twenty);
  flex-wrap: wrap;
  align-items: center;
}

.user-order__title-holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.user-order__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.user-order__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.user-order__status {
  background: #f5f1ff;
  display: flex;
  width: fit-content;
  height: fit-content;
  text-align: center;
  padding: 10px var(--twentyFive);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 120%;
  color: var(--gray);
  border-radius: 10px;
}

.user-order__content-holder {
  display: flex;
  flex-direction: row;
  gap: var(--fifteen) var(--twenty);
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.user-order__products {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 5px;
}

.user-order__product {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.user-order__product-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.user-order__product-name:hover {
  color: var(--primary);
}

.user-order__product-amount {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.user-order__price-holder {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
}

.user-order__price-holder bdi,
.user-order__price-holder bdi > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

.woocommerce-account .woocommerce:not(.dgwt-wcas-suggestions-wrapp) {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--thirty);
}

.woocommerce-account .woocommerce-notices-wrapper {
  display: none;
}

.user-info__sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--thirty);
}

.user-info__section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
}

.user-info__section-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  gap: var(--fourtyFive);
  justify-content: space-between;
  padding: var(--thirty) var(--fourty);
}

.user-info__section-text__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.user-info__section-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  color: var(--black);
}

.user-info__section-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.user-info__section-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
  gap: var(--fourty);
  width: 100%;
}

@media (max-width: 1270px) {
  .woocommerce-account .woocommerce .sections-block .container {
    padding: 0 0 !important;
  }
}

@media (max-width: 1150px) {
  .woocommerce-account .woocommerce:not(.dgwt-wcas-suggestions-wrapp) {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .user-info__sections {
    grid-template-columns: 1fr;
  }
}

.swiper-slide {
  cursor: pointer;
}

body.error404 .error-number {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
  line-height: 120%;
  text-align: center;
  color: var(--primary);
  margin-top: var(--twenty);
  margin-bottom: var(--twenty);
}

body.error404 .error-outer {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}

.error-bread {
  color: var(--primary) !important;
}

body.error404 .error-holder {
  min-height: clamp(21.875rem, 19.625rem + 11.25vw, 33.125rem);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
}

@media (max-width: 800px) {
  body.error404 .error-holder {
    background-size: cover !important;
  }
}

body.error404 .error-holder__text-holder {
  max-width: 481px;
  width: 100%;
  height: fit-content;
  margin: auto auto;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

body.error404 .error-holder__text-holder .title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 120%;
  text-align: center;
  color: var(--black);
  margin-bottom: 10px;
}

body.error404 .error-holder__text-holder .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  max-width: 293px;
  width: 100%;
  margin: auto auto;
  margin-bottom: var(--twenty);
}

body.error404 .error-holder__text-holder .btn {
  width: fit-content;
  margin: auto auto;
}

body.error404 #footer {
  margin-top: unset;
}

body.single-services .content > *:first-child {
  margin-top: var(--fourty);
}

body.page-id-407 .content > *:first-child {
  margin-top: var(--fourty);
}

body.post-type-archive-services .archive__holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--thirty);
}

@media (max-width: 1100px) {
  body.post-type-archive-services .archive__holder {
    grid-template-columns: 1fr;
  }
}

.nav-content__holder {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
  width: 100%;
}

.nav-holder {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: fit-content;
  flex-shrink: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  position: sticky;
  top: 255px;
}

.nav-items__holder {
  padding: var(--thirty);
  padding-bottom: var(--twenty);
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: 100%;
  align-self: stretch;
  gap: var(--twenty);
}

.nav-items__holder .nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-items: center;
}

.nav-items__holder .nav-item__icon {
  display: flex;
  width: 24px;
  height: 24px;
  place-content: center;
  align-items: center;
}

.nav-items__holder .nav-item__icon > * {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  width: fit-content;
  height: fit-content;
  display: flex;
  margin: auto auto;
}

.nav-items__holder .nav-item__value {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.nav-items__holder .nav-item:hover svg path,
.nav-items__holder .nav-item.active svg path {
  fill: var(--primary);
}

body.page-id-275
  .nav-items__holder
  .nav-item:last-child:hover
  svg
  path:first-child,
body.page-id-275
  .nav-items__holder
  .nav-item:last-child.active
  svg
  path:first-child {
  stroke: var(--primary);
  fill: unset;
}

.nav-items__holder .nav-item:hover .nav-item__value,
.nav-items__holder .nav-item.active .nav-item__value {
  color: var(--primary);
}

.nav-holder__additional {
  border-top: 1px solid var(--stroke);
  width: 100%;
  padding: var(--twenty) var(--thirty);
}

.form-input__holder.area .input-placeholder {
  margin-top: unset;
  margin-bottom: unset;
  top: 15px;
}

.form-input__holder.area:hover .input-placeholder,
.form-input__holder.area .input-placeholder.active {
  top: -10px !important;
}

body.page-id-275 .content,
body.page-id-356 .content,
body.page-id-370 .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

body.page-id-275 .content .alignwide > *,
body.page-id-356 .content .alignwide > *,
body.page-id-370 .content .alignwide > * {
  padding: 0 0;
}

body.page-id-275 .whywe-block .whywe-holder,
body.page-id-356 .whywe-block .whywe-holder,
body.page-id-370 .whywe-block .whywe-holder {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 700px) {
  body.page-id-275 .whywe-block .whywe-holder,
  body.page-id-356 .whywe-block .whywe-holder,
  body.page-id-370 .whywe-block .whywe-holder {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  body.page-id-275 .whywe-block .whywe-holder,
  body.page-id-356 .whywe-block .whywe-holder,
  body.page-id-370 .whywe-block .whywe-holder {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1270px) {
  .container {
    padding: 0 15px;
  }
}

body.page-id-275 .content > *,
body.page-id-356 .content > *,
body.page-id-370 .content > * {
  margin-top: unset !important;
}

@media (max-width: 1150px) {
  .nav-content__holder {
    flex-direction: column;
  }

  .nav-holder {
    position: relative;
    top: unset;
    width: 100%;
  }
}

body.post-type-archive-stocks .archive__holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--ninety);
}

body.post-type-archive-stocks .archive__holder .stock:nth-child(even) {
  flex-direction: row-reverse;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--gray);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

#noticer {
  position: fixed;
  right: 0;
  top: 20%;
  background-color: var(--white);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
  padding: 15px;
  max-width: 300px;
  width: fit-content;
  transform: translateX(110%);
  transition: transform 0.3s ease-in;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 9999;
}

#noticer.active {
  transform: translateX(-15px);
}

.block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--black);
}

.woocommerce .woocommerce-cart-form table tr.actions__holder {
  display: none;
}

.header-bot__acc-btn {
  margin-top: auto;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  width: 10px !important;
  height: 4px !important;
  background: var(--gray) !important;
  border-radius: 5px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary) !important;
  width: 20px !important;
}

/* fibosearch */

.dgwt-wcas-suggestions-wrapp {
  border: unset !important;
  background: var(--gray-light) !important;
  border-radius: 10px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: unset !important;
  right: 20px !important;
  opacity: 1 !important;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  box-shadow: unset !important;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 10px 15px 10px 30px !important;
  border-radius: 10px !important;
  border: unset !important;
  background: var(--gray-light) !important;
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: var(--gray) !important;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::placeholder {
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: var(--gray) !important;
  font-style: unset !important;
}

.dgwt-wcas-preloader {
  right: 40px !important;
}

/* main */

:root {
  --primary:#63C4BD;
  --hover: #6cb6c0;
  --secondary:#63C4BD;
  --black: #444;
  --white: #fff;
  --gray: #8e8e93;
  --stroke: #d9d9d9;
  --gray-light: #fafafa;
  --red: #ed4040;

  --transition: all 0.5s;

  --ten: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem);
  /* 10 - 8 */
  --fifteen: clamp(0.5rem, 0.4125rem + 0.4375vw, 0.9375rem);
  /* 15 - 8 */
  --eighteen: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  /* 18 - 10 */
  --twenty: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  /* 20 - 14 */
  --twentyFive: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  /* 25 - 16 */
  --thirty: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 15 - 12 */
  --thirtyFive: clamp(1.125rem, 0.9125rem + 1.0625vw, 2.1875rem);
  /* 35 - 18 */
  --fourty: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  /* 40 - 18 */
  --fourtyFive: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.8125rem);
  /* 45 - 20 */
  --fifty: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
  /* 50 - 20 */
  --sixty: clamp(1.375rem, 0.9rem + 2.375vw, 3.75rem);
  /* 60 - 22 */
  --sixtyFive: clamp(1.375rem, 0.8375rem + 2.6875vw, 4.0625rem);
  --seventy: clamp(1.375rem, 0.775rem + 3vw, 4.375rem);
  /* 70 - 22 */
  --seventyFive: clamp(1.375rem, 0.7125rem + 3.3125vw, 4.6875rem);
  --eighty: clamp(1.5rem, 0.8rem + 3.5vw, 5rem);
  /* 80 - 24 */
  --eightyFive: clamp(1.375rem, 0.5875rem + 3.9375vw, 5.3125rem);
  --ninety: clamp(1.125rem, 0.225rem + 4.5vw, 5.625rem);
  /* 90 - 18 */
  --100: clamp(1.75rem, 0.85rem + 4.5vw, 6.25rem);
  /* 100 - 28 */
  --110: clamp(1.375rem, 0.275rem + 5.5vw, 6.875rem);
  /* 110 - 22 */
  --120: clamp(1.375rem, 0.15rem + 6.125vw, 7.5rem);
  /* 120 - 22 */
  --125: clamp(1.375rem, 0.0875rem + 6.4375vw, 7.8125rem);
  /* 125 - 22 */
  --150: clamp(0rem, -1.5625rem + 7.8125vw, 7.8125rem);
  --170: clamp(1.375rem, -0.475rem + 9.25vw, 10.625rem);

  --5040: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  --2420: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  --2018: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  --1816: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  --1814: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  --1614: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  --14: 14px;

  --font-family: "Roboto", sans-serif;
  --second-family: "Manrope", sans-serif;
  /* mb no */
  --third-family: "Raleway", sans-serif;
  --font3: "Nunito Sans", sans-serif;
  --font4: "Avenir Next Cyr", sans-serif;

  --h1: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem);
  --h2: clamp(1.625rem, 1.6rem + 0.125vw, 1.75rem);
  --h3: clamp(1.375rem, 1.35rem + 0.125vw, 1.5rem);
  --h4: 18px;
  --h5: 16px;
  --h6: 14px;
}

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 120%;
  color: var(--black);
}

.userAuthorized-btn__icon svg path {
  fill: var(--primary);
}

h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h2);
  line-height: 120%;
  color: var(--black);
}

h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--black);
}

h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--black);
}

h5 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

h6 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
}

.wrapper .sidebar {
  max-width: 270px;
  width: 100%;
}

@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
  }

  .wrapper .sidebar {
    max-width: unset;
  }
}

.columns-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--thirty);
}

@media (max-width: 1100px) {
  .columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 750px) {
  .columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .columns-3 {
    grid-template-columns: 1fr;
  }
}

.swiper-pagination-bullets {
  width: fit-content !important;
}

.swiper-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: var(--twenty);
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

/* ===================== COMPONENTS START ==================== */

/* service card start */

.service-card {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  display: flex;
  width: 100%;
  height: auto;
  align-self: stretch;
}

.service-card__inner {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
  padding: var(--twenty);
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.service-card__photo {
  width: 240px;
  height: auto;
  overflow: hidden;
  max-height: 340px;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
  flex-shrink: 0;
}

.service-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.service-card__content-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-self: stretch;
  gap: var(--fifteen);
}

.service-card__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.service-card__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.service-card__holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  margin-top: auto;
}

.service-card__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

@media (max-width: 520px) {
  .service-card__inner {
    flex-direction: column;
  }

  .service-card__photo {
    width: 100%;
  }
}

/* service card end */

/* service banner start */

.service-banner {
  display: flex;
  width: 100%;
  height: fit-content;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
}

.service-banner__inner {
  padding: var(--twenty);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.service-banner__content-holder {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-self: stretch;
  max-width: 526px;
  padding-left: var(--twenty);
  gap: var(--twenty);
}

.service-banner__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 120%;
  color: var(--black);
}

.service-banner__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: #323232;
}

.service-banner__holder {
  display: flex;
  flex-direction: row;
  gap: var(--twenty) var(--fourty);
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  height: fit-content;
}

.service-banner__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h2);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

.service-banner__photo {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  width: 370px;
  height: 231px;
}

.service-banner__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

@media (max-width: 1100px) {
  .service-banner__inner {
    flex-direction: column-reverse;
  }

  .service-banner__content-holder {
    padding-left: unset;
  }

  .service-banner__content-holder {
    max-width: unset;
  }
}

@media (max-width: 460px) {
  .service-banner__photo {
    width: 100%;
    height: 100%;
  }
}

/* service banner end */

/* stock start */

.stock {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: var(--thirty);
}

.stock .stock-photo__holder {
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-height: 460px;
  max-width: 470px;
  width: 100%;
}

.stock .stock-photo {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.stock .stock-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.stock .stock-tabs {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto auto;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}

.stock .stock-tab {
  display: flex;
  width: fit-content;
  height: fit-content;
  background: var(--secondary);
  border-radius: 10px;
  padding: 5px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.stock .stock-content__holder {
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
  justify-content: space-between;
}

.stock .stock-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  line-height: 120%;
  color: var(--black);
}

.stock .stock-text {
  flex-grow: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  max-height: 320px;
  overflow: auto;
  padding-right: var(--twenty);
  gap: var(--twenty);
}

.stock .stock-text p,
.stock .stock-text li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 0px;
}

.stock .stock-text ul li {
  margin-bottom: 10px;
}

.stock .stock-text ul li:last-child {
  margin-bottom: 0px;
}

.stock .stock-text ol li {
  margin-bottom: 5px;
}

.stock .stock-text ol li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 800px) {
  .stock {
    flex-direction: column !important;
  }

  .stock .stock-photo__holder {
    align-self: center;
  }
}

/* stock end */

/* stock card start */

.stock-card {
  width: 100%;
  background: linear-gradient(45deg, #0F716B, #63c4bd66);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  min-height: 254px;
  justify-content: space-between;
  height: auto;
}

.stock-card__content-holder {
  /* max-width: 420px; */
  max-width: 71%;
  width: auto;
  padding: var(--thirty) var(--fifty);
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  position: relative;
  z-index: 3;
}

.stock-card__text-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stock-card__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--white);
}

.stock-card__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--white);
}

.stock-card__photo-holder {
  position: relative;
  max-width: 470px;
  height: auto;
  align-self: stretch;
  min-height: 254px;
  display: flex;
}

.stock-card__photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-self: stretch;
}

.stock-card__photo img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.stock-card__photo-dep {
  position: absolute;
  left: -99px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: fit-content;
  height: auto;
  display: flex;
  align-self: stretch;
}

.stock-card__photo-dep > * {
  height: auto;
  display: flex;
  height: 100%;
  width: 100%;
}

.stock-card__tabs {
  position: absolute;
  top: var(--twenty);
  right: var(--thirty);
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}

.stock-card__tab {
  display: flex;
  width: fit-content;
  height: fit-content;
  background: var(--secondary);
  border-radius: 10px;
  padding: 5px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.stock-card .stock-card__photo.mobile {
  display: none;
}

@media (max-width: 870px) {
  .stock-card {
    flex-direction: column;
    min-height: 603px;
  }

  .stock-card__photo-dep > * {
    height: auto;
    display: flex;
    width: 170px;
  }

  .stock-card__content-holder {
    padding: var(--thirty) 15px;
    padding-bottom: 80px;
    height: 100%;
    justify-content: space-between;
  }

  .stock-card__desc {
    font-size: 16px;
  }

  .stock-card__name {
    font-size: 24px;
  }

  .stock-card .stock-card__photo:has(+ .stock-card__photo.mobile) {
    display: none;
  }

  .stock-card__photo.mobile {
    display: flex !important;
  }

  .stock-card__tabs {
    top: 65px;
  }

  .stock-card__photo-dep {
    transform: rotate(90deg) scale(1.07);
    left: 0;
    right: 0;
    top: -280px;
    margin: auto auto;
  }
}

/* stock card end */

/* single product slider start */

.single-product__swiper-holder {
  overflow: hidden;
  width: 100%;
  max-width: 770px;
  max-height: 590px;
  height: 100%;
  display: flex;
  gap: var(--thirty);
  justify-content: space-between;
}

.single-product__swiper-holder .holder {
  max-width: 570px;
  max-height: 570px;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.single-product__swiper-holder .thumbs {
  position: relative;
  max-height: 590px;
  height: auto;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
}

.single-product__swiper-holder .thumbs .swiper {
  max-height: 540px;
  height: 90.7%;
  margin-top: auto;
  margin-bottom: auto;
}

.single-product__swiper-holder .thumbs .swiper-wrapper {
  flex-direction: column;
}

@media (max-width: 520px) {
  .single-product__swiper-holder .thumbs .swiper-wrapper {
    flex-direction: row;
  }
}

.single-product__swiper-holder .thumbs .swiper-slide {
  max-width: 170px;
  max-height: 170px;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  align-items: center;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  overflow: hidden;
}

.single-product__swiper-holder .thumbs .swiper-slide img {
  max-width: 170px;
  max-height: 170px;
  /* width: fit-content;
  height: fit-content; */
  display: flex;
  margin: auto auto;
  object-fit: cover;
}

/* @media(max-width:1220px) {
  .single-product__swiper-holder {
    flex-direction: column-reverse;
  }

  .single-product__swiper-holder .thumbs .swiper {
    width: 100%;
  }
} */

.single-product__swiper-holder .holder .swiper {
  width: 100%;
}

.single-product__swiper-holder .holder .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  place-content: center;
}

.single-product__swiper-holder .holder .swiper-slide > a {
  display: flex;
  width: fit-content;
  height: fit-content;
  margin: auto auto;
}

.single-product__swiper-holder .holder .swiper img {
  width: fit-content;
  height: fit-content;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1220px) {
  .single-product__swiper-holder .thumbs .swiper-slide img,
  .single-product__swiper-holder .thumbs .swiper-slide {
    max-width: 120px;
    max-height: 120px;
  }

  .single-product__swiper-holder .thumbs .swiper {
    height: 88%;
  }

  .single-product__swiper-holder .thumbs .swiper-slide {
    width: 120px;
    height: 120px;
  }

  .single-product__swiper-holder .holder .swiper img {
    max-width: 75%;
    max-height: 75%;
    margin: auto auto;
  }

  .single-product__swiper-holder {
    max-height: 450px;
  }
}

@media (max-width: 1220px) {
  .single-product .product {
    flex-direction: column !important;
  }

  .single-product .summary {
    position: relative !important;
    top: unset !important;
    max-width: unset !important;
  }

  .single-product__swiper-holder .holder,
  .single-product__swiper-holder {
    max-width: unset;
    margin: auto auto;
  }

  .single-product .wrap {
    max-width: unset !important;
  }
}

@media (max-width: 520px) {
  .single-product__swiper-holder {
    flex-direction: column-reverse;
  }

  .single-product__swiper-holder .thumbs .swiper {
    width: 100%;
  }

  .single-product__swiper-holder .holder .swiper img {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto;
  }

  .single-product__swiper-holder {
    max-height: 100%;
  }

  .swiper-button-prev-thumbs {
    margin-bottom: auto !important;
    margin-top: auto;
    bottom: 0;
    top: 0;
    transform: rotate(-90deg);
    position: absolute !important;
    left: -15px;
  }

  .swiper-button-next-thumbs {
    margin-bottom: auto !important;
    margin-top: auto !important;
    bottom: 0;
    top: 0;
    transform: rotate(-90deg);
    position: absolute !important;
    right: -15px;
  }

  .single-product__swiper-holder {
    overflow: visible;
  }
}

/* single product slider end */

/* li product card start */
li.product {
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
}

li.product .fav-holder {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  pointer-events: none;
}

li.product .fav-holder > * {
  pointer-events: all;
}

li.product .product-discount {
  width: fit-content;
  height: fit-content;
  background: var(--gray-light);
  border-radius: 10px;
  display: flex;
  position: relative;
}

li.product .product-discount .product-name {
  padding: 5px;
  padding-left: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--gray);
  padding-right: var(--twenty);
}

li.product .product-discount .product-value {
  background: var(--secondary);
  border-radius: 10px;
  padding: 4px 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  text-align: center;
  color: var(--black);
  align-content: center;
}

li.product .product-card__content-holder {
  display: flex;
  flex-direction: column;
  padding: var(--twenty) var(--fifteen);
  padding-top: 10px;
  gap: var(--thirty);
  height: 100%;
  width: auto;
  align-self: stretch;
  justify-content: space-between;
}

li.product .price-holder {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

li.product .price-holder > a:first-child {
  display: none;
}

li.product .price-holder .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
}

li.product .price-holder .price > *:only-child bdi,
li.product .price-holder .price > *:only-child bdi > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

del,
ins {
  text-decoration: none;
  color: inherit;
}

li.product .price-holder .price del bdi,
li.product .price-holder .price del bdi > * {
  all: initial;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: line-through;
  color: var(--gray);
}

li.product .price-holder .price ins bdi,
li.product .price-holder .price ins bdi > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

.added_to_cart.wc-forward {
  display: none;
}

.woocommerce-loop-product__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

li.product img {
  width: 100%;
  max-height: 270px;
  height: 100%;
  display: flex;
  overflow: hidden;
  object-fit: cover;
}

.product-card__sku {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  width: fit-content;
  color: var(--gray);
}

li.product .price-holder.hideBtn .cart-btn {
  display: none;
}

li.product .price-holder.hideBtn .quantity,
li.product .price-holder.hideBtn .qty-holder {
  display: flex;
}

li.product .product-in-cart,
li.product .product-not-in-cart {
  display: none;
}

li.product .qty-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
}

li.product .qty-holder .stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: fit-content;
}

li.product .qty-holder .stock-number {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: var(--red);
}

li.product .qty-holder .stock svg {
  display: flex;
}

li.product .quantity,
li.product .qty-holder {
  display: none;
}

li.product > a:first-child {
  width: 100%;
  max-height: 270px;
  height: auto;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
}

li.product:hover img {
  transform: scale(1.1);
}

li.product:hover .woocommerce-loop-product__title {
  color: var(--primary);
}

/* li product card end */

/* quantity */

.quantity {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid var(--primary);
  border-radius: 10px;
  width: 100px;
  justify-content: space-between;
  overflow: hidden;
}

.quantity button {
  cursor: pointer;
  width: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 3px;
}

.quantity button:hover {
  background: var(--primary);
}

.quantity button:hover svg path {
  stroke: var(--white);
}

.quantity input {
  margin: 0;
  position: relative;
  max-width: 16px;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
}

.quantity .input-holder::after {
  content: "шт.";
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
}

.quantity .input-holder {
  display: flex;
}

.quantity svg path {
  transition: all 0.5s;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity button.disabled {
  pointer-events: none;
}

/* parent cats holder start*/

.parent-cats__holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--thirty);
}

@media (max-width: 1100px) {
  .parent-cats__holder {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .parent-cats__holder .parent-cat__card-photo {
    justify-content: center;
  }

  .parent-cats__holder .parent-cat__card {
    align-items: center;
  }

  .parent-cats__holder .parent-cat__card-text__holder {
    align-items: center;
  }

  .parent-cats__holder .parent-cat__card-subcats__holder {
    align-items: center;
  }
}

@media (max-width: 800px) {
  .parent-cats__holder {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .parent-cat__card-photo img {
    margin: auto auto;
  }
}

/* parent cats holder end */

/* parent cat card start */

.parent-cat__card {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.parent-cat__card-photo {
  width: 100%;
  height: 130px;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
}

.parent-cat__card-photo img {
  max-width: 100%;
  max-height: 130px;
  width: fit-content;
  height: fit-content;
  object-fit: contain;
  display: flex;
}

.parent-cat__card-text__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.parent-cat__card-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  width: fit-content;
  color: var(--black);
  text-align: center;
}

.parent-cat__card-name:hover {
  color: var(--primary);
}

.parent-cat__card-subcats__holder {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.parent-cat__card-subcats__holder a {
  min-height: 30px;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  align-content: center;
  text-align: center;
}

.parent-cat__card-subcats__holder a:hover {
  color: var(--primary);
}

.parent-cat__card-subcats__holder a.hidden {
  display: none;
}

.show-more__parent-cat__cards {
  margin-top: var(--fifteen);
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}

.show-more__parent-cat__cards.active svg,
.show-more__parent-cat__cards:hover svg {
  transform: rotate(180deg);
}

.show-more__parent-cat__cards .text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.show-more__parent-cat__cards:hover .text {
  color: var(--primary);
}

.show-more__parent-cat__cards:hover svg path {
  stroke: var(--primary);
}

@media (max-width: 600px) {
  .parent-cat__card-name {
    font-size: 18px;
  }
}

/* parent cat card end */

/* sub cats holder start */

.subCats-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--thirty);
  margin-bottom: var(--ninety);
}

@media (max-width: 1050px) {
  .subCats-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 750px) {
  .subCats-holder {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .subCats-holder {
    grid-template-columns: 1fr;
    max-height: 100vw;
    overflow: auto;
  }
}

/* sub cats holder end */

/* sub cat card start */

.subCat-card {
  display: flex;
  width: 100%;
  height: auto;
  align-self: stretch;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
}

.subCat-card__inner {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  width: 100%;
  height: 100%;
  align-self: stretch;
  padding: var(--twenty);
  place-content: center;
}

.subCat-card__photo {
  width: 160px;
  height: 130px;
  overflow: hidden;
  display: flex;
  margin: auto auto;
}

.subCat-card__photo img {
  max-width: 160px;
  max-height: 130px;
  width: fit-content;
  height: fit-content;
  object-fit: contain;
  display: flex;
  margin: auto auto;
}

.subCat-card__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
}

.subCat-card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
  background: var(--white);
}

.subCat-card:hover .subCat-card__name {
  color: var(--primary);
}

/* sub cat card end */

/* buttons */

.btn {
  display: flex;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px var(--twentyFive);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--white);
  text-align: center;
  place-content: center;
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
}

.btn:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.btn.white {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.btn.white:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.btn.v2 {
  border: 1px solid var(--primary);
  background: var(--white);
  color: var(--primary);
}

.btn.v2:hover {
  background: var(--hover);
  border-color: var(--hover);
  color: var(--white);
}

.btn.v2.white {
  background: var(--white);
  border-color: var(--gray);
  padding: 10px var(--twenty);
  color: var(--gray);
}

.btn.v2.white:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.btn-icon {
  display: flex;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px var(--twentyFive);
  gap: 10px;
  place-content: center;
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
}

.btn-icon .text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--white);
  pointer-events: none;
}

.btn-icon .icon {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  align-items: center;
  pointer-events: none;
}

.btn-icon .icon > * {
  max-width: 20px;
  max-height: 20px;
  display: flex;
  width: fit-content;
  height: fit-content;
  margin: auto auto;
}

.btn-icon:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.btn-icon.v2 {
  border-color: var(--primary);
  background: var(--white);
}

.btn-icon.v2 .text {
  color: var(--primary);
}

.btn-icon.v2 svg path {
  fill: var(--primary);
}

.btn-icon.v2:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.btn-icon.v2:hover svg path {
  fill: var(--white);
}

.btn-icon.v2:hover .text {
  color: var(--white);
}

.btn-arrow {
  display: flex;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  place-content: center;
}

.btn-arrow .text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.btn-arrow .icon {
  max-width: 10px;
  max-height: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  align-items: center;
  pointer-events: none;
}

.btn-arrow .icon > * {
  max-width: 10px;
  max-height: 15px;
  display: flex;
  width: fit-content;
  height: fit-content;
  margin: auto auto;
}

.btn-arrow:hover .text {
  color: var(--primary);
}

.btn-arrow:hover svg path {
  fill: var(--primary);
}

.acc-btn {
  max-height: 40px;
}

.soc-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  place-content: center;
  cursor: pointer;
  background: var(--gray-light);
  border: 1px solid var(--gray-light);
  border-radius: 10px;
  place-content: center;
  align-items: center;
}

.soc-btn > * {
  max-width: 30px;
  max-height: 30px;
  width: fit-content;
  height: fit-content;
  display: flex;
  margin: auto auto;
  pointer-events: none;
}

.soc-btn:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.soc-btn:hover svg path {
  fill: var(--white);
}

.about-link {
  display: flex;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  place-content: center;
}

.about-link .text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1814);
  line-height: 120%;
  color: var(--black);
}

.about-link .icon {
  max-width: 24px;
  max-height: 24px;
  width: fit-content;
  height: fit-content;
  display: flex;
  place-content: center;
  align-items: center;
  pointer-events: none;
}

.about-link .icon > * {
  max-width: 24px;
  max-height: 24px;
  width: fit-content;
  height: fit-content;
  display: flex;
  margin: auto auto;
  pointer-events: none;
}

.about-link:hover .text {
  color: var(--primary);
}

.about-link:hover svg path {
  stroke: var(--primary);
}

.arrow svg path {
  fill: var(--primary);
}

.link-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: fit-content;
  width: fit-content;
  cursor: pointer;
}

.link-holder .name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--primary);
}

.link-holder svg {
  display: flex;
}

.link-holder:hover .name {
  color: var(--primary);
}

.link-holder:hover svg path {
  fill: var(--primary);
}

.link-holder svg path {
  transition: var(--transition);
  fill: var(--primary);
}

.tab {
  display: flex;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px var(--twenty);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
  text-align: center;
  place-content: center;
  align-items: center;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border: 1px solid var(--white);
}

.tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  background: var(--hover);
  border-color: var(--hover);
  color: var(--white);
}

.tab.active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  pointer-events: none;
}

/* contacts item */

.address-item {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  align-items: center;
  gap: 5px;
}

.address-item p {
  margin-bottom: unset;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.address-item__icon {
  max-width: 20px;
  max-height: 20px;
  width: fit-content;
  height: fit-content;
  display: flex;
  place-content: center;
  align-items: center;
  pointer-events: none;
}

.address-item__icon > * {
  max-width: 20px;
  max-height: 20px;
  width: fit-content;
  height: fit-content;
  display: flex;
  margin: auto auto;
  pointer-events: none;
}

.phone-item {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  align-items: center;
  gap: 10px;
}

.phone-item__icon {
  max-width: 20px;
  max-height: 20px;
  width: fit-content;
  height: fit-content;
  display: flex;
  place-content: center;
  align-items: center;
  pointer-events: none;
}

.phone-item__icon > * {
  max-width: 20px;
  max-height: 20px;
  width: fit-content;
  height: fit-content;
  display: flex;
  margin: auto auto;
  pointer-events: none;
}

.phone-item__value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.header-top ul {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
  align-items: center;
}

.header-top a:hover {
  color: var(--primary);
}

.header-top ul li {
  list-style: none;
  min-height: 30px;
}

.header-top ul li,
.header-top ul a {
  margin-bottom: unset;
  width: fit-content;
}

.header-top .nav-menu-element.has-childs {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.header-bot .nav-menu-element {
  /* position: relative; */
  margin-bottom: unset;
  list-style: none;
}

.header-bot .nav-menu-element a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--white);
}

.header-top li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

li.active > a:not(.header-bot__cat-btn a) {
  color: var(--primary) !important;
}

#header
  li:hover
  > a:not(.header-bot__cat-btn:hover a, #mobile-mnu li:hover > a) {
  color: var(--primary) !important;
}

li.active > svg path:not(.header-bot__cat-btn svg path) {
  stroke: var(--primary);
}

#header li:hover > svg path:not(.header-bot__cat-btn:hover svg path) {
  stroke: var(--primary);
}

.header-top .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -8px;
  width: 169px;
  height: fit-content;
  opacity: 0;
  transform: translate(55px);
  transition: all 0.2s ease;
  border-radius: 0 0 10px 10px;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  padding: var(--twenty);
  padding-bottom: var(--thirty);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  top: 40px;
  display: grid;
  gap: 0px;
	width: fit-content;
}

.header-top .sub-menu a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
	white-space: nowrap;
}

.header-top .sub-menu a:hover {
  color: var(--primary);
}

.header-top .sub-menu.active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
  z-index: 100;
}

.header-bot .sub-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 200px;
  width: max-content;
  max-width: 765px;
  height: fit-content;
  opacity: 0;
  transform: translate(55px);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;
  padding-top: var(--thirty);
  padding-bottom: var(--fifty);
  padding-left: var(--sixty);
  padding-right: var(--sixty);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  top: 81px;
  display: flex;
  flex-direction: row;
  border-radius: 0 0 10px 10px;
  gap: var(--fourty);
}

.header-bot .sub-menu li {
  margin-bottom: unset;
  list-style: none;
}

.header-bot .sub-menu li a {
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: var(--black) !important;
}

.header-bot .sub-menu .column {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.header-bot .sub-menu.active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
  z-index: 100;
}

@media (max-width: 700px) {
  .header-bot .sub-menu {
    display: none !important;
  }
}

.header-bot__search-holder {
  display: flex;
	flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 631px;
  gap: var(--twenty);
  align-items: flex-end;
}

.header-bot__cat-btn {
  max-height: 40px;
}

.header-bot__cat-btn .sub-menu li:hover > a,
.header-bot__cat-btn .sub-menu li.active > a {
  color: var(--primary) !important;
}

.woo-btn {
  width: 50px;
  height: 45px;
  display: flex;
  cursor: pointer;
  position: relative;
}

.woo-btn .icon {
  width: 40px;
  height: 40px;
  background: var(--gray-light);
  border-radius: 40px;
  display: flex;
  align-items: center;
  place-content: center;
  margin-top: auto;
}

.woo-btn .icon > * {
  max-width: 20px;
  max-height: 20px;
  width: fit-content;
  height: fit-content;
  display: flex;
  margin: auto auto;
}

.woo-btn .icon svg path {
  fill: var(--primary);
}

.woo-btn .count {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  background: var(--red);
  border-radius: 30px;
  display: flex;
  align-items: center;
  place-content: center;
}

.woo-btn.active .icon {
  background: var(--primary);
}

.woo-btn.active svg path {
  fill: var(--white);
}

.woo-btn:hover .icon {
  background: var(--hover);
}

.woo-btn:hover .icon svg path {
  fill: var(--white);
}

.woo-btn.secondary {
  width: 40px;
  height: 40px;
}

.woo-btn.secondary .icon {
  width: 40px;
  height: 40px;
  background: var(--gray);
}

.woo-btn.secondary svg path {
  fill: var(--white);
}

.woo-btn.secondary:hover .icon,
.woo-btn.secondary.favorite-remove .icon {
  background: var(--red);
}

.woo-btn.secondary.favorite-remove:hover .icon {
  background: var(--gray);
}

.woo-btn .count {
  display: none;
}

.woo-btn.active .count {
  display: flex;
}

.arrow {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  align-items: center;
  place-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.arrow:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--primary);
}

.arrow:hover svg {
  pointer-events: none;
}

.arrow:hover svg path {
  fill: var(--white);
}

.swiper-button-prev-thumbs {
  margin-bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.swiper-button-next-thumbs {
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.navigation.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: var(--thirty);
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--thirty);
}

.navigation.pagination .nav-links {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
  align-items: center;
}

.navigation.pagination .nav-links > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.navigation.pagination .nav-links > *:hover,
.navigation.pagination .nav-links > *.current {
  color: var(--primary);
}

/* ===================== COMPONENTS END ==================== */

/* templates */

/* seo block start */

.seo-block {
  margin-top: var(--ninety);
  position: relative;
}

.seo-block .seo-inner {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
}

.seo-block .seo-photo {
  height: auto;
  max-height: 460px;
  max-width: 470px;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  flex-shrink: 0;
}

.seo-block .seo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.seo-block .seo-content__holder {
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

.seo-block .seo-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  line-height: 120%;
  color: var(--black);
}

.seo-block .seo-text {
  width: 100%;
  max-height: 390px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  padding-right: var(--twenty);
}

.seo-block ul li {
  margin-bottom: 10px;
}

.seo-block ul li:last-child {
  margin-bottom: 0px;
}

.seo-block ol li {
  margin-bottom: 5px;
}

.seo-block ol li:last-child {
  margin-bottom: 0px;
}

.seo-block p,
.seo-block li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 0px;
}

@media (max-width: 950px) {
  .seo-block .seo-inner {
    flex-direction: column;
  }

  .seo-block .seo-photo {
    align-self: center;
  }
}

/* seo block end */

input,
textarea {
  border: 1px solid var(--gray);
  border-radius: 10px;
  padding: 10px var(--twenty);
  border-radius: 10px;
  display: flex;
  width: fit-content;
  height: fit-content;
  background: var(--white);
  outline: none;
  resize: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

textarea {
  min-height: 160px;
  padding-top: 15px;
  padding-left: var(--thirty);
  width: 100%;
}

.form-input__holder:has(textarea) .input-placeholder {
  margin-top: unset;
  margin-bottom: unset;
  top: 15px;
}

.form-input__holder:has(textarea):hover .input-placeholder {
  top: -10px !important;
  font-size: 14px !important;
}

.form-input__holder:has(textarea) .input-placeholder.active {
  top: -10px !important;
  font-size: 14px !important;
}

@media (max-width: 1300px) {
  .form-input__holder:has(textarea):hover .input-placeholder,
  .form-input__holder:has(textarea) .input-placeholder.active {
    top: -10px !important;
    font-size: 14px !important;
  }
}

input::placeholder,
textarea::placeholder {
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border: 1px solid var(--black);
}

.quantity input[type="number"]:hover,
.quantity input[type="number"]:focus {
  border: transparent;
}

input.error,
textarea.error {
  border-color: red !important;
  color: red !important;
}

.form-input__holder:has(input.error) .input-placeholder,
.form-input__holder:has(textarea.error) .input-placeholder,
input.error::placeholder,
textarea.error::placeholder {
  color: red !important;
}

.form-input__holder {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.form-input__error-message {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  width: fit-content;
  height: fit-content;
  position: absolute;
  display: none;
}

.form-input__error-message.active {
  display: flex;
}

.form-input__error-message .icon,
.form-input__error-message .icon > * {
  display: flex;
}

.form-input__holder:has(.form-input__error-message.active) {
  margin-bottom: 15px;
}

.form-input__error-message .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: var(--red);
}

.input-placeholder {
  position: absolute;
  /* left: var(--thirty); */
  /* right: var(--thirty); */
  /* top: var(--thirty); */
  /* bottom: var(--thirty); */
  left: var(--twenty);
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
  height: fit-content;
  pointer-events: none;
  transition: var(--transition);
}

.input-placeholder.active {
  top: -42px !important;
  font-size: 14px !important;
  background: var(--white) !important;
}

.form-input__holder:hover .input-placeholder {
  top: -42px;
  font-size: 14px;
  background: var(--white) !important;
}

@media (max-width: 1300px) {
  .form-input__holder:hover .input-placeholder {
    top: -20px;
    font-size: 14px;
  }

  .form-input__holder .input-placeholder.active {
    top: -20px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1300px) {
  .form-input__holder:hover .input-placeholder {
    top: -42px;
    font-size: 14px;
  }

  .form-input__holder .input-placeholder.active {
    top: -42px !important;
    font-size: 14px !important;
  }
}

.tabs-holder {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: var(--fifteen);
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .tabs-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-holder > * {
    width: 100% !important;
  }
}

.tab {
  padding: 10px var(--twenty);
  display: flex;
  width: fit-content;
  height: fit-content;
  text-align: center;
  place-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.tab:hover,
.tab.active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
  background: var(--primary);
  color: var(--white);
}

.tab.active {
  pointer-events: none;
}

/* end templates */

/*============= ALIGNES ===============*/

.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

body.privacy-policy .content > * {
  overflow-wrap: anywhere;
}

body.privacy-policy .content p,
body.privacy-policy .content li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

body.privacy-policy .content p > *,
body.privacy-policy .content li > *,
body.privacy-policy .content strong {
  font-weight: 500;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.compensate-for-scrollbar {
  margin: 0 auto !important;
}

.fancybox__container *:not(.fancybox__container .theme-modal *) {
  transition: unset;
  --fancybox-bg: rgba(0, 0, 0, 0.4);
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  box-sizing: inherit;
  transition: var(--transition);
}

body {
  background: var(--gray-light);
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
}

a {
  text-decoration: none;
  color: #121212;
  transition: all 0.3s ease-in;
}

/* a:hover {
  color: #F6C4DF;
} */

ul li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

#mobile-mnu ul li::marker {
  font-size: 16px;
}

ul li::marker {
  color: var(--primary);
  width: 10px;
  font-size: var(--h3);
  height: 10px;
}

ol li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

h1.page-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 120%;
  color: var(--black);
  margin-bottom: var(--fourty);
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  padding: var(--twenty);
  padding-left: unset;
  padding-right: unset;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--black);
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.breadcrumbs span.current-item {
  color: var(--primary);
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}

@media (max-width: 1270px) {
  .container {
    padding: 0 15px;
  }
}

/* #main,
#primary {
  min-height: 40vh;
} */

.logo__holder {
  display: flex;
  flex-direction: row;
  gap: var(--fifteen);
  align-items: center;
  width: fit-content;
  height: fit-content;
}

#header .logo-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
}

.logo__holder .logo-photo {
  width: 160px;
  height: 80px;
  display: flex;
  align-items: center;
  place-content: center;
}

.logo__holder .logo-photo > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
  margin: auto auto;
}

.logo__holder .logo-text {
  max-width: 138px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
}

/* page cart start */

.product-cart__holder {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
}

.cart-collaterals {
  border-radius: 10px;
  width: 370px;
  height: fit-content;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  display: flex;
  flex-shrink: 0;
  position: sticky;
  top: 250px;
}

.cart-collaterals tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cart-collaterals .cart_totals {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: var(--thirty) var(--twenty);
}

.cart-collaterals .cart_totals .count_products {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid var(--stroke);
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.cart-collaterals .cart_totals .count_products th {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.cart-collaterals .cart_totals .count_products td {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.cart-collaterals .cart_totals .order-total {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.cart-collaterals .cart_totals .order-total.regular {
  margin-bottom: 15px;
  align-items: center !important;
}

.cart-collaterals .cart_totals .order-total.regular th {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.cart-collaterals .cart_totals .order-total.regular td,
.cart-collaterals .cart_totals .order-total.regular td bdi,
.cart-collaterals .cart_totals .order-total.regular td bdi > *,
.cart-collaterals .cart_totals .order-total.regular td > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: line-through;
  color: var(--gray);
}

.cart-collaterals .cart_totals .order-total.sale th {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.cart-collaterals .cart_totals .order-total.sale td,
.cart-collaterals .cart_totals .order-total.sale td bdi,
.cart-collaterals .cart_totals .order-total.sale td bdi > *,
.cart-collaterals .cart_totals .order-total.sale td > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--black);
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: var(--thirtyFive);
  gap: 10px;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .clear-cart {
  display: flex;
  flex-direction: row;
  gap: 5px;
  background: transparent;
  border: unset;
  cursor: pointer;
  align-items: center;
  transition: all 0.5s;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .clear-cart .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .clear-cart:hover
  svg
  path {
  stroke: var(--primary);
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .clear-cart:hover .text {
  color: var(--primary);
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .btn {
  width: 100%;
}

.woocommerce-cart-form {
  width: 100%;
  display: flex;
}

.woocommerce-cart-form > * {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

.woocommerce-cart-form .cart_item {
  width: 100%;
  height: fit-content;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  padding: var(--twenty);
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
}

.woocommerce-cart-form .cart_item .product-thumbnail,
.woocommerce-cart-form .cart_item .product-thumbnail > a {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  place-content: center;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  flex-shrink: 0;
}

.woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  max-height: 100px;
  max-width: 150px;
}

.woocommerce-cart-form .outer-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--thirty);
  margin-right: auto;
}

.woocommerce-cart-form .holder {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  justify-content: space-between;
  max-width: 340px;
}

button[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart-form .cart_item .product-name,
.woocommerce-cart-form .cart_item .product-name > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.woocommerce-cart-form .cart_item .product-name:hover,
.woocommerce-cart-form .cart_item .product-name:hover > * {
  color: var(--primary);
}

.woocommerce-cart-form .cart_item .product-quantity {
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: var(--ninety);
}

.woocommerce-cart-form .cart_item .product-remove {
  position: absolute;
  top: var(--twenty);
  right: var(--twenty);
}

.woocommerce-cart-form .cart_item .product-remove:hover svg path {
  stroke: var(--primary);
}

.woocommerce-cart-form .cart_item .price__holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: fit-content;
  align-items: flex-end;
  flex-wrap: wrap;
}

.woocommerce-cart-form .cart_item .price__holder .price__current {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

.woocommerce-cart-form .cart_item .price__holder .price__old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: line-through;
  text-align: right;
  color: var(--gray);
}

@media (max-width: 1200px) {
  .woocommerce-cart-form .cart_item .product-quantity {
    margin-right: 10px;
    margin-bottom: unset;
  }
}

@media (max-width: 1100px) {
  .product-cart__holder {
    flex-direction: column-reverse;
  }

  .woocommerce-cart-form .cart_item .product-quantity {
    margin-right: 0px;
  }

  .cart-collaterals {
    width: 100%;
    position: relative;
    top: unset;
  }
}

@media (max-width: 700px) {
  .woocommerce-cart-form .holder {
    max-width: 240px;
  }
}

@media (max-width: 600px) {
}

/* page cart end */

/* page favorites start */
.favorites-holder {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
  justify-content: space-between;
}

.favorites-holder .favories-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.favorites-holder .favorites-counter__holder {
  width: 370px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  height: fit-content;
}

.favorites-holder .favorites-counter__holder-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: stretch;
  padding: var(--thirty) var(--twenty);
  gap: var(--thirty);
}

.favorites-holder .add-favs-to-cart {
  width: 100%;
}

.favorites-holder .clear-favs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.favorites-holder .clear-favs .clear-favs__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray);
}

.favorites-holder .clear-favs:hover .clear-favs__name {
  color: var(--primary);
}

.favorites-holder .clear-favs:hover svg path {
  stroke: var(--primary);
}

.favorites-holder .favorites-counter__btns-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.favorites-holder .favorites-counter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
}

.favorites-holder .favorites-counter__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.favorites-holder .favorites-counter__value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.favorites-holder .favorites-items {
  width: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

.favorites-holder .favorite-item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.favorites-holder .favorite-item .qty-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  width: fit-content;
}

.favorites-holder .favorite-item .product-in-cart,
.favorites-holder .favorite-item .product-not-in-cart {
  display: none;
}

.favorites-holder .favorite-item .qty-holder .stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: fit-content;
}

.favorites-holder .favorite-item .qty-holder .stock-number {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: var(--red);
}

.favorites-holder .favorite-item .qty-holder .stock svg {
  display: flex;
}

.favorites-holder .favorite-item .quantity,
.favorites-holder .favorite-item .qty-holder {
  display: none;
}

.favorites-holder .favorite-item.hideBtn .btn {
  display: none;
}

.favorites-holder .favorite-item.hideBtn .quantity,
.favorites-holder .favorite-item.hideBtn .qty-holder {
  display: flex;
}

.favorites-holder .favorite-item__inner {
  padding: var(--twenty);
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
  height: 100%;
  align-self: stretch;
  width: 100%;
}

.favorites-holder .favorite-item__remove {
  position: absolute;
  top: var(--twenty);
  right: var(--twenty);
}

.favorites-holder .favorite-item__remove:hover svg path {
  stroke: var(--primary);
}

.favorites-holder .favorite-item__photo-holder {
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  place-content: center;
  overflow: hidden;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  flex-shrink: 0;
}

.favorites-holder .favorite-item__photo-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  max-height: 100px;
  max-width: 150px;
}

.favorites-holder .favorite-item__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
  max-width: 340px;
}

.favorites-holder .favorite-item__name:hover {
  color: var(--primary);
}

.favorites-holder .favorite-item__text-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.favorites-holder .favorite-item__btns-holder {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
}

.favorites-holder .favorite-item__content-holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
}

.favorites-holder .favorite-item__price-holder {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.favorites-holder .favorite-item__price-holder > *:only-child bdi,
.favorites-holder .favorite-item__price-holder > *:only-child bdi > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

.favorites-holder del bdi,
.favorites-holder del bdi > * {
  all: initial;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: line-through;
  color: var(--gray);
}

.favorites-holder ins bdi,
.favorites-holder ins bdi > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

.favorite-remove {
  cursor: pointer;
}

@media (max-width: 1050px) {
  .favorites-holder {
    flex-direction: column-reverse;
  }

  .favorites-holder .favorites-counter__holder {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .favorites-holder .favorite-item__inner {
    flex-direction: column;
  }
}

/* page favorites end */

/* single product page start */

.single-product__choices {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--white);
  padding: var(--twenty);
}

.single-product__choices .btn {
  width: fit-content !important;
}

.single-product__choices-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.single-product__choices-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-proudct__choice-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
}

.single-product .product-nav__bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--thirty);
  border-bottom: 1px solid var(--stroke);
  background: var(--gray-light);
  position: sticky;
  top: 120px;
  padding-top: var(--twenty);
  z-index: 4;
}

@media (max-width: 1200px) {
  .single-product .product-nav__bar {
    top: 245px;
  }
}

@media (max-width: 1100px) {
  .single-product .product-nav__bar {
    grid-template-columns: 1fr 1fr;
  }

  .single-product .product-nav__bar {
    top: 245px;
  }
}

@media (max-width: 1030px) {
  .single-product .product-nav__bar {
    top: 284px;
  }
}

@media (max-width: 720px) {
  .single-product .product-nav__bar {
    top: 225px;
  }
}

.single-product .product-nav__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  text-align: center;
  color: var(--gray);
  position: relative;
}

.single-product .product-nav__item::after {
  content: "";
  width: 0%;
  height: 5px;
  background: var(--primary);
  margin-top: 5px;
  display: block;
  opacity: 0;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
}

.single-product .product-nav__item.active::after,
.single-product .product-nav__item:hover::after {
  opacity: 1;
  background: var(--primary);
  width: 100%;
}

.single-product .product-nav__item:hover,
.single-product .product-nav__item.active {
  color: var(--primary);
}

.related.products {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  width: 100%;
}

.related.products .related-swiper__holder,
.related.products .related-swiper__holder .swiper {
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
}

.related.products .related-swiper__holder .swiper-wrapper {
  padding: 40px;
  margin: -40px;
}

.related.products .swiper-slide {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  height: auto;
  align-self: stretch;
}

.single-product__docs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--twenty);
}

.single-product__docs .docs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}

.single-product__docs .docs .doc {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: fit-content;
  gap: var(--fifteen);
}

.single-product__docs .docs .doc .doc-icon {
  display: flex;
  max-width: 24px;
  max-height: 24px;
  margin: auto auto;
  overflow: hidden;
}

.single-product__docs .docs .doc .doc-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.single-product__docs .docs .doc:hover .doc-name {
  color: var(--primary);
}

.single-content__holder-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: var(--sixty);
}

.single-product__description {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--twenty);
}

.single-product__description .desc {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.single-product__description .desc,
.single-product__description .desc > *,
.single-product__description .desc > * > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.single-content__holder-outer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--fourty);
}

.single-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--black);
}

.single-product__attributes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.single-product__attributes table {
  width: 100%;
}

.single-product__attributes tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px var(--thirty);
}

.single-product__attributes tbody tr {
  display: flex;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px var(--twenty);
  place-content: flex-start;
}

.single-product__attributes tbody th {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--gray);
  text-align: left;
}

.single-product__attributes tbody td,
.single-product__attributes tbody td > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
  margin-bottom: 0px;
  text-align: right;
}

@media (max-width: 750px) {
  .single-product__attributes tbody {
    grid-template-columns: 1fr;
  }
}

.single-product .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--fifty);
  max-width: 770px;
}

.single-product .product:not(.related .product) {
  display: flex;
  flex-direction: row;
  gap: var(--thirty);
  width: 100%;
}

.single-product .summary {
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  position: sticky;
  top: 300px;
  height: fit-content;
}

.single-product .summary .cart {
  display: flex;
  flex-direction: column;
  gap: var(--twentyFive);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: var(--white);
  padding: var(--thirty) var(--twenty);
}

.single-product .product-in-cart,
.single-product .product-not-in-cart {
  display: none;
}

.single-product .summary .cart.in_cart .btn {
  display: none;
}

.single-product .summary .cart.in_cart .qty-holder {
  display: flex;
}

.single-product .summary .qty-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
}

.single-product .summary .qty-holder .stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: fit-content;
}

.single-product .summary .qty-holder .stock-number {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: var(--red);
}

.single-product .summary .qty-holder .stock svg {
  display: flex;
}

.single-product .summary .content-holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--twenty);
  flex-wrap: wrap;
}

.single-product .summary .price-holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
}

.single-product .summary .product-discount {
  width: fit-content;
  height: fit-content;
  background: var(--gray-light);
  border-radius: 10px;
  display: flex;
  position: relative;
}

.single-product .summary .product-discount .product-name {
  padding: 5px;
  padding-left: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--gray);
  padding-right: var(--twenty);
}

.single-product .summary .product-discount .product-value {
  background: var(--secondary);
  border-radius: 10px;
  padding: 4px 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  text-align: center;
  color: var(--black);
  align-content: center;
}

.single-product .summary .price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--twenty);
}

.single-product .summary .price .default-price bdi,
.single-product .summary .price .default-price bdi > * {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h3);
  line-height: 120%;
  text-align: right;
  color: var(--primary);
}

.single-product .summary .price .old-price bdi,
.single-product .summary .price .old-price bdi > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: line-through;
  color: var(--gray);
}

.single-product .summary .qty-holder {
  display: none;
}

.single-product .summary .btn {
  width: 100%;
}

/* single product page end */

/*============ HEADER =================*/

#header {
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.header-top {
  background: var(--gray-light);
  width: 100%;
}

.header-top__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.header-bot {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  width: 100%;
}

.header-bot__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--twenty);
  flex-wrap: wrap;
  padding-bottom: var(--twenty);
  padding-top: 11px;
}

.header-bot__icons-holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 1200px) {
  .header-bot__search-holder {
    max-width: unset;
  }

  .header-bot .sub-menu {
    top: 194px;
  }
}

@media (max-width: 1050px) {
  .header-top ul {
    order: -1;
  }
}

@media (max-width: 720px) {
  .header-top ul {
    display: none;
  }
}

@media (max-width: 560px) {
  .header-top__address-holder {
    display: none;
  }
}

@media (max-width: 500px) {
  .header-bot__cat-btn {
    display: none;
  }
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none !important;
  width: 50px;
  height: 50px;
  background: var(--primary);
  cursor: pointer;
  display: flex;
  place-content: center;
  align-items: center;
  position: relative;
  transition: var(--transition);
}

@media (max-width: 950px) {
  #header .menu-open {
    display: none;
  }

  #header .burger.open_menu {
    display: flex !important;
  }

  #header .logo-outer {
    width: 100%;
    align-items: center;
  }
}

#header .burger.open_menu svg {
  pointer-events: none;
}

#header .burger.open_menu.clicked {
  background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
  background-color: #fff;
}

#header .burger.open_menu:hover {
  background: var(--primary-hover);
}

#header .burger.open_menu .close-svg {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  transition: var(--transition);
}

#header .burger.open_menu .open-svg {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: var(--transition);
  margin: auto auto;
}

#header .burger.open_menu svg {
  display: flex;
  margin: auto auto;
  pointer-events: none;
}

#header .burger.open_menu.clicked .open-svg {
  opacity: 0;
}

#header .burger.open_menu.clicked .close-svg {
  opacity: 1;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background: var(--white);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow: auto;
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}

#header .burger.open_menu span {
  background-color: var(--primary);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: var(--primary);
}

#header .burger.open_menu.clicked span {
  background-color: #fff;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: block;
  color: var(--primary);
}

#header #mobile-mnu #close-mnu svg {
  width: 20px;
  height: 20px;
}

#header #mobile-mnu #close-mnu svg path {
  fill: var(--primary);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: var(--primary) !important;
}

#header #mobile-mnu .logo__holder {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--text);
  margin-bottom: 20px;
  filter: unset;
}

#header #mobile-mnu .logo__holder svg {
  filter: unset;
}

#header .logo__holder,
#header .logo__holder svg {
  transition: var(--transition);
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
}

#header #mobile-mnu .nav-menu-element.has-childs .sub-menu {
  all: initial;
}

#header #mobile-mnu .menuTop > li.has-childs li {
  padding-left: 15px !important;
}

#header #mobile-mnu .menuTop > li.has-childs li::after {
  content: unset;
}

#header #mobile-mnu .menuTop > li.has-childs li a {
  font-size: 14px;
}

#header #mobile-mnu .menuTop li:first-child {
  padding-top: 10px !important;
}

#header #mobile-mnu .nav-menu-element.has-childs > a::before,
#header #mobile-mnu .nav-menu-element.has-childs > a::after {
  content: none;
}

/* #header #mobile-mnu .menuTop li a:hover {
  color: var(--primary);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--primary);
} */

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  font-weight: 450;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--primary);
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 10px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--primary);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3a899a;
  transition: background-color 0.3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #609fa8;
}

#header #mobile-mnu.opened {
  transform: translateX(0px);
}

@media (max-width: 480px) {
  h1.page-title {
    font-size: 6.5vw;
  }
}

/*============ FOOTER ===============*/

#footer {
  background: var(--white);
  margin-top: var(--ninety);
}

#footer .soc-btn {
  width: 60px;
  height: 60px;
}

#footer .soc-btn > * {
  max-width: 50px;
  max-height: 50px;
}

#footer ul li {
  list-style: none;
}

#footer .footer-logo {
  width: 170px;
	height: 50px;
}
#footer .footer-logo img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-top__inner {
  padding-top: var(--fourty);
  padding-bottom: var(--fourty);
  display: flex;
  flex-direction: row;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-top__menus {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: clamp(1.375rem, -0.225rem + 8vw, 9.375rem);
  flex-wrap: wrap;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: var(--twenty);
}

.footer-menu__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
}

.footer-top ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-top li,
.footer-top a {
  margin-bottom: 0px;
}

.footer-top a,
.footer-top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.footer-top a:hover {
  color: var(--primary);
}

.footer-top p:last-child {
  margin-bottom: 0px;
}

.footer-bot__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: var(--fourty);
  padding-bottom: var(--fourty);
  border-top: 1px solid var(--gray-light);
}

.footer-bot__socials-holder {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  height: fit-content;
  height: fit-content;
}

.footer-top a.footer-bot__socials-phone {
  font-family: var(--font-family);
  font-weight: 500;
  /* font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem); */
  font-size: 32px;
  line-height: 120%;
  color: var(--black);
}

.footer-bot__socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: fit-content;
}

.footer-top__contacts-holder {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: fit-content;
  height: fit-content;
  gap: var(--twenty) var(--sixty);
  flex-wrap: wrap;
}

.footer-top .contacts-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-top .contacts-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--gray);
}

.footer-top .contacts-item__value {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--black);
}

.footer-bot__main-text {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  align-items: flex-end;
}

.footer-bot__main-text .privacy,
.footer-bot__main-text .privacy > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--black);
}

.footer-bot__main-text .dev {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 150%;
  text-align: center;
  color: var(--black);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.footer-bot__main-text .dev svg {
  display: flex;
}

.footer-bot__main-text .dev svg path {
  fill: var(--black);
}

#footer .copyRight {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  color: var(--black);
}

#footer a:hover {
  color: var(--primary);
}

#footer .dev:hover {
  color: var(--primary);
}

#footer .dev:hover svg path {
  fill: var(--primary);
}

@media (max-width: 900px) {
  .footer-bot__main-text {
    width: 100%;
    align-items: center;
  }
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.theme-modal {
  display: none;
}

.theme-modal .form__holder {
  width: 100%;
}

.theme-modal.fancybox__content {
  width: 570px;
  border-radius: 10px;
  background-color: var(--white);
  padding: var(--fifty) var(--100);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 475px) {
  .btn {
    width: 100%;
  }
}

.theme-modal.fancybox__content > .f-button.is-close-btn {
  top: 30px !important;
  right: 30px !important;
  padding: 0;
  width: 15px;
  height: 15px;
  background: unset !important;
}

@media (max-width: 1100px) {
  .theme-modal.fancybox__content > .f-button.is-close-btn {
    top: 20px !important;
    right: 20px !important;
  }
}

@media (max-width: 500px) {
  .theme-modal.fancybox__content > .f-button.is-close-btn {
    top: 15px !important;
    right: 15px !important;
  }
}

.theme-modal .privacy,
.theme-modal .privacy > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
  text-wrap: balance;
}

.theme-modal .privacy > * {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--primary);
}

.theme-modal .form-row {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.theme-modal .form-row:last-child {
  gap: 10px;
}

.theme-modal .close-modal:not(.btn) {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.theme-modal .title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: var(--h3);
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: var(--main-text);
  margin-bottom: 10px;
}

.theme-modal .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--light-text);
}

.theme-modal input,
.theme-modal textarea {
  border: 1px solid var(--stroke);
  background: var(--white);
  width: 100%;
}

/* .theme-modal input:hover,
.theme-modal input:focus,
.theme-modal textarea:hover,
.theme-modal textarea:focus {
  border-color: var(--primary);
} */

.theme-modal .form-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.75rem);
  line-height: 120%;
  margin-bottom: 10px;
  color: var(--black);
}

.theme-modal .form-subtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px var(--twenty);
  flex-wrap: wrap;
}

.theme-modal .form-subtitle,
.theme-modal .form-subtitle > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 140%;
  color: var(--black);
}

.theme-modal .form-subtitle > * {
  color: var(--primary);
  cursor: pointer;
}

.theme-modal .form {
  margin-top: var(--fourty);
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.theme-modal .row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme-modal .form-btn {
  width: 100%;
  place-content: center;
}

.theme-modal .privacy-holder {
  gap: 10px;
  align-items: flex-start;
}

.theme-modal .privacy-holder__privacy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--light-text);
}

.theme-modal .privacy-holder__privacy a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--light-text);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.theme-modal .form-input__holder {
  width: 100%;
}

#modal-success .btn,
#modal-error .btn {
  width: 100%;
  place-content: center;
  margin-top: var(--fourty);
}

#modal-success .title,
#modal-error .title {
  margin-bottom: var(--thirty);
}

#modal-success .form-title,
#modal-error .form-title {
  text-align: left;
  margin-right: auto;
}

#modal-success .form-subtitle,
#modal-error .form-subtitle {
  text-align: left;
  margin-right: auto;
}

.lost_password {
  margin-left: auto;
  margin-top: 5px;
  cursor: pointer;
}

.lost_password,
.lost_password > * {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: var(--primary);
  height: 0;
  margin-bottom: var(--twenty);
  margin-top: -5px;
}

.woocommerce-form-login__submit {
  width: 100%;
  margin-top: var(--twenty);
}

.woocommerce-form-login {
  margin-top: var(--fourty);
}

#registrationForm,
#authorizationForm {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  margin-top: var(--fourty);
}

#registrationForm .form-input__holder,
#authorizationForm .form-input__holder,
#registrationForm .form-input__holder input,
#authorizationForm .form-input__holder input {
  width: 100%;
}

#registrationForm .btn,
#authorizationForm .btn {
  width: 100%;
}

@media (max-width: 950px) {
  .header-top ul {
    display: none;
  }
}

.header-top__socials-holder{
	display: flex;
	flex-direction: row;
	gap: 10px;
}


@media (max-width: 425px) {
  .header-top__emails-holder {
    display: none;
  }
}

/* ============= MEDIA QUERIES =========== */

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