@charset 'utf-8';
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Noto Sans TC", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/*------------ basic ------------*/
body {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}

/*------------ / basic ------------*/
@keyframes upanddown1 {
    0%{
        top:calc(0% - 40px);
    }
    50%{
        top:calc(0% - 0px);
    }
    100%{
        top:calc(0% - 40px);
    }
}
@keyframes upanddown2 {
    0%{
        top:calc(0% - 45px);
    }
    50%{
        top:calc(0% - 0px);
    }
    100%{
        top:calc(0% - 45px);
    }
}
@keyframes upanddown2_m {
    0%{
        top:calc(20% - 45px);
    }
    50%{
        top:calc(20% - 0px);
    }
    100%{
        top:calc(20% - 45px);
    }
}
@keyframes upanddown3 {
    0%{
        top:calc(64.5% - 50px);
    }
    50%{
        top:calc(64.5% - 0px);
    }
    100%{
        top:calc(64.5% - 50px);
    }
}
@keyframes upanddown3_m {
    0%{
        top:calc(47.5% - 25px);
    }
    50%{
        top:calc(47.5% - 0px);
    }
    100%{
        top:calc(47.5% - 25px);
    }
}
@keyframes sparkle {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

@keyframes arrowLeft {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
/*------------ icon ------------*/

.icon {
    background-image: url('../../images/common/icons.png');
}
.icon.require {
    width: 20px;
    height: 20px;
    background-position: -200px -87px;
    margin-bottom: 4px;
}


/*------------ / icon ------------*/
.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.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
/*--- 最上方 ---*/


.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 #D59387;
}
.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:#EE7700;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*--- END ---*/

/*------------ btn ------------*/

.share .btn {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    color: rgba(102,102,102,.6);
}

.share .btn:hover {
    border-color: #EE7700;
    background: #EE7700;
    color: #FFFFFF;
}

.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;
}

/******** 2.0 新增詳細頁社群分享按鈕 ********/

.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    background: #AAAAAA;
    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: #39A0CE;
    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;
}


/******** 2.0 新增詳細頁社群分享按鈕 ********/

.ibtn.fb-fans-page {
    width: 100px;
    height:100px;
    box-sizing: content-box;
    opacity: 1;
    text-indent: 0;
    transition: all .3s ease;
    margin-left: 15px;
}

.ibtn.fb-fans-page:hover {
    opacity: .6;
}

.ibtn.back {
    position: relative;
    box-sizing: border-box;
    width: 250px;
    height: 45px;
    display: flex;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    letter-spacing: 0.05em;
    background: #FBBF2B;
    z-index: 2;
    overflow: hidden;
    justify-content: center;
    padding-right: 0px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-indent: 0;
    transition: all .3s ease-in-out;
}
.ibtn.back:hover{
    background: #EE7700;
}
.ibtn.back::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto 0;
    width: 27px;
    height: 10px;
    background: url('../../images/common/index/more_ic.png') center no-repeat;
    z-index: 2;
}
.ibtn.back:hover:after{
    -webkit-animation: arrowLeft 1s ease-in-out both infinite;
    animation: arrowLeft 1s ease-in-out both infinite;
}
.ibtn.more {
    position: relative;
    display: flex;
    align-items: center;
    width: 148px;
    height: 60px;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 60px;
    text-indent: 0;
    justify-content: space-between;
    transition: all .4s ease;
    z-index: 5;
}
.ibtn.more:hover{
    color: #EE7700;
}
.ibtn.more .more_ic{
    position: relative;
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: #FBBF2B;
    border-radius: 100%;
    overflow: hidden;
    transition: all .4s ease;
    z-index: 2;
}
.ibtn.more .more_ic::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 27px;
    height: 10px;
    background: url('../../images/common/index/more_ic.png') center no-repeat;
    z-index: 2;
}
.ibtn.more .more_ic::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 0%;
    background: #EE7700;
    border-radius: 100%;
    transition: all .4s ease;
}
.ibtn.more:hover .more_ic::before{
    width: 100%;
    height: 100%;
}
.btn.simple {
    background: #FBBF2B;
    max-width: 250px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 45px;
    border-radius: 30px;
    position: relative;
    margin: 0 8px 10px;
}

.btn.simple:hover {
    background: #ED7700;
}
.btn.simple::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto 0;
    width: 27px;
    height: 10px;
    background: url('../../images/common/index/more_ic.png') center no-repeat;
    z-index: 2;
}
.btn.simple:hover:after{
    -webkit-animation: arrowLeft 1s ease-in-out both infinite;
    animation: arrowLeft 1s ease-in-out both infinite;
}
.btn.simple.bg2 {
    background: #FBBF2B;
}

.btn.simple.bg2:hover {
    background: #ED7700;
}

.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    display: none;
}

