.store_img img {

    width: 100% !important;

    height: 100% !important;

}



.primary-title.no-orange-line {
    padding-bottom: 0;
}

.primary-title {
    padding: 0;
    color: #000000;
    line-height: 1.2;
    font-size: 24px;
    margin: 0;
    letter-spacing: -0.03em;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.store-location-div {
    margin-bottom: 20px;
}

.str-loc-info {
    padding: 5px 0;
    margin-bottom: 15px;
}



.secondary-title {
    padding: 0;
    color: #434444;
    line-height: 1.4;
    font-size: 17px;
    letter-spacing: -0.05em;
}

.store-location-div p {
    
    font-size: 14px;
    color: #141414;
    line-height: 1.7;
    overflow: hidden;
    margin-bottom: 5px;
}

.str-loc-iframe iframe {
    height: 240px;
    width: 100%;
}

 iframe body {
    overflow: hidden;
}

.str-loc-iframe iframe body img{
object-fit: contain;
}


.stor_rating h6 {
    color: #808080;
}

.back-stars,
.front-stars,
.star-rating {
    display: flex
}


.star-rating {
    align-items: center;
    font-size: 16px;
    justify-content: center
}

.star_box {
    display: flex;
    justify-content: center
}

.back-stars {
    color: grey;
    position: relative
}

.front-stars {
    color: #3BB77E;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: .5s
}

.product-star {
    font-size: 16px !important;
    justify-content: start !important;
    margin-top: 7px;
    align-items: center
}


#loading-background{
    background-size: cover !important;
}

.str-loc-iframe{
    height: 200px;
}
.str-loc-iframe img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}