.drop-down select{
    position: relative;
    background: url('/themes/custom/esj/images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;

}

/* .drop-down select::after{
    content: '';
    background: url('/themes/custom/esj/images/chevron-down.svg');
    position: absolute;
    height: 10px;
    width: 10px;
    right: 10px;
    top: 50%;
    pointer-events: none;
} */

.categories div:nth-child(even){
    background-color: #F4F4F4;
}

.category svg{
    height: 75px;
    width: 75px;
}

.category.selected{
    background-color: #5B7A8B !important;
}

.category.selected h5,
.category.selected p{
    color: #fff !important;
}

.category.selected svg path{
    fill: #fff !important;
}

.results-link .disabled{
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}


.arrow-bg{
    background-image: url('/themes/custom/esj/images/navigator/arrow-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.result-single:last-child{
    border: none;
}

/* GOOGLE TRANSLATE */

.ui-widget-overlay{
    z-index: -1 !important;
    position: relative !important;
}

/* DESKTOP */
@media (min-width: 1024px){
    .categories > div:nth-child(1),
    .categories > div:nth-child(3),
    .categories > div:nth-child(6),
    .categories > div:nth-child(8){
        background-color: white;
    }

    .categories div:nth-child(2),
    .categories div:nth-child(4),
    .categories div:nth-child(5),
    .categories div:nth-child(7){
        background-color: #F4F4F4;
    }

    .category h5,
    .category p,
    .category,
    .category:hover{
        transition: opacity 0.5s ease-in-out;
    }

    .category p,
    .category:hover h5{
        opacity: 0;
        visibility: hidden;
        height: 0px;
        display: none;
    }

    .category:hover p{
        opacity: 1;
        visibility: visible;
        height: auto;
        display: block;
       
    }
    .box-shadow-1{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .box-shadow-0{
        box-shadow: none;
    }
}

/* MOBILE */
@media (max-width:1024px) {
    .box-shadow-0{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .box-shadow-1{
        box-shadow: none;
    }
    .category p,
    .category.selected h5{
        display: none;
    }

    .category.selected p,
    .category h5{
        display: block ;
    }
    .drop-down select{
        background-position: right 15px center;
    }
}