.hide {
    display: none;
}
/*醫師照片*/
.doctorInfo .dr_pic {
    width: 500px;
    max-width: 80%;
    margin: 15px auto;
}

@media screen and (max-width:768px) {
    .doctorInfo .dr_pic {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .doctorInfo .dr_pic {
        display: block;
    }
}
/*跑馬燈*/
.topMarq {
    font-size: 18px;
    margin-top: 0px;
    background: #675958;
    color: #ffffff;
    margin-bottom: -7px;
    white-space: nowrap;
    padding: 5px 0;
}

    .topMarq span {
        margin-right: 10em;
    }

        .topMarq span a {
            color: #FFF;
        }

/*footer map mask*/
#footerMapMask {
    height: 400px;
    position: absolute;
    width: 100%;
}

/*產品*/
.cateFilter li {
    display: block;
}

    .cateFilter li a {
        border-bottom: 2px solid transparent;
        display: block;
        padding: 5px 8px;
        text-transform: capitalize;
        font-size: 16px;
        color: #777;
    }

    .cateFilter li.active a {
        /*border-bottom-color: #006633;*/
        color: #006633;
        font-weight: bold;
    }

.childLevelArrow {
    width: 30px;
}

.productList > div {
    margin-bottom: 50px;
}

.showSubItem {
    float: right;
    font-size: 1.3em;
}

.ProductActionBlock {
    text-align: center;
}

.productPrice {
    color: #666;
    text-align: center;
}

.panel-body i {
    font-size: 1.5em;
    margin-right: 10px;
    vertical-align: text-top;
    font-weight: bold;
}

/*詢價車*/
.QuotationCartLink {
    position: fixed;
    bottom: 190px;
    right: 15px;
    font-size: 30px;
    color: #FFF;
    background: #00a700;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 5;
    margin: 0 12px;
    border-radius: 29px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.QuotationCartCount {
    position: fixed;
    bottom: 234px;
    right: 22px;
    font-size: 15px;
    background: #e8423e;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    width: 20px;
    height: 24px;
    border-radius: 4pt;
}

/*購物車*/
.addCartNum {
    color: #666;
}

.shopCartLink {
    position: fixed;
    bottom: 125px;
    right: 15px;
    font-size: 30px;
    color: #e8e8e8;
    background: #ffb123;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 5;
    margin: 0 12px;
    border-radius: 29px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
}

.shopCartCount {
    position: fixed;
    bottom: 169px;
    right: 22px;
    font-size: 15px;
    background: #e8423e;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    width: 20px;
    height: 24px;
    border-radius: 4pt;
}

.productCartList {
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    margin-bottom: 50px;
}

    .productCartList tr > * {
        border: 2px solid #DDD;
        padding: 10px 5px;
        text-align: center;
    }

    .productCartList .ProductCartImg {
        max-width: 100px;
        max-height: 100px;
    }
/*查看訂單列表*/
#orderAct {
    font-size: 18px;
    background: #eee;
    text-align: center;
}

.orderList {
    width: 100%;
    /*background: #f5f5f5;*/
    text-align: center;
    margin-bottom: 40px;
}

    .orderList tr th {
        text-align: center;
        font-size: 1.5em;
        border-bottom: 2px solid #bebebe;
        padding: 10px 0;
    }

    .orderList tr td {
        padding: 15px 0;
        border-top: 1px solid #bdbdbd;
        cursor: pointer;
    }

.orderInfo tr td {
    border-bottom: 1px solid #bdbdbd;
    cursor: default;
}
/*---------------------*/
/*查看訂單內容*/
.orderProductList {
    width: 100%;
}

    .orderProductList tr td {
        border: 1px solid #DDD;
        padding: 10px 5px;
        text-align: center;
    }

    .orderProductList .productImg {
        width: 200px;
        max-width: 100%;
    }

/*預約項目*/
.itemSelect label.itemSelectName {
    font-size: 1.5em;
    background: #fffbe2;
    border: 1px solid;
    padding: 3px;
}

.itemSelect label {
    margin-right: 15px;
}

#regForm select {
    padding: 5px 10px;
    max-width: 100%;
}

.dataBlockMark {
    background: #fff7e8;
    padding: 10px;
}


/*額滿訊息*/
.regHasFull {
    color: #ff4a4a;
}

.notAvailabe.regbtn, .notAvailabe {
    text-decoration: none;
}

.yesTxt {
    color: #148500;
}

.NoTxt {
    color: #df1313;
}

/*相簿*/
.overlay-container {
    position: relative;
}

.albumShadow:before, .albumShadow:after {
    content: " ";
    display: block;
    width: 97%;
    margin: 0 auto;
    height: 1px;
    background: #b1b1b1;
    margin-bottom: 2px;
}

.albumShadow:after {
    width: 99%;
    margin-bottom: 1px;
}

