:root {
    --font-primary: "Montserrat", sans-serif;;
    --color-primary: #768261;
}

.uk-label {
    background: var(--color-primary);
}

.single .post-tags .uk-label a {
    color: var(--color-primary) !important;
    text-transform: none;
    font-weight: bold;
}

.page-template-template-magazine .post-tags .uk-label a {
    color: #fff;
    text-transform: none;
    font-weight: bold;
}

h1.article-title {
    font-size: 44px;
}

.date {
    text-transform: none;
    font-weight: normal;
}

.truncate-title {
    display: -webkit-box;
  -webkit-line-clamp: 2;       /* numero massimo di righe */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-number {
    background-image: url(/wp-content/themes/essentialnio/assets/images/bg-number.png);
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.uk-nav.uk-nav-default li {
    padding-bottom: 16px;
}

.uk-table th {
    font-weight: bold;
    color: #000;
    text-transform: none;
}

.woocommerce ul#shipping_method li {
    margin: 0px;
}

.woocommerce-cart-form .screen-reader-text {
    display: none;
}

#billing_country_field, #shipping_country_field {
    display: none;
}

/*
.screen-reader-text {
    clip: auto !important;
    clip-path: inherit !important;
    width: auto !important;
    height: auto !important;
}
*/

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    padding: 0px;
    background-color: transparent;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

/* Stile per il contenitore del campo */
.woocommerce form .form-row.floating-label-wrapper {
    position: relative;
    margin-bottom: 20px;
    /*height: 83px;*/
    height: auto;
  }
  
  /* Nasconde l'etichetta originale per i campi selezionati */
  .woocommerce form .form-row.floating-label-wrapper label {
    position: absolute;
    top: calc(50%);
    /*top: calc(50% - 13.5px);*/
    left: 12px;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    color: #757575;
    pointer-events: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  
  /* Stile specifico per quando è presente un messaggio di errore visibile */
  .woocommerce form .form-row.floating-label-wrapper.has-error label {
    top: calc(50% - 13.5px);
  }
  
  /* Esclusione esplicita per i checkbox */
  .woocommerce form .form-row input[type="checkbox"] + label,
  .woocommerce form .form-row.floating-label-wrapper input[type="checkbox"] + label {
    position: static;
    transform: none;
    display: inline-block;
    font-size: inherit;
    color: inherit;
    margin-left: 5px;
  }
  
  /* Assicurati che i select abbiano la label visibile in tutti gli stati */
  .woocommerce form .form-row.floating-label-wrapper select {
    padding-top: 20px;
  }
  
  /* Stile speciale per i campi textarea */
  .woocommerce form .form-row.floating-label-wrapper textarea + label {
    top: 20px;
  }
  
  /* Stile per i campi di input e select */
  .woocommerce form .form-row.floating-label-wrapper input:not([type="checkbox"]),
  .woocommerce form .form-row.floating-label-wrapper select,
  .woocommerce form .form-row.floating-label-wrapper textarea {
    padding: 16px 8px 0px;
    height: 54px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    transition: border-color 0.2s ease;
  }
  
  /* Stile specifico per i select con floating label */
  .woocommerce form .form-row.floating-label-wrapper select {
    padding-top: 16px;
    padding-bottom: 8px;
    height: auto;
  }
  
  /* Quando il campo è in focus o ha un valore */
  .woocommerce form .form-row.floating-label-wrapper.is-focused label,
  .woocommerce form .form-row.floating-label-wrapper.has-value label {
    top: 8px;
    transform: translateY(0);
    font-size: 12px;
    color: #333;
    z-index: 999;
  }
  
  /* Mantieni la posizione dell'etichetta in cima anche quando il campo è in focus e ha un errore */
  .woocommerce form .form-row.floating-label-wrapper.woocommerce-invalid.is-focused label,
  .woocommerce form .form-row.floating-label-wrapper.woocommerce-invalid-required-field.is-focused label,
  .woocommerce form .form-row.floating-label-wrapper.woocommerce-invalid.has-value label,
  .woocommerce form .form-row.floating-label-wrapper.woocommerce-invalid-required-field.has-value label {
    top: 8px;
  }
  
  /* Stile quando il campo è in focus */
  .woocommerce form .form-row.floating-label-wrapper.is-focused input,
  .woocommerce form .form-row.floating-label-wrapper.is-focused select,
  .woocommerce form .form-row.floating-label-wrapper.is-focused textarea {
    border-color: #96588a; /* Colore primario di WooCommerce */
    box-shadow: 0 0 0 1px #96588a;
    outline: none;
  }
  
  /* Stile per gli asterischi dei campi obbligatori */
  .woocommerce form .form-row.floating-label-wrapper.is-focused label .required,
  .woocommerce form .form-row.floating-label-wrapper.has-value label .required {
    color: #e2401c;
  }
  
  /* Adattamento per dispositivi mobili */
  @media (max-width: 768px) {
    .woocommerce form .form-row.floating-label-wrapper input,
    .woocommerce form .form-row.floating-label-wrapper select,
    .woocommerce form .form-row.floating-label-wrapper textarea {
      padding: 20px 12px 8px;
    }
  }

.woocommerce-checkout input[type="checkbox"] {
    float: none;
}

.woocommerce-checkout #payment, #order_review {
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.woocommerce-page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

#order_review table {
    margin-bottom: 0px;
}

