@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif !important;
    overflow: auto !important;
    -ms-overflow-style: none !important;  /* IE 10+ */
}

/* Chrome, Edge, Safari */
/*body::-webkit-scrollbar {*/
/*    display: none !important;*/
/*}*/

/* Firefox only (nasconde la scrollbar ma mantiene lo scroll) */
/*@-moz-document url-prefix() {*/
/*    body {*/
/*        scrollbar-width: none !important;*/
/*    }*/
/*}*/

a:active, a:focus, * {
    outline: 0 !important;
}
.backgroundGray{
    background: #f5f5f5;
}
.font600{
    font-weight:600!Important;
}

.vuotoC{
    border-top: 1px solid #d9d9d9bf;
    border-bottom: 1px solid #d9d9d9bf;
    padding: 10px;
}
.d-none{
    display:none!important;
}
.texsdf{
    color:#981021 !important;
}
.activeaccount{
    color:#981021 !important;
}
.font13{
    font-size:13px!Important;
}.font11{
    font-size:11px!Important;
}
.btncustomx1x {
    text-transform: uppercase;
    font-weight: bold !important;
    border-radius: 0!Important;
    text-align: left !important;
    background-color: #981021 !important;
    color: white ! Important;
}
.header{
    background: #f5f5f5;;
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 0;
    height: auto;
}
.colxd{
        color: #981021!important;
}
.carrello-item:not(:last-child) {
  border-bottom: 1px solid #dee2e6; /* colore grigio Bootstrap */
}
/*.limit-width {*/
/*  max-width: 250px;*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
.btnxd{
    background: transparent;
    border: 0;
}

/* Blocca scroll pagina quando menu è aperto */
body.menu-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
}

/* Overlay scuro */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 64%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 999;
}

.slide-menu {
  overflow: hidden; /* ← aggiungi questa riga */
}


.menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Menu slide laterale */
.slide-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 250px;
  background: black;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 14px;
  text-transform:uppercase;
}

@media (max-width: 992px) {
    .slide-menu {
        width: 100%;
    }
}

.slide-menu.active {
  transform: translateX(0);
}

/* Header con pulsante chiusura */
.slide-menu-header {
  padding: 0px;
  border-bottom: 0px solid #ddd;
  background:black;
}

/* Contenuto scrollabile */
.slide-menu-content {
  overflow-y: auto;
  height: calc(100% - 56px); /* sottrae l'altezza dell'header */
  padding-top: 0;
}


.slide-menu-content a {
  display: block;
  padding: 5px 12px;
  margin-bottom: 0px !important;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px solid #eee;
  border-radius:0px;
  font-size:14px;
  text-transform:none;
}

.slide-menu-content a:hover {
  background-color: #353740;
  border-radius: 0px;
  border-bottom: 0px solid #ddd;
}

.slide-menu-content.d-none {
  display: none !important;
}

.back-link{
   color: #ffffff70!important;
}

.back-link:hover {
    background-color: #000!important;
}

/* Transizioni per i contenuti interni */
.slide-transition {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding-right: 15px;
    padding-left: 15px;
}

.slide-enter {
  transform: translateX(-100%);
  opacity: 0;
}

.slide-enter-active {
  transform: translateX(0%);
  opacity: 1;
}

.slide-exit {
  transform: translateX(0%);
  opacity: 1;
}

.slide-exit-active {
  transform: translateX(100%);
  opacity: 0;
}

/* Transizione inversa: entra da destra */
.slide-enter-reverse {
  transform: translateX(100%);
  opacity: 0;
}

.slide-enter-active-reverse {
  transform: translateX(0%);
  opacity: 1;
}

/* Transizione inversa: esce verso sinistra */
.slide-exit-reverse {
  transform: translateX(0%);
  opacity: 1;
}

.slide-exit-active-reverse {
  transform: translateX(-100%);
  opacity: 0;
}



.font12{
    font-size:12px!important;
}
.fontwex500{
    font-size:13px!Important;
        font-weight: 500!Important;
}
.fontweightx700{
    font-weight:700!important;
}
.progress-steps{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 0.5rem;
    /*padding: 0 16px 8px 16px;*/
}
.column-flex-containerxx {
    flex: 1;
}

