@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;1,300&family=Sedan:ital@0;1&display=swap');

html,
body {
    /*font-family: "Nunito", sans-serif !important;*/
    font-family: "Sedan", serif;
    font-weight: 400;
    font-style: normal;
    height: 100dvh;
}

.scroll {
    overflow-y: scroll;
    display: inline-block;
}

.scroll--simple::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll--simple::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

.scroll--simple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.scroll--simple::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.scroll--simple::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.9);
}

#scrollbar1::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #363636;
}

.hidden {
    display: none !important;
}

/*
#show-product-search {
    height: 85vh;
    z-index: 9;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 92%;
    max-width: 550px;
    transform: translate(-50%, 0);
    left: 50%;
    -webkit-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -moz-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -o-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    box-shadow: 0px 0px 90px 10px #6f6f6f40;
}
*/
.div-footer-filter {
    color: #ffffff;
}

.btn-back-cart {
    color: #ffffff;
}

#show-product-search-content>span {
    color: #ffffff;
}

#show-product-search {
    height: 100dvh;
    z-index: 9;
    position: fixed;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, 0);
    left: 50%;
}

#show-product-search-result {
    height: 85vh;
    z-index: 9;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: fixed;
    bottom: 0;
    background-color: #f2f2f2;
    width: 100%;
    max-width: 500px;
    transform: translate(-50%, 0);
    left: 50%;
    -webkit-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -moz-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -o-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    box-shadow: 0px 0px 90px 10px #6f6f6f40;
}

#show-product {
    height: 100dvh;
    z-index: 9;
    /*border-top-right-radius: 20px;
    border-top-left-radius: 20px;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, 0);
    left: 50%;
    -webkit-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -moz-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -o-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    box-shadow: 0px 0px 90px 10px #6f6f6f40;
    color: #ffffff;
}

#cart-product {
    height: 100dvh;
    z-index: 10;
    /*border-top-right-radius: 20px;
    border-top-left-radius: 20px;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, 0);
    left: 50%;
    -webkit-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -moz-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    -o-box-shadow: 0px 0px 90px 10px #6f6f6f40;
    box-shadow: 0px 0px 90px 10px #6f6f6f40;
    color: #ffffff;
}

#div-sendOrder-info {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9998;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #000000c9;
    padding: 30px;
    align-content: center;
}

#div-sendOrder-info>div {
    height: auto;
    min-height: 300px;
    max-height: 100%;
    width: 420px;
    max-width: 95%;
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    color: #000;
}

#myhome {
    height: 100dvh;
    z-index: 9;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, 0);
    left: 50%;
    color: #ffffff;
}

#myhome-info>span.myhome-nome {
    position: absolute;
    left: 0;
    background-color: #fff;
    color: #000;
    padding: 5px 25px 5px 30px;
    font-weight: bold;
    font-size: 19px;
    top: 15px;
    z-index: 2;
}

.main-container {
    max-width: 600px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* background: #1d35a0; */
    background: #f2f2f2;
    -webkit-box-shadow: -1px 5px 24px -6px #000000;
    -moz-box-shadow: -1px 5px 24px -6px #000000;
    -o-box-shadow: -1px 5px 24px -6px #000000;
    box-shadow: -1px 5px 24px -6px #000000;
}

/*.main-container-style-1 {
    background: linear-gradient(201deg, rgb(31 27 82) 0%, rgba(51, 14, 116, 1) 48%, rgb(17 9 37) 100%);
    .show-product {
        background: linear-gradient(201deg, rgb(31 27 82) 0%, rgba(51, 14, 116, 1) 48%, rgb(17 9 37) 100%);
    }
    .show-product-search {
        background: linear-gradient(201deg, rgb(31 27 82) 0%, rgba(51, 14, 116, 1) 48%, rgb(17 9 37) 100%);
    }
    .prod-block.prod-block-filter {
        background: linear-gradient(201deg, rgb(31 27 82) 0%, rgba(51, 14, 116, 1) 48%, rgb(17 9 37) 100%);
    }
}*/
/*.main-container-style-2 {
    background: linear-gradient(201deg, rgb(29 28 31) 0%, rgb(77 77 78) 48%, rgb(18 17 22) 100%);

    .show-product {
        background: linear-gradient(201deg, rgb(29 28 31) 0%, rgb(77 77 78) 48%, rgb(18 17 22) 100%);
    }

    .show-product-search {
        background: linear-gradient(201deg, rgb(29 28 31) 0%, rgb(77 77 78) 48%, rgb(18 17 22) 100%);
    }

    .prod-block.prod-block-filter {
        background: linear-gradient(201deg, rgb(29 28 31) 0%, rgb(77 77 78) 48%, rgb(18 17 22) 100%);
    }
}*/



