@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Poppins:400,600');

/*------------ basic ------------*/
hr{
    margin: 30px 0;
}
body {
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei",  "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro","微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.35px;
}
.wrapper {
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}


/*------------ / basic ------------*/


/*------------ btn ------------*/


/*-----back-btn-----*/

.btn.back {
    color: #4D4D3F;
    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: 2px;
}

.btn.back i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 3px 0;
}

.btn.back:hover {
    color:#00BFFF;
    -webkit-transition: all .2s;
    transition: all .2s;
}


/*-----style01-btn-----*/
.ibtn.fb-fans-page {
    background-image: url(../../images/tw/fb_page.png);
    width: 230px;
    height: 110px;
    margin-bottom: 10px;
}
.btn.style01 {
    color: #3131AC;
    line-height: 35px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    text-align: left;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.btn.style01 i {
    background:#3131AB;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    width: 35px;
    height: 35px;
    margin: -1px 10px 0 0;
}
.btn.general i{
    background: #4e4e4e;
}
.btn.cold i{
    background: #42b354;
}
.btn.freezing i{
    background: #68a0da;
}
.btn.style01:hover {
    background: #3131AC;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn.style01:hover i {
    background: #000000;
}

.btn.style01.bg2 {
    color: #777777;
    background: rgba(255, 255, 255, .5);
}

.btn.style01.bg2 i {
    background: #CCCCCC;
}

.btn.style01.bg2:hover i {
    background: #777777;
}


/*-----style02-btn-----*/

.btn.style02 {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #f2f2f2;
    /*max-width: 120px;*/
    line-height: 30px;
    display: block;
    margin: 0 auto;
    background: #eeeff1;
    width: 100%;
    border-radius: 0;
}

.btn.style02 i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}

.btn.style02:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background: #686859;
}

.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}

.btn.style02.bg2 {
    color: #686859;
    border: 1px solid #f2f2f2;
    background:  #eeeff1;
}

.btn.style02.bg2:hover {
    background: #686859;
    color: #FFF;
}


/*-----style03-btn-----*/

.btn.style03 {
    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: 2px;
    color: #4C4C3F;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn.style03:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #fff;
    border: 1px solid #999988;
}

.btn.style03 i {
    color: #959586;
    font-size: 14px;
    margin:0 2px;
    display: inline-block;
    vertical-align: text-bottom;
}

.btn.style03 .ic-zoom-in,
.btn.style03 .ic-money,
.btn.style03 .ic-typing {
    font-size: 18px;
    margin-left: 5px;
}

.btn.style03 .ic-chevron-thin-right {
    font-size: 17px;
    color: #525252;
    margin: 0 0 -1px 10px;
}


/*---- btn-box ----*/

.btn-box {
    clear: both;
    padding:30px 0 10px 0;
    position: relative;
    text-align: center;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px dashed #666666;
    margin: 30px 0 0 0;
}

.btn-box.dib .btn {
    max-width: 280px;
    display: inline-block;
    margin: 0 5px 10px;
    line-height: 30px;
}

.btn-box.dib2 .btn {
    display: inline-block;
    width: auto;
    margin: 0 12px 10px;
}

.btn-box.dib2 .style02 {
    padding: 0 26px;
}

.btn-box.btn-all .btn {
    max-width: 100%;
}


/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    max-width: 1820px;
    margin: 0 auto;
    height: 105px;
    position: relative;
}
.site-header:after{
    content: '';
    display: block;
    height: 60px;
    width: 500px;
    z-index: -1;
    background: #3131AB;
    position: absolute;
    bottom: 0;
    right: 0;
}

.site-title {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 20px;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 451px;
    height: 69px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}


/*------------top-nav ------------*/

.top-nav {
    font-size: 14px;
    line-height: 31px;
    text-align: right;
    position: absolute;
top: 7px;
right: 0;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .container {
    display: block;
}

.top-nav > ul > li {
    margin: 0 0 0 20px;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
}

.top-nav ul > li > i {
    font-size: 14px;
    color: #383838;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.top-nav ul > li > a:hover {
    color:#0080FF;
}


/*---- language ----*/

.language {
    position: relative;
}

.language .btn i {}

.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -45px;
    width: 90px;
    border: 1px solid #79796A;
    background: #fff;
}

.language .btn i {
    color: #000000;
    font-weight: bold;
}

.language ul li {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
    color: #5B5B52;
}

.language li a {
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
}

.language ul li a:hover {
    color: #000000;
    background: #E9D7C1;
}


/*---- search-box ----*/
.search-box a{
    z-index: 5;
}
.search-box:after{
    position: absolute;
    content: "\e1008";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444444;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    width: 15px;
    height: 15px;
}
.search-box:hover:after{
    color: #0080FF;
}

.site-header .search-box .ibtn.search {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;
    z-index: 2;
}


.site-header .search-box {
    position: relative;
    width: 165px;
    margin: 0 -10px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border:#CCC 1px solid;
}

.site-header .search-box .form-control {
    height: 26px;
    line-height: 26px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #444;
    border-radius: 0;
    padding: 0 30px 0 10px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    -webkit-transition: all .1s;
    transition: all .1s;
    background: rgba(255, 255, 255, .5);
}

