/* x1 */
/* 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;
    text-align: center;
}

.x1f1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.x1d1 {
    padding: 7px 10px 7px 5px;
    align-items: center;
}

.x1d2 {
    flex-direction: row;
    width: 33%;
    /* justify-content:space-between; */
    align-items: center;
    padding: 5px 2px;
}

.x1d1,
.x1d2 {
    background: var(--gradient-var1);
    border-radius: 10px;
    display: flex;
    border: 2px solid #fff;
    box-shadow: 0px 0px 4px 1px #0005;
    position: relative;
}

.x1d3 {
    background: transparent;
    padding: 0;
    gap: 10px;
    align-items: normal;
    border: none;
    box-shadow: none;
}

.x1d4 {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.x1d4>input {
    width: 35px;
    text-align: center;
    font-family: var(--font01);
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.x1i1 {
    width: fit-content;
    height: 20px;
    filter: var(--filter-var2);
}

.x1in1 {
    font-size: 16px;
    font-family: var(--font01);
    padding: 5px;
    border: 0;
    width: 100%;
    color: #000;
    background: transparent;
}

#x1in2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    width: 100%;
}

.x1in1:focus {
    outline: none;
}

.x1lb1,
.x1s1 {
    text-align: left;
}

.x1lb1 {
    display: block;
    color: #222;
    font-size: 16px;
    margin-bottom: 2px;
    font-family: var(--font01);
    padding: 0 15px;
}

.x1s1 {
    color: #222;
    font-family: var(--font01);
    font-size: 12px;
    font-weight: normal;
    display: block;
}

/* .x1td1{width:30px; display:flex; align-items:center; justify-content:center;} */
.x1i3 {
    height: 20px;
    filter: opacity(0.5)
}

.x1s2 {
    border-right: 1px solid #818181;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-right: 5px;
}

.x1bt1,
.x1bt2 {
    border: 0;
}


.x1bt1::before,
.x1bt2::after {
    content: "-";
    display: inline-flex;
    width: 18px;
    height: 18px;
    font-size: 22px;
    border: 1px solid #d1860f;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    color: #d1860f;
}

.x1bt2::after {
    content: "+";
}

#x1bt3 {
    background: var(--color1);
    color: #fff;
    font-family: var(--font01);
    font-size: 20px;
}

.x1d5 {
    display: flex;
    gap: 30px;
}

.x1td1 {
    padding: 7px !important;
}

#x1bt3 {
    border-radius: 10px;
    padding: 8px 20px 3px;
    border: 3px solid var(--color1);
    box-shadow: 0px 0px 15px 1px #0005;
    width: 50%;
    font-family: var(--font01);
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

#x1d6 {
    width: 100%;
    font-family: var(--font01);
    font-size: 17px;
    font-weight: bold
}

#x1s4 {
    display: block;
    text-align: center;
    font-family: var(--font01);
    color: #111;
    font-size: 11px;
    font-weight: normal;
    word-spacing: 2px;
    letter-spacing: 1px;
}

/*  .x1u1 {
        position: absolute;
        overflow: auto;
        max-height: 250px;
        height: fit-content;
        width: 100%;
        top: 45px;
        left: 0;
        background:#383530;
        z-index: 100;
        border: 2px solid #ccc;
        border-radius: 5px;
        border-top: 0;
        display: none;
    } */

/* .x1l1 {
        border-bottom: 1px solid #ccc;
        padding: 7px 20px;
        font-size: 16px;
        display: flex;
        color: #fff;x1fs1
        color: #111;
        background: var(--color1);
    } */

/*    .x1s5 {
        padding: 7px 20px;
        display: block;
        background: #222;
        color: #786f6f;
    } */

.x1s8::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--color9);
    display: block;
    margin-left: 5px;
}

.x1s8 {
    padding: 5px;
}

.x1fs1 {
    border: 0;
    margin-bottom: 40px;
    display: grid;
    grid-gap: 40px 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#x1p1 {
    font-size: 12px;
    color: #c96e20;
}

#x1p4 {
    padding: 10px 20px;
    margin: 20px 0;
    background: #e7e7e7;
    color: #222;
    font-size: 15px;
}

.x1lg1 {
    grid-column: 1 / span 3;
}

.x1lg1,
.x1h1 {
    width: 100%;
    display: block;
    font-size: 35px;
    font-family: var(--font01);
    color: var(--color-var2);
    padding: 10px 0;
    margin: 10px 0 30px;
    font-weight: normal;
}

.x1h1 {
    margin: 0;
}

.x1lb2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-var1);
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--font01);
    padding: 0;
}

#x1d17 {
    display: flex;
}

.x1d18 {
    margin-right: 15px;
    padding: 10px;
}

.x1d18>input {
    scale: 1.35;
}

.x1d19,
.x1d20,
.x1d34,
.x1d35 {
    margin-bottom: 10px
}

#x1d13 {
    grid-column: 1 / span 3;
}

#x1d14 {
    grid-column: 1 / span 3;
}

.x1d19,
.x1d34 {
    grid-column: 1 / span 6;
}

#x1d16 {
    grid-column: 1 / span 6;
}

.x1d20,
.x1d35 {
    grid-column: 7 / span 6;
}

#x1d24 {
    grid-column: 1 / span 2;
}

#x1d25 {
    grid-column: 3 / span 2;
}

