/* Add custom CSS styles below */
.top-navbar{
  display: none;
}
.banner-0 {
    background-image:url('https://i.postimg.cc/WbCd04Pj/Group-1618875196.png');
    background-size:cover;
    background-repeat:no-repeat;
    padding:90px 0;
}
.banner-0 .container  .img_content{
    overflow:unset !important;
}
@media(min-width:768px){
    .banner-0 .container  .img_content > div ,
    .banner-0 .container > div{
        flex-direction:row-reverse
    }
    .banner-0 .container > div .txt_content{
        align-items:center;
    }
    .banner-0 .container > div .txt_content p{
        padding: 0;
    }
    .banner-0 .container  .img_content > div .small {
        transform:translateX(100px);
        margin-top:4rem;
        z-index:2;
    }
}
@media(max-width:768px){
    .banner-0 .container  .img_content > div .small {
        display:none
    }
    .banner-0 .container  .img_content > div .big{
        width:80% !important;
        margin:auto !important
    }
    #mainnav .container img.w-auto{
        width:60px !important;
        min-height:50px !important;
    }
}
/*photos slider full width */
section.s-block--photos-slider .swiper{
    padding:0;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled {
    visibility:hidden;
}
#mainnav i.sicon-menu {
    color:black
}
/*logo large*/
div#mainnav a.navbar-brand img{
    width:100px !important;
    min-height:100px !important;
}
.GR_departments  a.category {
    background: linear-gradient(130.69deg, #2A144B 0.08%, #AF69B9 99.91%);
}
#mobile-menu.mm-spn {
    background: linear-gradient(
135deg, #693088, #0b0713);
    color: #fff !important;
}
#mobile-menu.mm-spn li {
    background: transparent !important;
}
#mobile-menu.mm-spn li a span {
    color: #fff;
}