

/* Start:/delivery/style.css?17416825518062*/
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: initial;
}

.empty_cart {
    border-radius: 10px;
    width: 100%;
    background-color: #eff9ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 26px;
}

.empty_cart_text {
    display: block;
}

.empty_cart_button_entrance {
    background: #124790;
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 26px;
    transition: background-color 0.1s;
    text-decoration: none;
    text-align: center;
}

.empty_cart_button_home {
    background: #fff;
    color: #124790 !important;
    border-radius: 30px;
    padding: 12px 26px;
    border: 1px #124790 solid;
    transition: background-color 0.1s;
    text-decoration: none;
    text-align: center;
}


.rise-item>h2 {
    margin: 30px 0px 30px 0px;
    font-size: 25px;
    font-weight: 400;
}

.rise-item {
    background-color: #eff9ff;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

#calc-result-rise {
    height: 24px;
    font-weight: 600;
    margin-top: 8px;
}

#calc-result-deivery {
    margin-top: 8px;
    font-weight: 600;
}

.price-resulte {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 22px 0px
}

.price-resulte>p {
    font-size: 18px;
    font-weight: bold;
}

.price-resulte {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 22px 0px
}

#calc-result-all {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    margin-top: 8px;
}

@media (max-width: 768px) {

    .empty_cart {
        display: flex;
        flex-direction: column;
    }

    .empty_cart_buttons {
        display: flex;
        flex-direction: column;
    }

    .empty_cart_button_entrance {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .delivery-new-calc {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
        margin-top: 8px;
    }


    #calc-form>div {
        display: flex;
        justify-content: space-between;
    }

    #calculate-button {
        background-color: #083571;
        color: white;
        border: none;
        padding: 12px 56px;
        border-radius: 30px;
        cursor: pointer;
    }

    .lift-input {
        display: flex;
        flex-direction: column;
        margin: 15px 0px 15px 0px;

    }

    .floor {
        display: block;
        margin-bottom: 15px;
    }

    .floor>select {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        height: 35px;
        width: 35px;
        text-align: center;
        background-color: white;
    }

    .lift-check {
        display: flex;
        align-items: center;
    }

    .lift-check>input {
        height: 25px;
        width: 25px;
        min-width: 25px;
        align-items: center;
        margin: 0px 10px 0px 0px !important;
    }

    .no-cars {
        display: flex;
        align-items: center;
    }

    .no-cars>input {
        height: 25px;
        width: 25px;
        min-width: 25px;
        align-items: center;
        margin: 0px 10px 0px 0px !important;
    }

    .info-delivery-basket {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .info-delivery-basket>div {
        width: 100%;
        padding: 32px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        height: 6rem;
        margin-bottom: 18px;
    }

    .info-delivery-basket>div>div {
        height: 22px;
        padding-right: 12px;
    }

    .lift-cost,
    .delivery-cost {
        width: 50%;
        margin: 18px 0px 18px 0px;
    }

    .lift-cost {
        text-align: left;
    }

    .delivery-cost {
        text-align: center;
    }

    .delivery-cost>div {
        margin-bottom: 15px;
    }

    .calc-pic {
        background-image: url(/delivery/delivery.webp);
        height: auto;
        min-height: 429px;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    h2 {
        margin-bottom: 18px;
    }

    #calc-result {
        font-size: 18px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .delivery-new-calc {
        display: flex;
        flex-direction: column;
    }

    .rise-item {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }

    .calc-pic {
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        background-position-x: right;
    }
}

@media (min-width: 769px) {
    .empty_cart_text {
        padding-right: 12px;
    }

    .empty_cart {
        display: flex;
        justify-content: space-between;
    }

    .empty_cart_buttons {
        display: flex;
        flex-direction: row;
    }

    .empty_cart_button_entrance {
        margin-right: 16px;
    }

    .delivery-new-calc {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #calc-form>div {
        display: flex;
        justify-content: flex-start;
    }

    #calculate-button {
        background-color: #083571;
        color: white;
        border: none;
        padding: 12px 56px;
        border-radius: 30px;
        cursor: pointer;
    }

    .lift-input {
        display: flex;
        flex-direction: row;
        margin: 15px 0px 15px 0px;

    }

    .lift-input>label {
        margin-right: 14px;
    }

    .floor {
        display: block;
    }

    .floor>select {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        height: 35px;
        width: 35px;
        text-align: center;
    }

    .lift-check {
        display: flex;
        align-items: center;
    }

    .lift-check>input {
        margin-right: 5px;
        height: 20px;
        width: 20px;
        align-items: center;
        margin: 0px 10px 0px 3px !important;
    }

    .no-cars {
        display: flex;
        align-items: center;
    }

    .no-cars>input {
        height: 20px;
        width: 20px;
        align-items: center;
        margin: 0px 10px 0px 0px !important;
    }

    .info-delivery-basket {
        display: flex;
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        height: 6rem;
    }

    .info-delivery-basket>div {
        width: 50%;
        padding: 32px;
        display: flex;
        flex-direction: row;
        height: 6rem;
    }

    .info-delivery-basket>div>div {
        height: 22px;
        padding-right: 12px;
    }

    .lift-cost,
    .delivery-cost {
        width: 50%;
        margin: 22px 0px 16px 0px;
        text-align: left;
    }

    .calc-pic {
        background-image: url(/delivery/delivery.webp);
        height: auto;
        min-height: 429px;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    h2 {
        margin-bottom: 18px;
    }

    #calc-result {
        font-size: 18px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .delivery-new-calc {
        display: flex;
        flex-direction: row;
    }

    .rise-item {
        width: 50%;
        border-radius: 10px 0px 0px 10px;
    }

    .calc-pic {
        width: 50%;
        border-radius: 0px 10px 10px 0px;
        background-position-x: left;
    }
}
/* End */
/* /delivery/style.css?17416825518062 */
