.header_top {
  padding: 12px 0;
  background: #f7f7fb;
}

.header_top_df {
  display: flex;
  justify-content: space-between;
}

.header_top_email .ic {
  min-width: 24px;
  max-width: 24px;
}

.header_top_phone .ic {
  min-width: 20px;
  max-width: 20px;
}

.header_top_address .btn .ic {
  min-width: 24px;
  max-width: 24px;
}

.header_top_address .btn span {
  color: #9f9fa2;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px dashed #9f9fa2;
  margin-left: 8px;
}

.header_top_address .btn:hover span {
  color: #9372BE;
  border-bottom: 1px dashed #9372BE;
}

.header_top_address .btn:hover .ic path {
  fill: #9372be;
}

.header_top_contacts .btn span {
  color: #9f9fa2;
  font-size: 18px;
  font-weight: 300;
  margin-left: 8px;
}

.header_top_contacts .btn:hover .ic path {
  fill: #9372be;
}

.header_top_contacts .btn:hover span {
  color: #9372BE;
}

.header_top_contacts .btn:first-child {
  margin-right: 30px;
}

.header_top_contacts .btn:last-child {
  margin-left: 25px;
}


.header_menu_mob .header_main {
  padding: 35px 0;
  display: flex;
}

.header_main_wrapper {
  margin-block: 30px;
  position: relative;
  min-height: 60px;
}

.header_main_wrapper .header_main>.cont {
  display: flex;
}

.header_main_wrapper .header_main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFF;
  padding-block: 5px;
}

.fixed .header_main_wrapper .header_main {
  position: fixed;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.header_logo {
  margin-right: 30px;
}

.header_logo .ic {
  margin-right: 10px;
  min-width: 49px;
  max-width: 49px;
  border-right: 1px solid #553285;
  padding: 7px 0;
  padding-right: 9px;
}

.header_logo_title {
  text-transform: uppercase;
  color: #553285;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.header_logo_text {
  color: #553285;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.header_search {
  display: flex;
  align-items: center;
}

.header_search_button {
  min-width: 40px;
  max-width: 40px;
}

.header_search_button .btn {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.header_search_input {
  flex-grow: 1;
  position: relative;
}

.header_search_input .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  border-radius: 0 10px 10px 0;
  height: 50px;
}

.header_search_input input {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  box-sizing: border-box;
}

.header_search {
  display: flex;
  align-items: center;
  min-width: 430px;
  max-width: 430px;
  margin-right: auto;
}

.ic {
  transition: .2s;
}

.header_search_input {
  flex-grow: 1;
  overflow: hidden;
}

.header_search_input input {
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #9F9FA2;
  padding-left: 15px;
  height: 48px;
  font-weight: 300;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #553285;
  /* background: #ffffff url("/wp-content/uploads/2024/05/search.svg") no-repeat 9px center/20px auto; */
  background: #ffffff;
  transition: .2s;
}

.header_search_input input:hover,
.header_search_input input:focus {
  background: #f7f7fb;
  border: 1px solid #e7e4ed;
}

.header_search_input input:focus::placeholder {
  color: transparent;
}

.header_controls_user .btn .ic {
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  background: url("/wp-content/uploads/2024/05/user.svg") no-repeat center center/20px auto;
}

.header_controls_user .btn:hover .ic {
  background: url("/wp-content/uploads/2024/05/userh.svg") no-repeat center center/20px auto;
}

.header_controls_user .btn:hover span {
  color: #9372BE;
}

.header_controls {
  display: flex;
  align-items: center;
}

.header_controls_cart {
  margin-right: 30px;
}

.header_controls_cart .ic {
  margin-right: 20px;
  min-width: 31px;
  max-width: 31px;
}

.header_controls_cart div {
  transition: .2s;
}

.header_controls_cart:hover span {
  color: #9372BE;
}

/* .header_controls_cart:hover path {
  fill: #9372be;
} */

.header_controls_box_title {
  color: #5b5b5d;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 7px;
  transition: .2s;
}

.header_controls_box_text {
  color: #5b5b5d;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  transition: .2s;
}

.header_controls_user .btn .ic {
  margin-right: 20px;
}

.header_controls_user .btn span {
  color: #5b5b5d;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.header_controls_user .btn:hover path {
  fill: #9372be;
}

.main_slider .swiper-slide {
  height: auto;
}

.header_menu_df {
  display: flex;
  justify-content: space-between;
  border: 2px solid #e7e4ed;
  border-radius: 10px;
  background: white;
  align-items: center;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.header_menu_df li a {
  color: #5b5b5d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 15px;
  display: inline-flex;
  border-radius: 10px;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.header_menu_df li a:hover {
  color: #ffffff;
  background: #553285;
}

.header_menu {
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {}

.catalog-menu-wrap .cont {
  position: relative;
  height: 100%;
}

.catalog-menu-subcat__label {
  font-size: 18px;
  margin-bottom: 14px;
}

.catalog-menu-subcat__label:hover {
  color: #553285;
}

.catalog-menu-subcat__title {
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.catalog-selector-mobile {
  display: none;
}