:root {
    --cppcd-main: var(--main_color) !important;
}

.text-primary {
    color: var(--main_color) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.vh-70 {
    height: 70vh;
}

.material-symbols-outlined-filled {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.z-50 {
    z-index: 50;
}

.w-1\/1 {
    width: 100%;
}

.w-1\/2 {
    width: 49.8%;
}

.w-1\/4 {
    width: 25%;
}

.w-3\/4 {
    width: 74.8%;
}

.w-1\/3 {
    width: 33%;
}

.w-2\/3 {
    width: 66%;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.line {
    border-bottom: 1px solid #d7d7d7;
    margin-top: 6px !important;
    margin-bottom: 2px !important;
}

.loadingSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--main_color);
}

.loadingSpinner:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    background-color: #e5e7eb;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    display: block;
}

.btn-default {
    border: 1px solid #00b8ff;
    background-color: #00b8ff;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.start-67 {
    left: 67% !important;
}

.top-28 {
    top: 28% !important;
}

.mt-100 {
    margin-top: 100px;
}

.lh-15 {
    line-height: 15px;
}

.lh-20 {
    line-height: 20px;
}

.fs-14 {
    font-size: 14px;
}

.shadow-top {
    box-shadow: 0px 5px 15px 0px rgba(119, 119, 119, 0.42);
}

.float-header {
    position: sticky;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    min-height: 65px;
}

.float-header .nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    height: 80px;
}

.page-carrello .float-header,
.page-cassa .float-header,
.page-dettagli .float-header,
.page-mappa .float-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #f0efef;
}

.page-carrello .product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
}

.page-mappa {
    overflow: hidden;
}

.llm {
    min-height: 730px;
    z-index: 10;
}

.banner_chiusura {
    background-color: var(--main_color);
    color: var(--main_text_color) !important;
}

.float-header.scrolled .nav-top {
    background-color: #f8f9fa;
    padding: 10px 25px;
}

.float-cart {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 25px;
}

.float-header img {
    max-height: 60px;
    max-width: initial;
}

.float-header h1 {
    font-size: 28px;
    margin-bottom: 0px;
}

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 240px;
}

.notfound .notfound-404 h1 {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0px;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px;
}

.notfound .notfound-404 h1>span {
    text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
    font-family: "Cabin", sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
}

.notfound h2 {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 0px;
    margin-bottom: 25px;
}

body {
    overflow-x: hidden;
}

.img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-home {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    min-height: 200px;
}

#scroll-down {
    position: absolute;
    height: 0px;
    width: 100%;
    text-align: center;
}

#scroll-down a {
    position: absolute;
    top: -60px;
    animation: scrolldown 2s ease infinite;
}

#scroll-down a span {
    font-size: 60px;
    color: var(--main_color);
}

h1 {
    font-size: 50px;
    font-weight: 800;
}

.subtitle {
    font-size: 22px;
    color: #777777;
}

.card-img-top {
    border-radius: 15px;
    /*aspect-ratio: 1;*/
    transition: all 0.5s ease-in-out;
    opacity: 1;
    scale: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#category .card-img-top:hover {
    opacity: 0.9;
    scale: 1.1;
}

.bg-lightgray {
    background-color: #efefef;
}

.cardCat {
    background-color: #f9f9f9;
    color: #8e8d8f;
    border-radius: 10px;
}

.catList::-webkit-scrollbar {
    display: none;
}

