﻿/*  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-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    
}

.card .card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    
}

/*.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: 0px solid #dfdfdf;
}

 .nav-link-icon {
    height: 1.563rem;
}


/*  btn function*/
.btn1 {
    color: #ffffff;
    font-size: 1.5rem;
    font-family: "Bebas Neue";
    font-weight: 400;
    border-radius: unset;
    background-color: #003049;
    padding: 0.5rem, 0.5rem;
}
    /* Inside the botton property */

    .btn1 .icon-set {
        letter-spacing: -2px;
    }

    .btn1:hover {
        border: solid 1px black;
    }

.btn2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #FD7F2F;
    border:none;
    border-radius: unset
}

.wishlist-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #000000;
}

.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;
}


    /* End Of Sections  */
