.oul-content-form {
    overflow: visible;
}
.oul-header { display: none; }
.error-msg, .error-msg-tnc{ display:none; }
.delivery-selftake, .delivery-courier { border-top: 0; margin: 0; }

#bt-modal { position: absolute; top: 0; left: 0; display: flex; align-items: center; height: 100vh; width: 100vw; z-index: 300; }
.bt-mask { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: black; opacity: 0.8; }
.bt-modal-frame { height: 480px; width: 440px; margin: auto; background-color: #eee; z-index: 2; border-radius: 6px; }
.bt-modal-body { height: 400px; margin: 0 20px; background-color: white; border: 1px solid lightgray; }
.bt-modal-header, .bt-modal-footer { height: 40px; text-align: center; line-height: 40px; }

.shop-oul-process .shop-logo { height: 60px; width: 150px; margin-left: 0px; display: inline-block; margin-right: 20px; vertical-align: top; }
.shop-oul-process .shop-logo img { max-width: 150px; max-height: 60px; position: absolute; top: 0; bottom: 0; height: auto; margin: auto; }
.shop-oul-process .progress-bar { width: 460px; margin-left: 20px; }
.shop-oul-process .step:after { width: 208px; }
.shop-oul-process .orderform-price-logo { float: right; }
.shop-oul-process .ec-shop-logo img { margin-top: 20px; margin-bottom: 10px; max-width: 100px; max-height: 85px; }
.hangseng {
    width: left;
    float: right;
}
.googlepay{
  background-color: white;
  background-image: url('/images/icon/google_pay_icon.svg') !important;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  padding-left: 5px;
}
.googlepay.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;
}

.googlepay.btn:hover:enabled, .googlepay.btn:active:enabled, .googlepay.btn:focus:enabled {
  background-color: #f7f7f7;
}
.google-pay-container, .google-pay-button-container {
	display:none;
}
.google-pay-button-container {
    text-align: left;
    margin: 10px 0;
    float: left;
    /*margin: 0 0 20px 0; text-align: center;*/
}
#google-pay-button {
    display: inline-block;
    width: 150px;
    height: 25px;
    min-height: 25px;
    margin-left: 1px;
    padding: 2px 8px;
}


/* wechatpay method - start */
.payment-method-label,
.payment-method-list,
.payment-method-list .option-container input,
.payment-method-list .option-container label {
    display: inline-block;
    vertical-align: middle;
}
.payment-method-label {
    width: 100px;
    color: #777;
    padding-top: 8px;
    cursor: auto;
}
.pay-button.paypal-only .payment-method-label {
    padding-top: 2px;
}
.payment-method-list {
    width: 370px;
    overflow: hidden;
}
.payment-method-list .option-container {
    width: 100%;
    float: left;
    padding: 0 0 6px 0;
    margin-left: 1px;
}
.payment-method-list .option-container input,
.payment-method-list .option-container label {
    margin: 0;
    padding: 0;
}
.payment-method-list .option-container label {
    color: #777;
    padding-left: 18px;
}
.payment-method-list .option-container input {

}
/* when only credit card is available, hide radio and label */
.payment-method-list .option-container.credit-card-minimized input,
.payment-method-list .option-container.credit-card-minimized label span {
    display: none;
}
.payment-method-list .option-container.credit-card-minimized label {
    padding-left: 0;
}
.payment-method-list #order-braintree,
.payment-method-list #order-checkout {
    height: 24px;
	margin-bottom: 2px;
    vertical-align: middle;
}
.payment-method-list .btn-googlepay,
.payment-method-list .btn-wechatpay {
    height: 35px;
    border: 0;
    padding: 0;
}
.payment-method-list .btn-googlepay {
    width: 50px;
    box-shadow: none;
    background: url("/images/icon/google_pay_icon.svg") no-repeat 0 8px;
    background-size: 50px auto;
}
.payment-method-list .btn-wechatpay {
    width: 100px;
    background: url("/images/wechat_pay.png") no-repeat 0;
    background-size: 80px auto;
}
.payment-method-list .btn-paynow {
    margin-top: 6px;
}
.payment-method-list .btn-paynow.disabled {
    background-color: #EAEAEA;
    border-color: #EAEAEA;
    color: #8e8e93;
    pointer-events: none;
}
.payment-method-list .btn-paynow,
.pay-button #paypal-express-button {
    width: 150px;
    height: 25px;
    font-size: 12px;
    line-height: 23px;
    padding: 0;
}
.or-container {
    width: 150px;
    /*width: 450px;*/
    height: 20px;
    margin: 0 0 10px 132px;
    position: relative;
    overflow: hidden;
}
.or-container .line{
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.or-container .text-or {
    width: 40px;
    text-align: center;
    background: #fff;
    color: #ccc;
    position: absolute;
    left: 55px;
    padding: 0 10px;
    margin: 0;
    /*left: 158px;*/
}
#wechatpay-step2 {
    margin: 10px 30px;
}
#wechatpay-step2 .title {
    margin-bottom: 30px;
}
#wechatpay-step2 .title img{
    height: 24px;
    margin-left: 0;
}
#wechatpay-step2 .text {
    color: #777;
}
#wechatpay-step2 .pay-tutorial {
    color: #00a499;
    position: relative;
}
#wechatpay-step2 .pay-tutorial span {
    display: inline-block;
}
#wechatpay-step2 .pay-tutorial-tooltip {
    width: 362px;
    visibility: hidden;
    position: absolute;
    left: 0;
    padding-top: 6px;
    margin-left: -44px;
    z-index: 1;
}
#wechatpay-step2 .pay-tutorial:hover .pay-tutorial-tooltip {
    visibility: visible;
}
#wechatpay-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;
}
#wechatpay-step2 .pay-tutorial-tooltip .content {
    min-height: 224px;
    font-size: 14px;
    color: #4e300f;
    background: #ffe485;
    border-radius: 4px;
    padding: 15px 0;
}
#wechatpay-step2 .pay-tutorial-tooltip .wechatpay-step-wrap {
    width: 166px;
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}
#wechatpay-step2 .pay-tutorial-tooltip .wechatpay-step {
    padding-bottom: 6px;
}
#wechatpay-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: #4e300f;
    border-radius: 50px;
    margin-top: 1px;
}
#wechatpay-step2 .pay-tutorial-tooltip .step-text {
    display: inline-block;
    max-width: 124px;
    vertical-align: top;
    padding-left: 0;
}
#wechatpay-step2 .pay-tutorial-tooltip .pay-tutorial-image {
    position: absolute;
    top: 31px;
    right: 6px;
}
#wechatpay-step2 .pay-tutorial-tooltip .pay-tutorial-image img {
    width: auto;
    height: auto;
}
#wechatpay-step2 .qr-code {
    height: 146px;
    text-align: center;
    margin: 20px 0;
}
#wechatpay-step2 .qr-code img {
    width: 146px;
    height: 146px;
}
#wechatpay-step2 .btn-back {
    float: left;
    margin: 14px 0 8px 0;
    position: relative;
}


