.elementor-4700 .elementor-element.elementor-element-f851a15{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-624f57b */.woocommerce-form-coupon-toggle {
    display: none !important;
}
/* باکس اصلی */
.checkout_coupon {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 18px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

/* عنوان */
.checkout_coupon::before {
    content: "کد تخفیف دارید؟";
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

/* فیلد ورودی */
.checkout_coupon input.input-text {
    width: 60%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 0 12px;
    margin-left: 10px;
}

/* دکمه اعمال */
.checkout_coupon button.button {
    height: 45px;
    border-radius: 10px;
    padding: 0 18px;
    background: #2ecc71;
    border: none;
    font-weight: 500;
}/* End custom CSS */