.catList {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.cut {
    color: #777777 !important;
    text-decoration: line-through;
    font-weight: 300 !important;
    font-size: 12px !important;
}

.containerLeft {
    border-right: 1px solid #e6e9e8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerLeft .category {
    max-width: 300px;
}

.containerLeft .sticky-top {
    position: sticky;
    top: 100px;
    z-index: 10;
}

.subcategoryLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subcategoryLeft .subcategoryLeftCard {
    max-width: 300px;
    width: 100%;
}

.shadow-sm.category {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1;
    position: relative;
}

.card-body {
    padding: 10px;
    /* white-space: nowrap; */
    /* text-align: center; */
    border-radius: 20px;
    overflow: hidden;
    margin-top: -10px;
    z-index: 100;
    position: relative;
    background: white;
    font-size: clamp(0.8rem, 0.9rem, 1rem);
}

.category .card-body {
    /*margin-top: -25px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}

.category .card-text {
    text-transform: uppercase;
    line-height: initial;
}

.subcategory {
    border-radius: 20px;
    position: relative;
}

.subcategoryLeft {
    width: 100%;
}

.subcategoryLeftCard .catLeft img {
    max-width: 70px;
}

.subcategoryLeftCard .catLeft,
.subcategoryLeftCard .catLeft img {
    border-radius: 20px;
    height: 70px;
}

.subcategoryLeftCard .price {
    font-size: 13px;
    font-weight: 300;
}

.subcategoryLeftCard .catLeft .cardBody {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    width: 100%;
}

.subcategoryCardTemplate,
.productCardTemplate,
.productCompCardTemplate,
.subcategoryLeftCardTemplate,
.prodCompModTemplate {
    display: none;
}

.row.products,
.row.categories {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    justify-content: center !important;
    align-items: start !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
}

.row.products>div {
    width: calc(20% - 12.5px);
}

.row.categories>div {
    width: calc(16.66% - 12.8px);
}

.row.products .productCard,
.row.categories .category {
    padding: 0px !important;
}

@media only screen and (max-width: 768px) {

    .row.products,
    .row.categories {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .row.products>div,
    .row.categories>div {
        width: 100%;
    }
}

/* .quantita-select {
    padding: 0.1rem 1.2rem 0.1rem 0.5rem !important;
    background-position: right .15rem center !important;
} */

.prodCompMod {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodCompMod .cont {
    width: 50%;
    border: 1px solid #e6e9e8;
    border-radius: 20px;
    position: relative;
}

.prodCompMod .delete {
    position: absolute;
    right: 10px;
    top: 10px;
}

.prodCompMod .delete .changeGusto {
    color: #9d0208;
}

.ingredienti {
    margin-bottom: 6px;
    display: block;
}

.editCompVar {
    font-size: 14px;
    width: 200px;
    padding: 5px !important;
    margin: 10px 0px;
}

.productCompCard {
    padding-bottom: 35px !important;
}

.subcategory .price,
.subcategory .priceScont {
    color: var(--main_color);
    font-weight: bold;
    font-size: 15px;
}

.breadcrumbs {
    color: #777777;
    cursor: pointer;
}

.goBack {
    color: var(--main_color);
    cursor: pointer;
}

.breadcrumbs {
    font-size: 14px;
}

.breadcrumbs .item.active {
    cursor: initial;
    font-weight: 600;
    color: var(--main_color);
    border: 0px;
}

.hover_bg:hover {
    background-color: var(--main_color);
}

.hover_bg:hover p {
    /* color: rgb(0, 255, 255);
  mix-blend-mode: difference; */
    color: #fff;
}

.active span {
    border: 3px solid var(--main_color);
}

.bg-primary {
    background-color: var(--main_color) !important;
}

.color-primary {
    color: var(--main_color);
}

.btn-outline-primary {
    border: 1px solid var(--main_color) !important;
    color: var(--main_color) !important;
    cursor: pointer;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.btn-outline-primary:hover {
    background-color: var(--main_color) !important;
    color: #fff !important;
}

.btn-sm-outline-primary {
    border: 1px solid var(--main_color) !important;
    color: var(--main_color) !important;
    cursor: pointer;
    border-radius: 50px;
    padding: 12px 25px;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
    background-color: transparent;
}

.btn-sm-outline-primary:hover {
    background-color: var(--main_color) !important;
    color: #fff !important;
}

.btn-sm-primary {
    border: 1px solid var(--main_color) !important;
    background-color: var(--main_color);
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    font-size: 15px;
}

.btn-primary,
.site-btn {
    border: 1px solid var(--main_color) !important;
    background-color: var(--main_color);
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover,
.site-btn:hover {
    background-color: #fff;
    color: var(--main_color);
}

.btn-xl {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px !important;
    max-width: 200px;
}

a {
    text-decoration: none;
    color: unset;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.product-single-card {
    border-radius: 20px;
    max-width: 600px;
    text-align: left;
    height: 100%;
    overflow-x: hidden;
}

.product-single-card.productCompSubCard.selected {
    border: 2px solid var(--main_color);
}

.product-single-card .equal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-single-card .prodPrice,
.product-single-card .prodPriceScont {
    font-weight: 800;
    color: var(--main_color);
}

.product-single-card .product-top-area {
    position: relative;
    display: flex;
    align-items: start;
    overflow: hidden;
    /*border-radius: 5px;*/
    justify-content: center;
}

.product-single-card .product-top-area .product-img {
    aspect-ratio: 1/1;
    /*border-radius: 20px;*/
    width: 100%;
}

.product-top-area,
.product-title,
.product-desc {
    cursor: pointer;
}

.product-single-card .product-title {
    font-size: 20px;
    font-weight: 700;
}

.addCompQta {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.addCompQta input {
    font-size: 1rem;
}

.product-desc,
.product-desc2 {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 15px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leggi-di-piu {
    font-size: 12px;
    margin-top: 5px;
    display: block;
    text-align: center;
    color: var(--main_color);
    display: none !important;
}

.fs-12 {
    font-size: 12px;
}

.icon-xs {
    font-size: 18px !important;
}

.icon-smd {
    font-size: 20px !important;
}

.icon-md {
    font-size: 25px !important;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--main_color) !important;
    width: 15px;
    height: 15px;
}

.fast-card-footer {
    position: absolute;
    box-shadow: 0 0 10px 0 #e4ded9;
    width: 100%;
    min-height: 100px;
    padding: 20px;
}

.fast-card-footer>div>span:first-child {
    font-weight: 800;
    font-size: 20px;
}

.fast-card-footer>p {
    font-size: 14px;
    line-height: 16px;
}

.offcanvas-header {
    box-shadow: 0 0 10px 0 #e4ded9;
}

.offcanvas {
    max-width: 80%;
}

.fast-cart-title {
    font-weight: 800;
}

.text-gray {
    color: #777777;
}

.text-sm {
    font-size: 15px;
    line-height: 20px;
}

.prodotti-fast-cart {
    max-height: calc(100vh - 278px);
    overflow: auto;
}

.fast-card-prod {
    border-bottom: 1px solid #cccccc;
    padding: 20px;
}

.text-green {
    color: #38b000;
}

.text-red {
    color: #cf0000;
}

.btn-cart {
    font-weight: 600;
    border: 2px solid var(--main_color);
    border-radius: 50px;
    font-size: 12px;
    padding: 12px 25px;
    background: var(--main_color);
    color: #ffffff;
    align-items: center;
}

.btn-cart:disabled,
.btn-cart.disabled {
    background-color: #ccc;
    color: gray;
    cursor: not-allowed;
    border-color: #ccc;
    pointer-events: none;
}

.btn-large {
    font-weight: 600;
    border: 2px solid var(--main_color);
    border-radius: 50px;
    font-size: 18px;
    padding: 12px 25px;
    background: var(--main_color);
    color: #ffffff;
    align-items: center;
    text-decoration: none;
}

.show-bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.dummy-positioning {
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.modal-body {
    padding: 15px 0px;
    overflow-x: hidden;
}

.link {
    color: #000;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    text-decoration: underline;
}

/* Structure */
.success-icon {
    display: inline-block;
    width: 8em;
    height: 8em;
    font-size: 13px;
    border-radius: 50%;
    border: 3px solid #4cc93f;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    animation: showSuccess 180ms ease-in-out;
    transform: scale(1);
}

/* Elements */
.success-icon__tip,
.success-icon__long {
    display: block;
    position: absolute;
    height: 3px;
    border-radius: 10px;
    background-color: #4cc93f;
}

.success-icon__tip {
    width: 2.4em;
    top: 4.3em;
    left: 1.4em;
    transform: rotate(45deg);
    animation: tipInPlace 300ms ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 180ms;
    visibility: hidden;
}

.success-icon__long {
    width: 4em;
    transform: rotate(-45deg);
    top: 3.7em;
    left: 2.75em;
    animation: longInPlace 140ms ease-in-out;
    animation-fill-mode: forwards;
    visibility: hidden;
    animation-delay: calc(300ms + 140ms);
}

.text-xs {
    font-size: 12px;
}

.text-2xl {
    font-size: 1.5rem;
}

.chekbox-custom {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    line-height: 15px;
}

.chekbox-custom span.fs-10 {
    color: #777;
    font-size: 12px;
}

.page-home nav {
    max-width: 1100px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 100;
    width: 100%;
    border-radius: 20px;
    box-shadow: 1px 1px 15px #00000040;
    transform: translateX(-50%);
}

.logoRC {
    width: 100px;
}

.btn-close-modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.yellow-sm {
    color: #f4a931;
    font-size: 11px;
    text-transform: uppercase;
}

.flex-cassa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Keyframes */
@keyframes scrolldown {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes showSuccess {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

@keyframes tipInPlace {
    from {
        width: 0em;
        top: 0em;
        left: -1.6em;
    }

    to {
        width: 2.4em;
        top: 4.3em;
        left: 1.4em;
        visibility: visible;
    }
}

@keyframes longInPlace {
    from {
        width: 0em;
        top: 5.1em;
        left: 3.2em;
    }

    to {
        width: 4em;
        top: 3.7em;
        left: 2.75em;
        visibility: visible;
    }
}

.cart-img-w {
    width: 80px;
}

.min-h-100 {
    min-height: 100px !important;
}

.h-80vh {
    min-height: 80vh;
}

.h-100vh {
    height: 100vh;
}

.max-h-90 {
    max-height: 90px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
    text-align: center;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.z-100 {
    z-index: 100;
}

.z-1000 {
    z-index: 1000;
}

.bg-gray {
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
}

.cart-card-left .header {
    font-size: 25px;
    font-weight: 800;
    border-bottom: 2px solid #e9e9e9;
}

.header-cassa,
.header-dettagli {
    font-size: 25px;
    font-weight: 800;
}

.btn-custom {
    font-size: 22px;
    color: #777777;
    cursor: pointer;
}

.cart-card-left .product {
    background-color: #f9fafb;
    color: #777777;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.cart-card-left .product .title {
    color: #000;
}

.cart-card-left .product .price {
    color: var(--main_color);
    font-weight: bold;
}

.cart-card-left .form-control.qta {
    width: 30px;
    padding: 5px;
    height: 10px;
    text-align: center;
    background-color: transparent !important;
    border: 0px !important;
}

.cart-card-left .btn-custom {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.cart-card-left .btn-del {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    color: #777777;
    font-size: 22px;
}

.title {
    font-size: 15px;
    font-weight: bold;
    word-break: break-all;
}

.description {
    font-size: 14px;
    color: #777777;
    line-height: 16px;
}

.cart-card-right>div {
    position: sticky;
    top: 81px;
    z-index: 10;
}

.cart-card-right .headerRight {
    font-size: 20px;
    font-weight: 800;
}

.newLine {
    border-top: 1px solid #e9e9e9;
}

.selected {
    border: 2px solid var(--main_color) !important;
}

.notDisabled.form-control:disabled {
    background-color: transparent;
    border: 0px;
}

.gm-style .place-card-large {
    display: none !important;
}

.card-map {
    width: 30%;
    background-color: #fff;
    bottom: 25px;
    right: 5%;
    border-radius: 10px;
    padding: 10px;
    z-index: 100;
}

nav .badge {
    display: flex;
    aspect-ratio: 1;
    align-items: center;
}

.slider-home,
.imgHome {
    margin: 40px;
}

.img-banner {
    max-height: calc(80vh - 100px);
    width: 100%;
    aspect-ratio: 1 / 1;
}

.slider-home .left.slick-arrow {
    left: -40px;
}

.slider-home .right.slick-arrow {
    right: -48px;
}

.slick-list,
.img-banner.notSlick {
    border-radius: 30px;
    overflow: hidden;
}

.slick-dots {
    bottom: -40px !important;
    padding: 0px !important;
    text-align: center !important;
}

.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 48%;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.slick-arrow,
.slick-dots li button::before {
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
    scale: 1;
}

.slick-arrow:hover,
.slick-dots li button:hover::before {
    opacity: 1;
    scale: 1.2;
}

.sedeDesc {
    font-size: 12px;
    color: #777777;
    text-align: center;
    line-height: 15px;
}

.row {
    display: flex;
    justify-content: center;
}

#variantiFormModal .row {
    display: flex;
    justify-content: start;
}

#ordina-ora {
    height: 5em;
    display: block;
}

#modal-content {
    line-height: normal !important;
}

.badge-cart {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: block;
    font-size: 9px;
    background: var(--main_color);
    border-radius: 50%;
    color: white;
    padding: 0px;
}

footer {
    padding-top: 30px;
    padding-bottom: 120px;
    border-top: 1px solid #f0efef;
}

footer .navbar-brand img {
    max-width: 200px;
    max-height: 100px;
}

footer .container {
    display: flex;
    gap: 20px;
    justify-content: start;
}

.footerLogo {
    max-width: 200px;
    max-height: 60px;
}

.cppcd-links>div {
    margin: initial !important;
}

.mobileFooter {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: calc(50% - 7px);
    height: 75px;
    border-radius: 30px;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175);
    -o-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175);
    width: calc(100% - 30px);
    margin: 15px;
    transform: translateX(-50%);
    background: white;
    max-width: 500px;
    padding: 0px 20px;
}

.mobileFooter a {
    padding: 5px;
    border-radius: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobileFooter .icon {
    padding: 8px;
}

.mobileFooter .active .icon {
    border-radius: 100%;
    color: #fff !important;
    background-color: var(--main_color) !important;
    width: 70px;
    height: 70px;
}

.mobileFooter .active {
    margin-top: -23px;
}

.footbutton,
.footbigbutton {
    position: relative;
    cursor: pointer;
}

.footbigbutton .icon {
    padding: 12px !important;
    background: black !important;
    color: white !important;
    border-radius: 50%;
    border: 10px solid white !important;
    margin-bottom: -5px;
}

.onAddCartAll {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
}

img.leaflet-marker-icon {
    background: white !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

form .form-control:not(form.formSearchOrdine .form-control) {
    border-radius: 0px !important;
    margin-bottom: 20px;
    padding-left: 10px !important;
}

.form-control:focus {
    border-color: var(--main_color) !important;
    outline: 0 !important;
    box-shadow: none !important;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--main_color) !important;
    width: 15px;
    height: 15px;
}

input:focus-visible,
textarea:focus-visible {
    outline: 1px solid var(--main_color) !important;
}

input[type="checkbox"]:checked {
    background-color: var(--main_color) !important;
    border-color: var(--main_color) !important;
}

form .site-btn {
    padding: 10px 20px;
    text-transform: uppercase;
}

.card-chiusura {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.card-chiusura .card {
    background-color: var(--main_color);
    color: var(--main_text_color);
    padding: 15px;
    border-radius: 50px;
    width: 80%;
    text-align: center;
}

.emoji-container {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emoji-container img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    padding: 10px;
    background-color: #feead3;
}

.btn-feedback {
    border-radius: 50px;
    padding: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.skip-feedback {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.btn-feedback#btnFeedbackNotGood:hover {
    background-color: #ff3232;
    color: #fff;
    border: 1px solid #ff3232;
}

.btn-feedback#btnFeedbackGood:hover {
    background-color: #4cc93f;
    color: #fff;
    border: 1px solid #4cc93f;
}

.skip-feedback:hover {
    color: var(--main_color) !important;
}

.reviews-badge {
    color: black;
    font-weight: 400;
    cursor: help;
}

.reviews-badge .thumb-up {
    color: #4cc93f;
}

#step-bar {
    width: 100%;
    counter-reset: step;
    display: flex;
    justify-content: center;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

#step-bar li {
    list-style-type: none;
    display: table-cell;
    width: 30%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #939393;
}

#step-bar li:before {
    width: 30px;
    height: 30px;
    color: #939393;
    content: counter(step);
    counter-increment: step;
    line-height: 29px;
    font-size: 12px;
    border: 1px solid #e9e9e9;
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    background-color: #f8f9fa;
}

#step-bar li:after {
    width: 70%;
    height: 5px;
    content: "";
    position: absolute;
    background-color: #e9e9e9;
    top: 15px;
    left: -35%;
    z-index: -1;
    border-radius: 10px;
}

#step-bar li:first-child:after {
    content: none;
}

#step-bar li.step-done {
    color: var(--main_color);
}

#step-bar li.step-done:before {
    border-color: var(--main_color);
    background-color: var(--main_color);
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
}

#step-bar li.step-done+li:after {
    background-color: var(--main_color);
}

#step-bar li.step-active {
    color: var(--main_color);
}

#step-bar li.step-active:before {
    border-color: var(--main_color);
    color: var(--main_color);
    font-weight: 700;
}

