.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-color-c0fe68f:#402E19;--e-global-color-187d3f4:#FFCB00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://getandlove.ro/wp-content/uploads/2025/07/edit-this-image-to-m3.webp");background-repeat:repeat;background-size:auto;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h2{font-family:"Purple Purse", Sans-serif;font-size:30px;font-weight:400;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.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: #fff; /* 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: 45px;
    border-radius: 3px;
    padding: 4px 10px;
    box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 28px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--e-global-color-187d3f4) ;;
    color: #000;
}





/*Storefront színek átalakítása*/
.woocommerce-info{
    background-color: var(--e-global-color-c0fe68f)!important ;
		color: white;
		
}
.woocommerce-info a.showlogin{
    background-color: var(--e-global-color-c0fe68f) ;
		color: white;   
	  font-weight: 600;
}

#place_order.button{
    background-color: var(--e-global-color-c0fe68f) ;
    border-radius: 3px;
    
}

#place_order.button:hover{
    background-color: var(--e-global-color-187d3f4) ;
    border-radius: 3px;
    
    
}


.added_to_cart{ 
    
    display:none!important;
    
    
}


@media (max-width: 768px) {
  .elementor-image-box-wrapper {
    display: flex;
    gap: 20px; /* Térköz a kép és szöveg között */
  }

  .elementor-image-box-img {
    flex-shrink: 0; /* Ne zsugorodjon a kép */
  }

  .elementor-image-box-title {
   display: felx;
  }
}/* End custom CSS */