/*!
Theme Name: Winkler
Theme URI: https://them.es/starter
Author: STARS Agency
Author URI: https://starsagency.hu
Description: winkler velux
Version: 3.6.1
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: winkler
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

#main a{
    color: #000;
}

a {
	text-decoration: none !important;
}

#main a:hover{
    text-decoration: none;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
h1.page-title{
    font-size: 26px;
}
.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
}

body {
	font-family: "Montserrat", sans-serif !important;
	color: black !important;
}

#main {
	margin-top: 0 !important;
}

/* HEADER */
#topbar {
	background-color: #65b32e;
	font-weight: 300;
	font-size: 16px;
	color: white;
}

	#topbar-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}

		#topbar .topbar-logo img {
			width: 110px;
			height: auto;
		}

		#topbar .topbar-content {
			justify-content: flex-start;
			align-items: center;
			gap: 60px;
  			/* padding-left: 40px; */
		}

			#topbar .topbar-content p {
				margin: 0;
			}

			#topbar .topbar-content a {
				margin: 0;
				text-decoration: none;
				color: white;
			}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 16px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin: 0 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-size: 13px;
	line-height: 28px;
}

.mega-sub-menu {
  width: 295px !important;
}

#mega-menu-item-9 .mega-sub-menu {
  width: 275px !important;
}

#mega-menu-item-20184 .mega-sub-menu {
  width: 150px !important;
}

#mega-menu-item-10 .mega-sub-menu {
  width: 375px !important;
}

#mega-menu-item-7834 .mega-sub-menu {
  width: 305px !important;
}

.kosar-popup-piros {
  background-color: #FFDEDF;
  color: #000;
  padding: 10px;
  border: 1px solid #ff8c8c;
  border-radius: 5px;
  margin-bottom: 20px;
}

.kosar-popup-piros a {
  color: #000;
  background-color: white;
  padding: 10px;
}

.kosar-popup-sarga {
  background-color: #FFE8C0;
  color: #000;
  padding: 10px;
  border: 1px solid #ffd990;
  border-radius: 4px;
  margin-bottom: 15px;
}

.kosar-popup-sarga a {
  color: #000;
  background-color: white;
  padding: 10px;
}

.xcp-btn {
  background-color: red;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

#header {
	position: sticky;
	top: 0;
	z-index: 999;
	width: 100%;
	padding: 28px 0;
	border-bottom: 4px solid #eceff1;
	background-color: white !important;
}

	#header img {
		width: 110px;
		height: auto;
	}

	#header .navbar-nav {
		justify-content: space-evenly;
		margin-left: 25px;
		gap: 20px;
	}

		#header .nav-link {
			font-size: 18px;
			font-weight: 500;
			color: black;
		}

	#header .search-bar {
	max-width: 237px !important;
	}

	.dgwt-wcas-search-form {
		max-width: 216px;
	}

		#header .search-form {
		min-width: 100px !important;
		}

		#header .form-control {
			border: 0.5px solid #c1c1c1;
			border-right: 0;
			box-shadow: none;
			border-bottom-left-radius: 20px;
			border-top-left-radius: 20px;
		}

		#header .search-btn {
			border: 0.5px solid #c1c1c1;
			border-left: 0;
			background-color: white;
			border-bottom-right-radius: 20px;
			border-top-right-radius: 20px;
			box-shadow: none;
		}

		#header .searchbar-icon {
			height: 20px;
			width: auto;
		}

	#header .navbar-icons {
		justify-content: space-evenly;
	}
	
		#header .navbar-icons a {
			color: black;
                        text-decoration: none;
		}

		#header .navbar-icons img {
			height: 28px;
			width: auto;
		}

		#header .navbar-icons .letter-icon {
			height: 22px;
			width: auto;
		}

	#header .cart-counter {
		width: 0;
		height: 1px;
		display: inline-block;
	}

		#header .cart-number {
			right: 16px;
			top: -14px;
			position: relative;
			color: white;
			font-size: 12px;
			background-color: red;
			border-radius: 100%;
			padding: 1px 0px 0px;
			width: 20px;
			height: 20px;
			display: block;
			text-align: center;
		}

/* SERVICES */
#services .top-services {
	margin-bottom: 85px;
}

#service1, #service2, #service3, #service4 {
	position: relative;
}

	#service1-inner, #service2-inner, #service3-inner, #service4-inner {
		overflow: hidden;
	}

	#services img {
		transition: transform 0.3s ease;
	}

	#services .services:hover img {
		transform: scale(1.1);
	}

	#services .service-content {
		background-color: rgba(238, 238, 238, 0.7);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px 45px;
		box-sizing: border-box;
		margin-left: calc(var(--bs-gutter-x)*.5);
  		margin-right: calc(var(--bs-gutter-x)*.5);
	}

		#service1 h3 {
			font-size: 26px;
			font-weight: 700;
		}

			#service1 h3 {
				margin-bottom: 10px;
			}

			#service2 h3, #service3 h3, #service4 h3 {
				font-size: 23px;
				font-weight: 700;
				margin-bottom: 0;
			}

		#services .service-content p {
			font-size: 18px;
			font-weight: 400;
			margin-bottom: 0;
		}

		#select-menu {
			display: flex;
			justify-content: space-between;
			gap: 20px;
		}

		#tipus-select, #meret-select {
			width: 50%;
			border-radius: 0;
			border: 1px solid #555;
			font-weight: 500;
			padding: 10px 20px;				
			margin-top: 4px;
		}



			

			#select-menu .form-select {
				border-radius: 0;
				border: 1px solid #555;
				font-weight: 500;
				padding: 10px 20px;
				margin-top: 26px;
				min-width: 280px;
			}

		#services .next-btn {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 7px;
			position: absolute;
			font-size: 16px;
			font-weight: 700;
			text-align: center;
			padding: 10px 0;
			color: white;
			background-color: #003a63;
			left: 0;
			right: 0;
			margin-left: calc(var(--bs-gutter-x)*.5);
  			margin-right: calc(var(--bs-gutter-x)*.5);
			transition: all 0.3s ease;
		}

		#services .next-btn:hover {
			background-color: #0064ac;
            text-decoration: none;
		}

/* FOOTER */

