@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*------------ basic ------------*/
body {
    position: relative;
    font-family: 'Noto Sans TC', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.35px;
    background: url(../../images/common/bg.jpg) fixed;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.wrapper {
    padding-top: 160px;
}
/*------------ /basic ------------*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
/*------------ icon ------------*/
.icon {
    text-indent: unset;
}
.icon.require {
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.icon.require::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -4px;
    right: -4px;
    transform: unset;
    background: url(../../images/common/ic.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 16px;
}
/*------------ /icon ------------*/
/*------------ 隱私權政策 ------------*/
.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 #2E2A76;
}
.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:#2E2A76;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ /隱私權政策 ------------*/
/*------------ btn ------------*/
/*share*/
.share .btn {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
}
.share_box .share-link .ic-sharetwitter::before {
    font-family: 'icon-font' !important;
    content: "\ff006" !important;
}
.share_box .share-link .a2a_default_style:not(.a2a_flex_style) a {
    line-height: 28px !important;
    padding: 0 !important;
}
.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    background: #cbcad5;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.share-link a {
    font-size: 20px;
}
.share-link .facebook:hover {
    background: #405D9A;
}
.share-link .google:hover {
    background: #F34537;
}
.share-link .twitter:hover {
    background: #000;
}
.share-link .plurk:hover {
    background: #E9443D;
}
.share-link .line:hover {
    background: #00C300;
}
.share-link .linkedin:hover {
    background: #0177B5;
}
.share-link .share-link:hover {
    background: #00C300;
}
.share-link .blogger:hover {
    background: #F26C38;
}
.share-link .mail:hover {
    background: #F6C13D;
}
.a2a_button_whatsapp:hover {
    background: #F34537;
}
.a2a_button_sina_weibo:hover {
    background: #F34537;
}
.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg,
.a2a_default_style .a2a_counter img {
    display: none;
}
.share-link .ic-sharewhatsapp,
.share-link .ic-shareweibo {
    line-height: 1.4em;
}
/*/share*/
/*fb*/
.ibtn.fb-fans-page {
    background-image: url('/images/tw/fb_page.png');
    width: 180px;
    height: 90px;
    border: 10px solid transparent;
    box-sizing: content-box;
    transition: all 0.5s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
/*/fb*/
.ibtn.back {
    text-align: center;
    background: #2E2A76;
    max-width: 180px;
    width: 100%;
    height: 45px;
    text-indent: unset;
    font-size: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 45px;
    border-radius: 45px;
    position: relative;
    margin: 0;
    transition: all 0.5s ease;
}
.ibtn.back:hover {
    opacity: 0.7;
}
.ibtn.more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    color: #2E2A76;
    text-indent: unset;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Lato', serif;
    margin: 0;
    box-shadow: 0 0 30px 5px rgb(46, 42, 118, 0.1);
    background: #fff;
    z-index: 10;
}
.ibtn.more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(100deg, #f6fae4, #e4f5fa 8%, #f2e9f5 23%, #fbfafc00 50% 100%);
    background-size: 200%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    transition: all 1s ease;
    z-index: -1;
}
.ibtn.more:hover:after {
    background-position: 0%;
}
.ibtn.more span {
    display: block;
    padding: 0 25px;
    transition: all .5s ease;
}
.ibtn.more::before {
    content: '\f105';
    position: absolute;
    top: 22px;
    right: 25px;
    font-size: 20px;
    text-indent: unset;
    font-family: 'icon-font' !important;
    color: #2E2A76;
    line-height: 17px;
    transition: all 0.5s ease;
}
.ibtn.more:hover:before{
    animation: hoverArrow01 1s ease;
}
@keyframes hoverArrow01 {
    0% {
        opacity: 1;
    }
    48% {
        transform: translate(70%) scale(.8);
        opacity: 0;
    }
    52% {
        transform: translate(-70%) scale(.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.btn.simple {
    background: #2E2A76;
    max-width: 250px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 45px;
    border-radius: 45px;
    position: relative;
    margin: 0 8px 10px;
    transition: all 0.5s ease;
}
.btn.simple:hover {
    opacity: 0.7;
}
.btn.simple.bg2 {
    background: #2E2A76;
    margin: 20px 0 0;
}
.btn.simple.bg2:hover {
    opacity: 0.7;
}
.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR,
.btn.simple .icon.check,
.btn.simple .icon.money {
    display: none;
}
.btn.normal {
    background: #2E2A76;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    min-width: 120px;
    line-height: 45px;
    border: 0;
    border-radius: 45px;
    margin: 0 2px 10px;
    transition: all 0.5s ease;
}
.btn.normal:hover {
    opacity: 0.7;
}
.btn.normal .icon {
    display: none;
}
.btn.pure {
    color: #2E2A76;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #B5B3E3;
    text-decoration: underline;
}
/*繼續結帳按鈕*/
.btn.normal.other_order {
    border-color: #e4ac1f;
    color: #986d00;
    animation-name: activity-ani;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn.normal.other_order:hover {
    border-color: #ef7331;
    color: #ef7331;
}
@keyframes activity-ani {
    from {
        opacity: 10;
    }
    to {
        opacity: .6;
    }
}
/*/*繼續結帳按鈕*/
/*------------ /btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 400;
}
.site-title {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 35px 0 10px;
    z-index: 5;
}
.site-title .logo {
    color: transparent;
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 191px;
    height: 115px;
    transition: all .5s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*右上角功能列*/
.top-nav {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    transition: all .5s ease;
}
.top-nav .icon {
    position: relative;
    margin: 0 3px 3px 0;
    font-size: 20px;
    font-style: unset;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.top-nav .icon.lock {
    background-position: -140px -87px;
    display: none;
}
.top-nav .icon.order {
    background-position: -100px -107px;
    display: none;
}
.top-nav .icon.money {
    background-position: -120px -87px;
}
.top-nav .icon.cart::before {
    content: '\e90a';
    font-family: 'icon-font' !important;
}
.top-nav a:hover .icon.cart,
.top-nav li.active a .icon.cart {
    background-position: -20px -127px;
}
.func-menu {
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all 0.5s ease;
}
.func-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #EAE9F1;
}
.func-menu>li>a {
    font-size: 14px;
    line-height: 44px;
    padding: 0 10px;
    transition: all 0.5s ease;
}
.func-menu>li>a:hover {
    color: #2E2A76;
}
/*右上角功能列：購物車_gocart*/
.func-menu>li.gocart {
    position: relative;
}
.func-menu>li.gocart:before {
    display: none;
}
.func-menu>li.gocart>a {
    display: flex;
    align-items: center;
    color: #2E2A76;
    font-family: 'Lato', serif;
}
.func-menu>li.gocart>a .icon.cart {
    font-size: 25px;
    margin: 2px 0 0 0;
    width: 25px;
}
.func-menu>li.gocart .tol_circle {
    display: block;
    padding: 0;
    margin: 0 10px 0 0;
    min-width: 24px;
    max-width: 24px;
    line-height: 24px;
    color: #fff;
    background: #2E2A76;
    border-radius: 100%;
}
.func-menu > li.gocart .title {
    font-size: 0;
}
.func-menu > li.gocart .price {
    font-size: 15px;
}
/*/右上角功能列：購物車_gocart*/
/*右上角功能列：購物車下拉選單*/
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 100%;
    width: 300px;
    border: 1px solid #DBD8ED;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
    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%;
    font-size: 18px;
    font-weight: normal;
    line-height: 39px;
    transition: all 0.5s ease;
    color: #666;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(46, 42, 118, 0.1);
}
.func-menu .cart-box .btn:hover {
    color: #fff;
    background: #2E2A76;
}
.func-menu .cart-box .btn .icon {
    position: relative;
    box-sizing: border-box;
    background: unset;
    text-indent: unset;
    font-style: unset;
    transition: all 0.5s ease;
}
.func-menu .cart-box .btn .icon::before {
    content: '\f105';
    position: absolute;
    font-size: 20px;
    text-indent: unset;
    font-family: 'icon-font' !important;
    color: #666;
    line-height: 17px;
    transition: all 0.5s ease;
}
.func-menu .cart-box .btn:hover .icon::before {
    color: #fff;
}
.func-menu .cart-list {
    padding: 4px;
    padding: 0;
}
.func-menu .cart-list li+li {
    border-top: 1px solid #DBD8ED;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
    transition: all 0.5s ease;
}
.func-menu .cart-list a:hover {
    background: #EAE9F1;
}
.func-menu .cart-list .pic {
    float: left;
    width: 80px;
}
.func-menu .cart-list .txt {
    margin-left: 90px;
    line-height: 1.5;
    text-align: left;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #343432;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}
.func-menu .cart-list a:hover .name {
    color: #2E2A76;
}
.func-menu .cart-list .qty {
    color: #2E2A76;
    font-weight: normal;
    font-family: 'Lato', serif;
}
.func-menu .cart-list .money {
    color: #333;
}
.func-menu .cart-list .freezing.money {
    color: #3F7AC9;
}
.func-menu .cart-list .cold.money {
    color: #71cc72;
}
/*/右上角功能列：購物車下拉選單*/
.func-menu .gocart .shopping_way.top {
    position: relative;
    text-align: left;
    left: 10px;
}
.func-menu .gocart .shopping_way.top span {
    margin-bottom: 3px;
    padding: 2px 5px;
    border-radius: 5px;
    max-width: 70px;
    line-height: 1.6;
    font-size: 14px;
    color: #fff;
}
.func-menu .gocart .shopping_way.top .general {
    background: #F2856C;
}
.func-menu .gocart .shopping_way.top .cold {
    background: #80dc9c;
}
.func-menu .gocart .shopping_way.top .freezing {
    background: #0078b1;
}
.func-menu .cart-list .freezing .name {
    color: #0078b1;
}
.func-menu .cart-list .cold .name {
    color: #2fb959;
}
/*右上角功能列：會員下拉*/
.func-menu .gomember {
    position: relative;
}
.func-menu > li.gomember > a {
    color: #666;
}
.func-menu .gomember .ic {
    display: none;
}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 150px;
    right: -20px;
    top: 100%;
    border: 1px solid #DBD8ED;
    background: #fff;
    padding: 1px;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
    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 solid #DBD8ED;
}
.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 5px 0;
}
.func-menu .gomember-list a:hover {
    color: #2E2A76;
}
.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: #70AC92;
    font-size: 15px;
}
.func-menu .gomember-list .login-out-fixed a{
    color: #2E2A76;
    transition: all 0.5s ease;
}
.func-menu .gomember-list .login-out-fixed a:hover {
    color: #fff;
    background: #2E2A76;;
}
/*/右上角功能列：會員下拉*/
/*/右上角功能列*/
/*語系*/
.top-nav .language {
    position: relative;
}
.top-nav .language .btn {
    background: #DEE834;
    color: #666;
    padding: 0 10px;
    border: 0;
    transition: all .2s;
}
.top-nav .language .btn:hover {
    background: #F2856C;
    color: #fff;
}
.top-nav .language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.top-nav .language li {
    display: block;
}
.top-nav .language a {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    background: #eee;
    display: block;
    transition: all .2s;
    border-bottom: 1px solid #ddd;
}
.top-nav .language li a:hover {
    background: #2C7791;
    color: #fff;
}
/*/語系*/
/*主選單*/
.site-nav {
    position: relative;
    box-sizing: border-box;
    padding-top: 80px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.site-nav .menu {
    display: flex;
    justify-content: space-between;
}
.site-nav .menu li {
    position: relative;
    box-sizing: border-box;
}
.site-nav .menu>li {
    padding: 0 25px;
}
.site-nav .menu>li+li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2.5px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #2E2A76;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #343432;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 18px;
    top: 0;
    transition: all .5s ease;
}
.site-nav .menu>li>a>span {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #2E2A76;
}
.site-nav .menu>li>a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #EAE9F1;
    transition: all 0.5s ease;
    transform: scale(0);
    z-index: -1;
}
.site-nav .menu>li>a:hover:before ,
.site-nav .menu>li.active>a::before {
    transform: scale(1);
}   
.site-nav .menu li ul {
    display: none;
}
/*/主選單*/
/*搜尋*/
.site-header .search-box {
    position: relative;
    box-sizing: border-box;
    width: 165px;
    padding: 0;
    margin: 0;
}
.site-header .search-box .form-control {
    border: 0;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 44px 0 15px;
    border-radius: 44px;
    color: rgb(46, 42, 118, 0.5);
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(46, 42, 118, 0.1);
    transition: all 0.5s ease;
}
.site-header .search-box .form-control:focus {
    border-color: rgb(46, 42, 118, 0.2);
}
.site-header .search-box .ibtn.search {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 44px;
    height: 44px;
    z-index: 1;
}
.site-header .search-box:after{
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2E2A76;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    transition: all .5s ease;
}
.site-header .search-box:hover:after{
    color: #B5B3E3;
}
/*搜尋*/
/*往下滑header-fixed*/
.header-fixed .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    box-shadow: 0 0 20px 0px rgb(212, 126, 128, 0.1);
    transition: all .5s ease;
    z-index: 99;
}
.header-fixed .site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 83px;
    height: 50px;
}
.header-fixed .site-nav {
    padding-top: 0;
}
.header-fixed .site-nav .menu>li {
    padding: 0 15px;
}
.header-fixed .site-nav .menu>li>a {
    padding: 24.21px 0;
}
.header-fixed .site-header .search-box {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}
.header-fixed .top-nav .language {
    display: none;
}
.header-fixed .top-nav {
    top: 12px;
    right: 0;
}
.header-fixed .func-menu {
    padding: 0 10px;
}
.header-fixed .func-menu>li>a {
    padding: 0 5px;
}
.header-fixed .func-menu .cart-box {
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
}
.header-fixed .func-menu .cart-box:before {
    content: '';
    display: block;
    width: 20px;
    height: 60px;
    position: absolute;
    top: 20px;
    bottom: 0;
}
.header-fixed .func-menu .cart-list .txt {
    text-align: left;
}
/*/往下滑header-fixed*/
/*新增功能隱藏*/
.site-nav .menu .new_menu{
    display: none;
}
/*/新增功能隱藏*/
/*------------ /site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    z-index: 2;
}
.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 160px);
    background: -webkit-linear-gradient(bottom,rgba(255, 255, 255, 0) 0% ,rgb(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    display: block;
    top: -160px;
    left: 0;
    z-index: -1;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ /banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-title {
    line-height: 1.4;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    color: #858585;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-title span {
    position: relative;
    box-sizing: border-box;
    color: #2E2A76;
    font-size: 40px;
    font-style: unset;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1;
    font-family: 'Lato', serif;
    padding-right: 21px;
    margin-right: 21px;
}
.main-title span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -3.5px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #2E2A76;
}
.main-content {
    position: relative;
    box-sizing: border-box;
    padding: 55px 0 190px;
}
.main-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 150px);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 5%, rgb(255, 255, 255, 1) 25%, rgb(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.5) 95%, rgba(255, 255, 255, 0) 100%);
    display: block;
    top: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.has-side .main-content {
    padding-top: 0;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin: 0 0 30px;
    overflow: hidden;
    background: #EAE9F1;
    border-radius: 52px;
}
.content-title {
    position: relative;
    box-sizing: border-box;
    float: left;
    padding: 11px 0 11px 50px;
    color: #666;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    min-height: 30px;
    margin: 0;
}
.content-title .keyword {
    color: #F2856C;
}
.content-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    background: #2E2A76;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
/*三個步驟*/
.shopping-title {
    color: #343432;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.shopping-title .icon {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px 4px 0;
    font-style: unset;
    background: #2E2A76;
    color: #FFF;
    font-size: 20px;
    border-radius: 100%;
}
.shopping-title .icon::before{
    position: relative;
    font-family: 'icon-font' !important;
    left: 1px;
}
.shopping-title .icon.car::before {
    content: '\e914';
    font-size: 25px;
}
.shopping-title .icon.cart::before {
    content: '\e90a';
}
.shopping-title .icon.money {
    background: #fff;
    color: #2E2A76;
    font-size: 30px;
}
.shopping-title .icon.money::before {
    content: '\e90b';
    left: 0;
}
.shopping-title .icon.plus::before {
    content: '\e917';
    font-size: 25px;
}
.shopping-title .icon.user::before {
    content: '\e902';
}
.shopping-title .icon.box::before {
    content: '\e916';
    font-size: 25px;
}
.shopping-title .icon.notice::before {
    content: '\e915';
    font-size: 25px;
}
.shopping-title .icon.msg::before {
    content: '\e918';
    font-size: 25px;
}
/*/三個步驟*/
.btn-box {
    clear: both;
    padding-top: 40px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
/*------------ 防詐騙_warning ------------*/
.warning-sect {
    position: relative;
    box-sizing: border-box;
    padding: 150px 0 20px;
}
.warning-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 520px);
    height: calc(100% + 365px);
    background: #fff;
    z-index: -2;
    border-radius: 100%;
    box-shadow: 0 0 30px 5px rgb(46, 42, 118, 0.05);
}
.warning-sect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
}
.warning-sect .a_marquee {
    position: absolute;
    z-index: -3;
    top: -20%;
    left: 43%;
    transform: translateX(-50%);
    width: calc(100% + 600px);
}
/*------------ /防詐騙_warning ------------*/
/*------------ 2.0 新增footer上方html區塊 ------------*/
.footer-info {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}
.footer-info .follow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*------------ /2.0 新增footer上方html區塊 ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: right;
    color: #888;
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all 0.5s ease;
}
.breadcrumb li:first-child{
    font-size: 0;
}
.breadcrumb li:first-child a:before{
    content: '\e90e';
    position: relative;
    font-family: 'icon-font' !important;
    font-size: 15px;
    top: -1px;
    left: 0;
}
.breadcrumb li+li:before {
    content: '－';
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 3px;
}
.breadcrumb li a:hover {
    color: #2E2A76;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color: #888;
    padding: 15px 15px 15px 0;
    font-size: 13px;
}
.content-top .breadcrumb li:first-child {
    font-size: 13px;
}
.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: 250px;
    float: left;
}
.has-side .content {
    width: calc(100% - 295px);
    float: right;
    background: none;
}
.side-title {
    display: none;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
/* activity */
.side-nav-top {
    padding: 0 0 40px;
    margin: 0 0 20px;
}
.side-nav-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27px;
    background: url(../../images/common/s_top_pic.png) no-repeat;
    background-size: contain;
    visibility: visible;
}
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 12px 20px 12px;
    color: #2E2A76;
    font-size: 16px;
    letter-spacing: 2px;
    background: #EAE9F1;
    margin: 0 0 9px;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.side-nav-top li a:before {
    content: '\e909';
    font-family: 'icon-font' !important;
    margin-right: 2px;
}
.side-nav-top li a:hover {
    background: #2E2A76;
    color: #fff;
}
/* .side-nav-top li a:hover:before {
    background: url(../../images/common/products/star.png) no-repeat 50% 50%;
    background-size: contain;
} */
/* common */
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 11.82px 14px;
    color: #343432;
    letter-spacing: 2px;
    border-bottom: 1px solid #DBD8ED;
    margin: 0 0 5px;
    transition: all 0.5s ease;
}
.side-nav > li > a {
    font-size: 16px;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #2E2A76;
}
.side-nav ul {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #DBD8ED;
}
.side-nav ul li a {
    color: #888888;
    padding: 5px 10px 5px 30px;
    border-bottom: 0;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #2E2A76;
}
.side-nav ul li a::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #2E2A76;
    transition: all .5s ease;
    transform: scale(0);
}
.side-nav ul li a:hover:before,
.side-nav ul>li.active>a:before {
    color: #2E2A76;
    transform: scale(1);
}
.side-nav ul ul{
    padding: 5px 0;
    margin-left: 30px;
    background: rgba(255, 255, 255, 0.7);
    border: 0;
}
.side-nav ul ul li a{
    color: #878787;
}
.side-nav ul ul li a:hover,
.side-nav ul ul li.active > a {
    color: #2E2A76;
}
.side-nav ul ul li a::before {
    content: '- ';
    position: static;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    background: none;
    transform: unset;
    color: #878787;
}
.side-nav ul ul li a:hover:before,
.side-nav ul li.active ul li a:before {
    transform: unset;
}
/*------------ /side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    padding: 0;
    background: #fff;
}
.footer-top .container {
    padding-top: 15px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.site-footer .tit {
    padding: 0;
    margin: 0 0 40px;
    color: #343432;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Lato', serif;
}
.site-footer .tit i {
    font-style: unset;
    font-weight: normal;
    font-family: 'Orbitron', serif;
    padding: 0 0 0 10px;
}
.site-map {
    width: 33%;
    padding-right: 50px;
    border-right: 1px solid #DBD8ED;
    transition: all 0.5s ease;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
}
.site-map ul+ul{
    margin: 0 0 0 30px;
}
.site-map li+li{
    margin-top: 20px;
}
.site-map a {
    padding-left: 15px;
    transition: all 0.5s ease;
}
.site-map a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #2E2A76;
}
.site-map a:hover {
    color: #2E2A76;
}
.footer-top .follow {
    position: relative;
    box-sizing: border-box;
    width: 33%;
    padding: 0 50px;
    border-right: 1px solid #DBD8ED;
    transition: all 0.5s ease;
}
.site-footer .share li {
    display: block;
    margin-bottom: 16px;
}
.site-footer .share .btn {
    width: auto;
    height: auto;
    display: flex;
}
.site-footer .share .btn i {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    color: #fff;
    background: #2E2A76;
    transition: all 0.5s ease;
}
.site-footer .share .btn:hover i {
    opacity: 0.7;
} 
.site-footer .share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #2E2A76;
    font-size: 15px;
    font-family: 'Lato', serif;
    transition: all 0.5s ease;
}
.site-footer .share .btn .txt:hover {
    opacity: 0.7;
}
.site-info {
    width: 33%;
    padding-left: 50px;
}
.site-info a:hover {
    color: #2E2A76;
}
.site-info-content {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 30px;
}
.site-info-content+.site-info-content {
    padding-top: 10px;
}
.site-info-content i {
    width: 22px;
    height: 22px;
    background: #2E2A76;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    position: absolute;
    left: 0;
}
.site-info-content i::before {
    color: #fff;
}
.footer-bottom {
    text-align: center;
    color: rgba(102, 102, 102, 0.5);
    font-size: 13px;
    padding: 19px 0;
    background: url(../../images/common/bg.jpg) fixed;
}
.footer-bottom a {
    position: relative;
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}
.footer-bottom a:hover {
    color: #2E2A76;
}
.footer-bottom .copyright,
.footer-bottom .author,
.footer-bottom .share {
    margin: 0;
}
/*------------ /site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin{
    display: none;
    position: fixed;
    right: 45px;
    bottom: 9%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .gotop{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 172px;
    height: 172px;
    line-height: 172px;
    text-indent: unset;
    color: #2D2A76;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: height 0.3s ease;
    font-family: 'Lato', serif;
}
.floating .gotop::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2D2A76;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.5, 0.5);
    transform: translate(0%, 0%) scale(0.5, 0.5);
    transition: all .3s ease;
    z-index: -1;
    background: linear-gradient(100deg, #f6fae4, #e4f5fa 16%, #f2e9f5 46%, #fbfafc00 100% 100%);
}
.floating .gotop:hover:before {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(0.8, 0.8);
    transform: translate(0%, 0%) scale(0.8, 0.8);
}
.floating .gotop::after{
    content: '';
    display: block;
    position: absolute;
    width: 172px;
    height: 172px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/common/f_circle.png) no-repeat;
    background-size: contain;
    -webkit-animation: rotateAnim 10000ms linear infinite;
    animation: rotateAnim 10000ms linear infinite;
}
@-webkit-keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*2.0 新增通訊線上聊天*/
#keyreply-container {
    bottom: 80px !important;
}
/*/2.0 新增通訊線上聊天*/
/*------------ /floating ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Lato', serif;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: normal;
    padding: 0 5px;
    margin: 0;
    border-radius: 20px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    text-decoration: underline;
    color: #2E2A76;
}
.pagination li a.controls {
    padding: 0;
}
.pagination li a.controls .icon {
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 0;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    font-style: unset;
    transition: all 0.5s ease;
}
.pagination li a.prev .icon::before {
    content: '\f104';
    font-family: 'icon-font' !important;
    font-size: 20px;
    font-style: unset;
}
.pagination li a.next .icon::before {
    content: '\f105';
    font-family: 'icon-font' !important;
    font-size: 20px;
    font-style: unset;
}
.pagination li a .icon {
    background: #EAE9F1;
    color: #666;
    transition: all 0.5s ease;
}
.pagination li a.controls:hover .icon {
    background: #2E2A76;
    color: #fff;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
    transition: all 0.5s ease;
}
.page-info .form-control:focus {
    border-color: #2E2A76;
}
/*------------ /pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
/*數量*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 3;
}
.check-out .qty-box {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #777;
    background: #EAE9F1;
    border: 1px solid #EAE9F1;
    border-width: 1px 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
    transition: all 0.5s ease;
}
.qty-box .form-control:focus {
    color: #fff;
    background: #2E2A76;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border-radius: 0;
    transition: all 0.5s ease;
}
.qty-box .btn:hover {
    color: #fff;
    background: #2E2A76;
}
.qty-box .add {
    right: 0;
}
.qty-box .less {
    left: 0;
}
/*/數量*/
.table td .cart-rate{
    font-size: 13px;
    color: #878787;
    letter-spacing: 0.5px;
    font-family: 'Lato', serif;
}
/*拆單_冷凍冷藏區塊*/
.delivery-list .item.freezing .qty-box .form-control {
    color: #777;
    background: #c6eefb;
}
.delivery-list .item.freezing .qty-box .form-control:focus {
    color: #fff;
    background: #63bbd8;
}
.delivery-list .item.freezing .qty-box .btn {
    color: #90cee2;
    border: 1px solid #90cee2;
}
.delivery-list .item.freezing .qty-box .btn:hover {
    color: #fff;
    background: #50c3e8;
}
.delivery-list .item.cold .qty-box .form-control {
    color: #777;
    background: #c7f7c7;
}
.delivery-list .item.cold .qty-box .form-control:focus {
    color: #fff;
    background: #56ca5a;
}
.delivery-list .item.cold .qty-box .btn {
    color: #6aa76b;
    border: 1px solid #a5dea6;
}
.delivery-list .item.cold .qty-box .btn:hover {
    color: #fff;
    background: #84c585;
}
/*/拆單_冷凍冷藏區塊*/
/*form-control*/
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #878787;
    border-radius: 0;
    box-sizing: border-box;
    margin-bottom: 12px;
    transition: all 0.5s ease;
}
.form-control:focus {
    outline: none;
    border-color: #2E2A76;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    background-color:#fff;
    background-image:none;
}
.static-control {
    line-height: inherit;
    color: #2E2A76;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
    font-family: 'Lato', serif;
}
.form-title {
    position: relative;
    text-align: center;
    padding: 0 21px;
    width: fit-content;
    margin: 0 auto;
    color: #343432;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #2E2A76;
}
.form-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #2E2A76;
}
.form-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.form-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.form-box .row {
    margin: 0 -24px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    right: -4px;
    transform: unset;
    background: url(../../images/common/ic.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 16px;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    line-height: inherit;
    padding-left: 5px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF732F;
}
.form-box .captcha a .icon.refresh {
    width: 30px;
    height: 30px;
    background-position: -270px -32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: -300px -32px;
    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.2;
    margin-bottom: 6px;
    color: #D86868;
    font-size: 13px;
    padding: 0 5px;
}
.form-box.type2 .tips {
    min-height: 0;
}
.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: 2px 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: 16px;
    height: 16px;
    margin: 0 5px 5px 0;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
/*success*/
.success-wrap {
    border: 0;
    text-align: center;
    padding: 4% 15px;
}
.has-side .success-wrap {
    padding: 6% 15px 7%;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 600px;
    border-bottom: 1px solid #DBD8ED;
    color: #2E2A76;
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 15px;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.success-msg .icon {
    display: none;
}
.success-txt strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
}
.success-txt a {
    text-decoration: underline;
    color: #2E2A76;
    transition: all 0.5s ease;
}
.success-txt a:hover {
    opacity: 0.7;
}
/*/success*/
/*------------ /form ------------*/
/*------------ table ------------*/
.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
    font-family: 'Lato', serif;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    background: #F7F7F7;
    padding: 12px;
    text-align: center;
    font-weight: normal;
}
.table-h .align-left.info {
    max-width: 500px;
}
.table-h tbody tr {
    border-bottom: 1px solid #DBD8ED;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #2E2A76;
}
.table-v {
    border: solid #DBD8ED;
    border-width: 1px 0;
}
.table-v tr:first-child {
    background: #EAE9F1;
}
.table-v tr:nth-child(2n) {
    background: #fff;
}
.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #DBD8ED;
    font-weight: normal;
}
.table-v strong {
    color: #2E2A76;
}
/*冷藏冷凍*/
.delivery-list .freezing .table-h thead th {
    color: #777;
    background: #e3f0f5;
    padding: 12px;
}
.delivery-list .cold .table-h thead th {
    color: #777;
    background: #ebfdeb;
    padding: 12px;
}
.shopping_way.cart.inner {
    margin-bottom: -5px;
    width: auto;
    display: inline;
}
.shopping_way.cart.inner span+span {
    margin: 0 2px;
}
.shopping_way.cart.inner span {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #fbab9b;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 8px;
    width: 32%;
    letter-spacing: 1px;
}
.shopping_way.cart.inner .cold {
    background: #80dc9c;
}
.shopping_way.cart.inner .freezing {
    background: #63c7f5;
}
/*/冷藏冷凍*/
/*------------ /table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: #2E2A76;
    width: 46px;
    height: 46px;
    right: -24px;
    top: -24px;
    border-radius: 100%;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-close::before,
body .fancybox-close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 23px;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s ease;
}
body .fancybox-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .fancybox-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body .fancybox-close:hover::before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
body .fancybox-close:hover::after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 20px;
}
body .fancybox-inner {
    background: #fff;
    border-radius: 0;
    min-height: 450px;
}
body .fancybox-inner iframe body::before {
    display: none;
}
.lightbox-wrapper {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
.login-box {
    box-sizing: border-box;
    padding: 40px 30px;
    padding: 0 15px;
}
.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    min-height: 120px;
}
.lightbox-wrapper .form-group {
    line-height: 36px;
}
.lightbox-wrapper .form-control {
    height: 36px;
    line-height: 34px;
}
.lightbox-wrapper .control-label {
    display: none;
}
.login-box .notice-box {
    background: #eee;
    margin-top: 40px;
    text-align: center;
    padding: 10px 15px;
}
.login-box .notice-box .title {
    color: #1B7292;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.login-box .success-box {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.login-box .success-msg {
    background: #1B7292;
    color: #fff;
    max-width: 220px;
    margin: 0 auto 15px;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
}
.login-box .success-box + .btn-box {
    max-width: 500px;
    margin: 0 auto;
}
.arrival-box {
    position: relative;
}
.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
}
.arrival-box .pd-id {
    color: #878787;
    font-size: 13px;
    text-align: center;
    margin: 0 0 10px;
    font-family: 'Lato', serif;
}
.arrival-box .pd-name {
    border: 1px solid #DBD8ED;
    border-width: 1px 0;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
}
.arrival-notice {
    text-align: center;
    padding: 10px 0;
}
.arrival-box .btn-box {
    padding-top: 0;
}
.arrival-box .form-box {
    padding: 0;
}
/*------------ /lightbox ------------*/
/*------------ /購物時登入燈箱 ------------*/
.lightbox-wrapper.login-box.cart {
    width: 100%;
}
.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
}
.cart-login.col.col1 {
    right: 0;
}
.cart-login.col.col1 .form-box .captcha a {
    margin: 0;
}
.cart-login.col {
    border-right: 1px solid #DBD8ED;
    padding: 30px;
    margin: 40px auto;
}
.cart-login.col:nth-child(2) {
    border: none;
}
.cart-login.col.col2 {
    padding: 30px;
}
.cart-login.col.col2 .btn-box {
    padding-top: 45px;
}
.cart-login .main-title {
    color: #343432;
    font-size: 18px;
}
.cart-login .fb-login-button {
    height: 40px;
}
.cart-login .btn-box {
    padding: 0px;
}
.btn.simple.cart {
    background: #2E2A76;
    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;
    transition: all 0.5s ease;
}
.btn.simple.cart:hover {
    opacity: 0.7;
}
.btn.simple.cart2 {
    background: #2E2A76;
    color: #fff;
}
.btn.simple.cart2:hover {
    opacity: 0.7;
}
.cart.bth {
    display: block;
    width: 100%;
}
.cart_login_box .form-box.cart_txt{
    text-align: center;
}
/*------------ /購物時登入燈箱 ------------*/
/*------------ 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;
}
.abcRioButton.abcRioButtonBlue {
    margin: 5px auto;
}
/*------------ /LINE 登入按鈕 ------------*/
/*------------ mmenu ------------*/
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.mmenu-show #mobile-menu .language-menu {
    background: #2E2A76;
    color: #fff;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box ul {
    background: #2E2A76;
}
.mmenu-show #language-box ul {
    background: #2E2A76;
}
.mmenu-show #language-box li {
    border-bottom: 1px solid #2E2A76;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #B5B3E3;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #2E2A76;
    top: 15px;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #2E2A76;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed a .ic-earth {
    font-size: 24px;
    margin: 0 auto 8px;
}
.no-svg .mmenu-show #mobile-search .search-box::before,
.mmenu-show #mobile-search .search-box:before {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2E2A76;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all .5s ease;
}
.mmenu-show #mobile-fixed a{
    line-height: 40px;
}
.mmenu-show #mobile-fixed span{
    line-height: 10px;
}
.mmenu-show #mobile-fixed .toggleBtn{
    line-height: 30px;
    height: 40px;
}
.mmenu-show #mobile-fixed .btn.fancybox-login{
    line-height: 40px;
    height: 40px;
}
.mmenu-show #mobile-search.active,
.mmenu-show #member-box,
.mmenu-show #language-box{
    top: 40px;
}
.mmenu-show .side-nav-top::before {
    display: none;
}
.mmenu-show #mobile-menu .side-nav-top > li > a {
    margin: 0;
    font-size: 15px;
}
.mmenu-show #mobile-menu .share-menu {
    background: #2E2A76;
}
.mmenu-show #mobile-menu .share .btn .txt{
    font-size: 0;
}
.mmenu-show #mobile-menu .share .btn {
    display: block;
    color: #fff;
}
.mmenu-show #mobile-menu .menu li a>span {
    display: none;
}
.mmenu-show #mobile-menu .side-nav > li > a,
.mmenu-show #mobile-menu .content-nav > li > a {
    font-size: 15px;
    font-weight: normal;
}
.mmenu-show #mobile-fixed .qty {
    background: #D86868;
    font-family: 'Lato', serif;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
}
.mmenu-show #mobile-menu .side-nav > li,
.mmenu-show #mobile-menu .content-nav > li {
    border: 0;
}
.mmenu-show #mobile-menu .side-nav ul,
.mmenu-show #mobile-menu .content-nav ul {
    padding: 10px 0;
}
.mmenu-show #mobile-menu .side-nav ul ul {
    padding: 0;
}
.mmenu-show #mobile-menu .side-nav ul ul li a {
    padding: 8px 15px;
}
.mmenu-show #mobile-menu .side-nav ul li a:hover:before,
.mmenu-show #mobile-menu .side-nav ul>li.active>a:before {
    display: none;
}
.mmenu-show #mobile-menu .side-nav ul ul li a::before {
    display: none;
}
.mmenu-show #mobile-menu .menu li:nth-of-type(2) {
    display: none;
}
/*------------ /mmenu ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    /*------------ site-header 1440 ------------*/
    .top-nav {
        right: 200px;
    }
    .site-header .search-box {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .site-nav .menu>li,
    .header-fixed .site-nav .menu>li {
        padding: 0 15px;
    }
    /*------------ /site-header 1440 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .wrapper {
        padding-top: 135px;
    }
    .site-title .logo {
        width: 150px;
        height: 90px;
    }
    .site-nav .menu>li,
    .header-fixed .site-nav .menu>li {
        padding: 0 10px;
    }
    .site-nav .menu>li>a {
        font-size: 15px;
    }
    .site-nav .menu>li+li::before {
        left: -3.5px;
    }
    .site-nav {
        padding-top: 75px;
        padding-left: 15px;
    }
    .header-fixed .site-nav .menu>li>a {
        padding: 26px 0;
    }
    /*------------ /site-header 1280 ------------*/
    /*------------ site-main 1280 ------------*/
    .side {
        width: 220px;
    }
    .has-side .content {
        width: calc(100% - 265px);
    }
    .breadcrumb {
        padding: 5px;
    }
    /*------------ /site-main 1280 ------------*/
    /*------------ warning-sect 1280 ------------*/
    .warning-sect .a_marquee {
        top: -183px;
    }
    .warning-sect::before {
        width: calc(100% + 700px);
        height: calc(100% + 365px);
    }
    /*------------ /warning-sect 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    /*------------ site-header 1200 ------------*/
    .header-fixed .func-menu>li>a {
        padding: 0;
    }
    .func-menu>li.gocart .tol_circle {
        margin: 0 5px 0 0;
    }
    /*------------ /site-header 1200 ------------*/
    /*------------ footer 1200 ------------*/
    .warning-sect {
        padding: 90px 0 20px;
    }
    .warning-sect .a_marquee {
        top: -225px;
    }
    .site-map ul+ul {
        margin: 0 0 0 20px;
    }
    /*------------ /footer 1200 ------------*/
}
@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    body{
        font-size: 14px;
        background: #fff;
    }
    .site-header,
    .header-fixed .site-header {
        position: relative;
        width: 100%;
    }
    .site-title {
        float: none;
        text-align: center;
        padding: 10px 0;
    }
    .site-title .logo {
        width: 100px;
        height: 60px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .header-fixed {
        padding-top: 0;
    }
    .header-fixed .site-header {
        position: static;
    }
    .header-fixed .site-header::before {
        display: none;
    }
    /*------------ /site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 18px;
        padding: 15px 0;
    }
    .main-title span {
        font-size: 20px;
        padding-right: 14px;
        margin-right: 14px;
    }
    .main-title span::before {
        width: 4px;
        height: 4px;
    }
    .content-title {
        font-size: 16px;
        margin: 0;
        padding: 10px 0 10px 40px;
    }
    .content-title:before {
        width: 5px;
        height: 5px;
    }
    .main-content {
        padding: 15px 0 30px;
    }
    .warning-sect .a_marquee,
    .warning-sect::after {
        display: none;
    }
    .content-top .breadcrumb {
        display: none;
    }
    /*------------ /site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ /side 1000 ------------*/
    /*------------ footer 1000 ------------*/
    .site-map,
    .footer-bottom .share {
        display: none;
    }
    .warning-sect {
        padding: 25px 0;
    }
    .warning-sect::before {
        display: none;
    }
    .footer-info {
        padding: 0 0 20px;
    }
    .footer-top .follow {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .site-info {
        width: 100%;
        padding: 0;
        max-width: 230px;
        margin: 0 auto;
    }
    .footer-top .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-top {
        padding: 15px 0 30px;
    }
    .footer-bottom {
        padding: 15px 0 35px;
        background: #EFEEF9;
    }
    .footer-bottom .copyright,
    .footer-bottom .author,
    .footer-bottom .share {
        margin: 0;
    }
    /*------------ /footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg');
    }
    .floating .gotop::before,
    .floating .gotop::after {
        display: none;
    }
    /*2.0 新增通訊線上聊天*/
    #keyreply-container {
        bottom: 0 !important;
    }
    /*/2.0 新增通訊線上聊天*/
    /*------------ /floating 1000 ------------*/
    /*------------ share 1000 ------------*/
    .share-link button,
    .share-link a {
        width: 25px;
        height: 25px;
        font-size: 12px;
        line-height: 20px;
    }
    .share-link .ic-sharewhatsapp,
    .share-link .ic-shareweibo {
        line-height: 2em;
        width: 20px;
    }
    .btn-box {
        padding-top: 20px;
    }
    .main-content::before {
        display: none;
    }
    /*------------ /share 1000 ------------*/
    /*------------ form 1000 ------------*/
    .form-box .form-group {
        padding: 2px 0 0;
        line-height: 26px;
    }
    .form-box .tips {
        font-size: 12px;
    }
    .has-side .success-wrap {
        padding: 1% 15px;
    }
    .success-msg {
        padding: 1px 0;
        line-height: 1.5;
        margin: 0 auto 5px;
    }
    .success-box {
        font-size: 14px;
    }
    .content {
        min-height: 200px;
    }
    /*------------ /form 1000 ------------*/
    /*------------ 燈箱 1000 ------------*/
    .lightbox-wrapper .main-title {
        display: block;
    }
    .cart-login .main-title {
        position: relative;
        text-align: center;
        padding: 0 20px;
        width: fit-content;
        margin: 0 auto 30px;
        color: #343432;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cart-login .main-title::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #2E2A76;
    }
    .cart-login .main-title::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #2E2A76;
    }
    /*------------ /燈箱 1000 ------------*/
    /*------------ table 1000 ------------*/
    .table-h td {
        min-width: 40px;
    } 
    .table-h td {
        padding: 0;
        line-height: 1.5;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .sum-table tr {
        padding: 5px;
        font-size: 14px;
    }
    .sum-table tr:last-child td:last-child {
        font-size: 14px;
    }
    /*------------ /table 1000 ------------*/
    .payment-box .shopping-title {
        float: left;
        margin: 5px;
        font-size: 14px;
    }
    .form-box .name .radio-box {
        line-height: 30px;
        font-size: 12px;
    }
    .shopping-form .form-box .form-control {
        margin: 0;
    }
    .success-wrap {
        padding: 1% 15px;
    }
    .success-box .order-id {
        font-size: 13px;
        line-height: 1;
        padding: 5px 16px;
        margin: 0.3em auto;
    }
    .shopping-title,
    .payment-box .shopping-title {
        font-size: 17px;
        letter-spacing:0.1em;
        margin-bottom: 0px;
    }
    .sum-table .form-control {
        height: 28px;
    }
    /*------------ btn 1000 ------------*/
    .btn.back,
    .btn.simple,
    .btn.normal {
        width: 40%;
        font-size: 14px;
    }
    /*------------ /btn 1000 ------------*/
}
@media screen and (max-width: 850px) {
    /*------------ 隱私權政策 850 ------------*/
    .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;
    }
    /*------------ /隱私權政策 850 ------------*/
}
@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .content-title {
        float: none;
    }
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ /site_main 767 ------------*/
    /*------------ footer 767 ------------*/
    .footer-bottom .container {
        padding: 0 55px;
    }
    /*------------ /footer 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: -28px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ /pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    /*------------ /form 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;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
    .success-msg {
        font-size: 16px;
    }
    /*------------ /table 767 ------------*/
}
@media screen and (max-width: 660px) {
    /*------------ 購物登入燈箱 660 ------------*/
    .cart-login.col {
        width: 100%;
        clear: both;
        padding: 10px;
    }
    .cart-login.col {
        border-right: none;
    }
    .cart-login.col.col1 {
        right: 0px;
        padding: 0;
    }
    .cart-login.col + .col {
        border-top: 1px solid #DBD8ED;
        border-left: none;
        padding: 40px 0;
        margin: 0 auto;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 10px;
    }
    body .fancybox-close {
        right: 0;
    }
    /*------------ 購物登入燈箱 660 ------------*/
    .btn.normal {
        text-align: center;
    }
    .login-box .form-box {
        min-height: 0px;
    }
}
@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .cart_login_box .lightbox-wrapper {
        padding: 15px 20px;
    }
    .cart_login_box .cart-login .main-title {
        font-size: 14px;
    }
    body .fancybox-inner {
        min-height:480px;
    }
    body .fancybox-skin {
        margin-top: 0px;
    }
    .lightbox-wrapper .form-control {
        height: 26px;
        line-height: 24px;
    }
    .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 {
        background: #EDFAFA;
        border: 0;
    }
    /*------------ /table 500 ------------*/
    /*------------ 購物登入燈箱 500 ------------*/
    .btn.simple .icon {
        display: none;
    }
    .btn.normal .icon {
        display: none;
    }
    .success-wrap .btn.normal {
        min-width: 50px;
        line-height: 28px;
    }
    /*------------ /購物登入燈箱 500 ------------*/
}
@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 ------------*/
}