/* Add custom CSS styles below */ 

/*body*/
body {
   background-color: #FCFDFC
}
/*end*/

/*start customize main-banner*/
.landing-page-fixed-bannar-0 h1{
   font-size:40px;
   line-height:40px;
   font-weight:800;
}

.landing-page-fixed-bannar-0 p{
   font-size:25px;
   line-height:40px;
   font-weight:400;
   margin-bottom:20px;
}

/*end*/

/*start customize banner-images*/
.banner-images h2{
   font-size:20px;
   line-height:38px;
   font-weight:700; 
}
/*end*/

.bg-white.\!bg-\[var\(--bg-body\)\] {
   background-color: transparent !important;
}

.shadow-gif-product{
   background-color:#fff;
}

/*start customize offers*/
.offers h2 , .offers p{
   color:#fff;
   text-shadow: none;
}

.offers .s-count-down-list .s-count-down-item-value{
   background-color:#E6E1CE;
}

.offers .btn-changing{
   background-color:#E6E1CE;
}
/*end*/

/*start customize sq-images*/
.sq-images h2 , .sq-images p{
   color:#ffffff;
   font-size:32px;
   line-height:65px;
   font-weight:500;
}
.sq-images .btn-changing{
   background-color:#ffffff;
   color:#253a13;
   --tw-shadow: 3px 3px #2e2e2e;
}
.sq-images .btn-changing:hover{
   background-color:#70ae38 !important;
   color:#ffffff !important;
}
/*end*/

/*start customize image-text*/
.image-text{
   background-color:#FCFDFC;
}
.image-text h2{
   font-size:32px;
   font-weight:800;
   line-height:40px;
}

/*end*/


/*start customize section*/

salla-slider.photos-slider .swiper-slide {
   padding: 0rem;
   margin: 0rem;
   width: 100%;
}

.s-slider-block__title-nav {
   visibility: hidden;
}

salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
   padding: 0rem;
}  
/*end*/

/*media*/
@media(max-width:768px){
.landing-page-fixed-bannar-0 h1{
   font-size:20px;
   line-height:30px;
}
.landing-page-fixed-bannar-0 p{
display:none;
}
.sq-images h2 , .sq-images p{
   font-size:20px;
   line-height:30px;
}
.image-text h2{
   font-size:20px;
}

footer *{
   text-align:center;
   margin-right:auto;
   margin-left:auto;
}
}
/*end*/


/* start customize setion*/
.md\:grid-cols-3 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
a.banner-entry{
    width: 35% !important;
    height: 255px !important;
    background-color:unset;
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    width: 35% !important;
    height: 200px !important;
    background-color:unset;
}
}
@media(max-width:767px){
a.banner-entry{
    width: 48% !important;
    height: 100px !important;
    background-color:unset;
}
}

/* end customize setion*/

.lazy__bg.lazy.entered.loaded {
    transition: transform .5s;
}
.lazy__bg.lazy.entered.loaded:hover {
    transform: scale(.9);
}
/**********edit**********/
@media(min-width:991px){
header ul.main-menu {
    justify-content: center;
}
}
    body.index .navbar-brand img {
      opacity: 0;
}
.main-nav-container.fixed-header .inner .navbar-brand img {
      opacity: 1;
}
.top-navbar {
    display: none;
}