#footer {
	position: relative;
	margin-top: 145px;
}

	#footer-newsletter {
		background-color: #eceff1;
		padding: 80px 0;
	}

		#footer-newsletter .velux-ablak {
			height: 273px;
			width: auto;
		}

		#footer-newsletter .newsletter-letter {
			position: relative;
			left: -65px;
		}

		#footer-newsletter h2 {
			font-size: 36px;
			font-weight: 400;
		}

		#footer-newsletter p {
			font-size: 24px;
			font-weight: 300;
			line-height: 30px;
		}

			#footer #newsletter-signup-form .form-inputs {
				gap: 40px
			}

			#footer #newsletter-signup-form .form-control {
				min-width: 282px;
				border: 1px solid #ccc;
				border-radius: 5px;
				box-shadow: none;
				font-weight: 500;
				padding: 10px 20px;
			}

			#footer #newsletter-signup-form .signup-btn {
				background-color: red;
				box-shadow: none;
				border-radius: 0;
				color: white;
				font-weight: 700;
				padding: 10px 50px;
			}
	
	#footer-google-review {
		padding: 80px 0;
	}

	#footer-also {
		background-color: #eceff1;
		padding: 40px 0;
		text-align: center;
	}

		.footer-also-sor {
			align-items: center;
		}

		.footer-menu {
			flex-direction: row;
			font-size: 14px;
			font-weight: 500;
			justify-content: center;
			gap: 10px;
			margin-top: 15px;
		}


		.footer-menu .nav-link::after {
			content: '|';
			margin-left: 10px;
			}

			.footer-menu .menu-item:last-child a::after {
				content: '';
			}

			.footer-menu .nav-link:hover::after {
				color: black
			}

		.footer-menu-logo {
			width: 150px;
			height: auto;
		}

			.footer-menu .nav-link {
				padding: 0 0 5px 0;
				color: black;
			}

			.footer-menu .nav-link:hover {
				color: #808080;
			}

		.footer-contacts, .footer-contacts a {
			font-size: 14px;
			font-weight: 500;
			color: black;
		}

			.footer-contacts ul {
				list-style: none;
				padding-left: 0;
				margin-bottom: 0;
				display: flex;
				justify-content: center;
				gap: 20px;
			}

				.footer-contacts li {
					padding-bottom: 5px;
				}

				.footer-contacts .li-item {
					margin-left: 22px;
				}

			.footer-contacts img {
				height: 18px;
				width: auto;
				margin-right: 5px;
			}

			.footer-velux-logo img {
				width: 210px;
				height: auto;
			}

#footer-copyright {
	padding: 20px 0;
	font-size: 12px;
}

	#footer-copyright, #footer-copyright a {
		color: black;
		font-weight: 500;
	}

		.copyright-left {
			margin: 0 !important;
		}

		.copyright-right {
			margin: 0 !important;
			font-weight: 500;
		}

/* VELUX-TETOABLAK-AJANLO */
#ajanlo-banner {
	position: relative;
}

	#ajanlo-banner .ajanlo-content {
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(238, 238, 238, 0.7);
		width: 490px;
		height: 100%;
		padding: 10px 30px;
	}

		#ajanlo-banner .ajanlo-content h3 {
			font-size: 26px;
			font-weight: 700;
		}

		#ajanlo-banner .ajanlo-content p {
			font-size: 18px;
			font-weight: 400;
			margin-bottom: 0;
		}

	#ajanlo-banner-m {
		position: relative;
	}	

	#ajanlo-banner-m .ajanlo-content-m	{
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(238, 238, 238, 0.8);
		width: 100%;
		height: 195px;
		padding: 10px 30px;
	}

		#ajanlo-banner-m .ajanlo-content-m h3 {
			font-size: 20px;
			font-weight: 700;
			text-wrap: balance;
		}

		#ajanlo-banner-m .ajanlo-content-m p {
			font-size: 16px;
			font-weight: 400;
			margin-bottom: 0;
		}

#velux-ajanlo-form {
	position: relative;
}

	#velux-ajanlo-form .velux-ajanlo-step {
		margin-bottom: 10px;
	}

	#velux-ajanlo-form .ajanlo-header {
		background-color: #eceff1;
		padding: 30px;
		align-items: center;
	}

		#velux-ajanlo-form .ajanlo-header.done {
			background-color: #ecf8e4;
		}	

		#velux-ajanlo-form .ajanlo-header h3 {
			font-size: 18px;
			font-weight: 700;
			margin-bottom: 0;
		}

		#velux-ajanlo-form .ajanlo-header p {
			font-size: 18px;
			font-style: italic;
			margin-bottom: 0;
		}

		#velux-ajanlo-form .ajanlo-header-status {
			align-items: center;
		}

		#velux-ajanlo-form .header-modositas:hover, #velux-ajanlo-form .header-tervezes:hover {
			cursor: pointer;
		}

		#velux-ajanlo-form .ajanlo-header button {
			background-color: transparent;
			border: none;
			margin-left: 10px;
		}
	
		#velux-ajanlo-form .ajanlo-header img {
			height: 30px;
			width: auto;
		}

	#velux-ajanlo-form .ajanlo-step-content {
		background-color: #f8f8f8;
  		padding: 30px;
	}

		#velux-ajanlo-form .ajanlo-step-content .step-description {
			font-size: 18px;
			margin-bottom: 20px;
		}

		/* #velux-ajanlo-form .ajanlo-step-content .step-valaszto .step-option {
			margin-right: 50px;
		} */

		#velux-ajanlo-form .ajanlo-step-content .step-valaszto .step-option-image {
			width: 300px;
			height: auto;
			filter: grayscale(100%);
			border: 8px solid #eceff1;
			border-radius: 10px;
			transition: all 0.3s ease;
		}

			#velux-ajanlo-form .ajanlo-step-content .step-valaszto .step-option-image:hover {
				filter: grayscale(0%);
				border: 8px solid #65b32e;
				cursor: pointer;
			}

			#velux-ajanlo-form .ajanlo-step-content .step-valaszto .active .step-option-image {
				filter: grayscale(0%);
				border: 8px solid #65b32e;
			}

		#velux-ajanlo-form .title-icons {
			padding-right: 45px;
		}

		#velux-ajanlo-form .ajanlo-step-content .step-valaszto .valaszto-cim {
			font-size: 16px;
			font-weight: 700;
			margin-top: 15px;
			margin-bottom: 0;
		}

		#velux-ajanlo-form .ajanlo-step-content .next-step {
			text-align: right;
			margin-top: 30px;
		}
	
		#velux-ajanlo-form .ajanlo-step-content .next-step-btn {
		border: none;
		background-color: #ee0000;
		color: white;
		font-size: 16px;
		font-weight: 700;
		padding: 20px 70px;
		transition: all 0.3s ease;
		}

		#velux-ajanlo-form .ajanlo-step-content .next-step-btn:hover {
		background-color: #cc0000;
		}

		

/* #velux-ajanlo-step-2 .step-option, #velux-ajanlo-step-3 .step-option, #velux-ajanlo-step-5 .step-option, #velux-ajanlo-step-6 .step-option {
	max-width: 300px;
} */

		#velux-ajanlo-form .ajanlo-step-content .valaszto-description {
			font-size: 14px;
			font-weight: 400;
			text-wrap: balance;
			max-width: 310px;
		}

		#velux-ajanlo-form .ajanlo-step-content .desc-icon {
			height: 30px;
			width: auto;
			margin-right: 5px;
		}

		#meretvalaszto1 {
			display: flex;
			justify-content: center;
		}

			#szelesseg-selector {
				max-width: 290px;
				margin-bottom: 10px;
				margin-right: 47px;
				border: 1px solid black;
				border-radius: 0;
				padding: 10px;
				font-weight: 500;
			}

			#magassag-selector {
				position: absolute;
				bottom: 140px;
				left: 860px;
				max-width: 290px;
				border: 1px solid black;
				border-radius: 0;
				padding: 10px;
				font-weight: 500;
			}

		.meretvalaszto-img {
			width: 333px;
			height: auto;
		}

		.dollar-icon {
			height: 20px !important;
			width: auto;
			margin-top: 15px;
		}

		#velux-ajanlo-step-5 .valaszto-description {
			min-height: 63px;
		}

		#velux-ajanlo-step-6 .option-infos {
			margin: 5px 0;
		}

		#velux-ajanlo-step-6 .step-title img, #velux-ajanlo-step-6 .option-infos img {
			height: 30px;
			width: auto;
			margin-right: 5px;
		}

		#velux-ajanlo-step-6 .step-title h3 {
			font-size: 24px;
			font-weight: 400;
		}

		#velux-ajanlo-step-6 .hoszigeteles {
			margin-right: 60px;
		}

		#velux-ajanlo-step-6 .option-infos p {
			font-size: 16px;
			font-weight: 700;
			margin-bottom: 0;
		}

