/*
Theme Name: Guláysüveges
Theme URI: https://gulyasuveges.hu
Author: BonsAI HorizON
Author URI: https://bonsaidigital.hu
Description: Bootstrap5 Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile ready, bootstrap5, option tree
Text Domain: gulyas
*/

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
	display: swap;
}
@font-face {
	font-family: 'Lexend';
	src: url('assets/fonts/Lexend-VariableFont_wght.ttf') format('truetype');
	display: swap;
}
/*
@font-face {
	font-family: 'SourceSans3';
	src: local("SourceSans3"), url('assets/fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
	display: swap;
}
@font-face {
	font-family: 'GravitasOne';
	src: url('assets/fonts/GravitasOne-Regular.ttf') format('truetype');
	display: swap;
}
*/


@media (min-width:1180px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
@media (min-width:1240px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1196px}}
@media (min-width:1440px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1396px}}
@media (min-width:1540px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1396px}}
@media (min-width:1640px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1396px}}

body {
    margin: 0;
	background-color: #fbf7f3;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
button, input, textarea, select { outline:none!important;}
.container, .container-sm {
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
p {
	margin-top: 0;
}

/* Menu Basic Style */

a.mainlogo-link {
    display: inline-block;
}
div#mobiltoggle {
    display: inline-block;
}
nav.navbar {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
	flex-direction: row;
    transition: .2s;
    border-bottom: 0;
	display: flex;
	align-items: center;
	position: sticky;
	padding:0;
    flex-direction: column;
}
.menuside ul.nav {
    padding: 0;
    list-style: none;
    margin: 0;
	/*opacity: 0;*/
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    flex-direction: row;
}
.menuside {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.left_menuside.menuside {
    justify-content: flex-start;
}
.menuside ul.nav li {
    padding: 12px 10px;
}
.menuside ul.nav li a:hover:after {
    width: calc( 100% - 10px );
    opacity: 1;
    left: 0;
}
.nav li.menu-item a {
    text-decoration: none;
}
.mobile_view .logoside {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.mobile_view .menuside {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
}
.mobile_view .menuside ul.nav {
	display: block;
}

nav:not(.scrolled).mobile_view div#mobiltoggle:before,
nav:not(.scrolled).mobile_view div#mobiltoggle:after,
nav:not(.scrolled).mobile_view div#mobiltoggle span {
	background: white;
}
.mobile_view div#mobiltoggle:after {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(50% - 1.5px);
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle span {
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle:before {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.active_toggle span {
	opacity: 0;
}
.mobile_view div#mobiltoggle {
    /*border-bottom: 4px solid #000;*/
    height: 20px;
    width: 30px;
    position: relative;
    overflow: hidden;
	cursor: pointer;
	transition: .4s;
}
.mobile_view div#mobiltoggle.active_toggle:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle {
    border: 0px solid #000;
}
nav.navbar.mobile_view .menuside ul li {
    width: 100%;
    text-align: center;
	padding: 18px 10px;
}
.mobile_view .menuside {
	background: #00003c;
	border: none;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;	
	transition: 0.2s linear;
	height: 0;
	overflow: hidden;
}

body nav.navbar .clicked_menu.menuside {
    visibility: visible;
}

nav#centered_nav .logoside a img {
	transition: .4s;
}
nav#centered_nav.scrolled .logoside img {
    max-width: 95px;
}
div#main-menu-box {
    width: 100%;
    text-align: center;
}
nav#centered_nav .logoside {
    transition: .4s;
    display: flex;
	text-align: center;
    padding: 0;
}
.menuside ul li.dropdown {
    position: relative;
}
.menuside ul li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    bottom: 0;
    top: 40px;
    opacity: 1;
    visibility: visible;
}
.menuside ul.dropdown-menu {
    position: absolute;
    padding: 0;
    list-style: none;
    transition: .4s;
    top: 150px;
    visibility: hidden;
    opacity: 0;
	display: inline-table;
	left: 0px;
	width: 180px;
    border-top: 1px solid #eee;
    min-width: 180px;
    max-width: 180px;
}
ul#menu-main-left ul.dropdown-menu li:first-child {
    padding-left: 15px;
}
.menuside ul.dropdown-menu li a:after {
	display: none;
}
.menuside ul.dropdown-menu li a {
    margin-left: 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 19px;
    font-weight: 300;
    padding: 10px 15px;
}
.menuside ul.dropdown-menu li {
    text-align: left;
    padding: 0;
}
.menuside ul.dropdown-menu li:hover {
    background-color: #C96C07;
}
.logoside img.invert_logo {
    position: absolute;
    left: 0px;
    opacity: 0;
}
.scrolled .logoside img.normal_logo {
    opacity: 0;
}
.scrolled .logoside img.invert_logo {
    opacity: 1;
}

@media(min-width: 1100px) {
	.menuside ul.nav.navbar-nav li.toplevelmenu:last-child {
		padding-right: 0;
	}
}
nav.navbar .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu.active a {
    color: #ffc670;
}

/* Topbar */

div#page_topbar p {
    margin: 0;
}
.content_align_right {
    text-align: right;
}
div#page_topbar .container {
    padding: 12px;
}
ul#menu-topbar {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: end;
}
#page_topbar p, #page_topbar a {
    display: flex;
}
ul#menu-topbar li {
    align-items: center;
    display: flex;
    margin-left: 10px;
}
ul#menu-topbar .topbar_button a {
    background: #e7a900;
    font-size: 14px;
    padding: 11px 30px 10px;
    border-radius: 30px;
    transition: .3s linear;
    border: 1px solid #e7a900;
    line-height: 1;
    font-weight: 400;
}
ul#menu-topbar .topbar_button:first-child a {
    background: #00a8e6;
    border: 1px solid #00a8e6;
}
ul#menu-topbar .topbar_button a:hover {
    background: #fff;
    color: #e7a900;
}

ul#menu-topbar .topbar_button:first-child a:hover {
    background: #fff;
    color: #00a8e6;
}


/* 404 page */

body.error404 {
    min-height: 100vh;
    background: #eee;
}
body.error404 .container.main-container {
    background: transparent;
    max-width: 100%;
    padding: 0 15px;
}
body.error404 .errorcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#post-404 .imageblock {
    padding-top: 0px;
	text-align: center;
}
#post-404 h1 {
    font-family: Arial;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 15px;
    color: #4d4d4d;
}
img#notfound_page_img {
    position: relative;
    transition: .5s;
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
body.error404 .errorcontent p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}
form.search-form label {
    display: none;
}
.container.fullonbelul {
    margin: 0 auto;
}
a.back_to_home_404:hover {
    background: transparent;
    color: #4d4d4d;
    font-weight: bold;
}
a.back_to_home_404 {
    display: inline-block;
    background: #4d4d4d;
    width: 160px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    transition: .4s;
    border: 2px solid #4d4d4d;
    text-align: center;
    margin-top: 30px;
}

/* Preloader */

.loader {
    border: 4px solid #c5c5c5;
    border-top: 8px solid #0078c9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
 
/* Basic Form */
form.wpcf7-form p label span .wpcf7-form-control {
    width: 100%;
    outline: none;
    background: #fff;
    color: #000;
}
form.wpcf7-form p label span, form.wpcf7-form p label {
	display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

form.wpcf7-form p br {
    display: none;
}
form.wpcf7-form p {
    margin: 0 0 15px;
	position: relative;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: .5s;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 60px 10px 60px;
    position: relative;
    margin-top: 20px;
}
span.wpcf7-list-item label span a {
	text-decoration: underline !important;
	font-weight: bold !important;
}

span.wpcf7-spinner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
form.wpcf7-form p.kuldes_gomb {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-top: 5px;
	transition: .5s;
	top:0;
	
}
form.wpcf7-form p.kuldes_gomb:hover {
    margin-top: 0;
	margin-bottom: -5px;
}
form.wpcf7-form p.kuldes_gomb:after {
	content: "→";
    position: absolute;
    right: 30px;
    top: 14px;
    line-height: 1;
	transition: .5s;
}
form.wpcf7-form p label span span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
    background: #e3e3e3;
    margin-top: -5px;
    padding: 4px;
    line-height: 1;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #002c78;
    background: #002c78;
    color: #fff;
    font-weight: 500;
    margin: 30px 0 0;
    line-height: 1.5;
    padding: 25px 20px;
}
.form-floating .focused label {
    font-size: 18px;
    line-height: 28px;
    height: auto;
	top:0;
}
.form-floating span.wpcf7-form-control-wrap {
    height: 90px;
    border-bottom: 2px solid #eb1469;
    display: flex;
    align-items: end;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    border: 0;
    background: transparent;
    height: auto;
    line-height: 1.2;
    padding: 0 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 250px;
}
.form-floating label {
    position: absolute;
    top: 30px;
    color: #000;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0px 10px;
    font-size: 32px;
    line-height: 60px;
    color: #fff;
	transition: .3s;
}
.wpcf7-form-control-wrap input:focus {
    background: #1E1E1E;
    box-shadow: none;
    color: #fff;
}


/* Footer */
.copyright_info p {
    margin: 0;
}
footer p {
    margin-bottom: 10px;
}
footer p, footer a, footer td {
    color: #fff;
    font-size: 16px;
    letter-spacing: unset;
    line-height: 1;
}


/* Single Post */
a.post_main_image img {
    max-width: 100%;
    height: auto;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}

p#breadcrumbs {
    margin: 0;
    display: inline-block;
    border-top: 1px solid #fff;
}
p#breadcrumbs span a {
    font-weight: bold;
}
p#breadcrumbs span a, p#breadcrumbs span span {
    text-decoration: none;
}
p#breadcrumbs span, p#breadcrumbs span a {
    color: #373c3c;
}
.theme_breadcrumbs>.container {
    padding: 0;
}
.theme_breadcrumbs {
    text-align: center;
}
footer#theme_footer {
	clear: both;
    padding: 0;
    margin-top: 0;
	position: relative;
	z-index: 7;
}
footer#theme_footer .top_footer {
	padding: 60px 0;
}
.copyright_info p a:hover {
    color: #ccc;
}
.copyright_info p a {
    font-weight: bold;
    transition: .4s;
}
.copyright_info p, .copyright_info p a {
    text-align: center;
    font-size: 16px;
    padding: 0;
    text-decoration: none;
    line-height: 28px;
}
.copyright_info {
	text-align: center;
}
.copyright_info .widget {
    padding: 0;
    width: 100%;
}
.copyright_info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
li.col-md-4.col-12.centerfooter {
    text-align: center;
}
.copyright_info ul.row {
    align-items: center;
}
.copyright_info ul li,
.copyright_info ul li a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
	list-style: none;
}
li.kotelezolinkek.col-md-4.col-12 {
    text-align: right;
}

ul.left_footer_list li, ul.right_footer_list li {
    color: #fff;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.32px;
    line-height: 22px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 24px;
    opacity: 1;
}
div#mobiltoggle span {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #e1d7d2;
}
div#mobiltoggle {
    width: 18px;
    height: 14px;
    border-top: 0;
    border-bottom: 0;
    position: relative;
	display: none;
}
div#mobiltoggle:before, div#mobiltoggle:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #e1d7d2;
    width: 50%;
    transition: .5s;
}
div#mobiltoggle:after {
    bottom: 0;
    right: 0;
}
div#mobiltoggle:before {
    top: 0;
    left: 0;
}
.sidebar_toggle:hover {
	cursor: pointer;
}
.sidebar_toggle:hover div#mobiltoggle:before {
	width:100%;
}
.sidebar_toggle:hover div#mobiltoggle:after {
	width:100%;
}
.content_align_right {
    text-align: right;
    justify-content: end;
    display: flex;
}
div#closemenu {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 2;
	cursor: pointer;
}
div#closemenu:after {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: 10px 0;
}
div#closemenu:before {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 5px 30px;
}

/* alegtechnika */
.wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.vc_btn3-container.vc_btn3-inline.vc_do_btn {
    margin-bottom: 0;
}

/* globális háttérszínek */
.bg_black {
	background: #000;
}
.bg_white {
	background: #fff;
}
.bg_dustyblue {
	background: #212E43;
}
.bg_primary {
	background: #036FDC;
}
.bg_turq {
	background: #009495;
}
.bg_red {
	background: #FF5353;
}
.bg_green {
	background: #364D1C;
}
/* globális betűszínek */
.color_black {
	color: #000;
}
.color_white {
	color: #fff;
}
.color_dustyblue {
	color: #212E43;
}
.color_primary {
	color: #036FDC;
}
.color_turq {
	color: #009495;
}
.color_red {
	color: #FF5353;
}
.color_green {
	color: #364D1C;
}

/* Fejléc */
ul#menu-fomenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
ul#menu-fomenu li {
    padding: 0 15px;
}
.menu_icon_side {
    display: flex;
    justify-content: end;
    align-items: center;
}
.logo_box a.mainlogo-link {
    padding: 0;
    display: block;
}
.logo_box a.mainlogo-link img {
    display: block;
}
.mobile_toggle {
    display: none;
}
nav.navbar .col-12 {
    align-items: center;
    display: flex;
}
nav.navbar .mainicons_col {
    justify-content: end;
}
body nav.navbar {
    padding: 28px 0;
    backdrop-filter: blur(10px);
}
.menu_side {
    display: block;
    width: 100%;
}
.nav li.menu-item.active a {
    color: #43200a;
    font-weight: 700;
}
body nav ul.dropdown-menu li:last-child {
    margin-bottom: 0;
}
body nav ul.dropdown-menu li {
    margin-bottom: 15px;
}
nav.navbar .mainmenu_col {
    padding: 0;
}
.menu_icon.menu_notification {
    margin-left: 8px;
}
.menu_icon {
    margin-left: 6px;
}
/*
div#main_banner:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/02/Vector.svg);
    background-position: right;
    background-repeat: no-repeat;
}
div#main_banner:before {
    content: "";
    display: block;
    position: absolute;
    right: -64%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/02/Vector.svg);
    background-position: right;
    background-repeat: no-repeat;
} */

