﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

nav .bg-primary {
    background: #0071BF !important;
    border-radius: 0 !important;
}

.nav-link:hover {
    background: #0071BF !important;
    border-radius: 0 !important;
}

.icons {
    border-radius: 0 !important;
    padding: 15px;
    background: #0071BF;
    color: #fff;
}

    .icons:hover {
        color: #fff;
        background: #06385b;
    }

@media screen and (max-width: 768px) {
    .icons {
        border-radius: 0 !important;
        padding: 5px;
        background: #0071BF;
        color: #fff;
    }

    #category-selection {
        min-height: auto !important;
    }

    .breadss {
        background-position: top left !important;
    }

    .mob-100 li {
        width: 100%;
        text-align: center;
    }

    .mob-100 {
        display: none;
    }

    .hero11 {
        padding: 25px !important;
    }
}


#category-selection {
    padding: 10px;
    min-height: 290px;
}

    #category-selection li {
        padding: 5px 25px;
    }

        #category-selection li p {
            font-size: 16px;
            cursor: pointer;
            margin-bottom: 0;
        }

.hero11 {
    background-image: url('../images/new-hero.png');
    background-size: cover;
    padding: 65px;
    background-position: center center;
}

    .hero11 a {
        background: #0071BF;
        color: #fff;
        padding: 15px 55px;
    }

        .hero11 a:hover {
            color: #fff;
        }

.hero11 {
    color: #fff;
}


.feature-box {
    background: #fafafa;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
}

    .feature-box .icon {
        background: transparent;
        border-radius: 50%;
        width: 90px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
        overflow: hidden;
    }

        .feature-box .icon img {
            max-width: 60%;
            max-height: 60%;
        }

    .feature-box h5 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 17px;
    }

    .feature-box p {
        margin: 0;
        color: #666;
        font-size: 13px;
    }


.product-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.2s ease;
}

    .product-card:hover {
        transform: translateY(-3px);
    }

    .product-card img {
        width: 100px;
        height: auto;
        object-fit: contain;
        margin-right: 15px;
    }

    .product-card h5 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .product-card .stars {
        color: #f1c40f;
        margin-bottom: 8px;
    }

    .product-card .price {
        font-size: 14px;
        margin-bottom: 8px;
    }

        .product-card .price .old-price {
            text-decoration: line-through;
            color: #aaa;
            margin-right: 5px;
        }

    .product-card .btn-add {
        background: #fff;
        color: #0071BF;
        border: 1px solid #0071BF;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        font-weight: 500;
    }

        .product-card .btn-add i {
            margin-right: 5px;
        }


.btn-add-to-cart {
    display: inline-flex;
    align-items: center;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #0071BF;
    cursor: pointer;
    text-decoration: none;
}

    .btn-add-to-cart .icon-box {
        background-color: #0071BF;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        border-radius: 0;
    }

        .btn-add-to-cart .icon-box i {
            color: #fff;
            font-size: 13px;
        }

    .btn-add-to-cart span {
        color: #0071BF;
        padding: 0 10px;
    }


#category-selection .active {
    font-weight: 700;
    color: #0071BF;
}

.stars {
    color: #f1c40f;
    margin-bottom: 8px;
}

.nav-item .active {
    background: #0071BF;
    margin: 0 10px;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
    position: absolute;
    top: -4px;
    right: -24px;
}

.navbar-toggler.open .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6 L24 24 M6 24 L24 6' /%3E%3C/svg%3E");
}