.s-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 999;
    position: fixed;
    /*background: #1d35a0;*/
    background: rgb(60, 52, 158);
    background: linear-gradient(201deg, rgba(60, 52, 158, 1) 0%, rgba(51, 14, 116, 1) 48%, rgba(99, 64, 187, 1) 100%);
}

#container-menu {
    /* position: relative; */
    /* top: 110px; */
    height: inherit;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    justify-content: center;
    place-items: center;
    place-self: center;
}

#container-top {
    width: 100%;
    max-width: 600px;
    height: 120px;
    padding: 15px;
    /* position: absolute; */
    /* top: 0; */
    /* gap: 10px; */
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    place-items: center;
    place-self: center;
    background: #1b0e67;
}

#container-top>#div-search {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    place-items: center;
    gap: 8px;
}

.div-cart {
    cursor: pointer;
    position: relative;
}

.div-cart-product {
    position: fixed;
    cursor: pointer;
    bottom: 50px;
    left: 0;
    transform: translate(0, -50%);
    background-color: #145087;
    border-radius: 0 20px 20px 0;
    padding: 20px !important;
    /* margin-left: 10px;
}

.div-cart-product>div.cart_qnt {
    width: 30px !important;
    height: 30px !important;
    right: -10px !important;
    bottom: -5px !important;
}

.div-back-prod {
    color: #ffffff;
}

.div-back.menu-footer {
    display: none;
    cursor: pointer;
}

#container-top>#div-back {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
    flex-basis: 50%;
    justify-content: left;
}

#container-bottom {
    width: 100%;
    max-width: 600px;

    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    place-items: center;
    place-self: center;
    /*position: fixed;*/
    /*bottom: 0;*/
    background-color: rgb(27, 14, 103);
    /*-webkit-box-shadow: 0px -6px 19px -10px #000000;
    -moz-box-shadow: 0px -6px 19px -10px #000000;
    -o-box-shadow: 0px -6px 19px -10px #000000;
    box-shadow: 0px -6px 19px -10px #000000;*/
}

#container-bottom>#div-footer {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    place-items: center;
    gap: 15px;
    padding: 20px;
}

#container-bottom>#div-footer>.menu-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    gap: 4px;
    height: 50px;
}

#container-bottom>#div-footer>.menu-footer>span {
    color: #ffffff;
    font-weight: 500;
}


#container-menu-list.viewGrid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    overflow: auto;
    padding: 40px 0 40px 0;
}

#container-menu-list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    overflow: auto;
    padding: 40px 0 40px 0;
}

#container-prod-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    overflow: auto;
    /*margin: 10px 0 10px 0;*/
    padding-bottom: 30px;
    padding-top: 40px;
}

#show-product-content {
    margin-bottom: 100px;
}

.div-back {
    color: #ffffff;
}

.prod-block-show {
    width: 100%;
    height: max-content;
    min-height: 100px;
    align-self: center;
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 50px;
}

.prod-block-show>.prod-image {
    overflow: hidden;
    height: 280px;
    position: relative;
    border-radius: 20px;
}

.prod-block-show>.prod-image>img {
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

.prod-block-show>.prod-descrizione {
    align-self: center;
    margin: 0px 0 10px 0;
}

.prod-block-show>.prod-descrizione>span {
    color: #ffffff;
    font-size: 18px;
}

.prod-block-info-show {
    color: #ffffff;
}

.prod-block-show>.prod-nome {
    align-self: center;
    text-align: center;
    margin: 5px 0 2px 0;
}

.prod-block-show>.prod-nome>span {
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 1.7rem;
}

.prod-block-show>.prod-ingredienti {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
}

.span-ingrediente {
    font-weight: 100 !important;
}


.prod-block-show>.prod-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    padding: 10px;
}

