body {
    background-color: #000;
}

.image-product {
    width: 30px;
}

.image-card-type {
    height: 1.5rem;
}

.modal-backdrop.show {
    opacity: .9 !important;
}

#divOrder select.form-control.input-border-bottom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23575962'><polygon points='0,0 100,0 50,50'/></svg>") !important;
    background-size: 12px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    padding: 0 20px 0 0 !important;
}

@media (min-width: 576px) {
    .image-product {
        width: 50px;
    }
}
