:root {
	--wd-text-font: "Changa", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(56,57,58);
	--wd-text-font-size: 16px;
	--wd-title-font: "Changa", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(56,57,58);
	--wd-entities-title-font: "Changa", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(56,57,58);
	--wd-entities-title-color-hover: rgb(56, 57, 58);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Changa", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Changa", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(124,192,232);
	--wd-alternative-color: rgb(5,18,35);
	--btn-default-bgcolor: rgb(27,117,188);
	--btn-default-bgcolor-hover: rgb(0,39,77);
	--btn-accented-bgcolor: rgb(27,117,188);
	--btn-accented-bgcolor-hover: rgb(0,39,77);
	--btn-font-weight: 400;
	--btn-transform: capitalize;
	--btn-font-size: 16px;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(27,117,188);
	--wd-link-color-hover: rgb(0,39,77);
	--wd-link-decor-style-hover: solid;
	--wd-sticky-btn-height: 95px;
}
.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-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(248,248,248);
	--wd-bordered-bg:rgb(248,248,248);
}
: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;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 28px;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,250,251);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,250,251);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,250,251);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,250,251);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,250,251);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,250,251);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,250,251);
	background-image: none;
}
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-bg: rgb(255,255,255);
}
.wd .product-label.onsale {
	background-color: rgb(221,51,51);
}
.wd .product-label.new {
	background-color: rgb(221,51,51);
}
.wd .product-label.featured {
	background-color: rgb(221,51,51);
}
.wd .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 15px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 24px;
	}
	.woocommerce-product-gallery {
		--wd-gallery-gap: 15px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 22px;
	}
	.woocommerce-product-gallery {
		--wd-gallery-gap: 10px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 12px;
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Changa !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Changa !important;
}


@font-face {
	font-family: "Somar";
	src: url("//shop.mhzm.sa/wp-content/uploads/2025/07/100.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Somar";
	src: url("//shop.mhzm.sa/wp-content/uploads/2025/07/300.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Somar";
	src: url("//shop.mhzm.sa/wp-content/uploads/2025/07/400.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Somar";
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Somar";
	src: url("//shop.mhzm.sa/wp-content/uploads/2025/07/600.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Somar";
	src: url("//shop.mhzm.sa/wp-content/uploads/2025/07/700.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Somar";
	src: url("//shop.mhzm.sa/wp-content/uploads/2025/07/800.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Somar";
	src: url("//shop.mhzm.sa/wp-content/uploads/2025/07/900.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

.whb-sticked .whb-row {
    transition: background-color .3s ease;
    background: #fff !important;
}
.wd.wd .wd-loop-item-47386 .wd-product-wrapper {
    background-color: #ffffff;
    border: 0px !important;
    box-shadow: 0px 0px 4px 0px #f3eaea !important;
    border-radius: 15px !important;
}
.wd-loop-prod-thumb.wd-product-thumb.wd-368dd130.wd-custom-width {
    border-top-right-radius: 16px !important;
    border-top-left-radius: 16px !important;
}
.wd-product:hover {
    box-shadow: 0px 2px 18px 2px #8782823b;
    border-radius: 20px;
}

/*brands*/
  #mhzm-brands-widget{
    width:100%;
    padding:25px 0;
    box-sizing:border-box;
    font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif;
  }
  #mhzm-brands-widget .brands-header{
    margin-bottom:32px;
    padding:0 16px;
  }
  #mhzm-brands-widget .brands-title{
    font-size:26px;
    font-weight:700;
    color:#1a1a1a;
    margin:0 0 8px;
  }
  #mhzm-brands-widget .brands-subtitle{
    font-size:15px;
    color:#767676;
    margin:0;
  }
 
  #mhzm-brands-widget .brands-swiper-wrap{
    position:relative;
    width:100%;
    margin:0;
    padding:0 60px;
    box-sizing:border-box;
  }
 
  #mhzm-brands-widget .brands-swiper{
    overflow:hidden;
    width:100%;
  }
 
  #mhzm-brands-widget .brands-swiper .swiper-slide{
    width:auto;
    display:flex;
  }
 
  #mhzm-brands-widget .brand-item{
    width:150px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    font-size:20px;
    font-weight:700;
    letter-spacing:.5px;
    color:#9a9a9a;
    white-space:nowrap;
    box-sizing:border-box;
    transition:transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease;
  }
 
  #mhzm-brands-widget .brand-item:hover{
    transform:translateY(-4px);
    background:#ffffff;
    color:#1a1a1a;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
  }
 
  #mhzm-brands-widget .brands-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    width:40px;
    height:40px;
    min-width:40px;
    min-height:40px;
    padding:0;
    margin:0;
    border-radius:50%;
    border:1px solid #ececec;
    background:#ffffff;
    color:#1a1a1a;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
    transition:background .25s ease, box-shadow .25s ease;
    line-height:0;
    box-sizing:border-box;
    -webkit-appearance:none;
    appearance:none;
    outline:none;
  }
  #mhzm-brands-widget .brands-nav:hover{
    background:#1a1a1a;
    box-shadow:0 6px 16px rgba(0,0,0,.15);
  }
  #mhzm-brands-widget .brands-nav:hover .brands-nav-arrow{ border-color:#ffffff; }
  #mhzm-brands-widget .brands-nav-prev{ right:0; }
  #mhzm-brands-widget .brands-nav-next{ left:0; }
 
  #mhzm-brands-widget .brands-nav-arrow{
    display:inline-block;
    width:9px;
    height:9px;
    border-top:2px solid #1a1a1a;
    border-right:2px solid #1a1a1a;
    border-radius:1px;
    box-sizing:border-box;
    transition:border-color .25s ease;
  }
  #mhzm-brands-widget .brands-nav-arrow-next{ transform:rotate(-135deg); margin-right:-3px; }
  #mhzm-brands-widget .brands-nav-arrow-prev{ transform:rotate(45deg); margin-left:-3px; }
 
  @media (max-width:768px){
    #mhzm-brands-widget .brands-title{ font-size:22px; }
    #mhzm-brands-widget .brand-item{ width:120px; height:74px; font-size:16px; }
    #mhzm-brands-widget .brands-swiper-wrap{ padding:0 44px; }
    #mhzm-brands-widget .brands-nav{ width:34px; height:34px; }
  }


