#obs-cart .accordion-item ul {
    margin: inherit;
}
#obs-cart .obs-bootstrap5 .accordion-button:not(.collapsed) {
    background: rgba(var(--bs-light-rgb));
    color: inherit;
}
#obs-cart .obs-bootstrap5 .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

#obs-cart-loading {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 2147483647;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards !important;
    opacity: 50%;
    dtransform: translate3d(0, 0, 0);
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#obs-cart-loading.show {
    display: block;
}

#obs-cart-loading.show > .spinner {
    top: 50%;
    left: 50%;
    position: absolute;
}

#obs-cart button#obs-redeem-voucher {
    color: #212529;
    border-color: #212529;
}

#obs-cart button#obs-redeem-voucher:hover {
    background-color: #212529;
    color: #fff;
}

#obs-cart .obs-bootstrap5 .form-control, #obs-cart .obs-bootstrap5 .form-select {
    border-color: #8b8b8b;
}

#obs-cart .obs-bootstrap5 .form-text {
    color: #677078;
}
