/* 
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
*/

/* Add your custom styles here */

li.highlight-in-menu > a {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3px!important;
    padding-bottom: 3px!important;
    flex-wrap: wrap;
}
.elementor-1475 .elementor-element.elementor-element-82bae46 img,
.elementor-1497 .elementor-element.elementor-element-57bd5535 img {
    transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

@media screen and (min-width: 768px){
    li.highlight-in-menu > a {
        background-color: #ed1c24!important;
        color: white!important;
    }
}


.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    width: 75px!important;
}

.gallery-size-thumbnail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear: none; } 

.woocommerce div.product div.images .flex-control-thumbs li { width: 12.5%; }



/* Styles for the FAQ items */
.r-faq-item {
    margin-bottom: 10px;
  }
  
  .r-faq-inner {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .r-faq-inner .r-faq-desc {
    display: none;
    padding: 20px 40px;
  }
  
  .r-faq-inner .r-faq-open {
    display: block;
    padding: 10px 20px;
    background-color: #f9f9f9;
    cursor: pointer;
  }
  .r-faq-inner .r-faq-open h4 {
    margin-bottom: 8px;
    font-size: 1.15rem;
  }
  .r-faq-inner .r-faq-open:hover {
    background-color: #e9e9e9;
  }
  