.btn.simple .icon.arrowL {
    background-position: -160px -87px;
    left: 10px;
}

.btn.simple .icon.arrowR {
    background-position: -180px -87px;
    right: 10px;
}

.btn.simple .icon.check {
    background-position: 0 -87px;
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
}

.btn.simple .icon.money {
    background-position: 0 -62px;
    width: 25px;
    height: 25px;
    margin: 0 8px 4px 0;
}

.btn.normal {
    color: #666;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    min-width: 120px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0 2px 10px;
    transition: all .2s ease ;
}

.btn.normal:hover {
    border-color: #EE7700;
}

.btn.normal .icon {
    width: 32px;
    height: 32px;
    margin: 0 4px 3px 0;
}

.btn.normal .icon.home {
    background-position: 0 0;
}

.btn.normal .icon.cart {
    background-position: -32px 0;
}

.btn.normal .icon.cart2 {
    background-position: -64px 0;
}

.btn.normal .icon.order {
    background-position: -96px 0;
}

.btn.normal .icon.money {
    background-position: -128px 0;
}

.btn.normal .icon.order.other {
    background-position: -64px 0;
}

.btn.pure {
    color: #666666;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0 5px 20px;
    text-decoration: underline;
}

.btn.pure:hover {
    color: #EE7700;
    text-decoration: none;
}


/*------------ 繼續結帳按鈕 ------------*/

.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;
    }
}


/*------------ 繼續結帳按鈕end ------------*/


/*------------ / btn ------------*/


/*------------ site_header ------------*/
.wrapper{
    background: url('../../images/common/bg.jpg') center repeat;
}
.site-header {
    border-top: 3px solid #FBBF2B;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #FFFFFF;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 62px 0 14px;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 449px;
    height: 70px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 5px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .icon {
    width: 20px;
    height: 20px;
    margin: 0 0;
    margin-right: 12px;
}

.top-nav .icon.lock {
    width: 46px;
    height: 46px;
    border: 2px solid #E3E3E3;
    border-radius: 100%;
    background: #FFFFFF url('../../images/common/lock_ic.png') 50% 48% no-repeat;
    transition: all .3s ease;
}
.top-nav a:hover .icon.lock {
    border: 2px solid #EE7700;
    background: #EE7700 url('../../images/common/lock_ic_.png') 50% 48% no-repeat;
}
.top-nav .icon.order {
    background-position: -100px -107px;
}

.top-nav .icon.money {
    background-position: -120px -87px;
}

.top-nav .icon.cart {
    position: relative;
    background-position: -20px -107px;
    width: 24px;
    height: 20px;
    margin-right: 4px;
    top: -4px;
}

.top-nav a:hover .icon.cart,
.top-nav li.active a .icon.cart {
    background-position: -20px -127px;
}

.func-menu > li+li:before {
    display: none;
}

.func-menu > li > a {
    color: #353535;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 48px;
    padding: 0 0;
    transition: all .3s ease;
}

.func-menu > li:nth-child(1){
    margin-right: 15px;
}
.func-menu > li:nth-child(2){
    display: none;
}
.func-menu > li > a:hover {
    color: #EE7700;
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu > li.gocart::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
    background: #FBBF2B;
    border-radius: 0 0 10px 10px;
    z-index: -1;
}

.func-menu > li.gocart > a {
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.035em;
    border:none;
    padding: 2px 25px 0;
    margin: 0 ;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
}

.func-menu > li.gocart.active > a,
.func-menu > li.gocart > a:hover {
    text-decoration: none;
}

.func-menu > li.gocart .title {
    font-size: 16px;
    font-weight: normal;
    font-family:  "Montserrat" , "Noto Sans TC" , sans-serif;
}
.func-menu > li.gocart > a > b{
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #FFFFFF;
    border-radius: 100%;
    font-size: 14px;
    letter-spacing: 0.035em;
    font-weight: 500;
    color: #EE7700;
    text-align: center;
    font-family:  "Montserrat" , "Noto Sans TC" , sans-serif;
    margin: 0 6px 0 4px;
    top: -2px;
}

.func-menu > li.gocart.active > a .title,
.func-menu > li.gocart > a:hover .title {
    color: #EE7700;
}

.func-menu > li.gocart .price {
    letter-spacing: 0.035em;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    left: 10px;
    right: -66px;
    top: 100%;
    border: 2px solid #FBBF2B;
    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: #FBBF2B;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.func-menu .cart-box .btn:hover {
    background: #EE7700;
}

.func-menu .cart-box .btn .icon {
    background-position: -180px -87px;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li+li {
    border-top: 1px solid #E3E3E3;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list a:hover {

}

.func-menu .cart-list .pic {
    float: left;
    width: 80px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .2s ease;
}
.func-menu .cart-list .pic img{
    transform: scale(1);
    transition: all .3s ease;
}
.func-menu .cart-list a:hover .pic img {
    transform: scale(1.2);
}

.func-menu .cart-list .txt {
    margin-left: 90px;
    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;
    letter-spacing: 0.05em;
    transition: all .2s ease;
}

.func-menu .cart-list a:hover .name {
    text-decoration: underline;
    color: #EE7700;
}

.func-menu .cart-list .qty {
    color: #ED7700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.035em;
}

.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: #ED7700;
}

.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;
        transition: all .2s ease;
}
.func-menu .gomember a:hover{
    color:  #EE7700;
}
.func-menu .gomember .ic {
    font-size: 20px;
    color: #333;
    position: relative;
    top: 0;
    line-height: 44px;
    text-align: center;
    width: 46px;
    height: 46px;
        border: 2px solid #E3E3E3;
    border-radius: 100%;
    text-indent: 2px;
    margin-right: 12px;
    transition: all .2s ease;
}
.func-menu .gomember a:hover .ic{
    border-color: #EE7700;
    background: #EE7700;
    color: #FFFFFF;
}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: -20px;
    top: 100%;
    border: 2px solid #FBBF2B;
    background: #fff;
    padding: 1px;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .gomember-list {
    padding: 4px 0;
}

