.elementor-kit-13713{--e-global-color-primary:#000000;--e-global-color-secondary:#141414;--e-global-color-text:#141414;--e-global-color-accent:#FFC700;--e-global-color-758d6c0:#FFC700;--e-global-color-49f94c8:#F4F4F4;--e-global-color-b985d65:#2F2F2F;--e-global-color-45620e3:#555555;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-kit-13713 button,.elementor-kit-13713 input[type="button"],.elementor-kit-13713 input[type="submit"],.elementor-kit-13713 .elementor-button{background-color:var( --e-global-color-secondary );font-size:14px;font-weight:500;border-radius:0px 0px 0px 0px;}.elementor-kit-13713 button:hover,.elementor-kit-13713 button:focus,.elementor-kit-13713 input[type="button"]:hover,.elementor-kit-13713 input[type="button"]:focus,.elementor-kit-13713 input[type="submit"]:hover,.elementor-kit-13713 input[type="submit"]:focus,.elementor-kit-13713 .elementor-button:hover,.elementor-kit-13713 .elementor-button:focus{background-color:var( --e-global-color-758d6c0 );color:var( --e-global-color-text );}.elementor-kit-13713 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13713 h2{font-size:36px;font-weight:700;}.elementor-kit-13713 h3{font-size:20px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.aspect-square{
    aspect-ratio: 1 / 1;
}

.termek-image{ 
    aspect-ratio: 1 / 1.23;
}

.termek-image a{ 
    height: 100%;
}



.custom-register-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.custom-register-form .form-row {
    width: 100%;
}

.custom-register-form .half {
    width: calc(50% - 10px);
}

.custom-register-form .checkbox {
    width: 100%;
}


.custom-woo-form p.form-row{
    position: relative;
    margin-bottom: 30px;
}

.custom-woo-form input::placeholder {
    opacity: 0;
}

.custom-woo-form input + label{
    position: absolute;
    bottom: 12px;
    left: 0;
    color: #999999;
    transition: all 300ms ease-in-out;
}



.custom-woo-form input:not(:placeholder-shown) + label,
.custom-woo-form input:focus + label{
    bottom: 100%;
    font-size: 80%;
    opacity: 0.8;
}

.custom-woo-form input{
    position: relative;
    background: transparent;
    border:none;
    border-bottom: 2px solid #999999;
    border-radius: 0;
    z-index: 1;
    
    transition: all 300ms ease-in-out;
}


.custom-woo-form input:focus-visible,
.custom-woo-form input:focus,
.custom-woo-form input:active{
    border:none;
    border-bottom: 2px solid #000;
    outline: none;
}


.custom-woo-form button{
    border: none;
    width: 100%;
}

.custom-woo-form a{
    color: #555555;
    font-weight: 700;
}

.custom-woo-form .checkbox label{
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*gap: 12px;*/
    font-size: 14px;
    line-height: 1.3;
}


.custom-woo-form .checkbox label input[type="checkbox"]{
    /*margin-top: 3px;*/
    margin-right: 6px;
}/* End custom CSS */