/* 
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 */
p{
    margin-bottom:8px;
}
.elementor-widget-social-icons .elementor-grid{
    display: flex !important;
}
.elementor-nav-menu--dropdown{
    min-width: 240px !important;
}
.elementor-nav-menu--dropdown a{
    border-left: 0 !important;
}
.elementor-product-variable table.variations th.label{
    width:55px;
}
.single-product-variable-items a.reset_variations{
    color:#333 !important;
}
.elementor-product-variable .wvs-has-image-tooltip:before, [data-wvstooltip]:before{
    background-color: #ea5a24;
    color:#fff;
    font-family: 'Bai Jamjuree';
}
.elementor-product-variable .wvs-has-image-tooltip:before, [data-wvstooltip]:after{
    border-top-color: #ea5a24;
}
@media (min-width:1025px){
    .danhmuc-slide .jet-woo-category-title a{
        font-size: 16px;
        text-transform: capitalize;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .danhmuc-slide .jet-woo-category-title a{
        font-size: 14px;
        text-transform: capitalize;
    }
}
@media (max-width:767px){
    .danhmuc-slide .jet-woo-category-title a{
        font-size: 14px;
        text-transform: capitalize;
    }
}