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

/* Remove Safari webkit styling */
input[type=text], input[type=button], input[type=submit], input[type=tel], input[type=email], textarea {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}

/* Remove focus */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}

/* General */
.no-margin-bot div p {
    margin-bottom: 0;
}

/* Icon fix */
.elementor-icon-wrapper {
	line-height: 0!important;
}

.icon-image .elementor-icon svg {
    width: 100%!important;
	height: auto!important;
}

/* Icon List Fix */
.elementor-icon-list-item a {
	align-items: center!important;
}

.elementor-icon-list-icon {
	line-height: 0!important;
}

/* Webkit search x fix */
#Search::-webkit-search-cancel-button {
    color: var( --e-global-color-primary );
}

/***************/
/* WooCommerce */
/***************/

/* cart icon */
.elementor-menu-cart__toggle .elementor-button-icon i:before {
	font-family: "fbicons";
    content: "\e805"!important;
}

#elementor-menu-cart__toggle_button:hover {
    background-color: transparent!important;
}

/* Slide Out Cart */
.elementor-menu-cart__toggle {
	line-height: 0!important;
}

/* Variation Swatches */
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	padding: 0!important;
	margin: 4px;
}

/ * hide stock level in product loop */
.woocommerce-variation-availability {
	display: none!important;
}

/* WooCommerce Notices */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: none!important;
	background-color: var( --e-global-color-primary )!important;
	color: var( --e-global-color-1a4f9f9 )!important;
    padding: 1em!important;
	line-height: 22px!important;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
    display: none!important;
}

.woocommerce-message a.button {
	background-color: var( --e-global-color-secondary )!important;
	color: var( --e-global-color-1a4f9f9 )!important;
	border-radius: 0!important;
	transition: all 0.2s ease;
}

.woocommerce-message a.button:hover {
	opacity: 0.7;
}