@charset "utf-8";

@import url('//fonts.googleapis.com/css?family=Alex+Brush&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel&display=swap');

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

body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.35px;
}

.wrapper {
    position: relative;
}

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

.has-bg {
    background: #FCFBF8;
    margin: -25px 0 0 0;
}


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


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

.btn.back {
    color:#D83500;
    width:100%;
    margin:20px auto 0;
    font-weight: bold;
    transition: all .2s;
    font-size:18px;
    font-family:'Abel','微軟正黑體';
    max-width: 310px;
    position: relative;
   padding: 10px 0;
   text-align: center;
}

.btn.back:hover {
    color: #444;
}

.btn.back i {
   color:#D83500;
   font-size:45px;
   position:absolute;
   display:block;
}
.btn.back .top-btn{
    top:-22px;
    left:210px;
}
.btn.back:hover .top-btn{
    left:280px;
    color:#000;
}
.btn.back .down-btn{
    bottom:-22px;
    left:40px;
}
.btn.back:hover .down-btn{
    left:-60px;
    color:#000;
}
.btn.back:before,
.btn.back:after,
.btn.back i{
    transition:all .3s ease;
}
.btn.back:before {
   content:'';
   width:148px;
   height:1px;
   background:#D93600;
   position:absolute;
   top:0;
   display:block;
   left:65px;
   margin:0 auto;
}

.btn.back:after {
   content:'';
   width:148px;
   height:1px;
   background:#D93600;
   position:absolute;
   bottom:0;
   display:block;
   right:65px;
   margin:0 auto;
}
.btn.back:hover:before,
.btn.back:hover:after{
    width:250px;
    background:#000000;
}
/*-----style01-btn-----*/

.btn.style01 {
    transition: all .2s;
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #FD960B;
    border-radius: 10px;
    transition: all .2s;
    position: relative;
    margin: 0 auto;
    display: block;
    line-height: 44px;
}

.btn.style01 i {
    margin: -5px 10px 0 0;
}

.btn.style01:hover {
    transition: all .2s;
     background: #444;
}

.btn.style01 i {
    vertical-align: middle;
    display: inline-block;
}

.btn.style01.nobuy {
    background: #B4B4B4;
    cursor: not-allowed;
}

.btn.style01.nobuy i {
    background-position: 0 100%;
}

.btn.style01.bg2 {
     background: #ffc83a;
}
.btn.style01.bg2:hover{
    background: #d57900;
}

.btn.style01.bg3 {
    background: #B4CE59;
}

.btn.style01.submit {
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 330px;
    width: 100%;
    font-size: 18px;
}

.ic-cart {
    width: 30px;
    height: 30px;
    background: url('../../images/common/ic_cart.png')0 100%;
    display: inline-block;
    vertical-align: middle;
}


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

.btn.style02 {
    color: #666666;
    line-height: 1.2;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s;
    line-height: 38px;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 23px;
    margin: 0 3px 10px;
}

