/* 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;
}
@media screen and (max-width:768px) {
    header.store-header {
        position: static !important ;
    }
}
.top-navbar {
    display: none;
}
body.index .main-menu li.root-level>a {
    color: #fff !important;
    
}
.sub-menu * {
    color: #000 !important;
}

/*------icon-of-main-header------*/
@media screen and (min-width:991px) {
    body.index div#mainnav svg path {
        stroke: aliceblue !important;
    }
}
.main-nav-container.fixed-header .inner .main-menu li.root-level>a > span  {
    color: #000;
}
.main-nav-container.fixed-header .inner svg path {
    stroke: black !important;
}
section.landing-page-first-banner .container {
    margin-right: 0px;
}
@media screen and (max-width:768px) {
section.landing-page-first-banner .container > div  {
    max-width: 50% !important;
}
section.landing-page-first-banner h1{
    font-size: 15px !important;
}
}
/*****بنر دعائي*****/
@media (min-width:991px){
.banner_ad .img2 {
    grid-row: 1/3;
}
}
.banner_ad .img3 {
    display: none;
}
/******category********/
@media screen and (max-width:768px) {
.g_cat h3 {
    font-size: 14px;
}
}
/*********advantage***********/
@media screen and (max-width:768px) {
    section.g_features {
    margin-top: 0px;
    margin-bottom: 0px;
}
}
/*****************/
section.weeklyOffers , .g-products  , .dead_line  , .ads {
    margin-bottom: 40px ;
}

/*---heading------------------*/
.image-title {
margin-bottom: 25px;
}
@media screen and (max-width:768px) {
.g-products .image-title {
margin-bottom: 44px !important;
}
}
.g_cat  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}