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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IBM Plex Sans Arabic", 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: "IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IBM Plex Sans Arabic", 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: "IBM Plex Sans Arabic", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(253,124,46);
	--wd-alternative-color: rgb(10,10,10);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(253,124,46);
	--btn-accented-bgcolor-hover: rgb(253,124,46);
	--wd-form-brd-width: 2px;
	--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;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://saramonim.com/wp-content/uploads/2024/02/hand-type-laptop-searching-browsing-internet-data-information-with-blank-search-bar-man-s-hands-are-using-smartphone-keyboard-searching-information-using-search-console-with-website.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--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-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: 0px;
}

@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);
}
}


.container-xl {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cascade-slider_container {
     position: relative;
     max-width: 1000px;
     height: 40vh;
     margin: 0 auto;
}
 .cascade-slider_item {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%) scale(0.3);
     transition: all 1s ease;
     opacity: 0;
     z-index: -1;
}
 .cascade-slider_item.next {
     left: 50%;
     transform: translateY(-50%) translateX(-120%) scale(0.6);
     opacity: 1;
     z-index: 4 !important;
}
 .cascade-slider_item.prev {
     left: 50%;
     transform: translateY(-50%) translateX(20%) scale(0.6);
     opacity: 1;
     z-index: 2 !important;
}
 .cascade-slider_item.now {
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%) scale(1);
     opacity: 1;
     z-index: 5;
}
 .cascade-slider_arrow {
     display: inline-block;
     position: absolute;
     top: 50%;
     cursor: pointer;
     z-index: 5;
     transform: translate(0, -50%);
     color: #fff;
    font-size: 30px;
}
 .cascade-slider_arrow-left {
     left: -4%;
}
 .cascade-slider_arrow-right {
     right: -4%;
}
 .cascade-slider_nav {
     position: absolute;
     bottom: -120px;
     width: 100%;
     text-align: center;
     z-index: 5;
}
 .cascade-slider_dot {
     display: inline-block;
     width: 1em;
     height: 1em;
     margin: 1em;
     background: #ddd;
     list-style: none;
     cursor: pointer;
}
 .cascade-slider_dot:hover {
     background: #555;
}
 .cascade-slider_dot.cur {
     background: #555;
}
 .cascade-slider_slides img {
     max-width: 150px;
     border-radius: 35px;
}
 .cascade-slider_item:not(.now) img {
     filter: grayscale(0.95);
}
 .cascade-slider_arrow img {
     width: 25px;
}
 @media screen and (min-width: 414px) {
     .cascade-slider_container {
         height: 50vh;
    }
     .cascade-slider_slides img {
         max-width: 200px;
    }
}
 @media screen and (min-width: 576px) {
     .cascade-slider_container {
         height: 60vh;
    }
     .cascade-slider_slides img {
         max-width: 270px;
    }
}
 @media screen and (min-width: 768px) {
     .cascade-slider_item.next {
         left: 50%;
         transform: translateY(-50%) translateX(-125%) scale(0.6);
         opacity: 1;
         z-index: 1;
    }
     .cascade-slider_item.prev {
         left: 50%;
         transform: translateY(-50%) translateX(25%) scale(0.6);
         opacity: 1;
         z-index: 1;
    }
     .cascade-slider_slides img {
         max-width: 250px;
    }
}
 @media screen and (min-width: 991px) {
     .cascade-slider_item.next {
         left: 50%;
         transform: translateY(-50%) translateX(-115%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.prev {
         left: 50%;
         transform: translateY(-50%) translateX(15%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.next2 {
         left: 50%;
         transform: translateY(-50%) translateX(-150%) scale(0.37);
         opacity: 1;
         z-index: 1 !important;
    }
     .cascade-slider_item.prev2 {
         left: 50%;
         transform: translateY(-50%) translateX(50%) scale(0.37);
         opacity: 1;
         z-index: 2 !important;
    }
     .cascade-slider_slides img {
         max-width: 300px;
    }
     .cascade-slider_container {
         height: 67vh;
    }
}
 @media screen and (min-width: 1100px) {
     .cascade-slider_item.next {
         left: 50%;
         transform: translateY(-50%) translateX(-130%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.prev {
         left: 50%;
         transform: translateY(-50%) translateX(30%) scale(0.55);
         opacity: 1;
         z-index: 4 !important;
    }
     .cascade-slider_item.next2 {
         left: 50%;
         transform: translateY(-50%) translateX(-180%) scale(0.37);
         opacity: 1;
         z-index: 1 !important;
    }
     .cascade-slider_item.prev2 {
         left: 50%;
         transform: translateY(-50%) translateX(80%) scale(0.37);
         opacity: 1;
         z-index: 2 !important;
    }
     .cascade-slider_slides img {
         max-width: 350px;
    }
}