div#main_banner {
    background-color: #bf9b30;
    padding: 100px 0;
    background-image: url(/wp-content/uploads/2026/03/woodtext2.webp);
    background-blend-mode: exclusion;
}
.designajo_mainhead * {
    color: #fff;
}
.designajo_mainhead h1 {
    margin: 0;
    font-weight: 900;
    line-height: 1;
}
.wpb_text_column.wpb_content_element.services_overlay_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px 80px;
    background: linear-gradient(0deg, #43200ac2 15%, #43200a40 85%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    color: #3D5267;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}
.services_overlay_title .wpb_wrapper * {
    color: #fff;
}
.services_overlay_title .wpb_wrapper h3 {
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 22px;
}
.services_overlay_title .wpb_wrapper p {
    font-size: 14px;
    padding: 0 30px;
}
.wpb_single_image.wpb_content_element.wpb_content_element {
    margin-bottom: 0;
}
div#banner_services .vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
    position: relative;
}
#banner_services .vc_col-sm-4 .wpb_single_image {
    overflow: hidden;
}
#banner_services .vc_col-sm-4:hover .wpb_single_image img {
    transform: scale(1.2);
}

#banner_services .wpb_single_image img {
    border-radius: 8px;
    transition: .4s;
    max-height: 440px;
    object-fit: cover;
}
div#banner_services .vc_col-sm-4 .vc_column-inner {
    padding: 0 8px;
}

div#main_banner .designajo_mainhead p {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
/* Termék shortcode */

.prod-card {
    border: 1px solid #E2E8F1;
    border-radius: 23px;
    text-align: left;
    position: relative;
    padding: 16px;
    background: #fff;
}

.prod-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f9f9f9;
	transition: .5s;
    border: 6px solid transparent;
}
.prod-image-wrapper:hover {
    border: 2px solid #bf9b30;
}
.prod-image-wrapper:hover img {
    transform: scale(1.2);
}
.prod-image-wrapper img {
    transition: .4s;
}
.prod-price {
    font-weight: 400;
    font-size: 14px;
    color: #212E43;
    line-height: 1;
    width: 100%;
    text-align: center;
}
.prod-button, .basic_cartbtn {
    transition: .4s;
    display: block;
    background: #BF9B30;
    color: white;
    text-align: center;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 600;
    padding: 14px;
    line-height: 1;
    border: 2px solid #BF9B30;
}
a.basic_cartbtn:hover {
    background: transparent;
    color: #BF9B30;
}
.prod-image-wrapper img.attachment-medium {
    height: 205px;
    object-fit: cover;
    object-position: top;
    width: 100%;
    transition: .4s;
}
.prod-image-wrapper img.yith-wcwl-icon {
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.prod-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 24px 0 16px;
    flex-direction: column;
}
.prod-title {
    color: #43200a;
    font-size: 18px;
    margin: 0;
    line-height: 23px;
    font-weight: 800;
    min-height: 50px;
}
.prod-text {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.prod-price span bdi, .prod-price span bdi span {
    font-weight: 300;
    font-size: 18px;
}

/* home - below */
div#designajto_banner {
    min-height: calc(100vh - 100px);
}
div#home_calculator {
    background: #A6CE39;
}
div#home_calculator .vc_single_image-wrapper {
    padding-right: 60px;
}
div#home_calculator .fullscreen_padding_right {
    padding-left: 20px;
}
.home div#home_calculator {
    background: #43200A;
}
.home div#home_calculator h2 {
    color: #ffffff;
}
.home div#home_calculator p {
    color: #ffffff;
}
.home div#home_calculator img.vc_single_image-img {
    height: 450px;
    object-fit: cover;
}
/*
div#home_calculator:after {
    width: 100%;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/03/referenciakep_01.webp);
    background-repeat: no-repeat;
    background-position: right;
} */
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_1 {
    background: #fff;
    border-radius: 9px;
    padding: 17px 42px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    transition: .4s;
    border: 0;
    display: inline-block;
    text-decoration: none;
}
div#home_calculator h2 {
    margin-bottom: 15px;
    color: #441c0a;
}
div#home_calculator p {
    font-size: 22px;
    color: #441c0a;
}
div#home_calculator .vc_btn3-container.vc_btn3-inline.vc_do_btn {
    margin-top: 30px;
}
.product_list_head h3 {
    margin: 0;
    font-weight: 700;
}
.product_list_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
a.basic_link, .basic_link a {
    font-weight: 300;
    color: #3e001a;
    line-height: 18px;
    text-decoration: none;
    transition: .4s;
}
div#home_products:before {
    content: "DESIGN";
    position: absolute;
    left: -100px;
	top: 0px;
    font-size: 220px;
    line-height: 1;
    font-weight: 900;
    opacity: .1;
    filter: blur(2px);
    color: transparent;
    -webkit-text-stroke: 2px #43200A;
}
div#home_products2:before {
    content: "STÍLUS";
    position: absolute;
    left: -100px;
	top: 30px;
    font-size: 220px;
    line-height: 1;
    font-weight: 900;
    opacity: .1;
    filter: blur(2px);
    color: transparent;
    -webkit-text-stroke: 2px #43200A;
}
div#home_products {
    padding: 82px 0 102px;
    position: relative;
}
div#home_products2 {
    padding: 100px 0 100px;
	position: relative;
}
div#home_blogs {
    background-color: rgb(67 32 10 / 75%);
    background-blend-mode: color;
}
#home_blogs .product_list_head h3 {
    color: #fff;
}
a.ytvideokep img {
    width: 100%;
    height: auto;
    display: block;
	aspect-ratio: 16 / 9;
}
a.ytvideokep {
    display: block;
    position: relative;
}
a.ytvideokep span {
    position: absolute;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    background: #007ffe;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    max-width: 50px;
    padding-left: 4px;
    box-sizing: border-box;
}
.playing a.ytvideokep {
    display: none;
}
iframe.ytvideokeret {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
div#blogunk {
    padding: 80px 0 120px;
}
body #posts_carousel.owl-theme .owl-nav {
    width: calc(100% + 100px);
    left: -50px;
}
.product_list_head h2 {
    font-weight: 200;
    font-size: 42px;
}
.blog_post_image img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 15px;
}
.blog_post_image {
    margin-bottom: 15px;
}
#posts_carousel .item {
    padding: 16px;
    border: 1px solid #DFEAF2;
    border-radius: 0;
	background: #fff;
}
.blog_post_title {
    margin-bottom: 24px;
}
.blog_post_title h3 {
    font-size: 18px;
    line-height: 1.4;
    min-height: 71px;
	font-weight: 500;
}
a.blog_readmores {
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 40px;
    border: 2px solid #B39964;
    border-radius: 0px;
    color: #B39964;
    line-height: 1;
    font-weight: 600;
    transition: .4s;
    width: fit-content;
}
a.blog_readmores:hover {
    background: #B39964;
    color: #fff;
}
.blog_post_excerpt {
    font-size: 16px;
    min-height: 60px;
}
.item.blog_item {
    margin-bottom: 40px;
}
div#home_blogs {
    padding: 82px 0 102px;
}
div#lepj_velunk_kapcsolatba {
    padding: 65px 0 95px;
}
.footer-widget h4 {
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-widget ul.menu li {
    margin-bottom: 7px;
}

.footer-widget ul.menu li a {
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    display: block;
}
.footer-widget ul.menu {
    padding: 0;
    margin: 0;
}
footer#theme_footer .top_footer {
    padding: 90px 0 80px;
}
.widget_media_image img {
    display: block;
    margin: 0;
    width: 205px;
}
.first_footer_col .footer-widget ul {
    padding: 0;
    width: 100%;
    margin-top: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.first_footer_col .footer-widget ul li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 0 14px;
}
#text-3.footer-widget h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
	margin-bottom:15px;
}
footer#theme_footer ul.sub-menu {
    display: none;
}
body * {
	box-sizing: border-box;
}
.footer-widget form.wpcf7-form p label span input.wpcf7-form-control {
    max-width: 375px;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 16px;
    line-height: 1;
}
.copyright_info ul {
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}
.copyright_info ul li a, .copyright_info ul li {
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}
.copyright-widget.widget.widget_media_image {
    padding-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid #ffffff;
}
.copyright_info {
    padding-bottom: 20px;
    padding-top: 20px;
}
.footer-widget form.wpcf7-form label {
    display: block;
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.footer-widget form.wpcf7-form label input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 0;
    height: 50px;
    background-color: transparent;
    text-indent: -9999px;
    background-image: url(assets/img/nyil_jobb.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    opacity: .5;
}
h5.vc_tta-panel-title, h5.vc_tta-panel-title a, h5.vc_tta-panel-title a span {
    color: #525F74;
    font-size: 16px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    background: #fff;
    padding: 26px 24px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #525F74;
    background: #fff;
}
body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    background: #fff;
    padding: 26px 24px;
    border-top: 0;
    position: relative;
}
body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body div p {
    color: #525F74;
}
body .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: 0px;
}
body .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 48px);
    left: 24px;
    top: 0;
    height: 1px;
    background: #DEDEDE;
}
.wpb_text_column.wpb_content_element.color_dustyblue.faq_headblock {
    margin-bottom: 45px;
}
div#faq_section {
    padding-top: 80px;
    padding-bottom: 100px;
}
div#lepj_velunk_kapcsolatba h3 {
    font-weight: 800;
}
.inline_btns a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
	margin-right: 16px;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
    border: 2px solid #43200a;
    background: transparent;
    color: #43200a;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 28px;
    line-height: 1;
    border-radius: 9px;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_3 {
    border: 1.5px solid #43200a;
    background: #43200a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 28px;
    line-height: 1;
    border-radius: 9px;
}
input.wpcf7-form-control::placeholder {
    color: #C3CADA;
}
.woocommerce div.product form.cart table.variations td.value select {
    display: none;
}
body.woocommerce div.product form.cart .variations tbody tr td, body.woocommerce div.product form.cart .variations tbody tr th {
    display: block;
    width: 100%;
}
body.woocommerce div.product form.cart .variations tbody tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: left;
	padding-bottom: 25px;
}

.flex-control-thumbs.slick-initialized {
    display: block !important;
    padding: 0 30px;
    position: relative;
}

.flex-control-thumbs .slick-slide {
    margin: 0 5px;
    outline: none;
}

