@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700&display=swap');
/*------------ basic ------------*/
h1,h2{
    margin: 0;
}
body {
    font-family: Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.35px;
}
.wrapper {
    position: relative;
    background: #d1d1d1;
}
.container {
    padding: 0 15px;
    max-width: 1330px;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #363636;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#363636;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/
/*-----back-btn-----*/
.btn.back {
    width: 190px;
    height: 60px;
    border-radius: 30px;
    transition: all .3s ease;
    color: #FFF;
    background: #363636;
    z-index: 0;
    padding-left: 93px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.btn.back:before{
    content: "";
    background: #ffff78;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}
.btn.back:hover:before{
    width: 100%;
}
.btn.back:after{
    font-family: 'icon-font' !important;
    content: "\f104";
    color: #ffffff;
    position: absolute;
    left: calc(50% - 48px);
    top: calc(50% - 8px);
    transition: all .3s ease;
    font-size: 27px;
    line-height: 15px;
}
.btn.back:hover:after{
    left: calc(50% - 55px);
}
.btn.back:hover{
    box-shadow: 0px 5px 20px 0px #00000033;
    background: transparent;
    color: #333;
}
.btn.back:hover:after{
    color: #333;
}
/*-----style01-btn-----*/
.btn.style01 {
    color: #33611D;
    transition: all .2s;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
}
.btn.style01 i {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    font-size: 19px;
    margin: 0px 10px 0px 5px;
    width: 25px;
}
.btn.style01:hover {
    background: #33601D;
    color: #fff;
    line-height: 28px;
    transition: all .2s;
}
.btn.style01.bg2 {
    color: #AAAAAA;
}
.btn.style01.bg2:hover {
    color: #666666;
    background: none;
}
/*-----style02-btn-----*/
.btn.style02 {
    transition: all .2s;
    border-radius: 30px;
    padding: 0 20px;
    height: 30px;
    line-height: 31px;
    display: block;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    font-weight: bold;
    margin: 0 auto;
    background: #C8D94D;
    color: #7A8A1A;
    width: auto;
    font-size: 16px;
    text-align: right;
}
.btn.style02 i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}
.btn.style02:hover {
    transition: all .2s;
    color: #fff;
    background: #889E25;
}
.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}
.btn.style02.bg2 {
    color: #fff;
    border: 1px solid #C3C5B5;
    background: #686859;
}
.btn.style02.bg2:hover {
    background: #000;
}
/*-----style03-btn-----*/
.btn.style03{
    width: 190px;
    height: 60px;
    border-radius: 30px;
    transition: all .3s ease;
    color: #FFF;
    background: #363636;
    z-index: 0;
    padding-left: 40px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 60px;
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: left;
    margin-bottom: 10px;
}
.btn.style03:before{
    content: "";
    background: #FFFF78;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}
.btn.style03:hover:before{
    width: 100%;
}
.btn.style03:after{
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #ffffff;
    position: absolute;
    left: calc(50% + 44px);
    top: calc(50% - 8px);
    transition: all .3s ease;
    font-size: 27px;
    line-height: 15px;
}
.btn.style03:hover:after{
    left: calc(50% + 49px);
}
.btn.style03:hover{
    box-shadow: 0px 5px 20px 0px #00000033;
    background: transparent;
    color: #333;
}

.btn.style03.no-arrow:after{
    display: none;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.has-border {
    border-top: 1px solid #DDDDDD;
}
.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}
.btn-box.btn-all .btn {
    max-width: 100%;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header .container {
    z-index: 1000;
    max-width: 1400px;
}
.site-header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 450;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0px 0 0;
    background: #FEFDEF;
    border-top: 4px solid #8B8B8B;
}
.site-title {
    padding: 15px 0 18px;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 310px;
    height: 77px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------top-nav ------------*/
.top-nav {
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 20px;
    text-align: right;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .container {
    display: block;
}
.top-nav > ul > li {
    margin: 0 0 0 3px;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
    line-height: 35px;
}
.top-nav > ul > li > a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,000000+100 */
    background: #3d3d3d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3d3d3d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    color: #fff;
    padding: 0 26px;
    transition: all .2s;
}
.top-nav ul li > a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93a321+0,687418+100 */
    background: #93a321;
    /* Old browsers */
    background: -moz-linear-gradient(top, #93a321 0%, #687418 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93a321 0%, #687418 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93a321 0%, #687418 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#93a321', endColorstr='#687418', GradientType=0);
    /* IE6-9 */
    transition: all .2s;
}
/*---- language ----*/
.language {
    position: relative;
}
.language .btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ceda96+0,adc14f+16,83921e+85,6f7a18+100 */
    background: #ceda96;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ceda96 0%, #adc14f 16%, #83921e 85%, #6f7a18 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ceda96 0%, #adc14f 16%, #83921e 85%, #6f7a18 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ceda96 0%, #adc14f 16%, #83921e 85%, #6f7a18 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ceda96', endColorstr='#6f7a18', GradientType=0);
    /* IE6-9 */
    color: #fff;
    width: 140px;
    line-height: 35px;
    text-align: center;
    margin: -3px 0 0 0;
}
.language .btn i {
    vertical-align: middle;
    margin: 0 0 4px 16px;
    display: inline-block;
}
.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 100%;
    width: 100%;
    margin: -1px 0 0 0;
}
.language ul li {
    text-align: center;
    display: block;
    margin: 0;
}
.language ul li + li {
    border-top: 1px solid #CCCCCC;
}
.language li a {
    transition: all .2s;
    display: block;
    background: #EEEEEE;
}
.language ul li a:hover {
    color: #33611D;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 208px;
    margin:0 0 0 0;
}
.site-header .search-box .ibtn {
    background: url(../../images/common/btn_search.png),#ffff78;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: 3px 0px;
    background-repeat: no-repeat;
    transition: all .3s ease;
    border-bottom-right-radius:0px;

}
.site-header .search-box .form-control {
    height: 42px;
    line-height: 42px;
    margin: 0;
    border: 0px solid rgba(255, 255, 255, .4);
    background: #ababab;
    color: #333;
    border-radius: 0;
    padding: 0 55px 0 15px;
    transition: all .1s;
    border-bottom-left-radius: 8px;
}
.site-header .search-box a {
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: 13px;
    font-size: 14px;
    color: #8E9E21;
    font-weight: bold;
}
.site-header .search-box:hover .ibtn {
    /* color: #32939A; */
    background: url(../../images/common/btn_search.png),#b7b7b7;
    width: 42px;
    height: 42px;
    position: absolute;
    /* right: 0px; */
    /* top: 0px; */
    background-position: 3px 0px;
    background-repeat: no-repeat;
    /* transition: all .3s ease; */
}
/*---- tel-box ----*/
.tel-box {
    font-family: 'League Spartan', sans-serif;
    display: block;
    text-align: right;
    font-size: 30px;
    color: #9f9f9f;
    letter-spacing: 0px;
    margin: 15px 0 0 0;
    font-weight: 400;
}
.tel-box i {
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #FFF;
    background: #747474;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    margin: 0 0 0 5px;
}
/*------------func-menu ------------*/
.site-header .func-menu {}
.func-menu > li {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d3d3d+0,000000+100 */
    background: #3d3d3d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3d3d3d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    padding: 0 25px;
}
.func-menu .cart i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.func-menu li .offers {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.func-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8E9E21;
}
.func-menu > li > a:hover p {
    color: #4F3524;
    text-decoration: underline;
}
.func-menu .sum {
    display: inline-block;
    color: #fff;
}
.func-menu .cart-box {
    width: 100%;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-inner {
    background: #EEEEEE;
    padding: 0 0 10px;
}
.func-menu .cart-inner li {
    padding: 0 15px;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.func-menu .cart-list .offers {
    margin: 0;
    color: #777777;
    font-weight: normal;
}
.func-menu .cart-inner li {
    border-bottom: 1px solid #CCCCCC;
}
.func-menu .cart-inner li a:before {
    display: none;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
}
.func-menu .cart-list a:hover .name {
    color: #BA8030;
    text-decoration: underline;
}
.func-menu .cart-list .name {
    color: #33601D;
    line-height: 1.2;
    font-weight: bold;
    height: 34px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.func-menu .cart-list .num {
    color: #777777;
    display: inline-block;
    margin: 0 0 0 5px;
}
.func-menu .cart-inner .total {
    font-size: 14px;
    color: #8D9E20;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.func-menu .cart-inner .btn {
    transition: all .2s;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    max-width: 148px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    background: #93a321;
    background: -moz-linear-gradient(top, #93a321 0%, #687418 100%);
    background: -webkit-linear-gradient(top, #93a321 0%, #687418 100%);
    background: linear-gradient(to bottom, #93a321 0%, #687418 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#93a321', endColorstr='#687418', GradientType=0);
}
.func-menu .cart-inner .btn:hover {
    transition: all .2s;
    color: #000;
}
/*------------site-nav ------------*/
.site-nav {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    transition: all .3s ease;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
    border-radius: 0px;
    background: -webkit-linear-gradient(top, #FEFDEF 50%, #FFFF78 100%);
}
.site-nav.header-fixed{
    position: fixed;
    top:0px;   
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: block;
}
.site-nav .menu {
    float: left;
}
.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
    line-height: 20px;
}
.site-nav .menu > li + li:before {
    content: "";
    background: #D5D5D5;
    width: 1px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 6px 0;
}
.site-nav .menu > li:nth-last-child(-n+4) {
    display: none;
}
.site-nav .menu > li > a {
    color:  #3F3F3F;
    font-size: 18px;
    padding: 29px 32px;
    line-height: 20px;
    transition: all .2s;
}
.site-nav .menu > li.active > a,
.site-nav .menu > li > a:hover {
    transition: all .2s;
    color: #000;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 200px;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.site-nav .menu > li > ul {
    top: calc(100% + 1px);
    left: 50%;
    margin-left: -100px;
}
.site-nav .menu > li > ul,
.site-nav .menu > li > ul > li > ul,
.site-nav .menu > li > ul > li > ul  > li > ul{
    box-shadow: 1px 4px 5px #0000002b;
    border-radius: 10px;
}
.site-nav .menu > li > ul > li:nth-child(1) > a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.site-nav .menu > li > ul > li:nth-last-child(1) > a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.site-nav .menu > li > ul > li > ul > li:nth-child(1) > a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.site-nav .menu > li > ul > li > ul > li:nth-last-child(1) > a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.site-nav .menu > li > ul > li > ul > li  > ul > li:nth-child(1) > a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.site-nav .menu > li > ul > li > ul > li  > ul > li:nth-last-child(1) > a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #333333;
    padding: 15px 0;
    display: block;
    background: rgba(255,255,255,0.9);
    font-size: 17px;
    font-weight: normal;
    transition: all .3s ease;
}
.site-nav .menu ul> li.active >a,
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #737373;
    color: #FFFF78;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}
/*------------share------------*/
.share {
    float: right;
    margin: 14px 0;
    display: flex;
    align-items: center;
}
.share li + li {
    margin: 0 0 0 8px;
}
.share .btn {
    transition: all .3s ease;
    display: inline-block;
    font-size: 21px;
    color: #FFF;
    background: #747474;
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 17px;
}
.share .btn.reserve {
    position: relative;
    box-sizing: border-box;
    width: auto;
    font-size: 18px;
    padding: 0 84px 0 30px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #747474;
    color: #FFFF78;
    z-index: 1;
}
.share .btn.reserve:hover{
    color: #FFFF78; 
}
.share .btn.reserve:before {
    content: "";
    background: #ffff78;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}
.share .btn.reserve:hover:before {
    background: #333;
    width: 100%;
}
.share .btn.reserve::after {
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #FFFF78;
    position: absolute;
    left: calc(50% + 44px);
    top: calc(50% - 9px);
    transition: all .3s ease;
    font-size: 25px;
    line-height: 15px;
}
.share .btn.reserve:hover:after {
    color: #FFFF78;
    left: calc(50% + 49px);
}
.share .btn:hover {
    color: #454545;
    transition: all .3s ease;
    background: #ffff78;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    padding-top: 78px;
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    margin: 0px 0px 20px 0;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    align-items: center;
}
.main-title {
    font-size: 23px;
    color: #333333;
    font-weight: normal;
    margin: 0;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    order: 1;
    width: 50%;
}
.main-title:before {
    content: '';
    width: 34px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/common//page-icon-1.png);
    background-repeat: no-repeat;
    margin: 0 9px 4px 0;
}
.site-main {
    position: relative;
}
.main-content {
    max-width: 1404px;
    margin: -225px auto 100px;
    box-sizing: border-box;
    background: #FFF;
    padding: 45px 55px 105px 45px;
    z-index: 100;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 5px 15px 0px #0000002e;
}
.main-content:after {
    background-position: 100% 0;
    left: auto;
    right: -30px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-title {
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px;
}
.content-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #363636;
}
/*------------shopping-title ------------*/
.shopping-title {
    font-size: 16px;
    color: #335F1D;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}
.shopping-title i {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #80A822;
}
/*----- plus-title -----*/
.plus-tip {
    font-size: 16px;
    color: #335F1D;
    font-weight: normal;
    text-align: center;
    background: #F3F3F3;
    border: 1px dotted #80A822;
    padding: 13px 10px;
    margin: 0 0 30px 0;
}
.plus-tip b {
    color: #660000;
    font-size: 16px;
}
/*------------ warning ------------*/
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.footer_top_info{
    background: #383838;
    padding: 85px 15px 23px;
    text-align: center;
    position: relative;
}
.footer_top_info:before{
    content: "";
    background: url(../../images/common/footer-info.png);
    width: 58px;
    height: 50px;
    position: absolute;
    left: calc(50% - 29px);
    top: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_top_info .f-info-p{
    color: #FFF;
    font-size: 17px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.footer_top_info .f-info-icon{
    background: url(../../images/common/footer-info-2.png);
    width: 16px;
    height: 15px;
    margin-left: 3px;
    display: inline-block;
}
.site-footer {
    background: #1c1c1c;
    min-height: 340px;
    box-sizing: border-box;
    padding: 0px 0 0px;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
}
.footer_top {
    position: relative;
    padding: 100px 0 0px;
}
.footer_top .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.site-footer .col {
    float: left;
}
.site-footer .col.site-info {
    width: 33%;
    padding: 0 15px 0 0;
    font-size: 14px;
}
.site-footer .tit {
    padding: 0;
    margin: 0 0 20px;
    color: #ffff78;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    padding-left: 0px;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: 'League Spartan', sans-serif;
}
.site-info .list-v {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-info li {
    position: relative;
    color: #AAAAAA;
}
.site-info li:nth-child(1) {
    padding-left: 0px;
}
.site-info li:nth-child(1):before {
    display: none;
}
.site-info li+li {
    margin: 12px 0 0;
}
.site-info li.tel a {
    line-height: 1.2;
    color: #FFF;
    font-size: 32px;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
    font-family: 'League Spartan', sans-serif;
}
.site-info li a, .site-info span {
    display: inline;
    color: #FFF;
}
.site-footer .site-map {
    width: 33%;
    padding: 0 20px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.9);
}
.site-map ul+ul {
    margin-left: 20px;
}
.site-map li+li {
    margin-top: 24px;
}
.site-map ul a {
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #BABABA;
}
.site-map ul a:hover {
    color: #FFF;
}
.site-footer .follow {
    padding: 20px 0 0;
    width: 33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.site-footer .follow .fb-fans-page {
    width: 110px;
    height: 110px;
    display: inline-block;
    background: url('../../images/common/fb.jpg');
    margin: 0 0 0 15px;
    transition: all .3s ease;
}
.site-footer .follow .fb-fans-page:hover {
    opacity: 0.7;
}
.footer_bottom {
    position: relative;
    background: #1c1c1c;
}
.footer_bottom .container {
    padding-left: 30px;
    padding-right: 30px;
}
.copy_box {
    text-align: right;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    padding:5px 0 105px;
    font-weight: normal;
}
.copy_box i{
    margin: 0 2px 0 5px;
    font-style: unset;
}
.site-footer .qr-inner {
    display: inline-block;
}
.site-footer .qr-inner img {
    position: relative;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating, .floating.fancybox-margin {
    z-index: 400;
    transition: all .3s ease;
    position: fixed;
    width: 63px;
    height: 63px;
    right: 50%;
    bottom: 16%;
    margin-right: -845px;
}
.floating .gotop {
    width: 63px;
    height: 63px;
    line-height: 63px;
    position: absolute;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: visible;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 10;
    cursor: pointer;
    transition: all .6s ease;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #00000075;
}
.floating .gotop::after {
    font-family: 'icon-font' !important;
    content: "\f106";
    color: #333366;
    position: absolute;
    left: calc(50% - 31px);
    top: calc(50% - 9px);
    transition: all .6s ease;
    font-size: 33px;
    line-height: 15px;
}
.floating .gotop:hover {
    background:#FFFF78;  
}
.floating .gotop:hover:after {
    top: calc(50% - 15px);
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #868686;
    position: relative;
    font-size: 12px;
    text-align: right;
    display: block;
    order: 2;
    width: 50%;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .3s ease;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}
.breadcrumb li a:hover {
    color:#b7b7b7;
}
.products-breadcrumb {
    float: none;
    margin: 0px 0 30px 0px;
    text-align: left;
    /* background: #3ca8ab; */
}
.products-breadcrumb li+li:before {
    content: ">";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 250px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}
.has-side .content {
    float: right;
    width: calc(100% - 290px);
    box-sizing: border-box;
    min-height: 700px;
    padding: 44px 0 0 45px;
    border-left: 1px solid #E6E6E6;
}
.side-nav {
    position: relative;
}
.side .title {
    width: 250px;
    height: 250px;
    background-size: 100%;
    background: url(../../images/common/bg/side_bg.png);
    font-size: 33px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.side .title p:nth-child(1) {
    color: #ffff78;
    font-size: 23px;
    font-family: 'League Spartan', sans-serif;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0px;
    text-shadow: 0px 1px 6px #a3a3a3;
}
.side .title p:nth-child(2){
    color: #383838;
    font-size: 24px;
    margin-top: 15px;
    font-weight: 700;
    margin: 0;
}
.side .logout {
    display: block;
    border: 1px solid #99B56A;
    line-height: 26px;
    font-size: 16px;
    max-width: 123px;
    margin: 0 auto;
    transition: all .2s;
    position: relative;
    z-index: 150;
}
.side .logout:hover {
    background: #99B56A;
    transition: all .2s;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}
.side-nav li a {
    display: block;
    transition: all .2s;
}
.side-nav > li > a {
    position: relative;
    font-size: 18px;
    color: #333333;
    background: #FFFFFF;
    padding: 18px 28px;
    font-weight: normal;
    transition: all .2s;
    border-bottom: 1px solid #DDDDDD;
}
.side-nav > li > a:before {
    font-family: 'icon-font' !important;
    content: "\f105";
    display: block;
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #333333;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #333366;
    border-bottom: 1px solid #333366;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    color: #333366;
}
.side-nav ul li a {
    padding: 7px 0px 7px 48px;
    font-size: 18px;
    color: #777777;
    position: relative;
}
.side-nav ul li a:before {
    content: "";
    background: #BBBBBB;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 33px;
    top: 13px;
}
.side-nav ul li.active > a:before,.side-nav ul li > a:hover:before  {
    background: #FFD200;
}
.side-nav ul li.active > a,.side-nav ul li > a:hover  {
    color: #FFD200;
}
.side-nav ul li ul li a {
    color: #AAAAAA;
    padding: 7px 13px 7px 65px;
}
.side-nav ul li ul li a:before {
    content: "";
    background: #BBBBBB;
    width: 7px;
    height: 1px;
    border-radius: 0;
    position: absolute;
    left: 51px;
    top: 14px;
}
.side-nav ul li ul li.active > a:before,.side-nav ul li ul li > a:hover:before  {
    background: #FFD200;
}
.side-nav  ul li ul li.active > a,.side-nav ul li ul li > a:hover  {
    color: #FFD200;
}
.side-nav ul li + li a  {
    margin-top: 1px;
}
.side-nav ul {
    display: none;
}
.side-nav > li > ul {
    padding: 18px 0px 12px;
}
.side-nav > li > ul > li > ul {
    padding: 3px 0px 10px;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    color: #363636;
    background: #FFF;
    border-radius: 50%;
    font-size: 16px;
    box-sizing: border-box;
    transition: all .2s;
    border: 1px solid #DDDDDD;
}
.pagination li a:hover,
.pagination li.active a {
    background: #363636;
    border: 1px solid #363636;
    color: #FFFF78;
    transition: all .2s;
}
.pagination li a.controls {
    font-size: 25px;
    line-height: 30px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 55px 0;
}
.reminder i {
    color: #363636;
    font-size: 50px;
    display: block;
    margin: 0 auto 30px;
}
.reminder strong {
    font-size: 26px;
    color: #363636;
    line-height: 1.2;
}
.reminder p {
    background: #F3F3F3;
    margin: 20px 0 0 0;
    padding: 5px;
    border-radius: 5px;
}
.reminder b {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ffd300;
    border-radius: 50%;
    margin: 0 10px 0 5px;
}
/*-----qty-box-----*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 105px;
    max-width: none;
    padding: 0 35px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    width: 36px;
    font-weight: bold;
    line-height: 26px;
    color: #666666;
    border: 1px solid #7FA721;
    box-sizing: border-box;
    background: #fff;
    font-size: 13px;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
}
.qty-box .btn {
    background: #80A822;
    color: #fff;
    line-height: 15px;
    font-size: 13px;
    position: absolute !important;
    z-index: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
}
.qty-box .btn i {
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 0 100%;
}
.qty-box .btn:hover {
    background: #335F1D;
}
.qty-box .add {
    left: 14px;
}
.qty-box .less {
    right: -5px;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    color: #666666;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 7px;
}
.form-control:focus {
    outline: none;
    border-color: #333;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.form-box .form-group {
    padding: 5px 0 15px;
}
.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #666666;
    padding: 0 0 0 0px;
}
.form-box .form-group .static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}
.form-box .control-box.course_length {
    display: flex;
    align-items: center;
}
.form-box .control-box.course_length .form-control{
    margin: 0 5px 0 0;
}
.form-box .control-box.course_length .form-control+.form-control {
    margin-left: 5px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}
.form-info{
    font-size: 13px;
    color: #a5a5a5;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #33611D;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 35px 17px;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 835px;
    margin: 0 auto;
}
.form-box {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.form-box .row {
    margin: 0 -10px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -21px;
    background: #ffd300;
    border-radius: 50%;
    margin: 0 10px 0 5px;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 270px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #c3c3c3;
    font-weight: bold;
    transition: transform .3s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover i {
    color: #363636;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    line-height: 1.6;
}
.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;
}
/*----- address -----*/
.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%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #7FA721;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.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;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}
.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: 150;
    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 5px 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.checkbox-box{
    padding-left: 0px;
    margin-top: 4px;
}
.other-input{
    margin-left: 31px;
}

/*-----success-box-----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #666666;
}
.success-box .msg {
    color: #333366;
    font-size: 20px;
    border: 0px solid #E4EDD1;
    border-radius: 10px;
    padding: 2px 0;
    max-width: 650px;
    margin: 0 auto 20px;
    font-weight: bold;
}
.success-box a {
    color: #33601D;
    text-decoration: underline;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}
.success-box span b {
    color: #000;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #847971;
    font-size: 13px;
}
.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}
.table-h .btn-holder .close {
    width: 18px;
    height: 18px;
    background: #80A822;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}
.table-h .btn-holder .close:hover {
    background: #335F1D;
}
.table-h thead th {
    color: #666666;
    padding: 11px 6px 11px;
    white-space: nowrap;
    font-weight: normal;
    background: #F3F3F3;
    border-top: 1px solid #C5D79A;
    border-bottom: 1px solid #C5D79A;
}
.table-h tfoot tr {
    color: #555;
}
.table-h tbody tr {
    border-bottom: 1px dotted #C5D79A;
}
.table-h tfoot td {
    color: #000000;
    text-align: right;
    padding: 4px 0px;
    font-size: 14px;
    line-height: 1.7;
}
.table-h tfoot td:last-child {
    width: 11%;
    padding: 3px 0;
    min-width: auto;
}
.table-h tfoot td span {
    background: url('../../images/common/bg/line.png') repeat-x bottom;
    padding: 0 30px 7px;
}
.table-h tfoot tr:last-child td {
    color: #660000;
    font-weight: bold;
}
.table-h tfoot td:last-child span {
    display: block;
    padding: 0px 30px 5px;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
    padding: 11px 35px 11px 15px;
    max-width: 120px;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table-h .pd-id {
    color: #666666;
    display: block;
    line-height: 1.7;
}
.table-h .pd-name {
    color: #000000;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}
.table-h a:hover .pd-name {
    color: #5A2100;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
    transition: all .2s;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.table-h a.pic:hover {
    opacity: .7;
    transition: all .2s;
}
.table .ic-delete {
    color: #999999;
    font-size: 20px;
}
.table .ic-delete:hover {
    color: #BA7F5F;
}
/*-----table-v-----*/
.table-v {
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
}
.table-v tr + tr {
    border-top: 1px dotted rgb(128, 168, 34);
}
.table-v th {
    text-align: left;
    position: relative;
    color: #666666;
    font-weight: normal;
    width: 175px;
    padding: 13px 15px 13px 50px;
}
.table-v strong {
    color: #33611D;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: none;
    top: -25px;
    right: 0px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    font-size: 12px;
}
body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 5px;
    font-size: 15px;
    font-family: 'icon-font' !important; 
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}
body .fancybox-close:hover {
    color: #DCDDD5;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
body .fancybox-skin {
    border-radius: 0px;
    background: #F3F2E9;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
}
body .fancybox-nav span {
    visibility: visible;
    background: none;
    font-family: 'icon-font' !important;
    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: #FFFFFF;
    font-size: 25px;
    transition: all .2s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(68, 68, 68, .9);
}
body .fancybox-nav span:hover {
    opacity: .7;
    transition: all .2s;
}
body .fancybox-prev span {
    left: 0;
}
body .fancybox-prev span:before {
    content: "\f104";
}
body .fancybox-next span {
    right: 0;
}
body .fancybox-next span:before {
    content: "\f105";
}
body .fancybox-opened .fancybox-title {
    position: relative;
    margin: 15px 0 0 0;
    background: #FFF;
    border-radius: 5px;
    padding: 20px;
}
.photo-pager {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    float: right;
    letter-spacing: 0;
}
.photo-pager span {
    font-size: 14px;
    letter-spacing: 1px;
}
.photo-title {
    color: #55A6B0;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.photo-title:before {
    content: "\e1038";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #444444;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}
.fancybox-title p {
    color: #666666;
    margin: 0;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show .wrapper {
    padding-top: 50px;
    background: #FEFDEF;
}
.mmenu-show #mobile-fixed ul {
    padding: 5px 0;
    background: #FEFDEF;
}
.mmenu-show #mobile-fixed li {
    color: #3F3F3F;
    background: #FEFDEF;
}
.mmenu-show #mobile-search {
    background: #7F7F7F;
    top: -42px;
}
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom: 0;
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: -webkit-linear-gradient(top, #FEFDEF 0%, #FFFF78 100%);
}
.mmenu-show .toggle-mmenu-close {
    color: #3F3F3F;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    text-align: center;
    background: -webkit-linear-gradient(top, #FFFF78 0%, #FEFDEF 100%);
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #dadada;
    color: #000;
    font-size: 15px;
}
.mmenu-show #mobile-fixed .qty {
    background: #363636;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #363636;
    font-weight: bold;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .language a {
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom:1px dashed #dadada;
}
.mmenu-show #mobile-menu .menu ul ul ul li a {
    padding-left: 67px;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '|';
    color: #D6D6D6;
}
.mmenu-show #mobile-menu .share {
    float: none;
    margin: 10px 0;
    padding: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background: url(../../images/common/mobile_search_btn.png) 50% 50%  no-repeat;
    background-size: contain;
}
.mmenu-show #mobile-menu .language ul li + li{
    border:none;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-menu .main-menu {
    background: #fff;
}
.mmenu-show #mobile-fixed a.reserve {
    position: relative;
    padding: 0 10px 0 0;
    font-size: 16px;
    color: #FFFF78;
    background: #747474;
    border-radius: 40px;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
}
.mmenu-show #mobile-fixed a.reserve:before {
    content: "";
    background: #ffff78;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}
.mmenu-show #mobile-fixed a.reserve:hover:before {
    background: #333;
    width: 100%;
}
.mmenu-show #mobile-fixed a.reserve:hover {
    color: #FFFF78;
}
.mmenu-show #mobile-fixed a.reserve::after {
    font-family: 'icon-font' !important;
    content: "\f105";
    color: #ffff78;
    position: absolute;
    left: calc(50% + 33px);
    top: calc(50% - 9px);
    transition: all .3s ease;
    font-size: 20px;
    line-height: 15px;
}
.mmenu-show #mobile-fixed a.reserve:hover:after {
    color: #ffff78;
    left: calc(50% + 36px);
}
.mmenu-show #mobile-menu .share .btn.reserve {
    position: relative;
    width: auto;
    padding: 0 20px 0 10px;
    font-size: 15px;
}
.mmenu-show #mobile-menu .share .btn.reserve::after {
    display: block;
    left: calc(50% + 30px);
    top: calc(50% - 8px);
    font-size: 13px;
}
.table-scroll{
    max-width: 902px;
    overflow-x: auto;
    clear: both;
}
.table-scroll > table{
    max-width: 900px;
}
/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1800px) {
    .floating, .floating.fancybox-margin {
        right: 20px;
        bottom: 20px;
        margin-right: 0;
    }
}
@media screen and (max-width: 1500px) {
    .floating, .floating.fancybox-margin {
        right: 15px;
        width: 63px;    
        left: unset;     
        transform: unset;
    }

}
@media screen and (max-width: 1440px) {
    .site-nav {
        width: calc(100vw - 0px);
    }
    /*------------ site-main 1440 ------------*/
    .main-content {
        margin: -12% 25px 100px;
    }
    /*------------ / site-main 1440 ------------*/
    .site-footer .site-map {
        padding: 15px 35px 9px 42px;
    }
    .site-footer .follow {
        padding: 0 0 0 20px;
    }
    .site-footer .col.site-info {
        width: 23%;
    }
    .site-footer .site-map {
        width: 43%;
    }
    .site-nav .menu > li > a {
        padding: 29px 20px;
    }
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .site-nav .menu,
    .share {
        margin: 0;
        float: none;
        text-align: center;
    }
    .site-nav .menu > li > a {
        padding: 25px 15px;
    }
    .share {
        padding: 0 0 20px;
        justify-content: center;
    }
    .banner {
        padding-top: 120px;
    }
    /*------------ / site-header 1280 ------------*/
    /*------------ side 1280 ------------*/
    .has-side .content {
        width: calc(100% - 270px);
        padding: 0 0 0 25px;
    }
    /*------------ / side 1280 ------------*/
    /*------------ site-main 1280 ------------*/
    .main-content {
        padding: 45px 0 105px 0;
    }
    .main-top {
        margin: 30px 25px 35px 0;
    }
    /*------------ / site-main 1280 ------------*/
}
@media screen and (max-width: 1100px) {
    .wrapper{
        padding-top: 40px;
    }
     /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
    .btn.back{
        width: 120px;
        height: 40px;
        padding-left: 40px;
        line-height: 40px;
        text-align: left;
        font-size: 15px;
    }
    .btn.back:after{
        font-size: 18px;
    }
    .btn-box {   
        padding: 20px 0 0 0;
        margin-top: 25px;
    }
    .btn.style03 {
        width: 150px;
        height: 40px;
        padding-left: 35px;
        line-height: 40px;
        text-align: left;
        font-size: 15px;
    }
    .btn.style03:after{
        font-size: 18px;
    }

    /*------------ site-header 1100 ------------*/
    .banner{
        padding-top: 0;
    }
    .top-nav,
    .site-nav .menu,
    .share {
        display: none;
    }
    .site-header {
        padding: 5px 0 5px;
        border-top: none;
        background: -webkit-linear-gradient(top, #FEFDEF 0%, #FFFF78 100%);
    }
    .site-title {
        text-align: center;
        padding: 0 0 10px 0;
    }
    .site-title .logo {
        width: 201px;
        height: 50px;
    }
    /*------------ banner 1100 ------------*/
    /*------------ / banner 1100 ------------*/
    /*------------ side 1280 ------------*/
    .has-side .content {
        padding: 0;
        border: 0;
    }
    /*------------ site-main 1100 ------------*/
    .main-content {
        margin: -12% 25px 100px;
    }
    .main-content .container {
        display: block;
    }
    .main-top {
        margin: 0px 0 20px;
        flex-direction: column;
    }
    .main-title {
        text-align: center;
        width: 100%;
    }
    .breadcrumb {
        text-align: center;
        width: 100%;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / site-main 1100 ------------*/
    /*------------ site-footer 1100 ------------*/
    .site-footer .site-map {
        display: none;
    }
    .site-footer .site-info, .site-footer .follow {
        display: inline-block;
        margin-right: -4px;
        width: 50%;
        padding: 0;
    }
    /*------------ site-footer 1100 ------------*/
    .site-footer {
        min-height: unset;
    }
    .site-footer .col.site-info {
        width: 50%;
        padding: 0;
        padding-left: 30px;

    }
    .site-footer .tit {
        display: inline-block;
    }
    .footer_top .container {
        align-items: center;
    }
    .copy_box {
        text-align: center;
        padding: 10px 0 10px;
    }
    .footer_top {
        padding: 50px 0;
    }
    .site-title {
        text-align: center;
        padding: 5px 0 5px 0;
    }
    .footer_top .container:before {
        display: none;
    }
    .site-info li {
        display: block;
    }
    .site-info li:nth-child(1) {
        display: block;
    }
    .floating, .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
        display: block;
        transform: unset;
        left: initial;
        position: fixed;
        z-index: 800;
    }
    .floating .gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 0;
        top: unset;
        margin: 0;
        color: transparent;
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
        z-index: 800;
        transform: unset;
    }
    .floating .gotop::after, .gotop i {
        display: none;
    }
    .floating .gotop:hover {
        top: unset;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .floating .gotop{
        box-shadow: unset;
    }
}
@media screen and (max-width: 767px) {
    /*------------ banner 767 ------------*/
    .banner:before {
        display: none;
    }
    /*------------ / banner 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer .site-info,
    .site-footer .follow {
        width: 100%;
        border: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .site-footer .site-info > ul{
        text-align: left;
        max-width: 298px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-info li:nth-child(1) {
        text-align: center;
    }
    .site-info li.tel a {
        margin-bottom: 10px;
    }
    .site-footer .col.site-info {
        width: 100%;
        padding: 0;
    }
    .site-footer .follow {
        margin-bottom: 0;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ site-main 767 ------------*/
    .main-content {
        margin: -4% 0 60px;
        padding: 15px 0 25px;
    }
    .main-title i {
        width: 57px;
        height: 25px;
        display: block;
        margin: 0 auto 5px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .main-title {
        font-size: 23px;
        float: none;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        margin: 0 0px 10px 0;
        float: none;
    }
    .products-breadcrumb {
        text-align: left;
        margin-bottom: 20px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box {
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .form-box .required:before {
        top: 9px;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    /*------------ / form 767 ------------*/
}
@media screen and (max-width: 600px) {
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 600 ------------*/
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}
