/* ver.20260302,123010 */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* ---- Base ---- */
:root{
  --geica-blue:#006ab8;
  --geica-blue-2:#0a4f88;
  --geica-accent:#ffd400;
  --geica-bg:#f3f4f6;
  --geica-text:#1f2937;
  --geica-muted:#6b7280;
  --geica-card:#ffffff;
  --geica-shadow: 0 10px 25px rgba(0,0,0,.08);
  --geica-radius: 14px;
}

html,body{ scroll-behavior:smooth; }
body{
  color:var(--geica-text);
  background:#fff;
}

body{
  font-family:"Rubik-Medium", sans-serif !important;
  color:var(--geica-text);
  background:#fff;
}

/* Forza il font anche su elementi form */
input,
textarea,
select,
button,
a,
p,
h5{
  font-family:"Rubik-Regular", sans-serif !important;
}

.geica-title h2{
  font-family:"Rubik-Semibold", sans-serif !important;
}

.geica-prod-title{
  font-family:"Rubik-Semibold", sans-serif !important;
}

.geica-section{
  padding: 44px 0;
}

.geica-wrap{
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 18px;
}

/* GENERAL RESPONSIVE*/

@media (max-width:768px){

  #button-carrello{
    display: none !important;
  }

  p.prezzo-prodotto{
    font-size: 4vw !important;
  }

  .titolo-categoria{
    font-size: 6vw !important;
  }

  .tile-w{
    text-align: center !important;
  }

  .tile-p{
    text-align: center !important;
  }

  .tile-e{
    text-align: center !important;
  }

  .tile-a{
    text-align: center !important;
  }




  .geica-footer-logo{
    margin-top: 10% !important;
  }

  .row-footer-mobile{
    margin: 7% !important;
  }

  .geica-vantaggi-form div.geica-newsletter{
    background-image: url(./images/bg-newsletter-mobile.png) !important;
  }

  .geica-newsletter-img{
    display: none !important;
  }

  p.geica-newsletter-sub{
    font-size: 4vw !important;
  }

  .geica-diventa-content p{
    font-size: 4vw !important;
  }

  .geica-info-body p{
    font-size: 4vw !important;
  }

  .simple-text-page h1{
    font-size: 7vw !important;
  }

  .simple-text-page p{
    font-size: 4vw !important;
  }


}


/* HEADER GENERALE */

.geica-header-buttons .geica-btn-primary{
  display: none !important;
}

.geica-header {
    width: 100%;
    position: relative;
    z-index: 999;
}

/* LIVELLO 1 */
.geica-topbar {
    background: #006ab8;
    color: #fff;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 600;
}

.geica-toptext {
    font-size: 20px;
    font-weight: 600 !important;
    opacity: 0.95;
}

/* LIVELLO 2 */
.geica-middlebar {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.geica-logo {
    max-height: 60px;
    max-width: 250px !important;
}

.geica-search-form {
    display: flex;
    align-items: center;
    position: relative;
}

.geica-search-input {
    border-radius: 40px;
    padding: 10px 45px 10px 20px;
    border: 1px solid #ddd;
    font-weight: 600;
}

.geica-search-btn {
    position: absolute;
    right: 5px;
    background: #006ab8;
    border: none;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.geica-mini-links a {
    margin-right: 20px;
    font-weight: 700;
    color: #1f2937;
    text-decoration: none;
}

.geica-mini-links a:hover {
    color: #006ab8;
}

.geica-header-buttons {
    display: flex;
    gap: 10px;
}

.geica-btn-outline {
    padding: 8px 14px;
    border: 2px solid #006ab8;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #006ab8;
}

.geica-btn-outline:hover {
    background: #006ab8;
    color: #fff;
}

.geica-btn-primary {
    padding: 8px 16px;
    background: #ffd400;
    border-radius: 25px;
    font-weight: 800;
    text-decoration: none;
    color: #000;
}

.geica-btn-primary:hover {
    background: #ffdf2a;
}

/* LIVELLO 3 */
ul.nav.navbar-nav li a{
  font-size: 1vw !important;
}

.geica-menubar {
    background: #006ab8;
}

.geica-mainmenu > li > a {
    color: #fff !important;
    font-weight: 700;
    padding: 14px 18px;
}

.geica-mainmenu > li > a:hover {
    background: #0a4f88;
}

/* ---- Hero (lo slideshow lo gestisci tu con ^slideshow-home^) ---- */
.geica-hero{
  background:#006ab8;
}
.geica-hero .geica-wrap{
  padding-top: 0;
  padding-bottom: 0;
}

/* ---- Titoli sezione ---- */
.geica-title{
  text-align:center !important;
  font-weight: 800 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 22px 0;
  font-size: 30px;
  color: #111827;
  font-family:"Rubik-Semibold", sans-serif !important;
}

.geica-subtitle{
  text-align:center;
  color: var(--geica-muted);
  margin-top: -10px;
  margin-bottom: 22px;
}

/* ---- Pills / bottoni ---- */
.geica-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 30px;
  padding: 20px 35px 20px 35px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  background: var(--geica-accent);
  color:#111;
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

.geica-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center !important;
  text-align: center !important;
  gap: 10px;
  padding: 12px 26px 12px 26px;
  border-radius: 10px;
  background: var(--geica-blue);
  color:#fff !important;
  font-weight:600;
  text-decoration:none;
  transition: transform .15s ease, background .15s ease;
}
.geica-btn:hover{
  background: var(--geica-blue-2);
  transform: translateY(-1px);
  color:#fff !important;
  text-decoration:none;
}
.geica-btn.is-yellow{
  background: var(--geica-accent);
  color:#111;
}
.geica-btn.is-yellow:hover{
  background:#FFE500;
}

/* =========================================================
   CATEGORIE
   ========================================================= */
.geica-cats{ background: var(--geica-bg); }

.geica-cats-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.geica-cat{
  display:block;
  overflow:hidden;
  background: var(--geica-card);
  box-shadow: var(--geica-shadow);
  text-decoration:none;
  transform: translateY(0);
  transition: transform .15s ease, box-shadow .15s ease;
}
.geica-cat:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
  text-decoration:none;
}

.geica-cat-media{
  height: 292px;
  background-size: cover;
  background-position:center;
}