#billing_email_field {
    margin-bottom: 0px;
}

#order_review table, #order_review table.shop_table tfoot td {
    border: none;
}

#order_review .cart-discount, #order_review thead, #order_review tbody, #order_review tr.cart-subtotal, #order_review tr.order-total,  #order_review .woocommerce-shipping-totals.shipping th {
    display: none;
} 

.wc_payment_methods.payment_methods li {
    padding-bottom: 8px;
}

.wc_payment_methods.payment_methods li input:not([type="checkbox"]) {
    height: 24px;
    width: 24px;
    margin-top: 3px !important
}

.woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"] {
    margin: 0;
}

#shipping_method input {
    height: 24px;
    width: 24px;
    margin-top: 0px !important;
}

.woocommerce input[type="checkbox"]  {
    float: none;
    margin-right: 4px;
}

.select2-container .select2-selection--single, .select2-container {
    height: 54px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 54px;
    line-height: 54px;
}

.uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary:hover, .uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
    color: #fff;
}

.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

.payment-methods-section img {
    height: 30px;
}

.uk-button.uk-text-small, .uk-link-text.uk-text-small {
    font-size: 13px !important
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce-cart .woocommerce-cart-form img {
    width: 100px;
    border-radius: 8px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    margin-bottom: 16px;
}

.card-rating {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.card-rating .star-rating {
    float: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: #fff;
    background-color: var(--color-primary);
    text-transform: uppercase;
    font-size: 13px;
    padding: 16px 32px;
    box-sizing: border-box;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    color: #fff;
    background-color: #000;
}

.sv-products .price  {
    color: #000;
    font-weight: 500;
}

.padding-atc {
    padding: 10px;
}

/* Aggiungi questo al tuo file style.css o in un file CSS dedicato */
.woocommerce-MyAccount-navigation .uk-nav > li.is-active > a {
    font-weight: bold;
    color: #1e87f0;
}

.woocommerce-MyAccount-content {
    min-height: 300px;
}

.woocommerce-form-login, .woocommerce-form-register {
    padding: 0;
}

.woocommerce-form-coupon-toggle + .woocommerce-form-coupon {
    margin-bottom: 20px;
}

.woocommerce-order-details__title, .woocommerce-customer-details h2 {
    font-size: 1.5rem;
    margin-top: 20px;
}

.header-cart-icon {
    position: relative;
    display: inline-block;
}

.header-cart-icon .cart-count {
    position: absolute;
    top: -3px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    background-color: #f0506e;
    color: #fff;
}

.uk-card-primary.uk-card-body .uk-close, .uk-card-primary>:not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary>:not([class*=uk-card-media]) .uk-close, .uk-light .uk-close, .uk-offcanvas-bar .uk-close, .uk-overlay-primary .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
    color: rgb(0 0 0 / 50%);
}

#cart-sidebar .uk-offcanvas-bar {
    width: 350px;
    background: #fff;
    color: #333;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}
#cart-sidebar h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #333;
}
#cart-sidebar .woocommerce-mini-cart {
    margin: 0;
    padding: 0;
    list-style: none;
}
#cart-sidebar .woocommerce-mini-cart-item {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    transition: all 0.3s ease;
}
#cart-sidebar .woocommerce-mini-cart__total {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
#cart-sidebar .woocommerce-mini-cart__buttons {
    margin-top: 15px;
}
#cart-sidebar .woocommerce-mini-cart__buttons .button {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}
#cart-sidebar .woocommerce-mini-cart__buttons .checkout {
    background-color: var(--color-primary);
    color: #fff;
}
#cart-sidebar a:not(.uk-button-primary) {
    color: #666;
}
#cart-sidebar .remove_from_cart_button {
    color: #f0506e;
}

