body div.information-block {
    border: 2px solid #9d65a9;
    margin: 7rem auto 0;
    padding: 2.5rem;
    border-radius: 10px;
}

.middle-header .btn {
    padding: 0 10px;
}

.mobile-menu-body .open-popup.btn {
    width: 100%;
    max-width: 336px;
    justify-content: center;
}

.neighboring-cities a {
    margin-right: 10px;
    color: #888;
    transition: .2s;
    white-space: nowrap;
}

.neighboring-cities a:hover, .neighboring-cities a:visited:hover {
    color: #ea47bf;
}

.neighboring-cities a:visited {
    color: #888;
}

.main-banner-promo {
    background-image: url(/wp-content/themes/init/img/promo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 105px;
    height: 40px;
    display: flex;
    color: #f5316c !important;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-top: 10px;
    white-space: nowrap;
}

section.single .wrapper .single-body .single-image div.product-image-wrapper {
    flex-direction: row;
}
@media (max-width: 1024px) {
    section.single .wrapper .single-body .single-image .product-image-wrapper div.product-thumbnails {
        display: none;
    }
}
section.single .wrapper .single-body .single-image .product-image-wrapper div.product-thumbnails {
    flex-direction: column;
    margin-right: 15px;
}
@media (max-width: 1024px) {
    section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow {
        opacity: 1 !important;
    }
}
section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow {
    /*opacity: 1 !important;*/
    border: 1px solid #ea47bf !important;
    background: rgba(255, 255, 255, 0.7) !important;
}
section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow > .icon {
    color: #ea47bf;
}
.product-main-slider img {
    object-fit: cover;
}

section.single .wrapper .single-body {
    border: none;
}

section.single .wrapper .single-body .single-image .product-image-wrapper .product-thumbnails .image {
    height: 7rem !important;
    width: 7rem !important;
    margin: 0.5rem 0 !important;
}
section.single .wrapper .single-body .single-image .product-image-wrapper .product-thumbnails .image.active {
    box-shadow: 0 0 0 1px #ed5ec7 !important;
}

body .simple-accord .accord-item .accord-header .title {
    font-size: 1.5rem;
}

.new-badge {
    background: #ea47bf;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

#menu-primary > .menu-third.menu-item-has-children {
    position: initial !important;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu {
    position: absolute;
    display: flex;
    left: 0;
    width: var(--container);
    transform: translateX(5%) !important;
}
#menu-primary > .menu-third.menu-item-has-children.current-menu-item > a:before {
    content: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children {
    width: 25%;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children > a {
    font-weight: bold;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children > a:hover {
    background: none;
    cursor: default;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children a::after {
    content: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu {
    position: initial !important;
    transform: none;
    box-shadow: none;
}
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.additional-products-title {
    margin-bottom: 15px !important;
    font-weight: 500;
    color: var(--text-grey);
    line-height: 1;
}
.additional-products {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.additional-products > .product {
    width: calc(25% - 1rem);

    border-radius: var(--rad);
    border: 1px solid var(--border);
}

.additional-products > .product:hover {
    cursor: pointer;
    border-color: var(--theme);
    box-shadow: 0 0 0 1px var(--theme) inset;
}
.additional-products > .product .image-wrapper {
    margin: 0 !important;
    padding: 1rem 1rem 0 1rem;
}
.additional-products > .product .image-wrapper img {
    height: 100px;
    width: auto;
    object-fit: cover;
}
.additional-products > .product .content-wrapper {
    padding: 0 1rem 1rem 1rem;
}
.additional-products > .product .content-wrapper .title {
    font-size: var(--fz);
}
.additional-products > .product .price-block {
    justify-content: center;
}
.additional-products > .product .current-price {
    font-weight: 500;
    color: var(--text-grey);
    line-height: 1;
    font-size: 1rem !important;
}
.badges-wrapper {
    position: absolute;
    left: 0;
    z-index: 9;
}
.badges-wrapper .badge:first-child {
    margin-bottom: 10px;
}
.btn.badge {
    height: 2rem;
}
.btn.badge a {
    color: #fff !important;
    padding: 0 10px;
}
body .product:hover {
    z-index: 10;
}

header.site-header {
    z-index: 11 !important;
}

header.site-header .bottom-header .wrapper nav > ul > li.highlight > a {
    background: #f5316c;
    color: #fff;
}

header.site-header .bottom-header .wrapper nav > ul > li.highlight:hover > a,
header.site-header .bottom-header .wrapper nav > ul > li.highlight > a:hover {
    color: #fff;
    background: #f5316c;
}

header.site-header .bottom-header .wrapper nav > ul > li:first-child ul {
    left: 0 !important;
    transform: translateX(0) !important;
    right: unset !important;
}

header.site-header .bottom-header .wrapper nav > ul > li:last-child ul {
    left: unset !important;
    transform: translateX(0) !important;
    right: 0 !important;
}


/* new catalog menu */

header.site-header.menu_show {
    z-index: 151 !important;
}

.menu_overlay {
    display: none;
    background: rgba(51, 51, 51, .3);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 150;
}

.menu_overlay.active {
    display: flex;
}

.open-menu.btn {
    gap: 6px;
}

.open-menu.btn img {
    width: 24px;
    height: 24px;
}

header.site-header .bottom-header .wrapper {
    height: 0;
}

header.site-header .bottom-header .wrapper nav {
    position: relative;
    margin-top: 12px;
}

header.site-header .bottom-header .wrapper nav > ul {
    display: none;
    flex-direction: column;
    height: auto;
    max-width: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 151;
}

header.site-header .bottom-header .wrapper nav.open > ul {
    display: flex;
}

header.site-header .bottom-header .wrapper nav > ul > li > a::after,
header.site-header .bottom-header .wrapper nav > ul > li > a::before {
    display: none;
}

header.site-header .bottom-header .wrapper nav > ul > li ul li a,
header.site-header .bottom-header .wrapper nav > ul > li > a {
    justify-content: flex-start;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 16px;
}

header.site-header .bottom-header .wrapper nav > ul > li ul li a:hover,
header.site-header .bottom-header .wrapper nav > ul > li > a:hover {
    background-color: #f8f8f8;
}

#menu-primary > .menu-item.menu-item-has-children {
    position: initial !important;
}

header.site-header .bottom-header .wrapper nav > ul >.menu-item.menu-item-has-children > .sub-menu,
#menu-primary > .menu-third.menu-item-has-children > .sub-menu {
  display: none !important;
  transform: translateX(0) !important;
  left: auto !important;
  width: calc(100% - 212px) !important;
  right: 0 !important;
  border-radius: 10px;
  padding: 10px;
  height: 368px;
  overflow: auto;
  box-shadow: none;
  opacity: 1;
}

header.site-header .bottom-header .wrapper nav > ul > li ul {
    opacity: 1;
    pointer-events: auto;
}

header.site-header .bottom-header .wrapper nav > ul >.menu-item.menu-item-has-children > .sub-menu > li a {
    display: inline-block;
    width: auto;
}

#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children > a {
    color: var(--light);
}

#menu-primary > .menu-third.menu-item-has-children > .sub-menu.active {
    display: flex !important;
}

header.site-header .bottom-header .wrapper nav > ul >.menu-item.menu-item-has-children > .sub-menu.active,
#menu-primary > .menu-third.menu-item-has-children > .sub-menu > .menu-item-has-children .sub-menu {
    display: block !important;
}

.open-catalog.btn {
  display: none; 
  padding: 4px 10px;
  height: auto;
  gap: 5px;
  margin-bottom: 0 !important;
  max-width: 160px;
}

.open-catalog.btn img {
    width: 16px;
    height: 16px;
}



@media screen and (max-width: 1024px) {
    .links_and_catalog__wrap {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .open-catalog.btn {
        display: flex;
    }
    
    .links_and_catalog__wrap .links-grid {
        max-width: calc(100% - 170px)
    }
}

@media screen and (max-width: 768px) {
    .open-catalog.btn {
      max-width: 140px;
    }
    
    .links_and_catalog__wrap .links-grid {
        max-width: calc(100% - 150px)
    }
}

@media screen and (max-width: 520px) {
    .open-catalog.btn {
      max-width: 110px;
    }
    
    .links_and_catalog__wrap .links-grid {
        max-width: calc(100% - 120px)
    }
}

@media screen and (max-width: 440px) {
    .open-catalog.btn {
      max-width: 100px;
    }
    
    .links_and_catalog__wrap .links-grid {
        max-width: calc(100% - 110px)
    }
}
.mobile_catalog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #fff;
    z-index: 99;
} 
.mobile_catalog .menu-new-mobile-container {
    margin-top: 30px;
}
.mobile_catalog .mobile_catalog__close {
    position: absolute;
    top: 5px;
    left: 2.5rem;
    line-height: 1;
    font-size: 24px;
    color: #f5316c;
    cursor: pointer;
}
.mobile_catalog nav li a, .mobile_catalog nav li.item {
  display: flex;
  align-items: center;
  padding: 1.2rem 2.5rem;
  font-weight: 500;
  color: var(--text);
  transition: 0.2s;
  position: relative;
}
.mobile_catalog nav li a:hover, .mobile_catalog nav li.item:hover {
  color: var(--theme);
}
.mobile_catalog nav li a .icon, .mobile_catalog nav li.item .icon {
  margin-right: 0.6rem;
  color: var(--text-grey);
  display: flex;
}
.mobile_catalog nav li a .icon:before, .mobile_catalog nav li.item .icon:before {
  font-weight: 600;
}
.mobile_catalog nav li a .mobile-menu-item-toggler, .mobile_catalog nav li.item .mobile-menu-item-toggler {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  font-size: 0.7em;
  color: var(--text-grey);
  cursor: pointer;
}
.mobile_catalog nav li a .mobile-menu-item-toggler:before, .mobile_catalog nav li.item .mobile-menu-item-toggler:before {
  font-weight: 600;
}
.mobile_catalog nav li a .mobile-menu-item-toggler.active, .mobile_catalog nav li.item .mobile-menu-item-toggler.active {
  transform: rotate(180deg);
}
.mobile_catalog nav li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.mobile_catalog nav li ul {
  display: none;
  border-top: 1px solid var(--border);
}
.mobile_catalog nav li ul li a, .mobile_catalog nav li ul li.item {
  padding: 1.2rem 2.5rem 1.2rem 5rem;
}

.mobile_catalog nav li ul li ul li a {
  padding: 1.2rem 2.5rem 1.2rem 6rem;
}

.mobile_catalog nav li .count {
  display: flex;
  margin-left: 0.5rem;
  min-width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  background: var(--theme);
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  font-size: var(--fz-smaller);
  padding: 0 0.3rem;
}