.kfdksdf{
box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    border-style: solid;
    border-width: 0px;
    position: relative;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    background-color: rgb(245, 245, 247);
    border-radius: 16px;
    padding: 16px;
    width: 100%;
}

.details-containerxx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 0px;
}
.details-column-container {
    display: flex;
    flex-direction: column;
}
.h40x{
    height:40px;
}
.catPro{
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #212529;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    padding-top: 15px;
}

/* LINGUA */
#dropdownLingua::after {
  display: none !important;
}

.no-borders-last-row tbody tr:last-child td {
  border: none !important;
}
.informazioniAcq{
    font-size: 15px;
    font-weight: 700;
    color: #981021 !important;
}
.accordion-button:not(.collapsed) {
    box-shadow:none!Important;
}
.codxPr{
    font-size: 10px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    border: 1px solid;
    padding: 5px;
    width: max-content;
}
.bgGxer{
 background-color:#f5f5f7!important;
}
.imporCx{
    background-color: rgb(228, 224, 247);
    align-content: center;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    font-weight: 500;
}
.contgfxd{
    background-color: rgb(255, 255, 255);border-radius: 13px;padding: 13px;
}
.pswp{
    background: rgb(0 0 0 / 64%)!important;
    backdrop-filter: blur(12px)!important;
    -webkit-backdrop-filter: blur(5px)!important;
}
.prontaC{
    text-decoration: underline;
    text-decoration-color: #981021;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
}
.princF{
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
    border-bottom: 0px;
    font-weight: 500;
}
.gallPr{
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    background-color: #f5f5f5 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #dee2e6;
}
.underline-red-time {
    text-decoration: underline;
    text-decoration-color: #981021;
    text-decoration-thickness: 2px;
    text-decoration-style: solid;
    text-underline-offset: 5px;
    color: #981021;
}
.accordion-item:first-of-type{
    border-radius: 0 !important;
}
.accordion-button:focus {
    box-shadow: none!Important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0 !important;
}
.accordion-button::after {
  filter: brightness(0) !important;
}
.card-header:first-child {
    border-radius: 0 !important;
}
.accordion-item:last-of-type{
    border-radius: 0 !important;
}
.bgGrayx{background-color: #f5f5f5 !important;}
.bg-time {
    --bs-bg-opacity: 1;
    background-color: #fbbd0b !important;
}
.text-transform-none{
    text-transform:none!Important;
}
.font-weight-500{
    font-weight:500!Important;
}
.price{
    color: rgb(51, 51, 51) !important;
    font-size: 22px;
    font-weight: 700;
    color: #981021!important;
}
.width-85{
    width:111px!Important;
}
.prezzoProdotto{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.classeEnergetica{
    display: flex;
    align-items: end;
    color: #5f656b;
    gap: 5px;
    cursor: pointer;
}
.iconaEnergetica{
    width: 70px;
    display: flex;
    align-items: end;
}
.select2-search__field {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box;
  border: 1px solid #ccc; /* o il tuo colore */
  height: 31px; /* o quello che usi */
}
.modal.show{
    background: rgb(0 0 0 / 64%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(5px);}
.boxHome1{
    background-image: url(../img/box-home.jpg);
    background-position: center;
    background-size: cover;
}
.textHome1{
    line-height: normal;
    font-size: 15px;
    color: white!important;
    font-weight: 400;
    background: rgb(0 0 0 / 60%);
    padding: 10px;
}
.solo-logout{
    min-width:55px!important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.header__pre {
    margin: 0 auto 15px;
    height: 26px;
}
.header__pre .inner {
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.header__user {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    align-items: end;
}
.header__username {
    font-size: 14px;
    color: #1e1e1e;
    margin-left: 5px;
    text-align: left;
    font-weight: 700;
    width:100%;
    display: contents;
}
.header__username .welcome {
    color: #5c5c5c;
    font-weight: 600;
}
.header__username {
    font-size: 12px;
    color: #1e1e1e;
    margin-left: 0px;
    text-align: left;
}
.dropdown-toggle::after {
  transition: transform 0.3s ease;
}
.footerWhatsapp{
    background-color: #25d366;padding: 5px;display: flow;color: #333;font-weight: bold;border-radius: 0px;width: 135px;
}
.display-flex{
    display:flex;
}
.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.textFlags{color:#5c5c5c!important;}
.font-weight-600{font-weight:600!important;}
.flagsSy{
    font-size: 12px!important;top: 3px!important;margin-left: -5px!Important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: black!Important;
    color:white!Important;
}
.textFlags:active {color:#fff!important;}
.header__more {
    border-top: solid 3px #c01320;
    min-width: 137px;
}
.header__more ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
}
.header__more ul li a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    margin: 8px auto 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
}
.font12x{
    font-size:13px!Important;
    font-weight: 500 !important;
}
.header__more ul li a:hover {
    color: #c01320;
}
.colorRed{
    color: #c01320!important;
}
.gap-2 {
    gap: .5rem !important;
}
.header__more ul li {
    display: inline-flex;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
.pdfrt{
    padding: 20px 13px 20px 13px;
}
.formxsd{
    width: 100%; max-width: 400px;
}
.mrgxd{
    margin-right: 10px !important;
    margin-top: 10px;
}
.form-control{border-radius: 0!Important;}
.heightx21{
    height: 609px;
}
.formLoginText{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;    
    color: var(--bs-secondary-color);
}
#loginSlide {
    background: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, backdrop-filter 0.4s ease;
  }
  
  #loginSlide.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  #loginSlide.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }  
  
  body.modal-open {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
    position: fixed;
    width: 100%;
  }
  
  
  
.header .custom-navbar {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header .navbar {
    padding: 0;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.header__container {
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    margin: 10px auto 0 auto;
    max-height: none;
    width: 100%;
}
.header .logo-search {
    display: flex;
    width: 100%;
    align-items: center;
}
.header .navbar-brand {
    padding: 0;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
}
.navbar-brand {
    margin-right: 1rem;
    text-decoration: none;
    white-space: nowrap;
}
.header .navbar-brand.logo img {
    max-width: 215px;
}
.logo img {
    padding-right: 0px;
    height: 60px;
}
.header__search {
    display: flex;
    width: 100%;
    padding-right: 0.4rem;
}
.header__search-inputs {
    width: 100%;
    display: flex;
    position: relative;
}
.header__search .input-search {
    height: 50px;
    width: 100%;
    padding: 27px;
    padding-left: 15px !Important;
    padding-right: 45px !important;
    border-radius: 0;
    box-shadow: none!important;
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
}
.form-control {
    border: 1px solid #7f7f7f!important;
    border-radius: 0;
    font-size: 15px;
    padding: 4px 15px 4px 7px;
}
.header__search-inputs .btn.search {
    display: inline-block;
    margin: 0 0 0 -59px;
}
.header__search-inputs .btn.search {
    border: 0;
    background: none;
    float: right;
    z-index: 10;
}
.header__search-inputs .btn.search img {
    width: 32px;
}
.img-thumbnail {
    padding: 1px!important;
}
.titoloProdotto{
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.header__search .input-search:focus {
    border: solid 1px #981021 !important;
}
.header__icons ul {
    display: flex;
    align-self: flex-end;
    margin: 0;
    padding: 0;
}

.underline-red{
    text-decoration: underline;
  text-decoration-color: #981021;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
  text-underline-offset: 5px;
}

.borderxx{
    border:1px solid #981021!important;
}
.klarnaPr{
    background-color: #f4b6c7!important;
}
.payment_methodsPR {
    display: table;
    margin: 20px auto;
    margin-top:30px!Important;
}
.payment_methodsPR * {
    width: 70px;
    height: auto;
    border: 1px solid #cacbcd;
    border-radius: 0px;
    padding: 0 10px;
    margin-right: 5px;
}
.card-header {
    background-color: #f5f5f5!important;
}
.bgred{
    background-color: #981021!important;
}
.h1sPx {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-right{
    text-align: right!Important;
}

.text-left{
    text-align: left!Important;
}

.mtpok{
    margin-top: 20px;
}

.badgeEtichetta {
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
}

.hoverprodx{
    color:#333;
    transition: color 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
}

.hoverprodx:hover{
    color:#981021;
}

.align-items-endx{
    align-items: end;
}
  
.badgeNew{width: auto!Important; background-color: #008F39!Important;}
.badgeEvidenza{width: auto!Important; background-color: #007bff!Important;}
.badgeSpedizione {
    background-color: #981021;
}
  
.badgePronta,
.badgeNew {
    background-color: #981021;
}  

.bttx{
    border-top: 1px solid #dee2e6;
}

.btncustomx{
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-radius: 0!Important;
}
.disponibilita{
    color:#981021!important;
}
.countdownShip{
    color:#008F39!Important;
}
.btncustomxCart{
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-radius: 0!Important;
}
.xxj1{
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-radius: 0!Important;
}
.h1sx{
    font-size: 15px;
    margin-bottom: 0;
    line-height: normal;
    color: #333 ! Important;
}
.footerMenX{
    color: #333 ! Important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;    
    margin-bottom: 5px;
}

.mjxd{
    margin-top: 12px;
}

.payment-icon {
    padding: 4px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.bttxs{
    border-top: 1px solid #7f7f7f;
}

.klarna{
    background-color: #f4b6c7;
}

.brt{
    background-color: #d01a2f;
}

.lixd{
    line-height: 17px;
}
.footerMenxy{
    color: #333;
    font-size: 11px;
    text-decoration: none;
    font-weight: 500;   
}
.footerMen{
    color: #333;
    font-size: 11px;
    text-decoration: none;
    font-weight: 500;   
}

.footerMen:hover {
    color: #c01320;
}

.text-grayx{
    color: rgb(51, 51, 51);
}

.font-weight-bold{
    font-weight: bold!Important;
}

.oneclasscontract{
    color: #88624f!Important;
    font-weight: bold;
    text-transform: uppercase;
}

.height-160{
    height: 140px!important;
}

.brandHome{
    text-align: center;
    background: #981021;
    width: auto;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none !important;
    font-weight: bold;
    padding: 2px 6px;
}
.verde {
    width: 5px;
    height: 5px;
    background-color: #00c853; /* verde acceso */
    margin-left: 5px;
    border-radius: 100%;
    animation: battitoVerde 1.5s ease-in-out infinite;
    box-shadow: 0 0 8px #00c853;
}

@keyframes battitoVerde {
    0%, 100% {
        background-color: #00c853;
        box-shadow: 0 0 8px #00c853, 0 0 16px #00c853, 0 0 24px #00c853;
        transform: scale(1);
    }
    50% {
        background-color: #a5d6a7;
        box-shadow: 0 0 4px #a5d6a7, 0 0 8px #a5d6a7, 0 0 12px #a5d6a7;
        transform: scale(1.1);
    }
}

.h1sxx{
    font-size: 13px;
    margin-bottom: 0;
    color: #333 ! Important;
}

.verificato{
    padding-bottom:2px;
}

.centerBoxsc{
    height: 100%;
    align-items: center;
    align-content: center;
    display: flex;
}

.countSupport{
    position: absolute;
    z-index: 4;
    background: #008F39;
    color: #fff;
    border-radius: 12px;
    line-height: 14px;
    font-size: 8px;
    font-weight: 700;
    min-width: 14px;
    top: 25px;
    margin-left: 29px;
}
.countCart{
    position: absolute;
    z-index: 4;
    background: #c01320;
    color: #fff;
    border-radius: 12px;
    line-height: 14px;
    font-size: 8px;
    font-weight: 700;
    min-width: 14px;
    top: 25px;
    margin-left: 26px;
}
.header__icons ul li {
    text-align: center;
    border: solid 1px #7f7f7f;
    background-color: #fff;
    padding: 7px 1px;
    height: 56px;
    width: 65px;
    margin: 4px 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.header__icons ul li:hover {
    border: solid 1px #c01320;
}
.header__nav-title{
    font-size: 9px;
    font-weight: 400;
    line-height: 0.9rem;
}
.mm5{
    margin-right: -4px;
}
.iconNavBax{
    width: 29px;
}
.fsLink{
    font-size: 13px!important;
    font-weight: 500 !important;
}
.navbar {
    --bs-navbar-padding-y: 0 !important;
}
.bg-black-border{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.swiperContainer{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiperWrapper{
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
}
.h1xs{
    font-size: 1rem;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.heightAut{
    align-items: stretch; /* fondamentale per pareggiare le altezze */
}
.dd-flex{
    display: flex;
}
.hr{
    background-color: #e3e5e7;
    width: 100%;
    height: 2px;
}
.imgN{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: table;
    padding: 15px;
}
.bgk{
    background: #000;
    padding: 5px 5px 5px 5px;
}
.pl-10{
    padding-left: 10px;
}

.br2x{
    border-right: 2px solid #e3e5e7;
}
.bckOne{
    background-color: #c01320;
}
.plxc{
    padding-top: 8px;
    padding-bottom: 8px;
}
.fxqc{
    text-transform: uppercase;
    font-weight: 700;    
    font-size: 14px;
}
.plfg{
    padding-right: 10px;
}
.prrx1{
    padding-right: 0!important;
}
.prrx2{
    padding-left: 0!important;
}
.dropdown-menu.show {
    border-radius: 0;
}

.background-signup {
    background-color: #000000;
    background-position: 50%;
    background-size: cover;
    color: #fff;    
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    text-align: center;
}

.descrizioneSignup {
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.content-bottom {
    padding: 20px;
}

@media (min-width: 900px) {
    .background-signup{
        display: flex;
        margin-right: 0px;
    }
}

.bg-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 100% !important;
    min-height: auto;
  }

/* MegaMenu a tutta larghezza */
.nav-item.dropdown.position-static .dropdown-menu {
    left: 0;
    right: 0;
}
.pdrlx{
    padding: 8px !important;
}
/* Rimuove margine top se presente su apertura dropdown */
.dropdown-menu.show {
    margin-top: 0px !important;
    border: 1px solid #e3e5e7!important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-link{
    padding-left:0px!important;
}
.nav-item.dropdown.position-static .dropdown-menu {
    margin-top: 0px !important;
}
.fsdx{
    font-size: 13px!Important;
}
.fsdx1{
    font-size: 13px!Important;
    font-weight: 400!Important;
    padding: 5px !important;
}
.bdxs{
    border-right: 1px solid #e3e5e7;
}
.bcsq{
    border-bottom: 1px solid #e3e5e7!important;
}
/* Freccia standard */
.nav-link.dropdown-toggle::after {
    transition: transform 0.3s ease;
  } 
/* Quando il menu è aperto (aria-expanded = true) */
.nav-link.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
.nobcgx:hover{
    background-color: white!Important;
}

.conxBomi{
    width: 100%;
    height: 100%;
    position: relative;
}

.bomi{
    background: hsl(0deg 0% 0% / 50%);
    color: white;
    padding: 5px 10px 5px 5px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid rgb(255 255 255 / 30%);
    width: 120px;
    text-align: center;
    align-content: center;
}

.fe1sd{
    font-size:9px!Important;
}
.contBomi{
    right: 0;
    bottom: 0;
    padding: 5px 10px 10px 0px;
}

.MenuMobix{
    text-align: center;
    border: solid 1px #7f7f7f;
    background-color: #fff;
    padding: 7px 1px;
    height: 56px;
    width: 65px;
    margin: 4px 4px;
    margin-right: 10px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.MenuMobix:hover{
    border: solid 1px #c01320;
}

.imgProduct{
    max-width: 200px;
    width: 100%;
}

.priceProductx{
    font-size: 15px;
    font-weight: 700;
    color: #981021;
}

.codeProductx{
    font-size: 10px;
    font-weight: 700;
}

.priceProduct{
    font-size: 13px;
    font-weight: 500;
    color: #981021;
}

.select2-search--dropdown.has-lente {
    position: relative;
  }
  
  .select2-search--dropdown .icon-lente {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    opacity: 0.5;
    width: 18px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .background-signup-wrapper {
    height: 100%;
    min-height: 450px;
    position: relative;
    overflow: hidden;
  }
  
  .background-signup {
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
  }
  .form-control:focus {
    box-shadow: none!important;
}
  .background-signup.active {
    opacity: 1;
    z-index: 1;
  }
  
  .content-bottom {
    position: relative;
    z-index: 2;
    color: white;
  }
  
  .btncustomx-general {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-radius: 0!Important;
}

.btn-dark{
    background-color: black!important;
}
.form-control {
    font-size: 14px !important;
    line-height: 2!important;
}
  .select2-search--dropdown.has-lente .select2-search__field {
    padding-right: 30px !important; 
    font-size: 14px;
  } 
.form-check-input {
    width: 1.2em!important;
    height: 1.2em!important;
    margin-top: 0em!important;
}
.form-check-label {
    line-height: 18px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%!important;
}
.form-check-input{
    border: 1px solid #7f7f7f!important;
}
.form-check-input:focus {
    box-shadow: none!Important;
}
.select2-results__option {
    font-size: 14px!important;
}
.loginBlock{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.btn-close:focus {
    box-shadow: none!Important;
}
.form-check-input {
    border-radius: 0!Important;
}
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 42px!important;
    padding: .275rem .75rem!important;
    font-size: 14px!Important;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid  #7f7f7f!important;
    border-radius: 0!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
  }
  .select2-dropdown {
    border: 1px solid #7f7f7f!important;
} 
  /* dropdown arrow allineata */
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 0.50rem!important;
  }
  
  /* testo selezionato */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0!important;
    padding-right: 1.5rem!important;
    line-height: 2.3!important;
  }
  

/* INIZIO SISTEMAZIONE RESPONSIVE */

@media (max-width: 992px) {
    .noMobilex{
        display: none!important;
    }
    .mlxs{
        margin-right: 0!Important;
    }
    .shadowx{
        border-bottom: 1px solid #7f7f7f;
    }
    .txs{
        padding-top: 15px;
    }
    .justify-content-end{
        justify-content: end!Important;
    }
    .minwxs{
        min-width: 135px!important;
    }
    .header__search {
        padding-right: 0rem;
    }
    .countCart {
        margin-left: 26px;
    }
    .mrightz{
        margin-right: 0px!Important;
    }
    .header {
        padding-right: 0px !important;
        padding-left: 0px ! Important;
    }
    .fullwidth{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .countCart{
        top: 5px;
    }
    .countSupport {
        top: 5px;
    }
    .MenuMobix{
        min-height: 56px;
        min-width: 65px;
    }
    .header .navbar-brand.logo img {
        padding-top: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1rem!important;
        height: 1rem!important;
    }
    .header .navbar-brand {
        margin-right: 0px !important;
    }
    .header__search-inputs .btn.search img {
        width: 25px;
    }
    .header__search-inputs .btn.search {
        margin: 0 0 0 -49px;
    }
    .header__container {
        padding-top: 0px;
    }
}
@media (max-width: 760px) {
    .cv{
        display: none!Important;
    }
    .cxs{
        width: 100%!important;
    }
    .loginBlock {
        max-width: 100%!important;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .fullwidth{
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
        padding-left: calc(var(--bs-gutter-x) * .5)!important;
    }
    .img-in-container {
    max-height: 300px!important;
}
.sder{
        margin-bottom: 30px;
}
}
@media (max-width: 660px) {
    .nophone{
        display: none!Important;
    }
    .slidexsHome{
        height: 200px;
        width: 100%!important;
    }
    .align-items-endx{
        align-items: start;
    }
}

@media (min-width: 992px) {
    .siMobilex{
        display: none;
    }
}

/* FINE SISTEMAZIONE RESPONSIVE */