
@font-face {
    font-family: NotoSansRegular;
    src: local("Noto Sans"), local("NotoSans"), url(/CSS_V4/planrecommender/fonts/NotoSans/English/notosans-regular-webfont.woff2) format("woff2"), url(/CSS_V4/planrecommender/fonts/NotoSans/English/NotoSans-Regular.ttf); 
}
  

@font-face {
    font-family: NotoSansSemiBold;
    src: local("Noto Sans SemiBold"), local("NotoSansSemiBold"), url(/CSS_V4/planrecommender/fonts/NotoSans/English/notosans-semibold-webfont.woff2) format("woff2"), url(/CSS_V4/planrecommender/fonts/NotoSans/Unhinted/NotoSans-SemiBold.ttf); 
}
  

@font-face {
    font-family: NotoSansExtraCondBold;
    src: local("Noto Sans ExtraCondensed Bold"), local("NotoSansExtraCondensedBold"), url(/CSS_V4/planrecommender/fonts/NotoSans/English/notosans-extracondensedbold-webfont.woff2) format("woff2"), url(/CSS_V4/planrecommender/fonts/NotoSans/Unhinted/NotoSans-ExtraCondensedBold.ttf); 
}
  
@font-face {
    font-family: NotoSansCondBold;
    src: local("Noto Sans ExtraCondensed Bold"), local("NotoSansExtraCondensedBold"), url(/CSS_V4/planrecommender/fonts/NotoSans/English/notosans-extracondensedbold-webfont.woff2) format("woff2"), url(/CSS_V4/planrecommender/fonts/NotoSans/Unhinted/NotoSans-ExtraCondensedBold.ttf); 
}
  
/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
* Start
*/
@font-face {
    font-family: NotoSansTCRegular;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
}


@font-face {
    font-family: NotoSansTCBold;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
}

/*
* Noto Sans TC (Chinese_traditional)
* END
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('/CSS_V4/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/CSS_V4/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/CSS_V4/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/CSS_V4/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/CSS_V4/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/CSS_V4/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-times:before{
  content: "\f00d";
}
#need-assistance *,
.assist-button *,
.modal *,
.modal *:before,
.modal *:after,
.callback-container__timeslot,
.callback-container__info{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.radio input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: #fff;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.radio input[type="radio"]+label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.radio input[type="radio"]+label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.radio input[type="radio"]:checked + label::after {
    z-index: 10;
    background-color: #f00;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}
.bookAppointment__select-store__panel-body.collapse:not(.show){
    display: none;
}
.bookAppointment__select-store__panel-body.collapse.show,
.bookAppointment__select-store__panel-body.collapse.in {
    display: block;
}
.bookAppointment__select-store__panel-body.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

/* modal */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /*display: none;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    /*min-height: 16.43px;*/
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
    margin-right: 0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

/* modal */
.plan-advisor__btn{
    outline: none;
    text-decoration: none;
    min-width: 140px;
    color: #fff;
    border-radius: 22px;
    border: 1px solid #ff0000;
    box-shadow: none;
    text-align: center;
    line-height: 42px;
    font-family: "NotoSansSemibold", "NotoSansTCBold";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center; 
    position: relative;
}
.plan-advisor__btn:hover{
    text-decoration: none;
    color: #ff0000;
    background-color: #ffffff;
    border-color: #ff0000; 
    outline:0;   
}
.plan-advisor__btn:active{
    outline: 0;
}
.plan-advisor__img-icon,
.plan-advisor__img-icon--hover{
    width: 20px;
    margin-right: 7px;
}
.plan-advisor__img-icon--hover{
    display: none;
}
.plan-advisor__btn:hover .plan-advisor__img-icon{
    display: none;
}
.plan-advisor__btn:hover .plan-advisor__img-icon--hover{
    display: block;
}
#need-assistance {
    display: none;
}
.need-assistance-button{
    font-size: 16px;
    color: #fff;
    background: #ff0000;
    min-width: 120px;
    font-family: NotoSansSemiBold, NotoSansTCBold;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    padding: 13px 25px;
    border: 0;
    -webkit-appearance: button;
}

.need-assistance-button:disabled {
    background: #D3D2D2;
    cursor: not-allowed;
}
.need-assistance-button:focus {
    outline: 0;
}
.need-assistance__helper {
    text-align: center;
    margin-top: 15%;
}

.need-assistance__helper-header {
    margin: 86px 0 20px;
    font-family: NotoSansSemiBold, NotoSansTCBold;
    font-size: 16px;
    color: #7E7E7E;
    text-align: center;
}
.need-assistance__helper-circle-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
}
.need-assistance__helper-circle {
    width: 120px;
    height: 120px;
    padding: 10px;
    border-radius: 120px;
    background: #ff0000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.need-assistance__helper-circle-area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 20px 20px;
}
.need-assistance__helper-circle--plan{
    background:#007440;
}
.need-assistance__helper-circle:last-child {
    margin-right: 0;
}

.need-assistance__helper-circle-icon {
    height: 60%;
    width: auto;
}

