/* Add custom CSS styles below */ 
.s-block{
  padding-top: 0rem
}
.thick-header .main-nav-container{
      border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
/*قسم تصفح حسب الماركة*/
section[data-page-content-title="تصفح حسب الماركة"] .f_image-one-sixth{
    display:flex !important;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
/*شاشة جوال*/
section[data-page-content-title="تصفح حسب الماركة"] .f_image-entry{
    flex:0 0 100px;
}
/*شاشة كمبيوتر*/
@media (min-width:768px){
    section[data-page-content-title="تصفح حسب الماركة"] .f_image-entry{
        flex:0 0 220px;
    }
}
.s-block--fixed-banner{
    width:100vw !important;
    margin-right:calc(50% - 50vw) !important;
    margin-left:calc(50% - 50vw) !important;
}

.s-block--fixed-banner .container{
    max-width:100% !important;
    padding:0 !important;
}