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


body {
	font-family: Montserrat, sans-serif;
}
.anchor {
	scroll-margin-top: 110px;
}

/*****************************
 * Buttons
 * 
 ****************************/
.btn_anim {
	display: flex;
}
.btn_anim .elementor-button {
    background: #c44903;
    color: #fff;
    border-radius: 30px;
    padding: 14px 32px;
    font-weight: 600;

    position: relative;
    overflow: hidden;

    transition: 
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}
.btn_anim .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 120%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.45),
        transparent
    );

    transition: left 0.6s ease;
}
.btn_anim .elementor-button:hover {
    background: #e35a10;
    box-shadow: 0 2px 50px rgba(196, 73, 3, 0.5);
    transform: translateY(-2px);
}
.btn_anim .elementor-button:hover::before {
    left: 130%;
}


/*****************************
 * Slider
 * 
 ****************************/

.slider_home .swiper {
    height: 36vw;
}
.slider_home .swiper-slide {
    height: auto;
    display: flex;
}
.slider_home .swiper-slide-inner {
    display: flex;
    width: 100%;
}
.slider_home .swiper-slide-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slider_home .swiper-pagination-bullet {
	position: relative;
}
.slider_home .swiper-pagination-bullet::after {
	position: absolute;
	content: '';
	top: -6px;
	right: -6px;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-radius: 50%;
}
.slider_home .swiper-pagination-bullet-active::after {
	border: 2px solid #FF6812;
}
.slider_home .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 32px !important;
}

@media (max-width: 1024px) {
	.slider_home .swiper {
	    height: 72vw;
	}
	.slider_home .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 20px !important;
	}
}


/*****************************
 * Product Gallery Slider (custom Swiper slider via shortcode)
 * 
 ****************************/
.product_gallery_con {
	position: relative;
}
.product_gallery_swiper {
	border: 1px solid #828282;
}
.product_gallery_slide a {
	width: 100%;
	aspect-ratio: 1.3;
	display: flex;
}
.sauna_rent_con .product_gallery_slide a {
	aspect-ratio: 1.6;
}
.product_gallery_slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_gallery_prev,
.product_gallery_next {
	display: none;
}

.product_gallery_nav_wr {
	display: flex;
	align-items: center;
	padding: 0 50px;
	margin-top: 30px;
	gap: 20px;
}
.product_gallery_thumb_swiper {
	width: 100%;
}
.product_gallery_thumb_slide {
	aspect-ratio: 1;
	display: flex;
	border: 1px solid #828282;
}
.product_gallery_thumb_slide.swiper-slide-thumb-active {
	border: 1px solid #c44903;
}
.product_gallery_thumb_slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.product_gallery_thumb_prev::after,
.product_gallery_thumb_next::after {
 	display: none;
 }
.product_gallery_thumb_prev,
.product_gallery_thumb_next {
 	width: 48px;
 	min-width: 48px;
 	height: 48px;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	background: #c44903;
 	border: 1px solid #c44903;
 	border-radius: 50%;
 	cursor: pointer;
 	z-index: 2;
 }
.product_gallery_thumb_prev svg,
.product_gallery_thumb_next svg {
	width: 12px;
	height: auto;
	fill: #fff;
}
.product_gallery_thumb_prev.swiper-button-disabled,
.product_gallery_thumb_next.swiper-button-disabled {
	background: transparent;
}
.product_gallery_thumb_prev.swiper-button-disabled svg,
.product_gallery_thumb_next.swiper-button-disabled svg {
	fill: #828282;
}
.product_gallery_pagination_mob {
	display: none;
}

/*****************************
 * Product labels
 * 
 ****************************/
.product_labels {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 20%;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
}
.product_labels picture {
	display: flex;
}
.product_label {
	width: 100%;
	max-width: 100%;
}

.loop_product_labels .product_labels {
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: flex-end;*/
	/*align-items: center;*/
	gap: 4px;
	width: 100%;
	position: relative;
	bottom: auto;
	right: auto;
	padding: 12px 16px;
	border-bottom: 1px solid #828282;

}
.loop_product_labels .product_label {
	width: 120px;
}
.product_labels picture {
	flex-direction: column;
	justify-content: center;
}
.loop_product_labels .product_label img {
	
}

/*****************************
 * Collapsed text
 * 
 ****************************/

.collapsed_txt {
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 10; 
	  transition: all 0.3s ease;
	}
