.moredetails ul.sliders li 
{
   font-size: 13px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.moredetails ul.sliders li.yes i {
    color: #016296;
}

.moredetails ul.sliders li.no i {
    color: #ff0000;
}

.modal.view-modal .modal-body .col-lg-8.imagepart
{
    padding-left: 30px;
}

.product-box-3 .product-footer .price .vegis,
.product-box-3 .product-footer .price .nonvegis
{
    padding-left: 8px;
    padding-right: 8px;
}

.product-box-3 .product-footer .price .vegis span,
.product-box-3 .product-footer .price .nonvegis span
{
        font-size: 13px;
}


.modal.view-modal .modal-body .col-lg-8.imagepart .caterpricedetails h5
{
    font-weight: 600;
    font-size: 18px;
    color: #016296;
 
}



.sliders.row .listing
{
        display: contents;
}
.imgs.row
{
    display: flex ;
    justify-content: center;
    text-align: center;
    align-items: center;
    /*display: -webkit-box;*/
    display: flex;
}
.imgs.row .addimages
{
   width: 20%;
    float: left;
    display: contents;
    display: block;
}

.imgs.row .addimages img 
{
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 20px;
    width: 96%;
}



.lity-container
{
    width: 40%;
}

.lity-image img
{
    width: 100%;
}

.textresend
{
        margin-top: -20px;
}



@media only screen and (max-width: 860px)
{
    
    .imgs.row
    {
        display: flex;
    }
    .imgs.row .addimages img
    {
        max-height: 50px;
        min-height: 50px;
    }
    
    .caterpricedetails .row .col-md-6
    {
        font-size: 10px;
        width: 50%;
    }
    
    .caterpricedetails .row .col-md-6 span 
    {
        font-size: 12px;
    }
}