﻿@charset 'utf-8';
@import url('//fonts.googleapis.com/css?family=Architects+Daughter|Bentham|Gentium+Book+Basic|Inder');




/*------------ basic ------------*/

body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
    font-family: Arial, '微軟正黑體';
}





/*------------ / basic ------------*/


/*------------ icon ------------*/

.icon {}





/*------------ / icon ------------*/


/*------------ btn ------------*/

.share .btn {
    background: #222222;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
}

.share .btn:hover {
    background: #B29066;
    color: #fff;
}

.share_box {
    margin: -15px 0 35px 0;
}
.share_box .a2a_default_style:not(.a2a_flex_style) a {
    line-height: 30px !important;
}
.share_box .share-link .icon-ic-share-twitter::before {
    font-family: 'icon-font' !important;
    content: "\ff007" !important;
}
.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    color: #CCC;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share-link li a {
    font-size: 31px;
    width: auto;
    float: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
}

.share-link .facebook:hover {
    color: #405D9A;
}

.share-link .google:hover {
    color: #F34537;
}

.share-link .twitter:hover {
    color: #7F7F7F;
}

.share-link .plurk:hover {
    color: #E9443D;
}

.share-link .line:hover {
    color: #00C300;
}

.share-link .linkedin:hover {
    color: #0177B5;
}

.share-link .share-link:hover {
    color: #00C300;
}

.share-link .blogger:hover {
    color: #F26C38;
}

.share-link .mail:hover {
    color: #F6C13D;
}

.a2a_button_whatsapp:hover {
    color: #F34537;
}

.a2a_button_sina_weibo:hover {
    color: #F34537;
}

.btn.back {
    color: #444444;
    border: 1px solid #9A9A9A;
    border-radius: 30px;
    font-size: 15px;
    padding: 8px 6% 8px 50px;
    position: relative;
    font-family: 'Inder', '微軟正黑體', sans-serif;
}

.btn.back i:before {
    position: absolute;
    left: 15px;
    font-size: 30px;
    top: 1px;
    color: #9B9B9B;
}

.btn.back:hover i:before {
    color: #fff;
}

.btn.back:hover {
    background: #555555;
    color: #fff;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    float: left;
    background: #aaa;
    width: 50%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 0px;
}

.btn.simple:hover {
    background: #333;
}

.btn.simple.bg2 {
    background: #555555;
}

.btn.simple.bg2:hover {
    background: #B29066;
}

.btn.simple2 {
    background: #555555;
    border: 1px solid #555555;
    height: 35px;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
    border-radius: 0;
}

.btn.simple2:hover {
    border-color: #B29066;
    background: #B29066;
}

.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}

.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    color: #444444;
    font-size: 15px;
    padding: 0 10px;
    min-width: 170px;
    line-height: 40px;
    border: 1px solid #888888;
    margin: 0 2px 10px;
    border-radius: 30px;
}

.btn.normal:hover {
    background: #B29066;
    border: 1px solid #B29066;
    color: #fff;
}

.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}

.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.btn.normal.other_order i {
    font-size: 18px;
    top: 2px;
    position: relative;
}

.btn.normal.other_order {
    padding: 0 25px;
}

.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #B29066;
    text-decoration: underline;
}





/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    position: fixed;
    z-index: 401;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.site-all {
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.05);
    display: block;
    position: fixed;
    z-index: 11;
    top: 100px;
    background: #fff;
}

.site-title {
    padding: 0px 0;
}

.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 185px;
    height: 80px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    z-index: 12;
    background: #fff;
    margin: 10px 0;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.func-menu {
    margin: 0 10px;
}

.func-menu>li {
    padding: 2px 0;
}

.func-menu>li>a {
    color: #111111;
    line-height: 25px;
    border-radius: 4px;
    padding: 0 8px;
}

.func-menu>li>a:hover {}

.func-menu>li>a:before {
    content: ' | ';
    color: #666666;
    font-size: 12px;
    position: absolute;
    left: -5px;
}

.func-menu .ic {
    vertical-align: text-bottom;
    margin: 0 5px 1px 3px;
}

.func-menu .ic3-user-cross {
    font-size: 16px;
    margin: 0 4px -1px 4px;
}

.func-menu>li.gocart {
    position: relative;
}

.func-menu>li.gocart i {
    color: #888888;
}

