.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;
}

.feature-cat-item .feature-cat-item-inner:hover {
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.feature-cat-item .feature-cat-item-inner {
    display: block;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    padding: 15px 0;
}

.feature-cat-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.feature-cat-item .feature-cat-icon {
    display: inline-block;
    padding: 9px;
}

.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;
    }

    .feature-cat-item .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;
}