.elementor-kit-8{--e-global-color-primary:#8DC102;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-60b5436:#78758F;--e-global-color-de33d2c:#F8D259;--e-global-color-5f8c256:#8DC102;--e-global-color-888ae0c:#B00F03;--e-global-color-d898976:#CDD4CD;--e-global-color-238c6db:#99969B;--e-global-color-9668f0d:#F8D259;--e-global-color-998246b:#858F72;--e-global-color-d937a57:#858F72;--e-global-color-5b15a51:#F1C40F;--e-global-color-56adc21:#D17A74;--e-global-color-c59cc9b:#F9F7F6;--e-global-color-aaa035f:#D5DFC2;--e-global-color-bd1b9bc:#F7F8F9;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:30px;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:30px;font-family:"Raleway", Sans-serif;font-size:16px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Raleway", Sans-serif;font-size:64px;}.elementor-kit-8 h2{font-family:"Raleway", Sans-serif;}.elementor-kit-8 h3{font-family:"Raleway", Sans-serif;font-size:31px;}.elementor-kit-8 h4{font-family:"Raleway", Sans-serif;}.elementor-kit-8 h5{font-family:"Raleway", Sans-serif;}.elementor-kit-8 h6{font-family:"Raleway", Sans-serif;}.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);}@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 */html {
  overflow-y: scroll;
}

a:focus,
.focus a {
	outline: none !important;
}


/* WooCommerce űrlapmezők egységes stílusa */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="url"],
.woocommerce input[type="date"],
.woocommerce select,
.woocommerce textarea,
.woocommerce .select2-container .select2-selection,
.woocommerce .input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    background-color: #f5f5f5; /* halvány szürke háttér */
    border: 1px solid #ccc;    /* kicsit sötétebb szürke keret */
    border-radius: 3px;
    padding: 10px;
    color: #333;
   /* width: 100%;*/
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce input[type="date"]:focus,
.woocommerce select:focus,
.woocommerce textarea:focus,
.woocommerce .select2-container--default .select2-selection:focus,
.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #999; /* sötétebb szürke keret fókuszban */
   /* box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);*/
    outline: none;
}

/* Checkbox és rádiógomb stílus */
.woocommerce input[type="checkbox"],
.woocommerce input[type="radio"] {
    accent-color: #999; /* modern böngészőkben működik */
}

/* Select2 (pl. ország választó) testreszabása */
.select2-container .select2-selection--single {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    height: 38px;
    border-radius: 3px;
    padding: 4px 10px;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 28px;
}


 

@media (max-width: 768px) {
  .elementor-testimonial__content{
  padding: 10px!important;
}
.elementor-testimonial__header{
  padding: 10px!important;  
    
}
.elementor-testimonial__text .verified{
    display: inline-block;
    gap: 10px;
    position: absolute;
    
    left: 10px;
    font-size: 10px;
    
    
}

.elementor-testimonial__text .verified .stars{
    height: 15px;
    
    
}

.elementor-testimonial__title{
    margin-top: 50px;
}

}/* End custom CSS */