/* Add custom CSS styles below/* Add custom CSS styles below */ 
h2 {
    font-size: 1.5rem; /* الحجم الافتراضي */
}
@media (max-width: 768px) { /* الأجهزة اللوحية وما أصغر */
    h2 {
        font-size: 1rem !important;
    }
}
/*logo for desktop*/
@media screen and (min-width: 767px) {
.navbar-brand img
{
   max-height:4.5rem !important;
   max-width:165px !important;
}
.navbar-brand
{
   margin-right: 1rem !important;
}
.store-header{
 height: 68px !improtant;
}
}
@media screen and (max-width: 767px) {
  .navbar-brand img
{
   max-width:125px !important;
}
}
.w-16
{
width:6rem;
height:6rem;
}
.loader-init div.navbar-brand > img {
background: linear-gradient(45deg, 
#474747, 
#3a3a3a);
  padding: 6px;
  border-radius: 10px;
}
/*hide banner button */
.s-block banner-slider-price{
margin-top:0px !important;
}
.swiper-wrapper  a
{
background-color:#fff70a00 !important;
}
/*slider customize*/
.h-full{
height: auto !important;
}
.slider-sky .swiper-lazy .container .relative .relative {
height: 100% !important;
}
.slider-sky .swiper-lazy .container .relative .relative a
{
width:100% !important;
height:100% !important;
opacity:0 !important;
display:block !important;
}
/*sidebar description*/
#sidebar-1{
height:100% !important;
} */