/* 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;
}
.top-navbar {
    display: none;
}
.g_cat  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/**********************/
/******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;
}
}
/*---heading------------------*/
.image-title {
margin-bottom: 25px;
}
@media screen and (max-width:768px) {
.g-products .image-title {
margin-bottom: 44px !important;
}
}

section.weeklyOffers , .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
@media screen and (max-width:768px) {
section:nth-child(3 of section.landing-page-first-banner) .container > div {
    width: 50% !important;
}
section:nth-child(3 of section.landing-page-first-banner) h1 , section:nth-child(2 of section.landing-page-first-banner) h1 {
font-size:14px!important; 
}
footer *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}
section.w-full.section_c_r{
    padding: 0px;
}