
@import url('https://fonts.googleapis.com/css?family=Muli');


@font-face {
font-family: 'News706 BT';
src: url('fonts/news706boldbt.eot?#iefix') format('embedded-opentype'),
}

@font-face {
font-family: 'Monotype Corsiva';
src: url('fonts/monotype-corsiva.ttf');
src: url('fonts/monotype-corsiva.ttf') format('embedded-opentype'),
     url('fonts/monotype-corsiva.ttf') format('woff2'),
     url('fonts/monotype-corsiva.ttf') format('woff'),
     url('fonts/monotype-corsiva.ttf') format('truetype'),
} 

@font-face {
    font-family: jomo;
    src: url(fonts/Jomolhari-Regular.ttf);
}

/*noto明體*/
@font-face {
    font-family: NotoSerifTC;
    src: url(fonts/NotoSerifTC-Regular.otf);
}

@font-face {
    font-family: NotoSerifTC-Medium;
    src: url(fonts/NotoSerifTC-Medium.otf);
}

@font-face {
    font-family: NotoSerifTC-SemiBold;
    src: url(fonts/NotoSerifTC-SemiBold.otf);
}


html, button, input, select, textarea,.pure-g [class *= "pure-u"] {
font-family: 'NotoSerifTC', serif;
}

*{touch-action: pan-y; }

body{
  background: #fff;
  text-align: center;
  overflow-x: hidden;
}

p{
	font-size: 14pt;
    line-height: 32pt;
    color:#727171;
}

h2{
	color: #009CA4;
    font-size: 22pt;
    letter-spacing: 2px;
    padding-top: 60px;
    font-weight: 500;
    position: relative;
    z-index: 20;
}

h3{
	color:#9FA0A0;
	font-weight: 500;
	font-size: 18pt;
	letter-spacing: 2px;
	padding: 10px 0;
	position: relative;
    z-index: 20;
}


h4{
    color: #A81E2E;
    font-weight: 600;
    font-size: 25pt;
    letter-spacing: 4pt;
    padding: 70px 0 40px 0;
    font-family: 'Noto Sans TC';
}

h5{
    color: #A81E2E;
    font-weight: 500;
    font-size: 25pt;
    letter-spacing: 4pt;
    padding: 25px 0 23px 0;
    border-top: 4px solid #A81E2E;
    border-bottom: 4px solid #A81E2E;
    font-family: 'Noto Sans TC';
}

a{
	text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
}


.inline-block-reduce{
    margin-right: -4px;
    margin-left: -2px;
}

.wow{
    opacity: 0;
}

@media(max-width: 568px){
  h5 {
    line-height: 32pt;
}

  h4 {
    line-height: 36pt;
}
}

.bg-cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*輪播內容 開始*/
.index-slide-box{
  position: relative;
  overflow: hidden;
}

.slider-bottom{
    position: absolute;
    width: 100%;
    bottom: -2px;
}

.sider-bottom-pic{
    width: 100%;
    z-index: 1;
    position: relative;
}

@media(max-width: 767px){
    .index-slide-box{
      top:55px;
      margin-bottom: 55px;
}
}

/*輪播內容 結束*/
/**/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loading-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
	
.loading-content{
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;    
}