.btn.style02 i {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.btn.style02:hover {
    transition: all .2s;
    background: #FF9326;
    border: 1px solid #FF9326;
    color: #fff;
}

.btn.style02:hover i {
    color: #fff;
}

.btn.style02 i.paid {
    width: 18px;
    height: 18px;
    background: url('../../images/common/paid_ic.png');
}

.btn.style02:hover i.paid {
    background-position: 0 100%;
}




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

.btn.style03 {
    background: #F9F9F9;
    line-height: 28px;
    border-radius: 5px;
    color: #6A6A6A;
    font-size: 15px;
    border: 1px solid #DDDDDD;
    transition: all .2s;
    padding: 0 20px;
}

.btn.style03 i {
    color: #8DC220;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 5px 0;
}

.btn.style03:hover {
    color: #fff;
    background: #8DC220;
    transition: all .2s;
}

.btn.style03:hover i {
    color: #fff;
}




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

.btn.style04 {
    background: #8DC220;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    transition: all .2s;
    padding: 0 12px;
    margin: 0 15px;
}

.btn.style04:hover {
    background: #6A6A6A;
    transition: all .2s;
}




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

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

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

.btn-box.has-border {
    padding: 25px 0;
}

.btn-box.dib .btn {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 0 10px 10px;
}




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


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

.site-header {
    margin: 0 auto;
    position: fixed;
    top: 0;
    padding: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.site-header .container {
    max-width: 1600px;
}

.site-title {
    float: left;
    padding:  10px 0px;
}

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

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




/**---- 置頂在下面  --**/

.header-fixed .site-title .logo {
    width: 190px;
    margin: -130px 0 -145px;
    position: relative;
}

.header-fixed .site-nav {
    margin-top: -30px;
    clear: both;
    margin-bottom: 10px;
}

.header-fixed .site-header .search-box .form-control {
    height: 20px;
    line-height: 20px;
    max-width: 150px;
}

.header-fixed .site-header .search-box {
    width: 200px;
    padding: 9px 10px 8px;
}

.header-fixed .site-header .search-box a {
    right: 14px;
    top: 3px;
}

.header-fixed .top-nav li.paid a i {
    font-size: 15px;
}

.header-fixed .top-nav>ul>li i {
    font-size: 15px;
}

.header-fixed .top-nav>ul>li>a {
    padding: 9px 14px;
}

.header-fixed .site-nav .menu>li>a {
    font-size: 17px;
}

.header-fixed .site-title {
    padding: 20px 0 30px;
}

.header-fixed .site-nav .menu li ul {
    /*margin: 40px 0 0 -132px;*/
}

.header-fixed .site-nav .menu li ul ul {
    margin: 0px 0 0 20px;
}
.header-fixed .site-nav .menu li ul ul ul{
    margin: 0px 0 0 25px;
}
.header-fixed .func-menu>li>a {
    padding: 2px 8px;
}

.header-fixed .func-menu>li>a b,
.header-fixed .func-menu .cart p {
    font-size: 12px;
}

.header-fixed .func-menu .sum {
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.header-fixed .top-nav li.paid,
.header-fixed .top-nav li.order {
    display: none;
}

.header-fixed .site-header {
    background: #ffffffd4;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.header-fixed .search-box:after {
    top: 10px;
}

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

.top-nav {
    float: right;
    margin: 0 5px 0 0;
    position: relative;
}

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

.top-nav li {
    margin: 0 -1px;
    line-height: 1.4;
}

.top-nav>ul>li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 3px 0;
    font-size: 24px;
}

.top-nav>ul>li>a {
    display: block;
    color: #de560f;
    background: #FFFBDF;
    line-height: 1.2;
    padding: 9px 14px;
}

.top-nav li.order a {
    background: #FFE3B9;
}

.top-nav li.paid a {
    background: #FFFBDF;
    padding: 4px 14px;
}

.top-nav li.paid a i {
    font-size: 34px;
}
.top-nav>ul>li:hover>a{
    background: #fcd293;
}
.top-nav li.order:hover a {
    background: #fcd293;
}
/*---- language ----*/

.site-header .language {}

.language {
    color: #fff;
    background: #F47400;
    position: relative;
}

.language .btn {
    display: block;
    line-height: 45px;
    padding: 0 20px;
}

.language .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 2px 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.language ul {
    display: none;
    background: #F4BD00;
    color: #fff;
    z-index: 100;
    width: 100%;
    position: absolute;
    padding: 5px 0;
}

.language ul li {
    position: relative;
    display: block;
}

.language li a {
    transition: all .2s;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 2px 0;
}

.language ul li+li {
    border-top: 1px solid #d6a600;
}

.language ul li a:hover {
    color: #000000;
    transition: all .2s;
}

.header-fixed .top-nav .language .btn {
    display: block;
    line-height: 38px;
    padding: 0 20px;
}




/*---- search-box ----*/

.site-header .search-box {
    position: relative;
    width: 280px;
    background: #FFE3B9;
    box-sizing: border-box;
    padding: 7px 10px 6px;
    color: #DE560F;
}

.site-header .search-box .form-control {
    height: 32px;
    line-height: 32px;
    margin: 0;
    border: 0;
    border-radius: 25px;
    background: #fff;
    padding: 0 25px 0 0;
    transition: all .1s;
    max-width: 230px;
    padding: 0 15px;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
}

.site-header .search-box a {
    position: absolute;
    right: 7px;
    top: 8px;
    color: #fff;
    font-weight: bold;
}

.search-box:after {
    position: absolute;
    content: "\e914";
    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: #fff;
    right: 16px;
    top: 15px;
    font-size: 23px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    color: #DE560F;
}

.search-box:hover:after {
    color: #8c4200;
}

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

.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 .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 {
    margin: 0;
}

.func-menu>li {
    position: relative;
    width: 100%;
    margin: 0;
}

.func-menu>li>a {
    display: block;
    font-weight: bold;
    transition: all .2s;
    background: #FF6F6A;
    color: #fff;
    padding: 6px 8px;
    letter-spacing: 1px;
}
.func-menu>li:hover>a{
    background: #eb4b45;
}
.func-menu .cart p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.05;
}

.func-menu>li>a b {
    display: block;
    color: #fff;
    font-weight: bold;
}
.func-menu li .shc{
    color: #fff;
    max-width: 100px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.func-menu>li>a:hover {
    transition: all .2s;
}

.func-menu .sum {
    font-weight: bold;
    color: #DE560F;
    font-size: 24px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-style: italic;
}

.func-menu .cart-box {
    width: 300px;
    position: absolute;
    z-index: 300;
    right: 0;
    top: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #ddd;
    box-sizing: border-box;
}

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

.func-menu .cart-inner {
    padding: 0 10px;
}

.func-menu .cart-list .offers {
    margin: 5px 0;
    font-weight: bold;
}

.func-menu .cart-inner li+li {
    border-top: 1px solid #CCCCCC;
}

.func-menu .cart-inner li {
    border: 0;
    padding: 10px 0 0;
}

.func-menu .cart-list a {
    display: block;
    /* overflow: hidden; */
    padding: 0;
    margin: 10px 0;
}

.func-menu .cart-list a:hover {
    text-decoration: none;
}

.func-menu .cart-list .pic {
    float: left;
    width: 100px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.func-menu .cart-list .txt {
    margin: 0 0 0 110px;
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
}

.func-menu .cart-list .name {
    color: #de560f;
    line-height: 1.2;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.func-menu .cart-list a:hover .name {
    color: #ec651e;
    text-decoration: underline;
}

.func-menu .cart-list .num {
    color: #444;
    display: block;
}

.func-menu .cart-inner .btn {
    transition: all .2s;
    display: block;
    background: #ec651e;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0 10px 0;
    border-radius: 0px;
}

.func-menu .cart-inner .btn:hover {
    transition: all .2s;
    text-decoration: none;
    background: #d93600;
}




/*------- 拆單下拉 ------*/

.func-menu .shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #333;
}

.func-menu .shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}

.func-menu .shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}

.func-menu .shopping_way span+span {
    margin-left: 10px;
}




/*--------拆單購物車 end---------*/


/*------- 會員下拉 ------*/

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

.gomember>a {
    font-size: 13px;
    color: #fff;
    background: #a7a995;
}

.gomember>a i {
    color: #DE560F;
    font-size: 13px;
}

.gomember-box {
    position: absolute;
    z-index: 10;
    width: 94px;
    right: 0;
    top: 100%;
    border: 2px solid #ddd;
    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;
}

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

.gomember-list {
    padding: 4px 0;
}

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

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

.gomember-list a:hover {
    color: #de560f;
}

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

.gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #de560f;
    font-size: 15px;
}

