/***********HEAD**************/

:root {
  --blue: #0047BB;
}


/* colore tema #0047BB */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #1E1E1E;
}

.roboto {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}


@media (max-width: 768px) {
  .py-32.listing {
    padding-bottom: 0;
  }

  .py-32.single {
    padding-bottom: 0;
  }
}


header {
  border-bottom: 1px solid #eee;
}

img.max-width-img-box {
  max-width: 160px;
}

.navbar-brand {
  max-height: 48px;
  width: 160px;
  padding-top: 0px;
}

@media (max-width: 768px) {

  .navbar-brand {
    max-height: 28px;
    width: 110px;
  }

  .navbar-brand img {
    max-width: 110px;
  }

  img.max-width-img-box {
    max-width: 120px;
  }

}


.strong {
  font-weight: 600;
}

.giorno {
  font-size: 15px;
}

.album {
  /* margin-top: 100px; */
  margin-top: 80px;
}

.blu {
  color: #0047BB;
}

a {
  text-decoration: none;
  color: #1d262a;
}

a:hover {
  text-decoration: none;
  color: #0047BB;
}

/* a .grey-bg-2 {
  background-color: #EBF4FF !important;
      border: 1px solid #EBF4FF !important;
} */

a .grey-bg-2:hover {
  background-color: #EBF4FF;
  border: 1px solid #0047BB;
}

.fz20 {
  font-size: 20px;
  line-height: 120%;
}


.fz13 {
  font-size: 13px;
  line-height: 100%;
}

footer .fz13 {
  line-height: 120%;
}

.fz14 {
  font-size: 14px;
  line-height: 100%;
}



.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 10px;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 31px !important;
  height: 34px !important;
  background: #F5F8FC !important;
  margin: 0 4px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #333 !important;
  border-radius: 8px !important;
}

.swiper-pagination-bullet-active {
  background: #007bff !important;
  color: #fff !important;
}



.blu {}

.titolo,
.titolo-smaller,
section.woocommerce-order-details.wcsn-order-details h2.woocommerce-column__title {
  font-style: normal;
  font-weight: 600;
  /* letter-spacing: -0.48px; */
}

.titolo,
section.woocommerce-order-details.wcsn-order-details h2.woocommerce-column__title {
  font-size: 24px;
  line-height: 120%;
}

section.woocommerce-order-details.wcsn-order-details h2.woocommerce-column__title {
  text-align: center !important;
  margin-bottom: 1rem !important;
}

.woocommerce-privacy-policy-text {
  display: none !important;
}

.titolo-smaller {
  font-size: 18px;
  line-height: 140%;
}

.border-radius-xs {
  border-radius: 4px;
}

.grey {
  color: #757575;
}

/* .grey {
  color: #9D9D9D;
} */

.bg-grey {
  background-color: #E8E8E8;
}

.footer-bg {
  background-color: #EFF1F6;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .footer-bg {

    border-radius: 0px;
  }
}

.grey-bg {
  border-radius: 8px;
  background: #EFF1F6;
}
.grey-bg2 {
  border-radius: 8px;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .grey-bg {
    border-radius: 0px;

  }

  .text-reset .grey-bg {
    border-radius: 8px;
  }

}


.grey-bg-2 {
  border-radius: 8px;
  background: #F5F5F5;
  border: 1px solid white;
}

.colorino {
  background: #F5F8FC !important;
}

@media (max-width: 768px) {

  .card .grey-bg-2 {

    border-radius: 8px;
  }

  .grey-bg-2 {

    border-radius: 0px;
  }
}

.footIcon.grey {
  /* font-size: 13px; */
  font-size: 16px;
}

.blue-bg {
  border-radius: 8px;
  background: #E0EFFF;
}

@media (max-width: 768px) {
  .blue-bg {
    border-radius: 0px;
  }
}

.greyLabel {
  background: #E6E6E6;
  padding: 0.25rem 0.375rem;
  border-radius: 8px;
  display: inline-block;
  font-size: 13px;
}

.yellowLabel {
  background: #FFD700;
  padding: .4rem;
  padding-bottom: .1rem;
  padding-top: .1rem;
  border-radius: 8px;
  display: inline-block;
  color: #1E1E1E;
  font-size: 13px;
  white-space: nowrap;
}