#review_form_wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #e1dde7;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: #fff;
    border-radius: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px;
}

.woocommerce #reviews ol, .woocommerce #reviews ul {
    padding: 0px;
} 

.shipping-info-container img {
    height: 30px;
}

.sale {
    background: #CC0C39;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 7px !important;
    display: inline-block;
    line-height: normal;
    height: auto;
} 

.woocommerce #reviews #comments ol.commentlist {
    width: auto;
}

.quantity-minus, .quantity-plus {
    padding: 0 8px;
    height: 30px !important;
    line-height: 30px !important;
    width: 30px;
    text-align: center;
}

.woocommerce img[uk-cover] {
    max-width: none;
    height: 100%;
}


.sv-list-item .wpcf7-list-item {
    display: block;
}

.single-prodotto .uk-accordion-title {
    font-size: 18px;
}

.uk-heading-medium {
    font-size: 40px;
}

.product-notice  {
    font-weight: 600;
    font-style: italic;
}

/*html, body {
    cursor: url(/wp-content/themes/essentialnio/assets/images/essentialnio-cursor.png), auto;
}*/

#toolbar .uk-navbar-nav>li>a {
    min-height: auto;
    color: #fff;
}

/* Ripristina il cursore standard sui link */
a {
    cursor: pointer;
}

.per-sportivi, .per-professionisti, .for-athletes, .for-professionals {
    text-transform: capitalize !important;
}

.uk-tab>*>a {
    font-weight: 700;
}

.uk-tab>.uk-active>a {
    border-color: var(--color-primary);
}

.uk-sticky.uk-active.full-width {
    left: 0;
    width: 100% !important;
    background-color: #fff;
    border-bottom: 1px solid #768261;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.full-width > div {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.item .uk-active {
    font-weight: bold;
}

#toolbar {
    padding: 8px 0px;
}

ul.custom-bullet li {
    list-style-type: none; /* Rimuove il bullet predefinito */
    position: relative;
    padding-left: 40px; /* Spazio per l'immagine */
}

ul.custom-bullet li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 53%;
    transform: translateY(-50%);
    width: 16px; /* Larghezza dell'immagine */
    height: 16px; /* Altezza dell'immagine */
    background-image: url('/wp-content/themes/essentialnio/assets/images/check.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.typewriter {
    font-family: monospace;
    display: inline-block;
    white-space: pre-wrap; /* consente il wrapping */
    overflow-wrap: break-word; /* permette di spezzare le parole */
    padding-right: 5px;
    max-width: 100%; /* assicura che l'elemento non ecceda il contenitore */
    font-size: 22px;
    border-right: 2px solid #000;
    animation: blink-caret .75s step-end infinite;
}

/* Cursore lampeggiante */
/*.typewriter.active::after {
    content: '';
    border-right: 2px solid #000;
    animation: blink-caret .75s step-end infinite;
}*/

@keyframes blink-caret {
    50% { border-color: transparent }
}

li a.uk-active {
    font-weight: bold;
}

.prodotto-label {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
}

.radius, .uk-slideshow-items>li {
    border-radius: 30px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #fff;
    content: "";
    height: 100%;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 2px;
	z-index: 1;
}

.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
	margin-top: 20px;
    width: 40px;
    height: 40px;
    z-index: 2;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}

.uk-label { 
    color: #fff !important;
    padding: 5px 15px;
}

.ortho {
    background-color: #5370a3 !important;
}

.color-ortho {
    color: #5370a3;
}

.svg-ortho img {
    filter: invert(45%) sepia(11%) saturate(1830%) hue-rotate(180deg) brightness(92%) contrast(90%);
}

