@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #777;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
/*------------ / basic ------------*/
/*------------ icon ------------*/
.icon {
    background-image: url('../../images/common/icons.png');
}
.icon.require {
    width: 20px;
    height: 20px;
    background-position: -200px -87px;
    margin-bottom: 4px;
}
/*------------ / 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 #b20000;
}
.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: #b20000;
    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;
}
.share .btn.facebook {
    color: #666;
}
.share .btn.google {
    color: #666;
}
.share .btn.twitter {
    color: #666;
}
.share .btn:hover {
    color: #B20000;
}
/******** 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;
}
.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 {
    background-image: url('/images/tw/fb_page.png');
    width: 169px;
    height: 77px;
    box-sizing: content-box;
    position: relative;
    transition: all .3s ease;
}
.ibtn.fb-fans-page:before {
    content: "";
    background-image: url('/images/tw/fb_page_hover.png');
    width: 169px;
    height: 77px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    opacity: 0;
}
.ibtn.fb-fans-page:hover:before {
    opacity: 1;
}

.ibtn.ig-link {
    transition: all .3s ease;
    text-indent: unset;
    margin-bottom: 10px;
}
.ibtn.ig-link:hover {
    opacity: 0.7;
}

.ibtn.back {
    width: 101px;
    height: 29px;
    text-indent: unset;
    background: transparent;
    border: 1px solid #333;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: all .3s ease;
    font-family: 'Fira Sans', serif;
}
.ibtn.back:hover {
    background: #1a2d78;
    border: 1px solid #1a2d78;
    color: #FFF;
}
.btn.simple {
    background: #999;
    max-width: 250px;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
    border-radius: 8px;
    position: relative;
    margin: 0 8px 10px;
}
.btn.simple:hover {
    background: #1a2d78;
}
.btn.simple.bg2 {
    background: #1a2d78;
}
.btn.simple.bg2:hover {
    background: #000;
}
.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
}
.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: #777;
    font-size: 15px;
    text-align: left;
    padding: 0 10px;
    min-width: 120px;
    line-height: 40px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    margin: 0 2px 10px;
    text-align: center;
}
.btn.normal:hover {
    border-color: #B20000;
    background: #B20000;
    color: #FFF;
}
.btn.normal .icon {
    width: 32px;
    height: 32px;
    margin: 0 4px 3px 0;
    display: none;
}
.btn.normal .icon.home {
    background-position: 0 0;
    display: none;
}
.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: #777;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #b20000;
    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 {
    padding-top: 207px;
}
.site-header {
    background: #fff;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    background: #FFF;
    z-index: 300;
    width: 100%;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 38px 0;
    padding-top: 70px;
    padding-bottom: 0px;
    transition: all .3s ease;
}
.site-title .logo {
    background: url('../../images/common/logo.svg') 50% 50% / contain no-repeat;
    width: 312px;
    height: 105px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 95;
    right: 15px;
    top: 15px;
}
.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .icon {
    width: 20px;
    height: 20px;
    margin: -2px 3px 0px 0;
}
.top-nav .icon.lock {
    background: url('../../images/common/lock.svg') no-repeat;
}
.top-nav .icon.order {
    background: url('../../images/common/order.svg') no-repeat;
}
.top-nav .icon.money {
    background: url('../../images/common/money.svg') no-repeat;
}
.top-nav .icon.cart {
    margin: 7px 5px 0 0;
    background: url('../../images/common/icons-cart.svg') no-repeat;
}
.func-menu>li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    background: url('../../images/common/border_dot_v.png') repeat-y;
}
.func-menu>li>a {
    color: #666;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 0 5px 0 10px;
    transition: all .3s ease;
}
.func-menu>li>a:hover {
    color: #b20000;
}
.func-menu>li.gocart {
    position: relative;
}
.func-menu>li.gocart:before {
    display: none;
}
.func-menu>li.gocart>a {
    color: #b20000;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 10px;
}
.func-menu>li.gocart>a .header-line {
    font-size: 15px;
}
.func-menu>li.gocart.active>a,
.func-menu>li.gocart>a:hover {
    text-decoration: none;
}
.func-menu>li.gocart .title {
    color: #231815;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 1px;
}
.func-menu>li.gocart .price {
    color: #b20000;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    left: 10px;
    right: -66px;
    left: -66px;
    right: 0;
    top: 100%;
    border: 2px solid #231815;
    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: #1a2d78;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #B20000;
}
.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 dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 80px;
}
.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: #000;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #B20000;
}
.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: #231815;
}
.func-menu .gomember .ic {
    font-size: 22px;
    color: #1a2d78;
    position: relative;
    top: 4px;
}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: -20px;
    top: 100%;
    border: 2px solid #231815;
    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 dashed #d2d2d2;
}
.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 3px 0;
}
.func-menu .gomember-list a:hover {
    color: #b20000;
}
.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: #b20000;
    font-size: 15px;
}
.func-menu .login-out-fixed {
    color: #b20000;
}
.func-menu .gomember-list .login-out-fixed a:hover {
    color: #b20000;
}
/************************/
.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;
    padding-top: 127px;
    text-align: right;
    transition: all .3s ease;
}
.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.4;
}
.site-nav .menu>li {
    padding: 0 16px;
    position: relative;
}
.site-nav .menu>li:before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.site-nav .menu>li:nth-child(1):before {
    display: none;
}
.site-nav .menu>li>a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .3s ease;
    position: relative;
}
.site-nav .menu>li>a:hover span {
    color: #B20000;
}
.site-nav .menu>li:nth-child(n)>a:hover,
.site-nav .menu>li:nth-child(n).active>a {}
.site-nav .menu>li>a span {
    display: block;
    color: #1a2d78;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
    transition: all .3s ease;
    font-style: italic;
    font-family: 'Fira Sans', sans-serif;
}
.site-nav .menu li ul {
    display: none;
}
.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 1px solid #888;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}
.site-header .search-box .form-control:focus {
    border-color: #B20000;
}
.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: 3px;
    top: 1px;
}
/********** **************/
.header-fixed {
    padding-top: 0px;
}
.header-fixed .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    padding: 0px;
    border-bottom: 1px solid #efefef;
}
.header-fixed .site-title {
    padding: 3px 0 0;
}
.header-fixed .site-title .logo {
    width: 178px;
    height: 60px;
}
.header-fixed .site-nav {
    padding-top: 0px;
    text-align: left;
}
.header-fixed .site-nav .menu>li>a {
    height: auto;
    padding: 12px 0;
    margin-top: 0px;
    border-radius: 0px;
}
.header-fixed .site-nav .menu {
    padding-left: 20px;
}
.header-fixed .site-nav .menu>li>a {
    height: auto;
    padding: 12px 15px 12px;
    margin-top: 0px;
    border-radius: 0px;
}
.header-fixed .site-nav .menu>li>a::before {
    opacity: 0;
}
.header-fixed .site-nav .menu>li>a::after {
    opacity: 0;
}
.header-fixed .site-nav .menu>li:nth-child(n)>a:hover:before,
.header-fixed .site-nav .menu>li:nth-child(n).active>a:before {
    opacity: 0;
}
.header-fixed .site-nav .menu>li:nth-child(n)>a:hover::after,
.header-fixed .site-nav .menu>li:nth-child(n).active>a::after {
    opacity: 0;
}
.header-fixed .site-nav .menu>li {
    padding: 0 1px;
}
.header-fixed .site-header .search-box {
    display: none;
}
.header-fixed .site-nav .menu>li:before {
    background: #efefef;
}
.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}
/* ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¨Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â©Ãƒâ€¦Ã‚Â¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â*/
.site-nav .menu .new_menu {
    display: none;
}
.header-fixed .top-nav .language {
    display: none;
}
.header-fixed .top-nav {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    text-align: right;
}
.header-fixed .func-menu>li.gocart {
    display: block;
    position: relative;
    float: none;
}
.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.list-inline {
    margin: -10px 0px;
    padding: 0px;
    position: relative;
    display: block;
}
.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;
}
.banner:before {
    content: '';
    display: block;
    background: url('../../images/common/banner_bg.jpg');
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    display: none;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-title {
    color: #444444;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 20px 0 30px;
    margin: 0;
}
.has-side .main-title {
    background: none;
    padding-bottom: 5px;
}
.main-title span {
    display: block;
    color: #1a2d78;
    font-family: 'Fira Sans', serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.main-content {
    padding: 20px 0 100px;
}
.has-side .main-content {
    padding-top: 0;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    padding: 0 0 0px 45px;
    margin: 0 0 8px -45px;
    overflow: hidden;
}
.content-title {
    position: relative;
    padding: 5px 0 0px 30px;
    color: #1a2d78;
    font-size: 20px;
    line-height: 1.5;
    min-height: 30px;
    float: left;
    margin: 0;
    font-weight: bold;
}
.content-title .keyword {
    color: #F2856C;
}
.content-title:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/content_title_ic.svg') no-repeat;
    width: 25px;
    height: 23px;
    position: absolute;
    top: 8px;
    left: 0;
}
.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-bottom: 25px;
    background: url(../../images/common/index/index-products-bg.jpg);
    background-position: top center;
    background-repeat: repeat;
}
/******** 2.0 ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾footerÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹htmlÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã‚Â  ********/
.warning-sect {
    padding-bottom: 30px;
    text-align: center;
    padding-top: 30px;
    background: url(../../images/common/index/index-products-bg.jpg);
    background-position: top center;
    background-repeat: repeat;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    background: #EEEEEE;
    text-align: right;
    color: #444444;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}
.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;
}
.breadcrumb li:first-child a:hover:before {
    background-position: 0 100%;
}
.breadcrumb li a:hover {
    color: #b20000;
}
.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: 250px;
    float: left;
    margin-top: -37px;
}
.has-side .content {
    width: calc(100% - 295px);
    float: right;
    background: none;
}
.side-title {
    background: url(../../images/common/side_bg.jpg) 50% 100% no-repeat;
    border-bottom: 0;
    padding: 59px 0px 10px;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.15;
    position: relative;
    height: 97px;
    box-sizing: border-box;
    padding-left: 12px;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
    padding-bottom: 10px;
    font-size: 15px;
    padding-top: 10px;
}
.side-nav-top {
    padding-bottom: 0;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 8px 16px;
}
.side-nav>li {
    padding: 4px 0;
}
.side-nav>li>a {
    color: #444;
    border: 1px solid #FFF;
    background: #F2F2F2;
    ;
    transition: all .3s ease;
    position: relative;
}
.side-nav>li>a:before {
    content: "";
    height: 100%;
    width: 35px;
    background: #1a2d78;
    position: absolute;
    right: 0;
    top: 0;
}
.side-nav>li>a:after {
    content: "\f105";
    font-family: 'icon-font' !important;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 1px;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    background: #FFF;
    border: 1px solid #1a2d78;
    color: #0A0A0A;
}
.side-nav ul {
    display: none;
}
.side-nav>li>ul {
    padding-top: 10px;
    padding-bottom: 20px;
}
.side-nav ul li a {
    border: none;
    margin: 1px 0;
    padding: 6px 16px;
    transition: all .3s ease;
    color: #0A0A0A;
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #9f9f9f;
}
.side-nav ul li.active>a {}
.side-nav ul ul li.active>a:before, .side-nav ul ul li>a:hover:before {
    content: '';
    display: inline-block;
    background: #9f9f9f;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 18px;
    top: 12px;
}
.side-nav ul li ul li a {
    padding-left: 50px;
}
.side-nav ul li ul {
    padding-bottom: 20px;
}
.side-nav ul li ul li.active a, .side-nav ul li ul li a:hover {
    padding-left: 50px;
}
.side-nav ul li ul li.active a:before, .side-nav ul li ul li a:hover:before {
    content: '';
    display: inline-block;
    background: #9f9f9f;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 36px;
    top: 12px;
}
.side-nav-top>li>a {
    color: #444444;
    padding: 6px 16px;
    font-size: 15px;
}
.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    color: #b20000;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    padding: 46px 0px 0px;
    background: url('../../images/common/footer-bg-1.jpg') repeat;
    position: relative;
}
.site-footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../../images/common/footer-bg-2.png') 0% 50% no-repeat;
    background-size: cover;
    width: 1287px;
    height: 470px;
}
.footer-top .container {
    max-width: 1440px;
    padding: 30px 0px 70px;
}
.site-info {
    float: left;
    background: url('../../images/common/siteinfo_deco.png') 10px 35px no-repeat;
    padding: 15px 0 15px 450px;
    margin-right: 0px;
    color: #FFF;
    font-size: 14px;
    line-height: 27px;
    min-height: 123px;
    width: 870px;
    box-sizing: border-box;
}
.site-info .c-tit {
    color: #999999;
}
.site-info a {
    transition: all .3s ease;
}
.site-info a:hover {
    color: #ff4f4f;
}
.footer-tel,
.footer-mail {
    display: block;
    text-align: left;
}
.footer-tel {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 9px;
}
.footer-tel .c-tit {
    color: #999999;
}
.contact-mail-n {
    padding-left: 35px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.contact-mail-n:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/common/contact-mail-icon.svg') no-repeat;
    width: 23px;
    height: 17px;
}
.contact-map-n {
    padding-left: 35px;
    position: relative;
    display: block;
}
.contact-map-n:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    background: url('../../images/common/contact-map-icon.svg') no-repeat;
    width: 15px;
    height: 22px;
}
.site-map {
    float: right;
    letter-spacing: 45px;
    position: relative;
    padding-top: 42px;
    margin-right: 15px;
}
.site-map:before {
    content: "NAVIGATION";
    letter-spacing: 0;
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    font-weight: bold;
    left: 0;
    font-family: 'Fira Sans', sans-serif;
    top: 5px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 5px;
}
.site-map li {
    padding: 5px 0;
    letter-spacing: 0;
}
.site-map a {
    color: #FFF;
    font-size: 15px;
    transition: all .3s ease;
}
.site-map a:hover {
    color: #ff4f4f;
}
.follow {
    float: right;
    letter-spacing: 6px;
}
.follow>* {
    display: inline-block;
    vertical-align: top;
}
.footer-bottom {
    text-align: right;
    color: #666;
    font-size: 14px;
    padding: 10px 0 10px;
    background: #080808;
}
.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: 50.5%;
    bottom: 33%;
    margin-bottom: 7px;
    margin-right: -854px;
    z-index: 299;
    transition: all .3s ease;
}
.floating .btn.gocart {
    display: block;
    margin: 0 auto 5px;
    ;
    background: url('../../images/common/gocart.svg') no-repeat;
    width: 60px;
    height: 60px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}
