@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/hello-theme-child-master/fonts/Manrope-Medium.woff")
    format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/hello-theme-child-master/fonts/Manrope-SemiBold.woff")
    format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/hello-theme-child-master/fonts/Manrope-Bold.woff")
    format("woff");
}

:root {
  --font-family: "Manrope", sans-serif;
}

:root {
  --background-main: #f7f7f7;
  --main-black: #171717;
  --white: #fff;
  --gray-—-1: #f0f0f0;
  --gray-—-2: rgba(23, 23, 23, 0.4);
  --gray-3: rgba(23, 23, 23, 0.1);
  --fon-seryy: #f3f3f3;
  --background-main: #f7f7f7;
}

.popup,
.popupCard,
.popupAvailability,
.popupGuide,
.popupFitting {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: flex-end;
  width: 100vw;
  height: 100%;
  background-color: transparent;
  z-index: 21;
  transition: all 0.3s ease-out;
  pointer-events: none;
  z-index: 999999999;

  .overlay {
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    position: fixed;
    inset: 0;
  }

  .popupFitting-content,
  .popupCard-content,
  .giud_fise_frame_modal {
    z-index: 2;
    background: var(--background-main);
    padding: 1.667vw /** 24px */ 2.778vw /** 40px */ 0 2.778vw /** 40px */;
    padding-bottom: 0;
    position: absolute;
    width: 520px /** 520px */;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.3s ease-out;
    right: 0;
    top: 0;

    &.big-padding {
      padding: 2.778vw; /** 40px */
      padding-bottom: 0;
    }

    button.naw {
      width: 48px;
      height: 48px;
      padding: 12px;
      border-radius: 10000px;
      background: #ededed;
      transition: background 0.3s ease-out, opacity 0.3s ease-out;

      &.no-show {
        opacity: 0;
        pointer-events: none;
      }

      svg,
      img {
        width: 100%;
        height: 100%;
        display: flex;
      }

      @media (hover: hover) {
        &:hover {
          background: #dcdcdc;
          opacity: 1;
        }
      }
    }
  }

  &.show {
    pointer-events: all;

    .popupFitting-content {
      transform: translateX(0);
    }
  }
}

.width-vw {
  & .giud_fise_frame_modal,
  & .popupFitting-content,
  & .popupCard-content {
    width: 36.111vw; /** 520px */
  }
}

.nalichie-v-salonah {
  .popupFitting-content {
    width: 49.722vw; /** 716px */
  }
}

@media (max-width: 727px) {
  .popup,
  .popupCard,
  .popupAvailability,
  .popupGuide,
  .popupFitting {
    .popupFitting-content,
    .popupCard-content,
    .giud_fise_frame_modal {
      width: 100%;

      padding: 5vw; /** 16px */
      padding-bottom: 0;

      &.big-padding {
        padding: 5vw; /** 16px */
        padding-bottom: 0;
      }

      button.naw {
        width: 32px;
        height: 32px;
        padding: 8px;
      }
    }

    .giud_fise_frame_modal {
      padding: 0;
    }
  }
}

.plyr__control[data-plyr="play"],
.plyr__control[data-plyr="pause"] {
  background-color: rgb(255 255 255 / 20%);
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;

  @media (max-width: 727px) {
    width: 46px;
    height: 46px;
  }
}

body.hidden {
  overflow: hidden;
}

button {
  color: unset;
  border-radius: unset;
  border: none;
  &:focus {
    outline: unset;
  }
}

.loading {
  position: relative;

  & > * {
    opacity: 0.4;
  }

  &::after {
    content: "";
    position: absolute;

    inset: 0;
    background: url("/wp-content/uploads/2025/07/loader.svg") center/24px
      no-repeat;
    animation: spin 0.8s linear infinite;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.count-in-cart {
  transition: opacity .3s ease-out;
  &:has(.disable) {
    opacity: 0;
  }
}

#header-c #custom-img .eicon-cart-medium:before {
  content: "";
  background-image: url("/wp-content/uploads/2020/11/basket.svg");
  width: 28px;
  height: 28px;
  display: flex;
}
#header-c .elementor-icon-wrapper {
  display: flex;
}
#header-c .elementor-menu-cart__toggle_wrapper,
#header-c .elementor-menu-cart__toggle.elementor-button-wrapper,
#header-c .elementor-button-icon {
  display: flex;
}
#header-c .wrap-icon-menu {
  margin-left: auto;
  flex-shrink: 0;
}
.hover-head-menu {
  height: 24px;
  transition: background-color 0.2s ease-out;
}
.hover-head-menu svg path {
  transition: fill 0.2s ease-out;
}

