@charset 'utf-8';


/*------------ basic ------------*/

body {
    background: #FFF;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.035em;
}

.container {
    padding: 0 15px;
    max-width: 1440px;
}

*:focus {
    outline: none;
}


/*------------ / basic ------------*/


/*------------ icon ------------*/

.icon.require {
    display: inline-block;
    vertical-align: middle;
    background: #E70404;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 6px 2px;
}


/*------------ / icon ------------*/


/*------------ btn ------------*/

.share .btn {
    width: 35px;
    height: 35px;
    margin: 0 10px;
    color: #461347;
    font-size: 20px;
    line-height: 3px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.share .btn span {
    display: none;
}

.share .btn.pinterest,
.share .btn.google {
    font-size: 16px;
}

.share .btn:hover {
    color: #fff;
}

.share .btn.facebook:hover {
    background: #4E6CBC;
}

.share .btn.pinterest:hover {
    background: #FF7430;
}

.share .btn.google:hover,
.share .btn.plurk:hover {
    background: #D90000;
}

.share .btn.twitter:hover {
    background: #000;
}


/*-----share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .btn.facebook {
    color: #405D9A;
}

.share_box .share-link .btn.google {
    color: #F34537;
}

.share_box .share-link .btn.twitter {
    color: #666;
}

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}

.share_box {
    margin: 10px 0 30px;
    text-align: center;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #d4bc8c;
    cursor: pointer;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #7f7f7f;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.share_box .share-link .btn.line {
    padding: 0px;
}

.share_box .share-link:before {
    display: none;
}

.share_box .share-link .icon-ic-share-twitter::before {
    font-family: 'icon-font' !important;
    content: "\ff007" !important;
}



/*-----share_box-----*/

.btn-box .btn {
    margin: 0 0 10px;
    border-radius: 0px
}

.btn.arrowL,
.btn.arrowR {
    color: #fff;
    line-height: 30px;
    padding-left: 14px;
    width: 160px;
    font-size: 18px;
    letter-spacing: 1px;
}

.btn.arrowL {
    background: #9685CF url(../../images/common/arrowL.png) no-repeat;
    padding-left: 45px;
}

.btn.arrowR {
    background: #7A3D7A url(../../images/common/arrowR.png) no-repeat 100% 0;
    padding-right: 45px;
}

.btn.arrowL:hover,
.btn.arrowR:hover {
    background-color: #CCC399;
}

.btn.back {
    display: block;
}

.btn.gohome {
    width: 220px;
}


.btn-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
}

.btn-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
    margin: 4px;
}

.btn-wrap .btn {
    margin: 0;
}

.btn.normal {
font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    min-width: 166px;
    background: none;
    color: #FFFFFF;
    margin: 0 5px 10px;
    background-color: #B2A5DC;
}

.btn.normal:hover {
    background-color: #CCC399;
     color: #FFFFFF;
}

a.btn.normal i {
}

a.topLogin-btn {
    position: absolute;
    right: 38%;
    bottom: -50%;
    font-size: 12px;
    background: url('../../images/common/login-icon.png') no-repeat left 2px;
    padding: 0 0 0 15px;
}

a.topLogin-btn:hover {
    color: #653265;
    background: url('../../images/common/login-icon-hover.jpg') no-repeat left 2px;
}

a.topLogin-btn:hover {}


/*

.btn.normal.bg2 {
    background: #fff;
}
.btn.normal.txt-s {
    font-size: 15px;
}
.btn.normal:hover,
.btn.normal.bg2:hover {
    background: #D40707;
    color: #fff;
}
.btn.normal .ic {
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 6px;
}
.btn.simple {
    color: #fff;
    font-size: 14px;
    background: #000;
    line-height: 28px;
    border-radius: 14px;
    padding: 0 16px;
    margin: 0 5px 5px;
}
.btn.simple:hover {
    background: #F00;
}
*/

.btn.pure {
    color: #888;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #7A3D7A;
    text-decoration: underline;
}


/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    position: relative;
    min-height: 120px;
}

.site-title {
    position: absolute;
    left: 50%;
    bottom: -66px;
    z-index: 15;
    margin-left: -89px;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 0 no-repeat;
    background-size: contain;
    width: 178px;
    height: 182px;
    transform: all .3s ease;
}

.top-nav {
    position: absolute;
    z-index: 20;
    right: -10px;
    top: -30px;
    font-family: 'Monda', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    /* height: 66px; */
    max-width:10%;
}


.top-nav>* {
    display: inline-block;
    vertical-align: top;
}

