/* Add custom CSS styles below */
/* شعار المتجر */
.navbar-brand img
{max-width: 250px;
margin: 0;
  padding: 0;
}
/* جعل الايقونات المتحركة دائرية */
.lazy__bg.lazy_avatar {
  border-radius: 50%;
}
/* تعديل حجم اراء العملاء لتكون بنفس الارتفاع */
.s-block--testimonials .swiper-backface-hidden .swiper-slide {
  height: auto !important;
}
/* تدرج لوني لزر اضف للسلة في كروت المنتجات  */
.s-product-card-content-footer salla-add-product-button .s-button-primary {
  background: #5baacf;
  background: linear-gradient(
    90deg,
    rgba(91, 170, 207, 1) 0%,
    rgba(54, 129, 163, 1) 100%
  );
}

/* تدرج لوني لاراء العملاء */
.dark .da-bgg {
 background: #24334d;
background: linear-gradient(90deg, rgba(36, 51, 77, 1) 0%, rgba(50, 62, 83, 1) 100%) !important;
}

/* جعل النقاط اسفل اراء العملاء */
#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer-top.footer-container.flex.align-center.flex-col.md\:flex-row.da-brdr.\!justify-center{    justify-content: left !important;}
.main-nav-container.fixed-pinned .inner{
position:initial
}
/* زر التصنيفات واعدادات التصنيفات بشكل عام */
.tag-btn{padding: .3rem 1rem; color: #4492b6; border-radius: 10px; border: 2px solid; max-width:45%; width:200px;font-size:1.0rem}
.btns-container{
display: flex; gap: 10px; margin: 20px 0px; justify-content: center;flex-wrap:wrap;    padding-top: 3rem;}

.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom:-.7rem
}

.s-product-options-option-container{padding:.5rem !important}
.tabs-wrapper .tabs__item.is-active{
padding:1rem
} 
/*احجام الخطوط الصغيرة  */
 div.swiper-slide.min--3.mt-8.px-2.swiper-slide-prev > div > div > p,
.s-block--banners .banner-square h3,
.s-product-card-price,
.product__description{
font-size: 1.2rem !important;
}
.s-block__title h2{
font-size:1.5rem
}


/* Paragraph */
.min-h-full .s-product-card-horizontal p{
 color:#f39c12;
 font-size:14px !important;
}

.dark .s-product-card-content-subtitle {
 color:#f39c12;
 font-size:14px !important;
}