/*Custom-store css*/
.container {
    max-width:100%;
}
@media (min-width:768px) {
    .pe-25 {
        padding-right:1.56rem; 
    }
    .ps-25 {
        padding-left:1.56rem; 
    }
}
.px-1-25 {
    padding: 0rem 1.25rem;
}
.logo-store {
    width: 101px; 
    height:auto;
}
#btnChiama {
    max-width:21.5rem;
}
.mabel-bhi-businesshours td {
    padding: 0px;
}
.mabel-bhi-businesshours tr,
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.mabel-bhi-businesshours {
    border: none; 
    border-collapse: collapse;
    font-size: var(--fs16);
    margin-bottom:0px;
}

.mabel-bhi-businesshours td, .mabel-bhi-businesshours th {
    border: none;
    background-color: #fff;
}
.mabel-bhi-businesshours td:nth-child(2) {
    font-weight: bold;
}
tr.mbhi-is-current {
    color: var(--yellow);
    font-weight: bold;
}
div#storePromo {
    margin-top: 2.1rem;
}
/* Stile per il container */
/* Layout a griglia */
.container-gallery-form{
    display: flex;
    gap: 50px;
}


/* Layout responsive */
@media (max-width: 768px) {
    @media (max-width: 768px) {
        .container-gallery-form {
            flex-direction: column; /* Impilare le colonne una sopra l'altra */
        }
    
        .col-larga,
        .col-piccola {
            width: 100% !important; /* Impostare la larghezza al 100% */
        }
    }
    #mapStore {
        height: 370px!important;
    }
}
.col-piccola {
    height:100%!;
}
/*Forma*/
.col-piccola {
    padding: 1.6rem 1.25rem;
}
div#formaStore input:not([type="checkbox"]) {
    border-radius: 0px;
    height: 48px;
    border: none;
    padding: .5rem 0.625rem;
}
div#formaStore textarea {
    border-radius: 0px;
    border: none;
}
div#formaStore input:not([type="checkbox"])::placeholder,
div#formaStore textarea::placeholder {
    color: var(--black);
    opacity: 1;
    font-size: var(--fs16)!important; 
}
.elementor-field-option {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.625rem;
}
.elementor-field-option label {
    font-size: var(--fs14); 
    color: var(--black);
}
div#formaStore input[type="checkbox"] {
    margin-right: 0.5rem;
}
div#formaStore  .elementor-button[type="submit"] {
    width: 148px;
    height: 48px;
    border-radius: 0px;
    background-color: var(--yellow);
    color: var(--black);
    font-weight: 800;
    text-transform: uppercase;
    font-size: var(--fs16);

}
#btnDirection {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    padding: 12px 15px!important;
}
/* Layout base (desktop e tablet) */
.flex-container {
    display: flex;
    gap: 50px; 
    flex-wrap: wrap;
}
#primaColonna,
#secondaColonna,
#storeLocation {
    flex: 1;
    min-width: 150px; 
    flex-shrink: 1; 
    flex-basis: 0; 
}

/* Layout mobile (schermi piccoli) */
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;  
        gap: 20px;
    }
    #primaColonna,
    #secondaColonna,
    #storeLocation {
        flex: none;  
        width: 100%;
    }
}
#mapStore {
    height: calc(100% - 30px)!important;
}
/* Layout responsive */
@media (max-width: 768px) {
    
    #mapStore {
        height: 370px!important;
    }
}
nav.breadcrumb {
    font-size: var(--fs16);
    margin-bottom: 0px;
}


