/*
Theme Name: Kidz-Child
Theme URI: https://parkofideas.com/kidz/
Text Domain: kidz-child
Description: Modern Retina ready Responsive WordPress Blog Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.2
Template: kidz
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.woo-breadcrumbs{
	display:none;
}
.whatsapp-order-btn {
    background-color: #25D366;
    color: #fff !important;
    text-align: center;
    margin: 10px !important;
	width:100% !important;
	padding:10px !important;
	display:inline-block;
}
.whatsapp-order-btn:hover {
    background-color: #1ebe5d;
}



/* تصغير وتنسيق زر "أضف إلى السلة" داخل الاقتراحات فقط */
.cheap-add-btn {
    padding: 6px 12px !important;
    font-size: 0.85em !important;
    line-height: 1.4 !important;
    min-width: 100px;
    width: auto !important;
    white-space: nowrap;
    border-radius: 4px !important;
    margin-top: 6px !important;
    display: inline-block !important;
}

/* تحسين الظهور على الموبايل */
@media (max-width: 768px) {
    .cheap-product-item {
        width: 140px !important;
    }
    .cheap-add-btn {
        width: 100% !important;
        padding: 8px 12px !important;
        font-size: 0.9em !important;
    }
}

/* منع أي تأثير كبير من ستايل WooCommerce العام */
.cheap-products-grid .button,
.cheap-products-grid .add_to_cart_button {
    max-width: 140px !important;
    margin: 6px auto !important;
}
.woocommerce-message.cheap-products-suggest {
    display: block !important;
    flex-direction: unset !important; /* إلغاء flex إذا كان موجود */
}

.woocommerce-message.cheap-products-suggest .suggest-header {
    display: block !important;
    width: 100% !important;
    margin-bottom: 24px !important;
}

.woocommerce-message.cheap-products-suggest .cheap-products-grid {
    display: flex !important;          /* نحافظ على flex داخل الـ grid فقط */
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.woocommerce-checkout-payment h3{
	display:none;
}
.woocommerce-checkout-payment ul{
	display:none;
}
.checkout-collaterals .coupon{
	display:none;
}
#order_review .cart-subtotal{
	display:none;
}