.login-out-fixed {
    color: #bc4100;
}

.gomember-list .login-out-fixed a:hover {
    color: #de5b2f;
}

/*------- 會員下拉END ------*/


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

.site-nav {
    position: relative;
    margin: 20px -15px 0 0;
    float: right;
}

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

.site-nav .menu {
    width: 100%;
    position: relative;
}

.site-nav .menu li {
    position: relative;
}

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

.site-nav .menu>li>a {
     transition: all .2s;
    text-align: center;
    display: block;
    padding: 0 3px 0 2px;
    color: #de560f;
    font-size: 16px;
    margin: 0 26px;
}

.site-nav .menu>li>a:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #444444;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .3s ease;
}

.site-nav .menu>li:hover>a:after,
.site-nav .menu>li.active>a:after {
    width: 100%;
}

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    transition: all .2s;
    color: #444;
}

.site-nav .menu li ul {
    display: none;
    background: #FFDC73;
    position: absolute;
    z-index: 600;
    min-width: 180px;
    top: 0;
    left: 50%;
    margin: 55px 0 0 -90px;
    box-sizing: border-box;
    padding: 5px;
}

.site-nav .menu li ul .top {
    width: 20px;
    height: 20px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #FFDC73;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 -15px 0px;
}

.site-nav .menu li ul .ic-arrow {
    transform: rotate(45deg) scale(0.6);
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 2px;
    display: none;
}

.site-nav .menu li ul:before {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: transparent;
}

.site-nav .menu ul>li {
    border-bottom: 1px dotted #DE560F;
}

.site-nav .menu ul li a {
    color: #DE550E;
    line-height: 1.2;
    padding: 8px 5px 8px 5px;
    display: block;
    position: relative;
    font-size: 15px;
    text-align: center;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active a {
    font-weight: bold;
    text-decoration: underline;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 15px 20px;
    margin: 0 0 0 20px;
    background: #fde498;
}

.site-nav .menu ul ul ul {
    margin: 0 0 0 25px;
    background: #ffdc73;
}

.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
    display: block;
    background-color: transparent;
}

.site-nav .menu ul ul li a,
.site-nav .menu ul li.active li a,
.site-nav .menu ul ul li.active li a {
    padding: 10px 5px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #de550e;
}

.site-nav .menu ul ul li,
.site-nav .menu ul ul>li:first-child {
    border: 0;
}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a,
.site-nav .menu ul ul ul li a:hover,
.site-nav .menu ul ul ul li.active a:hover {
    text-decoration: underline;
    color: #b93f00;
}

.site-nav .menu .activity-menu a {
    color: #f39801;
}

.site-nav .menu .activity-menu a:hover {
    transition: all .2s;
    color: #bd5d10;
}

.site-nav .menu ul .activity-top {
    line-height: 1.2;
    background: #DE560F;
    display: block;
    position: relative;
    font-size: 15px;
    
}

.site-nav .menu ul .activity-top:hover a {
    background: #D93600;
    text-decoration: none;
}

.site-nav .menu ul .activity-top a{
    color: #fff;
}

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

.share {
    display: inline-block;
}

.share li {
    float: left;
}

.share .btn {
    color: #fff;
    font-size: 80px;
    line-height: 30px;
    transition: all .2s;
    display: block;
    background: #375490;
    width: 100px;
    height: 100px;
    display: block;
    box-sizing: border-box;
    border-radius: 0px;
}

.share .twitter .btn {
    background: #00ABF0;
    margin: 0 14px;
}

.share .plurk .btn {
    background: #f39801;
}
.share .plurk:hover .btn {
    background: #f37301;
}
.share .youtube .btn {
    background: #AA1317;
    line-height: 2.2;
}

.share .instagram .btn {
    line-height: 2.2;
    background: #A17359;
}

.share .twitter:hover .btn {
    background: #00d4f0;
}

.share .google:hover .btn {
    background: #ff441c;
}

.share .facebook:hover .btn {
    background: #3b6dd4;
}




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


/******** 2.0 新增詳細頁社群分享按鈕 ********/

.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    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;
}

.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg,
.a2a_default_style .a2a_counter img {
    display: none;
}

.share-link .ic-sharewhatsapp,
.share-link .ic-shareweibo {
    line-height: 1.4em;
}




/*-----新聞內的share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

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

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

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

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}

.share_box {
    margin: 10px 0 30px;
    text-align: center;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #ffa84f;
    cursor: pointer;
}

.a2a_default_style .a2a_svg {
    display: none;
}

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

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

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

.share_box .share-link .btn.twitter:hover {
    color: #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-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.share_box .share-link .btn.line {
    padding: 0px;
}

.share_box .share-link:before {
    display: none;
}




/*------------新聞內的share_box end------------*/


/******** 2.0 新增詳細頁社群分享按鈕 ********/


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

.banner {
    position: relative;
    padding: 116px 0 0;
}

.banner-arrow {
    margin: 40px 0 25px;
    text-align: center;
}

.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
    position: relative;
    top: -10px;
}

.banner-dot {
    display: inline-block;
}

.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.banner-dot .slick-dots li {
    margin: 0 3px;
}

.banner-dot .slick-dots button {
    width: 30px;
    height: 5px;
    margin: 0;
    display: block;
    color: transparent;
    background: #DAD4CE;
    top: 0;
}

.banner-dot .slick-active button {
    background: #83705E;
}




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


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

.main-top {
    position: relative;
    text-align: center;
}