.func-menu>li a:hover,
.func-menu>li.gocart a:hover i {
    color: #DB3624;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    left: 0;
    top: 100%;
    border: 2px solid #555555;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    width: 100%;
    background: #555555;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
    border-radius: 0;
}

.func-menu .cart-box .btn:hover {
    background: #B29066;
}

.func-menu .cart-box .btn .ic {
    font-size: 20px;
    margin-right: 0;
}

.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list .box{
    position: relative;
}
.func-menu .cart-list .box .cover{
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list li {
    padding: 0px;
}

.func-menu .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list .box:hover {
    background: #eee;
}

.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}

.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 15px;
}

.func-menu .cart-list .box:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .qty {
    color: #F2856C;
}

.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
}





/*-- 會員下拉 --*/

.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}

.func-menu>li.gomember>a i {
    color: #ffffff;
    font-size: 13px;
}

.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    left: -40%;
    top: 100%;
    border: 2px solid #4c4c4c;
    background: #fff;
    padding: 1px;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .gomember-list {
    padding: 0;
}

.func-menu .gomember-list li+li {
    border-top: 1px dashed #a7a995;
}

.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}

.func-menu .gomember-list a:hover {
    color: #e06a7a;
}

.func-menu .gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #b3a13a;
    font-size: 15px;
}

.func-menu .login-out-fixed {
    color: #adb726;
}

.func-menu .gomember-list .login-out-fixed a:hover {
    color: #cc9f0f;
}





/*-- 會員下拉end --*/

.top-nav .language:before {
    content: '';
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 100%;
}

.top-nav .language .btn {
    width: 100%;
    border: 1px solid #BBBBBB;
    text-align: left;
    line-height: 28px;
    padding: 0 25px 0 10px;
    position: relative;
     border-radius:0px;
}

.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #BBBBBB transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 11px;
}

.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    border:1px solid #d8d8d8;
    display: none;
}

.top-nav .language li {
    display: block;
}

.top-nav .language li a {
    display: block;
    background: #fff;
    color: #000;
    padding: 4px 10px;
}

.top-nav .language li a:hover {
    color: #fff;
    background: #BBBBBB;
}

.site-nav {
    min-width: 185px;
    padding: 10px 0;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    text-align: left;
    width: 100%;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li {
    padding: 0 7px;
}

.site-nav .menu>li>a {
    color: #111111;
    font-size: 15px;
    padding: 7px 15px;
}

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #111111;
    text-decoration: underline;
}

.site-nav .menu ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #80CAA5;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}

.site-nav .menu>li>ul:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #80caa5 transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    margin-left: -10px;
}

.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
    background: url('../../images/common/menu_border.png') no-repeat 50% 0;
}

.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #fff;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #80CAA5;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}

.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
}

.site-header .search-box .form-control {
    border: 1px solid #BBBBBB;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 35px 0 12px;
}

.site-header .search-box .form-control:focus {
    background: #fff;
}

.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 28px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 4px;
}





/*------------ / site_header ------------*/


/*------------ / site_header ------------*/

.shopping_way.top {
    margin: 10px 0px 0px;
}

.func-menu .cart-list .cold .qty {
    color: #42b354;
}

.func-menu .cart-list .freezing .qty {
    color: #327ef1;
}

.func-menu .cart-list .cold .name {
    color: #008615;
}

.func-menu .cart-list .freezing .name {
    color: #327ef1;
}

.shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
}

.shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}

.shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}

.shopping_way span+span {
    margin-left: 10px;
}