.bg-gradient-ortho {
    background: rgb(0, 60, 113);
    background: linear-gradient(90deg, rgba(0, 60, 113, 1) 50%, #0057A4 100%);
}

.gyn {
    background-color: #9b92de !important;
}

.color-gyn {
    color: #9b92de;
}

.svg-gyn img {
    filter: invert(64%) sepia(83%) saturate(657%) hue-rotate(199deg) brightness(88%) contrast(96%);
}

.bg-gradient-gyn {
    background: #483f8d;
    background: linear-gradient(90deg, #483f8d 50%, #776BD2 100%);
}

.derma {
    background-color: #ac9079 !important;
}

.color-derma {
    color: #ac9079;
}

.svg-derma img {
    filter: invert(65%) sepia(11%) saturate(833%) hue-rotate(345deg) brightness(89%) contrast(86%);
}

.bg-gradient-derma {
    background: #FBBD99;
    background: linear-gradient(90deg, #FBBD99 50%, #FDDDCA 100%);
}

.bg-gradient-derma.uk-light * {
    color: #333;
} 

.bg-gradient-derma.uk-light .uk-button, .bg-gradient-derma.uk-light .prodotto-label {
    color: #fff;
} 

.hair {
    background-color: #6b4b37 !important;
}

.color-hair {
    color: #6b4b37;
}

.svg-hair img {
    filter: invert(29%) sepia(19%) saturate(990%) hue-rotate(340deg) brightness(97%) contrast(89%);
}

.bg-gradient-hair {
    background: #452a19;
    background: linear-gradient(90deg, #452a19 50%, #865d44 100%);
}

.color-default {
    color: var(--color-primary);
}

.svg-default img {
    filter: invert(53%) sepia(11%) saturate(759%) hue-rotate(40deg) brightness(91%) contrast(92%);
}

/* Definisci l'animazione per la rotazione */
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  /* Applica l'animazione all'immagine */
  .rotating-image {
    animation: rotate 10s linear infinite; /* durata di 3 secondi, rotazione continua */
  }

.uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
    border: 1px solid #e5e5e5;
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 20px;
    border-top: 2px solid var(--color-primary);
    padding-top: 20px;
}

hr {
    border-top: 2px solid var(--color-primary);
}

.uk-accordion-title {
    font-size: 24px;
    font-weight: 600;
}

.language-selector {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    column-gap: .25em;
    /*min-height: 70px;*/
    font-weight: 400;
    padding: 0;
}

.language-selector .current-lang {
    font-weight: bold;
} 

.disclaimer p {
    font-size: 13px;
}

.grecaptcha-badge {
    display: none;
}

.effetto {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.criogenico {
    background-color: #B3AABF;
}

.color-criogenico.uk-active {
    color: #B3AABF;
}

.freddo {
    background-color: #53B0D7;
}

.color-freddo.uk-active {
    color: #53B0D7;
}

.ricca {
    background-color: #6C5B79;
}

.color-ricca.uk-active {
    color: #6C5B79;
}

.sollievo {
    background-color: #7FBAA7;
}

.color-sollievo.uk-active {
    color: #7FBAA7;
}

.sollievoderma {
    background-color: #8f87af;
}

.color-sollievoderma.uk-active {
    color: #8f87af;
}

.intensivo {
    background-color: #DCA82C;
}

.color-intensivo.uk-active {
    color: #DCA82C;
}

.naturale {
    background-color: #C4DB9B;
}

.color-naturale.uk-active {
    color: #C4DB9B;
}

.riscaldante {
    background-color: #D43338;
}

.color-riscaldante.uk-active {
    color: #D43338;
}

.calmante {
    background-color: #508c85;
}

.color-calmante.uk-active {
    color: #508c85;
}

.emoliente {
    background-color: #f89f5b;
}

.color-emoliente.uk-active {
    color: #f89f5b;
}

#sidebar .uk-active {
    font-weight: bold;
}

.modal-logo img {
    height: 100px;
}

.uk-modal p {
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 0px;
}

sup {
    top: -1.2em;
    font-size: 40%;
    font-weight: 400;
}

.cbd-icon-contatti {
    width: 50px;
}

.linea-icon {
    width: 100px;
}

.prodotto-icon {
    width: 70px;
}

.review p {
    font-size: 17px;
}

.nome {
    font-weight: bold;
    font-size: 20px;
    color: var(--color-primary);
}

.professione {
    font-size: 16px;
    font-style: italic;
}

.avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #e4e4e4;
}

.uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary, .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
    background-color: var(--color-primary);
    color: #fff;
}

#linea_1 b, #linea_1 strong {
    color: #486598;
}

