.elementor-kit-5{--e-global-color-primary:#505050;--e-global-color-secondary:#3C3D41;--e-global-color-text:#818A8C;--e-global-color-accent:#4F8391;--e-global-color-9d18715:#FFFFFF;--e-global-color-fb055b7:#000000;--e-global-color-ca3bfdf:#F2F2F2;--e-global-color-5a0c2bd:#9F9F9F;--e-global-color-d9c175b:#838D8F;--e-global-color-4652db5:#3D707D;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Merriweather Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Merriweather Sans";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;background-color:var( --e-global-color-9d18715 );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );color:var( --e-global-color-9d18715 );border-style:none;border-radius:0px 0px 0px 0px;padding:12.5px 33px 12.5px 33px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-4652db5 );color:var( --e-global-color-9d18715 );border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 label{color:var( --e-global-color-d9c175b );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:"Playfair Display", Sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0.4px;color:#777777;background-color:var( --e-global-color-9d18715 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:11px 15px 11px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:3.2rem;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-text-font-size:1.6rem;--e-global-typography-text-line-height:1.6875em;--e-global-typography-accent-font-size:11px;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:1.8px;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-size:3.2rem;line-height:1.25em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GENERAL START */
body * {
    /* word-break: normal !important; */
}

body {
    min-width: 320px;
}

header, 
main {
    margin: 0 auto;
    max-width: 1920px;
}

button,
button::-moz-focus-inner {
    border: none;
}

button, 
i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    -webkit-tap-highlight-color: transparent;
}

/* PAGE TITLE */
header.page-header {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    header.page-header {
        padding: 0;
        text-align: center;
    }
}

header.page-header .entry-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    font-weight: 700;
    margin-left: 2rem;
}

@media screen and (max-width: 767px) {
    header.page-header .entry-title {
        margin-left: 0;
    }
}

/* list and list item */
.elementor-text-editor ul {
    margin: 0;
}

.elementor-text-editor ul li {
    padding-left: 10px;
}

/* breakpoints START */
html {font-size: 65%;}

@media screen and (max-width: 1199px) {
    html {font-size: 60%;}
}

@media screen and (max-width: 767px) {
    html {font-size: 55%;}
}

/* GRID SYSTEM */
/* Columns */
@media screen and (min-width: 767px) {
    .col-default {
        max-width: 49%;    
    }
    
    .col-40 {
        max-width: 40%;
    }
    
    .col-45 {
        max-width: 45%;
    }
}

/* Rows*/
.row-stretched > div {
    justify-content: space-between;
}

.row-center > div {
    justify-content: center;
}

/* Equal height helper (disabled on mobile) */
@media screen and (min-width: 767px) {
    .equal-height .elementor-section,
    .equal-height .elementor-container,
    .equal-height .equal-height-col .elementor-widget-wrap {
        height: 100% !important;
    }
}

/* GENERAL END */



/* CUSTOM COMPONENTS */
/* box heading with flag */
.box-heading--flag {
    margin-left: 15px;
    position: relative;
}

.box-heading--flag::before {
    background: url('/wp-content/uploads/2021/04/decor_flag.svg') no-repeat;
    content: '';
    display: none;
    height: 22px;
    left: -20px;
    position: absolute;
    bottom: 100%;
    width: 8px;
}

/* BOX BOTTOM HEADINGS */
.box-bottom {
    border-top: 1px solid #F2F2F2;
}

.box-bottom .elementor-heading-title {
    transition: all .3s;
}

.box-bottom:hover .elementor-heading-title {
    color: var(--e-global-color-accent) !important;
    transform: scale(1.1)
}

/* BADGE GENERAL */
.badge .elementor-heading-title {
    padding: 2px 6px;
}

/* SINGLE PRODUCT PAGE */
.product-page__contact-btn .elementor-button-link {
    border: none !important;
}

.product-page__contact-btn .elementor-button-link:hover,
.product-page__contact-btn .elementor-button-link:focus {
    color: var(--e-global-color-accent) !important;
    margin-left: 5px;
}

table.woocommerce-product-attributes {
    text-align: left;
}

@media screen and (min-width: 992px) {
    #parametersFull .woocommerce-product-attributes tbody, 
    #parametersFull .woocommerce-product-attributes tr {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    #parametersFull .woocommerce-product-attributes tbody {;
        grid-column-gap: 5rem;
    }
    
    .woocommerce-product-attributes tr {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.woocommerce-product-attributes, .woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    background: none !important;
    border: none !important;
    font-family: 'Montserrat', Sans-Serif;
    font-style: normal !important;
}

.woocommerce-product-attributes th {
    font-size: 14px;
}

.woocommerce-product-attributes td a {
    color: #838D8F !important;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .woocommerce-product-attributes th,
    .woocommerce-product-attributes td {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    table.woocommerce-product-attributes {
    }
}

table.woocommerce-product-attributes a {
    pointer-events: none;
}


/* SERVICE CARDS */
.service-card__col-image .elementor-element,
.service-card__col-image .elementor-widget-container,
.service-card__col-image .elementor-image,
.service-card__col-image img
{
    height: 100%;
}

.service-card__col-image .elementor-image {
    align-items: center;
    display: flex;
}

.service-card__col-image--right .elementor-image {
    justify-content: flex-end;
}

.service-card .service-card__col-image img {
    max-height: 400px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .service-card {
        margin: 0 auto;
        max-width: 500px;
        padding: .25rem !important;
        text-align: center;
    }
    
    .service-card__col-image {
        order: -1;
    }
    
    .service-card__badge {
        margin: 0 auto;
    }
}


/* CUSTOM ATTRIBUTES */

.elementor-kit-5 .custom-attr {
    color: #838D8F !important;
    font-size: 14px;
    font-weight: 800;
}

.elementor-kit-5 .custom-attr .alapterulet_name,
.elementor-kit-5 .custom-attr .telekm_name {
    font-weight: 400;
}

/* reCaptcha */
.grecaptcha-badge {
    z-index: 9999;
}



/* Cookie Bar */
#cookie-dismiss {
    background: #E04848 !important;
}

button#euCookieAcceptWP,
#cookie-dismiss {
    background: #FFFFFF;
    border: none !important;
    border-radius: 7px !important;
    color: #FFFFFF !important;
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.55;
    margin: 10px;
    padding: 5px 12px;
    text-decoration: none;
    text-transform: capitalize;
}

#eu-cookie-bar a {
    color: var(--e-global-color-accent) !important;
}

/* font family quick fix */
html,
body,
body p,
body span,
body label,
*:not(i)::before,
*:not(i)::after {
    font-family: var(--e-global-typography-text-font-family) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
    font-family: var(--e-global-typography-primary-font-family) !important;
}/* End custom CSS */