.func-menu .gomember-list li+li {
    border-top: 1px solid #e3e3e3;
}

.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 3px 0;
}

.func-menu .gomember-list a:hover {
    color: #EE7700;
}

.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 .login-out-fixed {
    color: #FBBF2B;
}

.func-menu .gomember-list .login-out-fixed a:hover {
    color: #EE7700;
}


/************************/

.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: #ED7700;
    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;
    padding-top: 82px;
    text-align: right;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    text-align: center;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
    line-height: 1.2;
}

.site-nav .menu > li {
    padding: 0 0;
    width: fit-content;
}
.site-nav .menu > li + li{
    margin-left: 26px;
}
.site-nav .menu > li > a {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.14em;
    padding: 5px 5px;
    transition: all .3s ease;
}
.site-nav .menu > li .contact_color {
    color: #c20d09;
}
.mmenu-show #mobile-menu .menu li .contact_color,
.mmenu-show #mobile-menu .menu li .contact_color:hover,
.mmenu-show #mobile-menu .menu li.active > .contact_color{
    color: #c20d09;
}

.site-nav .menu > li > a::before{
    position: absolute;
    content: '';
    display: block;
    background: #F7B500;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    left: -17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.site-nav .menu > li:first-child > a::before{
    display: none;
}

.site-nav .menu > li:nth-child(n) > a:hover,
.site-nav .menu > li:nth-child(n).active > a {
    color: #ED7700;
}

.site-nav .menu li ul {
    display: none;
}

.site-header .search-box {
    position: absolute;
    width: 180px;
    box-sizing: border-box;
    margin: 0;
    right: 395px;
    top: 7px;
}

.site-header .search-box .form-control {
    box-sizing: border-box;
    border: 2px solid #E3E3E3;
    color: #767676;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 40px 0 15px;
    border-radius: 30px;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
.site-header .search-box .form-control:focus {
}
.site-header .search-box .form-control{
    background:none;
}
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 9px;
}

/********** **************/

.header-fixed {
    padding-top: 242px;
}

.header-fixed .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 321px;
    height: 50px;
}
.header-fixed .site-nav {
    padding-top: 10px;
    text-align: left;
    margin-left: 341px;
}

.header-fixed .site-nav .menu > li > a {
    height: auto;
    padding: 12px 0;
    margin-top: 0px;
    border-radius: 0px;
}

.header-fixed .site-nav .menu > li {
    padding: 0px;
    margin-left: 20px;
}
.header-fixed .site-nav .menu > li:first-child{
    margin-left: 0;
}
.header-fixed .site-header .search-box {
    display: none;
}

.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

/* 新增功能隱藏*/
.site-nav .menu .new_menu{
    display:none;
}

/*
.header-fixed .top-nav {
    position: absolute;
    z-index: 10;
    right:0px;
    top: 15px;
}
*/

.header-fixed .top-nav .language {
    display: none;
}

.header-fixed .top-nav {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 15px;
    text-align: right;
}

.header-fixed .func-menu > li.gocart {
    display: block;
    position: relative;
    float: none;
}
.header-fixed  .func-menu > li.gocart::after{
    top: -8px;
}
.header-fixed .func-menu .cart-box {
    right: 0;
    left: auto;
    width: 300px;
}

.header-fixed .func-menu .cart-list .txt {
    text-align: left;
}


/*
.header-fixed .func-menu > li.gocart{
    float:left;
    position:absolute;
}
.header-fixed .func-menu > li.gocart > a {
    border-bottom:none;
    margin: auto;
}
*/

