/* Add custom CSS styles below */ 
/**Careem*/
@font-face {
  font-family: 'Careem';
  src: url('https://wpazzrk.github.io/again/alfont_com_AlFont_com_CAREEM-REGULAR.DB5F2BCA26992ED25A89%20(1).otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Careem', sans-serif;
}
/***/

.navbar-brand img {
    max-width: 170px;
    filter: brightness(0.9);
}

/* remove bg*/
.al-categories .category_card::after {

    background: transparent;

}
.al-categories h3{
    font-size: 18px;
    line-height: 2rem;
    font-weight: 900;
}
.al-categories .category_card {

    --background_hover: transparent !important;
}
/**/

/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}
.store-footer .container > div >img {
    filter: brightness(0.0);
}
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}
/***/

/*categary*/
.al-categories .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
width:70%;
margin:auto;
}

@media (max-width: 768px){
/*categary*/
.al-categories .grid {
 grid-template-columns: repeat(2, minmax(0, 1fr));
width:100%;

  
}
  .al-categories h3 {
    font-size: 15px;
  
}

/* footer */
  .store-footer__inner .grid .col-span-2 {
    grid-column: span 1 / span 2;
  }
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store-footer__inner .col-span-2 > a {
    max-width: 150px;
    margin: auto;
  }

  .store-footer__inner .s-menu-footer-list > a {
    text-align: center;
  }
  /**/


  
}
/**/