/* breadcrumb text */
#wrapper .breadcrumb li a {
    color: #000;
}

/* **********************************PAGINA PRODOTTO *********************************** */

#product .product-actions .product-variants > .product-variants-item select {
    width: 14rem !important;
}

/* modifica colore */
.elementor-9 .elementor-element.elementor-element-90b2185 .linklist-menu:hover, .elementor-9 .elementor-element.elementor-element-90b2185 .linklist-menu *:hover {
    /*color: #009FEC !important;*/
}

/* ********************************** MEGA MENU *********************************** */
.leo-megamenu .navbar-nav > li > a {
    font-size: 18px !important;
}
.leo-megamenu .navbar-nav > li > a {
    padding: 23px 24px !important;
}
.leo-megamenu .dropdown-menu {
    min-width: 250px  !important;
}
/* 2 colonne su menu verticale  */
@media (min-width: 992px) {
.custom-tab-2{
    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid #666;
    width: 500px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-rule: 1px solid #666;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -webkit-column-rule: 1px solid #666;
}}
.leo-megamenu .dropdown-menu li a {
  font-size: 18px  !important;
}




/* **********************************CARRELLO  *********************************** */
body#checkout [data-action="show-password"] {
    background: #009FEC !important;
}

/* **********************************FOOTER *********************************** */
.box_newletter .block_newsletter form button[type="submit"] {
    border: 1px solid #212121;
}


/* ********************************** RICERCA *********************************** */
.jolisearch-modal {
    background-color: rgba(204, 204, 204, 0.90) !important;
}


/* *********************** GENERALE  ************************************ */
#product section#wrapper , #category section#wrapper   {
    margin-top: 15px;
}

/* ************************ TABELLA SCONTI ****************************** */
  .table-product-discounts tbody tr.active-discount,
  .table-product-discounts tbody tr.active-discount:nth-child(even),
  .table-product-discounts tbody tr.active-discount:nth-child(odd) {
    background-color: #e8f5e9 !important;
    font-weight: bold;
    border-left: 3px solid #4caf50;
  }