.prod-block-show>.prod-footer>span {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


.prod-block-cart {
    /*width: 180px;*/
    cursor: pointer;
    width: 90%;
    max-width: 350px;
    min-width: 300px;
    height: max-content;
    min-height: 100px;
    align-self: center;
    /*background-color: rgb(226, 212, 85);*/
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px;
}

.prod-block-cart .prod-image {
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.prod-block-cart .prod-image>img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    align-self: center;
}

.prod-block-cart .prod-nome {
    align-self: start;
    margin: 5px 0 5px 0;
    z-index: 1;
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.prod-block-cart .prod-nome>span {
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    font-size: 22px;
    word-break: break-word;
    line-height: 1.4rem;
    text-align: center;
    padding-top: 10px;
}

.prod-block-cart .prod-ingredienti {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 0px;
}

.prod-block-cart .prod-footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    place-items: center;
    padding: 10px;
}

.prod-block-cart .prod-footer>span {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.prod-block {
    /*width: 180px;*/
    cursor: pointer;
    width: 90%;
    max-width: 350px;
    min-width: 300px;
    height: max-content;
    min-height: 100px;
    align-self: center;
    /*background-color: rgb(226, 212, 85);*/
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px;
}

.prod-price {
    font-size: 23px;
}

.prod-block>.prod-image {
    overflow: hidden;
    height: 180px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.prod-block>.prod-image>img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: relative;
    align-self: center;
}

.prod-block>.prod-nome {
    align-self: start;
    margin: 5px 0 5px 0;
    z-index: 1;
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.prod-block>.prod-nome>span {
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    font-size: 30px;
    word-break: break-word;
    line-height: 1.7rem;
    text-align: start;
    padding-top: 10px;
}

.prod-block>.prod-ingredienti {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    gap: 0px;
}

.prod-block>.prod-footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
    place-items: center;
    padding: 10px;
}

.prod-block>.prod-footer>span {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.menu-block.viewGrid {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 20px;
    border-top: none;
    max-width: 100%;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
    /* -webkit-box-shadow: 0px 0px 35px -15px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 35px -15px rgb(0 0 0 / 40%);
     box-shadow: 0px 0px 35px -15px rgb(0 0 0 / 40%);*/
}

.menu-block {
    /*width: 100%;
    max-width: 100%;
    height: 80px;
    align-self: center;
    background-color: #ffffff00;
    border-radius: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;*/

    /* border-bottom: 1px solid #fff; */
    border-top: 1px solid #ffffff2b;
    max-width: 100%;
    width: 100%;
    min-height: 60px !important;
    align-self: center;
    background-color: #ffffff00;
    border-radius: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 30px;
    /*-webkit-box-shadow: 0px 0px 35px -15px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 0px 35px -15px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 35px -15px rgb(0 0 0 / 40%);*/
}


.menu-block>div.menu-nome_categoria {
    place-self: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* margin-right: auto; */
    /* margin-left: 8px; */
    align-items: center;
    justify-content: center;
    /* width: 100%;*/
}



/*
.menu-block>div.menu-nome_categoria>div {
    background-color: rgb(235, 81, 53);
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}
.menu-block>div.menu-nome_categoria>div>span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-weight: bold;
}
*/

.btn-add-product {
    width: max-content;
    padding: 2px 6px 2px 6px;
    /*border: 1px solid #ffffff;
    border-radius: 10px;*/
    cursor: pointer;
}

.btn-price-add {
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 15px;
    margin: 4px;
    position: relative;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
}

.plus-icon-btn-price-add {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -65%;
    left: 50%;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    color: #000000;
}

.cart_qnt-clone {
    right: -5px !important;
    top: 10px !important;
}
.cart_qnt {
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    right: 15px;
    top: -10px;
}

.cart_qnt>span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 53%;
    top: 45%;
    color: #240c50;
    font-weight: bold;
    font-size: 16px;
}

.viewGrid .cat_qnt_in {
    width: 20px;
    height: 20px;
    right: 0px;
    left: 30px;
    bottom: 15px;
}

.cat_qnt_in {
    background-color: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    right: 0px;
    bottom: -5px;
}


.cat_qnt_in.cat_icon_empty {
    bottom: 15px !important;
}

.cat_qnt {
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}


.viewGrid .cat_qnt>span,
.viewGrid .cat_qnt_in>span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #240c50;
    font-weight: bold;
    font-size: 12px;
}

.cat_qnt>span,
.cat_qnt_in>span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #240c50;
    font-weight: bold;
    font-size: 16px;
}