/*------------ banner ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
    margin: 50px 0 0 0px;
    background: #F5F8FF;
    padding: 60px 0;
}

.banner .container {
    max-width: 1440px;
    padding: 0 0 0 210px;
}

.banner button.slick-arrow {
    background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 6px;
    border: none;
    z-index: 10;
}

.banner button.slick-prev {
    left: 0px;
}

.banner button.slick-prev:hover {
    background-position: 0 100%;
}

.banner button.slick-next {
    background-position: 100% 0%;
    right: 0px;
}

.banner button.slick-next:hover {
    background-position: 100% 100%;
}

.banner_txt {
    position: absolute;
    left: 23%;
    top: 33%;
    color: #BABABA;
    font-size: 13px;
    font-family: 'Inder', '微軟正黑體', sans-serif;
    letter-spacing: 0.5em;
     line-height:40px;
}

.banner_txt .title {
    color: #525252;
    font-size: 30px;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
    letter-spacing: 0.05em;
}

.banner_txt .title span {
    color: #F8D038;
    font-size: 35px;
}

.banner_txt b {
    border-bottom: 1px solid #BBBBBB;
    width: 30px;
    height: 1px;
    display: block;
    margin: 10px 0;
}

.banner_txt .title:after {
    display: block;
    margin: -5px 0 10px;
}

.about_txt .banner_txt .title span:before {
    content: "About us";
}

.about_txt .banner_txt .title:after {
    content: "關於我們";
}

.news_txt .banner_txt .title span:before {
    content: "News";
}

.news_txt .banner_txt .title:after {
    content: "最新消息";
}

.pro_txt .banner_txt .title span:before {
    content: "Online shop";
}

.pro_txt .banner_txt .title:after {
    content: "口味介紹";
}

.cart_txt .banner_txt .title span:before {
    content: "Shopping cart";
}

.cart_txt .banner_txt .title:after {
    content: "購物車";
}

.order_txt .banner_txt .title span:before {
    content: "Order";
}

.order_txt .banner_txt .title:after {
    content: "訂單查詢";
}

.paid_txt .banner_txt .title span:before {
    content: "Remittance";
}

.paid_txt .banner_txt .title:after {
    content: "匯款通知";
}

.notice_txt .banner_txt .title span:before {
    content: "Notice";
}

.notice_txt .banner_txt .title:after {
    content: "購物須知";
}

.contact_txt .banner_txt .title span:before {
    content: "Contact us";
}

.contact_txt .banner_txt .title:after {
    content: "聯絡我們";
}

.member_txt .banner_txt .title span:before {
    content: "Member";
}

.member_txt .banner_txt .title:after {
    content: "會員專區";
}

.disc_txt .banner_txt .title span:before {
    content: "Disclaimer";
}

.disc_txt .banner_txt .title:after {
    content: "免責聲明";
}

.terms_txt .banner_txt .title span:before {
    content: "Terms of use";
}

.terms_txt .banner_txt .title:after {
    content: "使用條款";
}

/*-- 下方是新增功能頁面 --*/

.album_txt .banner_txt .title span:before {
    content: "Album";
}

.album_txt .banner_txt .title:after {
    content: "活動相簿";
}

.article_txt .banner_txt .title span:before {
    content: "Article";
}

.article_txt .banner_txt .title:after {
    content: "文章資訊";
}

.branch_txt .banner_txt .title span:before {
    content: "Branch";
}

.branch_txt .banner_txt .title:after {
    content: "營業據點";
}

.faq_txt .banner_txt .title span:before {
    content: "Q & A";
}

.faq_txt .banner_txt .title:after {
    content: "問與答";
}



/*------------ / banner ------------*/


/*------------ site_main ------------*/
.main-title {
    font-family: 'Gentium Basic', '微軟正黑體', serif;
    font-size: 22px;
    font-weight: normal;
    color: #DA3524;
    text-transform: uppercase;
    margin: 0;
    float: left;
}

.site-main {
    background: url('../../images/common/bg.jpg') 0 0 no-repeat;
    position: relative;
}

.site-main:before {
    content: '  ';
    background: url('../../images/common/bg_r.png') 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: -170px;
    width: 261px;
    height: 398px;
    z-index: 13;
}

.site-main .container,
.warning-sect .container,
.footer-info .container {
    padding: 30px 0 0 230px;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-content {
    padding: 0 0 70px;
}

.content {
    min-height: 200px;
    box-sizing: border-box;
}

.content-top {
    margin-bottom: 30px;
}

.content-title {
    margin: -17px 0 0 ;
    color: #333333;
    position: relative;
     padding: 0px 0 0 35px;
    font-size: 14px;
    float: left;
    font-weight: bold;
}
.content-title.pd{
    margin: 0 ;
}
.content-title i {
    position: relative;
}

.content-title i:before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: -4px;
    font-size: 22px;
    font-weight: normal;
    color: #848484;
}

.second-title {
     margin: 0 0 5px 0;
}

.content-title2 {
    display: inline-block;
    text-align: center;
    margin: 20px auto 30px;
    width: 100%;
}

