/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.social-icons-inline {
    display: flex;
    align-items: center;       /* Vertically center with logo */
    gap: 14px;                 /* Space between icons */
    font-size: 22px;
}

.social-icons-inline a {
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Brand colors */
.social-icons-inline a.whatsapp {
    color: #25D366;
}
.social-icons-inline a.facebook {
    color: #1877F2;
}
.social-icons-inline a.instagram {
    color: #E1306C;
}
.ast-header-html-1 {
    display: inline-block !important;
}
/* Hover effect */
.social-icons-inline a:hover {
    opacity: 0.8;
    transform: scale(1.2);
}

body {
  background-color: #ffffff !important;
}
.uagb-ifb-desc{
    color: #ffffff !important;
}
.woocommerce-products-header , .woocommerce-breadcrumb,.woocommerce-result-count{
  display: none !important;
}

/* Hide the existing label text */

.attachment-woocommerce_thumbnail  {
    border-radius: 10px;
}

/* Insert your custom text */
.wc-block-components-price-slider__label {
 display: none !important;
}

.whatsapp-float {
  position: fixed;
  bottom: 64px;
  right: 20px;
  z-index: 1000;
  background-color: #25D366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.whatsapp-float img {
  width: 40px;
  height: 40px;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}


.woocommerce-js .star-rating::before {
    content: '★★★★★' !important;
    color: #cc6c00 !important; /* light gray for unfilled stars */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.woocommerce-js .star-rating span::before {
    content: '★★★★★' !important;
    color: #cc6c00 !important; /* orange for filled stars */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    width: 100% !important; /* controlled by inline style */
    font-size: 1.2em !important;
}



.wp-block-image{display:none}
@media  (min-width: 360px) and (max-width: 768px) {
      .uagb-container__video-wrap video {
    width: 100% !important;
    height: 100% !important;
    object-fit: initial !important; /* Show entire video */
    object-position: center center !important; /* Center the video */
    position: absolute !important;
    top: 0;
    left: 0;
  }

  .uagb-container__video-wrap {
    overflow: hidden;
    position: relative;
  }
    .wp-block-uagb-container.uagb-is-root-container .uagb-block-5f6dc5c8, .wp-block-uagb-container.uagb-is-root-container .uagb-block-d002976f,.wp-block-uagb-container.uagb-is-root-container .uagb-block-234713f5,.wp-block-uagb-container.uagb-is-root-container .uagb-block-20af27c2{
    width: 45% !important;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
            padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
  }
  .uagb-ifb-icon-wrap svg{
      width: 18px !important;
        height: 18px !important;
        line-height: 36px !important;
        font-size: 15px !important;
  }
  ..taille-radio-group label{
      padding: 12px 13px !important;
  }
  /*.uagb-ifb-content .uagb-ifb-desc{display:none}*/
  /*.uagb-ifb-title{font-size:10px !important}*/
 .woocommerce ul.products li.product.mobile-align-center{
           width: 40% !important;
    margin: 1%;
  }
  .sidebar-main .ast-filter-wrap{
      display: none;
  }
      .ast-container .woocommerce ul.products:not(.elementor-grid){
           display: flex;
    flex-wrap: wrap;
    justify-content: center;
      }
      .ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-1 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-1 ul.products:not(.elementor-grid){
         display: flex;
    flex-wrap: wrap;
    justify-content: center;  
      }
}