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

.weng-cat-accordion {
    background: #fff;
    padding: 10px 0;
    font-family: inherit;
}

.weng-cat-item {
    display: block;
    padding: 12px 20px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    color: #000;
    text-decoration: none;
}

.weng-cat-item.active {
    color: #007aff;
}

.weng-cat-group {
    border-bottom: 1px solid #eee;
}

.weng-cat-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

.weng-cat-parent a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.weng-cat-parent a.active {
    color: #007aff;
}

.weng-toggle {
    width: 8px;
    height: 8px;
    border-right: 2px solid #007aff;
    border-bottom: 2px solid #007aff;
    transform: rotate(45deg);
    transition: transform .25s ease;
}

.weng-cat-group.open .weng-toggle {
    transform: rotate(-135deg);
}

.weng-cat-children {
    display: none;
    padding: 0 0 10px 35px;
}

.weng-cat-group.open .weng-cat-children {
    display: block;
}

.weng-cat-children li {
    list-style: none;
    margin: 8px 0;
}

.weng-cat-children a {
    text-decoration: none;
    color: #333;
}

.weng-cat-children a.active {
    color: #007aff;
    font-weight: 500;
}

.custom-cate-loop {
	font-size: 15px;
	color: #555;
}

nav.rank-math-breadcrumb a, nav.rank-math-breadcrumb span{
	color: #666666;
	font-size: 15px;
	font-family: 'Helvetica';
}

a.woocommerce-LoopProduct-link:hover div.img-wrapper img {
	transform: scale(1.3);
	transition: .5s ease-in-out;
}

