@charset 'utf-8';
/*@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,500;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;1,400;1,500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400&family=Roboto:ital,wght@0,400;1,300&display=swap');
@import url('https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
/*------------ basic ------------*/
hr{
    margin: 1.5rem 0;
}

#fancybox .tit{
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
}
#fancybox {
    /*display: flex;*/
     display: none;
    align-items: center;
    justify-content: center;
    height: 100%;

}
.fancybox_content{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;  
}
.fancybox-close{
    background: none;
    top: 0;
    right: 0;
    text-align: center;
}
.fancybox-close:before{
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f404";
    color: #222;
    font-size: 31px;

}
.text-center{
    text-align: center;
}
body {
    font-family: 'Noto Sans TC', sans-serif;
    color: #1a1a1a;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
    background: #fff;
}
p{
    font-weight: 300;

}
img{
    display: inline-block;
    max-width: 100%;
    height: auto!important;
}
.at{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.at:before{
    content: '';
    display: inline-block;
    background: #000;
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin-right: 7px;
}
.title1{
    font-family: 'Crimson Pro','Noto Sans TC',  serif;
    font-weight: 500;
    line-height: 1;
    font-size: 45px;
    color: #000;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}
h3.name{
    margin: 0;
}
.container {
    padding: 0 15px;
    max-width: 1250px;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.box{
    display: block;
    position: relative;
}
/*------------ / basic ------------*/


/*------------ btn ------------*/
.mmenu-show .toggle-mmenu-close{
    transition: all 0.3s linear 0s;
    width: 50px;
    height: 50px;  
    top: 0;
    right: 0;
}
.mmenu-show #mobile-menu .language-menu{
    height: 50px;
}
.mmenu-show #mobile-menu .main-menu{
    top: 50px;
}
.toggle-mmenu-close:before,
.toggle-mmenu-close:after{
    content: "";
    height: 35%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 2px;
    background-color: #1e1e1f;
    transition: all 0.3s linear 0s;
}
.toggle-mmenu-close:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-mmenu-close:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle-mmenu-close:hover:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle-mmenu-close:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mmenu-show #mobile-menu .language-menu,
.mmenu-show #mobile-menu .main-menu{
    background: #fff
}
.mmenu-show #mobile-menu .main-menu{
    border-top:1px solid rgba(191, 150, 74, 0.06);
}
.mmenu-show #mobile-menu .menu li a{
    border-color: rgba(191, 150, 74, 0.06);
    color: #1a1a1a
}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu{
    color: #1a1a1a

}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu:before {
    content: "\f105";
    font-family: "DT Icons";
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    right: 12px;
    text-align: center;
    transition: all ease .3s;

}
.mmenu-show #mobile-menu .menu li.has-child.active > .toggle-submenu:before {
    content: "\f105";
    transform: rotate(90deg);
}
.btn{
    transition: all ease .3s;
}
a{
    transition: all ease .3s;
    color: #1a1a1a;
}
a:hover{
    color: #bf964a;
}
.btn.btn1{
    color: #1a1a1a;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300; 
    font-family: 'Crimson Pro','Noto Sans TC', serif;
}
.btn.btn1:hover{
   color: #bf964a;
}
.btn.btn1 i{
    display: inline-block;
    margin-left: 15px;
}
.btn.btn1 i:before{
    content: "";
    background-image: url(../images/arrow-img.svg);
    width: 26px;
    height: 15px;
    top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;

}
.btn.btn1:hover i:before {
    animation: toRightFromLeft 0.4s forwards;
    -webkit-animation: toRightFromLeft 0.4s forwards;
    -ms-animation: toRightFromLeft 0.4s forwards;
    -moz-animation: toRightFromLeft 0.4s forwards;
    background-image: url(../images/arrow-color.svg);
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(50%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(50%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}

@-ms-keyframes toRightFromLeft {
    49% {
        -ms-transform: translate(50%);
    }
    50% {
        opacity: 0;
        -ms-transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(50%);
    }
    50% {
        opacity: 0;
        transform: translate(-50%);
    }
    51% {
        opacity: 1;
    }
}

.btn.btn2{
     /*color: #1a1a1a;*/
     color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;    
}

/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9995;
}
.site-header .container{
    max-width: inherit;
    padding:0 5%;
    display: flex;
    align-items: center;
}
.footer-bottom .container{
    max-width: inherit;
    padding:0%;
    display: flex;
    align-items: center;
}
.footer-bottom {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #E3E0DC;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1.5% 3% 1.5% 3%;
    font-family: 'Crimson Pro','Noto Sans TC',  serif;
}
.footer-bottom .container .link{
    width: 33.33%;
    font-weight: 300;
    font-size: 14px;
}

.footer-bottom .container .link li +li{
    margin-left: 20px;
}
.footer-bottom .container .copyright{
    width: 33.33%;
    text-align: center;
    font-weight: 500;
}
.footer-bottom .container .share{
    width: 33.33%;
    text-align: right;
}
.footer-bottom .container .share i{
    font-size: 0;
}
.footer-bottom .container .share i:before{
    font-size: 15px;
}
.footer-bottom .container .share li{
    margin: 0 15px;
}
.wrapper{
    padding-top: 72px;
}
.site-title {
    position: relative;
    z-index: 5;
    padding: 19px  0 28px;
    width: 20%;
}
.site-title .logo {
    background: url('../images/logo.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 200px;
    height: 25px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}

/*.info{*/
/*    width: 20%;*/
/*    text-align: right;*/
/*    font-family: 'Crimson Pro','Noto Sans TC',  serif;*/
/*    font-weight: 300;*/
/*    float: right;*/
/*    font-size: 20px;*/
/*    letter-spacing: 0;*/
/*    margin-top: -11px;*/

/*}*/
/*.info svg{*/
/*    margin-right: 0px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 30px;*/
/*    position: relative;*/
/*    top: 2px;*/
/*    font-size: 22px;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/

/*}*/
#member a{
    position: relative;
    top: 1px;
}
/*.info >a{*/
/*    font-size: 14px;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    vertical-align: middle;*/
/*    top: 3px;*/
/*}*/
#gocart i{
    font-size: 19px;
    font-weight: normal;
}
#gocart {
    position: relative;
}
#gocart .count,
#mo_cart .count{
    display: inline-block;
    position: absolute!important;
    right: 47%;
    bottom: 52%;
    width: auto!important;
    line-height: 1!important;
}
#gocart .count{
    bottom: 41%;

}
#gocart .count span,
#mo_cart .count span{
    line-height: 1!important;
    width: auto!important;
    background: #000;
    font-size: 10px;
    color: #fff!important;
    border-radius: 80px;
    display: inline-block;
    position: absolute;
    padding: 3px 7px 2px;
    font-family: Roboto;
    letter-spacing: 0;
}
.site-nav {
    position: relative;
    padding: 20.5px 0;
    width: 60%;
    text-align: center;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -12px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li.hide{
    display: none;
}
.site-nav .menu li.topli a:hover{
    color: #1a1a1a;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li {
    padding: 0 37px;
}

.site-nav .menu > li > a {
    color: #222;
    /*font-family: 'Century Gothic', CenturyGothic, AppleGothic, 'Muli', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;*/
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 5px 0px;
    box-sizing: border-box;
    position: relative;
}

.site-nav .menu > li.has-child > a:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 12px;
    font-weight: 550;
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 2px;
    opacity: 0.7;
}
.site-nav .menu > li > a:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    bottom: 0;
    transition: all ease .3s;
    left: 0;
}
.site-nav .menu > li > a:hover:before,
.site-nav .menu > li.active > a:before {
    width: 100%;
}
.site-nav .menu ul {
    display: none;
    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 130%;
}

