﻿/*  CSS of Shop Page */

/* Sections  */


/* Section Banner */

#banner-section .hdg-2 {
    bottom: 10px;
    right: 75px;
}

#banner-section .banner-image {
    height: 170px;
}

/* Section Categories*/

/*#categories-section .card-body{
    padding: 0;
}
*/

 .card .card-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0rem;
}

.card  .card-text {
    font-weight: 300;
    font-size: 0.75rem;
    margin-bottom: 0rem;
}

/*.item-price-text {
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}

 .item-mrp-text {
    display: inline-block;
    color: #808080;
}

 .item-discount-text {
    color: #ff0000;
    display: inline-block;
}
*/

 .img-fluid {
    border: 0.5px solid #dfdfdf;
}

 .nav-link-icon {
    height: 1.563rem;
}


/* Filter btn function*/


    /* End Of Sections  */
