.js-form-wrap {
    background: #f0f0f0;
    padding: 30px;
    margin-bottom: 2em;
}

.js-zip {
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-width: 0;
    font-size: 12px;
    padding: 15px;
    width: 190px;
}

.js-radius {
    color: #777;
    height: 43px;
    margin-bottom: 0;
    position: relative;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 13px 60px 13px 15px;
    font-size: 12px;
    border-radius: 5px;
    border-width: 0;
}

.ajaxselectlist-select-wrap {
    position: relative;
    &:before {
        background-image: url('../Images/icon-form-select.svg');
        background-repeat: no-repeat;
        width: 44px;
        height: 43px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.js-radius-wrap {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.js-categories {
    color: #777;
    height: 43px;
    margin-bottom: 0;
    position: relative;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 13px 60px 13px 15px;
    font-size: 12px;
    border-radius: 5px;
    border-width: 0;
}

.js-categories-wrap {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}