/* 
Theme Name: Maxicart
Description: This website crafted by Maxicart
Author: Saglix
Author URI: https://maxicart.co.il/
Template: hello-elementor
Version: 2.0.30
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 */

.hello-maxicart-archive-add-to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hello-maxicart-archive-add-to-cart .added_to_cart {
	display: none !important;
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button,
.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button.button {
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: #ffffff;
	color: inherit;
	line-height: 1;
	text-indent: 0;
	box-shadow: none;
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button:hover,
.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button:focus {
	background: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button.added,
.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button.added:hover,
.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button.added:focus {
	background: #c9f7d9;
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button::after {
	content: none !important;
	display: none !important;
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button.loading {
	opacity: 0.7;
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-icon {
	width: 21px;
	height: 21px;
	display: block;
	object-fit: contain;
	pointer-events: none;
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-icon-added,
.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button.added .hello-maxicart-archive-add-to-cart-icon-add {
	display: none;
}

.hello-maxicart-archive-add-to-cart .hello-maxicart-archive-add-to-cart-button.added .hello-maxicart-archive-add-to-cart-icon-added {
	display: block;
}