.geica-cat-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
}
.geica-cat-title{
  font-weight: 900;
  color:#0f172a;
}

.geica-wrap{
    /*padding:40px 20px;*/
}

.geica-cats-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.geica-cat{
    position:relative;
    display:block;
    overflow:hidden;
}

.geica-cat-media{
    height:260px;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.geica-cat-media::before{
    content:"";
    position:absolute;
    inset:0;
}

.geica-pill{
    position:relative;
    z-index:2;
    background: #FFE500;
    padding:20px 40px 20px 40px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    top: 80px !important;
    letter-spacing: 0.2px;
}

.geica-pill-cta{
    background:#000;
    color:#fff;
}

.geica-cat:hover .geica-cat-media{
    transform:scale(1.05);
    transition:all .4s ease;
}

@media (max-width:992px){

    .geica-cats-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:600px){

    .geica-cats-grid{
        grid-template-columns:1fr;
    }

}

/* CTA sotto categorie (facoltativa) */
.geica-cats-cta{
  display:flex;
  justify-content:center !important;
  text-align: center !important;
  margin-top: 16px;
}

/* =========================================================
   LISTE PRODOTTI (NOVITA / OFFERTE)
   ========================================================= */
.geica-products{
  background:#fff;
}

.geica-products-strip{
  background: #fff;
}

.geica-products-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.geica-prod{
  background: var(--geica-card);
  overflow:hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  text-decoration:none;
  color:inherit;
  transition: transform .15s ease, box-shadow .15s ease;
  position:relative;
}
.geica-prod:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
  text-decoration:none;
  color:inherit;
}

.geica-prod-badge{
  position:absolute;
  top: 10px;
  left: 0px;
  background: #C60A0A;
  color:#fff;
  font-weight:900;
  font-size: 11px;
  padding: 4px 8px;
}

.geica-prod-img{
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:center;
}
.geica-prod-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
.geica-prod-body{
  padding: 12px 14px 14px 14px;
  background: #e5e5e5 !important;
  text-align: center;
}
.geica-prod-title{
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 6px 0;
}
.geica-prod-meta{
  font-size: 18px;
  color: var(--geica-muted);
}