.bluLabel {
  background: #63B8FF;
  padding: .4rem;
  padding-bottom: .1rem;
  padding-top: .1rem;
  border-radius: 8px;
  display: inline-block;
  color: #1E1E1E;
  font-size: 13px;
}

.bluLabel2 {
  background: #EBF4FF;
  padding: .5rem;
  padding-bottom: .3rem;
  padding-top: .3rem;
  border-radius: 8px;
  display: inline-block;
  color: #757575;
  font-size: 13px;
}

.bluLabel2:hover {
  background: rgba(0, 71, 187, 0.2);
}

.bluLabel2_active {
  background: #0047BB;
  padding: .4rem;
  padding-bottom: .1rem;
  padding-top: .1rem;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
}

.greyLabel2 {
  background: #E6E6E6;
  padding: .4rem;
  padding-bottom: .1rem;
  padding-top: .1rem;
  border-radius: 8px;
  display: inline-block;
  color: #1E1E1E;
  font-size: 13px;
}

.primary {
  border-radius: 8px !important;
  border: 1px solid #0047BB !important;
  color: #F5F5F5 !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: .55rem !important;
  padding-bottom: .55rem !important;
  background: #0047BB !important;
}


.primary:hover {
  border: 1px solid #003A99 !important;
  background: #003A99 !important;
}


@media (max-width: 768px) {
  .primary {
    font-size: 14px !important !important;
  }
}

.secondary {
  border-radius: 8px !important;
  border: 1px solid #0047BB !important;
  color: #0047BB !important;
  /* padding: .8rem; */
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: .55rem !important;
  padding-bottom: .55rem !important;
  background: #EBF4FF !important;
  font-weight: 600;
}


.secondary:hover {
  border: 1px solid #0047BB !important;
  background: #0047BB !important;
  color: #ffff !important;
}

.secondaryTitle {
  font-size: 20px;
}

@media (max-width: 768px) {
  .secondaryTitle {
    font-size: 18px;
  }

  .small {
    font-size: 14px;
  }
}


.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.elencoMenu {
  font-weight: 600;
  padding-right: 0;
  padding-left: 0;
}

.elencoMenu li {
  display: inline;
  padding-right: 15px;
}

.elencoMenu li:before {}

.elencoMenu li a {
  text-decoration: none;
  color: #1d262a;
}

.elencoMenu li a:hover {
  color: #0047BB;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.minus {
  font-size: 12px;
}

.anteprimaArticolo {
  position: relative !important;
}

.linkBottone {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}




.border-radius {
  border-radius: 5px;
}

.menu-first-column {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 2.5rem;
}



.menu-second-column {
  font-size: 28px;
}

.menu-third-column {
  font-size: 28px;
  padding-bottom: 2.5rem;
}

.boxBloccoArticolo {
  background-color: #bf262c;
  color: #fff;
}

.boxBloccoArticolo h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.text-directory {
  font-size: 24px;
  font-weight: 800;
}

.social .fa-brands {}

.social_circle {
  border-radius: 32px;
  width: 44px;
  height: 44px;
  text-align: center;
  border: 1px solid #D9D9D9;
  display: block;
  padding: 10px;
  background-color: #F5F5F5;
}


.ellissi-4 {
  display: -webkit-box;
  /* Necessario per WebKit */
  -webkit-line-clamp: 4;
  /* Numero di righe da mostrare */
  -webkit-box-orient: vertical;
  /* Orientamento verticale */
  overflow: hidden;
  /* Nasconde il resto del testo */
  text-overflow: ellipsis;
  /* Puntini finali */
}

/***********TABS**************/
.tabs {
  display: inline-block;
  background: #F5F5F5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.tab-list {
  display: flex;
  gap: 6px;
}


.tab {
  background: #F5F5F5;
  border: none;
  padding: 6px 32px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #767676;
  transition: all 120ms ease;
}

.font32 {

  text-align: center;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.font32 p {
  margin-bottom:0px!important;
  padding-bottom:24px;
}

.subfield2 p {
  margin-bottom:0px!important;
}


.tab[aria-selected="true"] {
  background: #FFF;
  color: #0047BB;
  font-weight: 600;
}


.tab:focus {
  outline: 2px solid rgba(10, 88, 202, 0.18);
  outline-offset: 2px;
}


.tab-panel {

  padding: 16px;
  background: #F5F5F5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 768px) {
  .tab-panel {

    padding: 16px;
    background: #F5F5F5;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .col-md-6+.col-md-6 {
    margin-top: 0px !important;
  }

}

/* piccolo adattamento responsive */
@media (max-width:480px) {
  .tab {
    padding: 8px 10px;
    font-size: 14px
  }

  .tab-panel {
    padding: 12px
  }
}


.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230a58ca' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/***********menu filtri**************/
/* Bottone flottante */
.menu-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #0047BB;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 1002;
  /* sopra overlay e menu */
}

