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

.single-product .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title{
    color: #000000 !important;
}


.grid-light-gallery .elementor-gallery__container.e-gallery-container.e-gallery-grid.e-gallery--ltr.e-gallery--lazyload {
    display: grid !important;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px !important;
    height: auto !important;
}

.grid-light-gallery a.e-gallery-item.elementor-gallery-item.elementor-animated-content:nth-child(2) {
    grid-column: 1 / 3 !important;
    grid-row: 1 / 3 !important;
}

.single-product .elementor-element.elementor-element-9dcf7cf.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded{
    background-color: #EAE7DF !important;
}

.single-pro-content>.elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-pro-content .elementor-heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #770403 !important;

}

.single-pro-content .elementor-widget-container ,.single-pro-content .elementor-widget-text-editor {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #282828;
}



@media screen and (max-width : 767px){
    .single-pro-content .elementor-heading-title{
        font-size: 24px;
    }
}