.header-fixed .func-menu.list-inline {
    margin: 0px 0px;
    padding: 0px;
    position: relative;
    display: inline-flex;
}
.header-fixed .func-menu > li:nth-child(1) {
    margin-right: 15px;
    display: none;
}
.header-fixed .func-menu .cart-box {
    margin: 0px 0;
}

.header-fixed .func-menu .cart-box:before {
    content: '';
    display: block;
    width: 20px;
    height: 60px;
    position: absolute;
    top: 20px;
    bottom: 0;
}


/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
    background: #FFFFFF;
}
.banner img {
    border-radius: 15px;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
.banner:before {
    content: '';
    display: block;
    background: url(../../images/common/banner_bg.png) top center repeat-x;
    height: 191px;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top .container {
    max-width: 1440px;
    padding: 0;
}

.main-title {
    color: #444;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-align: center;
    padding: 22px 0 42px;
    margin: 0;
}

.has-side .main-title {
    background: none;
    padding-bottom: 42px;
}

.main-title span {
    display: block;
    color: #EE7700;
    font-family: 'Lily Script One', cursive;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.main-content {
    padding: 0px 0 110px;
}

.has-side .main-content {
    padding-top: 0;
}
.main-content .container{
    box-sizing: border-box;
    position: relative;
    padding: 60px 50px 105px;
    background: #FFFFFF;
    border-radius: 60px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    padding: 0 0 11px 0px;
    margin: 0 0 44px 0px;
    overflow: hidden;
    border-bottom: 2px solid #E3E3E3;
}

.content-title {
    position: relative;
    display: flex;
    padding: 0;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.05em;
    min-height: inherit;
    float: left;
    margin: 0;
    align-items: center;
}

.content-title .keyword {
    color: #ED7700;
}

.content-title:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/content_title_ic.png') no-repeat;
    width: 44px;
    height: 43px;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 15px;
}

.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.shopping-title .icon {
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}

.shopping-title .icon.car {
    background-position: 0 -32px;
}

.shopping-title .icon.cart {
    background-position: -30px -32px;
}

.shopping-title .icon.money {
    background-position: -60px -32px;
}

.shopping-title .icon.plus {
    background-position: -90px -32px;
}

.shopping-title .icon.user {
    background-position: -120px -32px;
}

.shopping-title .icon.box {
    background-position: -150px -32px;
}

.shopping-title .icon.notice {
    background-position: -180px -32px;
}

.shopping-title .icon.msg {
    background-position: -210px -32px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}


/******** 2.0 新增footer上方html區塊 ********/

.footer-info {
    padding:0;
}


/******** 2.0 新增footer上方html區塊 ********/

.warning-sect {
    position: relative;
    background: url('../../images/common/warning_bg.jpg') center no-repeat;
    z-index: 5;
    background-attachment: fixed;
}

.warning-sect .container{

}
.warning-sect .editor{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
/*------------ / site_main ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    background: transparent;
    text-align: right;
    color: #666666;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 10px 15px;
    margin: 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '│';
}

.breadcrumb li:first-child a:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/breadcrumb_home.png') no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-bottom: 1px;
}

.breadcrumb li:first-child a:hover:before {
    background-position: 0 100%;
}

.breadcrumb li a:hover {
    color: #ED7700;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '│';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 220px;
    float: left;
}

.has-side .content {
    width: calc(100% - 300px);
    float: right;
    background: none;
}

.side-title {
    display: none;
}

.side-nav,
.side-nav-top {
    position: relative;
    padding-bottom: 15px;
    font-size: 16px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.2;
    padding: 11px 36px 11px 20px;
}

.side-nav > li {
    padding: 0px 0;
}
.side-nav > li+li{
    margin-top: 13px;
}
.side-nav > li > a {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #E3E3E3;
    border-radius: 30px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    transition: all .2s ease;
}
.side-nav > li > a::before{
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url('../../images/common/side_a_ic.png') no-repeat;
    transition: all .2s ease;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    background: url('../../images/common/side_a_ic_.png') no-repeat;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: #F7B500;
    border-color: #F7B500;
    color: #FFFFFF;
}

.side-nav ul {
    display: none;
    padding-top: 8px;
    padding-bottom: 12px;
}

.side-nav ul li a {
    position: relative;
    color: #878787;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 6px 20px;
    transition: all .2s ease;
}
.side-nav ul li a::before{
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #CCCCCC;
    transition: all .2s ease;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before {
    background: #F7B500;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #F7B500;
}

.side-nav-top > li > a {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #ED7700;
    background: transparent;
    border-radius: 30px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    padding: 11px 20px;
    transition: all .2s ease;
}


.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    background: #ED7700;
    color: #FFF;
}


/*------------ / side ------------*/


/*------------ site_footer ------------*/

.site-footer {
    position: relative;
    box-sizing: border-box;
    background: url('../../images/common/bg.jpg') repeat;
}

.footer-top .container {
    padding: 0 15px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.site-info {
    position: relative;
    box-sizing: border-box;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    min-height: 48px;
    order: 1;
    align-items: center;
    border-bottom: 1px solid rgba(248,191,51,.2);
    padding: 62px 0 32px;
    margin: 0;
}
.site-info::before{
    position: relative;
    content: '';
    display: inline-block;
    width: 347px;
    height: 54px;
    background: url('../../images/common/footer_logo.png') center no-repeat;
    margin: auto 0;
    margin-right: 70px;
}
.site-info ul{
    position: relative;
    display: flex;
    align-items: baseline;
}
.site-info a{
    transition: all .3s ease;
}
.site-info a:hover {
    color: #F9BF2B;
}
.site-info-content{
    position: relative;
    display: flex;
    align-items: center;
}
.site-info-content+.site-info-content{
    margin-left: 20px;
}
.site-info-content i{
    position: relative;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #E3E3E3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 8px;
    transition: all .3s ease;
}
.site-info-content:hover i{
    border: 2px solid #EE7700;
}
.site-info-content i.ic_tel{
    background: url('../../images/common/footer_tel_ic.png') center no-repeat;
}
.site-info-content i.ic_fax{
    background: url('../../images/common/footer_fax_ic.png') center no-repeat;
}
.site-info-content i.ic_mail{
    background: url('../../images/common/footer_mail_ic.png') center no-repeat;
}
.site-info-content i.ic_map{
    background: url('../../images/common/footer_add_ic.png') center no-repeat;
}
.site-info-content:hover i.ic_tel{
    background: #EE7700 url('../../images/common/footer_tel_ic_.png') center no-repeat;
}
.site-info-content:hover i.ic_fax{
    background: #EE7700 url('../../images/common/footer_fax_ic_.png') center no-repeat;
}
.site-info-content:hover i.ic_mail{
    background: #EE7700 url('../../images/common/footer_mail_ic_.png') center no-repeat;
}
.site-info-content:hover i.ic_map{
    background: #EE7700 url('../../images/common/footer_add_ic_.png') center no-repeat;
}
.site-map {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin:0;
    line-height: 2;
    padding: 34px 0 60px;
    order: 2;
}
.site-map ul {
    display: flex;
    vertical-align: top;
    text-align: left;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition: all .3s ease;
}
.site-map li {
    padding: 0;
    margin-right: 25px;
}
.site-map a:hover {
    color: #F9BF2B;
}
.site-follow{
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    order: 3;
    width: fit-content;
    margin-left: auto;
    right: 15px;
    bottom: 30px;
}
.follow {
    float: right;
    letter-spacing: 6px;
}

.follow > * {
    display: inline-block;
    vertical-align: top;
}

.footer-bottom {
    background: transparent;
    text-align:center;
    color: rgba(102,102,102,.5);
    font-size: 13px;
    font-weight: normal;
    ;letter-spacing: 0.05em;
    padding: 24px 0;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .copyright,
.footer-bottom .author,
.footer-bottom .share {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 30%;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
    width: 65px;
    height: 66px;
    transform: scale(1);
    transition: all .3s ease;
}

.floating .ibtn.gotop:hover {
    transform: scale(1.1);
}


/******** 2.0 新增通訊線上聊天 ********/

#keyreply-container {
    bottom: 80px !important;
}


/******** 2.0 新增通訊線上聊天 ********/


/*------------ / floating ------------*/


/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #868686;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 20px;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    text-decoration: underline;
    color: #ED7700;
}

.pagination li a.controls {
    padding: 0;
}

.pagination li a.controls .icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    margin-bottom: 2px;
}

.pagination li a.prev .icon {
    background-position: -25px -62px;
    background-color: #FBBF2B;
}

.pagination li a.next .icon {
    background-position: -50px -62px;
    background-color: #FBBF2B;
}

.pagination li a.controls:hover .icon {
    background-color: #EE7700;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 8px;
}

.page-info .form-control:focus {
    border-color: #EE7700;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px;
}
.reminder span{
    color: #c20d09;
}
.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: 0px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #6d6d6d;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    color: #fff;
    background-color: #FBBF2B;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    border: 1px solid #b5b5b5;
    color: #6d6d6d;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border-radius: 0px;
}

.qty-box .btn:hover {
    color: #fff;
    background: #EE7700;
}

.qty-box .add {
    right: 0;
}

.qty-box .less {
    left: 0;
}
.table td .cart-rate{
    font-size: 10px;
    color:#a9a9a9;
    letter-spacing: 0.5px;
}


/************ 冷凍冷藏區塊 ************/

.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 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #878787;
    color: #666666;
    font-size: 15px;
    border-radius: 0;
    box-sizing: border-box;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    /*  appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    */
}