.flex-control-thumbs .slick-slide img {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.flex-control-thumbs .slick-current img {
    opacity: 1;
    
}

/* Nyilak stílusozása (példa) */
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    border: none;
    background: #fa6400;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.slick-prev { left: 0; }
.slick-next { right: 0; }

.woocommerce-product-gallery .flex-viewport {
    max-height: 470px;
    min-height: 470px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 8px;
}
.woocommerce-product-gallery .flex-viewport img {
    max-height: 470px;
    object-fit: cover;
}

ol.flex-control-nav.flex-control-thumbs {
    position: relative;
}
.prev.slick_arrow.slick-arrow {
    right: 30px;
	background-image: url(assets/img/chevron_left.webp);
}
.next.slick_arrow.slick-arrow {
    right: 0;
	background-image: url(assets/img/chevron_right.webp);
}
.slick_arrow.slick-arrow {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.flex-control-thumbs .slick-slide li {
    border-radius: 8px;
    background: #fff;
}
ul.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 210px;
	transition: .4s;
    opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide a:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
    background-image: url(assets/img/fullscreen.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide a {
    position: relative;
}
.woocommerce div.product div.images.woocommerce-product-gallery:hover ul.flex-direction-nav {
    opacity: 1;
}
h1.product_title.entry-title {
    font-size: 28px;
    color: #43200a;
    font-weight: 700;
    margin-bottom: 5px;
}
.woocommerce div.product div.summary {
    padding-left: 30px;
}
.product-type-variable .entry-summary p.price {
    display: none;
}
.single_variation_wrap .woocommerce-variation-price {
    display: none;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}
.woocommerce div.product form.cart .button {
    float: none;
    display: block;
    width: 100%;
    background: #421f0a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9px;
    padding: 16px;
}
.woocommerce-message a.button:hover {
    background: #fff;
    color: #421f0a;
}
.woocommerce-message a.button {
    background: #421f0a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9px;
    padding: 15px 30px;
    color: #fff;
    transition: .4s;
    border: 1.5px solid #421f0a;
}
body .woocommerce-message {
    border: 2px solid #421f0a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9px;
    background: #fff;
	font-size: 14px;
}
body .woocommerce-message:after {
	display: none;
}
body .woocommerce-message::before {
    color: #421f0a;
    font-size: 16px;
    top: calc(50% - 8px);
    line-height: 1;
    margin-top: -1px;
}
.woocommerce div.product form.cart .variations .label_variation_select label {
    border: 1px solid #421f0a;
    border-radius: 24px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
	line-height: 1.2;
}
.label_variation_select input {
    position: absolute;
    visibility: hidden;
}
.woocommerce div.product form.cart .variations .label_variation_select input:checked+label {
    background: #421f0a;
    border-color: #421f0a;
    color: #fff;
}
.entry-summary p.price {
    margin-bottom: 5px;
}
p.price span bdi, p.price span bdi span {
    color: #421f0a;
    font-size: 24px;
    font-weight: bold;
}
p.price_extrainfo {
    font-size: 13px;
    font-weight: 400;
    color: #421f0a;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.woocommerce-product-details__short-description p {
    font-size: 15px;
    color: #43200a;
    line-height: 22px;
    margin-bottom: 10px;
}
.woocommerce div.product {
    display: flex;
}
.woocommerce div.product div.summary {
    float: none;
}
.woocommerce div.product form.cart .variations th.label label, p.qty_headtext {
    color: #421f0a;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
}
body.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    padding-top: 20px;
}
.woocommerce .quantity .qty_changer input.qty {
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    width: 35px;
}
.qty_changer .qty_inputs {
    background: transparent;
    padding: 0;
    border: 0;
    outline: none;
    line-height: 1;
    display: inline-block;
}
.qty_changer {
    border: 1px solid #421f0a;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 24px;
}
.qty_changer .qty_inputs img {
    display: block;
}
body.woocommerce div.product form.cart div.quantity {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
}
body.single .product_meta {
    display: none;
}
.single-product .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: none;
}
body.single nav.woocommerce-breadcrumb {
    margin: 0;
    padding: 30px 0;
}
nav.woocommerce-breadcrumb a {
    font-size: 14px;
    text-decoration: none;
    color: #421f0a;
    line-height: 1;
}
body.single nav.woocommerce-breadcrumb span {
	font-size: 14px;
    color: #421f0a;
    line-height: 1;
}
img.breadleft_img {
    display: inline-block;
	margin-right: 15px;
}
.filters-container>form>h3 {
    display: none;
}
.filter_and_count {
    display: flex;
    justify-content: end;
    align-items: center;
}
.product_list_headerwrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
}
h3.prod_head_h3 {
    margin: 0;
}
body.woocommerce p.woocommerce-result-count {
    margin: 0;
    color: #808080;
    font-size: 16px;
	font-weight:300;
    margin-right: 15px;
}
header.woocommerce-products-header {
    background-image: linear-gradient(141deg, #452109 44%, #BF9B30 100%);
    padding: 65px 0;
}
p.main_prod_head_Desc {
    margin: 0;
    max-width: 780px;
    font-weight: 600;
	color: #fff;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 32px;
    margin-bottom: 8px;
    color: #fff;
}
span.boldweight {
    font-weight: 700;
    font-size: 14px;
    color: #212E43;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) nav.woocommerce-breadcrumb a {
    font-size: 14px;
    color: #212E43;
}
div#filter_sidebar {
    position: relative;
}
.archive.woocommerce nav.woocommerce-breadcrumb {
    margin: 0;
    padding: 35px 0;
}
button.btn.btn-primary.yith-wcan-reset-filters.reset-filters {
    position: absolute;
    top: 0;
    right: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #0080FF;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
input#yith-ajax-search-input {
    display: block;
    width: 100%;
    background: #E2E8F1;
    border: 0;
    border-radius: 32px;
    padding: 16px 40px 16px 16px;
    font-size: 14px;
}
.yith-custom-search-filter {
    position: relative;
    display: block;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #DBDBDB;
}
button#yith-ajax-search-submit img {
    display: block;
}
button#yith-ajax-search-submit {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    right: 15px;
    top: 13px;
    z-index: 1;
}
input#yith-ajax-search-input::placeholder {
    color: #9BA7C1;
}
div#filter_sidebar h3, div#filter_sidebar h4.filter-title {
    color: #212E43;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
div#filter_sidebar h4.filter-title {
    margin-bottom: 24px;
}
body .yith-wcan-filters {
    background: transparent;
    margin-bottom: 0;
}
body .yith-wcan-filters .yith-wcan-filter {
    position: relative;
    display: block;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #DBDBDB;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    box-shadow: none;
    border-radius: 24px;
    padding: 8px 16px;
    border: 1px solid #9BA7C1;
	transition: .4s;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label {
    font-size: 14px;
    line-height: 18px;
    color: #3E425C;
    transition: .4s;
}
body .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs {
    margin-bottom: 0px;
    order: 1;
}
body .yith-wcan-filters .yith-wcan-filter .price-slider.both {
    padding: 40px 0px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min {
    left: 0;
    margin-right: 1%;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-min,
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
	float: none;
	top: 0;
    position: absolute;
	width: 49.5%;
	border: 1px solid #9095B2;
    background: transparent;
    border-radius: 4px;
    padding: 28px 10px 8px;
}
.yith-wcan-filters .yith-wcan-filter .price-slider.both .price-slider-max {
    right: 0;
}
body .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs span.irs span.irs-to,
body .yith-wcan-filters .yith-wcan-filter .price-slider.both .irs span.irs span.irs-from {
    display: none;
}
body .yith-wcan-filters .yith-wcan-filter .price-slider.both:before {
    content: "-tól (Ft)";
    font-size: 12px;
    font-weight: 400;
    color: #696969;
    position: absolute;
    top: 8px;
    left: 10px;
}
body .yith-wcan-filters .yith-wcan-filter .price-slider.both:after {
    content: "-ig (Ft)";
    font-size: 12px;
    font-weight: 400;
    color: #696969;
    position: absolute;
    top: 8px;
    left: calc( 50.5% + 10px );
}
body .yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    height: 9px;
    background: #0080FF;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    top: 31px;
}
body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    text-decoration: none;
    transition: .4s;
    line-height: 1.4;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    color: #000;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    font-weight: 700;
}

.filter-item.checkbox input {
    margin: 0;
    border: 1px solid #212E43;
    width: 18px;
    height: 20px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    min-width: 20px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items li.filter-item.checkbox:last-child label {
    margin-bottom: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items li.filter-item.checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
body .yith-wcan-filters .yith-wcan-filter:last-child {
    border-bottom: 0;
}
.woocommerce .woocommerce-ordering select {
    background: transparent;
    border: 1px solid #9BA7C1;
    border-radius: 24px;
    font-size: 14px;
    line-height: 18px;
    color: #3E425C;
    padding: 8px 50px 8px 16px;
}
body.woocommerce .woocommerce-ordering label {
    margin-right: 8px;
}
body.woocommerce .woocommerce-ordering {
    margin: 0;
    display: flex;
    align-items: center;
    color: #5E6D7C;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
    background: #fff;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #E2E8F1;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	background: #fff;
	padding: 16px;
	border-radius: 24px;
	border: 1px solid #E2E8F1;
}
@media(min-width: 992px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 32.10%;
	}
	.woocommerce ul.products.columns-3 li.product.last, .woocommerce-page ul.products.columns-3 li.product.last {
		margin-right: 0;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0;
        float: none;
        width: 25%;
        padding: 10px;
        margin-bottom: 25px;
        border: 1px solid #eee;
        border-radius: 15px;
    }
}
body.woocommerce nav.woocommerce-pagination ul {
    border: 2px solid #441c0a;
    border-right: 2px solid #441c0a;
    margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    background: transparent;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    border-right: 1px solid #441c0a;
    padding: 0;
    min-width: 35px;
}
body.woocommerce nav.woocommerce-pagination ul li a, 
body.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: block;
    font-weight: 600;
    width: 100%;
    height: 100%;
    line-height: 35px;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus, 
body.woocommerce nav.woocommerce-pagination ul li a:hover, 
body.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #441c0a;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 35px;
}
body.woocommerce .products ul, body.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail {
    height: 300px;
    object-fit: cover;
    object-position: center;
    background: #fff;
    border-radius: 12px;
    margin: 0;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    color: #212E43;
    padding: 0;
    margin-bottom: 16px;
}
.woocommerce ul.products li.product a button img {
    margin: 0;
}
button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    left: inherit;
    right: 4px;
    top: 175px;
}
body.woocommerce ul.products li.product .productlist_pricecol .price, 
body.woocommerce ul.products li.product .productlist_pricecol .price span, 
body.woocommerce ul.products li.product .productlist_pricecol .price span bdi, 
body.woocommerce ul.products li.product .productlist_pricecol .price span bdi span {
	font-size: 16px;
    color: #BF9B30;
    margin: 0;
    font-weight: 700;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title.archive_prod_title {
    font-size: 14px;
    color: #441c0a;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: left;
    letter-spacing: 0.2px;
    min-height: 80px;
    max-height: 80px;
    overflow-y: auto;
}
.term-kilincsek-es-rozettak.woocommerce ul.products li.product h2.woocommerce-loop-product__title.archive_prod_title {
    min-height: 40px;
}
.woocommerce ul.products li.product h3.prod_brand {
    display: none;
}
.term-kilincsek-es-rozettak.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail {
    height: 200px;
}
.productlist_brandtitle {
    width: 100%;
}
.productlist_pricecol {
    width: 100%;
    text-align: right;
}
.productlist_headmeta {
    display: flex;
    margin-top: 24px;
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
}
body.single button.single_add_to_cart_button.button.alt.disabled, body.single-product .variations_button button[type="submit"] {
    background: #421f0a!important;
}
#home_calculator.vc_row.row {
	margin:80px 0 0;
	position: relative;
}
#home_calculator.vc_row.row .vc_col-sm-6.col-lg-6.col-12 {
    padding: 0;
}
#home_calculator.vc_row.row figure.wpb_wrapper.vc_figure img {
    display: block;
    height: 400px;
    object-fit: cover;
}
#home_calculator.vc_row.row figure.wpb_wrapper.vc_figure {
    margin: 0;
}
div#home_calculator.vc_row.row .fullscreen_padding_right {
    align-items: center;
    display: flex;
	position: relative;
}
#home_calculator.vc_row.row .vc_col-sm-6.col-lg-6.col-12.fullscreen_padding_right {
    padding: 0;
    
}
div#faq_shortcode div#faq_section {
    margin: 0;
    max-width: 1380px;
    margin: 0 auto;
}
div#faq_shortcode {
    padding-top: 25px;
}
section.related.products {
    padding: 62px 0;
	background: #fff;
}
.woocommerce .related ul.products li.product {
    border: 1px solid #DFEAF2;
    padding: 16px;
    border-radius: 24px;
}
section.related.products h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 32px;
}
body nav ul.dropdown-menu li {
    margin-bottom: 15px;
}
body nav ul.dropdown-menu li a {
    font-size: 16px;
}
ul.dropdown-menu {
    position: absolute;
    background: #fff;
    padding: 25px 15px 15px;
    list-style: none;
    visibility: hidden;
    transition: .2s;
}
li.dropdown:hover>ul.dropdown-menu {
    visibility: visible;
}
li.dropdown li.dropdown-submenu:hover>ul.dropdown-menu {
    visibility: visible;
}
li.dropdown li.dropdown-submenu>ul.dropdown-menu {
    left: 100%;
    top: 0;
    width: 230px;
}
.kapcsolat_scrolled {
    display: none;
}
.container.navbar_container,
#page_topbar .container {
    max-width: 90%;
}
.nav li.menu-item ul.dropdown-menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
@media(min-width: 990px) {
	.woocommerce .related ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
		max-width: 48%;
	}
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-bottom: 72px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    font-weight: 400;
    color: #212E43;
    text-decoration: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
    color: inherit;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding-right: 32px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    overflow: visible;
    position: relative;
    border-bottom: 3px solid #E2E8F1;
    padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -13px;
    height: 3px;
    width: 100%;
    background: #0080ff;
    left: 0;
    z-index: 1;
    transition: .4s;
    opacity: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    opacity: 1;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #0080FF;
	font-weight: 600;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}
