
a{
    text-decoration: none;
    color: var(--blu1);
    font-size: 20px;
    padding-bottom: 3%;
}

.mappa{
    width: 100%;
    margin: 0 0 40px 0;
}

.mappa iframe{
    width: 100%;
}

.come_contattarci{
    padding: 5%;
}

.form_contatti{
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
}

.titolo{
    flex-basis: 100%;
}

.nommailtel{
    display: flex;
    flex-wrap: wrap;
}

.nommailtel #tel,
.nommailtel #email,
.nommailtel #nome{
    flex-basis: 30%;
    margin-left: 5%;
}







.details-title {
    font-weight: bold;
    font-size: 20px;
    color: var(--blu1);
    padding-top: 5%;
}

.details {
    line-height: 30px;
}

.contact-form{
color: var(--blu2);}

.sfondo_form{
    background: rgba(44, 95, 138, 0.29);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.2px);
    -webkit-backdrop-filter: blur(6.2px);
    border: 1px solid rgba(44, 95, 138, 0.01);    
    padding: 3%;
}

.contact-form input, 
.contact-form textarea { 
    font-size: 18px;
    color: #ccc;
    width: 100%;
    padding: 10px 0 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px; 
}

input:focus,  /*:focus e' quando cliccki nella casella*/
textarea:focus {
    border-color: var(--blu1);
    outline: none;
}

.contact-form textarea {
    height: 200px;
} 

.form-check .form-check-input {
    width: 16px !important;
    height: 16px !important;
}

.form-check-input:checked {
    background-color: var(--blu2);
    border-color: var(--blu2);
}

.form-check-input:focus {
    border-color: var(--blu2);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(18, 38, 55, .25);
}


.informativa{
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--blu2);
    text-decoration: underline;
    padding-bottom: 1%;
}

/* Extra small devices (smartphone, 768px and down) */
@media (max-width: 767px) {
.shipping-feature {
margin-bottom: 30px;
}

.ft-menu {
float: none;
}

.ft-menu .social {
float: right;
}

.ft-menu ul li {
margin-left: 15px;
}

.slider-logo {
max-width: 85%;
}

.navbar-nav {
float: none;
}

.navbar-nav li {
float: none !important;
text-align: center;
width: 100%;
padding-left: 0 !important;
}

.navbar-nav li a {
line-height: 30px !important;
}

.navbar-light .navbar-toggler {
color: rgba(155, 89, 182, 1);
border-color: rgba(155, 89, 182, 1);
margin: 0 auto;
outline: none;
}

.prod-logo {
width: 85%;
margin-top: 25px;
}

.prod-disc {
width: 100%;
float: none;

margin: 0 auto;
margin-bottom: 20px;
}

.prod-disc:hover:after {
width: 100%;
}

.prod-disc:first-child {
margin-top: 20px;
}

.slider-container {
height: 100%;
margin-top: 50px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.shipping-feature {
margin-bottom: 30px;
}

.prod-disc,
.prod-view-img,
.prod-logo {
width: 100%;
}

.prod-disc:hover:after {
width: 100%;
}
}




#offcanvasWithBothOptions {
  --bs-offcanvas-width: 100vw;
  background: #fff;
  color: var(--blu3);
}

#offcanvasWithBothOptions .offcanvas-body {
  max-width: 800px;
  margin: 0 auto;
}

#offcanvasWithBothOptions .btn-close {
  filter: invert(1);
}

.offcanvas-backdrop ,.fade ,.show{
    height: 100%;

}