.AlbumPhotoNum {
    background: rgba(0,0,0,0.6);
    color: #FFF;
    position: absolute;
    bottom: 0;
    padding: 3px 7px;
    font-size: 14px;
    left: 0;
    z-index: 10;
}

.photoBlock {
    text-align: center;
    margin: 15px 0;
    width: 100%;
    border: 1px solid #c0c0c0;
    padding: 10px;
    /* 
    -webkit-box-shadow: 7px 10px 21px -6px rgba(0,0,0,0.72);
    -moz-box-shadow: 7px 10px 21px -6px rgba(0,0,0,0.72);
    box-shadow: 7px 10px 21px -6px rgba(0,0,0,0.72);
   */
}

.photoPreview {
    max-width: 100%;
    height: 200px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

.photoList .photoPreview {
    /*visibility:hidden;*/
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

    .photoList .photoPreview.photoShow {
        opacity: 1;
        /*visibility:visible;*/
    }

@media (min-width: 992px) {
    .photoPreview {
        /*width:100%;*/
        height: inherit;
        max-height: 200px;
        object-fit: contain;
        object-position: left;
    }
}

@media (max-width: 992px) {
    .photoPreview {
        width: 100%;
        height: inherit;
    }
}

.photoMask {
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.95);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

    .photoMask .container {
        position: relative;
    }

.fa.maskCloseBtn {
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    z-index: 30;
    padding: 10px;
    color: #FFF;
}

#photoText {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    text-align: center;
    padding: 5px;
    /*background: rgba(0,0,0,0.6);*/
    word-break: break-word;
    z-index: 21;
    color: #d3d3d3;
}

    #photoText a {
        color: #FFF;
        text-decoration: underline;
    }

.changePicBlock {
    position: absolute;
    width: 50%;
    height: 80%;
    z-index: 20;
}

    .changePicBlock.nextPic {
        right: 0;
    }

    .changePicBlock .hintIcon {
        font-size: 5em;
        position: absolute;
        top: 48%;
        left: 10px;
        text-shadow: 2px 2px 2px rgba(76, 76, 76, 1);
        color: #FFF;
    }

    .changePicBlock.nextPic .hintIcon {
        left: inherit;
        right: 10px;
    }

#showPic {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    /*height: 650px;*/
}

#photoList_s {
    position: fixed;
    bottom: 0;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}

    #photoList_s img {
        height: 60px;
        width: inherit;
    }

        #photoList_s img.active {
            border: 3px solid #ff6a6a;
        }

@media (max-width:768px) {
    #photoList_s {
        display: none;
    }

    #showPic {
        height: inherit;
        max-width: 100%;
    }

    .changePicBlock {
        height: 100%;
    }

    #photoText {
        padding: 10px 0;
        background: rgba(0,0,0,0.6);
        position: fixed;
        bottom: 0;
    }
}

.shipSelectBlock, .chooseStoreLink {
    display: none;
}

.sky-form .select select.shipSelect {
    padding-right: 2em;
}

#mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
    top: 0;
    left: 0;
}

#storeInfo {
    font-size: 15px;
    padding-left: 0;
    display: inline-block;
}

#goTop {
    display: none;
    z-index: 5;
    cursor: pointer;
    bottom: 75px;
    right: 20px;
    position: fixed;
    opacity: 0.5;
}

.chooseStoreLink, .btn.chooseStoreLink {
    vertical-align: top;
}
/*Shopping*/
.sky-form .btn-lg {
    padding: 10px 20px;
}

#photoList_s > .row {
    display: block;
}

.albumList img {
    margin: 0 auto;
}

#showReturnIntro {
    margin: 10px;
}

.returnIntro {
    display: none;
}
/*Member*/
#memberInfo {
    width: 100%;
}

    #memberInfo tr td {
        padding: 8px;
        border: 1px solid #CCC;
    }

        #memberInfo tr td:first-child {
            text-align: center;
        }

.redTxt {
    color: #F00;
}

.greenTxt {
    color: #007500;
}

.blueTxt {
    color: #00F;
}
/*Google Login*/
.abcRioButtonBlue {
    margin: 0 auto;
}

/*FB Login*/
.fbLoginBtn {
    display: inline-block;
    padding: 6.5px 0px;
    text-align: center;
    background: #4267B2;
    color: #FFF;
    width: 120px;
    vertical-align: top;
    margin: 0 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

    .fbLoginBtn:hover, .fbLoginBtn:focus {
        color: #FFF;
    }

#googleSignInBtn {
    display: inline-block;
}

.btn.regBtn {
    display: none;
}

@media screen and (max-width:768px) {
    .btn.regBtn {
        display: block;
    }
}


.footer a, footer a {
    color: inherit;
}

.hide {
    display: none;
}

.allowShipHint {
    border: 1px solid #CCC;
    padding: 8px;
    display: inline-block;
    white-space: normal;
}

.sky-form {
    font-family: inherit;
}

