.text-upper {
    text-transform: uppercase;
}
.disabled-events {
    pointer-events: none;
}
button:disabled, button.disabled, a.linkHover.disabled, button.disabled-until-cart-open {
    pointer-events: none !important;
    background: #f2f2f2 !important;
    color: #7e8081 !important;
    border-color: transparent !important;
}
input:disabled, input.disabled, textarea:disabled, textarea.disabled, select:disabled, select.disabled  {
    pointer-events: none !important;
    background: #f2f2f2 !important;
    color: #7e8081 !important;
}
.hidden {
    display: none !important;
}
.no-select {
    user-select: none;
    /* For cross-browser compatibility, include vendor prefixes: */
    -webkit-user-select: none; /* Safari, Chrome, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
}
.dropbox-not_found {
    text-align: center;
    color: #000000 !important;
    cursor: default !important;
}
.forced-width-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.mb-5 {
    margin-bottom: 5px;
}
.listHistory__data a.colorRed {
    color: #cc0300;
}
