.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(5,1fr);
    gap: 60px;
}

.preventivi-grid {
    padding: 35px 35px 25px 35px;
}

.info-utente-preventivo {
    grid-column: auto / span 3;
}

.carrello-preventivo {
    grid-column: auto / span 2;
}
.preventivo-grid {
    padding: 0 35px;
}

.preventivo-grid .step-change1 {
    display: none;
}

.page-template-preventivi footer#colophon {
    opacity: 0 !important;
    pointer-events: none;
}

.page-template-preventivi #main div#basket {
    display: block;
    position: sticky;
    top: 0;
}

.page-template-preventivi div#basket {
    display: none;
}

.page-template-preventivi .mini-cart {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 15px;
}

.cartLabel {
    display: none;
}

.page-template-preventivi .ckeckout-c-f.light {
    display: none;
}
input[type="date"] {display: block;outline: 0;border-bottom: 1px solid #818181;width: 50%;padding: 0;margin: 0;margin-bottom: 25px;background: none !important;box-shadow: none !important;line-height: 14pt;font-size: 11pt;padding-bottom: 2px;}
.scadenza-preventivo {
    margin-top: 40px;
}
.scadenza-preventivo {
    margin-top: 40px;
}

div#salva-preventivo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    z-index: 100;
    text-transform: uppercase;
    transition: background 0.6s ease;
    font-size: 23px;
    letter-spacing: 1px;
}

div#salva-preventivo:hover {
    background: #1d1d1d;
}
.aggiungi-prodotto-custom {
    display: block !important;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease;
}

.sconto-custom {
    display: flex !important;
    margin: 30px 30px;
}
.iva-custom {
    display: flex !important;
    margin: 30px 30px;
}
.iva-custom input[type="number"],.sconto-custom input[type="number"] {
    width: 240px;
    margin-left: 20px;
}
.aggiungi-prodotto-custom:hover {
    background: black;
    color: white;
}
div#layer-prodotto-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 100000000000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.inner-layer-prodotto-custom {
    background: white;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 380px;
}

textarea {
    display: block;
    outline: 0;
    border: 1px solid #818181;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    background: none !important;
    box-shadow: none !important;
    line-height: 14pt;
    font-size: 11pt;
    padding-bottom: 2px;
    resize: none;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 120px;
}

.salva-prodotto-custom {
    font-size: 11pt;
    text-transform: uppercase;
    border: 1px solid black;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.t-p-c {
    margin-bottom: 30px;
}

div#layer-prodotto-custom.show {
    opacity: 1;
    pointer-events: all;
}
.close-prodotto-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close-prodotto-custom img {
    width: 30px;
}