﻿.icon-small{
    width:100px;
    height:auto;
}

.img-hover-zoom {
    transition: transform 0.3s ease;
}

    .img-hover-zoom:hover {
        transform: scale(1.1);
    }

.active{
    background: none !important;
}

.btn_filter {
    border: 1px solid #808080 ;
    width: 140px;
    border-radius: 4px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 10px 20px 10px 20px ;
}

.filter-item {
    cursor: pointer;
    background-color: #FEFEFE;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 500;
    outline: 1px solid #ccc;
}

    .filter-item:hover {
        background-color: #f8f9fa;
    }

    .filter-item.active {
        background-color: #fff;
        box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.20);
    }




