/* Add custom CSS styles below */ 
@media (min-width:991px){
.al-categories  .category_card:nth-of-type(1) {
grid-column: 3/4;
}
}
.al-categories img {
    width: auto;
}
.al-categories .category_card:hover::after {
    background: #fbf9ed;
    transform: scale(1);
}
.al-categories h3 {
    font-size: 20px;
}
/*****************اراء العملاء****************/
@media (max-width:768px){
.al-testimonial .grid > div:nth-of-type(2) *{
    color:#000!important;
}
}
/******color of icon of testimin***/
.al-testimonial .card   span path{
    fill: #46358C!important;
    }
/****************footer*******/
@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;
}
}