/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

:root {
	--em-font__main: "Albert Sans","Alexandria", Arial, sans-serif !important;
}
#brandsunder > div > div > div > div {
    justify-content: center !important;
}
.header-phone,
.header-phone * {
    direction: ltr !important;
    unicode-bidi: bidi-override !important;
    text-align: left !important;
    display: inline-block !important;
}
.lang-flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    margin-right: 6px;
    border-radius: 2px;
    vertical-align: middle;
}
html[dir="rtl"] .lang-flag {
    margin-left: 6px;
    margin-right: 0;
}
/* توحيد شكل الصندوق الثالث مع أول اتنين */
.payment-security-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px; /* علشان ينزل تحت المربعين بشكل متناسق */
}

/* نفس تنسيق العناصر الداخلية زي المربعات السابقة */
.payment-security-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

/* تكبير الأيقونة لتكون نفس حجم أيقونات المربعات الأولى */
.payment-security-icon svg,
.payment-security-box svg {
    width: 32px !important;
    height: 32px !important;
    color: #111;
}

/* عنوان النص */
.payment-security-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

/* صورة وسائل الدفع */
.payment-security-payments img {
    width: 80%;
    max-width: 260px;
    display: block;
    margin: 0 auto;
	border-radius: 0 !important;
}

/* تخلي الثلاثة مربعات ينسجموا في الاتجاه RTL */
body.rtl .payment-security-icon {
    flex-direction: row-reverse;
}
