.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip {
    position: relative;
    display: inline-block;
    color: #00f;
    text-decoration: underline;
}

.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip img.payment-fps-tooltip-img {
    display: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.woocommerce-checkout #payment ul.payment_methods li .payment-fps-tooltip:hover .payment-fps-tooltip-img {
    display: block;
}

.openstore-fps-left-column p,
.openstore-fps-right-column p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px
}

.openstore-fps-left-column .openstore-fps-title {
    font-size: 24px;
    font-weight: bold;
}


.openstore-fps-left-column {
    display: inline-block;
    padding-left: 30px;
}

.openstore-fps-right-column {
    display: inline-block;
    padding-left: 30px;
}

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

.openstore-qrcode-box {
    border-radius: 20px;
    max-width: 300px;
    text-align: center;
    margin: 10px auto;
}

.openstore-qrcode-box-row {
    padding-bottom: 20px;
}

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

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

.openstore-qrcode-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;
}

input[type="submit"].fps_reference_number_submit_btn{
    border-radius: 20px;
    color: #FFFFFF;
}

input[type="submit"].fps_reference_number_submit_btn:hover{
    color: #FFFFFF;
    background-color: var(--main-color) !important  ;
}

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