.site-header .language {
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 0;
    width: 160px;
    margin-left: -80px;
    font-family: 'Nova Slim', '微軟正黑體';
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.site-header .language .btn {
    width: 100%;
    padding: 10px 0;
}

.site-header .language .btn:after {
    content: "";
    display: block;
    margin: 6px auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}

.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(102, 51, 102, 0.90);
    border: 1px solid rgba(255, 255, 255, 0.90);
    display: none;
}

.site-header .language ul li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.50)
}

.site-header .language ul li a {
    display: block;
    padding: 5px 10px;
}

.site-header .language ul li a:hover {
    color: #C4CC4D;
}

.site-header .search-box {
    position: absolute;
    width: 162px;
    background: #ffffff5e;
    z-index: 1;
    top: -15px;
    right: 70px;
}
.site-header .search-box {
    position: relative;
    width: 200px;
    margin: 0 5px;
    border-radius: 20px;
}

.site-header .search-box .form-control {
    color: #fff;
    border-color: rgba(228, 228, 228, 0.50);
    background: rgba(204, 204, 204, 0.50);
    margin: 0;
    height: 30px;
    line-height: 28px;
    padding: 0 40px 0 12px;
    border-radius: 20px;
}

.site-header .search-box .form-control:focus {
    border-color: #fff;
}

.site-header .search-box .ibtn {
    background-image: url('../../images/common/btn_search.svg');
    width: 26px;
    height: 26px;
    position: absolute;
    right: 3px;
    top: 2px;
}

.no-svg .site-header .search-box .ibtn {
    background-image: url('../../images/common/btn_search.png');
}

.site-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .2s ease;
}

.site-nav .container {
    background: rgba(102, 51, 102, 0.90);
    padding: 0 25px;
    max-width: 1440px;
    transition: all .2s ease;
}

.site-nav .menu {
    color: #fff;
    font-family: 'Nova Slim', '微軟正黑體', cursive;
    text-align: center;
    display: table;
    width: calc(50% - 120px);
    padding: 0;
    margin: 0;
    transition: all .2s ease;
}

.site-nav .menu1 {
    float: left;
}

.site-nav .menu2 {
    float: right;
    width: 28%;
    margin-right: 14%;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li {
    display: table-cell;
}

.site-nav .menu2>li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu>li>a {
    font-family: 'Nova Slim', '微軟正黑體', cursive;
    font-size: 15px;
    padding: 20px 5px;
    line-height: 26px;
}

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #C4CC4D;
}

.site-nav .menu ul {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    display: none;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 0;
    border: 1px solid rgba(255, 115, 47, 0.90);
    background: rgba(190, 6, 6, 0.90);
    margin-top: 1px;
    display: none !important;
}

.site-nav .menu ul li+li {
    border-top: 1px solid rgba(255, 115, 47, 0.90);
}

.site-nav .menu ul li a {
    padding: 6px 40px 6px 30px;
    position: relative;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    background: rgba(255, 115, 47, 0.90) url('../../images/common/menu_arrow.png') no-repeat 100% 0;
}

.site-nav .menu ul li a:before {
    content: "+";
    font-size: 16px;
    font-weight: bold;
    color: #FF8B22;
    position: absolute;
    left: 12px;
    top: 3px;
}

.site-nav .menu ul li a:hover:before,
.site-nav .menu ul li.active>a:before {
    color: #fff;
}

.site-nav .menu ul ul {
    top: 0;
    left: 100%;
    border: 1px solid rgba(196, 30, 30, 0.90);
    background: rgba(249, 106, 45, 0.90);
}

.site-nav .menu ul ul li+li {
    border-top: 1px solid rgba(196, 30, 30, 0.90);
}

.site-nav .menu ul ul li a {
    padding-right: 12px;
}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active>a {
    background: rgba(107, 4, 4, 0.90);
}

.site-nav .menu ul ul li a:before {
    content: "=";
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    top: 4px;
}


/*------------ / site_header ------------*/

.header-fixed .site-nav {
    position: fixed;
    top: 0px;
    z-index: 999;
    margin: auto;
    right: 0px;
    left: 0px;
    bottom: inherit;
    transition: all .2s ease;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); */
    background: url('../../images/common/nav_deco.png')bottom no-repeat rgb(104, 52, 104);
}

.header-fixed .site-nav .container {
    /* background:rgba(102,51,102,0.25); */
}

.header-fixed .site-header .search-box {
    display: none;
}

.header-fixed .site-nav .logo_fixed {
    display: block;
    position: absolute;
    top: -10px;
    left: 30px;
}

.site-nav.header-fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
    margin: auto;
    right: 0px;
    left: 0px;
    bottom: inherit;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    padding: 8px 0;
}

