.f_block__title>div h2 {
   
    font-size: 1.5rem;
    
}


.f_enhanced-square-photos .f_image-one-sixth {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 1.2rem;
      padding: 1rem;
}

@media (min-width: 768px)
{
  .f_enhanced-square-photos .f_image-one-sixth {
      grid-template-columns: repeat(4,minmax(0,1fr));
       gap: 3rem;
     padding: 1rem;
  }
  
  
}

.testimonials-slider .swiper-slide-active .testimonial__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
}

.testimonial__rating {

    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
}


/* Categories */

@media (max-width: 767px) {

.custom-icon img {
    height: 7rem;
}

.f_image-entry{
background-color:transparent;
}
.f_image-one-fourth .f_image-entry:nth-child(1) {
margin-right:7%;
margin-left:2.8%;
}

.f_image-one-fourth .f_image-entry:nth-child(2) {
margin-left:7%;
margin-right:2.8%;
}

.f_image-one-fourth .f_image-entry:nth-child(3) {
margin-right:7%;
margin-left:2.8%;
}

.f_image-one-fourth .f_image-entry:nth-child(4) {
margin-left:7%;
margin-right:2.8%;
}


}


.f_enhanced-square-photos .f_image-one-fourth .f_image-entry .f_image-entry__title
{
    text-align: center;
    border-radius:.6rem;
    width: 100%;
    margin-top: -1.48rem;
    color: #ff0000;
    padding-bottom: 0.4rem;
    padding-top: 0.3rem;
    background-color: #ffb201;
    font-weight: bolder;
}

/********Best Seller********/

      .s-block .s-block__title{
       padding-top: 1rem;
        display: flex;
      justify-content: center;
    } 
    
   
    
    [dir="rtl"] .s-block__title .right-side
    {
          padding-left: 0rem;

    }
    
    section:nth-child(3) {
    background-color: black;
    }
    
    .f_brand--medium
    {
        height: 6rem;
  /*  min-width: 30%;*/
    border-radius: .8rem;
    padding: 1rem;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
    }

/*******Features******/
.f_enhanced-store-features .f_features-item .feature-icon {
    height: 7rem;
    width: 9rem;
    margin: auto;
}

  .f_enhanced-store-features .f_features-item .feature-icon {
      height: 7rem;
      width: 10rem;
  }
  
  
  
  
  .flex .f_features-item {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 0rem;
      background-color: transparent;
      display: flow;
      pointer-events: none;
          border-radius: 0rem;
      background-color:transparent;
  }
  
  .custom-icon {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .custom-icon img {
      height: 5rem;
  }
  
  .f_enhanced-store-features .f_features-item h4 {
      font-size: 1rem;
    color: #ff0000;
  }
  .f_enhanced-store-features .s-block__title{
  margin-bottom: -1rem;
  }
  
  .f_enhanced-store-features
  {
      padding-top: 2rem;
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
  }
  
  /************FAQ************/
    .faqs .faqs__item, .store-footer, .store-footer .bg-white {
  }
  
     .faqs .faqs__item,
  .store-footer,
  .store-footer .bg-white{
  }
  
   .faqs .faqs__item label .sicon-add {
      color: #ff0000;

  
   }
   
   .faqs .faqs__item {
       border: 3px solid rgb(0 0 0 / 5%);
    /* color: white; */
   }
   
   .store-footer .bg-white{
       border-radius: 4rem;
    border: solid 3px rgb(0 0 0 / 5%);
   }
   
   /* Logo */
  
  
  .store-footer .store-footer__inner .f_logo{
      max-width: 7.5rem;
  }
  
  .store-footer .social-link{
  /* background-color: whitesmoke; */
  }
  
  .product-entry{
  background-color: white;
  }
  
  /***ALogn titles//*/
  
        .s-slider-block__title{
      padding-left:0rem;
      color:#ff0000;
      }
      
       .s-block__title{
       padding-top: 1rem;
       padding-bottom: 1rem;
        display: flex;
      justify-content: center;
    } 
    
    .s-block__title h2{
    color:#ff0000;
      font-size: 1.3rem;
  
    }
    
    .s-block .mb-4{
    margin-top:0rem;
    }
    .s-block h2{
       
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      font-size: 1.3rem;
      text-align: center;
      color:#ff0000;
    }
    
 
    .s-block__display-all
    {
    margin-top: .7rem;

    }
    
media (min-width: 768px){
.store-footer__bottom {
     display: block; 
}
}

#whatsapp-chat-widget {
    display: none;
}





