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


/*Product options*/
.tc-active {
	box-shadow: 0 0 6px 0 rgba(0,113,45, 0.5);
}

/*Product loop*/
.e-loop-add-to-cart-form-container {
	position: relative;
}
.e-loop-add-to-cart-form-container .added_to_cart {
	position: absolute;
	bottom: 120%;
	left: 0;
	color: #00712d;
	display: flex !important;
	padding-left: 30px !important;
}
.e-loop-add-to-cart-form-container .added_to_cart::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	background-image: url('https://tesli.ca/wp-content/uploads/2025/01/shopping-cart-product-loop.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.e-loop-add-to-cart-form-container .add_to_cart_button.added {
	font-size: 80% !important;
	line-height: 16px !important;
}
.product_loop .eael-creative-button {
	min-width: auto !important;
}

/*Product Gallery*/

.product_gallery .swiper {
	padding-bottom: 56px !important;
}
.product_gallery .elementor-swiper-button {
	width: 50px;
	height: 50px;
	border: 1px solid #00712d;
	border-radius: 50%;
	top: auto !important;
	bottom: 0;
	transform: translateY(0) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 11 !important;
	transition: 0.2s;
}
.product_gallery .elementor-swiper-button:hover {
	background: #D5ED9FD1;
}
.product_gallery .swiper-pagination {
	padding: 0 50px;
}

/*Product Tabs - Add to cart*/
/*.woocommerce-tabs .single_add_to_cart_button {
	background-color: #ff9100 !important;
}*/
.add_to_cart_tesli {
	background-color: #ff9100;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 4px;
	transition: 0.3s;
}
.add_to_cart_tesli:hover {
	color: #fff;
	box-shadow: 0 0 10px 0 #ff9100;
}
.added_to_cart.wc-forward {
	display: flex !important;
	justify-content: center;
	align-items: center;
	min-height: 38px;
	padding: 0 16px;
	padding-top: 0 !important;
	color: #ff9100;
	border: 1px solid #ff9100;
	font-weight: 700;
	border-radius: 4px;
	margin-left: 4px;
}


@media (max-width: 767px) {
	.product_gallery .elementor-swiper-button {
		width: 48px;
		height: 48px;
		bottom: -9px;
	}
	.product_gallery .swiper-pagination {
		padding: 0 50px;
	}
}

/*Mob Menu*/
.mob_menu .sub-menu {
	margin-top: 0 !important;
	margin-left: 0 !important;
	position: relative !important;
}

/*Hide long text on mobile*/
@media (max-width: 767px) {
	.slide_down_con {
		height: auto;
	    max-height: 300px;
	    overflow: hidden;
	    transition: 0.8s !important;
	}
	.slide_down_con.active {
		max-height: 2000px;
	}
	.slide_down_open_btn {
	    background-image: linear-gradient(180deg, #FFFFFF2E 0%, #fff 50%, #fff 100%) !important;
	}
	.slide_down_open_btn.active .elementor-button-icon {
		transform: rotate(180deg);
	}
}
