.custom-dropdown__select {
    background-color: #191919;
    width: 100%;
    height: 53px;
    border: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    color: rgb(255,255,255);
    font-family: 'Lato-Regular';
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    border-radius: 3px;
    background-color: transparent;
    height: 32px;
    width: 100%;
    padding-left: 10px;
    font-family: 'AvantGarde-CondBook';
    border: 1px solid #666666;
}


    .custom-dropdown__select option {
        padding-left: 15px;
    }

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
    content: url(../../images/dropdown-icon.png);
    display: inline;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 10px;
    top: 0;
    z-index: 10;
}


.custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2.9em;
    right: 0;
    top: 0;
    bottom: 0;
}





/*#region GreyDropDown */

.max168px {
    max-width: 168px;
    height: 38px;
    width: 100%;
}

.custom-dropdownGrey {
    position: relative;
    margin: 10px;
}

.custom-dropdown__selectGrey {
    background-color: transparent;
    width: 100%;
    height: 38px;
    border: 1px solid #d1d1d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    color: #595959;
    font-family: 'Lato-Regular';
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 21px;
    position: relative;
}


    .custom-dropdown__selectGrey option {
        padding-left: 15px;
    }

.custom-dropdownGrey::before,
.custom-dropdownGrey::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdownGrey::after { /*  Custom dropdown arrow */
    content: url(../../images/Dropdown-iconGrey.png);
    display: inline;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 0;
    z-index: 10;
    height: 38px;
}


.custom-dropdownGrey::before { /*  Custom dropdown arrow cover */
    width: 2.9em;
    right: 0;
    top: 0;
    bottom: 0;
}




/*#endregion */
