.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    background: #fefefe;
    margin: 0 auto;
    border-radius: .1px;
    width: 300px;
    height: 115px;
    font-size: 14px;
    display: none
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    position: relative;
    background: #88C13E;
    margin: 0 auto;
    border-bottom: 1px solid #88C13E;
    padding: 0 15px 0 15px;
    color: #fff;
    display:none;
    font-size: 29px
    
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 33%;
    right: 10px;
    color: #88C13E;
    cursor: pointer;
    font-size: 18px;
    padding: 0 10px;
    border-radius: 100%;
    background: #fff
}

.wickedpicker__close:before {
    content: '\00d7'
}

.wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0
}

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 35px;
    letter-spacing: 1.3px
}

.wickedpicker__controls__control-up {
    border-bottom: 2px solid #88C13E
}

.wickedpicker__controls__control-down {
    border-top: 2px solid #88C13E
}

.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
    color: #adb5bd;
    position: relative;
    display: block;
    margin: 3px auto;
    font-size: 15px;
    cursor: pointer
}

.wickedpicker__controls__control-up:before {
    content: '\e800'
}

.wickedpicker__controls__control-down:after {
    content: '\e801'
}

.wickedpicker__controls__control--separator {
    width: 5px
}

.text-center,
.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up,
.wickedpicker__title {
    color: #adb5bd;
    text-align: center
}

.hover-state {
    color: #88C13E
}

@font-face {
    font-family: fontello;
    src: url("https://zwin.io/html//assets/fonts/fontello.eot?52602240");
    src: url("https://zwin.io/html//assets/fonts/fontello.eot?52602240#iefix") format("embedded-opentype"), url("../fonts/fontello-52602240.woff") format("woff"), url("../fonts/fontello-52602240.ttf") format("truetype"), url("https://zwin.io/html//assets/fonts/fontello.svg?52602240#fontello") format("svg");
    font-weight: 400;
    font-style: normal
}

.fontello-after:after,
.fontello:before,
.wickedpicker__controls__control-down:after,
.wickedpicker__controls__control-up:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}