body * {
  font-family: "cairo", sans-serif !important;
}
div#search {
    align-items: center;
    display: flex;
}
li#\"offers\" {
    display: none;
}
/*********banner**********/
.banner img {
  margin: 0;
  width: 100%;
}

.container.banner {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.section[data-type="banner"] {
  padding: 0 !important;
}


.container.p-0.px-md-3 {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
/*********banner**********/

/******sections*****/
.category-featured.category-featured--no-label a {
  background-size: contain;
  background-repeat: no-repeat;
}
.category-featured.category-featured--no-label a {
  height: 200px;
  width: 200px;
  padding: 0;
  border-radius: px !important;
  background-color: transparent;
  transition: all 0.5s ease !important;
  background-position: center !important;
}

.category-featured.category-featured--no-label a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg, transparent, transparent 30%, #ffc43e);
  transform: rotate(-45deg);
  transition: all 0.5s ease !important;
  opacity: 0;
  z-index: 99;
}

.category-featured.category-featured--no-label a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #ffc43e;
}

.category-featured.category-featured--no-label a:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
body:not(.salla-theme_6) .category-featured {
  padding: 0 !important;
  width: 200px;
  height: 200px;
}

.col-sm-4.col-md-4 {
  width: fit-content;
}

section.section:nth-of-type(2) .container {
  width: 100%;
}
section.section:nth-of-type(2) .container .row {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-content: center;
}

section.section:nth-of-type(2) .container .row::before {
  display: none;
}

@media (max-width: 600px) {
  section.section:nth-of-type(2) .container .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-featured.category-featured--no-label a,
  body:not(.salla-theme_6) .category-featured {
    max-height: 100px !important;
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  section.section:nth-of-type(2) .container .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  section.section:nth-of-type(2) .container .row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/******sections*****/
/******product*****/
h2.section--title {color:#000!important;
    font-weight:700;
    }
.section-header.d-flex.justify-content-between.align-items-center.mb-4 {
  flex-direction: column;
}

.section-header:before {
  display: none;
}

.section-actions {
  position: absolute;
  left: 0;
  background: transparent;
}
@media (max-width: 600px) {
  .section-header.d-flex.justify-content-between.align-items-center.mb-4 {
    margin-bottom: 20% !important;
  }
  .section-actions {
    top: 100%;
    width: 100%;
  }
  a.circle-action.button-more {
    margin-right: 50%;
  }
}

/******product*****/
/******tsti*****/
h2.section--title.mb-4 {
    font-family: "cairo",sans-serif !important;
}
/******tsti*****/