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

/* Header CSS */

.custom-search-widget form {
	display: flex;
    border: 0.069vw solid rgba(16, 30, 30, 0.2);
    border-radius: 80px;
    max-height: 48px;
    max-width: 248px;
}
.custom-search-widget form input {
    border: 0 !important;
    padding-left: 22px !important;
    padding-right: 0 !important;
    background: transparent !important;
    color: #6C757D !important;
}
.custom-search-widget form input:focus, .custom-search-widget form input:focus-visible { 
	border-top-left-radius: 80px !important;
	border-bottom-left-radius: 80px !important;
	border-width: 1px;
	border-color: #E6E6E7 !important;
}
button.search-button {
    border: 0 !important;
	background-color: transparent !important;
	border-radius: 80px;
    padding: 15px;
    line-height: normal;
}
.custom-search-widget form input::placeholder {
    color: #6C757D;
}
.elementor-widget-woocommerce-menu-cart{
	max-height: 28px;
}
.elementor-menu-cart__toggle_button span.elementor-button-icon:before {
    content: '';
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://staging.rootcausenation.com/wp-content/uploads/2025/01/cart-02.svg);
}
.elementor-menu-cart__toggle_button:hover, .elementor-menu-cart__toggle_button{
	border: 0px !important;
}
@media only screen and (max-width: 1024px) {
	.elementor-menu-cart__toggle_button span.elementor-button-icon:before {
		width: 24px;
    	height: 24px;	
	}
}
@media only screen and (max-width: 767px) {
	.elementor-menu-cart__toggle_button span.elementor-button-icon:before {
		width: 20px;
    	height: 20px;	
	}
}