a:visited, .alink:visited {
    color: #000000;
    text-decoration: none;
}

._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}

.onlymans-auth-scroll {
    max-width: 440px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 24px;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}

.onlymans-auth-scroll > * {
    max-width: 416px;
}

.onlymans-auth-scroll::-webkit-scrollbar {
    width: 6px;
}

.onlymans-auth-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25);
    border-radius: 999px;
}


ul > li, ol > li {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    border: none !important;
}

.btn-check {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
}