.out-stock {
    display: flex;
    width: 15px;
    height: 13px;
    margin-right: 4px;
    background: url("../images/outStock.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.in-stock {
    display: flex;
    width: 15px;
    height: 13px;
    margin-right: 5px;
    background: url("../images/inStock.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.wk-ssp-outofstock {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #e02b27;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 17px;
}
.wk-ssp-instock {
    display: flex;
    font-size: 1.3rem;
    color: #4c9d30;
    font-weight: 600;
    margin-bottom: 6px;
    justify-content: center;
    align-items: flex-end;
    line-height: 17px;
}
.wk_ssp_instocks {
    display: flex;
    font-size: 1.4rem;
    color: #4c9d30;
    font-weight: 600;
    line-height: 16px;
    padding: 6px;
}
.save_fav_store {
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url("../images/fav.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}
.down-angle {
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url("../images/down.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}
.address {
    left: 34px;
    top: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.result_address {
    padding: 10px 0px 0px 10px;
    height: 34px;
    left: 34px;
    top: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.ssp_description {
    height: 34px;
    left: 34px;
    top: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.wk_store_photos {
    width: 61px;
    height: 25px;
    left: 100px;
    top: 659px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.wk_ssp_store_photos {
    margin-top: 20px;
}
.ssp_map_search {
    background-color: #006bb4;
    height: 200px;
}
.ssp_map_car {
    display: inline-block;
    width: 40px;
    height: 35px;
    background: url("../images/mdi_car.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-right: 8px;
}
.ssp_map_bus {
    display: inline-block;
    width: 40px;
    height: 35px;
    background: url("../images/mdi_bus.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-right: 8px;
}
.ssp_map_walk {
    display: inline-block;
    width: 40px;
    height: 35px;
    background: url("../images/walk.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-right: 8px;
}
.ssp_map_cycle {
    display: inline-block;
    width: 39px;
    height: 35px;
    background: url("../images/mdi_motorbike.svg") repeat scroll 0 0
        rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-right: 8px;
}
.map_search {
    padding: 30px 30px 5px 30px;
}
.ssp_map_maker {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/mdi_map-marker.svg") repeat scroll 0 0
        rgba(0, 0, 0, 0);
}
.ssp_map_mdi_maker {
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url("../images/mdi_map.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ellipse {
    position: absolute;
    width: 5px;
    height: 5px;
    left: 244px;
    top: 505px;
    background: #333333;
    opacity: 0.7;
}
.tooltip-taxt {
    width: 190px;
    height: 16px;
    padding: 6px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    color: #333333;
}
.wk_ssp_store_attributes{
    padding-left: 5px;
}