.geica-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.geica-prod {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.geica-prod-img {
  flex: 0 0 auto;
}

.geica-prod-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.geica-prod-title {
  min-height: 48px;
  max-height: 48px;
  line-height: 24px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

/* Sezione OFFERTE: fascia colorata */
.geica-offerte{ background: #f6a623; }
.geica-offerte .geica-title{ color:#111; }
.geica-offerte .geica-subtitle{ color: rgba(17,17,17,.75); }
.geica-offerte .geica-prod{ box-shadow: 0 10px 25px rgba(0,0,0,.12); }

/* =========================================================
   CATALOGHI STAGIONALI
   ========================================================= */
.geica-cataloghi{
  background: #d8d3c3;
  padding: 50px 20px;
}

.geica-cataloghi-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}

.geica-catalogo{
  text-decoration:none;
  transition: transform .15s ease, box-shadow .15s ease;
  display:block;
  text-align:center;
}

.geica-catalogo:hover{
  transform: translateY(-3px);
  text-decoration:none;
}

.geica-catalogo-img{
  width:100%;
  max-width:360px;
  height:520px;
  object-fit:cover;
  display:block;
  margin:0 auto 18px;
  background:#fff;
}

.geica-catalogo-download{
  display:block;
  text-align:center;
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  color:#7d9cf1 !important;
  text-transform: uppercase;
  font-family:"Rubik-Semibold", sans-serif !important;
}

.geica-catalogo-download:hover{
  text-decoration:underline;
}

@media (max-width: 1100px){

  .geica-cataloghi-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

}

@media (max-width: 700px){

  .geica-cataloghi-grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .geica-catalogo-img{
    height:auto;
  }

  .geica-catalogo-download{
    font-size:20px;
  }

}

/* =========================================================
   INFO BOX (2 colonne con immagine e testo)
   ========================================================= */
/* ---- Cards 2 colonne (come screenshot) ---- */
.geica-cards{
  background:#fff;
}

.geica-cards__row{
  align-items:flex-start;
  row-gap: 44px;
}

/* card wrapper */
.geica-cardbox{
  max-width: 760px;
  margin: 0 auto;
}

/* immagine con etichetta */
.geica-cardbox__img{
  display:block;
  position:relative;
  overflow:hidden;
  border-radius: 0; /* nello screenshot è squadrata */
  background:#fff;
}

.geica-cardbox__img img{
  width:100%;
  height:auto;
  display:block;
}

/* tag in basso a destra sopra l'immagine */

.geica-cardbox__img img{
  height: 450px !important;
  object-fit: cover !important;
}

.geica-infobox .geica-cardbox__tag{
  position:absolute;
  right: 18px;
  left: 18px;
  bottom: 14px;
  color:#ffffff;
  font-size: 25px !important;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  text-align: center !important;
}

/* testo sotto, centrato */
.geica-cardbox__body{
  text-align:center;
  padding: 22px 12px 0 12px;
}

.geica-cardbox__body p{
  margin: 0 auto 18px auto;
  font-size: 20px !important;
  line-height: 1.55;
  color: #5b5f66; /* grigio come screenshot */
  font-weight: 500;
  font-family:"Rubik-Regular", sans-serif !important;
}

/* bottone */
.geica-cardbox__cta{
  display:flex;
  justify-content:center;
}

.geica-btn{
  display:inline-block;
  background: var(--geica-blue);
  color:#fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration:none;
  min-width: 210px;
  text-align:center;
}

.geica-btn:hover{
  background: var(--geica-blue-2);
  color:#fff;
  text-decoration:none;
}

/* responsive */
@media (max-width: 992px){
  .geica-cardbox__body p{
    font-size: 16px;
  }
  .geica-cardbox__tag{
    font-size: 16px;
  }
}

/* =========================================================
   DIVENTA CLIENTE (banner blu)
   ========================================================= */
/* ===== SEZIONE DIVENTA CLIENTE ===== */

.geica-diventa {
  background: #006ab8;
  padding: 80px 0;
  color: #ffffff !important;
}

.geica-diventa-header {
  text-align: center;
  margin-bottom: 60px;
}

.geica-diventa-header h1 {
  font-size: 40px !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #ffffff !important;
  text-align: center !important;
  line-height: 0.8;
}

.geica-diventa-header h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.geica-underline {
  width: 120px;
  height: 4px;
  background: #f4c400;
  margin: 0 auto;
}

.geica-diventa-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 80%;
  margin: auto;
}

.geica-diventa-media {
  flex: 1;
}

.geica-diventa-media img {
  max-width: 100%;
  height: auto;
}

.geica-diventa-content {
  flex: 1;
}

.geica-diventa-content h3 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 1.1;
  margin-bottom: 80px;
  color: #fff !important;
}

.geica-diventa-content p {
  font-size: 25px !important;
  line-height: 1.3;
  opacity: 0.95;
  color: #fff !important;
  font-family:"Rubik-Regular", sans-serif !important;
}

/* Responsive */

@media (max-width: 992px) {
  .geica-diventa-row {
    flex-direction: column;
    text-align: center;
  }

  .geica-diventa-content h3 {
    font-size: 24px;
  }

  .geica-diventa-content p {
    font-size: 18px;
  }
}

/* ===== SEZIONE: PERCHE' DIVENTARE CLIENTE ===== */

.geica-why{
  background:#006AB8;
  padding:80px 0;
  color:#fff;
}

.geica-why-row{
  max-width:1400px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  padding:0 40px;
}

.geica-why-left{
  flex:1;
  max-width:620px;
}

.geica-why-title{
  font-size:44px;
  font-weight:700 !important;
  margin:0 0 28px 0;
  color: #FFF !important;
}

.geica-why-list{
  list-style:none;
  padding:0;
  margin:0 0 30px 0;
}

.geica-why-list li{
  position:relative;
  font-size:26px;
  line-height:1.5;
  margin:14px 0;
  font-family:"Rubik-Regular", sans-serif !important;
}

.geica-why-list li:before{
  content:\"✓\";
  position:absolute;
  left:0;
  top:0;
  font-size:34px;
  line-height:1;
  font-weight:800;
  color:#ffffff;
}

.geica-why-cta{
  font-size:30px !important;
  font-weight:700 !important;
  margin:40px 0 26px 0;
  color: #FFF !important;
}

.geica-why-actions{
  margin-top:10px;
}

.geica-why-btn{
  display:inline-block;
  background:#f39b1a;
  color:#fff !important;
  font-weight:800;
  letter-spacing:.5px;
  text-decoration:none;
  padding:18px 44px;
  border-radius:8px;
  text-transform:uppercase;
  font-size:20px;
}

.geica-why-btn:hover{
  filter:brightness(0.95);
}

.geica-why-right{
  flex:1.1;
  display:flex;
  justify-content:flex-end;
}

.geica-why-frame{
  background:transparent;
  padding:10px;               /* “cornice” bianca come screen */
  max-width:820px;
  width:100%;
}

.geica-why-frame img{
  width:100%;
  height:auto;
  display:block;
}

/* Responsive */
@media (max-width: 1100px){
  .geica-why-row{
    flex-direction:column;
    text-align:left;
    padding:0 20px;
  }
  .geica-why-right{
    justify-content:center;
    width:100%;
  }
  .geica-why-left{
    max-width:900px;
  }
}

@media (max-width: 576px){
  .geica-why-title{ font-size:34px; color: #fff !important}
  .geica-why-list li{ font-size:20px; padding-left:44px; }
  .geica-why-list li:before{ font-size:28px; }
  .geica-why-cta{ font-size:30px;  color: #fff !important}
  .geica-why-btn{ width:100%; text-align:center; }
}

/* =========================================================
   VANTAGGI + FORM
   ========================================================= */
.geica-vantaggi-form{
  background:#fff;
}

.geica-icons{
  margin-bottom: 18px;
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  flex-wrap:wrap;
  gap:20px;
  max-width: 1300px;
  margin: auto;
}

.geica-icon{
  background:#fff;
  border-radius: 14px;
  padding: 16px 14px;
  text-align:center;
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.geica-icon strong{
  display:block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px !important;
  color: #646464 !important;
  font-family:"Rubik-Medium", sans-serif !important;
}
.geica-icon span{
  display:block;
  margin-top: 4px;
  color: var(--geica-muted);
  font-size: 12px;
}

.geica-newsletter-left{
    padding:0;
    margin:0;
}

.geica-newsletter-left img{
    display:block;
    width:100%;
    height:auto;
    margin:0;
}

.geica-newsletter-row{
    padding-left:0;
}

/* zona icona con altezza fissa */
.geica-icon-img{
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
}

.geica-icon img{
  max-height:140px;
  width:auto;
}

.geica-formcard{
  background:#fff;
  border-radius: 14px;
  box-shadow: var(--geica-shadow);
  overflow:hidden;
  display:grid;
  grid-template-columns: 1fr 1fr;
}
.geica-form-left{
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg,#e0f2fe,#ffffff);
}
.geica-form-left img{
  max-width: 100%;
  height:auto;
}
.geica-form-right{
  padding: 18px;
}
.geica-form-right h3{
  margin:0 0 10px 0;
  font-weight: 1000;
}
.geica-form-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.geica-input, .geica-textarea{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  outline:none;
  font-weight:700;
}
.geica-textarea{ min-height: 110px; resize: vertical; }
.geica-input:focus, .geica-textarea:focus{
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(147,197,253,.35);
}
.geica-form-actions{
  display:flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* ===== NEWSLETTER SECTION ===== */

div.geica-newsletter{
  margin-top: 5% !important;
}

.geica-newsletter-row{
  max-width:1500px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
  padding:0 40px;
  font-family:"Rubik-Medium", sans-serif !important;
}

.geica-newsletter-left{
  flex:1;
}

.geica-newsletter-left img{
  max-width:100%;
  height:auto;
  display:block;
  margin-bottom: 0 !important;
}

.geica-newsletter-right{
  flex:1;
  max-width:520px;
  margin-top: 10%;
}

.geica-newsletter-right h2{
  font-size:30px;
  font-weight:700 !important;
  margin:0 0 4px 0;
}

.geica-newsletter-sub{
  font-size:18px;
  margin:0 0 25px 0;
  color:#333;
}

.geica-newsletter-form input{
  height:36px;
  margin-bottom:12px;
  padding:0 14px;
  border:1px solid #cfcfcf;
  border-radius:4px;
  font-size:15px;
  background:#ffffff;
}

.geica-newsletter-btn{
  width:100%;
  height:38px;
  background:#C60A0A;
  color:#fff;
  font-weight:700;
  border:none;
  border-radius:4px;
  margin-top:5px;
  cursor:pointer;
  letter-spacing:.5px;
}

.geica-newsletter-btn:hover{
  filter:brightness(0.95);
}

.geica-newsletter-privacy{
  margin-top:18px;
  font-size:14px;
  color:#444;
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.geica-newsletter-privacy input{
  margin-top:4px;
}

.geica-newsletter-privacy a{
  font-weight:600;
  color:#000;
  text-decoration:underline;
}

.geica-newsletter{
    background-image: url("./images/bg-newsletter.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Responsive */

@media (max-width: 992px){
  .geica-newsletter-row{
    flex-direction:column;
    text-align:left;
    gap:40px;
  }

  .geica-newsletter-right{
    max-width:100%;
  }
}


/* ---- Back to top ---- */
.geica-backtotop{
  position: fixed;
  right: 16px;
  bottom: 100px;
  width: 75px;
  height: 75px;
  border-radius: 999px;
  background-image: url('/images/freccia-up-icon.png');
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  opacity:0;
  pointer-events:none;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 9999;
}
.geica-backtotop.is-visible{
  opacity:1;
  pointer-events:auto;
  transform: translateY(0);
}
.geica-backtotop:hover{ color:#fff; text-decoration:none; }

/* ---- Responsive ---- */
@media (max-width: 991px){
  .geica-cats-grid{ grid-template-columns: repeat(2, 1fr); }
  .geica-products-grid{ grid-template-columns: repeat(2, 1fr); }
  .geica-two-cols{ grid-template-columns: 1fr; }
  .geica-banner{ grid-template-columns: 1fr; }
  .geica-icons{ grid-template-columns: repeat(2, 1fr); }
  .geica-formcard{ grid-template-columns: 1fr; }
  .geica-form-row{ grid-template-columns: 1fr; }
}
@media (max-width: 520px){
  .geica-cats-grid{ grid-template-columns: 1fr; }
}



/* ===== FOOTER GEICA (stile screenshot) ===== */

.is-red{
  display: none !important;
}

.geica-footer{
  background:#d7d6cf; /* grigio/beige chiaro */
  padding:40px 0 0 0;
  color:#1e1e1e;
  font-size:15px;
}

.geica-footer-inner{
  max-width: 1600px;
  margin:0 auto;
  padding:0 40px 30px 40px;
}

.geica-footer-top{
  margin-bottom:18px;
}

.geica-footer-logo img{
  max-height:55px;
  height:auto;
  width:auto;
  display:block;
}

.geica-footer-grid{
  display:flex;
  align-items:flex-start;
  gap:34px;
}

.geica-footer-col{
  padding-right:26px;
}

.geica-footer-col:not(.geica-footer-cta){
  border-right:2px solid rgba(0,0,0,0.45); /* separatori verticali */
}

.geica-footer-azienda{ width:340px; }
.geica-footer-prodotti{ width:280px; }
.geica-footer-info{ width:200px; }
.geica-footer-legal{ width:230px; }

.geica-footer-cta{
  border-right:none !important;
  padding-right:0;
  margin-left:auto;
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:flex-end;
}

.geica-footer-block{
  line-height:1.45;
  font-weight:600;
  color:#1e1e1e !important;
}

.geica-footer-block a{
  color:#1e1e1e !important;
  text-decoration:none;
  font-weight:700;
}

.geica-footer-title{
  font-weight:800;
  color: #000 !important;
  font-size: 15px !important;
  letter-spacing:.3px;
  margin-bottom:10px;
}

.geica-footer-list{
  list-style:none;
  padding:0;
  margin:0;
}

.geica-footer-list li{
  margin:4px 0;
}

.geica-footer-list a{
  color:#464646 !important;
  font-size: 14px !important;
  text-decoration:none;
  font-weight:600;
  opacity:.85;
}

.geica-footer-list a:hover{
  text-decoration:underline;
  opacity:1;
}

.geica-footer-btn{
  display:inline-block;
  min-width:220px;
  text-align:center;
  padding:12px 18px;
  border-radius:8px;
  font-weight:900;
  text-decoration:none;
  color:#000;
  letter-spacing:.4px;
}

.geica-footer-btn.is-yellow{
  background:#ffe500;
  color:#000 !important;
}

.geica-footer-btn.is-red{
  background:#C60A0A;
  color:#fff;
}

.geica-footer-bottom-line{
  height:2px;
  background:rgba(0,0,0,0.55);
  width:100%;
}

/* Responsive */
@media (max-width: 1200px){
  .geica-footer-grid{
    flex-wrap:wrap;
  }
  .geica-footer-cta{
    width:100%;
    align-items:flex-start;
    margin-left:0;
    margin-top:10px;
  }
  .geica-footer-col:not(.geica-footer-cta){
    border-right:none;
    padding-right:0;
  }
}

@media (max-width: 576px){
  .geica-footer-inner{ padding:0 20px 25px 20px; }
  .geica-footer-btn{ min-width:100%; }
}

/*MEGA MENU*/

.geica-menubar ul.nav.navbar-nav li a{
  font-family:"Rubik-Medium", sans-serif !important;
}

a.nav-link{
  color: #FFF !important;
}

/* PAGINA AZIENDA */

.azienda-page{
  padding: 60px 0;
}

.azienda-wrap{
  max-width: 1000px;
  margin: 0 auto;
}

/* titolo */

.azienda-title{
  text-align: center !important;
  margin-bottom: 40px;
  font-family:"Rubik-Semibold", sans-serif !important;
}

.azienda-title h1{
  text-align: center !important;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #454545 !important;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-family:"Rubik-Semibold", sans-serif !important;
}

/* linea grigia */

.azienda-line{
  width: 100%;
  max-width: 900px;
  height: 2px;
  background: #5a5a5a;
  margin: 0 auto;
  position: relative;
}

.azienda-line-white{
  width: 100%;
  max-width: 900px;
  height: 2px;
  background: #dddddd7c;
  margin: 0 auto;
  position: relative;
  margin-top: 2%;
}

/* tratto giallo centrale */

.azienda-line-yellow{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 160px;
  height: 4px;
  background: #ffe500;
}

.azienda-line-yellow-white{
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%,-50%);
  width: 160px;
  height: 3px;
  background: #ffe500;
}


/* testo */

.azienda-text{
  font-family:"Rubik-Medium", sans-serif !important;
  margin-top: 40px;
  color: #454545;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 5%;
}

.azienda-text p{
  font-family:"Rubik-Regular", sans-serif !important;
  margin-bottom: 22px;
  line-height: 1.3;
  color: #454545 !important;
}

.azienda-em{
  font-style: italic;
  font-weight: 600;
}

/* GALLERY */

.gallery_image img {
    width: 100%;
}


.gallery_container.over img {
    width: 100%;
    margin-top: 20px;
}

.row.gallery_wrapper img {

    width: 100%;
}

/* FORM STILE (come screenshot) */
.wincms-form{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 40px 10px;
}

.campoform{
  width: 100%;
}

.etichetta{
  font-weight: 700;
  font-size: 20px;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.campo .form-control,
.campo input[type="text"],
.campo input[type="email"],
.campo input[type="date"],
.campo input[type="file"],
.campo select,
.campo textarea{
  width: 100%;
  border: 2px solid #bfbfbf;
  border-radius: 3px;
  padding: 10px 10px;
  font-size: 14px;
  color: #333;
  outline: none;
  box-shadow: none;
}

.campo textarea{
  resize: vertical;
  min-height: 180px;
}

.campo .form-control:focus,
.campo input:focus,
.campo textarea:focus,
.campo select:focus{
  border-color: #9e9e9e;
}

/* Spaziatura verticale tra i campi se non usi Bootstrap g-4 */
.wincms-form .campoform{
  margin-bottom: 14px;
}

/* Bottone invio come screenshot */
.btn-invia,
input[type="submit"].btn-invia,
button.nextbutton{
  width: 100%;
  background: #c60a0a;
  color: #fff;
  border: none;
  padding: 16px 18px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 3px;
}

.btn-invia:hover{
  filter: brightness(0.95);
}

#form-contattaci{
  margin-left: 10%;
}

.simple-text h2{
  margin-left: 7%;
  margin-top: 4%;
  font-weight: 700 !important;
}


/* PAGINA - REGISTRAZIONE */

.geica-join{
  background: #dedcdc; /* grigio chiaro come immagine */
  padding: 55px 0 55px 0;
}

.geica-join__wrap{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}

.geica-join__hero h1{
  margin: 0 0 18px 0;
  font-size: 40px !important;
  line-height: 1.25;
  font-weight: 700 !important;
  color: #006ab8 !important; /* blu titolo */
  text-align: center !important;
}

.geica-join__lead{
  margin: 0 auto 12px auto;
  max-width: 1300px;
  font-size: 22px !important;
  line-height: 1.6;
  font-weight: 600 !important;
  color: #2c2c2c !important;
  text-align: center !important;
}

.geica-join__mid{
  margin-top: 55px;
}

.geica-join__mid h2{
  margin: 0 0 32px 0;
  font-size: 32px;
  font-weight: 700 !important;
  color: #006ab8 !important;
  text-align: center !important;
}

.geica-join__list{
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1300px;
  text-align: left; /* elenco allineato a sinistra come immagine */
}

.geica-join__list li{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 0 0 22px 0;
  font-size: 22px !important;
  line-height: 1.55;
  font-weight: 600;
  color: #2c2c2c !important;
}

.geica-check{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #006ab8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex: 0 0 34px;
  margin-top: -2px;
}

.geica-join__footer{
  margin-top: 45px;
}

.geica-join__footer p{
  margin: 0 auto;
  max-width: 1300px;
  font-size: 22px !important;
  line-height: 1.5;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  text-align: center !important;
}

/* Responsive */
@media (max-width: 992px){
  .geica-join__hero h1{
    font-size: 26px;
  }
  .geica-join__mid h2{
    font-size: 24px;
  }
}

@media (max-width: 576px){
  .geica-join{
    padding: 40px 0;
  }
  .geica-join__hero h1{
    font-size: 22px;
  }
  .geica-join__lead,
  .geica-join__list li,
  .geica-join__footer p{
    font-size: 15px;
  }
  .geica-check{
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }
}

/* SEZIONE FORM REGISTRAZIONE (come screenshot) */
.geica-formsec{
  background: #ffffff;
  padding: 60px 0 70px 0;
}

.geica-formsec__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

.geica-formsec__title{
  text-align: center;
  margin-bottom: 40px;
}

.geica-formsec__title h2{
  margin: 0 auto;
  max-width: 1050px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
  color: #006ab8;
}

.geica-formsec__grid{
  display: grid;
  grid-template-columns: 360px 1fr; /* immagine + form */
  gap: 45px;
  align-items: start;
}

.geica-formsec__img{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.geica-formsec__img img{
  max-width: 320px;
  height: auto;
}

/* Area form: la rendiamo “come mockup” */
.geica-formsec__form{
  max-width: 860px;
}

/* Se il tuo form non usa bootstrap row/col, lo facciamo in CSS */
.geica-formsec__form .wincms-form{
  max-width: 860px;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px){
  .geica-formsec__grid{
    grid-template-columns: 1fr;
  }
  .geica-formsec__img{
    order: 1;
  }
  .geica-formsec__form{
    order: 2;
  }
  .geica-formsec__title h2{
    font-size: 26px;
  }
}

@media (max-width: 576px){
  .geica-formsec{
    padding: 45px 0 55px 0;
  }
  .geica-formsec__title h2{
    font-size: 22px;
  }
}

/* SEZIONE FORM */
.geica-form-section{
padding:70px 0;
background:#ffffff;
}

.geica-form-title{
text-align:center;
margin-bottom:50px;
}

.geica-form-title h2{
color:#006ab8 !important;
font-size:40px !important;
font-weight:700 !important;
max-width:1300px;
margin:0 auto;
line-height:1.25;
text-align: center !important;
}

/* immagine */
.geica-form-image{
display:flex;
align-items:flex-start;
justify-content:center;
}

.geica-form-image img{
height:auto;
}

/* form */
.wincms-form .etichetta{
font-weight:700;
margin-bottom:6px;
font-size:16px;
}

.wincms-form input,
.wincms-form textarea{
border:2px solid #bfbfbf;
padding:10px;
border-radius:3px;
}

.wincms-form textarea{
min-height:160px;
}

/* bottone */
.btn-invia{
width:100%;
background:#006ab8;
color:#fff;
border:none;
padding:16px;
font-weight:700;
letter-spacing:1px;
}

.btn-invia:hover{
background:#006ab8;
}


















/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/










































/*SHOP*/

/***************************************************************************************/

/*CARRELLO HEADER*/

.cart-box{
    margin: 3%;
}

#button-carrello{
    background-color: transparent;
    border-color: transparent;
}

#shopcms h1{
    padding-top: 2vh !important;
}

#customer_menu::after{
    display:none !important;
}

/* SHOPWALL SECTION */
.home-shopwall{
    width: 70%;
    margin: auto;
}

.shopwall-img:hover {
    display: inline-block;
    margin: 0 0.9rem;
    animation: pulse;
    animation-duration: 3s;
    animation-iteration-count: 1;
    margin: 0;
}

.card-shop-wall{
    width:100%
}

/* Stile card shop-wall [vetrina prodotti home]*/
.titolo-categoria-prodotto{
    color: var(--ct-grigio);
    font-size: 3.5vh !important;
    font-family: var(--font-tema);
    text-align: left;
}

.evidenza{
    width: 100%;
    margin: auto !important;
}

div#shop-buy-items .card-body{
    padding-top: 2% !important;
}


div#shop-buy-items .card-body h5{
    float: left;
    margin-top: -6%;
}

div#shop-buy-items .card-body h1{
    font-size: 2.2vh;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 0;
}

#codice-prodotto{
    text-align:left;
    padding-top:0;
    padding-bottom: 1%;
    font-size: 1.5vh;
}

#shop_item_prezzo{
    margin-left: 3% !important;
    margin-top: 1% !important;
    padding:0 !important;
    font-size: 3vh !important;
    /*    color:#ed0d53;*/
}

#shop_item_prezzo_scontato{
    margin-left: 1% !important;
    margin-top: 1% !important;
    padding:0 !important;
    font-size: 3vh !important;
    color:#ed0d53 !important;
}

