/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');


body , body  * {
  font-family: "Baloo Bhaijaan 2", sans-serif !important;
}

/******************/
@media screen and (min-width:768px) {
.al-categories > div   .category_card:nth-of-type(1){
grid-column: 3/4
}
}
/********/
@media screen and (max-width:768px) {
custom-tabs#AL-best_category_products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
/*********/
/****************footer*******/
.store-footer__inner .s-contacts-icon {
    color: #fff;
}
@media (max-width:768px){
.store-footer__inner *{
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}
.store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0px !important;
}
.al-testimonial .grid > div:nth-of-type(2) *{
    color:#000!important;
}
}