.checkboxBlock {
    font-size: 1.5em;
}

    .checkboxBlock input[type=checkbox] {
        width: 20px;
        height: 20px;
        vertical-align: text-top;
    }

.shareImg {
    width: 35px;
    margin: 0 6px;
}

@media screen and (max-width:520px) {
    .photoList .photoPreview.photoShow {
        margin: 10px 0;
        border: 2px outset #d8d8d8;
        padding: 5px;
    }
}

.keyreply-brand {
    display: none;
}

.hotKey {
    position: fixed;
    bottom: 0;
    list-style-type: none;
    width: 100%;
    padding: 0;
    text-align: center;
    z-index: 999;
    margin-bottom: 0;
    display: flex;
}

@media screen and (min-width: 768px) {
    .hotKey, #hotKey-bg {
        display: none;
    }
}

    .hotKey li {
        color: #FFF;
        padding: 10px 10px;
        display: inline-block;
    }

        .hotKey li {
            background: #198964;
        }
        .hotKey li img {
            width: 23px;
            margin-right: 5px;
        }

        .hotKey li.lineAdd {
            background: #4ecd00;
        }
        .hotKey li.tel {
            background: #E44B7B;
        }

            .hotKey li.call-hotKey {
                background: #FF9326;
            }
            .hotKey li.fb-hotKey {
                background: #3D5B97;
            }
            .hotKey li.messenger-hotKey {
                background: #B636D1;
            }
            .hotKey li.line-hotKey {
                background: #00C402;
            }
            .hotKey li.instagram-hotKey {
                background: #EA4070;
            }
            .hotKey li.youtube-hotKey {
                background: #FF0000;
            }
            .hotKey li.twitter-hotKey {
                background: #249EF0;
            }
            .hotKey li.tiktok-hotKey {
                background: #000000;
            }
            .hotKey li.blog-hotKey {
                background: #FF5722;
            }
            .hotKey li.shopee-hotKey {
                background: #FE5721;
            }
            .hotKey li.link-hotKey, .hotKey li.link2-hotKey, .hotKey li.link3-hotKey {
                background: #878787;
            }

.subCatTitle {
    display: inline-block;
    vertical-align: top;
}

.pointer {
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .fa.showPrdCateLeft {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .fa.showPrdCateLeft {
        font-size: 1.5em;
        padding: 8px;
    }

    .prdCateLeft {
        position: fixed;
        z-index: 10000;
        top: 0;
        width: 100%;
        left: 0;
        background: rgba(255,255,255,0.7);
        display: none;
        padding-right: 20%;
        overflow: auto;
        height: 100%;
    }
}

.serviceSearchForm, .dataSearchForm {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .serviceSearchBtn.fa, .dataSearchBtn {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 99;
        font-size: 20px;
        cursor: pointer;
    }

/**
Preloader style
**/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #22232d;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    #preloader-inner,
    #preloader-inner:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.zoomImg {
    background: rgba(255,255,255,1);
}

.morePic {
    max-width: 100%;
    margin: 10px 0;
}

.fa-close:before {
    content: "\f00d";
}

.prdExtraTag {
    color: #FFF;
    padding: 2px 10px;
    background-color: #777;
    font-size: 12px;
}

.orderOKMessage {
    text-align: left;
    margin-bottom: 20px;
}

.orderOKIcon {
    font-size: 35px;
    float: left;
    color: #008200;
    border: 3px solid #008200;
    border-radius: 50%;
    padding: 8px;
}

article img {
    max-width: 100%;
}

.CVSStoreInfo {
    border: 2px solid #CCC;
    padding: 10px;
    display: inline-block;
    margin: 10px 0;
}

.contactOKCheckIcon {
    color: #00cc14;
    font-size: 45px;
    vertical-align: middle;
    margin-right: 10px;
}

#contactOkmsg {
    font-size: 22px;
}

.discountCodeOK {
    color: #044d29;
}

.discountCodeFail {
    color: #a90f0f;
}

.lineLoginBtn {
    display: inline-block;
    padding: 4px 5px;
    text-align: left;
    background: #00c300;
    color: #FFF;
    width: 120px;
    vertical-align: top;
    margin: 0 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

.lineloginIcon {
    margin-top: -3px;
}

.lineLoginBtn:hover, .lineLoginBtn:focus {
    color: #FFF;
}

.quickLogin .lineLoginBtn {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 21px auto;
    padding: 7px 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #00c300;
    width: 100%;
    text-align: center;
}

.on-sale {
    display: inline-block;
    background-color: #C1392B;
    color: #ffffff;
    border-radius: 4px;
    width: 23px;
    font-size: 18px;
    line-height: 23px;
}

    .on-sale div {
        display: flex;
        justify-content: center;
        font-size: 14px;
    }

    .on-sale span {
        display: flex;
        justify-content: center;
        font-size: 14px;
    }