.content-title2 span {
    -moz-border-image: url('../../images/common/bline.png') 15 15 repeat;
    -webkit-border-image: url('../../images/common/bline.png') 15 15 repeat;
    border-width: 15px;
    border-image: url('../../images/common/bline.png') 15 15 repeat;
    border-style: inset;
    box-sizing: border-box;
    text-align: center;
    color: #9F7F57;
    font-size: 24px;
    padding: 0 4% 0 3%;
    font-family: 'Inder', '微軟正黑體', sans-serif;
    text-transform: uppercase;
    position: relative;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title,
.shopping-title-up {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.shopping-title .ic,
.shopping-title-up .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.no-border-order .btn-box {
    padding: 0px 0 30px;
}

.btn-box:before {
    content: "";
    display: block;
    overflow: hidden;
    height: 1px;
    border-top:1px dashed #00000045;
    margin: 0 0 25px 0;
}

.no-border-order .btn-box:before{
    border: none;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding: 30px 0;
    position: relative;
    z-index: 10;
    background: #fff;
}





/*------------ / site_main ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: right;
    color: #868686;
    font-size: 13px;
    position: absolute;
    right: 0%;
    top: 40px;
    z-index: 11;
    text-transform: uppercase;
}

.has-side .breadcrumb {
    text-align: right;
    color: #868686;
    font-size: 13px;
    position: absolute;
    right: 22%;
    top: 40px;
    z-index: 11;
    text-transform: uppercase;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #333;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}





/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 220px;
    float: right;
}

.has-side .content {
    width: calc(100% - 270px);
    float: left;
    padding: 0 30px 0 0;
    border-right: 1px dotted #333333;
}

.side-title {
    font-size: 26px;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
    color: #333333;
    font-weight: bold;
     line-height: 31px;
    position: relative;
    margin: 0 0 20px 0;
}

.side-title p {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.side-title:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    bottom: -12px;
    background: #333333;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}

.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}

.side-nav>li>a,
.side-nav-top>li>a {
    color: #333333;
    position: relative;
    padding: 8px 10px 8px 0px;
    line-height: 1.4;
}

.side-nav-top>li>a {
    color:#f19018;
}

.side-nav>li>a:hover,
.side-nav>li.active>a,
.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    text-decoration: underline;
    font-weight: bold;
}

.side-nav>li.has-child.active>a:before,
.side-nav-top>li.has-child.active>a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.side-nav ul {
    display: none;
}

.side-nav ul li a {
    color: #333333;
    padding: 5px 10px 5px 30px;
    position: relative;
}

.side-nav ul li a:before {
    content: " - ";
    display: block;
    position: absolute;
    left: 13px;
    top: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #848484;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #E4665A;
    text-decoration: underline;
}





/*------------ / side ------------*/


/*------------ site_footer ------------*/

.footer-top.site-main {
    color: #222222;
    padding: 30px 0;
    letter-spacing: 0;
    background: url('../../images/common/footer_bg.png') center top repeat #fff;
    position: relative;
    z-index: 12;
}

.footer-top a {
    color: #111111;
}

.footer-top a:hover {
    color: #111111;
    text-decoration: underline;
}

.footer-top .row {
    margin: 0 -20px;
}

.footer-top .col {
    float: left;
    padding: 0 20px;
}

.footer-top .col1 {
    border-left-width: 0;
    width: 32%;
}

.footer-top .col2 {
    width: 68%;
}

.footer-title {
    color: #333333;
    font-size: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #BBBBBB;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}

.site-map ul li {
    margin: 8px 0;
}

.site-map ul li a {
    display: inline-block;
    padding: 3px 20px 3px 0px;
    position: relative;
}

.footer-top .ibtn.gotop {
    position: absolute;
    right: 20px;
    top: 5px;
}

.follow {
    float: left;
    margin-top: 20px;
    max-width: 102px;
}

.qrcode {
    display: inline-block;
    border: 1px solid #DDDDDD;
    padding: 10px;
    background: #fff;
}

.ibtn.fb-fans-page {
    background: url('../../images/tw/fb_page.png') center center no-repeat #191919;
    display: block;
    height: 50px;
}

.ibtn.fb-fans-page:hover {
    background-color: #555555;
}

.site-info {
    float: left;
    margin: 0px 0 0 20px;
    line-height: 2;
    letter-spacing: 0.5px;
    width: calc(95% - 102px);
}

.site-info span {
    font-weight: bold;
    margin: 0 10px 0 0;
    width: 40px;
    display: block;
    float: left;
}

.footer-top .share {
    float: left;
    margin: 15px 0 0 20px;
    width: calc(95% - 102px);
}

.footer-bottom {
    background: #fff;
    font-size: 13px;
    color: #AAAAAA;
    text-align: center;
    padding: 10px 0;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-info {
    text-align: center;
    padding-bottom: 15px;
}

.footer-info * {
    display: inline-block;
    vertical-align: middle;
}

.footer-info .share {
    margin: 5px;
}

.footer-info img {
    margin: 5px;
}

.footer-info .ibtn.fb-fans-page {
    display: inline-block;
    text-indent: 0;
    color: transparent;
    margin: 5px;
}

.footer-info .share .btn {
    line-height: 25px;
}





/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .btn.gocart {
    display: block;
    margin: 0 auto 5px;
    ;
    background: url('../../images/common/gocart.svg') no-repeat;
    width: 60px;
    height: 60px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}

.no-svg .floating .btn.gocart {
    background-image: url('../../images/common/gocart.png');
}

.floating .btn.gocart:hover {
    background-position: 0 100%;
    color: #fff;
}

.floating .ibtn.gotop {
    display: none;
}

.floating .ibtn.gotop,
.footer-top .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 53px;
    height: 11px;
    opacity: 0.7;
}

.footer-top .ibtn.gotop:hover,
.floating .ibtn.gotop:hover {
    opacity: 1;
}

#keyreply-container {
    bottom: 0px !important;
}





/*------------ / floating ------------*/


/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    color: #9B9B9B;
    font-size: 16px;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    background: #555555;
    color: #fff;
}

.pagination li a.controls {
    padding: 0;
    font-size: 22px;
}

.pagination li a.controls:hover {
    background: #555555;
    color: #fff;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}

.page-info .form-control:focus {}





/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    text-align: center;
    color: #777;
    position: relative;
    margin: 10px 0 30px;
    border-radius: 30px;
    padding: 5px 10px;
    background: #F3F3F3;
}

.reminder span {
    color: #333333;
}

.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 110px;
    max-width: none;
    padding: 0 35px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #aaa;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #555555;
    background: #555555;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border-radius: 100%;
}