.main-title {
    line-height: 1.2;
    letter-spacing: 2.5px;
    color:#FF9226;
    font-family:'Scada','微軟正黑體';
    font-weight: bold;
    font-size: 40px;
    padding: 20px 10px;
    margin: 65px auto 40px;
    background:#fff;
    border:1px solid #FF9226;
    width:auto;
    display: inline-block;
    position:relative;
    border-radius: 20px;
    text-align: center;
    min-width: 280px;
}
.main-title:before{
    content:'';
    width:110%;
    height:12px;
    background: #fff;
    position: absolute;
    left: -5%;
    right:0;
    top:45%;
    z-index:-1;
    bottom: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.main-title:after{
    content:'';
    width:130%;
    height:12px;
    background:#FF9428;
    display:block;
    position:absolute;
    left: -15%;
    z-index:-2;
    right:0;
    top:45%;
    margin: auto;
}
.main-title p {
    color: #444;
    font-size:26px;
    margin: 0;
    display: none;
}

.site-main {
    position: relative;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 20px 0 55px 0;
}

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

.content-title {}

.main-title-two-small {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
    margin-bottom: 60px;
}


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

.shopping-title,
.shopping-title-up {
    font-size: 20px;
    color: #df5913;
    line-height: 1.2;
    margin: 0 0 10px;
}

.shopping-title i,
.shopping-title-up i {
    color: #F15103;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}




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

.plus-txt {
    border: 1px solid #F39801;
    text-align: center;
    padding: 10px;
}

.plus-txt b {
    color: #F15103;
}




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

.warning-sect {
    padding: 0px;
}

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


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

.site-footer {
    position: relative;
}

.footer-top {
    /* background: #EEEEEE; */
}

.footer-top.html {
    background: none;
}

.footer-top.html .container {
    padding: 20px 0 20px;
    max-width: 1440px;
    background: none;
    text-align: center;
}

.footer-top .container {
    padding: 0;
    max-width: 1440px;
    background: url(../../images/common/footer_1.jpg);
    border-radius: 0 20px 20px 0px;
}

.footer-top.html .col {
    float: none;
    display: inline-block;
}

.footer-top .col {
    float: left;
}

.footer-top .fb {
    width: 190px;
    height: 100px;
    display: inline-block;
    background: url('../../images/tw/fb.png')#D96D00;
    box-sizing: border-box;
}

.footer-top .fb:hover {
    background-color: #375490;
}

.site-footer .share {
    float: left;
}

.footer-mid {
    background: url(../../images/common/footer_2.jpg);
    padding: 0;
    position: relative;
}

.footer-mid .container {
    display: flex;
}

.footer-mid:after {
    content: "";
    width: 100%;
    height: 12px;
    display: block;
    z-index: 15;
    background: url(../../images/common/footer_3.jpg);
}

.footer-mid:after {
    position: absolute;
    bottom: 0;
}

.site-info {
    color: #D93600;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    /* max-width: 410px; */
    /* float: left; */
    width: 40%;
    margin-right: 100px;
    padding: 50px 0;
}

.site-info p {
    margin: 0;
}

.site-info p+p {
    margin: 5px 0 0 0;
}

.site-info p span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    margin: 5px 0 0 0;
}

.site-info i {
    color: #000000;
    background: #fff;
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 12px 0 0;
    text-align: center;
    line-height: 34px;
}

.site-map {
    color: #D83500;
    border: 1px solid #D96D00;
    border-width: 0 1px;
    height: auto;
    width: 60%;
    display: flex;
    margin: 60px 0 75px;
    padding: 0 0px 0 30px;
}

.site-map ul {
    width: 16.5%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    height: auto;
}

.site-map li+li {
    margin-top: 8px;
}
.site-map li{
    text-align:left;
}
.site-map ul a:hover {
    color: #000;
}

.footer-bottom {
    padding: 17px 0 14px;
    font-size: 12px;
    color: #fff;
    line-height: 1.45;
    background: #D96D00;
}




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


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

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

.floating .gotop {
    display: none;
}

.gotop {
    color: #fff;
    transition: all .2s;
    background: url(../../images/common/top.png)no-repeat #D93600;
    display: block;
    float: right;
    width: 100px;
    height: 100px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 300;
    line-height: 0;
    font-size: 0;
    border-radius: 15px;
}

.gotop i {
    display: block;
    font-size: 30px;
    transition: all .2s;
    line-height: 1.5;
    display: none;
}

.gotop:hover {
    background-color: #D96D00;
}


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


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

.breadcrumb {
    color: #333333;
    font-size: 13px;
    right: 0;
    margin: 0 0 5px 0;
    text-align: right;
}

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

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

.breadcrumb li a:hover {
    color: #FF9226;
}
.products-breadcrumb {
    border-top: 1px solid #FF9226;
    border-bottom: 1px solid #FF9226;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
    margin-bottom: 20px;
}

.products-breadcrumb li:first-child a:before {
    display: none;
}

.products-breadcrumb li+li:before {
    color: #000;
}




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


/*------------ / 拆單 / -------------*/

.shopping_way .general {
    border: 1px solid #b5b5b5;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #b5b5b5;
}

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




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

.side-nav-box {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 40px;
    background: #de560f;
    position: relative;
    box-sizing: border-box;
}

.side-nav {
    width: 100%;
    display: table;
}

.side-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(../../images/common/shadow.png) no-repeat center top;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 0 1px 0;
}

.side-nav>li {
    float: none;
    display: table-cell;
}

.side-nav>li+li {
    border-left: 1px solid #fff;
}

.side-nav li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}

