/**
Theme Name: tank
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tank
Template: astra
*/


/* Fix CLS & Footer Menu Responsiveness */
/* إصلاح CLS وتثبيت روابط الفوتر */
footer .menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 40px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
}

/* تثبيت حجم أيقونات أو صور داخل الروابط */
footer .menu-link img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-inline-end: 8px;
}

/* تثبيت ارتفاع العناصر داخل الفوتر */
footer ul li {
    min-height: 45px;
}

/* تحسين عرض الفوتر على الهواتف */
@media (max-width: 768px) {
    footer .menu-link {
        flex-direction: column;
        min-width: auto;
        width: 100%;
        text-align: center;
        padding: 12px 8px;
        font-size: 14px;
    }

    footer .menu-link img {
        margin-inline-end: 0;
        margin-bottom: 5px;
    }

    footer ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}





/* ASTRA MODERN DESIGN */

/* السعر بعد الخصم - ازرق */
.woocommerce span.price ins .woocommerce-Price-amount,
.woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product span.price ins .woocommerce-Price-amount {
    color: #0000FF !important;
    font-weight: bold;
}

/* السعر قبل الخصم - أحمر غامق */
.woocommerce span.price del .woocommerce-Price-amount,
.woocommerce div.product p.price del .woocommerce-Price-amount,
.woocommerce div.product span.price del .woocommerce-Price-amount {
    color: #cd0000 !important;
    font-weight: normal;
}

/* تصميم منتجات المتجر */
ul.products li.product {
    padding-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 5px 20px -10px rgba(0,0,0,0.15);
    transition: .25s ease;
    justify-content: center;
    align-items: center;
}

/* عنوان المنتج */
ul.products li.product h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

/* محاذاة العنوان والسعر */
.woocommerce-loop-product__title,
.woocommerce-Price-amount.amount,
span.price {
    text-align: center !important;
}

/* زر الإضافة للسلة */
.add_to_cart_button {
    border-radius: 5px !important;
}

/* داخل شورتكود العنصر */
.elementor-shortcode .products li {
    padding-bottom: 10px !important;
}





/* 
html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
} */