/* Add custom CSS styles below */ 


/* كود اخفاء صورة الواجهة */
html[dir="ltr"] img.slide__first-img {
  visibility: hidden;
}
/* كود اخفاء صورة الواجهة */

html #main-slider-1-0 .lg:gap-5 h2 {
display: none;
    }

html #main-slider-1-0 .more-link--arrowed {
    background-color: white;
    }

html #main-slider-1-0 .container {
    padding: 0 !important;
    max-width:100%;
    justify-content: unset !important;
    }


html #main-slider-1-0 .more-link--arrowed {
    width: 200vh;
    height: 100vh;
    opacity: 0;
    }
    
html #main-slider-1-1 {
    display:none;
    }
    
.container.slide-content.flex.items-center.justify-end.content-is-end.sm\:px-5.md\:px-20.lg\:px-32 {
opacity:0;
}






.justify-end {
    justify-content: left;
}

.lg\:text-5xl {
    font-size: 4rem;
}



@media (min-width: 1024px) {
.slide-content .text-2xl {
  margin-bottom: 0 !important;
}

.slide-content .mb-3 {
  text-align: justify;
  margin-bottom: 10px !important;
}
}

html .slide-content  .more-link--arrowed {
    /* width: 38%; */
    /*
    padding-right: 8px;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 0 11px #ffffff;
    border-radius: 20px;
    align-self: flex-start;
}
*//*
html[lang="en"] .slide-content .more-link--arrowed {
    /*width: 35%;*/
    /*
    padding-left: 9px;
    background-color: white;
    color: black;
    box-shadow: 0px 0px 0 11px #ffffff;
    border-radius: 20px;
    align-self: flex-start;
}

*/

/* PHONE SIZE */

 @media (max-width: 1024px) {

.swiper-slide-visible .justify-end {
    justify-content: center;
    align-items: flex-start;
    margin-top:73px;
    text-align: center;
    line-height: 1.75rem;
    margin-bottom: 1.5rem !important;
}
.slide-content .more-link--arrowed {
    align-self:center !important;
}
}

/* QUICK BUY PHONE SIZE */

.s-add-product-button-with-quick-buy {
margin-bottom:5px;
}


/* add to cart button homepage*/
.card--align-center .product-entry--vertical .add-to-cart-conatiner {
    width: -webkit-fill-available !important;
    }
   } 

/* MOBILE SIDE MENU */

.secondary-menu-wrap{
display: none;
}

.group .quicklinks-item{
margin-top:12;
}

/**** end code for the MAIN banner ****/
    
/* full width banners in homepage */
    
.container {
    padding-right: 0px ;
    padding-left: 0px ;
    }
    
    /* LANGUAGE BUTTON */

.sicon-earth {
  display: none;
}

html[lang="ar"] .sicon-earth {
  width: 25px; 
  height: 25px; 
  background-image: url('https://www.svgrepo.com/show/401738/flag-for-saudi-arabia.svg'); 
  background-size: cover;
  display: inline-block;
}

html[lang="en"] .sicon-earth {
  width: 25px; 
  height: 25px; 
  background-image: url('https://www.infowheels.eu/wp-content/uploads/2016/07/united-kingdom-flag-round-large.png'); 
  background-size: cover;
  display: inline-block;
}

.sicon-earth {
  position: relative;
}

.sicon-earth::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;