
/*stores*/
.js-store-scroll.stores {
    position: relative;
}
.stores-title {
    position: absolute;
    top: 4px;
    right: 0px;
}
.stores-title .stores-title__list {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.stores-title .stores-title__list:last-of-type {
    padding-left: 24px;
}
.stores-title .stores-title__list:not(.stores-title--active):hover {
    cursor: pointer;
}
.stores-title .stores-title__list:hover,
.stores-title .stores-title__list.stores-title--active {
    opacity: 1;
}
.stores-title .stores-title__list .svg {
    margin-right: 4px;
    top: -1px;
}

.stores_block_wrap.combine .contacts_map_list {
    padding-bottom: 0px;
}
.stores_block_wrap.combine .wrapper_block.title_left .block_container {
    height: 502px;
}
.stores_block_wrap.combine .contacts_map_list .bx-yandex-view-layout {
    border: 1px solid #ececec;
}

/*.tab-pane.stores .stores_tab .stores_block_wrap.combine{position: relative;padding-top: 37px;}*/
.tab-pane.stores .stores_tab .stores_block_wrap.combine {
    position: relative;
}
.tab-pane.stores .stores_tab .stores_block_wrap .stores-title {
    top: -12px;
}
.tab-pane.stores {
    position: relative;
}

.stores-amount-list:not(.stores-amount-list--active) {
    display: none;
}
.with_title .block_container .items .item .item-stock {
    margin: 7px 0px 0px;
}
body .map_info_store .item-stock {
    margin: 10px 0px 0px;
}

.stores_block_wrap .stores_block .stores_text_wrapp {
    position: relative;
    display: inline-block;
    background: #fff;
    background: var(--card_bg_black);
    padding: 0px 10px 0px 23px;
}

.stores_block_wrap .stores_block .stores_text_wrapp > span {
    padding: 0px 0px 0px 10px;
}

.stores_block .quantity-wrapp {
    float: right;
    padding-left: 10px;
    background: #fff;
    background: var(--card_bg_black);
    margin-top: 7px;
}

.stores_block_wrap .stores_block {
    justify-content: space-between;
    clear: both;
    background: #fff;
    background: var(--card_bg_black);
    margin: -2px 0px 0px;
    position: relative;
    padding: 17px 20px 19px 20px;
    display: flex;
}

.stores_block_wrap .stores_block + .stores_block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.stores_block_wrap .stores_block .item-stock {
    float: right;
    background: #fff;
    background: var(--card_bg_black);
    margin-top: 2px;
    position: relative;
    padding: 0px 0px 0px 20px;
    min-width: 115px;
}

.phone span.phone_text > div {
    display: inline-block;
}

.catalog_detail .stores_block_wrap .stores_block .value {
    margin-right: 10px;
}

.catalog_detail .stores_block_wrap .stores_block .value:first-letter {
    text-transform: lowercase;
}


.js-info-block .stores_block_wrap {
    margin: 0px;
}

.js-info-block .block_wrap .stores_block.wo_image .item-stock {
    position: static;
    padding: 0px;
    margin: 0px;
    min-width: auto;
    float: none;
    background: #fff;
    background: var(--card_bg_black);
    display: block;
}

.js-info-block .stores_block_wrap .stores_block {
    padding: 10px 0px 0px 0px;
    background: #fff;
    background: var(--card_bg_black);
}

.js-info-block .stores_block_wrap .stores_block:before {
    display: none;
}

.js-info-block .stores_block_wrap .stores_block .stores_text_wrapp {
    padding: 0px;
    background: #fff;
    background: var(--card_bg_black);
    display: block;
}

.js-info-block .stores_block_wrap .stores_block .stores_text_wrapp .title_stores {
    line-height: 16px;
    margin: 0px 0px 3px;
    display: block;
}

.js-info-block .stores_block_wrap .stores_block:hover {
    background: none;
}

.js-info-block .stores_block_wrap .block_wrap .block_wrap_inner {
    max-height: unset;
}

.js-info-block .stores_block_wrap .block_wrap {
    max-height: 200px;
}


.catalog_detail .offer_stores .stores_block_wrap {
    display: none;
    margin-top: 0;
}

.catalog_detail .offer_stores .stores_block_wrap {
    margin: 0 0 10px;
}

