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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//spascoeg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", 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: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(1,1,1);
	--wd-alternative-color: rgb(163,142,123);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(66,66,66);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://spascoeg.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(0,0,0);
	background-image: url(https://spascoeg.com/wp-content/uploads/2021/09/output_2.webp);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgba(0,0,0,0.09);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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


/* 1. استهداف الشريط العلوي وضبطه ليحتوي الحركة */
.whb-top-bar .container {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 !important;
    width: 100%; /* تأكد أن الحاوية تأخذ العرض الكامل */
}

/* إزالة الخلفية الرمادية من الشريط العلوي */
.whb-top-bar {
    background-color: transparent !important; /* لجعل الخلفية شفافة */
}

/* 2. استهداف النص الذي سيتحرك */
.marquee-wrapper {
    display: inline-block;
    animation: woodmart-marquee 60s linear infinite;
}

.marquee-text span {
    display: inline-block;
    padding-right: 30px; /* مسافة بين كل تكرار للنص */
}

/* 3. تعريف الحركة (Keyframes) */
@keyframes woodmart-marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%); /* تحريك بنسبة 50% من عرض النص المكرر */
    }
}

/* تعديل بسيط للخط لضمان الوضوح */
.whb-top-bar .marquee-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff; /* لضمان وضوح النص على الخلفية الداكنة */
}

/* --------------------------------------------------- */
/* تعديل الحركة للغات من اليمين لليسار (RTL) */
/* --------------------------------------------------- */
html[dir="rtl"] .marquee-wrapper {
    animation: woodmart-marquee-rtl 60s linear infinite;
}

@keyframes woodmart-marquee-rtl {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(50%); /* تحريك بنسبة 50% من عرض النص المكرر */
    }
}

/* إجبار المحتوى داخل الشريط العلوي على الظهور على شاشات الهاتف المحمول */
@media (max-width: 767px) {
    .whb-top-bar .whb-col-center {
        display: block !important;
        width: 100% !important;
    }
    
    .whb-top-bar h4,
    .whb-top-bar .marquee-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-height: none !important;
    }
    
    .whb-top-bar .whb-hidden-mobile {
        display: block !important;
    }
    /* تعديل سرعة الحركة على الموبايل إذا لزم الأمر */
    .marquee-wrapper {
        animation-duration: 30s; /* أسرع على الموبايل */
    }
    html[dir="rtl"] .marquee-wrapper {
        animation-duration: 30s; /* أسرع على الموبايل */
    }
}