@charset "utf-8";



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

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

.wrapper {
    position: relative;
    background: url(../../images/common/bg/bg01.jpg) no-repeat;
}

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

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




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


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

.btn.back {
    color: #FFFFFF;
    font-size: 14px;
    transition: all .2s;
    background: #333333;
    text-align: right;
    width: 170px;
    height: 40px;
    box-sizing: border-box;
    padding: 11px 20px 0;
    letter-spacing: 2px;
    border: 1px solid #444444;
    position: relative;
}

.btn.back i {
    display: block;
    background: url(../../images/common/ic01.png);
    background-position: 0 100%;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    margin: 3px auto;
    position: absolute;
}

.btn.back:after{
    content: attr(title);
    position: absolute;
    right: 19px;
    top: 9px;
    display: none;
    transition: all .2s;
    color: #fff;
}

.btn.back:hover {
    background: #D90000;
    border-color: #B00000;
    color: #333;
}

.btn.back:hover span{
    display: none;
}

.btn.back:hover:after{
    display: block;
}



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

.btn.style01 {
    background: #555555;
    color: #fff;
    transition: all .2s;
    height: 46px;
    line-height: 46px;
    position: relative;
    width: 100%;
    top: 0;
    letter-spacing: .05em;
    border-bottom: 5px solid #333333;
}

.btn.style01:before{
    content: attr(title);
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    display: none;
    top: 0;
}

.btn.style01.bg2{
    background: #D90000;
}

.btn.style01.bg3{
    background: #EEEEEE;
    border-color: #E2E2E2;
    color: #999999;
}

.btn.style01:hover span{
    display: none;
}

.btn.style01:hover,
.btn.style01.bg2:hover {
    transition: all .2s;
    border: none;
    top: 0;
    height: 41px;
    margin: 5px 5px 0;
}


.btn.style01:hover:before{
    display: block;
}

.btn.style01.bg4{
    text-decoration: none;
    background: #EEEEEE;
    color: #999999;
    border-color: #E2E2E2;
}

.btn.style01.bg4 i{
    font-size: 16px;
    margin: 0 10px 0 0;
}

.btn.style01.bg4:hover{
    background: #333333;
    color: #FFFFFF;
    height: 46px;
    margin: 0 5px 10px;
    border-bottom: 5px solid #555555;
}


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

.btn.style02 {
    background: #FF2626;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
    transition: all .2s;
    line-height: 45px;
}

.btn.style02 i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}

.btn.style02.bg2 {
    color: #000000;
    background: #FAD038;
}

.btn.style02.bg3 {
    background: #999999;
}

.btn.style02:hover {
    background: #000000;
    transition: all .2s;
}

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

.btn.style02.bg3:hover {
    background: #737373;
}




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

.btn.style03 {
    transition: all .2s;
    border: 1px solid #E7E7E7;
    color: #535353;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,e0e0e0+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(224,224,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(224,224,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(224,224,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    line-height: 30px;
    padding: 0 30px;
    margin: 0 10px 0 0;
}

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

.btn.style03.bg2{
    padding: 0 5px;
}

