/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 5rem;
}
.multi_use_banner  .multi__banner img{
object-fit: contain;
}
.multi-use-banner-3 .multi__banner:nth-child(1) .banner_text p {
    font-size: 20px !important;
}

/*************/
section.s-block.s-block--banners.container {
    max-width: 86%;
}
/* start customize setion*/
.md\:grid-cols-2 {

    grid-template-columns: repeat(2,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 465px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem;
  
}
}
/********moved_banner*******/
.moved_banner .swiper-backface-hidden .swiper-slide {
    padding-left: 0px;
}
/****************/
.store-footer__inner {
    background-color: #000000;
}
   @media screen and (max-width:768px){
        .store-footer__inner * {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        }
        @media screen and (max-width:768px) {
    .main-content .rtl\:space-x-reverse.whitespace-nowrap  *{

font-size: 25px;
    }

}