.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 4px 8px;
    border: 1px solid #fff;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {

}
.site-nav .menu li.hover-on >ul{
    padding: 15px 15px 15px;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0;
    opacity: 0;
    left: 26px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -webkit-box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
    text-align: left;
}
.site-nav .menu li.hover-on.active >ul{
    display: block!important;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    -o-transition: -o-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    transition: transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
}

.site-nav .menu li.hover-on.active >ul:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 100%;
    height: 10px;
    left: 0;
    right: 0;
}
.site-nav .menu ul li a{
    text-align: left;

}
.site-nav .menu ul li.smli a{
    /*font-size: 13px;*/
    padding: 0px 15px;
}
.site-nav .menu ul li.smli a:before{
    content: '-';
    display: inline-block;
    margin-right: 3px;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top{
    position: relative;
    background-image: url(../images/breadcrumb-img.jpg);
    background-attachment: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    padding: 7% 0;
}

.main-top:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(243, 243, 243, .85);
}
.main-top .text{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-top .text .content-title{
    font-size: 50px;
    color: #1a1a1a;
    font-family: 'Crimson Pro','Noto Sans TC', serif;
    font-weight: 500;
    margin: 0 0 1rem;
}
.main-content {
    padding: 75px 0 100px;
}
.content {
    min-height: 600px;
    box-sizing: border-box;
    padding:6% 0;
}
.content-top {
    margin-bottom: 45px;
}
.content-title {
    color: #000;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}
.content-title .keyword {
    color: #ff732f;
    font-size: 0.7em;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.btn-box {
    clear: both;
    padding-top: 25px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding: 0 0 30px;
}
.site-nav,.site-header,.site-title{
    transition: all .3s ease;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav{
}
.header-fixed .site-title {
}
/*------------ / site_main ------------*/
/*------------ contet_nav ------------*/
.content-nav {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}
.content-nav li {
    position: relative;
    margin: 0;
}
.content-nav li a {
    display: block;
    color: #333;
    padding: 8px 24px;
}
.content-nav li a.logout {
    color: #FF732F;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #FF732F;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #000;
    color: #FF732F;
}
.content-nav li a:before {
    content: '// ';
}
/*------------ / contet_nav ------------*/
/*------------ site_footer ------------*/

/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    text-decoration: none;
    right: -30px;
    overflow: hidden;
    border: none;
    text-indent: 100%;
    bottom: 80px;
    height: 21px;
    margin: 0;
    position: fixed;
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate( -90deg);
    width: 113px;
    z-index: 999;
}
.floating .ibtn.gotop {
     display: block;
    text-indent: 0;
    font-family:'Crimson Text', serif;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    position: relative;
    padding-left: 3px;


}
.floating .ibtn.gotop:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #1a1a1a;
    right: 0;
    margin: 0 auto;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
}
.floating .ibtn.gotop:hover:after{
    width: 70%;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #1a1a1a;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto','Noto Sans TC',  serif;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: ' / ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.breadcrumb li:last-child a {
    color: #000;
}
/*------------ / breadcrumb ------------*/
/*------------ pagination ------------*/
.pagination-title {
    font-family: 'Alike', serif;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.pagination-title:after {
    content: ' ';
    display: block;
    width: 70px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 35px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #5c5c5c;
    text-align: center;
    color: #1a1a1a;
    background: transparent;
    margin: 0 2px 4px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    background: #1a1a1a;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 20px;
}
.pagination li a.controls .ic {
    position: relative;
    bottom: -1px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 2px solid #ccc;
    margin: 0;
    border-radius: 8px;
}
.page-info .form-control:focus {
    border-color: #FF732F;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #878787;
    font-size: 13px;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.reminder:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 230px;
    margin: 10px auto 0;
}
.reminder strong {
    color: #000;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}
.reminder .require-txt {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-top: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    background:#f6f6f6;
    border:none;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #777;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;

}
.control-label {
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
::placeholder {
  color: #000;
}
input.form-control{
      -webkit-appearance: none;
    appearance: none;  
}
textarea.form-control{
    height: auto;
}
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    text-align: center;
    font-family: 'Alike', serif;
    font-size: 38px;
    font-weight: normal;
    color: #D3AC72;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.form-title:after {
    content: '';
    display: block;
    width: 168px;
    border-top: 1px solid #777;
    margin: 30px auto 0;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1134px;
}
.form-wrap.type2 {
    border: 1px solid #ddd;
    max-width: 740px;
}
.form-wrap.type3 {
    max-width: 1000px;
}
.form-box {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type2 .form-box {
    max-width: 540px;
    padding: 4% 0 5%;
}
.form-box .row {
    margin: 0 -2%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #F75000;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 8px 4px 0;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: inherit;
    padding-left: 5px;
    font-weight: 300;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF732F;
}
.form-box .captcha a .ic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #bf964a;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .psw-account .control-label {
    float: left;
}
.form-box .psw-account .control-box {
    margin-left: 50px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 0 3px;
}
/*.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}*/
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    text-align: center;
    padding: 4% 0 0;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 620px;
    border: 1px solid #F75000;
    color: #F75202;
    font-size: 19px;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    border-radius: 8px;
}
.success-msg2 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
}
.success-txt{
    font-weight: 300;

}
.btn:focus, .ibtn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.success-txt a {
    text-decoration: underline;
    color: #F75202;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h thead {
    border-top: 1px solid #BBB;
}
.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    background: #000000;
    padding: 7px 12px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 3px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #bbb;
}
.table-h tfoot tr {
    background: #f6f6f6;
}
.table-h tfoot tr+tr {
    border-top: 2px solid #fff;
}
.table-h tfoot td {
    text-align: right;
    line-height: 56px;
    height: 56px;
}

.table-h tfoot tr:last-child td {
    /*color: #bf964a;*/
}

.pointColor {
    color: #bf964a;
}

.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table-h .pd-id {
    color: #aaa;
    font-size: 14px;
}
.table-h .pd-name {
    color: #111;
    font-size: 15px;
    font-weight: bold;
}
.table-h a:hover .pd-name {
    color: #bf964a;
}
.table-h .img {
    width: 80px;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
}
.table-h a.pic:hover:before {
    opacity: 1;
}

.table td span {
    color: #f00;
}
.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}
.table-v tr:first-child {
    border-bottom: 1px solid #ddd;
}