#linea_2 b, #linea_2 strong {
    color: #bf9d83;
}

#linea_3 b, #linea_3 strong {
    color: #9185be;
}

#linea_4 b, #linea_4 strong {
    color: #77492d;
}

h3 {
    font-size: 30px;
    font-weight: bold;
}

/*.bg-tecnologia {
    background-image: url(/wp-content/themes/essentialnio/assets/images/bg-innovazione.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 20px;
}

.bg-chi-siamo {
    background-image: url(/wp-content/themes/essentialnio/assets/images/bg-chi-siamo.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}

.bg-professionisti {
    background-image: url(/wp-content/themes/essentialnio/assets/images/bg-professionisti.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

.bg-ugc {
    background-image: url(/wp-content/themes/essentialnio/assets/images/bg-ugc.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}*/


.uk-slideshow-items img, .image-container, .img-radius {
    border-radius: 30px;
    overflow: hidden;
}

#hero .cbd-icon {
    width: 80px;
}

.uk-light p {
    color: #fff;
}

.uk-container-large {
    max-width: 1440px;
}

.bag-icon {
    width: 18px;
    margin-top: -3px;
}

#mobile-header .logo img, .modal-mobile-header .logo img {
    height: 40px;
}

.wpcf7-list-item {
    margin: 0;
}

.uk-background-cover p:not(.tag) {
    color: #fff;
}

.tags p {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.slider-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 81px;
}

.uk-slider-items {
    padding: 20px 0;
}

.uk-card-default {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.uk-card-media-top > div {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.mobile-arrows .slider-arrow {
    width: 30px;
    height: 30px;
}

.slider-arrow {
    width: 60px;
    height: 60px;
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    background: var(--color-primary);
}

.slider-arrow.uk-invisible {
    border: 1px solid #000;
    background: #fff;
}

.slider-arrow img {
    width: 16px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(28deg) brightness(102%) contrast(102%);
}

.slider-arrow.uk-invisible img  {
    filter: invert(0%) sepia(0%) saturate(9%) hue-rotate(239deg) brightness(104%) contrast(100%);
}

.uk-invisible {
    visibility: visible !important;
}

.uk-height-small {
    height: 250px;
}

.video-title {
    min-height: 68px;
}

.arrow img, img.arrow {
    filter: invert(44%) sepia(89%) saturate(672%) hue-rotate(4deg) brightness(94%) contrast(101%);
}

.uk-button {
    color: #222;
    font-size: 16px;
    border-radius: 50px;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
}

.uk-button-primary {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
}

.uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover {
    background-color: #222;
    color: #fff;
}

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.tag {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.uk-section-primary {
    background: var(--color-primary);
}

.uk-section-primary p {
    color: #fff;
}

.logo:hover {
    text-decoration: none;
}

.uk-navbar-nav>li>a {
    color: #222;
    /*text-transform: none;*/
    font-size: 15px;
}

h1 {
    font-weight: 500;
}

.underline {
    display: inline-block;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

p, ul:not(.uk-nav), ol:not(.uk-nav), html {
    font-size: 16px;
    line-height: 1.8;
}

/*.logo .blu, .into-the-change {
    font-size: 18px !important;
    font-weight: bold;
}

.blu, .into-the-change {
    color: #003C71 !important;
}*/

.underline::after {
    content: "";
    height: 14px;
    width: 0%;
    display: block;
    background: #FFE381;
    position: absolute;
    bottom: 11px;
    z-index: -1;
    animation: expandWidth 0.7s ease-out 0.5s forwards; /* Durata, easing, e 'forwards' per mantenere lo stato finale */
}

.credits img {
    height: 100px;
}

@keyframes expandWidth {
    from { width: 0%; }
    to { width: 100%; }
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    /*letter-spacing: -0.03em;*/
}

/*.uk-h1 {
    font-weight: bold;
}*/

html, body, p, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: auto;
    color: #282828;
}

#modal-menu .uk-nav-default .uk-nav-sub a {
    text-transform: none;
    padding-left: 16px;
}

.uk-nav-default {
    font-size: inherit;
    line-height: 1.5;
    font-weight: 600;
}

.uk-modal-close-full {
    background: transparent;
    padding: 0px;
    position: relative;
}

.logo a {
    color: #222222;
    font-weight: 400;
    font-family: var(--font-primary);
    font-size: 16px;
}

.uk-link, a {
    color: var(--color-primary);
}

#header {
    padding: 16px 0px;
    z-index: 999;
}

#mobile-header, .modal-mobile-header {
    padding: 10px 0;
}