/*reviews*/
  #mhzm-reviews-widget{
    width:100%;
    background:#fafafa;
    padding:25px 24px;
    box-sizing:border-box;
    font-family:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif;
  }
  #mhzm-reviews-widget .rv-header{
    text-align:right;
    max-width:1200px;
    margin:10px 0px;
  }
  #mhzm-reviews-widget .rv-title{
    font-size:30px;
    font-weight:800;
    color:#0f172a;
    margin:0 0 8px;
  }
  #mhzm-reviews-widget .rv-subtitle{
    font-size:15px;
    color:#6b7280;
    margin:0;
  }
 
  #mhzm-reviews-widget .rv-swiper-wrap{
    position:relative;
    width:100%;
    margin:0px;
  }
 
  #mhzm-reviews-widget .rv-swiper{
    overflow:hidden;
    width:100%;
  }
 
  #mhzm-reviews-widget .rv-swiper .swiper-slide{
    height:auto;
    width:300px;
  }
 
  #mhzm-reviews-widget .rv-card{
    height:100%;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:24px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
  }
 
  #mhzm-reviews-widget .rv-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:16px;
		flex-direction: row-reverse;
  }
  #mhzm-reviews-widget .rv-quote{
    font-size:26px;
    color:#d1d5db;
    line-height:1;
  }
  #mhzm-reviews-widget .rv-stars{
    color:#f5c451;
    font-size:16px;
    letter-spacing:2px;
  }
 
  #mhzm-reviews-widget .rv-text{
    font-size:14px;
    line-height:1.9;
    color:#374151;
    text-align:right;
    margin:0 0 20px;
    flex:1;
  }
 
  #mhzm-reviews-widget .rv-divider{
    border-top:1px solid #e5e7eb;
    margin-bottom:16px;
  }
 
  #mhzm-reviews-widget .rv-author{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
  }
  #mhzm-reviews-widget .rv-author-info{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:2px;
  }
  #mhzm-reviews-widget .rv-name{
    font-size:15px;
    font-weight:700;
    color:#111827;
  }
  #mhzm-reviews-widget .rv-city{
    font-size:13px;
    color:#9ca3af;
  }
  #mhzm-reviews-widget .rv-avatar{
    flex:0 0 auto;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#dbeeff;
    color:#3b82f6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:700;
  }
 
  #mhzm-reviews-widget .rv-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    background:transparent;
    border:none;
    color:#9ca3af;
    font-size:34px;
    line-height:1;
    cursor:pointer;
    padding:4px 8px;
  }
  #mhzm-reviews-widget .rv-nav:hover{ color:#6b7280; }
  #mhzm-reviews-widget .rv-nav-prev{ left:-8px; }
  #mhzm-reviews-widget .rv-nav-next{ right:-8px; }
 
  @media (max-width:768px){
    #mhzm-reviews-widget .rv-title{ font-size:24px; }
    #mhzm-reviews-widget .rv-swiper .swiper-slide{ width:260px; }
    #mhzm-reviews-widget .rv-card{ padding:18px; }
  }
.place-order:has(div#moyasar-apple-pay-button-container) button#place_order {
    display: none !important;
}
.amwal-installment-wrapper {
    display: none !important;
}
#back2school .wd-loop-prod-thumb.wd-product-thumb.wd-368dd130.wd-custom-width {
    margin-top: -24px;
}
#back2school .wd-product-wrapper.wd-entry-content p {
    margin: 0px;
}@media (min-width: 1025px) {
	.searchform .searchsubmit:after
Specificity: (0,2,1)
 {
    font-size: calc(var(--wd-form-height) / 2.3);
    transition: opacity .2s ease;
    content: "بحث" !important;
    font-family: cairo;
    font-size: 15px !important;
}
}