.menu-button:hover {
  background-color: #0056b3;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1500;
}

/* Overlay visibile */
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Menu laterale */
.side-menu {
  position: fixed;
  top: 0;
  left: -260px;
  /* nascosto */
  width: 260px;
  height: 100%;
  background-color: #F5F5F5;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  transition: left 0.3s ease;
  z-index: 1501;
  /* sopra overlay, sotto bottone */
  padding: 20px;
  overflow-y: auto;
}

/* Menu aperto */
.side-menu.open {
  left: 0;
}

/* Chiudi con X */
.side-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #003A99;
}

/* Contenuto menu */
.side-menu h3 {
  margin-top: 40px;
  /* lascia spazio alla X */
  font-size: 18px;
  color: #333;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu ul li {
  margin: 12px 0;
}

.side-menu ul li a {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
}

/* Nascondi la checkbox standard */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Crea lo stile personalizzato */
.custom-checkbox label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

/* Quadrato della checkbox */
.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #757575;
  border-radius: 4px;
  /* arrotondata, puoi mettere 50% per rotonda */
  background-color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Quando la checkbox è selezionata */
.custom-checkbox input[type="checkbox"]:checked+label::before {
  background-color: #0047BB;
  /* blu desiderato */
  border-color: #0047BB;
}

/* Spunta */
.custom-checkbox label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

/* Mostra la spunta quando selezionata */
.custom-checkbox input[type="checkbox"]:checked+label::after {
  opacity: 1;
}


/***********FOOT**************/
footer {
  font-size: 14px;
}

footer ul {
  padding-left: 0px;
}

footer ul li {
  list-style-type: none;
  padding-left: 0px;
  padding-top: 10px;
}

footer ul li a {
  text-decoration: none;
  color: #1d262a;
}

footer ul li a:hover {}

footer .mainFooter li {
  font-weight: 600;
}

footer .mainFooter li:before {}

footer a.bottone {
  font-weight: 600;
  background-color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  margin-bottom: 5px;
  color: #1d262a;
  text-decoration: none;
}

footer a.bottone:hover {
  background-color: #bf262c;
  color: #fff;
}

.socialFooter {
  font-size: 25px;
}

.socialFooter i,
.socialFooter svg {
  padding-right: 10px;
}

.logoFoot {
  max-height: 28px;
}

.border-bottom-social {
  border-bottom: none;
}

.copyright a {
  color: #1d262a;
  text-decoration: none;
}

.menu-big {
  background-color: #f4f4f4;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  z-index: 2030;
  display: flex;
}

.menu-big ul li {
  list-style-type: none;
}

.closeMenu {
  position: absolute;
  top: 25px;
  right: 25px;
}

.logoMenu {
  max-width: 190px;
  margin-top: 1.5rem;
}

.footIcon {
  vertical-align: middle;
}

.footIcon i {
  font-size: 24px !important;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/*Woocommerce*/
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  border-radius: 8px !important;
  color: #F5F5F5 !important;
  border: unset !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: .55rem !important;
  padding-bottom: .55rem !important;
  background: #0047BB !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,

.wc-block-components-checkout-place-order-button:hover {
  background: #003A99 !important;
}

@media (max-width: 768px) {
  .footIcon .fz20 {

    font-size: 16px !important;
  }

  .footIcon i {
    font-size: 16px !important;

  }
}

/***********HOME**************/

.commento {
  color: #154179;
}

h4.commento {
  font-weight: 800;
  font-size: 36px;
}

.breadHome {}

div.mainTitle h1,
.mainTitle h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  letter-spacing: -0.8px;
}

.mainTitle sup {
  font-size: 24px;
}

.footerTitle {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
}

a.primary:hover {
  color: white !important;
}

@media (max-width: 768px) {


  div.mainTitle h1,
  .mainTitle h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.8px;
  }

  .footerTitle {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

  }

}


div.woocommerce-MyAccount-content div.woocommerce-notices-wrapper {
  display: none !important;
}