.site-nav.header-fixed .logo_fixed {
    display: block;
    position: absolute;
    top: -10px;
    left: 30px;
}

.site-nav.header-fixed .menu {
    margin-left: 90px;
}

.header-fixed .site-title {
    bottom: -15px;
    margin-left: -60px;
}

.header-fixed .site-title .logo {
    width: 78px;
    height: 80px;
    transform: all .3s ease;
}

.header-fixed .site-nav .menu2 {
    width: 32%;
}
.header-fixed .top-nav{
    top:0px;
}

/*---------------func-menu---------------------*/


/*------------ 拆單開始 ------------*/

.shopping_way.hot span {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    bottom: 5px;
    position: relative;
    border-radius: 0px;
}

.shopping_way.hot {
    text-align: center;
    margin-top: 8px;
    font-weight: normal;
}

.shopping_way .general {
    background: #b7b7b7;
}

.shopping_way .cold {
    background: #68d622;
}

.shopping_way .freezing {
    background: #27a8e2;
}

.shopping_way span+span {
    margin-left: 10px;
}

.shopping_way.hot.fixed {
    text-align: left;
    margin-left: 80px;
}




/*------------ 拆單結束 ------------*/

.func-menu>li>a {
    color: #fff;
    font-size: 14px;
    background: #422042;
    line-height: 25px;
    border-radius: 0;
    width: 66px;
    height: 66px;
    box-sizing: border-box;
}

.func-menu>li>a span.qty {
    position: relative;
    top: 5px;
    left: -6px;
}

.func-menu>li>a img {
    position: relative;
    top: 25px;
    left: 12px;
}

.func-menu>li>a:hover {
    background: #000;
}

.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 .icon-cart-icon:before {
    content: "\e900";
}

.func-menu>li.gocart {
    position: relative;
    z-index: 200;
}

.func-menu .cart-box::before {
    content: url(../../images/common/gocart.png);
    position: relative;
    top: -16px;
    left: 265px;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 100;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #663366;
    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: #663366;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
    border-radius: 0px;
}

.func-menu .cart-box .btn:hover {
    background: #9BA210;
}

.func-menu .cart-box .btn .ic {
    font-size: 20px;
    margin-right: 0;
}

.func-menu .cart-list {
    padding: 4px;
    margin-top: -15px;
}
.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 {}

.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: #333333;
    font-size: 16px;
}

.func-menu .cart-list .box:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .qty {
    color: #663366;
}


/*------- 會員下拉 ------*/

.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}

.func-menu>li.gomember>a {
    font-size: 15px;
    color: #fff;
    line-height: 1.45;
    padding-top: 10px;
    text-align: center;
}

.func-menu>li.gomember>a i {
    color: #ffffff;
    font-size: 14px;
}

.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: 0%;
    left: -90%;
    top: 100%;
    background: #fff;
    padding: 1px;
    border: 2px solid #704068;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    color: #000;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    display: block !important;
}

.func-menu .gomember:hover .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .gomember-list {
    padding: 0px 0;
    position: relative;
}

.func-menu .gomember-list:before {
    content: url(../../images/common/gocart.png);
    position: absolute;
    top: -18px;
    right: 20px;
}

.func-menu .gomember-list li+li {
    padding: 1px 0 0;
}

.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 2px 0;
}

.func-menu .gomember-list a:hover {
    color: #6d3c63;
}

.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: #292929;
    font-size: 15px;
}

.func-menu .login-out-fixed {
    background: #422042;
    color: #fff;
}

.func-menu .gomember-list .login-out-fixed a:hover {
    background: #a95ca5;
    color: #fff;
}



/*------------ banner ------------*/

.banner {
    position: relative;
    z-index: 0;
}

.banner .container {
    max-width: unset;
    padding: 0;
}

