﻿@media (max-width: 600px) {
    
    .custom-select {
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 1.75rem .375rem .75rem;
        line-height: 1.5;
        color: #FFF;
        vertical-align: middle;
        font-weight: 500;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        background-color: #381112;
        border-radius: 0;
        border: 1px solid #ca9c31;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0px;
    }

    select::-ms-expand {
        display: none;
    }

    .selectdiv:after {
        background-color: #381112;
        content: '<>';
        font: 17px "Consolas", monospace;
        color: #FFF;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 20px;
        top: 18px;
        padding: 0 0 2px;
        border-bottom: 1px solid #ca9c31;
        position: absolute;
        pointer-events: none;
    }

    .btn-info:hover {
        background-color: #381112;
        color: #000;
    }

}
@media (min-width: 600px) {
    
    .custom-select {
        display: inline-block;
        width: 100%;
        height: calc(2.25rem + 2px);
        padding: .375rem 1.75rem .375rem .75rem;
        line-height: 1.5;
        color: #FFF;
        vertical-align: middle;
        font-weight: 600;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        background-color: #381112;
        border-radius: 0;
        border: 1px solid #ca9c31;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0px;
    }

    select::-ms-expand {
        display: none;
    }

    .selectdiv:after {
        background-color: #381112;
        content: '<>';
        font: 17px "Consolas", monospace;
        color: #FFF;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 20px;
        top: 18px;
        padding: 0 0 2px;
        border-bottom: 1px solid #ca9c31;
        position: absolute;
        pointer-events: none;
    }

    .btn-info:hover {
        color: #FFF;
        background-color: #ca9c31;
        border-color: #381112;
    }
}


