/*
|--------------------------------------------------------------------------
| GMore WooCommerce Gift Discount - Frontend Styles
|--------------------------------------------------------------------------
*/

.gmore-gift-fa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin-left: 6px;
    color: #EA4335;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
}

.gmore-gift-fa-icon::before {
    content: "\f06b";
    font-family: "GmoreFontAwesomeSolid";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

.gmore-gift-price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 12px;
    background: #f5f9ff;
    color: #4285F4;
    border: 1px solid rgba(66, 133, 244, 0.28);
    border-radius: 999px;
    font-size: 12.5px;
    line-height: 1.6;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 5px 14px rgba(66, 133, 244, 0.08);
}

.gmore-gift-price-badge .gmore-gift-fa-icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    color: #EA4335;
    font-size: 12px;
}

.woocommerce-message .gmore-gift-fa-icon,
.woocommerce-info .gmore-gift-fa-icon,
.woocommerce-error .gmore-gift-fa-icon {
    color: #EA4335;
    margin-left: 7px;
}

/*
|--------------------------------------------------------------------------
| ردیف Fee هدیه در ظاهر مخفی می‌شود، اما در محاسبات ووکامرس باقی می‌ماند.
| عمداً از انتخابگرهای والد‌محور جدید استفاده نشده تا مشکل سازگاری selector-list پیش نیاید.
|--------------------------------------------------------------------------
*/

tr.gmore-wgd-hidden-fee-row,
.gmore-wgd-hidden-fee-row {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .gmore-gift-price-badge {
        min-height: 26px;
        padding: 4px 10px;
        font-size: 12px;
    }
}


/*
|--------------------------------------------------------------------------
| پنهان کردن دکمه حذف برای هدیه فعال
|--------------------------------------------------------------------------
*/

.gmore-wgd-active-gift-cart-item .remove,
.gmore-wgd-active-gift-cart-item a.remove,
.gmore-wgd-active-gift-cart-item .product-remove {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