#boxsconto{
    margin:auto;
    background-color: red;
    color: #ffffff;
    width: 80%;
}

.ribbon-promo{
    position: absolute;
    top:3%;
    /*left: 1%;*/
    max-width: 50%;
}

.bg-sconto{
    background-color: #ed0d53 !important;
    font-size: 1.5vh !important;
    padding: .35em 1em !important;
    font-weight: 400 !important;
}

.bg-miglior-prezzo{
    background-color: #00aeef !important;
    font-size: 1.5vh !important;
    padding: .35em 1em !important;
    font-weight: 400 !important;
}

.bg-promo{
    background-color: #33ff00 !important;
    font-size: 1.5vh !important;
    padding: .35em 1em !important;
    font-weight: 400 !important;
}

.bg-tabaccheria{
    background-color:rgb(255, 123, 0) !important;
    font-size: 1.5vh !important;
    padding: .35em 1em !important;
    font-weight: 400 !important;
}

.titolo-prodotto{
    font-size: 2.2vh;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    text-align: center !important;
}

.paragrafo-prodotto{
    color: var(--ct-grigio);
    font-weight: 300;
    font-size: 1.8vh;
    padding: 0;
}

.prezzo-prodotto{
    color: var(--ct-grigio);
    font-weight: 300;
}

/* CHECKOUT */
.shop_carrello_td_totale_iva_esc{
    padding-top: 10%;

}

.shop_carrello_tr_iva{
    padding-top: 10%;
}

.shop_carrello_tr_iva{
    padding-top: 10%;
}

.shop_carrello_descrizione_completa {
    font-size: 1.7vh;
}

li.iva-list-item{
    border:none !important;
}

.titolototali alright{
    padding-top: 10%;
}

.checkout-progress {
    padding: 20px 0px
}

.checkout-progress .active {
    font-weight: 700;
    position: relative
}

.checkout-progress .active .fa-check {
    position: absolute;
    left: 50%;
    bottom: -30px;
    background-color: #fff;
    font-size: 0.7rem;
    padding: 5px;
    border: 1px solid #39e346;
    border-radius: 50%;
    color: #39e346
}

.progress {
    height: 2px;
    background-color: #ccc;
    height: 0.5rem !important;
}

.progress div {
    display: flex;
    align-items: center;
    justify-content: center
}

.progress .progress-bar-carrello {
    width: 42%;
    background-color: #39e346;
}

.progress .progress-bar-checkout {
    width: 52%;
    background-color: #39e346;
}

.progress .progress-bar-fine {
    width: 61%;
    background-color: #39e346;
}

#details {
    padding: 30px 50px;
    min-height: 300px
}

