.cur {
    _cursor: hand;
    cursor: pointer
}

div.selectaTrigger {
    float: left;
    display: inline-block;
    width: 100% !important;
    height: 43px;
    margin: 0;
    padding: 11px 20px 6px 27%;
    background-color: #fff;
    font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: #555;
    border-width: 0;
    border-radius: 15px 0 0 15px;
    border-top: 1px solid #ceb73d;
    border-left: 1px solid #ceb73d;
    border-bottom: 1px solid #ceb73d;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.mobile .selectaTrigger {
    border-radius: 15px;
}

.desktop.retail .selectaTrigger {
    padding-left: 10%
}

div.selectaTrigger:after {
    position: absolute;
    top: 5px;
    right: 2px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 36px;
    font-style: normal;
    text-align: center;
    line-height: 32px;
    color: #a6a6a6;
    height: 32px;
    width: 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.mobile div.selectaTrigger:after {
    right: 10px
}

div.selectaTrigger:hover:after {
    color: #3a4763
}

select.selecta {
    height: 25px
}

div.selectaWrapper {
    border: 1px solid #d5d5d5;
    border-top: 0;
    position: absolute;
    z-index: 10000;
    left: 27.8% !important;
    width: 72% !important;
    background: white;
    overflow: hidden;
    height: auto !important
}

.mobile div.selectaWrapper {
    width: 90% !important;
    left: 5% !important
}

div.selectaOption {
    padding: 6px 0 6px 6px;
    border-bottom: 1px solid #eee;
    clear: both;
    font-size: 16px;
    line-height: 18px;
    color: #333
}

div.selectaOptionSelected {
    background: #ffffcf
}

div.selectaDisabled {
    background: #555;
    color: #000
}

div.selectaOptionOver {
    background: yellow
}
