.text-upper {
    text-transform: uppercase;
}
.disabled-events {
    pointer-events: none;
}
button:disabled, button.disabled, a.linkHover.disabled, button.disabled-until-cart-open {
    background: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    color: #929292 !important;
    pointer-events: none !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;
}

.m-0 {
    margin: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.w-100 {
    width: 100% !important;
}
.listHistory__data a.colorRed {
    color: #cc0300;
}
.listHistory__externalPay {
    color: #cc0300;
    font-weight: 600;
}
.listHistory__externalPay a {
    color: inherit;
    text-decoration: underline;
}
.listHistory__externalPay a:hover {
    color: inherit;
    text-decoration: none;
}
.modalBasket__totalPrice {
    text-transform: initial !important;
}
.listJournal__text p {
    margin-top: 8px;
}
.listJournal__text a {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.125;
    text-decoration: underline;
    color: var(--text-default, #0b4644);
}
.listJournal__text a:hover {
    text-decoration: none;
}
.boxPromotion__item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 76px;
    padding: 16px 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.22;
    text-align: center;
    color: var(--text-default, #0b4644);
    text-decoration: none;
}
button.formConfirmation__repeat:disabled,
button.formConfirmation__repeat.disabled
{
    background: transparent !important;
    color: #dedede !important;
}
header .formSearch__input {
    text-transform: none;
}
.disable-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -moz-user-select: none;      /* Old versions of Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Modern browsers (Chrome, Edge, Opera, Firefox) */
}
.contactOrder__error p {
    color: red;
    font-size: 14px;
    text-align: center;
}
.chooseSelect__modal .chooseSelect__input {
    text-transform: none;
}
.no-underline {
    text-decoration: none !important;
}
