.openstore-payme-title {
    color: var(--main-color);
    font-weight: bold;
    font-size: 20px;
}

.openstore-payme-left-column {
    display: inline-block;
}

.openstore-payme-right-column {
    display: inline-block;
}

@media only all and (min-width: 1010px) {
    .openstore-payme-left-column {
        display: inline-block;
        width: 60%;
        vertical-align: top;
    }
    .openstore-payme-right-column {
        border-left: 2px solid var(--main-color);
        padding-left: 25px;
        padding-bottom: 10px;
    }
}

.openstore-paycode-row{
    background-color: #AE8B66;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.openstore-paycode-row .scan-to-pay{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 50.63px;
    text-align: center;
}

.openstore-paycode-box {
    border-radius: 20px;
    width: 400px;
    text-align: center;
    margin: 0 auto;
}

.openstore-paycode-box-row {
    padding-bottom: 25px;
}

.openstore-paylink {
    border: 1px solid var(--main-color);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    font-weight: bold;
    color: var(--main-color);
    font-size: 12px;
}

.openstore-paycode-download-remark {
    text-align: center;
    font-size: 12px;
}

.openstore-download-icon {
    width: 12px;
    height: 12px;
}

.openstore-paycode-download {
    color: var(--main-color);
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.openstore-download-icon {
    padding: 5px;
    background: var(--main-color);
    border-radius: 30px;
    margin-right: 3px;
}

.openstore-download-icon svg {
    height: 15px;
    width: 15px;
    fill: white;
    vertical-align: sub;
}