/* START OF CSS STYLE CODE BY NUSSUQ.COM */
/* ====== Fonts  ====== */
@font-face {
  font-family: "3safArabicFont";
  src: url(https://corsproxy.io/?https://www.drawway.me/general/3safFonts/3safArabicFont.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "3safEnglishFont";
  src: url(https://corsproxy.io/?https://www.drawway.me/general/3safFonts/3safEnglishFont.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

[lang="ar"] {
  font-family: '3safArabicFont', sans-serif !important;
  font-kerning: none !important;
  -webkit-font-smoothing: antialiased !important;
}
*/

*[lang="en"] {
  font-family: '3safEnglishFont', sans-serif !important;
  font-kerning: none !important;
  -webkit-font-smoothing: antialiased !important;
}

/* ====== GENERAL ====== */
section.s-block div.my-2.mx-auto.w-28.h-0.border-2.border-primary {
  display: none;
}

/* ====== HEADER ====== 
@media only screen and (min-width: 1024px){
.main-menu-row .main-menu li.root-level>a {color:#fff}
}
#mainnav:not(.fixed-pinned) i, #mainnav:not(.fixed-pinned) .sicon-search:before {color:#fff}*/

/* ====== NEW NAVBAR ====== */
@media (max-width: 991px) {
  .nav-div.nav-mob ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #fff;
    font-weight: 500;
    margin-top: 1rem;
  }
}
/* .header-btn__icon.icon.sicon-search {display:none}*/
@media (min-width: 992px) {
  .nav-div {
    display: none;
  }
}

/* ====== PRODUCTS SECTION ====== 
.s-products-list-vertical-cards {gap: 2rem;margin: 1rem !important;}
.product-card--fit-height .product-card__image {height: 9.3rem !important;}*/

/* ====== COUNTDOWN ====== */
.promo_with_countdown {
  margin-top: 0;
  border-radius: 0;
}
.promo_with_countdown .mx-auto {
  padding: 0;
}
.promo_with_countdown .relative {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0 !important;
  background-color: #000000;
}
.promo_with_countdown .relative.overflow-hidden.rounded-lg {
  border-radius: 0 !important;
  padding: 0 !important;
}
.promo_with_countdown .s-count-down-list {
  padding-top: 1rem;
  margin-top: 10px;
}
.promo_with_countdown .s-count-down-list {
  padding-top: 0;
}
.promo_with_countdown .s-count-down-item-label {
  opacity: 1;
  font-weight: 300;
}
.promo_with_countdown .s-count-down-item {
  background: #ffffff10;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 4rem;
  height: 4rem;
}
.promo_with_countdown a {
  margin-top: 1rem;
  width: 60%;
}
.s-products-list-vertical-cards:has(custom-salla-product-card#product-1898884471) {
  grid-template-columns: auto;
}
.s-products-list-vertical-cards:has(custom-salla-product-card#product-1898884471)
  .product-card--fit-height
  .product-card__image {
  height: 14.3rem !important;
  max-height: 15rem;
}
.product-card__image img.object-cover {
  object-fit: contain;
}

/* ====== FIXED BANNER ====== */
.s-block.s-block--banners.container .s-block__title {
  justify-content: center;
}
.s-block.s-block--banners.container .s-block__title .right-side {
  padding: 0 !important;
}

/* ====== VIDEO YOUTUBE ====== */
section.s-block.s-block--video:before {
  content: "قصتنا Our Story";
  display: block;
  width: 100%;
  height: 2rem;
  color: var(--store-text-primary);
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

/* ====== ABOUT SECTION ====== */
.s-block.s-block--about#about-11 {
  padding-bottom: 0;
}
.s-block.s-block--about#about-11,
.s-block.s-block--about#about-11 h2 {
  margin-bottom: 0 !important;
}
.s-block.s-block--about#about-11 p {
  display: none;
}

/* ====== css code of snow ====== */
/* .snowflake {color: #fff;font-size: 1em;font-family: Arial, sans-serif;text-shadow: 0 0 5px #fff;filter:blur(1px);opacity:1;}
@-webkit-keyframes snowflakes-fall {
  0% {top: -10%}
  100% {top: 100%}
}
@-webkit-keyframes snowflakes-shake {
  0%,
  100% {-webkit-transform: translateX(0);transform: translateX(0)}
  50% {-webkit-transform: translateX(80px); transform: translateX(80px)}
}
@keyframes snowflakes-fall {
  0% {top: -10%}
  100% {top: 100%}
}
@keyframes snowflakes-shake {
  0%,
  100% {transform: translateX(0)}
  50% {transform: translateX(80px)}
}
.snowflake {position: fixed;top: -10%;z-index: 9999;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: default;-webkit-animation-name: snowflakes-fall, snowflakes-shake;-webkit-animation-duration: 10s, 3s;-webkit-animation-timing-function: linear, ease-in-out;-webkit-animation-iteration-count: infinite, infinite;-webkit-animation-play-state: running, running;animation-name: snowflakes-fall, snowflakes-shake;animation-duration: 10s, 3s;animation-timing-function: linear, ease-in-out;animation-iteration-count: infinite, infinite;animation-play-state: running, running}
.snowflake:nth-of-type(0) {left: 1%; -webkit-animation-delay: 0s, 0s;animation-delay: 0s, 0s;font-size: 5px;}
.snowflake:nth-of-type(1) {left: 10%;-webkit-animation-delay: 1s, 1s;animation-delay: 1s, 1s;font-size: 7px;}
.snowflake:nth-of-type(2) {left: 20%;-webkit-animation-delay: 6s, .5s;animation-delay: 6s, .5s;font-size: 10px;}
.snowflake:nth-of-type(3) {left: 30%;-webkit-animation-delay: 4s, 2s;animation-delay: 4s, 2s;font-size: 7px;}
.snowflake:nth-of-type(4) {left: 40%;-webkit-animation-delay: 2s, 2s;animation-delay: 2s, 2s;font-size: 10px;}
.snowflake:nth-of-type(5) {left: 50%;-webkit-animation-delay: 8s, 3s;animation-delay: 8s, 3s;font-size: 4px;}
.snowflake:nth-of-type(6) {left: 60%;-webkit-animation-delay: 6s, 2s;animation-delay: 6s, 2s;font-size: 3px;}
.snowflake:nth-of-type(7) {left: 70%;-webkit-animation-delay: 2.5s, 1s;animation-delay: 2.5s, 1s;font-size: 7px;}
.snowflake:nth-of-type(8) {left: 80%;-webkit-animation-delay: 1s, 0s;animation-delay: 1s, 0s;font-size: 3px;}
.snowflake:nth-of-type(9) {left: 90%;-webkit-animation-delay: 3s, 1.5s;animation-delay: 3s, 1.5s;font-size: 5px;}
.snowflake:nth-of-type(10) {left: 25%;-webkit-animation-delay: 2s, 0s;animation-delay: 2s, 0s;font-size: 5px;}
.snowflake:nth-of-type(11) {left: 65%;-webkit-animation-delay: 4s, 2.5s;animation-delay: 4s, 2.5s;font-size: 3px;}
.snowflake:nth-of-type(13) {left: 1%;-webkit-animation-delay: 0s, 0s;animation-delay: 0s, 0s;font-size: 5px;}
.snowflake:nth-of-type(14) {left: 10%;-webkit-animation-delay: 1s, 1s;animation-delay: 1s, 1s;font-size: 5px;}
.snowflake:nth-of-type(15) {left: 20%;-webkit-animation-delay: 6s, .5s;animation-delay: 6s, .5s;font-size: 10px;}
.snowflake:nth-of-type(16) {left: 30%;-webkit-animation-delay: 4s, 2s;animation-delay: 4s, 2s;font-size: 10px;}
.snowflake:nth-of-type(17) {left: 40%;-webkit-animation-delay: 2s, 2s;animation-delay: 2s, 2s;font-size: 4px;}
.snowflake:nth-of-type(18) {left: 50%;-webkit-animation-delay: 8s, 3s;animation-delay: 8s, 3s;font-size: 2px;}
.snowflake:nth-of-type(19) {left: 60%;-webkit-animation-delay: 6s, 2s;animation-delay: 6s, 2s;font-size: 10px;}
.snowflake:nth-of-type(20) {left: 70%;-webkit-animation-delay: 2.5s, 1s;animation-delay: 2.5s, 1s;font-size: 10px;}
.snowflake:nth-of-type(21) {left: 80%;-webkit-animation-delay: 1s, 0s;animation-delay: 1s, 0s;font-size: 4px;}
.snowflake:nth-of-type(22) {left: 90%;-webkit-animation-delay: 3s, 1.5s;animation-delay: 3s, 1.5s;font-size: 5px;}
.snowflake:nth-of-type(23) {left: 25%;-webkit-animation-delay: 2s, 0s;animation-delay: 2s, 0s;font-size: 10px;}*/

/* Selia team styles */

@media (max-width: 991px) {
  .s-block--about {
    text-align: center;
  }
  .one-product .s-products-list-wrapper {
    display: flex;
  }

  .one-product custom-salla-product-card {
    width: 52%;
    margin: 0 auto;
  }
  .index .fixed-products--6 .one-product custom-salla-product-card {
    width: 70%;
  }

  /*.index .s-products-list-wrapper custom-salla-product-card{
flex: 0 1 calc(55% - 10px); 
margin: 5px;
}*/

  .index .s-products-list-wrapper:has(:nth-last-child(1):nth-child(odd)) {
    justify-content: center;
  }
  .s-block--special-products-slider--5 .min-h-\[250px\] {
    min-height: 380px;
  }
}
salla-installment, .store-footer__curve {
  display: none;
}
.selia-installment-widget {
  background-color: rgba(244,241,236,0.65098);
}
/** New lang btn***/
[dir="rtl"] .new-lang-btn svg {
  margin-right: 9px;
  margin-left: 0;
  margin-left: initial;
}
[dir="ltr"] .new-lang-btn svg {
  margin-left: 9px;
  margin-right: 0;
  margin-right: initial;
}