/* Add custom CSS styles below */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body * {
  font-family: "Tajawal", sans-serif;
}
.app-inner {
    background: #f1f0ee;
}
.main-nav-container {
    background: #999383;
} 
@media(min-width:991px){
 ul.main-menu.mm-spn--open * {
    color: #fff;
}
}
 .sub-menu *{
    color: #000 !important;
}
 .items-stretch div:nth-of-type(2) * {
    color: #fff;
    border-color: #fff;
}
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
/*arrow of slider */
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}

section:nth-of-type(1){
margin-top:0px
}
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
.sicon-menu:before {
    color: #fff;
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
/******************/
.s-block__title {
    justify-content: center;
}
/* start customize setion*/
.md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    width: 50%;
    margin-inline: auto;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 180px;
    padding: 0rem;
  
}
.md\:grid-cols-2 {
    width: 100%;
}
}
/******************/
.s-product-card-content {
    background: #f1f0ee;
}
button.undefined {
    background: #989384!important;
    color: #fff!important;
}
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title h2 {
    padding: 0px;
}
.store-footer__inner , .footer-is-light .store-footer{
    background-color: #999383!important;
}
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#fff;
border-color:#fff;
}
.s-user-menu-dropdown {
    background: #999383;
}