html {
    scroll-behavior: smooth;
}

.is-valid {
    border-color: green;
}

.is-invalid {
    border-color: red;
}

.invalid-feedback {
    display: none;
    color: red;
}

.is-invalid+.invalid-feedback {
    display: block;
}

#product-desc img {
    max-width: 100%;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    /* Assicurati che la navbar sia sopra altri elementi */
}

.content-wrapper {
    margin-top: 56px;
    margin-bottom: 56px;
    /* Altezza della navbar per evitare sovrapposizioni */
}
#welcome{
    padding-top: 10px;
}
.control-sidebar {
    position: fixed;
}

.main-header,
footer, 
footer nav,
.dropdown-menu, 
html {
    background-color: #034047 !important;
}

.main-header *,
footer * {
    color: white !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 !important;
}
a:hover {
    background-color: #1CB2A0 !important;
}
.productName {
    max-width: 100%;
}
#searchForm * {
    background-color: #1CB2A0 !important;   
}
.iframeContainer, .iframeContainer iframe {
    height: -webkit-fill-available;
}