.loading-logo{
	margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-animation: loading-name-cn .5s;
            animation: loading-name-cn .5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

@-webkit-keyframes loading-name-cn
{
    0%
    {
        opacity: 0;
    }
    30%
    {
        opacity: 1;
    }
}
@keyframes loading-name-cn
{
    0%
    {
        opacity: 0;
    }
    30%
    {
        opacity: 1;
    }
}

/*---回到頂部樣式-開始---*/

.gototop {
    display: none;
    -webkit-animation: hide 350ms ease-out forwards 1;
    animation: hide 350ms ease-out forwards 1;
    border: 0;
    text-align: center;
    background-color: #000;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 65px;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
    z-index: 100;
    transition: 1s;
}

.gototop:hover {
    background: #fff;
    border: 1px solid #000;
}

.gototop-pic{
  width:20px;
}

.gototop-pic polygon{
  fill:#fff;
  width:25px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.gototop:hover .gototop-pic polygon{
  fill:#000;
}

@media(max-width: 1280px){
	.gototop {
    width: 70px;
    height: 50px;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    right: -28px;
    padding-right: 25px;
}

.gototop .gototop-pic{
	width:60%;
}
}

.gototop:focus {
	outline: none;
}


.isvisible {
    -webkit-animation: show 1s ease-out forwards 1;
    animation: show 1s ease-out forwards 1;
}

@-webkit-keyframes hide{
  0% {
    opacity: 1;
    -webkit-transform:translateY(0);
  }
  25%{
    opacity: .5;
    -webkit-transform: rotate(0deg) translateY(0px);
  }
  75%{
    -webkit-transform: rotate(0deg);
  }
  100%{
    opacity: 0;
    -webkit-transform:translateY(100px);
  }
}
@keyframes hide{
  0% {
    opacity: 1;
    transform:translateY(0);
  }
  25%{
    opacity: .5;
    transform: rotate(0deg) translateY(0px);
  }
  75%{
    transform: rotate(0deg);
  }
  100%{
    opacity: 0;
    transform:translateY(100px);
  }
}

@-webkit-keyframes show{
  0% {
    -webkit-transform: rotate(0deg);
  }
  25%{
    opacity: .5;
    -webkit-transform: rotate(0deg) translateY(0px);
  }
  75%{
    -webkit-transform: rotate(0deg);
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}

@keyframes show{
  0% {
    transform: rotate(0deg);
  }
  25%{
    opacity: .5;
    transform: rotate(0deg) translateY(0px);
  }
  75%{
    transform: rotate(0deg);
  }
  100%{
    opacity: 1;
    transform: rotate(0deg);
  }
}

/*---回到頂部樣式-結束---*/

/*---左側會員選單樣式-開始---*/
.member-menu {
    position: fixed;
  right: 61px;
  bottom: 150px;
  z-index: 100;
  width: 50px;
}

.member-menu-top-pic img{
    width: 120%;
    margin-bottom: -30px;
    margin-left: -10%;
}

.member-menu-box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #c5c5c5;
}

.member-menu-link{
    text-align: center;
  padding: 8px 0;
  margin: 10px;
  border-radius: 10px;
  position: relative;
}

.member-shop-number{
    position: absolute;
    right: 0;
    background: #E88018;
    color: #fff;
    font-family: arial;
    height: 13px;
    font-size: 10pt;
    line-height: 10pt;
    border-radius: 10px;
    padding: 0 3px;
    bottom: 6px;
}

.member-menu-link .member-menu-icon path{
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.member-menu-link:hover .member-menu-icon path{
  fill:#861B26;
}




.member-menu-icon{
    width:0 auto;
    width:100%;
    display: initial!important;
    height:27px;
}

.member-menu-name, .member-menu-shop-name{
    color: #fff;
    font-size: 13pt;
    font-weight: 500;
}

.member-menu{
    -webkit-animation: fade-in-left 1s;
            animation: fade-in-left 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
}

.member-menu-name, .member-menu-shop-name {
    color: #fff;
    font-size: 12pt;
    font-weight: 500;
}
}



@media(max-width: 1024px){
  .member-menu {
  display: none;
}
}

@media(max-width: 1280px){
  .member-menu {
  width: 55px;
  right: -10px;
}

.member-menu-box {
    background: rgba(194, 153, 108, 0.7);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

  .member-menu-link{
  padding: 4px 0;
  }

.member-shop-number {
    right: -6px;
    bottom: 0px;
}
}

@media(max-width: 767px){
  .member-menu-box {
    display: none;
}

.member-shop-number {
    right: 20px;
    bottom: 15px;
}

} 

@-webkit-keyframes fade-in-left
{
    0%
    {
        -webkit-transform: translateX(30px);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateX(0%);

        opacity: 1;
    }
}
@keyframes fade-in-left
{
    0%
    {
        transform: translateX(30px);

        opacity: 0;
    }
    100%
    {
        transform: translateX(0%);

        opacity: 1;
    }
}

/*---左側會員選單樣式-結束---*/


/*---Footer樣式-開始---*/

.footer{
  background: #1d2c22;
  width:100%;
  color:#fff;
  font-weight: 300;
  text-align: center;
  z-index: 99;
  position: relative;
  padding: 40px 19% 60px 19%;
}

.footer-logo{
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    width:35%;
}

.footer-logo img{
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
}

.footer-info{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    width:65%;
}

.footer-info-word {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-info-word p{
    font-size: 16px;
    letter-spacing: 1pt;
    font-weight: 300;
    line-height: 36px;
    color:#fff;
    text-align: left!important;
}

.footer-info-word .qr-code-img{
    margin: 0;
    padding-right: 15px;
}

.footer-tel span {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .footer-info-word .qr-code-img{
        padding-right: 0;
        padding-bottom: 15px;
    }
}


.social-menu{
   display: inline-block;
   margin-left: 20px;
}

.social-menu-icon{
    width:35px;
    height:35px;
    border: 1pt solid #fff;
    border-radius: 20px;
    margin: 0 10px;
    transition: .5s;
}

.social-menu-icon:hover{
    border: 1pt solid #d0a42a;
}

.social-menu-icon path{
    fill:#fff;
    transition: .5s;
}

.social-menu-icon:hover path{
    fill:#d0a42a;
}

.copyright, .page-bottom .jc-info{
  display: inline-block;
}

.footer-copyright{
    padding: 10px 0 0 0;
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    border-top: 1px solid #fff;
    color:#fff;
    text-align: left;
}

.jc-info{
  display: inline-block;
}

.jc-info a{
  color: #fff;
  transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.jc-info a:hover{
  color: #d0a42a;
}

.jc-icon{
  height: 20px;
  width: 20px;
  display: initial;
  vertical-align: sub;
  margin-left: 20px;
}

@media(max-width: 1440px){
.footer{
  padding: 40px 15% 60px 15%;
}

}

@media(max-width: 1280px){

.footer{
  padding: 40px 10% 60px 10%;
}

.footer-logo img {
        width: 100%;
    max-width: 280px;
}

}

@media(max-width: 1024px){

.footer {
    padding: 40px 13% 60px 13%;
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: -4px;
}

.footer-info {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 0 0 0;
}

.footer-copyright {
    text-align: center;
}

.social-menu {
    display: block;
    margin: 0 auto;
}

}



@media(max-width: 768px){
  .jc-icon{
  margin-left: 0;
}

}

@media(max-width: 568px){

.footer {
    padding: 40px 7% 60px 7%;
}

}

/*---Footer樣式-結束---*/

/*---首頁 輪播內容 開始---*/

.slides li{
    position: relative;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.banner-title-left,.banner-title-right{
    
}
.banner-title01{
    font-family: 'jomo',serif;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 2px;
}

.banner-title01 .letter {
  display: inline-block;
}

.banner-title02{
    font-family: NotoSerifTC-SemiBold,serif;
    font-size: 45px;
    letter-spacing: 4pt;
    line-height: 63pt;
}

.banner-title03{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1pt;
    display: inline-block;
    position: relative;
}

.scroll-icon{
    position: absolute;
    bottom: 20px;
    z-index: 10;
    display: inline-block;
}

@media(max-width: 768px){
    .banner-title-left{
    top: 30%;
    left: 0;
}

.banner-title-right{
    top: 30%;
    right: 0;
}

.banner-title01{
    font-size: 18px;
}

.banner-title02{
    font-size: 30px;
    letter-spacing: 4pt;
    line-height: 40pt;
}

.banner-title03{
    font-size: 16px;
}

.banner-title03:before{
    display: none;
}

.banner-title03:after{
    display: none;
}
}

@media(max-width: 568px){
    .scroll-icon {
    display: none;
}

.banner-title-left{
    top: 25%;
}

.banner-title-right{
    top: 25%;
}

}

@media (max-width: 400px){

.banner-title-left{
    top: 20%;
}

.banner-title-right{
    top: 20%;
}

.banner-title02 {
    font-size: 22px;
    letter-spacing: 2pt;
    line-height: 30pt;
}
}
/*---首頁 輪播內容 結束---*/

/*---首頁 商品列表 開始---*/
.index-product-box{
    padding-top: 80px;
}

.title-en{
    font-family: 'jomo',serif;;
    color: #000;
    font-size: 30px;
    letter-spacing: 2pt;
    margin: 5px 0 20px 0;
}

.title-ch{
    color: #000;
    font-size: 18px;
    letter-spacing: 2pt;
    margin: 5px 0;
    font-weight: 300;
}

.title-icon{
    margin-right: 5px;
    position: relative;
    top: 6px;
}

.index-product-list{
    margin-top: 4em;
    width:64.5%;
    display: inline-block;
}

.product-item{
    margin-bottom: 50px;
    padding: 0 15px;
}

.product-list-pic{
    display: block;
    background-size: cover;
    background-position: 50%;
    position: relative;
    opacity: 1;
    cursor: pointer;
    transition: .5s;
}

.product-list-pic:hover{
    opacity: .8;
    transition: .5s;
}

.product-list-pic img{
    width: 100%;
}

.products-hover-block {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    color: white;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 100%;

}
 
.products-hover-block:hover { 
    opacity: 1; 
}
 
.products-hover-block:hover .products-hover-shop, .products-hover-block:hover .products-hover-fav { 
    -webkit-animation: fade-in-up 1s;
            animation: fade-in-up 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}


.products-hover-btn{
    margin: 60% auto 0 auto;
}

.products-hover-shop{
    display: inline-block;
    width: 55px;
    height: 45px;
    background: #E89B00;
    z-index: 10;
    position: relative;
    border-radius: 6px;
    margin-left: 5px;
    transition: 0.5s;
}

.products-hover-fav{
    display: inline-block;
    width: 55px;
    height: 45px;
    background: #F74354;
    z-index: 10;
    position: relative;
    border-radius: 6px;
    margin-right: 5px;
    transition: all .5s ease-in-out;
}


.products-hover-shop:hover{
    background: #8e6107;
}

.products-hover-fav:hover{
    background: #8e000d;
}

.products-hover-shop:hover svg, .products-hover-fav:hover svg{
    -webkit-animation: float-small 1.6s;
            animation: float-small 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.products-hover-btn-icon{
    margin-top: 3px;
}

.products-hover-btn-icon path{
    transition: 1s;
  -webkit-transition: 1S;
}

.products-hover-shop .products-hover-btn-icon, .products-hover-fav .products-hover-btn-icon{
    margin-top: 10px;
    width: 30px;
    height: 25.7px;
}

.products-hover-link{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.products-hover-link a{
    width: 100%;
  height: 100%;
  display: block;
}

.product-list-name{
    color: #000;
    font-size: 18px;
    letter-spacing: 1pt;
    margin: 20px 0 10px 0;
    display: block;
    font-weight: 600;
    transition: all .5s ease-in-out;
}

.product-list-name:hover{
    color: #d0a42a;
}

.product-list-content{
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}

.product-list-price{
    color: #578466;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1pt;
    margin: 15px 0 25px 0;
    font-family: 'jomo',serif;
}

.more-btn-box{
    width: 100%;
    margin: 20px 0 70px 0;
}

.more-btn{
     color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-size: 18px;
    padding: 8px 55px 8px 55px;
    letter-spacing: 1pt;
    display: inline-block;
    transform: scale(1,1);
    -webkit-transform:scale(1,1);
    line-height: 1.5;
    transition: all .5s ease-in-out;
}

.more-btn:hover{
    background-color: #fff5;
    color: #000;
    border: 1px solid #000;
}

@media(max-width: 1380px) and (min-width: 1280px){
    .product-item {
    margin-bottom: 50px;
    padding: 0 2%;
}
}

@media(max-width: 1279px){
    .index-product-list {
    margin-top: 10px;
    width: 89.5%;
    display: inline-block;
}
}

@media(max-width: 768px){
.index-product-title {
    color: #000;
    font-size: 18pt;
    letter-spacing: 1pt;
    margin: 30px 0 30px 0;
}

.more-btn{
    font-size: 16px;
    padding: 5px 35px 3px 30px;
}

}

@media(max-width: 568px){
    .product-item {
    padding: 0 4%;
}

}

@media(max-width: 567px){
.product-item {
    margin-bottom: 30px;
}
}


@media(max-width: 400px){
.title-en{
    font-size: 25px;
    letter-spacing: 2pt;
    margin: 5px 0 10px 0;
}

.title-ch{
    font-size: 18px;
    margin: 0 0 30px 0;
}
}

/*---首頁 商品列表 結束---*/

/*---首頁 沖泡方式 開始---*/
.index-instru-box{
    background: url(../img/index-bg-moutain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.index-instru{
    margin-top: 20px;
    
}

.index-instru-content{
    padding-right: 6%;
}

.index-instru-title{
    
}

.title-en-w{
    font-family: 'jomo',serif;;
    color: #fff;
    font-size: 30pt;
    letter-spacing: 2pt;
    margin: 5px 0 20px 0;
}

.title-ch-w{
    color: #fff;
    font-size: 17pt;
    letter-spacing: 1pt;
    margin: 0 0 50px 0;
    font-weight: 300;
}

.instru-step{

}

.instru-step-01{
    width:50%;
    margin-right:-5px;
    border-right:1px dashed #fff;
    border-bottom:1px dashed #fff;
    display: inline-block;
    position: relative;
}

.instru-step-02{
    width:50%;
    margin-right:-4px;
    border-bottom:1px dashed #fff;
    display: inline-block;
    position: relative;
}

.instru-step-03{
    width:50%;
    margin-right:-5px;
    display: inline-block;
    border-right:1px dashed #fff;
    position: relative;
}

.instru-step-04{
    width:50%;
    margin-right:-4px;
    display: inline-block;
    position: relative;
}

.instru-step-pic{
    padding:20px 15% 5px 15%;
    width:100%;
}

.instru-step-name{
    padding:5px 5% 30px 5%;
    color: #fff;
    font-size: 16pt;
    font-weight: 300;
    letter-spacing: 1pt;
}

.instru-step-number-01{
    position: absolute;
    background-color: #fff;
    display: inline-block;
    color: #000;
    bottom: 10px;
    right: 10px;
    font-size: 14pt;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.instru-step-number-02{
    position: absolute;
    background-color: #fff;
    display: inline-block;
    color: #000;
    bottom: 10px;
    left: 10px;
    font-size: 14pt;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.instru-step-number-03{
    position: absolute;
    background-color: #fff;
    display: inline-block;
    color: #000;
    top: 10px;
    right: 10px;
    font-size: 14pt;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.instru-step-number-04{
    position: absolute;
    background-color: #fff;
    display: inline-block;
    color: #000;
    top: 10px;
    left: 10px;
    font-size: 14pt;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.index-instru-pic{
    font-size: 13pt;
    color: #595757;
    line-height: 26pt;
    letter-spacing: 1px;
    margin-bottom: 30px;
    float: right;
}

.index-intro-pic-01{
    position: absolute;
    z-index: 11;
    top: 25%;
    right: 20%;
    width: 28.7%;
}

.index-intro-pic-01 img{
    width:100%;
}

.index-intro-pic-02{
    position: absolute;
    z-index: 10;
    top: 34%;
    right: 18.5%;
    width: 24.7%;
}

.index-intro-pic-02 img{
    width:100%;
}

.index-connect-icon img{
    width: 90%;
    max-width: 150px;
    margin-top: 40px;
}

.index-connect-twname{
    color: #ffffff;
    font-size: 22pt;
    letter-spacing: 1pt;
    font-weight: 500;
    margin: 15px 0 5px 0;
}

.index-connect-enname{
    color: #fff;
    font-size: 13pt;
    letter-spacing: 1pt;
}


@media(max-width: 1023px){
    .index-intro-box{
    height: auto;
}

.index-intro-pic-01 {
    position: relative;
    z-index: 11;
    top: 0;
    right: 5%;
    width: 70%;
    display: inline-block;
}
    .index-intro-pic-02{
    position: absolute;
    z-index: 10;
    top: 3%;
    right: 12%;
    width: 70%;
}

}

@media(max-width: 768px){
    .index-connect-icon img{
    width: 60%;
}

.index-instru-box {
    padding: 100px 0 100px 0;
}

.index-instru-pic{
    position: relative;
    margin-bottom: 100px;
    float: none;
}

.index-intro-pic-01 {
    position: relative;
    z-index: 11;
    top: 0;
    right: 0;
    width: 70%;
}
}

@media(max-width: 568px){

.index-connect-pic{
    height: 240px;
}

.index-connect-box-green {
    height: 240px;
}

.index-connect-box-brown {
    height: 240px;
}

.index-connect-icon img {
    max-width: 120px;
    margin-top: 20px;
}

.index-connect-twname {
    font-size: 20pt;
    margin: 10px 0 5px 0;
}
}

@media(max-width: 400px){

.index-instru-box {
    padding: 80px 0 0;
}

.instru-step-01, .instru-step-02, .instru-step-03, .instru-step-04{
    width:100%;
    margin-right:0;
    border:0;
}

.instru-step-name {
    padding: 5px 5% 10px 5%;
}

.instru-step-number-01, .instru-step-number-02, .instru-step-number-03, .instru-step-number-04{
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    margin-bottom: 20px;
}

}

/*---首頁 沖泡方式 結束---*/


/*---首頁 首頁簡介 開始---*/

.index-about{
    position: relative;
    padding-top:160px;
    margin-bottom:120px;
}

.index-about-pic{

}

.index-about-pic-01{
    position: absolute;
    z-index: 11;
    top: 18%;
    left: 0;
    width: 52.5%;
}

.index-about-pic-01 img{
    width:100%;
}

.index-about-content{
    margin-top:100px;
    text-align: left;
}

.index-about-title{
    border-bottom: 1px solid #fff;
    padding-left:80px;
}

.title-en-inline{
    font-family: 'jomo',serif;;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2pt;
    margin: 5px 20px 10px 0;
    display: inline-block;
}

.title-ch-inline{
    color: #fff;
    font-size: 28px;
    letter-spacing: 1pt;
    margin: 0 0 10px 0;
    font-weight: 300;
    display: inline-block;
}

.index-about-intro{
    margin: 20px 0 0 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30pt;
}

.wave-item-img {
    display: block;
    height: 100%;
    width: 100%;
}

.wave-item-img canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.wave-item-img img {
    display: block;
}

.wave-item-img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.wave-item-img:hover img:nth-child(2) {
    opacity: 1;
}

.wave-item-img img {
    
}

@media(max-width: 1440px){
    .index-about-content {
    margin-top: -20px;
}
.title-en-inline{
    display: block;
    margin: 5px 0 10px 0;
}

.title-ch-inline{
    display: block;
}
}

@media(max-width: 1024px){

}

@media(max-width: 768px){

.index-about {
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
}

.index-about-pic {
    margin-bottom: 60px;
}

.index-about-pic-01 {
    position: relative;
    z-index: 11;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    display: inline-block;
}

.index-about-content {
    margin-top: 0;
    text-align: center;
}

.index-about-title {
    padding-left: 0;
}

.index-about-intro {
    margin: 20px 0 0 0;
    font-size: 16px;
}

}

@media (max-width: 768px){
.index-about {
    position: relative;
    padding-top: 80px;
    margin-bottom: 80px;
}
}
/*---首頁 首頁簡介 結束---*/

/*標題大圖通用內容 開始*/
.page-banner{
  position: relative;
  overflow: hidden;
  height:400px;
  width:100%;
}

.page-banner-bg{
    background-size: cover;
    background-position: 50% 50%;
    height:400px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner h2{
    color: #fff;
    padding: 0;
    letter-spacing: 3px;
    font-size: 25px;
}

.slider-bottom{
    position: absolute;
    width: 100%;
    bottom: -2px;
}

.sider-bottom-pic{
    width: 100%;
    z-index: 1;
    position: relative;
}

@media(max-width: 1024px){
.page-banner{
  height:430px;
}
.page-banner-bg{
      height:430px;
}
}

@media(max-width: 768px){
.page-banner{
  height:340px;
}
.page-banner-bg{
      height:340px;
}
}

@media(max-width: 767px){
    .page-banner{
  margin-top:50px;
}
}

@media(max-width: 568px){
.page-banner{
  height:250px;
}
.page-banner-bg{
      height:250px;
}
}

@media(max-width: 400px){
.page-banner{
  height:200px;
}
.page-banner-bg{
      height:200px;
}
}

/*標題大圖通用內容 結束*/

/*---網頁指示麵包屑 開始---*/
.breadcrumbs{
    text-align: left;
    padding: 30px 0;
}

.breadcrumbs-home{
    vertical-align: middle;
    display: inline-block;
    height:30px;
}

.breadcrumbs-home-pic{
    width:30px;
    height:30px;
}

.breadcrumbs-home-pic path{
    fill:#000;
    transition: .5s;
}

.breadcrumbs-home-pic:hover path{
    fill:rgb(62, 177, 100);
}

.breadcrumbs-arrow{
    display: inline-block;
    color: #000;
    font-size: 12pt;
    line-height: 20pt;
    top: 0px;
    margin: 0px 5px;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    vertical-align: middle;
}

.breadcrumbs-name{
    display: inline-block;
    font-size: 16px;
    color: #000;
    vertical-align: middle;
    letter-spacing: 2pt;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.breadcrumbs-name-active{
    display: inline-block;
    font-size: 12pt;
    color: #006837;
    letter-spacing: 2pt;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.breadcrumbs-name:hover{
    color: rgb(62, 177, 100);
}

.breadcrumbs-name-active:hover{
    color: rgb(62, 177, 100);
}
/*---網頁指示麵包屑 結束---*/


/*---品牌故事 開始---*/

.about-content{
    display: block;
    margin: 100px auto;
}

.about-pic{
    
}

.about-pic-left{
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-right: -4px;
    position: relative;
    z-index: 10;
}

.about-pic-left img{
    width:100%;
}

.about-pic-right{
    display: inline-block;
    width:50%;
    margin-right:-4px;
    padding-left: 7px;
    position: relative;
    z-index: 9;
}

.about-pic-right-01{
    display: inline-block;
    width: 50%;
    padding-right: 4px;
    margin-left: -4px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}

.about-pic-right-02{
    display: inline-block;
    width: 50%;
    padding-left: 4px;
    margin-right: -4px;
    position: relative;
    z-index: 9;
}

.about-pic-right-03{
    display: inline-block;
    width: 50%;
    padding-right: 4px;
    margin-left: -4px;
    position: relative;
    z-index: 8;
}

.about-pic-right-04{
    display: inline-block;
    width: 50%;
    padding-left: 4px;
    margin-right: -4px;
    position: relative;
    z-index: 7;
}

.about-pic-right-01 img, .about-pic-right-02 img, .about-pic-right-03 img, .about-pic-right-04 img{
    width:100%;
}

.about-logo{
    width:80%;
    max-width: 350px;
    display: inline-block;
    margin: 20px 0;
}

.about-logo-pic{
    width: 100%;
}

.about-intro{
    color:#000;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 24pt;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.about-process{

}

.about-process-item{
    display:inline-block;
    width:33%;
    margin-right:-4px;
    margin-left: 0.3%;
    font-size: 12.5pt;
    color: #000;
    letter-spacing: 1px;
    vertical-align: top;
}

.about-process-item img{
    width:100%;
    margin-bottom: 10px;
}

.about-process-number{
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 0 3px;
    border-radius: 20px;
    font-size: 11pt;
    margin-right:5px;
    line-height: 18pt;
}

@media(max-width: 768px){
    .about-content{
    display: block;
    margin: 30px auto 50px auto;
}
}

@media(max-width: 568px){
.about-pic-left{
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}

.about-pic-right{
    width:100%;
    margin-right:0;
    padding-left:0;
}

.about-process-item{
    width:100%;
    margin-right:0;
    margin-bottom: 50px;
}

}

/*---品牌故事 結束---*/

/*---產品介紹 開始---*/

.product-content{
    display: inline-block;
    width:65.5%;
}

/*頁面選擇器*/
.page-select{
    text-align: center;
    position: relative;
    z-index: 21;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    margin:50px 0;
}

.page-select-arrow-prev{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 14px;
    position: absolute;
    left: -20px;
    top: 7%;
    color:#000;
    letter-spacing: 1px;
    text-decoration: underline;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.page-select-arrow-next{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    position: absolute;
    right: -20px;
    top: 7%;
    color:#000;
    letter-spacing: 1px;
    text-decoration: underline;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.page-select-arrow-prev:hover, .page-select-arrow-next:hover{
    color:#727171;
    letter-spacing: 2px;
}

.page-select-arrow-icon{
    width: 15px;
    height: 25px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.page-select-icon{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
    border: 1px solid #262626;
    background: transparent;
    transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}

.page-select-icon:hover{
    background: #262626;
}

.page-select-icon-act{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
    border: 2px solid #262626;
    background: #262626;
}

.page-select-icon span{
    color: #262626;
    font-size: 14px;
    font-weight: 400;    
    -webkit-transition: .8s;
    transition: .8s;
}

.page-select-icon:hover span{
  color: #fff;
}

.page-select-icon-act span{
    color: #fff;
    font-size: 14px;
}

@media(max-width: 1239px){
.product-content{
    width:87%;
}
}

@media(max-width: 568px){

.content-product{
  padding: 40px 0 0 0;
}

.page-select-arrow-prev{
    top: 4%;
}

.page-select-arrow-next{
    top: 4%;
}

.page-select-icon{
    width: 30px;
    height: 30px;
    margin: 4px 2px;
}

.page-select-icon-act{
    width: 30px;
    height: 30px;
    margin: 0 2px;
}

.page-select-icon span {
    line-height: 26px;
}

.page-select-icon-act span {
    line-height: 26px;
}

}

/*---產品介紹 結束---*/

/*---產品介紹-詳細頁面 開始---*/

/*---商品詳細頁面slide-開始---*/

.product-detail-slide-box{
    
}

.product-detail-slide-box .flex-viewport, .product-detail-slide-box .flex-viewport li img{
  border-radius: 0;
  width: 100%;
}

.product-detail-slide-box #product-detail-slider .flex-viewport li img{
  border: 0;
}

.product-detail-slide-box #product-detail-carousel .flex-viewport li img{
    border: 0;
}

#product-detail-carousel .flex-viewport li {

}

#product-detail-carousel .flex-viewport li img{
  cursor: pointer;
  opacity: 0.6;
  width: 100%;
  float: left;
}


#product-detail-carousel .flex-viewport li img:hover{
  opacity: 1;
}

#product-detail-slider{

}

#product-detail-carousel{
  background: none;
  margin-top: 20px;
}

@media(max-width:768px){
  .product-detail-slide-box {
    margin-right: 0;
}

}

/*---商品詳細頁面slide-結束---*/

.product-detail-info-box{
    padding-left: 60px;
}

.products-fav-icon {
    width: 40px;
    height: 35px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: -4px;
}

.products-fav-btn-icon {
    width: 60px;
    height: 35px;
}

.products-fav-icon .products-fav-btn-icon path{
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  fill: #9e9e9f;
}

.products-fav-icon:hover .products-fav-btn-icon path{
    fill: #006837;
}

.product-detail-title,
.product-in-title{
    font-size: 25px;
    color: #000000;
    text-align: left;
    margin: 0 40px 3px 0;
    letter-spacing: 2px;
    line-height: 26pt;
    font-weight: 500;
}

.product-in-title{
    display: flex;
    justify-content: space-between;
    margin:0 0 15px 0;
}
.product-in-title span{
    color: #578466;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1pt;
    font-family: 'jomo',serif;
}

@media (max-width: 767px) {
    .product-in-title{
        justify-content: flex-start;
        flex-direction: column;
        margin: 30px 0;
    }

    .product-in-title span{
        padding-top: 15px;
    }
}


.product-detail-intro{
    color: #3E3A39;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24pt;
    margin-bottom: 40px;
    margin-top: 25px;
}

.product-detail-reserve{
    color: #595757;
    text-align: left;
}

.product-detail-reserve-enough{
  color: #00A29A;
  font-size: 16px;
  margin-left: 20px;
  display: inline-block;
}

.product-detail-reserve-maybe{
  color: #ef8c00;
  font-size: 13pt;
  margin-left: 20px;
  display: inline-block;
}

.product-detail-reserve-none{
  color: #EE7E8F;
  font-size: 13pt;
  margin-left: 20px;
  display: inline-block;
}

.product-detail-reserve-dot{
    position: relative;
    top: -2px;
}

.product-detail-price{
    text-align: left;
    margin: 25px 0;
    color: #578466;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'jomo',serif;
}

.product-detail-number{
    text-align: left;
}

.product-detail-number .wan-spinner{
   display: inline-block;
}

.product-detail-number .wan-spinner input{
    width: 30%;
    border: 2px solid #595757;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    font-size: 14pt;
    font-weight: 300;
    margin-right: -6px;
}

.wan-spinner .minus, .wan-spinner .plus{
    color: #595757;
    font-weight: 400;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #595757;
    font-size: 24pt;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    margin-right: -6px;
    font-family: monospace;
}

.wan-spinner .minus:hover, .wan-spinner .plus:hover{
  background: #595757;
  color:#fff;
}

.product-detail-btn{
  text-align: left;
  margin: 50px 0 0 0;
}

.products-addcart-btn{
    display: block;
    background: #595757;
    color: #fff;
    width: 50%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border: 1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    text-align: center;
    margin: 20px 0;
}

.products-addcart-btn:hover{
  background: #fff;
    color: #595757;
    border:1pt solid #595757;
}

.products-buy-btn{
    display: block;
    background: #871327;
    color: #fff;
    width: 50%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    text-align: center;
}

.products-buy-btn:hover{
  background: #fff;
    color: #871327;
    border:1pt solid #871327;
}

.product-cant-buy{
    display: inline-block;
    background: #9a9a9a;
    color: #fff;
    width: 50%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    text-align: center;
}

.product-detail-content{
    border-top: 1px solid #cacaca;
    padding: 5px 2%;
    margin: 80px 0 50px 0;
    background-color: #fff;
}

.content-title{
    width: 250px;
    margin: 10px auto;
    text-align: center;
    border-left: 3px solid #54504F;
    border-right: 3px solid #54504F;
    margin:50px auto;
    letter-spacing: 2px;
    padding:5px 30px;
}

.content-title-en{
    color: #54504F;
    font-size: 10px;
    letter-spacing: 9px;
    white-space: nowrap;
}

.product-detail-content .content-title-en img{
    width: 13px;
    height: 19px;
    min-width: auto;
    margin: 0 5px 0 0;
}

.content-title-cn{
    color:#659274;
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
}

.product-level{
    background-image: url("../img/product-level-bg.jpg");
    background-size: cover;
    padding: 30px;
    margin: 50px 0;
}

.product-level-info{
    width:48%;
    margin-right:-4px;
    display: inline-block;
    vertical-align: top;
    color:#fff;
    font-size: 15pt;
    line-height: 26pt;
}

.product-detail-content .product-level-info img{
    width: 80%;
    max-width: 280px;
    margin-bottom: 5px;
}

.product-level-name{
    color:#C9A063;
    font-size: 22pt;
    letter-spacing: 1pt;
    border-top:1pt solid #FFFFFF;
    border-bottom:1pt solid #FFFFFF;
    max-width: 280px;
    margin: 0 auto 10px auto;
    padding: 15px;
}

.product-level-graph{
    width:52%;
    display: inline-block;
    margin-bottom: 100px;
}

.chart-box{
    width:100%;
    height:500px;
}

.amcharts-graph-stroke{
    fill:rgba(201, 160, 99, 0.7);
}

.back-btn-box{
    margin: 20px 0 70px 0;
}

.back-btn{
    color: #fff;
    background-color: #000;
    font-size: 11pt;
    padding: 10px 55px 8px 50px;
    letter-spacing: 1pt;
    display: inline-block;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.back-btn:hover{
    opacity: .8;
    transition: all .5s ease-in-out;
}

.product-detail-content span{
    font-size: 42pt;
    text-align: left;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 20px;
}

.product-detail-content p{
    text-align: left;
    margin: 10px 0;
    line-height: 24pt;
    font-size: 14pt;
    color: #000;
    letter-spacing: 1pt;
}

.product-detail-content img{
  width: 100%;
  margin: 30px auto;
  min-width: 200px;
  -webkit-animation: fade-in 1s;
            animation: fade-in 1s;
  -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}

#product-detail-table{
    width: 100%;
    margin: 50px auto 30px auto;
}

#product-detail-table.two-axis tr td:first-of-type {
    background: #41644d;
    width: 20%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

#product-detail-table.two-axis tr td {
    background-color: transparent;
    padding: 15px;
    text-align: left;
    color: #3e3a39;
    font-size: 16px;
    letter-spacing: 1px;
}

#product-detail-table.two-axis tr td:first-of-type .bt-content{
    color: #fff;
}

#product-detail-table.two-axis tr td .bt-content{
    color: #3E3A39;
    font-weight: 500;
    font-family: 'Noto Sans TC',Arial;
    font-size: 12pt;
}

#product-detail-table th, #product-detail-table table td {
    padding: 10px 12px;
    text-align: left;
}

#product-detail-table tr, #product-detail-table th, #product-detail-table table td {
    border: 1px solid #c0c0c0;
    font-size: .875rem;
}

.product-detail-recommend-box{
    border-top: 1px solid #cacaca;
    padding: 5px 2%;
    margin: 80px 0 50px 0;
}

.product-recommend-title{
    width: 100%;
    margin: 10px auto 30px auto;
    color: #000000;
    font-size: 14pt;
    text-align: left;
    border-bottom: 1px solid #231815;
    padding-bottom: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.product-recommend-products{
    width: 90%;
    margin: 50px auto 0 auto;
}

.product-recommend-products .product-item{
    padding: 0 10%;
}

.product-recommend-products .product-list-name{
    font-size: 14pt;
    margin: 6px 0;
}

.product-recommend-products .product-list-content{
    font-size: 12pt;
    letter-spacing: 0;
}

.product-recommend-products .product-list-price{
    font-size: 16pt;
    letter-spacing: 0;
    margin: 5px 0 10px 0;
}

.product-recommend-products .btn-green{
    border-radius: 15px;
    padding: 5px 0;
    font-size: 13pt;
    letter-spacing: 0;
}

.product-recommend-products .btn-brown{
    border-radius: 15px;
    padding: 5px 0;
    font-size: 13pt;
    letter-spacing: 0;
}

@media(max-width: 1280px){

  .product-detail-cap{
  padding: 10px 0;
  display: block;
}  
.product-detail-reserve {
    margin-right: 0;
}

}

@media(max-width: 1023px){
  .product-detail-info-box{
     padding-left: 30px;
  }

  .tab-group section.active {
    padding: 30px 5%;
}

.products-fav-icon {
    right: 6px;
    top: 25px;
}

}

@media(max-width: 768px){

.products-fav-icon {
    top: 15px;
}

.product-detail-title-name {
    margin: 40px 60px 25px 0;
}

.product-detail-intro {
    padding-right: 0;
}

.products-addcart-btn{
    width: 100%;
}

.products-buy-btn{
    width: 100%;
}

.product-cant-buy{
    width: 100%;
}

}

@media(max-width: 767px){
    .product-level-info{
    width:100%;
    margin-right:-0;
    display: inline-block;
    vertical-align: top;
    color:#fff;
    font-size: 15pt;
    line-height: 26pt;
}

.product-level {
    background-image: none;
    background-color: #000;
    background-size: cover;
    padding: 30px;
    margin: 50px 0;
}

.product-level-graph{
    width:100%;
    display: inline-block;
    margin-bottom: 0;
}

.chart-box {
    width: 100%;
    height: 370px;
}

}

@media(max-width: 568px){
#product-detail-table {
    margin: 10px auto 10px auto;
}

.product-detail-recommend-box {
    margin: 50px 0 50px 0;
}

#product-detail-table.two-axis tr td:first-of-type {
    width: 35%;
}

.product-detail-info-box {
    padding-left: 0px;
}

.product-detail-title{
    margin-top: 15px;
}
}

@media(max-width: 425px){
    .product-detail-content {
    border: 0;
    margin: 40px 0 40px 0;
}

.product-foryou {
    padding: 30px 10px;
    margin: 30px 0;
}

.product-detail-recommend-box {
    border: 0;
    padding: 0;
}

.product-recommend-products {
    width: 85%;
    margin: 60px auto 0 auto;
}

.product-level {
    padding: 20px;
    margin: 0 -10% 0 -10%;
}

}


/*---產品介紹-詳細頁面-結束---*/

/*---探索咖啡-開始---*/

.explore-content{
    
}

.explore-list{
    margin-top:30px;
}

.explore-list-item{
    margin-right:-4px;
}

.explore-list-item:nth-child(2n+1){
    padding-right:15px;
}

.explore-list-item:nth-child(2n){
    padding-left:15px;
}

.explore-pic{
    background-size: cover;
    background-position: 50%;
    background-color: #000;
}

.explore-detail .explore-pic{
    margin-top:20px;
    margin-bottom: 30px;
}

.explore-pic img{
    width:100%;
}

.explore-time{
    color:#956134;
    font-style: italic;
    font-size: 11pt;
    margin-top:20px;
    text-align: left;
}

.explore-title{
    text-align: left;
}

.explore-title{
    color:#000;
    font-size: 16pt;
    font-weight: 500;
    letter-spacing: 1px;
}

.explore-title a{
    color:#000;
    font-size: 16pt;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .5s;
}

.explore-title a:hover{
    color:#d0a42a;
}

.explore-intro{
    color:#000;
    margin-top:10px;
    line-height: 20pt;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.explore-content-intro{
    color:#000;
    margin-top:10px;
    line-height: 20pt;
    text-align: left;
}

.explore-content-intro p{
    color:#000;
    margin-top:10px;
    line-height: 20pt;
    text-align: left;
    font-size: 12pt;
    clear:both;
}

.explore-btn{
    color:#000;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    z-index: 11;
    display: inline-block;
    border:1px solid #000;
    padding: 5px 30px 3px 25px;
    background-color: #fff;
    margin: 30px auto 80px auto;
    position: relative;
    top:7px;
    left:-7px;
    transition: .5s;
}

.explore-btn:before{
    content: "返回列表";
    color:#000;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    z-index: 9;
    display: inline-block;
    border:1px solid #000;
    padding: 3px 30px 3px 25px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    right: -7px;
        margin-left: -1px;
    margin-right:-1px;
    transition: .5s;
}

.explore-btn:hover{
    color:#fff;
    background-color: #000;
    top:0px;
    left:0px;
}

.explore-btn:hover:before{
    color:#fff;
    background-color: #000;
    top: 0px;
    right: 0px;
}

.explore-btn-2{
    font-family: "Monotype Corsiva", 'Noto Sans TC', arial;
    color:#000;
    font-size: 16pt;
    text-align: center;
    z-index: 11;
    display: inline-block;
    border:1px solid #000;
    padding: 5px 30px 3px 25px;
    background-color: #fff;
    margin: 60px auto 20px auto;
    position: relative;
    top:7px;
    left:-7px;
    transition: .5s;
}

.explore-btn-2:before{
    content: "Back to list";
    font-family: "Monotype Corsiva", 'Noto Sans TC', arial;
    color:#000;
    font-size: 16pt;
    text-align: center;
    z-index: 9;
    display: inline-block;
    border:1px solid #000;
    padding: 5px 30px 3px 25px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    right: -7px;
        margin-left: -1px;
    margin-right:-1px;
    transition: .5s;
}

.explore-btn-2:hover{
    color:#fff;
    background-color: #000;
    top:0px;
    left:0px;
}

.explore-btn-2:hover:before{
    color:#fff;
    background-color: #000;
    top: 0px;
    right: 0px;
}

.explore-detail-recommend-box{
    border-top: 1px solid #cacaca;
    padding: 5px 0;
    margin: 50px 0 50px 0;
}

.explore-recommend-products{
    width: 90%;
    margin: 50px auto 0 auto;
}

.explore-slider-item{
    padding: 0 4%;
}



@media(max-width: 767px){

.explore-list-item{
    margin-right:0px;
}

.explore-list-item:nth-child(2n+1){
    padding-right:0px;
}

.explore-list-item:nth-child(2n){
    padding-left:0px;
}
}
/*---探索咖啡-結束---*/


/*---服務中心 最新消息 開始---*/

.news-title{
    color: #000000;
    font-size: 18pt;
    letter-spacing: 1pt;
    border-bottom: 1pt solid #006837;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.news-slider{
    margin-top: 50px;
}

.news-item{
    margin-bottom: 10px;
    padding: 0 4%;
}

.news-list-pic{
    background-size: cover;
    background-position: 50%;
        opacity: 1;
    transition: .5s;
}

.news-list-pic img{
    width: 100%;
}

.news-list-pic:hover{
    opacity: 0.8;
}

.new-list-name{
    color: #595757;
    font-size: 14pt;
    letter-spacing: 1pt;
    margin: 15px 0;
    display: block;
    transition: .5s;
}

.new-list-name:hover{
    color: #871327;
}

.news-list-pic{
    width: 100%;
}

.light-box-bg{
    text-align: left;
    background-color: #FFF;
    padding: 5%;
}

.news-list-light-box .news-list-content{
    border: 0;
}

.news-list-date{
    color: #000000;
    font-size: 13pt;
    letter-spacing: 1px;
    margin-top: 5px;
}

.news-list-content{
    color: #4D4D4D;
    font-size: 13pt;
    line-height: 28pt;
    border-top: 1px solid #333333;
    padding-top: 10px;
}

/*---服務中心 最新消息 結束---*/

/*---服務中心 購物須知 開始---*/

.notice-content{
    text-align: left;
}

.notice-title{
    color: #000000;
    font-size: 18pt;
    letter-spacing: 1pt;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.notice-content-step{
    text-align: left;
    font-size: 13pt;
    padding: 2% 5%;
    border-radius: 25px;
    border: 3pt solid #595757;
    margin-top: 50px;
}

.notice-step-icon{
  display: inline-block;
  vertical-align: middle;
  padding: 20px 10px 20px 0;
}

.notice-step{
  display: inline-block;
  margin-bottom: 20px;
}

.notice-step-icon img{
  width: 55px;
}

.notice-step-content{
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.notice-step-title{
    font-size: 13pt;
    display: block;
    font-weight: 400;
    color: #595757;
    letter-spacing: 1pt;
    font-family: 'arial';
}

.notice-step-name{
    font-size: 14pt;
    color: #595757;
    font-weight: 500;
    letter-spacing: 1pt;
}

.notice-step-arrow{
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

.notice-step-arrow img{
  width: 30px;
}

.notice-content-word{
    text-align: left;
    font-size: 14pt;
    color: #595757;
    letter-spacing: 1pt;
    line-height: 24pt;
}

.notice-content-word ul{
    text-align: left;
    font-size: 14pt;
    color: #595757;
    letter-spacing: 1pt;
    line-height: 24pt;
}

.notice-content-word li{
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 40px;
}

.notice-content-title{
    margin: 50px 0 25px 0;
    color: #fff;
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 2pt;
    background: #871327;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
}


@media(max-width: 768px){
.notice-step{
  width: calc(50% - 4px);
}
.notice-step-arrow{
  display: none;
}

.notice-step-icon {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 15px 0;
}

.notice-step-content {
    vertical-align: middle;
    padding-right: 0;
    text-align: left;
}
}

@media(max-width: 630px){
.notice-step{
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
}

.notice-step-icon {
    margin: 0 auto;
    text-align: center;
    padding: 8px 0 8px 0;
}
}

@media(max-width: 400px){
  .notice-content-step {
    text-align: left;
    padding: 0;
    border: 0;
}

.notice-step-icon {
    padding: 5px 0;
}

}

/*---購物須知 結束---*/

/*---聯絡我們-開始---*/


.contact-info{
    margin: 50px 0;
}

.contact-info-logo{
    display: block;
    text-align: left;
}

.contact-info-logo svg{
    width: 100%;
    max-width: 400px;
}

.contact-info-tel{
    color: #40220F;
    font-size: 17px;
    display: block;
    margin: 10px 0px;
    font-weight: 500;
    text-align: left;
}

.contact-info-address{
    color: #40220F;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
    font-weight: 500;
    text-align: left;
}

.contact-info-map{
    margin-top: 30px;
}

.contact-info-map iframe{
    margin-bottom:-7px;
}

.qr-code-img{
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-img img{
    border: 1px solid #40220F; 
}

@media (max-width: 767px) {
    .qr-code-img{
        align-items: center;
        justify-content: flex-start;
    }
   
}

.contact-ctr{
    max-width: 600px;
    margin: auto;
}


.contact-form{
  position: relative;
}

.contact-form-title{
    color: #000000;
    font-size: 18px;
    letter-spacing: 1pt;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.contact-form-caption{
    color: #717071;
    font-size: 14pt;
    letter-spacing: 1px;
    margin: 20px 0;
}

.contact-dot{
    font-size: 25pt;
    vertical-align: top;
    margin-right: 6px;
    display: inline-block;
    margin-top: 6px;
    width: 13px;
    color:#c30d23;
}

.contact-form-box{
  text-align: left;
}

.contact-form-item{
    color: #717071;
    font-weight: 400;
    font-size: 16px;
    margin: 3px 0;
    letter-spacing: 1px;
    display: block;
}

.contact-form-radio{
    font-size: 16px;
    width:40px;
    margin-left: 20px;
}

.contact-form-text{
    padding: 10px 15px;
    font-size: 12pt;
    margin-bottom: 20px;
    border: 1pt solid #aaa;
    width:100%;
}

.contact-form-text-r{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1pt solid #aaa;
    width:calc(50%);
}

.contact-form-text-vc{
    padding: 10px 15px;
    border: 0;
    font-size: 12pt;
    border: 1pt solid #aaa;
    margin-bottom: 45px;
    width: 30%;
}

.contact-form-vc{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 50px;
  line-height: 1;
}

.btn-cancal{
    display: inline-block;
    background: #727171;
    color: #fff;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 170px;
    text-align: center;
    margin:0 10px;
}

.btn-cancal:hover{
    background: #fff;
    color: #727171;
    border:1pt solid #727171;
}

.btn-send{
    display: inline-block;
    background: rgb(101, 146, 116);
    color: #fff;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 170px;
    text-align: center;
    margin:0 10px;
}

.btn-send:hover{
    background: #fff;
    color: rgb(101, 146, 116);
    border:1pt solid rgb(101, 146, 116);
}


.contact-form-btn{
  text-align: center;
  margin: 60px auto;
}


@media(max-width: 1024px){
    .content-contact {
    padding: 40px 0 140px 0;
}
}

@media(max-width: 768px){

.contact-info-address{
  text-align: none;
  padding-left: 0;
  text-align: center;
}

.contact-info-logo img {
    float: none;
    margin: 0 auto 30px auto;
}

}


@media(max-width: 568px){


.contact-form-title {
    margin-bottom: 10px;
}

.contact-form-caption {
    font-size: 13pt;
    position: relative;
    right: 0;
    top: 0;
    margin: 30px 0;
}

.contact-form-text {
    width: 100%;
    margin-bottom: 25px;
}

.contact-form-item {
    margin: 0;
}

.contact-form-text-vc {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form-vc {
    margin-left: 0px;
    margin-bottom: 0px;
}

.content-contact {
    padding: 40px 0 0px 0;
}

.contact-info-mail a {
    display: initial;
}

}

@media(max-width: 480px){
.contact-info-address {
    margin-top: 15px;
}

    .contact-form-text-r {
    width: 100%;
}

.pure-form label.contact-form-radio{
    width: 80px;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 20px;
}

.btn-cancal{
    display: block;
    margin: 0 auto 25px auto;
}

.btn-send{
    display: block;
    margin: 0 auto 25px auto;
}

}

/*---聯絡我們-結束---*/

/*---購物中心-開始---*/

.content-wrapper.p-detail{
    padding: 0 15px;
}

.content-wrapper-shop {
    background-image: url(../img/page-contact-bg.png);
    background-color: #F2F2F2;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.content-shop {
    padding: 40px 1% 140px 1%;
}

.shop-process{
  margin-bottom: 70px;
    padding: 0 7%;
}

.shop-process-item{
  position: relative;
  vertical-align: middle!important;
}

.shop-process-icon{
      width: 100%;
    max-width: 130px;
    margin: 0 auto;
}

.shop-process-name{
  text-align: center;
    color: #595757;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 10px 2% 0 2%;
    font-size: 13pt;
}

.shop-process-name-act{
    text-align: center;
    color: #595757;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 10px 2% 0 2%;
    font-size: 13pt;
}

.shop-process-name .shop-process-step{
    font-size: 14pt;
    display: block;
    background: transparent;
    width: 50px;
    color: #771128;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 1.5pt solid #771128;
    box-sizing: content-box;
}

.shop-process-name-act .shop-process-step{
    font-size: 14pt;
    display: block;
    background: #771128;
    width: 50px;
    color: #fff;
    margin: 0 auto;
    line-height: 50px;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 1.5pt solid #771128;
    box-sizing: content-box;
}

.shop-list-title{
    color: #006837;
    font-size: 18pt;
    letter-spacing: 1pt;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

#shop-list-table{
  width:100%;
  margin-top: 30px;
}

#shop-list-table .wan-spinner input {
    width: 15%;
    border-radius: 5px;
    border: 1px solid #595757;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    font-size: 14pt;
    font-weight: 400;
}

#shop-list-table .wan-spinner .minus, #shop-list-table .wan-spinner .plus{
  background: #871327;
    color: #fff;
    font-weight: 500;
    width: 26px;
    display: inline-block;
    border-radius: 35px;
    font-size: 18pt;
    height: 26px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    border: 0px;
    margin:0;
}

#shop-list-table thead tr th {
      background: #dbdcdc;
}

#shop-list-table thead tr th .shop-list-table-title{
      color: #595757;
    margin: 10px 5px 10px 5px;
    display: block;
    font-size: 12.5pt;
    font-weight: 400;
    letter-spacing: 2pt;
}

#shop-list-table tbody tr {
      border-bottom: 1px dashed #871327;
}

#shop-list-table tbody tr:last-child {
      border-bottom: 0;
}

#shop-list-table tbody tr td.shop-list-table-right{
    text-align: right;
    padding-right: 2.8%;
}


#shop-list-table thead tr th.shop-list-table-right{
    text-align: right;
    padding-right: 2.8%;
}

#shop-list-table thead tr th.shop-list-table-right .shop-list-table-title{
    margin-right:0;
}

#shop-list-table tbody tr td {
    text-align: center;
    color: #595757;
    font-size: 13pt;
    padding: 30px 3px;
    font-weight: 400;
}

#shop-list-table tbody tr td.member-order-price{
  color:#C30D23;
}

.btn-red{
    display: inline-block;
    background: #871327;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 170px;
    text-align: center;
}

.btn-red:hover{
    background: #fff;
    color: #871327;
    border:1pt solid #871327;
}

.btn-yellow{
    display: inline-block;
    background: #B28247;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 170px;
    text-align: center;
}

.btn-yellow:hover{
    background: #fff;
    color: #B28247;
    border:1pt solid #B28247;
}

.shop-order-del{
  width:20px;
  height:20px;
  background-image: url(../img/shop-order-del.png);
  display: block;
  margin: 0 auto;
}

.shop-order-cant-del{
  width:20px;
  height:20px;
  background-image: url(../img/shop-order-del-cant.png);
  display: block;
  margin: 0 auto;
}

.shop-order-del:hover{
  background-image: url(../img/shop-order-del-hover.png);
}

.shop-list-product-mask{
    background-size: cover;
    background-position: 50%;
    display: inline-block;
}

.shop-list-product-img{
    width: 100%;
    max-width: 100px;
}

.shop-list-product-name{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 50%;
  font-size: 15pt;
    letter-spacing: 1pt;
}

.shop-list-select{
  width:80%;
}

.shop-btn-red {
    max-width: 143px;
    width: 100%;
    border: 0;
    font-size: 13pt;
    color: #fff;
    margin: 10px 0 10px 0;
    display: inline-block;
    line-height: 36px;
    letter-spacing: 2pt;
    text-align: center;
    background: #851B26;
    border-radius: 10px;
    float: right;
    padding-top: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.shop-btn-red:hover {
    background: #3e080d;
}

.shop-btn-gray {
    max-width: 143px;
    width: 100%;
    border: 0;
    font-size: 13pt;
    color: #fff;
    margin: 10px 0 10px 0;
    display: inline-block;
    line-height: 36px;
    letter-spacing: 2pt;
    text-align: center;
    background: #A2A1A1;
    border-radius: 10px;
    float: left;
    padding-top: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.shop-btn-gray:hover{
    background: #484848;
}

.shop-btn-blown {
    max-width: 143px;
    width: 100%;
    border: 0;
    font-size: 13pt;
    color: #fff;
    margin: 10px 2% 10px 2%;
    display: inline-block;
    line-height: 36px;
    letter-spacing: 2pt;
    text-align: center;
    background: #603813;
    border-radius: 10px;
    float: right;
    padding-top: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.shop-btn-blown:hover{
    background: #381c03;
}

.shop-list-sum{
    color: #595758;
    text-align: right;
    padding: 20px 2.8% 20px 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14pt;
    border-bottom: 1pt solid #871327;
    border-top: 1pt solid #871327;
}

.shop-list-offer{
    padding-right: 2.8%;
    display: inline-block;
    font-size: 14pt;
    color: #C1272D;
    text-align: left;
    letter-spacing: 1pt;
    margin-top: 10px;
    float: right;
    width: 30.3%;
    line-height: 38pt;
    font-weight: 600;
}

.shop-list-offer-title{
    letter-spacing: 0;
    color: #595757;
    font-weight: 800;
}

.shop-list-offer-price{
    text-align: right;
    float: right;
    letter-spacing: 0;
    color: #595757;
    font-weight: 400;
  }

.shop-list-left-name{
      float: left;
    display: inline-block;
    font-size: 14pt;
    font-weight: 500;
    color: #595757;
}

.shop-list-right-label{
  float: right;
    width: 30%;
    text-align: left;
    font-size: 14pt;
    color: #595757;
    font-weight: 400;
}


.shop-list-right-number{
  text-align: right;
  float:right;
  font-weight: 400;
}

.shop-list-shipping-choice{
      text-align: right;
    padding: 10px 2.8% 10px 0;
    box-sizing: border-box;
    font-weight: 500;
}

.shop-list-all-sum {
    text-align: right;
    padding: 17px 2.9% 17px 1.5%;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: inline-block;
    width: 31.8%;
    float: right;
    color: #fff;
    font-size: 15pt;
    background: #727171;
    margin-top: 20px;
    font-weight: 600;
}

.shop-list-all-sum-name{
  float:left;
  font-weight: 500;
}

.shop-list-all-sum-02{
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    font-size: 14pt;
}

.shop-btn-step1{
    text-align: right;
    padding: 30px 0 35px 0;
    box-sizing: border-box;
    border-top: 1pt solid #871327;
    margin-bottom: 30px;
}

.shop-btn-float-left{
    float: left;
}

.shop-btn-float-right{
    float: right;
}

.shop-content-title{
  text-align: left;
    border-bottom: 1pt solid #871327;
    margin-bottom: 20px;
    padding: 0 0 10px 2%;
}

.shop-content-title-icon{
  display: inline-block;
    vertical-align: middle;
    margin-bottom: -2px;
    margin-top: -10px;
}

.shop-content-title-name{
  color: #771128;
    font-size: 18pt;
    letter-spacing: 1pt;
}

.shop-content-info{
  text-align: left;
    margin-bottom: 20px;
    font-size: 13pt;
    line-height: 30pt;
    letter-spacing: 2px;
    font-weight: 500;
    color: #595757;
    margin-left: 3%;
    width: 97%;
}

.shop-form-text{
    padding: 3px 20px;
    border-radius: 7px;
    border: 1pt solid #888888;
    box-shadow: 0px 0px 3px 1px #bbbbbb;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    margin-bottom: 30px;
}

.shop-sp-text-01{
  text-align: center; 
  font-size: 16pt; 
  line-height: 30px;
}

.shop-sp-text-03{
    text-align: left;
    color: #851B26;
    font-size: 12pt;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    letter-spacing: 1px!important;
    font-weight: 500;
}

.twcode-right{
margin-right: 8%; 
}

.shop-content-time-tip{
  width: calc(100% - 465px);
  display: inline-block;
}

.shop-content-info .pure-form label{
      color: #727171;
    font-weight: 400;
    font-size: 14pt;
    letter-spacing: 1px;
    line-height: 34px;
}

.shop-content-info .pure-form .shop-content-time label{
      color: #727171;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 1px;
    line-height: 28pt;
}

.radio-pay-bank-tip{
  color: #62B0DB;
  font-size: 11pt;
  margin-left: 10px;
}

.radio-receipt-left{
  margin-right: 4%;
}

.radio-time-left{
  margin-left: 10px;
}

.ps-text-area textarea{
    margin-top: 6px;
    color: #EB7996;
    line-height: 30px;
}

.shop-btn-step2{
    text-align: center;
    padding: 20px 0 50px 0;
    box-sizing: border-box;
    border-top: 1px solid #871327;
    margin-top: 30px;
}


.shop-content-word{
  line-height: 40pt;
}

.shop-list-price-info{
      text-align: right;
    padding: 10px 2.9% 0px 0;
    box-sizing: border-box;
    color: #595758;
    font-size: 13pt;
    font-weight: 500;
    line-height: 40pt;
}

.shop-list-all-sum-pink{
    background: #C69C6D;
    display: inline-block;
    text-align: center;
    padding: 15px 20px 10px 20px;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-right: 2.8%;
}

.btn-gray{
    display: inline-block;
    background: #595757;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-weight: 300;
    padding: 10px 0;
    border:1pt solid transparent;
    box-sizing: border-box;
    transition: .5s;
    max-width: 170px;
    text-align: center;
    margin-right:20px;
}

.btn-gray:hover{
    background: #fff;
    color: #595757;
    border:1pt solid #595757;
}

.pure-form div.shop-item-name {
    color: #7D7D7D;
    font-size: 12pt;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    width: 93px;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

.pure-form div.shop-item-text-box {
    color: #7D7D7D;
    font-size: 12pt;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    width: calc(100% - 100px);
    display: inline-block;
}

.shop-item-name-02 {
    text-align: left;
    font-size: 13pt;
    line-height: 40pt;
    letter-spacing: 2px;
    font-weight: 500;
    color: #595757;
}

.shop-content-title .pure-form label{
  color: #7D7D7D;
    font-size: 13pt;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 500;
}


.shop-thanks-box{
    border-radius: 10px;
    width: 85%;
    display: inline-block;
    padding: 80px 10%;
    background-image: url(../img/contact-info-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.shop-logo{
    width:100%;
    border-bottom:1pt solid #771128;
    text-align: left;
    padding: 0 5% 50px 5%;
}

.shop-logo img{
    max-width: 320px;
    width:100%;
}

.shop-pay-type{
    color:#771128;
    text-align: left;
    width:90%;
    margin-top: 20px;
    font-size: 14pt;
    display: inline-block;
}

.shop-thanks-content{
    text-align: left;
    width:90%;
    font-size: 14pt;
    line-height: 30pt;
    margin-top: 20px;
    display: inline-block;
    color:#595757;
}

.shop-thanks-info{
    text-align: left;
    width:90%;
    font-size: 14pt;
    line-height: 30pt;
    margin-top: 40px;
    display: inline-block;
    color:#595757;
}

.shop-thanks-content a{
    background: #771128;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    line-height: 17pt;
    border-radius: 22px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    margin: 0 5px;
}

.shop-thanks-content a:hover{
    background:#003a1f;
}

.shop-red {
    color:#ea3d3d;
}

.shop-btn-step4{
    text-align: center;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 80px;
}

.btn-left{
    width: calc(47% - 4px);
    margin: 0 3% 0 0;
}

.btn-right{
    width: calc(47% - 4px);
    margin: 0 0 0 3%;
}

@media(max-width: 1580px){
  .shop-content-time-tip{
  width: 100%;
  display: inline-block;
  padding-left: 0;
}
}

@media(max-width: 1440px){
.shop-process {
    padding: 0;
}
}

@media(max-width: 1280px){

.radio-receipt-left-01{
  margin-left: 0;
}
.radio-receipt-left-02{
  margin-left: 8.3%;
}
.shop-thanks-word {
    font-size: 15.5pt;

}
.shop-thanks-box{
    width: 90%;
    padding: 80px 6%;
}
}

@media(max-width: 1024px){

.shop-list-product-img{
    width: 100%;
    max-width: 80px;
}

.shop-process{
  margin-bottom: 50px;
    padding: 0;
}

.product-order-detail-shipping {
    text-align: left;
    margin: 15px 10px;
}
.product-order-detail-price {
    text-align: center;
    margin: 15px 10px;
}


#shop-list-table, #shop-list-table tbody{
  border:0;
}

#shop-list-table tbody tr td {
    text-align: left;
    border: 0;
}
#shop-list-table tbody tr {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid  #c7c7c7;
}

#shop-list-table tbody tr:last-child {
    border-top: 1px solid #c7c7c7;
    border-bottom: 0;
}

.shop-list-select{
  width:100%;
}
.shop-list-product-name{
  width: 100%;
  margin-left:0;
}

.shop-thanks-bottom-pic img {
    bottom: -8px;
}
}

@media(max-width: 768px){

#shop-list-table tbody tr td {
    padding: 10px 3px;
}

.shop-list-all-sum-name {
    margin-left: 10px;
}

.shop-process{
  margin-bottom: 30px;
    padding: 0;
}

.shop-process-name-act {
     display: inline-block;
   vertical-align: middle!important;
    margin-top: 15px;
    padding: 10px 15px;
}

.shop-process-name {
    display: inline-block;
   vertical-align: middle!important;
    margin-top: 15px;
    padding: 10px 15px;
}

#shop-list-table tbody tr td {
    text-align: left;
    border: 0;
}

#shop-list-table tbody tr td.shop-list-table-right {
    text-align: left;
    padding-right: 0;
}

.shop-list-offer {
    float: none;
    width: 100%;
}

.shop-process-arrow {
    display: none;
}

.shop-list-sum {
    color: #595758;
    padding: 32px 2.8% 0px 0;
    box-sizing: border-box;
    font-weight: 500;
}


.shop-list-left-name {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 23px;
    margin-right: 10px;
}

.shop-list-shipping-choice {
    text-align: left;
}

form.shop-list-right-label {
  width: 100%;
    float: none;
    display: block;
}

.shop-list-all-sum {
    text-align: right;
    padding: 17px 2.8% 12px 0;
    width: 100%;
    margin: 0;
}

.shop-item-name-02 {
    text-align: left;
    margin-top: 0px;
    font-size: 15pt;
    line-height: 20pt;
    letter-spacing: 2px;
    font-weight: 500;
    color: #595757;
}

.shop-content-word{
  line-height: 20pt;
  font-size: 12pt;
  font-weight: 400;
  padding-bottom: 15px;
}

.shop-btn-step4 {
    margin-bottom: 50px;
}

.shop-btn-blown {
    margin: 10px 1% 10px 1%;
    float:none;
}

.shop-thanks-pic-02{
    display: none;
}

.shop-thanks-pic-03{
    display: none;
}

.shop-thanks-box{
    width: 100%;
    padding: 40px 5%;
}
}

@media(max-width: 767px){
  .shop-process-name-act {
    display: block;
}
  .shop-process-name {
    display: block;
}

.shop-sp-text-03 {
    margin-top: -24px;
}

.shop-content-time-tip {
    margin-top: 0;
}

.btn-green, .btn-brown {
    display: block;
    margin: 0 auto 20px auto;
}

.shop-btn-float-left, .shop-btn-float-right {
    float: none;
    margin-bottom: 15px;
}

.btn-gray{
    margin-right:0;
}

#shop-list-table .wan-spinner input {
    width: 40%;
    border-radius: 5px;
    border: 1px solid #595757;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    font-size: 14pt;
    font-weight: 400;
}

}

@media(max-width: 568px){
.shop-btn-step1{
    text-align: center;
    padding: 20px 0;
}
.shop-content-word{
  padding-top: 0;
}


.member-required {
    position: initial;
    margin-bottom: 20px;
}

.shop-thanks-pic-01{
  display: none;
}

.shop-thanks-pic-01-mobile{
  display: block;
  width:100%;
  max-width: 768px;
}

.pure-form div.shop-item-name {
    width: 100%;
}

.pure-form div.shop-item-text-box {
    width: 100%;
}

.shop-thanks-box{
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

}

@media(max-width: 480px){
.radio-receipt-left-02{
  margin-left: 0;
}
.radio-time-left{
  margin-left: 0;
}

.shop-list-product-img {
    max-width: 110px;
}

.shop-btn-gray, .shop-btn-red, .shop-btn-blown{
  float:none;
  margin:10px 0;
}

.member-sp-text-01{
  display: none;
}

.shop-sp-text-01{
  display: none;
}
.shop-list-all-sum-pink {
    padding: 15px 10px 10px 10px;
    width: 100%;
}

.btn-left{
    width: 100%;
    margin: 10px 0;
}

.btn-right{
    width: 100%;
    margin: 10px 0;
}

}

/*---購物中心-結束---*/

/*---會員中心 開始---*/

.member-bg{
}

.member-link-box{
    display: block;
    margin: 20px auto;
}

.member-link{
    color:#000;
    border: 1px solid transparent;
    margin: 0 10px;
    padding: 5px 10px;
    transition: .5s;
}

.member-link:hover{
    border: 1px solid #ccc;
    color:#860101;
}

.member-link-act{
    border: 1px solid #ccc;
    color: #860101;
    margin: 0 10px;
    padding: 5px 10px;
    letter-spacing: 1px;
}

.member-link-box-mobile{
    display: none;
}

@media(max-width: 767px){

.member-link-box{
    display: none;
}

.member-link-box-mobile{
    display: block;
    margin: 20px auto;
}
}

.member-content{
    margin-bottom: 80px;
    margin-top:20px;
}

.member-title{
  display: inline-block;
  margin: 20px auto;
}

.member-title-img{
  display: inline-block;
  vertical-align: middle;
}

.member-title-img img{
  width: 100%;
  max-width: 100px;
    
}

.member-title-name{
    vertical-align: middle;
    color: #006837;
    font-size: 18pt;
    letter-spacing: 1pt;
    display: inline-block;
    border-bottom: 2px solid #006837;
}

.img-mirror{
  -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}

.member-box-01{
  box-sizing: border-box;
    padding: 5% 2%;
    border-radius: 20px;
    position: relative;
}

.member-required{
  color:#F4A12B;
  position: absolute;
  top: 20px;
  right: 7%;
}

.member-box-02{
  box-sizing: border-box;
    padding: 0;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
}

.member-box-03{
  box-sizing: border-box;
  border: 5px solid #053A64;
  padding: 10% 2%;
  border-radius: 20px;
  margin: 80px 0;
}

.order-url.edbox .edbox-body{
    width:80%;
}


.member-content-text{
  text-align: left;
    color: #3E3A39;
    font-size: 11pt;
    padding: 0 3%;
    box-sizing: border-box;
}

.member-content-title{
  color: #040000;
    font-size: 16pt;
    display: block;
    margin-bottom: 10px;
}

.member-content-btn-join{
  background: #70C3A8;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 15px 0 40px 0;
  display: block;
  box-shadow: 2px 2px 5px 1px #d6d6d6;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-join img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-content-btn-join:hover{
  background: #1fa278;
}

.member-content-btn-checkout{
  background: #E1778E;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px 0 40px 0;
  display: block;
  box-shadow: 2px 2px 5px 1px #d6d6d6;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-checkout img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-content-btn-checkout:hover{
  background: #D63C6C;
}


.member-form-text{
  margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 0px 2px 0px #757575;
}

.member-forget-password{
  margin-left:16px;
}

.member-forget-password:hover{
  color: #f90;
}

.member-content-btn-login{
  background: #D18249;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px 0 40px 0;
  display: block;
  box-shadow: 2px 2px 5px 1px #d6d6d6;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-login img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-content-btn-login:hover{
  background: #B75F25;
}

.member-content-btn-fblogin{
  background: #38528C;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px 0 40px 0;
  display: block;
  box-shadow: 2px 2px 5px 1px #d6d6d6;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-content-btn-fblogin img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-content-btn-fblogin:hover{
  background: #133260;
}

.member-item-name{
  color:#4D4D4D;
  font-size: 12pt;
  line-height: 40px;
}

.member-sp-text-01{
  text-align: center; 
  font-size: 16pt; 
  line-height: 30px;
}

.member-sp-text-02{
  text-align: left;
    color: #4d4d4d;
    font-size: 10pt;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 15pt;
}

.member-item-name-pot{
  color: #F4A12B;
}

.twcode-right{
margin-right: 8%; 
}

.twcode-color{
  color:#717171;
}

.memeber-form-vc{
  display: inline-block;
  vertical-align: middle;
  margin: -20px 0 0 5px;
}

.member-content-btn-submit{
  background: #871327;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  box-shadow: 2px 2px 5px 1px #d6d6d6;
  transition: .5s;
  -webkit-transition: 0.5S;
  width: 50%;
  letter-spacing: 2px;
}

.member-content-btn-submit:hover{
  background: #47b764;
}

.member-content-btn-forget{
  background: #871327;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  box-shadow: 2px 2px 5px 1px #d6d6d6;
  transition: .5s;
  -webkit-transition: 0.5S;
  letter-spacing: 2px;
}

.member-content-btn-forget:hover{
  background: #47b764;
}

#member-order-table{
  width: 100%;
  margin-top: 30px;
}

#member-order-table thead tr{

}