.menu-block.viewGrid>div.menu-nome_categoria>span {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2rem;
    color: #ffffff;
    text-align: center;
}

.menu-block>div.menu-nome_categoria>span {
    /*position: absolute;
    transform:translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 22px;*/
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2rem;
    color: #ffffff;
}

.menu-block>div.menu-arrow {
    position: relative;
    width: 50px;
}

.menu-block>div.menu-arrow>i {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
}

.menu-block.viewGrid>div.menu-icon {
    margin-right: 0px;
    position: relative;
}

.menu-block>div.menu-icon {
    margin-right: 35px;
    position: relative;
}

span.menu-title>.menu-icon {
    margin-right: 10px !important;
    position: relative;
}

span.menu-title>.menu-icon>div.cat_icon {
    width: 33px !important;
    height: 33px !important;
}

span.menu-title>.menu-icon>div.cat_qnt_in {
    width: 20px !important;
    height: 20px !important;
    right: 0 !important;
    left: -5px;
}

span.menu-title>.menu-icon>div.cat_qnt_in>span {
    font-size: 11px !important;
}



div.cat_icon_product {
    background-color: #ffffff1c;
    position: absolute;
    width: 200px;
    height: 200px;
    text-align: center;
    top: 0;
    left: -70px;
    z-index: -1;
}

/*
.menu-block>div.menu-icon>div.cat_icon,
.menu-icon>div.cat_icon {
*/
.menu-block.viewGrid>div.menu-icon>div.cat_icon {
    position: relative;
    width: max-content;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -10%);
    left: 50%;
    top: 74%;
    /* overflow: hidden; */
    text-align: center;
}

.menu-block>div.menu-icon>div.cat_icon {
    position: relative;
    width: max-content;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    /* overflow: hidden; */
    text-align: center;
    /* -webkit-box-shadow: inset 0px 1px 15px -9px #FFFFFF;
    -moz-box-shadow: inset 0px 1px 45px -9px #FFFFFF;
    -o-box-shadow: inset 0px 1px 45px -9px #FFFFFF;
    box-shadow: inset 0px 1px 15px -9px #FFFFFF;
    border-radius: 100%;*/
}

.menu-block>div.menu-icon>div.cat_icon>img,
.menu-icon>div.cat_icon>img {
    width: auto;
    height: 100%;
    padding: 7px;
}



.search-form {
    --searchButtonWidth: 75px;
    max-width: 320px;
    overflow: hidden;
    position: relative;
}

input {
    color: #ffffff;
}

input:focus {
    color: #222;
}

input::placeholder {
    color: #ffffff;
}

.search-input {
    border: 0;
    margin: 0;
    padding: 0.5rem calc(var(--searchButtonWidth) + 0.5rem) 0.5rem 0.5rem;
    border-radius: 8px;
    width: 100%;
    background: #ffffff00;
    -webkit-appearance: none;
    font-size: 13px;
}

.search-input:focus {
    outline: 0;
    background: white;
}

.search-input:not(:placeholder-shown)~.search-button {
    transform: translateX(calc(-1 * var(--searchButtonWidth)));
}

.search-button {
    border: 0;
    padding: 0.5rem;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 100%;
    width: var(--searchButtonWidth);
    transition: 0.2s;
    background: #455A64;
    color: white;
    font-size: 13px;
    height: 100%;
}

.search-button:focus {
    outline: 0;
    background: #222;
    color: #222;
}

.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}



