#bx-soa-pickup {
    display: none;
}

@media (max-width: 460px) {
    .bs-popover-bottom {
        left: 8% !important;
    }
}

.popover {
    z-index: 100000;
}

.stores-table td {
    border: 1px solid black;
    padding: 10px;
}

.h4_style {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.125rem;
}

.section-head__title div.title {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.25;
}

@media (min-width: 576px) {
    .section-head__title div.title {
        font-size: 1.75rem;
    }
}

@media (min-width: 1200px) {
    .section-head__title div.title {
        font-size: 2rem;
    }
}

div.smart-filter-title {
    font-weight: 600;
    line-height: 1.45;
    font-size: 1.25rem;
}

.head__search {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 2;
}

@media (max-width: 1999px) {
    .head__actions {
        flex: 0.1;
    }
}
@media (min-width: 768px) {
    .head__location {
        display: block;
        -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
        flex: 0.3;
    }
}
@media (min-width: 1200px) {
    .head__contacts {
        padding: 0 1.75rem;
        flex: 0.6;
        justify-content: center;
    }
}

@media (min-width: 1488px) {
    .head__contacts {
        padding: 0 1.75rem;
        flex: 0.4;
    }
}
.list_cart .shop-list-map__container{
    min-height: 225px;
}
#stores_lists {
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
#stores_lists .item {
    min-width: 200px;
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 50px;*/
    /*margin-bottom: 20px;*/
}

#stores_lists .item .name {
    font-size: 18px;
    width: 300px;
}

.head__slider .swiper-container {
    padding-bottom: 60px;
}

.head__slider .mainslider__nav {
    bottom: -4.375rem;
}
@media (min-width: 992px) {
    .catalog-section__content-wrap:hover .catalog-section__img {
        -webkit-transform: translate(10%, 10%);
        -ms-transform: translate(10%, 10%);
        transform: translate(10%, 10%);
    }
}

.footer__recall a {
    min-width: 145px!important;
}

.compare-page__items .no-gutters > .col{
    width: 250px;
    word-wrap: break-word;
}

.compare-page__items .no-gutters > .col .product-item-image-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.menu-horizontal__megamenu {
    z-index: 10000!important;
}

@media (max-width: 992px) {
    .l-main__container .product-item-title {
        word-break: break-word;
    }

    .product-item__popup {
        height: auto!important;
        opacity: 1!important;
        -webkit-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        transform: translateY(0)!important;
    }
}


#bx-soa-delivery, #bx-soa-paysystem {
    display: none!important;
}

.b-article-detail-content__detail-text ul {
    width: 100%;
    max-width: 100%;
}