#member-order-table thead tr th{
  font-size: 11pt;
  font-weight: 500;
  color: #231815;
  padding: 0 5px;
  border-left: 3px solid #871327;
  line-height: 11pt;
}

#member-order-table thead tr th:first-child{
  border-left: 0;
}

#member-order-table tbody tr td{
  text-align: center;
  color: #727171;
  font-size: 11pt;
  padding: 10px 3px;
}

.member-order-table-line{
  border-bottom: 1px solid #898989;
}

.member-order-detail{
  width:20px;
  height:20px;
  display: inline-block;
  margin-left: 5px;
}

.member-order-detail path{
  fill:#871327;
  transition: .5s;
}

.member-order-detail:hover path{
  fill:#ff0000;
}

.member-order-del{
  width:20px;
  height:20px;
  display: block;
  margin: 0 auto;
}

.member-order-del path{
  fill:#871327;
  transition: .5s;
}

.member-order-del:hover path{
  fill:#ff0000;
}

.member-order-cant-del{
  width:20px;
  height:20px;
  display: block;
  margin: 0 auto;
}

.member-order-cant-del path{
  fill: #b5b5b6;
}


#member-order-table tbody tr td.member-order-number{
  color:#871327;
}

.member-order-price{
  color:#C30D23;
}

#member-order-table tbody tr td.member-order-price{
  color:#C30D23;
}