body.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}
div#ingyenes_tanacsadas {
    padding: 72px 0;
    background: #A6CE39;
    color: #441c0a;
}
div#ingyenes_tanacsadas p {
    margin: 0;
}
a.whiteborder_btns.basic_btns {
    color: #441c0a;
    border-radius: 9px;
    border: 2px solid #441c0a;
    line-height: 19px;
    padding: 16px 26px;
    text-decoration: none;
    font-weight: 700;
}
.col-lg-6.col-12.free_btns {
    display: flex;
    align-items: center;
    justify-content: end;
}
.woocommerce .related ul.products {
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
}
.woocommerce .related ul.products li.product {
    margin-right: 0;
    max-width: 24%;
    width: 100%;
}
a.whiteborder_btns.basic_btns.first_btn {
    margin-right: 16px;
}
span.cartqty {
    position: absolute;
    right: 2px;
    font-size: 11px;
    background: #A6CE39;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    color: #43200a;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    border: 1px solid #43200a;
}
.menu_icon.menu_cart {
    position: relative;
}
span.caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid #43200a;
    border-bottom: 2px solid #43200a;
    display: inline-block;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    position: relative;
    top: -4px;
    left: 3px;
}
div#subpage_headers * {
    color: #fff;
}
#subpage_headers {
    display: flex;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    align-items: center;
    position: relative;
    min-height: 200px;
    margin-bottom: 70px;
    background: linear-gradient(to right, #43200a 25%, rgba(0, 0, 0, 0) 100%), url(/wp-content/uploads/2026/03/woodtexture.webp) no-repeat;
}
.subdescriptions p:last-child {
    margin-bottom: 0;
}
h1.subheaders {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
}
.page-kalkulator div#subpage_headers {
    text-align: center;
}
.page-kalkulator div#subpage_headers .empty_columns {
    display: none;
}
.page-kalkulator div#subpage_headers .col-lg-6.col-12 {
    width: 100%;
}
body:not(.single-product) .content_container table th {
    border: 1px solid #4d4d4d;
    padding: 10px;
    background: #525f74;
    color: #fff;
}
body:not(.single-product) .content_container table td {
    border: 1px solid #4d4d4d;
    padding: 10px;
}
body:not(.single-product) .content_container table {
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #4d4d4d;
    width: 100%;
    margin-bottom: 15px;
}
body:not(.home) main#content_page {
    padding-bottom: 60px;
}
body.woocommerce.archive main#content_page {
    padding-bottom: 0;
}
div#account_modal.showlogin {
	visibility: visible;
}
div#account_modal {
	display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
}
div#account_modal.showlogin .container {
    opacity: 1;
}
div#account_modal .container {
    position: relative;
    z-index: 1;
    transition: .4s;
    transition-delay: .4s;
    opacity: 0;
}
div#modal_close_layer {
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    background-image: url(assets/img/loginframe.svg), linear-gradient(112.3deg, #0080FF 0%, #08B3A8 100%);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s;
    opacity: 0;
}
div#account_content {
    background: #fff;
    border-radius: 14px;
    padding: 60px;
    box-shadow: 3px 3px 9px 0px rgb(55 45 41 / 14%);
}
.showlogin div#modal_close_layer {
    opacity: 1;
}
body #account_content .woocommerce .loginregister_blocks {
    display: block;
    width: 100%;
    float: none;
}
body #account_content .woocommerce .register_fullwidth_col {
    display: none;
}
.logreg_headers {
	text-align: center;
}
#customer_login h2 {
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 40px;
}
.logreg_headers p {
    font-size: 14px;
    color: #525F74;
    margin: 0;
}
.loginregister_blocks form.woocommerce-form {
    max-width: 450px;
    display: block;
    margin: 0 auto;
    border: 0;
    padding: 0;
    padding-top: 25px;
}
#account_content .woocommerce form .form-row label {
    font-size: 14px;
    color: #212E43;
    line-height: 20px;
}
#account_content .woocommerce form .form-row label span.required {
    color: red;
    font-size: 12px;
    line-height: 1;
}
#account_content .woocommerce form .form-row .input-text {
    border: 0;
    background: #F5F7FA;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    border-radius: 9px;
}
.login p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-bottom: 15px;
    padding: 0;
}
#account_content .woocommerce form .form-row .input-text::placeholder {
	color: #C3CADA;
}
.woocommerce form p.form-row.btnrow_rememberme {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
body button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    float: none;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    background: #0080FF;
    border-radius: 9px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
}
body .woocommerce .woocommerce-form-login .woocommerce-form-login__submit img,
body button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit img {
    margin-left: 7px;
}
#account_content .woocommerce form .form-row label.woocommerce-form-login__rememberme span {
    font-size: 16px;
    line-height: 1;
}
input#rememberme {
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
}
#account_content .woocommerce form .form-row label.woocommerce-form-login__rememberme {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
p.woocommerce-LostPassword.lost_password {
    text-align: center;
    margin-bottom: 20px;
}
p.woocommerce-noregyet.gotoregister {
    text-align: center;
    margin: 0;
    color: #212E43;
    font-weight: 600;
}
p.woocommerce-LostPassword.lost_password a {
    color: #212E43;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}
a#openregtab, a#openlogintab {
    color: #0080FF;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}
.loginregister_blocks .woocommerce-privacy-policy-text p a {
    text-decoration: none;
    font-weight: 600;
    color: #0080FF;
}
.loginregister_blocks .woocommerce-privacy-policy-text p, .loginregister_blocks .woocommerce-privacy-policy-text p a {
    font-size: 14px;
}
body:not(.home) .vc_btn3-container.vc_btn3-center.vc_do_btn {
    margin: 0;
}
div#mit_kinalunk_row {
    padding-bottom: 60px;
}
#mit_kinalunk_row .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0px 4px 26px 0px #0000000A;
    background: #fff;
    border-radius: 9px;
    padding: 42px 32px 32px;
}
.wpb_text_column.wpb_content_element.service_column_headers {
    color: #212E43;
}
.wpb_text_column.wpb_content_element.service_column_headers h3 {
    margin-bottom: 6px;
}
.wpb_text_column.wpb_content_element.services_head_descriptions ul {
    padding-left: 20px;
    color: #212E43;
    margin-top: 0;
}
.wpb_text_column.wpb_content_element.services_head_descriptions ul li:last-child {
    margin: 0;
}
.wpb_text_column.wpb_content_element.services_head_descriptions ul li {
    margin-bottom: 14px;
}
.wpb_text_column.wpb_content_element.services_head_descriptions {
    min-height: 240px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.wpb_text_column.wpb_content_element.mb24_box {
    margin-bottom: 24px;
}
.wpb_text_column.wpb_content_element.mb32_box {
    margin-bottom: 32px;
}
.wpb_text_column.wpb_content_element.mb42_box {
    margin-bottom: 42px;
}
div#klime_telepites_csomagok {
    background-color: #0080FF;
    padding: 96px 0 115px;
    background-image: url(/wp-content/uploads/2026/02/bluback_overlay.webp);
    background-size: cover;
}
div#klime_telepites_csomagok .wpb_text_column.wpb_content_element.color_white {
    margin-bottom: 42px;
}
div#klime_telepites_csomagok .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #DFEAF2;
}
div#klime_telepites_csomagok .vc_col-sm-4>.vc_column-inner>.wpb_wrapper h3 {
    margin-bottom: 40px;
}
div#klime_telepites_csomagok .vc_col-sm-4>.vc_column-inner>.wpb_wrapper h2 {
    line-height: 40px;
    margin-bottom: 8px;
}
div#klime_telepites_csomagok .vc_col-sm-4>.vc_column-inner>.wpb_wrapper p {
    font-size: 14px;
    color: #525F74;
    margin-bottom: 40px;
}
.vc_separator.wpb_content_element.vc_separator_align_center {
    margin-bottom: 40px;
}
.wpb_text_column.wpb_content_element.narrow_list ul li:last-child {
    margin-bottom: 0;
}
.wpb_text_column.wpb_content_element.narrow_list ul li {
    color: #525F74;
    margin-bottom: 10px;
}
.wpb_text_column.wpb_content_element.narrow_list ul {
    padding-left: 20px;
    max-width: 285px;
    margin: 0 auto 40px;
}
.fullwidth_btns a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_3 {
    width: 100%;
}
div#home_calculator.nobackground_block h2 {
    color: #0080FF;
}
div#home_calculator.nobackground_block {
    background: transparent;
}
div#home_calculator.nobackground_block:after {
	display: none;
}
div#home_calculator.nobackground_block a.vc_general.vc_btn3-style-custom_theme_btn_3 {
    margin-right: 16px;
}
.gradient_background {
    background: linear-gradient(112.3deg, #0080FF 0%, #08B3A8 100%);
}
div#szerviz-karbantartas {
    padding: 82px 0;
}
div#szerviz-karbantartas ul li {
    font-weight: 300;
    line-height: 32px;
}
div#szerviz-karbantartas ul {
    padding-left: 20px;
}
div#szerviz-karbantartas .vc_col-sm-7 .wpb_wrapper {
    display: flex;
    justify-content: end;
}
div#szerviz-karbantartas .vc_col-sm-7 .wpb_wrapper a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
    color: #fff;
    border-color: #fff;
    margin-left: 15px;
    font-weight: 400;
}
div#kiszallitas_felmeres {
    padding: 108px 0;
}
.wpb_text_column.wpb_content_element.shipping_prices {
    background: #F5F7FA;
    border: 1px solid #DFEAF2;
    border-radius: 24px;
    padding: 32px 25px 0;
    min-height: 180px;
}
.shipping_prices h3:last-child {
    margin-bottom: 0;
}
.shipping_prices h3 {
    margin-bottom: 26px;
}
div#kiszallitas_felmeres .vc_column-inner {
    padding-top: 0;
}
div#kiszallitas_felmeres .vc_column-inner .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-top: 40px;
}
div#ceges_partnerkent {
    padding: 108px 0;
}
div#ceges_partnerkent .vc_column-inner {
    padding-top: 0;
}
.wpb_text_column.wpb_content_element.ceges_partner_head {
    margin-bottom: 32px;
}
.vc_row.grey_boxes .wpb_text_column h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212E43;
    text-align: center;
}
.vc_row.grey_boxes .wpb_text_column {
    background: #F5F7FA;
    display: flex;
    min-height: 140px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid #DFEAF2;
    color: #212E43;
    padding: 28px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.grey_boxes:first-child {
    margin-bottom: 30px;
}
div#miertvalassz_minket {
    padding: 118px 0 114px;
}
div#miertvalassz_minket .vc_column-inner {
    padding: 0;
}

.vc_row.white_boxes .wpb_text_column h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.vc_row.white_boxes .wpb_text_column {
    display: flex;
    min-height: 140px;
    align-items: center;
    justify-content: start;
    border-radius: 24px;
    border: 1px solid #DFEAF2;
    padding: 28px 30px;
}
div#miertvalassz_minket a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_1 {
    color: #0080FF;
    font-weight: 600;
}
div#miertvalassz_minket .wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 0 30px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.white_boxes.vc_column-gap-20 {
    margin-top: 45px;
    margin-bottom: 50px;
}
body.page-id-156 main#content_page,
body.page-id-162 main#content_page,
body.page-id-164 main#content_page,
body.page-id-160 main#content_page {
    padding-bottom: 0;
}
.wpb_text_column.wpb_content_element.services_head_descriptions.team_description>.wpb_wrapper {
    min-height: 140px;
    display: flex;
    align-items: center;
}
.wpb_text_column.wpb_content_element.services_head_descriptions.team_description {
    padding: 24px 0;
    min-height: inherit;
}
div#miertvalassz_minket.rolunk_oldalon {
    padding: 72px 0;
}
.four_white_boxes .vc_column-inner>.wpb_wrapper h3 {
    line-height: 28px;
    min-height: 56px;
    margin-bottom: 22px;
}
.four_white_boxes .vc_column-inner>.wpb_wrapper p {
    color: #3D5267;
}
.four_white_boxes .vc_column-inner>.wpb_wrapper {
    padding: 32px 32px 26px;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #DFEAF2;
    color: #212E43;
}
.four_white_boxes .vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element {
    min-height: 180px;
    margin-bottom: 22px;
}
.smaller_paddings a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
body .gradient_background.rolunk_oldal .vc_col-sm-7 .wpb_text_column.wpb_content_element {
    padding-right: 90px;
}
div#miertvalassz_minket.rolunk_oldalon .vc_row.four_white_boxes {
    margin-bottom: 30px;
}
div#szerviz-karbantartas.rolunk_oldal .vc_col-sm-7 .wpb_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
div#szerviz-karbantartas .vc_column-inner {
    padding-top: 0;
}
.wpb_text_column.wpb_content_element.legtechnika_szlogen {
    margin-bottom: 32px;
}
.wpb_text_column.wpb_content_element.legtechnika_szlogen h2:first-child {
    font-weight: 600;
}
.wpb_text_column.wpb_content_element.legtechnika_szlogen h2 {
    margin-bottom: 0;
    font-weight: 300;
}
.vc_btn3-container.whiteborder_btns.vc_btn3-inline.vc_do_btn a {
    color: #fff;
    border-color: #fff;
}
.vc_btn3-container.whiteborder_btns.vc_btn3-inline.vc_do_btn.mrgright16 {
    margin-right:16px;
}
.gradient_background.rolunk_oldal {
    background-image: url(assets/img/tobbetadunk_overlay.svg), linear-gradient(112.3deg, #bf9b30 0%, #bf9b30 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.page-id-164 div#subpage_headers,
.page-id-162 div#subpage_headers {
    margin-bottom: 0;
}
div#contactpage_mainblock .vc_col-sm-5>.vc_column-inner {
    padding: 0;
}
div#contactpage_mainblock .vc_col-sm-5 {
    background-color: #bf9b30;
	background-image: url(assets/img/contact_layer.webp);
    padding: 62px 42px;
    border-radius: 24px;
	/*border: 7px double #401f01;
    padding-right: 120px;*/
	background-blend-mode: multiply;
}
div#contactpage_mainblock .vc_col-sm-5 * {
    color: #fff;
}
.wpb_text_column.wpb_content_element.mb64_box {
    margin-bottom: 65px;
}
.mb24_row .wpb_text_column.wpb_content_element p:first-child,
.contact_lastrow .wpb_text_column.wpb_content_element p:first-child,
.mb32_row .wpb_text_column.wpb_content_element p:first-child {
    margin-bottom: 4px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.mb32_row {
    margin-bottom: 32px;
}
.vc_separator.wpb_content_element.vc_separator_align_center.contact_borders {
    margin-top: 24px;
    margin-bottom: 24px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.contact_lastrow {
    margin-bottom: 65px;
}
div#hubgroup_socials {
    display: flex;
}
div#hubgroup_socials a img {
    display: block;
}
div#hubgroup_socials a {
    display: inline-block;
    margin-right: 16px;
}
body.page.page-id-166 {
    background: #E5F1FD;
}
body.page.page-id-166 #content_page {
    background-image: url(assets/img/kapcsolat_overlay.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
body.page.page-id-166 {
    background: #E5F1FD;
}
div#contactpage_mainblock {
    margin-top: 100px;
    margin-bottom: 60px;
    background: #fff;
    box-shadow: 3px 3px 9px 0px rgb(41 102 163 / 19%);
    border-radius: 24px;
}
div#contactpage_mainblock .wpb_column.vc_column_container.vc_col-sm-7 {
    padding: 130px 90px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 135px;
}
a#form_send_clone:hover img {
    left: 5px;
}
a#form_send_clone img {
    margin-left: 7px;
    position: relative;
    left: 0;
    transition: .4s;
}
a#form_send_clone {
    background: #bf9b30;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 12px 23px 12px 28px;
    border-radius: 9px;
    width: max-content;
}
div#contactpage_mainblock input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: none;
}
form.wpcf7-form p label span input.wpcf7-form-control::placeholder {
    color: #C3CADA;
}
form.wpcf7-form p label span .wpcf7-form-control {
    width: 100%;
    outline: none;
    background: #fbf7f3;
    font-size: 16px;
    color: #212E43;
    line-height: 1;
    padding: 14px;
    border-radius: 0;
}
form.wpcf7-form .contact_page_name p label span,
form.wpcf7-form .contact_page_mail p label span {
    display: inline-block;
    width: auto;
    color: red;
}
.col-md-12.col-12.contact_page_send {
    display: flex;
    justify-content: end;
}
.col-md-12.col-12.contact_page_send p {
    margin: 0;
}
.col-md-12.col-12.contact_page_head h3 {
    color: #2A323F;
    margin-bottom: 10px;
}
.col-md-12.col-12.contact_page_head p {
    color: #525F74;
    margin-bottom: 40px;
}
div#map {
    height: 400px;
    display: flex;
}
/*
div#contactpage_mainblock .color_white.wpb_column.vc_column_container.vc_col-sm-5:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: calc( 50% - 30px);
	height: 100px;
    width: 100px;
	background-image: url(assets/img/door-handle.svg);
	background-size: contain;
	background-repeat: no-repeat;
} */
div#aearch_bar {
    position: absolute;
    width: 100%;
    height: 80px;
    padding: 15px 0;
    background: rgb(179 153 100 / 69%);
    display: flex;
    align-items: center;
    transition: .4s;
    bottom: 0;
    visibility: hidden;
	z-index: 0;
}
.showsearch div#aearch_bar {
	bottom: -80px;
	visibility: visible;
}
input.search-field {
    font-size: 16px;
    padding: 12px 20px;
    border: 0;
    width: 100%;
    border-radius: 24px;
}
form.search-form {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
button.search-submit {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
img.search_imgres {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
div#subpage_heading.search_page_header {
    padding: 20px;
    margin-bottom: 50px;
    background: #fff;
}
a.searchmorelinks {
    font-size: 22px;
    color: #131313;
    text-decoration: none;
}
.serch_results.col-md-3.col-12 {
    margin-bottom: 50px;
}
.serch_results.col-md-3>.row {
    margin: 0;
    border: 1px solid #b39964;
    padding: 12px 0;
    border-radius: 5px;
}
button.search-submit img {
    filter: invert(1);
    -webkit-filter: invert(1);
    opacity: .5;
}
.search_content form.search-form {
    padding-bottom: 100px;
    margin-top: 40px;
}
div#subpage_heading.search_page_header h1 {
    margin: 0;
}

/*
nav.navbar:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
}
*/
body .gradient_background.rolunk_oldal {
	background: linear-gradient(to right, #43200a 25%, rgba(0, 0, 0, 0) 100%), url('/wp-content/uploads/2026/03/woodtexture.webp') no-repeat;
}
body .gradient_background.rolunk_oldal .vc_col-sm-5 * {
    color: #fff;
}
body:not(.home).page-id-1162 main#content_page {
    padding-bottom: 0;
}
body .gradient_background.rolunk_oldal * {
    color: #fff;
}
.container.navbar_container {
    position: relative;
    z-index: 2;
}
.menu_icon.menu_search img {
    cursor: pointer;
}
.kerjen_konzultaciot_blokk .vc_row.grey_boxes .vc_column-inner>.wpb_wrapper {
    background: #F5F7FA;
    border-radius: 24px;
    border: 1px solid #DFEAF2;
    padding: 28px;
}
.kerjen_konzultaciot_blokk .vc_row.grey_boxes .wpb_text_column {
    background: transparent;
    display: flex;
    min-height: 170px;
    align-items: baseline;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 0;
    color: #212E43;
    padding: 0;
}
.page-id-227 div#subpage_headers {
    margin-bottom: 0;
}
body.page-id-227 main#content_page {
    padding-bottom: 0;
}

