@charset "UTF-8";

/*-------- поиск--------*/


html.search-active{
	overflow-y: hidden!important;
}

.search-show body:before {
    content: "";
    background-color: rgba(0,0,0,.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 700;
}

.title-search-result__suitable {
    padding: 0 !important;
}

.title-search-result__suitable-elements {
    max-height: 640px!important;
    z-index: 900!important;
    position: fixed!important;
    max-width: 77%!important;
    background: #fff!important;
    border-radius: 3px!important;
    /*margin: 0px 115px!important;*/
    /*width: 777px;*/
    top: 124px;
}

.title-search-result__suitable-elements a{
    padding: 5px!important;
}

.discount-banner.search-active {
    display: none;
}
.col-result-header-search{
    height: calc(var(--vh) * 100 - 124px);
    max-height: unset;
    overflow: auto;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}


.title-search-result__suitable-elements-item-img {
    width: 80px!important;
    height: 80px!important;
    object-fit: cover;
}

/*-----исправляем стили поиска------*/
a.title-search-result__suitable-elements-item {
    height: 80px;
    display: flex;
    text-decoration: none;
    color: #333333;
}

.title-search-result__suitable-elements {
    max-height: 270px;
    max-width: 640px;
    margin: 0 auto;
}


.main-head .content-wrapper .search .wraper-input .search-btn:hover {
    background-color: #fff;
}

.form-control:focus {
    box-shadow: none!important;
    border-radius: 2px!important;
    border: 1px solid #DBDBDB!important;    
 }

.pagnav {
    margin: 25px auto;
    display: flex;
    justify-content: center;
}
.load-more {
    width: 270px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.load-more-wrap {
  margin: 15px auto;
  width: 260px;
}
.pagnav-wrap{
    position: relative;
}

.mobile_menu_wrapper-search .search-btn svg {
    width: 24px !important;
    margin-top: -7px !important;
    margin-right: -17px !important;
    opacity: 0.4;
}

/*корзина*/
.checkout .product .image-wrapper .product-label .sale-product-icon {
	background-color: #f2c94c!important;
}
.category-items .item-wrapper .thumbnail .product-label .sale-product-icon{
    background-color: #f2c94c!important;
}

.category-items .item-wrapper .price-box .new-price{
    color: #888888!important;
}

.b-catalog .quantity_selector .measure:after {
    content: '';
    margin: 0;
}
.b-catalog .quantity_selector .ci_suffix, .b-catalog .quantity_selector .ci_value {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
}
.b-catalog .quantity_selector .ci_btn {
    font-size: 14px;
    width: 27px;
}
.b-catalog .quantity_selector .ci_value {
    width: 40px;
}
.b-filter-field__modef {
    position: relative;
    margin-left: 10px;
}
.b-counter__text, .b-counter__value {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    width: 40px;
}
.b-catalog__list .b-counter__item {
    width: 118px;
}
.b-item .swiper-pagination {
    position: static;
    display: flex;
    width: 100%;
    height: 2px;
    background-color: inherit;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.b-item .swiper-pagination-bullet {
    position: relative;
    flex: 1 1 auto;
    height: 100%;
    background-color: inherit;
    height: 100%;
    top: 0;
}
.b-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    pointer-events: none;
}
.b-item .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #c4c4c4;
}
.b-item .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 50;
    background-color: #00913d;
}
@media (any-hover: hover){
    .b-item:hover .swiper-pagination {
        opacity: 1;
        visibility: visible;
    }
}