.banner .slick-dots {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: auto;
    list-style: none;
    padding: 0;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url(../../images/common/index/banner_dot.png) no-repeat;
    width: 30px;
    height: 30px;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top .container {
    padding: 0;
    max-width: 1440px;
}

.main-title {
    text-align: center;
    font-family: 'Nova Slim', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 42px;
    color: #663366;
    line-height: 1.5;
    margin-bottom: 45px;
    font-weight: normal;
}

.main-title small {
    display: block;
    background: url(../../images/common/small_txt_bg.png) no-repeat 50% 0;
    line-height: 30px;
    color: #222;
    font-family: Arial, '微軟正黑體', Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.1em;
    font-weight: normal;
    /*   -webkit-transform: scale(1, 1.25);
       -moz-transform: scale(1, 1.25);
        -ms-transform: scale(1, 1.25);
         -o-transform: scale(1, 1.25);
            transform: scale(1, 1.25);*/
}

.main-content {
    padding: 0 0 70px;
}

.content {
    padding: 55px 0 0;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-title {
    color: #FF3F00;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 0;
}

.content-title span {
    background: #000;
    border-radius: 14px;
    padding: 5px 25px 5px 20px;
}

.content-title .ic {
    color: #777;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.sub-title {
    color: #99A010;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.sub-title:before {
    content: '\e91b';
    font-family: 'icon-font-3' !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;
    border: 4px solid #99A010;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    color: #99A010;
    left: 0px;
}

.shopping-title {
    color: #777;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
}

.shopping-title span {
    border-radius: 14px;
    padding: 5px 25px 5px 20px;
}

.shopping-title .ic {
    color: #E70404;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.btn-box.has-border {
    border-top: 1px solid #888;
    padding-top: 36px;
    margin-top: 30px;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*------------ / side ------------*/

.has-side .main-content .container {
    padding: 0;
    max-width: 1440px;
}

.side {
    width: 300px;
    float: left;
    border-right: 1px solid #E0E0E0;
    margin-right: -2px;
    padding: 55px 0 0;
}

.has-side .content {
    width: calc(100% - 300px);
    float: right;
    border-left: 1px solid #E0E0E0;
    padding-left: 76px;
    padding-right: 76px;
}

.has-side .content .main-title {
    display: none;
}


/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: right;
    color: #A5A5A5;
    font-size: 12px;
    border-bottom: 1px solid #E0DBF1;
    padding: 15px 80px 10px;
    position: relative;
    height: 46px;
    box-sizing: border-box;
}

.breadcrumb:after {
    content: "";
    display: block;
    width: 234px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -117px;
}

.breadcrumb li {
    margin: 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0 2px;
}

.breadcrumb li:first-child a {
    color: #9685CD;
}

.breadcrumb li:first-child i {
    content: "";
    background-image: url(../../images/common/home.png);
    width: 17px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    color: transparent;
    position: relative;
    top: -2px;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li a .ic {
    vertical-align: text-bottom;
    font-size: 20px;
    margin-bottom: -1px;
}

.content-breadcrumb {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #000;
    border-radius: 14px;
    padding: 2px 25px 2px 20px;
    margin: 20px auto 0;
}

.content-breadcrumb:before {
    content: '\e912';
    font-family: 'icon-font-12' !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: #777;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-bottom;
}

.content-breadcrumb li {
    margin: 0;
}

.content-breadcrumb li,
.content-breadcrumb li a {
    display: inline;
}

.content-breadcrumb li+li:before {
    content: '/';
    color: #fff;
}

.content-breadcrumb li:last-child a {
    color: #FF3F00;
}

.content-breadcrumb li a:hover {
    color: #aaa;
}


/*------------ / breadcrumb ------------*/


/*------------ content_nav ------------*/

.side-nav,
.side-nav-top {
    position: relative;
    padding: 0 47px;
    text-align: right;
    list-style: none;
}

.side-nav-top {
    margin-bottom: 10px;
}

.side-nav li {
    padding: 1px 0;
    border-bottom: 1px dotted #ccc;
}

.side-nav-top li {
    padding: 1px 0;
    border-bottom: 1px dotted #cb7cd3;
}

.side-nav li a,
.side-nav-top li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #444;
}

.side-nav li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #444;
}

.side-nav-top li a {
    color: #7a3d7a;
}

.side-nav>li>a {
    margin: 0 -47px 0 0;
    padding: 8px 69px 8px 0;
    position: relative;
}

.side-nav>li>a:hover {
    color: #9685CE;
}

.side-nav>li:hover>a,
.side-nav>li.active>a {
    background: #9685CF;
    color: #fff;
}

.side-nav>li>a:after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #9685CF;
    position: absolute;
    right: 47px;
    top: 10px;
    width: 22px;
}

.side-nav>li.active>a:after,
.side-nav>li:hover>a:after {
    color: #fff;
}

.side-nav ul {
    display: none;
}

.side-nav ul li {
    border-bottom: 0;
}

.side-nav ul li a {
    display: block;
    padding: 4px 10px;
    color: #aaa;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #9685CF;
}


/*------------ / content_nav ------------*/


/*------------ site_footer ------------*/

.site-map {
    display: inline-block;
    width: calc(100% - 695px);
    vertical-align: top;
    padding: 10px 0;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
    margin-right: 35px;
    color: #B2A5DC;
}

.site-map ul:last-child {
    margin-right: 0;
}