.site-header .search-box a {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;
}

.site-header .search-box:hover a {
    color: #79796A;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
}


/*------------func-menu ------------*/

.site-header .func-menu {
    position: absolute;
    top: 6px;
    right: -45px;
    z-index: 100;
}

.func-menu li {
    position: relative;
}

.func-menu .cart i {
    display: block;
    font-size: 30px;
    color: #383838;
    text-align: center;
}

.top-nav .func-menu .cart a:hover {
    color: #fff;
}

.func-menu .cart:hover i {
    color: #0080FF;
}

.func-menu > li > a {
    display: block;
    text-align: center;
    color: #fff;
}

.func-menu > li > a:hover p {
    color: #0080FF;
    text-decoration: underline;
}

.func-menu .sum {
    display: block;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    line-height: 1;
    top: 11px;
    left: 0;
    right: 0;

    color: #fff;
    font-size: 15px;
}

.func-menu a:hover .sum {
    color: #fff;
}

.func-menu .cart-box {
    width: 300px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    padding: 2px;
/*    outline: 1px solid #fff;*/
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    display: block;
    background: #79796A;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0;
}

.func-menu .cart-inner {
    background: #fff;
}

.func-menu .cart-box .btn:hover {
    background: #00BFFf;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.func-menu .cart-box li + li {
    border-top: 1px dashed #ddd;
}

.func-menu .cart-box li a:before {
    display: none;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list a:hover .name {
    color: #3131AB;
}

.func-menu .cart-list .pic {
    float: left;
    width: 60px;
}

.func-menu .cart-list .txt {
    margin-left: 70px;
    color: #666;
    text-align: left;
    line-height: 1.8;
}
.func-menu .cart-list .txt .shopping_way.hot{
    text-align: left;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #74685F;
    font-size: 15px;
}

.func-menu .cart-list .num {
    color: #a5a698;
    font-size: 13px;
}


/**/
/********** 拆單結束 *********/
.shopping_way.hot{
    text-align: left;
     margin-top:8px;
}
.shopping_way .general{
    border:1px solid #333;
    padding:5px;
    bottom:5px;
    position:relative;
    color:#333;
}
.shopping_way .cold{
    border:1px solid #42b354;
    padding:5px;
    bottom:5px;
    position:relative;
    color:#42b354;
}

.shopping_way .freezing{
    border:1px solid #68a0da;
    padding:5px;
    bottom:5px;
    position:relative;
    color:#68a0da;
}
.shopping_way span+span{
    margin-left:10px;
}
.pd-intro .btn-group .btn.general {
  border:1px solid #4e4e4e;
  color:#4e4e4e;
  background:#fff;
}
.pd-intro .btn-group .btn.general:hover {
  color:#fff;
  background:#4e4e4e;
}
.pd-intro .btn-group .btn.cold {
  border:1px solid #42b354;
  color:#42b354;
  background:#fff;
}

.pd-intro .btn-group .btn.cold:hover {
 color:#fff;
 background:#42b354;  
}
.pd-intro .btn-group .btn.freezing {
  border:1px solid #68a0da;
  color:#68a0da;
  background:#fff;
}

.pd-intro .btn-group .btn.freezing:hover {
 color:#fff;
 background:#68a0da;  
}
/*------------ 拆單結束'' ------------*/
/*------- 會員下拉 ------*/

.top-nav li.gomember {
    position: relative;
    display: inline-block;
    
}

.top-nav li.gomember > a {
    font-size: 13px;
}

.top-nav li.gomember > a i {
    color: #ffffff;
    font-size: 13px;
}

.top-nav .gomember-box {
    position: absolute;
    z-index: 10;
    width: 160px;
    top: 100%;
    border: 2px solid #9b9c8e;
    background: #fff;
    padding: 1px;
    text-align:center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    z-index: 150;
    right: calc(50% - 83px);
}

.top-nav .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.top-nav .gomember-list {
    padding: 4px 0;
    line-height: 20px;
}

.top-nav .gomember-list li+li {
    border-top: 1px dashed #a7a995;
}

.top-nav .gomember-list a {
    display: block;
    overflow: hidden;
    padding:8px 0;
}

.top-nav .gomember-list a:hover {
   color:#79796A;
}

.top-nav .gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.top-nav .gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #70AC92;
    font-size: 15px;
}
.top-nav .login-out-fixed{
    color: #A86846;
}
.top-nav .gomember-list .login-out-fixed a:hover{
    color: #000;
}

/*------------site-nav ------------*/

.site-nav {
    position: relative;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .container {
    display: block;
}

.site-nav .menu {
    vertical-align: middle;
    text-align: right;
    margin: 0 25px 0 0;
    background: #04209F;
    height: 60px;
    position: absolute;
    right: 0;
    top: 45px;
}
.site-nav .menu:before{
    content: '';
    display: block;
    background: url(../../images/common/menu_bg.png) no-repeat;
    width: 61px;
    height: 60px;
    position: absolute;
    left: -61px;
    bottom: 0;
}

.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
}

.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu > li > a {
    color: #EEEEEE;
    line-height: 38px;
    font-size: 15px;
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    line-height: 1.6;
    
}

