/*header*/
.main-menu .sub-menu > ul > li {
    color: var(--header-text-color-light);
    font-weight: 700;
}
.main-nav-container .sub-menu li:hover {
    background-color: unset;
}
div#mainnav .flex.items-stretch.justify-between.relative.inner-box {
    align-items: center;
}
.firstbanner{
  margin-top:0px; 
}
/*products*/
.s-product-card-promotion-title {
    top: 0;
    border-radius: 0 0 0 20px;
  background-color:#baa785;
}
.s-product-card-entry .s-product-card-price:is(.dark *), .s-product-card-entry .s-product-card-starting-price:is(.dark *) {
   
    color: #2b2b2b!important;
}
.s-slider-block__title {
    display: none;
}
.s-product-card-entry .s-add-product-btn .s-button-outline {
    color: #ffffff !important;
}
section.s-block.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title h2 {
    font-size: 25px;
}
.enhanced-squire-image .images__box {
    max-width: 50%;
    justify-self: center;
    margin-inline: auto;
}
/* .categoriesimgs:before{
  content: 'تسوق من فئأتنا';
  width:100%;
  height: 20px;
  display: block;
  font-size: 25px;
  text-align: center;
  margin: 15px auto;
  font-weight: 700;

} */
/*rev*/
section.container.customer-reviews-block.overflow-hidden.Aleinshouse_varticle_space h2 {
    display: none;
}
/*what's*/
a.wa-s-n {
    bottom: 66px !important;
}
.progress-wrap.active-progress {
    left: 1rem;
    right: unset;
    bottom: 66px !important;

}
@media (max-width: 767px) {
.enhanced-squire-image .images__box {
    max-width: unset;
}
}