div#ingyeneskonzultacio_popup .vc_column-inner,
div#klimaszereles_popup .vc_column-inner {
    padding: 0;
}
div#ingyeneskonzultacio_popup .vc_col-sm-12>.vc_column-inner>.wpb_wrapper,
}div#klimaszereles_popup .vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div#ingyeneskonzultacio_popup .vc_column-inner>.wpb_wrapper .vc_row.wpb_row.vc_inner.vc_row-fluid,
div#klimaszereles_popup .vc_column-inner>.wpb_wrapper .vc_row.wpb_row.vc_inner.vc_row-fluid {
    position: relative;
    z-index: 2;
    width: 100%;
}
div#ingyeneskonzultacio_popup .vc_col-sm-12>.vc_column-inner>.wpb_wrapper,
div#klimaszereles_popup .vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
div#ingyeneskonzultacio_popup .vc_column-inner>.wpb_wrapper .vc_row.wpb_row.vc_inner.vc_row-fluid,
div#klimaszereles_popup .vc_column-inner>.wpb_wrapper .vc_row.wpb_row.vc_inner.vc_row-fluid {
    position: relative;
    z-index: 2;
    width: 100%;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper .am-fs-sb__footer {
    display: none;
}
.amelia-v2-booking #amelia-container.am-fs__wrapper .am-advsc__time-zone {
    display: none;
}
div#klimaszereles_popup, #ingyeneskonzultacio_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
    margin: 0;
    visibility: hidden;
}
div#klimaszereles_popup.showmodals,
#ingyeneskonzultacio_popup.showmodals {
	visibility: visible;
}
.wpb_raw_code.modaloverlays {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/loginframe.svg), linear-gradient(112.3deg, #0080FF 0%, #08B3A8 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s;
	opacity:0;
}
.showmodals .wpb_raw_code.modaloverlays {
	opacity:1;
}
.padding_150_right.wpb_column.vc_column_container {
    padding-right: 140px;
}
div#caclulator_selector {
    padding: 125px 115px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 26px 0px rgb(0 0 0 / 4%);
    margin: 0;
}
.page-id-1131 main#content_page {
    padding-top: 60px;
}
.calculator_head h3, .question_side h3 {
    line-height: 1.3;
	font-weight: 800;
}
body .ajanlatkeres_elso_kerdes {
    padding-bottom: 30px;
}
.ajanlatkeres_elso_kerdes p {
    font-size: 14px;
}
.ajanlatkeres_elso_kerdes h3 {
    margin: 0;
    font-weight: 800;
}
body input[type="checkbox"] {
    margin: 0;
    width: 22px;
    height: 22px;
	min-width: 22px;
    margin-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid #ffffff;
    border-radius: 2px;
    position: relative;
	transition: .4s;
}
body input[type="checkbox"]:checked {
    background: rgb(179 153 100);
    border-color: rgb(179 153 100);
}
body input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    position: absolute;
	left: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(assets/img/svg/check.svg);
}
.checkselectors label {
    font-size: 14px;
    line-height: 1;
}
div#calculator_01 {
    margin: 0;
    margin-top: 30px;
}
.calculator_images .vc_col-sm-6 .vc_column-inner {
    padding: 0 12px;
}
.checkselectors {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.wpb_text_column.wpb_content_element.calculator_head {
    padding-top: 30px;
}
.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.ajanlatkeres_kepek img {
    height: 200px;
    object-fit: cover;
}
.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.ajanlatkeres_kepek.utolso_ajanlatkereskep img {
    object-fit: contain;
    max-width: 90%;
}
.form_button_row a {
    margin-left: 16px;
}
.form_button_row {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
}
.answer_side {
    display: flex;
}
.answer_side label {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
}
.answer_side label img {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    height: auto;
}
span.radio_options.optionlabels input[type="radio"]:checked {
    border-color: #0080FF;
}
span.radio_options.optionlabels input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0080FF;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
span.radio_options.optionlabels input {
    margin: 0 8px 0 0;
    width: 24px;
    height: 24px;
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid #525F74;
    border-radius: 50%;
    transition: .4s;
    position: relative;
}
span.radio_options.optionlabels {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #212E43;
    font-weight: 400;
    line-height: 1;
}
section.form_steps.active_step {
    display: block;
}
section.form_steps {
    padding: 125px 115px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 26px 0px rgb(0 0 0 / 4%);
    display: none;
}
.question_side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 70px;
}
.form_button_row a.vc_btn3-style-custom_theme_btn_3 {
    margin-right: 12px;
}
#steps_2 label {
    max-width: 33.33%;
    width: 100%;
}
#steps_2 label span {
	height: 75px;
    background: #F5F7FA;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #CECFD0;
    border-radius: 4px;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}
.answer_side label {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
}
#steps_2 label span input {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
}
#steps_3 .answer_side {
    flex-direction: column;
}
#steps_3 .answer_side label span.radio_options.optionlabels {
    padding: 16px 12px;
    margin-bottom: 20px;
    background: #F5F7FA;
    border: 1px solid #CECFD0;
    font-size: 16px;
    font-weight: 500;
}