.site-nav .menu > li.active,
.site-nav .menu > li > a:hover {
    color: #00BFFF;
}
.site-nav .menu > li > a span{
    display: block;
    font-size: 12px;
    color: #99CCFF;
    line-height: normal;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.site-nav .menu > li.active span,
.site-nav .menu > li > a:hover span{
    color:  #fff;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-nav .menu ul li {
    margin: 0;
}

.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -80px;
}

.site-nav .menu ul li a {
    text-align: center;
    color: #fff;
    padding: 5px 0;
    display: block;
    background: #444;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #00BFFf;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}


/*------------share------------*/

.share {
    display: block;
    color: #7C7D6A;
}

.share li span {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 0px;
    font-weight: bold;
}

.share li + li {
    margin: 0 0 0 10px;
}

.share .btn {
    display: inline-block;
    font-size: 21px;
    color: #7C7D6A;
}

.share li.facebook:hover,
.share li.facebook:hover .btn {
    color: #3B5999;
}

.share li.google:hover,
.share li.google:hover .btn {
    color: #FF4000;
}

.share li.twitter:hover,
.share li.twitter:hover .btn {
    color: #00BFFF;
}

.share .btn:hover {}

.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn ,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w{
    color: #cccccc;
    cursor: pointer;
    font-size:25px;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    line-height: 26px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 0;
}

/*------------ / site_header ------------*/

.header-fixed .site-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    padding: 0;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/*
.header-fixed .site-header:after {
    content: "";
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 70px;
    display: block;
    background: transparent;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
}
*/

.header-fixed .site-title {
    position: absolute;
    top: 2px;
    left: 15px;
}

.header-fixed .site-title .logo {
    width: 155px;
    height: 60px;
    background-image: url(../../images/common/logo2.png);
}

.header-fixed .site-nav {}

.header-fixed .site-nav .menu > li > a {
    padding: 10px 18px;
}

.header-fixed .site-nav .menu {
    margin: 0 100px 0 0;
}

.header-fixed .top-nav {
    top: 15px;
    right: 110px;
    z-index: 50;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header-fixed .top-nav > ul {
    padding: 3px 10px 4px 10px;
}
.header-fixed .top-nav > ul > li{
    color: #fff;
}
.header-fixed .top-nav > ul > li:nth-child(1),.header-fixed .top-nav > ul > li:nth-last-child(2){
    display: none;
}
.header-fixed .site-header .func-menu {
    background: #2196F3;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    right: -85px;
    top: -25px;
    z-index: 250;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.header-fixed .site-nav .menu{
    text-align: left;
    padding-left: 0px;
    margin: 0 230px 0 0;
    top: 0;
}

/*------------ banner ------------*/

.banner {
    position: relative;
    max-width: 1820px;
    margin: 0 auto;
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top {
    position: relative;
    text-align: center;
    padding: 0 0 25px;
    background: url(../../images/common/main_line.png) repeat-x center bottom;
    margin: 0 0 45px;
}

.main-top.no-border {
    border: 0;
    padding: 0 0 10px;
}

.main-title {
    color: #000000;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 2px;
    position: relative;
}

.main-title:before{
    content: '';
    display: block;
    background: url(../../images/common/main_title_angle.png) no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
}

.main-title b {
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei",  "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro","微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-weight: normal;
}

.main-title span {
    font-size: 12px;
    color: #3131AC;
    display: block;
    display: none;
}

.main-content {
    padding: 30px 0 120px;
    max-width: 1820px;
    margin: 20px auto 0;
    background: #F8F8F8;
}

.content {
    min-height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*------------shopping-title ------------*/

.shopping-title,
.shopping-title-up {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}

.shopping-title i,
.shopping-title-up i{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 26px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

/*----- plus-title -----*/

.plus-title {
    margin: 0 0 5px;
}

.plus-title i {
    font-size: 20px;
    vertical-align: text-bottom;
}

.plus-tip {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 0 0px;
}

.plus-tip b {
    color: #D41922;
    text-decoration: underline;
}


/*------------ warning ------------*/

.warning-sect {
    padding: 33px 0;
}


/*------------ / site_main ------------*/


/*------------ site_footer ------------*/
.qrcode {
    display: inline-block;
    margin: 0 0 0 10px;
}
.site-footer{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 5px #3030AB;
}
.footer-top.news{
    background: url(../../images/common/footer_info_bg.png) repeat 50% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 1px #E8E8E8;
}
.footer-top {
    background: #F2F2F2;
    color: #575747;
    padding: 0px 0;
    letter-spacing: 0;
    position: relative;
}
.footer-top.news{
     text-align: center;
    padding: 40px 0;
}

.footer-top:before{
    content: '';
    display: block;
    background: url(../../images/common/footer_shadow.png) no-repeat;
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.footer-top.news:before{
    display: none;
}


.site-footer .container {
    display: table;
    width: 100%;
}

.site-footer .col {
    position: relative;
}

.site-footer .title {
    color: #3131AC;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.site-footer .site-map {
    width: 41%;
    padding: 25px 20px 0;
    display: table-cell;
}

.site-info-qr {
}

.site-footer .qr-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
}

.site-info-p {
    display: inline-block;
    vertical-align: top;
    margin: -10px 0 0 10px;
}

.site-info-p p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
}

.site-info-p b {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}

.site-map-box {
    margin: 0 0 35px 0px;
    color: #535353;
}

.site-footer .col-r p {
    margin: 0;
}

.site-footer .col-r p .author {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 20px;
}

.site-footer .col-r {
    display: inline-block;
    vertical-align: top;
    margin: 0 55px 0 0;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    text-align: left;
    color: #242413;
    font-size: 12px;
    line-height: 1.2;
}

.site-map ul + ul {
    margin-left: 50px;
}

.site-map li + li {
    margin-top: 23px;
    list-style: none;
}

.site-map ul a{
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site-map ul a:hover {
    color: #999999;
}


.site-footer .site-info {
    background: rgba(0, 0, 153, .8);
    padding: 35px 45px ;
    width: 27%;
    color: #fff;
    display: table-cell;
    vertical-align: top;
}
.site-footer .site-info .title{
    color: #00BFFF;
}
.site-footer .follow {
    padding: 0px 20px 0;
}
.site-footer .follow p {
    font-size: 13px;
    padding: 15px 0;
    margin: 0;
    color: #878787;
}
.site-footer .links {
    display: inline-block;
    margin: -10px 0 0 0;
}

.site-footer .links a {
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.site-footer .links a img {
    border: 1px solid #fff;
}

.site-footer .links a + a {
    margin: 30px 0 0 0;
}

.site-footer .links a:hover {
    opacity: .7;
    -webkit-transition: all .2s;
    transition: all .2s;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: block;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 99;
}

.fb {
    width: 230px;
    height: 110px;
    display: block;
    background: url('../../images/tw/fb_page.png');
}

.floating .gotop {
    display: none;
}

.gotop {
    width: 76px;
    height: 76px;
    background: url(../../images/common/gotop.png) no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 81%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 5;
}

.gotop i {
    font-size: 57px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -7px;
    display: none;
}

.gotop:hover {
    background-position: 0 100%;
}


/*------------ / floating ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #6C6C6C;
    position: relative;
    font-size: 13px;
    margin: 0 0 45px;
}

.breadcrumb:before {
    content: "\e1021";
    color: #3131AB;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}

.breadcrumb li a:hover {
    font-weight: bold;
}

.side .breadcrumb {
    margin: 0 0 10px;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 260px;
    float: left;
    padding: 47px 0 0 0;
}

.has-side .content {
    width: calc(100% - 310px);
    float: right;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav-top {
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.side-nav-top li a {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    background: url(../../images/common/side_top_ic.png) no-repeat 0 0,#ECEFF7;
    border: solid 1px #C6CEE1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.side-nav-top > li > a:hover, 
.side-nav-top > li.active > a {
    background: url(../../images/common/side_top_ic_hover.png) no-repeat 0 0,#6072B0;
    border-color: #6072B0;
    color: #fff;
    font-weight: bold;
}
.side-nav.has-bg {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.mmenu-show #mobile-menu .side-nav > li, .mmenu-show #mobile-menu .content-nav > li {
    padding: 0;
    border-bottom: none;
    background: #ffffff54;
    margin-bottom: 0;
}
.side-nav > li {
    margin: 0 0 10px;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}

.side-nav li a {
    display: block;
}

.side-nav > li > a {
    position: relative;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #CCCCCC;
    color: #000000;
    background: #FFFFFF;
    padding: 13px 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: #3131AB;
    border-color: #3131AB;
    color: #fff;
}

.side-nav ul li a {
    padding: 9px 10px 9px 20px;
}

.side-nav ul li a:before {
    content: "";
    width: 6px;
    height: 8px;
    display: block;
    position: absolute;
    background: url('../../images/common/side_ic.png');
    top: 50%;
    left: 0;
    margin: -4px 0 0 0;
    opacity: 0;
}

.side-nav ul {
    display: none;
    padding: 15px;
    background: #e1e7ef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    

}
.side-nav ul li:last-child a{
    border: none;
}
.side-nav ul li a{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: solid 1px #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.side-nav ul li.active > a,
.side-nav ul li a:hover {
    color: #2693FF;
}

.side-nav ul li.active a:before ,
.side-nav ul li a:hover:before {
    opacity: 1;
}
.side-nav ul ul{
    border: none;
    padding: 5px;
}
.side-nav ul ul li a:before{display: none;}
.side-nav ul ul li a{
    border: none;
    color: #3131AC;
}
.side-nav ul ul li a:hover,
.side-nav ul ul li.active a{
    text-decoration: underline;
    color: #000;
}
.side-nav > li.logout a {
    background: #3131AC;
    border: 1px solid #3131AC;
    color: #fff;
}


/*------------ / side ------------*/


/*------------ pagination ------------*/

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination li.active a:after {
    content: "/";
    color: #000;
    margin: 0 0 0 7px;
    display: inline-block;
}

.pagination li a:hover,
.pagination li.active a {
    color: #3131AC;
}

.pagination li a.controls {
    margin: 0 10px -3px;
    color: #525252;
    min-width: auto;
    font-size: 17px;
    width: 26px;
    height: 26px;
    line-height: 31px;
    border-radius: 50%;
}

.pagination li a.controls:hover,
.pagination li.active a.controls {
    background: #FFFFFF;
}

.pagination li a.controls.next {
    margin: 0px 5px -3px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}


/*------------ / pagination ------------*/


/*------------ had-bg ------------*/

.has-bg {

    position: relative;
}
.has-bg::after {
    display: block;
    clear: both;
    content: "";
}
.table-bg {
    padding: 20px;
}

.has-img:before {
    content: "\e1009";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    background: #686859;
    color: #fff;
    font-size: 33px;
    width: 55px;
    height: 53px;
    line-height: 53px;
    text-align: center;
}


/*------------ / had-bg ------------*/


/*------------ form ------------*/


/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 45px;
    color: #666659;
    font-size: 13px;
    line-height: 1.75;
    padding: 0 0 20px;
    border-bottom: 1px dashed #666666;
}

.reminder strong {
    font-size: 22px;
    color: #000000;
    margin: 0 0 5px 0;
    display: block;
}

.reminder p {
    margin: 10px 0;
}

.reminder b {
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
}

.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #464637;
    margin: 0 8px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}


/*-----qty-box-----*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 97px;
    max-width: none;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    padding:0 3px;
    font-weight: bold;
    color: #3131AC;
    border: 1px solid #3131AC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-size: 15px;
    margin: 0;
    z-index: 1;
}

.qty-box .btn {
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    position: absolute !important;
    z-index: 0;
    top: calc( 50% - 8px );
    border: 2px solid #C0C0C3;
}

.qty-box .btn:hover {
    background: #00BFFF;
    border-color:  #00BFFF;;
    color: #fff;
}

.qty-box .add {
    right: 2px;
}

.qty-box .less {
    left: 2px;
}

.main-content.cart-two .qty-box {
    width: auto;
    padding: 0px;
}
/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666666;
    border: 1px solid #CDCDC5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 10px;
}

.form-control:focus {
    outline: none;
    border-color: #00BFFF;

}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}

.form-box .form-group {
    padding: 5px 0 10px;
}

.form-box .control-label {
    display: inline-block;
    vertical-align: top;
    min-width:  115px;
    width: 100%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box .control-box .static-control {
    margin: 0px 0 0px;
}

.form-box .control-box {
    position: relative;
    display: inline-block;
    /*width: calc(100% - 120px);*/
    width: 100%;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}

.no-padding .control-label {
    padding: 0;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #00BFFF;
    font-weight: bold;
    margin: -4px 0 38px;
}


/*-----form-wrap-----*/

.form-wrap {
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 95px;
    position: relative;
}

.form-box {
    max-width: 585px;
    margin: 0 auto;
    position: relative;
}

.form-box2 {}

.form-box .row {
    margin: 0 -10px;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}


/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "";
    position: absolute;
    display: block;
    background: #00BFFF;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    left: 0;
}


/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 185px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #777777;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin: 0 0 0 5px;
}

.form-box .captcha a:hover i {
    color: #00BFFF;
}


/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    line-height: 1.6;
}

.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;
}


