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

:root {
	--wd-text-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Quicksand", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(21,39,77);
	--wd-alternative-color: rgb(102,52,138);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(21,39,77);
	--btn-accented-bgcolor-hover: rgb(102,52,138);
	--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(0,0,0);
	background-image: none;
}
.page .wd-page-content {
	background-image: url(https://saudi-sg.com/wp-content/uploads/2025/06/bg-scaled.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(255,255,255);
	--wd-form-placeholder-color: rgb(255,255,255);
	--wd-form-brd-color: rgb(255,255,255);
	--wd-form-brd-color-focus: rgb(255,255,255);
	--wd-form-bg: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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-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: 12px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
  font-family: somar;
  src: url('/wp-content/themes/woodmart-child/fonts/Net_URW_DIN_Arabic.ttf');
}

*
{
	font-family:"somar" !important;

}

/* .whb-color-light:not(.whb-with-bg) {
    background: hsla(221, 57%, 19%, 1);
    background: linear-gradient(90deg, hsla(221, 57%, 19%, 1) 0%, hsla(275, 45%, 37%, 1) 54%, hsla(208, 74%, 26%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(221, 57%, 19%, 1) 0%, hsla(275, 45%, 37%, 1) 54%, hsla(208, 74%, 26%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(221, 57%, 19%, 1) 0%, hsla(275, 45%, 37%, 1) 54%, hsla(208, 74%, 26%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#15274D", endColorstr="#66348A", GradientType=1 );
} */

.fa, .fas {
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 900;
}


span.nav-link-text {
    font-size: 1.2rem;
}

.wd-social-icons .wd-icon {

    font-family: "woodmart-font" !important;
}













input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-color-black {
    cursor: pointer;
    -webkit-appearance: button;
    background: linear-gradient(90deg, rgba(76,44,114,1) 0%, rgba(31,30,80,1) 100%);
    color: #fff;
}


input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-color-black:hover {
    color: #262055;
    background: #ffffff !important;
    border: solid 1px #262055;
}



.slider.timer-style-active .wd-timer>span {
    background: linear-gradient(90deg, rgba(76,44,114,1) 0%, rgba(31,30,80,1) 100%);
}


.wd-countdown-timer.slider.color-scheme-light.text-center.timer-size-large.timer-style-active {
    text-align: center !important;
}


.red > .hotspot-btn.wd-fill
{
	background-color: #ff5050;
}


.red > .hotspot-icon-alt .hotspot-btn:after 
{
    color: #fff !important;
}

.gray > .hotspot-btn.wd-fill
{
	background-color: #828282;
}


.gray > .hotspot-icon-alt .hotspot-btn:after 
{
    color: #fff !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cf7_btn.hvr-shutter-out-horizontal {
    background-color: #66348a;
    color: #fff;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.cf7_btn.hvr-shutter-out-horizontal:hover {
    background-color: #fff;
    color: #66348a;
	border: solid 1px #66348a;
}

span.nav-link-text {
    font-size: 0.9rem;
}

div#reg {
    display: none;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    vertical-align: middle;
    font-weight: 400;
}