#header-c .style-search-line input {
  border-radius: 8px !important;

  font-family: "Manrope", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: -0.01em;
}
#header-c .elementor-button-icon-qty {
  font-weight: 600;
}

.wrap-icon-menu .jet-wishlist-count-button__wrapper {
  display: flex;
}

.mobile-footer-fixed {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
}
.text-date-footer span:not(.date-footer) {
  color: #ab4cf7;
}
.button-to-order-in-cart,
.text-date-footer {
  display: none;
}
.footer-mobile-wishist .elementor-icon-box-content span {
  margin-left: -3px;
}

.cart-to-back svg rect {
  transition: fill 0.2s ease-out;
}

#header-c .ms_booking a,
#header-c .ms_booking .elementor-button-wrapper,
#header-c .ms_booking {
  width: 100%;
  height: 100%;
}
#header-c .ms_booking a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-tovar-cart p,
.no-tovar-cart h3 {
  padding: 0;
  margin: 0;
}
.no-tovar-cart {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 96px;
}
#no-tovar-cart .head-text-ntc {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #171717;
  width: 320px;
}
#no-tovar-cart .main-text-ntc {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #171717;
  width: 320px;
  margin-top: 16px;
}
#no-tovar-cart .main-text-ntc span,
#no-tovar-cart .main-text-ntc a {
  color: #ab4cf7;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
#no-tovar-cart .wrap-buttons-ntc {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 381px;
  margin-top: 32px;
}
#no-tovar-cart .to-new-tovar {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #171717;
  height: 44px;
  cursor: pointer;

  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;

  transition: background-color 0.2s ease-out;
}
#no-tovar-cart .open-chat-ntc {
  width: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ededed;
  height: 44px;
  cursor: pointer;

  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #171717;

  transition: opacity 0.2s ease-out;
}

.elementor-section:has(#no-tovar-cart) {
  margin: 0 !important;
}

.product-wishlist.jet-wishlist-button__link {
  padding: 0;
  overflow: auto;
}

.mobile_catalog_menu {
  display: none;
}

.popUp-input-adres,
.open-select-city {
  display: flex;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 520px;
  pointer-events: none;
  translate: 100% 0;
  transition: translate 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.3s ease-out;
  background-color: #f7f7f7;
  z-index: 99999999999999;
}

.popUp-input-adres.active,
.open-select-city.active {
  translate: 0 0;
}

.body_mute {
  z-index: 99999999;
  position: fixed;
  inset: 0;
  cursor: pointer;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.body_mute.active {
  opacity: 0.5;
  pointer-events: all;
}

.table_menu .elementor-icon-wrapper {
  display: flex;
}

.header_cat_list a {
  position: relative;
}
.header_cat_list a.active::before {
  content: "";
  border-bottom: 1px solid #171717;
  position: absolute;
  inset: 0;
  bottom: 0.833vw;
  pointer-events: none;
  transition: border 0.2s ease-out;
}

.all-inputs {
  width: 100%;
  height: 100%;
  translate: 0 -100%;
  transition: translate 0.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1);

  padding: 40px;
  display: flex;
  flex-direction: column;
}

.open-select-city.active,
.popUp-input-adres.active .all-inputs,
.select-city.active,
.anim-zast.active {
  translate: 0 0;
  pointer-events: all;
}

.close {
  cursor: pointer;
}

.open-select-city {
  background-color: #f7f7f7;
  translate: 100% 0;
  transition: translate 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.popUp-input-adres input:focus,
.open-select-city input:focus {
  border-color: #171717;
  color: #171717;
}
.popUp-input-adres input:not(:placeholder-shown),
.open-select-city input:not(:placeholder-shown) {
  color: #171717;
}

.select-city {
  display: flex;
  flex-direction: column;
  padding: 40px;
  translate: 0 -100%;
  transition: translate 0.5s 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 100;
  position: absolute;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
}
.select-city .wrap-input-select-city-all {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 40px;
  width: 100%;
}
.select-city .wrap-input-select-city-all input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #b9b9b9;
  padding: 14px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;

  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #a2a2a2;
  transition: color 0.2s ease-out;
}

