#products{
    padding-top: 30px !important;
}

.filters{
    min-width: 220px;
}

.prod-card a{
    height: 500px !important;
}

.filters-header{
    color: white;
    font-size: 1.25em;
    padding-bottom: 8px;
    display: block;
    font-weight: 100;
}

.filters ul a{
    color: white;
}

.filters ul a:hover{
    cursor: pointer;
    text-decoration: underline !important;
}

.filter-item{
    color: white;
    padding-top: 15px;
}

.products-list-inner *{
    font-family: "Syne", sans-serif !important;
}

.products-list-inner #head{
    width: 60%;
}

.products-list-inner #head p{
    font-size: 1.05em;
}

.products-list .dropdown{
    font-size: 1.1em;
    font-family: "Wix Madefor Text", sans-serif !important;
}

.products-list .dropdown-item{
    font-size: 1em;
}

.dropdown-menu li, .products-list span{
    transition: all .7s ease;
}

.dropdown-menu li:hover{
    opacity: .8 !important;
    background-color: #2b2b2b !important;
}

.dropdown-item:hover{
    background-color: initial !important;
}

.products-list span:hover{
    opacity: .8;
}

.products-list img{
    max-height: 350px !important;
    /* min-height: 300px; */
    margin-bottom: 10px;
}

.open-panel{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    border-radius: 8px;
    padding-top: 10px;
}

.open-panel.open {
  max-height: 500px;
  padding-top: 10px;
}

.form-check{
    color: white;
}

.form-check input{
    background: black;
    border: 1px solid gray;
    border-radius: 0 !important;
    margin-top: .12rem;
    margin-right: .5rem;
}

@media only screen and (max-width: 992px) {
    .products-section{
        display: block !important;
    }

    .products-list-inner #head{
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .prod-card a{
        height: auto !important;
    }

    .prod-card{
        margin-top: 10px;
    }
}