/*----- address -----*/

.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%;
}


/*----- tips -----*/

.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #00BFFF;
    padding: 0 5px;
    font-size: 13px;
}

.form-box.type2 .tips {
    min-height: 0;
}


/*----- input-group -----*/

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}


/*----- radio + checkbox -----*/

.form-radio {
    display: inline-block;
    position: relative;
}

.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}

.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: 150;
    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: 18px;
    height: 18px;
    margin: 0 5px 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}


/*-----success-box-----*/

.success-box {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
}

.success-box .msg {
    color: #000000;
    font-size: 18px;
}

.success-box .msg b {
    background: #bababa;
    line-height: 53px;
    display: inline-block;
    color: #fff;
    font-size: 37px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 23px;
    margin: 10px 0 0 0;
    min-width: 330px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box a {
    color: #3131AC;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 5px 0;
}

.success-box small {
    font-weight: bold;
    color: #3131AB;
    display: block;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #847971;
    font-size: 13px;
}

.table-h .btn-holder {
    min-width: 30px;
    font-size: 35px;
    line-height: 1;
}

.table-h .btn-holder a:hover {
    color: #000000;
}

.table-h thead th {
    color: #847971;
    padding: 0 6px 6px;
    white-space: nowrap;
    font-weight: normal;
}

.table-h tfoot tr {
    color: #555;
}

.table-h tbody tr {
    border-top: 1px dashed #666666;
}

.table-h tfoot td {
    color: #545454;
    text-align: right;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: bold;
}

.table-h tfoot td:last-child {
    width: 14%;
    padding: 3px 0px 3px 0;
    min-width: auto;
}

.table-h tfoot tr:last-child td {
    color: #D51A23;
    font-weight: bold;
    font-size: 17px;
    padding: 3px 0;
}

/*.table-h tfoot td:last-child span {
    color: #D51A23;
}*/
.table tfoot td .cart-rate {
    font-size: 10px;
    color: #545454;
    letter-spacing: 0.5px;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
    padding: 10px 6px 10px 15px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .pd-id {
    color: #00BFFF;
    display: block;
}

.table-h .pd-name {
    color: #000000;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}

.table-h a:hover .pd-name {
    color: #3131AC;
}

.table-h a.pic {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.table-h a.pic:hover {
    opacity: .7;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.table .ic-delete {
    color: #999999;
    font-size: 20px;
}

.table .ic-delete:hover {
    color: #00BFFF;
}

.table td span {
    color: #3131AB;
}


/*-----table-v-----*/

.table-v {
    font-size: 14px;
}

.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
}

.table-v tr + tr {
    border-top: 1px dashed #666;
}

.table-v th {
    text-align: left;
    position: relative;
    color: #666666;
    font-weight: normal;
    width: 90px;
    padding: 10px 15px 7px 20px;
}

.table-v th:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #3131AB;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0 0 0;
}

.table-v strong {
    color: #00BFFF;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: none;
    top: -40px;
    right: -6px;
    width: auto;
    height: auto;
    color: #FFFFFF;
}

body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}

body .fancybox-close:hover {
    color: #DCDDD5;
}

body .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #CECEBF;
}

body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*---- arrival ----*/

.arrival-box {
    padding: 30px 0 0 0;
}

.arrival-box .pd-name {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.arrival-box .pd-name i {
    color: #FFFFFF;
    font-size: 35px;
    display: block;
    margin: 0px auto 20px;
}

.arrival-box .pd-id {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.arrival-box .form-box {
    max-width: 465px;
}

.arrival-box .notice {
    text-align: center;
    color: #2E2E2E;
}

/*------------ / 購物時登入燈箱 ------------*/
.login-box .lightbox-title {
    color: #3131AC;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.login-box .lightbox-title span {
    border: 2px solid #3131AC;
    padding: 5px 10px;
}

.shopping_way.hot.fixed{
    margin:4px 0 -3px;  
    color:#333;
}

.cart_login_box{
    padding-top:50px;
    height:auto;
    overflow:hidden;
    font-size: 14px;
}
.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{
    padding:30px;
}
.cart-login.col.col2 .btn-box{
    padding-top:85px;
}
.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: #3131AC;
    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:#000;
}
.btn.simple.cart2 {
    background:#3131AC;
}
.btn.simple.cart2:hover {
    background:#000;
}
.cart.bth{
    display:block;
    width:100%;
}
.cart_login_box .form-box.cart_txt{
    text-align: center;
}
.lightbox-wrapper.login-box .notice-box{
    margin-top: 0px;
    padding: 0px;
    border-radius:0;
    line-height: 2;
}
.lightbox-wrapper.login-box .notice-box .title {  
    background:none;
    color: #444;
    font-size: 18px;
    font-weight: bold;
   padding:0px;
    margin: 0px 0 20px;;
    text-align:center;
    float: none;
}
.lightbox-wrapper.login-box .notice-box .txt{
    margin:0px;
    padding:0px;
    border:none;
}
.cart_login_box .lightbox-wrapper{
    padding: 30px;
    max-width: 100%;
    width: 800px; 
}
.cart_login_box .btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 200px;
    height: 40px;
    background: #3131AC;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #3131AC;
    display: block;
    line-height: 30px;
}
.cart_login_box .btn.normal2:hover{
    background:#000;
}
.cart_login_box .btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 5px;
}
.cart_login_box .btn-box{
    margin:5px 0;
}
.cart_login_box .btn.normal2.send{
    margin-bottom: 20px;
}
.cart_login_box .go-login{
    margin:10px 0 20px;
}
/*------------ / 購物時登入燈箱 ------------*/
/*---- login ----*/

.login-box {
    padding: 35px 10px 0;
}

.login-box .title {
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 0 0 15px;
}

.login-box .ic-login {
    display: block;
    color: #4d3b34;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 45px;
}

.login-box .form-box {
    max-width: 450px;
}

.login-btn-box a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    margin: 0 20px 20px;
}

.login-btn-box a i {
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 5px 1px 0;
}

.login-btn-box a:hover {
    color: #686859;
}

.login-box .success-box {
    padding: 0;
}

.login-box .btn-box {
    padding: 20px 0;
}

.login-box .success-box b {
    font-size: 18px;
}

.login-box .success-box .msg b {
    font-size: 37px;
}


/*---- alert-fancybox ----*/

#alert-fancybox {
    background: #fff;
}


/*------------ / lightbox ------------*/


/*------------ mobile_menu ------------*/
.mmenu-show #mobile-menu .side-nav-top > li > a{
    border: none;
}
.mmenu-show .side-nav > li > a{
    border: none;
}
.mmenu-show #mobile-menu .menu li a span{display: none;}
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;

}
.mmenu-show #mobile-fixed li {
    background:#3131AC;
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #mobile-menu .main-menu {
    background: #f6f6fc;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color:  #d7d7e6;
}

.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    background: #3131AC;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #eae9f3;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed  #d7d7e6;
    color: #000;
}