.form-control:focus {
    outline: none;
    border-color: #EE7700;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
      background-color:#fff;
     background-image:none;
}

.static-control {
    line-height: inherit;
    color: #FBBF2B;
    font-weight: 600;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0 5px;
}

.form-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.2;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ED7700;
    text-align: center;
}

.form-wrap {
    border:none;
    max-width: 1000px;
    margin: 0 auto;
    background: transparent;
    border-radius: 20px;
    padding:10px 0;
}

.form-wrap .btn-box {
    padding: 15px 15px 45px;
}

.form-box {
    max-width: 830px;
    margin: 0 auto;
    padding: 30px;
}

.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: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/icons.png') -200px -87px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 0 6px 4px;
}

.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 2.6;
    font-weight: normal;
    letter-spacing: 0.05em;
    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: #EE7700;
    font-size: 14px;
    letter-spacing: 0.05em;
    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;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.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: 20px;
    height: 20px;
    margin: 0 6px 4px 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-wrap {
    border:none;
    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 #e3e3e3;
    color: #EE7700;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}

.success-msg .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
}

.success-msg .icon.check {
    background-position: -192px 0;
}

.success-msg .icon.user {
    background-position: -224px 0;
}

.success-msg .icon.mail {
    background-position: -256px 0;
}

.success-msg .icon.file {
    background-position: -288px 0;
}

