.cart_no_action {
    opacity: 0.8 !important;
}

.cart_no_action_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 0;
    font-size: 13px;
    font-weight: 500 !important;
    cursor: not-allowed !important;
    border: 1px solid var(--whitee7);
    background-color: var(--white);
    width: 85px !important;
    height: 35px !important;
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
}

.no-order-footer {
    background-color: var(--current) !important;
    color: var(--bg-main) !important;
    width: 100%;
    padding: 10px;
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
    z-index: 1;
    height: 60px;
}