.select-city .wrap-input-select-city-all input:not(:placeholder-shown) {
  color: #171717;
}

.select-city .wrap-input-select-city-all svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 14px;
  cursor: pointer;
}
.select-city .all-city {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
  flex-grow: 1;
  overflow: auto;
}

.select-city .all-city p {
  display: flex;

  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #171717;
}

.wrap-city-selected {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.wrap-city-selected .head_city,
.wrap-city-selected .city-selected-user,
.wrap-city-selected .region-selected-user {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #171717;
}
.wrap-city-selected .city-selected-user {
  color: #a2a2a2;
  font-size: 14px;
  margin-top: 8px;
}
.wrap-city-selected .region-selected-user {
  color: #a2a2a2;
  font-size: 14px;
}
.wrap-city-selected .select-city-form {
  background-color: #f3f3f3;
  border-radius: 8px;
  height: 44px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 320px;
  font-family: "Manrope";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #171717;
  margin-top: 16px;
}
.mobile-popUp-name-input,
.step-a-city {
  display: none;
}
.wrap-head-popUp .step-a {
  display: none;
}
.wrap-head-popUp {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrap-head-popUp p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #171717;
}
.wrap-spisok-city {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  overflow-y: auto;
}

.wrap-spisok-city p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #171717;
  transition: color 0.2s ease-out;
  cursor: pointer;
  margin: 0;
}

.yButton.bottom {
  display: none !important;
}
.search-city-h {
  display: none !important;
}

.step-a-city .wrap-adr {
  display: none !important;
}

.wrap-geo-header {
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.geo-city-header {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #ab4cf7;
}
.loading {
  pointer-events: none;
  opacity: 0.6;
}

.wrap-wrap-geo-header {
  position: relative;
}

.search-city-h-modal {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 8px 32px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: absolute;
  top: 10px;
  z-index: 99;
  width: max-content;
  min-width: 288px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.search-city-h-modal.open {
  opacity: 1;
  pointer-events: all;
}
.search-city-h-modal > p {
  margin: 0;
}
.search-city-h-modal > p:first-of-type {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #a8a8a8;
}
.search-city-h-modal .wrap-select-city-b > div {
  transition: opacity 0.2s ease-out;
}
.search-city-h-modal .city-auto-geo {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #171717;
  margin-top: 4px;
}
.acton_products,
.acton_products * {
  transition: all 0s;
}
.action_remove,
.elementor-widget-shortcode:has(.action_remove) {
  display: none;
}

.search-city-h-modal .wrap-select-city-b {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.search-city-h-modal .wrap-select-city-b .y {
  width: 100%;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 8px;
  cursor: pointer;

  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.search-city-h-modal .wrap-select-city-b .n {
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 8px;
  cursor: pointer;

  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #171717;
}
.elementor-element:has(> .wrap-geo-header) {
  width: fit-content !important;
}

.elementor-menu-cart__toggle .elementor-button svg:hover {
  fill: none !important;
}

.jet-wishlist-count-button__icon.jet-cw-icon svg,
.elementor-menu-cart__toggle_button .elementor-button-icon svg,
.hover-head-menu {
  width: 1.667vw;
  height: 1.667vw;
  font-size: 1.667vw;
}

.table_menu {
  display: none;
}

.header_cat_list > * {
  height: 100%;
}
.header_cat_list > * > .elementor-widget-container {
  display: flex;
  align-items: center;
}

.menu_modal {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: 98;
  left: 0;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-out;
}
.menu_modal.active {
  opacity: 1;
  pointer-events: all;
}

.menu_modal p > a {
  position: relative;
  overflow: hidden;
  display: flex;
  width: fit-content;
}
.menu_modal a > div:has(img) {
  overflow: hidden;
}
.menu_modal a img {
  transition: scale 0.25s cubic-bezier(0.45, 0, 0.55, 1);
  scale: 1.1;
}

.geo-drop-but {
  display: none;
}

.header_cat_list p,
.header_cat_list p a {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

#header-c .style-search-line input {
  border-radius: 1000px !important;
  height: 2.778vw;
  padding-left: 2.778vw;
  background-color: #f7f7f7 !important;
  color: #6e6e6e !important;
  font-size: 0.972vw !important;
  transition: color 0.2s ease-out;
  font-weight: 600 !important;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.style-search-line input::placeholder {
  font-style: normal !important;
}
#header-c .style-search-line input:not(:placeholder-shown) {
  color: #171717 !important;
}

#header-c .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  height: 1.667vw;
  width: 1.667vw;
  max-height: unset;
  max-width: unset;
  left: 0.833vw;
  fill: #171717;
  opacity: 1;
}
#header-c .dgwt-wcas-search-wrapp {
  max-width: unset;
}

.ms_booking.header {
  width: auto !important;
  height: auto;
  cursor: pointer;
}

.wp-block-buttons .wp-block-button__link {
  color: #fff;
}

body:has(.select-city.active) .popUp-input-adres.active {
  transform: translateX(105%);
}

.hover_policy a {
  transition: color 0.2s ease-out;
}

.hover_block a {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.hover_block a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 1px solid #fff;
  transition: translate 0.2s ease-out;
  translate: -105% 0;
}

.fb_container .fb_container_border {
  display: inline-flex;
  position: relative;
  transition: opacity 0.2s ease-out;
  overflow: hidden;
}
.fb_container .fb_container_border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 1px solid #fff;
  transition: translate 0.2s ease-out;
}

.hover_svg {
  transition: opacity 0.2s ease-out;
}

[data-elementor-type="footer"] .elementor-widget-container:has(p) {
  display: flex;
}

.t_old_p,
#cart-item-checkout
  .cart-main
  .wrap-cart-info
  .cart-change
  .product-price.t_old_p
  span,
.elementor-widget-woocommerce-cart .wrap-cart .product-price.t_old_p {
  font-family: var(--manrope);
  font-weight: 600;
  font-size: 0.972vw;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  color: #a3a3a3;
}

[data-elementor-type="footer"],
[data-elementor-type="footer"] section {
  background-color: #f7f7f7 !important;
  margin: 0 !important;
}
[data-elementor-type="footer"] {
  margin-top: 6.667vw !important; /* 96px */
}

[data-elementor-type="footer"] .elementor-icon-wrapper {
  display: flex;
}

body > #brevo-conversations {
  transition: bottom 0.2s ease;
}