.no-svg .floating .btn.gocart {
    background-image: url('../../images/common/gocart.png');
}
.floating .btn.gocart:hover {
    background-position: 0 100%;
    color: #fff;
}
.floating .ibtn.gotop {
    width: 55px;
    height: 55px;
    opacity: 0.7;
    position: relative;
    background: #000;
    text-indent: unset;
    font-size: 0;
    transition: all .3s ease;
}
.floating .ibtn.gotop:hover {
    background: #1a2d78;
}
.floating .ibtn.gotop:before {
    content: "\f106";
    font-family: 'icon-font' !important;
    color: #FFF;
    font-size: 38px;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 22px);
}
.floating .ibtn.gotop:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #1a2d78;
    z-index: -1;
    transition: all .3s ease;
}
.floating .ibtn.gotop:hover:after {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}
.floating .ibtn.gotop:before {
    content: "\f106";
    font-family: 'icon-font' !important;
    color: #FFF;
    font-size: 38px;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 22px);
}
.mmenu-show .floating .ibtn.gotop:before {
    display: none;
}
.mmenu-show .floating .ibtn.gotop:after {
    display: none;
}
/******** 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: #0d1b55;
}
.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: #000;
}
.pagination li a.next .icon {
    background-position: -50px -62px;
    background-color: #000;
}
.pagination li a.controls:hover .icon {
    background-color: #1a2d78;
}
.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: #b20000;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #777;
    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: 0px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    color: #B20000;
    background-color: #B20000;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #000;
    border: 1px solid #000;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border-radius: 0px;
}
.qty-box .btn:hover {
    color: #fff;
    background: #000;
}
.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: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.form-control:focus {
    outline: none;
    border-color: #b20000;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    background-color: #fff;
    background-image: none;
}
.static-control {
    line-height: inherit;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}
.form-title {
    color: #1a2d78;
    font-size: 42px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Fira Sans', serif;
    font-weight: bold;
}
.form-wrap {
    border: 3px solid #ddd;
    max-width: 1000px;
    margin: 0 auto;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 20px 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 4px 4px;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #222;
    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: #c52114;
    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 0 4px;
}
.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: 3px solid #E8E8E8;
    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 dashed #ccc;
    color: #B20000;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.success-msg .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
    display: none;
}
.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: #b20000;
}
.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 dashed #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: #f1f1f1;
}
.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: #353535;
}
/**************** ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â *******************/
.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: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 20px;
    border-radius: 20px;
}
body .fancybox-inner {
    background: #fff;
    border-radius: 20px;
    min-height: 360px;
}
.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 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;
    padding: 60px 40px 50px;
}
.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
}
.arrival-box .pd-name {
    border: 1px dashed #cccccc;
    border-width: 1px 0;
    color: #191919;
    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 ------------*/
/*------------ / ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â± ------------*/
.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: #b20000;
    max-width: 100px;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.1em;
    border-radius: 8px;
    position: relative;
    margin: 0 2px 10px;
    display: inline-block;
}
.btn.simple.cart:hover {
    background: #700000;
}
.btn.simple.cart2 {
    background: #1a2d78;
}
.btn.simple.cart2:hover {
    background: #000;
}
.cart.bth {
    display: block;
    width: 100%;
}
.cart_login_box .form-box.cart_txt {
    text-align: center;
}
/*------------ / ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â³Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â± ------------*/
.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: #231815;
}
.mmenu-show #language-box ul {
    background: #231815;
}
.mmenu-show #language-box li {
    border-bottom: 1px solid #231815;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #231815;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #231815;
}
.mmenu-show #mobile-menu .side-nav>li>a:after {
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #B20000;
}
.mmenu-show #mobile-menu .menu li a span {
    display: none;
}
.mmenu-show #mobile-menu .side-nav li a:hover,
.mmenu-show #mobile-menu .side-nav li.active>a {
    color: #B20000;
}
.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: 50px;
    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;
}
.mmenu-show .wrapper {
    padding-top: 45px;
    position: relative;
    left: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-menu .language-menu {
    background: #231815;
    color: #FFF;
}
.mmenu-show #mobile-fixed .toggleBtn {
    line-height: 42px;
}
.mmenu-show #mobile-fixed .btn.fancybox-login {
    line-height: 43px;
}
.mmenu-show .side-nav>li>a {
    border: unset;
}
.mmenu-show .side-nav ul li.active>a:before, .mmenu-show .side-nav ul li>a:hover:before {
    display: none;
}
/* .mmenu-show #mobile-menu .side-nav ul li > a */
.mmenu-show #mobile-menu .side-nav ul li>a {
    padding-left: 40px;
}
.mmenu-show #mobile-menu .side-nav ul li ul li>a {
    padding-left: 55px;
}
.mmenu-show #mobile-fixed .qty {
    background: #B20000;
}
.mmenu-show #mobile-menu .share-menu {
    background: #231815;
}
.mmenu-show #mobile-menu .menu li.new_menu{
    display: none;
}
.fancybox-lock .fancybox-overlay {
    background: rgb(179 179 179 / 80%) !important;
}
@media screen and (max-width: 1710px) {
    .floating, .floating.fancybox-margin {
        right: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 1580px) {
    /*------------ site_footer 1580 ------------*/
    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
    /*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1420px) {
    /*------------ site_header 1420 ------------*/
    .top-nav {
        right: 210px;
    }
    .site-header .search-box {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .site-nav .menu {
        margin: 0 -7px;
    }
    /*------------ / site_header 1420 ------------*/
    .banner:before {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    /*------------ site_footer 1300 ------------*/
    .footer-top .container {
        max-width: 900px;
        padding-top: 0px;
    }
    .site-map:before {
        display: none;
    }
    .site-info {
        margin-right: 0px;
        width: 100%;
        padding: 15px 0 15px 253px;
        background: none;
    }
    .site-map {
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
    /*------------ / site_footer 1300 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site_header 1280 ------------*/
    .site-title {
        padding-top: 103px;
    }
    .site-title .logo {
        width: 208px;
        height: 70px;
    }
    .site-nav .menu>li {
        padding: 0 6px;
    }
    .site-nav .menu>li>a {
        width: 89px;
    }
    .header-fixed .site-nav .menu>li>a {
        height: auto;
        padding: 12px 0px 12px;
        margin-top: 0px;
        border-radius: 0px;
    }
    .site-nav .menu>li>a {
        font-size: 15px;
    }
    /* .site-nav .menu > li > a {
        width: 100px;
        height: 100px;
        font-size: 12px;
        padding-top: 26px;
    }
    .site-nav .menu > li > a span {
        font-size: 18px;
    } */
    /*------------ / site_header 1280 ------------*/
    /*------------ site_header 1200 ------------
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 10px 0 20px;
        text-align: center;
    }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }
    .header-fixed .site-nav  {
        clear: none;
        position: relative;
        padding-bottom: 0;
        text-align: right;
    }
    .header-fixed .top-nav {
        right: 210px;
    }
    .header-fixed .site-header .search-box {
        top: 15px;
        right: 0;
    }
------------ / site_header 1200 ------------*/
}
@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 ------------*/
}
@media screen and (max-width: 1000px) {
    .wrapper {
        padding-top: 45px;
    }
    /*------------ site_header 1000 ------------*/
    .site-header, .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 499;
        box-shadow: 0 0 0;
    }
    .site-title {
        float: none;
        text-align: center;
        padding: 15px 0 15px;
    }
    .site-title .logo {
        width: 208px;
        height: 70px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .header-fixed {
        padding-top: 0;
    }
    .header-fixed .site-header {
        position: static;
    }
    /*------------ / 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 ------------*/
    /*------------ site_main 1000 ------------*/
    .content-top {
        padding: 1px 15px 5px;
        margin: 0 -15px 15px;
    }
    .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;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 35px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 25px;
        height: 25px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.png');
    }
    /******** 2.0 ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â·Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â© ********/
    #keyreply-container {
        bottom: 0 !important;
    }
    /******** 2.0 ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â·Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â© ********/
    /*------------ / floating 1000 ------------*/
    /* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
    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: 12px;
        padding: 0px 15px;
    }
    .main-title {
        display: none;
    }
    .btn-box {
        padding-top: 20px;
    }
    .main-content {
        padding: 15px 0;
    }
    .warning-sect {
        padding-bottom: 15px;
        text-align: center;
    }
    .footer-bottom {
        padding: 18px 0 0px;
    }
    .content-title {
        font-size: 20px;
        min-height: 20px;
    }
    .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;
    }
    .form-box {
        padding: 5px 20px;
    }
    .form-wrap .btn-box {
        padding: 5px 15px 5px;
    }
    .reminder {
        font-size: 14px;
        line-height: 2em;
        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;
    }
}
@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    .btn.simple {
        width: 100%;
        height: 28px;
        font-size: 14px;
        line-height: 25px;
        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 ------------*/
    .footer-top .container {
        padding: 20px 15px 20px;
    }
    .site-footer {
        padding-top: 0;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        display: block;
        margin: 0 0 5px;
        background: none;
        padding: 0;
        min-height: 0;
    }
    .contact-mail-n {
        padding-left: 7px;
    }
    .footer-tel {
        font-size: 26px;
        text-align: left;
        margin-bottom: 9px;
    }
    .follow>* {
        margin-top: 5px;
    }
    .footer-info-page img,
    .footer-top img {
        border: none;
    }
    /*------------ / site_footer 840 ------------*/
    .btn.simple {
        width: 40%;
        font-size: 14px;
        height: 28px;
        line-height: 2;
    }
    .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 dashed #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 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;
    }
    .reminder > br:first-of-type {
        display: none;
    }
}
@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 ------------*/
}