html body:not(.page-template-fullwidth-content) .site-content {
	margin-top: 0px;
    margin-bottom: 0px;
}

body .site {
	hyphens: none;
}

.header__logo .jet-logo__link {
	font-size: 0;
    line-height: 0;
}

.blur__filter {
	backdrop-filter: blur(8.5px);
}

.service__btn {
	backdrop-filter: blur(8.5px);
}

.color-green {
	color: #55AC61;
}

.service__btn:hover svg path {
	fill: #55AC61;
}

.service__btn:hover .elementor-heading-title {
	color: #55AC61!important;
}

.elementor-icon-wrapper {
	font-size: 0;
	line-height: 0;
}

.product__card .price {
	margin: 0;
}

.faq__accordion details {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20);
	border-radius: 8px;
}

.faq__accordion details[open] > summary {
  border-radius: 8px 8px 0 0;
}

.form__fields .field-type-text-field {
	width: 48%;
}

body select {
	  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.contact__fields {
	justify-content: space-between;
}

.contact__fields .field-type-text-field {
	width: calc(50% - 8px);
}

.product__title .jet-listing-dynamic-link__label {
	min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
	.contact__fields {
		gap: 0;	
	}
	
	.contact__fields .field-type-text-field {
		width: 100%;
	}
	
	.product__title .jet-listing-dynamic-link__label {
		min-height: 48px;
		-webkit-line-clamp: 3;
	}
}