.features_category img {
    margin: auto;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgb(212 212 212 / 50%);
    transition: all 0.3s ease;
    border-radius: 50%;
}

.features_category img:hover {
    transform: scale(1.05);
}

.product-badge.bg-secondary.out-of-stock.border-default.text-body {
    color: white !important;
    background-color: #f26622 !important;
}

.product-card .product-badge {
    background-color: #f26622 !important;
}

.product-gallery .product-badge {
    background-color: #f26622 !important;

}