#cf7-container .row h3 {
	padding: 0;
	margin-bottom: 30px;
}

#cf7-container .forminator-field {
  display: flex;
  flex-direction: column;
}

.adatkuldes-lepes {
	margin: 25px 0;
}

.adatkuldes-lepes p {
	display: flex;
  padding: 0 8px 0 0;
}

.adatkuldes-lepes p span {
	font-weight: 700;
	margin-right: 5px;
}

 @media (max-width: 1399.98px) {
	.adatkuldes-lepes .img-wrapper img {
		width: 250px;
		height: auto;
	}
 }



/* WOOCOMMERCE */
.termekkatalogus-col {
	width: 100%;
}
.woocommerce-breadcrumb {
	display: none;
}

.termekkatalogus-before-shop-loop .woocommerce-result-count {
	width: 50%;
	display: flex;
	align-items: center;
}

.termekkatalogus-before-shop-loop .woocommerce-ordering {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.prodcol .prodcol-inner {
    background: #FFF;
  border: 1px solid #ccc;
  margin: 10px 0px 10px 10px;
  border-radius: 5px;
}

li.product.type-product {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.woocommerce-ordering .orderby {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 0;
}

.woocommerce-ordering::before {
	content: "Sorrend:";
	position: relative;
	top: 20px;
	right: 10px;
	font-weight: 500;
}

.termek-kartya-content {
	padding: 0 25px;
}

.kartya-also {
	align-items: center;
    margin-top: 10px;
	margin-bottom: 20px;
}

.termek-kartya-ar .price {
	margin-bottom: 0 !important;
    color: #000 !important;
}

.termek-thumbnail {
	position: relative;
}

.termek-fokep.kep2 {
	position: relative;
}

.termek-kartya-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: auto;
}

.velux-logo-thumbnail {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.termek-sku {
	font-size: 16px;
	font-weight: 400;
}

.termek-szurok img {
	width: 42px;
	height: auto;
	margin-right: 5px;
}

.termek-szurok .col-auto {
	padding: 0;
}

.termek-cim {
	margin-bottom: 30px;
}

.termek-cim a{
	font-size: 16px;
	font-weight: 700;
	color: #000 !important;
}

.product.type-product .onsale {
  display: none;
}

.product-cim {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 35px;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  padding: 0 20px;
}

.woocommerce-loop-product__title {
  font-size: 18px !important;
  color: black;
  font-weight: 700;
}

.woocommerce ul.products li.product .price, #product-col3 .price {
  display: flex;
  flex-direction: column;
}

.termek-kartya-ar .price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
  color: black;
  font-weight: 400;
  font-size: 20px;
}

.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 700;
  color: red;
  font-size: 20px;
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
	color: #000;
	font-weight: 700;
	font-size: 24px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-size: 24px;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  width: 100%;
  text-align: center;
  background-color: red;
  color: white;
  padding: 20px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  margin: 0 20px 20px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}

#product-col2 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#product-col2 p {
	margin-bottom: 0;
}

#product-col2 img {
	margin-right: 15px;
}

#product-col3 .summary {
  width: 100%;
  background-color: #eceff1;
  border-radius: 10px;
  padding: 30px 20px;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  color: white;
  background-color: red;
  width: 100%;
  padding: 20px 0;
  border-radius: 0;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #cc0000;
    transition: all 0.3s ease;
}

#product-col2 h2, .product-desc-sor h2, #product-col3 .quantity {
	display: none;
}

#product-col3 .product-delivery, #product-col3 .product-pickup {
	display: flex;
}

#product-col3 img {
	width: 30px;
	height: auto;
	margin-right: 5px;
}

.product-delivery p, .product-pickup p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}

.product-delivery h4, .product-pickup h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	color: #5abf12;
}

.product-delivery {
	margin-bottom: 30px;
}

.woocommerce table.shop_attributes {
	border-top: 0;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border-bottom: 0;
  background: white !important;
}

.woocommerce table.shop_attributes th {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.woocommerce table.shop_attributes td {
	font-size: 16px !important;
	font-weight: 700 !important;
	font-style: normal;
}

.single_add_to_cart_button.button.alt:not(.added)::after {
	content: "";
  position: absolute;
  top: 20px;
  right: 80px;
  width: 7px;
  height: 14px;
  background-image: url('/wp-content/uploads/2025/10/arrow-right.svg');
}

.button.add_to_cart_button.ajax_add_to_cart:not(.added)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 80px;
  width: 7px;
  height: 14px;
  background-image: url('/wp-content/uploads/2025/10/arrow-right.svg');
}

.button.add_to_cart_button.ajax_add_to_cart.added::after {
    background-image: none !important;
}

.xoo-cp-icon-check.xoo-cp-added {
	display: none !important;
}

.woocommerce-termeklista-also {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px 20px;
}

.woocommerce-termeklista-also .alsocol1 {
	display: flex;
	align-items: center;
}

	.woocommerce-termeklista-also .alsocol1 p {
		margin: 0;
	}

.woocommerce-termeklista-also .alsocol2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

	.woocommerce-termeklista-also .alsocol2 ul {
		display: flex !important;
		border: none !important;
	}

	.woocommerce-termeklista-also .alsocol2 ul li {
		border-right: 0 !important;
	}

		.woocommerce-termeklista-also .alsocol2 ul .page-numbers {
			border: 1px solid #65b32e !important;
			border-radius: 5px !important;
			margin-left: 10px !important;
			color: #65b32e !important;
			overflow: visible !important;
			background-color: white !important;
			padding: 10px 15px;
		}

			.woocommerce-termeklista-also .alsocol2 ul .page-numbers.current, .woocommerce-termeklista-also .alsocol2 ul .page-numbers:hover {
				color: white !important;
				background-color: #65b32e !important;
			}

	.woocommerce-termeklista-also .alsocol2 .woocommerce-pagination .prev-page, .woocommerce-termeklista-also .alsocol2 .woocommerce-pagination .next-page {
		background-color: white !important;
		border: 1px solid #65b32e !important;
		border-radius: 5px !important;
		color: #65b32e !important;
		padding: 10px 15px;
	}

		.woocommerce-termeklista-also .alsocol2 .woocommerce-pagination .prev-page.disabled, .woocommerce-termeklista-also .alsocol2 .woocommerce-pagination .next-page.disabled {
		background-color: white !important;
		border: 1px solid #ccc !important;
		border-radius: 5px !important;
		color: #ccc !important;
		padding: 10px 15px;
	}

	.prev-page, .prev-page.disabled, .next-page, .next-page.disabled {
		display: flex !important;
		gap: 5px !important;
	}