.pt-speciale {
  padding-top: 36px;
  /* padding-bottom:24px; */
}

/***********MEDIA QUERY**************/
@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }



}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {}


@media only screen and (max-width: 1023px) {}


/* @media only screen and (min-width: 991px) {
  .homepageTitolo {
    min-height: 100px;
  }
} */

@media only screen and (max-width: 991px) {

  /*////////////////HEADER/////////////////////*/
  .logoMenu {
    max-width: 105px;
  }

  .welcome {
    font-size: 10px;
  }

  .menu-first-column {
    /* border-bottom: 1px solid #fff; */
    font-size: 18px;
    padding-bottom: 3rem;
  }

  .menu-second-column {
    /* border-bottom: 1px solid #fff; */
    font-size: 18px;
  }

  .menu-third-column {
    font-size: 18px;
  }

  .utility {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .info {
    padding-top: 20px !important;
    font-weight: 800;
  }

  .pt-speciale {
    padding-top: 24px;
    padding-bottom: 12px;
  }


  /*////////////////home/////////////////////*/
  .border-bottom-social {
    border-bottom: 1px solid #fff !important;
  }



  .miniMenuMobile ul {
    display: flex;
  }

  .miniMenuMobile ul li {
    text-align: center;
    display: flex;
  }

  .album {
    margin-top: 50px;
  }




  /*////////////////footer/////////////////////*/
  footer a.bottone {}

}

.quantity-control {
  display: inline-flex;
  /* align-items: center; */
  border: 1px solid #0047BB;
  border-radius: 8px;
  overflow: hidden;
  font-family: sans-serif;
}

a.button.wc-forward {
  border-radius: 8px;
  border: 1px solid #0047BB;
  color: #F5F5F5;
  background: #0047BB;
  padding: 4px;
}

a.button.wc-forward:hover {
  border: 1px solid #003A99;
  background: #003A99;
}

.pagination-btn {
  background-color: unset !important;
  background: unset !important;
  border: unset !important;
  padding: 8px;
}

.pagination-btn.px-2.active-page {
  background-color: #0047BB !important;
  border-radius: 8px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #fff;
}

.fa-arrow-right,
.fa-arrow-left {
  color: #0047BB !important;
}

.quantity-control button,
.quantity-control input {
  background: #f5f5f5;
}

.quantity-control button {
  padding: 8px 12px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
}

.quantity-control button:hover {
  background: #e0e0e0;
}

.quantity-control input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 16px;
  outline: none;
}

.message {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #fff;
  font-size: 14px;
  padding: 9px;
}

.quantity-control button.decrease {
  color: #0047BB;
  border: 1px solid #fff !important;
  border-right: 1px solid #0047BB !important;
}

.quantity-control button.increase {
  color: #0047BB;
  border: none;
  border-left: 1px solid #0047BB !important;
}


.stondo {
  border-radius: 8px;
}

.angolo-tondo {
  border-radius: 8px;
  width: 100%;
  /* occupa tutta la larghezza del genitore */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

div.align-items-center.pt-3.d-flex.flex-wrap div span.fw-bold.prezzo-corso ins,
div.card.grey-bg-2.h-100.p-3 div.row div.row.justify-content-between.mt-auto div.col-6.text-end strong ins {
  text-decoration: none !important;
}

/*////////////////Search/////////////////////*/

.container-search {
  flex: 1;
}

/* Container */
.search-wrapper {
  position: relative;

}

/* Input */
.search-field {
  width: 100%;
  padding: 0.6rem 0.9rem;
  /* top/bottom, right/left base */
  padding-right: 3.6rem;
  /* spazio per il pulsante icona a destra */
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  /* pill */
  box-sizing: border-box;
  transition: box-shadow .15s, border-color .15s;
}

/* Pulsante icona dentro l'input (a destra) */
.search-submit {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  /* icona colore */
  font-size: 1rem;
  line-height: 1;
}

/* aumento area clic sensibile, rimuove outline brutto */
.search-submit svg {
  display: block;
}

/* focus styles (accessibilità) */
.search-field:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.12);
}

/* Rimuove le freccine da input[type=number] in tutti i browser */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* per Firefox */
}

.programma-titolo {
  background: none;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .programma-titolo {

    font-size: 14px;

  }
}


.programma-titolo:focus {
  outline: none;
}

.programma-descrizione {
  padding-left: 1rem;
  color: #444;
}