.side-nav>li>a {
    padding: 12px 23px;
    text-align: center;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,5a7c14+100&0+1,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(245, 144, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(245, 144, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(245, 144, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#5a7c14', GradientType=0);
    /* IE6-9 */
}

.side-nav ul {
    display: none;
}

.side-nav .logout a {
    color: #FFFF26;
}


/*----- 側邊選單 新單元才會有 -----*/

.side-add {
    float: left;
    width: 240px;
}

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

.side-title {
    background: url('https://www.royalhost.com.tw/images/common/side_title_bg.png') no-repeat;
    width: 196px;
    height: auto;
    color: #de5711;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    line-height: 1.3;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-title small {
    display: block;
    color: #f47400;
    font-size: 15px;
    font-weight: normal;
}

.side-add {
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0 0;
    border: 3px solid #ff95284f;
}

.side-nav.new>li {
    margin-top: 10px;
    display: block;
}

.side-nav.new>li>a {
    background: #FFDC73;
    color: #DE550E;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 44px 10px 20px;
}

.side-nav.new>li>a:hover,
.side-nav.new>li.active>a {
   background:#DE560F;
   color:#fff;
}

.side-nav.new ul {
    padding: 10px 0 0;
}

.side-nav.new ul>li {
    margin-bottom: 5px;
    border-bottom: 1px dashed #f3ae6f;
}

.side-nav.new ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #503200;
    padding: 10px 0px 10px 10px;

}

.side-nav.new ul li a:hover,
.side-nav.new ul li.active>a {
    color: #f47400;
}

.side-nav.new:before {
    display: none;
}


/*------------ / 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: 28px;
    line-height: 24px;
    border: 2px solid transparent;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
    color: #444444;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .2s;
}

.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
   color: #de560f;
    border: 2px solid #de560f;
}

.pagination li a.controls {
    margin: 0 15px 2px;
    font-weight: bold;
    border: 0;
}

.pagination li a.controls i {
    margin: 0 10px 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.pagination li a.controls:hover {
    border: 0;
}

.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 ------------*/


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


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

.reminder {
    font-size: 14px;
    color: #666666;
    line-height: 1.65;
    text-align: center;
    margin: 0 0 45px;
}

.reminder.has-border {
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 40px;
}

.reminder strong {
    display: block;
    color: #333333;
    font-size: 24px;
    margin: 0 0 10px;
}

.reminder b {
    border: 2px solid #de560f;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}




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

.qty-box {
    position: relative;
    display: inline-block;
    width: 102px;
    padding: 0 30px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    width: 45px;
    border: 1px solid #DDDDDD;
    line-height: 26px;
    color: #777777;
    box-sizing: border-box;
    font-size: 13px;
    background: #F9F9F9;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 5px;
}

.qty-box .btn {
    color: #fff;
    background: #555555;
    line-height: 18px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    position: absolute !important;
    z-index: 0;
    top: 6px;
    width: 18px;
    height: 18px;
}

.qty-box .btn:hover {
    background: #ff9528;
}

.qty-box .add {
    left: 0px;
}

.qty-box .less {
    right: 0px;
}

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



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

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    color: #666666;
    background: #fff;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 7px;
}

.form-control:focus {
    outline: none;
    border-color: #fd960b;
}

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



/*
select.form-control {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 28px;
    color: #666666;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 15px 0 10px;
    border-radius: 7px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #F9F9F9 url('../../images/common/arrow.png') no-repeat scroll right center;
}

select.form-control:focus {
    outline: none;
    border-color: #8DC220;
}
*/

.form-box.has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

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

.form-box .control-label {
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 5px;
}

.form-group .control-label+.static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}

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

.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;
    padding: 0;
}

.form-box-block .required.control-label {
    padding: 0 0 0 20px;
}




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

.static-control {
    line-height: inherit;
    color: #F15102;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}




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

.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
}

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

.form-box2 {
    border-radius: 10px;
    margin: 0 auto;
    padding: 35px 65px;
    border: 1px solid #DDDDDD;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

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




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

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

.form-box .required:after {
    content: "";
    border: 2px solid #de560f;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1px 9px;
}




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

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

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

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

.form-box .captcha a i {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #F39801;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}

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




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

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

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    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: -3px;
   color: #ff9e1c;
    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;
    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 6px;
}

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

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

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




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

.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    color: #7E6C6C;
}

.success-box .msg {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}

.success-box .fz16 {
    font-size: 16px;
    color: #666666;
}

.success-box b {
    font-size: 16px;
    color: #F29800;
}

.success-box b span {
    color: #333333;
}

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

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

.success-box>span {
    font-size: 16px;
    display: block;
    margin: 5px 0;
    line-height: 1.45;
    color: #F29800;
}

.success-box>span b {
    color: #000;
}

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

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

.table-h {
    border-top: 1px solid #DCDCDC;
    color: #000;
}

/*   .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }*/

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}

.table-h thead th {
    color: #777;
    font-weight: normal;
    padding: 12px;
    text-align: center;
}



/*
    .table-h .align-left.info {
        max-width: 500px;
    }*/

.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}

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

.table td span {
    color: #DE82A5;
}

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

.table-v tr {
    border-bottom: 1px solid #ddd;
}

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

.table-v th {
    text-align: left;
    width: 110px;
    font-weight: normal;
    position: relative;
    background: #F0F0F0;
}

.table-v strong {
    color: #de560f;
}



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


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


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

body .fancybox-close {
    background: none;
    top: 3px;
    right: 12px;
    width: auto;
    height: auto;
}

body .fancybox-close:after {
    content: "\e1019";
    display: block;
    font-size: 26px;
    text-align: center;
    color: #FF9326;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    border: 5px solid #FF9326;
}

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

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

.lightbox-wrapper .submit {
    display: block;
    width: 100%;
    max-width: 295px;
    line-height: 40px;
}
/*---- 登入燈箱 ---*/

.cart_login_box {
    height: auto;
    overflow: hidden;
}

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




/*---- 登入燈箱end ---*/


/*---- 登入燈箱 ---*/

.cart_login_box .lightbox-title {
    font-size: 20px;
    text-align: center;
    margin: 1em 0 0.5em;
    color: #000;
}

.cart_login_box .login-box .title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.cart_login_box .login-box .notice-box {
    margin: 0px;
}

.cart_login_box {
    height: auto;
    overflow: hidden;
}

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

.cart_login_box .form-control {
    height: 25px;
    line-height: 25px;
    margin-bottom: 0px;
}

.cart_login_box .login-box .btn-box {
    border-top: none;
    padding: 20px 10px;
}