#elementor-popup-modal-33994 li {
  list-style: none;
}

.adress-underline,
.underline-hover {
  position: relative;
  width: fit-content;
  overflow: hidden;
  display: inline-flex;
  &::before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    pointer-events: none;
    position: absolute;
    inset: 0;
    transition: transform 0.3s ease-out;
  }
}

.font-manrope > *,
.font-manrope span {
  font-family: var(--manrope) !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.scroll-in-modal {
  flex-grow: 1;
}

.hover-opacity-6,
.close-icon {
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.hover-head-menu.cart {
  position: relative;

  .elementor-widget-icon {
  }

  .count-in-cart {
    position: absolute;
    z-index: 1;
    display: flex;
    /* min-width: 18px;
    height: 18px;
    top: -1px;
    right: -6px; */

    align-items: center;
    justify-content: center;
    font-size: 10px;
    min-width: 1.6em;
    min-height: 1.6em;
    color: #ffffff;
    background-color: #ab4cf7;
    border-radius: 1000px 1000px 1000px 1000px;
    margin: -4px -8px 0px 0px;
    right: 0;
    top: 0;
    padding: 0 3px;
    width: auto;
    aspect-ratio: 1;
    margin-left: 0;
    transform: translateX(20%);

    .elementor-shortcode {
      font-family: "Manrope", sans-serif;
      font-weight: 600;
      font-size: 12px;
      font-size: inherit;
      line-height: 100%;
      letter-spacing: -0.01em;
      text-align: center;
      color: #fff;
    }
  }

  .icon-cart {
    .elementor-icon {
      font-size: inherit;
      cursor: pointer;
      svg {
        fill: transparent;
      }
    }
  }
}

@media screen and (min-width: 1025px) {
  #header-c:has(.header_cat_list .action_remove) {
    grid-template-columns: 12.3% calc(36.9% + 2.708vw) calc(36.9% - 2.847vw) 12.3%;
  }
}

@media (hover: hover) {
  .underline-hover:hover {
    &::before {
      transform: translateX(-105%);
    }
  }
  .hover-opacity-6:hover,
  .close-icon:hover {
    opacity: 0.6;
  }
  .hover_svg:hover {
    opacity: 0.7;
  }
  .hover_policy a:hover {
    color: #fff !important;
  }
  .hover_block a:hover::before {
    translate: 0 0;
  }
  .fb_container:hover .fb_container_border {
    opacity: 0.7;
  }
  .fb_container:hover .fb_container_border::before {
    translate: 105% 0;
  }

  .header_cat_list p {
    transition: color 0.2s ease-out;
  }
  .header_cat_list > *:hover p {
    color: #b9b9b9 !important;
  }
  .header_cat_list > *:hover p a.active::before {
    border-color: #b9b9b9;
  }
  .menu_modal p > a::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-bottom: 1px solid #171717;
    transform: translateX(-105%);
    transition: 0.2s ease-out;
  }
  .menu_modal p > a:hover::before {
    transform: translateX(0);
  }
  .menu_modal a:hover img {
    scale: 1;
  }

  .search-city-h-modal .wrap-select-city-b > div:hover {
    opacity: 0.7;
  }

  .wrap-spisok-city p:hover {
    color: #ab4cf7;
  }
  /* .hover-head-menu:hover{
        background-color: #ECECEC;
    } */
  /* .hover-head-menu:hover .jet-wishlist-count-button__wrapper svg path{
        fill: #ECECEC;
    } */
  .cart-to-back:hover svg rect {
    fill: #ececec;
  }
  #no-tovar-cart .main-text-ntc span:hover,
  #no-tovar-cart .main-text-ntc a:hover {
    opacity: 0.6;
  }
  #no-tovar-cart .to-new-tovar:hover {
    background-color: #ab4cf7;
  }
  #no-tovar-cart .open-chat-ntc:hover {
    opacity: 0.4;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .jet-wishlist-count-button__icon.jet-cw-icon svg,
  .elementor-menu-cart__toggle_button .elementor-button-icon svg,
  .hover-head-menu {
    width: 3.125vw;
    height: 3.125vw;
    font-size: 3.125vw;
  }
  #header-c {
    display: flex !important;
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .all-inputs {
    padding: 16px;
  }

  [data-elementor-type="footer"] {
    margin-top: 10.417vw !important;
  }

  .footer_custom .first_grid_column {
    grid-column: 1/3;
  }

  .footer_custom .line {
    grid-column: 1/3;
  }

  .t_old_p,
  #cart-item-checkout
    .cart-main
    .wrap-cart-info
    .cart-change
    .product-price.t_old_p
    span,
  .elementor-widget-woocommerce-cart .wrap-cart .product-price.t_old_p {
    font-size: 1.823vw;
    line-height: 130%;
    letter-spacing: -0.01em;
  }

  .last_grid_column > *:first-child {
    grid-column: 2/2;
  }

  .header_cat_list a.active::before {
    content: none;
  }

  .table_menu {
    display: flex;
    position: fixed;
    inset: 0;
    transition: transform 0.3s ease-out;
    transform: translateX(105%);
    pointer-events: none;
    z-index: 999999;
  }
  .table_menu.active {
    transform: translateX(0);
    pointer-events: all;
  }

  .acc_button {
    width: 1.563vw;
    height: 1.172vw;
    transition: rotate 0.3s ease-out;
  }
  .acc_button * {
    width: inherit !important;
    height: inherit !important;
  }

  .acc_wrap.active .acc_button {
    rotate: -180deg;
  }

  .acc_body_wrap {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease-out;
  }
  .acc_wrap.active .acc_body_wrap {
    grid-template-rows: 1fr;
  }
  .acc_body_wrap > * {
    min-height: 0px;
  }
  .table_menu .elementor-icon-wrapper {
    display: flex !important;
  }

  #header-c .style-search-line input {
    height: 5.495vw;
    padding-left: 5.495vw;
    font-size: 1.923vw !important;
  }

  #header-c .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    height: 3.297vw;
    width: 3.297vw;
    left: 1.648vw;
  }
}

