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

:root {
	--wd-text-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Tajawal", 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: "Tajawal", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Tajawal", 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: "Tajawal", 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(20,93,193);
	--wd-alternative-color: rgb(20,93,193);
	--wd-link-color: rgb(29,42,59);
	--wd-link-color-hover: rgb(29,42,59);
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: rgb(20,93,193);
	--btn-default-bgcolor-hover: rgb(20,93,193);
	--btn-accented-font-family: "Almarai", Arial, Helvetica, sans-serif;
	--btn-accented-bgcolor: rgb(20,93,193);
	--btn-accented-bgcolor-hover: rgb(20,93,193);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(20,93,193);
	--notices-success-color: rgb(255,255,255);
	--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://digitalsalla.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.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: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.home .main-page-wrapper {
    margin-top: -40px;
    padding-top: 40px;
    min-height: 50vh;
    background-color: #eee;
}
/* make add to cart text instead of icon in mobile */
@media(max-width:767px){
.wd-product.wd-hover-fw-button .wd-add-btn-replace .add-to-cart-loop span {
    font-size: 12px;
}
.wd-add-btn-replace .add-to-cart-loop:before {
display: none;
}
}
/* make header in the middle */
@media(min-width:1025px){
.home .whb-main-header .container{
         max-width: 100%;
   margin: 0;
  margin-top: 0;
}
.home header.whb-sticked .whb-main-header .container{
  margin-top: unset;
}

}
/* sticky header */

header.whb-header.whb-header_387596.whb-overcontent.whb-full-width.whb-sticky-shadow.whb-scroll-stick.whb-sticky-real.whb-hide-on-scroll.whb-sticky-prepared.whb-sticked .whb-color-light:not(.whb-with-bg) {
  background-color: #16214f8f !important;
}
/* features in about us */
.feature-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 25px;
    border-radius: 9px;
}
@media(min-width:767px){
.feature-box {
    margin-left: 15px;
}
}
/* blog */
.single-post .main-page-wrapper {
    background-color: #f5f5f5;
}
.single-post .page-title {
    display: none;
}
.single-post .post-single-page {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 770px;
    margin: auto;
}
.single-post .row.content-layout-wrapper.align-items-start {
    justify-content: center;
}
.single-post .site-content {
    max-width: 800px;
}
/* hide post author */
li.meta-author {
    display: none;
}
/* post content  */
.article-body-container p, 
.article-body-container li
{
    color: #3D4957;
    font-size: 17px;
}
.article-body-container h1,
.article-body-container h2,
.article-body-container h3,
.article-body-container h4,
.article-body-container h5,
.article-body-container h6
 {
    color: #3c4859;
}
/* hide blog archive page title */
.woodmart-archive-blog .page-title {
    display: none;
}
/* post archive post title  */
.woodmart-archive-blog .blog-design-masonry .post-title {
    font-size: 20px;
    font-weight: bold;
}
/*main menu   */
.whb-main-header span.nav-link-text {
    font-size: 15px;
}
/* reviews */

.reviews-sec .elementor-testimonial__content {
/* 	padding-top: 25px !important;
    padding-bottom: 45px !important; */
}
.reviews-sec .elementor-testimonial__header {
/*     padding-top: 25px !important; */
}
.reviews-sec .elementor-star-rating i:before {

    color: #fec42d;
}
/* product cateogires  */
.wd-col.category-grid-item.cat-design-alt.categories-with-shadow.without-product-count.product-category.product {
    border-radius: 9px !important;
    overflow: hidden;
}
.wrapp-category {
    background: white;
}
.cat-design-alt.categories-with-shadow .category-image-wrapp {
    box-shadow: unset;
}
/* my account page */
div#customer_login {
    flex-direction: column;
    align-items: center;
    background: white;
    max-width: 500px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 9px;
}

#customer_login>div:not(:first-child):last-child {
    border: none;
}
.page-id-8 .main-page-wrapper {
    margin-top: -40px;
    padding-top: 40px;
    min-height: 50vh;
    background-color: #f1f1f1;
}

