.elementor-kit-8{--e-global-color-primary:#3eab99;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0e766ed:#0B0B0B;--e-global-color-43a655c:#06334A;--e-global-color-3b6cf6e:#3EAB99;--e-global-color-aa63f0c:#19636614;--e-global-color-ba43411:#EFF3F3;--e-global-color-1790931:#4A4B65;--e-global-color-af47a0b:#5F5F5F;--e-global-color-1955900:#F7FBFA;--e-global-color-d798d58:#E6FAF6;--e-global-color-449619e:#F0F5FA;--e-global-color-eedff96:#63FFE5;--e-global-color-7861447:#96FFEE;--e-global-color-2e1daff:#F1F1F1;--e-global-color-54db602:#2E4049;--e-global-typography-primary-font-family:"Bahij";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bahij";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bahij";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bahij";--e-global-typography-accent-font-weight:500;font-family:"Bahij", Sans-serif;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Bahij", Sans-serif;}.elementor-kit-8 h1{font-family:"Bahij", Sans-serif;}.elementor-kit-8 h2{font-family:"Bahij", Sans-serif;}.elementor-kit-8 h3{font-family:"Bahij", Sans-serif;}.elementor-kit-8 h4{font-family:"Bahij", Sans-serif;}.elementor-kit-8 h5{font-family:"Bahij", Sans-serif;}.elementor-kit-8 h6{font-family:"Bahij", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.jet-woo-builder-single-ajax-add-to-cart {
    font-family: Bahij;
}

.wcdp_options {
    padding-top: 12px!important;
}

.jet-single-images__wrap .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
    border-radius: 12px 12px 12px 12px;
    height: 440px;
    object-fit: cover;
}

.elementor-widget-container {
        font-family: Bahij!important;
}

.wcdp-fee-recovery__body {
    text-align: justify!important;
}

.woocommerce{
            font-family: Bahij!important;

}

/* تخصيص مظهر الإشعار */
.woocommerce-message {
    background-color: #f7f7f7; /* تغيير اللون الخلفي */
    color: #333; /* تغيير اللون النص */
    padding: 10px; /* إضافة حشو للإشعار */
    border-radius: 5px; /* إضافة حواف مدورة */
    font-size: 16px; /* تعديل حجم الخط */
    display: block !important; /* التأكد من أن العنصر مرئي */
    opacity: 1 !important; /* التأكد من أن الإشعار مرئي */
    visibility: visible !important; /* التأكد من أن الإشعار مرئي */
}


/* تخصيص شكل رسالة الإضافة للسلة */
.woocommerce-message {
    max-width: 1400px;
    margin: 15px auto 0; /* 15px margin علوي، مع توسيط العنصر */
    padding: 16px; /* لضبط الحشوة داخل الرسالة */
    box-sizing: border-box; /* لضمان أن الحشو لا يؤثر على الأبعاد */
    border-top-color: #3EAB99;
    border-radius: 8px;
    display: flex;
    justify-content: center; /* لتوسيط العناصر أفقيًا */
    align-items: center; /* لتوسيط العناصر عموديًا */
    height: auto; /* إذا كنت تريد أن يكون ارتفاع الرسالة متغيرًا حسب المحتوى */
    line-height: 33px;
}

.woocommerce-info {
    max-width: 1400px;
    margin: 15px auto; /* 15px margin علوي، مع توسيط العنصر */
    padding: 16px; /* لضبط الحشوة داخل الرسالة */
    box-sizing: border-box; /* لضمان أن الحشو لا يؤثر على الأبعاد */
    border-top-color: #3eab99;
    border-radius: 8px;
    display: flex;
    justify-content: center; /* لتوسيط العناصر أفقيًا */
    align-items: center; /* لتوسيط العناصر عموديًا */
    height: auto; /* إذا كنت تريد أن يكون ارتفاع الرسالة متغيرًا حسب المحتوى */
    line-height: 33px;
}

.woocommerce-info::before{
display: none!important;
}


/* استعلام الوسائط للأجهزة اللوحية والهاتف */
@media (max-width: 768px) {
    .woocommerce-message {
        margin: 15px 20px 0; /* 15px margin علوي، 20px على اليمين واليسار */
        display: flex !important;
        flex-direction: column !important; /* وضع العناصر في عمود */
        gap: 20px; /* المسافة بين العناصر */
    }
}
    
    .woocommerce-message > *:not(:last-child) {
        margin-bottom: 18px; /* إضافة مسافة 18px بين النص والعنصر التالي */
    }

.woocommerce-message::before {
    display: none !important;
}

.woocommerce-Price-currencySymbol .nyp-1 {
    font-weight: 700;
    display: flex
!important;
    direction: ltr;
}

.elementor-button .elementor-button-icon {
    order: 2 !important;
}

.grecaptcha-badge { visibility: hidden; }


.wcpa_form_outer {
    margin-bottom: -4px!important;
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.jet-breadcrumbs__item-target {
    display: none;
}




.wcpa_wrap .wcpa_field_wrap input[type=text], .wcpa_wrap .wcpa_field_wrap input[type=url], .wcpa_wrap .wcpa_field_wrap input[type=date], .wcpa_wrap .wcpa_field_wrap input[type=time], .wcpa_wrap .wcpa_field_wrap input[type=number], .wcpa_wrap .wcpa_field_wrap input[type=email], .wcpa_wrap .wcpa_field_wrap input[type=tel], .wcpa_wrap .wcpa_field_wrap input[type=password], .wcpa_wrap .wcpa_field_wrap select, .wcpa_wrap .wcpa_field_wrap textarea {
    width: 100%;
    border: 1px solid #EFF3F3 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}


.elementor-3036 .elementor-element.elementor-element-8337aa1 .elementor-widget-container .elementor-login__logged-in-message {
    color: var(--e-global-color-secondary);
    text-align: center;
}

.wcpa_wrap .wcpa_field_wrap:last-child{
    padding-left: 0;
    padding-right: 7px;
    margin-top: -10px!important;
}

.wcpa_wrap .wcpa_field_wrap input[type=text],
.wcpa_wrap .wcpa_field_wrap input[type=url],
.wcpa_wrap .wcpa_field_wrap input[type=date],
.wcpa_wrap .wcpa_field_wrap input[type=time],
.wcpa_wrap .wcpa_field_wrap input[type=number],
.wcpa_wrap .wcpa_field_wrap input[type=email],
.wcpa_wrap .wcpa_field_wrap input[type=tel],
.wcpa_wrap .wcpa_field_wrap input[type=password],
.wcpa_wrap .wcpa_field_wrap select,
.wcpa_wrap .wcpa_field_wrap textarea {

    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bahij';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.staging-a.alhayatteam.com/wp-content/uploads/2024/11/Bahij_TheSansArabic-Plain-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Bahij';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.staging-a.alhayatteam.com/wp-content/uploads/2024/11/Bahij_TheSansArabic-Bold-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Bahij';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.staging-a.alhayatteam.com/wp-content/uploads/2024/11/Bahij_TheSansArabic-ExtraBold-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */