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

.user-menu .custom-menu-nav a::before{
	content: '';
	background-image: url('/wp-content/uploads/2023/11/edit-account-icon.svg');
	height:26px;
	width:23px;
	margin-right:15px;
}
.dr-ud__sidebar.collapsed .user-menu .custom-menu-nav span{
	visibility:hidden;
}
.dr-ud__sidebar.collapsed .user-menu .custom-menu-nav a::before{
	margin-right:0;
}
/* Add your custom styles here */
#button-10 {
	position: relative;
	width: 170px;
	margin-top: -40px;
}

.knobs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.switch-metric {
	position: absolute;
	width: 100%;
	height: 48px;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #ebf7fc;
	transition: 0.3s ease all;
	z-index: 1;
}

/* Button 10 */
#button-10 {
	height: 100%;
	padding: 0 !important;
	border-radius: 0;
}

#button-10 .knobs:before, #button-10 .knobs:after, #button-10 .knobs span {
	position: absolute;
	width: 50%;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 14px 0 25px;
	transition: 0.3s ease all;
}

#button-10 .knobs:before {
	content: '';
	left: 0;
	border: 1px solid rgb(74,101,69);
	background-color: rgb(74,101,69);
}

#button-10 .knobs:after {
	content: 'Imperial';
	right: 0;
	color: #4e4e4e;
	border: 1px solid rgba(74,101,69, 0.35);

}

#button-10 .knobs span {
	display: inline-block;
	left: 0;
	color: #fff;
	z-index: 1;

}

#button-10 .switch-metric:checked + .knobs span {
	color: #4e4e4e;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: rgba(74,101,69, 0.35);
}

#button-10 .switch-metric:checked + .knobs:before {
	left: 50%;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: rgba(74,101,69, 0.35);
}

#button-10 .switch-metric:checked + .knobs:after {
	color: #fff;
}

.dr-ingredients-list #button-10 {
    min-height: 40px;
    margin-top: 0;
}

body .sf-field-taxonomy-ingredients{
	display:block!important;
}