.cart_login_box .btn.pure {
    font-size: 14px;
    padding-bottom: 5px;
}

.cart_login_box .btn.pure:hover {
    text-decoration: underline;
}

.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 {
    padding: 0 10px;
}

.cart-login.col:nth-child(2) {
    border: none;
}

.cart-login.col.col2 {
    padding: 10px;
}

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

.fb-login {
    padding-bottom: 5px;
}




/*---- 登入燈箱end ---*/


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

.arrival-box {
    max-width: 500px;
}

.arrival-box .pd-name {
    color: #8DC220;
    font-size: 24px;
    margin: 0 0 10px;
    text-align: center;
}

.arrival-box .pd-name i {
    color: #BBB0A6;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}

.arrival-box .pd-id {
    color: #666666;
    border-bottom: 1px solid #8DC220;
    padding: 15px 10px;
    font-size: 14px;
    margin: 0 0 15px;
    text-align: center;
}

.arrival-box .form-control {
    border: 1px solid #DDDDDD;
    background-color: #F9F9F9;
    border-radius: 10px;
    height: 30px;
}

.arrival-box .notice {
    text-align: center;
    font-size: 13px;
    color: #999999;
    line-height: 1.5;
    padding: 15px 0;
}




/*---- login ----*/

.login-box .title {
    font-size: 36px;
    color: #444;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.login-box .title i {
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #fa9120;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin: 0 15px 7px 0;
}

.login-btn-box a {
    color: #666666;
    font-size: 13px;
    display: inline-block;
    margin: 20px 0;
}

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

.login-box .form-box {
    padding: 0 50px;
}

.login-box .form-box .captcha .form-control {
    max-width: 200px;
}

.login-box .btn-box {
    border-top: 1px solid #D7D7D7;
    padding: 40px 10px 0 10px;
}

.login-box .notice-box {
    margin: 35px 0 0;
    padding: 15px 50px 25px;
}

.login-box .notice-box .tit {
    font-size: 18px;
     color: #de5710;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 10px;
}

.login-box .notice-box ul,
.login-box .notice-box li {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #444;
    line-height: 1.75;
    list-style: none;
}

.login-box .notice-box li+li {
    margin: 10px 0 0 0;
}

.login-box .notice-box li {
    padding: 0 0 0 17px;
    position: relative;
}

.login-box .notice-box li:before {
    content: "";
    border: 2px solid #de5710;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    margin: 0 5px 2px 0;
}

.login-box .success-box {
    padding: 10px;
}




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

#alert-fancybox {
    background: #fff;
}




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


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

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

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

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

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

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

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

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

.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 .top {
    display: none;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #ddd;
    color: #D96D00;
    padding: 10px 15px;
    font-weight: bold;
}

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

.mmenu-show #mobile-menu .menu li.has-child>.toggle-submenu {
    color: #444;
}

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

.mmenu-show #mobile-menu .share .btn {
    width: 30px;
    line-height: 17px;
    height: 30px;
    font-size: 20px;
}

.mmenu-show #mobile-menu .share .youtube .btn,
.mmenu-show #mobile-menu .share .instagram .btn {
    padding: 5px 0 0 0;
}

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

.mmenu-show #mobile-menu .language {
    position: relative;
    padding: 0 0px 0 0;
    text-align: left;
    margin: 0;
    width: auto;
    background: transparent;
}

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

.mmenu-show #mobile-menu .menu li a span {
    font-family: "新細明體";
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}

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

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 10px;
    top: 11px;
    padding: 0;
    line-height: 1;
}

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

.mmenu-show #mobile-menu .language li+li {
    border-left: 1px solid #666;
    border-top: none;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    display: none;
}

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

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 16px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.mmenu-show #mobile-search .search-box:after {
    top: 7px;
    font-size: 23px;
    color: #de560f;
    z-index: 99;
}

.mmenu-show .main-menu .title {
    display: none;
}

.mmenu-show .main-menu .side-nav {
    display: inline-block;
}

.mmenu-show .main-menu .side-nav>li {

    width: 100%;
    display: block;
    float: left;
}
.no-svg .mmenu-show #mobile-search .ibtn.search{
    z-index: 100;
}
.mmenu-show #mobile-menu .side-nav>li.has-child>a,
.mmenu-show #mobile-menu .content-nav>li.has-child>a,
.mmenu-show #mobile-menu .side-nav>li>a,
.mmenu-show #mobile-menu .content-nav>li>a {
    text-align: left;
}

/*-- 歐盟文字 --*/
.footer-bottom .privacy-txt {
    border-left: 1px solid #d8d8d8;
    padding: 0 0px 0 10px;
    margin-left: 10px;
}
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    right: 40px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255, 255, 255);
    color: #444;
    border-radius:0px;
   box-shadow:0px 5px 10px rgba(0, 0, 0, 0.29);
}

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

.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: #fc9539;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

@media screen and (max-width: 1000px) {
     .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 9999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-width:0;
       background:#fff !important;
    }

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


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