.form-group .d-flex:hover {
    color: #000;
    cursor: pointer;
    border: 1px solid #008000
}


#shop_spesespedizioni_row{
    margin-top: 5% !important;
}

.subtotale-card{
    margin-top: 3% !important;
}

.shop_checkout_pulsanti{
    text-align: center;
    margin: auto;
}

.list-group-item span, .titolototali{
    font-size: 2vh;
}

#shop_spesespedizioni_row{
    border: 0px !important;
}

.select-regione{
    font-weight: 600 !important;
}

.shop_carrello_td shop_carrello_td{
    margin-bottom: 10% !important;
}

.shop_carrello_td{
    font-size: 2.5vh;
}

.totali-carrello{
    font-size: 2.5vh;
}

#goBtn{
    margin: auto;
    font-size: 2.5vh;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #3a342f !important;
    color: white !important;
    border-radius:0 !important;
    width:90%;

}

.titolo-metodi-pagamento{
    width: 90% !important;
    margin: auto !important;
    margin-top: 5% !important;
    margin-bottom: 4% !important;
    font-weight: 500;
}

.paragrafo-metodi-pagamento{
    width: 90% !important;
    margin: auto !important;
}

.icone-metodi-pagamento{
    width: 90% !important;
    margin: auto !important;
    margin-top: 3% !important;
    margin-bottom: 5% !important;
}

