.product_heading a {
    font-size: 14px;
}

.acitve_color {
    border: 4px solid #f29120;
}

.feature-cat-item {
    flex: 0 0 16.33%;
    padding: 0 4px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%; /* Makes the div circular */
    overflow: hidden; /* Ensures content stays inside the circle */
    position: relative;
    width: 200px; /* Adjust size as needed */
    height: 200px; /* Adjust size as needed */
}

.feature-cat-item-inner {
    display: block;
    /*background: #fff;*/
    border-radius: 50%; /* Maintains circular shape */
    /*box-shadow: 0 1px 1px rgb(0 0 0 / 10%);*/
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*.feature-cat-item-inner:hover {*/
/*    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);*/
/*}*/

.feature-cat-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content:center;
}

.feature-cat-icon {
    width: 150px; /* Adjust size as needed */
    height: 150px; /* Adjust size as needed */
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden; /* Ensures image stays inside the circle */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.feature-cat-icon img {
    width: 100%;
    height: auto;
}

.feature-cat-item p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 767px) {
    .feature-cat-item {
        flex: 0 0 50%;
        margin-bottom: 10px;
        font-weight: bold;
        width: auto; /* Responsive width */
        height: auto; /* Responsive height */
    }

    /* .feature-cat-item-inner {
        border-radius: 10px;
        padding: 5px 0;
    } */

    /* 
    .feature-cat-item .feature-cat-icon {
        width: 60px;
        height: 60px;
    }
    */

    .feature-cat-item p {
        line-height: 17px;
        min-height: 25px;
        font-weight: bold;
        text-align: center;
    }

    .navbar {
        padding-top: .0rem;
        padding-bottom: .0rem;
    }
}

@media (max-width: 1279px) {
    .feature-cat-item p {
        font-size: 11px;
    }
}

.feature-m-header {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

.feature-m-blur {
    text-align: center;
    font-size: 15px;
    color: #01132d;
    line-height: 26px;
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cart-button i {
    margin: 10px 0 5px;
}

.cart-button:hover {
    background: #1C8200;
}

.cart-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background: #1c8200bd;
    border: 1px solid rgba(252, 60, 60, 0.2);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    width: 59px;
    height: 59px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.cart-button span.counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ef4a23;
    line-height: 20px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.cart {
    color: white;
}

.bg-gray {
    background: #f2f4f85e;
}