.need-assistance__helper-circle-title {
    height: 40px;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    color: #000;
    text-align: center;
    margin: 15px 0 0;
}
.need-assistance__helper-plan-title {
    margin: 80px 0 20px;
    font-family: NotoSansSemiBold, NotoSansTCBold;
    font-size: 16px;
    color: #7E7E7E;
    text-align: center;    
}
.need-assistance__inline-block {
    display: inline-block;
}
/* fullscreen popup */
.pa-wrapper {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    display: none;
    background-color: #FFF;
    -webkit-animation-duration: 0.2s;
    /* Safari 4.0 - 8.0 */
    animation-duration: 0.6s;
}
.pa-wrapper-form {
    top: 0;
}
.pa-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

.pa-content {
    position: static;
}

.pa-close {
    position: absolute;
    right: 1em;
    top: 2em;
    z-index: 999;
    background-color: #d6d6d6;
    color: #FFF;
    padding: 0.5% 1%;
}

.pa-close .cross {
    font-size: 30px;
}

.pa-close:hover {
    color: #ff0217;
    text-decoration: none;
}

/* modal */
.modal-backdrop.show{
    opacity: 0.5;
}
#callbackModal .modal-content {
    border-radius: 0;
    border: 0;
    width: 100%;
    max-width: 960px;
    height: initial;
}

#callbackModal .modal-content .modal-header .closeContainer {
    position: absolute;
    right: 12px;
    top: 2px;
}

#callbackModal .modal-content .modal-header .close {
    font-size: 40px;
    font-weight: 400;
    font-family: Arial;
}
#callbackModal .modal-content .modal-header .close:focus {
    outline: 0;
}
#callbackModal[data-role='callback-thankyou'] .modal-header {
    display: none;
}

#callbackModal .modal-footer {
    background-color: #eee;
}

.callback-modal__header {
    margin: 10px 0;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    font-size: 24px;
}

.callback-modal__desc {
    font-size: 16px;
    color: #333333;
    font-family: NotoSansRegular, NotoSansTCRegular;
}
.callback-modal__tel,
.callback-modal__tel:hover{
    font-family: NotoSansRegular, NotoSansTCRegular;
    color:#ff0000;
    text-decoration: underline;
}
.callback-container {
    display: table;
    width: 100%;
}

.callback-container__timeslot {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 20px 25px;
    border-right: 1px solid #eee;
}

.callback-container__timeslot-header,
.callback-container__info-header {
    margin-bottom: 30px;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    font-size: 18px;
    color: #333;
}

.callback-container__timeslot-table {
    display: table;
    width: 100%;
}

.callback-container__info {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 20px 25px;
}

.callback-container__info-input-label {
    font-size: 16px;
    color: #999999;
    font-family: NotoSansRegular, NotoSansTCRegular;
}

.callback-container__info-field {
    margin-bottom: 20px;
}

.callback-container__timeslot-option {
    display: inline-block;
    width: 49%;
    padding: 0 6px 6px 0;
    text-align: center;
}

.callback-container__timeslot-option-label {
    margin: 0;
    width: 100%;
    border-radius: 4px;
    padding: 15px 10px;
    line-height: 1em;
    vertical-align: middle;
    cursor: pointer;
    background: #F8F8F8;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.20);
    font-family: NotoSansSemiBold, NotoSansTCBold;
    font-size: 14px;
    color: #5C5C5C;
    display: inline-block;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.callback-container__timeslot-option-label {
    background: #FF0000;
    color: #FFF;
}

#callback-thankyou {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 20px;
}

.callback-container__thankyou {
    text-align: center;
}

.callback-container__thankyou-img {
    width: 120px;
    margin: 0 auto;
}
.callback-container__thankyou-img img {
    width: 100%;
}
.callback-container__thankyou-header {
    font-family: NotoSansExtraCondBold;
    font-size: 36px;
    color: #000000;
    line-height: 36px;
    margin: 30px 0;
}

.callback-container__thankyou-text {
    font-family: NotoSansRegular, NotoSansTCRegular;
    font-size: 18px;
    color: #000000;
    line-height: 27px;
}

#callbackModal[data-role='callback-form'] [data-role='callback-thankyou'] {
    display: none;
}

#callbackModal[data-role='callback-thankyou'] [data-role='callback-form'] {
    display: none;
}

#callbackModal .modal-body {
    padding: 0;
}

#callbackModal[data-role='callback-thankyou'] .modal-body {
    display: flex;
    height: 412px;
}


/* book appointment modal */
.bookAppointment-container {
    width: 100%;
}
#bookAppointmentModal .modal-header-wrapper {
    width: 95%;
}

.bookAppointment-modal__header {
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    font-size: 24px;
}

.bookAppointment-modal__desc {
    font-family: NotoSansRegular, NotoSansTCRegular;
    font-size: 16px;
}

#bookAppointmentModal .modal-header {
    border-bottom: none;
    padding: 20px 30px 15px;
}

#bookAppointmentModal[data-role='bookAppointment-thankyou'] .modal-header {
    display: none;
}

#bookAppointmentModal .modal-content {
    border-radius: 0;
    border: 0;
    width: 100%;
    max-width: 960px;
    height: initial;    
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: normal;
}
/*for IE*/
#bookAppointmentModal [data-role='bookAppointment-form'],
#callbackModal [data-role='callback-form']{
    color: #333;
    display: table;    
}