.cont_collapsed.active .collapsed_txt {
		-webkit-line-clamp: unset;
	}
.cont_collapsed.active .read_more_btn .elementor-button-icon {
		transform: rotate(180deg);
	}

@media (max-width: 1180px) {
	.collapsed_txt {
	  -webkit-line-clamp: 8; 
	}	
}

@media (max-width: 767px) {
	.collapsed_txt {
	  -webkit-line-clamp: 5; 
	}	
}


/*****************************
 * Contact Form
 * 
 ****************************/
.contact_form .elementor-form-fields-wrapper {
	gap: 24px;
}
.contact_form .elementor-field {
	padding: 10px 16px 10px 0;
}
.contact_form .elementor-field:focus {
	box-shadow: none;
}
.contact_form .elementor-field-type-submit {
	margin-top: 40px;
}


/*****************************
 * City Slider
 * 
 ****************************/
.marquee {
  overflow: hidden;
  width: 100%;
  contain: layout style paint;
  display: none;
}
.marquee.is-visible {
  display: flex;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  will-change: transform;
}
.marquee_reverse .marquee__track {
	animation: marqueeReverse 90s linear infinite;
}

.marquee__item {
  flex-shrink: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marqueeReverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}


/*****************************
 * Product Loop
 * 
 ****************************/
.e-loop-add-to-cart-form-container .add_to_cart_button {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.e-loop-add-to-cart-form-container .added_to_cart.wc-forward {
	display: none !important;
}
.product_label_outofstock {
	display: none;
	font-size: 14px;
	color: red;
	border: 1px solid red;
	padding: 2px 12px;
	width: auto !important;
	margin-left: auto;
	align-items: center;
}
.e-loop-item.product.outofstock .product_label_outofstock {
	display: flex;
}
/*.e-loop-item.product.outofstock {
	position: relative;
}
.e-loop-item.product.outofstock::before {
	position: absolute;
	content: 'Out of Stock';
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	width: 50%;
	height: auto;
	transform: translate3d(-50%, -50%, 0) rotate(-20deg);
	color: red;
	font-weight: 600;
	border: 2px solid red;
	padding: 16px;
	background: rgba(255,255,255, 0.3);
	z-index: 9;
}
.e-loop-item.product.outofstock::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.6;
	z-index: 8;
}*/
/*.e-loop-item.product.outofstock .elementor-button {
	z-index: 10;
	opacity: 0.4;
}*/


/*****************************
 * Product Options
 * 
 ****************************/
.tc-container:not(:last-child) {
	padding-bottom: 30px !important;
	border-bottom: 1px solid #828282;
}
.tm-epo-required {
	display: none;
}
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox {
	align-items: unset;
}
.tm-extra-product-options .tmcp-field-wrap label {
	align-items: unset;
}
.tc-label-inner {
	display: flex !important;
	flex-direction: column;
  justify-content: start !important;
}
.tc-epo-element-label-text {
	font-size: 24px;
}
.tmcp-field-wrap {
	border: 1px solid #828282;
}
.tmcp-field-wrap.tc-active {
	border: 1px solid #C44903;
	box-shadow: 0 0 0 2px #C44903;
}
.tc-label-text,
.tm-extra-product-options .tc-active .tc-label-text {
	font-weight: 500;
	font-size: 20px;
	color: #1C1C1C;
}
.tc-image {
	border: none !important;
	width: 100%;
	max-width: 300px !important;
	height: 100%;
	aspect-ratio: 1;
	object-fit: contain;
}
.tc-label {
	padding: 0 16px 16px;
}
.tc-label i {
	display: none;
}
.fullwidth-ul .tc-mode-images .tc-label-inner .tc-price-wrap {
	justify-self: flex-start;
}
.tc-price-wrap {
	font-weight: 600 !important;
	gap: 0;
	margin-top: auto;
}
.tc-price-wrap .amount {
	font-weight: 600 !important;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
	font-size: 18px !important;
	color: #1C1C1C;
}
/*delivery options*/
.tm-tip {
	display: none;
}
.delivery_options-ul .tc-label-inner {
	display: flex !important;
	gap: 10px;
	flex-direction: column;
}
.delivery_options-ul .tm-tooltip {
	display: flex;
	font-family: Montserrat, sans-serif !important;
}
.delivery_options-ul .tm-tooltip::before {
  content: attr(data-tm-tooltip-html);
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
}
.delivery_options-ul .tm-tooltip::after {
	display: none !important;
}
.delivery_options-ul .tmcp-field-wrap {
	padding: 12px 16px !important;
}
.delivery_options-ul .tc-label-wrap {
	align-items: unset;
}
.delivery_options-ul .tc-input-wrap {
	position: relative;
	min-width: 40px;
}
.delivery_options-ul .tc-input-wrap input {
	visibility: hidden;
	opacity: 0;
}
.delivery_options-ul .tc-input-wrap::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border: 1px solid #828282;
	border-radius: 50%;
}
.delivery_options-ul .tc-input-wrap::after {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	left: 3px;
	margin-left: 0 !important;
	background: #c44903;
	border-radius: 50%;
	opacity: 0;
}
.delivery_options-ul .tc-active .tc-input-wrap::before {
	border: 1px solid #c44903;
}
.delivery_options-ul .tc-active .tc-input-wrap::after {
	opacity: 1;
}

