.custom-select-sm {
    height: calc(1.5em + 1.625rem + 2px);
    padding-top: .8125rem;
    padding-bottom: .8125rem;
    padding-left: 1.25rem;
    font-size: .9375rem;
}

.custom-select-xxs {
    height: calc(1.40625rem + .375rem + 2px);
    padding: .1875rem 2.5rem .1875rem .5rem;
    font-size: .9375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right .5rem center/1rem 1rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 1.5rem center/1rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 6rem;
    min-width: 6rem;
    padding: 0.5rem 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}

.quantity button {
    border: none;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.6rem;
}

.quantity button:focus, .quantity button:hover {
    border: none;
    outline: none;
}

.quantity input {
    text-align: center;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #dc3545;
}