.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 13px 18px 13px 18px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover {
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: auto;
	right: 18px;
	top: 10px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 18px !important;
}

.dgwt-wcas-preloader {
	right: 13px !important;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding-left: 18px !important;
}

.fbc-page .fbc-wrap .fbc-items li {
  font-family: "Montserrat", sans-serif !important;
}

.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #000 !important;
  font-weight: 800 !important;
  font-family: "Montserrat", sans-serif !important;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0px;
}

.dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-price.dgwt-wcas-has-sku.dgwt-wcas-has-headings.js-dgwt-wcas-initialized {
	width: 465px !important;
}

.dgwt-wcas-si img {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 68px !important;
  width: auto !important;
  max-height: none !important;
  max-width: none !important;
}

.dgwt-wcas-content-wrapp {
  width: 65% !important;
}

.dgwt-wcas-meta {
	display: flex;
	height: 67px;
}

.dgwt-wcas-meta del{
	color: #000;
	font-weight: 500;
}

.dgwt-wcas-meta ins{
	color: red;
	text-decoration: none;
	font-weight: 500;
}

.products.columns-4 .button.add_to_cart_button.ajax_add_to_cart::after {
    right: 105px;
  }

  .woof_container_inner h4 {
  font-size: 18px;
  font-weight: 700;
}

.woof_container_inner h4::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
}

.termekkatalogus-filter {
  border: 0;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  display: table-cell;
  position: relative;
}

.velux-banner-wrapper a img {
  margin: 10px 0;
  border-radius: 5px;
}

.woof_term_146 label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/11/feher.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_145 label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/11/muanyag.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_127 label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/uploads/2025/11/viztiszta.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_124 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/uploads/2025/10/before-kezi.svg');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_125 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 18px;
	background-image: url('/wp-content/uploads/2025/10/before-elektromos.svg');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_126 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2025/10/before-napelemes.svg');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_121 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/uploads/2025/10/before-2rtg.svg');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_122 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 17px;
	background-image: url('/wp-content/uploads/2025/10/before-3rtg.svg');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_123 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 17px;
	background-image: url('/wp-content/uploads/2025/10/before-3rtg-hsz.svg');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}


.woof_term_337 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/themes/winkler/img/tetotipus-siklapu-beton-keramia-cserep.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}
.woof_term_292 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/themes/winkler/img/tetotipus-beton-keramia-cserep.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}
.woof_term_335 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/themes/winkler/img/tetotipus-korcolt.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}
.woof_term_336 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/themes/winkler/img/tetotipus-zsindely-pala.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}
.woof_term_290 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/themes/winkler/img/tetotipus-beton-egyeb.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woof_term_291 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/themes/winkler/img/tetoteriablak-hoszigetelokerettel.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}
.woof_term_294 label::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 19px;
	background-image: url('/wp-content/themes/winkler/img/tetoteriablak-hoszigetelokeret-nelkul.webp');
	background-size: cover;
	background-position: center;
	margin-right: 8px;
	vertical-align: middle;
}

.woocommerce.woocommerce-page.woof_shortcode_output {
	width: 75%;
}

.termek-thumbnail img {
  border-radius: 5px;
  width: 340px;
  height: 255px;
}

.tovabbi-termekek-wrapper .panel-grid-cell {
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
}

.tovabbi-termekek-wrapper .panel-first-child {
	position: relative;
}

.tovabbi-termekek-wrapper .tovabbi-fokep img {
	border-radius: 5px;
}

.tovabbi-termekek-wrapper .tovabbi-velux {
	position: absolute;
	top: 0;
}

.tovabbi-termekek-wrapper .tovabbi-velux img {
	width: 90px;
	border-top-left-radius: 4px;
}

.tovabbi-termekek-wrapper h3 {
	font-size: 16px;
	font-weight: 700;
}

.tovabbi-termekek-wrapper .sowb-button {
	width: 100%;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.woocommerce table.shop_table td {
  border-right: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table th {
  background-color: #eeeeee !important;
  font-size: 14px;
  color: #000000;
  font-weight: 700 !important;
}

.page-id-39 .woocommerce table.shop_table th {
text-align: center !important;
}

.woocommerce-page table.cart td.actions .input-text {
  width: 150px !important;
  padding: 15px !important;
}

.woocommerce .coupon button.button {
  background-color: #65b32e;
  color: white;
  padding: 20px;
}

.woocommerce a.button.alt.checkout-button {
	background-color: red !important;
	color: white !important;
}

.woocommerce a.button.alt.checkout-button:hover {
	background-color: rgb(223, 0, 0) !important;
}

.woocommerce-cart table.cart img {
	width: 180px !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 60%;
}

.woocommerce-info {
  border-top-color: #65b32e;
}

.woof_info_popup {
	background-color: rgb(101, 179, 46, 0.6) !important;
  	padding: 10px !important;
	font-size: 18px !important;
}

.woocommerce-cart-form__cart-item .product-thumbnail, .woocommerce-cart-form__cart-item .product-quantity {
	text-align: center;
}

.woocommerce-cart-form__cart-item .product-price, .woocommerce-cart-form__cart-item .product-subtotal {
	text-align: right;
}
.woocommerce a.remove {
	width: inherit !important;
}

.shipping-calculator-button {
	color: black;
	text-decoration: underline;
}

.input-text, .select2-container .select2-selection {
  border: 1px solid #ccc !important;
  padding: 15px !important;
}

.cart-subtotal th, .woocommerce-shipping-totals.shipping th, .order-total th {
	text-align: right !important;
}

#order_review .shop_table.woocommerce-checkout-review-order-table {
	border: 0 !important;
}

.form-label.text-dark {
  display: none;
}

.regiablak-form .form-control {
  border: 1px solid #ccc;
  box-shadow: none;
}

.griffinforms-terms-field {
	display: flex;
	gap: 5px;
}

#griffinforms-formpage-nextbtn-1 {
	background-color: red;
	border: 0;
	padding: 15px 50px;
	font-size: 18px;
}

.griffinforms-form1-container {
	border: 1px solid #ccc;
}

.page-id-39 .woocommerce-shipping-totals.shipping {
	display: none;
}

#order_review_heading {
	margin-top: 80px;
}

#place_order {
  background-color: red;
  padding: 25px 35px;
  font-size: 18px;
}

.product-name a {
	color: black;
}

