.calendar-container {
    width: 100% !important;
    max-width: 1300px !important;
    margin: 50px 0 0 !important;
}

#calendar {
    display: inline-block;
    width: 100%;
}

.select2-search--dropdown .select2-search__field {
    padding-left: 20px !important;
}

.product-box {
    display: grid;
    grid-template-columns: 65% 35%;
    max-width: 1300px !important;
}

.product-form {
    max-width: 100% !important;
    margin-right: 30px;
}

.product-form hr {
    border-style: solid;
    border-color: #efefef;
    margin: 30px 0;
}

.product-form .select2-container .select2-selection--single {
    height: 60px;
    width: 100%;
}

.product-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
    top: 100%;
}

.product-form label {
    display: block;
    margin-bottom: 0.7rem;
}

.product-select {
    outline: none;
    border: 1px solid #dfdfdf;
    background: transparent;
    border-radius: 0;
    padding: 0.9rem 1.1rem;
    width: 100%;
    font-size: 16px;
}

.product-form input[type=text], .product-form input[type=number],
.product-form input[type=tel], .product-form input[type=email] {
    outline: none;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    padding: 0.9rem 1.1rem;
    width: calc(100% - 2.2rem);
    font-size: 16px;
    margin-bottom: 20px;
}

.product-form button {
    cursor: pointer;
    border: none;
    outline: none;
    background: #0e76bc;
    color: white;
    font-size: 18px;
    padding: 15px 40px;
    transition: opacity 0.25s;
}

.product-form button:hover {
    opacity: 0.8;
    transition: opacity 0.25s;
}

.product-price  {
    position: fixed;
    padding: 30px;
    color: #0a5d96;
    background: #f1f1f1;
    width: calc(35% - calc(2 * 61.95px));
    max-width: 500px;
}

.product-price hr {
    margin: 20px 0;
}

.product-price h4 {
    margin: 0 0 40px;
    font-size: 25px;
    font-weight: 400;
    font-family: var(--wp--preset--font-family--system-font);
}

.product-price span, .product-price i {
    font-weight: 400;
    font-size: 17px;
    font-style: normal;
    font-family: var(--wp--preset--font-family--system-font);
}

.product-price i {
    text-align: right;
}

.product-row {
    display: grid;
    grid-template-columns: auto 90px;
}
.price-header span {
    font-weight: bold;
}


.product-price ul {
    margin: 0 !important;
    padding-left: 30px;
}

.product-price li::before  {
    position: absolute;
    content: '✔';
    margin-left: -25px;
}

.product-price .tiny-desc {
    font-size: 13px;
}

.input-row {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    column-gap: 20px;
    margin-bottom: 40px;
}

.radio-box {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #dfdfdf;
    font-size: 16px;
    transition: background 0.25s;
    margin-bottom: 10px;
}

.radio-box.checked {
    background: #f6f6f6;
    transition: background 0.25s;
}

.radio-box input {
    margin: 1.1rem;
}

.radio-box p {
    margin: 0;
    margin-right: 1.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vehicle-types {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
    margin-bottom: 40px;
}

.vehicle {
    cursor: pointer;
    display: flex;
    border: 1px solid #0e76bc;
    color: #0e76bc;
    border-radius: 8px;
    height: 190px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.25s;
}

.vehicle span {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vehicle img {
    width: 80px;
    filter: invert(36%) sepia(95%) saturate(769%) hue-rotate(169deg) brightness(88%) contrast(94%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vehicle.checked {
    background: #0e76bc;
    color: #efefef;
    transition: 0.25s;
}

.vehicle.checked img {
    filter: invert(100%) sepia(0%) saturate(1683%) hue-rotate(2deg) brightness(111%) contrast(87%);
}

#access-header {
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 40px;
    column-gap: 10px;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #dfdfdf;
}

#access-header span {
    margin-left: 20px;
}

#access-header img {
    width: 30px;
    margin-right: 10px;
    transition: 0.5s;
}

.rotate-180 img {
    transform: rotate(180deg);
    transition: 0.5s;
}

#accessories {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

.accessories {
    text-align: center;
    background: white;
    border: 1px solid #0e76bc;
    border-radius: 4px;
    color: #0e76bc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}

.accessories img {
    margin-top: 10px;
    height: 70px;
    width: auto;
}
.accessories span {
    display: block;
    height: 70px;
    margin: 0 5px;
    overflow: hidden;
}

.accessories .price {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #0e76bc;
    color: white;
    padding: 5px;
}

.accessories i {
    font-style: normal;
}

.accessories .price img {
    display: none;
    margin: 0;
    height: 100%;
    filter: invert(100%) sepia(0%) saturate(1683%) hue-rotate(2deg) brightness(111%) contrast(87%);
}

.accessories .price.added i {
    display: none;
}

.accessories .price.added img {
    display: block;
}

.kennzeichen-input {
    position: relative;
    display: grid;
    grid-template-columns: 25% 30% 45%;
    height: 60px;
    max-width: 350px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-left: 30px;
    background-position: -390px -60px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.kennzeichen-input input {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
    height: 58px;
    width: 100% !important;
    font-size: 22px !important;
    background: #d9d9d9 !important;
    border: none !important;
}

.kennzeichen-input .k-numbers {
    border-left: none !important;
    border-radius: 0 6px 6px 0 !important;
}

.kennzeichen-input span {
    font-size: 22px;
    line-height: 58px;
    height: 58px;
    width: 100%;
    background: #d9d9d9;
}

.kennzeichen-input i {
    position: absolute;
    font-size: 22px;
    font-style: normal;
    right: 47px;
}

#reserve-now {
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    background: #0e76bc;
    color: white;
    font-size: 16px;
    max-width: 150px;
}

#wish_plate p {
    color: #5c5c5c;
}

.pin {
    height: 27px;
    max-width: 350px;
}

.sepa-row {
    display: grid;
    grid-template-columns: 200px auto;
}

.sepa-form {
    margin-bottom: 30px;
}

.sepa-form input {
    margin-right: 8px;
}

.sepa-form input:last-child {
    margin-left: 20px;
}

@media only screen and (max-width: 1050px) {
    .product-box {
        grid-template-columns: auto;
    }
    .product-price {
        position: inherit;
        width: auto;
        max-width: none;
    }
    .input-row {
        grid-template-columns: auto;
    }
    #kennzeichen {
        margin-top: 20px;
    }
    .vehicle-types {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
    .vehicle, .product-form {
        margin-bottom: 20px;
    }
    #accessories {
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 450px) {
    .kennzeichen-input i {
        right: 11%;
    }
    .vehicle {
        height: 130px;
    }
}
