@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//high-endsolutions.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 20px;
	--wd-title-font: "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "DIN Next LT Arabic", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(54,12,62);
	--wd-alternative-color: rgb(54,12,62);
	--btn-default-bgcolor: rgb(54,12,62);
	--btn-default-bgcolor-hover: rgb(54,12,62);
	--btn-accented-bgcolor: rgb(212,175,55);
	--btn-accented-bgcolor-hover: rgb(212,175,55);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(242,244,247);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(232,244,239);
}

@font-face {
	font-family: "DIN Next LT Arabic";
	src: url("//high-endsolutions.com/wp-content/uploads/2025/09/ArbFONTS-DINNextLTArabic-Medium-4.ttf") format("woff");
	font-weight: 400;
	font-style: normal;
}

.select2-selection__rendered { 
    color: #360c3e;
    font-weight: 900;
}

.col-left.set-cont-mb-s.reset-last-child {
    line-height: 26px;
}

.replace{
	padding : 10px 15px 12px !important
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: inline-block;
}


span.wd-tools-text {
    margin-bottom: 8px;
}

li.wd-nav-pagin-item.wd-active span{
	
background-color : rgb(54,12,62) !important;
border-color : rgb(54,12,62) !important;
}

li.wd-nav-pagin-item span{
width : 50px !important;
	height : 3px !important
background-color : #fff !important;
border-color : rgb(54,12,62) !important;
}

.wd-slider-pagin {
    position: absolute;
    inset-inline: 15px;
    bottom: -30px !important;
    z-index: 2;
}

.wd-sticky-btn-cart .tabbyPromo {
    display: none !important;
}

p#billing_country_field {
    display: none;
}


.onsale.product-label {
    direction: rtl !important;
    unicode-bidi: isolate;
}
.product-labels {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    transition: all .3s ease;
    width: 100% ;
}
/* تظبيط شكل ليبل الخصم وإضافة الكلمة */
.onsale.product-label {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    direction: rtl !important; 
    gap: 4px; 
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 25px; 
}

/* إضافة كلمة خصم قبل الرقم */
.onsale.product-label::before {
    content: "خصم";
}


/* =======================================================
   تصميم زر السلة البارز (النسخة النهائية والمستقرة)
   ======================================================= */

/* 1. السماح بظهور العناصر البارزة خارج الشريط */
.wd-toolbar,
.wd-toolbar .wd-header-cart,
.wd-toolbar .wd-header-cart a {
    overflow: visible !important;
}
.wd-toolbar {
    z-index: 99999 !important;
}

/* 2. إجبار حاوية السلة إنها تحافظ على مساحتها عشان متضغطش باقي الأزرار */
.wd-toolbar .wd-header-cart {
    flex: 1 1 0 !important;
    display: flex !important;
    justify-content: center !important;
}

/* 3. تظبيط الرابط (a) ليكون نقطة الارتكاز ويرمي الكلمة لتحت */
.wd-toolbar .wd-header-cart a {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important; 
    width: 100% !important;
    height: 100% !important;
    min-height: 55px !important;
    padding-bottom: 8px !important; /* 💡 التعديل هنا: رفعنا الكلمة لفوق عشان تحاذي باقي الكلمات */
}