#bookAppointmentModal .modal-content .modal-header .closeContainer {
    position: absolute;
    right: 12px;
    top: 2px;
}

#bookAppointmentModal .modal-content .modal-header .close {
    font-size: 40px;
    font-weight: 400;
    font-family: Arial;
}
#bookAppointmentModal .modal-content .modal-header .close:focus {
    outline: 0;
}
#bookAppointmentModal .modal-footer {
    background-color: #eee;
    border-top: 1px solid #D7D7D7;
}

#bookAppointmentModal[data-role='bookAppointment-shop'] [data-role='bookAppointment-form'],
#bookAppointmentModal[data-role='bookAppointment-shop'] [data-role='bookAppointment-thankyou'] {
    display: none;
}

#bookAppointmentModal[data-role='bookAppointment-form'] [data-role='bookAppointment-shop'],
#bookAppointmentModal[data-role='bookAppointment-form'] [data-role='bookAppointment-thankyou'] {
    display: none;
}

#bookAppointmentModal[data-role='bookAppointment-thankyou'] [data-role='bookAppointment-shop'],
#bookAppointmentModal[data-role='bookAppointment-thankyou'] [data-role='bookAppointment-form'] {
    display: none;
}

#bookAppointmentModal .modal-body {
    padding: 0;    
}

#bookAppointmentModal[data-role='bookAppointment-thankyou'] .modal-body {
    display: flex;
    height: 480px;
}

#bookAppointment-thankyou {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 20px;
}
.bookAppointment-container__thankyou {
    text-align: center;
}

.bookAppointment-container__thankyou-img {
    width: 120px;
    margin: 0 auto;
}
.bookAppointment-container__thankyou-img img {
    width: 100%;
}
.bookAppointment-container__thankyou-header {
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    font-size: 36px;
    color: #000000;
    line-height: 44px;
    margin: 30px 0;
}

.bookAppointment-container__thankyou-text {
    font-family: NotoSansRegular, NotoSansTCRegular;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    /*margin-bottom: 20px;*/
}
a.bookAppointment-container__thankyou-link {
    display: inline-block;
    color: #ff0000;    
}
/**/

/**/
#shopReserve {
    margin-bottom: 0;
}

.bookAppointment__store-location__tab-header {
    display: table;
    width: 92%;
    margin: 0 auto;
}

.bookAppointment__store-location__tab-title {
    font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
    display: inline-block;
    font-size: 18px;
    color: #999999;
    text-align: center;
    background: #E2E2E2;
    border: 1px solid #CCCCCC;
    height: 46px;
    line-height: 46px;
    width: calc(100%/3);
    cursor: pointer;
    vertical-align: bottom;
}

.bookAppointment__store-location__tab-container {
    width: 45%;
    float:left;
    height: 500px;
}

.bookAppointment__store-location__shoplist-table {
    display: table;
    width: 100%;
    padding: 0 6%;
    height: 130px;
}

.bookAppointment__store-location__shoplist-address {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    color: #777777;
}

.bookAppointment__store-location__shoplist-address__district {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'NotoSans-Bold', NotoSansTCBold, sans-serif;
}

.bookAppointment__store-location__detail-container {
    display: table;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 95%;
    margin: 0 auto;
    margin-top: -1px;
}

.bookAppointment__store-location__map {
    float:left;
    width: 55%;
    height: 500px;
}

[data-tab-header='HK'] [data-tab-title='HK'],
[data-tab-header='KL'] [data-tab-title='KL'],
[data-tab-header='NT'] [data-tab-title='NT'] {
    background: #F5F6FA;
    height: 54px;
    line-height: 55px;
    border-top: 4px solid #ff0000;
    border-bottom: 0;
    color: #ff0000;
}

/*[data-tab-header='HK'] [data-tab-title='HK'] {
    border-left: none;
}
[data-tab-header='NT'] [data-tab-title='NT'] {
    border-right: none;
}*/
[data-tab-content='HK'],
[data-tab-content='KL'],
[data-tab-content='NT'] {
    width: 40%;
    display: none;
}

[data-tab-container='HK'] [data-tab-content='HK'],
[data-tab-container='KL'] [data-tab-content='KL'],
[data-tab-container='NT'] [data-tab-content='NT'] {
    display: inline-block;
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}

.bookAppointment__store-location__district-table {
    padding: 20px;
    display: table;
    background: #F9F9F9;
    border-top: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    cursor: pointer;
}

.bookAppointment__store-location__district-table:nth-child(even) {
    background: #fff;
}

.bookAppointment__store-location__image-cell {
    display: table-cell;
    width: 40%;
    padding-left: 0;
}

.bookAppointment__store-location__desc-cell {
    display: table-cell;
    /* width: 70%; */
    padding-left: 20px;
    vertical-align: top;
}
.bookAppointment__store-location__image-cell__img {
    width: 100%;
}
.bookAppointment__store-location__image-cell__title {
    font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin: 5px 0;
}