section#steps_4 .step_inners .row {
    max-width: 700px;
    margin: 0 auto;
}
section#steps_4 .step_inners .row:first-child {
    max-width: 600px;
    text-align: center;
}
textarea.basic_input_fields,
input.basic_input_fields {
    background: #F5F7FA;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    padding: 16px;
    border: 0;
}
body .answer_side label[for="form_textarea_field"] span {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 18px;
}
textarea#form_textarea_field {
    min-height: 150px;
}
input.basic_input_fields::placeholder {
    color: #C3CADA;
}
#steps_4 .answer_side label {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
}
input#submit_ajanlatkero_form {
    color: #fff;
    background: #bf9b30;
    border-radius: 9px;
    border: 1.5px solid #bf9b30;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 15px 20px;
    width: calc(50% - 12px);
}
.form_button_row.form_send_row a {
    width: calc(50% - 12px);
    margin: 0;
}
.form_button_row.form_send_row {
    justify-content: space-between;
    margin-top: 25px;
}
.form_steps .col-md-12.col-12.last_title_side h3 {
    line-height: 1.3;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 20px;
}
#steps_4 .answer_side label span span {
    color: red;
}
#steps_4 .answer_side label span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}
p.hibauzenet {
    margin: 0;
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
    color: red;
    padding-right: 10px;
}
.success_title_side {
    text-align: center;
	display: none;
}
.showthankyou .success_title_side {
	display: block;
}
h3.ajanlott_termekek_form {
    margin-top: 42px;
    margin-bottom: 32px;
}
div#load_imitalas:after {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    left: 8px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
}
div#load_imitalas {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 50%;
    background: #eee;
}
.load_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	border-top: 8px solid #3fa3f7;
    border-right: 8px solid #3fa3f7;
    border-bottom: 8px solid #3fa3f7;
    border-left: 8px solid #f5f7fa;
	-webkit-animation: circle 1s linear infinite;
	animation: circle 1s linear infinite;
}
@-webkit-keyframes circle {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
body.woocommerce-cart main#content_page {
    padding-top: 42px;
}
body.woocommerce-cart:not(.single-product) .content_container table, 
body.woocommerce-cart:not(.single-product) .content_container table td, 
body.woocommerce-cart:not(.single-product) .content_container table th {
    border: 0;
}
.title_and_back h2 {
    margin: 0;
}
.title_and_back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.title_and_back a {
    color: #212E43;
    text-decoration: none;
}
th.wc-block-cart-items__header-image span {
    font-size: 22px;
    line-height: 28px;
    color: #212E43;
    font-weight: 600;
    text-transform: capitalize;
}
body:not(.single-product) .content_container table thead th.wc-block-cart-items__header-image {
    padding: 0;
    width: 150px;
    text-align: left;
}
body:not(.single-product) .content_container table td.wc-block-cart-item__image {
    padding: 0;
    padding-right: 5px;
}
a.wc-block-components-product-name {
    color: #212E43;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.wc-block-cart-item__wrap .wc-block-components-product-metadata {
    display: none;
}
tr.wc-block-cart-items__row td.wc-block-cart-item__total {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding: 32px 42px;
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    margin-top: 32px;
}
body.woocommerce-cart table.cart .product-thumbnail img {
    width: 145px;
    border-radius: 8px;
    display: block;
}
.woocommerce-cart table.cart td.product-remove a img {
    width: 16px;
}
body:not(.single-product) .content_container table td.product-remove {
    width: 20px;
    padding: 0;
}
body:not(.single-product) .content_container table td.product-quantity {
    width: 170px;
	padding-top: 0;
    padding-bottom: 0;
}
body:not(.single-product) .content_container table td.product-sku {
    width: 100px;
	padding-top: 0;
    padding-bottom: 0;
}
body:not(.single-product) .content_container table td.product-thumbnail {
    width: 145px;
    padding: 0;
}
body:not(.single-product) .content_container table td.product-name {
	width: 100%;
    padding-left: 24px;
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce-cart td.product-name a {
    font-size: 18px;
    color: #212E43;
    font-weight: 700;
    display: block;
    padding-right: 80px;
    text-decoration: none;
	margin-bottom:15px;
}
.woocommerce-cart td.product-name span.woocommerce-Price-amount bdi, .woocommerce-cart td.product-name span.woocommerce-Price-amount bdi span {
    font-size: 24px;
    font-weight: 700;
    color: #2A323F;
}
.woocommerce-cart table.cart img.qty_imgs {
    width: 14px;
    height: auto;
}
.content_container table td.product-quantity .quantity {
    margin-top: -20px;
}
body:not(.single-product) .content_container table td.tr_border {
	padding: 24px 0;
}
td.tr_border hr {
    margin: 0;
    border-color: #B5C3E1;
    border-bottom: 0;
}
h3.cart_product_title {
    margin-bottom: 24px;
    margin-top: 32px;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward {
    background: #0080FF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9px;
    padding: 16px;
    margin: 0;
}
body:not(.single-product) .content_container table.shop_table th {
    background: transparent;
    color: #2A323F;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}
body:not(.single-product) .content_container .cart-collaterals table.shop_table td {
    padding: 0;
    text-align: right;
    padding-bottom: 18px;
}
body:not(.single-product) .content_container .cart-collaterals table.shop_table td small.includes_tax span {
    font-size: 12px;
}
body:not(.single-product) .content_container .cart-collaterals table.shop_table td small.includes_tax {
    display: block;
    font-size: 12px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #43200a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9px;
    padding: 13px 40px;
    margin: 0;
    border: 0;
    color: #fff;
    line-height: 1;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block span a {
    color: #2A323F;
    text-decoration: none;
    font-weight: 600;
}
.wc-block-components-checkout-place-order-button__text {
    color: #fff;
    font-weight: 600;
}
tr.wc-block-cart-items__header {
    visibility: hidden;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover div {
    color: #43200a;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: transparent;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained div {
    color: #fff;
    font-weight: 600;
	transition: .4s;
	text-decoration: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #43200a;
    border-radius: 7px;
    border: 2px solid #43200a;
    transition: .4s;
	outline: none;
	text-decoration: none;
}
ul.wc-block-components-product-details li span {
    font-size: 14px;
}
@media(min-width: 700px) {
	.wc-block-checkout__sidebar.is-sticky {
        top: 115px;
    }
}

/* Design Ajtó plusz */
.container.main-container.szimplaposzt {
    padding-top: 60px;
    padding-bottom: 100px;
}
img.single_featuredimage {
    object-fit: cover;
}
.post_header.row {
    height: 100%;
}
ul.postbread {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
ul.postbread li {
    font-size: 14px;
	line-height: 1;
}
ul.postbread a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
	line-height: 1;
}
span.delimit {
    display: inline-block;
    margin: 0 3px 0 1px;
    line-height: 1;
	font-size: 14px;
}
div#post_breadcrumb {
    background: #131313;
    padding: 10px 0;
}
div#post_custom_headings {
    margin-bottom: 25px;
}
.single-post .entry-content h1 {
    font-size: 38px;
}
.single-post .entry-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
}
.single-post .entry-content h3 {
    font-size: 24px;
    line-height: 1.3;
}
.single-post .entry-content h3 a {
    color: #b39964;
    font-size: 22px;
}
.single div#post_image img.single_featuredimage {
    max-height: 400px;
    margin-bottom: 30px;
}
ul.postbread li a, ul.postbread li, ul.postbread li span {
    color: #fff;
}
.container.main-container.blogoldal {
    padding-top: 60px;
    padding-bottom: 100px;
}
img.blogfeatured {
    width: 100%;
}
.blog_item .blog_post_title h3 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    min-height: 52px;
}
.blog_item .blog_post_title {
    margin-bottom: 15px;
}
#banner_services .vc_btn3-container.vc_btn3-center.vc_do_btn {
    margin: 0;
    padding: 15px;
	position: absolute;
    bottom: 0;
    width: 100%;
}
#banner_services a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
    border-color: #bf9b30;
    color: #fff;
    width: 100%;
    background: #bf9b30;
}
.nav li.menu-item.ajanlatkeres_menu a {
    background: #bf9b30;
    padding: 7px 18px;
    border-radius: 8px;
    font-weight: 700;
    border: 2px solid #bf9b30;
    color: #ffffff;
}
body.page-id-1181 {
    background: #fff;
}
div#kiszallitas_dijak p:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
p.szallitas_sorok span.woocommerce-Price-amount.amount, p.szallitas_sorok span.woocommerce-Price-amount.amount span {
    font-weight: 700;
}
.automata_dijak {
    margin-bottom: 25px;
}
div#kiszallitas_dijak p {
    margin-bottom: 5px;
}
div#kiszallitas_dijak {
    padding-left: 60px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: #a6ce3b;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 800;
}
nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-weight: 700;
}
nav.woocommerce-MyAccount-navigation ul li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
nav.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid #43200a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
nav.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #43200a;
    border-bottom: 0;
    padding: 15px;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body.woocommerce-account.logged-in main#content_page {
    padding-top: 60px;
}
body.woocommerce-account.logged-in main#content_page .woocommerce {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.woocommerce-MyAccount-content .woocommerce-info a.button, 
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background: #bf9b30;
    color: #43200a;
    padding: 14px 20px;
    border-radius: 10px;
}
.woocommerce-MyAccount-content .woocommerce-info {
    border-top-color: #43200a;
    background: #f5f7fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-MyAccount-content .woocommerce-info::after {
    position: absolute;
}
.woocommerce-MyAccount-content .woocommerce-info:before {
    top: 27px;
    color: #43200a;
    font-size: 21px;
    left: 20px;
}
body.woocommerce-account .addresses .title .edit {
    float: none;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    font-weight: 800;
}
form.woocommerce-EditAccountForm.edit-account .form-row .input-text {
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #43200a;
    font-size: 16px;
}
span.wc-block-components-shipping-placeholder__value {
    color: transparent;
    font-size: 0px !important;
    line-height: 0px;
}
span.wc-block-components-shipping-placeholder__value:before {
    content: "Adja meg a címet a szállítási díj kalkulásához";
    display: block;
    font-size: 14px;
    text-indent: 0px;
    color: black;
    max-width: 175px;
    line-height: 1.4;
}
span.wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
span.wpcf7-form-control.wpcf7-acceptance.optional {
    width: 100%;
    display: block;
}
span.wpcf7-form-control.wpcf7-acceptance.optional .wpcf7-list-item label input[type="checkbox"] {
    padding: 0;
}
.form_acceptance_row p a {
    font-size: 14px;
    font-weight: 600;
}
.form_acceptance_row p {
    font-size: 14px;
    margin-top: 6px;
}

/* Gulyásüveges */

.header_oszlop.wpb_column.vc_column_container.vc_col-sm-6 {
    align-items: end;
    padding-bottom: 80px;
}
section#gulyasbanner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    z-index: 1;
    left: 0;
    top: 0;
    /* backdrop-filter: blur(4px); */
}
div#innerbanner {
    display: flex;
    align-items: stretch;
}
section#gulyasbanner {
    display: flex;
}
#gulyasbanner h1 strong {
    font-weight: 600;
}
#gulyasbanner h1 {
    color: #2c2928;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 200;
    text-transform: uppercase;
    text-align: right;
}
div#subhead p {
    font-size: 30px;
}
div#subhead {
    max-width: 500px;
    padding-top: 80px;
}


div#subhead h2 {
    font-size: 40px;
    font-weight: 600;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_1:hover {
    background: rgb(179 153 100 / 100%);
    border-radius: 0;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_1 {
    background: rgb(179 153 100 / 60%);
    border-radius: 6px;
    padding: 20px 40px;
    font-size: 20px;
    line-height: 1;
    color: #2c2928;
    transition: .4s;
    border: 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
div#innerbanner .vc_btn3-container.vc_btn3-inline.vc_do_btn {
    margin-top: 30px;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 28px;
    line-height: 1;
    border-radius: 0;
}
div#gyorssegely .vc_column-inner {
    padding-top: 0;
}
div#gyorssegely {
    padding: 20px 0;
}
section#szolgaltatasok_szekcio {
    padding-top: 100px;
    padding-bottom: 100px;
}
div#szolgaltatas_otos .vc_column-inner>.wpb_wrapper {
    position: relative;
}
.szolgaltataskepek img.vc_single_image-img.attachment-full {
    height: 420px;
    object-fit: cover;
    opacity: 0.7;
    transition: .4s;
}
.szolgaltataskepek .vc_single_image-wrapper {
    background-color: #b39964;
}
div#szolgaltatas_otos .vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element h4 {
    color: #000000;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Lexend';
}

a.headephone::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.2), transparent );
	-webkit-animation: shine 5s ease-in-out infinite;
	animation: shine 5s ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%, 100% {
    left: 100%;
    transition-property: left;
  }
}
nav.navbar .mainicons_col {
    overflow: hidden;
}
a.headephone {
    background: #b39964;
    text-decoration: none;
    padding: 4px 50px 3px;
    border-radius: 0;
    border: 2px solid #b39964;
    font-weight: 500;
    position: relative;
    transition: .4s;
    overflow: hidden;
    color: #fff;
    display: block;
}
section#szolgaltatasok_szekcio .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    position: sticky;
    top: 120px;
}
div#szolgaltatas_head {
    margin-bottom: 30px;
}

.cimsorok h2 {
    margin-bottom: 0;
    padding-bottom: 0px;
	font-weight: 200;
    font-size: 42px;
}


.services_boxes .wpb_text_column.wpb_content_element {
    position: absolute;
    bottom: 20px;
    padding: 20px;
    left: 34px;
    background: rgb(179 153 100 / 60%);
    border-radius: 6px;
    backdrop-filter: blur(3px);
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.services_boxes {
    margin-bottom: 40px;
}
.szolgaltataskepek {
    overflow: hidden;
}
.szolgaltataskepek img.vc_single_image-img.attachment-full:hover {
    transform: scale(1.2);
}
.services_boxes .wpb_text_column.wpb_content_element h4 {
    color: #fff;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.services_boxes:last-child {
    margin-bottom: 0;
}
.content_align_left ul li img {
    margin-right: 5px;
    filter: invert(1) grayscale(1);
}
.content_align_left ul li {
    font-size: 14px;
    margin-right: 35px;
    display: flex;
    align-items: center;
    color: #fff;
}
.content_align_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.content_align_right {
    font-size: 14px;
    color: #fff;
}
div#page_topbar .container {
    padding: 6px 12px 7px;
}
.nav li.menu-item a {
    text-decoration: none;
    color: #2e2728;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.contentright_slider img {
    height: calc( 100vh - 122px );
    width: 100%;
    object-fit: cover;
}
.contentright_slider {
    padding-right: 0;
}
.contentleft_slider {
    display: flex;
    align-items: baseline;
	padding-top:100px;
    padding-right: 50px;
}
body nav.navbar {
    border-bottom: 1px solid #ccc;
}
.container-fluid.slideinner {
    background: #fcf8f4;
}
h2.focim {
    margin: 10px 0 30px;
}
span.tagresz {
    color: #b39964;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
h2.focim {
    margin: 10px 0 30px;
    font-weight: 200;
    line-height: 1.1;
}
p.leiras {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 30px;
}
a.slidergomb {
    background: #b39964;
    text-decoration: none;
    padding: 4px 50px 3px;
    border-radius: 0;
    border: 2px solid #b39964;
    font-weight: 500;
    position: relative;
    transition: .4s;
    overflow: hidden;
    color: #fff;
    display: inline-block;
}
body nav ul#menu-fomenu li ul.dropdown-menu li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
body .owl-carousel .owl-nav button.owl-next, body .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    -webkit-appearance: none;
    line-height: 1;
    width: 50px;
    height: 50px;
}
body .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
div#miert_valasszon_minket img.vc_single_image-img.attachment-full {
    max-width: 45px;
    margin-right: 10px;
    filter: invert(1);
}
div#miert_valasszon_minket .vc_col-sm-3 .vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: baseline;
}
div#miert_valasszon_minket p {
    font-size: 14px;
	color: #fff;
}
div#miert_valasszon_minket h4 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 18px;
    color: #ffff;
}
div#miert_valasszon_minket .vc_col-sm-3 {
    padding: 0 15px;
}
div#miert_valasszon_minket .vc_col-sm-3 {
    padding: 30px 15px;
    background: #b39964;
}
div#miert_valasszon_minket:before {
    background: #b39964;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    height: 100%;
    width: 50%;
}
div#miert_valasszon_minket {
    margin-top: -166px;
    z-index: 1;
}
div#gyorssegely h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
}
div#velemenyek {
    padding: 80px 0;
}

a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_1 {
    background: rgb(179 153 100);
    border-radius: 0;
    padding: 10px 60px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    transition: .4s;
    border: 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}