.site-map ul li {
    margin-bottom: 9px;
}

.site-map a {
    margin: 0 5px;
}

.site-map a:before {
    content: "． ";
}

.site-map a:hover {
    color: #fff;
}

.footer-top {
    background: url(../../images/common/footer_bg.jpg);
    border-top: 1px solid #8C6CA1;
    color: #fff;
    font-size: 14px;
    padding: 60px 0;
}

.footer-top a:hover {
    text-decoration: underline;
}

.footer-top.new {
    text-align: center;
    display: none
}

.follow {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 14px;
}

.follow>* {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.jpg');
    width: 100px;
    height: 100px;
}

.follow .fb-fans-page:hover {
    opacity: .8;
}

.site-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
    max-width: 360px;
    letter-spacing: 0;
}

.site-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-info label {
    color: #B2A5DC;
    font-size: 16px;
}

.site-info .addr label {
    display: block;
}

.site-share {
    background: #663366;
    color: #B2A5DC;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    max-width: 250px;
    display: inline-block;
}

.site-footer .share {
    /*position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;*/
}

.footer-bottom {
    background: #fff;
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}

.footer-bottom a:hover {
    text-decoration: underline;
    color: #B2A5DC;
}

.footer-bottom * {
    display: inline-block;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 400;
    transition: all .3s ease;
}

.floating .btn.gotop {
    display: block;
    font-size: 20px;
    width: 86px;
    height: 85px;
    background: url(../../images/common/gotop.png)0 0;
}

.floating .btn.gotop:hover {
    background-position: 0 100%;
}

.today-view {
    display: none;
    margin-bottom: 12px;
}

.today-title {
    background-color: #9BA210;
    color: #fff;
    font-size: 12px;
    padding: 5px 2px;
    letter-spacing: 0;
}


/*------------ / floating ------------*/


/*------------ pagination ------------*/

.pagination {
    text-align: center;
    font-size: 15px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 8px;
    text-align: center;
    color: #9A9A8B;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #B2A5DC;
}

.pagination li a.controls {
    background-image: url(../../images/common/pager_arrow.png);
    width: 32px;
    height: 32px;
}

.pagination li a.prev {
    background-position: 0 0;
    margin-right: 15px;
}

.pagination li a.next {
    background-position: 100% 0;
    margin-left: 15px;
}

.pagination li a.prev:hover {
    background-position: 0 100%;
}

.pagination li a.next:hover {
    background-position: 100% 100%;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    margin: 0;
    border: 1px solid #ccc;
    background: none;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #B2A5DC;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    background: #CCC399;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    margin: 0 0 48px;
}

.reminder span {
    display: block;
    color: #fff;
    margin-top: 10px;
}

.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: 80px;
    max-width: none;
    box-sizing: border-box;
    padding: 0 25px;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 24px;
    color: #555555;
    background: #ECECEC;
    margin: -4px 0 0 7px;
    padding: 0 4px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
}

.qty-box .form-control:focus {
    z-index: 5;
}

.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 25px;
    font-size: 21px;
    color: #fff;
    background: #9685CF;
    position: absolute !important;
    z-index: 0;
    top: -4px;
    border-radius: 50%;
}

.qty-box .btn:hover {
    background: #9BA211;
    z-index: 3;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: -14px;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    color: #666659;
    padding: 0 10px;
    border: 1px solid #E0DBF1;
    background: #F2F2F4;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 8px;
}

.form-control:focus {
    outline: none;
    border-color: #7A3D7A;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height:100px;
}

.static-control {
    line-height: inherit;
    color: #99A010;
    font-size: 15px;
    margin: 0 0 6px;
    padding-left: 3px;
}

.form-title {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto 30px;
}

.form-title span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px 5px 20px;
    background: #000;
    border-radius: 14px;
}

.form-title .ic {
    color: #777;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type1 .form-box {
    max-width: 1354px;
}

.form-wrap.type2 .form-box {
    max-width: 620px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}

.form-box {
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -4%;
    position: relative;
}


/*
.form-box .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dotted #656565;
}
*/

.form-box .row:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}

.form-box .col-right {
    float: right;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: "※";
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    margin: 0 0 2px 10px;
    color: #AABD00;
    font-weight: bold;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    font-size: 15px;
    color: #666659;
    padding-left: 3px;
    line-height: inherit;
    text-transform: uppercase;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .control-box {
    padding-right: 180px;
    max-width: 30%;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #CF2013;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
    position: absolute;
    right: 5px;
    top: 0;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    font-size: 28px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 6px;
}

.form-box .captcha a:hover .ic {
    -moz-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.form-box .account .control-label {
    float: left;
}

.form-box .account .control-box {
    margin-left: 40px;
}

.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.2;
    margin-bottom: 6px;
    color: #99A010;
    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 .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 .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: 14px;
    height: 14px;
    margin: 0 0 4px;
}

.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');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
   max-width: 1080px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
    color: #111;
}