@media screen and (max-width: 1500px) {

    /*------------ site-header 1500 ------------*/
    .site-title {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .top-nav>ul>li {
        margin: 0;
        float: left;
        border-left: 1px solid #fff;
    }

    .top-nav,
    .site-nav {
        background: #F47400;
        float: none;
        text-align: center;
        margin: 0 -15px;
    }

    .site-nav {
        background: none;
        margin: 10px -15px 0px 0;
    }

    .banner {
        padding: 180px 0 0;
    }

    .site-title {
        padding: 10px 0 10px;
    }

    .header-fixed .site-title {
        padding: 20px 0 20px;
    }

    .site-title .logo {
        width: 220px;
        height: 65px;
    }

    .header-fixed .site-title {
        float: left;
        text-align: left;

    }

    .header-fixed .top-nav,
    .header-fixed .site-nav {
        background: #ffffff70;
        float: right;
        text-align: right;
        margin: 0 -15px;
    }

    .header-fixed .site-nav {
        clear: both;
        margin-top: -25px;
    }

    .header-fixed .site-nav .menu>li>a {
        font-size: 15px;
        padding: 0 4px;
    }

    /*------------ / site-header 1500 ------------*/
}

@media screen and (max-width: 1280px) {

    /*------------ side-nav 1280 ------------*/
    .side-nav-box {
        padding: 0;
    }

    .side-nav>li>a {
        padding: 12px 10px;
    }

    /*------------ / side-nav 1280 ------------*/
}

@media screen and (max-width: 1200px) {

    /*------------ site-footer 1200 ------------*/
    .site-info,
    .site-map {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .site-info {
        margin: 0 -15px;
        padding: 30px 15px;
        border-bottom: 1px solid #F9CC80;
    }

    /*------------ / site-footer 1200 ------------*/
}

@media screen and (max-width: 1100px) {

    /*------------ site-header 1100 ------------*/
    /* .top-nav > ul {
        margin: 0 -15px 0 0;
        display: block;
        width: 100%;
    }
    .top-nav > ul> li:first-child,
    .top-nav > ul> li:nth-child(2) {
        width: 50%;
    }
    .top-nav > ul> li {
         width: calc(54% / 4);
    }
    .header-fixed .top-nav > ul> li {
        width: calc(76% / 4);
    }*/
    .top-nav>* {
        margin: auto;
        text-align: center;
        position: relative;
        display: block;
    }

    .header-fixed .top-nav>ul>li:last-child {
        width: 20%;
    }

    /*.top-nav li.paid,
    .top-nav > ul> li:last-child {
        width: 20%;
    }*/
    .func-menu>li>a {
        width: 100%;
    }

    .site-nav .menu>li>a {
        font-size: 17px;
        padding: 0px;
        margin: 0 8px 10px;
    }

    .site-header .search-box {
        width: 100%;
    }

    .site-header .search-box .form-control {
        max-width: calc(100% - 35px);
    }

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

    /*------------ / site-header 1100 ------------*/
}

@media screen and (max-width: 1000px) {

    /*------------ side-nav 900 ------------*/
    .side-nav-box {
        padding: 0;
    }

    .side-nav {
        display: block;
    }

    .side-nav>li {
        border-bottom: 1px solid #fff;
        width: calc((100% / 3) - 0.1px);
        display: block;
        float: left;
    }

    .side-nav>li:first-child,
    .side-nav>li:nth-child(3n+1) {
        border-left: 0;
    }

    .side-nav li.logout {
        width: 100%;
        border: 0;
    }

    .side-add {
        display: none;
    }

    /*------------ / side-nav 900 ------------*/
    /*------------ floating 900 ------------*/
    .gotop {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 80px;
        height: 80px;
        color: #006609;
        background: none;
    }

    /*------------ / floating 900 ------------*/
    /*------------ table 900 ------------*/
    .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: 13px;
        margin: 0 4px 0 0;
    }

    .table-h tr {
        padding: 10px 0;
        position: relative;
    }

    .table-h tfoot tr {
        padding: 0px 15px;
    }

    .table-h tfoot td {
        padding: 0;
    }

    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }

    .table-h tfoot td:last-child {
        width: auto;
        text-align: right;
        float: right;
        background: url(https://www.royalhost.com.tw/images/common/bg/line.png) repeat-x bottom;
    }

    .table-h tfoot td span,
    .table-h tfoot td:last-child span {
        background: none;
        padding: 0;
    }

    .table-h td {
        padding: 3px 0;
        line-height: 2.3;
        font-size: 15px;
    }

    .table-h tbody td {
        padding: 3px 0 0;
        line-height: 2.3;
        font-size: 15px;
    }

    .table-h tbody td.align-left {
        padding: 0 6px 10px 0;
        border-bottom: 1px dashed #666;
        max-width: 100%;
        box-sizing: border-box;
    }

    .table-h .btn-holder {
        text-align: left;
    }

    .shopping-title,
    .shopping-title-up,
    .payment-box .shopping-title {
        font-size: 17px;
        letter-spacing: 0.1em;
        margin-bottom: 0px;
    }


    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 1000px) {

    /*------------ site-header 767 ------------*/
    .site-title {
        padding: 15px 0px;
    }

    .top-nav,
    .site-nav {
        display: none;
    }

    .site-header {
        position: relative;
        z-index: 9;
    }

    /*------------ / site-header 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer .share,
    .site-map {
        display: none;
    }

    .site-info {
        border: 0;
    }

    .footer-top {
        text-align: center;
    }

    .footer-top .col {
        display: inline-block;
        float: none;
        margin: 0 -4px 0 0;
    }

    /*------------ / site-footer 767 ------------*/
    /*------------ main-content 767 ------------*/
     .main-title {
        font-size: 18px;
        margin: 10px 0 30px 0;
        letter-spacing: 0.08em;
        padding: 15px;
        border-radius: 15px;
        min-width: 150px;
    }
   
    .main-title:before,
    .main-title:after{
        height:5px;
    }

    .main-title p{
         font-size: 16px;
         margin:5px 0 0;
    }

    /*------------ / main-content 767 ------------*/
    /*------------ side-nav 767 ------------*/
    .side-nav-box {
        display: none;
    }

    /*------------ / side-nav 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-close {
        top: -45px;
        right: 0;
    }

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

    .login-box .notice-box {
        padding: 5px 10px;
        margin: 5px;
    }

    /*------------ / lightbox 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }

    .pagination-title {
        margin: 0;
    }

    .page-info {
        display: block;
        padding: 0 85px;
    }

    .pagination {
        position: relative;
        height: 0;
    }

    .pagination li a {
        display: none;
    }

    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -26px;
        margin: 0;
    }

    .pagination li a.prev {
        left: 0;
    }

    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }

    .pagination li span {
        display: none;
    }

    .page-info .form-control {
        line-height: 20px;
    }

    /*------------ / pagination 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 5px;
        top: auto;
        margin-right: -15px;
        display: block;
    }

    .gotop {
        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 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box2 {
        padding: 20px 15px;
    }

    .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 {
        margin-bottom: 8px;
        margin-top: -10px;
    }

    .static-control {
        margin: 0px;
        font-size: 12px;
    }

    .banner {
        padding: 0px 0 0;
    }

    /*------------ / form 767 ------------*/
    /*------------ 優化開始 -------------*/
    body {
        font-size: 14px;
        line-height: 25px;
    }

    .btn-box {
        padding: 15px 0 10px 0;
    }

    .warning-sect {
        padding: 5px 0 15px;
    }

    .btn.style01.submit {
        max-width: 200px;
        font-size: 14px;
    }

    .btn.style02 {
        line-height: 30px;
        font-size: 14px;
        width: 45%;
    }

    .btn.style03,
    .btn.style04 {
        line-height: 30px;
        font-size: 14px;
    }

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

    .footer-mid {
        padding: 5px 0;
    }

    .site-info {
        font-size: 14px;
        padding: 10px 15px;
    }

    .site-info i {
        width: 25px;
        height: 25px;
        font-size: 10px;
        line-height: 24px;
    }

    .footer-mid:before,
    .footer-mid:after {
        display: none;
    }

    .footer-bottom {
        padding: 10px 0 35px;
    }

    .main-content {
        padding: 0px 0 35px 0;
    }

    .breadcrumb {
        font-size: 12px;
        padding: 5px 0;
        margin-bottom: 5px;
    }

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

    .form-box .control-box label {
        font-size: 14px;
    }

    .form-box .control-label {
        font-size: 14px;
    }

    .form-box .name2 .radio-box {
        line-height: 26px;
    }

    .reminder {
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 5px;
    }

    .reminder.has-border {
        padding: 0 0 10px;
        border: none;
    }

    .reminder strong {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .form-box,
    .success-box {
        max-width: 1220px;
        padding: 10px;
        position: relative;
    }

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

    .success-box {}

    .success-box .fz16,
    .success-box b {
        font-size: 14px;
    }

    .table-h td,
    .table-h tbody td {
        line-height: 1.5;
        font-size: 14px;
    }

    .table .btn.new-msg {
        margin: 0px;
    }

    .table-h thead th {
        padding: 2px 6px;
        font-size: 14px;
    }

    .table-h tbody td.align-left {
        padding: 0 6px 0px 0;
        border-bottom: none;
    }

    .table-h tfoot tr {
        padding: 2px 5px;
    }

    .table-h tfoot td span {
        font-size: 14px;
    }

    textarea.form-control {
        height: auto;
    }

    .table-h .pd-name {
        font-size: 14px;
    }

    .qty-box .form-control {
        height: 25px;
    }

    .qty-box .btn {
        top: 2px;
    }

    .btn-box.dib .btn {
        width: 48%;
    }

    /*-- 會員登入頁面 --*/
    .login-btn-box a {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .login-box .title {
        font-size: 16px;
        margin: 10px 0;
    }

    .login-box .title i {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 15px;
        margin: 0 5px 7px 0;
    }

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

    .login-box .notice-box .tit {
        font-size: 16px;
        letter-spacing: 1px;
        margin: 0 0 5px;
    }

    .login-box .notice-box ul,
    .login-box .notice-box li {}

    /*-- 會員登入頁面 --*/

    .btn.style01 {
        font-size: 16px;
    }

    /*-- 優化結束 --*/
}

@media screen and (max-width: 600px) {

    /*------------ table 600 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
        padding: 0;
        line-height: 1.5;
        font-size: 14px;
    }

    .table-v th {
        padding: 5px;
    }

    .table-v th:after {
        display: none;
    }

    /*------------ / table 600 ------------*/
}

@media screen and (max-width: 500px) {

    /*------------ site-header 500 ------------*/
    .site-title .logo {
        width: 203px;
        height: 60px;
    }

    /*------------ / site-header 500 ------------*/
    /*------------ table 500 ------------*/
    .table td .ibtn.delete {
        position: static;
        margin: 10px 0;
    }

    /*------------ / table 500 ------------*/
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 35%;
        display: inline-block;
    }

    /*------------ form 500 ------------*/
    /*--------優化--------*/

    .cart-login.col {
        width: 100%;
    }

    .cart-login.col.col2 .btn-box {
        padding-top: 25px;
    }

    /*---- 登入燈箱 ---*/
    .cart_login_box .lightbox-title {
        font-size: 14px;
        margin: 0.6em 0 0em;
    }

    .cart_login_box .login-box .btn-box {
        padding: 5px;
    }

    .cart_login_box .login-out {
        padding: 5px 0;
    }

    .login-box .notice-box {
        background: none;
    }

    .cart_login_box .login-box .title {
        font-size: 14px;
        margin: 10px 0;
    }

    .footer-bottom {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .btn.style02 {
        padding: 0 10px;
    }
}

@media screen and (max-width: 400px) {
    /*------------ lightbox 480 ------------*/

    .login-box .title i {
        margin: 0 auto;
        display: block;
    }

    /*------------ / lightbox 480 ------------*/
    /*------------ btn 480 ------------*/
    .btn-box.dib .btn {
        margin: 0 0 10px;
    }

    .btn.style02 i {
        display: none;
    }

    .btn.style02 {
        padding: 0 5px;
        margin: 0px 0 10px;
    }

    /*------------ btn 480 ------------*/
}

/*暫時隱藏*/
@media screen and (min-width: 1000px) {
    .new_menu {
        display: none !important;
    }

}

/*!暫時隱藏*/