@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');

* {
    font-family: 'Jost' !important;
}

.menu-header {
    padding-right: 10px;
    font-size: 25px;
}
.menu-header > i {
    margin: 0 10px;
}

.card-product-container {
    border: none;
    height: 100%;
    padding-bottom: 10px;
    display: inline-grid;
    width: 100%;
}
.card-product-container * {
    font-family: 'Mooli' !important;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .card-product-container {
        display: inline-block;
    }
    .card-product-container h1 {
        font-size: 14px !important;
    }
    .card-product-container .details > div {
        width: 100% !important;
    }
    .card-product-container h1 {
        margin-bottom: 0;
        padding-top: 0 !important;
    }
}

.card-product-container .immagine-prodotto {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    z-index: 2;
    position: relative;
    box-shadow: 0px 10px 20px -10px #000000;
}

.card-product-container .info-prodotto-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 133px;
    background-color: rgba(102, 74, 255, 1);
    position: relative;
    bottom: 100px;
    z-index: 1;
    border-bottom-left-radius: 20px;
    padding: 10px 0;
    transition: all .3s ease-out;
}
@media only screen and (max-width: 575px) {
    .card-product-container .info-prodotto-container {
        bottom: 5px;
    }
}

.card-product-container h1 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 15px 0 15px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    max-height: 58px;
}
@media only screen and (max-width: 400px) {
    .card-product-container h1 {
        font-size: 5vw;
        padding: 10px 10px 0 10px !important;
    }
    .card-product-container .details {
        padding: 0 10px 10px 10px !important;
    }
    .card-product-container i {
        font-size: 3vw !important;
    }
}

.card-product-container svg {
    fill: #664AFF;
}

.card-product-container h5 {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 5px;
    color: #664AFF;
}

.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
}
.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}

.card-product-container .details {
    padding: 0 25px 10px 25px;
    display: flex;
    flex-direction: column;
}
.card-product-container .details > div {
    background-color: #fff !important;
    display: flex;
    align-items: center;
    padding: 10px;
    width: max-content;
    margin: 0 auto;
}

/* .card-product-container .details .lista-sessi {
    display: flex;
    flex-direction: column;
}
.card-product-container .details .lista-sessi > i {
    padding: 5px 0;
} */

.card-product-container span {
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.no-result {
    font-size: 50px;
    text-align: center;
    display: none;
}

/*SEARCH BOX*/
::selection {
    color: #fff;
    background: #664AFF;
}

.search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
    margin-bottom: 50px;
}

/* ------------------------------- */
.search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}

.search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.resultBox li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    color: #5f00f7;
}

.search-input.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #efefef;
}
/* ------------------------------- */

.search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.rimuovi-autocombox {
    max-height: 0 !important;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-input .icon svg {
    fill: rgba(176, 0, 129, 1);
}