/*Total Box*/
.product_options_con .tc-totals-form,
.product_options_con .quantity,
.product_options_con .single_add_to_cart_button {
	display: none !important;
}
.custom__product_total_box .tm-floating-box {
	position: relative;
	border: none;
	padding: 0;
	max-width: unset;
	gap: 16px !important;
}
.custom__product_total_box .tm-fb {
	max-height: unset;
	overflow: visible;
	gap: 16px;
	align-items: center;
}
.custom__product_total_box .tm-fb-title {
	display: none;
}
.custom__product_total_box .tm-fb-value {
	width: calc(50% - 8px);
	flex: 1;
	flex-basis: auto;
	gap: 12px;
	font-size: 16px;
	font-weight: 500;
}
.custom__product_total_box .tc-label-wrap {
	width: 30%;
}
.custom__product_total_box .tc-label-text {
	width: calc(70% - 12px);
	font-size: 16px;
}
.custom_total_box_con {
	padding: 20px;
	border: 1px solid #828282;
}
.custom__product_total_box .tm-unit-price,
.custom__product_total_box .tm-options-totals,
.custom__product_total_box .tm-final-totals {
	width: 50%;
	flex-basis: unset;
	font-size: 18px;
	font-weight: 600;
	color: #1c1c1c;
}
.custom__product_total_box .tm-unit-price {
	padding-top: 8px;
	border-top: 1px solid #828282;
}
.custom__product_total_box .tm-options-totals {
	border-bottom: 1px solid #828282;
}
.custom__product_total_box .tm-final-totals {
	margin-top: 16px;
	font-size: 24px;
}
.custom__product_total_box dt.tm-final-totals div {
	font-size: 16px;
}
.custom__product_total_box dd.tm-unit-price,
.custom__product_total_box dd.tm-options-totals,
.custom__product_total_box dd.tm-final-totals {
	text-align: end;
}
.custom__product_total_box dd.tm-unit-price .price,
.custom__product_total_box dd.tm-options-totals .price {
	font-size: 18px !important;
	font-weight: 600;
	color: #1c1c1c!important;
}
.custom__product_total_box dd.tm-final-totals .price {
	font-size: 24px !important;
	font-weight: 600;
	color: #1c1c1c!important;
}
.custom__product_total_box .single_add_to_cart_button,
.no_options_add_to_cart .single_add_to_cart_button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #C44903 !important;
	border-radius: 0 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	width: calc(50% - 8px);
	min-height: 48px;
}
.no_options_add_to_cart .single_add_to_cart_button {
	max-width: 240px;
}
.custom__product_total_box .single_add_to_cart_button svg,
.no_options_add_to_cart .single_add_to_cart_button svg {
	fill: #fff;
}
.prod_go_to_cart,
.no_options_add_to_cart .added_to_cart {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid #C44903;
	font-size: 18px;
	font-weight: 500;
	color: #C44903;
	width: calc(50% - 8px);
	transition: 0.2s ease;
}
.prod_go_to_cart:hover {
		background: #C44903;
		color: #fff;
}
.no_options_add_to_cart .added_to_cart {
	max-width: 240px;
	margin-left: 12px;
	display: flex !important;
	justify-content: center;
	padding: 0 !important;
}


