.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;
}
@media screen and (min-width: 768px){
    .hotKey {
        display: none;
    }
}

/*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: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor:pointer;
    z-index: 5;
}

.QuotationCartCount {
    position: absolute;
    bottom: -5px;
    right: -10px;
    font-size: 15px;
    background: #F00;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

/*購物車*/
.addCartNum{
    color:#666;
}

.shopCartLink {
    position: fixed;
    bottom: 125px;
    right: 15px;
    font-size: 30px;
    color: #e8e8e8;
    background: #ffb123;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor:pointer;
    z-index: 5;
}
.shopCartCount {
    position: absolute;
    bottom: -5px;
    right: -10px;
    font-size: 15px;
    background: #F00;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.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;
}

.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;
}
#chooseCSVStoreMap{
    width: 80%;
    margin: 5% 10%;
    height: 80%;
    background: #FFF;
}
#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;
}

 /*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: 100;
}
.hotKey li {
    color: #FFF;
    padding: 5px 15px;
    border-radius: 7px;
    display: inline-block;
    margin: 0 5%;
}
.hotKey li.lineAdd{
    background: #4ecd00;
}
.hotKey li.tel {
    background: #E44B7B;
}

.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 {
    display:inline-block;
    position:relative;
    width: 100%;
}
.serviceSearchBtn.fa{
    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);
}