﻿
.hopv-select::before {
    position: absolute;
    top: 0px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 20px;
    right: 20px;
    font-size: 20px;
}

.hopv-select-small::before {
    position: absolute;
    top: 0px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    width: 20px;
    right: 30px;
}

.hopv-select .fas {
    position: absolute;
    left: 20px;
    height: 60px;
    line-height: 60px;
    width: 20px;
    text-align: center;
}

.hopv-select {
    color: #2d3447;
    height: 60px;
    line-height: 60px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: 600 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    background: #fff;
    margin: 5px 5px 5px 5px;
    font-size: 20px;
}

    .hopv-select select {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        border: 0;
        margin: 0;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        outline: none;
        cursor: pointer;
        line-height: 60px;
        height: 60px;
        padding: 0 50px!important;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 55px !important;
        padding-right: 40px !important;
        font-weight: 600 !important;
    }

.hopv-select-small {
    color: #2d3447;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: 500 !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    background: #fff;
    margin: 5px 5px 15px 5px;
}

.hopv-select-small select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border: 0;
    margin: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 500 !important;
}

button, select {
    text-transform: none;
}

.hopv-select:before {
    right: 10px !important;
}

.hopv-select-small:before {
    right: 10px !important;
}

*:before, *:after {
    box-sizing: border-box;
}