/*Product Out of Stock*/
.single-product .product.outofstock .single_add_to_cart_button{
    display: none !important;
}
.out_of_stock_message {
	color: red;
	font-weight: 500;
}
.single-product .product:not(.outofstock) .out_of_stock_message {
	display: none;
}
.single-product .product.outofstock .product_label_outofstock {
	display: flex;
	width: 100% !important;
	font-size: 16px;
	padding: 4px 16px;
	justify-content: center;
}

/*****************************
 * Product Manuals
 * 
 ****************************/
.pdf_cont,
.img_cont {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 24px;
}
.pdf_item,
.img_item {
	width: 180px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	border: 1px solid #1C1C1C;
	background: #FFF9F4;
	padding: 16px;
	transition: 0.2s ease;
}
.img_item {
	width: 300px;
}
.pdf_item:hover,
.img_item:hover {
	background: #c44903;
	border: 1px solid #c44903;
}
.pdf_img {
	width: 50%;
}
.pdf_img svg {
	width: 100%;
	height: auto;
}
.pdf_item:hover .pdf_img svg {
	fill: #fff;
}
.pdf_txt {
	font-size: 20px;
	line-height: 1.3em;
	color: #1C1C1C;
	text-align: center;
}
.pdf_item:hover .pdf_txt,
.img_item:hover .pdf_txt {
	color: #fff;
}
.dialog-type-lightbox {
	z-index: 99999;
}


/*****************************
 * Product Manuals Buttons
 * 
 ****************************/
.prod_manual_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	padding: 16px 0;
}
.prod_manual_btns h3 {
	width: 100%;
	margin: 0;
}
.prod_manual_btn {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	border: 1px solid #c44903;
	background: #c44903;
	padding: 0 24px;
	color: #fff !important;
	font-size: 18px;
	transition: 0.2s ease;
}
.grey .prod_manual_btn {
	border: 1px solid #1c1c1c;
	background: #fff;
	color: #1c1c1c !important;
}
.prod_manual_btn:hover {
	border: 1px solid #c44903;
	background: transparent;
	color: #c44903 !important;
}
.prod_manual_btn_i {
	width: 24px;
	height: 24px;
	display: flex;
}
.prod_manual_btn_i svg {
	width: 100%;
	height: auto;
	fill: #fff;
	transition: 0.2s ease;
}
.grey .prod_manual_btn_i svg {
	fill: #1c1c1c;
}
.prod_manual_btn:hover svg {
	fill: #c44903;
}


/*****************************
 * Product Videos
 * 
 ****************************/
.product_videos {
  display: grid;
  gap: 24px;

}

.product_videos.one_video {
  grid-template-columns: 1fr;
  justify-items: center;
}

.product_videos.two_videos {
  grid-template-columns: repeat(2, 1fr);
}

.product_videos video {
  width: 100%;
  height: auto;
  max-width: 100vh;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
}

/*****************************
 * Sauna for Rent
 * 
 ****************************/
.jet-booking-calendar .first-date-selected,
.jet-booking-calendar .last-date-selected {
	background: #c44903 !important;
	color: #fff !important;
}
.jet-form__calculated-field[data-name="total_days"] {
	gap: 8px;
}
.jet-abaf-separate-fields {
	gap: 30px;
}
.jet-abaf-separate-field {
	padding: 10px 20px 0 !important;
	border: 1px solid #828282;
	width: calc(50% - 15px) !important;
	flex-basis: unset;
}
.jet-abaf-field__input {
	outline: none !important;
	padding: 10px 0 !important;
}
[data-field="additional_services"] .jet-form__label,
[data-field="additional_services_per_night"] .jet-form__label {
	font-size: 24px !important;
	justify-content: center !important;
	font-weight: 500;
	margin: 30px 0;
}
.jet-form__fields-group.checkradio-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
}
.checkboxes-wrap {
	width: calc(50% - 12px);
}
.field-type-checkboxes label {
	gap: 16px;
}
.field-type-checkboxes label input {
	width: 22px;
	height: 22px;
	border-radius: 0;
	accent-color: #622908;
}
.field-type-checkboxes label input:checked {
	outline: 2px solid #c44903;
}
[data-field="total"] {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #828282;
	align-items: center;
	justify-content: space-between;
}
[data-field="total"] .jet-form__label,
[data-field="total"] .jet-form__calculated-field {
	flex-basis: unset;
	width: auto;
	font-size: 24px;
	font-weight: 700;
}
[data-field="total"] .jet-form__label-text {
	font-size: 18px;
	font-weight: 500;
}
.field-type-check_in_out .day.valid.real-today {
	color: #c44903 !important;
	background-color: #fff9f4 !important;
}
.field-type-check_in_out .day.checked {
	color: #fff !important;
	background-color: #C44903D1 !important;
}
.field-type-check_in_out .day.checked.first-date-selected,
.field-type-check_in_out .day.checked.last-date-selected {
	background-color: #C44903 !important;
}
.jet-form,
.jet-form__field,
.jet-form-row--first-visible {
	scroll-margin-top: 230px !important;
}

