/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



.comments-area a, .page-content a {
    text-decoration: none;
}

/* ---------sticky header------- */

 .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8) !important;   
    transition: all 0.2s ease;   
} 

.home-blog .elementor-image-box-content{
padding:20px 16px;
border-radius:18px;
background-color: #fff;
position:relative;
margin-top:-35px;
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
z-index:2;
}

.home-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size:25px;
  font-weight: bold; 
  color: #fff;
}

.home-products  .woocommerce ul.products li.product a.woocommerce-loop-product__link {
      color:#fff;
    text-decoration:none !important;
 
}

.home-products  .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins{
    text-decoration: none !important;
}
.home-products .woocommerce ul.products li.product a img {  
	border-radius: 10px;
}

.wc-block-components-button:hover{
	color:#fff;
}

.wp-block-woocommerce-cart.alignwide {
    margin-inline: 0px !important;
}

.polylang_switcher_list {
    list-style: none; 
    margin: 0;
    padding: 0;
    display: flex; 
    align-items: center; 
    gap: 15px; 
    flex-wrap: wrap; 
}
.polylang_switcher_list li {
    margin: 0;
    padding: 0;
}
.polylang_switcher_list li a {
    gap:0;
}
.polylang_switcher_list li a:hover {
    color: #0073aa; 
}
.polylang_switcher_list li img {
    width: 20px; 
    height: auto; 
    vertical-align: middle; 
    border: 1px solid #ccc; 
}
.polylang_switcher_list li.current-lang a {
    color: #0073aa; 
    pointer-events: none; 
    cursor: default;
}
.polylang_switcher_list li:not(:last-child)::after {
    content: '|';
    color: #ccc;
    margin-left: 10px; 
}
.polylang_switcher_list li:last-child::after {
    content: none;
}

@media (max-width: 767px) {

 
}
