#top-nav,
.form-search,
.top-nav-menu {
    display: none;
}

#header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#checkoutbutton {
    background-color: var(--themeColor) !important;
}

.formMsg {
    position: fixed;
    top: 9%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: max-cotnent;
    display: flex;
    justify-content: center;
        width: 90%;
}


.formMsg .alert {
    width: max-content;
}


.list-voucher .item.bg-green .button-main {
    background-color: var(--surface);
    color: var(--black);
}