/* Add custom CSS styles below */ 
nav#mobile-menu * {
    color: #000 !important;
}
@font-face {
    font-family: "DIN Next LT Arabic";
    src: url("https://arbfonts.com/wp-content/fonts/new-arabic-fonts/DINNextLTArabic-Regular-3.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "DIN Next LT Arabic", sans-serif;
}
@media (max-width:768px){
  .g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
 .g_cat   h2.text-center {
    margin-bottom: 30px;
}
}
.inner.bg-inherit {
    background: #856e88;
}
.store-header .max-w-\[90px\] {
    max-width: 120px;
}
salla-slider#cat-slider {
    display: none;
}
@media (min-width: 1500px) {
header.store-header ul.grid.grid-cols-10.w-full.category_header {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
}
header.store-header .sub-menu {
    left: 55% !important;
}}