@media (min-width: 1280px)
{
.myslider{
    margin-right: 6rem;
    margin-left: 6rem;
}
.custom-icon img {
    height: 10rem;
}
.f_enhanced-store-features .f_features-item h4 {
    font-size: 1.2rem;
    color: #ff0000;
}

.store-footer__bottom {
    max-width:100%;
}

}

.store-footer__bottom {
    display: block;
  
}

/*Whatsapp*/  
.floating
{      
      position:fixed;
      width: 3.5rem; 
     /* height: 3.5rem; */
      bottom: 5rem; 
      right: 0.7rem;      
      background-color:#25d366;
      color:#FFF;      
      border-radius:50px;
      text-align:center;    
      font-size:30px;
      box-shadow: 2px 2px 3px #999;   
       z-index:100;
  }  
.my-floating
{      
  margin-top:16px;
}  
.bounce 
{      
  animation: bounce 2s ;
}

[dir=rtl] .testimonials-slider .swiper-slide-active .testimonial__avatar {
    margin-left: 0;
    margin-top: -3.5rem;
}

.f_enhanced-store-features .f_features-item .feature-icon {
    
    align-items: normal;
    
}

.f_slider-block .swiper-slide {
    padding-top: 3rem;
}
.testimonials-slider .testimonial {
 
    border-radius: 2rem;
  }
  
  .flex .flex-wrap .justify-center .gap-4 .sm:gap-6 .xl:gap-8 .py-4 .md:py-6{
  
   flex-wrap: inherit;
   gap:0;
  }
  
  .f_enhanced-store-features .f_features-item .feature-icon {
    height: 5rem;
    width: 5rem;
}

.f_enhanced-square-photos .f_image-one-sixth .f_image-entry__title {
    font-size: 0.95rem;
    border-radius: 0.5rem;
    line-height: 1rem;
    background: #ff0000;
    padding: 0.7rem;
    width: 100%;
    text-align: center;
}
.f_enhanced-square-photos:not(.f_rounded-photos) .f_image-entry img {
    border-radius:  0rem 0rem 50% 50%;
}

.f_enhanced-square-photos .f_image-entry {
   
     gap: 0rem;
}

@media (min-width: 768px){
.f_enhanced-square-photos .f_image-one-sixth .f_image-entry {
    gap: 0rem;
}
}

.f_enhanced-store-features .f_features-item
{
       padding: 0rem;
}

.f_block__title>div h2 {
   
    font-size: 1.5rem;
    
}/* Add custom CSS styles below */ 
.f_block__title>div h2 {
   
    font-size: 1.5rem;
    
}


.f_enhanced-square-photos .f_image-one-sixth {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 1.2rem;
      padding: 1rem;
}

@media (min-width: 768px)
{
  .f_enhanced-square-photos .f_image-one-sixth {
      grid-template-columns: repeat(4,minmax(0,1fr));
       gap: 3rem;
     padding: 1rem;
  }
  
  
}

.testimonials-slider .swiper-slide-active .testimonial__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    text-align: center;
}

.testimonial__rating {

    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
}


/* Categories */

@media (max-width: 767px) {

.custom-icon img {
    height: 7rem;
}

.f_image-entry{
background-color:transparent;
}
.f_image-one-fourth .f_image-entry:nth-child(1) {
margin-right:7%;
margin-left:2.8%;
}

.f_image-one-fourth .f_image-entry:nth-child(2) {
margin-left:7%;
margin-right:2.8%;
}

.f_image-one-fourth .f_image-entry:nth-child(3) {
margin-right:7%;
margin-left:2.8%;
}

.f_image-one-fourth .f_image-entry:nth-child(4) {
margin-left:7%;
margin-right:2.8%;
}


}


.f_enhanced-square-photos .f_image-one-fourth .f_image-entry .f_image-entry__title
{
    text-align: center;
    border-radius:.6rem;
    width: 100%;
    margin-top: -1.48rem;
    color: #ff0000;
    padding-bottom: 0.4rem;
    padding-top: 0.3rem;
    background-color: #ffb201;
    font-weight: bolder;
}

/********Best Seller********/

      .s-block .s-block__title{
       padding-top: 1rem;
        display: flex;
      justify-content: center;
    } 
    
   
    
    [dir="rtl"] .s-block__title .right-side
    {
          padding-left: 0rem;

    }
    
    section:nth-child(3) {
    background-color: black;
    }
    
    .f_brand--medium
    {
        height: 6rem;
  /*  min-width: 30%;*/
    border-radius: .8rem;
    padding: 1rem;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
    }

