body{
    padding: 0;
    margin: 0;
}

.cat-card{
    width: 9%;
    text-align: center;
    margin: .5% !important;
}
.cat-card img{
    width: 100%;
}

.img-box{
    height: 150px !important;
}
.logo{
    height: 50px;
    margin-left: 30px;
}

.productcard {
    width: 19% !important;
    padding: 5px !important;
    cursor: pointer;
    border: none !important;
    margin-left: 1% !important;
    margin-top: calc(0.1 * 9%) !important;
}

.cat-img {
    width: auto;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.deal-img{
    max-width: 100%;
    max-height: 150px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;  
}

.relative{
    position: relative;
}

.border-right{
    border-right: 3px solid #ec9f03;
}
.cat-img-sigle {
    width: auto;
    height: 150px;
    position: relative;
}
.cart-btn {
    border: none;
    background-color: #f7ba43;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border-radius: 3px;
    letter-spacing: 1px;
    width: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    right: 10px;

}

.font-10{
    font-size: 12px;
}


.OfferCard {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: -2px;
}

.banner{
    max-height: 300px;
    max-width: 100%;
}
.product-title {
    color: #040404;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
    width: 100%; 
}

.title-box{
    min-height: 50px !important;
}

.fa-2x{
    font-size: 23px !important;
    margin-left: 10px;
}

.active-catItem{
    border-bottom: 2px solid #f7ba43;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    margin-right: 10px;
    color: #ec9f03;
}

.pointer{
    cursor: pointer;
}

.sub-cat{
    position: absolute;
    top: 35px;
    left:50px;
    background-color: #fff;
    text-align: left;
    width: max-content !important;
}


.menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;


}

.menu-bar ul li {
    margin-right: 20px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    cursor: pointer;
    border-radius: 10px;
}

.menu-bar ul li.active {
    background-color: #007bff;
}

.menu-bar ul li:hover {
    background-color: #5ca8f8;
    color: #fff;
}

.menu-bar ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
}

.menu-bar ul li.active a {
    color: #fff;
}

.menu-bar ul li a:hover {
    color: #fff;
}

.link-list{
    display: block;
    padding:5px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    width: 100%; 

}

.link-list:hover{
color: #fff;
background-color: #5ca8f8;
}

.link-list a{
    text-decoration: none;
    display: block;
}

.link-list a:hover{
    color: #fff;
    }

.link-col{
    padding: 5px 0px;
    text-align: center;
}
.link-col:hover{
    background-color: #ee8a17;
    color: #f8f9fa;
    }

    .sub-cat a.catlink {
        display: block; /* Ensure each link is a block element */
    }