.success-msg .icon.lock {
    background-position: -320px 0;
}

.success-msg .icon.user-white {
    background-position: -352px 0;
}

.success-txt strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
}

.success-txt a {
    text-decoration: underline;
    color: #ED7700;
}

.success-txt a:hover {
    text-decoration: none;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead th {
    color: #777;
    background: #eee;
    padding: 12px;
    text-align: center;
}

.table-h .align-left.info {
    max-width: 500px;
}

.table-h tbody tr {
    border-bottom: 1px solid #bbb;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #EC4724;
}

.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}

.table-v tr:first-child {
    background: #FAFAFA;
}

.table-v tr:nth-child(2n) {
    background: #FEF6D2;
}

.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ccc;
}

.table-v strong {
    color: #EE7700;
}


/**************** 冷藏冷凍 *******************/

.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: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: 20px;
    top: -20px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #e3e3e3;
    border-radius: 0;
    margin-top: 20px;
    border-radius: 20px;
}

body .fancybox-inner {
    background: #fff;
    border-radius: 20px;
    min-height: 450px;
    /* overflow: hidden !important; */
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box {
    padding: 40px 30px;
}

.lightbox-wrapper .main-title {
    background: none;
}

.lightbox-wrapper .main-title span {
    font-size: 50px;
}

.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 solid #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;
    padding: 60px 40px 50px;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
}

.arrival-box .pd-name {
    border: 1px solid #FBBF2B;
    border-width: 1px 0;
    color: #1B7292;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
}

.arrival-notice {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}


/*------------ / lightbox ------------*/


/*------------ / 購物時登入燈箱 ------------*/
   

.lightbox-wrapper.login-box.cart {
    /* width: 100%; */
}


.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}


.cart-login.col.col1 {
    right: 10px;
}

.cart-login.col.col1 .form-box .captcha a {
    margin: 0px;
}

.cart-login.col {
    border-right: 1px solid #dadada;
    padding: 0 10px;
}


.cart-login.col:nth-child(2) {
    border: none;
}

.cart-login.col.col2 .btn-box {
    padding-top: 65px;
}

.cart-login .main-title {
    color: #404040;
    font-size: 18px;
    padding: 10px 0 25px;
}

.cart-login .fb-login-button {
    height: 40px;
}

.cart-login .btn-box {
    padding: 0px;
}

.btn.simple.cart {
    background: #F7B500;
    max-width: 100px;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.1em;
    border-radius: 30px;
    position: relative;
    margin: 0 2px 10px;
    display: inline-block;
}

.btn.simple.cart:hover {
    background: #EE7700;
}

.btn.simple.cart2 {
    background: #F7B500;
}

.btn.simple.cart2:hover {
    background: #EE7700;
}

.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;
}
/*!------------ / LINE 登入按鈕 ------------*/

.abcRioButton.abcRioButtonBlue {
    margin: 5px auto;
}

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box ul {
    background: #FBBF2B;
}

.mmenu-show #language-box ul {
    background: #FBBF2B;
}

.mmenu-show #language-box li {
    border-bottom: 1px solid #FBBF2B;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #FBBF2B
}
.mmenu-show #mobile-menu .language-menu{
    background: #FBBF2B;
    color: #FFFFFF;
}
.mmenu-show #mobile-menu .share-menu{
    background: url(../../images/common/bg.jpg) repeat;
}

.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #EE7700;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #EE7700;
}