@media (max-width: 767px) {
  .t_old_p,
  #cart-item-checkout
    .cart-main
    .wrap-cart-info
    .cart-change
    .product-price.t_old_p
    span,
  .elementor-widget-woocommerce-cart .wrap-cart .product-price.t_old_p {
    font-size: 3.75vw; /* 12px -> 3.75vw */
    letter-spacing: 1;
  }

  [data-elementor-type="footer"] {
    margin-top: 20vw !important; /* 64px -> 20vw */
  }

  .footer_custom .first_grid_column {
    grid-column: unset;
  }

  .footer_custom .line {
    grid-column: unset;
  }

  .last_grid_column > *:first-child {
    grid-column: unset;
  }

  .footer_last_block > * {
    order: 1;
  }
  .footer_last_block > *:nth-child(2) {
    order: 0;
  }

  .style-search-line input {
    height: 12.5vw !important;
    padding-left: 13.75vw !important;
    font-size: 4.375vw !important;
  }

  .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    height: 7.5vw !important;
    width: 7.5vw !important;
    left: 3.75vw !important;
  }

  #header-c.active {
    position: fixed !important;
    top: 0 !important;
  }

  .table_menu {
    transform: translateX(-105%);
  }
  .wrap_anim_modal {
    transform: translateY(-105vh);
    transition: transform 0.3s 0s ease-out;
  }
  .table_menu {
    transition: transform 0.3s 0.3s ease-out;
  }
  .table_menu.active {
    transition: transform 0.3s 0s ease-out;
  }
  .table_menu.active .wrap_anim_modal {
    transform: translateY(0);
    transition: transform 0.3s 0.3s ease-out;
    overflow: auto;
  }
  .table_menu.active .wrap_anim_modal::-webkit-scrollbar {
    width: 0;
  }

  .acc_button {
    width: 3.75vw;
    height: 2.813vw;
  }

  .mobile-footer-fixed,
  #header-c {
    z-index: 9999999 !important;
  }

  .search-city-h-modal {
    width: 100vw;
    position: fixed;
    left: 0;
    top: unset;
    bottom: 17.813vw;
    padding: 0 12.5vw 10.313vw 12.5vw;
  }
  .search-city-h-modal > p:first-of-type {
    text-align: center;
    font-size: 3.75vw;
  }
  .search-city-h-modal .city-auto-geo {
    text-align: center;
    font-size: 3.75vw;
  }

  .search-city-h-modal .wrap-select-city-b {
    margin-top: 4.063vw;
    gap: 2.5vw;
  }

  .search-city-h-modal .wrap-select-city-b .n,
  .search-city-h-modal .wrap-select-city-b .y {
    height: 13.125vw;
    font-size: 4.375vw;
  }

  .search-city-h-modal {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1),
      0 8px 32px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out;
  }
  .search-city-h-modal.active {
    transform: translateY(0);
  }

  .geo-drop-but {
    display: flex;
    width: 15vw;
    height: 1.25vw;
    border-radius: 100px;
    background-color: #171717;
    opacity: 0.1;
    margin: auto;
    margin-top: 1.875vw;
    margin-bottom: 3.125vw;
  }

  .geo-city-header {
    font-size: 12px;
  }
  .popUp-input-adres,
  .open-select-city {
    width: 100%;
  }

  .wrap-city-selected {
    margin-bottom: 16px;
  }
  .wrap-city-selected .head_city,
  .wrap-city-selected .city-selected-user,
  .wrap-city-selected .region-selected-user {
    font-size: 14px;
  }
  .wrap-city-selected .city-selected-user,
  .wrap-city-selected .region-selected-user {
    font-size: 12px;
  }
  .wrap-city-selected .select-city-form {
    height: 42px;
    font-size: 14px;
    width: 100%;
  }
  .select-city {
    padding: 16px;
  }

  .select-city .wrap-input-select-city-all {
    margin-top: 16px;
  }
  .select-city .wrap-input-select-city-all input {
    height: 40px;
    font-size: 12px;
  }
  .select-city .wrap-input-select-city-all svg {
    width: 20px;
    height: 20px;
  }

  .wrap-head-popUp > p {
    display: none;
  }
  .wrap-head-popUp .step-a-city {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .wrap-head-popUp .step-a-city .wrap-adr {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
  .wrap-head-popUp .step-a-city .wrap-adr p {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #a2a2a2;
  }
  .wrap-head-popUp .step-a-city > p {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: #171717;
  }

  .mobile-popUp-name-input,
  .step-a-city {
    display: flex;
  }
  .wrap-head-popUp > p {
    display: none;
  }
  .wrap-head-popUp .step-a {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .wrap-head-popUp .step-a p {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 96%;
    letter-spacing: -0.02em;
    color: #171717;
  }

  .no-tovar-cart {
    padding-left: 16px;
    padding-right: 16px;
  }
  #no-tovar-cart .head-text-ntc {
    font-size: 32px;
  }
  #no-tovar-cart .main-text-ntc {
    font-size: 12px;
    width: 100%;
  }
  #no-tovar-cart .to-new-tovar {
    font-size: 14px;
  }
  #no-tovar-cart .open-chat-ntc {
    font-size: 14px;
  }
  #no-tovar-cart .wrap-buttons-ntc {
    width: 100%;
  }

  .footer-mobile-wishist .jet-wishlist-count-button__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-mobile-wishist .jet-wishlist-count-button__link {
    height: 37px;
  }
  .footer-mobile-wishist .jet-wishlist-count-button__content {
    height: 100%;
  }
  .footer-mobile-wishist .jet-wishlist-count-button__label {
    margin-top: auto;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #171717;
  }

  .jet-wishlist-count-button__icon.jet-cw-icon svg,
  .elementor-menu-cart__toggle_button .elementor-button-icon svg,
  .hover-head-menu {
    width: 6.875vw;
    height: 6.875vw;
    font-size: 6.875vw;
  }

  .mobile-footer-fixed .elementor-widget-container {
    height: 6.875vw;
    width: 6.875vw;
    margin: 0;
    padding: 0;
  }
  .mobile-footer-fixed .elementor-icon-box-content {
    width: fit-content;
    height: fit-content;
    line-height: 1;
  }
  .mobile-footer-fixed .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .mobile-footer-fixed .elementor-icon-box-icon {
    height: 6.875vw !important;
  }
  .jet-wishlist-count-button__label {
    margin: 0 !important;
  }
  .mobile-footer-fixed .jet-wishlist-count-button__content {
    height: 12.812vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-footer-fixed .jet-wishlist-count-button__link {
    height: fit-content;
  }
  .mobile-footer-fixed .jet-wishlist-count-button__wrapper {
    width: fit-content;
    height: fit-content;
  }
  .mobile-footer-fixed .jet-wishlist-count-button__content {
    height: 12.812vw;
    gap: 3px;
    justify-content: end;
  }

  .mobile-footer-fixed .elementor-icon-box-wrapper > div {
    margin: 0;
    width: fit-content !important;
    height: fit-content !important;
    display: flex !important;
  }
  .mobile-footer-fixed .elementor-icon-box-content {
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .mobile-footer-fixed .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .mobile-footer-fixed .elementor-widget-container {
    display: flex;
    width: fit-content;
  }
  .mobile-footer-fixed .elementor-widget-container,
  .mobile-footer-fixed .elementor-icon-box-wrapper {
    width: fit-content !important;
  }
  .mobile-footer-fixed .wrap_menu_mob {
    height: 12.812vw;
    justify-content: end;
    display: flex;
    flex-direction: row;
  }
  .wrap_menu_mob {
    justify-content: space-between !important;
  }
  .wrap_menu_mob > * {
    height: 12.81vw !important;
    justify-content: end !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .wrap_menu_mob .elementor-widget-icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .elementor-menu-cart__toggle_button {
    padding: 0 !important;
  }
  .elementor-widget-woocommerce-menu-cart {
    height: 6.875vw !important;
  }
  .mobile-mini-cart {
    gap: 3px;
  }
  .elementor-button-icon-qty {
    font-size: 2.5vw !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
  }
  .jet-wishlist-count-button__count {
    font-size: 2.5vw !important;
    margin: 0.938vw 1.875vw 0 0 !important;
  }
  body > #brevo-conversations {
    bottom: 23.438vw !important;
  }

  .mobile-order-1 {
    order: 1;
  }

  .mobile-order-2 {
    order: 2;
  }
}