.qty-box .btn:hover {
    border-color: #B29066;
    background: #B29066;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.main-content.cart-two .qty-box {

    width: auto;
    padding: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 0px;
}

.form-control:focus {
    outline: none;
    border-color: #484848;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.6;
    resize: vertical;
    height: 70px;
}

/*
select.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 0px;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#fff url('../../images/common/arrow.png') no-repeat scroll right center;
}
select.form-control:focus {
    outline: none;
     border-color: #484848;
}*/

.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type2 {
    max-width: 900px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}

.type2 .form-box {
    margin: 0 auto;
    float: none;
    width: 100%;
}

.form-box {
    margin: 0 auto;
    float: right;
    width: 80%;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

.form-box .row img {
    margin: 0px;
}

.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.required,
.form-box .required {
    position: relative;
    padding: 0 0 0 20px;
}

.required:before,
.form-box .required:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 13px;
    height: 13px;
    background: url('../../images/common/required.png') no-repeat;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    line-height: inherit;
    padding: 0 0 0 20px;
    color: #333333;
    font-size: 14px;
    float: left;
    border-right: 1px solid #000;
    width: 22%;
    margin: 6px 15px 0px 0;
    min-width: 100px;
    line-height: 20px;
}

.form-box .control-box {
    position: relative;
    float: left;
    width: 67%;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #AB906C;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    transition: transform .3s;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.6;
    margin:-6px 0 15px;
    color: #99784C;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: relative;
    top:-10px;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.checked.form-radio:before,
.checked .form-checkbox:before,
.checked.form-checkbox:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    color: #E4665A;
    background: #F3F3F3;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 5px;
    line-height: 1.5;
    margin: 0 auto 15px;
}

.success-msg p {
    font-size: 18px;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0px;
}

.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #444;
    font-size: 15px;
}

.success-txt a {
    text-decoration: underline;
    color: #E4665A;
}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    margin: 0 auto;
}