.ico-pagamenti-checkout{
    font-size: 3rem;
    color: var(--ct-grigio) !important;
}

/* SHOP CATEGORIE */

.link-categoria {
    color: black !important;
    text-decoration: none;
}

.titolo-link-categoria {
    font-size: 2.2vh;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    text-align: center !important;
}

.card-group-categories {
    display: flex;
    flex-wrap: wrap;

}

.shop_home_footer_category{
    padding: 20px 20px 10px;
    max-height: 100% !important;
    /*    border: 1px solid #3a342f;*/
    border: 30px solid #cccccc29 !important;
    box-shadow: inset 0px 0px 0px 1px #ccc !important;
    box-sizing: border-box;
    background-color: white !important;
}

.shop_categories_wrapper {
    /*background-color: #cccccc29 !important;*/
}


.shop_category_items_wrapper{
    /*background-color: #cccccc29 !important;*/
}

.shop_category_item{
    padding: 20px 20px 10px;
    max-height: 100% !important;
    /*    border: 1px solid #3a342f;*/
    border: 30px solid #cccccc29 !important;
    box-shadow: inset 0px 0px 0px 1px #ccc !important;
    box-sizing: border-box;
    background-color: white !important;
}

.paragrafo-desc-completa{
    display: none;
}

.paragrafo-info-extra{
    text-transform: uppercase;
    font-size: 1.5vh !important;
}

/* SHOP ITEM */
.marchio {
    height: 200px;
    margin-left: 10%;
}

.bootstrap-touchspin-down {
    border: 1px solid !important;
    border-radius: 0 !important;
    border-color: #cccccc !important;
    background-color: white !important;
    color: black !important;
    font-weight: 700 !important;
    
}

.bootstrap-touchspin-up {
    border: 1px solid black !important;
    border-radius: 0 !important;
    background-color: white !important;
    color: black !important;
    font-weight: 700 !important;
}

.toast {
    width: 100% !important;
}

.toast:not(.showing):not(.show) {
    opacity: 1 !important;
}

.gallery-mobile {
    display: none !important;
}

.shop_item_body_images {
    margin-top: 8% !important;
}

.art-h2 {
    font-family: var(--font-tema);
    font-size: 2.5vh;
    color:black;
}

.art-h2 a{
    color:black;
    text-decoration: none;
}

.prezzofin {
    margin-top: -5%;
    margin-bottom: -2%;
    font-weight: 500;
    font-size: 2.5vh;
    margin-bottom: 2% !important;
}

.prezzofin a{
    color:black;
    text-decoration: none;
}

.logo-shop {
    max-width: 120px;
    max-height: 120px;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    display:none;
}

.titolo-categoria{
    padding-top:0;
    font-size: 4vh;
    font-weight: 300;
    color: #006ab8 !important;
}

#vaicarrello{
    width: 60%;
    margin-bottom: 2%;
    padding: 8px 50px;
    border: 2px solid #006ab8 !important;
    background: #006ab8 !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: #ffe500 !important;

}

#continuaacqu{
    width: 60%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 8px 50px;
    border: 2px solid #006ab8 !important;
    background: #006ab8 !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: #ffe500 !important;
}

#shop_button_aggiungialcarrello{
    padding: 8px 50px;
    border: 2px solid #ffe500;
    background: #ffe500;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    color: #006ab8 !important;
    margin-top: 3%;
}

.shop-btn-cart{
    margin: 5%;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #3a342f !important;
    color: white !important;
    border-radius:0 !important;
    text-transform: uppercase;
    border: none !important
}

.input-quantita{
    text-align: center;
}


.bootstrap-touchspin-up{
    border-color: #cccccc !important;
}

.shop_item_body_images img{
    width:100%;
}

.shop_item_body_images img:hover {
    transform: scale(1.2);
    transition: all 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

/** SHOP CARRELLO **/
.titolo-prodotto-carrello{
    font-size: 2.5vh !important;
    font-weight: 400;
    text-transform:uppercase;
}


.dimensioni-prodotto-carrello{
    font-size: 1.5vh !important;
}

.has-error{
    color: red;
    animation: pulse;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.has-error .form-control{
    border-color: red;
}

i.fas.fa-trash-alt.ico-cestino {
    font-size: 1.5vh;
    color: #6c757d!important;
    font-weight: 400 !important;
}

.cart_bin{
    font-size: 1.5vh;
}

.cart_bin label{
    font-size: 1.5vh;
    font-family: var(--font-tema);
    ;
    cursor: pointer !important;
}


.shop_checkout {
    width: 90%;
    margin: auto;
}
.pull-left {
    margin-left: 35px !important;
}
.container-briciole {
    width: 100%;
    height: 22px;
    position: fixed;
    background: #ccc !important;
    top: 85px;
    z-index: 1;
    display:none;
}
.row.bs-wizard {
    margin-top: 20px;
}
.bric-check {
    width: 1220px;
    height: 22px;
    margin: auto;
    display:none;
}
.pull-left{
    margin-left: 10px;
}



/*** Checkout ***/
.btn-generico-checkout{
    margin: 5%;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #3a342f !important;
    color: white !important;
    border-radius:0 !important;
    text-transform: uppercase;
    width: max-content;
    border: none !important
}


.card-body-fine{
    padding: 0 !important;
}

.shop_button_paga{
    margin: 5%;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #3a342f !important;
    color: white !important;
    border-radius:0 !important;
}



section.prodotti {
    min-height: 80vh;
    margin-bottom: 1rem!important;
}

section.prodotti h1, section.prodotti  h2, section.prodotti  h3, section.prodotti  h4, section.prodotti  h5, section.prodotti  p{
    font-family: var(--font-tema);
}


.bootstrap-touchspin-injected input{
    text-align: center;
}



/****BREADCRUMB***/
ol.breadcrumb a {
    color: black;
}

.home-bread a{
    color: black !important;
    text-decoration: none;
}

.breadcrumb{
    text-transform: uppercase !important;
    margin-top: 2%;
}

.card-body .breadcrumb {
    font-size: 0.8rem;
    text-transform: uppercase;
}


/************************************* SIDEBAR ***************************************/
#sidebar {
    /* width: 240px; */
    /* float:left; */
    /*padding: 55px 0px 62px 50px;*/
    /* padding: 0px 10px 30px 30px; */
}

#sidebar h1 {
    font-weight: 900;
    font-size:45px;
    margin-bottom:20px;
    color:#424242;
    text-transform:uppercase;
}
#sidebar h1 span {
    font-weight: 400;
    font-size:35px;
    padding-left:40px;
    font-style:italic;
}
#sidebar h2 {
    font-weight: 400;
    font-size:35px;
    margin-bottom:20px;
    color: #424242;
    text-transform:uppercase;
}
#sidebar h3 {
    font-weight: 900;
    font-size:20px;
    margin-bottom:20px;
    color:#424242;
    text-transform:uppercase;
}
#sidebar h4 {
    font-weight: 400;
    font-size:20px;
    margin-bottom:20px;
    color: #424242;
}
#sidebar p {
    margin:0px 0px 22px 0px;
    line-height:22px;
    text-align:justify;
    color:#424242;
}
#sidebar a {
    color: #424242;
    text-decoration:none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
