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

body,html{
	overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  background: #224167;
}


#main, #content{
    max-width: 100%;
    padding-right: 0;
  padding-left: 0;
}
nav.woocommerce-breadcrumb {
	display: none;
}




.single-product .jet-woo-product-gallery-slider.swiper-container-vertical, 
.single-product .swiper-container-autoheight, selector .swiper-container-autoheight .swiper-slide, 
.single-product .jet-woo-product-gallery__image img {
    max-height: 540px!important;
	object-fit: contain;
}
.single-product .jet-woo-product-gallery__image img{
    padding-left: 40px;
    padding-right: 40px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #ebeef3;	
}
table tbody tr:hover>td, table tbody tr:hover>th {
        background-color: #F0F2F6;	
}
table td, table th {
    border-color: #DCE0E7;
}

h1, h2, h3, h4, h5, h6, p, a, li, span, th, td, div {
    font-family: "Comfortaa", Sans-serif!important;
}
p, a, li, span, th, td {
	font-size: 16px!important;
	}


@media screen and (max-width:1366px) {
	p, a, li, span, th, td {
	font-size: 15px!important;
	}
	
	/* TABLE */

	/* Make the container of the table scrollable */
	.single-product .product .elementor-widget-container {
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	  width: 100%;
	}

	/* Ensure the table stretches to its natural width */
	.single-product .product table {
	  width: 100%;
	  min-width: 600px;
	  border-collapse: collapse;
		
		overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	.single-product .product h2.elementor-heading-title {
    overflow: hidden;
}
}
@media screen and (max-width:880px) {
	p, a, li, span, th, td {
	font-size: 14px!important;
	}
	nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
	font-size: 13px!important;
	}
}
@media screen and (max-width:767px) {
    .single-product .jet-woo-product-gallery-slider.swiper-container-vertical, 
	.single-product .swiper-container-autoheight, 
	.single-product .swiper-container-autoheight .swiper-slide, 
	.single-product .jet-woo-product-gallery__image img{
    height: 300px!important;
}
}





/* ------------- */
@media screen and (max-width:1024px) {
	
	.single-product .product .e-n-tabs .elementor-element .e-con {
		padding-left: 6px;
		padding-right: 6px;
}
}

@media screen and (max-width:880px) {
	.single-product .product .elementor-element .e-con {
		padding-left: 2px!important;
		padding-right: 2px!important;
}
	.single-product .product .e-n-tabs .elementor-element .e-con.e-flex {
		padding-left: 0!important;
		padding-right: 0!important;
}
}


