/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body {
  font-family: "Cairo", sans-serif;
}
.navbar-brand img {
    width: 70px !important;
}
body:not(.index) header.store-header  , .main-nav-container.fixed-header .inner{
    background: #e4d8ca;
}
@media (max-width:768px){
header.store-header {
    position: static !important;
    background: #e4d8ca;
}
section:nth-child(1 of section.landing-page-first-banner) .container {
    max-width: 50%;
    margin-right: 20px;
}
section:nth-child(1 of section.landing-page-first-banner) h1 {
    font-size: 12px !important;
}
.main-nav-container {
    height: 100px !important;
}
section:nth-child(1 of section.landing-page-first-banner) [aria-label="2 / 2"] h1 {
    font-size: 16px !important;
}
}
section:nth-child(1 of section.landing-page-first-banner) [aria-label="2 / 2"] .container{
    justify-content: center !important;
    align-items: center !important;
}
/**************/
section:nth-child(1 of section.landing-page-first-banner) h1:before{
  content: " ";
    background-image: url("https://cdn.salla.sa/form-builder/XC2F3Q8jjoll9yHvI8AOsmefX31fPiRHdAd0aBln.png");
    background-size: contain;
    margin-bottom: 30px;
    width: 120px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
}
/*****************/
section.weeklyOffers , .g_cat ,  .g-products  , .dead_line  , .ads {
    margin-bottom: 40px !important;
}

@media (min-width:991px){
section.banner_ad {
    height: 100vh !important;
     max-height: 100vh !important;
}

}