.page-id-8.logged-in .main-page-wrapper {
 
    background-color: white !important;
}
@media(max-width:767px){
div#customer_login {
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px;
    border-radius: 9px;
}
}
@media (min-width: 769px) {
#customer_login>.col-md-6 {
    max-width: 100% !important;
}
	div#customer_login {
	margin: auto;
	}
}
.registration-info {
    display: none;
}
h2.wd-login-title {
    text-align: center;
}
/*  */
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce-checkout {
    -js-display: flex;
    display: flex;
    flex-wrap: NOWRAP;
}
/*blog archive bg  */
.woodmart-archive-blog .main-page-wrapper {
    background-color: #f5f5f5;
}
/* blog post title */
h1.wd-entities-title.title.post-title {
    color: #3c4859;
    font-weight: bold;
}
/* related post post title */
.related-posts-slider .post-title {
    font-size: 18px !important;
}
/*product categories title in mobile  */
@media(max-width:767px){
	.category-grid-item .wd-entities-title {
	    font-size: 12px !important;
	}
}
/* social login */
form.login.woocommerce-form.woocommerce-form-login {
    display: flex !important;
    flex-direction: column;
}
form.woocommerce-form.woocommerce-form-register.register {
    display: flex !important;
    flex-direction: column;
}
.heateor_sl_outer_login_container {
    order: -1;
}
/* checkout */
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: none;
}
/* wpml in menu */
.wpml-ls-item > .wd-dropdown > .container {
margin-top: 0 !important;
}
.wpml-ls-item > .wd-dropdown {
padding: 5px !important;

}
/* hide shipping */
tr.woocommerce-shipping-totals.shipping {
    display: none;
}
/* newsletter popup */
#elementor-popup-modal-18133 .dialog-message {
    height: auto;
    max-width: 500px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 9px;
    background: #161c31ad;
}
.elementor-popup-modal .dialog-widget-content {
    border-radius: 10px;
	background-color: unset !important;
}
.dialog-widget-content.dialog-lightbox-widget-content.animated .eicon-close:before {
    color: white;
}
.dialog-widget-content.dialog-lightbox-widget-content.animated .elementor-message.elementor-message-success {
    color: white;
}
/* newsletter popup in mobile */
@media(max-width:767px){
.dialog-message.dialog-lightbox-message {
    width: auto !important;
    max-width: 400px !important;
}
}
/*  */
#elementor-popup-modal-18133 .dialog-message {
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
}
/*  */
@media(max-width:767px){

}
/* wpml language switcher in header */
.wd-header-nav.wd-header-secondary-nav.text-left {
    text-align: right;
}
@media(min-width:992px){
li#menu-item-wpml-ls-145-en {
/*     display: none; */
	    position: absolute;
    left: 25%;
}
li#menu-item-wpml-ls-145-ar {
/*     display: none; */
	    position: absolute;
    left: 25%;
}
}




.main-page-wrapper {
    background-color: #fff !important;
}

 .e-n-tab-title {
    justify-content: space-between !important;
}
.e-n-tab-icon svg path {
  stroke: #777 !important;
  transition: stroke 0.25s ease;
}.e-n-tab.e-active .e-n-tab-icon svg path,
.e-n-tab-title.e-active .e-n-tab-icon svg path,
.e-n-tabs .e-active .e-n-tab-icon svg path,
.e-n-tabs .e-n-tab-title[aria-selected='true'] .e-n-tab-icon svg path {
  stroke: #145dc1 !important; /* لونك الأساسي */
}


@media (max-width: 576px) {
	.elementor-widget-n-tabs .e-n-tabs-heading {
    display: flex !important;
    flex-direction: row;

    align-items: center;
}
.elementor-element.elementor-element-da0294b.e-con-full.e-flex.e-con.e-parent .fa-plus:before, .elementor-element.elementor-element-da0294b.e-con-full.e-flex.e-con.e-parent .fa-minus:before {
    font-size: 16px !important;
    padding: 7px 9px 7px 9px !important;
}
}

