/* ===========================
   تكبير سلايدر البراندات
   =========================== */

.widget-featured-brands .owl-stage,
.featured-brands .owl-stage{
    display:flex;
}

.widget-featured-brands .owl-item,
.featured-brands .owl-item{
    display:flex;
}

.widget-featured-brands .brand-item,
.widget-featured-brands .brand-box,
.featured-brands .brand-item,
.featured-brands .brand-box{
    width:100%;
    min-height:180px;
    padding:20px;
    background:#fff;
    border:1px solid #ece3da;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* تكبير اللوجو */
.widget-featured-brands img,
.featured-brands img{
    max-width:90%;
    max-height:120px;
    width:auto !important;
    height:auto !important;
    object-fit:contain;
}

/* موبايل */
@media (max-width:767px){

.widget-featured-brands .brand-item,
.widget-featured-brands .brand-box,
.featured-brands .brand-item,
.featured-brands .brand-box{
    min-height:130px;
    padding:15px;
}

.widget-featured-brands img,
.featured-brands img{
    max-height:80px;
}

}