#ImgesSection
{
    padding: 10px;
}

#galleryButton
{
    display: inline-block;
    width: 130px;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.filter-button.active
{
    background-color: #fff !important;
    color : #ED1C24 !important;
    border-color: #ED1C24;
}

.gallery-product
{
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s linear;
}

.image-resize
{
    height: 280px !important;
    width: 5100px !important;
    object-fit: cover;
    object-position: center;
}