.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ddd;
    font-weight: normal;
}
.table-v strong {
    color: #FF732F;
}
/*------------ / table ------------*/


.mmenu-show .wrapper{
    padding-top: 57px;
}
.mmenu-show #mobile-fixed{
    background: #fff;
    color: #1e1e1f;
}
.mmenu-show #mobile-fixed span,
.mmenu-show #mobile-fixed a{
    line-height: 57px;
    width: 57px;
    color: #1e1e1f;
}

.mmenu-show #mobile-fixed ul{
    display: flex;
    border-bottom: none;
    justify-content: space-between;

}
.mmenu-show #mobile-fixed li {
    display: inline-block;
}
.mmenu-show #mobile-fixed li:nth-child(3) a{
    display: inline-block;
        width: 25.5px;
}
.mmenu-show #mobile-menu .menu li.topli a:hover{
    color: #1a1a1a;
}
.mmenu-show #mobile-menu .menu ul li.smli a{
    font-size: 13px;
    /*padding: 0px 15px;*/
}
.mmenu-show #mobile-menu .menu ul li.smli a:before{
    content: '-';
    display: inline-block;
    margin-right: 3px;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #bf964a;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
 /*購物車*/
.input-box button.btn4{
    display: contents;
}
.btn4{
    z-index: 12;
    font-family: Lato;
    text-transform: uppercase;
    height: auto;
    width: auto;
    text-decoration: none;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 15px;
}
.btn4 span{
    color: rgb(255, 255, 255) !important;
    display: block;
    background-color:#000;
    transition: all ease .3s;
    padding-left: 35px;
    line-height: 40px;
    padding-right: 35px;
    border:solid 1px #000;
}
.btn4:hover span{
    color: #000!important;
    background-color:#fff;

}
.btn4.w100,.btn4.w100 span{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.btn4.w50,.btn4.w50 span{
    width: 150px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
}
.btn4.w50 span{
    width: 100%;
}
.btn4.hover span{
/*    color: #000!important;
    background-color:#fff;*/
    padding-left: 15px;
    line-height: 30px;
    padding-right: 15px;
}
.btn4.hover:hover span{
 /*   background-color:#000!important;
    color: rgb(255, 255, 255) !important;*/

}
 .buy_box{
    margin-bottom: 0px;
    vertical-align: top;

 }
  .qty-box {
    position: relative;
    display: inline-block;
    width: 129px;
    max-width: none;
    padding: 0 42px;
    box-sizing: border-box;
    vertical-align: top

}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 42px;
    width: 47px;
    line-height: 40px;
    color: #6a6a6a;
    background: #fff;
    border: 1px solid rgba(191, 150, 74, 0.15);
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    margin: 0 -1px;
    border-radius: 0;
}

