.wcwop-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 18px;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.wcwop-btn.loading {
    opacity: 0.7;
    cursor: wait;
}

.wcwop-cart-btn,
#wcwop-checkout-btn {
    width: 100%;
    text-align: center;
}

.wcwop-note {
    margin-top: 12px;
    padding: 10px 12px;
    background: #f6f7f7;
    border-left: 4px solid #25D366;
}

html[dir="rtl"] .wcwop-note {
    border-left: 0;
    border-right: 4px solid #25D366;
}

.wcwop-hidden-field,
.wcwop-hidden-input {
    display: none !important;
}
