.cart-error {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.stocks .stock-critical {
    color: #e00
}

.stocks .stock-low {
    color: #a80
}

.stocks .stock-high {
    color: #0a0
}

.stocks .stock-none {
    color: #3c3c3c;
    white-space: normal;
    font-weight: 600
}

.stocks .stock-preorder {
    color: red
}

.out-of-stock strong {
    color: #aaa
}

.disabled {
    color: #777
}

.error {
    color: red
}

.cart__alert-action {
    position: relative;
}

.cart-checkout a[disabled="disabled"] {
    background: #eee;
    color: #999;
    text-shadow: 0 1px 1px #fff;
    cursor: not-allowed;
    pointer-events: none;
}

.cart-checkout a[disabled="disabled"]:hover {
    background-color: #eee;
}

.cart__search .ui-autocomplete {
    display: flex;
    flex-direction: column;
    width: calc(100% - 4.8rem) !important;
    max-width: 100% !important;
    z-index: 99 !important;
}