.sauna_rent_desc .wp-block-list {
	padding: 0;
	list-style: none;
}
.sauna_rent_desc .wp-block-list li {
	position: relative;
	padding: 8px 0 8px 40px;
	display: flex;
	align-items: center;
}
.sauna_rent_desc .wp-block-list li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 4px;
	width: 34px;
	height: 34px;
	background-image: url('/wp-content/uploads/2026/01/list-marker.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.paragraph_accent {
	padding: 10px;
	border-left: 4px solid #C44903;
	background: linear-gradient(90deg, #ffcfb3, #fff);
	margin-bottom: 30px;
}
.sauna_rent_desc h3.wp-block-heading {
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 16px;
}

/*****************************
 * Get Quote Popup
 * 
 ****************************/

.gq_form .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto) auto;
  gap: 16px;
}
.gq_form .elementor-field-group-name,
.gq_form .elementor-field-group-email,
.gq_form .elementor-field-group-phone {
  grid-column: 1;
}
.gq_form .elementor-field-group-message {
  grid-column: 2;
  grid-row: 1 / 3;
}
.gq_form .elementor-field-group-message textarea {
  height: 100%;
  resize: none;
}
.gq_form .elementor-field-group-field_b522f01 {
  grid-column: 2;
  grid-row: 3;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.gq_form .elementor-field-type-submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}


/*****************************
 * Mini-cart
 * 
 ****************************/
.elementor-menu-cart__main {
	width: 650px;
}
.elementor-menu-cart__product {
    grid-template-columns: 18% auto;
}
.mini-cart-custom-text {
	text-align: end;
}


/*****************************
 * Checkout
 * 
 ****************************/
.e-checkout__container,
.elementor-widget-woocommerce-checkout-page {
	font-family: Montserrat, sans-serif;
}

.elementor-widget-woocommerce-checkout-page .e-checkout__container {
	grid-template-columns: 50% auto;
  grid-column-gap: 40px;
}
.e-checkout__order_review,
.e-coupon-box {
	padding: 24px;
	border: 1px solid #828282;
}
.shop_table .product-total {
	width: 120px;
}


@media (max-width: 1600px){
	.tc-label-text,
	.tm-extra-product-options .tc-active .tc-label-text {
		font-size: 16px;
	}
	.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
		font-size: 16px !important;
	}
	.tm-extra-product-options-radio:not(.delivery_options-ul) li.tmcp-field-wrap {
		--items-per-row: 3 !important;
	}
	.custom_total_box_con h3 {
		font-size: 20px;
	}
	.custom__product_total_box .tc-label-text,
	.custom__product_total_box .tm-fb-value {
		font-size: 14px;
		line-height: 1.2em;
	}
}