.member-order-reply{
  color: #EC6B6B;
  border: 1px solid #EC6B6A;
  padding: 2px 5px;
}

.member-order-reply:hover{
  color: #fff;
  background-color: #EC6B6A;
}

.member-order-return{
  color: #F29556;
  border: 1px solid #F29556;
  padding: 2px 5px;
  transition: .5s;
}

.member-order-return:hover{
  color: #fff;
  background-color: #F29556;
}

.product-order-detail-name{
  background: #871327;
  color: #fff;
  padding: 20px;
  text-align: left;
  letter-spacing: 1px;
}

.product-order-detail-number{
  margin: 0 30px 0 10px;
}

.product-order-detail-date{
  margin-left: 10px;
}

.member-order-left-blue{
  margin:20px 0;
  border-left: 3px solid #871327;
  display: block;
  padding: 0 5px;
  text-align: center;
}

#member-order-detail-table thead tr th:first-child .member-order-left-blue{
  border-left: 0;
}

#member-order-detail-table{
  width: 100%;
  border: 2px solid #871327;
}

table#member-order-detail-table{
  border-collapse: separate;
}

#member-order-detail-table thead tr th{
  font-size: 11pt;
  font-weight: 500;
  color: #231815;
  line-height: 11pt;
}

#member-order-detail-table tbody tr td{
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  color: #727171;
  font-size: 11pt;
  padding: 10px 0;
}

