@import url("https://fonts.googleapis.com/css2?family=Almarai&display=swap");
body,
*:not(i) {
  font-family: "Almarai", sans-serif !important;
}
/* header */
.site-header {
  background-image: url("https://res.cloudinary.com/dkipmtkx7/image/upload/v1619925992/xgetsvg_l7zobb.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left;
  box-shadow: none;
}
.circle-action {
  border-radius: 10px;
  vertical-align: bottom;
}
header .circle-action {
  background-color: #231f20;
  color: #fff;
  border-color: #231f20;
}
.badge {
  background-color: white !important;
  color: #454d50 !important;
}
@media only screen and (max-width: 700px) {
  .site-header {
    background-size: 50%;
  }
}
.login-container .text-yellow-dark > i.sicon-user {
  content: url(https://cdn.salla.sa/RgxWq/FusLo9wEpUN5HEQYjZvxzgj65zTlbhuv6EpChPbf.jpg);
  height: 60px;
}
.login-container .text-yellow-dark {
  border: none;
  margin-bottom: 35px !important;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  color: black;
}
/* MENUS */
@media (min-width: 992px) {
  .main-menu > li:before,
  .main-menu > li:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #3747de;
    content: "";
    opacity: 0;
    transition: all 0.3s;
  }
}

.main-menu > li:before {
  top: 0px;
  transform: translateY(10px);
}

.main-menu > li:after {
  bottom: 0px;
  transform: translateY(-10px);
}

.main-menu > li:hover:before,
.main-menu > li:hover:after {
  opacity: 1;
  transform: translateY(0px);
}

.main-menu > li > a {
  color: black;
  font-weight: bolder;
}
@media only screen and (max-width: 991px) {
  .sub-nav .sub-nav-content .sub-nav-header {
    background-image: url("https://res.cloudinary.com/dkipmtkx7/image/upload/v1619985742/XG_-_04_z75yap.png");
    background-size: cover;
  }
}
body > div.sub-nav > div > div > a {
  color: black;
}
@media only screen and (max-width: 991px) {
  .main-menu span,
  .main-menu span i {
    text-align: center;
    /*font-weight: bolder !important;*/
    color: black;
  }
}
.store-categories > li > a {
  color: black !important;
  font-weight: bold;
}
/* layout */
@media only screen and (max-width: 991px) {
  section.section
    > .container
    > .row:not(.products-grid):not(.products-listing) {
    grid-template-columns: 1fr 1fr !important;
  }
  section.section
    > .container
    > .row:not(.products-grid):not(.products-listing)
    > .col-md-4:nth-child(2n) {
    padding-left: 6px !important;
  }
  section.section
    > .container
    > .row:not(.products-grid):not(.products-listing)
    > .col-md-4:nth-child(2n-1) {
    padding-right: 6px !important;
  }
}
section.section > .container > .row:not(.products-grid):not(.products-listing) {
  display: grid !important;
  column-gap: 8px !important;
  grid-template-columns: 1fr 1fr 1fr;
}
section.section
  > .container
  > .row:not(.products-grid):not(.products-listing):before,
section.section
  > .container
  > .row:not(.products-grid):not(.products-listing):after {
  content: none;
}
section.section
  > .container
  > .row:not(.products-grid):not(.products-listing)
  > .col-md-4 {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.category-featured a:before {
  content: none;
}
section:nth-of-type(1).py-4.py-md-3 {
  padding-bottom: 0 !important;
}
.salla-theme_1 .category-featured,
.salla-theme_2 .category-featured,
.salla-theme_3 .category-featured,
.salla-theme_4 .category-featured,
.salla-theme_5 .category-featured {
  border-radius: 0;
}

body > section:nth-child(7) > div > .row {
  margin-top: -4rem;
}
/* @media only screen and (max-width: 990px) {
  body
    > section:nth-child(7)
    > div
    > .row:not(.products-grid)
    > div:nth-child(3) {
    margin: 0px 47% !important;
  }
} */

/* content */
.section-header:before {
  background: transparent;
}
.section--title {
  color: black !important;
  font-weight: bold;
}
.product-add {
  font-size: 1.2rem;
  margin: 0.25rem 1rem;
  padding: 0.25rem 0 !important;
  display: black;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  /*border-style: solid;*/
  /*border-width: 8px 8px 8px 8px;*/
  /*border-image: url(https://res.cloudinary.com/dkipmtkx7/image/upload/v1620008311/Rounde_rqoprf.png)17 17 17 fill repeat;*/
  background-color: #231f20;
}
body.salla-theme_1 .product .product-footer {
  display: black;
  border: none;
  margin-top: 0px !important;
}
.product-add:before {
  content: "أضف للسلة";
  display: black;
  color: #fff;
}
.product-add * {
  display: none;
}
.product-title {
  margin-bottom: 2vh !important;
  text-align: center !important;
  font-weight: bold;
}
.product-price {
  text-align: center;
  color: black;
}
.section--title {
  background-image: url("https://res.cloudinary.com/dkipmtkx7/image/upload/v1620012303/vectorpaint_2_b1nucz.svg");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 35px;
  background-size: contain;
}
body
  > section
  > div
  > div.section-header.d-flex.justify-content-between.align-items-center.mb-4
  > h2
  > span {
  vertical-align: 3px;
}
@media only screen and (max-width: 700px) {
  .product-add {
    border-width: 4px 4px 4px 4px;
  }
}
/* footer */
.footer-main {
  background-image: url("https://res.cloudinary.com/dkipmtkx7/image/upload/v1620013832/XG_-_05_owrxix.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-title span {
  font-size: 20px;
}
.footer-title {
  text-align: center;
  color: white;
  font-weight: bold;
}
body > footer > div.footer-main > div > div > div > p {
  text-align: center;
  color: white;
}
.store-contact {
  text-align: center;
}
.store-contact > a {
  color: white !important;
}
.footer-links {
  text-align: center;
}
.footer-links > li > a {
  color: white !important;
}
.social {
  text-align: center;
}
.social > .social__item > a {
  background-color: white !important;
  color: black;
  border-radius: 10px;
}
/* ta3deel */
.sub-nav .main-menu > li {
  margin-left: 2rem;
}
section[style="background: #FAFAFA;"]:nth-of-type(1) > .container.p-0.px-md-3 {
  padding: 0px !important;
  margin: 0px !important;
  width: 99vw;
}
.promotion-title {
  font-size: 15px;
  background-color: #db4229;
  color: white;
}
@media only screen and (min-width: 991px) {
  section.section:nth-of-type(3)
    > .container
    > .row:not(.products-grid):not(.products-listing)
    > .col-md-4:nth-child(1) {
    grid-row: 1;
  }
  section.section:nth-of-type(3)
    > .container
    > .row:not(.products-grid):not(.products-listing)
    > .col-md-4:nth-child(3) {
    grid-row: 1;
  }
}
body > section.u-light.py-5.text-center > div > h2 {
  background-image: none !important;
  padding-right: 0px !important;
}
body > section.u-light.py-5.text-center {
  background: transparent;
}
.feature-item__icon {
  background: transparent !important;
}
.sicon-airplane-mode {
  color: #3747de;
}
.sicon-headset {
  color: #db4230;
}
.sicon-rocket {
  color: #f7bb67;
}
body > section.u-light.py-5.text-center > div > div > div > h3 {
  color: black;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  /* .site-header  .circle-action {
       transform: scalex(1.1);
    }
   .site-header  .circle-action span::before{
        font-weight: bold;
    } */
}
body > div.sub-nav > div > ul > li.sub-menu-header.categories-holder > span {
  font-size: 0px;
  text-align: center;
}
body
  > div.sub-nav
  > div
  > ul
  > li.sub-menu-header.categories-holder
  > span:before {
  content: "الأقسام";
  font-size: 16px;
  color: black;
  font-weight: bolder;
}
body
  > div.sub-nav
  > div
  > ul
  > li.sub-menu-header.categories-holder
  > span
  > i {
  display: none !important;
}
img[src="https://cdn.salla.sa/form-builder/UB4NjVyxn4DsDfGknm1N996Thb0Yw7whfaHvSKXt.jpg"]
{
  margin-bottom: 5rem;
}

/* إضافة للسلة */
.product-add {
  font-size: 1.2rem;
  margin: 0.5rem 1rem 0.8rem;
  position: relative;
  padding: 9px 0 6px !important;
  display: block;
  text-align: center;
  border-radius: 42px !important;
  transition: all 0.3s ease;
  border: none;
  background: #203c11 !important;
  color: #fff;
  font-weight: bold;
}
.product-add:hover {
  background: #203c11 !important;
  color: #fff;
}
body.salla-theme_1 .product .product-footer {
  display: block;
  border: none;
  margin-top: 0px !important;
}
.product-add:before {
  content: "أضف للسلة";
  display: block;
}
.product-add * {
  display: none;
}

.not-available {
  font-size: 1.2rem;
  background-color: rgba(245, 81, 87, 0.12);
  margin-top: 10px !important;
  margin-bottom: 0.8rem !important;
  margin-right: 10px !important;
  display: block !important;
  text-align: center;
  border-radius: 42px !important;
  padding: 12px 0 12px !important;
  font-weight: bold;
}
.product-add:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95) !important;
}

/* توسيط بيانات المنتج */

body .product > a .product-title {
  text-align: center !important;
  font-size: 1.2rem;
  color: #000 !important;
}
.product-subtitle {
  text-align: center !important;
  color: #191919;
}
.product-footer > .product-price {
  direction: rtl;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  /* color: #000 !important; */
  margin: 0 10px;
}
.product-footer > .product-price .price-before {
  direction: rtl !important;
  float: none !important;
  font-weight: normal;
  text-align: center;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  color: #828282;
}
@media (max-width: 767px) {
  .product-add {
    font-size: 1rem;
    margin: 0.5rem 0.5rem 0.8rem;
    padding: 8px 0 5px !important;
  }
  .not-available {
    font-size: 1rem;
    padding: 10px 0 10px !important;
    font-weight: bold;
  }

  /* cart */
  .salla-theme_1 header.site-header .logo-wrapper .logo {
    margin-right: 0px;
  }
  .salla-theme_1 header.site-header .logo-wrapper .logo img {
    max-width: 140px;
    transform: scale(1.15);
  }
}

@font-face {
  font-family: "Bahij-Blain";
  src: url("https://cdn.salla.sa/pqXnA/CaWjjuhWkL9O15cNo3jVjzHXQZB95qsREPfSl7RU");
}
@font-face {
  font-family: "Bahij-Blain";
  src: url("https://cdn.salla.sa/pqXnA/CaWjjuhWkL9O15cNo3jVjzHXQZB95qsREPfSl7RU");
}

@font-face {
  font-family: "Dubai";
  src: url("https://cdn.salla.sa/lNrwj/oHnneLf9nmW1dia1z4xQ6TD1lJQl11NDlVGbhFPB");
  font-weight: normal;
}
@font-face {
  font-family: "Dubai";
  src: url("https://cdn.salla.sa/lNrwj/VVRAhZDaWB0ODd4f8AAgZ3gEe2EG7LmPH7EekzH7");
  font-weight: bold;
}
body .product-add:before,
body .product > a .product-title,
.not-available {
  font-family: "Bahij-Blain", sans-serif !important;
  font-family: "Dubai", sans-serif !important;
}