.elementor-kit-6{--e-global-color-primary:#3B393A;--e-global-color-secondary:#DDC9B4;--e-global-color-text:#252525;--e-global-color-accent:#FFFFFF;--e-global-color-34c010d:#FFFFF0;--e-global-typography-primary-font-family:"Silka";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Silka";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Silka";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-34c010d );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{font-family:"League gothic", Sans-serif;font-weight:700;}.elementor-kit-6 h2{font-family:"League gothic", Sans-serif;font-weight:700;}.elementor-kit-6 h3{font-family:"League gothic", Sans-serif;font-weight:700;}.elementor-kit-6 h4{font-family:"League gothic", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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(min-width:1340px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}}@media(max-width:1160px){.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{
    scroll-behavior: smooth;
}



/* personalizzare la selezione testo */
::selection {
  background-color: rgba(221,201,180, 0.4);
}





/* button ALLY */
#ea11y-root{
    z-index: 10 !important;
}
.ea11y-widget-open-button{
    z-index: 10 !important;
}



/* PARAGRAFO DI TESTO */
.p-txt p:last-child{
    margin-bottom: 0;
}

.p-txt a{
    transition: all 0.3s;
    text-decoration: underline;
    color: var(--e-global-color-text);
}
.p-txt a:hover{
    color: var(--e-global-color-secondary)
}






/*      BUTTON      */
.btn-primary .elementor-button .elementor-button-text {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.btn-primary .elementor-button .elementor-button-text .letter {
  position: relative;
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.5s ease;
  transition-delay: calc(var(--index) * var(--step-delay));
  line-height: 1.2em;
}

.btn-primary .elementor-button .elementor-button-text .letter::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%; 
  transform: translateY(0);
  transition: transform 0.5s ease;
  color: inhreit;
}
    
.btn-primary .elementor-button:hover .elementor-button-text .letter {
  transform: translateY(-100%);  
}



/* btn secondary */
.btn-secondary a{
    transition: all 0.6s ease-in-out;
}
.btn-secondary a:hover{
    color: var(--e-global-color-text)
}

.btn-secondary a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: var(--e-global-color-text);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.6s ease-in-out, transform-origin 0s 0.6s;
}

.btn-secondary a:hover::before{
    transform: scaleX(1);
    transform-origin: right;
}





/* btn terziary */
.btn-terziary a{
    position: relative;
}
.btn-terziary a span.elementor-button-text,
.btn-terziary a svg{
    opacity: 0.6;
    transition: all 0.4s
}
.btn-terziary a:hover span.elementor-button-text,
.btn-terziary a:hover svg{
    opacity: 1
}

.btn-terziary a::after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-text);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease-in-out, transform-origin 0s 0.4s;
}

.btn-terziary a:hover::after{
    transform: scaleX(1);
    transform-origin: right; 
}

.btn-terziary a svg{
    transition: all 0.4s ease-out;
}
.btn-terziary a:hover svg{
    transform: translateX(4px)
}




/* btn new */
.btn-new a small.badge{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background-color: #bdf2cb;
    color: #1e6b36;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}





/* btn shop */
.btn-shop a svg{
    width: 14px !important;
}






/************************/
/*         FORM         */
/************************/
.form-custom input:user-invalid{
    border-bottom: 1px solid #ff4545 !important;
}

.form-custom .elementor-message{
    border-radius: 6px;
    border: 1px solid;
    padding: 6px 12px;
}
.form-custom .elementor-message.elementor-message-success{
    border-color: #c3e6cb;
    background-color: #d4edda;
}
.form-custom .elementor-message.elementor-message-error{
    border-color: #f5c6cb;
    background-color: #f8d7da;
}
/*.form-custom .elementor-widget-form .elementor-message-success{
    border-color: #c3e6cb: 
    background-color: #d4edda;
}*/



/* mail icon form */
.form-custom .elementor-field-type-email input{
    padding-left: 32px
}

.form-custom .elementor-field-type-email ::before,
.form-custom .elementor-field-type-tel ::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(0px);
    height: 16px;
    width: 16px;
    background-color: var(--e-global-color-secondary); 
}

.form-custom .elementor-field-type-email ::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0L1.5 8.67Z" /><path d="M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0L22.5 6.908Z" /></svg>');
}
/* phone icon form */
.form-custom .elementor-field-type-tel input{
    padding-left: 32px
}

.form-custom .elementor-field-type-tel ::before{
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z" clip-rule="evenodd" /></svg>');

}



/* privacy flag */
.form-custom .elementor-field-type-acceptance  span.privacy-txt{
    font-size: 14px;
    font-weight: 300;
}
.form-custom .elementor-field-type-acceptance  span.privacy-txt a{
    text-decoration: underline;
    color: var(--e-global-color-secondary)
}

.form-custom .elementor-field-type-acceptance input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.form-custom .elementor-field-type-acceptance label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.form-custom .elementor-field-type-acceptance label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: white;
    transition: all 0.2s ease;
    transform: translateY(4px);
}

.form-custom .elementor-field-type-acceptance label svg {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 10px;
    fill: none;
    stroke: #252525;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
}

.form-custom .elementor-field-type-acceptance input[type="checkbox"]:checked + label::before {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.form-custom .elementor-field-type-acceptance input[type="checkbox"]:focus + label::before{
    outline: 2px solid var(--e-global-color-secondary)
}

.form-custom .elementor-field-type-acceptance input[type="checkbox"]:checked + label svg {
    stroke-dashoffset: 0;
}



.form-custom input:focus,
.form-custom textarea:focus{
    border-color: var(--e-global-color-secondary) !important;
    box-shadow: none !important;
}


/* STILIZZAZIONE RADIO INPUT */
.form-custom .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{
    padding: 0 !important;
}

.form-custom .elementor-field-group-azienda_privato .elementor-field-subgroup{
    margin: -4px 0 12px;
}


.form-custom .elementor-field-type-radio label::before{
    display: none !important;
}

.form-custom .elementor-field-type-radio .elementor-field-option input[type="radio"]{
    opacity: 0;
    position: absolute;
}
.form-custom .elementor-field-subgroup{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.form-custom .elementor-field-type-radio .elementor-field-label{
    margin: 12px 0 6px;
}

.form-custom .elementor-field-type-radio .elementor-field-option input + label{
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #474546;
    background-color: #474546;
    transition: all 0.4s;
    padding: 8px;
    color: #fff !important;
}


.form-custom .elementor-field-type-radio .elementor-field-option input:focus + label,
.form-custom .elementor-field-type-radio .elementor-field-option input + label:hover{
    border-color: var(--e-global-color-secondary)
}


.form-custom .elementor-field-type-radio .elementor-field-option input[type="radio"]:checked + label{
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color: var(--e-global-color-text) !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Silka';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/silka-regular-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Silka';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/silka-regularitalic-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Silka';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/silka-semibold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/assistant-v24-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/assistant-v24-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/assistant-v24-latin-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/assistant-v24-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Assistant';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/assistant-v24-latin-700.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'League gothic';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://oveneat.it/wp-content/uploads/league-gothic-v13-latin-regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */