@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    font-family: 'Arial', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder { color: #000;}
::-moz-placeholder { color: #000;}
:-ms-input-placeholder { color: #000;}
:-moz-placeholder { color: #000;}


img {
    max-width: 100%;
    /*max-height: 100%;
    height: auto !important;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.btn.simple{
  background: #b5b5b5;
  border: 1px solid #b5b5b5;
  color: #fff;
  width: 20%;
  margin:1%;
  letter-spacing: 0.075em;
  line-height: 38px;
  position: relative;
  border-radius: 30px;
  min-width: 120px;
  padding: 0 1%;
}
a.btn.simple:hover{
  background: #7b7b7b;
  border: 1px solid #7b7b7b;
  color: #fff;
}
.btn.simple.bg2 {
    background: #01989B;
    border: 1px solid #01989B;
}
a.btn.simple.bg2:hover{
  background: #E5F9F9;
  border: 1px solid #01989B;
  color: #000;
}

.container {
    padding: 0 20px;
    max-width: 1200px;
}
.content a:hover{
  color:#01989B;
}
.banner .bxslider li a {
    width: 100%;
    height: 100%;
    display: block;
}

.site-title{
  display: inline-block;
}
.site-title {
  width: auto;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}
.site-title .logo {
  background: url(../images/logo.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 10px 0;
  width:180px;
  height: 78px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: inline-block;
}
.site-title .logo:hover {
  opacity: .7;
}
.site_named {
    position: absolute;
    text-align: left;
    font-size: 26px;
    margin-top: -60px;
    width: 100%;
    margin-left: 196px;
}

@media (max-width:767px){
  .site_named a{
      text-align: center;
      font-size: 20px;
      width: 100%;
  }
}
.language-menu .site-title .logo {
  margin: 3px 20px;
}
.language-menu .site-title {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
.toplink{
  margin-left: auto;
  background: transparent !important;
}
.toplink ul ,
.search-box{
  /*display: inline-block;*/
}
.toplink span{
  display: none;
}

.toplink li a{
  display: block;
  width: 50px;
  height: 40px;
  text-align: center;
  color: #1d1d1d;
}
.toplink li:first-child{
  border-left: 1px #e8e8e8 solid;
}

.toplink li a:hover{
  color: #128f92;  
}

.toplink li a:hover i:before{
  color: #128f92;
}
.toplink li i{
  font-size:22px;
  line-height:1.8em;
}

.toplink li a .icon path{   
    stroke: #1d1d1d;   
}
.toplink li a .icon line{   
    stroke: #1d1d1d;   
}
.toplink li a .icon polyline{   
    stroke: #1d1d1d;   
}

.toplink li a:hover .icon path{   
    stroke: #128f92;   
}
.toplink li a:hover .icon line{   
    stroke: #128f92;   
}
.toplink li a:hover .icon polyline{   
    stroke: #128f92;   
}

.site-header {
  background: #ffffff;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 4px 0 #bababa;
}
.site-title a{
  color: #1d1d1d;
}
.site-title a img{
  margin-top: -6px;
}
/*
.site-title .title{
  background: #0b4b4c;
  background: -moz-linear-gradient(left,  #0b4b4c 0%, #56c7ca 100%);
  background: -webkit-linear-gradient(left,  #0b4b4c 0%,#56c7ca 100%);
  background: linear-gradient(to right,  #0b4b4c 0%,#56c7ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4b4c', endColorstr='#56c7ca',GradientType=0 );
  -webkit-background-clip: text;
  color: transparent;
}
*/

.header-search .form-control{
  border-radius: 5px 0 0 5px;
  border: 2px #54a993 solid;
}
.header-search{
  float: left;
  margin-left: 25px;
  width: calc(100% - 95px);
}
.header-search-btn{
  float: left;
  background: #54a993;
  color: #fff;
  margin: 5px 0;
  padding: 8px 10px;
  border-radius: 0 5px 5px 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  /*padding: 10px 0;*/
}
.site-header .container img{
  max-width: 100%!important;
  width: auto!important;
  max-height: 100%!important;
  height: auto!important;
}
.fixed {
  position: sticky;
  top:-130px;
  left: 0;
  right: 0;
  z-index:499;
  -webkit-transition:0s top cubic-bezier(.3, .73, .3, .74);
  
}
.fixed.slideDown {
  top:0px;
  -webkit-transition:0.3s top cubic-bezier(.3, .73, .3, .74);
}

footer .map iframe {
  border: 1px solid #bbb !important;
}
@media (max-height:1024px) {

  .fixed {
    position: fixed;
    top:-130px;
    left: 0;
    right: 0;
    z-index:499;
    -webkit-transition:0s top cubic-bezier(.3, .73, .3, .74);
  }

  .fixed.slideDown {
    top:0px;
    -webkit-transition:0.3s top cubic-bezier(.3, .73, .3, .74);
  }
  
}
@media (max-width:1024px) {
  .site_named {
      font-size: 30px;
  }
}
/*
.cart .toplink li:nth-child(-n+4),
.products .toplink li:nth-child(-n+4) {
  display: none;
}*/
.cart .toplink li:nth-last-child(-n+4),
.products .toplink li:nth-child(2),
.products .toplink li:nth-last-child(-n+4) {
  display: block;
}

.select-bar .search-box,
.select-bar .select-select select{
  width: 16.6%;
}
.search-box{
  position: relative;
  top: -15px;
}
.select-bar .form-group{
    width: 30%;
    float: left;
    margin: 10px 20px 10px 0;
}
.select-bar .form-group + .form-group{
  width: 57%;
  margin: 10px 0px 10px 0;
}
.select-bar .form-group + .form-group .form-control{
  margin-left:1%;
}
.select-bar .form-group .control-label{
  float: left;
  width: 70px;
  margin: 10px 0 0 0;
}
.select-bar .form-group .control-box{
  float: left;
  width: calc(100% - 70px);
}

.select-bar .form-group .control-box-2{
  float: left;
  width: 100%;
}

.search-box .search{
  position: absolute;
  right: 0px;
  top: 2px;
  display: block;
  color: #766344;
  padding: 6.5px 9px;
  border: transparent;
  border-left: none;
  background: transparent; 
}
.search-box .search:hover{
  border-bottom-right-radius:5px;
  border-top-right-radius:5px;
  background: #766344;
  color: #fff;
}
.search-box:before{
  content: '|';
  font-size: 12px;
  position: absolute;
  right: 42px;
  top: 9px;
  color: #cbcbcb;
}
.search-box .search i{
   font-size:20px;
}
.search-box .form-control{
  border:1px solid #e9e9e9;
  background: #f6f6f6;
  border-radius: 5px;
  line-height:1.8em;
  padding: 5px 45px 5px 10px;
  box-shadow: none;
  margin: 0;
}

.header-menber{
  margin-left: auto;
  color: #959595;
  text-align: center;
}

.header-menber i{
  font-size: 36px;
}

.main-content .search-box{
  position: relative;
  width: 100%;
  padding: 10px 0 0 7px;
  top: 0;
  float: left;
  width: 100%;
}
.main-content .search-box input.form-control{
  border-radius: 30px;
  background: #fff;
  width: 100%;
  border:1px solid #CCCCCC;
}
.main-content .search-box:before{
  content: '';
}
.main-content .search-box .search{
  top: 8px;
}
.search-box .search:hover{
  background:transparent;
  color: #000;
}


.menu-box{
  background: #e4d9c7;
  display: none;
}
.marquee{
  background: #e5e5e5;
  padding: 12px 0;
  /*margin: 0 0 20px;*/
}
.marquee span{
  text-align: right;
  display: inline-block;
  float: right;
}
.marquee  a:hover{
  color: #af9369;
  text-decoration: underline;
}
.wrapper{
  background: #fff;
}

.main-content > .container{
  margin-bottom: 60px;
}

.site-nav {
  padding: 10px 0px;
  /*margin: 0 0 20px;*/
}
.site-nav .menu > li {
  position: relative;
  width: 12%;
  margin: 0px;
}
.site-nav .menu > li:after{
  content: "";
  height: 12px;
  width: 1px;
  background: #95876f;
  position: absolute;
  right: 0px;
  top: 40%;
}
.site-nav .menu > li:last-child:after{
  display: none;
}
.site-nav .menu > li > a {
  color: #342912;
  position: relative;
  font-size: 1.3em;
  text-align: center;
  padding: 8px 0;
  display: block;
  text-align: center;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
  color: #c2a16b;
}
.site-nav .menu ul {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+4) {
    /*display: none;*/
}

/*
.main-content{
  margin: 30px 0 0em 0;
}
*/
.main-top .container{
  padding-top: 10px;
  padding-left: 35px;
  /*background: #fbfbfb;*/
}

.main-top .breadcrumb{
  display: block;
  font-size: .8em;
  position: relative;
  top: 0px;
  right:0px;
  float: left;
  color: #b4191e;
}
.breadcrumb li:after{
  content: " > ";
  font-size: .6em;
}
.breadcrumb li:last-child:after{
  content: "";
}
.main-content .side{
  width: 230px;
  float: left;
  padding-left: 10px;
  padding-right: 0;
  background: transparent !important;
  overflow: hidden;
}
.side-nav > li.active:first-child{
  border-bottom: 2px #1d1d1d solid !important;
}
.side-nav > li.active:first-child a{
  background: #1c1c1c;
  font-size: 0.98rem !important;
  font-weight: 500;
  padding-left: 7px !important;
}
.main-content .side .side-nav li{
  padding: .5em 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
.main-content .side .side-nav li a {
  color: #393939;
  font-size: 0.875rem;
  padding: 0 0.5em;
  transition: padding-left 0.2s linear;
  -moz-transition: padding-left 0.2s linear;
  -webkit-transition: padding-left 0.2s linear;
  -o-transition: padding-left 0.2s linear;
}
.main-content .side .side-nav li.active > a,
.main-content .side .side-nav li a:hover{
  color: #01989B;
  background: transparent !important;
}
.main-content .side .side-nav li.active a{
  padding-left: 0;
}

.main-content .side .side-nav ul li.active a {
  color: #666;
}

.main-content .side .side-nav ul {
  display: none;
}

.main-content .side .side-nav li.has-child:before {
  content: '\f105';
  display: block;
  font-family: 'fontawesome' !important;
  color: #393939;
  font-size: 12px;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 8px;
}

.main-content .side .side-nav li.has-child:hover:before {
    color: #01989B;
}

.main-content .side .side-nav li.has-child.active:before {
  content: '\f107';
  display: block;
  font-family: 'fontawesome' !important;
  color: #01989B;
  font-size: 12px;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 8px;
}
/*
.main-content .side .side-nav li.active.has-child:after,
.main-content .side .side-nav li:hover.has-child:after{
  color: #fff;
}
*/
.main-content .side .side-nav li ul{
  margin: 0;
}
.main-content .side .side-nav li ul li{
  margin: .1em 0;
  border:none;
  padding: 0.1em 0.1em 0.1em .9em ;
}

.main-content .side .side-nav li ul li:before{
  content: "-";
  margin-right: 5px;
  float: left;
  margin-top: -2px;
  position: relative;
  z-index: 1;
}
.main-content .side .side-nav li ul li a:hover{
  background: #01989B;
}
.main-content .content{
  width: 100%;
  float: right;
  min-height: 400px;
}
.main-content .content.has-side{
  width: calc(100% - 240px);
}

@media (max-width:768px) { .main-content .content.has-side {width:100%;} }

.main-content .title{
  font-size:1.5em;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5em;
  color: #000;
}
.main-content .editor{
  margin: 0.8em 0;
}
.main-content .editor img {
  height:auto;
}

.toggle-menu {
  display: none;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: none;
  -webkit-box-shadow:none;
  box-shadow: none;
  border: none;
  background: #fff;
}
.bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 24px;
    margin-top: -30px;
        z-index: 99;
        border-radius: 4px;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) 0 0px no-repeat;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) -24px -0px no-repeat;
}
.bx-wrapper .bx-next:focus, 
.bx-wrapper .bx-next:hover {
     background-position: -24px 0;
}
.bx-wrapper .bx-pager{
  text-align: left;
  padding: 0;
  position: absolute;
  bottom: 2%;
  left: 15%;
  width: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  background: #cbcbcb;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #c9b38f;
}
.slick-prev,
.slick-next{
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  border:none;
  background: transparent;
  position: absolute;
  right: 10px;
  top: -40px;
  width: 30px;
  padding: 0;
}
.slick-prev{
  right:50px;
}
.slick-next:before{
  content: '\f054';
  font-size: 18px;
  font-family: "icon-font";
  position: absolute;
  left: -20px;
  width: 30px;
  color: #b1b1b1;
}
.slick-prev:before{
  content: '\f053';
  font-size: 18px;
  font-family: 'icon-font';
  position: absolute;
  left: -20px;
  width: 30px;
  color: #b1b1b1;
}
.slick-next:hover:before,
.slick-prev:hover:before{
  color: #01989B;
}


.site-main{
  margin: 0px 0 0 0;
}

.site-main .title{
  min-width: 150px;
  padding: 10px;
  position: absolute;
}
.site-main .title b{
  font-size: 40px;
  width: 100px;
  display: inline-block;
  line-height: 1em;
  font-weight: normal;
}
.site-main .title span{
  text-decoration: underline;
  margin: 0 0 0 -10px;
}
.sec1{
  display: block;
}
.shopping-box{
  float: left;
  width: 43%;
  position: relative;
}
.shopping-box .title{
  background: url(../images/txtbg.png) repeat;
  display: block;
  color: #fff;
  right: 0;
  bottom: 0px;
  padding: 15px 30px;
}
.shopping-box .pic{
  width: 90%;
  background: url(../images/index/bg1.jpg) #9ddfeb no-repeat 50% 50%;
  height: 330px;
  -moz-background-size:85%;
  -webkit-background-size:85%;
  -o-background-size:85%;
  background-size:85%;
  margin: 0 0 40px 0;
}

.news-box{
  float: right;
  width: 55%;
  padding: 80px 10% 0 0;
  position: relative;
}
.news-box .title{
  margin: 0 0 -20px 0;
  background: #fff;
  display: block;
  left: 0;
  top:40px;
}
.news-box .title b{
  color: #000;
}
.news-box .news-list {
  margin: 0 0 0 50px;
  border:1px solid #e6e6e6;
  padding: 60px 50px 20px;
}
.news-box .news-list li a{
  line-height: 2.6em;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .news-list li a:hover{
  color: #a99067;
  text-decoration:underline;
}
.news-box .news-list .date{
  width: 100px;
  display: inline-block;
}
.sec2{
  margin: 30px 0 20px;
}
.sec2 ul li{
  width: 33.3336%;
  display: inline-block;
  position: relative;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.sec2 ul{
  margin: 0 -10px;
}
.sec2 ul li:first-child{
  border-right: none;
}
.sec2 ul li:first-child,
.sec2 ul li:nth-last-child(-n+2) {
    display: none;
}
.sec2 .title{
  bottom: 0%;
  z-index: 500;
}
.sec2 a .title{
  color:#fff;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.sec2 a:hover .title {
  color:#000;
}
.sec2 ul li.link2 .title b,
.sec2 ul li.link5 .title b {
    width: 140px;
}
.sec2 ul li a:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/txtbg.png) repeat;
  opacity: .7;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.sec2 ul li a:hover:after{
  opacity: 0;
}

.cf{
  margin: 1px 0;
}
.editor.mg{
  margin: 5% 10%;
}
.member_list {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 15px;
    -webkit-padding-end: 15px;
}
.member_list li{
  width: 50%;
  display: inline-block;
  float: left;
}
.member_list li a{
  margin: 1% 1%;
  display: flex;
  padding: 3%;
  border:1px solid #d0d0d0;
  position: relative;
  align-items: center;
}

.member_list li a:hover{
  background: none;
  color: #01989B;
  border:1px solid #01989B;
  text-decoration: none;
}
.member_list li a:hover:after {
  background: none;
  color: #01989B;
  border:none;
  text-decoration: none;
}
.member_list li a:after{
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 30%;
  font-family: 'icon-font' !important;
  font-size: 12px;
  color: #b5b5b5;
  margin-top: 4px;
}
.member_list li i{
  width: 50px;
  display: inline-block;
  position: relative;
  border-right: 1px solid #d0d0d0;
  margin: 0 10px 0 0; 
  font-size: 26px; 
  top: 0px;
}

.member_list li a:hover i {
  border-right: 1px solid #01989B;
}
.leader_list{
  margin: 5% 0;
}
.leader_list li{
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 15px 0;
}
.leader_list li i{
  display:block;
  background: #b1976c;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  border-radius: 100%;
  margin: 0 auto 10px;
}
.leader_list li a:hover i{
  background: #000;
}
.leader_list li span{
  display: block;
}
.m-title{
  background: url(../images/stonehaven.png);
  padding: 3%;
  margin: 2% 0.5%;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.m-title.s2{
  /*padding:1% 2%;*/
  background: url(../images/mbg.jpg) 100% 90% no-repeat;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  text-align: center;
  margin: 0 auto;
}

.m-title .pic{
    display: inline-block;
  max-width: 100px;
  max-height:100px;
  overflow: hidden;
  border-radius: 100%;
  vertical-align:top;
}
.m-title .txt{
  text-align: left;
  display: inline-block;
  padding: 0px 0 0 20px;
  margin: 30px 0 0 0;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 26px;
  color: #5E532F;
}

@media (max-width:425px) {
  .m-title .pic{
    display: inline-block;
    max-width: 50px;
    max-height:50px;
    overflow: hidden;
    border-radius: 100%;
    vertical-align:top;
  }
  .m-title .txt{
    text-align: left;
    display: inline-block;
    padding: 0px 0 0 10px;
    margin: 5px 0 0 0;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 20px;
    color: #5E532F;
  }
}

.products-list{
  display: block;
  padding-left: 5px;
  border-left: 1px #d2d2d2 solid;
}
@media (max-width:980px) {
  .products-list{
    border-left: 0px #000 solid !important;
  }
}
.products-list li{
  width: 25%;
  float: left;
  padding: 0.8%; 
}
.products-list .btn.delete{
  position: absolute;
  right: 0;
  z-index: 99;
  top: 0;
  background: #d0d0d0;
  padding: 4px 0px 10px 10px;
  border-radius: 0 0 0 30px;
}
.products-list .btn.delete:hover{
  background: #000;
}
.related-box .products-list li{
  padding:0.2%; 
}
.products-list .pic{
  text-align: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index:1;
  background-size: cover;
  background-position: center;
  background-color: #eee;
}
.products-list .pic:after{
  content: "";
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background: inherit;
  filter: blur(4px);
  z-index: 2;
}
.pic img{
  z-index:3;
}

.tags{
  color: #fff;
  height: 25px;
  z-index: 1;
  background: transparent !important;
  margin-top: 10px;
  position: absolute;
}
.tags span{
  background: #72d9b0;
  padding: 0px 8px;
  position: relative;
  font-size: 0.7rem;
  float: left;
}
.tags:before{
  content:"";
  float: right;
  clip-path: polygon(0 0, 100% 0, 55% 50%, 100% 100%, 0 100%);
  background: #72d9b0;
  height: 24px;
  width: 20px;
  margin-left: -1px;
}

/*
.tags{
  background: #72d9b0;
  color: #fff;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 2;
  padding: 0 10px;
}
.tags:before{
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  clip-path: polygon(0 0, 100% 0, 55% 50%, 100% 100%, 0 100%);
  background: #72d9b0;
  height: 24px;
  width: 20px;  
}
*/
.products-list .box:hover
{
  /*
  margin-top: -5px;
  margin-bottom: 5px;
  box-shadow: 0 0 5px 0px #bfbfbf;
  */
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.box:hover .pic img
{
  transform: translate(-50%, -50%) scale(1.1) !important;
  -webkit-transition: all 1.25s linear;
  -moz-transition: all 1.25s linear;
  -o-transition: all 1.25s linear;
  -ms-transition: all 1.25s linear;
  transition: all 1.25s cubic-bezier(.170,.85,.45,1);
}

.product-button{
  width: 100%;
  background: rgba(0,0,0,.45);
  position: relative !important;
  z-index: 1;
  color: #fff;
  padding: 8px 0;
  font-weight: bold;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.box:hover .product-button{
  margin-top: -40px;
}

.product-button{
  width: 100%;
  background: rgba(0,0,0,.95);
  position: absolute !important;
  font-size: 0.9rem;
  z-index: 4;
  bottom: 0;
  margin-bottom: -40px;
  color: #fff;
  padding: 8px 0;
  font-weight: 100;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-button:hover{
  color: #fff !important;
  background: rgba(0,0,0,.75);
}

.box:hover .product-button{
  margin-bottom: 0;
}

/*在APP上 商品圖片列表須點兩次才會到內頁,so remark
.products-list a:hover:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index:1;
    position: absolute;
}
.products-list a:hover .pic:after{
  content: "\e915";
  font-family: 'icon-font' !important;
  position: absolute;
  top: 45%;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  z-index: 99;
}*/
.products-list .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 9px;
  margin-top: 44px;
  font-size: 15px;
  background: #fff;
  color: #51545e;
  font-weight: 500;
  border-top: 1px #dbdbdb solid;
}
.products-list .name hr {
  border: 1px solid #cecece;
  width: 40px;
  margin: 24px auto 12px auto;
}

.products-list .box:hover .name{
  color: #01989b;
}

.products-list .offers{
  font-size: 16px;
  font-weight: 600;
  color: #cb2525;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
}
.products-list .markets{
  font-size: 16px;
  font-weight: 500;
  color: #bfbfbf;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  text-decoration: line-through;
}
.products-intro {
    margin-bottom: 10px;
}
.gallery{
    float: left;
    width: 54%;
    max-width: 595px;
}
.pd-intro{
    float: right;
    width: 45%;
    padding-left: 15px;
}

.pd-intro .pd-id {
    color: #aaa;
    font-size: 14px;
}
.pd-intro .pd-name {
    color: #666;
    font-size: 20px;
    font-weight:normal;
    margin:20px 0 10px;
    line-height: 1.2;
}
.pd-info-box .form-group{
  margin: 10px 0; 
}
.pd-info-box .control-label {
    width: 60px;
    display: inline-block;
}
.pd-info-box .control-box {
    display: inline-block;
    color: #666666;
    width: calc(100% - 70px);
}
.pd-intro .btn-group .btn {
    float: left;
    width: 48%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    margin: 5px 1%;
    padding: 10px 0;
}
.pdt-details-fix .pd-intro .btn-group .btn {
    float: left;
    width: 48%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    margin: 5px 1%;
    padding: 10px 0;
}
@media (max-width:425px) {
  .pdt-details-fix .pd-intro .btn-group .btn {
      float: left;
      width: 48%;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      border-radius: 4px;
      margin: 5px 1%;
      padding: 10px 0;
      letter-spacing: 0px;
  }
}
.pd-intro .btn-group .btn.addcart {
    background: #E5F9F9;
    border: 1px solid #01989B;
    color: #666;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pd-intro .btn-group .btn.addcart:hover {
    background: #01989B;
    border: 1px solid #01989B;
    color: #fff;
}
.pd-intro .btn-group .btn.buynow {
    background: #01989B;
    border: 1px solid #01989B;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pd-intro .btn-group .btn.buynow:hover {
    background: #E5F9F9;
    border: 1px solid #01989B;
    color: #666;
}
.pd-intro .btn-group .btn.p_share {
  background: #eee;
  border: 1px solid #ccc;
  color: #666;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pd-intro .btn-group .btn.p_share:hover {
   background: #01989B;
  border: 1px solid #01989B;
  color: #fff;
}
.pd-intro .btn-group .btn.soldout {
    border: 2px solid #D5D6CD;
    cursor: not-allowed;
    color: #A5A693;
}
.pd-intro .btn-group .btn.arrival {
    background: #bebebe;
}
.pd-intro .btn-group .btn.arrival:hover {
    background: #888;
}
.pd-intro .btn-group .btn.wish {
    background: #eee;
    color: #666;
    border: 1px solid #ccc;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pd-intro .btn-group .btn.wish:hover {
    background: #01989B;
    color: #fff;
    border: 1px solid #01989B;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #72B1AA;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #01989B;
    background: #01989B;
    color: #fff;
    z-index: 2;
}
.qty-box .less {
    left: 0;
    border-radius: 5px 0 0 5px;
}
.qty-box .add {
    right: 0;
    border-radius: 0 5px 5px 0;
}
.products-detail {
    position: relative;
}

.w-100 {
  width: 100%;
}



.mt-30 {
  margin-top: 30px;
}

.select-bar{
  display: block;
  clear: both;
}
.select-bar .more-search,
.select-bar .more-search2{
  float: left;
  background: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: none;
  background: #f6f6f6;
  border: 1px solid #ccc;
      margin: 15px 0px 0;
      padding: 5px 10px;
      color: #666;
      text-align: center;
}
.select-bar a.more-search:hover,
.select-bar a.more-search2:hover{
  background:#01989B; 
  color: #fff;
  border: 1px solid #01989B;
}
.select-select select{
  width: auto;
  float: left;
  margin: 14px 7px 0;
}
.share-list li{
  margin: 2% 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 2% 0;
}
.share-list li .pic{
  width: 30%;
  float: left;
}
.share-list li .name{
  width: 68%;
  float: right;
  margin: 2.5% 0 0 0;
  padding-right: 30px;
  max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.link-list li .box:before,
.share-list li .box:before{
  content: '\f054';
  display:block;
  font-family: 'icon-font' !important;
  position: absolute;
  right: 0px;
  top:40%;
  z-index: 99;
}
.link-list li .box:hover:before,
.share-list li .box:hover:before{
  color: #01989B;
}
.share-detail .name{
  margin: 2% 0;
  font-weight: bold;
  color: #000;
}
.link-list li{
  margin: 3% 0;
  padding: 3% 0;
  border-bottom: 1px solid #e7e7e7;

}
.link-list li .name{
  padding-right: 30px;
}
.link-list li .box:before{
  top:10%;
}
.editor.activity{
  border:1px solid #e7e7e7;
  padding:50px 100px;
  margin: 80px 0 0 0;
}
.editor.activity .title{
  margin: -70px 0 0 0;
  border-bottom: none;
}
.editor.activity .title span{
  background: #fff;
  padding: 0 20px;
}

/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(/images/lightbox_close.jpg) no-repeat;
    width: 41px;
    height: 41px;
    right: 0px;
    top:0px;
    border-radius:0 0 0 41px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 0px;
    border-radius: 0px;
}
body .fancybox-inner {
    background: #fff;
    border-radius:0px;
}
.lightbox-wrapper {
    padding: 40px 20px;
    max-width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}
.product-search-fix .lightbox-wrapper {
    padding: 0px 0px;
    max-width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}
.lightbox-wrapper .control-label {
  color: #fff;
  padding: 5px 10px;
  background: #aaa;
  margin:10px 0 5px 15px;
  display:inline-block;
  border-radius: 30px;
  font-size: .9em;
}
.lightbox-wrapper h1{
  text-align: center;
  margin: 0 0 10px 0;
  padding:0 0 20px 0; 
  border-bottom: 1px solid #eee;
}
.lightbox-wrapper .form-group{
  margin: 10px 0;
}
.lightbox-wrapper .input-group .form-control{
  display: inline-block;
  width: 40%;
}

.lightbox-wrapper .send {
  margin-left: 0px;
  margin: auto;
}

.lightbox-wrapper .radio-box {
  padding-left: 15px;
}

.lightbox-wrapper .control-box .input-group {
  padding-left: 15px;
}
.lightbox-wrapper .control-box {
  width: 90%;
}

.box {
  position: relative;
}

.products-list .box {
  background: #fff;
  overflow: hidden;
  padding: 15px;
  /*-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px #cacaca solid;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 3px 3px 5px 0px #e6e6e6;*/
}
.table02 tr td.btn-holder{
  padding: 6px 0;
}
.table02 tr td{
  padding: 12px 20px;
}
.table02 tr:nth-child(even){
  background: #f7f7f7;
}
.table02 .btn.delete,
.table02 .btn.modify {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 22px;
    color: #666;
}

.table02 .btn.delete:hover,
.table02 .btn.modify:hover,
.table02 .btn.delete:active,
.table02 .btn.modify:active {
  color: #01989B;
}
.table02 .number{
  width: 140px;
}
.table03{
  margin: 20px 0 40px 0;
  border: 1px solid #DCDCDC;
}
.table03 tbody:last-child tr{
  padding: 0 0 15px 0;
}
.table-h.table03 tr {
    border-bottom:none;
}
.table02.table03 tr{
      padding: 0;
}
.table .btn.more {
    line-height: 26px;
    padding: 0 10px;
    background: #f6f6f6;
    color: #666;
    border-radius: 30px;
    border: 1px solid #ccc;
}


.table .btn.more:hover {
    background: #01989B;
    border: 1px solid #01989B;
    color: #fff;
}
.table .btn.more:hover i {
  color: #fff;
}
.table-h thead th {
    background: #e7e7e7;
    color: #000;
    padding: 8px 10px;
}
.table-h td {
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h td.align-left{
    text-align: left;
}
.table-h tr{
    border-bottom: 1px solid #DCDCDC;
}

.table-h.cart-table tr:last-child {
  border-bottom: none;
}


.table-v {
    color: #777;
    font-size: 14px;
}
.table-v tr{
    border-bottom: 1px solid #ddd;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 130px;
    font-weight: normal;
    position: relative;
    background: #F0F0F0;
}

.pd-info-box .table-v th.text-center {
    background: #F7E8CF;
    color: #826231;
}

.pd-info-box .table-v th.text-center {
  text-align: center;
}

table.table td, table.table th{
    padding: 5px;
}

.table-v strong {
    color: #01989B;
}
/*------------ / lightbox ------------*/
/*
footer{
  margin-top: 30px;
}
*/
footer  a:hover{
  color: #01989B;
}
footer .info_box{
  background: #f6f6f6;
  color: #7a7a7a;
  font-size: 0.9rem;
}
footer .info_box .container {
  padding: 30px 15px;
}
footer .info_box .container > div{
  width: 33.3333%;
  display: inline-block;
  float: left;
  padding: 0 15px;
}
footer .logo {
  background: url(../images/logo2.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 10px 0;
  width:333px;
  height: 78px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: inline-block;
}
footer .info_box .container > div.map {
   padding-left: 50px;
}

footer .map .image{
  text-align: left;
}

footer .map span {
  text-align: left;
  line-height: 0;
  font-size: 13px;
}

footer .map img {
  margin-top: 4px;
}

footer .link ul li{
  width: 50%;
  float: left;
}

footer .info{
  margin: 0px 0;
}
.copyright{
  background: #393939;
  text-align: center;
  color: #eeeeee;
  padding: 10px 0;
  font-size: 0.85rem;
}
footer .copyright p{
  display: none;
}

.info2{
  display: none ;
}

.floating {
    display: none;
    position: fixed;
    right:1%;
    bottom: 15%;
    z-index: 400;
    transition: all .3s ease;
}


.floating .ibtn.gotop {
    background: rgba(0,0,0,.5) url(/images/mobile_gotop.png) 50% 50% no-repeat ;
    width: 34px;
    height: 34px;
    border: 0;
  }
  .floating .ibtn.gotop:hover{
    background: rgba(0,0,0,.9) url(/images/mobile_gotop.png) 50% 50% no-repeat ;
  }
/*------------ pagination ------------*/
.pagination_box{
  margin:2em 0 .5em;
  text-align: center;
}
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  margin: 0 2px;
  box-sizing: border-box;
  border: 1px #000 solid;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #c2c2c2;
    line-height: 32px;
}
@media screen and (max-width:767px) {
  .pagination li a.controls {
      height: 37px;
      padding-top: 4px;
      margin-top: 0 !important;
  }
}
.pagination .icon-chevron-right:before {
  content: "\f054";
  color: #000;
  font-size: 0.85rem;
  position: absolute;
  margin-top: 9px;
  margin-left: -3px;
}
.pagination li a.controls:hover {
    background: #000;
}
.pagination li a.controls:hover .icon-chevron-right:before{
    color: #fff;
}
.pagination .icon-chevron-left:before {
  content: "\f053";
  color: #000;
  font-size: 0.85rem;
  position: absolute;
  margin-top: 9px;
  margin-left: -6px;
}
.pagination li a.controls:hover .icon-chevron-left:before{
    color: #fff;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 20px;
    border: 1px solid #c2c2c2;
    margin: 0;
    background: none;
    font-size: 15px;
    padding: 0px 10px;
    width: 100%;
    border-color: #000;
    border-radius: 0;
}

.page-info .form-control:focus {
    border-color: #ddd;
}

/*------------ / pagination ------------*/

.memberid{
  display: none;
}
.mmenu-show .memberid{
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  color: #fff;
  font-size: 1.2em;
}

.mmenu-show #mobile-fixed li i{
  font-size: 28px;
}
.mmenu-show #mobile-fixed a {
  display: block;
  text-align: center;
  line-height:1.4em;
  position: absolute;
  width: 50px;
  height: 40px;
  background: #fff;
  right: 0;
  color: #666;
  cursor: pointer;
}
.mmenu-show #mobile-fixed a.goback {
  left:0;
  background:none;
}
.mmenu-show #mobile-fixed a.goback i {
  font-size: 12px;
  color: #666;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: none;
}
.mmenu-show #mobile-search .search{
    position: absolute;
    right:8px;
    top: 4px;
}
.mmenu-show #mobile-search .search .ic3-search2{
    font-size: 20px;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #c9b38f;
    border: none;
}
.mmenu-show .toggle-mmenu-close i {
  color: #999;
  font-size: 20px;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #80caa5;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #01989B;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .search-box {
    position: relative;
    top: 0px; 
    margin: 10px 15px;
}
.mmenu-show #mobile-menu .search-box .form-control {
  width: 100%;
}
/*
.mmenu-show #mobile-menu .menu > li:first-child{
  border-top: 1px solid #e4d2b4;
}*/
.mmenu-show #mobile-menu .menu li.active{
  background: #ffffff;
  color: #3d3d3d;
}
.mmenu-show #mobile-menu .menu ul{
    background: #fff;
    color: #3d3d3d;
    padding: 10px 0px;
}
.mmenu-show #mobile-menu .menu ul li ul{
    background: #F4F7F7;
    color: #3d3d3d;
    padding: 0px 0px;
}
.mmenu-show #mobile-menu .menu ul li{
    line-height: 2em;
}
.mmenu-show #mobile-menu .menu ul li a {
    padding-left: 20px;
    border-bottom:none;
    padding: 2px 20px;
    font-size: 1em;
}
.mmenu-show .main-content .content.has-side{
  width: 100%;
}
.form-group{
  margin: 20px 0;
  display: block;
}
.form-group.name{
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  padding:5px 10px;
  margin: 20px 0; 
  display: block;
  width: 100%;
  background: #e7e7e7;
  position: relative;
  
}
.form-group.name .radio-box{
  position: absolute;
  left: 80px;
  top: -43px;
  z-index: 99;
  display: flex;
}