@media (max-width: 1599.98px) { 
	#topbar .topbar-logo img {
		width: 100%;
		height: auto;
	}

	#topbar .topbar-content {
		justify-content: flex-start;
		align-items: center;
		gap: 50px;
		font-size: 14px;
	}

	#header .nav-link {
	font-size: 16px;
	}

	#select-menu .form-select {
		margin-top: 0px;
		min-width: 250px;
	}

	#services .service-content p {
		font-size: 17px;
	}

	#service1 h3 {
		margin-bottom: 13px;
	}

	#footer-newsletter .velux-ablak {
		height: 255px;
	}

	#footer-newsletter .newsletter-letter {
		left: -80px;
		top: 40px;
		width: 350px;
	}

	.footer-contacts img {
		height: 16px;
		margin-right: 2px;
	}

	/* VELUX AJANLO ALOLDAL */
	#ajanlo-banner .ajanlo-content h3 {
		font-size: 23px;
	}

	#ajanlo-banner .ajanlo-content p {
		font-size: 16px;
	}

	#magassag-selector {
		left: 800px;
	}
	
	#velux-ajanlo-form .title-icons {
		padding-right: 10px;		
	}
	
	.button.add_to_cart_button.ajax_add_to_cart::after {
		right: 100px;
	}

	.ajanlotttermekek h2, .ajanlotttermekek h4 {
		margin-top: 40px;
	}

	/* WOOCOMMERCE */

	.products.columns-4 .termek-szurok img {
		width: 44px;
	}

	.products.columns-4 .button.add_to_cart_button.ajax_add_to_cart::after {
    right: 90px;
  }

  .single_add_to_cart_button.button.alt::after {
  right: 85px;
}
 }

 @media (max-width: 1399.98px) {
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 5px;
  font-size: 16px;
}
	#topbar .topbar-content p {
		font-size: 13px;
	}

	#topbar .topbar-content {
		gap: 60px;
	}

	.dgwt-wcas-search-wrapp {
  		min-width: 186px;
		max-width: 186px;
	}

	#header .navbar-nav {
		gap: 2px;
	}
		#header img {
			width: 95px;
		}

		#header .nav-link {
		font-size: 15px;
		}

		#header .navbar-icons img {
			height: 22px;
		}

		#header .navbar-icons .letter-icon {
			height: 20px;
		}

		.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		padding: 8px 18px 8px 18px;
		}

		.dgwt-wcas-ico-magnifier {
  			bottom: 9px;
		}	

	#service1 h3, #service2 h3, #service3 h3, #service4 h3 {
		font-size: 22px;
	}

		 #services .service-content p {
			font-size: 15px;
		}

			#service1 p {
				margin-bottom: 28.5px !important;
			}

		#select-menu1, #select-menu2 {
			width: 50%;
		}

		#select-menu .form-select {
			min-width: 228px;
			font-size: 13px;
		}

	#footer-newsletter .velux-ablak {
		height: 215px;
	}

		#footer-newsletter h2 {
			font-size: 28px;
		}

		#footer-newsletter p {
			font-size: 20px;
		}

		#footer #newsletter-signup-form .form-control {
			min-width: 255px;
		}

		#footer-newsletter .newsletter-letter {
			left: -30px;
			top: 60px;
			width: 280px;
		}

		#footer-copyright, #footer-copyright a {
			font-size: 12px;
		}

		.button.add_to_cart_button.ajax_add_to_cart::after {
			right: 80px;
		}

		.termek-szurok img {
			width: 35px;
			height: auto;
		}

		.woocommerce ul.products li.product .price {
  			font-size: 17px;
		}

	/* VELUX AJANLO ALOLDAL */
	#ajanlo-banner .ajanlo-content h3 {
		font-size: 21px;
	}

	#ajanlo-banner .ajanlo-content p {
		font-size: 15px;
	}		

	/* #velux-ajanlo-form .step-option {
		text-align: center;
	} */

	#velux-ajanlo-form .ajanlo-header h3 {
		font-size: 17px;
	}

	#velux-ajanlo-form .ajanlo-header p {
  		font-size: 17px;
	}

	#velux-ajanlo-form .ajanlo-header img {
		height: 25px;
	}

	#velux-ajanlo-form .ajanlo-step-content .step-description {
		font-size: 17px;
	}

	#magassag-selector {
		left: 700px;
	}

	#velux-ajanlo-form .title-icons {
		padding-right: 0;
		margin-left: -60px;
	}	

	/* WOOCOMMERCE */
	.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
		font-size: 17px;
	}

	.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
		font-size: 18px;
	}

	.products.columns-4 .termek-szurok img {
		width: 35px;
	}

	.products.columns-4 .button.add_to_cart_button.ajax_add_to_cart::after {
    right: 70px;
  }

  .single_add_to_cart_button.button.alt::after {
  right: 60px;
}

