#com-users-login__form{
    padding-top:80px;
}
.login-wrap .login-submit .btn {
    width: 100%;
    background: #e13a26 !important;
    border: 1px solid #e13a26 !important;
    font-weight: bold;
}
.article-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    display: none;
}
.t4-footer {
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    color: #555555;
    font-size: 0.875rem;
}
.t4-main-body {
    padding-top: 0rem;
    padding-bottom: 3rem;

}
#t4-header .container {
    padding-top: 1rem;
    padding-bottom: 0rem;
}
/*pulsanti header*/
.area-personale:hover {
    color: #e13a26;  /* Colore del testo al passaggio del mouse */
}

.area-personale:hover svg path {
    fill: #e13a26;  /* Colore dell'icona al passaggio del mouse */
}
.navbar {
    font-weight: bold;
    padding-top: 5px;
    font-size: 14px;
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    max-width: 1170px;
}
.t4-header {
    min-height: 40px;
    /*border-bottom: 1px solid #dddddd;*/
    background: #ffffff;
    z-index: 1000 !important;
}
.module-grey-back {
    background: #f2f2f2;
}
.module-fluid {
    max-width: 1780px;
}
/*login and search*/

.header-right {
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: flex-end;
    font-size: 14px;
}
  .header-right a {
    margin-right: 10px; /* Aggiungi il margine desiderato tra gli elementi */
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333; /* Cambia il colore del testo se necessario */
  }

  .header-right svg {
    margin-right: 5px; /* Aggiungi il margine desiderato tra l'icona e il testo */
  }
  .t4-megamenu {
    clear: both;
    justify-content: center;
}
.t4-megamenu .mega-inner {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    border-radius:15px;
}
.mega-dropdown-menu {
    margin-left: -250.031px !important;
    border-radius: 15px;
}
.dropdown-custom {
    border-radius: 15px;
}
.t4-megamenu .dropdown-menu {
    background: #fafafa;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 15px !important;
}
/*header-mobile*/
.t4-header-mobile {
    padding: 12px 0px 0px 36px;
    max-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
} 
@media (max-width: 991.98px)
.nav-breakpoint-lg .t4-offcanvas-toggle {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 30;
    margin-top: -16px;
}
@media (max-width: 768px) {
  .hidden-phone {
    display: none;
  }
  .logo-img-sm {
    max-width: 120px;
  }
  #triggerButton {
    margin-top:-8px;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
}
@media (min-width: 769px) {
  .hidden-desktop {
    display: none;
  }
}