/*------------ / form ------------*/


/*------------ table ------------*/

.table-h {
    border-top: 1px solid #DCDCDC;
    color: #6A6A6A;
}

.table-h td {
    padding: 10px 0px;
    line-height: 1.4;
    text-align: center;
    min-width: 70px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    border-bottom: 1px solid #DCDCDC;
    background: #555555;
}

.table-h thead th {
    color: #fff;
    font-weight: normal;
    padding: 12px;
    border: 1px solid #fff;
}

.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
    padding: 0 0 0 10px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #E4675B;
}

.table-v {
    color: #777;
    font-size: 14px;
}

.table-v tr {
    border-bottom: 1px solid #DDDDDD;
}

.table-v tr:nth-child(2n) {}

.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 90px;
    font-weight: normal;
    position: relative;
}

.table-v th:after {
    content: '';
}

.table-v strong {
    color: #DB3624;
}





/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.svg) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
}

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png);
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}

body .fancybox-inner {
    background: #fff;
    border-radius: 13px;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box .lightbox-title {
    color: #DB3624;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.no-svg .login-box .lightbox-title {
    background-image: url('../../images/common/login_ic.png');
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #ddd;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
}

.login-box .notice-box .title {
    float: left;
    background: url('../../images/common/join_ic.svg') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}

.no-svg .login-box .notice-box .title {
    background-image: url('../../images/common/join_ic.png');
}

.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}

.login-box .success-box+.btn-box {
    max-width: 700px;
    margin: 0 auto;
}

.arrival-box {
    position: relative;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #aaa;
    margin: 10px 0;
}

.arrival-box .form-control:focus {
    background: #fff;
}

.arrival-box .pd-name {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.no-svg .arrival-box .pd-name {
    background-image: url('../../images/common/products/arrival_ic.png')
}

.arrival-box .pd-id {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.arrival-box .form-box {
    padding: 30px 0;
}

.arrival-notice {
    color: #777;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}





/*------------ / lightbox ------------*/

.cart_login_box {
    height: auto;
    overflow: hidden;
}

.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}

.cart-login.col.col1 {
    right: 10px;
}

.cart-login.col.col1 .form-box .captcha a {
    margin: 0px;
}

.cart-login.col {
    border-right: 1px solid #dadada;
    padding: 0 10px;
}

.cart-login.col:nth-child(2) {
    border: none;
}

.cart-login.col.col2 {
    padding: 30px;
}

.cart-login.col.col2 .btn-box {
    padding-top: 65px;
}

.cart-login .main-title {
    color: #404040;
    font-size: 18px;
    padding: 10px 0 25px;
}

.cart-login .fb-login-button {
    height: 40px;
}

.cart-login .btn-box {
    padding: 0px;
}

.btn.simple.cart {
    background: #4ea7ce;
    max-width: 100px;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.1em;
    border-radius: 8px;
    position: relative;
    margin: 0 2px 10px;
    display: inline-block;
}

.btn.simple.cart:hover {
    background: #1b7292;
}

.btn.simple.cart2 {
    background: #046792;
}

.btn.simple.cart2:hover {
    background: #1c9e92;
}

.cart.bth {
    display: block;
    width: 100%;
}

.cart_login_box .form-box.cart_txt {
    text-align: center;
}

.lightbox-wrapper.login-box .notice-box {
    background: #fff;
    margin-top: 0px;
    padding: 0px;
    border-radius: 0;
}

.lightbox-wrapper.login-box .notice-box .title {
    background: none;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0 20px;
    ;
    text-align: center;
    float: none;
}

.lightbox-wrapper.login-box .notice-box .txt {
    margin: 0px;
    padding: 0px;
    border: none;
}

.cart_login_box .lightbox-wrapper {
    padding: 30px;
    max-width: 100%;
}

.cart_login_box .btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 200px;
    height: 40px;
    background: #72B1AA;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #72B1AA;
    display: block;
    line-height: 30px;
}

.cart_login_box .btn.normal2:hover {
    background: #509c84;
}

.cart_login_box .btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 5px;
}

.cart_login_box .btn-box {
    margin: 15px 0;
}

.cart_login_box .btn.normal2.send {
    margin-bottom: 20px;
}

.go-login {
    margin: 10px 0 20px;
}

.arrival-box textarea.form-control {
    height: 75px;
}