.termek-kartya-ar .price {
  font-size: 18px;
 }

     #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
         font-size: 16px;
         }
     
     
  @media (max-width: 1199.98px) {
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 0px 0px 12px;
  font-size: 13px;
}

	#topbar .topbar-logo img {
		width: 100px;
	}

	#topbar .topbar-content p {
		font-size: 12px;
	}

	#topbar .topbar-content {
		gap: 30px;
	}

	#header .navbar-nav {
		gap: 0px;
	}

	.dgwt-wcas-search-wrapp {
  		min-width: 156px;
		max-width: 156px;
	}

		#header img {
			width: 85px;
		}

		#header .nav-link {
			font-size: 12px;
		}

		#header .navbar-icons img {
			height: 19px;
		}

		#header .navbar-icons .letter-icon {
			height: 17px;
		}

		#header .form-control {
			font-size: 13px;
		}

	 #service1 h3, #service2 h3, #service3 h3, #service4 h3 {
		font-size: 20px;
	}

		#services .service-content p {
			font-size: 13px;
		}

		#select-menu .form-select {
			min-width: 183px;
			font-size: 13px;
		}

	#footer #newsletter-sor {
		align-items: center;
	}

		#footer-newsletter .velux-ablak {
			height: 170px;
		}

		#footer-newsletter h2 {
			font-size: 25px;
		}
		
		#footer-newsletter p {
			font-size: 17px;
		}

		#footer #newsletter-signup-form .form-inputs {
			gap: 20px;
			flex-direction: column;
			width: 70%;
		}

		#footer .form-check-label {
			font-size: 12px;
		}

		#footer #newsletter-signup-form .signup-btn {
			font-size: 14px;
		}

		#footer-newsletter .newsletter-letter {
			left: -30px;
			top: 0;
			width: 240px;
		}

	#footer-also .footer-winker-logo img {
		width: 165px;
		height: auto;
	}

	.footer-menu .nav-link, .footer-contacts a {
		font-size: 14px;
	}

	#footer-copyright p {
		font-size: 10px;
	}

	/* VELUX AJANLO ALOLDAL */
	#ajanlo-banner .ajanlo-content h3 {
		font-size: 20px;
	}

	#ajanlo-banner .ajanlo-content p {
		font-size: 13px;
	}

	#velux-ajanlo-form .ajanlo-header {
		padding: 20px 30px;
	}	
	
	#velux-ajanlo-form .ajanlo-header h3 {
		font-size: 15px;
	}

	#velux-ajanlo-form .ajanlo-header p {
  		font-size: 15px;
	}

	#velux-ajanlo-form .ajanlo-header img {
		height: 20px;
	}

	#velux-ajanlo-form .ajanlo-step-content .step-description {
		font-size: 15px;
	}
	
	#magassag-selector {
		left: 610px;
		max-width: 260px;
	}

	#velux-ajanlo-form .title-icons {
		padding-right: 150px;
		margin-left: 0;
	}

	/* WOOCOMMERCE */
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 47.79%;
		margin: 0 0 20px 15px;
		float: left;
		clear: none;
	}

	 .termek-szurok img {
		width: 45px;
	}

	.button.add_to_cart_button.ajax_add_to_cart::after {
		right: 110px;
	}

	.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
		font-size: 20px;
	}

	.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
		font-size: 21px;
	}

	.woocommerce-termeklista-also {
	margin-left: 15px;
	}

	.products.columns-4 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 30px 10px 0 0;
		width: 48.9%;
	}

	 .products.columns-4 .termek-szurok img {
    width: 45px;
  }

    .products.columns-4 .button.add_to_cart_button.ajax_add_to_cart::after {
    right: 170px;
  }

    .single_add_to_cart_button.button.alt::after {
  right: 390px;
}

  }

  @media (max-width: 991.98px) {
	 #topbar .topbar-logo img {
		width: 80px;
	}

		#topbar .topbar-content p {
			font-size: 8px;
		}

	#header {
		padding: 18px 0;
	}

	.mega-sub-menu {
		margin-left: 30px !important;
	}

	.mega-menu-link {
		background-color: white !important;
	}

	#header img {
		width: 120px;
	}

		#header .nav-link {
		font-size: 18px;
	}

		#header .search-bar {
			max-width: 100% !important;
		}

		.dgwt-wcas-search-form {
			max-width: none;
		}

		.dgwt-wcas-search-wrapp {
			margin-top: 10px;
		}

		#header .navbar-nav {
		margin-left: 0px;
		}

		#header .navbar-icons {
			justify-content: flex-start;
			gap: 15px;
		}

		#header .navbar-toggler {
			padding: 4px 5px;
			margin-top: 10px;
		}

		 #header .navbar-icons img {
			height: 24px;
		}

		#header .navbar-icons .letter-icon {
			height: 22px;
		}

	#service2, #service4 {
		margin-top: 84px;
	}

		#service1 h3, #service2 h3, #service3 h3, #service4 h3 {
			font-size: 24px;
		}

		 #services .service-content p {
			font-size: 16px;
		}

		#service1 p {
			margin-bottom: 0 !important;
		}

		#select-menu1, #select-menu2 {
			width: 45%;
			margin-top: 15px;
		}

		 #select-menu .form-select {
			font-size: 15px;
		}

		#footer-newsletter {
			text-align: center;
		}

			 #footer-newsletter h2 {
				font-size: 28px;
			}

			#footer .velux-ablak, #footer .newsletter-letter {
				display: none;
			}

			#footer #newsletter-signup-form .form-inputs {
				width: 100%;
			}

		#footer .footer-also-sor {
			gap: 20px;
		}

			#footer .footer-velux-logo {
				text-align: left !important;
			}

			 .footer-menu .nav-link, .footer-contacts a {
				font-size: 14px;
			}

		#footer-copyright .copyright-sor {
			text-align: center;
			gap: 10px;
		}

		#footer-copyright .copyright-left, #footer-copyright .copyright-right {
			font-size: 13px;
		}

	/* VELUX AJANLO ALOLDAL */
	#ajanlo-banner .ajanlo-content h3 {
		font-size: 15px;
	}

	#meretvalaszto2 {
		display: flex;
		justify-content: center;
	}

	#magassag-selector {
		position: relative;
		bottom: 0;
		left: 0;
		max-width: 290px;
		margin-top: 10px;
		margin-right: 47px;
	}

	#velux-ajanlo-form .title-icons {
  		padding-right: 30px;
	}

	/* WOOCOMMERCE */
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 46.9%;
		margin: 0 0 20px 15px;
		float: left;
		clear: none;
	}

	.button.add_to_cart_button.ajax_add_to_cart::after {
		right: 70px;
	}

	.termek-szurok img {
    width: 30px;
	margin-right: 4px;
  }

   .woocommerce ul.products li.product .price {
    font-size: 15px;
  }

	.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
		font-size: 17px;
	}

	.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
		font-size: 18px;
	}

	.products.columns-4 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 30px 7px 0 0;
	}

	  .products.columns-4 .button.add_to_cart_button.ajax_add_to_cart::after {
    right: 115px;
  }

  	.products.columns-4 .woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
		font-size: 20px !important;
	}

	.products.columns-4 .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
		font-size: 21px !important;
	}

	    .single_add_to_cart_button.button.alt::after {
  right: 275px;
}

#product-col3 {
  margin-top: 30px;
}
}

@media (max-width: 767.98px) {
	#services .service-content {
		padding: 20px 20px;
	}

	#velux-ajanlo-form .step-option {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 25px;
		text-align: center;
	}

	#velux-ajanlo-form .ajanlo-step-content .next-step-btn {
		width: 100%;
	}

	#velux-ajanlo-form .ajanlo-step-content .desc-icon {
		position: absolute;
	}

	#velux-ajanlo-form .title-icons {
  		padding-right: 0;
	}

	/* WOOCOMMERCE */
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.termek-szurok img {
		width: 45px;
	}

	.termekkatalogus-before-shop-loop .woocommerce-result-count {
		width: 100%;
	}

	.termekkatalogus-before-shop-loop .woocommerce-ordering {
		width: 100%;
		justify-content: flex-start;
	}

	.woocommerce-ordering::before {
		right: 0px;
	}

	.woocommerce-ordering .orderby {
		margin-left: 10px;
	}

	.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
		font-size: 24px;
	}

	.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
		font-size: 25px;
	}

	 .button.add_to_cart_button.ajax_add_to_cart::after {
		right: 200px;
	}
	.woocommerce-termeklista-also {
	margin-left: 0px;
	}

	.products.columns-4 .woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
		font-size: 17px !important;
	}

	.products.columns-4 .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
		font-size: 18px !important;
	}

	 .products.columns-4 .termek-szurok img {
    width: 35px;
  }

   .products.columns-4 .button.add_to_cart_button.ajax_add_to_cart::after {
    right: 70px;
  }

  .single_add_to_cart_button.button.alt::after {
  right: 185px;
}

 .woocommerce ul.products li.product .price {
    font-size: 22px;
  }
	
}

  @media (max-width: 575.98px) {
	#header .nav-link {
		font-size: 16px;
	}


	#service1 h3, #service2 h3, #service3 h3, #service4 h3 {
		font-size: 18px;
	}

	#services .service-content {
		padding: 20px 15px;
	}

	#services .service-content p {
		font-size: 14px;
	}

	#select-menu {
		flex-direction: column;
	}

	 #tipus-select, #meret-select {
		width: 100%;
	}

	#footer-newsletter h2 {
		font-size: 24px;
	}

	#footer-newsletter p {
		font-size: 14px;
		line-height: 20px;
	}

	/* VELUX AJANLO ALOLDAL */
	#ajanlo-banner-m .ajanlo-content-m h3 {
			font-size: 16px;
		}

		#ajanlo-banner-m .ajanlo-content-m p {
			font-size: 14px;
		}

		.meretvalaszto-img {
			width: 300px;
		}

	/* WOOCOMMERCE */
		.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
		font-size: 20px;
	}

	.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
		font-size: 21px;
	}

	 .button.add_to_cart_button.ajax_add_to_cart::after {
		right: 135px;
	}

	.products.columns-4 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}

	.products.columns-4 .button.add_to_cart_button.ajax_add_to_cart::after {
    right: 135px;
  }

  .single_add_to_cart_button.button.alt::after {
  right: 115px;
}

.woocommerce-ordering .orderby {
  padding: 15px;
}

.woocommerce-ordering::before {
  top: 15px;
}
  }

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

