/* Add custom CSS styles below */ 
.padding{
margin:30px 0;
padding:70px 0;
}

custom-salla-product-card{
transition: all .3s ease-in-out!important;
}
custom-salla-product-card:hover{
box-shadow: 0px 9px 59px -22px rgba(0,0,0,0.29);
z-index:10;
transform: translateY(-10px);
transition: all .3s ease-in-out;
}


button{
background-color:#df9f15!important;
border-color:gold!important;
}

.width{
margin-bottom:20px;
border-radius:15px!important;
overflow:none!important;
paading:0!important;
}

.wide-placeholder.no-home-tab.width.full-banner{
overfolw:hidden;
padding:0!important;
}

.banner-entry{
height:400px;
border-radius:15px;
object-fit:fill;
}

.s-products-slider-card{
padding:43px 0!important;
overflow:hidden!important;
}

/* استبدال الصورة الكرتونية للذكور في التقييمات بشعار المتجر */
.testimonial__avatar img {
    content: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/AyGrd/r4wg8xkuGCa5iiA4w8E9FknHf65tBSQYTjN4VYYE.png");
    object-fit: contain;
    border-radius: 50%;
}

/* استبدال الصورة الكرتونية للإناث في التقييمات بشعار المتجر */
.testimonial__avatar img[src="https://cdn.assets.salla.network/prod/stores/themes/default/assets/images/avatar_female.png"] {
    content: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/AyGrd/r4wg8xkuGCa5iiA4w8E9FknHf65tBSQYTjN4VYYE.png");
    object-fit: contain;
    border-radius: 50%;
}

#bcio-popups > div:nth-child(1) > div {
  display: flex!important;
  flex-direction: column-reverse!important;
}

.angel-feature {
    width: 200px!important;
    height: 200px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
}

.da-cp{
font-size:24px!important;
}