/* 4. الأيقونة الحمراء البارزة (عايمة فوق وفي النص بالظبط) */
.wd-toolbar .wd-header-cart .wd-tools-icon {
    position: absolute !important;
    top: -32px !important; /* 💡 التعديل هنا: رفعنا الأيقونة لفوق أكتر */
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #C41E26 !important; 
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 16px rgba(196, 30, 38, 0.4), 0 0 0 4px #ffffff !important; 
    z-index: 100 !important;
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* تأثير الضغط */
.wd-toolbar .wd-header-cart:active .wd-tools-icon {
    transform: translateX(-50%) scale(0.92) !important;
}

/* تلوين الأيقونة بالأبيض */
.wd-toolbar .wd-header-cart .wd-tools-icon:before {
    color: #ffffff !important;
    font-size: 24px !important;
}

/* 5. دائرة الإشعارات (رقم السلة) */
.wd-toolbar .wd-header-cart .wd-cart-number {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background-color: #FF0000 !important; 
    color: #ffffff !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border: 2px solid #ffffff !important; 
}

/* إخفاء كلمة item المزعجة */
.wd-toolbar .wd-header-cart .wd-cart-number span {
    display: none !important;
}

/* 6. كلمة "العربة" (تتوسط طبيعي أسفل الأيقونة) */
.wd-toolbar .wd-header-cart .wd-toolbar-label {
    position: static !important; 
    transform: none !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-align: center !important;
    margin: 0 !important;
}


span.alassly-mobile-toggle {
    background: #000;
}

@media (max-width: 1024px) {
    .alassly-mobile-toggle.active::after {
        transform: rotate(180deg);
        color: #ffffff !important;
    }
}

/* =======================================================
   تصميم زر السلة البارز (النسخة النهائية - حجم أصغر متناسق)
   ======================================================= */

/* 1. السماح بظهور العناصر البارزة خارج الشريط */
.wd-toolbar,
.wd-toolbar .wd-header-cart,
.wd-toolbar .wd-header-cart a {
    overflow: visible !important;
}
.wd-toolbar {
    z-index: 99999 !important;
}

/* 2. إجبار حاوية السلة إنها تحافظ على مساحتها */
.wd-toolbar .wd-header-cart {
    flex: 1 1 0 !important;
    display: flex !important;
    justify-content: center !important;
}

/* 3. تظبيط الرابط (a) وتوسيط كلمة العربة */
.wd-toolbar .wd-header-cart a {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important; 
    width: 100% !important;
    height: 100% !important;
    min-height: 55px !important;
    padding-bottom: 6px !important; /* تقليل البادينج قليلاً ليتناسب مع الحجم الجديد */
}

/* 4. الأيقونة الحمراء البارزة (تصغير الحجم وتعديل الارتفاع) */
.wd-toolbar .wd-header-cart .wd-tools-icon {
    position: absolute !important;
    top: -24px !important; /* 💡 قللنا الارتفاع عشان مياكلش من زرار الدفع */
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #C41E26 !important; 
    width: 48px !important; /* 💡 تصغير العرض */
    height: 48px !important; /* 💡 تصغير الطول */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(196, 30, 38, 0.3), 0 0 0 3px #ffffff !important; /* تخفيف الظل والإطار قليلاً */
    z-index: 100 !important;
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* تأثير الضغط */
.wd-toolbar .wd-header-cart:active .wd-tools-icon {
    transform: translateX(-50%) scale(0.92) !important;
}

/* تلوين الأيقونة بالأبيض وتصغيرها لتناسب الدائرة */
.wd-toolbar .wd-header-cart .wd-tools-icon:before {
    color: #ffffff !important;
    font-size: 20px !important; /* 💡 تصغير الأيقونة */
}

/* 5. دائرة الإشعارات (رقم السلة) */
.wd-toolbar .wd-header-cart .wd-cart-number {
    position: absolute !important;
    top: -3px !important;
    right: -3px !important;
    background-color: #FF0000 !important; 
    color: #ffffff !important;
    width: 20px !important; /* 💡 تصغير دائرة الرقم */
    height: 20px !important; /* 💡 تصغير دائرة الرقم */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important; /* 💡 تصغير الخط */
    font-weight: 700 !important;
    border: 2px solid #ffffff !important; 
}

/* إخفاء كلمة item المزعجة */
.wd-toolbar .wd-header-cart .wd-cart-number span {
    display: none !important;
}

/* 6. كلمة "العربة" */
.wd-toolbar .wd-header-cart .wd-toolbar-label {
    position: static !important; 
    transform: none !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-align: center !important;
    margin-bottom: 2px !important;
}










:root {
    --store-blue: rgb(1, 54, 136);
    --sale-red: rgb(201, 28, 46);
}

/* 1. السعر والبادجات والضمان (توسيط الضمان) */
.single-product .summary .custom-main-price-area {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.single-product .summary .price-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}
.single-product .summary .badges-side-left { display: flex; gap: 8px; }
.single-product .summary .badge-premium {
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}
.single-product .summary .badge-stock { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.single-product .summary .badge-discount { background: #fff5f5; color: var(--sale-red); border: 1px solid #ffe3e3; }

/* ستايل الضمان في النص */
.single-product .summary .warranty-center-wrapper {
    display: flex;
    justify-content: end;
    width: 100%;
}
.single-product .summary .badge-warranty { 
    background: rgba(1, 54, 136, 0.08); 
    color: var(--store-blue); 
    border: 1px solid rgba(1, 54, 136, 0.15);
    padding: 8px 25px !important;
}

.single-product .summary .price-amount ins { color: var(--store-blue) !important; font-size: 28px !important; font-weight: 900; text-decoration: none; }
.single-product .summary .price-amount del { color: #999 !important; font-size: 18px !important; }

/* 2. المواصفات (توسيط القيم وتصغيرها) */
.single-product .summary .woocommerce-product-attributes.shop_attributes { border: none !important; margin-bottom: 25px; }
.single-product .summary .woocommerce-product-attributes.shop_attributes tbody { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.single-product .summary .woocommerce-product-attributes.shop_attributes tr {
    background: #f9f9f9; border-radius: 10px; padding: 12px 5px !important;
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center !important; border: none !important;
}
.single-product .summary .woocommerce-product-attributes.shop_attributes th { font-size: 16px !important; color: #888 !important; padding: 0 !important; margin-bottom: 4px; text-align: center !important; }
.single-product .summary .woocommerce-product-attributes.shop_attributes td { padding: 0 !important; text-align: center !important; }
.single-product .summary .woocommerce-product-attributes.shop_attributes td p,
.single-product .summary .woocommerce-product-attributes.shop_attributes td span {
    font-size: 14px !important; font-weight: 700; color: #222; margin: 0; text-align: center !important; display: block !important;
}

/* 3. الكاونتر وزر الإضافة للسلة */
.single-product .summary form.cart { display: flex !important; gap: 12px; margin: 30px 0; direction: rtl; }
.single-product .summary form.cart .quantity {
    display: flex !important; align-items: center; justify-content: space-between;
    background: #f4f6f8 !important; border-radius: 10px !important; padding: 4px !important; height: 54px; width: 130px !important; border: 1px solid #eef0f3 !important;
}
.single-product .summary form.cart .quantity input.qty { background: transparent !important; border: none !important; color: #111 !important; font-size: 18px !important; font-weight: 800 !important; text-align: center !important; }
.single-product .summary form.cart .quantity input[type="button"] {
    background: #fff !important; border: 1px solid #e1e5eb !important; color: var(--store-blue) !important; font-size: 22px !important; cursor: pointer; width: 36px !important; height: 36px !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 8px !important;
}
.single-product .summary form.cart button.single_add_to_cart_button {
    flex: 1; background: var(--store-blue) !important; border-radius: 12px !important; font-size: 17px !important; font-weight: 700; color: #fff !important; height: 54px; display: flex; align-items: center; justify-content: center; gap: 8px;
}

/* 4. كروت الدفع الأربعة (Grid) */
.single-product .summary .final-payments-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}
.payment-card-v5 {
    background: #f7f9fa !important;
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    border: 1px solid #ebebeb;
}
.pc-text { display: flex; flex-direction: column; text-align: right; gap: 2px;}
.pc-text strong { font-size: 12px; color: #111; font-weight: 700; }
.pc-text span { font-size: 10px; color: #777; }
.pc-img img { max-height: 24px; max-width: 55px; object-fit: contain; }

/* إخفاء المفضلة والمخزون القديم */
.single-product .summary .wd-wishlist-btn, .single-product .summary p.stock { display: none !important; }

/* الموبايل */
@media (max-width: 768px) {
    .single-product .summary .woocommerce-product-attributes.shop_attributes tbody { grid-template-columns: 1fr 1fr; }
    .single-product .summary .final-payments-grid { grid-template-columns: 1fr; }
    .single-product .summary .price-row-top { flex-wrap: wrap; }
    .single-product .summary .badges-side-left { width: 100%; justify-content: flex-start; margin-top: 10px;     
 }
	
	.single-product .summary .warranty-center-wrapper{
		    justify-content: start !important;

	}
}






/* --- 2. كود CSS منفصل تماماً لتصميم معرض الصور وبادج الخصم بالهوية البصرية --- */

:root {
    --store-blue: rgb(1, 54, 136);
    --sale-red: rgb(201, 28, 46);
    --border-grey: rgba(128, 128, 128, 0.15); /* لون رمادي فاتح شفاف للحدود */
}

/* 1. ضبط حاوية الصور الرئيسية */
.single-product .woocommerce-product-gallery.wd-thumbs-wrap {
    background: #ffffff;
    border: 1px solid var(--border-grey) !important;
    border-radius: 12px; /* زوايا منحنية احترافية */
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.01); /* ظل خفيف جداً */
}

/* 2. ضبط جزء الصور الرئيسية الكبيرة */
.single-product .wd-carousel-container.wd-gallery-images {
    position: relative;
    z-index: 10;
}
.single-product .wd-gallery-images .wd-carousel-wrap figure {
    background: transparent;
}
.single-product .wd-gallery-images .wd-carousel-wrap figure a {
    background: transparent;
}
.single-product .wd-gallery-images img.wp-post-image {
    background: #ffffff !important;
}

/* ==========================================================
   3. تصميم بادج الخصم - دائرة زرقاء في أعلى اليمين وإخفاء القديم
   ========================================================== */

/* إخفاء بادج وودمارت الافتراضي (القديم اللي على اليسار) */
.single-product .woocommerce-product-gallery .product-labels:not(.built-in-gallery-sale-label) {
    display: none !important;
}

/* إظهار وتحديد مكان البادج الخاص بنا (أعلى اليمين) */
.single-product .built-in-gallery-sale-label {
    position: absolute !important;
    top: 15px !important;    
    right: 15px !important;  
    left: auto !important;   
    margin: 0 !important;
    z-index: 200 !important; 
    display: block !important;
}

/* تصميم الدائرة الزرقاء */
.single-product .built-in-gallery-sale-label span.onsale.product-label {
    background: var(--store-blue) !important; /* اللون الأزرق الخاص بمتجرك */
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 50% !important; /* دائرة تماماً */
    width: 60px !important;         /* حجم الدائرة */
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.single-product .built-in-gallery-sale-label span.onsale.product-label {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 50% !important; /* دائرة تماماً */
    width: 60px !important;         /* حجم الدائرة */
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

/* 4. تصميم زر التكبير الإضافي (تحت الصورة) */
.single-product .product-additional-galleries {
    border-top: 1px solid var(--border-grey);
    margin: 0 !important;
}
.single-product .wd-show-product-gallery-wrap a {
    color: var(--store-blue) !important;
    font-weight: 700;
}
.single-product .wd-show-product-gallery-wrap .wd-action-icon {
    color: var(--store-blue) !important;
}

/* 5. تصميم الترسات (Thumbnails) على اليسار */
.single-product .wd-carousel-container.wd-gallery-thumb {
    border-right: 1px solid var(--border-grey);
}
.single-product .wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item {
    border: 1px solid transparent;
    border-radius: 6px;
    margin-bottom: 5px;
    transition: 0.2s;
}
/* ستايل الترس النشط (بلون المتجر) */
.single-product .wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item.wd-active,
.single-product .wd-gallery-thumb .wd-carousel-wrap .wd-carousel-item:hover {
    border-color: rgba(1, 54, 136, 0.2) !important;
}
.single-product .wd-gallery-thumb img {
    border-radius: 4px;
}

/* 6. ريسبونسيف الموبايل لضبط الحدود */
@media (max-width: 768px) {
    .single-product .wd-gallery-thumb {
        border-right: none;
        border-top: 1px solid var(--border-grey);
    }
}


/* =================================================
   تنسيق السعر الرئيسي (بسيط، أزرق، وكبير وبدون أي تداخل)
   ================================================= */
.single-product .summary .price-side {
    display: inline-block !important; /* الرجوع للوضع الافتراضي الطبيعي */
}

/* السعر الجديد (أزرق وكبير) */
.single-product .summary .price-side ins {
    color: rgb(1, 54, 136) !important;
    font-size: 32px !important; /* تكبير السعر ليكون بارز */
    font-weight: 900 !important;
  
}

/* السعر القديم (رمادي ومشطوب) */
.single-product .summary .price-side del {
    color: #999 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}




/* الحاوية */
.card-extras {
    margin-top: 8px;
    text-align: right;
}

/* البادجات */
.card-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    margin-left: 5px;
    font-weight: 600;
}

.card-badge.stock {
    background: #e6f7ee;
    color: #059669;
}

.card-badge.warranty {
    background: #eef2ff;
    color: #3730a3;
}

/* الضمان */
.card-warranty {
    margin-top: 6px;
}

/* الدفع */
.card-payments {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    align-items: center;
}

.card-payments img {
    height: 18px;
    width: auto;
    object-fit: contain;
}

.wd-product-wrapper .product-labels.built-in-gallery-sale-label  {display : none !important}

p.wd-product-stock.stock.wd-style-default.in-stock {
    display: none;
}@media (min-width: 1025px) {
	footer ul{
	text-align : center !important
}

footer h5{
	text-align : center !important;
	margin-top : 20px
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	footer ul{
	text-align : center !important
}

footer h5{
	text-align : center !important;
		margin-top : 20px

}
}