.infinite-spinner .spinner-icon {
    border-color: rgba(0,0,0,.2);
    border-top-color: #2ecc71; /* Ha szeretnéd, módosíthatjuk */
}


.woof_results_by_ajax_shortcode{
    width: 100%;
}
.woocommerce.woocommerce-page.woof_shortcode_output {
  width: 100% !important;
}
.prodcol .termek-fokep img{
    width: 100%;
    height: 300px;
    border-radius: 5px;
    object-fit: contain;

}
}
.prodcol{
    float: left;
}

.gyorskereso .termekkatalogus-filter .woof_container_nyitasi_mod,
.gyorskereso .termekkatalogus-filter .woof_container_nyitasi_mod,
.gyorskereso .termekkatalogus-filter .woof_container_nyitasi_mod{
    display: block;
}
.gyorskereso .termekkatalogus-filter .woof_container_felulet_kezeles,
.gyorskereso .termekkatalogus-filter .woof_container_felulet_kezeles,
.gyorskereso .termekkatalogus-filter .woof_container_felulet_kezeles{
    display: block;
}
.gyorskereso .termekkatalogus-filter .woof_container_magassag,
.gyorskereso .termekkatalogus-filter .woof_container_magassag,
.gyorskereso .termekkatalogus-filter .woof_container_magassag{
    display: block;
}
.gyorskereso .termekkatalogus-filter .woof_container_szelesseg,
.gyorskereso .termekkatalogus-filter .woof_container_szelesseg,
.gyorskereso .termekkatalogus-filter .woof_container_szelesseg{
    display: block;
}
.gyorskereso .termekkatalogus-filter .woof_container_mukodesi_elv,
.gyorskereso .termekkatalogus-filter .woof_container_mukodesi_elv,
.gyorskereso .termekkatalogus-filter .woof_container_mukodesi_elv{
    display: block;
}
.gyorskereso .termekkatalogus-filter .woof_container_uvegezes,
.gyorskereso .termekkatalogus-filter .woof_container_uvegezes,
.gyorskereso .termekkatalogus-filter .woof_container_uvegezes {
    display: block;
}

.gyorskereso .termekkatalogus-filter .woof_container_uvegezes ,
.gyorskereso .termekkatalogus-filter .woof_container_uvegezes ,
.gyorskereso .termekkatalogus-filter .woof_container_uvegezes {
    display: block;
}


.term-506 .termekkatalogus-filter .woof_container_nyitasi_mod,
.url-term-506 .termekkatalogus-filter .woof_container_nyitasi_mod,
.term-parent-506 .termekkatalogus-filter .woof_container_nyitasi_mod{
    display: block;
}
.term-506 .termekkatalogus-filter .woof_container_felulet_kezeles,
.url-term-506 .termekkatalogus-filter .woof_container_felulet_kezeles,
.term-parent-506 .termekkatalogus-filter .woof_container_felulet_kezeles{
    display: block;
}
.term-506 .termekkatalogus-filter .woof_container_magassag,
.url-term-506 .termekkatalogus-filter .woof_container_magassag,
.term-parent-506 .termekkatalogus-filter .woof_container_magassag{
    display: block;
}
.term-506 .termekkatalogus-filter .woof_container_szelesseg,
.url-term-506 .termekkatalogus-filter .woof_container_szelesseg,
.term-parent-506 .termekkatalogus-filter .woof_container_szelesseg{
    display: block;
}
.term-506 .termekkatalogus-filter .woof_container_mukodesi_elv,
.url-term-506 .termekkatalogus-filter .woof_container_mukodesi_elv,
.term-parent-506 .termekkatalogus-filter .woof_container_mukodesi_elv{
    display: block;
}
.term-506 .termekkatalogus-filter .woof_container_uvegezes,
.url-term-506 .termekkatalogus-filter .woof_container_uvegezes,
.term-parent-506 .termekkatalogus-filter .woof_container_uvegezes {
    display: block;
}

.term-506 .termekkatalogus-filter .woof_container_uvegezes ,
.url-term-506 .termekkatalogus-filter .woof_container_uvegezes ,
.term-parent-506 .termekkatalogus-filter .woof_container_uvegezes {
    display: block;
}
.term-561 .termekkatalogus-filter .woof_container_magassag,
.url-term-561 .termekkatalogus-filter .woof_container_magassag,
.term-parent-561 .termekkatalogus-filter .woof_container_magassag{
    display: block;
}
.term-561 .termekkatalogus-filter .woof_container_szelesseg,
.url-term-561 .termekkatalogus-filter .woof_container_szelesseg,
.term-parent-561 .termekkatalogus-filter .woof_container_szelesseg{
    display: block;
}

.term-561 .termekkatalogus-filter .woof_container_beepites,
.url-term-561 .termekkatalogus-filter .woof_container_beepites,
.term-parent-561 .termekkatalogus-filter .woof_container_beepites{
    display: block;
}
.term-561 .termekkatalogus-filter .woof_container_tetotipus,
.url-term-561 .termekkatalogus-filter .woof_container_tetotipus,
.term-parent-561 .termekkatalogus-filter .woof_container_tetotipus{
    display: block;
}
.term-561 .termekkatalogus-filter .woof_container_hoszigetelo_kerettel,
.url-term-561 .termekkatalogus-filter .woof_container_hoszigetelo_kerettel,
.term-parent-561 .termekkatalogus-filter .woof_container_hoszigetelo_kerettel{
    display: block;
}



.term-585 .termekkatalogus-filter .woof_container_arnyekolo_szin,
.url-term-585 .termekkatalogus-filter .woof_container_arnyekolo_szin,
.term-parent-585 .termekkatalogus-filter .woof_container_arnyekolo_szin{
    display: block;
}
.term-585 .termekkatalogus-filter .woof_container_arnyekolo_meret,
.url-term-585 .termekkatalogus-filter .woof_container_arnyekolo_meret,
.term-parent-585 .termekkatalogus-filter .woof_container_arnyekolo_meret{
    display: block;
}
.term-585 .termekkatalogus-filter .woof_container_arnyekolo_tipus,
.url-term-585 .termekkatalogus-filter .woof_container_arnyekolo_tipus,
.term-parent-585 .termekkatalogus-filter .woof_container_arnyekolo_tipus{
    display: block;
}

.termekkatalogus-filter .woof_container{
    display: none;
}

.woof_container_arnyekolo_szin label::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  
  background-size: cover;
  background-position: center;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -7px;
  background-size: contain;
  background-repeat: no-repeat;
}
.woof_container_arnyekolo_szin label{
    font-size: 0;
}
.woof_container_arnyekolo_szin label .woof_checkbox_count{
    font-size: 16px;
}

