/* Add custom CSS styles below */ 
.main-nav-container .mobile-menu ul li a {

    font-size: 16px;
}
body.index .store-header {
position: relative;  
}
.bg-inherit {
    background-color: #ffffffff;
}

.navbar-brand img {
 
  width: auto;
  max-height: unset;
  filter: brightness(0.0);
  height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 7rem;
    filter: brightness(0.0);
}

/*  عروض تنتهي قربيا*/
.offers img {
  height: 480px;
  width: 420px;
}
.furnitur_offer .s-count-down-wrapper .s-count-down-item-value {
    color: #ffffff !important;
 
}
.blockDesktop17682 {

    display: none;
}
.overlay17682 {
   
    display: none;
}
.Furniture .absolute {
  left: 0% !important;
  background-color: transparent;
  padding: 1rem 0;
  width: 100%;
}
.Furniture .container {
    flex-direction: row;
  }
.Furniture .relative .absolute {
  bottom: unset;
  top: unset;
}
.Furniture .relative .absolute h1 {
  padding: 0rem 1rem !important;
  line-height: 50px;
}

.Furniture .relative:first-of-type .absolute {
    top: 20% !important;
}
.Furniture .relative:last-of-type .absolute {
  top: 20% !important;
}

.Furniture .relative button {
  border: 1px solid #fff;
  background-color: transparent;
}

.Furniture h1 {
  color: #fff;
  font-size: 38px !important;
  width: 100%;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.Furniture button {
  color: #fff;
  border: 1px solid #ffff;
}

.Furniture button a {
  color: #fff;
}


/* بانر صوره */
.banner.txt .container .flex {
  width: 55%;
  justify-content: center;
}
.banner.txt .container .flex h1 {
  color: var(--color-primary);
}

.banner.txt .container .flex a {
  color: var(--color-primary);
}
.banner.txt .container .flex button {
  border: 1px solid var(--color-primary);
}

.banner.txt .relative > div {
  background: var(--color-primary);
}



/* بانر صوره */
footer .store-footer__inner a img {
  filter: brightness(0.0);
}




@media (max-width: 768px) {

h-[85vh].relative {
    height: 60vh;
}
.details-sec .grid {
    height: 100vh !important;
    grid-template-rows: unset;
}

.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}

.offers img {
    height: 100%;
    width: 100%;
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }


}