#member-order-detail-table tbody tr:first-child td{
  border-top: 2px solid #871327;
}

#member-order-detail-table tbody tr:last-child td{
  border-bottom: 0;
}


.product-order-detail-tip-box{
  text-align: right;
  padding: 20px 0;
  background: #C7E7FF;
  border-left: 2px solid #871327;
  border-right: 2px solid #871327;
}

.product-order-detail-tip{
  color: #036EB8;
  text-align: left;
}


.product-order-detail-account{
  border-left: 2px solid #871327;
  border-right: 2px solid #871327;
  border-bottom: 2px solid #871327;
  text-align: right;
}

.product-order-detail-shipping{
  text-align: left;
  margin: 15px 0 15px 59%;
}

.product-order-detail-price{
  text-align: left;
  margin: 15px 0 15px 59%;
}

.member-order-detail-data{
  margin-top: 50px;
}

.member-order-detail-data-title{
  color: #871327;
  font-size: 13pt;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 2px solid #871327;
}

.member-order-detail-data-content{
  margin-top: 10px;
  text-align: left;
}

.member-order-detail-data-name{
  color: #231815;
  font-weight: 500;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.member-order-detail-data-word{
 color:#595757;
 padding: 0 0 20px 0;
}

.member-order-detail-logistics{
  background-image: url(../img/member-order-detail-icon.png);
  width:20px;
  height:20px;
  display: inline-block;
  margin-left: 10px;
}

.member-order-detail-logistics:hover{
  background-image: url(../img/member-order-detail-icon-hover.png);
}

.member-order-reply-tip{
  color: #053A64;
  margin-bottom: 30px;
}

.member-order-reply-name{
  color: #053A64;
  text-align: left;
  margin-bottom: 20px;
}

.member-order-reply-word{
  color: #727171;
  text-align: left;
  margin-bottom: 20px;
}

.member-fav-list{
    margin-top: 30px;
}

.member-fav-item{
    padding: 0 2% 50px 2%;
}

.member-collection-pic{
      box-sizing: border-box;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - 15px);
    margin-right: 10px;
    display: inline-block;
    opacity: 1;
    transition: .5s;
}

.member-collection-pic:hover{
    opacity: 0.7;
}

.member-collection-pic img{
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.member-collection-info{
  text-align: left;
  padding:0 10px;
  box-sizing: border-box;
}

.member-fav-item .member-collection-info, .member-fav-item  .member-collection-pic{
    vertical-align: bottom;
}

.member-collection-title{
  font-size: 14pt;
  color: #595758;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.member-collection-price{
  color: #771128;
  font-size: 14pt;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.member-collection-btn-add{
  background: #E6B13A;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 12px 0;
  margin: 20px 0 40px 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-collection-btn-add:hover {
    background: #C68910;
}

.member-collection-btn-add img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-collection-btn-del{
  background: #E87B80;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  padding: 12px 0;
  margin: 20px 0 0 0;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
}

.member-collection-btn-del:hover {
    background: #C13846;
}

.member-collection-btn-del img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.member-refund-tip{
  text-align: left;
  line-height: 20pt;
  font-weight: 400;
  color: #717071;
  margin-top: 30px;
}

.member-refund-tip a{
  color: #871327;
  transition: .5s;
}

.member-refund-tip a:hover{
  color: #ff0000;
}

.member-refund-table-title{
  font-weight: 500;
  color: #871327;
  text-align: left;
  margin: 30px 0 10px 0;
}

#member-refund-application-table{
  width: 100%;
}

#member-refund-application-table thead tr th {
    font-size: 11pt;
    font-weight: 500;
    color: #231815;
    line-height: 11pt;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

.member-refund-detail-title{
  text-align: left;
  font-size: 14pt;
  color:#036EB8;
}

.member-order-left-orange{
  margin: 20px 0;
  border-left: 3px solid #871327;
  display: block;
  padding: 0 5px;
}

#member-refund-application-table thead tr th:first-child .member-order-left-orange{
  border-left: 0;
}

#member-refund-application-table tbody tr td {
    text-align: center;
    color: #727171;
    font-size: 11pt;
    padding: 10px 3px;
}

#member-refund-application-table tbody tr td.member-order-number {
    color: #871327;
}

#member-refund-application-table tbody tr td.member-order-price {
    color: #C30D23;
}

.member-refund-return-btn{
  color: #DD5519;
  border: 1px solid #DD5519;
  padding: 2px 5px;
}

.member-refund-return-btn:hover{
  color: #fff;
  background: #DD5519;
}

.member-refund-exchange-btn{
  color: #684B9B;
  border: 1px solid #684B9B;
  padding: 2px 5px;
  margin-left: 5px;
}

.member-refund-exchange-btn:hover{
  color: #fff;
  background: #684B9B;
}

#member-refund-record-table{
  width: 100%;
}

#member-refund-record-table thead tr th {
    font-size: 11pt;
    font-weight: 500;
    color: #231815;
    line-height: 11pt;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

#member-refund-record-table thead tr th:first-child .member-order-left-orange{
  border-left: 0;
}

#member-refund-record-table tbody tr td {
    text-align: center;
    color: #727171;
    font-size: 11pt;
    padding: 10px 3px;
}

#member-refund-record-table tbody tr td.member-order-number {
  color: #871327;
}

#member-refund-record-table tbody tr td.member-order-price {
    color: #C30D23;
}

#member-refund-record-table tbody tr td.member-order-status{
  color: #EA5514;
}

.member-refund-popu-title{
  color: #871327;
  font-size: 14pt;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #898989;
  margin-bottom: 20px;
}

.member-refund-popu-word{
  width: 80%;
  color: #727171;
  margin-bottom: 20px;
}

.member-refund-popu-name{
  font-size: 14pt;
  color: #231815;
  text-align: left;
  margin-bottom: 10px;
}

.member-refund-popu-btn-cancal{
  background: #9B9B9B;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
  width: 90%;
  letter-spacing: 2px;
}

.member-refund-popu-btn-cancal:hover{
  background: #5B5B5B;
}

.member-refund-popu-btn-submit{
  background: #EE8081;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 12pt;
  font-weight: 300;
  padding: 7px 0;
  margin: 20px auto 40px auto;
  display: block;
  transition: .5s;
  -webkit-transition: 0.5S;
  width: 90%;
  letter-spacing: 2px;
}

.member-refund-popu-btn-submit:hover{
  background: #E2474F;
}

@media(max-width: 1280px){
.member-box-01{
  padding: 5% 0;
}
.member-item-name {
    font-size: 10pt;
}
.radio-receipt-left-01{
  margin-left: 0;
}
.radio-receipt-left-02{
  margin-left: 8.3%;
}
}

@media(max-width: 1024px){
table.bt tbody td.member-order-table-line{
  display: none;
}

#member-order-table tbody tr td.member-order-number{
  background: #ddf9e6;
}

#member-order-table tbody tr td{
  text-align: left;
}
#member-order-detail-table tbody tr:first-child td {
    border-top: 0;
}
#member-order-detail-table tbody tr td {
    border-bottom: 0;
    text-align: left;
}
.member-order-detail-name{
  background: #ddf9e6;
}
.product-order-detail-shipping {
    text-align: left;
    margin: 15px 10px;
}
.product-order-detail-price {
    text-align: left;
    margin: 15px 10px;
}
.member-order-detail-data-name{
  padding: 0;
}

#member-refund-application-table tbody tr td {
    text-align: left;
}

#member-refund-record-table tbody tr td {
    text-align: left;
}

#member-refund-application-table tbody tr td:first-child {
    background:#ddf9e6;
}

#member-refund-record-table tbody tr td:first-child {
    background:#ddf9e6;
}

}

@media(max-width: 768px){
.member-box-01{
  padding: 10% 0;
}
.member-collection-info{
  text-align: center;
}
.member-bg{
    background-image: none;
}

.member-form-text {
    border: 1pt solid #757575;
}
}

@media(max-width: 568px){
.member-box-01{
  padding: 10% 2%;
  margin-bottom: 40px;
  border: 0;
}
.member-content-text {
    font-size: 11pt;
    padding: 0 5px;
    box-sizing: border-box;
}
.member-refund-popu-word{
  width: 100%;
}

.member-required {
    position: initial;
    margin-bottom: 20px;
}

}

@media(max-width: 567px){
.member-sp-text-02 {
    padding-left: 0;
    color: #006837;
}

.member-collection-pic{
    width: 100%;
    margin-right: 0;
}
}

@media(max-width: 480px){
.member-sp-text-01{
  display: none;
}
.member-form-text{
  width: 100%;
}
.radio-receipt-left-02{
  margin-left: 0;
}
.radio-time-left{
  margin-left: 0;
}

.member-title-img {
    display: none;
}
.memeber-form-vc {
    margin: -20px 0 0 0;
}
}


/*---會員中心 結束---*/

/*---保健新知-開始---*/

.faq-list{
    margin-bottom: 50px;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-box {
    position: relative;
    display: block;
    min-width: 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}

.faq-date{
    width: 160px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    color: #000;
    font-size: 16px;
    letter-spacing: 1pt;
    top:10px;
}

.faq-content{
    width:calc(100% - 165px);
    display:inline-block;
    padding-left: 10px;
    border-left: 2pt solid #aeaeae;
    vertical-align: top;
    margin-bottom: 25px;
}

.q-content{
    color: #659274;
    font-size: 20px;
    letter-spacing: 1pt;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 10px;
    cursor: pointer;
}

.a-content{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #595757;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1pt;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
}

.collapse {
  display: none;
}

.collapse.show{
    display: block;
}

.fade {
  opacity: 0;
  transition: .5s;
}

.fade.show{
    opacity: 1;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: .5s;
}

@media(max-width: 767px){
    .faq-date{
    width: 100%;
    padding-right:0;
    margin-bottom: 5px;
    text-align: left;
}

.faq-content{
    width:100%;
    display:inline-block;
    padding-left: 0;
    border-left:0;
    margin-bottom: 30px;
}

.q-content{
    font-size: 15pt;
}

.a-content{
    padding-left: 0;
}


}

/*---保健新知-結束---*/

.contact-content{
    margin: 5em 0;
}


.autoplay-gallery.slick-slider {
    background: #1d2c22;
}