/* Update new css style */

/* define the IS SOLD style */
.is-sold{
    background-color: #2BA8E1;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
}


.b-detail__main-info-images-big .image-box{
    cursor: pointer;
}