#bt-modal .payment-timeout,
#bt-modal .payment-timeout .bt-modal-body {
    min-height: 150px;
    height: auto;
}
#bt-modal .payment-back,
#bt-modal .payment-back .bt-modal-body {
    height: 170px;
}
#bt-modal .payment-timeout,
#bt-modal .payment-back {
    width: 300px;
}
#bt-modal .payment-timeout.lang-US,
#bt-modal .payment-back.lang-US {
    width: 400px;
}
#bt-modal .payment-timeout .bt-modal-header,
#bt-modal .payment-timeout .bt-modal-footer,
 #bt-modal .payment-back .bt-modal-header,
#bt-modal .payment-back .bt-modal-footer{
    display: none;
}
#bt-modal .payment-timeout .bt-modal-body,
#bt-modal .payment-back .bt-modal-body {
    border-radius: 4px;
    margin: 0;
    padding: 40px;
    text-align: center;
}
#bt-modal .payment-back .bt-modal-body {
    padding: 40px 20px;
}
#bt-modal .payment-back .bt-modal-body .column-wrap {
    margin-top: 16px;
}
#bt-modal .payment-timeout .bt-modal-body .text,
#bt-modal .payment-back .bt-modal-body .text {
    font-weight: bold;
    padding: 0 20px;
}

#bt-modal .payment-back .bt-modal-body .title {
    width: 54px;
    height: 25px;
    margin: 15px 146px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #121212;
}

#bt-modal .payment-back .bt-modal-body .body {
    width: 346px;
    height: 40px;
    margin: 15px 0;
    font-family: PingFangHK;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #121212;
}
#bt-modal .payment-timeout .bt-modal-body button {
    width: 150px;
    margin-top: 16px;
}
#bt-modal .payment-back .bt-modal-body button.btn-confirmback,
#bt-modal .payment-back .bt-modal-body button.btn-cancel {
    width: 118px;
}
#bt-modal .payment-back.lang-US .bt-modal-body button.btn-confirmback,
#bt-modal .payment-back.lang-US .bt-modal-body button.btn-cancel {
    width: 150px;
}
#bt-modal .payment-back .bt-modal-body button.btn-confirmback {
    background-color: #FFFFFF;
    color: #00a499;
    border-color: #00a499;
    margin-right: 20px;
}
#bt-modal .payment-back .bt-modal-body button.btn-confirmback:hover {
    background-color: #00a499;
    color: #fff;
}
#bt-modal .payment-timeout .bt-modal-body button.btn-cancel {

}
.payment_step_2 .payment-loading.wechat-pay {
    background-color: rgba(255,255,255,.95);
}
.payment_step_2 .payment-loading.wechat-pay img {
    transform: translate(-40px, -50px);
}
.payment_step_2 .payment-loading.wechat-pay div {
    font-weight: bold;
    transform: translateY(30px);
}
/* wechatpay method - end */

/* AB_41 checkout gender title - start */
#wrapper-contact-title {
    display: inline-block;
    height: 30px;
}
#wrapper-contact-title label {
    width: 50px !important;
    display: inline-block;
    margin-bottom: 0px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #aaa;
    padding: 4px 10px;
    margin: 0 4px;
    background-color: #f3f3f3;
    font-weight: normal;
}
#wrapper-contact-title label:hover {
    background-color: #ebf7f7;
    border-color: #8ed8d0;
    color: #00a499;
}
#wrapper-contact-title label.selected {
    border-color: #18cec1;
    box-shadow: 0 0 3px rgba(0, 164, 153, 0.4);
    background-color: #ebf7f7;
    transition: 0.2s;
    color: #1c9d92;
}
/* AB_41 checkout gender title - end */
