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