.bookAppointment__store-location__image-cell.radio input[type="radio"]+label {
    padding-left: 0;
    margin-bottom: 20px;
}

.bookAppointment__store-location__image-cell.radio input[type="radio"]+label {
    padding-left: 0;
}

.bookAppointment__store-location__image-cell.radio input[type="radio"]+label::before {
    left: 50%;
    margin-left: 0;
    bottom: -20px;
    transform: translate(-50%, 0);
}

.bookAppointment__store-location__image-cell.radio input[type="radio"]:checked+label::after {
    top: inherit;
    left: 50%;
    margin-left: 0;
    bottom: -16px;
    transform: translate(-50%, 0);
}

.bookAppointment__store-location__desc-cell__district,
.bookAppointment__store-location__desc-cell__opening {
    font-size: 16px;
    font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
}

.bookAppointment__store-location__desc-cell__address {
    font-size: 14px;
    margin: 10px 0 36px;
    font-family: NotoSansRegular, NotoSansTCRegular;
}

.bookAppointment__store-location__desc-cell__open-date {
    background: #F2F2F3;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    width: 45%;
    padding: 5px 0;
    font-size: 14px;
    line-height: 14px;
    font-family: NotoSansRegular, NotoSansTCRegular;
    margin-top: 10px;
}

.bookAppointment__store-location__desc-cell__open-hour {
    font-size: 14px;
    font-family: NotoSansRegular, NotoSansTCRegular;
    display: inline-block;
    width: 45%;
    margin: 10px 0 0 10px;
}

.bookAppointment__shop-detail-table {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 20px
}

.bookAppointment__shop-image-cell {
    display: table-cell;
    width: 20%;
    padding-right: 20px;
    vertical-align: top;
}
.bookAppointment__shop-image-cell__thumb {
    width: 100%;
}
.bookAppointment__shop-location-cell {
    display: table-cell;
    width: 27%;
    vertical-align: top;
    padding-right: 20px;
}

.bookAppointment__shop-opening-cell {
    display: table-cell;
    width: 50%;
    padding-right: 20%;
    vertical-align: bottom;
}

.bookAppointment__shop-location__district {
    font-size: 18px;
    font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
}

.bookAppointment__shop-location__address {
    font-size: 14px;
    font-family: NotoSansRegular, NotoSansTCRegular;
    margin-top: 10px;
}

.bookAppointment__shop-opening-cell .bookAppointment__store-location__desc-cell__opening {
    font-size: 14px;
}

.bookAppointment__shop-opening-cell .bookAppointment__store-location__desc-cell__open-date {
    font-size: 13px;
    width: 30%;
}

#bookAppointment-shop--mobile {
    display: none;
}

/*.bookAppointment__select-store__panel {
    padding: 0 20px 20px;
}*/

/* ui jQuery */
#bookAppointmentModal .ui-icon{
    display: none;
}
.ui-accordion .ui-accordion-content{
    padding: 0;
    border: 0;    
}
/* ui jQuery */
#bookAppointmentModal .bookAppointment__select-store__panel-heading {
    background: #F5F6FA;
    border: 1px solid #D7D7D7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    display: flex;
    height: 73px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
    margin-top: 20px;
    padding: .5em .5em .5em .7em;
}

#bookAppointmentModal .bookAppointment__select-store__panel-heading[aria-expanded="true"] {
    color: #ff0000;
    border-top: 5px solid #ff0000;
}

.bookAppointment__select-store__shop-selection-panel {
    border: 1px solid #D7D7D7;
    border-top: 0;
}

.bookAppointment__select-store__sub-panel-row {
    padding: 20px;
}

.bookAppointment__select-store__radio {
    padding-left: 0;
}

.bookAppointment__select-store__radio input[type="radio"]+label::before {
    top: 0;
    margin-left: 0;
}

.bookAppointment__select-store__radio input[type="radio"]+label::after {
    margin-left: 0;
}

.bookAppointment__select-store__radio input[type="radio"]+label {
    padding: 0 0 0 30px;
    margin: 0;
}

.bookAppointment__select-store__label-shop-address {
    font-family: 'NotoSansRegular';
    font-size: 13px;
}

.bookAppointment__select-store__label-shop-name {
    font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
    padding: 0 0 10px 30px;
}

.bookAppointment__select-store__shop-detail-cell {
    background: #F5F6FA;
    padding: 20px;
}
.bookAppointment__select-store__shop-detail-cell img {
    width: 100%;
}
.bookAppointment__select-store__shop-detail__view-map {
    font-size: 12px;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    margin-top: 20px;
    text-align: right;
}

.bookAppointment__select-store__shop-detail__view-map a,
.bookAppointment__select-store__shop-detail__view-map a:hover {
    color: #343434;
    font-size: 12px;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
}

.bookAppointment__select-store__shop-detail__opening-hours-container {
    padding: 20px;
}

.bookAppointment__form-wrapper {
    border-top: 1px solid #D7D7D7;
    display: table;
    width: 100%;
}

.bookAppointment__date-time-container {
    padding: 20px 30px 30px;
    display: table-cell;
    width: 60%;
    border-right: 1px solid #D7D7D7;
}