.success-box {
    text-align: center;
}

.success-msg {
    background: #CCC399;
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
    padding: 4px 10px;
    margin: 0 0 40px;
}

.success-txt {
    padding-bottom: 10px;
}

.success-txt strong {}

.success-txt a {
    text-decoration: underline;
    color: #9AA110;
}

.success-txt a:hover {
    color: #7A3D7A;
    text-decoration: none;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table-box {}

.table-h {}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead th {
    color: #535353;
    font-weight: normal;
    font-size: 14px;
    padding: 12px;
}

.table-h tbody tr,
.table-h thead tr {
    border-bottom: 1px dashed #CCCCCC;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #9BA210;
}

.table-v {
    color: #777;
    font-size: 13px;
}

.table-v tr {
    border-bottom: 1px solid #414245;
}

.table-v th,
.table-v td {
    padding: 10px 20px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 90px;
    color: #888;
    font-weight: normal;
    position: relative;
}


/*.table-v th:after {
    content: '';
    display: block;
    border-left: 1px solid #333;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}*/

.table-v td {
    color: #ccc;
}

.table-v strong {
    color: #E60404;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

.fancybox-album .fancybox-skin {
    background: #fff;
    border: 4px solid #EAEAEA;
    margin-top: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-album .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 36px;
    height: 36px;
    right: -4px;
    top: -36px;
}

.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url(../../images/common/lightbox_arrow.png) no-repeat;
    width: 36px;
    height: 36px;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -15px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -15px;
}

.fancybox-album .fancybox-title .photo-pager {
    position: absolute;
    right: 10px;
    bottom: 100%;
    background: #663366;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    line-height: 27px;
}

.fancybox-album .fancybox-title .photo-title {
    color: #84752E;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}

.fancybox-album .fancybox-title {
    color: #676759;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px;
}

.lightbox-title {
    text-align: center;
    font-size: 18px;
    color: #663366;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.lightbox-title img {
    position: relative;
    top: -7px;
    margin-right: 10px;
}

.login-box {
    padding: 65px 35px 35px;
    border: 3px solid #EAEAEA;
    box-sizing: border-box;
}

.login-box .form-box {
    margin: 0 60px;
}


/*------------ / 購物時登入燈箱 ------------*/

.cart_login_box {
    height: auto;
    overflow: hidden;
}

.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}

.cart-login.col.col2 {
    width: 40%;
    margin: auto;
    float: right;
}

.cart-login.col.col2 .txt {
    margin-top: 10px;
}

.cart-login.col.col1 {
    right: 10px;
}

.cart-login.col.col1 .form-box .captcha a {
    margin: 0px;
}

.cart-login.col {
    border-right: 1px dashed #dadada;
    padding: 0 40px;
}

.cart_login_box .login-box .notice-box {
    border-top: none;
}

.cart-login.col.col2 {
    padding: 0px;
    margin: 0 20px;
}

.cart-login.col.col1 span
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cart-login .notice-box .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #636;
}

.cart-login.col.col2 .btn-box {
    padding-top: 74px;
}

.cart-login .main-title {
    font-size: 20px;
    padding: 10px;
    background: none;
}

.cart-login .fb-login-button {
    height: 40px;
}

.cart_login_box .form-box.cart_txt {
    text-align: center;
}

.cart_login_box .form-box .control-box {
    position: relative;
    margin-left: 0px;
}

.lightbox-wrapper.login-box .notice-box {
    margin-top: 0px;
    padding: 0px;
    border-radius: 0;
}

.cart-login.col:nth-child(2) {
    border: none;
}

.cart_login_box .form-box {
    padding: 15px 0 5px;
    margin: 0;
}

.cart_login_box .lightbox-wrapper {
    padding: 30px;
    max-width: 100%;
    height: auto;
    min-height: 405px;
}

.cart_login_box .btn-box {
    margin: 5px 0 15px;
}

.go-login {
    margin: 10px 0 20px;
}

.cart_login_box .form-box .form-group {
    padding: 0px;
}
.cart_login_box .form-box .captcha .control-box {
    padding-right: 0;
    max-width: 100%;
}

.cart_login_box .form-box .captcha a{
    position: static;
}

/*------------ / lightbox ------------*/