.uk-nav-default .uk-nav-sub a {
    color: #000;
}

.uk-nav-default .uk-nav-sub {
    font-size: inherit;
}

.uk-nav-default>li>a {
    color: #000;
}

.uk-nav>li>a {
    padding: 0;
    min-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

em {
    color: inherit;
}

@media (min-width: 1440px) {

    #chi-sono .content {
        padding-right: 30%;
    }

    .uk-heading-medium {
        font-size: 70px;
    }

    .desktop-padding-left {
        padding-left: 100px;
    }

    .desktop-padding-small-left {
        padding-left: 40px;
    }

}

@media (min-width: 960px) { 

    .sv-child-width-1-9 > * {
        width: 11.11%;
        box-sizing: border-box;
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    }

    a.per-sportivi::before, a.for-athletes::before {
        content: "";
        height: 23px;
        width: 2px;
        background: var(--color-primary);
        margin-right: 38px;
    }

    .uk-section-default {
        padding: 140px 0;
    }


    .uk-h1, h1 {
        font-size: 60px;
    }

    .sv-width-card {
        width: 30%;
    }

    .uk-container-expand-right {
        padding-right: 0px;
    }

    .uk-container-expand-left {
        padding-left: 0px;
    }

    .uk-navbar-nav {
        gap: 40px;
    }

    .uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 0px);
        
    }
}

@media (min-width: 960px) and (max-width: 1440px) {
    .logo img {
        width: 150px;
    }

    .uk-navbar-nav>li>a {
        font-size: 12px;
    }

    a.per-sportivi::before {
        margin-right: 15px;
    }

    .uk-navbar-nav {
        gap: 15px;
    }
}

@media (max-width: 960px) {
    #toolbar.uk-position-bottom > div {
        padding: 0 15px;
    }
    
    .uk-navbar-nav {
        gap: 40px;
    }
}

@media (max-width: 640px) {

    h1.article-title {
        font-size: 22px;
    }

    .payment_box.payment_method_ppcp-credit-card-gateway .form-row {
        float: none !important;
        width: 100% !important;
        margin: 0px !important;
    }

    .sv-products .uk-card-body {
        min-height: 150px;
    }

    .woocommerce-cart .woocommerce-cart-form img {
        width: 50px;
    }

    .woocommerce-cart .product-name {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 4px;
    }

    .uk-input.quantity-no-arrows {
        height: 30px;
    }

    p, ul:not(.uk-nav), ol:not(.uk-nav), html {
        font-size: 16px;
    }

    button[name="add-to-cart"] {
        font-size: 12px;
        line-height: 1.2;
    }

    .wpcf7-submit {
        font-size: 11px;
    }

    .uk-margin-medium-right.remove-margin-mobile {
        margin: 0px !important;
    }

    .linea-icon {
        width: 60px;
    }

    .slider-container .review p {
        font-size: 13px;
    }

    .uk-tab>*>a {
        font-size: 12px;
    }

    .uk-accordion-title {
        font-size: 20px;
    }

    .cbd-icon-large {
        width: 100px;
    }

    .review p {
        font-size: 16px;
    }

    #hero .uk-cover-container {
        min-height: calc(-60px + 100vh) !important;
    }

    #hero .cbd-icon {
        width: 60px;
    }

    .uk-card-body {
        padding: 15px;
    }

    /*.uk-slideshow-items {
        min-height: 300px !important;
    }*/

    .uk-height-small {
        height: 150px;
    }
    
    .underline::after {
        height: 10px;
        bottom: 6px;
    }

    .remove-margin-mobile {
        margin: 0px !important;
    }
}