.premium-span {
    padding: 2px 10px;
    background-color: #ff9600;
    background: linear-gradient(to right, #ffbc5a 0%, #faca16 100%);
    color: #0f4292;
    display: inline-flex;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    align-self: center;
}

.premium-span:before {
    content: '';
    top: 0;
    transform: translateX(100%);
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 3s infinite 1s;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 19%, #fff 48%, rgba(255, 255, 255, 0) 79%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    opacity: .5;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

span.tagicon {
    position: relative;
    padding: 7px;
    padding-left: 35px;
}

i.tagicon {
    position: absolute;
    left: 7px;
    top: 4px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

i.tagicon.tagicon-congelato {
    background-image: url(../../admin/upload/admin/tagsicon/congelato.svg);
    background-color: #11d5d7;
}

i.tagicon.tagicon-abbattuto {
    background-image: url(../../admin/upload/admin/tagsicon/abbattuto.svg);
    background-color: #0f84d7;
}

i.tagicon.tagicon-vegetariano {
    background-image: url(../../admin/upload/admin/tagsicon/vegetariano.svg);
    background-color: #2bd10e;
}

i.tagicon.tagicon-vegano {
    background-image: url(../../admin/upload/admin/tagsicon/vegano.svg);
    background-color: #3de80e;
}

i.tagicon.tagicon-senzaglutine {
    background-image: url(../../admin/upload/admin/tagsicon/senzaglutine.svg);
    background-color: #ffb702;
}

i.tagicon.tagicon-piccante {
    background-image: url(../../admin/upload/admin/tagsicon/piccante.svg);
    background-color: #ea3110;
}

i.tagicon.tagicon-senzalattosio {
    background-image: url(../../admin/upload/admin/tagsicon/senzalattosio.svg);
    background-color: #180ed1;
}

i.tagicon.tagicon-biologico {
    background-image: url(../../admin/upload/admin/tagsicon/biologico.svg);
    background-color: #6caa08;
}

.bnt-select-flag {
    background-color: transparent !important;
    border: 0 !important;
}

#menu-logo {
    overflow: hidden;
}

#menu-logo>img {
    padding: 4px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.div-filter-chart {
    position: relative;
    height: 35px;
    width: 100%;
    margin-top: 30px;

}

.div-filter-chart>div {
    background: #ffffff;
    position: absolute;
    left: -80px;
    width: 100px;
    padding: 5px 15px 5px 5px;
    border-radius: 20px;
    text-align: end;
    font-weight: bold;
}

/* HTML: <div class="loader"></div> */
.div-loader {
    height: 100dvh;
    width: 100%;
    position: fixed;
}

.div-loader.dark {
    background-color: #000;
}

.div-loader.light {
    background-color: #fff0;
}

.div-loader .loader {
    width: 4px;
    color: #ffffff;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow:
        19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px,
        19px 0 0 5px, 38px 0 0 5px, 57px 0 0 5px,
        19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
    transform: translateX(-38px);
    animation: l26 2s infinite linear;
    z-index: 999;
    position: relative;
    top: 50%;
    left: 50%;
}

@keyframes l26 {
    12.5% {
        box-shadow:
            19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px,
            19px 0 0 5px, 38px 0 0 0px, 57px 0 0 5px,
            19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px
    }

    25% {
        box-shadow:
            19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px,
            19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px,
            19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 0px
    }

    50% {
        box-shadow:
            19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px,
            19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px,
            19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px
    }

    62.5% {
        box-shadow:
            19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px,
            19px 0 0 5px, 38px 0 0 0px, 57px 0 0 0px,
            19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 5px
    }

    75% {
        box-shadow:
            19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px,
            19px 0 0 0px, 38px 0 0 0px, 57px 0 0 5px,
            19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px
    }

    87.5% {
        box-shadow:
            19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px,
            19px 0 0 0px, 38px 0 0 5px, 57px 0 0 0px,
            19px 19px 0 5px, 38px 19px 0 0px, 57px 19px 0 0px
    }
}


.swiper-container {
    margin-top: 50px !important;
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-wrapper {
    width: 350px !important;
    margin-right: 0px !important;
}


.item {
    width: 100%;
    height: 100%;
    max-height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item img {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 5px;
}

.swiper-pagination {
    position: relative !important;
    margin-top: -40px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    transition: all 0.3s !important;
}