.zip_select_wrapper {
    width: 100%;
    max-height: 600px;
    height: 100%;
    position: absolute;
    z-index: 99;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .3s;
    background-color: #ffffff;
    padding: 50px 0px;
    border-top: 1px solid #cccccc;
    margin-top: -40px;
    gap: 25px;
}
.zip_select_wrapper.auf_startseite {
    background-color: transparent;
    border-top: none;
}
.zip_select_wrapper .bi-x {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 60px;
}
.zip_select_wrapper.auf_startseite .bi-x {
    display: none;
}
.zip_select,
.merch_store {
    height: auto;
    padding: 15px;
    border: 1px solid #cccccc;
    background-color: #FFFFFF;
}
.zip_select {
    display: none;
}
.zip_select .delivery_type {
    margin-bottom: 15px;
}
.zip_select .delivery_type div {
    display: flex;
}
.zip_select .delivery_type label {
    flex: 1;
    text-align: center;
    border: 3px solid #cccccc;
    font-weight: 500;
    font-size: 32px;
    padding: 6px 20px;
}
.zip_select .delivery_type input[type="radio"]:checked + label {
    font-weight: 500;
    border: 3px solid #73C8E6;
}
.zip_select .delivery_type .btn_check {
    display: none;
}
.zip_select .delivery_type label {
    margin-bottom: 0;
}
.zip_select .zip_input {
    margin-bottom: 15px;
}
.zip_select .zip_input input {
    font-size: 32px;
}
.zip_select .error {
    display: none;
}
.zip_select .pickup_store {
    display: none;
    margin-bottom: 15px;
}
.zip_select .zip_submit button {
    width: 100%;
}
.merch_store p {
    margin-bottom: 15px;
}