.modal .modal-dialog.modal-slide-up {
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.paypalCardDiv {
    display: block;
    max-width: 500px;
    width: 100%;
    border: 1px solid var(--main_color) !important;
    margin: 1px;
    margin-top: -5px;
    padding: 10px;
}

.paypalCardDiv input::placeholder {
    font-size: 14px;
}

.banner_chiusura_popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    display: none !important;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner_chiusura_popup.show {
    display: flex !important;
}

.banner_chiusura_popup>div {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    background: white;
    padding: 20px;
    color: black;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.banner_chiusura_popup .onCloseBannerChiusura {
    font-size: 14px;
}

.priceAnticipo {
    font-size: 20px;
    font-weight: 700;
}

.btnSearchOrdine,
.inputSearchCodice {
    height: 50px;
}

.max-w-800 {
    max-width: 800px;
    margin: auto;
}

.page-ordine .order-details th {
    background-color: #f2f2f2;
}

.page-ordine .order-details td {
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}

.page-ordine .order-details .desctable {
    text-align: left !important;
    color: #505050;
    font-weight: 200;
    font-size: 14px;
}

.max-w-800 {
    max-width: 800px;
    margin: auto;
}

@media only screen and (min-width: 800px) {
    section.container:before {
        content: " ";
        background: #f8f9fa;
        width: 30vw;
        height: 100vh;
        left: 75%;
        position: fixed;
        z-index: -1;
        top: 0px;
    }

    .h-90vh {
        height: 90vh;
    }
}

@media only screen and (min-width: 901px) {
    .cart-card-right {
        border-left: 1px solid #f0efef;
    }
}

@media only screen and (max-width: 1280px) {
    .w-1\/2 {
        width: 100%;
    }

    .flex-md-row {
        flex-direction: column !important;
    }

    .order-md-1 {
        order: 2 !important;
    }

    .order-md-2 {
        order: 1 !important;
    }
}

@media only screen and (max-width: 900px) {
    .w-50 {
        width: 100% !important;
    }

    h1 {
        font-size: 38px;
    }

    #ordina-ora {
        height: 0em;
    }

    .float-header.scrolled .nav-top {
        padding: 5px 25px;
    }

    .float-header h1 {
        font-size: 18px;
    }

    .float-header img {
        width: 50px;
    }

    #scroll-down {
        display: none;
    }

    .subtitle {
        font-size: 18px;
    }

    .slick-slide,
    .slick-slide img {
        /* height: calc(40vh - 100px); */
        width: 100%;
        aspect-ratio: 1/1;
        height: 100%;
    }

    .slider-home .slick-arrow {
        display: none !important;
    }

    .slider-home {
        margin: 20px;
    }

    .img-banner {
        height: 40vh;
        object-fit: cover;
    }

    p {
        font-weight: 200;
        font-size: 14px;
    }

    .descSite p,
    .allDescription p {
        font-size: 16px;
    }

    .containerLeft {
        border-right: 0px;
    }

    .categoryLeft img {
        /* width: 50%;
        height: 100px; */
        /* object-fit: contain; */
        object-fit: cover;
    }

    .categoryLeft {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .categoryLeft .category {
        width: 100%;
        text-align: center;
    }

    .impastiSelect {
        flex-direction: column;
    }

    .containerLeft .card-body {
        margin-top: 0px;
    }

    .prodCompMod .cont {
        width: 100%;
    }

    .flex-cassa {
        flex-direction: column-reverse;
        align-items: normal;
        gap: 10px;
    }

    .float-header .nav-top {
        height: 65px;
    }

    .page-carrello .btn-cart,
    .page-dettagli .btn-cart {
        width: 100%;
    }

    .cppcd-links {
        display: flex;
        justify-content: center;
    }

    .w-60 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .float-header {
        min-height: 40px;
    }

    /* .cassa-sx {
        order: 2;
    }

    .cassa-dx {
        order: 1;
    } */

    .product-single-card .product-title {
        font-size: 18px;
    }

    .dnoneMobile {
        display: none !important;
    }

    .page-home nav {
        position: initial;
        border-radius: initial;
        transform: initial;
    }

    .notfound .notfound-404 {
        height: 200px;
    }

    .notfound .notfound-404 h1 {
        font-size: 200px;
    }

    footer .container {
        display: flex;
        gap: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .mobileFooter {
        left: initial !important;
        transform: initial !important;
    }

    .card-map {
        width: 80%;
        top: 10px;
        bottom: inherit;
    }

    .card-chiusura .card {
        width: 100%;
        padding: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 162px;
    }

    .notfound .notfound-404 h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px;
    }

    .notfound h2 {
        font-size: 16px;
    }
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--main_color);
    box-shadow: 0 0 0 0.25rem transparent !important;
}

