﻿/*  CSS of Shop Page */

/* Sections  */


/* Section Banner */

#banner-section .hdg-2 {
    bottom: 10px;
    right: 75px;
}

#banner-section .banner-image {
    height: 170px;
}

/* Section Categories*/



 .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;
}


 .img-fluid {
    border: 0.5px solid #dfdfdf;
}

 .nav-link-icon {
    height: 1.563rem;
}



    /* End Of Sections  */
