
                    .hideButton {
                        background: none;
                        border: none;
                        display: block;
                        width: 100%;
                        text-align: center;
                        text-decoration: underline;
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 21px;
                        color: #04A3FC;
                    }

                    #HideInfoAbhol {
                        display: block;
                    }

                    .AvaliableAdress {
                        list-style-type: none;
                        padding: 0;
                    }

                    #abholServiceAdress {
                        display: none;
                    }

                    .detail {
                        display: none;
                    }

                    #plz-popup {
                        position: fixed;
                        float: right;
                        right: 0;
                        top: 160px;
                        width: 300px;
                        z-index: 10000;
                        padding: 5px;
                        border-radius: 10px 0 0 10px;
                        background-color: #04A3FC;
                        color: white;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;
                        font-weight: 600;
                    }

                    .backgroundPlz {
                        background: rgba(43, 43, 43, 0.7);
                        position: fixed;
                        display: flex;
                        float: right;
                        width: 100%;
                        top: 0;
                        height: 100vh;
                        z-index: 9999;
                    }

                    .plz-modal {
                        position: fixed;
                        float: right;
                        right: 0;
                        top: 0;
                        height: 100vh;
                        /* transform: translate(-50%, -50%); */
                        /* width: 400px; */
                        z-index: 10000;
                        background-color: white;
                        display: block;
                        max-width: 400px;
                        min-width: 350px;
                        overflow-y: scroll;
                    }

                    .adressCheck {
                        padding: 25px 0 25px 10px;
                        cursor: pointer;
                        border-radius: 10px;
                        font-weight: 600;
                    }

                    input[type="radio"] {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border-radius: 0;
                        outline: none;
                        width: 20px;
                        height: 20px;

                    }

                    #input-plz-abhol-back-button {
                        color: white;
                        border: none;
                        border-radius: 10px;
                        font-weight: 600;
                        padding: 0 10px 0 10px;
                        height: 32px;
                        float: right;
                        background-color: #04A3FC;
                    }

                    .plz-modal .plz-header {
                       / display: flex;
                        width: 100%;
                        height: 50px;
                        align-items: center;
                        background-color: #F8BF00;
                        color: white;
                        padding: 10px;
                        justify-content: space-around;
                    }

                    .express-content-txt {
                        font-family: 'Ubuntu', sans-serif;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 18px;
                        color: #2B2B2B;
                    }

                    .express-check-form {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                    }

                    .plz-eingeben-txt {
                        font-family: 'Ubuntu', sans-serif;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 15px;
                        line-height: 17px;
                        color: #525252;
                    }

                    .plz-modal .plz-header #close-popup-plz {
                        cursor: pointer;
                        width: 30px;
                        height: 30px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 50%;
                    }

                    .plz-modal .plz-header #plz-back-button {
                        display: none;
                        cursor: pointer;
                        justify-content: center;
                        width: 30px;
                        height: 30px;
                        align-items: center;
                        border-radius: 50%;

                    }

                    .plz-modal .plz-header .sub-title {
                        font-size: 20px;
                        display: flex;
                        justify-content: center;
                        flex-grow: 1;


                    }

                    .show-plz-code {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }

                    .show-plz-code-inside {
                        align-items: center;
                        display: flex;
                    }

                    .plz-modal .plz-header .sub-title #zipInTitle {
                        display: none;

                    }

                    .plz-modal .plz-main {
                        padding: 20px;
                    }

                    .plz-modal .plz-main .methodPickUp, .plz-modal .plz-main .methodDelivery {
                        display: flex;
                        align-items: center;
                        padding: 10px;
                        cursor: pointer;
                    }


                    .plz-modal .plz-main .methodPickUp .method-icon, .plz-modal .plz-main .methodDelivery .method-icon {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 12px;
                        height: 55px;
                        width: 55px;
                        border-radius: 50%;
                        background-color: #F8BF00;
                    }

                    .plz-modal .plz-main .methodPickUp .method-text, .plz-modal .plz-main .methodDelivery .method-text {
                        display: flex;
                        flex-direction: column;
                        margin: 0;
                        /*margin-left: 10px !important;*/
                        text-align: left;

                    }

                    .method-text-title {
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 21px;
                        color: #525252;

                    }

                    .method-text-content {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 18px;
                        color: #2B2B2B;
                    }

                    .plz-modal .plz-main .check-main {
                        display: none;
                        flex-direction: column;
                    }

                    .plz-modal .plz-main .check-main .input-plz {
                        width: 311px;
                        text-align: center;
                        border-radius: 5px;
                        padding: 0 16px;
                        background-color: #F3F3F3;
                        height: 95px;
                        font-size: 40px;
                        letter-spacing: 41px;
                        border: none;
                        /*border: 2.5px solid #D70C0C;*/
                    }

                    .arrow {
                        border: solid black;
                        border-width: 0 3px 3px 0;
                        padding: 3px;
                    }

                    .down {
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                    }

                    .plz-modal .plz-main .check-main .input-plz::placeholder {
                        color: #C9CAD8;
                        opacity: 1;
                    }

                    .plz-modal .plz-main .check-main .plz-check-button {
                        height: 48px;
                        padding: 0 50px;
                        width: 208px;
                        border: none;
                        background-color: #525252;
                        color: white;
                        font-weight: 500;
                        border-radius: 5px;
                        font-family: 'Ubuntu', sans-serif;
                        font-size: 16px;
                        line-height: 20.68px;
                    }

                    .result-plz {
                        font-family: 'Ubuntu', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 21.02px;;
                        display: flex;
                        align-items: center;
                        text-align: center;
                        border-radius: 5px;
                        color: #D70C0C;
                    }

                    .abhol-markte-title {
                        font-weight: 500;
                        font-size: 23px;
                        line-height: 29.87px;

                    }



                    .plz-save-button-abhol {
                        height: 48px;
                        padding: 0 50px;
                        width: 208px;
                        border: none;
                        background-color: #525252;
                        color: white;
                        font-weight: 500;
                        border-radius: 5px;
                        font-family: 'Ubuntu', sans-serif;
                        font-size: 16px;
                        line-height: 20.68px;
                    }

                    .abhol-markte-item {
                        min-height: 114px;
                        margin-bottom: 1rem;
                        background: #F3F3F3;
                        color: #2B2B2B;
                        font-size: 16px;
                        line-height: 21.02px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                    .abhol-markte {
                        justify-content: center;

                    }

                    .plz-detail {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 18px;
                        color: #2B2B2B;
                    }


                    /*#header-top-bar .nav-link, .nav-item {*/
                    /*    display: flex;*/
                    /*    align-items: center !important;*/
                    /*}*/


                    @media (max-width: 991.98px) {
                        header .nav-mobile-header > .row {
                            height: 100%;
                        }
                    }

                    @media (max-width: 991.98px) {
                        header .nav-mobile-header {
                            padding-right: 0rem;
                        }
                    }

                    .col.nav-mobile-header-toggler {
                        width: 27px;
                        padding: 0;
                        display: flex;
                        align-items: center;
                    }


                    .nav-mobile-header-row {
                        display: flex;
                        flex-direction: row-reverse;
                        margin-left: 9px;
                    }


                    .plz_mobile_icon {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 9px;
                        height: 43px;
                        width: 43px;
                        border-radius: 50%;
                        background-color: #04A3FC;
                    }


                    div#abhol_adresse_div {
                        color: white;
                    }
