a{
  color:#666666;
}
.bg-full-screen{
  height:90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.bg-full-screen h1{
  font-weight: lighter;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: var(--global-letter-spacing); }

.text-justify{
  text-align: justify;
}
.letter-spacing-10{
  letter-spacing:10px;
}
.letter-spacing-0{
  letter-spacing:0px;
}
.cms h1, .cms2 h1{
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}
a.amt{
  color:#cccccc;
}
.contrast{
  filter: contrast(0.95);
}
.biancoenero{
  filter: grayscale(1);
  transition: all 0.5s;
}
.biancoenero:hover{
  filter: grayscale(0);
}
#mappa{
  z-index:0;
}
.checkout-icon-list{
  filter: grayscale(1);
}
footer, footer input, footer select, footer input::placeholder{
  font-size: 12px;
}

.menu-img{width:300px;}
.box-btn {
  transition: all 0.5s;
}
.banner-item:hover .box-btn {
  background-color: rgba(255,255,255,0.3);
}
.filter-widget{
  float:left;
  padding:4px;
  width:260px;
}

.blog-page hr {
  opacity: 1;
  height: 2px;
  background: #000;
}
.blog-page .border{
  border-color:#000!important;
}
.bg-gradiant{
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 42%);
}
.bg-gray{
  background: #ddd;
}
.q-disabled{
  text-decoration: line-through;
  opacity: 0.3;
}
.action-addtocart .alert-success{
  background:transparent;
  border:none;
}
.action-addtocart .alert-success svg{
  background: #fff;
  padding: 2px;
  border-radius: 10px;
  fill: green;
  width: 25px;
  height: 25px;
  filter: drop-shadow(3px 2px 2px rgb(0 0 0 / 0.4));
}
.newsletter-footer{
  background: transparent; color: white; font-size: 12px; padding: 7px; margin-bottom: 15px; border:1px solid #dee2e6!important; border-radius:5px;
}

.form-control{
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .filter-widget{
    float:inherit;
    width:100%;
  }
  .faq-item{
    padding: 20px 10px;
  }
}


.rainbow{
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
}
@keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}

@-moz-keyframes Color{
  0%{
    color:#A0D468;
  }
  20%{
    color:#4FC1E9;
  }
  40%{
    color:#FFCE54;
  }
  60%{
    color:#FC6E51;
  }
  80%{
    color:#ED5565;
  } 
  100%{
    color:#AC92EC;
  }
}
@-webkit-keyframes Color{
  0%{
    color:#A0D468;
  }
  20%{
    color:#4FC1E9;
  }
  40%{
    color:#FFCE54;
  }
  60%{
    color:#FC6E51;
  }
  80%{
    color:#ED5565;
  }
  100%{
    color:#AC92EC;
  }
}

/*ICONA ACCESSIBILITÀ */
.floatable-wrapper{
  left: -3px !important;
  bottom: 15% !important;
  border-radius: 5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) !important;
}