.qty-box .form-control:focus {
}

.qty-box .btn {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 19px;
    color: #6a6a6a;
    border: 1px solid rgba(191, 150, 74, 0.15);
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}
.member-box {
    position: absolute;
    z-index: 10;
    width: 208px;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 0px 15px 15px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: left;
    list-style-type: none;
    box-sizing: border-box;
}
.member-box li a {
    font-size: 14px;
    text-align: center;
    padding: 4px 8px;
    border: 1px solid #fff;
}
#member.active .member-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
    margin: 0;

}
.cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: left;
}

#gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.cart-list {
    padding: 4px;
    font-size: 15px;
}

.cart-list li+li {
    border-top: 1px solid #bbb;
}

.cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.cart-list a:hover {
    background: #eee;
}

.cart-list .pic {
    float: left;
    width: 63px;
}

.cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.cart-list li {
    width: 100%;
    display: block;
    clear: both;
    padding:5px 0;
}
.cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
}

.cart-list a:hover .name {
    text-decoration: underline;
}
.cart-box .btn4{
    width: 100%;
    text-align: center;
    margin-bottom: 0.5px;
}
.cart-list .qty {
    color: #bf964a;
    font-family: 'Noto Sans TC', sans-serif;
}
.cart-box:before,
.member-box:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 33px;
    right: 0;
    bottom: 100%;
}
 /*!購物車*/
 @media screen and (max-width: 1600px) {
    .site-nav .menu > li {
        padding: 0 25px;
    }
    /*.info{*/
    /*    width: 15%;*/
    /*}*/
    .site-nav{
        width: 65%;
    }
 }