div#rolunk_szekcio h2 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.3;
}
div#rolunk_szekcio .vc_col-sm-8>.vc_column-inner {
    padding: 200px 0 200px 100px;
}
div#rolunk_szekcio .vc_col-sm-8>.vc_column-inner .wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}
div#referenciak img.attachment-full {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
body .vc_images_carousel .vc_carousel-control .icon-next, 
body .vc_images_carousel .vc_carousel-control .icon-prev {
    height: 88px;
    width: 30px;
    color: #fff;
    font-size: 80px;
}
div#referenciak .wpb_text_column.wpb_content_element.cimsorok h2 {
    margin-bottom: 30px;
}
div#referenciak .wpb_text_column.wpb_content_element.cimsorok {
    padding-right: 120px;
}
.wpb_images_carousel.wpb_content_element.vc_clearfix.wpb_content_element {
    margin: 0;
}
body .vc_images_carousel .vc_carousel-indicators li {
    background-color: #d1d1d1;
    border: 1px solid #ffffff;
    height: 20px;
    margin: 8px;
    width: 20px;
}
body .vc_images_carousel .vc_carousel-indicators .vc_active {
	background-color: #ffffff;
	height: 20px;
    margin: 8px;
    width: 20px;
}
div#ajanlatkereskep img {
    height: 850px;
    object-fit: cover;
    object-position: right;
    opacity: 0;
}
div#ajanlatkereskep {
    background: url(/wp-content/uploads/2026/05/kapcsolat_blokk_kep.webp);
    background-size: cover;
    background-position: center;
}
div#kapcsolat .fullscreen_padding_left {
    padding-right: 120px;
}
div#kapcsolat {
    background-image: linear-gradient(270deg, #51b0bb, #34858f);
}
div#kapcsolat h2 {
    color: #fff;
    margin-bottom: 30px;
}
div#kapcsolat form label {
    color: #fff;
}
span.wpcf7-form-control-wrap {
    margin-top: 3px;
}
#kapcsolat form.wpcf7-form {
    max-width: 600px;
}
#kapcsolat form.wpcf7-form p label span.wpcf7-list-item-label {
    font-weight: 400;
}
#kapcsolat form.wpcf7-form p label span.wpcf7-list-item-label a {
    color: #fff;
    font-weight: 600 !important;
}
span.wpcf7-form-control.wpcf7-acceptance.optional {
    margin-top: 15px;
}
div#aloldalhead h1 {
    font-size: 40px;
    line-height: 1;
}
div#aloldalhead {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 60px;
}
div#kapcsolatoldal h2 {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 15px;
}
div#kapcsolatoldal h3 {
    font-weight: 600;
}
div#kapcsolatoldal form.wpcf7-form {
    padding: 60px;
    background: #b39964;
}
div#kapcsolatoldal form.wpcf7-form label {
    color: #fff;
}
div#kapcsolatoldal form.wpcf7-form label a {
    color: #fff;
}
.kapcsolatikonok ul {
    padding: 0;
    list-style: none;
}
.kapcsolatikonok ul li img {
    width: 30px;
    height: auto;
    margin-right: 15px;
}
.kapcsolatikonok ul li:last-child {
    margin-bottom: 0;
}
.kapcsolatikonok ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
div#kapcsolatoldal {
    padding: 20px 0;
}
.vc_row.wpb_row.vc_row-fluid.subpage_padding {
    padding: 50px 0 80px;
}
.vc_row.wpb_row.vc_row-fluid.subpage_padding h2 {
    font-size: 38px;
}
body:not(.home) #kapcsolat .vc_column-inner {
    padding-top: 0;
}
body:not(.home) main#content_page {
    padding-bottom: 0;
}
.vc_row.wpb_row.vc_row-fluid.subpage_padding h2 {
    font-size: 38px;
    font-weight: 400;
}
.vc_row.wpb_row.vc_row-fluid.subpage_padding h1 {
	font-weight: 400;
}
.cimkelistak ul li {
    padding: 5px 10px;
    margin-right: 8px;
    background: #b39964;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.cimkelistak ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.subpadding_block {
	padding: 30px 0;
}
.vc_row.subpadding_block.kepes_sorok.kep_jobb .wpb_text_column.wpb_content_element {
    padding-right: 80px;
}
.vc_row.subpadding_block.kepes_sorok.kep_bal .vc_col-sm-6:last-child .vc_column-inner>.wpb_wrapper {
    padding-left: 80px;
}
.kepes_sorok img.vc_single_image-img.attachment-full {
    min-height: 650px;
    object-fit: cover;
}
.kepes_sorok .wpb_text_column.wpb_content_element ul li {
    margin-bottom: 15px;
}
.kepes_sorok .wpb_text_column.wpb_content_element ul {
    padding-left: 20px;
}
div#main_subpagehead h2 {
    font-size: 36px;
    margin-bottom: 5px;
}
div#main_subpagehead h1 {
    font-weight: 600;
    margin-bottom: 15px;
}
.kepes_sorok h3 {
    font-size: 32px;
}
div#miertvalasszon_minket_subpage h3 {
    margin-bottom: 45px;
    font-size: 30px;
}
div#miertvalasszon_minket_subpage {
    background: #b39964;
    padding: 100px 0;
}
div#ugyintezes_extra .vc_col-sm-6 .wpb_text_column.wpb_content_element h4 {
    font-size: 22px;
    margin-bottom: 13px;
}
div#ugyintezes_extra .vc_col-sm-6 .wpb_text_column.wpb_content_element {
    padding: 50px 80px;
    background: rgb(179 153 100 / 21%);
}
div#ugyintezes_extra {
    padding-bottom: 80px;
    padding-top: 50px;
}
div#ugyintezes_extra .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin-top: 30px;
}
div#miertvalasszon_minket_subpage .vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
    padding: 45px;
    background: rgb(255 255 255 / 30%);
}
.barna_boxes .vc_column_container .vc_column-inner>.wpb_wrapper {
    padding: 35px 25px;
    background: rgb(179 153 100 / 21%);
	height: 100%;
}
.barna_boxes .vc_column_container.vc_col-sm-6 .vc_column-inner>.wpb_wrapper,
.barna_boxes .vc_column_container.vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
    padding: 45px;
}
.kepes_sorok h3 a {
    color: #b39964;
    text-decoration: none;
    font-weight: 800;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_3 {
    border: 2px solid #388a94;
    background: #388a94;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 48px;
    line-height: 1;
    border-radius: 0;
    margin-top: 20px;
}
div#main_subpagehead.subhead_smallpadding {
    padding-bottom: 20px;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_4:hover {
    background: #131313;
    color: #d8cfc3;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_4 {
    background: transparent;
    border: 2px solid #131313;
    color: #131313;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 40px;
    margin-top: 25px;
    transition: .4s;
}
.barna_boxes h3 {
    font-family: montserrat;
    font-weight: 800;
    font-size: 24px;
}
div#parallaxszekcio {
    background-attachment: fixed;
}
.vc_row.subpage_padding.barna_boxes.duplasoros_barna.utolso_barnabox {
    padding-top: 0;
    padding-bottom: 90px;
}
.vc_row.subpage_padding.barna_boxes.duplasoros_barna {
    padding-bottom: 30px;
}
.vc_row.subpage_padding.barna_boxes.duplasoros_barna.utolso_barnabox .vc_column_container:last-child .vc_column-inner>.wpb_wrapper {
    background: transparent;
}
div#main_subpagehead.service_subpage h2 {
    margin-bottom: 15px;
}
div#main_subpagehead.service_subpage h3 {
    font-family: montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}
.service_subpage a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_4:hover {
    background: rgb(69 157 169 / 80%);
    border-color: rgb(69 157 169 / 80%);
}
.service_subpage a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_4 {
    background: #459da9;
    border-color: #459da9;
    color: #fff;
    border-radius: 0;
}
div#arajanlates {
    background: #b39964;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
div#arajanlates * {
    color: #fff;
}
div#arajanlates p a {
    text-decoration: none;
    font-weight: 700;
    display: block;
}
div#arajanlates h3 {
    font-size: 30px;
}
.vc_row.wpb_row.vc_row-fluid.subpage_padding.barna_boxes.smallerpadding {
    padding-bottom: 20px;
}
div#artablazatok {
    padding-top: 0;
}
div#artablazatok table {
    margin-bottom: 35px;
}
div#artablazatok table tr td:first-child {
    font-weight: 700;
}
div#artablazatok table td span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}
div#artablazatok.uvegmegmunkalasok table tr td:first-child {
    width: 30%;
}
div#fontos_tudnivalok h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
div#fontos_tudnivalok p {
    font-size: 20px;
    margin: 0 0 5px;
}
div#fontos_tudnivalok * {
    color: #fff;
}
div#fontos_tudnivalok {
    background: #66c4cf;
    padding-top: 80px;
}
.vc_row.subpadding_block.kepes_sorok.kep_bal.normal_bottom_padding {
    padding-bottom: 80px;
}
.blog a.blog_readmores {
    border: 2px solid #51b0bb;
    color: #fff;
    background: #51b0bb;
}
.barna_boxes a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_4 {
    border: 2px solid #388a94;
    color: #fff;
    background: #388a94;
}
.barna_boxes a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_4:hover {
    background: #131313;
    color: #d8cfc3;
    border-color: #131313;
}

.barna_boxes .vc_column_container.vc_col-sm-4 .vc_column-inner>.wpb_wrapper ul li b {
    display: block;
    margin-bottom: 5px;
}
.barna_boxes .vc_column_container.vc_col-sm-4 .vc_column-inner>.wpb_wrapper ul li {
    margin-bottom: 10px;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}
.barna_boxes .vc_column_container.vc_col-sm-4 .vc_column-inner>.wpb_wrapper ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2:hover {
    background: #fff;
    color: #131313 !important;
}
div#fontos_tudnivalok a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
    margin-top: 24px;
}
body nav ul#menu-fomenu li ul.dropdown-menu li ul li {
    line-height: 1.1;
}
body nav ul#menu-fomenu li ul.dropdown-menu li ul li a {
    font-size: 14px;
    line-height: 1;
}
.vc_gitem-zone.vc_gitem-zone-a:hover {
    background-color: transparent;
}
.vc_gitem-zone.vc_gitem-zone-a {
    background-color: #4199a6;
    background-blend-mode: luminosity;
    transition: .5s;
}
div#referencia_galeria_sav {
    background: rgb(179 153 100 / 20%);
    padding: 60px 0;
}
a.referencialightbox {
    overflow: hidden;
}
a.referencialightbox:hover img {
    transform: scale(1.2) rotate(10deg);
}
a.referencialightbox img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: .4s;
}
a.referencialightbox {
    display: block;
    margin-bottom: 24px;
}

@media(min-width: 992px) {
	.col.fivecolumncol {
		max-width: 20%;
	}
}

.vc_row.wpb_row.vc_row-fluid.subpage_padding.halfsubpage_padding {
    padding: 20px 0 30px;
}
.vc_row.wpb_row.vc_row-fluid.lastpage_padding {
    padding-bottom: 60px;
}
.referencia_heading h2 {
    font-weight: 200;
    font-size: 42px;
}
.col-xl-9.col-lg-9.col-md-9.col-12.content_align_left {
    display: flex;
}
div#searchbtn {
    display: flex;
    align-items: center;
}
img.search_icon {
    display: block;
    margin-left: 7px;
}
.katedral_leiras ul li {
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 2px solid #b39964;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}
.katedral_leiras ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.katedral_galeria_sorok .vc_carousel-slideline img.attachment-full {
    max-height: 400px;
    min-height: 400px;
    width: 100%;
    object-fit: cover;
}
.katedral_galeria_sorok p {
    font-size: 20px;
    margin-bottom: 5px;
}
.katedral_galeria_sorok h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.vc_row.wpb_row.vc_row-fluid.katedral_galeria_sorok {
    padding: 60px 0;
}





@media(min-width: 1440px) {
	ul#menu-fomenu {
		padding: 0 50px;
	}
}

@media(max-width: 1320px) {
	ul#menu-fomenu li {
		padding: 0 10px;
	}
	.nav li.menu-item a {
		font-size: 13px;
	}
	a.headephone {
		padding: 4px 15px 3px;
		font-size: 15px;
	}

}

@media(max-width: 1180px) {
	body h1 {
		font-size: 32px;
	}
	body h2 {
		font-size: 26px;
	}
	body h3 {
		font-size: 22px;
	}
	#banner_services .wpb_single_image img {
		max-height: 290px;
	}
	body .services_overlay_title .wpb_wrapper h3 {
		font-size: 19px;
	}
	.services_overlay_title .wpb_wrapper p {
		padding: 0 10px;
	}
	div#main_banner .designajo_mainhead p {
		font-size: 16px;
		line-height: 22px;
	}
	.prod-title {
		font-size: 16px;
		line-height: 20px;
		min-height: 45px;
	}
	.blog_post_image img {
		height: 170px;
	}
	.inline_btns a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.first_footer_col .footer-widget ul li a {
		margin: 0 8px;
	}
	
	.logo_box a.mainlogo-link img {
		width: 100%;
		height: auto;
	}
	nav.navbar .mainmenu_col {
		padding: 0 10px;
	}
	body #posts_carousel.owl-theme .owl-nav {
		width: calc(100%);
		left: 0;
	}
	div#rolunk_szekcio .vc_col-sm-8>.vc_column-inner {
		padding: 90px 0 90px 60px;
	}
	div#rolunk_szekcio h2, .cimsorok h2 {
		font-size: 34px;
		font-weight: 300;
		line-height: 1.2;
	}
    ul#menu-fomenu li {
        padding: 0 5px;
    }
	


}

