/* 
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 */
.arrowStyle .elementor-swiper-button{
	background-color: black;
	padding: 10px;
	border-radius: 100px;
	transition: all .3s;
}
.arrowStyle .elementor-swiper-button svg path{
	fill: white;
}
.arrowStyle .elementor-swiper-button:hover{
	background-color: white;
}
.arrowStyle .elementor-swiper-button:hover svg path{
	fill: black;
}

.footerLogo img{
	filter: invert(1);
}
.ulGap li{
	margin-bottom: 10px;
}

.ulGap ul{
	margin-bottom: 20px;
}

.myGallery img{
	height: 400px;
	object-fit: cover;
	width: 100%;
	object-position: top center;
}
/* Product Page */
body.post-type-archive li.product img{
	height: 600px !important;
	object-fit: cover;
	object-position: top center;
}
/* Product Single Page */
.productVariation_Length{
	display: none !important;
}
/* Services Page */
.serAcc .e-n-accordion-item{
	border-bottom: 1px solid black !important;
}
.serAcc:nth-child(2) .e-n-accordion-item{
	border-top: 1px solid black !important;
}
/* Contact Page */
.conForm .elementor-upload-field{
	padding: 10px;
	width: 100%;
}
.conForm .elementor-field-type-upload img{
	object-fit: cover;
}
.conForm .elementor-upload-field::-webkit-file-upload-button {
	display: none;
}
.conForm .elementor-upload-field::before {
	content: 'Upload your photo/video';
	display: inline-block;
	background: linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	margin-right: 10px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
}
.conForm .elementor-upload-field:hover::before {
	border-color: black;
}

.prod-arch-sec h2, .prod-arch-sec .price {
	display: none !important;
}

.single-prod-variation-widget tr:not(:first-child) {
	padding-top: 20px;
	display: block;
}

.single-prod-variation-widget th.label {
	padding-left: 0;
}


@media screen and (max-width: 767px){
	.priceing-list .elementor-icon-list-items{
		width: fit-content;
		margin: 0 auto;
	}
	.priceing-list .elementor-icon-list-item{
		display: flex !important;
		justify-content: center !important;	
	}

	.archive-prod-sec .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		max-height: 250px !important;
	}

}