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

	.page-content, footer {
			overflow-x: hidden;
			max-width: 100vw;
	}

	.elementor-widget-off-canvas {
		--e-off-canvas-animation-duration: 0.2s;
	}

/* text highlight */
	.text-hl {
		color: var(--e-global-color-accent);
	}
	
/* 	price */
	.woocommerce-Price-amount {
			color: var(--e-global-color-primary);
			font-size: 18px;
			font-weight: 600;
	}
	
	del {
		color: #6a6a6a;
	}
	
	del .woocommerce-Price-amount {
			color: #6a6a6a;
			font-weight: 400;
	}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-3 {
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.video-item iframe {
	height: 200px !important;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.woocommerce-Price-amount {
		font-size: 16px;
	}
	
	.jet-popup__close-button {
		background-color: #BE212F !important;
		color: #fff !important;
	}
}