@media(max-width: 1040px) {
	.woocommerce .woocommerce-ordering select {
		padding: 8px 20px 8px 11px;
		max-width: 190px;
	}
	body .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
		font-size: 14px;
	}
	div#home_products:before,
	div#home_products2:before{
		left: -10px;
		font-size: 170px;
	}
	div#home_products2 .prod-image-wrapper img {
		height: 150px;
		width: 100%;
	}
	.padding_150_right.wpb_column.vc_column_container {
		padding-right: 20px;
	}
	div#contactpage_mainblock .wpb_text_column.wpb_content_element p strong {
		font-size: 14px;
	}
	div#contactpage_mainblock .vc_col-sm-5 {
		padding: 25px 20px;
	}
	div#contactpage_mainblock .wpb_column.vc_column_container.vc_col-sm-7 {
		padding: 70px 40px;
	}
	.vc_btn3-container.whiteborder_btns.vc_btn3-inline.vc_do_btn.mrgright16 {
		margin-right: 0;
		margin-bottom: 15px;
	}
}


@media(max-width: 992px) {
	.logo_box a.mainlogo-link img {
        width: 190px;
    }
	.mobilmenu_on nav.navbar .mainicons_col {
		top: calc(100vh - 80px);
		visibility: visible;
	}
	nav.navbar .mainicons_col {
		justify-content: center;
		position: fixed;
		width: 100%;
		height: 50px;
		top: 100vh;
		background: #a6d03a;
		left: 0;
		transition: .4s;
		visibility: hidden;
	}
	body nav.navbar {
		padding: 15px 0;
	}
	.logo_box a.mainlogo-link img {
		display: block;
		width: 158px;
	}
	
	ul#menu-fomenu {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	ul#menu-fomenu li {
		margin-bottom: 20px;
	}
	.nav li.menu-item a {
		font-size: 18px;
	}
	.mobile_toggle {
		display: block;
	}
	nav.navbar .col-12 {
		justify-content: space-between;
	}
	.mobile_toggle {
		display: block;
	}
	div#mobiltoggle {
        display: block;
        width: 32px;
        height: 24px;
        position: relative;
    }
	div#mobiltoggle:before, div#mobiltoggle:after {
		content: "";
		display: block;
		position: absolute;
		height: 3px;
		background: #421f0a;
		width: 100%;
		transition: .5s;
	}
	div#mobiltoggle span {
		height: 3px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 11px;
        background: #b39964;
	}
	.mobilmenu_on nav.navbar .mainmenu_col {
		top: 54px;
		visibility: visible;
		justify-content: center;
	}
	nav.navbar .mainmenu_col {
		padding: 0;
		position: fixed;
		left: 0;
		height: calc(100vh - 125px);
		background: #fff;
		top: -100vh;
		transition: .4s;
		visibility: hidden;
		display: block;
	}
	ul.dropdown-menu {
		position: relative;
		padding: 15px 15px 15px;
		visibility: visible;
		max-height: 140px;
		overflow-y: auto;
		background: #f9f9f9;
	}
	li#menu-item-1085 a {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	body.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		float: none;
		width: 50%;
		margin: 0;
		padding: 10px;
	}
	.product_list_headerwrapper {
		flex-direction: column;
	}
	div#home_calculator .vc_single_image-wrapper {
		padding-right: 0;
	}
	#home_calculator.vc_row.row .vc_col-sm-6.col-lg-6.col-12.fullscreen_padding_right {
		padding: 25px 15px !important;
	}
	.first_footer_col .footer-widget ul {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.copyright_info ul li {
		margin: 4px 6px;
	}
	.copyright_info ul {
		justify-content: center;
		margin: 0;
		flex-wrap: wrap;
	}
	.col-lg-6.col-12.free_btns {
		justify-content: start;
		margin-top: 20px;
	}
	div#banner_services .wpb_column.vc_column_container.vc_col-sm-4.item {
		width: 100%;
	}
	div#banner_services .owl-stage{padding-left:0px !important;}

	body .owl-theme .owl-nav [class*=owl-]:hover {
		background: transparent;
	}
	body .owl-carousel .owl-nav button.owl-next, 
	body .owl-carousel .owl-nav button.owl-prev {
		margin: 5px 10px;
	}
    body h1 {
        font-size: 26px;
    }
	body h2 {
        font-size: 20px;
        line-height: 28px;
    }
	div#home_products2 .prod-image-wrapper img {
        height: 290px;
        width: 100%;
        object-fit: cover;
    }
	.contentleft_slider {
		padding-top: 30px;
		padding-right: 20px;
	}
	div#miert_valasszon_minket .vc_col-sm-3 .vc_column-inner>.wpb_wrapper {
		flex-direction: column;
	}
	div#referenciak .wpb_text_column.wpb_content_element.cimsorok {
		padding-right: 20px;
	}
	div#miert_valasszon_minket {
		margin-top: -100px;
	}
	.content_align_left ul li {
		font-size: 12px;
		margin-right: 15px;
	}
    ul#menu-fomenu li {
        margin-bottom: 20px;
        width: 100%;
    }
	ul#menu-fomenu {
        padding: 25px 40px;
    }
	.mobilmenu_on nav.navbar .mainicons_col {
        background: #554930;
        justify-content: center;
        align-items: center;
    }
	li.dropdown li.dropdown-submenu>ul.dropdown-menu {
		left: 0;
		top: 0;
		width: 100%;
		padding: 10px 0 0;
		max-height: max-content;
		background: #fff;
		position: relative !important;
	}
	ul.dropdown-menu {
        position: relative;
        padding: 30px 0 0 0;
        background: #fff;
    }
	body nav ul#menu-fomenu li ul.dropdown-menu li ul li {
		padding: 0;
	}
	.nav li.menu-item ul.dropdown-menu>li>a {
		font-weight: 600;
	}
	.nav li.menu-item ul.dropdown-menu>li>ul>li>a {
		font-weight: 400;
	}


}


@media(max-width: 992px) and (min-width:501px) {
	#banner_services .wpb_single_image img {
		min-height: 300px;
	}
	#banner_services a.vc_general.vc_btn3.vc_btn3-style-custom_theme_btn_2 {
		padding: 5px;
		font-size: 14px;
	}
    body .services_overlay_title .wpb_wrapper h3 {
        font-size: 17px;
    }
	
}

@media(max-width: 500px) {
	div#home_products:before, div#home_products2:before {
        left: 5px;
        font-size: 70px;
        top: 25px;
    }
	.wpb_text_column.wpb_content_element.designajo_mainhead {
		margin-bottom: 25px;
	}
	div#banner_services {
		margin: 0;
	}
	div#home_calculator .fullscreen_padding_right {
		padding: 25px 15px;
	}
	.home div#home_calculator img.vc_single_image-img {
		height: 210px;
	}
	div#home_products,
	div#home_products2 {
		padding: 60px 0 60px;
		margin: 0 -12px;
	}
	body.woocommerce ul.products[class*=columns-] li.product, 
	body.woocommerce-page ul.products[class*=columns-] li.product {
        float: none;
        width: 50%;
        margin: 0;
        padding: 10px;
    }
	.filter_and_count {
		justify-content: center;
		align-items: start;
		flex-direction: column;
	}
	body.woocommerce p.woocommerce-result-count {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.woocommerce div.product {
		flex-direction: column;
	}
	.woocommerce-product-gallery .flex-viewport {
		min-height: 240px;
	}
	.woocommerce div.product div.summary {
		padding-left: 0;
	}
	.woocommerce div.product div.summary {
		float: none;
		margin-bottom: 0;
	}
	.single-product.woocommerce div.product form.cart {
		margin-bottom: 0;
	}
    body.woocommerce .related ul.products[class*=columns-] li.product, body.woocommerce-page .related  ul.products[class*=columns-] li.product {
        width: 100%;
        display: block;
		max-width: 100%;
    }
	.woocommerce .related ul.products {
		justify-content: center;
		margin: 0;
	}
	body.woocommerce ul.products li.product a img {
		height: 200px;
		object-fit: contain;
	}
	.woocommerce .related ul.products .owl-nav {
		width: 100%;
	}
    .col-lg-6.col-12.free_btns {
        justify-content: start;
        margin-top: 20px;
        flex-direction: column;
        align-items: baseline;
    }
	a.whiteborder_btns.basic_btns.first_btn {
		margin-right: 0;
		margin-bottom: 15px;
	}
	div#home_blogs {
		padding: 65px 0 35px;
	}
	div#faq_section {
		padding-top: 60px;
		padding-bottom: 35px;
		margin: 0 -12px;
	}
	.inline_btns.wpb_column.vc_column_container .wpb_wrapper {
		display: flex;
		flex-direction: column;
	}
	div#lepj_velunk_kapcsolatba {
		padding: 30px 0 60px;
	}
	body .gradient_background.rolunk_oldal .vc_col-sm-7 .wpb_text_column.wpb_content_element {
		padding-right: 0;
	}
	.wpb_text_column.wpb_content_element.legtechnika_szlogen {
		margin-top: 25px;
	}
	div#contactpage_mainblock {
		margin-top: 20px;
	}
	.page-id-1149 main#content_page {
		padding-left: 15px;
		padding-right: 15px;
	}
	div#contactpage_mainblock .wpb_column.vc_column_container.vc_col-sm-7 {
        padding: 45px 0px;
    }
	div#caclulator_selector {
		padding: 0;
	}
	section.form_steps {
		padding: 15px;
	}
	.answer_side {
		flex-direction: column;
	}
	.answer_side label img {
		width: 70%;
		height: 100px;
		object-fit: cover;
		object-position: top;
		margin: 20px auto 20px;
	}
	span.radio_options.optionlabels {
		justify-content: center;
	}
	#steps_2 label {
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.col-xl-9.col-lg-9.col-md-9.col-12.content_align_left {
		padding: 0;
	}
	.content_align_left ul {
		flex-direction: column;
		align-items: center;
	}
	.content_align_right {
		display: none;
	}
		.contentleft_slider {
			padding-top: 20px;
			order: 1;
		}
		.contentright_slider img {
		height: 200px;
	}
	body .owl-theme .owl-nav {
		top: 70px;
	}
	div#miert_valasszon_minket {
			margin-top: 0;
		}
		div#gyorssegely h3 {
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 20px;
		text-align: center;
	}
	div#gyorssegely .vc_btn3-container.vc_btn3-inline.vc_do_btn {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
    div#rolunk_szekcio .vc_col-sm-8>.vc_column-inner {
        padding: 40px 20px 20px 20px;
    }
	div#rolunk_szekcio h2, .cimsorok h2, .product_list_head h2, body h2 {
        font-size: 24px;
    }
	.product_list_head h2 {
		padding-bottom:30px;
	}
	body p {
    font-size: 16px;
}
    div#referenciak .wpb_text_column.wpb_content_element.cimsorok {
        padding-right: 20px;
        padding-left: 0px;
        padding-top: 30px;
    }
	div#referenciak .fullscreen_padding_left.wpb_column.vc_column_container.vc_col-sm-6 {
		order: 1;
		padding-bottom: 60px;
	}
	div#referenciak .fullscreen_padding_left.wpb_column.vc_column_container.vc_col-sm-6 {
		order: 1;
		padding-bottom: 60px;
		padding-left: 20px;
	}
	div#velemenyek, div#blogunk {
		padding: 20px 0;
	}
	div#velemenyek h2 {
		padding-bottom: 30px;
		text-align: center;
	}
	.leftside_kep.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
		min-height: 200px;
	}
	div#referenciak img.attachment-full {
		height: 200px;
		margin-top: 30px;
	}
	div#kapcsolat .fullscreen_padding_left {
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 30px;
		order: 1;
	}
	div#ajanlatkereskep img {
		height: 200px;
		object-position: center;
	}
	footer#theme_footer .top_footer {
		padding: 40px 8px 40px;
	}
	.widget_media_image img {
		display: block;
		margin: 0;
		width: 130px;
		margin-bottom: 20px;
	}
	.first_footer_col, .second_footer_col, .third_footer_col {
		margin-bottom: 20px;
	}
	.vc_row.wpb_row.vc_row-fluid.subpage_padding {
		padding: 20px 0 40px;
	}
	.vc_row.wpb_row.vc_row-fluid.subpage_padding h2, div#main_subpagehead h2 {
		font-size: 30px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.vc_row.wpb_row.vc_row-fluid.subpage_padding h1 {
		font-weight: 400;
		font-size: 20px;
		margin-bottom: 5px;
	}
	body h3 {
        font-size: 20px;
        font-weight: 600;
    }
	.vc_row.wpb_row.barna_boxes .wpb_column.vc_column_container {
		margin-bottom: 12px;
	}
	div#parallaxszekcio .vc_empty_space {
		max-height: 200px;
	}
    nav.navbar .mainmenu_col {
        height: calc(100vh - 160px);
    }
	.mobilmenu_on nav.navbar .mainicons_col {
        top: calc(100vh - 105px);
    }
	.single-post .entry-content h1 {
		font-size: 30px;
	}
	.single-post .entry-content h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.single-post .entry-content h3 {
		font-size: 20px;
	}
	ul.dropdown-menu {
        padding: 10px 0 0 0;
    }
	ul#menu-fomenu {
        padding: 15px 30px;
    }
	ul.dropdown-menu {
        max-height: 115px;
    }
	.mobile_orderfirst.wpb_column.vc_column_container.vc_col-sm-6 {
		order: -1;
		margin-bottom: 20px;
	}
	.barna_boxes .vc_column_container.vc_col-sm-6 .vc_column-inner>.wpb_wrapper, .barna_boxes .vc_column_container.vc_col-sm-4 .vc_column-inner>.wpb_wrapper {
		padding: 25px;
		height: auto;
	}
	div#arajanlates .wpb_column.vc_column_container.vc_col-sm-7 {
		order: -1;
		margin-bottom: 20px;
	}
	body .vc_row.wpb_row {
		margin-left: -12px;
		margin-right: -12px;
	}

}