/*******Features******/
.f_enhanced-store-features .f_features-item .feature-icon {
    height: 7rem;
    width: 9rem;
    margin: auto;
}

  .f_enhanced-store-features .f_features-item .feature-icon {
      height: 7rem;
      width: 10rem;
  }
  
  
  
  
  .flex .f_features-item {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 0rem;
      background-color: transparent;
      display: flow;
      pointer-events: none;
          border-radius: 0rem;
      background-color:transparent;
  }
  
  .custom-icon {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .custom-icon img {
      height: 5rem;
  }
  
  .f_enhanced-store-features .f_features-item h4 {
      font-size: 1rem;
    color: #ff0000;
  }
  .f_enhanced-store-features .s-block__title{
  margin-bottom: -1rem;
  }
  
  .f_enhanced-store-features
  {
      padding-top: 2rem;
      padding-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
  }
  
  /************FAQ************/
    .faqs .faqs__item, .store-footer, .store-footer .bg-white {
  }
  
     .faqs .faqs__item,
  .store-footer,
  .store-footer .bg-white{
  }
  
   .faqs .faqs__item label .sicon-add {
      color: #ff0000;

  
   }
   
   .faqs .faqs__item {
       border: 3px solid rgb(0 0 0 / 5%);
    /* color: white; */
   }
   
   .store-footer .bg-white{
       border-radius: 4rem;
    border: solid 3px rgb(0 0 0 / 5%);
   }
   
   /* Logo */
  
  
  .store-footer .store-footer__inner .f_logo{
      max-width: 7.5rem;
  }
  
  .store-footer .social-link{
  /* background-color: whitesmoke; */
  }
  
  .product-entry{
  background-color: white;
  }
  
  /***ALogn titles//*/
  
        .s-slider-block__title{
      padding-left:0rem;
      color:#ff0000;
      }
      
       .s-block__title{
       padding-top: 1rem;
       padding-bottom: 1rem;
        display: flex;
      justify-content: center;
    } 
    
    .s-block__title h2{
    color:#ff0000;
      font-size: 1.3rem;
  
    }
    
    .s-block .mb-4{
    margin-top:0rem;
    }
    .s-block h2{
       
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      font-size: 1.3rem;
      text-align: center;
      color:#ff0000;
    }
    
 
    .s-block__display-all
    {
    margin-top: .7rem;

    }
    
media (min-width: 768px){
.store-footer__bottom {
     display: block; 
}
}

#whatsapp-chat-widget {
    display: none;
}





@media (min-width: 1280px)
{
.myslider{
    margin-right: 6rem;
    margin-left: 6rem;
}
.custom-icon img {
    height: 10rem;
}
.f_enhanced-store-features .f_features-item h4 {
    font-size: 1.2rem;
    color: #ff0000;
}

.store-footer__bottom {
    max-width:100%;
}

}

.store-footer__bottom {
    display: block;
  
}

/*Whatsapp*/  
.floating
{      
      position:fixed;
      width: 3.5rem; 
     /* height: 3.5rem; */
      bottom: 5rem; 
      right: 0.7rem;      
      background-color:#25d366;
      color:#FFF;      
      border-radius:50px;
      text-align:center;    
      font-size:30px;
      box-shadow: 2px 2px 3px #999;   
       z-index:100;
  }  
.my-floating
{      
  margin-top:16px;
}  
.bounce 
{      
  animation: bounce 2s ;
}

[dir=rtl] .testimonials-slider .swiper-slide-active .testimonial__avatar {
    margin-left: 0;
    margin-top: -3.5rem;
}

.f_enhanced-store-features .f_features-item .feature-icon {
    
    align-items: normal;
    
}

.f_slider-block .swiper-slide {
    padding-top: 3rem;
}
.testimonials-slider .testimonial {
 
    border-radius: 2rem;
  }
  
  .flex .flex-wrap .justify-center .gap-4 .sm:gap-6 .xl:gap-8 .py-4 .md:py-6{
  
   flex-wrap: inherit;
   gap:0;
  }
  
  .f_enhanced-store-features .f_features-item .feature-icon {
    height: 5rem;
    width: 5rem;
}

.f_enhanced-square-photos .f_image-one-sixth .f_image-entry__title {
    font-size: 0.95rem;
    border-radius: 0.5rem;
    line-height: 1rem;
    background: #ff0000;
    padding: 0.7rem;
    width: 100%;
    text-align: center;
}
.f_enhanced-square-photos:not(.f_rounded-photos) .f_image-entry img {
    border-radius:  0rem 0rem 50% 50%;
}

.f_enhanced-square-photos .f_image-entry {
   
     gap: 0rem;
}

@media (min-width: 768px){
.f_enhanced-square-photos .f_image-one-sixth .f_image-entry {
    gap: 0rem;
}
}

.f_enhanced-store-features .f_features-item
{
       padding: 0rem;
}

.f_block__title>div h2 {
   
    font-size: 1.5rem;
    
}