.mmenu-show #mobile-menu .side-nav ul {
    margin: 0;
}

.mmenu-show #mobile-menu .side-nav>li+li {
    border-top: 0;
}

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: rgb(68, 15, 69);
    border-bottom: 1px solid #ffffff21;
}

.mmenu-show #mobile-menu .menu .pd {
    display: none;
}

.mmenu-show #member-box li a {
    background: rgb(68, 15, 69, .95);
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: rgb(68, 15, 69);
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #e50404;
}

.mmenu-show #mobile-menu .language-menu {
    background: #440f45;
}

.mmenu-show #mobile-menu .menu,
.mmenu-show #mobile-menu .menu ul {
    padding: 0;
    margin: 0;
}

.mmenu-show #mobile-fixed .qty {
    background: #8a368b;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #930096;
}

.mmenu-show #mobile-menu .share-menu {
    background: #440f45;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-search .form-control {
    color: #333;
}

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #fff;
}

.mmenu-show #mobile-menu .side-nav>li.has-child>a,
.mmenu-show #mobile-menu .side-nav ul,
.mmenu-show #mobile-menu .content-nav ul,
.mmenu-show #mobile-menu .content-nav>li.has-child>a,
.mmenu-show #mobile-menu .side-nav>li>a {
    padding-right: 40px;
    text-align: left;
}

.mmenu-show #mobile-menu .side-nav>li>a::after {
    display: none;
}

.no-svg .mmenu-show #mobile-search .ibtn.search {
    background: url(../../images/common/btn_search.png)no-repeat;
}

.mmenu-show #mobile-menu .side-nav-top>li>a {
    text-align: left;
}


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    right: 0;
    top: -36px;
}
body .fancybox-iframe{
    height: auto;
    min-height: 458px;
}
body .fancybox-close:hover {
    background: url(../../images/common/lightbox_close_hover.png) no-repeat;
}

body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
    border-radius: 0;
}

body .fancybox-inner {
    background: #eee;
    border-radius: 0;
    overflow: hidden !important;
   border: 3px solid #EAEAEA;
    height: auto;
    max-height: 458px;
}

.arrival-box {
    box-sizing: border-box;
}

.arrival-box {
    padding: 130px;
    max-width: 100%;
    box-sizing: border-box;
    border: 3px solid #EAEAEA;
    box-sizing: border-box;
}

.arrival-box .pd-name {
    color: #333333;
    font-size: 21px;
    font-weight: normal;
}

.arrival-box .pd-name:before {
    content: "＋";
    background: #B2A5DC;
    color: #fff;
    letter-spacing: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    margin: 0 15px 0 0;
    display: inline-block;
    position: relative;
    top: -2px;
}

.arrival-box .pd-id {
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    margin-left: 20px;
}



/*--- 歐盟文字 ---*/

.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 #732073;
}
.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:#732073;
    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: 1440px) {
    /*------------ site_header 1440 ------------*/
    .site-nav {
        bottom: 0;
    }
    .site-header .search-box {
      right: 100px;
    }
    .top-nav {
    right: 0;
    max-width: 13%;
    }
    /*------------ / site_header 1440 ------------*/
    /*------------ banner 1440 ------------*/
    .banner {
        margin: 0;
    }
    /*------------ / banner 1440 ------------*/
    .breadcrumb {
        padding: 15px 30px 10px;
    }
}

@media screen and (max-width: 1440px) {
    /*------------ site_footer 1440 ------------*/
    .site-info {
        max-width: 348px;
    }
    .site-map {
        width: calc(100% - 682px);
    }
    .site-map ul {
        margin-right: 0;
    }
}

@media screen and (max-width: 1300px) {
    /*------------ site_footer 1300 ------------*/
    .footer-top {
        text-align: center;
        padding: 30px 0 20px;
    }
    .site-info,
    .site-map {
        float: none;
    }
    .site-info,
    .site-map ul {
        display: inline-block;
        text-align: left;
    }
    .site-info {
        width: auto;
        max-width: 800px;
        padding-right: 0;
    }
    .site-map {
        border-left: 0;
        padding-left: 0;
        margin-top: 25px;
        padding-top: 15px;
        width: 100%;
    }
    /*------------ / site_footer 1200 ------------*/
}

