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

:root {
	--wd-text-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: #b1db07;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Cairo", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Cairo", Arial, Helvetica, sans-serif;
	--btn-accented-bgcolor: rgb(177,219,7);
	--btn-accented-bgcolor-hover: rgb(141,211,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(6,7,61);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 0px;
}

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

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


.elementor-widget-text-editor {
    display: block !important;
}

@media (max-width: 767px) {
    .joinchat {
        bottom: 90px !important;
    }
}
.scrollToTop {
    left: 20px !important;
    right: auto !important;
}

/* ABOUT US */
 html[dir="rtl"] .elementor-element-de4218e {
    direction: rtl;
    text-align: right;
}

/* Refund */
html[dir="rtl"] .elementor-widget-heading,
html[dir="rtl"] .elementor-widget-text-editor {
    direction: rtl;
}

html[dir="rtl"] .elementor-widget-text-editor:not(.text-center) {
    text-align: right !important;
}

html[dir="rtl"] .elementor-widget-text-editor.text-center {
    text-align: center !important;
}

/*  Form contact us  */

.hidden-fields-container {
    display: none !important;
}

/* Contact Form 7 - Arabic RTL */
html[dir="rtl"] .wpcf7-form {
    direction: rtl;
    text-align: right;
}

/* Labels */
html[dir="rtl"] .wpcf7-form label {
    direction: rtl;
    text-align: right;
}

/* Text fields and textarea */
html[dir="rtl"] .wpcf7-form input[type="text"],
html[dir="rtl"] .wpcf7-form textarea {
    direction: rtl;
    text-align: right;
}

/* 1. Main button - adapted for dark header */
.widget_berocket_ce_widget .brjsf_ce_select {
    background-color: transparent; /* Blends perfectly with your header */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle semi-transparent white border */
    border-radius: 5px;
    padding: 5px 12px;
    min-width: 80px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* 2. Force the selected currency text to be white */
.widget_berocket_ce_widget .brjsf_ce_select .brjsf_ce_text span {
    color: #ffffff !important;
    font-weight: 600;
}

/* 3. Style the small dropdown arrow to be white */
.widget_berocket_ce_widget .brjsf_ce_select i.fa-caret-down {
    color: #ffffff;
    margin-right: 5px;
}

/* 4. Style the dropdown menu that opens (Matches your header color) */
.widget_berocket_ce_widget .brjsf_ce_select ul {
    background-color: #06073d !important; /* Matches your header bg exactly */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.4); /* Stronger shadow for depth */
    min-width: 100%;
    padding: 0;
}

/* 5. Style the currency options inside the list to be white */
.widget_berocket_ce_widget .brjsf_ce_select ul li {
    color: #ffffff !important;
    padding: 8px 12px;
    text-align: center;
    transition: background 0.2s ease;
}

/* 6. Add a subtle highlight effect when moving the mouse over options */
.widget_berocket_ce_widget .brjsf_ce_select ul li:hover {
    background-color: rgba(255, 255, 255, 0.1) !important; /* Adds a light glow on hover */
}