#payme-step2 {
    margin: 10px 20px;
}
#payme-step2 .title {
    margin-bottom: 15px;
}
#payme-step2 .title img{
    height: 35px;
    margin-left: 0;
}
#payme-step2 .text {
    color: #121212;
}
#payme-step2 .pay-tutorial {
    color: #00a499;
    position: relative;
}
#payme-step2 .pay-tutorial span {
    display: inline-block;
}
#payme-step2 .pay-tutorial-tooltip {
    width: 320px;
    visibility: hidden;
    position: absolute;
    left: 0;
    padding-top: 6px;
    margin-left: -44px;
    z-index: 1;
}
#payme-step2 .pay-tutorial:hover .pay-tutorial-tooltip {
    visibility: visible;
}
#payme-step2 .pay-tutorial-tooltip:before {
    content: '';
    display: block;
    width: 14px;
    height: 10px;
    border-bottom: 10px solid #ffe486;
    border-right: 8px solid #0000;
    border-left: 8px solid #0000;
    margin-left: 64px;
}
#payme-step2 .pay-tutorial-tooltip .content {
    min-height: 170px;
    font-size: 14px;
    color: #4e300e;
    background: #ffe485;
    border-radius: 4px;
    padding: 15px 0;
}
#payme-step2 .pay-tutorial-tooltip .payme-step-wrap {
    width: 166px;
    display: inline-block;
    vertical-align: top;
    padding-left: 11px;
}
#payme-step2 .pay-tutorial-tooltip .payme-step {
    padding-top: 8px;
    padding-bottom: 8px;
}
#payme-step2 .pay-tutorial-tooltip .step-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: #ffe485;
    line-height: 19px;
    background: #4e300e;
    border-radius: 50px;
    margin-top: 1px;
}
#payme-step2 .pay-tutorial-tooltip .step-text {
    display: inline-block;
    max-width: 124px;
    vertical-align: top;
    padding-left: 0;
}
#payme-step2 .pay-tutorial-tooltip .pay-tutorial-image {
    position: absolute;
    top: 31px;
    right: 6px;
}
#payme-step2 .pay-tutorial-tooltip .pay-tutorial-image img {
    width: 150px;
    height: auto;
    padding-top: 10px; 
}
#payme-step2 .qr-code {
    height: 250px;
    text-align: center;
    margin: 15px 0;
}
#payme-step2 .qr-code img {
    width: 146px;
    height: 146px;
}
#payme-step2 .btn-back {
    float: left;
    margin: 14px 0 8px 0;
    position: relative;
}

.payme.btn{
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px #6d6d6d;
    outline: 0;
    padding: 8px 8px;
    width: 215px;
    height: 35px;
    min-height: 35px;
}
.payme.btn:hover:enabled, .payme.btn:active:enabled, .payme.btn:focus:enabled {
    background-color: #f7f7f7;
}
.payme-button-container {
    margin: 6px 0 0 0;
}
.payme-button-container.text-center {
    text-align: center;
}
.payment-method-list .btn-payme {
    width: 50px;
    height: 35px;
    box-shadow: none;
    background: url('/assets/payme/img/payme-logo-red.png') no-repeat 0 8px;
    background-size: 50px auto;
}
#payme-button, #payme-pay-button {
    display: inline-block;
    margin-left: 1px;
    outline: 0;
    cursor: pointer;
    width: 150px;
    height: 25px;
    border-radius: 20px;
    background: url('/assets/payme/img/payme-btn@2x.png') no-repeat center center;
    background-size: auto 20px;
    background-color: #db0011;
}
#payme-pay-button {
    width: calc(100% - 20px);
    height: 40px;
    min-height: 40px;
    margin: 10px auto;
    padding: 10px 8px;
    border: 0;
    background-size: auto 30px;
    box-shadow: 0px 1px 3px 0px #6d6d6d;
    outline: 0;
}


.payment-method-container img#order-payme {
    height: 20px;
    padding-left: 5px;
    vertical-align: middle;
}

.payment-method-container img#order-hangseng {
    height: 20px;
    padding-left: 5px;
    vertical-align: middle;
}