.bookAppointment__select-store__shop-detail__opening-hours-title {
    font-family: 'NotoSans-SemiBold', NotoSansTCBold, sans-serif;
    font-size: 14px;
}

.bookAppointment__select-store__shop-detail__opening__timeslot-caption {
    background: #F2F2F3;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    width: 35%;
    padding: 5px 10px 2px;
    font-size: 14px;
    line-height: 14px;
    font-family: NotoSansRegular, NotoSansTCRegular;
    margin-top: 10px;
}

.bookAppointment__select-store__shop-detail__opening__timeslot-val {
    font-size: 14px;
    font-family: NotoSansRegular, NotoSansTCRegular;
    display: inline-block;
    width: 58%;
    margin: 10px 0 0 10px;
}



.bookAppointment__date-time__date-container {
    margin-bottom: 20px;
}

.bookAppointment__date-time__header {
    margin-bottom: 10px;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    font-size: 18px;
}

.bookAppointment__date-time__date-table {
    display: flex;
    flex-wrap: wrap;
}

.bookAppointment__date-time__date-option {
    height: 80px;
    flex-grow: 1;
}

.bookAppointment__date-time__option-label {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    line-height: 1em;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-weight: 500;
}
@media (min-width: 840px) {
    .bookAppointment__date-time__date-option{
        position: relative;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        color: #333;
        font-family: NotoSansRegular, NotoSansTCRegular;
    }
    .bookAppointment__date-time__date-option:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .bookAppointment__date-time__date-option:last-child {
        border-right: 1px solid #CCCCCC;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .bookAppointment__date-time__date-option.selected{
        color: #ff0000;
        font-family: NotoSansSemiBold, NotoSansTCBold;
    }
    .bookAppointment__date-time__date-option.selected:before {
        position: absolute;
        border: 1px solid #ff0000;
        content: "";
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        left: -1px;
        top: -1px;
        z-index: 1;
    }
    .bookAppointment__date-time__date-option.selected:first-child:before {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .bookAppointment__date-time__date-option.selected:last-child:before {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
input[type="radio"]:disabled+.bookAppointment__date-time__option-label,
input[type="radio"]:disabled+.bookAppointment__date-time__option-label .bookAppointment__date-time__time-option-unselect {
    color: #ccc;
    cursor: not-allowed;
}
.bookAppointment__date-time__time-table {
    display: flex;
    flex-wrap: wrap;
}
.bookAppointment__date-time__time-option {
    width: calc(100%/2);
    /*height: 54px;*/
    padding: 10px 0;
}
.bookAppointment__date-time__time-option .bookAppointment__date-time__time-option-unselect{
    display: block;
    font-size: 14px;
    font-family: NotoSansRegular, NotoSansTCRegular;
    color: initial;
}
.bookAppointment__date-time__time-option.selected .bookAppointment__date-time__time-option-unselect{
    display: none;
}
.bookAppointment__date-time__time-option .bookAppointment__date-time__time-option-selected{
    display: none;
}
.bookAppointment__date-time__time-option.selected .bookAppointment__date-time__time-option-selected{
    display: block;
    font-size: 14px;
    font-family: NotoSansSemiBold, NotoSansTCBold;
    color: #ff0000;
}
@media (min-width: 840px) {
    .bookAppointment__date-time__time-option{
        border-top: 1px solid #CCCCCC;    
        border-left: 1px solid #CCCCCC;
        color: #333;
        position: relative;
        font-family: NotoSansRegular, NotoSansTCRegular;
    }
    .bookAppointment__date-time__time-option:nth-child(2n+2) {
        border-right: 1px solid #CCCCCC;
    }
    .bookAppointment__date-time__time-option:nth-child(1) {
        border-top-left-radius: 4px;
    }
    .bookAppointment__date-time__time-option:nth-child(2) {
        border-top-right-radius: 4px;
    }
    .bookAppointment__date-time__time-option:nth-child(3) {
        border-bottom: 1px solid #CCCCCC;
        border-bottom-left-radius: 4px;
    }
    .bookAppointment__date-time__time-option:nth-child(4) {
        border-bottom: 1px solid #CCCCCC;
        border-bottom-right-radius: 4px;
    }
    .bookAppointment__date-time__time-option.selected{
        color: #ff0000;
        font-family: NotoSansSemiBold, NotoSansTCBold;
    }
    .bookAppointment__date-time__time-option.selected:before {
        position: absolute;
        border: 1px solid #ff0000;
        content: "";
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        left: -1px;
        top: -1px;
        z-index: 1;
    }
    .bookAppointment__date-time__time-option.selected:nth-child(1):before {
        border-top-left-radius: 5px;
    }
    .bookAppointment__date-time__time-option.selected:nth-child(2):before {
        border-top-right-radius: 5px;
    }
    .bookAppointment__date-time__time-option.selected:nth-child(3):before {
        border-bottom-left-radius: 5px;
    }
    .bookAppointment__date-time__time-option.selected:nth-child(4):before {
        border-bottom-right-radius: 5px;
    }
}
/*.bookAppointment__date-time__time-option-remark{
    color:#ff0000;
}*/
.bookAppointment__date-time__time-remark {
    display: table;
    padding-top: 10px;
    font-size: 11px;
    color: #FF0000;
    font-family: NotoSansRegular, NotoSansTCRegular;
}
.bookAppointment__date-time__date-week-label {
    font-size: 12px;
    margin-top: 3px;
}

.bookAppointment__contact-container {
    padding: 20px 30px;
}

.bookAppointment__contact__header {
    margin-bottom: 10px;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
    font-size: 18px;
}

.bookAppointment__contact__info-field {
    margin-bottom: 20px;
}

.bookAppointment__contact__info-input-label {
    font-size: 14px;
    color: #999999;
    font-family: NotoSansRegular, NotoSansTCRegular;
}

#callbackModal .modal-footer,
#bookAppointmentModal .modal-footer {
    justify-content: flex-end;
    width: 100%;
    display: flex;
    align-items: center;  
    padding: 15px;
    border-top: 1px solid #e5e5e5;  
    font-family: NotoSansRegular, NotoSansTCRegular;
}
#bookAppointmentModal .bookAppointment-modal-footer__form {
    justify-content: space-between;
    width: 100%;
}
#bookAppointmentModal .bookAppointment-modal-footer__form:before,
#bookAppointmentModal .bookAppointment-modal-footer__form:after{
    content: none;
}
#bookAppointment-modal-footer__back-btn {
    cursor: pointer;
    color: #999999;
}