@media screen and (max-width: 1160px) {
    .func-menu>li>a {
        height: 76px;
    }
    a.topLogin-btn {
        display: none;
    }
    .site-title {
        bottom: 0px;
        margin-left: -75px;
    }
    .site-title .logo {
        width: 100px;
        height: 100px;
    }
    .site-nav .container {
        padding: 10px 5px 0;
    }
    .site-nav .menu {
        width: 38%;
    }
    .site-nav .menu2 {
        width: 33%;
    }
    .site-nav .menu>li>a {
        font-size: 14px;
    }
    .breadcrumb:after {
        display: none;
    }
    .content {
        padding-top: 0;
    }
}
@media screen and (max-width: 1070px) {
 .top-nav {
    right: 0;
    max-width: 14%;
}
}
@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .has-side .content .main-title {
        display: block;
    }
    .has-side .main-content .container {
        padding: 0 15px;
    }
    .has-side .content {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
    }
    .site-nav {
        position: relative;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    .site-nav .container {
        padding: 10px 0 0;
        background: #fff;
    }
    .site-title {
        position: relative;
        left: 0;
        top: 25px;
        margin: 0;
        text-align: center;
    }
    .site-nav .menu,
    .top-nav,
    .site-header .language {
        display: none;
    }
    .breadcrumb {
        padding: 8px 20px;
        height: 35px;
    }
    .header-fixed .site-nav {
        position: relative;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 25px;
    }
    .site-map,
    .site-share {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop .ic {
        display: none;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .site-title {
        position: relative;
        margin: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }
    .site-header {
        padding-bottom: 0;
    }
    .site-header .language {
        display: none;
    }

    /*------------ lightbox-wrapper 767 ------------*/
    .lightbox-wrapper {
        padding: 50px;
    }
    /*------------ / floating 1000 ------------*/
    /*------ 優化 --------*/
    .main-title {
        font-size: 25px;
        line-height: 25px;
        margin: 10px auto 15px;
    }
    .main-title small {
        font-size: 13px;
    }
    .banner .slick-dots {
        top: 35%;
    }
    .main-top {
        padding-bottom: 10px;
    }

    .main-title:after {
        margin-top: 15px;
    }
    .main-content {
        padding-bottom: 30px;
    }
    .sub-title {
        font-size: 16px;
        font-weight: bold;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .sub-title:before {
        top: 2px;
    }
    .btn-box {
        clear: both;
        padding-top: 15px;
    }
}

@media screen and (max-width: 900px) {
    /*------------ form 900 ------------*/
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    /*------------ / form 900 ------------*/
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    /*------------ / site_main 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
        margin-top: -13px;
    }
    .pagination {
        height: 0;
        position: relative;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        margin: 0;
        position: absolute;
        bottom: -32px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .qrcode {
        position: static;
        max-width: 100px;
        margin: 0 auto 10px;
    }
    .site-info {
        display: block;
        padding: 0;
        max-width: none;
        text-align: center;
    }
    .site-info .info-txt {
        line-height: 1.7;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ form 767 ------------*/
    .reminder {
        padding: 10px;
        border-width: 6px;
          margin:  0 0 20px;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .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;
    }
    .success-msg {
        padding: 15px;
        border-width: 6px;
        font-size: 16px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .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;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 0 40px;
    }
    .fancybox-album .photo-nav {
        bottom: -50px;
    }
    /*------------ / lightbox 767 ------------*/

    /*--- 新優化 ---*/

    .btn.normal {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    min-width: 100px;
    width: 45%;}

    .form-box .form-group {
    padding: 2px 0;
    line-height: 30px;
}
.btn.arrowL,
.btn.arrowR {
    font-size: 15px;
    width:45%;
}
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr {
        padding: 6px 10px;
    }
    .table-v th,
    .table-v td {
        padding: 0;
    }
    /*------------ / table 500 ------------*/
    /*------------ / login fancybox 500 ------------*/
    .login-box .form-box {
        margin: 0;
    }
    /*-- 購物車登入燈箱 --*/
    .cart-login.col,
    .cart-login.col.col2 {
        width: 100%;
        position: relative;
        float: none;
        padding: 0px;
        margin: 0px;
    }
    .cart-login.col.col1 {
        right: 0px;
    }
    .cart-login.col {
        border-right: 0px;
        border-bottom: 1px dashed #dadada;
        padding: 0 10px;
    }
    .lightbox-wrapper.login-box .notice-box {
        padding: 10px 0px 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 20px;
    }
    .form-box .captcha .control-box{
        width: 100%;
        padding-right: 0;
        max-width: inherit;
    }
    .form-box .captcha a{
        position: static;
    }
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ lightbox 400 ------------*/
    .lightbox-wrapper {
        padding: 15px;
    }
    .lightbox-wrapper .pd-name {
        font-size: 16px;
    }
    .lightbox-wrapper .pd-id {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
    .form-box .control-label {
        font-size: 14px;
    }
}


@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 登入按鈕 ------------*/