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

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

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

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

.store-paycode-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.01), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 400px;
    text-align: center;
    margin: 0 auto 15px;
}

.store-paycode-box-row {
    padding-bottom: 20px;
}

.store-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;
}

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

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

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

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

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