#sidebar a:hover {
    color:#888;
}
/*categorie*/
#sidebar nav ul, #sidebar nav li,
.shop_filtriattivi_wrapper ul, .shop_filtriattivi_wrapper li,
.shop_category_filtro ul, .shop_category_filtro li  {
    margin:0px;
    padding:0px;
    list-style:none
}
#sidebar nav {
    margin-bottom:1em;
}
#sidebar nav li {
    position:relative;
}
#sidebar nav ul ul {
    padding:1em;
}

#sidebar nav li.active > ul {
    display:block;
}
#sidebar nav  ul ul > li.parent:before {
    content: '\f0da';
    float:right;
    font-family:'FontAwesome';
    margin:0px -2px 0px 4px;
    font-size:1.2em;
    color:#129c4f;
}
#sidebar nav > ul > li > ul > li.parent.active:before {
    content: '\f0d7';
}
#sidebar nav ul ul li {
    margin:4px 0px;
    padding:2px 2px;
    border-bottom:1px solid #cccccc
}
#sidebar nav .active > a {
    color:var(--theme-accent) !important;

}
#sidebar nav span {
    font-weight:bold;
    border-bottom:1px solid #cccccc;
    display:block;
    padding:8px 1em;
    text-transform:uppercase;
}

.shop_filtriattivi_wrapper ul {
    clear:both;
    overflow:hidden;
    margin-top:8px;
}
.shop_filtriattivi_wrapper li:first-child {
    font-weight:bold;
    display:block;
    float:none;
    font-size:16px;
    padding-left: 0px;
}
.shop_filtriattivi_wrapper li {
    margin-right:4px;
    margin-bottom: 6px;
    line-height:22px;
    font-size:16px;
}

#sidebar .shop_filtriattivi_wrapper ul a {
    background:#999999;
    padding:2px 16px 2px 4px;
    color:#ffffff;
    position:relative;
}
#sidebar .shop_filtriattivi_wrapper ul a:hover {
    background:#129c4f;
}
#sidebar .shop_filtriattivi_wrapper ul a:hover:after {
    background:url(img/checkboxes2.png) no-repeat;
    position:absolute;
    content:'';
    width:15px;
    height:13px;
    display:block;
    top:4px;
    right:-2px;
}

.shop_filtriattivi_wrapper strong {
    text-transform:uppercase;
}

.shop_filtriattivi_wrapper > a {
    font-size:12px;
}

.shop_filtriattivi_wrapper ul {
    margin-bottom:4px;
}

.shop_category_filtro {
    padding-bottom:1.2em;
}

.shop_category_filtro_titolo {
    font-weight:bold;
    border-bottom:1px solid #cccccc;
    display:block;
    padding:8px 8px;
    margin-bottom:1em;
    text-transform:uppercase;
}
.shop_category_filtro ul {
    padding:0px 1em 1em;
}
.shop_category_filtro li {
    margin-bottom:6px
}
.shop_category_filtro a {
    position:relative;
    padding:1px 0px 0px 24px;
    min-height:19px;
}
.shop_category_filtro a:before {
    background:url(img/checkboxes.png) no-repeat;
    position:absolute;
    content:'';
    width:20px;
    height:20px;
    display:block;
    left:0px;
    top:0px;
}
.shop_category_filtro a:hover:before {
    background-position:-20px 0px;
}
.shop_category_filtro a:focus:before, .shop_category_filtro a:active:before, .shop_category_filtro .shop_filtro_attivo a:before {
    background-position:-40px 0px;
}
.shop_category_filtro .shop_filtro_attivo a:focus:before, .shop_category_filtro .shop_filtro_attivo a:active:before {
    background-position:0px 0px;
}

.shop_filtriattivi_wrapper ul {
    padding:0px 1em 1em;
}
.shop_filtriattivi_remove {
    padding:0px 1em 1em;
    font-size: 13px;
    text-align: center;
}

#gtm_checkout_pagetitle{
    display:none;
}

/**************************FAST CHECKOUT********************************/
.fast_checkout h3{
    text-transform: uppercase;
}

.shop_carrello_spedizione {
    background: #eee;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    width: 90%;
}

.nav-link{
    color: inherit !important;
    width: 20% !important;
    text-align: center !important;
    font-size: 0.7rem !important;
}

.nav-link i{
    font-size: 2rem !important;
}


.selected {
    border-bottom: 5px solid #cccccc !important;
    background: #eee !important;
}

#tabellafatturazione {
    width: 100%;
}


.field-icon {
    float: right;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }

.bg-page7{
    background: #eff7fa !important;
}

#videoslideBox .carousel-indicators{
    display: none !important;
}

#ticketcall{
  display: none !important;
}

/***************************************************************************************/


#carousel-indicators-slideshowhome{
  display: none !important;
}

.mm-navbar{
  display: none !important;
}

.container-img-card-shop{
    margin: auto;
    width: fit-content;
}

.shop_item_buy{
  display: none !important;
}

.fig-articolo{
  display: none !important;
}

.ms-3{
  display: none !important;
}

#customer_menu{
  display: none !important;
}

#img-categoria{
  display: none !important;
}

.prezzo-prodotto{
  display: none !important;
}

#alldispdesc{
  display: none !important;
}