.btn.style03:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393939+0,0a0a0a+100 */
background: rgb(57,57,57); /* Old browsers */
background: -moz-linear-gradient(top, rgba(57,57,57,1) 0%, rgba(10,10,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(57,57,57,1) 0%,rgba(10,10,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(57,57,57,1) 0%,rgba(10,10,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
}
.btn.style03:hover i{
    color: #fff;
}
.btn.style03.bg2:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d90000+0,b20000+100 */
background: rgb(217,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(217,0,0,1) 0%, rgba(178,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(217,0,0,1) 0%,rgba(178,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(217,0,0,1) 0%,rgba(178,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90000', endColorstr='#b20000',GradientType=0 ); /* IE6-9 */
}




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

.btn.style04 {
    transition: all .2s;
    background: #FAD038;
    color: #000;
    line-height: 34px;
    text-decoration: none;
    padding: 0 30px;
    margin: 0 5px 15px;
    max-width: 136px;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
}

.btn.style04 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 4px 0;
}

.btn.style04 i.fz18 {
    font-size: 18px;
}

.btn.style04.bg2 {
    background: #fff;
}

.btn.style04.bg2 i {
    color: #777;
}

.btn.style04:hover,
.btn.style04:hover i {
    background: #000;
    color: #fff;
    transition: all .2s;
}




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

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

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

.btn-box.has-border {
    padding: 25px 0;
    border-bottom: 1px dotted #ACACAC;
}

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




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


/*------------ icon ------------*/

.icon01 {
    background: #000000;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 3px;
    transform-origin: 0 50%;
    transform: rotate(-45deg);
    position: relative;
}

.icon01 i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    transform: rotate(45deg);
    border-radius: 50%;
    border: 2px solid #FAD038;
    color: #FAD038;
    font-size: 12px;
    padding: 1px;
}




/*------------ / icon ------------*/


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

.site-header {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-top: 4px solid #3D3D3D;
    position: fixed;
    z-index: 300;
    width: 100%;
}

.site-header:after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(../../images/common/bg/shadow01.png);
}

.site-header .container {
    padding: 0 0 0 50px;
    max-width: 100%;
}

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

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

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




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

.top-nav {
    position: absolute;
    right: 0;
    top: 0;
}

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

.top-cart {
    text-align: center;
    color: #999999;
    font-size: 13px;
    position: relative;
    padding: 16px 20px;
}

.top-cart span a:hover{
    color: #D80000;
    text-decoration: underline;
}

.top-cart:first-child:before,
.top-cart:first-child:after {
    content: "";
    display: block;
    width: 7px;
    height: 70px;
    position: absolute;
    left: -5px;
    top: 0;
    background: url('../../images/common/bg/shadow02.png');
}

.top-cart:first-child:after {
    left: 100%;
    margin: 0 0 0 -5px;
}

.top-cart i {
    color: #999999;
    display: block;
    margin: 0 auto;
    font-size: 12px;
}

.top-cart:hover i {
    text-decoration: none;
}



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

.language {
    color: #fff;
    position: relative;
    margin: 2px 0 0 0;
}

.language .btn {
    display: none;
}

.language ul {
    line-height: 12px;
}

.language ul li {
    display: inline-block;
    margin: 0 -4px 0 0;
}

.language ul li+li {
    border-left: 1px solid #A5A5A5;
}

.language li a {
    transition: all .2s;
    font-size: 13px;
    display: block;
    text-align: center;
    color: #A5A5A5;
    padding: 0 10px;
}

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




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

.search-box {
    width: 120px;
    height: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3e3e+0,000000+100 */
    background: #3e3e3e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3e3e3e 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3e3e3e 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3e3e3e 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.search-box .search-click {
    width: 20px;
    height: 20px;
    background: url(../../images/common/ic_search.png);
    z-index: 2;
    margin: 25px 0 0 25px;
}

.search-box.active .btn.search-click {
    background-position: 0 -20px;
}

.search-box .input-box {
    position: absolute;
    width: 360px;
    height: 70px;
    top: 100%;
    right: 0;
    background: #0A0A0A;
    padding: 15px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease;
}

.search-box.active .input-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-box .form-control {
    background: transparent;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #444444;
    width: 230px;
    color: #fff;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    border: 0;
    border-bottom: 1px solid #444444;
}

.search-box .ibtn.search {
    width: 20px;
    height: 20px;
    background: url(../../images/common/ic_search.png);
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 70px;
}

.search-box a:hover {}

.search-box .form-control::-webkit-input-placeholder {
    color: #999999;
}

.search-box .form-control:focus::-webkit-input-placeholder {
    color: #999999;
}

.search-box .form-control::-moz-placeholder {
    color: #999999;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #999999;
}

.search-box .form-control::-ms-input-placeholder {
    color: #999999;
}

.search-box .form-control:focus::-ms-input-placeholder {
    color: #999999;
}

.search-box .form-control::-moz-placeholder {
    color: #999999;
}

.search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}




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

.func-menu {
}

.func-menu>li {
    color: #000000;
    font-size: 17px;
    background: #fff;
    padding: 0 0 0 17px;
    margin: 0 -5px 0 -2px;
    display: none;
}

.func-menu .sum-box {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding: 0;
}

.func-menu li a {
    transition: all .2s
}

.func-menu .sum-box a i {
    font-size: 24px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 4px 0;
}

.func-menu .total {
    font-size: 15px;
    display: inline-block;
    background: #EEEEEE;
    padding: 21px 40px 22px 45px;
    position: relative;
}

.func-menu .total:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 20px;
    border-color: transparent transparent transparent #fff;
    top: 0;
    left: 0;
}

.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.func-menu .cart-box {
    width: 260px;
    position: absolute;
    z-index: 500;
    left: 50%;
    top: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    background: #FFFFFF;
    box-sizing: border-box;
    margin: 10px 0 0 -130px;
    padding: 10px 10px 0 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

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

.func-menu .cart-inner:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 -8px -10px;
    background: url(../../images/common/bg/arrow.png) no-repeat;
}

.func-menu .cart-inner li {
    background: url(../../images/common/bg/shadow06.png) no-repeat bottom center;
    padding: 0 0 20px;
    margin: 0 0 10px;
}

.func-menu .cart-list a {
    line-height: 1.2;
    color: #999999;
    font-size: 13px;
    display: block;
}

.func-menu .cart-list a:hover {}

.func-menu .cart-list .pic {
    float: left;
    width: 80px;
    box-sizing: border-box;
}

.func-menu .cart-list .txt {
    text-align: left;
    line-height: 1.2;
    width: calc(100% - 90px);
    float: right;
    margin: 10px 0 0 0;
}

.func-menu .cart-list .name {
    color: #333333;
    line-height: 1.2;
    height: 20px;
    font-size: 15px;
    margin: 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.func-menu .cart-list .num {
    margin: 5px 0 0 0;
}

.func-menu .cart-list .num b {
    color: #D80000;
}

.func-menu .cart-inner .btn {
    transition: all .2s;
    display: block;
    background: #000000;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    margin: 0 -10px;
}

.func-menu .cart-inner .btn:hover {
    background: #666;
}




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

.site-nav {
    position: relative;
    float: left;
    padding: 25px 0 0 140px;
}

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

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

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

.site-nav .menu>li>a {
    transition: all .2s;
    text-align: center;
    display: block;
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    min-width: 85px;
    box-sizing: border-box;
    margin: 0 10px;
    line-height: 1.2;
}

.site-nav .menu>li>a:after {
    content: "\f107";
    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;
    display: inline-block;
    margin: 0 0 0 6px;
    opacity: 0;
}

.site-nav .menu>li.has-child>a:after {
    opacity: 1;
}

.site-nav .menu>li>a i {
    width: 100%;
    opacity: 0;
    font-style: normal;
    position: absolute;
    top: 2px;
    letter-spacing: 0;
    left: -8px;
}

.site-nav .menu>li>a span {
    display: inline-block;
}

.site-nav .menu>li>a:hover span {
    opacity: 0;
}

.site-nav .menu>li>a:hover i {
    transition: all .2s;
    opacity: 1;
    color: #AA1E33;
}

.site-nav .menu > li > ul {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 600;
    width: 180px;
    top: 100%;
    left: 50%;
    margin: 27px 0 0 -90px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.site-nav .menu>li>ul:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 -8px -10px;
    background: url(../../images/common/bg/arrow.png) no-repeat;
}

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

.site-nav .menu > li > ul > li+li {
    background: url(../../images/common/bg/shadow07.png) no-repeat top center;
}

.site-nav .menu ul li a {
    color: #666666;
    line-height: 1.2;
    padding: 16px 15px 12px 15px;
    display: block;
    position: relative;
    font-size: 14px;
    transition: all .2s;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul>li.active>a {
    color: #D80000;
}

.site-nav .menu ul ul {
    left: 185px;
    top: 0;
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 600;
    width:450px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {}




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

.share {
    display: inline-block;
    vertical-align: middle;
}

.share li {
    float: left;
    margin: 0 20px 0 0;
}

.share .btn {
    font-size: 14px;
    color: #BBBBBB;
    transition: all .2s;
}

.share .btn:hover {
    color: #7B7B7B;
}




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


/*------------  fixed ------------*/


/*------------ / fixed ------------*/


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

.banner {
    position: relative;
}

.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 {
    text-align: center;
    margin: -190px 0 130px;
}

.main-title {
    font-weight: bold;
    line-height: 24px;
    font-size: 55px;
    color: #fff;
    font-style: italic;
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
}

.main-title b {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 18px 0 0 0;
    font-style: normal;
}

.main-title b:before {
    content: "";
    width: 40px;
    height: 3px;
    display: inline-block;
    background: #D80000;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.site-main {
    position: relative;
}

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


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

.content-box {
    position: relative;
    background: #fff;
    z-index: 10;
    padding: 35px 60px 0;
    min-height: 470px;
}

.content-box:before,
.content-box:after {
    content: "";
    width: 15px;
    height: 470px;
    background: url(../../images/common/bg/shadow03.png);
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
}

.content-box:after {
    right: auto;
    left: 100%;
    background-position: 100% 0;
}

.content-main{
    max-width: 1100px;
    margin: 0 auto;
}

.content-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -55px;
}

.content-title span {
    display: inline-block;
    line-height: 1.2;
    color: #191F26;
    position: relative;
    height: 55px;
    font-size: 20px;
    padding: 18px 0 0 0;
    box-sizing: border-box;
    background: url('../../images/common/bg/tit_bg2.png') repeat-x center center;
}

.content-title span:before,
.content-title span:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 55px;
    background: url('../../images/common/bg/tit_bg1.png') repeat-x;
    top: 0;
    left: -60px;
    position: absolute;
}

.content-title span:after {
    background: url('../../images/common/bg/tit_bg3.png') repeat-x;
    left: auto;
    right: -60px;
}


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

.shopping-title {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    margin: 0 0 7px;
    padding: 0 0 0 15px;
    background: url(../../images/common/tit_ic.png) no-repeat 0px 6px;
}

.shopping-title i {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.shopping-title.plus-title {
    background: #F0EBD5;
    padding: 5px 20px;
}

.shopping-title.plus-title i {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #444444;
    border-radius: 50%;
    text-align: center;
    margin: 0 15px 0px 0;
}




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

.plus-tip {
    display: inline-block;
    font-weight: normal;
    border-left: 1px solid #444444;
    line-height: 1.2;
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
}

.plus-tip b {}




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

.warning-sect {
    display: none;
}




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


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

.site-footer {
    background: #1F2122;
    position: relative;
}

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

.footer-top {
    padding: 45px 0 55px;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-top .logo {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #444444;
    padding: 0 25px 0 0;
    margin: 0 20px 0 0;
}


.footer-bottom .tit {
    color: #FFFFFF;
    margin: 0 0 12px;
    line-height: 1.2;
}

.site-info {}

.site-info p {
    margin: 0;
}

.site-info .tel {}

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

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

.site-map {
    margin: 0 7%;
}

.site-map ul {
    box-sizing: border-box;
    float: left;
    line-height: 1.2;
}

.site-map ul+ul {
    margin: 0 0 0 45px;
}

.site-map ul .tit {
    font-size: 14px;
    color: #DDDDDD;
    font-weight: bold;
    margin: 0 0 25px;
}

.site-map li+li {
    margin-top: 14px;
}

.site-map ul a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.site-footer .fllow {
    float: right;
}

.fllow .qr-inner {}

.footer-bottom {
    font-size: 14px;
    color: #999999;
    padding: 0 0 45px;
}



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


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

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

.floating .gotop {
    display: none;
}

.gotop {
    width: 80px;
    height: 30px;
    display: block;
    background: url(../../images/common/gotop.png);
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 100;
}

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




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


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

.breadcrumb {
    color: #999;
    font-size: 12px;
    display: none;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .2s;
}

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

.breadcrumb li a:hover {
    color: #D80000;
}

.products-breadcrumb {
    color: #AAAAAA;
    font-size: 13px;
    margin: 25px 0 35px;
    padding: 0;
    display: block;
    line-height: 1.2;
}

.products-breadcrumb .active {color: #D80000;}


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


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

.side {
    width: 200px;
    float: left;
    box-sizing: border-box;
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    padding: 0 0 15px 0;
}

.has-side .content {
    float: right;
    width: calc(100% - 240px);
    box-sizing: border-box;
}

.side .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background: url('../../images/common/bg/bg03.jpg');
    padding: 40px 0 11px 0;
    letter-spacing: 1px;
    margin: -1px -1px 0px -1px;
    border-bottom: 1px solid #fff;
}

.side .title span {
    margin: 0 auto 3px;
}

.side-nav-top {
    font-size: 15px;
    color: #27659C;
    margin: 20px 25px;
}

.side-nav-top a:hover {
    text-decoration: underline;
}

.side-nav li+li {
    margin: 5px 0 0 0;
}

.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
}

.side-nav>li>a {
    padding: 4px 20px 4px 40px;
    color: #000000;
    font-size: 15px;
}

.side-nav>li>a:before {
    content: "\e1002";
    color: #AAAAAA;
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    margin: -6px 0 0 0;
    font-size: 12px;
    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;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    background: #FAD038;
    transition: all .2s;
}

.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    color: #444444;
}

.side-nav ul {
    padding: 10px 40px;
    background: #fff;
    font-size: 15px;
}

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

.side-nav .logout a {}




/*------------ / 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: 27px;
    line-height: 27px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    background: #444444;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .2s;
}

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

.pagination li a.controls {
    height: 27px;
    padding: 8px 0 0 0;
}

.pagination li a.controls i {
    display: block;
    background: url(../../images/common/ic01.png);
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    margin: 0 auto;
}

.pagination li a.controls.next i{
    transform: rotate(0deg);
}

.pagination li a.controls:hover {
    background: #D90000;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #CDCDC5;
    text-align: center;
    margin: auto;
    border-radius: 0;
    height: 31px;
    line-height: 32px;
}

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




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


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


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

.reminder {
    text-align: center;
    color: #525252;
    letter-spacing: 1px;
}

.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 {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    border: 2px solid #D80101;
    border-radius: 50%;
}




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

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

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 32px;
    box-sizing: border-box;
    margin: 0;
    z-index: 1;
    font-size: 13px;
    padding: 0;
    border: 1px solid #DDDDDD;
    color: #878787;
}

.qty-box .btn {
    color: #CCCCCC;
    position: absolute !important;
    z-index: 0;
    top: 0px;
    width: 32px;
    height: 32px;
    background: url(../../images/common/qty.png);
}

.qty-box .btn:hover {
    background-position: 0 100%;
}

.qty-box .add {
    right: 0px;
    background-position: 100% 0;
}

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


.qty-box .add:hover{
    background-position: 100% 100%;}


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

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

.form-control:read-only {
    background-color: #dedede;
}

.form-control:focus {
    outline: none;
    border: 1px solid #ccc;
}

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

.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: #525252;
    letter-spacing: 1px;
    width: 205px;
    display: inline-block;
    padding: 7px 0 0 20px;
    vertical-align: top;
}

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

.form-box .control-box {
    position: relative;
    margin: 5px 0 0 0;
    display: inline-block;
    width: calc(100% - 210px);
    box-sizing: border-box;
}

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

.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: #000000;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 1.6;
}




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

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

.form-wrap.has-bg {
    background: #F8F8F8;
    padding: 40px 50px 70px;
}

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

.form-box2 {}

.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:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin: 0 5px 3px 0;
    border: 2px solid #D80101;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 2px;
}




/*----- 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 {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 26px;
    transform: rotate(90deg);
    transition: all .2s;
}

.form-box .captcha a:hover i {
    color: #000;
    transition: all .2s;
}




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

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

.form-box .name .radio-box {
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 6px;
    line-height: 1.6;
    color: #333333;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.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;
    color: #D80000;
    letter-spacing: 2px;
    padding: 0 5px;
    margin: 5px 0 20px;
}

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




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

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

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

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




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

.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 50px 20px 45px;
    max-width: 1100px;
    margin: 0 auto;
    letter-spacing: 2px;
}

.success-box .msg {
    color: #FFFFFF;
    font-size: 25px;
    background: #D90000;
    margin: 0 auto 20px;
    padding: 2px 15px;
    border-radius: 10px;
    display: inline-block;
}

.success-box .msg.no-border {
    border: 0;
}

.success-box .msg i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
}

.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: #D80000;
    text-decoration: underline;
    margin: 0 5px;
}

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

.success-box>span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}

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




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


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

.table-h td {
    padding: 15px 10px;
    line-height: 1.2;
    text-align: center;
    min-width: 76px;
    color: #545454;
    letter-spacing: 1px;
}

.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}

.table-h .btn-holder .close {
    width: 36px;
    height: 37px;
    display: block;
    margin: 0 auto;
    background: url(../../images/common/close.png);
}

.table-h .btn-holder .close:hover {
    background-position: 0 100%;
}

.table-h thead th {
    color: #545454;
    padding: 8px 6px;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 2px;
    border-bottom: 1px solid #D0D0D0;
}

.table-h tbody tr + tr{
    border-top: 1px solid #D0D0D0;
}

.table-h tfoot tr+tr {
}

.table-h tfoot td {
    text-align: right;
    padding: 10px 40px;
    color: #555555;
    font-size: 15px;
    background: transparent;
}

.table-h tfoot td:last-child {
    width: 18%;
    min-width: auto;
    text-align: left;
}

.table-h tfoot td span {
    font-size: 16px;
    color: #D41922;
}

.table-h tfoot tr:last-child td {
    color: #D41922;
}

.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
    max-width: 120px;
}

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

.table-h .pd-id {
    color: #999999;
    line-height: 1.2;
    margin: 6px 0;
    display: block;
    font-size: 14px;
}

.table-h .pd-name {
    color: #000000;
    font-size: 16px;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}

.table-h a:hover .pd-name {
    text-decoration: underline;
}

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

.table-h a.pic:before,
.table-h a.pic:after{
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.table-h a.pic:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.table-h a.pic:after{
    content: "\e1001";
    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;
    font-size: 18px;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -10px;
}

.table-h a.pic:hover:after,
.table-h a.pic:hover:before {
    opacity: 1;
}

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

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




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

.table-v {
}

.table-v th,
.table-v td {
    vertical-align: middle;
    color: #535353;
    font-size: 15px;
}

.table-v tr+tr {
    border-top: 1px solid #DDDDDD;
}

.table-v tr:nth-child(2n) {
}

.table-v tr:first-child {
}

.table-v th {
    text-align: left;
    position: relative;
    font-weight: normal;
    width: 200px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
}
.table-v th:after{
    content:"";
    display:block;
    width:1px;
    height:20px;
    background:#DDDDDD;
    position:absolute;
    top: 50%;
    right:0;
    margin: -10px 0 0 0;
}
.table-v strong {
    color: #D80000;
}




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


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

body .fancybox-close {
    background: none;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 3px solid #000;
    color: #000;
    box-sizing: border-box;
}

body .fancybox-close:after {
    content: "\e1019";
    display: block;
    font-size: 36px;
    position: absolute;
    top: -21px;
    left: -6px;
    text-align: center;
    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 {
    color: #888888;
    border-color: #888888;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #EEEEEE;
    border: 10px solid #FFF;
}

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

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




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

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

.arrival-box .pd-name {
    margin: 25px 0 20px 17px;
    font-size: 20px;
    color: #000;
}

.arrival-box .pd-name .icon01 {
    display: inline-block;
    transform-origin: 50% 100%;
    margin: 0 5px -3px 0;
}

.arrival-box .pd-id {
    background: #898989;
    line-height: 21px;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin: 45px 0 0 0;
}

.arrival-box .form-control {
    margin: 0;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
}

.arrival-box .notice {
    text-align: center;
    color: #666666;
    font-size: 13px;
}

.arrival-box .btn {
    background: #FAD038;
    color: #000;
    line-height: 50px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.45);
    transition: all .2s;
}

.arrival-box .btn:hover {
    background: #000;
    color: #FAD038;
    transition: all .2s;
}




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

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

.login-box .title i {
    color: #808080;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    margin: 0 15px 7px 0;
}

.login-box .title b {
    font-size: 40px;
    letter-spacing: 2px;
    margin: 0 10px 0 0;
}

.login-box .form-control {
    line-height: 40px;
    border: 1px solid #ccc;
    height: 40px;
    margin: 0;
}

.login-box .submit {
    background: #FAD038;
    color: #000;
    width: 200px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.login-btn-box {
    text-align: center;
}

.login-btn-box a {
    color: #FF2626;
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
    margin: 20px 10px 0;
}

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

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

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

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

.login-box .notice-box {
    margin: 35px 20px 0;
    padding: 15px 50px 25px;
    color: #444444;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #BBBBBB;
}

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

.login-box .success-box {
    padding: 30px 0 10px;
    background-color: transparent;
}

.login-box .success-box .msg {
    background: #FAD038;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    max-width: 305px;
    margin: 0 auto;
    padding: 9px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.login-box .success-box .msg i {
    font-size: 28px;
    margin: 0 10px 2px 0;
}




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

#alert-fancybox {
    background: #fff;
}




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


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

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

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

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

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

.mmenu-show #mobile-search .search-box {
    float: none;
}

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

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

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

.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: #444444;
    padding: 10px 15px;
    font-weight: bold;
}

.mmenu-show #mobile-menu .menu li a i {
    font-style: normal;
}

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

.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 {
    font-weight: bold;
    background: #000;
    color: #fff;
}

.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: 12px 40px 5px 10px;
    margin: 0;
}

.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 ul ul ul li a {
    padding: 10px 30px 10px 65px;
   
}
.mmenu-show #mobile-menu .menu li a span {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
}

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

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

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

.pay-box{
    overflow-x: auto;
}
.pay-table{
    max-width: 880px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-width:500px
}
.pay-table .pay-tr{
    display: flex;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ddd;
}
.pay-table .pay-tr div{
    padding: 10px;
}
.pay-table .pay-tr div:nth-child(1){
    width: 60%;
    min-width: 250px;  
}
.pay-table .pay-tr div:nth-child(2){
    width: 20%;
}
.pay-table .pay-tr div:nth-child(3){
    width: 20%;
}
.pay-table .pay-tr div + div{
    border-left: 1px solid #ddd;
}
.pay-table .pay-tr.pay-title{
    background: #1F2122;
    color: #FFF;
}

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

@media screen and (max-width: 1750px) {
    /*---------- site-header 1750-------------*/
    .site-nav {
        padding: 25px 0 0 20px;
    }
    .search-box {
        width: 70px;
    }
    .func-menu .total {
        padding: 21px 20px 22px 30px;
    }
    .top-cart {
        padding: 18px 15px 17px;
    }
    /*---------- / site-header 1750-------------*/
}

@media screen and (max-width: 1500px) {
    /*---------- site-header 1500-------------*/
    .top-cart,
    .search-box,
    .site-title {
        display: none;
    }
    .func-menu .gocart.active .cart-box{
    right: 10px;
}
    .site-header .container {
        padding: 0 15px;
    }
    .site-nav {
        padding: 25px 0 17px 0;
    }
    .site-nav .menu>li>a {
        margin: 0 4px;
    }
    /*---------- / site-header 1500-------------*/
    /*---------- main-top 1500-------------*/
    .main-top {
        margin: -150px 0 80px;
    }
    /*---------- main-top 1500-------------*/
}

@media screen and (max-width: 1280px) {
    /*---------- main-top 1280-------------*/
    .main-top {
        margin: -120px 0 40px;
    }
    /*---------- main-top 1280-------------*/
}

@media screen and (max-width: 1100px) {
    /*---------- site-header 1100-------------*/
    .site-header {
        position: static;
        text-align: center;
    }
    .site-title {
        display: block;
        float: none;
        padding: 10px 0;
    }
    .site-nav,
    .top-nav {
        display: none;
    }
    /*---------- / site-header 1100-------------*/
    /*---------- site-footer 1100-------------*/
    .site-map,
    .site-footer .share {
        display: none;
    }
    .site-footer .share {
        margin: 0 0 0 25px;
    }
    /*---------- / site-footer 1100-------------*/
    .content-box {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 900px) {
    /*------------ 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;
    }
    .table-h tfoot td span,
    .table-h tfoot td:last-child span {
        background: none;
        padding: 0;
    }
    .table-h td,
    .table-h tbody td {
        padding: 3px 10px;
        line-height: 2.3;
        font-size: 15px;
    }
    .table-h tbody td.align-left {
        max-width: 100%;
        box-sizing: border-box;
    }
    .table-h .btn-holder {
        text-align: left;
    }
    .table-h .btn-holder .close{
        margin: 0;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*---------- site-footer 767-------------*/
    .footer-top {
        text-align: center;
        padding: 20px 0 40px;
    }
    .footer-top .logo {
        display: none;
    }
    .footer-bottom {
        padding: 0 0 20px 0;
        text-align: center;
    }
    .site-footer .col {
        float: none;
        margin: 0;
    }
    .site-footer .fllow {
        margin: 15px 0 0;
    }
    /*---------- / site-footer 767-------------*/
    /*---------- main-top 1280-------------*/
    .main-top {
        margin: 15px 0 -35px;
    }
    .main-content {
        padding: 50px 0;
    }
    .main-title {
        color: #000;
        font-size: 20px;
        text-align: center;
        max-width: 100%;
    }
    .main-title b {
        margin: 0 0 6px 10px;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }
    .main-title b:before {
        display: none;
    }
    .content-title {
        position: static;
    }
    /*---------- main-top 1280-------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 30px;
    }
    .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: -5px;
    }
    .pagination li a.controls.next {
        right: -5px;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        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;
        position: static;
        transform-origin: 0;
        transform: rotate(0deg);
    }
    /*------------ / floating 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box2,
    .form-wrap.has-bg {
        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%;
        position: static;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .success-box {
        padding: 50px 15px 45px;
    }
    /*------------ / form 767 ------------*/
}

@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.2;
    }
    .table-v th {
        padding: 10px;
        background: #ddd;
    }
    .table-v th:after {
        display: none;
    }
    .table-h tbody td[data-title]:before{
        display: block;
        margin: 0px 0 -5px 0;
    }
    /*------------ / 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: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ btn 480 ------------*/
    .btn-box.dib .btn {
        display: block;
        margin: 0 0 10px;
    }
    .btn.style03 {
        width: 100%;
        display: block;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 0 15px;
    }
    /*------------ btn 480 ------------*/
}