.mmenu-show #mobile-fixed .qty {
    background: #00BFFF;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #3131AC;
    font-weight: bold;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}

.mmenu-show #mobile-menu .language a {
    color: #fff;
}

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #7979b2;
}

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}

.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}

/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1605px) {
    .top-nav{
        right: 50px;
    }
    .site-title .logo{
        width: 320px;
        height: 45px;
    }
}
@media screen and (max-width: 1440px) {
    /*------------ site-footer 1440 ------------*/
    .site-footer .site-info {
        width: 30%;
    }
    .site-footer .links {
        display: block;
        margin: 15px 0;
    }
    .site-footer .links a {
        display: inline-block;
    }
    .site-footer .links a + a {
        margin: 0 0 0 30px;
    }
    /*------------ / site-footer 1440 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .site-header{
        height: 135px;
    }
    .site-nav .menu > li > a{
        padding: 10px 16px;
    }
    .site-nav .menu {
        width: 100%;
        padding: 0 0 0 190px;
        text-align: left;
        top: 75px;
        margin: 0;
    }
    .header-fixed .site-title{
        background: #fff;
        top: 0;
        left: 0;
    }
    .header-fixed .site-nav .menu {
        margin: 0 230px 0 0;
        top: 0;
        text-align: right;
    }
    .header-fixed .site-nav .menu > li > a {
        padding: 10px 13px;
    }
    /*------------ / site-header 1280 ------------*/
    /*------------ site-footer 1280 ------------*/
    .site-footer {
        padding: 0 0 0px;
    }
    .site-footer .container,
    .site-footer .site-info,
    .site-footer .site-map {
        width: 100%;
        display: block;
    }
    .site-footer .follow,
    .site-info-qr {
        vertical-align: top;
    }
    .share {
        margin: 0 0 0 30px;
    }
    .site-info-qr {
        margin: 0 35px 0 0;
    }
    /*------------ / site-footer 1280 ------------*/
    .side {
        width: 240px;
    }
    .has-side .content {
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 1200px) {
	.header-fixed .site-nav .menu > li > a {
		padding: 10px 6px;
	}
	.header-fixed .site-header .func-menu{
		width:80px;
		height:80px;
	}
	.header-fixed .top-nav{
		right:100px;
	}
	.header-fixed .site-nav .menu{
		margin-right:200px;
	}
	.header-fixed .top-nav > ul{
		padding: 3px 3px 4px 3px;
	}
	.header-fixed .site-title .logo {
		width: 125px;
		height: 60px;
		background-image: url(../../images/common/logo2.png);
	}
}
@media screen and (max-width: 1100px) {
    .site-nav .menu > li > a{
    }
    .header-fixed .site-nav .menu > li > a{
        padding: 10px 8px;
    }
	
}
@media screen and (max-width: 1000px) {/*手機板*/
	
    .site-header::after{display: none;}
    body{
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }
    .site-footer .follow{
        padding:0;
    }
    .btn.style03{
        letter-spacing: 0.5px;
    }
    .table-v {
        font-size: 14px;
    }
    .wrapper ,.header-fixed .wrapper{
        padding-top: 40px;
    }
    .desktop{
        display: none;
    }
    hr {
        margin: 10px 0;
    }
    .content{
        min-height: inherit;
    }
    .side{
        display: none;
    }
    .title{
        font-size: 16px;
    }
    .btn.style02{
        line-height: 28px;
        height: 28px;
        font-size: 10px;
    }
    .btn-box.dib2 .style02{
        padding:0 10px;
    }
    .btn-box.dib2 .btn{
         margin: 10px 2px 15px;
        line-height: 25px;
        font-size: 14px;
        letter-spacing: 0;
        padding: 0 3px;
        min-width: 104px;
    }
    .form-control,.page-info .form-control{
         line-height: 30px;
        height: 30px;
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .form-box .form-group,.login-box .btn-box{
        padding:5px 0;
    }
    
    .has-img:before{
        display: none;
    }
    .reminder{
        padding-bottom: 5px;
    }
    .reminder strong{
        font-size: 15px;
    }
    .reminder b{
        margin-top: 5px;
    }
    /*------------ site-header 1024 ------------*/
    .site-nav,
    .top-nav {
        display: none;
    }
    .site-header {
        height: auto;
		 padding: 5px 0;
    }
    .site-title {
        position: static;
        text-align: center;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
       width: 275px;
        height: 75px;
    }
    .header-fixed .site-header {
        position: static;
    }
    .header-fixed .site-title {
        position: static;
    }
    /*------------ / site-header 1024 ------------*/
    .breadcrumb {
        margin: 5px 0 25px;
    }
    /*------------ main-content 1024 ------------*/
    .main-content {
        padding: 15px 0;
    }
    .main-top,.main-top.no-border {
        padding: 0;
        margin:0;
    }
  
    .main-title {
        margin: 0 0 5px;
        padding: 5px 20px;
        font-size: 14px;
    }
    .main-title.pc{
        display: none;
    }
    /*------------ / main-content 1024 ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .site-map-box,.site-footer .title,.share{
        display: none;
    }
    .share li span{
        display: none;
    }
    .site-info-p b{
        font-size: 12px;
    }
    .footer-top{
        padding:5px 0;
        text-align: center;
    }
   
    .site-footer .site-map{
        padding: 5px 20px 0;
    }
    .site-footer .links a{
        display: inline-block;
        max-width: 48%;
    }
    .site-footer .site-info{
         padding:10px;
        display: inline-block;
        width: auto;
    }
    .site-info-p{
        margin:0;
        display: block;
    }
	.site-footer .follow p {
    padding: 5px 0;
    }
    .site-info-qr{
        margin: 0
    }
    .site-footer .links{
        margin:5px auto;
    }
    /*------------ / site-footer 1024 ------------*/
    .main-top{
         margin-bottom: 15px;
        line-height: 1.6;
    }
    .main-title{
       font-size: 20px;
       padding:0 0 15px;
        letter-spacing: 1px;
    }
    .btn-box {
        padding: 15px 0 10px;
    }
    .success-box .btn-box{
        padding: 0;
    }
    .warning-sect{
         padding: 15px 0;
    }
    .table-h tbody td.align-left {
         padding: 0px 6px 5px 0;
        margin-bottom:5px;
        border-bottom: 1px dashed #666;
    }
    /*------------ table 960 ------------*/
    .table-bg {
        padding: 0 10px;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 5px;
        top: 20px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td {
        min-width: 40px;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 14px;
        margin: 0 0px 0 0;
    }
    .table-h tr {
        padding: 5px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 0px 15px;
    }
    .table-h tfoot td {
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        padding: 3px 0;
    }
    .table-h td,
    .table-h tbody td,
    .table-h .btn-holder {
          padding: 2px 0;
        line-height: 1.5;
        font-size: 13px;
    }
    .table-h tfoot td{
        font-size: 14px;
    }
    .shopping-title i,
	.shopping-title-up i{
        font-size: 15px;
    }

    
    /*------------ / table 960 ------------*/
    .success-box .msg{
        font-size: 16px;
		 margin-bottom:5px;
    }
    .success-box .msg b,.login-box .success-box .msg b {
        font-size:16px;
        min-width: auto;
        line-height: 30px;
        margin-top: 5px;
    }

    .success-box b,.login-box .success-box b{
       font-size: 16px;
    }
    .success-box .notice-box{
        margin: 5px auto;
    }
    .success-box{
        padding: 15px;
    }
    .static-control{
        margin-bottom: 0px;
    }
    .form-wrap {
        padding: 15px ;
    }
    .btn-box.has-border{
        margin-top: 10px;
    }
    .reminder{
        margin-bottom: 10px;
    }
	.login-box{
        padding: 15px;
    }
    .success-box .suctxt{
    padding:10px 0;
}

}
@media screen and (max-width: 890px) {
    body .fancybox-close{
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    /*------------ / table 767 ------------*/
    .table-h .pd-name {
        margin: -2px 0 0 0;
    }
    /*------------ / table 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .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: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .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-box .captcha a {
        right: 2%;
    }

    
    /*------------ / form 767 ------------*/
     .cart-login.col,.cart-login.col.col1{
        width: 100%;
        float: none;
        border:none;
        right: 0;
    }
    .cart_login_box .lightbox-wrapper{
        max-width: 100%;
        width: 800px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }
    .cart-login.col.col2{
        padding:10px;
    }
    .cart-login.col.col2 .btn-box{
        padding-top: 5px;
    }
     .cart_login_box .btn.normal2.send{
        margin-bottom: 5px;
    }
    .cart_login_box .go-login{
        margin:5px 0;
    }
    .cart_login_box .btn.normal2{
        height: 30px;
        line-height: 30px;
        padding:0 5px;
    }
    .lightbox-wrapper.login-box .notice-box .title{
        margin-bottom: 5px;
    }
    /*login燈箱*/
    .login-box .ic-login{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .login-box .title{
        line-height: 1.2;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .login-box{
        padding-top: 5px;
    }
    .login-btn-box a i{
        font-size: 15px;
    }
    .login-btn-box a{
        font-size: 10px;
    }
    /*!login燈箱*/
}

@media screen and (max-width: 600px) {
    /*------------ site-footer 600 ------------*/
    .gotop {
        display: none;
    }
    .site-footer {
        text-align: center;
    }
   
    .site-footer .qr-inner,
    .site-info-qr,
    .site-footer .col-r {
        margin: 0;
    }

    .site-footer .col-r p .author {
        display: block;
        margin: 0;
    }
    .site-footer .links a + a {
        margin: 0;
    }
    /*------------ / site-footer 600 ------------*/
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 600 ------------*/
    /*------------ table 600 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        padding:3px 5px;
    }
    .table-v th {
        font-weight: bold;
        color: #000;
    }
    .table-v th:after {
        display: none;
    }
    /*------------ / table 600 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table td .ibtn.delete {
        position: static;
        margin: 10px 0;
    }
    /*------------ / table 500 ------------*/
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 110px;
    }
    /*------------ form 500 ------------*/
}

@media screen and (max-width: 400px) {
    .btn.style03 .ic-zoom-in,
    .btn.style03 .ic-money,
    .btn.style03 .ic-typing,
    .btn.style03 .ic-bag,
    .btn.style03 .ic-home{
        display: none;
    }
    .mmenu-show #mobile-fixed .logo-fixed-menu {
        width: 150px;
    }

}

