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

:root {
	--wd-text-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 700;
	--wd-text-color: #777777;
	--wd-text-font-size: 18px;
	--wd-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 20px;
	--wd-primary-color: rgb(218,60,60);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(218,60,60);
	--btn-accented-bgcolor-hover: rgb(193,48,48);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://shebeek.com/wp-content/uploads/2021/09/تصميم-بدون-عنوان-9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(25,25,25);
	background-image: none;
}
.wd-sticky-btn-cart .single_add_to_cart_button {
	font-family: "Tajawal", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: inherit;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 72px;
	}
	[class*="thumbs-grid-bottom"] .woocommerce-product-gallery__wrapper.wd-grid {
		--wd-col: 1;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


/* ✅ FINAL FIX (WoodMart): force container to be viewport-width so overflow creates horizontal scroll */
@media (max-width: 768px) {

  /* 1) ثبّت جدول الـvariations على عرض الشاشة (مهم جداً) */
  .single-product .variations_form table.variations{
    width: 100% !important;
    table-layout: fixed !important;
  }

  /* 2) خلي صفوف/خلايا الجدول ما تتمدد مع المحتوى */
  .single-product .variations_form table.variations tr,
  .single-product .variations_form table.variations td{
    max-width: 100% !important;
  }

  /* 3) خلية القيمة: لازم تكون قابلة للانكماش داخل عرض الشاشة */
  .single-product .variations_form table.variations td.value{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;        /* ← أهم سطر ضد التمدد */
    overflow: hidden !important;
  }

  /* 4) السواتش كونتينر: هو اللي عليه السكرول ومقيّد بعرض الشاشة */
  .single-product .variations_form .wd-swatches-product{
    display: block !important;
    width: 100% !important;
    max-width: 100vw !important;    /* ← قيد واضح */
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    white-space: nowrap !important;
  }

  /* 5) السواتشات: inline-flex + ممنوع تنكمش */
  .single-product .variations_form .wd-swatches-product .wd-swatch{
    display: inline-flex !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    vertical-align: top !important;
    margin-inline-end: 10px !important;
  }

  /* 6) اخفاء الـdropdown بصرياً فقط (بدون كسر الاختيار) */
  .single-product .variations_form table.variations select{
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* (اختياري) اخفاء شريط السكرول كروم/سفاري */
  .single-product .variations_form .wd-swatches-product::-webkit-scrollbar{
    height: 0;
  }
}
/* نقل رمز المنتج (SKU) إلى أسفل في الموبايل */
@media (max-width: 768px) {
  .single-product .product_meta {
    order: 99;
    margin-top: 15px;
  }

  .single-product .summary {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mobile-break {
    display: block;
    margin-bottom: 4px;
  }
}/* رفع زر الواتساب للأعلى */
.ht_ctc_style.ht_ctc_chat_style {
    bottom: 200px !important; /* عدّل الرقم حسب رغبتك */
}
.wp-block-social-links{
display:flex;
flex-direction:row;
gap:15px;
}

.wp-block-social-links a{
color:#ffffff !important;
}