/*
Theme Name: Miele Theme
Description: A modern custom WordPress theme designed specifically for the client's needs, with improved layout, performance, and flexibility using ACF.
Version: 1.1.0
Author: Yelpix Team
Text Domain: miele-shop-theme
*/
html { scroll-behavior: auto; }

.contact .item_info .pdivider { display: block; height: 16px; }

.pagination a.prev { margin-right: 1.2rem; }
.pagination a.next { margin-left: 1.2rem; }
.pagination span.current { width: 4rem; height: 4rem; display: inline-flex; align-items: center; align-content: center; justify-content: center; color: var(--c-white); text-decoration: none; background: var(--c-red); }

.sc_fs_faq.sc_card { border-bottom: 1px solid #ddd; border-radius: 0; box-shadow: unset; margin: 0; }
.sc_fs_faq.sc_card:first-child { border-top: 1px solid #ddd; }

.sc_text a { /*color: var(--c-red);*/ }

.simple_link { font-weight: 700; text-decoration: underline; }
.simple_link:hover { text-decoration: none; }

.hero--news-single.landing-fullwidth-section .sc_text h1 { font-weight: 700; }

#check_serial { display: flex; align-items: stretch; gap: 2rem; }
#check_serial input[type='text'] { border: 1px solid #d9d9d9; padding: 0.8rem 1.6rem; color: #555555; }
#check_serial input[type='submit'] { padding: 0.5rem 3rem; }
#result_serial { font-size: 13px; border-left: 5px solid #ccc; padding: 0px 15px; font-style: italic; margin-top: 2rem; }

.sign ul.woocommerce-error { margin-bottom: 2rem; padding: 0; outline: none; }
.sign ul.woocommerce-error li { list-style-type: none; color: var(--c-red); }

#password_1 ~ .view-pass { top: 2.6rem; bottom: unset; }

.woocommerce-message { outline: none; }
.woocommerce-message + .form { margin-top: 2rem; }

/* Gutenberg landing widgets */
.overflow_hidden { overflow-x: hidden; }
.sc:has(.landing-fullwidth-section) { padding: 0; }
.sc.landing-fullwidth-section { /*width: calc(100vw - 0px); margin-left: calc((700px - 100vw) / 2);*/ width: 100vw; margin-left: calc(-50vw + 50%); }
.sc_buttons.hero_buttons { margin: 4rem; justify-content: center; }
a.btn.btn-red { /*color: #fff;*/ }
a.btn.btn-white:hover { /*color: #fff;*/ }
.about .sc_text { text-align: left; }
.text-head { color: #777; text-transform: uppercase; font-size: 1.3rem; }
.text-side p { font-size: 1.5rem; }
.about:not(.landing-fullwidth-section) .text-side p { font-size: 2rem; }
.dark_style { color: #fff; background: #000; }
.sc.news.landing-fullwidth-section iframe { aspect-ratio: 16 / 9; margin-top: 3rem; }
.cta-block a.btn { margin: 1rem; }
.news.grid-section .item_info { color: #000; }
.grid-section:not(.bg-light-1) .item { background: #f5f5f5; }
.sc_text.tac { text-align: center; margin-bottom: 5rem; }

.about.landing-fullwidth-section .text-side .sc_text { padding-top: 30px; padding-bottom: 30px; }

.comparison-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size:14px;
	overflow-x: auto;
	padding-bottom: 0;
	margin-bottom: 6rem;
}

.comparison-table .buttons {
  margin-top:10px;
}

.comparison-table .buttons .add-to-cart-btn {width:100%;}

.table-row {
  display: flex;
  /*flex-wrap: wrap;*/
  /*border-top: 1px solid #dee2e6;
	background: #f8f9fa;*/
}

.table-header {
  background-color: #f8f9fa;
  font-weight: bold;
  text-align: center;
  background-color: #fff;

}

.table-header img {
  max-width: 80px; /* Adjust based on image size */
  margin-bottom: 5px;
}

.table-header p {
  margin: 0;
}

.table-cell {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #dee2e6;
  text-align: left;
	min-width: 200px;
}
.table-row:not(.table-header) .table-cell {
	background: #f8f9fa;
	border-top: 1px solid #dee2e6;
}
.table-cell:not(:first-child) {
	text-align: center;
}

.table-cell:first-child {
  text-align: left;
  font-weight: bold;
}

.table-cell:last-child {
  border-right: none;
}

.table-group {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
	.sc.landing-fullwidth-section,
	.sc.comparison-table { padding: 3rem 0; }
	.sc.landing-fullwidth-section:first-child,
	.sc.comparison-table:first-child { padding-top: 6rem; }
	.cross_sell-section + .section-rich_text .sc.landing-fullwidth-section:first-child { padding-top: 4rem; }
	.sc.landing-fullwidth-section .container > .sc_text,
	.sc.comparison-table .container > .sc_text { margin-bottom: 3rem; }
	.about.landing-fullwidth-section .text-side .sc_text { padding: 30px !important; }
	.sc.landing-fullwidth-section.grid-section .row > div:last-child { margin-bottom: 0; }
}

@media (max-width: 768px) {
  .comparison-table {
    border: 0;
  }

  .table-header {
    display: block;
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 10px;
  }

  .table-row {
    flex-direction: column;
    border-top: none;
    margin-bottom: 10px;
  }

  .table-group {
    margin-bottom: 20px;
  }

  .table-header img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .table-header p {
    text-align: center;
  }

  .table-cell {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
  }

  .table-cell:last-child {
    border-bottom: none;
  }

  .table-row .table-cell:first-child {
    font-weight: bold;
    background-color: #eee;
    text-align: center;
  }
}

@media (max-width: 1199px) {
	/*.sc.landing-fullwidth-section { margin-left: calc((590px - 100vw) / 2); }*/
}

@media (max-width: 991px) {
	/*.sc.landing-fullwidth-section { margin-left: calc((690px - 100vw) / 2); }*/
}

@media (max-width: 767px) {
	/*.sc.landing-fullwidth-section { margin-left: calc((510px - 100vw) / 2); }*/
	
	.hero h1 { font-size: 32px; }
	.sc_text h2 { font-size: 28px; }
}

@media (max-width: 575px) {
	/*.sc.landing-fullwidth-section { margin-left: -15px; }*/
}

/* Subscribe popup */
.popup-subscribe {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px;
	z-index: 10000;
}

.popup-content {
	background-color: #eae8e4;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	cursor: pointer;
}

iframe {
	border: none;
}

.field_desc { font-size: 1.4rem; }
.woocommerce-notices-wrapper ul.woocommerce-error { outline: none; }
.woocommerce-notices-wrapper:has(.woocommerce-error) + .form { margin-top: 5rem; }
.form input[type=tel] {
	position: relative;
	width: 100%;
	border-radius: 0;
	background: var(--c-white);
	border: 1px solid #d9d9d9;
	padding: 0.8rem 1.6rem;
	color: #555555;
	font-weight: 300;
	font-size: 1.6rem;
	height: 4.8rem;
}
.form .select2-container--default .select2-selection--single {
	padding: 0.8rem 0rem;
	height: 4.8rem;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; }
.form_field:empty { display: none; }
.woocommerce-input-wrapper .select2-container.select2-container--open { margin-top: unset; }
.select2-container.select2-container--open { margin-top: -29px; }

/* Header/Menu */
.header_block--bottom { background-color: #000; }
.mega_menu li.menu-item { padding: 0 1.8rem; }
.mega_menu li.menu-item:after {
	/*content: '';
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;*/
}
.mega_menu li.menu-item .mega_menu_item {
	display: inline-flex;
	align-items: center;
	transition: 0.3s;
}

.mega_menu li.menu-item-has-columns .mega_menu_item:after {
	content: "";
	background: #fff;
	position: relative;
	display: inline-block;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-image: url(images/icons/menu_arrow.svg);
	mask-image: url(images/icons/menu_arrow.svg);
	width: 12px;
	height: 7px;
	margin-left: 1rem;
	transform: rotateX(0);
	transition: 0.3s;
}

.submenu-columns {
	position: absolute;
	top: 100%;
	left: 0;
	background: #000;
	width: calc(100vw + 10px);
	margin-left: calc((var(--container) - 100vw - 20px) / 2);
	transition: max-height 0.35s;
	max-height: 0;
	overflow: hidden;
}
.submenu-columns_inner {
	display: flex;
	gap: 24px;
	justify-content: flex-start;
	width: 100%;
	padding: 4rem;
	max-width: 1280px;
	margin: 0 auto;
}
.submenu-column:not(:first-child) {
	border-left: 1px solid #4b4b4b;
	padding-left: 30px;
	padding-bottom: 17px;
}

.submenu-heading {
	display: flex;
	align-items: center;
	min-height: 32px;
	line-height: 1.2;
	margin-bottom: 14px;
}
.submenu-heading.opacity0 {
	color: rgba(0, 0, 0, 0);
}
.submenu-column {
	flex: 1;
	max-width: calc((100% - 95px) / 5);
}
.sub-sub-menu {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0;
	list-style-type: none;
}
.sub-sub-menu li {
	font-size: 14px;
}
.mega_submenu_item {
	
}
.highlight a {
	color: #F59B00;
}

.outlet .row:not(:has(.col-lg-3:nth-child(5))) {
	justify-content: center;
}
.subdir .item_image {
	padding: 4rem 5rem;
}
.subdir .item_image img {
	object-fit: contain;
}

@media (max-width: 1299px) {
	/*.submenu-columns { margin-left: calc((1200px - 100%) / 2); }*/
	.submenu-columns { width: calc(100vw + 30px); margin-left: calc((100% - 100vw - 0px) / 2); }
}
@media (max-width: 1199px) {
	/*.submenu-columns { margin-left: calc((715px - 100%) / 2); }*/
}

@media (min-width: 992px) {
	.header_block--bottom { height: 6rem; }
	.mega_menu li.menu-item .mega_menu_item:hover {
		color: #F59B00;
		text-decoration: none;
	}
	.mega_menu li.menu-item-has-columns .mega_menu_item:hover:after {
		background: #F59B00;
		transform: rotateX(180deg);
	}
	.menu-item-has-columns:hover .submenu-columns {
		max-height: 100vh;
		border-top: 1px solid #4b4b4b;
	}
	/*.menu-item-has-columns:hover .submenu-columns {
		position: fixed;
		top: 120px;
		margin: 0;
	}
	.scrolled .menu-item-has-columns:hover .submenu-columns {
		top: 60px;
	}*/
	.mega_menu .mob_only { display: none; }
	/*.submenu-columns {
		position: fixed;
		left: 0;
		top: 152px;
		margin: 0;
		right: 0;
	}
	.header.scrolled .submenu-columns {
		top: 60px;
	}*/
}

.mega_menu .mob_only .submenu-heading { display: none; }

@media (max-width: 991px) {
	.mega_menu { gap: 2rem; }
	.mega_menu li.menu-item { width: 100%; padding: 0; }
	.mega_menu li.menu-item:after { display: none; }
	.mega_menu li.menu-item .mega_menu_item { width: 100%; justify-content: space-between; align-items: flex-start; }
	.mega_menu li.menu-item .mega_menu_item:hover { text-decoration: none; }
	.mega_menu li.menu-item-has-columns .mega_menu_item:after { top: 14px; min-width: 12px; }
	
	.submenu-columns:has(.submenu-column:first-child .submenu-heading.opacity0) { border-top: 0; margin-top: 0; }
	.submenu-column:first-child:has(.submenu-heading.opacity0) { display: none; }
	
	.submenu-columns { width: 100%; position: relative; margin-left: unset; }
	.open .submenu-columns { max-height: 100vh; border-top: 1px solid #4b4b4b; margin-top: 2rem; }
	.submenu-column { max-width: unset; }
	.submenu-column:not(:first-child) { padding-left: 0; padding-top: 17px; border-left: 0; border-top: 1px solid #4b4b4b; }
	.submenu-columns_inner { flex-direction: column; padding: 2rem 0; }
	.submenu-heading { min-height: unset; }
	.open .mega_menu_item { color: #F59B00; }
	.mega_menu li.menu-item-has-columns.open .mega_menu_item:hover:after { background: #F59B00; transform: rotateX(180deg); }
}

.product_slider .thumbs-slider { height: auto; }
.product_slider .thumbs-slider:not(:has(.swiper-slide:nth-child(6))) .swiper-button { display: none; }

.outlet .row > div.woocommerce-notices-wrapper:empty { margin-bottom: 0; }

.header_search .form input[type=text] { border: 0; }
.header_search .form button { cursor: pointer; }
.search_content { padding: 8rem 0; }
.search_content .row { row-gap: 30px; }

.hero--home_slider .swiper-pagination_wrap { display: block; }
@media (max-width: 991px) {
	.hero--home .swiper-pagination_wrap {
		bottom: 2.5rem;
	}
}

.news--gray.black { background: #2c2c2c; }
.news--gray.black .news_info:after { background: linear-gradient(360deg, #2c2c2c 0%, rgba(51, 51, 51, 0) 100%); }
.news--gray .container .news_info a:not(.btn) { color: #ba9298; }
.news--gray .container .news_info a:not(.btn):hover { color: #ffffff; }

.cl_other-cats .item { color: #fff; }

.woocommerce-pagination ul { list-style-type: none; display: flex; gap: 2rem; justify-content: center; /*width: 100%;*/ padding: 0; margin-top: 2rem; border: 0 !important; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination .pagination span.current {
	background: var(--c-red);
	color: var(--c-white);
}
.pagination-btn.disabled,
.pagination-btn[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover {
	color: var(--c-red);
	background: none;
}

/* Singe product lightbox */
.pswp__img, .pswp__zoom-wrap { background: none !important; }
.pswp img { object-fit: contain; padding: 40px 20px; }
.pswp__zoom-wrap { background: unset !important; background-image: unset !important; }
/* Singe product lightbox */

/* Wishlist */
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before { display: none; }
.product-card_actions .add-favorite .icon { color: #515151; }
.product-card_actions button .tinvwl-product-make-remove .icon-fav { color: var(--c-red);
	-webkit-mask-image: url(images/icons/icon-fav--filled.svg);
	mask-image: url(images/icons/icon-fav--filled.svg);
}
.product_info-top .action.add-fav .icon { color: #515151; }
.product_info-top .action.add-fav .tinvwl-product-make-remove .icon-fav { color: var(--c-red);
	-webkit-mask-image: url(images/icons/icon-fav--filled.svg);
	mask-image: url(images/icons/icon-fav--filled.svg);
}

.tinvwl-table-manage-list { border-collapse: separate; border-spacing: 0px 2.4rem; }
.tinvwl-table-manage-list thead { display: none; }
.tinvwl-table-manage-list .product-remove button { cursor: pointer; }
.tinvwl-table-manage-list .product-thumbnail { padding: 0; }
.tinvwl-table-manage-list .product-thumbnail a { padding: 2rem; border: 1px solid #ecece9; background: #fff; display: inline-block; }
.tinvwl-table-manage-list .product-thumbnail a img { vertical-align: middle; }
.tinvwl-table-manage-list .product-name a { font-size: 1.8rem; }
.tinvwl-table-manage-list .product-price .amount { color: var(--c-red); font-size: 1.6rem; flex: 1; text-align: center; }
.tinvwl-table-manage-list .product-stock .stock { font-size: 1rem; color: #4f4f4f; text-transform: uppercase; }
.tinvwl-table-manage-list .product-stock .stock i { margin-right: 5px; }
.tinvwl-table-manage-list .product-action { width: auto; }
.tinvwl-table-manage-list .button {
	color: var(--c-white);
	background-color: var(--c-red);
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: var(--btn-pd);
	height: var(--btn-height);
	font-size: var(--btn-fz);
	border: none;
	text-transform: none;
	text-decoration: none !important;
	border-radius: var(--btn-rd);
	border: 2px solid var(--btn-bg);
	transition: all var(--base-ts) ease-in-out;
	line-height: 1.2;
	cursor: pointer;
	overflow: hidden;
}
.tinvwl-table-manage-list .button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity var(--base-ts) ease-in-out;
}
.tinvwl-table-manage-list .button:hover:before { opacity: 1; }
.tinvwl-input-group { border-spacing: initial; }
.tinv-modal button span i:before { top: 0 !important; }

.account-page .tinv-wishlist:has(.tinv-modal-inner) { display: none; }
/* Wishlist */

/* Quick Buy */
.lity { background: rgba(25, 25, 25, .5); }
.lity-container:has(#quick_buy) { width: 80%; max-width: 450px; margin: 0px auto; }
.popup_lity { background:#fff; }
.qb_form_wrapper { padding: 3rem; }
#quick_buy h3 { text-align: center; margin-bottom: 1rem; }
#quick_buy form { display: flex; flex-direction: column; gap: 1rem; }
form .form-row { display: flex; flex-direction: column; gap: 2px; }
form .form-row input,
form .form-row textarea { width: 100%; border: 1px solid #d9d9d9; padding: 0.8rem 1.6rem 0.6rem; color: #555555; outline: none; }
form .form-row textarea { height: 100px; resize: none; }
form .form-row input:focus,
form .form-row textarea:focus { border-color: #464545; }
form .form-row .wpcf7-list-item:has(input[type="checkbox"]) { margin: 0; }
form .form-row .wpcf7-list-item:has(input[type="checkbox"]) label { font-size: 12px; line-height: 1.2; display: flex; align-items: flex-start; gap: 1rem; }
form .form-row .wpcf7-list-item:has(input[type="checkbox"]) label input { width: unset; padding: 2px; border-color: #8a8a8a; }
form .form-row .wpcf7-list-item:has(input[type="checkbox"]) label input:checked { border-color: var(--c-red); }
.submit-row { text-align: center; margin-top: 1rem; }
.wpcf7 form .wpcf7-not-valid-tip { font-size: 12px; }
.wpcf7 form .wpcf7-response-output { font-size: 12px; margin: 5px 0 0 0; padding: 5px 10px; }
.quick_buy_sent { font-size: 2rem; line-height: 1.2; text-align: center; }
.popup_lity .lity-close {
	right: 5px;
	top: 5px;
}
.popup_lity .lity-close span {
	display: block;
	color: #000;
}
.popup_lity .lity-close:hover span {
	color: #555;
}
/* Quick Buy */

/* Product filter styles */
.widget-woof .woof_container {
	background: var(--c-white);
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget-woof .woof_container:not(:first-child) {
	/*border-top: 2px solid #ececec;*/
}
.widget-woof .woof_container h4 {
	font-size: 1.4rem;
	color: var(--c-gray);
	font-weight: 300;
	padding: 0.95rem 1.6rem;
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
}
.widget-woof .woof_container h4:after {
	content: '';
	fill: #E0E0E0;
	stroke: #E0E0E0;
	min-width: 1.2rem;
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: #E0E0E0;
	-webkit-mask-image: url(images/icons/icon-chevron-bold--d.svg);
	mask-image: url(images/icons/icon-chevron-bold--d.svg);
	transition: all 0.3s ease-in-out;
	position: absolute;
	right: 12px;
	top: 13px;
}
.widget-woof .woof_container.open h4:after {
	transform: rotate(180deg);
	fill: #515151;
	stroke: #515151;
	background-color: #515151;
}
.widget-woof .woof_container .woof_block_html_items {
	padding: 0 4rem 0 4rem;
}
.widget-woof .woof_container .woof_block_html_items ul {
	position: relative;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
	overflow-y: auto;
	padding: 0.45rem 0 2rem 0;
}
.widget-woof .woof_container:not(:has(h4)) .woof_block_html_items ul {
	padding-top: 2rem;
}
.widget-woof .woof_container .woof_block_html_items ul li {
	display: flex;
	/*align-items: center;*/
	align-items: baseline;
	gap: 3px;
}
.widget-woof .woof_container .woof_block_html_items ul li:has(.woof_childs_list) {
	flex-wrap: wrap;
}
.widget-woof .woof_container .woof_block_html_items ul li .woof_checkbox_label {
	flex: 1;
}
.widget-woof .woof_container .woof_block_html_items ul li .woof_childs_list {
	width: 100%;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.widget-woof .woof_container .woof_block_html_items .icheckbox_square-red {
	width: 1.4rem;
	height: 1.4rem;
	border: 1px solid #8a8a8a;
	margin-top: 0;
}
.widget-woof .woof_container .woof_block_html_items .icheckbox_square-red.checked { background-position: -52px -4px; }
.woof_redraw_zone {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.widget-woof .woof_container {
	background: #f5f5f5;
}

.widget-woof .woof_container .woof_block_html_items ul label { font-size: 1.4rem; color: #000; font-weight: 300; padding: 0; }
.disable-filters.btn.woof_reset_search_form { width: 100%; color: #828282; }
.disable-filters.btn.woof_reset_search_form .icon { --i-size: 1.8rem; }

.woof_submit_search_form_container { display: none; }
.widget-woof:not(:has(input[type="checkbox"]:checked)) .disable-filters { display: none; }

.plainoverlay { opacity: 0.2 !important; /*background-color: transparent !important;*/ }
#woof_svg_load_container img { display: none !important; }
#woof_svg_load_container {
	background-color: none;
	background-image: url('/wp-content/uploads/2025/08/loading3.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 64px 64px;
}

#woof_results_by_ajax,
.woof_shortcode_output { display: flex; flex-direction: column; }
#woof_results_by_ajax .woof_products_top_panel_content { order: 1; }
#woof_results_by_ajax .woocommerce-notices-wrapper { order: 2; }
#woof_results_by_ajax .woof_products_top_panel { order: 4; margin-top: 0; margin-bottom: 3rem; overflow: visible; }
#woof_results_by_ajax .cl_sort { order: 3; margin-bottom: 3.2rem; display: flex; justify-content: space-between; }
#woof_results_by_ajax .cl_items { order: 5; }
#woof_results_by_ajax .woocommerce-pagination { order: 6; margin-top: 50px; }
#woof_results_by_ajax .yith-infs-loader { order: 7; margin-top: 3rem; }
.woof_products_top_panel_ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.woof_products_top_panel_ul > li > ul > li {
	font-size: 12px;
	background: #F59B00;
	height: 32px;
	border-radius: 20px;
	margin-right: 0 !important;
	padding: 0 15px;
}
.woof_products_top_panel_ul > li > ul > li:first-child {
	background: transparent;
}
.woof_products_top_panel_ul > li:has(.woof_reset_button_2) {
	background: none;
	padding: 0;
	order: 100;
}
.woof_products_top_panel_ul > li button.woof_reset_button_2 {
	height: 32px;
	background: #515151;
	border-radius: 20px;
	outline: none;
	border: 0;
	padding: 0 15px;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: 0.3s;
	cursor: pointer;
}
.woof_products_top_panel_ul > li button.woof_reset_button_2:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.89551 4.20435L10.7288 10.0377M4.89551 10.0377L10.7288 4.20435' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}
.woof_products_top_panel_ul > li button.woof_reset_button_2:hover { opacity: 0.8; }
.woof_products_top_panel_ul li ul { display: flex; gap: 8px; flex-wrap: wrap; }
.woof_products_top_panel_ul li ul li { margin-right: 0 !important; }
.woof_products_top_panel_ul li ul li a,
.woof_products_top_panel_ul li a span i { font-weight: 700; }
.woof_products_top_panel_ul li a .woof_remove_ppi { background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5835 4.08325L10.4168 9.91659M4.5835 9.91659L10.4168 4.08325' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); transition: 0.3s; }
.woof_products_top_panel_ul li a:hover .woof_remove_ppi { opacity: 0.7; }

.woof {
	opacity: 0;
	animation: showWoof 0s forwards;
	animation-delay: 2s;
}

@keyframes showWoof {
	to { opacity: 1; }
}

.woof_block_html_items {
	overflow: hidden;
	max-height: 0;
	transition: all .3s linear;
}
.woof_container.open .woof_block_html_items {
	max-height: 350px;
	overflow-y: auto;
	opacity: 1;
}

@media (max-width: 767px) {
	#woof_results_by_ajax .cl_sort {
		flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
	}
}

@media (max-width: 500px) {
	.cl_sort p {
		flex-direction: column;
		align-items: flex-start;
	}
	.cl_sort a:nth-child(2) {
    margin-left: 0;
	}
}

/* Product filter styles */

/* Styling checkboxes */
.widget-woof .woof_container .woof_block_html_items ul li input[type="checkbox"] { position: relative;
	width: 1.4rem;
	min-width: 1.4rem;
	height: 1.4rem;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #8a8a8a;
	cursor: pointer;
	transform: translateY(2px);
}
.widget-woof .woof_container .woof_block_html_items ul li input[type="checkbox"]:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0.8rem;
	height: 0.8rem;
	background: var(--c-red);
	opacity: 0;
	transform: scale(0);
	transition: all 0.2s ease-in-out;
}
.widget-woof .woof_container .woof_block_html_items ul li input[type="checkbox"]:checked {
	border-color: var(--c-red);
}
.widget-woof .woof_container .woof_block_html_items ul li input[type="checkbox"]:checked:after {
	transform: scale(1);
	opacity: 1;
}
/* Product filter styles */

/* Products compare */
.header_actions .action-count:empty {
	display: none;
}
.header_actions .action-compare .action-count:not([data-count]),
.header_actions .action-compare .action-count[data-count="0"] {
  display: none;
}
.header_actions .action-compare .action-count[data-count]:not([data-count="0"]) {
  display: block;
}

.action-compare .action-count:after {
	content: attr(data-count);
	display: block;
	background-color: unset;
	color: unset;
	font-size: unset;
	font-weight: unset;
	width: unset;
	height: unset;
	line-height: unset;
	text-align: unset;
	border-radius: unset;
	position: unset;
	top: unset;
	right: unset;
}
div:has(.add-compare) + .woosc-btn { display: none; }
div:has( > .woosc-added) > div > .add-compare { color: var(--c-red); }

.collapse {
  display: none;
  padding: 1rem 0;
}
.collapse.in {
  display: block;
}
.diff-filter > a.botton {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
}
.diff-filter > a.botton.active,
.diff-filter > a.botton:hover {
  background-color: #ccc;
  border: 1px solid white;
}
.compare-val-row > .val.product-info {
  vertical-align: top;
	border: 1px solid #ccc;
	margin: 10px;
	padding: 32px 10px;
}
.compare-val-row > .val.product-info > .name {
  font-size: 1.4rem;
}
.compare-val-row > .val.product-info > .name > a {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-val-row > .val.product-info > .name > a:hover {
  text-decoration: none;
}
.compare-val-row > .val.product-info > .img {
  height: 11rem;
  padding: 1rem 0;
  overflow: visible;
}
.compare-val-row > .val.product-info > .img a {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.compare-val-row > .val.product-info > .img img {
  /* width: 75px; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.compare-val-row > .val.product-info .price {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.compare-val-row > .val.product-info > .buttons .btn {
  --btn-fz: 1.4rem !important;
	--btn-height: 2.25em;
	width: 100%;
	max-width: 14rem !important;
}
.compare-val-row .item-remove.del{
	border: 0;
    background: transparent;
    vertical-align: bottom;
    cursor: pointer;
}

#compareProducts {
  width: 100%;
  overflow-x: auto;
}
#compareScroll {
}

#compareProducts .propgroup {
  margin-top: 10px;
  border-top: 1px solid #d0d2d3;
}
#compareProducts .propgroup > a {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 1rem 2.4rem;
  background: #f9f9f9;
  color: var(--c-gray);
  font-weight: bold;
  text-decoration: none;
}
#compareProducts .propgroup > a h5 {
  margin-bottom: 0;
}
#compareProducts .propgroup > a .icon {
  --i-size: 1.4rem;
  margin-left: auto;
}
#compareProducts .propgroup > a > span {
  /* display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 6px;
  -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: currentColor;
	-webkit-mask-image: url("../../../../images/icons/icon-chevron-bold--d.svg");
    mask-image: url("../../../../images/icons/icon-chevron-bold--d.svg"); */
  /* background: url("/bitrix/templates/shop_miele/img/arrowTRight.gif") 50% 50%
    no-repeat; */
  /* transform: rotate(90deg); */
}

#compareProducts .propgroup > a.collapsed > span {
  transform: rotate(0deg);
}

#compareScroll {
  /* width: auto !important; */
  min-width: 100%;
}
.compare-val-row {
  /* padding: 0.5rem 2.4rem; */
  display: flex;
}
.fix-slide-bug-in-propgroup .compare-val-row > .name {
	background: #fff;
}
.fix-slide-bug-in-propgroup > .compare-val-row:nth-child(2n) {
  background-color: #f9f9f9;
}
.fix-slide-bug-in-propgroup > .compare-val-row:nth-child(2n) .name {
	background-color: #f9f9f9;
}
.compare-val-row > .name {
  width: 15rem;
}
.compare-val-row > .name,
.compare-val-row > .val {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4rem;
  font-weight: 300;
  vertical-align: middle;
  padding: 0.5rem 0.25rem;
}
.compare-val-row > .name:first-child,
.compare-val-row > .val:first-child {
	padding-left: 2.4rem;

}
.compare-val-row > .name:last-child,
.compare-val-row > .val:last-child {
	padding-right: 2.4rem;
}
.compare-val-row > .name {
  width: 180px;
  margin-left: 0px;
}
.compare-val-row > .val {
  text-align: center;
  overflow: hidden;
  width: 15rem;
}
.compare-val-row > .val:last-child {
	width: 17.4rem;
}
@media (min-width: 992px) {
  .compare-val-row > .val {
    width: calc((var(--container) - 15rem) / 4);
  }
  .compare-val-row > .val:last-child {
    width: calc((var(--container) - 15rem) / 4 + 2.4rem);
  }
}
.fix-slide-bug-in-propgroup .compare-val-row {
	padding: 0;
}
.fix-slide-bug-in-propgroup .compare-val-row > .name,
.fix-slide-bug-in-propgroup .compare-val-row > .val {
  font-size: 1.4rem;
}
.fix-slide-bug-in-propgroup .compare-val-row > .name {
	position: sticky;
	left: 0;
	z-index: 1;
}

.woosc-area.woosc-area-open-table .woosc-inner .woosc-bar {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	pointer-events: all;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
	display: none;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter select {
	outline: none;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter select option {
	background: rgb(41, 42, 48);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
	max-width: 150px;
	max-height: 150px;
	object-fit: contain;
}
.woosc_table tbody tr.tr-add_to_cart td .add_to_cart_inline a {
	--btn-color: var(--c-white);
	--btn-bg: var(--c-red);
	--sub-bg: var(--c-white);
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: var(--btn-pd);
	height: var(--btn-height);
	font-size: var(--btn-fz);
	background: var(--btn-bg);
	color: var(--btn-color);
	border: none;
	text-transform: none;
	text-decoration: none !important;
	border-radius: var(--btn-rd);
	border: 2px solid var(--btn-bg);
	transition: all var(--base-ts) ease-in-out;
	line-height: 1.2;
	cursor: pointer;
	overflow: hidden;
}
.woosc_table th {
	text-transform: none !important;
}
.woosc_table th .woosc-remove {
	display: block;
}
/* Products compare */

/* Product sorting styles */
.woof_products_top_panel .woof_products_top_panel_ul li:has(a[data-tax="orderby"]) { display: none; }
.woof_products_top_panel:not(:has(.woof_products_top_panel_ul li > ul)) { display: none !important; }
.cl_sort .desc .icon { transform: rotateZ(180deg); }
/* Product sorting styles */

/* Cart */
.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-sidebar {
	position: sticky;
	top: 100px;
	height: max-content;
}
/*.product-card .btn.add_to_cart_button {
	border-top-right-radius: var(--btn-rd) !important;
	border-bottom-right-radius: var(--btn-rd) !important;
}*/
.added_to_cart.wc-forward {
	display: none !important;
}

/*.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, 
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
	margin-bottom: 4px;
}
.wc-block-cart-items__header,
.wc-block-cart .wc-block-cart__totals-title {
	font-size: 1.4rem !important;
	color: #8a8a8a !important;
	text-transform: capitalize !important;
	font-weight: 400 !important;
}
.wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 1.4rem;
	color: var(--c-red);
	font-weight: 700;
	margin-bottom: 4px;
}
.wc-block-cart-items__row .wc-block-cart-item__prices,
.wc-block-cart-items__row .wc-block-components-product-price {
	font-size: 1.4rem;
}
.wc-block-cart__submit-container .wp-element-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: var(--btn-pd);
	height: var(--btn-height);
	font-size: var(--btn-fz);
	background: var(--c-red);
	color: var(--c-white);
	border: none;
	text-transform: none;
	text-decoration: none !important;
	border-radius: var(--btn-rd);
	border: 2px solid var(--btn-bg);
	transition: all var(--base-ts) ease-in-out;
	line-height: 1.2;
	cursor: pointer;
	overflow: hidden;
}
.wc-block-cart__submit-container .wp-element-button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity var(--base-ts) ease-in-out;
}
.wc-block-cart__submit-container .wp-element-button:hover:before {
	opacity: 1;
}

.wp-block-woocommerce-cart.is-loading,
.wp-block-woocommerce-cart.is-resolving {
	visibility: hidden;
	position: relative;
}

.wp-block-woocommerce-cart.is-loading::before,
.wp-block-woocommerce-cart.is-resolving::before {
	content: "Завантаження кошика...";
	display: block;
	text-align: center;
	padding: 40px 0;
	font-size: 18px;
	color: #333;
}*/

.cc_table-total {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.cc_table-total .cart_coupon {
	font-size: 16px;
	max-width: 60%;
}
.cc_table-total .coupon {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.cc_table-total .coupon input {
	padding: 5px;
}
.cc_table-total .coupon input:focus {
	outline: none;
}
.cc_table-total .coupon button {
	height: 40px;
	border-radius: 20px;
}
.cc_table-total .coupon-error-notice {
	width: 100%;
	text-align: left;
}

/* Cart */

/* Checkout */
.sc_text .wp-block-woocommerce-checkout {
	padding-top: 0;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	border: 1px solid hsla(0, 0%, 7%, .11);
	border-radius: 5px;
	box-sizing: border-box;
	padding-top: 10px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block > *,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block h2.wc-block-cart__totals-title {
	padding-left: 16px;
	padding-right: 16px;
}
.wc-block-checkout .wc-block-components-product-metadata .wc-block-components-product-metadata__description p {
	word-break: break-all;
}

.woocommerce-checkout .hero h1 {
	color: #1E1E1E;
}
.checkout_wrapper .col-2 {
	position: sticky;
	top: 80px;
}

.miele-thankyou-wrapper .checkout_wrapper .woocommerce{
    display: flex;
    flex-direction: column;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    align-content: center;
}

.miele-thankyou-wrapper .checkout_wrapper .woocommerce table{
       text-align: left !important;
}


.checkout_wrapper .woocommerce input#submit_ecommerceconnect_payment_form {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: var(--new-second-family);
    font-weight: 700;
    font-size: 13px;
    line-height: 154%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1e1e1e;
    border-radius: 9999px;
    border: 0 !important;
    padding: 4px 20px;
    min-height: 44px;
    background-color: #f59b00;
    transition: opacity 0.2s ease;
    margin-bottom: 20px;

}

.checkout_wrapper .woocommerce input#submit_ecommerceconnect_payment_form:hover {
		opacity: 0.8;
		text-decoration: none;
	}

#ecommerceconnect_payment_form a.btn-black {
   display:none;
}

label[for="pickup_point"] {
	display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	background: #fff;
}
.woocommerce form.woocommerce-form-coupon {
	background: #fff;
	border-radius: 0;
}
form.woocommerce-form-coupon p {
	margin-bottom: 0 !important;
	padding: 0 !important;
}
form.woocommerce-form-coupon .form-row .input-text {
	border: 1px solid #D9D9D9;
	border-radius: 0;
	padding: 8px 15px;
	color: #515151;
	line-height: 22px;
	height: 42px;
}

.woocommerce form.checkout .form-row {
	gap: 0;
}

.woocommerce form.checkout h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 23px;
}
.order_review_heading_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
}
.woocommerce form.checkout h3#order_review_heading {
	margin-bottom: 0;
}
.order_review_heading_wrapper a {
	font-weight: 400;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.order_review_heading_wrapper {
		margin-top: 30px;
	}
}

.order_review_heading_wrapper a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.woocommerce form.checkout h3.checkout-payment-title {
	color: #000;
	margin-top: 25px;
	margin-bottom: 20px;
}
.woocommerce form.checkout .form-row {
	padding: 0;
	margin: 0;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper > * {
	width: 100%;
}
form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
	/*width: calc(50% - 7px);*/
	width: 100%;
}
.woocommerce form.checkout input[type="text"],
.woocommerce form.checkout input[type="email"],
.woocommerce form.checkout input[type="tel"],
.woocommerce form.checkout select,
.woocommerce form.checkout .select2-container .select2-selection {
	border: 1px solid #D9D9D9;
	border-radius: 0;
	padding: 8px 15px;
	color: #515151;
	line-height: 22px;
}
.woocommerce form.checkout .select2-container .select2-selection {
	padding: 2px 15px;
}
.select2-container.select2-container--open .select2-dropdown--below {
	border-color: #D9D9D9;
	border-radius: 0;
}
#payment {
	margin-bottom: 20px;
}
form.checkout .checkbox {
	gap: 7px;
	line-height: 1;
}
form.checkout input[type=radio] {
	margin-right: 5px;
}
.form-row .checkbox {
	display: flex !important;
	gap: 7px !important;
	line-height: 1 !important;
}
.form-row .checkbox input[type="checkbox"] {
	width: 1.4rem;
	height: 1.4rem;
	padding: 0;
}

.woocommerce-shipping-totals {
	margin-top: 30px;
}

.checkout_table_head {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #8A8A8A;
	margin-bottom: 11px;
	padding: 0 15px;
}
.checkout_table_head .product-name {
	
}
.checkout_table_head .product-total {
	width: 85px;
}
.woocommerce-checkout-review-order-table .cart_items {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 22px;
}
.woocommerce-checkout-review-order-table .cart_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background: rgba(255, 255, 255, 0.9);
	padding: 13px;
}
.woocommerce-checkout-review-order-table .product-name {
	display: flex;
	align-items: center;
	width: calc(100% - 120px);
	justify-content: space-between;
	gap: 5px;
}
.woocommerce-checkout-review-order-table .checkout-item-with-image {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}
.woocommerce-checkout-review-order-table .product-name_string {
	font-size: 14px;
	color: #8C0014;
	font-weight: 600;
}
.woocommerce-checkout-review-order-table .product-quantity {
	font-weight: 400 !important;
	width: 35px;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
	width: 85px;
	font-size: 1.6rem;
	direction: rtl;
	text-align: left;
}
.woocommerce-checkout-review-order-table .cart_item .product-total:has(.miele-sale-price) {
	
}
.woocommerce-checkout-review-order-table .cart_item .product-total .miele-original-price {
	font-size: 1.1rem;
	font-weight: 300;
	color: #C7C7C7;
	text-align: right;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}
.woocommerce-checkout-review-order-table .cart_item .product-total .miele-sale-price {
	color: var(--c-red);
	font-weight: 700;
	text-decoration: none;
	text-align: right;
	width: 100%;
	display: inline-block;
}
.checkout_table_totals {
	margin-top: 28px;
}
.checkout_table_totals h3 {
	color: #000;
}
.totals_inner {
	padding: 0 35px 0 20px;
}
.total_single_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.tsr_title {
	color: #333;
}
.tsr_value {
	width: 100px;
	display: flex;
	justify-content: flex-end;
}
.total_single_row.order-total {
	font-weight: 700;
	margin-top: 30px;
}
.checkout-place-order-button-right {
	padding-top: 33px;
	margin-top: 18px;
	border-top: 1px solid #D9D9D9;
	text-align: right;
}

#billing_country_field {
	display: none;
}

.woocommerce-form-coupon-toggle {
	display:none;
}
.woocommerce-message[role="alert"] {
	display: none;
}
.woocommerce-edit-address .woocommerce-message[role="alert"] {
	display: block;
}
.checkout_coupon-block .coupon-form {
	background: #fff;
	padding: 20px 25px;
	display: flex;
	gap: 18px;
}
.checkout_coupon-block .coupon-form > div {
	flex: 1;
}
.checkout_coupon-block .coupon-input-field input {
	width: 100%;
}
.checkout_coupon-block .coupon-input-field input:focus {
	outline: none;
}
.checkout_coupon-block .coupon-submit-field button {
	width: auto;
	font-family: var(--new-second-family);
	font-weight: 700;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 9999px;
	min-height: 40px;
	transition: all var(--base-ts) ease-in-out;
	padding: 0 3em;
	color: #1e1e1e;
	background-color: #C7C7C7;
}
.checkout_coupon-block .coupon-submit-field button:hover {
	background-color: #eae8e5;
}
.coupon-form_message {
	font-size: 14px;
	color: #8C0014;
	line-height: 1;
	margin-top: 5px;
}
.coupon-form_message:empty {
	margin-top: 0;
}

.order_additional_info {
	margin-top: 5rem;
}
.woocommerce ul.order_details {
	margin-top: 4rem;
	padding-left: 0;
	display: none;
}
.woocommerce ul.order_details strong {
	margin-top: 1rem;
}
/* Checkout */

.cart-popup_content {
	text-align: center;
}
.cp_buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
}
.cp_buttons .btn {
	line-height: 1;
}
.cp_buttons .popup_cart_btn {
	background-color: #eae8e5;
	border: 0 !important;
}
.cp_buttons .popup_cart_btn:hover {
	color: #1e1e1e;
	background-color: #eae8e5;
	opacity: 1;
}

#cart-popup .popup-close-btn {
	width: 1.6rem;
	height: 1.6rem;
	top: 1rem;
	right: 1rem;
}
#cart-popup .popup-close-btn .icon {
	--i-size: 1.6rem;
}

.btn.adding {
	position: relative;
	opacity: 0.7;
	pointer-events: none;
}

.btn.adding::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.product .extra .item_title {
	width: 40%;
}

.no_crossell {
	padding: 5% 10px;
	text-align: center;
}

.product-card_info .tag {
	margin-right: 5px;
}
.tag.tag_black {
	background-color: #333;
}

.product_info .product_info-top {
	flex-wrap: wrap;
	gap: 5px;
}

.promo_content {
	padding-top: 30px;
}
p img.aligncenter {
	display: block;
	margin: 0 auto;
}

.product_about .sc .sc_text {
	max-width: unset;
}
.product_about .sc .row:nth-child(2n) {
	flex-direction: row;
}
.section-rich_text:not(.bg_white) .about .row {
	background-color: #ffffff;
}
.about .row:last-child > div {
	margin-bottom: 0;
}
.product_about .row:nth-child(2n) .sc_text {
	padding-bottom: 3rem;
}
.sc.about {
	--sc-pd: 8rem 0;
}
.about .row:last-child {
	margin-bottom: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: var(--c-red) !important;
}

.table-row.table-header .table-cell {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #fff;
}
.table-cell .buttons {
	margin-top: auto;
}

.promo_filters {
	margin-bottom: 3rem;
}
ul.promo_filter_items {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	padding-left: 0;
}
ul.promo_filter_items li {
	list-style-type: none;
}
a.promo_filter_item {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	gap: 12px;
	align-items: center;
	height: 32px;
	background: #C5C5C5;
	border-radius: 20px;
	padding: 0 15px;
	transition: 0.3s;
}
a.promo_filter_item.active {
	background: #F59B00;
}
a.promo_filter_item:hover {
	text-decoration: none;
	opacity: 0.7;
}
a.promo_filter_item:after {
	content: '';
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5835 4.08325L10.4168 9.91659M4.5835 9.91659L10.4168 4.08325' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	transition: 0.3s;
	display: none;
}
a.promo_filter_item.active:after {
	display: inline-block;
}

.product-tabs_body:not(:has(#t1 .accordion .accordion-item)):not(:has(.section-rich_text)):not(.section-rich_text):not(.section-video_slider) { display: none; }
.section-video_slider .swiper-slide { opacity: 0; transition: opacity 0.3s ease-in-out; }
.section-video_slider .swiper-slide.swiper-slide-active { opacity: 1; }
.product .section-video_slider .swiper-container { overflow: visible; }
.product .section-video_slider .swiper-button-prev { left: -5rem; background: unset; }
.product .section-video_slider .swiper-button-next { right: -5rem; background: unset; }
.product .section-video_slider .swiper-button-prev:hover,
.product .section-video_slider .swiper-button-next:hover { background: unset; }
.product .section-video_slider .swiper-button-prev span,
.product .section-video_slider .swiper-button-next span { color: #333; width: 25px; height: 30px; }
.section-video_slider .icon-play-1 {
	--i-size: 7.4rem !important;
	-webkit-mask-image: url(images/icons/video_play.svg);
	mask-image: url(images/icons/video_play.svg);
	color: #333 !important;
}
.section-video_slider .icon-play-1:hover {
	color: #fff !important;
}
.section-video_slider .play_video {
	width: 74px;
	height: 74px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	opacity: 0.9;
	transition: 0.3s;
}
.section-video_slider .play_video:hover {
	transform: scale(1.1);
	transform-origin: center center;
}

.product-tabs_body + .product-tabs_body.section-rich_text,
.cross_sell-section + .product-tabs_body.section-rich_text { padding-top: 0; }
.product-tabs_body .grid-section .row { align-items: stretch; }

/* Live search */
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-info .wpcas-product-name a {
	font-family: Arial, sans-serif;
	color: #000;
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-info .wpcas-product-price {
	font-family: Arial, sans-serif;
	color: var(--c-red);
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .woosc-btn {
	mask-image: url(images/icons/icon-compare.svg);
	color: #515151;
	width: 24px;
	height: 15px;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .woosc-btn.woosc-btn-added {
	color: var(--c-red);
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .woosc-btn:before {
	display: none;
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .atc-btn .add_to_cart_inline {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .atc-btn .add_to_cart_inline .btn {
	mask-image: url(images/icons/icon-cart.svg);
	color: #515151;
	width: 18px;
	height: 18px;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	background-color: currentColor;
	display: inline-block;
	border: 0;
	font-size: unset;
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .atc-btn .add_to_cart_inline .btn:hover {
	color: var(--c-red);
	text-decoration: none;
}
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .atc-btn .add_to_cart_inline .btn:before,
.wpcas-area .wpcas-area-mid .wpcas-product-inner .wpcas-product-actions .atc-btn .add_to_cart_inline .btn span {
	display: none;
}
.wpcas-overlay {
	z-index: 9900;
}
.wpcas-area {
	z-index: 9901;
}
/* Live search */

/* Header fix */
.content {
	padding-top: 12rem;
}
.content:before {
	height: 12rem;
}

@media (min-width: 992px) {
	.scrolled .header .header_block--bottom {
		position: absolute;
		width: 100%;
	}
}
/* Header fix */

.woocommerce-message,
.woocommerce-info {
	border-top-color: var(--c-red);
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--c-red);
}

/* Cart and Checkout preloader */
.woocommerce .blockUI::before,
.woocommerce .blockUI.blockMsg,
.woocommerce .blockUI.blockMsg::before,
.woocommerce .blockUI.blockMsg::after {
	display: none !important;
}
.woocommerce .blockUI.blockOverlay {
	background: rgba(255,255,255,0.7) !important;
	position: absolute !important;
}
.woocommerce .blockUI.blockOverlay::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	background: url('/wp-content/uploads/2025/08/loading3.gif') no-repeat center center;
	background-size: contain;
}
/* Cart and Checkout preloader */

.widget-woof {
	opacity: 0;
	transition: opacity 0.3s ease;
	overflow-y: auto;
}
.widget-woof.visible {
	opacity: 1;
}
.filters-close.filters-close_btn {
	height: 50px;
	background: #f5f5f5;
}
.filters-close.filters-close_btn .popup-close-btn {
	left: 12px;
	right: unset;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
}
.filters-close.filters-close_btn .popup-close-btn .icon {
	--i-size: 2rem;
}
body:has(#wpadminbar) .filters-close.filters-close_btn {
	margin-top: 46px;
}

/* Product page redisign */
.product-main {
	/*background: #fff;*/
	background: #f1f1f1;
}
.product-row {
	padding: 0;
}
.product_slider {
	flex-wrap: wrap;
}
.product_slider .thumbs-slider {
	width: 100%;
	order: 2;
	margin-top: 2rem;
	margin-right: 0;
}
.product_slider .thumbs-slider .swiper-slide {
	/*background: #ECE9E9;*/
	background: #ffffff;
	border-radius: 0;
}
.product_slider .thumbs-slider .swiper-button-prev {
	top: 0;
	right: auto;
	height: 100%;
	width: 2rem;
	border-radius: 4px 0 0 4px;
	background: rgba(81, 81, 81, 0.5);
	/*display: none;*/
}
.product_slider .thumbs-slider .swiper-button-prev .icon {
	transform: rotate(0deg);
}
.product_slider .thumbs-slider .swiper-button-next {
	top: 0;
	left: auto;
	height: 100%;
	width: 2rem;
	border-radius: 0 4px 4px 0;
	background: rgba(81, 81, 81, 0.5);
	/*display: none;*/
}
.product_slider .thumbs-slider .swiper-button-next .icon {
	transform: rotate(0deg);
}
.product_slider .main-slider .swiper-button:hover,
.product_slider .thumbs-slider .swiper-button:hover {
	background: rgba(170, 170, 170, .8);
}
.product_slider .main-slider {
	width: 100%;
	max-width: 100%;
	order: 1;
	/*background: #EFEFEF;*/
	background: #ffffff;
	border-radius: 0;
}
.product_slider .main-slider .action-3d {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 11px;
	width: 68px;
	padding: 12px 11px;
	border: 0;
	font-size: 9px;
	color: #515151;
	font-weight: 700;
	text-transform: uppercase;
}
.product_slider .main-slider .action-3d .icon {
	width: 24px;
	height: 26px;
}

.product_info {
	max-width: 41rem;
}
.product_info-top .tag {
	background-color: rgba(81, 81, 81, 1);
}
.product_info-top .action.add-compare {
	padding: 0;
	background-color: unset;
	color: #515151;
}
div:has( > .woosc-added) .product_info-top .action.add-compare {
	color: var(--c-red);
}
.product_info-middle h1 {
	margin-bottom: 22px;
	margin-bottom: 2rem;
}
.product_info-middle .available {
	width: 100%;
	padding-bottom: 24px;
	margin-bottom: 0;
	color: #000;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 17px;
}
.available_inner {
	display: flex;
	align-items: center;
	background-color: rgba(38, 201, 103, 0.1);
	padding: 8px 18px 8px 14px;
	border-radius: 50px;
}
.available.false .available_inner {
	background-color: #d0d0d0;
}
.backorder .available_inner {
	background-color: rgba(245, 155, 0, 0.1);
}
.product_info-middle .available_inner .icon {
	width: 16px;
	height: 16px;
}
.product_info-middle .available_inner .text {
	font-size: 14px;
	/*transform: translateY(2px);*/
}
.available_date {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #E5E5E5;
	padding: 8px 18px 8px 14px;
	border-radius: 50px;
}
.available_date .text {
	font-size: 12px;
	/*transform: translateY(2px);*/
}
.available_date_in_card {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 15px;
}
.available_date_in_card .text {
	font-size: 10px;
	color: #4F4F4F;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}

.product_short_desc {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 24px;
	margin-bottom: 0 !important;
}
.product_info-middle .art {
	width: 100%;
	display: flex;
	gap: 15%;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 0;
}
.product_info-middle .energy_efficiency {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-bottom: 0;
}
.product_info-middle .energy_efficiency .go_to_docs {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
}
.product_info-middle .energy_efficiency .energy_label {
	padding-right: 2rem;
}
.product_info-middle .energy_efficiency img {
	vertical-align: top;
	width: auto;
	height: 34px;
}
.product_info-middle .product-card-price {
	font-size: 2.8rem;
	color: #000;
	font-weight: 400;
	padding-top: 24px;
}
.product_info-middle .product-card-price .old {
	font-size: 2.8rem;
	text-decoration: line-through;
	margin-right: 30px;
}
.product_info-bottom {
	display: flex;
	flex-wrap: wrap;
	column-gap: 14px;
}
.product_info-bottom button.btn {
	width: auto;
	padding: 0 3em;
}
.product_info-bottom button.btn > *:not(:last-child) {
	margin-right: 0;
}
.product_info-bottom .terms {
	justify-content: flex-start;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	width: auto;
}
.product_info-bottom .terms .icon {
	margin-right: 5px;
}
.product_info-bottom .btn {
	font-family: var(--new-second-family);
	font-weight: 700;
	font-size: 13px;
	line-height: 154%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1e1e1e;
	border-radius: 9999px;
	padding: 4px 20px;
	min-height: 44px;
	transition: all var(--base-ts) ease-in-out;
}
.product_info-bottom .btn.bordered {
	background-color: #eae8e5;
	border: 0 !important;
}
.product_info-bottom .btn.bordered:hover {
	color: #1e1e1e;
	background-color: #eae8e5;
}
.credit_wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.credit_wrapper .miele-credit-button-wrapper {
	margin: 0;
}
.credit_row {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.credit_icons {
	display: flex;
	gap: 22px;
	align-items: center;
}

.product-tabs_body {
	padding-top: 5rem;
}
.pcs_title {
	font-size: 3.2rem;
	/*font-weight: 400;*/
	font-weight: 700;
	text-align: center;
	margin-bottom: 5rem;
}
.product .accordion {
	max-width: 750px;
	margin: 0 auto;
}
.product .accordion-item:first-child {
	border-top: 1px solid #d0d2d3;
}

.section-rich_text {
	background-color: #f6f5f4;
}
.section-rich_text.bg_white {
	background-color: #ffffff;
}
.section-rich_text .news_info:after {
	width: 150vw;
	transform: translateX(-50vw);
	background: linear-gradient(360deg, #f6f5f4 0%, rgba(51, 51, 51, 0) 100%);
}

.product_documents {
	padding: 6rem 0;
}
.all_documents {
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 34px 30px;
	justify-content: center;
}
.single_document {
	max-width: calc(50% - 15px);
}
.single_document a {
	display: flex;
	gap: 38px;
	background-color: #F9F9F9;
	border-width: 0.5px;
	padding: 23px 29px;
	border: 1px solid #F9F9F9;
	transition: all 0.3s ease-in-out;
}
.single_document a .icon {
	color: #464545;
	margin-top: 8px;
}
.single_document a .text {
	font-size: 18px;
	color: #000;
}
.single_document a .text small {
	font-size: 12px;
	color: #71717A;
}
.single_document a:hover {
	border-color: #d9d9d9;
	text-decoration: none;
}

.news_info_h .news_info-text {
	height: 75rem;
}

.section-video_slider {
	padding-top: 4rem;
}
.section-video_slider .video_slider {
	max-width: 750px;
	margin: 0 auto;
}
.section-video_slider .video_slider .swiper-pagination {
	margin-top: 5rem;
}

@media (max-width: 767px) {
	.product_info {
		max-width: unset;
    margin-top: 5rem;
	}
	.single_document {
		max-width: unset;
	}
}
/* END Product page redisign */

/* Catalog page redisign */
.product-card {
	/*padding: 0;
	background: #fff;*/
}
.product-card_image {
	padding: 20px 15px;
	background-color: #EFEFEF;
	margin-bottom: 0;
}
.product-card_image > a {
	display: inline-flex;
}
.product_tags {
	display: flex;
	gap: 7px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 10;
}
.product_tags .tag {
	background: #515151;
	margin-bottom: 0;
}
.product-card_info {
	/*padding: 20px 15px 0;*/
}
.product-card_info h6 {
	font-weight: 400;
}
.product-card_extra {
	/*padding: 0 15px 20px;*/
}
.product-card .available {
	margin-bottom: 15px;
}
.product-card .product-card-price,
.product_card_price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 10px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 15px;
}
.product_card_price {
	flex-direction: row;
	justify-content: flex-start;
}
.product-card .product-card-price .old,
.product_card_price del {
	opacity: 0.5;
}
.product_card_price ins {
	text-decoration: none;
}
/* END Catalog page redisign */

/* Disable default woocommerce styles */
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: unset;
}
/* Disable default woocommerce styles */

.acc-orders_table:has(+ .acc-orders_detail) {
	margin-bottom: 0;
}

.orders_status_links {
	margin-bottom: 30px;
}
.osl_wrapper {
	display: flex;
	align-items: center;
	gap: 34px;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 130%;
}
.osl_wrapper a:hover {
	color: var(--c-red);
	text-decoration: none;
}
.osl_wrapper .active {
	color: var(--c-red);
}

div.prd {
	color: #000;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
	display: flex;
	gap: 5px;
	flex-direction: column;
	color: var(--c-red);
}
.single-product .woocommerce-notices-wrapper ul.woocommerce-error {
	flex-direction: row;
	margin-bottom: 0;
	gap: 10px;
}
.cc-cart .woocommerce-notices-wrapper ul.woocommerce-error {
	flex-direction: row;
	margin-bottom: 0;
	padding-left: 2.5rem;
}
.cc-cart .woocommerce-notices-wrapper div.woocommerce-info {
	margin-bottom: 0;
}
.woocommerce-notices-wrapper ul.woocommerce-error:before {
	position: relative;
	top: 0;
	left: 0;
}

.row:has(.no_siblings_category):not(:has(.woof_container)) .filters-side,
.row:has(.no_siblings_category):has(.no_filters) .filters-side {
	display: none;
}
.row:has(.no_siblings_category):not(:has(.woof_container)) .items-side,
.row:has(.no_siblings_category):has(.no_filters) .items-side {
	width: 100%;
}

@media (min-width: 992px) {
	.tax-product_cat .row:not(:has(.no_siblings_category)) .products-slider__wrapper,
	.tax-product_cat .row:not(:has(.no_filters)) .products-slider__wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	.archive .row:not(:has(.no_siblings_category)) .products-slider__wrapper,
	.archive .row:not(:has(.no_filters)) .products-slider__wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

.tax-product_cat .cl,
.archive .cl {
	background: #fff;
	padding-top: 6rem;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	/*width: 100%;
	font: none !important;*/
}

.woocommerce form .form-row .required {
	color: var(--c-red);
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty {
	display: none;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
	color: var(--c-red);
	margin-bottom: 2rem;
}

.woocommerce-Addresses.col2-set {
	display: flex;
}
.woocommerce-Addresses.col2-set > div {
	flex: 1;
}

.header_actions .action:hover {
	text-decoration: none;
}

.tinv-wishlist .tinv-modal .tinvwl-buttons-group .btn .text {
	gap: 5px;
}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group .btn.to_wishlist {
	margin-bottom: 15px;
}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group .btn .inner_text {
	transform: translateY(2px);
}

.image picture {
	align-items: center;
	justify-content: center;
}
.image.default_image picture img {
	/*max-width: 300px;
	max-height: 300px;*/
}

.cross_sell-section {
	background-color: #F9F9F9;
	padding: 6rem 0 4rem;
}
.product .swiper-container.products-slider_slider {
	overflow: visible;
}
.products-slider_slider .product-card {
	height: auto;
}

.checkout-otp-form-login {
	border: 1px solid #cfc8d8;
	padding: 20px;
	max-width: 500px;
	margin: 2em auto;
	text-align: left;
	border-radius: 5px;
}
.checkout-otp-form-login .otp_form input[type='text'],
.checkout-otp-form-login .otp_form button { width: 100%; }

.consent_personal_data {
	font-size: 14px;
	color: #515151;
	line-height: 1.5;
	margin-top: 3.5rem;
}
.consent_personal_data a {
	color: #515151;
	text-decoration: underline;
}
.consent_personal_data a:hover {
	text-decoration: none;
}

.sign-in .sign_info {
	display: none;
}
span.required {
	color: var(--c-red);
}
.checkbox_title {
	margin-bottom: 1rem;
}

/* Warranty page */

.hero-warranty {
	background: #EFEFEF;
	padding: 10rem 0;
}
.hero-container-warranty {
	max-width: 1248px;
	margin: 0 auto;
	padding: 0 15px;
}
.hero-row-warranty {
	display: flex;
}
.hero-col-warranty {
	flex: 1;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero-col-warranty img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-text-wrapper {
	padding: 2rem 6rem;
}

.sc-warranty {
	padding: 10rem 0;
}
.sc-warranty .container {
	max-width: 1060px;
}
.sc-warranty .sc_text {
	max-width: 465px;
}
.warranty-calc-column {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
}
.sc-warranty h3 {
	line-height: 1.2;
	margin-bottom: 22px;
}
.sc-warranty h4 {
	font-size: 18px;
}
.sc-warranty li {
	font-size: 14px;
	line-height: 1.8;
}
.sc-warranty h3 + p {
	font-size: 18px;
}
#warrantyForm {
	margin-top: 3.8rem;
}
.warranty-form-price > label,
.warranty-form-term > label {
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.warranty-form-price {
	margin-bottom: 24px;
}
.warranty-form-price input {
	border: 1px solid #D9D9D9;
	padding: 8px;
	width: 80%;
	max-width: 315px;
	height: 48px;
	line-height: 48px;
}
.warranty-form-price input:focus {
	outline: none;
}

.warranty-calc-column .warranty-calc {
	background:#efefef;
	padding: 5rem 4rem;
}

.warranty-years {
  display: flex;
  gap: 25px;
}
.warranty-radio {
  position: relative;
}

.warranty-radio input {
  display: none;
}
.warranty-radio label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /*border: 2px solid #888;*/
  cursor: pointer;
  font-weight: bold;
	color: #000;
  transition: 0.25s;
  user-select: none;
	background: #FFFFFF;
}
.warranty-radio input:checked + label {
  /*border-color: #000;*/
  /*transform: scale(1.08);*/
	background: #d4d4d4;
}
.warranty-radio label:hover {
  border-color: #000;
}

.warranty-form-term {
	margin-bottom: 26px;
}

#warrantyPrice {
	margin-bottom: 30px;
	display: none;
}
#warrantyPrice div {
	font-size: 14px;
}
#warrantyPrice p {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.warranty-faqs {
	margin-top: 4rem;
}
.warranty-faqs h4 {
	margin-bottom: 20px;
}
.warranty-faq {
	border-top: 1px solid #C7C7C7;
	padding: 16px 0;
}
.wf-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	cursor: pointer;
}
.wf-head svg {
	transition: 0.3s;
}
.warranty-faq.active .wf-head svg {
	transform: rotateX(180deg);
}
.warranty-faq h5 {
	font-size: 16px;
	color: #1E1E1E;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 0;
	flex: 1;
}
.wf-content {
	font-size: 14px;
	color: #1E1E1E;
	line-height: 1.4;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}
.wf-content p:not(:last-child) {
	margin-bottom: 10px;
}
.warranty-faq.active .wf-content {
	max-height: 500px;
}
.wf-content p:first-child {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.hero-warranty { padding: 6rem 0; }
	.hero-row-warranty { flex-direction: column; }
	.hero-text-wrapper { padding: 3rem; }
	.sc-warranty { padding: 6rem 0; }
	.sc-warranty .sc_text { max-width: unset; }
	.warranty-calc { text-align: center; }
	.warranty-years { justify-content: center; }
	.warranty-conditions { margin-bottom: 3rem; }
}
/* Warranty page */

.checkout_login_text { text-align: center; }

.product_about .image video { object-fit: cover; }

.filters-side .cl_other-cats {
	display:none !important;
}

html #wpadminbar {
	top: 0;
	position: fixed;
	overflow: hidden;
}