.programma-modulo {
  transition: all 0.3s ease;
}

/* Freccia */
.programma-titolo .freccia {
  font-size: 1rem;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
  color: #003A99 !important;
}

/* Ruota la freccia quando è aperto */
.programma-titolo[aria-expanded="true"] .freccia {
  transform: rotate(180deg);
}

.programma-titolo span {
  text-align: left !important;
  font-weight: normal;
}

/* Effetto “blocco esteso” */
.programma-descrizione {
  background-color: #fff;
}

.programma-descrizione .p-3 {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

li.item .active {
  background: #FFF;
  color: #0047BB;
  font-weight: 600;
}

.bluLabel2.active {
  background: #0047BB !important;
  padding: .5rem !important;
  padding-top: .3rem !important;
  padding-bottom: .3rem !important;
  border-radius: 8px !important;
  display: inline-block !important;
  color: #fff !important;
  font-size: 13px !important;
}

.bluLabel2.filter-extra.active::before {
  content: "✔";
  /* la spunta */
  margin-right: 6px;
  /* spazio tra testo e spunta */
  color: #fff;
  /* colore della spunta (adatta al tuo stile) */

}

.bluLabel2 {
  border: unset !Important;
}

.welcome {
  font-size: 12px;
}

.prezzo-corso {
  font-size: 38px;
}

.prezzo-corso .woocommerce-Price-amount {
  position: relative;
  padding-left: 16px;
}

.prezzo-corso .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 0;
}

/* miglioramenti per mobile */
@media (max-width:520px) {
  .search-wrapper {
    max-width: 100%;
  }

  .search-field {
    padding-right: 3rem;
  }
}

.dashboard-box {
  background-color: #E0EFFF;
  padding: 16px;
  border-radius: 8px;
  line-height: 150%;
}
.dashboard-box a, .link-underline-primary a {
  color:#0047bb;
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  border: 1px solid #d9d9d9;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  padding: 8px;
  background-color: transparent;
  transition: background-color .5s ease-in-out;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #EBF4FF;
  color:#0047bb;
  border-radius: 6px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color:#0047bb;
}
footer.utenteCollegato .footer-bg {
  background-color: unset;
  border: 1px solid #d9d9d9;
  margin-bottom: 16px;
}
footer.utenteCollegato img {
  max-width: 74px;
}
footer.utenteCollegato .footerTitle {
  font-size: 20px;
}
footer.utenteCollegato .footIcon {
  font-size: 14px;
}
footer.utenteCollegato .col-12.mt-md-3.mb-md-5 {
  border-bottom: 1px solid #d9d9d9;
}
form.edit-account {
  font-size: 15px !important;
}
form.edit-account input {
  border-color: #d9d9d9 !important;
}
form.edit-account span em {
  opacity: .7 !important;
  font-size: 13px !important;
}
button.secondary.woocommerce-Button {
  font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}


/*////////////////SWIPER/////////////////////*/





.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.targetDiv p {
  margin-bottom:0px!important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #154179;
}

.swiper-button-next {
  border-radius: 8px;
  border: 1px solid #0047BB;
  width: 40px;
  padding: 8px;
  height: 40px;
  background: #0047BB;
  color: #fff !important;
}

.swiper-button-next:hover {
  border-radius: 8px;
  background: #0047BB;
  color: #fff !important;
}

.swiper-button-next::after {
  font-size: 14px;
  height: 28px;
  width: 30px;
  background-position: center center;
  color: #fff;
  background-color: #d3d3d3;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
}

.swiper-button-prev {
  border-radius: 8px;
  border: 1px solid #0047BB;
  width: 40px;
  height: 40px;
  padding: 8px;
  color: #0047BB !important;
}

.swiper-button-prev:hover {
  border-radius: 8px;
  background: #0047BB;
  color: #fff !important;
}


.swiper-button-prev::after {
  font-size: 14px;
  height: 28px;
  width: 30px;
  background-position: center center;
  color: #0047BB;
  background-color: #d3d3d3;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.custom-pagination {
  text-align: center;
  margin-top: 15px;
  font-family: sans-serif;
}

.custom-pagination span {
  margin: 0 5px;
  cursor: pointer;
}

.custom-pagination .active {
  font-weight: bold;
  text-decoration: underline;
}





/*////////////////LISTING/////////////////////*/

