#newsletter, #prefooter, #footer, .tasti-header {
    display: none;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.space-box {
    padding: 0 55px 0 15px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

#app {
    min-height: -webkit-fill-available;
}

header {
    padding-top: 25px 0;
    color: white;
    background: #0c2b3c;
}

.ccm-page-id-1074 #ap {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#ap .path {
    background: #041821;
}

#ap .path>div {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

#ap .path>div>div {
    border-left: solid 1px #4bbded;
    padding: 4px 0;
    opacity: 0;
    transition: all .25s ease;
    width: 0;
    height: 15px;
    white-space: nowrap;
}

#ap .path>div>div:first-child {
    border: none;
}

#ap .path>div>div.active {
    opacity: 1;
    width: auto;
    padding: 4px 8px;
    color: white;
}

.steps {
    position: relative;
    flex: 1;
}

#date-check-errors {
    padding: 15px;
}

#date-check-errors .error-active {
    margin: 15px 0;
    background: #fee;
    border: solid 1px #fbb;
    border-radius: 15px;
    padding: 15px;
}

#date-check-errors .error-cart {
    margin: 15px 0;
    background: rgb(255, 248, 238);
    border: solid 1px rgb(255, 231, 187);
    border-radius: 15px;
    padding: 15px;
}

#date-check-errors .title {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 5px;
}

#step-durata p {
    margin: 15px 0;
}

#step-durata input {
    padding: 12px 10px;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    background: #51BEEB;
    color: white;
    border: none;
}

.steps button {
    position: relative;
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    text-align: center;
    background: white;
    color: #0c2b3c;
    border: solid #CEDADD 1px;
    border-radius: 25px;
    transition: all .15s ease;
}

.steps button.active {
    background: #0C2B3C;
    color: #fff;
    border-color: #041821;
}

.steps button:hover {
    background: #4bbded;
    color: #fff;
    border-color: #4bbded;
}

.steps button span {
    margin: 0 4px;
    width: 26px;
    opacity: .8;
}

footer {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    background: white;
}

footer .background {
    background: #4bbded;
    color: white;
    padding: 10px 0;
}

footer .price {
    font-weight: normal;
    font-size: 20px;
    margin: 0;
}

footer .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
}

footer .nav button {
    background: #e8edef;
    color: #0c2b3c;
    border-radius: 25px;
    border: none;
    width: 32px;
    height: 32px;
    font-size: 17pt;
    text-align: center;
}

footer .nav button[disabled],
footer .pay[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

footer .current {
    color: #0c2b3c;
    font-weight: bold;
}

footer .buttons {
    display: none;
    padding-top: 10px;
}

footer .buttons>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px;
}

footer .buttons button {
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    min-width: 180px;
}

footer .pay {
    background: white;
    color: #0c2b3c;
}

footer .cart-add {
    background: #0c2b3c;
    color: white;
}