
/* checkout */




.checkout-wrapper .checkout-upsells-update:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.checkout-wrapper .checkout-upsells-status {
    margin: 0;
    color: #555;
    font-size: 13px;
}

.checkout-wrapper .checkout-upsell-empty {
    margin: 0;
    color: #555;
}


.checkout-wrapper .checkout-btn {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.checkout-wrapper .checkout-btn:disabled {
    opacity: 0.6;
}



.checkout-wrapper .hidden {
    display: none;
}

