.mist-dropdown-list {
    position: relative;
    overflow: inherit;
}
.mist_new_horses_list .search_horse .column.mist-dropdown-list {
    overflow: inherit;
}
.mist-dropdown-list .mist-dropdown-title {
    padding: 0.59em;
    font-weight: 600;
}
.mist-dropdown-list .mist-dropdown-title::after {
    font-family: 'ETmodules';
    content: "3";
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 8px;
    font-weight: 800;
}
.mist-dropdown-list .mist-dropdown-title.expanded::after {
    content: "2";
}
.mist-dropdown-list ul {
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    z-index: 10;
    border: 1px solid;
    border-color: inherit;
    border-radius: 3px;
    background-color: #fff;
    list-style: none;
    padding: 0;
}
.mist-dropdown-list ul li {
    padding: 7px 15px;
}
.mist-dropdown-list ul li:nth-child(even) {
    background-color: #ddd;
}
.mist-dropdown-list ul li a {
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}
.mist-dropdown-list ul li a:hover {
    color: #2EA3F2;
}

@media only screen and (min-width: 768px) {
    .mist_new_horses_list .search_horse .column.cat_list {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .mist_new_horses_list .search_horse .column.search_box {
        margin-right: 0;
    }
}
