/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.producten-menu-popup .elementor-heading-title a {
	position: relative;
	display: flex;
	align-items: center;
}
.producten-menu-popup .elementor-heading-title a::after {
	content: '';
	width: 7px;
	height: 11px;
	background: url(Down_Arrow_3_.svg) no-repeat scroll;
	/* display: flex; */
    margin-left:20px;
}
.toggle-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;

    width: 48px;
    height: 26px; 
    border:0px solid #ABA69F;
    cursor: pointer;

    background:url(images/bg_switch.svg) no-repeat scroll center center;
   

    display: flex;
    align-items: center;
    padding:0px;

    transition: background 0.3s ease;
} 
.toggle-btn .circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background:url(images/circle-btn.svg) no-repeat scroll center center;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px; 

    transition: transform 0.3s ease;
}
 
.toggle-btn.active .circle {
    transform: translateX(22px);
}
.toggle-btn:hover, .toggle-btn:focus{
	background-color:transparent!important;
}
.toggle-btn .circle img {
	height: 11px;
	width: 11px;
	left: 7px;
	top: 7px;
}
.toggle-btn.active .circle img{
	opacity:1!important;
	
}