
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{
    color: rgb(0, 0, 0);
    font-family: "DM Sans", sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150% !important;
    margin: 0px;
    background-color: #f9f7f2;
}
p.element{
    font-size: 26px;
}
p.element i{
    font-size: 22px !important;
    display: block;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.02); /* alpha 90% */
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* sopra tutto */
}

/* Simple loader (spinner) */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*.container-round{
    background-color: #0C3546;
    padding: 3.0555555556vw 1.1111111111vw;
    border-top-left-radius: 1.1111111111vw;
    border-top-right-radius: 1.1111111111vw;
}*/
body{
    background-color: #FFF;
}

/*select.form-select{
    border-radius: 1.1111111111vw;
    padding: 1.1111111111vw;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    color: #fff !important;
    border: none;
}

.form-floating>label {
    color: #FFF !important;
}*/
.select2.select2-container.select2-container--bootstrap-5 {
    height: 58px !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
    height: 58px !important;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding-top: 16px;
}
.select2-container--bootstrap-5 .select2-selection--single {
    height: 58px !important;
}
.select2-selection__arrow {
    top: 60% !important;
    transform: translateY(-50%) !important;
}

.select2-selection__arrow::before {
    margin-top: 8px !important;
}
.box-language .form-select{
    height: 69px !important;
}
.form-control.form-text, .form-select{
    height: 58px !important;
    border-radius: 1.1111111111vw;
    padding: 1.1111111111vw;
}
.form-select.select2{
    border-radius: 1.1111111111vw;
    padding: 1.1111111111vw;
}

.btn.btn-primary{
    border-radius: 1.1111111111vw;
    padding: 1.1111111111vw;
    background-color: #E6E3DE;
    border: none;
    color:#000;
    min-width: 100px;
}
.btn.btn-primary:active{
    background-color: #BFB9AD;
    box-shadow: none;
}

.navbar-brand img{
    width: 150px;
}

.nav-pills{
    background-color: #e0deda;
    column-gap: .5555555556vw;
    border-radius: .8333333333vw;
    padding: .2777777778vw !important;
    min-height: 54px !important;
}
.nav-pills li{
    padding: .1388888889vw 2.4305555556vw;
    border-radius: .5555555556vw;
    display: block;
    min-height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.nav-pills li button{
    display: block;
}
.nav-pills li.active {
    background-color: #fff !important;
    color: #000 !important;
}
.nav-pills li .nav-link{
    color:#000 !important;
    display: block !important;
}
.nav-pills li:hover {
    transition: all .4s
    cubic-bezier(.07, .8, .2, 1) !important;
}
.nav-link.active{
    background-color: transparent !important;
}
.tab-pane{
    border-radius: 1.1111111111vw;
    background-color: #f9f7f2;
    border: 1px solid #EEE;
    padding: 2.2222222222vw;
    row-gap: 2.7777777778vw;
    min-height: 300px;
}

.box-new{
    border-radius: 1.1111111111vw;
    background: linear-gradient(180deg, rgba(7, 24, 31, 0), #07181f), #0c3546;
    border: 1px solid #EEE;
    padding: 2.2222222222vw;
    row-gap: 2.7777777778vw;
    color: #FFF;
}
.base-button.-primary .base-button__wrapper
{
    display: flex;
    align-items: center;
    position: relative;
}
.base-button.-primary .base-button__wrapper .base-button__label {
    padding: .5555555556vw .8333333333vw;
    border-radius: 2.2222222222vw;
}
base-button__icon {
    color: #0c3546;
    background-color: rgba(255, 255, 255, .9);
}
.input-group-text{
    height: 58px;
    margin-top: 4px;
}
.container-full{
    padding: 1rem;
}
h1{
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    font-size: 48px !important;
    line-height: 110% !important;
    color: #000;
}
.box-language #change-language{
    width: 140px;
    border: none;
    line-height: 18px;
    display: inline-table;
}
.box-language i{
    font-size: 25px;
    color: rgba(0, 0, 0, .6);
}
.form-select:focus {
    border-color:transparent;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    border-color:transparent;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.border-danger{
    border: 1px solid #ED0037;
}
.form-control:focus {
    border-color: #E6E3dE;
    outline: 0;
    box-shadow: 0 0 0 0;
}
a {
    display: inline-block;
    position: relative;
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: #000;
    font-weight: inherit;
}
.main{
    color:#2563EB;
}
.power{
    color:#DC2626;
}

.lift{
    color:#F97316;
}
.display{
    color: #16A34A;
}
.manuel{
    color: #6B7280;
}
.fa-circle-info{
    color: #87c4c3;
}

.language-alt{
    list-style: none;
    padding: 0;
    margin: 0;
}
.language-alt li{
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #f9f7f2;
}
.languages-tooltip{

}
.fa-globe{
    color: #26C6DA !important;
}
ul.utilities{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.utilities li{
    margin: 1rem;
}
ul.category_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.category_list li{
    display: inline-block;
    background-color:#FFF;
    padding: .5555555556vw 2.2222222222vw .5555555556vw 1.6666666667vw;
    border-radius: .5555555556vw;
    border: 1px solid #EEE;
    position: relative;
    margin: 5px;
    min-width: 140px;
}

ul.category_list li a:hover{
    color: #000;
}
ul.category_list li span.name{
    color: #000;
    padding: 15px;
}
ul.category_list li span.icon{

}
.block-hero-title-subtitle.-color-g-blu {
    background: linear-gradient(180deg, rgba(135, 196, 222, .8) -61.99%, rgba(135, 196, 222, 0) 47.79%), #f9f7f2;
}
.families{
    border-radius: 1.1111111111vw;
    background-color: #f9f7f2;
    border: 1px solid #EEE;
    padding: 2.2222222222vw;
    row-gap: 2.7777777778vw;
    min-height: 300px;
}
.ecology{
    color: #4d7906;
}
.freddo{
    color: #036193;
}
.caldo{
    color: #ca4300;
}
.delivery{
    color:#407b7e;
}
li.ecology:hover{
    border: 1px solid #4d7906;
}
li.delivery:hover{
    border: 1px solid #407b7e;
}
li.caldo:hover{
    border: 1px solid #ca4300;
}
li.freddo:hover{
    border: 1px solid #036193;
}
.form-select{
    font-size: 16px !important;
}
.open-modal{
    font-size: 22px;
    margin-left: 15px;
    cursor: pointer;
}
.open-modal:hover{
    color: #0d6efd;
}
