/* 
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 */
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	font-size: 12px !important;
    right: -10px;
    top: -12px !important;
}
.elementor-location-header #elementor-menu-cart__toggle_button:focus {
	background-color: transparent !important;
	color: var( --e-global-color-secondary ) !important;
}
.elementor-widget-woocommerce-cart .product-quantity .input-text.qty {
	padding: 5px !important;
	min-height: 35px !important;
	max-height: 35px !important;
	text-align: center !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 75px !important;
}

.elementor-menu-cart__product dl.variation {
	display: block !important;
	margin-top: 0;
}
dl.variation dt {
	font-weight: 700 !important;
}
.elementor-menu-cart__product dl.variation dd {
	margin-bottom: 10px;
}
.svg-shadow {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    text-align: right;
}
.elementor-widget-woocommerce-product-add-to-cart form.cart .woocommerce-variation-price {
	margin-bottom: 20px;
}
.elementor-widget-woocommerce-product-add-to-cart form.cart .woocommerce-variation-price .price {
	color: var(--e-global-color-secondary );
	font-size: 40px;
}
.elementor-widget-wc-add-to-cart .added_to_cart {
	margin-right: 25px;
}
.elementor-widget-wc-add-to-cart .added_to_cart::after {
	content: " -->"
}
.elementor-slide-heading {
	text-shadow: 3px 0px 4px rgba(0, 0, 0, 0.7);
}
.single-product h2{
	color: var(--e-global-color-primary);
	margin: 0 0 5px 0 !important;
}
/*.single-product h3{
	color: var(--e-global-color-secondary);
	margin: 0 0 5px 0 !important;
}*/
.single-product ul {
	/*margin: 0 0 20px 0 !important;*/
}
.woocommerce-breadcrumb a {
	text-decoration: none !important;
}
.woocommerce-breadcrumb a:hover {
	color: var(--e-global-color-primary) !important;
}
.product-about {
	margin-bottom: 40px;
}

.eael-single-product-images .product_image_slider__thumbs__image {
    line-height: 0;
}
.woocommerce-message a.button {
	display: block;
    float: none !important;
    width: fit-content;
    margin-top: 20px;
}

.center-in-stock .in-stock {
	text-align: center;
}
body.single-product .elementor-widget-woocommerce-product-short-description h3{
	font-size: 24px;
	margin-top: 0;
}
@media (max-width: 1367px) {
	
}
@media (max-width: 767px) {
    .woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: block !important;
		text-align: center !important;
	}
	.elementor-widget-woocommerce-cart .woocommerce table.cart img {
		width: 200px !important;
		display: inline-block !important;
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: right !important;
	}
	.woocommerce #content table.cart .product-thumbnail::before,
	.woocommerce table.cart .product-thumbnail::before,
	.woocommerce-page #content table.cart .product-thumbnail::before,
	.woocommerce-page table.cart .product-thumbnail::before {
		display: none !important;
	}
}
@media (max-width: 480px) {
	body.single-product .elementor-widget-woocommerce-product-short-description h3{
		font-size: 22px;
	}
}

