:root {
  --footer-bg: #fafafa;
  --footer-text-color: #cfd1d4;
  --second-footer-bg: #fafafa;
  --second-footer-text: black;
  --store-feature-bg: white;
  --store-feature-border: white;
  --store-feature-text: #767676;
  --store-feature-text-size: 16px;
  --store-feature-title: #444444;
  --store-feature-title-size: 18px;
  --store-feature-icon-bg: #8954a6;
  --store-feature-icon-color: white;
  --store-feature-icon-size: 2.1rem;
  --add-to-cart-bg: #3a0057;
  --add-to-cart-text: white;
  --header-categories-bg: white;
  --hedaer-categories-text: black;
  --footer-logo-size: 120px;
  --display-all-btn: black;
  --display-all-btn-bg: white;
}

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
body {
  font-family: "Cairo", sans-serif;
  background-color: white !important;
}
.main-nav-container
{
  min-height: 120px !important;  
}
/* Search in Center Start */
/* .header-search {
  order: -1;
}
@media (max-width: 768px) {
  .header-search {
    order: 2 !important;
  }
}

.main-nav-container .inner .container > div:first-child {
  flex-wrap: wrap !important;
}

.main-nav-container .inner .container > div:first-child > div:first-child {
  order: -1;
} */
.top-navbar{
  display: none;
}
.main-nav-container .container >div:first-child >div:first-child{
  width: 50%;
  justify-content: space-between;
      height: 6rem;
}
.main-menu {
  justify-content: center !important;
}
/* Search in Center End*/
/* Footer Start */
.store-footer__inner {
  background: var(--footer-bg) !important;
}

.store-footer > div:nth-child(2) {
  background: var(--second-footer-bg) !important;
  color: var(--second-footer-text) !important;
}

.store-footer > div:nth-child(2) p {
  color: var(--second-footer-text) !important;
}
/* Footer End */

/* Store Features Start*/
.s-block--features {
  background-color: white !important;
}
.store-footer {
  /* if before banner */
  /* margin-top: 0 !important; */
}

.s-block--features__item {
  padding: 60px;
  display: flex !important;
  border-radius: 15px;
  flex-direction: column !important;
  background-color: var(--store-feature-bg) !important;
  border: 1px solid var(--store-feature-border) !important;
  box-shadow: 1px 3px 4px #0000001a;
}

.s-block--features__item p {
  text-align: center;
  color: var(--store-feature-text) !important;
  font-size: var(--store-feature-text-size);
}
.s-block--features__item h2 {
  font-size: var(--store-feature-title-size);
  text-align: center;
  color: var(--store-feature-title) !important;
}

.s-block--features__item .feature-icon {
  padding: 12px;
  border-radius: 50%;
  background-color: var(--store-feature-icon-bg) !important;
  color: var(--store-feature-icon-color) !important;
}
.s-block--features__item .feature-icon i {
  background-color: var(--store-feature-icon-bg) !important;
  color: var(--store-feature-icon-color) !important;
  font-size: var(--store-feature-icon-size);
  font-weight: 600;
}

/* Store Features End */

/* Catirors More Than 4 Start */
.banner-entry.square-photos {
  background-color: transparent !important;
}

.s-block.s-block--photos-slider .swiper-slide {
  flex-basis: 35% !important;
  max-width: 35% !important;
}
/* Catirors More Than 4 End */

/* Add To Sall Button Start */
.s-product-card-content-footer button {
  background-color: var(--add-to-cart-bg) !important;
  color: var(--add-to-cart-text) !important;
  border-radius: 3px 30px 3px 30px;
}
/* Add To Sall Button End*/

/* Hedaer Cateroreis Start */
#mobile-menu {
  /* display: none !important; */
  background-color: var(--header-categories-bg) !important;
  color: var(--hedaer-categories-text) !important;
}


.mburger{
  display: black !important;
}
/* Hedaer Cateroreis End */

/* Footer Logo Start */
.copied-img {
  /* filter: invert(1); */
  max-width: var(--footer-logo-size);
  order: -1;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}
.store-footer__inner .container > div:first-child {
  display: flex !important;
  flex-direction: column !important;
}
.store-footer__inner .container > div:first-child .copied-img {
  order: -1 !important;
  padding-bottom: 10px;
}
.store-footer__inner .container > div:first-child > a:first-child {
  display: none !important;
}

.banner--fixed img {
  background-color: white !important;
}
.s-slider-block__display-all {
  color: var(--display-all-btn) !important;
  background-color: var(--display-all-btn-bg) !important;
  padding: 15px;
}

.store-footer__inner .container > div:first-child {
  display: flex !important;
  flex-direction: column !important;
}
.store-footer__inner .container > div:first-child .copied-img {
  order: -1 !important;
}
.box-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.store-footer,
.store-footer p,
.store-footer h3,
.store-footer a {
  color: var(--footer-text-color) !important;
}

/* IF Footer Have Banner  */
.store-footer {
  margin: 0 !important;
}

/* Footer Logo End */

/* Make Title In Center and have line  */
/* .s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title-right {
  margin-left: auto !important;
  margin-right: auto !important;
}

.s-slider-block__title-right {
  position: relative !important;
}

.s-slider-block__title-right::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 50% !important;
  transform: translateX(-13%) !important;
  width: 89px !important;
  height: 1px !important;
  background-color: #fe3ed6 !important;
}

html[lang="en"] .s-slider-block__title-right::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 89px !important;
  height: 1px !important;
  background-color: #fe3ed6 !important;
}

html[lang="en"] .s-slider-block__title-right {
  padding: 0 !important;
}

html[lang="en"] .s-slider-block__title-right h2 {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .s-slider-block__title-right {
    padding: 0 !important;
  }

  .s-slider-block__title-right h2 {
    padding: 0 !important;
  }

  .s-slider-block__title-right::after {
    left: 38% !important;
    transform: translateX(-35%) !important;
  }

  .s-slider-block__title {
    padding-bottom: 10px !important;
  }
} */
/* Make Title In Center and have line  End */

/* .s-block--categories  .swiper-wrapper >div:first-child{
  background-color: #FFF9F2 !important;
} */
.s-block--fixed-banner .container{
  max-width: 100% !important;
}
.navbar-brand{
  rotate: -15deg;
  width: 50px;
  height: 50px;
}
.navbar-brand img{
 max-height: 5rem !important; 
}
.store-footer__inner{
 display: flex !important;
  flex-direction: column !important;
}
/* Hide menu from the main header on ALL screens */
.store-header custom-main-menu, 
.store-header #mobile-menu {
    display: none !important;
}

/* Ensure the menu is visible when moved to the side drawer */
.mm-ocd__content #mobile-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix for the mburger icon to ensure it's always clickable */
.mburger {
    display: flex !important;
    cursor: pointer;
    z-index: 50;

}
.main-menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end;
  justify-content: flex-start !important;
}
.main-menu li {
  width: 100%;
} 
.main-menu a {
  width: 100%;
} 

#offers{
  display: none !important;
}