.sort-select > div {
    padding: 0 3px;
}

.sort-select .sort-block {
    display: flex;
    padding: 0;
}

.sort-select .selectric {
    margin-bottom: 15px;
    background-color: #fff;
    border: 2px solid #97bf00;
    border-radius: 3px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
}

.sort-select .selectric-focus .selectric {
    border-color: #97bf00;
}

.sort-select .selectric-open .selectric,
.sort-select .selectric-hover .selectric{
    border-color: #97bf00;
}
.sort-select .selectric-open .selectric {
    border-radius: 3px 3px 0 0;
}

.sort-select .selectric .label {
    margin: 0;
    text-align: left;
    font-weight: inherit;
    font-size: 13px;
    line-height: 26px;
}

.sort-select .selectric-items {
    width: 100%;
    background-color: #fff;
    border: 2px solid #97bf00;
    border-radius: 0 0 3px 3px;
    top: 96%;
    border-top: none;
    box-shadow: none;
}

.sort-select .selectric-items ul {
    padding-bottom: 5px;
}

.sort-select .selectric-items li {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #444;
}

.sort-select .selectric-items li.highlighted,
.sort-select .selectric-items li:hover{
    background: none;
    color: #97bf00;
}

.sort-select .selectric .check_button:hover {
    background: none;
}

@media (max-width: 992px) {
    .sort-select > div {
        padding: 0;
    }
}