#x1d26 {
    grid-column: 5 / span 2;
}

#x1d27 {
    grid-column: 7 / span 3;
}

#x1d28 {
    grid-column: 10 / span 3;
}

#x1d29 {
    grid-column: 1 / span 3;
}

#x1d30 {
    grid-column: 1 / span 3;
}

#x1d31 {
    grid-column: 4 / span 3;
}

#x1d32 {
    grid-column: 7 / span 3;
}

#x1d33 {
    grid-column: 10 / span 3;
}

#x1d21 {
    align-items: end;
    margin-bottom: 30px;
}

#x1d22 {
    grid-column: 2 / span 2;
}

.x1d23 {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-bottom: 15px;
}

.x1d23>div {
    width: 50%;
}

#x1p2 {
    font-size: 16px;
    color: var(--color-var2);
}

#x1p3 {
    display: none;
    color: var(--color-var2);
}

.x1e2 {
    align-items: flex-start;
}

.x1e3 {
    justify-content: space-between;
}

.x1e1 {
    padding: 10px 50px;
    border-radius: 10px;
    margin: 0;
    font-weight: bold;
    font-family: var(--font01);
    font-size: 20px;
    text-transform: uppercase;
    align-self: baseline;
}

.x1e4 {
    display: none;
    margin-top: 10px;
}

/* summary */
.x1u3 {
    list-style: none;
    margin-bottom: 5px;
}

.x1u3>li {
    display: flex;
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

/* .x1u3 > li:nth-child(2n-1){ background:$tr_color2;} */
.x1b1,
.x1s7 {
    font: normal 16px var(--font01);
    padding: 5px;
}

.x1b1 {
    color: #222222;
    width: 30%;
    padding: 5px;
}

.x1s7 {
    color: #222;
}

.x1hh1 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #6e6c6c !important;
    padding: 10px !important;
    text-indent: 0 !important;
    background: none !important;
}

.x1e5 {
    display: none !important;
}

#x1i2 {
    border-radius: 5px;
}

#x1p5 {
    font-size: 16px;
    color: var(--color-var2);
}

#x1d8 {
    padding: 0px;
}

.x1lb3 {
    width: 50%;
    font-family: var(--font01);
    font-size: 16px;
    color: #222;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

[data-z-vehicle]:checked+label {
    background: var(--gradient3);
}

[data-z-type]:checked+label {
    background: var(--gradient3);
}

.x1in3 {
    visibility: hidden;
    position: absolute;
    left: -50px;
}


@media screen and (max-width:1100px) {
    #x1d24 {
        grid-column: 1 / span 4;
    }

    #x1d25 {
        grid-column: 5 / span 4;
    }

    #x1d26 {
        grid-column: 9 / span 4;
    }

    #x1d27 {
        grid-column: 1 / span 6;
    }

    #x1d28 {
        grid-column: 7 / span 6;
    }
}

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

    #x1d13 {
        grid-column: 1 / span 6;
    }

    #x1d14 {
        grid-column: 7 / span 6;
    }

    #x1d29 {
        grid-column: 1 / span 6;
    }
}

@media screen and (max-width:665px) {
    .x1fs1 {
        min-width: auto;
    }

    .x1d5 {
        gap: 25px;
        flex-wrap: wrap;
    }

    .x1d2 {
        width: 47%;
        justify-content: space-between;
    }

    #x1d24 {
        grid-column: 1 / span 6;
    }

    #x1d25 {
        grid-column: 7 / span 6;
    }

    #x1d26 {
        grid-column: 4 / span 6;
    }

    .x1d34 {
        grid-column: 1 / span 6;
    }

    .x1d35 {
        grid-column: 1 / span 6;
    }

    /* .x1e3 {
            justify-content: center;
        } */
}

@media screen and (max-width:478px) {
    .x1d2 {
        width: 100%;
    }

    .x1e1 {
        padding: 10px 38px;
    }

    #d12 {
        text-align: center;
    }

    #x1d13 {
        grid-column: 1 / span 12;
    }

    #x1d14 {
        grid-column: 1 / span 12;
    }

    .x1e3 {
        flex-direction: column;
    }

    #x1d6 {
        margin-bottom: 10px;
    }

    .x1d19 {
        grid-column: 1 / span 12;
    }

    .x1d20 {
        grid-column: 1 / span 12;
    }

    #x1d29 {
        grid-column: 1 / span 12;
    }

    .x1d34 {
        grid-column: 1 / span 12;
    }

    .x1d35 {
        grid-column: 1 / span 12;
    }

}

@media screen and (max-width:350px) {
    #x1d13 {
        grid-column: 1 / span 11;
    }

    #x1d14 {
        grid-column: 1 / span 11;
    }

    .x1d19 {
        grid-column: 1 / span 11;
    }

    .x1d20 {
        grid-column: 1 / span 11;
    }

    #x1d24 {
        grid-column: 1 / span 11;
    }

    #x1d25 {
        grid-column: 1 / span 11;
    }

    #x1d26 {
        grid-column: 1 / span 11;
    }

    #x1d27 {
        grid-column: 1 / span 11;
    }

    #x1d28 {
        grid-column: 1 / span 11;
    }

    #x1d29 {
        grid-column: 1 / span 11;
    }

    .x1d34 {
        grid-column: 1 / span 11;
    }

    .x1d35 {
        grid-column: 1 / span 11;
    }
}