/*------------ / 購物時登入燈箱 ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #B29066;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #fff;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #B29066;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #B29066;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .language {}

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.no-svg .mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.svg);
}

.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #000;
}

@media screen and (max-width: 400px) {
    .mmenu-show #mobile-fixed .logo-fixed-menu {
        font-size: 16px;
        width: 150px;
    }
}

/*-- 歐盟 --*/
.footer-bottom .privacy-txt {
     border-right: 1px solid #d8d8d8;
    padding: 0 10px 0 0;
    margin-right: 10px;
}
.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: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #B29066;
}
.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;
    outline: 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:#B29066;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

@media screen and (max-width: 1000px) {
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 401;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .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;
    }
}


/********************************************/

@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
    .site-main {
        background: none;
    }
    .site-main:before {
        background: none;
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 0px;
        height: 0px;
        z-index: 13;
    }
}

@media screen and (max-width: 1440px) {
    .site-all {
        left: 10px;
    }
    .footer-top .col {
        width: 50%;
        border-width: 0;
        margin: 0;
        min-height: 0;
    }
}

@media screen and (max-width: 1370px) {
    /*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
    /*------------ / site_footer 1370 ------------*/
}

@media screen and (max-width: 1340px) {
    .breadcrumb {
        right: 25%;
    }
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 200px;
    }
    .has-side .content {
        width: calc(100% - 220px);
    }
    /*------------ / side 1200 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .top-nav {
        right: 15px;
    }
    /*------------ / site_header 1120 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-all {
        box-shadow: none;
        display: block;
        position: relative;
        left: 0px;
        z-index: 11;
        top: 0px;
        background: #fff;
    }
    .content-title {
    margin: 0px 0 0;
}
.content-top h1{
    text-align:left;
    display:block;
    margin:0px;
}
    .site-main .container,
    .warning-sect .container,
    .footer-info .container {
        padding: 0 15px;
    }
    .footer-top.site-main {
        padding: 5px 0;
    }
    .content-top {
         margin: 5px 0 20px;
    }
    .site-title {
        position: relative;
        float: none;
        text-align: center;
        top: 0;
    }
    .site-header {
        position: relative;
    }
    .has-side .content {
        padding: 0;
        border-right: none;
        position: relative;
        width: auto;
        float: none;
    }
    .side {
        display: none;
    }
    .breadcrumb,
    .top-nav,
    .site-nav {
        display: none;
    }
    .banner {
        margin: 0px 0 10px 0;
        padding: 0px 0;
    }
    .banner .container {
        padding: 0 0 0 0px;
    }
    .banner_txt {
        left: 5%;
        top: 20%;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 0px;
    }
    
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 5px 0 10px;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 0px;
    }
    .footer-top .col1 {
        display: none;
    }
    
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gocart {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        display: block;
    }
    .footer-top .ibtn.gotop {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    /*---------- 優化 ---------*/
    .warning-sect {
        padding: 20px 0;
    }
    .footer-info {
        padding-bottom: 5px;
    }
    .site-title .logo {
        width: 185px;
        height: 70px;
    }
    .footer-title {
        display: none;
    }
    .site-info {
        margin: 0px 0 0 10px;
        line-height: 1.9;
    }
    .footer-bottom {
        padding: 5px 0 10px;
    }
    
    .main-title {
        font-size: 20px;
    }
    .btn-box {
        padding: 15px 0 10px;
    }
    .content-title2 span {
        font-size: 16px;
    }
    .lightbox-wrapper .content-title2 {
        margin-bottom: 30px;
    }
    .content-title2 {
        margin: 15px auto 10px;
    }
    .reminder {
         margin: 15px 0;
    }
    .required:before {
        top: 0px;
    }
    .form-box .required:before {
        top: 1px;
    }
    .form-box .control-label {
        line-height: 15px;
    }
    .form-box .form-group {
        line-height: 26px;
    }
    .static-control {
        margin: 0 0 0px;
        padding: 0 5px;
    }
   
    .form-box .name .radio-box {
        line-height: 26px;
    }
    .btn.simple {
        height: 30px;
        font-size: 14px;
        line-height: 28px;
    }
    .btn.normal {
        font-size: 14px;
        padding: 0 5px;
        min-width: 50px;
        line-height: 30px;
    }
    .btn.normal.send {
        width: 180px;
        font-size: 14px;
    }
    .btn.back {
        font-size: 14px;
        padding: 4px 6% 5px 50px;
    }
    .btn.back i:before {
        font-size: 20px;
    }
    .success-msg {
        font-size: 16px;
        padding: 10px 0;
        margin: 10px auto 5px;
    }
   
    .success-txt {
        padding-bottom: 0px;
    }
    .success-msg p {
        font-size: 16px;
        line-height: 25px;
         padding:7px 0 0;
    }
    .form-box .control-box {
        margin-bottom: 7px;
    }
    .btn-box:before {
        margin: 0 0 17px 0;
    }
    .second-title {
        margin: 0 0 0px 0;
    }
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 5px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 1.5;
    }
    .qty-box .form-control {
        height: 25px;
        line-height: 25px;
    }
    .qty-box .btn {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 19px;
    }
    .qty-box {
        width: 90px;
        padding: 0 25px;
    }
    .form-box .tips {
        line-height: 1;
        font-size: 13px;
        padding: 0 5px;
    }
    .pagination li a {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 5px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        float: none;
        width: 100%;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
        border: none;
    }
    .form-box .control-box {
        float: none;
        width: 100%;
    }
    .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-wrap .form-box .tips {
        min-height: 0;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .login-box .notice-box {
        padding: 20px 25px;
        text-align: center;
    }
    .login-box .notice-box .title {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .login-box .notice-box .txt {
        border-width: 1px 0 0;
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
    /*------------ / lightbox 767 ------------*/
    .banner_txt {
        left: 5%;
        top: 35%;
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height:28px;
    }
    .title-two {
        display: none;
    }
    .banner_txt .title {
         font-size: 16px;
    }
    .banner_txt .title span {
        font-size: 18px;
    }
    .btn-list-news{
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
    /*------------ / table 500 ------------*/
    .follow {
        text-align: center;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .site-info {
        width: 100%;
        float: none;
        margin: 5px auto 0;
    }
    .banner_txt b {
        margin: 2px 0;
    }
    .arrival-box .pd-name {
        font-size: 14px;
    }
    .lightbox-wrapper .content-title2 {
        margin-bottom: 20px;
    }
    .cart-login.col {
        width: 100%;
        position: relative;
        float: left;
        padding: 0px;
    }
    .cart-login.col.col1 {
        right: 0px;
    }
    .cart-login.col {
        border-right: none;
        padding: 0 0px;
    }
    .cart_login_box .btn-box {
        margin: 0;
    }
    .cart-login.col.col2 {
        padding: 5px;
    }
    .cart_login_box .btn.pure {
        margin: -10px 5px 0px;
    }
    .lightbox-wrapper.login-box .notice-box .title {
        font-size: 14px;
        margin: 0px 0 10px;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 10px;
    }
    .arrival-box textarea.form-control {
        height: auto;
    }
    .btn.normal {
        width: 45%;
    }
    .footer-top .share {
    margin:5px 0 0 0px;
}
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
}

/*暫時隱藏*/
@media screen and (min-width: 1000px) {
    .new_menu{
        display: none!important;
    }

}
/*!暫時隱藏*/

/*------------ / LINE 登入按鈕 ------------*/
.LINE-login-button a{
    width: 250px;
    height: 40px;
    background: #00C300;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon{
    background: url(../../images/common/line-icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 31px 30px;
    background-position: center;
    border-right:1px solid #00b300;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-text{
    font-size: 14px;
    font-weight: 600;
    width: 210px;
    color:#FFF;
    text-align: center;
    line-height: 39px;
}
.LINE-login-button a:hover{
    background: #00e000;
}
.LINE-login-button a:hover .LINE-icon{
    border-right:1px solid #00c900;
}
.LINE-login-button a:focus{
    background: #00e000;
}
.LINE-login-button a:focus .LINE-icon{
    border-right:1px solid #00c900;
}
.LINE-login-button a:active{
    background: #00b300;
}
.LINE-login-button a:active .LINE-icon{
    border-right:1px solid #009800;
}
.LINE-login-button a:disabled{
    background: #c6c6c6;
}
.LINE-login-button a:disabled .LINE-icon{
    border-right:1px solid #b5b5b5;
}
/*!------------ / LINE 登入按鈕 ------------*/