/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.flex-img {
  display: flex;
}

@media (max-width: 1050px) {
  .flex-img {
    flex-direction: column;
    align-items: center;
  }



}

/* Нашли дешевле кнопка */
.cheaper_form {
  border: 1px solid;
  border-color: hsla(
    var(--dark_light-wtheme-hue),
    var(--dark_light-wtheme-saturation),
    var(--dark_light-wtheme-lightness),
    0.35
  );
  color: var(--fill_dark_light_hover);
  border-radius: 3px;
  padding: 8px !important;
  transition: all 0.3s ease;
}

.cheaper_form span {
  border-bottom: none;
}

.cheaper_form:hover {
  background-color: var(--theme-base-color);
  border-color: var(--theme-base-color);
}

.cheaper_form:hover span {
  color: #fff !important;
}

.cheaper_form:hover svg path {
  fill: #fff;
}

/* Альтернативные артикулы в товаре */
.alter-articles {
  margin-block: 1rem;
}

/* первые 6 характеристики в товаре */
.first-charesti {
  display: flex;
  flex-direction: column;
}

.first-charesti h5 {
  margin-block: 0.5rem;
}

/* скрываем подкатегории */
.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu {
  display: none;
}

.info_item .text-form {
  display: none;
}

/* КОСТЫЛИ */
.sticky-sidebar__inner .catalog_block {
  display: none;
}

.arrow_scroll .nav.nav-tabs &gt; li {
  margin-inline: 0;
  float: left;
  border-radius: 0;
}
.arrow_scroll .nav.nav-tabs &gt; li:first-child {
  margin-left: 3px;
}

.logo-row .logo {
  height: auto;
}
#headerfixed .logo-row .logo img,
#headerfixed .logo-row .logo svg {
  max-height: 100%;
}

.header__top-item.no-shrinked {
  margin-left: 40px;
}

/* товарная карточка */
.product-info-headnote__brand {
  display: inline-flex !important;
  flex-direction: column;
  align-items: flex-end;
}

.brand-detail {
  display: none;
}

.item-wrapper .item .image span {
  background-size: contain;
  background-repeat: no-repeat;
}

.articles__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}
.articles__item {
  padding: 3px 10px;
  color: #fff;
  border-radius: 50px;
}
.articles {
  padding-top: 20px;
}
.modifiers {
  padding-top: 50px;
}
.modifiers .item_info--bottom_block {
  display: none;
}
.char-side__title {
  font-size: 18px;
}

.headerEmail a, #header .phone a, #headerfixed .phone a {
  color: #222;
  font-size: 16px;
  font-weight: normal;
}

#header .phone, #headerfixed .phone {
  margin-top: 5px;
}

.headerAddress {
  color: #222;
}

.sections_wrapper .list .item.bordered .img {
  width: 215px !important;
  height: 215px !important;
}

.hit_slider {
  height: 512px;

}

.hideImg {
    display: none;
    position: absolute;
    right: -135px;
    top: -87px;
    z-index: 10;
}

.tabs_content.hit_slider {
  position: static !important;
}

.main_hit .best_block {
  position: relative;
}

.customNav {
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
}

.swiper-button-prev, .swiper-button-next, .swiper-button-prev:hover, .swiper-button-next:hover {
  position: static;
  background: none;
}

.swiper-button-prev {
  margin-right: 60px;
}

.hit_slider .footer_button {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.content_wrapper_block.main_hit, .content_wrapper_block.main_hit .maxwidth-theme {
  background: #FFF !important;
}

input.search-input {
  background: #F3F3F3 !important;
  border: 1px solid #DCDCDC !important;
  border-radius: 3px !important;
}

.front_tizers .only-on-front {
  padding-top: 30px !important;
  padding-bottom: 30px;
}

.front_tizers .only-on-front .item-views {
  padding-top: 0;
  padding-bottom: 0;
}

.front_tizers .only-on-front .item {
  background: #FBFBFB;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 11px !important;
  display: flex;
  align-items: center;
}

.front_tizers .only-on-front .item .image {
  margin-left: 7px;
  margin-right: 14px;
  margin-bottom: 0 !important;
  align-self: center !important;
}

.front_tizers .only-on-front .item .title {
  text-align: left;
  margin-bottom: 0;
}

.front_tizers .only-on-front .item .value {
  text-align: left;
}

.front_tizers .only-on-front .item .title, .front_tizers .only-on-front .item .value {
  font-size: 16px;
}

.front_sections_root .compact {
  padding-bottom: 55px !important;
}

.item-views.brands .item img {
  filter: none;
  opacity: 1;
}

.main_hit .maxwidth-theme {
  padding-top: 42px !important;
}

.main_hit .top_block {
  padding-top: 0;
}

.main_hit .tab_slider_wrapp {
  padding-bottom: 84px !important;
}



@media (max-width: 1050px) {

  .front_sections_root .item {
    flex-direction: column;
  }

  .front_sections_root .item .name{
    text-align: center !important;
  }

  .front_sections_root .col-xs-6 {
    width: 50% !important;
  }

  .sections_wrapper .list .item.bordered .img {
      width: 100% !important;
      height: auto !important;
  }

    .front_tizers .only-on-front .col-sm-4 {
        width: 50% !important;
        padding-right: 12px;
        padding-left: 0;
        margin-bottom: 36px;
    }

   .hit_slider {
     height: auto;
    }


}

@media (max-width: 600px) {
    .front_tizers .only-on-front .col-xs-6 {
      width: 100% !important;
    }  

    .front_tizers .only-on-front .col-xs-6 .image {
        margin-left: 7px !important;
        margin-right: 15px !important;
    }

   .customNav {
     top: 48px;
   }

    #main .hit_slider .mobile-overflow {
      overflow: visible;
    }

   body .catalog_block .catalog_item_wrapp {
    width: 99%;
   }

  .banner_text {
    overflow: visible !important;
    margin-bottom: 120px !important;
   }

}

.articulBanner {
    font-size: 14pt;
    margin-top: 40px;
}