.alert-info {
    border-radius: 0px !important;
    background-color: #fff !important;
    border: 1px solid #f0efef !important;
}

.alert-primary {
    --bs-alert-color: #fff;
    --bs-alert-bg: var(--main_color) !important;
    --bs-alert-border-color: var(--main_color) !important;
    --bs-alert-link-color: #fff;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c0c0c0;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--main_color);
}

.me-5-custom {
    margin-right: 2.5rem;
}

@media (max-width: 1150px) {
    .me-5-custom {
        margin-right: 1rem;
    }
}

@media (max-width: 1000px) {
    .d-1000-none {
        display: none !important;
    }
}

/* spinner lightbox */
.lb-cancel {
    border-radius: 50% !important;
    display: inline-block !important;
    border-top: 3px solid var(--main_color) !important;
    border-right: 3px solid transparent !important;
    box-sizing: border-box !important;
    animation: spinnerRotation 1s linear infinite !important;
    background: none !important;
}

@keyframes spinnerRotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (pointer: coarse),
(hover: none) {
    [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
    }

    [title]:focus::after,
    [title]:active:after {
        content: attr(title);
        position: absolute;
        top: -10px;
        color: white;
        background-color: rgba(0, 0, 0, 0.6);
        width: fit-content;
        padding: 2px 5px;
        border-radius: 0px;
        font-weight: 300;
        font-size: 12px;
    }
}