[type="checkbox"], [type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.form-group.name .radio-box label {
  padding-right: 20px;
  display: flex;
  align-items: center;
}


.form-control{
  -webkit-appearance:none; 
  -moz-appearance:none;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  padding:5px 10px;
  margin: 5px 0; 
  display: block;
  width: 100%;
  color: #000;
}
.lightbox-wrapper .form-group-fix .control-box .form-control {
  margin-left: 15px;
}
.form-control:focus {
    outline: none;
    border-color: #01989B;
}
.form-box select.form-control {
  background: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
  min-height: 37px;
  color: #666;
  background: url(../images/down.png) no-repeat 97% 0 #e7e7e7;
  padding: 5px 10px 5px 40px;
}
select.form-control {
  background: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
  min-height: 37px;
  /*width: 44.6%;*/
  color: #666;
  background: url(../images/down.png) no-repeat 97% 0 #fff;
  padding: 5px 10px;
}

.lightbox-wrapper select.form-control {
  background: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  box-shadow: none;
  min-height: 37px;
  width: 44.6%;
  color: #666;
  background: url(../images/down.png) no-repeat 97% 0 #fff;
  padding: 5px 10px;
}


.form-box02{
  padding: 20px 30px;
  border: 0;
}
.radio-box {
  margin-top: 20px;
}

.radio-box .form-radio {
  padding: 0 15px 0 0;
}
.form-box .form-control{
  padding: 5px 10px 5px 80px;
  background: #e7e7e7;
  color: #666;
}
.form-box .w170 .form-control{
  padding: 5px 10px 5px 170px;
}
.form-box .w130 .form-control{
  padding: 5px 10px 5px 130px;
}
@media (max-width:767px){
  .m-title {
    font-size: 16px;
  }
  .form-box .w130 .form-control{
    padding: 5px 10px 5px 95px;
  }
  
  .pd-intro {
    padding-left: 0;
  }
}
.form-box .w110 .form-control{
  padding: 5px 10px 5px 110px;
}
.form-box .w100 .form-control{
  padding: 5px 10px 5px 90px;
}

.form-box .control-label{
  position: absolute;
  top: 6px;
  left: 40px;
}
.form-control[disabled], fieldset[disabled] .form-control  ,.name.disno{
    cursor: not-allowed;
}
.control-box,
.input-box{
  position: relative;
}
.control-box i{
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 20px;
  color: #9c9c9c;
}
.form-group.checbox{
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.form-group.checbox input {
  align-self: flex-start;
}
.normal{
  border-radius: 30px;
  width: 40%;
  display: inline-block;
  padding: 10px ;
  color: #fff;
}
.normal:hover,
a.normal:hover{
  background: #676767;
  color: #fff;
  text-decoration: none;
}
.send{
  margin: auto;
  display: block;
  background: #01989B;
}

.invite-share .send {
  width: 20%;
  margin: auto;
}
.color01{
  color: #f00;
  font-style: italic;
  font-size: 1.2em;
}
.color02{
  color: #01989B;
  font-style: italic;
  font-size: 1.2em;
}

.success-box .order-id {
    background: #E5F9F9;
    color: #000;
    border: 1px solid #01989B;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 6px 16px;
    margin: 1.6em auto;
    max-width: 440px;
    border-radius: 30px;
}
.success-box{
  text-align: center;
  padding: 5%;
}
.success-msg{
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 1.5em;
}

.current{
  display: none;
}

#tabwrap{
  margin: 20px 0 0 0;
}
.products .current{
  display: block;
}
.products #content > div {
    clear: both;
    padding: 1.5em 1em;
    color: #666;
    display: none;
}
.products #content .current {
    display: block;
}
.products #tabs li{
  width: 25%;
  border:1px solid #fff;
}
.products #tabs li a{
  display: inline-block;
  color: #fff;
  background: #7f7f7f;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%
}
.products #tabs li.current a,
.products #tabs li a:hover{
  background: #a6a6a6;
  color: #fff;
}
.share{
  position: relative;
}
.share .btn.share{
  position: absolute;
  right: 0px;
  top: -30px;
}

