/* 
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 */
ul{
    padding-left:15px;
    list-style-position: outside; 
}
.elementor-nav-menu--dropdown{
    box-shadow: 0px 10px 10px 0px rgba(58, 63, 67, 0.12);
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-block-end: 15px;
    padding-left: 30px;
    list-style-position: outside; 
}
.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
    margin-top: 15px;
    color: #E01D2E;
}
a.td_product_grid:hover .elementor-widget-heading .elementor-heading-title {
    color: #E01D2E !important;
}
.td_product_conainer .elementor-image-box-content{
padding: 15px;
}
.td_product_conainer .elementor-image-box-img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100% !important;
}
.elementor-message-success{
    margin-top: 20px !important;
}

@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{
    font-size: 18px !important;
  }
}
