.stores_block_wrap {
    margin-top: -7px;
}
.stores_block_wrap .stores_block {
    clear: both;
    line-height: 20px;
    position: relative;
    padding: 12px 0px 13px 0px;
}
.stores_block_wrap .stores_block:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #c3c3c3;
    top: 50%;
    position: absolute;
}
.stores_block_wrap .stores_block .stores_text_wrapp {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0px 10px 0px 19px;
    font-size: 12px;
    font-weight: bold;
}
.grid-list__item .stores_block_wrap .stores_block .stores_text_wrapp {
    padding: 0px 5px 0px 0px;
}
.stores_block_wrap .stores_block .stores_text_wrapp .main_info {
    max-width: 500px;
}
.stores_block_wrap .stores_block .item-stock {
    float: right;
    background: #fff;
    margin-top: 2px;
    position: relative;
    padding: 0px 19px 0px 20px;
    min-width: 115px;
}
.grid-list__item .stores_block_wrap .stores_block .item-stock {
    padding: 0px 0px 0px 5px;
}
.stores_block_wrap .stores_block.wo_image .item-stock {
    top: 50%;
    position: absolute;
    right: 0px;
    margin-top: -14px;
}
.item-stock .icon.stock {
    background-position: -111px -48px;
}
.item-stock .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('images/ai.svg') -92px -48px no-repeat;
    margin: 1px 6px 0px 0px;
}
.stores_block_wrap .stores_block .value {
    margin-right: 10px;
    font-size: 12px;
}
.grid-list__item .stores_block_wrap .stores_block .value {
    margin-right: 0px;
}