.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 .ibtn.search{
    background-image: url('../../images/common/btn_search.png');
}
.mmenu-show #mobile-fixed a{
    line-height: 45px;
}
.mmenu-show #mobile-fixed span{
    line-height: 10px;
}
.mmenu-show #mobile-fixed .toggleBtn{
    line-height: 40px;
    height: 45px;
}
.mmenu-show #mobile-fixed .btn.fancybox-login{
    line-height: 50px;
    height: 40px;
}
.mmenu-show #mobile-search.active,
.mmenu-show #member-box, .mmenu-show #language-box{
    top: 45px;
}

@media screen and (max-width: 1680px) {
    .site-header .search-box{
        right: 375px;
    }
    .func-menu > li:nth-child(1) {
        margin-right: 20px;
    }
    .site-nav {
        padding-top: 80px;
    }
    .site-title .logo {
        width: 385px;
        height: 60px;
    }
    .header-fixed .site-title .logo {
        width: 257px;
        height: 40px;
    }
    .header-fixed .site-title {
        padding: 15px 0;
    }
    .header-fixed .site-nav {
        margin-left: 277px;
    }
    .func-menu > li.gocart > a{
        padding: 2px 15px 0;
    }
    .site-info::before{
        width: 257px;
        height: 40px;
        background-size: contain;
        margin-right: 30px;
    }
}
@media screen and (max-width: 1440px) {
    .header-fixed .func-menu > li:nth-child(1){
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .site-title .logo{
        width: 260px;
        height: 40px;
    }
    .header-fixed .site-title .logo {
        width: 193px;
        height: 30px;
    }
    .site-nav {
        padding-top: 72px;
    }
    .site-nav .menu > li > a {
        font-size: 16px;
        padding: 5px 6px;
        letter-spacing: 0.1em;
    }
    .site-nav .menu > li + li {
        margin-left: 0;
    }
    .site-nav .menu > li > a::before {
        width: 6px;
        height: 6px;
        left: -4px;
        bottom: -1px;
    }
    .func-menu > li:nth-child(1) {
        margin-right: 15px;
    }

    .header-fixed .site-nav {
        margin-left: 213px;
    }
    .header-fixed .site-title {
        padding: 20px 0;
    }
    .header-fixed .site-nav .menu > li + li {
        margin-left: 14px;
    }
    .header-fixed .site-nav .menu > li > a::before{
        left: -12px;
    }
    .header-fixed .site-nav {
        padding-top: 12px;
    }
    /*------------ site_footer 1300 ------------*/
    .site-info-content+.site-info-content {
        margin-left: 15px;
    }
    .site-info::before{
        display: none;
    }
    .site-map{
        max-width: 840px;
    }
    .site-map ul{
        font-size: 17px;
    }
    .site-map li {
        padding: 0;
        margin-right: 10px;
    }
    .ibtn.fb-fans-page{
        margin-left: 12px;
    }
    /*------------ / site_footer 1300 ------------*/
    .main-content .container {
        padding: 40px 30px 85px;
        border-radius: 60px;
        margin: 0 15px;
    }
    .banner .container {
        margin: 0 15px;
    }
}
@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .header-fixed .func-menu li:nth-child(2),
    .header-fixed .func-menu li:nth-child(3),
    .header-fixed .func-menu > li.gocart .title {
        display: none;
    }
    /*------------ / site_header 1120 ------------*/
    .header-fixed .site-nav .menu > li + li {
        margin-left: 18px;
    }
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
        padding: 15px 0;
    }
    .site-title .logo {
        width: 290px;
        height: 45px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .header-fixed {
        padding-top: 0;
    }
    .header-fixed .site-header {
        position: static;
    }
    .banner:before {
        height: 65%;
        background-size: cover;
    }
    .side-nav ul li a::before{
        content: '';
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #CCCCCC;
        transition: all .2s ease;
        right: inherit;
        margin-right: 5px;
        top: 0;
        bottom: 0;
        margin: auto 7px 2px 3px;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_header 1000 ------------
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .header-fixed {
        padding-top: 0;
    }
    .header-fixed .site-header {
        position: static;
    }
------------ / site_header 1000 ------------*/
    .mmenu-show .wrapper{
        padding-top: 45px;
    }
    .site-header{
        border: none;
    }
    .mmenu-show #mobile-fixed .qty{
        background: #EE7700;
    }
    /*------------ site_main 1000 ------------*/
    .content-top {
        padding: 0 0 6px 0;
        margin: 0 0 30px 0;
        border-bottom: 1px solid #E3E3E3
    }
    .main-content {
        padding-bottom: 15px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map,
    .footer-bottom .share {
        display: none;
    }
    .footer-top .container {
        padding: 0 15px 0px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .site-footer{
        padding: 40px 0;
    }
    .site-info{
        max-width: inherit;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        font-size: 15px;
        border: none;
        padding-bottom: 10px;
    }
    .site-follow{
        position: relative;
        left: 0;
        right: 0;
        bottom: inherit;
        margin: 0 auto;
        padding: 10px 0 20px;
    }
    .footer-bottom {
        padding: 0 0px;
        text-align: center;
    }
    .site-info ul {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    .site-info-content i{
        width: 40px;
        height: 40px;
    }

    /*------------ / site_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');
    }
    /******** 2.0 新增通訊線上聊天 ********/
    #keyreply-container {
        bottom: 0 !important;
    }
    /******** 2.0 新增通訊線上聊天 ********/
    /*------------ / floating 1000 ------------*/
    /* 優化開始 */
    .main-content .container{
        padding: 20px 15px 35px;
        border-radius: 30px;
    }
    body{
        line-height: 25px;
        font-size: 14px;
    }
    .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;
    }
    .breadcrumb {
        font-size: 13px;
        padding: 8px 15px;
    }
    .main-title {
        font-size: 24px;
        padding: 10px 0 15px;
    }
    .has-side .main-title {
        background: none;
        padding-bottom: 15px;
    }
    .btn-box {
        padding-top: 20px;
    }
    .main-content {
        padding: 15px 0 40px;
    }
    .warning-sect{
        padding: 0px 0 10px;
        background: url('../../images/common/warning_bg.jpg') center no-repeat;
        background-attachment: inherit;
        background-size: cover;
    }
    .content-title {
        font-size: 18px;
    }
    .content-title:before {
        width: 39px;
        height: 38px;
    }
    .qty-box .form-control {
        height: 25px;
        line-height: 25px;
    }
    .qty-box .btn {
        width: 30px;
        height: 25px;
        line-height: 24px;
        font-size: 18px;
    }
    .form-box .form-group {
        padding: 2px 0 0;
        line-height: 26px;
    }
    /*.content-top .breadcrumb {
        padding: 2px 0;
    }
    .content-top {
        background: none;
        padding: 1px 15px 0px;
        margin: 0 -15px 0px;
    }*/
    .form-box {
        padding: 5px 20px;
    }
    .form-wrap .btn-box {
        padding: 5px 15px 5px;
    }
    .reminder {
        font-size: 14px;
        line-height: 1.5em;
        margin: 5px 0;
    }
    .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;
    }
    .lightbox-wrapper .main-title {
        display: block;
    }
    .cart-login .main-title {
        color: #404040;
        font-size: 16px;
        padding: 5px 0 5px;
    }
    .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;
    }
    .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: 0px;
    }
    .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;
    }
    .reminder {
        font-size: 13px;
    }

    .ibtn.more{
        width: 132px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }
    .ibtn.more .more_ic{
        width: 54px;
        height: 54px;
    }
    .mmenu-show #mobile-menu .side-nav-top > li a:before {
        top: 13px;
    }
    .mmenu-show #mobile-menu .side-nav-top > li > a,
    .mmenu-show #mobile-menu .side-nav > li > a, .mmenu-show #mobile-menu .content-nav > li > a{
        border: none;
    }
    .side-nav > li+li{
        margin: 0;
    }
    .ibtn.back{
        width: 225px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .content-top .breadcrumb {
        float: none;
    }
        /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    .btn.simple {
        width: 225px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 0 8px 10px;
    }
    .btn.normal {
        min-width: 100px;
        text-align: center;
        line-height: 28px;
    }
    .btn.simple .icon.arrowL,
    .btn.simple .icon.arrowR {
        top: 5px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 840px) {
    /*------------ / site_footer 840 ------------*/
    .btn.simple {

    }
	.btn.simple .icon.arrowL,
	.btn.simple .icon.arrowR {

	top: 5px;
    }
    /*-- 新的 --*/
    .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: 767px) {
    /*------------ site_header 767 ------------*/
    /*------------ site_header 767 ------------*/
    /*------------ site_main 767 ------------*/
    .main-title span {
        font-size: 16px;
    }
    .content-title {
        float: none;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 26px;
    }
    .form-box {
        padding: 5px 10px;
    }
    .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 {
        border-top: 1px solid #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 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) {
    .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 #dadada;
        border-left: none;
        padding: 20px 10px;
        margin: 15px 0;
    }
    .cart-login.col.col2 {
         padding:10px 0 0 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 10px;
    }
    .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;
}
    /*--- 優化登入燈箱end --*/
    .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 400 ------------*/
    .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 400 ------------*/
    /*------------ / 購物登入燈箱 ------------*/
    .btn.simple .icon {
        display: none;
    }
    .btn.normal .icon {
        display: none;
    }
    .success-wrap .btn.normal {
        min-width: 50px;
        line-height: 28px;
    }
}

@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 ------------*/
}