.woof_term_431 label::before { background-image: url('/wp-content/themes/winkler/img/0000.webp'); }
.woof_term_339 label::before { background-image: url('/wp-content/themes/winkler/img/0705.webp'); }
.woof_term_404 label::before { background-image: url('/wp-content/themes/winkler/img/1016.webp'); }
.woof_term_341 label::before { background-image: url('/wp-content/themes/winkler/img/1025.webp'); }
.woof_term_420 label::before { background-image: url('/wp-content/themes/winkler/img/1028.webp'); }
.woof_term_396 label::before { background-image: url('/wp-content/themes/winkler/img/1045.webp'); }
.woof_term_398 label::before { background-image: url('/wp-content/themes/winkler/img/1047.webp'); }
.woof_term_342 label::before { background-image: url('/wp-content/themes/winkler/img/1085.webp'); }
.woof_term_421 label::before { background-image: url('/wp-content/themes/winkler/img/1086.webp'); }
.woof_term_343 label::before { background-image: url('/wp-content/themes/winkler/img/1100.webp'); }
.woof_term_399 label::before { background-image: url('/wp-content/themes/winkler/img/1156.webp'); }
.woof_term_400 label::before { background-image: url('/wp-content/themes/winkler/img/1163.webp'); }
.woof_term_405 label::before { background-image: url('/wp-content/themes/winkler/img/1259.webp'); }
.woof_term_406 label::before { background-image: url('/wp-content/themes/winkler/img/1274.webp'); }
.woof_term_407 label::before { background-image: url('/wp-content/themes/winkler/img/1282.webp'); }
.woof_term_422 label::before { background-image: url('/wp-content/themes/winkler/img/4161.webp'); }
.woof_term_417 label::before { background-image: url('/wp-content/themes/winkler/img/7001.webp'); }
.woof_term_419 label::before { background-image: url('/wp-content/themes/winkler/img/7057.webp'); }
.woof_term_423 label::before { background-image: url('/wp-content/themes/winkler/img/9050.webp'); }
                               
.woof_reset_button_2,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.woof_reset_search_form{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 1px 15px;
	color: white;
	background-color: #003a63;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	border: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.woof_reset_search_form{
    padding: 11px 15px;
}
.woof_reset_button_2:hover ,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.woof_reset_search_form:hover {
  background-color: #0064ac;
}
body.woocommerce .woocommerce-result-count {
  margin: 17px 0 0 0;
}
.woof_list_checkbox .icheckbox_square-blue,
.woof_list_checkbox .woof_checkbox_label {
    float: left;
  display: block;
  position: relative !important;
}
.woof_list_checkbox .icheckbox_square-blue{
    width: 22px;
}
.woof_list_checkbox .woof_checkbox_label{
    width: calc(100% - 38px);
    margin-top: -3px;
}
.woocommerce-termeklista-also .alsocol1 .woocommerce-result-count{
  opacity: 0;
}
.woocommerce-termeklista-also {
  border: 0 !important;
}
.woof_container{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#woof_tax_select_magassag_chosen,
#woof_tax_select_szelesseg_chosen{
    width: 100% !important;
}
.delivery-icon,
.pickup-icon{
    margin-right: 10px;
}
.relatedmy h2{
    margin-top: 30px;
}
.relatedmy{
    margin-top: 20px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
	min-width: 370px;
}
.added_to_cart.wc-forward{
    display: none !important; 
}
ul.woof_list li {
	width: 100%;
	display: inline-block;
}
.woof_list_checkbox .woof_checkbox_label.woof_checkbox_label_selected{
    min-height: 30px;
}
.woof_container_arnyekolo_szin label.woof_checkbox_label_selected::before{
    margin-top: 3px;
}
td.xoo-cp-ptitle a {
  font-size: 15px !important;
  color: black;
}
.xoo-cp-pqty {
  display: none;
}
td.xoo-cp-pprice {
  font-size: 18px !important;
  font-weight: 700;
}
.xoo-cp-btns {

  display: flex;
  justify-content: space-between;
}
.fbc-page .fbc-wrap .fbc-items {
	background-color: transparent !important;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #000 !important;
  text-decoration: none !important;
	font-size: 13px !important;
}
body .fbc-page .fbc-wrap .fbc-items li .fbc-separator {
	color: #000 !important;
	font-weight: 500 !important;
	font-size: 13px;
}
body .fbc-page .fbc-wrap .fbc-items li.active span, body .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
	color: #000;
	font-size: 13px;
}
.ajanlott-termekek-grid ul.products {
    width: 100%;
}
.prodcol:hover .termek-fokep .termek-thumbnail img{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.termek-fokep.kep2 {
  overflow: hidden;
}
.termek-thumbnail a{
    height: 100%;
  display: block;
}
.prodcol .termek-fokep img.velux-logo-thumbnail{
    height: auto;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: red;
    transition: background-color 0.3s ease;
    color: #FFF !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #d41100;
    text-decoration: none !important;
    
}
.woocommerce-privacy-policy-text{
    display: none !important;
}
.xoo-cp-pimg img{
    max-width: 200px;
    widht: 100%;
    height: auto;
}
.productaddcart.prodcol .termek-fokep img {
    width: 100%;
    height: 140px;
}
.productaddcart .termek-sku {
  font-size: 13px;
  font-weight: 400;
}
.productaddcart .termek-cim a {
	font-size: 14px;
	font-weight: 700;
	color: #000 !important;
	line-height: 14px !important;
}
.productaddcart .termek-kartya-ar .price {
    font-size: 15px;
  }
.productaddcart .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	font-size: 13px;
}
.productaddcart .button.add_to_cart_button.ajax_add_to_cart:not(.added)::after {
	right: 25px;
}
.productaddcart .termek-cim {
  margin-bottom: 20px;
  height: 175px;
}

.woocommerce-form-coupon-toggle a{
    color: #000;
}

.related-products-list{
}

.related-products-list .termek-cim{
    margin: 0 0 20px;
}

.related-products-list .kartya-also{
    margin: 0 0 15px;
}

/*AJANLOTT TERMEKEK*/
.ajanlott-termekek-grid {
}

    .ajanlott-termekek-grid ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ajanlott-termekek-grid ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ajanlott-termekek-grid .prodcol .prodcol-inner {
      margin: 10px 5px;
    }

    .ajanlott-termekek-grid .termek-fokep.kep2 {
        min-height: 120px;
    }

    .ajanlott-termekek-grid .productaddcart.prodcol .termek-fokep img{
        height: auto;
    }

    .ajanlott-termekek-grid .termek-kartya-content {
        padding: 5px;
    }
    
    
    .ajanlott-termekek-grid .productaddcart .termek-sku{
        font-size: 12px;
        min-height: 20px;
    }

    .ajanlott-termekek-grid .productaddcart .termek-cim{
        min-height: 50px;
        height: auto;
    }

    .ajanlott-termekek-grid .productaddcart .termek-cim a{
        display: block;
        font-size: 12px;
        line-height: 14px;
        padding: 0;
        height: auto;
    }

    .ajanlott-termekek-grid .productaddcart .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
        display: block;
        width: 100%;
        padding: 10px;
    }

        .ajanlott-termekek-grid .productaddcart .button.add_to_cart_button.ajax_add_to_cart:not(.added)::after{
            top: 9px;
            width: 7px;
            height: 14px;
        }

    .termek-cim{
        margin: 0;
        height: 70px;
  overflow: hidden;
    }

    .kosar-popup-title{
        margin: 0 0 10px;
        text-align: center;
    }

    .kosar-popup-piros-button {
        display: block;
        text-align: center;
        font-size: 12px;
    }

    .kosar-popup-sarga-button {
        display: block;
        text-align: center;
        font-size: 12px;
    }