.postage-border {
    border: 1px solid rgba(0, 0, 0, .2);
}

.payment-pp-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border-top: 1px solid #cccccc; */
}

.payment-pp-hint p {
    text-align: center;
    line-height: 24px;
    /* margin: 0 10px 15px; */
    margin: 0 10px 2.5rem
}

.payment-pp-hint img {
    /* width: 70px;
            height: 40px;
            margin: 2.5rem 0 10px; */

    width: 163px;
    height: 81px;
    margin: 2.5rem 0 1.1428571429em;
}

.payment-method-select {
    padding: 0 10px;
    height: 46px;
}

.payment-method-select-grid .payment-method-select-logo {
    border: none;
}

.payment-method-select-grid {
    border: 1px solid rgba(0, 0, 0, .2);
    /* border-radius: 4px; */
}

.example.example3 .fieldset {
    margin: 15px 20px;
}

.radio-cc {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-radius: inherit;
    border-radius: initial;
}

.radio-pp {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-radius: initial;
}

.radio-pp.active {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-radius: initial;
}

@media screen and (min-width: 1023px) {
    .payment-pp-hint {
        padding: 0 4rem;
    }
}

@media screen and (max-width: 767.98px) {
    .payment-pp-hint p {
        margin: 0 30px 2.5rem;
    }

    .payment-pp-hint img {
        width: 102px;
        height: 52px;
    }
}

.order-form .agree-lable {
    font-weight: 500 !important;
}

#text_font {
    font-size: 25px;
    font-weight: 900 !important;
    font-style: italic;

}

@media screen and (max-width:768px) {
    #text_font {
        font-size: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    #text_font {
        font-size: 20px;
    }
}

#mask {
    width: 100vw;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, .3); */
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 599;
}

#modal {
    width: 75vw;
    height: 80vh;
    position: fixed;
    top: 10vh;
    background-color: #fff;
    padding: 16px 18px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    display: none;
}

#modal .closeBox {
    display: flex;
    justify-content: flex-end;
}

#modal .closeBox svg {
    cursor: pointer;
}

.worldpay-iframe {
    height: 490px;
}

@media screen and (max-width: 1400px) and (min-width: 560px) {
    .worldpay-iframe {
        height: 820px;
    }
}

@media screen and (max-width: 560px) {
    .worldpay-iframe {
        height: 580px;
    }
}

.iframe-loading {
    position: relative;
    height: 500px;
}

.iframe-loading::before {
    background: url(../images/spinner-1s-200px.svg) 50% no-repeat #fff;
    background-size: 80px;
    border-radius: 6px;
    bottom: 1px;
    content: " ";
    left: 1px;
    opacity: .8;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 101;
}