.share-fix-2 .share .btn.share{
  position: absolute;
  right: 0px;
  top: -35px;
}

.share-fix .share .btn.share{
  position: absolute;
  right: 0px;
  top: 0px;
}
.share i{
  font-size: 20px;
  color:#777; font-weight:bold;
}

.share a:hover i,.share a:active i {
  color: #01989B;
}
.share-box li{
  width: 20%;
  text-align: center;
  margin: 10px auto;
}

.invite-share .share-box li{
  width: 14%;
  text-align: center;
  margin: 10px auto;
}

.share-box li i{
  display: block;
  width: 50px;
  margin: 10px auto;
  min-height: 50px;
}

.bx-prev, .bx-next {
    display: none;
}

.bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
    display: block;
}

.payway {
  background: #e5e5e5;
  border-radius: 50px;
  padding: 20px 20px;
}

.payway .shopping-title {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}

.payway .atm-transfer-info-2 h3{
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.payway .atm-transfer-info-2 span {
  display: block;
}

.payway .atm-transfer-info-2 span font {
  color: #398EB5;
}

.table-responsive {
  margin-top: 30px;
  border: none;
}

.orga {
  color: rgba(119, 119, 119,1);
  border-width: 1px;
  border-color: rgba(215, 215, 215,1);
  border-collapse: collapse;
  word-break: keep-all;
  font-size: 13px;
}

.orga thead tr th {
  border-width: 1px;
  padding: 8px 10px;
  border-style: solid;
  color: rgba(119, 119, 119,1);
  border-color: rgba(215, 215, 215,1);
  background-color: rgba(240, 240, 240,1);
  text-align: left;
  line-height: 15px;
  word-break: keep-all;
}

.orga thead tr th span {
  color: #999;
  font-size: 13px;
}
.orga thead tr th.head-th {
  border-width: 1px;
  padding: 8px 2px;
  border-style: solid;
  border-color: rgba(215, 215, 215,1);
  background-color: rgba(211, 209, 209,1);
  text-align: left;
}

.orga thead tr th.head-th-1 {
  border-width: 1px;
  padding: 8px 2px;
  border-style: solid;
  border-color: rgba(215, 215, 215,1);
  background-color: rgb(255, 255, 255);
  text-align: left;
}

.orga tbody tr td {
  padding: 8px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(215, 215, 215,1);
  background-color: rgba(255,255,255,1);
  word-break: keep-all;
}

.orga tbody tr td.link {
  color: #01989B;
}

.invocie-p {
  padding: 0;
  padding-left: 29px;
  margin: 0;
}

.invocie-p font {
  font-weight: bold;
}

.invoice-fix input[type="radio"] {
  position: relative;
  top:4px;
}


select.select-id {
  margin-left: 20px;
  padding: 5px;
}

input.amount-type {
  margin-left: 20px;
}

.orga span.total {
  font-size: 15px;
  color: #e10000;
}

.orga span.note {
  font-size: 13px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.invite-share .code {
  margin-top: 5px;
}

.invite-share .code span {
  text-align: center;
  font-size: 17px;
}

.invite-share .code span font {
  color: #4D98E2;
  font-size: 23px;
  
}

.invite-share .step-title {
  margin-top: 10px;
  width: 100%;
}

.invite-share .step-title .titles {
  font-size: 18px;
}

.invite-share .step-title span {
  width: 33%;
  height: 1px;
  background: #ddd;
}

.invite-share .step-title p {
  font-size: 15px;
  color: #666;
  line-height: 21px;
  margin-top: 10px;
}

.invite-share .step-title .megg {
  background: #E58537;
  color: #fff;
  padding: 4px 8px;
}

.invite-share .info-note {
  margin-top: 8px;
  border-top: 1px solid #ddd;
  padding: 5px 0 0 0;
  color: #666;
  font-size: 15px;
}

.invite-share .form-box .form-control {
  padding-left: 90px;
}

.index-main-fix .container {
  margin-top: -10px;
}

.product-search-fix .main-content .search-box{
    width: 95%;
  }
  
  .invoice-table-fix .table .btn.more {
  background: #f6f6f6;
  border: 1px solid #ccc;
}

.invoice-table-fix .table .btn.more:hover {
  background: #01989B;
  border: 1px solid #01989B;
}

/* 活動花絮styling starts */
body.activity-body .fancybox-close {
    background: url(../js/fancyBox/source/fancybox_sprite.png);
    width: 44px;
    height: 40px;
    right: -20px;
    top:-20px;
}

.photo-list li {
  float: left;
  width: 33.33%;
  padding: 10px;
  text-align: center;
}

.photo-list li a .box .pic:after {
  content:"";
  position: absolute;
  width: 100%;
  height: auto;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0,0,0,.2);
}

.photo-list li a:hover .box .pic:after {
  opacity: 1;
}

.photo-list li a .box .txt .name {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

@media (max-width:480px) {
  .photo-list li {
    width: 50%;
  
  }
  
}
/* 活動花絮styling ends */

/* 語言選擇styling starts */
.language {
  position: absolute;
  right: 7px;
  top:10px;
  margin: 0;
  padding: 0;
  width:100px;
  padding: 0px 4px 4px 4px;
  border-radius: 5px;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  color: #666;
}

@media (max-width:980px) {
  .language {
    display: none;
  }
  .lightbox-wrapper h1 {
    font-size: 20px;
  }
}
/* 語言選擇styling ends */

/* 浮動購物車按鈕styling starts */
.icart {
  position: relative;
  margin: 0;
  padding: 8px 0 0 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  width: 34px;
  height: 34px;
  text-align: center;
  display: block;
}

.icart:hover,.icart:active {
  background: rgba(0,0,0,.9);
}

.icart i {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.member .form-group input[type="checkbox"] {
  position: relative;
  top:4px;
}

.member .form-group.checbox input[type="checkbox"] {
  position: relative;
  top:2px;
}

@media (max-width:980px) {
  
  .site-title {
    width: 180px;
    position: relative;
    z-index: 0;
  }
  .icart {
    background: rgba(0,0,0,.5);
    padding: 5px 0 0 0;
    width: 30px;
    height: 30px;
  }
  
  .icart:hover,.icart:active {
    background: rgba(0,0,0,.9);
  }
  
  .icart i {
    font-weight: normal;
    color: #fff;
  }
}
/* 浮動購物車按鈕styling ends */
.info2{
    display:none;
    
  }

@media screen and (max-width:1200px) {
  .select-bar .search-box,
  .select-bar .select-select select{
    width: 15.8%;
  }
  
  
}
@media screen and (max-width: 980px) {
  .search-box,
  .marquee,
  .menu-box,
  .sec1,
  .info_box,
  .products .toplink li:nth-child(2),
  .site-main .title span{
    display: none;
  }
  
  .info2{
    display:none;
  }
  
  .select-bar .search-box,
  .select-bar .select-select select{
    width: 15.8%;
  }
  .openside .side,
  .main-content .search-box{
    display: none;
  }
  .site-header{
    background: #fff;
    height: 44px;
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
  }
  .site-header .container {
    max-height: 44px;
  }
  .site-title {
    margin: 0 auto; 
    text-align: center;
    width: 100%;
    height: 43px;
  }
  .site-title .logo{
    width: 0%;
    height: 0%;
  }
  .site_named{
    position: relative;
    top: -42px;
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    color: #666;
    margin-left: 0;
  }
  
  .site-title a{
    display: none !important;
  }
  .site-title a.title{
    display: block !important;
    line-height: 0;
    margin-top: 24px;
    font-size: 20px;
  }
/*  .site-title .logo{
    width:110px;
    height:36px;
    background: url(../images/logo_s.png) no-repeat 50% 50%;
    margin: 5px 0;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
  }*/
  .mmenu-show .memberid {
    top:13px;
    font-size: 16px;
  }
  .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .bx-wrapper {
    margin-bottom: 18px;
  }
  .bx-wrapper .bx-pager {
    bottom: -1%;
    left: 10%;
  }
  .sec2 {
      margin: 10px 0 0px;
  }
  .sec2 ul{
    margin: 0 0px;
  }
  .sec2 ul li{
    padding: 0;
  }
  
  .toplink ul{
    position: fixed;
    bottom: 0;
    z-index: 599;
    width: 100%;
    left: 0;
  }
  .toplink ul li{
    width: 25%;
  }
  .toplink ul li a{
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 80px;
    padding: 10px 0 0;
    border:none;
    border-top: 1px solid #e9e9e9;
    background: #fff;
  }
  .toplink li i {
    font-size: 40px;
    line-height: 0.9em;
  }
  .toplink ul li span{
    display: block;
  }
  .sec2 ul li:first-child, .sec2 ul li:nth-last-child(-n+2){
    display: block;
  }
  .sec2 ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    border: 0px solid #fff;
  }
  .site-main a .title{
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 8px;
  }
  .site-main a:hover .title{
    color: #fff;
    background: rgba(0,0,0,1);
  }
  .sec2 ul li.link2 .title b, 
  .sec2 ul li.link5 .title b,
  .site-main .title b {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    line-height:1em;
    font-weight: normal;
    vertical-align: middle;
  }
  .sec2 ul li a{
    margin:3px;
    position: relative;
  }
  .sec2 ul li a:after {
    content: "";
    display: none;
  }
  .floating {
    background: none;
    right: 1%;
    bottom: 0px;
    transition: all .3s ease;
  }
  .floating .ibtn.gotop {
    background: rgba(0,0,0,.5) url(/images/mobile_gotop.png) 50% 50% no-repeat ;
    width: 30px;
    height: 30px;
    border: 0;
  }
  .floating .ibtn.gotop:hover{
    background: rgba(0,0,0,.9) url(/images/mobile_gotop.png) 50% 50% no-repeat ;
  }
  .bx-wrapper .bx-pager {
    bottom: -8%;
    left: 5%;
    display:none;
  }
  .products-list li{
    width: 33.333%;
  }
  .table02 tr {
    padding: 10px 0;
    position: relative;
  }
  .mobile-side{
    display: block;
  }
  
  .toplink {
    display: none;
  }

  .mmenu-show #mobile-fixed {
    top: 0;
  }
  
  .mmenu-show.mmenu-open .site-header{
    left: 100%;
    right: -100%;
  }
  
  .info2{
    display:block;
    padding-top: 10px;
  }
  
  footer{
    margin-top:30px;
  }
  
}

@media screen and (max-width: 767px) {
  .main-content .title{
    margin: 0px -15px;
  }
  .editor.mg{
    margin: 0%;
  }
  .member_list li{
    width: 100%;
    display: block;
    float:none;
  }
  .member_list li a{
    margin: 0px;
    border: none;
    border-bottom:1px solid #d0d0d0;
    margin: 0 -15px;
  }
  .member_list li a:hover{
    border: none;
    border-bottom:1px solid #01989B;
  }
  .m-title{
    margin: 0 -15px;
    padding: 5%;
  }
  .m-title.s2{
    padding: 2% 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .editor.activity{
    padding:10px 10px 20px;
  }
  .editor.activity .title{
    margin: -30px 0 0 0; 
  }
  .products #tabs li a{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;   
  }
  .products-list{
    margin: 0 -15px;
    /*background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 2%, #ffffff 2%);
    background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 2%,#ffffff 2%);
    background: linear-gradient(to bottom, #ededed 0%,#ffffff 2%,#ffffff 2%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );*/
    padding: 0px 0 0 0;
  }
  .products-list li{
    width: 50%;
    /*border:1px solid #e7e7e7;*/
  }
  .products-list .name {
    border:none;
  }
  .select-bar .search-box,
  .select-bar .select-select select{
    width: auto;
  }
  .select-bar .form-group{
      width: auto;
      float: none;
      margin: 5px 10px;
      margin-top: 20px;
  }
  .select-bar .form-group + .form-group{
    width: auto;
    margin: 5px 10px;
  }
  .select-bar .form-group + .form-group .form-control{
    margin-left:1%;
  }
  .main-content .search-box{
    display: block;
    float: none;
    width: 100%;
    padding: 10px 3px 10px 12px;
  }
  
  .product-search-fix .main-content .search-box{
    display: block;
    float: none;
    width: 100%;
    background: #e7e7e7;
    padding: 10px 10px;
  }
  .main-content .search-box .search{
    top: 12px;
    right: 0%;
    padding-right: 20px;
  }
  .main-content .search-box input.form-control{
    border-radius: 30px;
    background: #fff;
    width: 100%;
    border:1px solid #CCCCCC;
  }
  
  .form-box02{
    padding: 0px 0px;
    border: 0;
  }
  
  .cart .form-box02 {
    margin-top: 20px;
  }
  .select-bar {
    margin: 0 -15px;
    margin-top: -20px;
  }
  .select-bar .form-box{
    padding: 0 15px;
  }

  .select-bar .more-search{
    position: absolute;
    top: 50px;
    right: 0;
  }
  .select-bar .more-search2{
    position: relative;
    text-align: center;
    width: 96%;
    margin: 10px 2% 0;
  }
  .select-select{
    padding:0 5px; 
  }
  .select-bar .select-select select{
    width: 48%;
    margin: 5px  1% 5px;
    float: left;
  }
  
  .select-bar .select-select-fix .select-select select{
    width: 84%;
    margin: 30px  1% 5px;
    float: left;
  }

  .gallery,
  .pd-intro{
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .pd-intro .pd-name{
    margin: 10px 0;
  }
  .table02 thead{
    display: none;
  }
  .table02 tr, .table02 td {
    display: block;
    text-align: left;
  }
  .table02 tr td {
    padding:5px 10px;
  }
  .table02 td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table02 td .btn.delete {
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .table02 td .btn.modify {
    position: absolute;
    right: 35px;
    top: 10px;
  }
  .table02 .number .control-box{
    float: left;
    position: absolute;
    bottom: 5px;
    left: 125px;
    width: 80px;
  }
  .table03{
    border:none;
    border-bottom: 1px solid #DCDCDC;
  }
  .share-list li .name{
    margin: 1.5% 0 0 0;
  }
  .share-list li .box:before{
    top:30%;
  }
  .share .btn.share{
    right:-10px;
  }

  /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        margin-top: 6px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    
  .info2{
    display:block;
  }
  
/*------------ / pagination 767 ------------*/
 .main-top .breadcrumb {
    top: 0;
    width: 80%;
    padding-right: 10px;
  }
  
  .bx-wrapper {
    margin-bottom: 0px;
  }

}
@media screen and (max-width: 480px) {
  /*.main-top{
    display: none;
  }*/
  .main-content{
    margin: 10px 0 0 0;
  }
  .share-list li .pic{
    margin: 8px 0 0 0;
  }
  .m-title .pic{
    float: left;
  }
  .m-title .txt{
    float: left;
  }
  .share-box li{
    width: 33.33%;
    margin: 5px auto;
  }
  
  .invite-share .share-box li{
    margin: 5px auto;
  }
  
  .invite-share .share-box li i {
    width: 30px;
    min-height: 30px;
  }
  
  
  .bx-wrapper .bx-pager {
    display: none;
  }
  
  .bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
      display: none;
  }
  .info2{
    display:block;
  }
  
}

@media (max-width:425px) {
.success-msg {
  font-size: 24px;
}
  .info2{
    display:block;
  }
  .btn.simple{
    min-width: 120px;
  }
  
  .send{
    width: 40%;
  }
  .lightbox-wrapper .send {
    width: 40%;
  }
  
  .invite-share .send {
    width: 40%;
  }
}

@media (max-width:320px) {
  .btn.simple{
    font-size: 13px;
    /*min-width: 85px;*/
  }
  .info2{
    display:block;
  }
}
@media (max-width:425px) {
  .enroll-fix .form-group.name .radio-box {
    position: relative !important;
    z-index: 0;
  }
  .enroll-fix .form-group.name {
    padding: 5px 10px 0px 5px;
  }
  .enroll-fix .form-group.name .form-radio {
    display: block;
    margin-bottom: 15px;
  }
  
  .enroll-fix .form-group.name i {
    margin-left:2px;
  }
  
}
.table .btn.more i {
  color: #666;
}
.control-box .applybtn {
  padding: 0 0 0 0px;
  margin-bottom: 20px;
}
.control-box .applybtn i{
  position: relative;
  font-size: 20px;
  color: #9c9c9c;
  top:2px;
  left: 0;
  margin-right: 0px;
}
.editor img{
  max-width:100% !important;
  height:auto !important; 
}
.editor p, .editor span, .editor font, .editor h1, .editor a, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {line-height:initial;}


.form-radio-male{
  margin-left: 40px;
}

@media (max-width:767px) {
  .form-radio-male{
    margin-left: 5px;
  }
}

.banner {
  max-width: 1200px !important;
  padding: 0 !important;
  position: relative !important;
  margin: 0 auto !important;
}

@media (max-width:980px) {
  .banner {
    max-width: 1200px !important;
    padding: 0 0px !important;
    position: relative !important;
    margin: 0 auto !important;
    margin-top: 44px !important;
  }
  
  main.main-content {
    margin-top: 0px;
  }
}