/* white you custom css code here. only css code will work */

.industry-single-info-item .details {
    font-size: 15px;
    text-transform: none !important;
    line-height: 20px;
}

.section-title.grocery-home .title{
color:#ff6100 !important;
}

.section-title.fruits-home .title{
color:#ff6100!important;
}

.single-top-selling-product {
    display: flex;
    margin-bottom: 30px;
    border: 1px orange solid;
    border-radius: 40px;
    padding: 10px;
    height: 220px;
}
.thumb {
    padding: 10px;
}