.modal-shopping-cart .modal-content {
    max-width: 500px !important;
}

.shimmer {
    background: linear-gradient(-45deg, #eee 40%, #fafafa 50%, #eee 60%);
    background-size: 500%;
    background-position-x: 100%;
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    to {
        background-position-x: 0%
    }
}

.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

.modal[data-modal-level="1"] {
    z-index: 1032;
}
.modal[data-modal-level="2"] {
    z-index: 1034;
}
.modal[data-modal-level="3"] {
    z-index: 1036;
}
.modal[data-modal-level="4"] {
    z-index: 1038;
}

.modal-backdrop[data-modal-level="1"] {
    z-index: 1031;
}
.modal-backdrop[data-modal-level="2"] {
    z-index: 1033;
}
.modal-backdrop[data-modal-level="3"] {
    z-index: 1035;
}
.modal-backdrop[data-modal-level="4"] {
    z-index: 1037;
}

.swal2-container {
    z-index: 1081 !important;
}

.single-line {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
