@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* -------- basic -------- */
h1,h2{
    margin: 0;
}
body {
    font-family: 'Noto Sans TC', Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.35px;
    background: url(../../images/common/bg1.jpg);
}
.wrapper {
    position: relative;
    padding-top: 140px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
h3.name{
    margin: 0;
}
/* -------- end basic -------- */
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/* -------- 隱私權 -------- */
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 0;
    left: 0;
    width: 350px;
    padding: 30px 50px 50px 30px;
    height: auto;
    text-align: left;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    color: #333;
    border-radius: 0;
}
.header-sheet .close-ontop {
    color: #333;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -30px;
    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: #333;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#212121;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/* -------- end隱私權 -------- */
/* -------- btn -------- */
/* back-btn */
.btn.back {
    position: relative;
    box-sizing: border-box;
    color: #333;
    background: #e5e5e5;
    line-height: 45px;
    width: 148px;
    height: 45px;
    padding: 0 10px 0 30px;
    border-radius: 45px;
    transition: all .5s ease;
}
.btn.back i {
    position: absolute;
    font-size: 0;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -52.5px;
    width: 14px;
    height: 9px;
}
.btn.back i::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 9px;
    background: url(../../images/common/index/btn_arr.png) no-repeat;
    background-size: contain;
    transition: all .5s ease;
}
.btn.back:hover i::before{
    background: url(../../images/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
.btn.back:hover {
    background:#A33037;
    color:#fff;
}
.btn.back:hover i{
    color: #FFF;
}
/* --- 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;
}
/* --- end style01-btn --- */
/* --- 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;
}
/* --- end style02-btn --- */
/* --- style03-btn --- */
.btn.style03 {
    transition: all .5s ease;
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 0 5px 10px;
    line-height: 43px;
    border-radius: 45px;
    height: 45px;
    text-decoration: none;
    color: #333;
    background: #E5E5E5;
}
.btn.style03:hover {
    background: #A33037;
    color: #fff;
}
.btn.style03.bg2 {
    color: #333;
    background: #E5E5E5;
}
.btn.style03.bg2:hover {
    color: #333;
    background: #E5E5E5;
}
.btn.style03 i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 4px 0px;
    font-size: 19px;
}
.btn.style03.size2 {
    display: inline-block;
    max-width: 48%;
    width: 100%;
    margin: 0 0.5%;
}
.btn.style03.size2 i {
    margin: 0 0 5px 10px;
}
/* --- end style03-btn --- */
/* --- btn-box --- */
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    margin-top: 20px;
    position: relative;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.btn-box.no_border {
    border: 0;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}
.btn-box.btn-all .btn {
    max-width: 100%;
}
/* --- end btn-box --- */
/* -------- end btn -------- */
/* -------- site_header -------- */
/* .site-header .container {
    z-index: 1000;
} */
.site-header {
    position: relative;
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 150;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
}
.site-title {
    padding: 38px 0 30px;
    float: left;
    transition: all 0.5s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 523.5px;
    height: 72px;
    transition: all 0.5s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/* --- top-nav --- */
.top-nav {
    position: absolute;
    top: 24px;
    right: 20px;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav li {
    position: relative;
    box-sizing: border-box;
    margin: 0 -2px;
}
.top-nav .links {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: url(../../images/common/bg1.jpg);
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
}
.top-nav .links .links_box {
    padding: 0 10px;
}
.top-nav .links .links_box a {
    position: relative;
    box-sizing: border-box;
    line-height: 40px;
}
.top-nav .links .links_box a i {
    font-size: 13px;
    margin: 0 0 0 3px;
}
.top-nav .links .links_box a:hover i {
    color: #A33037;
}
.top-nav .links .links_box a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #A33037;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.top-nav .links .links_box a:hover::before {
    width: 100%;
}
/* --- end top-nav --- */
/* --- language --- */
.language {
    position: relative;
}
.language .btn {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    width: 86px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    font-size: 15px;
    background: #A33037;
    border-radius: 0;
    letter-spacing: 1px;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
    border-radius: 5px 0 0 5px;
}
.language .btn i {
    vertical-align: middle;
    margin: 0 0 14px 7px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: rgba(255, 255, 255, .8);
}
.language .btn i::before{
    position: absolute;
    font-family: 'icon-font' !important;
    content: "\f0d7";
}
.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 100%;
    margin: 0px 0 0 -43.5px;
    background: #fff;
    width: 100%;
}
.language ul li {
    text-align: center;
    display: block;
    margin: 0;
}
.language ul li + li {
    border-top: 1px solid rgb(51, 51, 51, 0.5);
}
.language li a {
    display: block;
    background: rgb(51, 51, 51, 0.8);
    color: #e5e5e5;
    padding: 5px 0;
    transition: all .5s ease;
}
.language ul li a:hover {
    color: #fff;
    background: rgb(163, 48, 55, 0.9);
}
/* --- end language --- */
/* --- search-box --- */
.site-header .search-box {
    position: relative;
    width: 124px;
    margin: 0 10px 0 0;
}
.site-header .search-box .form-control {
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #000;
    background: transparent;
    border-radius: 0;
    padding: 0 20px 0 0;
    transition: all .5s ease;
    font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
    background: rgba(255, 255, 255, .5);
}
.search-box .search{
    position: absolute;
    display: block;
    right: 0;
    top: 0; 
    width: 30px;
    height: 40px;
    z-index: 1;
}
.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: #333;
    right: 0;
    top: 0;
    font-size: 22px;
    line-height: 40px;
    width: 30px;
    height: 40px;
    text-align: center;
    transition: all .5s ease;
}
.search-box:hover:after{
    color: #A33037;
}
/* --- end search-box --- */
/* --- xfunc-menu-cart --- */
.site-header .func-menu {
    position: relative;
}
.func-menu > li {
    position: relative;
    background: #3d3d3d;
    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;
}
.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 .5s ease;
    max-width: 148px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    background: #93a321;
}
.func-menu .cart-inner .btn:hover {
    transition: all .5s ease;
    color: #000;
}
/* --- xend func-menu-cart --- */
/* --- site-nav --- */
.site-nav {
    float: right;
    margin: 65px 0px 0 0;
    transition: all 0.5s ease;
}
.site-nav .menu {
    display: inline-block;
    margin: 0 -25px 0 0;
}
.site-nav .menu li {
    position: relative;
    padding: 0 15px;
}
.site-nav .menu > li:nth-last-child(-n+5) {
    display: none;
} 
.site-nav .menu > li > a {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 25px 0 32px;
    transition: all .5s ease;
}
.site-nav .menu > li > a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #A33037;
    transition: all .5s ease;
}
.site-nav .menu > li.active > a:after,
.site-nav .menu > li > a:hover:after {
    width: 100%;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 200px;
    z-index: 600;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -100px;
}
.site-nav .menu ul li a {
    position: relative;
    line-height: 1.4;
    display: block;
    padding: 10.5px 15px;
    font-size: 15px;
    background: rgb(51, 51, 51, 0.8);
    color: #e5e5e5;
    transition: all .5s ease;
}
.site-nav .menu ul> li.active >a,
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    color: #fff;
    background: rgb(163, 48, 55, 0.9);
}
.site-nav .menu li ul li {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu ul ul{
    margin: 0 0 0 2px;
    width: 100%;
    top: 0;
    left: 100%;
    box-sizing: border-box;
}
.site-nav .menu ul ul:before{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}
.site-nav .menu ul li.products_activity a{
    color: #FFF;
}
/* --- end site-nav --- */
/* --- header-fixed --- */
.header-fixed .site-header{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.9);
}
.header-fixed .site-title{
    padding: 15px 0;
}
.header-fixed .site-title .logo{
    width: 364px;
    height: 50px;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav .menu > li > a {
    padding: 31px 0;
}
.header-fixed .site-nav{
    margin: 0 -15px 0 0;
}
/* --- end header-fixed --- */
/* --- share --- */
.share {
    margin: 20px 0 0 0;
    display: block;
    text-align: right;
}
.share li{
    display: inline-block;
    margin: 0 2px;
}
.share .btn{
    font-size:0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #666;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.5s ease;
}
.share .btn i{
    display: block;
    font-size: 16px;
    line-height: 28px;
}
.share .btn:hover {
    background: #A33037;
    border-color: #A33037;
    color: #fff;
}
/* --- end share --- */
/* --------- end site_header --------- */
/* --------- banner --------- */
.banner {
    position: relative;
    box-sizing: border-box;
    background: url(../../images/common/bg1.jpg);
}
.banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 206px;
    background: url('../../images/common/bg3.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.banner img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    margin: 30px 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #E5E5E5;
}
.main-title {
    font-size: 28px;
    color: #333;
    float: left;
    margin: 0;
    font-weight: normal;
    letter-spacing: 1.5px;
    border-bottom: 3px solid #A33037;
    padding: 0 15px 0 0;
}
.main-title:before {
    content: '';
    width: 43px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/title_ic.png');
    background-size: contain;
    margin: 0 15px 11px 0;
}
.site-main {
    position: relative;
}
.main-content {
    max-width: 1435px;
    margin: -15% auto 100px;
    margin: -12% auto 100px;
    box-sizing: border-box;
    background: #FFF;
    padding: 60px 60px 100px;
    z-index: 100;
    position: relative;
    border-radius: 0;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-title {
    color: #33383F;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px;
}
.content-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: -3px 10px 0 5px;
    border-radius: 100%;
    background: #A33037;
}
/*------------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 ------------*/
.site-footer {
    position: relative;
    box-sizing: border-box;
    background: #fff;
}
.footer_top {
    position: relative;
    box-sizing: border-box;
    padding: 60px 0;
    letter-spacing: 0.85px;
}
.site-footer .site-top {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 21px;
    margin: 0 0 40px;
    border-bottom: 1px solid #e5e5e5;
}
.site-footer .site-top .footer_logo {
    width: 100%;
    max-width: 400px;
}
.site-footer .site-map {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 400px);
    padding: 0;
    color: #333;
    line-height: 1.2;
}
.site-map ul {
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.site-map li {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 15px;
}
.site-map li::before {
    content: '．';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.site-map ul:first-of-type li:first-of-type::before {
    display: none;
}
.site-map ul a {
    transition: all 0.5s ease;
}
.site-map ul a:hover {
    color: #A33037;
}
.site-bottom {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.site-footer .follow {
    float: right;
    width: 20%;
    text-align: right;
}
.follow * {
    display: inline-block;
    vertical-align: middle;
}
.site-footer .qr-inner {
    margin: 0 10px 0 0;
}
.site-footer .follow .fb-fans-page {
    width: 110px;
    height: 110px;
    display: inline-block;
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    transition: all 0.5s ease;
}
.site-footer .follow .fb-fans-page:hover {
    opacity: 0.7;
}
.site-footer .site-info {
    position: relative;
    width: 80%;
    padding: 0 15px 0 0;
}
.site-info li{
    position: relative;
}
.site-info li a,
.site-info span{
    display: inline;
    transition: all 0.5s ease;
}
.site-info li a:hover {
    color: #A33037;
}
.footer_bottom {
    position: relative;
    padding: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    background: #3e3e3e;
}
.footer_bottom .container {
    display: flex;
    justify-content: space-between;
}
.site-footer .copy_box {
    width: 60%;
    display: block;
    text-align: left;
}
.site-footer .update_box {
    width: 40%;
    display: block;
    text-align: right;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 80px;
    bottom: 30%;
    z-index: 299;
    transition: all 0.5s ease;
}
.gotop {
    position: relative;
    display: block;
    width: 63px;
    height: 63px;
    line-height: 63px;
    background: rgb(255, 255, 255, 0.8);
    border: 1px solid #e5e5e5;
    border: 1px solid #3e3e3e;
    border-radius: 50%;
    padding: 0;
    transition: all .5s ease;
}
.gotop::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -11px;
    width: 22px;
    height: 15px;
    background: url(../..//images/common/index/btn_arr.png) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    z-index: 1;
}
.gotop:hover {
    background: #A33037;
    border-color: #A33037;
}
.gotop:hover::before {
    background: url(../..//images/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}
/*------------ / floating ------------*/
/* -------- breadcrumb -------- */
.breadcrumb {
    color: #858585;
    position: relative;
    font-size: 14px;
    margin: 10px 0 0 0;
    float: right;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all 0.5s ease;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0 5px;
}
.breadcrumb li a:hover {
    color: #A33037;
}
.products-breadcrumb {
    float: none;
    margin: -5px 0 30px 20px;
}
.products-breadcrumb li+li:before {
    content: "/";
}
/* -------- end breadcrumb -------- */
/* -------- side -------- */
.side {
    width: 250px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}
.has-side .content {
    position: relative;
    float: right;
    width: calc(100% - 290px);
    box-sizing: border-box;
    min-height: 700px;
    padding: 0 0 0 45px;
}
.has-side .content::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 1px;
    height: calc(100% - 40px);
    background: #e5e5e5;
}
.side-nav {
    position: relative;
}
.side .title {
    width: 250px;
    height: 250px;
    background: url(../../images/common/side_bg.png);
    background-size: contain;
    color: #FFFFFF;
    font-size: 33px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 110px 0 0 0;
    margin: 0 0 35px 0;
}
.side .title b {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 35px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.85px;
    font-family: 'Montserrat', serif;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.side .title p {
    color: #333333;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: -10px 0;
}
.side-nav > li {
    border-bottom: 1px solid #e5e5e5;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
    letter-spacing: 1px;
}
.side-nav li a {
    display: block;
    transition: all .3s ease;
}
.side-nav > li > a {
    position: relative;
    font-size: 16px;
    color: #444;
    background: #FFFFFF;
    padding: 15px 15px;
    transition: all .3s ease;
}
.side-nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s ease;
    background: #FFF;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #FFF;
    background: #A33037;
    padding-left: 32px;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    opacity: 1;
}
.side-nav ul li a {
    padding: 11px 10px 10px 32px;
    font-size: 16px;
    color: #444;
    transition: all .5s ease;
    background: url(../../images/common/bg1.jpg);
}
.side-nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: 36px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0;
    transition: all .5s ease;
    background: #FFF;
}
.side-nav ul li > a:hover:before,
.side-nav ul li.active > a:before {
    opacity: 1;
}
.side-nav ul {
    display: none;
}
.side-nav ul li.active > a,
.side-nav ul li a:hover {
    color: #fff;
    background: #444;
    padding-left: 49px;
}
/* -------- end side -------- */
/* -------- pagination -------- */
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    box-sizing: border-box;
    display: block;
    text-align: center;
    min-width: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 600;
    color: #666;
    background: transparent;
    transition: all .5s ease;
    font-family: 'Montserrat', serif;
}
.pagination li a:hover,
.pagination li.active a {
    color: #A33037;
    transition: all .5s ease;
}
.pagination li a.controls {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    background: #e5e5e5;
    transition: all .5s ease;
}
.pagination li a.controls:hover{
    background: #A33037;
}
.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: #666;
}
/* -------- end pagination -------- -*/
/* -------- form -------- */
/* reminder */
.reminder {
    text-align: center;
    margin: 0 0 30px;
}
.reminder i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    display: block;
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #A33037;
    border-radius: 100%;
}
.reminder strong {
    font-size: 26px;
    color: #333;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
}
.reminder p {
    margin: 20px 0 0 0;
    padding: 10px;
    border-radius: 80px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #666;
}
.reminder b {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #A33037;
    border-radius: 50%;
    margin: 0 10px 1px 5px
}
/* end reminder */
/* x_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;
}
/* end x_qty-box */
/* form-detail */
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 43px;
    color: #666666;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-bottom: 6px;
    padding: 10px 30px 10px 15px;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.form-control:focus {
    outline: none;
    border-color: #aaa;
}
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 {
    box-sizing: border-box;
    color: #666666;
    padding: 0 0 0 20px;
    display: inline-block;
    margin-bottom: 5px;
    min-height: 18px;
}
.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;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}
/* end form-detail */
/* form-static-control */
.static-control {
    line-height: inherit;
    color: #33611D;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 35px 17px;
}
/* end form-static-control */
/* form-wrap */
.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 50px 15%;
    background: url(../../images/common/bg1.jpg);
    border-radius: 15px;
}
.form-box {
    position: relative;
}
.form-box .row {
    margin: 0 -10px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
/* end form-wrap */
/* form-required */
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #A33037;
    border-radius: 50%;
    margin: 0 10px 0 5px;
}
/* end form-required */
/* 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: #666;
    font-weight: bold;
    transition: transform .5s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover i {
    color: #A33037;
}
/* end captcha */
/* 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 5px;
    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;
}
/* end name */
/* 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%;
}
/* end address */
/* 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;
}
/* end tips */
/* 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;
}
/* end input-group */
/* radio + checkbox */
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 15px 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%;
}
/* end radio + checkbox */
/* success-box */
.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #666666;
}
.success-box .msg {
    font-size: 26px;
    color: #333;
    padding: 2px 0;
    max-width: 650px;
    margin: 0 auto 20px;
}
.success-box a {
    color: #33601D;
    text-decoration: underline;
}
.success-box .btn-box {
    margin: 30px 0 0 0;
}
.success-box span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}
.success-box span b {
    color: #000;
}
/* end success-box */
/* -------- end 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;
    speak: none;
    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;
    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: #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: #F7F9E3;
    border-radius: 5px;
    padding: 20px;
}
.photo-pager {
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    float: right;
    letter-spacing: 0;
    font-family: 'Exo 2','微軟正黑體', sans-serif;
}
.photo-pager span {
    font-size: 14px;
    letter-spacing: 1px;
}
.photo-title {
    color: #335F1D;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.photo-title:before {
    content: "\e1038";
    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;
    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 #mobile-fixed li {
    background: #000;
}
.mmenu-show #mobile-search {
    background: #ddd;
}
/* 手機版主選單樣式2 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2{
    background: rgba(0,0,0,0.8);
}
/* 手機版主選單樣式2 end */
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #8C7D72;
}
.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: #000;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    text-align: center;
}
.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 #959586;
    color: #000;
}
.mmenu-show #mobile-fixed .qty {
    background: #8D9C21;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #7FA721;
}
.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 .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}
.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;
    color: #999;
}
.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #e5e5e5;
}
.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;
}
/* 手機版主選單樣式2 start */
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    /* position: relative; */
    /* z-index: unset; */
    padding: 0;
}
.site-header .container{
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:before{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:after{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li{
    background: #fff;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type{
    color: #202020;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:before,
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:after{
    background: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar {
    width: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track {
    margin: 0 5px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,.1);
    margin: 0 5px;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu {
    background: #FFFFFF;
    top: 75px;
    font-size: 13px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu ul li{
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a {
    transition: all 0.3s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a:hover{
    color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
    background: #FFFFFF;
    margin: 0 5px 0 0;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu > li{
    border-bottom: 1px solid #e5e5e5;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a {
    border-bottom: 0;
    color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a {
    background: #EEEEEE;
    color: #666;
    transition: all 0.5s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.active > a {
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li.active > a {
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu{
    color: #ccc;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
	border-bottom: 1px solid #EEEEEE;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
    background: #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn{
    border-radius: 50%;
    line-height: 32px;
    color: #666;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.5s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn:hover{
    background: #A33037;
    border-color: #A33037;
    color: #fff;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share-menu {
    padding: 78px 0 10px;
    background: #fff;
    border-top-color: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-webkit-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-moz-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-ms-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-moz-placeholder {
    color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    right: 45px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 18;
    line-height: 105px;
    text-align: center;
    font-size: 12px;
    transition: .2s ease-out;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:before,
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:after{
    background: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .ibtn.search{
    background-size: unset;
}
.mmenu-show #mobile-menu.mobile-fixed-type2 .language-menu .language ul {
    position: relative;
    left: unset;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 a,
.mmenu-show #mobile-fixed.mobile-fixed-type2 span{
    font-size: 22px;
    line-height: 55px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon {
    top: calc(50% - 7px);
    width: 22px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span {
    width: 22px;
}
/* 手機版選單改樣式2 end */
/* -------- end mobile_menu ------------*/
/* -------- rwd -------- */
@media screen and (max-width: 1440px) {
    /* -------- site-main 1440 -------- */
    .main-content {
        margin: -12% 20px 100px;
        padding: 60px 30px 100px;
    }
    .side {
        width: 230px;
    }
    .has-side .content {
        width: calc(100% - 255px);
        padding: 0 0 0 25px;  
    }
    .side .title {
        width: 230px;
        height: 230px;
    }
    /* -------- end site-main 1440 -------- */
}
@media screen and (max-width: 1280px) {
    /* -------- site-header 1280 -------- */
    .wrapper {
        padding-top: 123px;
    }
    .site-title .logo {
        width: 400px;
        height: 55px;
    }
    .top-nav {
        top: 10px;
    }
    .site-nav {
        margin: 48px 0px 0 0;
    }
    .site-nav .menu li {
        padding: 0 10px;
    }
    .header-fixed .site-nav {
        margin: 0;
    }
    /* -------- end site-header 1280 -------- */
    /* -------- side 1280 -------- */
    .has-side .content {
        width: calc(100% - 250px);
        padding: 0 0 0 20px;
    }
    /* -------- end side 1280 -------- */
    /* -------- site-main 1280 -------- */
    .main-content {
        padding: 30px 0 90px;
    }
    .main-top {
        margin: 30px 25px 35px 0;
    }
    /* -------- end site-main 1280 -------- */
    /* ------- floating 1280 ------- */
    .floating,
    .floating.fancybox-margin {
        right: 15px;
    }
    /* ------- end floating 1280 ------- */
    /* ------- footer 1280 ------- */
    .site-footer .site-top .footer_logo {
        max-width: 300px;
        padding: 0 0 10px;
    }
    .footer_top{
        padding: 50px 0;
    }
    .site-footer .site-top {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 0 30px;
        margin: 0 0 30px;
    }
    .site-footer .site-map {
        margin: 10px 0 0;
        width: 100%;
        justify-content: center;
    }
    .site-footer .site-info {
        width: 100%;
        padding: 0;
    }
    .site-bottom {
        flex-wrap: wrap;
    }
    .site-footer .follow {
        float: none;
        width: 100%;
        text-align: center;
        padding: 15px 0 0;
    }
    .share {
        margin: 0 0 0 10px;
    }
    .site-footer .qr-inner {
        width: 90px;
        height: 90px;
    }
    .site-footer .follow .fb-fans-page {
        width: 90px;
        height: 90px;
    }
    /* ------- end footer 1280 ------- */
}
@media screen and (max-width: 1200px) {
    .site-title .logo {
        width: 300px;
        height: 55px;
    }
    .site-nav {
        margin: 51px 0px 0 0;
    }
    .site-nav .menu {
        margin: 0 -20px 0 0;
    }
    .site-nav .menu li {
        padding: 0 5px;
    }
    .site-nav .menu > li > a{
        font-size: 15px;
    }
    .top-nav .links {
        padding: 0 10px;
        font-size: 14px;
    }
    .top-nav .links .links_box {
        padding: 0 5px;
    }
    .language .btn {
        width: 80px;
        font-size: 14px;
    }
    .language ul {
        margin: 0 0 0 -39.5px;
        width: 79px;
    }
}
@media screen and (max-width: 1000px) {
    /* --------- 隱私權手機板 -------- */
    .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隱私權手機板 --------- */
    /* ------- site-header 1000 ------- */
    .banner{
        padding-top: 0;
    }
    .top-nav,
    .site-nav .menu,
    .share {
        display: none;
    }
    .site-header {
        padding: 10px 0 0;
    }
    /* ------- side 1000 ------- */
    .side{
        display: none;
    }
    .has-side .content {
        padding: 0;
        border: 0;
        position: relative;
        width: auto;
        float: none;
    }
    /* ------- site-main 1000 ------- */
    .main-content {
        margin: -12% 15px 100px;
    }
    .main-content .container {
        display: block;
    }
    .main-top {
        margin: 0 0 30px;
    }
    /* ------- end site-main 1000 ------- */
    /* ------- site-footer 1000 ------- */
    .footer_top {
        padding: 30px 0;
    }
    .site-footer .site-map,
    .site-footer .site-top {
        display: none;
    }
    .site-footer .site-info{
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 25px;
    }
    .site-footer .follow {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
    }
    .footer_bottom .container {
        flex-direction: column;
    }
    .site-footer .copy_box,
    .site-footer .update_box {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer_bottom {
        padding: 15px 0 35px;
    }
    /* ------- site-footer 1000 ------- */
    .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式2 start */
        padding-top: 60px;
        /* 手機版主選單樣式2 end */
    }
    /* 手機版主選單樣式2 start */
    .site-title {   
        padding: 0;  
    }
    .site-title .logo,
    .header-fixed .site-title .logo  {
        width: 290px;
        height: 40px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式2 end */
    /* 手機版主選單樣式2 start */
    .site-title.site-title-type2{
        position: fixed;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        background: #fff;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        z-index: 301;
        box-shadow: -2px 0 13px rgba(50%,50%,50%,.2);
    }
    /* 手機版主選單樣式2 end */
    .main-title:before {
        width: 34px;
        height: 35px;
        margin: 0 10px 10px 0;
    }
    .main-title {
        font-size: 22px;
    }
    .has-side .content::before {
        display: none;
    }
    .reminder strong {
        font-size: 20px;
    }
    .reminder i {
        font-size: 22px;
        margin: 0 auto 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .form-wrap {
        padding: 30px 25px;
        border-radius: 0;
    }
    .reminder p {
        margin: 20px 0 0 0;
        padding: 7px;
        border-radius: 15px;
        font-size: 14px;
    }
    .form-control {
        height: 35px;
        line-height: 33px;
        padding: 5px 10px;
    }
    .btn.style03 {
        font-size: 15px;
    }
    .btn.style03 i {
        margin: 0 0 5px 5px;
        font-size: 14px;
    }
    /* ------- floating 1000 ------- */
    .gotop{
        display: none;
    }
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        display: block;
        right: 50%;
        margin-right: -15px;
        top: auto;
        bottom: 5px;
        width: 30px;
        height: 30px;
        z-index: 100;
    }
    .floating a {
        display: none;
    }
    .floating .gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }        
    .gotop::before {
        display: none;
    }
    /* ------- end floating 1000 ------- */
}
@media screen and (max-width: 767px) {
    /* ------- banner 767 ------- */
    .banner:before {
        display: none;
    }
    /* ------- end banner 767 ------- */
    /* ------- site-main 767 ------- */
    .main-content {
        margin: -4% 0 50px;
        padding: 15px 0 45px;
    }
    .main-title i {
        width: 57px;
        height: 25px;
        display: block;
        margin: 0 auto 5px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .main-title {
        font-size: 22px;
        float: none;
        text-align: center;
        border: 0;
        padding: 0;
    }
    .main-title:before {
        display: none;
    }
    /* ------- end 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;
    }
    /* ------- end pagination 767 ------- */
    /* ------- breadcrumb 767 ------- */
    .content-title {
        font-size: 18px;
    }
    .breadcrumb {
        margin: 0 0px 10px 0;
        float: none;
        text-align: center;
        font-size: 13px;
    }
    .products-breadcrumb {
        text-align: left;
        margin: -10px 0 30px 21px;
    }
    /* ------- end breadcrumb 767 ------- */
    /* ------- form 767 ------- */
    .form-box {
        padding: 0;
    }
    .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 .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;
    }
    /* ------- end form 767 ------- */
    .form-wrap {
        padding: 30px 15px;
    }
    .footer_bottom {
        font-size: 13px;
    }
    .site-footer .copy_box .author {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    /* ------- form 480 ------- */
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /* ------- end form 480 ------- */
}
@media screen and (max-width: 400px) {
    /* 手機版主選單樣式2 start */
    .mmenu-show #mobile-menu.mobile-menu-type2{
        width: 100%;
    }
    /* 手機版主選單樣式2 end */
    .site-title .logo, .header-fixed .site-title .logo{
        width: 200px;
        height: 44px;
    }
}