@media screen and (max-width: 1300px) {
    .footer-bottom .container .link li:first-child{
        width: 100%;
    }
    .footer-bottom .container .link li:nth-child(2){
        margin-left: 0;
    }
}
@media screen and (max-width: 1200px) {
    .site-nav .menu > li{
        padding: 0 13px;
    }
}
@media screen and (max-width: 1000px) {
      .qty-box {
        vertical-align: middle;
      }
    .main-top .text .content-title{
        line-height: 1;
        margin: 0.7rem 0 0.3rem;
    }
    .mmenu-show #mobile-fixed li i.eci{
        margin-top: 19px;
        font-size: 21px;
    }
    .mmenu-show #mobile-fixed li i{
        position: relative;
        top: -4px;
    }
    .mmenu-show #mobile-fixed li:nth-child(3){
        margin-right: 13px;
        padding-top: 1px;
    }
    .mmenu-show #mobile-fixed li:nth-child(3) a:nth-child(2){
        position: relative;
        top: -1.5px;
    }
    .table-v th{
        width: auto;
    }
    .site-nav .menu li.hide{
        display: block;
    }
    .content {
        min-height: 60vh;
    }
    .site-header{
        position: static;
        display: none;
    }
    .mmenu-show #mobile-fixed a.logo {
        background: url('../images/logo.svg') 50% 50% no-repeat;
        background-size: contain;
        width: 170px;
        height: 57px;
        transition: all .3s ease;
    }
    .wrapper{
        padding-top: 40px;
    }
    .title1{
        font-size: 30px;
    }
    .btn-box{
        padding-top: 15px;
    }
    .footer-bottom .container{
        flex-wrap: wrap;
    }
    .footer-bottom .container .link{
        width: 100%;
        padding: 0 1rem;
        text-align: center;
    }
    .footer-bottom .container .link li{
        float: none;
        display: inline-block;
    }
    .footer-bottom .container .copyright{
        width: 100%;
        margin-top: 1rem;
    }
    .footer-bottom .container .share{
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }
    .main-top{
        min-height: 80px;
   }
   .main-top .text h1{
        font-size: 34px;
        margin-bottom: 0;
        line-height: 1.4;
   }
/*------------ site_header 1000 ------------*/
    .site-title,.header-fixed .site-title {
        float: none;
        text-align: center;
        padding: 25px 0;
    }
    .site-title .logo ,.header-fixed .site-title .logo{
        width: 200px;
        height: 30px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 36px;
    }
    .content-top,
    .content-top.text-center {
        margin: 0 0 25px;
    }
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ contet_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
/*------------ / contet_nav 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-bottom {
        padding: 20px 0;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        display: none!important;
        margin-right: -15px;
    }

/*------------ / floating 1000 ------------*/
/*------------ table 1000 ------------*/
    .table-h thead {
        display: none;
    }

    .table-h {
        border-top: 1px solid #bbb;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        font-size: 15px;
        margin: 0;
        color: #1a1a1a;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }

/*------------ / table 1000 ------------*/
}