h2.titolo2 {
  padding-bottom: 12px;
}

.titoloni {
  padding-bottom: 32px;
}



.descrizionelisting p {
  margin-bottom: 0px !important;
}

.card-mobile .titolo {
  font-size: 16px !important;
}

.card-mobile .titolo-smaller {
  font-size: 16px !important;
}


@media only screen and (max-width: 991px) {
  .card-mobile .titolo-smaller {
    font-size: 14px !important;
  }

  .card-mobile .titolo {
    font-size: 14px !important;
  }
}

.customDiscount {
  color: #757575;
  font-weight: 500;
}

a .woocommerce-Price-amount bdi,
a .amount bdi {
  text-decoration: none !important;
  border-bottom: none !important;
}

a bdi {
  text-decoration: none !important;
}

@media (max-width:768px) {
  .listing .titolo {
    font-size: 22px;
  }
}




/*////////////////DETTAGLIO/////////////////////*/

.titoloDettaglio {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
}

@media (max-width:768px) {
  .titoloDettaglio {
    font-size: 22px;
    line-height: 120%;
  }
}

@media (max-width:768px) {
  .ellips-mobile {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* Numero di righe da mostrare */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#cart-count {
  background-color: #0047bb !important;
}

.form-range::-moz-range-thumb {

  background-color: #0047BB !important;
}


@media (min-width: 768px) {
  .swiper-pagination {
    display: none !important;
  }
}


.mySwiper .swiper-wrapper {
  align-items: stretch !important;
}

.mySwiper .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.mySwiper .swiper-slide>.card {
  flex: 1 1 auto !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.swiper-pagination-bullet-active {
  background: #0047BB !important;
  color: #fff !important;
}

.wp-elements-7839e0fc71183f6dc7b624c44f368899 {
  text-align: center;
}

@media (max-width:768px) {
  .wp-elements-7839e0fc71183f6dc7b624c44f368899 {
    text-align: left !important;
  }
}

.nooverflow {
  overflow: hidden !important;
}


@media (max-width:768px) {
  .titolo-formazione {
    font-size: 22px !important;
  }
}



@media (max-width:768px) {
  .mobileRatio {
    border-radius: 8px;
    width: 100%;
    /* occupa tutta la larghezza del genitore */
    aspect-ratio: 1 / .85;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    /* centra sia verticalmente che orizzontalmente */
  }
}

.d-btnDisplay.sticky-bottom {
  display: none; /* nascosto all'inizio */
}

@media (max-width: 768px) {
  .d-btnDisplay.sticky-bottom {
   box-shadow: 0 -5px 5px 5px rgba(0,0,0,0.3);
   background-color: #fff;
   
  }
}

.studenti .fz20 {font-size: 18px;}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
  .arrowTarget {
    padding-right:24px;
  }
} 

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

.mySwiper2 .swiper-wrapper {
  align-items: stretch !important;
}

.mySwiper2 .swiper-slide {
  display: flex !important;
  height: auto !important;
}

.mySwiper2 .swiper-slide > div {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.mySwiper2 .swiper-slide > div > div {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.mySwiper2 .swiper-slide .card {
  flex: 1 1 auto !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.mySwiper2 .swiper-slide .card .grey-bg-2 {
  margin-top: auto !important;
}

.mySwiper2 .swiper-slide .card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}


/*Nuova parte Homepage*/

.hero-section {
    width: 100%;
    min-height: 585px;
    background-image: url('../img/bannerHome.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    display: flex;
    align-items: center;
     border-radius: 16px;
}

.hero-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 32px;
    border-radius: 16px;
    margin-left:96px;
    max-width:500px;
}

mark {
  padding: unset!important;
}

.mainTitle p , .secondaryTitle p{
  margin-bottom:0px!important;
}

.intro1 h1 {
  padding-bottom:16px;
  margin-bottom:0px!important;
}

.intro2 h2 {
 
  margin-bottom:0px!important;
}

.intro2 p {
   padding-bottom:24px;
}

/* Mobile */
@media (max-width: 767.98px) {
    .hero-section {
        min-height: 60vh;
        background-position: 75% center;
    }

    .hero-box {
        margin: 0 auto;
        text-align: center;
    }
}



@media (max-width: 767.98px) {

  .album > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    border-radius: 0;
  }

  .hero-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-box {
    margin-left: 0;
    max-width: none;
    border-radius: 0;
  }
}

