.selectric-wrapper {
    width: 300px;
}

.lang .selectric-wrapper {
    width: 140px;
}

@media only screen and (max-width: 768px) {

    .selectric-wrapper {
        width: 100%;
    }
}

.selectric {
    border: 1px solid #3F3F3F;
    border-radius: 0px;
    background: #101010 !important;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.selectric-hover .selectric, .selectric-open .selectric, .selectric-focus .selectric {
    border-color: #3F3F3F;
}

.selectric .label {
    color: #fff;
    font-size: 14px;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.selectric .button {
    background-color: #101010;
    color: #fff;
}

.selectric-items {
    border: 1px solid #3F3F3F;
    background: #0f0f0f;
}

.selectric-items ul, .selectric-items li {
    font-size: 14px;
}

.selectric-items li.highlighted, .selectric-items li.highlighted:hover {
    background-color: #101010;
    color: #fff;
}

.selectric-items li:hover {
    background-color: #101010;
    color: #fff;
}