/**/


/**/
.need-assistance__input-text {
    font-family: NotoSansRegular, NotoSansTCRegular;
    background-color: white;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    font-size: 16px;
    line-height: 22.8px;
    padding: 5px 10px;
    -moz-appearance: textfield;
    width: 220px;
}

.need-assistance__input-text::-moz-placeholder {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    opacity: 1;
}

.need-assistance__input-text:-ms-input-placeholder {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
}

.need-assistance__input-text::-ms-clear {
    display: none;
}

.need-assistance__input-text::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
}
input.need-assistance__input-text:focus{
    border: 1px solid #ccc;
}

.need-assistance__input-error {
    font-size: 11px;
    margin-top: 5px;
    color: #ff0000;
    font-family: NotoSansRegular, NotoSansTCRegular;
}
/**/

#catNavToggle .icon,
#mobNavToggle .icon,
.button-close .icon {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
}


#catNavToggle span.icon-bar,
#mobNavToggle span.icon-bar,
.button-close .icon-bar {
    display: inline-block;
    position: absolute;
}

#catNavToggle .icon-bar,
#mobNavToggle .icon-bar,
.button-close .icon-bar {
    position: absolute;
    background-color: #888;
    width: 22px;
    height: 2px;
    top: 27px;
    left: 17px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#mobNavToggle .icon-bar,
.button-close .icon-bar {
    background-color: #FF0000;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
    -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color .2s linear;
}

#mobLogoPanel.opened #mobNavToggle .icon-bar,
#mobNavToggle.opened .icon-bar,
.button-close .icon-bar {
    background-color: #888;
}

#catNavToggle .icon-bar.first,
#mobNavToggle .icon-bar.first,
.button-close .icon-bar-first {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

#catNavToggle .icon-bar.second,
#mobNavToggle .icon-bar.second,
.button-close .icon-second {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#catNavToggle .icon-bar.last,
#mobNavToggle .icon-bar.last,
.button-close .icon-last {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}


#catNavToggle.opened .icon,
#mobLogoPanel.opened #mobNavToggle .icon,
#mobNavToggle.opened .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



#catNavToggle.opened .icon-bar.first,
#mobLogoPanel.opened #mobNavToggle .icon-bar.first,
#mobNavToggle.opened .icon-bar.first,
.button-close .icon-bar.first {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#catNavToggle.opened .icon-bar.second,
#mobLogoPanel.opened #mobNavToggle .icon-bar.second,
#mobNavToggle.opened .icon-bar.second,
.button-close .icon-bar.second {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

#catNavToggle.opened .icon-bar.last,
#mobLogoPanel.opened #mobNavToggle .icon-bar.last,
#mobNavToggle.opened .icon-bar.last,
.button-close .icon-bar.last {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.v4 .btn:disabled {
    background: #D3D2D2;
    color: #FFFFFF;
    border: 0;
    cursor: not-allowed;
}

.body.v4 .btn:disabled:hover {
    background: #FFFFFF;
    color: #D3D2D2;
    border: 1px solid #D3D2D2;
}
.assist-loading{
    position: relative;
}
.assist-loading:before {
    overflow: hidden;
    position: absolute;
    background: #fff url(/storefront/common/spinner.gif) center no-repeat;
    background-size: 60px;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;    
}
/*
.chatContainerToggle{
    display: none !important;
}
.stickyButton{
    display: none;
}
*/
.callChatbot{
    width: 0;
}

.assist-button {
    right: 7px;
    bottom: 15px;
    position: fixed;
    z-index: 99;
    width: 86px;
    height: 86px;
    cursor: pointer;
}
.assist-reminder {
    display: flex;
    border: 1px solid #ff0000;
    background: #fff;
    border-radius: 43px;
    align-items: center;
    height: 86px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 15px;
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.20);
    opacity: 0;
    cursor: initial;
}
.assist-reminder__close {
    background: #ddd;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 20px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.assist-reminder__close:after,
.assist-reminder__close:before {
    width: 12px;
}
.assist-reminder__close:before {
    content: "";
    position: absolute;    
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
}
.assist-reminder__close:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}
.assist-reminder__content {
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    font-family: NotoSansExtraCondBold, NotoSansTCBold;
}
.assist-reminder__content-desc {
    font-family: NotoSansRegular, NotoSansTCRegular;
    font-size: 12px;
    color: #58585A;
    line-height: 16px;
}
.assist-icon {
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    display: flex;
    position: absolute;
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.20);
    transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ff0000 url(/assistance/images/livechat_icon.png) no-repeat center center;
    background-size: 65%;
}
.assist-button-on .assist-icon,
.assist-button-active .assist-icon {
    background: #ff0000 url(/assistance/images/assist-btn-close.png) no-repeat center center;
    background-size: 30%;
}

/*.assist-feature {
    position: absolute;
    right: 20px;
    bottom: 86px;
    width: 200px;
    display: none;
}*/
.assist-feature {
    position: absolute;
    right: -7px;
    bottom: 86px;
    width: 230px;
    display: none;
    padding-right: 26px;
}
.assist-feature-list {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.assist-feature-list__icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.20);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.assist-feature-list__icon-img {
    height: auto;
    width: 32px;
}
.assist-feature-list__title {
    padding: 10px 60px 10px 20px;
    height: 50px;
    display: flex;
    min-width: 140px;
    align-items: center;
    justify-content: flex-end;
    /*right: 0;*/
    right: 26px;
    position: absolute;
    white-space: nowrap;
    background: rgba(251,251,251,0.96);
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    border-radius: 25px;
    font-size: 12px;
    color: #666666;
    line-height: 15px;
    font-family: NotoSansRegular, NotoSansTCRegular;
}

.assist-feature-list:hover .assist-feature-list__title{
    color:#ff0000;
}
/*for revamp*/
body.zh_HK .assist-feature-list__title span{
    font-weight: normal;
}
body .assist-feature-list:hover .assist-feature-list__title span{
    color:#ff0000;
}
.assist-feature-list {
    margin-bottom: 20px;
}
.assist-button {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.assist-button-on .assist-feature{
    display: block
}
.assist-button-on .assist-feature-list {
    animation: menu-show 0.5s both;
}
.assist-button-off .assist-feature-list {
    animation: menu-hide 0.3s both;
}
.assist-button-active .assist-feature-list{
    opacity: 1;
    margin-bottom: 20px;
}
@keyframes menu-show {
    0%{
        opacity: 0;
        margin-bottom: -20px;
    }
    100%{
        opacity: 1;
        margin-bottom: 20px;
    }
}
@keyframes menu-hide {
    0%{
        opacity: 1;
        margin-bottom: 20px;
    }
    100%{
        opacity: 0;
        margin-bottom: 0px;
    }  
}

@media (max-width: 839px) {
    #need-assistance .container {
        width: 100%;
    }
    body.v4 .need-assistance-button,
    .need-assistance-button{
        width: 100%;
    }
    .need-assistance__helper-circle{
        width: 100px;
        height: 100px;
    }
    .need-assistance__helper-circle-title{
        font-size: 14px;
        line-height: 18px;
        max-width: 100px;
    }
    [data-toggle="accordion-child"] {
        display: none;
    }

    #bookAppointment-shop--desktop {
        display: none;
    }

    #bookAppointment-shop--mobile {
        display: block;
        padding: 0 20px 20px;
    }
    /*#bookAppointmentModal, #callbackModal{
        padding-right: 0 !important;
    }*/
    .modal-content {
        position: relative;
        top: 0;
        left: 0;
        transform: initial;
    }
    #callbackModal[data-role='callback-thankyou'] .modal-header,
    #bookAppointmentModal[data-role='bookAppointment-thankyou'] .modal-header {
        display: block;
    }

    #callbackModal .modal-header,
    #bookAppointmentModal .modal-header {
        border-bottom: none;
        display: block;
        padding: 0;
    }

    #callbackModal .modal-header-wrapper,
    #bookAppointmentModal .modal-header-wrapper {
        order: 2;
        padding: 20px 20px 10px;
    }

    #callbackModal[data-role='callback-thankyou'] .modal-body,
    #bookAppointmentModal[data-role='bookAppointment-thankyou'] .modal-body {
        height: calc(100% - 123px);
    }

    #callbackModal .modal-content .modal-header .closeContainer,
    #bookAppointmentModal .modal-content .modal-header .closeContainer {
        position: fixed;
        right: 0;
        top: 0;
        order: 1;
        width: 100%;
        background: #EEEEEE;
        padding: 5px 10px;
        z-index: 99;
    }

    .callback-container__timeslot {
        display: block;
        width: 100%;
        padding: 20px 25px 0;
        border-right: 0;
    }

    .callback-container__info {
        display: block;
        width: 100%;
        padding: 20px 25px 100px;
    }

    .callback-container__timeslot-option {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .need-assistance__input-text {
        width: 100%;
    }

    #callbackModal .modal-footer,
    #bookAppointmentModal .modal-footer {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        bottom: 0;
        justify-content: flex-end;
    }

    #bookAppointmentModal .modal-header-wrapper {
        width: 100%;
    }
    .bookAppointment__contact-container {
        padding: 0 20px 100px;
    }
    .bookAppointment__shop-detail-table {
        width: 100%;
        padding: 0 20px 20px;
    }

    .bookAppointment__shop-image-cell,
    .bookAppointment__shop-opening-cell {
        display: none;
    }

    .bookAppointment__shop-location-cell {
        background: #F2F2F3;
        padding: 20px;
    }

    .bookAppointment__date-time-container {
        width: 100%;
        display: block;
        border-right: 0;
        padding: 20px;
    }

    .bookAppointment__date-time__date-option {
        width: calc(100%/4);
        flex-grow: 0;
    }

    .bookAppointment__date-time__time-option {
        width: 100%;
    }

    .bookAppointment__date-time__time-container {
        display: table;
        width: 100%;
    }

    #callbackModal .modal-content,
    #bookAppointmentModal .modal-content {
        padding: 50px 0 73px;
        height: 100%;
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        margin: 0 auto;
    }

    #bookAppointment-modal-footer__back-btn {
      position: fixed;
      top: 14px;
      left: 20px;
    }
    .bookAppointment__date-time__date-option {
        border-top: 0; 
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        color: #333;
        position: relative;
        font-family: NotoSansRegular, NotoSansTCRegular;
    }
    .bookAppointment__date-time__date-option:nth-child(-n+4) {
        border-top: 1px solid #CCCCCC;
    }       
    .bookAppointment__date-time__date-option:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .bookAppointment__date-time__date-option:last-child {
        border-right: 1px solid #CCCCCC;
        border-bottom-right-radius: 4px;
    }
    .bookAppointment__date-time__date-option:nth-child(4){
        border-top-right-radius: 4px;
        border-right: 1px solid #CCCCCC;
    }
    .bookAppointment__date-time__date-option:nth-child(5){
        border-bottom-left-radius: 4px;
    } 
    .bookAppointment__date-time__date-option.selected {
        color: #ff0000;
        font-family: NotoSansSemiBold, NotoSansTCBold;
    } 
    .bookAppointment__date-time__date-option.selected:before {
        position: absolute;
        border: 1px solid #ff0000;
        content: "";
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        left: -1px;
        top: -1px;
        z-index: 1;
    }
    .bookAppointment__date-time__date-option.selected:first-child:before {
        border-top-left-radius: 5px;
    }
    .bookAppointment__date-time__date-option.selected:last-child:before {
        border-bottom-right-radius: 5px;
    }
    .bookAppointment__date-time__date-option.selected:nth-child(4):before{
        border-top-right-radius: 5px;
    }
    .bookAppointment__date-time__date-option.selected:nth-child(5):before{
        border-bottom-left-radius: 5px;
    } 
    .bookAppointment__date-time__time-option{
        border-top: 1px solid #CCCCCC;    
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        color: #333;
        position: relative;
        font-family: NotoSansRegular, NotoSansTCRegular;
    }    
    .bookAppointment__date-time__time-option:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .bookAppointment__date-time__time-option:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: 1px solid #CCCCCC;    
    }
    .bookAppointment__date-time__time-option.selected{
        color: #ff0000;
        font-family: NotoSansSemiBold, NotoSansTCBold;
    }
    .bookAppointment__date-time__time-option.selected:before {
        position: absolute;
        border: 1px solid #ff0000;
        content: "";
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        left: -1px;
        top: -1px;
        z-index: 1;
    }
    .bookAppointment__date-time__time-option.selected:first-child:before {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .bookAppointment__date-time__time-option.selected:last-child:before {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;  
    }
    /*.bookAppointment__date-time__time-option-remark{
        color:#ff0000;
    }*/
    .need-assistance__helper-plan-title {
        margin: 20px 0 20px;
    }
    /*.assist-button {
        right: 10px;
        width: 65px;
        height: 65px;
    }
    .assist-reminder {
        height: 65px;
    }*/
    .callback-container__timeslot-table {
        margin-bottom: 0;
    }
    .callback-container__timeslot-header, .callback-container__info-header {
        margin-bottom: 20px;
    }
    .plan-advisor__btn{
        width: 100%;
    }
    .assist-reminder__close {
        margin-right: 10px;
    }
    .assist-reminder__content {
        line-height: 20px;
        font-size: 16px;
    }
    .callback-modal__header{
        margin: 0 0 10px;
    }
    .callback-modal__desc{
        font-size: 15px;
    }
}
/* animated css */
.animated {
  /*animation-duration: 1s;*/
  animation-fill-mode: both; }
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }  
/**/
/*
#bookAppointmentModal[data-page='5G-Minisite'] #bookAppointment-shop--desktop #shopMap{
    display: none;
}

#bookAppointmentModal[data-page='5G-Minisite'] #bookAppointment-shop--desktop .bookAppointment__store-location__tab-container{
    width: 100%;
}
*/