@media (max-width: 1180px) {
	.product_gallery_con {
		padding: 0 60px;
	}
	.product_gallery_prev,
	.product_gallery_next {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		border: 1px solid #c44903;
		background: #c44903;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 9;
	}
	.product_gallery_prev {
		left: 0;
	}
	.product_gallery_next {
		right: 0;
	}
	.product_gallery_prev svg,
	.product_gallery_next svg {
		fill: #fff;
	}
	.product_gallery_prev.swiper-button-disabled,
	.product_gallery_next.swiper-button-disabled {
		background: transparent;
	}
	.product_gallery_prev.swiper-button-disabled svg,
	.product_gallery_next.swiper-button-disabled svg {
		fill: #828282;
	}

	.product_labels {
		bottom: 16px;
		right: 76px;
	}

	.tm-extra-product-options-radio:not(.delivery_options-ul) li.tmcp-field-wrap {
		--items-per-row: 2 !important;
	}
	.tc-epo-element-label-text {
		font-size: 18px;
	}
	.tc-label {
		padding: 0 8px 8px;
	}
	.custom_total_box_con {
		padding: 16px;
	}
	.custom_total_box_con h3 {
		font-size: 18px;
		margin-top: 0;
	}
	.custom__product_total_box .tm-fb {
		gap: 4px;
	}
	.custom__product_total_box .tm-fb-value {
		width: 100%;
	}
	.custom__product_total_box .tc-label-wrap {
		width: 60px;
		min-width: 60px;
	}
	.custom__product_total_box .tc-label-text {
		width: calc(100% - 72px);
	}
	.custom__product_total_box .tm-unit-price,
	.custom__product_total_box .tm-options-totals {
		font-size: 14px;
	}
	.custom__product_total_box dd.tm-unit-price .price, 
	.custom__product_total_box dd.tm-options-totals .price {
		font-size: 14px !important;
	}
	.custom__product_total_box .tm-final-totals,
	.custom__product_total_box dd.tm-final-totals .price {
		font-size: 18px !important;
	}
	.custom__product_total_box .single_add_to_cart_button {
		font-size: 16px !important;
	}
	.custom__product_total_box .single_add_to_cart_button svg {
		width: 14px;
		height: 14px;
	}
	.prod_go_to_cart {
		font-size: 16px
	}
	.pdf_item, 
	.img_item {
		width: 120px;
		padding: 8px;
		gap: 8px;
	}
	.pdf_txt {
		font-size: 16px;
	}
}



@media (max-width: 767px) {
	.product_gallery_con {
		padding: 0 48px;
	}
	.product_gallery_nav_wr {
		display: none;
	}
	.product_gallery_pagination_mob {
		display: flex;
		gap: 6px;
		justify-content: center;
		margin-top: 16px;
	}
	.product_gallery_pagination_mob .swiper-pagination-bullet {
		margin: 0 !important;
		width: 10px;
		height: 10px;
		background: #eaeaea;
		opacity: 1;
	}
	.product_gallery_pagination_mob .swiper-pagination-bullet-active {
		background: #c44903;
	}
	.product_gallery_prev, 
	.product_gallery_next {
		width: 40px;
		height: 40px;
	}
	.product_labels {
		width: 100px;
		bottom: 6px;
		right: 54px;
	}
	.delivery_options-ul .tm-tooltip::before {
		font-size: 14px;
	}
	.tm-floating-box {
		display: flex !important;
	}
	.pdf_item, 
	.img_item {
		width: calc(50% - 8px);
	}
	.pdf_txt {
		font-size: 14px;
	}
	.product_videos.two_videos {
	  grid-template-columns: 1fr;
	}

	/*****************************
 * Long text Toggler
 * 
 ****************************/
	.long_text {
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 5;
	  -webkit-box-orient: vertical;
	  transition: max-height 0.4s ease;
	}

	/* состояние раскрытого текста */
	.long_text.expanded {
	  -webkit-line-clamp: unset;
	}
	.long_text_toggler .elementor-button-icon.up {
		transform: rotate(-90deg);
	}

	.total_price_fixed_container {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
	}
	.total_price_fixed {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
	}

	.gq_form .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }

  .elementor-field-group.right-area {
    grid-column: 1;
    grid-row: auto;
  }

  .gq_form .elementor-form-fields-wrapper {
    grid-template-columns: 1fr; /* одна колонка */
    gap: 12px;
  }
  .gq_form .elementor-field-group-name,
	.gq_form .elementor-field-group-email,
	.gq_form .elementor-field-group-phone,
	.gq_form .elementor-field-group-message,
	.gq_form .elementor-field-group-field_b522f01,
	.gq_form .elementor-field-type-submit {
    grid-column: 1;
    grid-row: auto; /* сбрасываем явные строки */
  }
  .gq_form .elementor-field-group-message textarea {
    height: auto; /* высота будет по содержимому + flex */
  }
  .gq_form .elementor-field-type-submit {
    justify-content: center;
  }

  .elementor-menu-cart__main {
  	padding: 16px 16px 180px;
  }


 /*****************************
 * Cart
 * 
 ****************************/
  .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
  	padding: 14px;
  }
  .cart .tc-epo-metadata {
  	font-size: 14px;
  }

  .elementor-widget-woocommerce-checkout-page .e-checkout__container {
		grid-template-columns: 100%;
	}
	.e-coupon-anchor-description {
		margin-bottom: 16px !important;
	}
	.woocommerce-button.e-apply-coupon {
		width: 100%;
	}
}
