@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');
/* ------- basic ------- */
body {
    font-family: 'Noto Sans TC', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #9E9E9E;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    background: url(../../images/common/bg.jpg);
    background: #070707;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.container.w2 {
    max-width: 1130px;
}
.wrapper {
    margin-left: 180px;
}
*:focus {
    outline: none;
}
h3.name{
    margin: 0;
}
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/* ------- /basic ------- */
/* ------- 隱私權 ------- */
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 0;
    border: solid 1px #333;
    letter-spacing: 0;
    line-height: 1.6;
}
.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:#333;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/* ------- /隱私權 ------- */
/* ------- icon ------- */
.icon {}
/* ------- /icon ------- */
/* ------- btn ------- */
.share .ibtn {
    background-image: url('../../images/common/share.png');
    width: 24px;
    height: 24px;
}
.share .ibtn.facebook {
    background-position: 0 0;
}
.share .ibtn.google {
    background-position: 50% 0;
}
.share .ibtn.twitter {
    background-position: 100% 0;
}
.share .ibtn.facebook:hover {
    background-position: 0 100%;
}
.share .ibtn.google:hover {
    background-position: 50% 100%;
}
.share .ibtn.twitter:hover {
    background-position: 100% 100%;
}
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease;
}
.ibtn.fb-fans-page:hover{
    opacity: 0.7;
}
.btn.back {
    position: relative;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 220px;
    padding: 0 15px;
    background: #333;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn.back:hover {
    background: #C3002F;
    color: #fff;
}
.btn.back .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 15px 3px 0;
}
.btn.normal {
    position: relative;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 220px;
    padding: 0 15px;
    background: #333;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn.normal:hover {
    background: #C3002F;
    color: #fff;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    margin: 0 6px 4px 0;
}
.btn.arrowL,
.btn.arrowR {
    position: relative;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 220px;
    padding: 0 15px;
    background: #333;
    border-radius: 0;
    margin: 3px;
    transition: all 0.3s ease;
}
.btn.arrowL {
    background: #333;
}
.btn.arrowR {
    background: #666;
}
.btn.arrowL:hover {
    background: #C3002F;
    color: #fff;
}
.btn.arrowR:hover {
    background: #C3002F;
    color: #fff;
}
.btn.arrowL .ic,
.btn.arrowR .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 15px 3px 0;
}
.btn.arrowL .ic {
    left: 1px;
}
.btn.arrowR .ic {
    right: 1px;
    margin: 0 0 3px 15px;
}
.btn.pure {
    color: #E35700;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 5px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #fff;
    text-decoration: none;
}
/* ------- /btn ------- */
/* ------- site_header ------- */
.site-header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 180px;
    background: url(../../images/common/site-header_bg.jpg);
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.site-title {
    padding: 58px 0 30px;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 0 no-repeat;
    background-size: contain;
    width: 103px;
    height: 113px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    right: 7%;
    top: 16px;
    z-index: 20;
    /* border: 1px solid rgba(103,89,74,0.80);
    background: rgba(14,10,1,0.80);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 0 0 6px; */
}
.top-nav > * {
    display: inline-block;
    vertical-align: top;
}
.top-nav .search-box {
    position: absolute;
    right: 100%;
    top: -1px;
    width: 200px;
    margin-right: 10px;
}
.top-nav .search-box .form-control {
    border: 1px solid #888;
    background: #121212;
    color: #fff;
    margin: 0;
    height: 42px;
    line-height: 40px;
    padding: 0 40px 0 12px;
    border-radius: 0;
    opacity: 0.8;
}
.top-nav .search-box .form-control:focus {
    opacity: 1;
}
.top-nav .search-box .search {
    z-index: 1;
    position: absolute;
    width: 42px;
    height: 42px;
    display: block;
    right: 0;
    top: 0;
}
.top-nav .search-box:after{
    position: absolute;
    content: "\e901";
    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: #aaa;
    right: 0px;
    top: 0;
    font-size: 24px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    text-align: center;
    transition: all .3s ease;
}
.top-nav .search-box:hover:after{
    color: #fff;
}
.top-nav .language {
    position: relative;
}
.top-nav .language .btn {
    position: relative;
    padding: 0 30px 0 10px;
}
.top-nav .language .btn:hover {
    color: #B5A38C;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #B5A38C transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 10px;
}
.top-nav .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language ul a {
    background: rgba(14,10,1,0.80);
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 8px;
    display: block;
    margin-top: 1px;
}
.top-nav .language ul a:hover {
    background: rgba(103,89,74,0.80);
}
.func-menu {
    display: inline-block;
    vertical-align: middle;
}
.func-menu > li {
    vertical-align: middle;
    position: relative;
}
.func-menu > li+li:before {
    content: '';
    display: block;
    height: 14px;
    border-left: 1px solid #52473A;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -7px;
}
.func-menu > li.gocart:before {
    display: none;
}
.func-menu > li > a {
    padding: 0 10px;
}
.func-menu > li > a:hover {
    color: #B5A38C;
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu > li.gocart > a {
    color: #B5A38C;
    font-size: 18px;
}
.func-menu > li.gocart > a:hover {
    color: #fff;
}
.func-menu > li.gocart > a .ic {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 4px;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 1px solid #57493b;
    background: rgba(14,10,1,0.7);
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: left;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #634436;
    color: #fff;
    font-size: 18px;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #391e17;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #555;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: rgba(62, 38, 32, 0.5);
}
.func-menu .cart-list .pic {
    float: left;
    width: 60px;
}
.func-menu .cart-list .txt {
    margin-left: 74px;
    line-height: 1.7;
    font-size: 13px;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c3a07d;
    font-size: 16px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    display: inline-block;
    color: #ff0000;
    font-size: 16px;
    vertical-align: middle;
    margin: 3px 3px 0;
}
.site-nav,
.site-nav .menu,
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    color: #aaa;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 110px;
    margin: 0 auto;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: rgb(51, 51, 51, 0.5);
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
}
.site-nav .menu ul li {
    background: rgba(51,51,51,0.85);
    margin: 0 1px;
}
.site-nav .menu ul li a {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid rgba(255 ,255 ,255 ,0.3);
    transition: all 0.3s ease;
}
.site-nav .menu ul li:last-child > a {
    border-bottom: 0;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
}
.site-header .follow {
    position: relative;
    text-align: center;
    margin: 50px auto 0;
}
.site-header .follow .share {
    margin: 0 auto;
}
.site-header .follow .share li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.site-header .follow .share li a {
    color: #333;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: all 0.3s ease;
}
.site-header .follow .share li a:hover {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
/* ------- /site_header ------- */
/* ------- banner ------- */
.banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: #070707;
    background: linear-gradient(to bottom, rgb(7, 7, 7, 0) 0%, rgb(7, 7, 7, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070707', endColorstr='#070707',GradientType=1);
    z-index: 1;
}
.banner .container {
    max-width: unset;
    padding: 0;
}
.banner .item {
    height: 220px;
}
.banner .item img{
    object-position: center;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    max-height: 220px;
    max-width: inherit;
}
.banner img{
    width: 100%;
}
/* ------- /banner ------- */
/* ------- site_main ------- */
.site-main {
    position: relative;
}
.main-top {
    position: relative;
}
.main-top .container {
    max-width: 1920px;
}
.main-title {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    line-height: 68px;
    padding: 122px 20px 30px;
    margin: 0;
    z-index: 10;
}
.main-content {
    position: relative;
    padding: 50px 0 100px;
}
.main-content::before {
    content: '';
    position: absolute;
    bottom: -205px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 799px;
    z-index: -1;
    background: url(../../images/common/bg_c.png) no-repeat 100% 100%;
}
.content {
    margin: 0 auto;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-top {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
}
.content-title {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
    padding: 10px 30px;
    margin: 0;
    width: 100%;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../images/common/site-header_bg.jpg);
    letter-spacing: 1px;
    font-weight: 500;
}
.content-title2 {
    color: #C6BEB6;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 15px;
}
.content-title2:before,
.content-title2:after {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.content-title2:before {
    content: '[';
    margin-right: 20px;
}
.content-title2:after {
    content: ']';
    margin-left: 20px;
}
.shopping-title {
    text-align: center;
    margin-bottom: 30px;
}
.shopping-title span {
    color: #B8A187;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5;
    display: inline-block;
    border: 1px solid #BAA389;
    padding: 6px 30px;
    margin: 0;
    min-width: 300px;
    max-width: 100%;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box.has-border {
    margin-top: 20px;
    border-top: 1px dashed #282835;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding-bottom: 50px;
}
/* ------- /site_main ------- */
/* ------- breadcrumb ------- */
.breadcrumb {
    color: rgba(255 ,255 ,255 ,0.5);
    font-size: 15px;
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
    transition: all 0.3s ease;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '/ ';
}
.breadcrumb li a:hover {
    color: #fff;
}
/* ------- /breadcrumb ------- */
/* ------- content_nav ------- */
.content-nav {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    background: #A8957B;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 60px;
}
.content-nav li {
    position: relative;
    margin: 0;
    letter-spacing: 0;
    padding: 0 8px;
}
.content-nav li + li:before {
    content: '';
    display: block;
    height: 16px;
    border-left: 1px solid #705641;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -8px;
}
.content-nav li a {
    display: block;
    color: #3F3024;
    padding: 10px 20px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    color: #782F10;
}
/* ------- /content_nav ------- */
/* ------- site_footer ------- */
.site-footer {
    position: relative;
    background: url(../../images/common/bg.jpg);
    color: #fff;
}
.footer-top {
    position: relative;
    box-sizing: border-box;
    padding: 50px 0 70px;
}
.footer-top .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top .site_left {
    position: relative;
    box-sizing: border-box;
    width: 80%;
    padding-right: 2%;
}
.footer-top .site_right {
    position: relative;
    box-sizing: border-box;
    width: 20%;
    padding-left: 2%;
}
/* site-map */
.site-map {
    position: relative;
    margin-right: 30px;
    width: 100%;
    padding: 20px 0;
    display: flex;
}
.site-map ul {
    position: relative;
    letter-spacing: 1px;
    min-width: 130px;
    display: flex;
}
.site-map ul:first-of-type {
    margin-left: 15px;
}
.site-map ul li {
    margin: 0 5px;
}
.site-map ul li a {
    position: relative;
    padding: 4px;
    transition: all 0.3s ease;
    font-size: 18px;
}
.site-map ul li a:hover {
    color: #E60012;
}
/* site-info */
.site-info {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-info ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.site-info-list li {
    position: relative;
    padding: 13px 0 13px 60px;
    margin: 0 20px;
}
.site-info-list li:last-of-type::before {
    display: none;
}
.site-info-list li.tel a {
    font-size: 20px;
}
.site-info-list li a {
    display: inline-block;
    transition: all 0.3s ease;
}
.site-info-list li .ic {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.site-info-list li a:hover {
    color: #E60012;
}
/* site-follow */
.site-follow{
    float: right;
    display: flex;
}
.qrcode {
    margin-left: 10px;
}
.footer-bottom {
    text-align: left;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    padding: 0 0 30px;
}
.footer-bottom .copyright {
    margin-left: 20px;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-bottom .author {
    display: inline-block;
    margin: 0 10px;
}
/* -------- /site_footer -------- */
/* -------- floating -------- */
.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    z-index: 299;
    transition: all .3s ease;
    margin-top: -25px;
}
.floating .ibtn.gotop {
    position: relative;
    box-sizing: border-box;
    background: rgba(255 ,255 ,255 ,0.3);
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    background: #09090d;
    opacity: 0.5;
    transform: rotate(45deg);
    text-indent: unset;
    font-size: 0;
    transition: all 0.3s ease;
}
.floating .ibtn.gotop:hover {
    background: rgb(217, 0, 12, 0.2);
    opacity: 1;
}
.floating .ibtn.gotop::before {
    content: "\f104";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 18px;
    z-index: 1;
}
.floating .ibtn.gotop:hover:before {
    color: #D9000C;
}
/* -------- /floating -------- */
/* -------- pagination -------- */
.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 12px 6px;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    text-align: center;
    color: #aaa;
    font-family: 'Jost', serif;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #E2DBD8;
}
.pagination li a.controls {
    font-size: 26px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
/* ------- /pagination ------- */
/* ------- form ------- */
.reminder {
    text-align: center;
    position: relative;
    margin: 0 0 15px;
}
.reminder span {
    display: inline-block;
}
.reminder b {
    color: #D9000C;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 110px;
    max-width: none;
    box-sizing: border-box;
    padding: 0 30px;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    z-index: 1;
    padding: 0 5px;
    border-radius: 0;
}
.qty-box .btn {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 19px;
    color: #fff;
    background: #99846D;
    border-radius: 50%;
    position: absolute !important;
    z-index: 3;
    top: 3px;
}
.qty-box .btn:hover {
    background: #904E2F;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    color: #ACAC9D;
    padding: 0 10px;
    border: 1px solid #40403E;
    background: none;
    box-sizing: border-box;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #fff;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #B8B8B8;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 4px;
}
.form-wrap {
    position: relative;
}
.form-wrap.type3 {
    background: none;
    padding: 0;
}
.form-wrap.type2 .form-box {
    max-width: 600px;
}
.form-box {
    padding: 40px 0 35px;
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '※';
    display: inline-block;
    vertical-align: middle;
    color: #D9000C;
    margin-left: 10px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 30px;
}
.form-box .control-label {
    display: block;
    color: #8B8B8B;
    padding-left: 3px;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #aaa;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #D9000C;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 5px;
}
.form-box .captcha a:hover .ic {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 150px;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #766654;
    font-size: 12px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}

.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;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 14px;
    height: 14px;
    margin: 0 0 4px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    position: relative;
    text-align: center;
}
.success-box {
    text-align: center;
    padding: 45px 0;
}
.success-msg {
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 auto 30px;
    letter-spacing: 1px;
}
.success-msg span {
    color: #C3C3C3;
}
.success-txt {
    color: #838383;
}
.success-txt strong {
    color: #fff;
}
.success-txt a {
    text-decoration: underline;
    color: #E35701;
}
.success-txt a:hover {
    color: #904E2F;
    text-decoration: none;
}
/* ------- /form ------- */
/* ------- table ------- */
.table-box {
    background: #161109;
    padding: 40px 0;
}
.table-h {}
.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 th {
    color: #fff;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr {
    border-top: 1px solid #3E3227;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #E35702;
}
.table-v {
    background: #1A150F;
    font-size: 13px;
    border: 1px solid #3E3227;
}
.table-v tr + tr {
    border-top: 1px solid #3E3227;
}
.table-v th,
.table-v td {
    padding: 10px 20px;
    vertical-align: middle;
}
.table-v th {
    background: #241D15;
    border: 1px solid #3E3227;
    text-align: left;
    width: 170px;
    color: #928070;
    font-weight: normal;
    position: relative;
}
.table-v td {
    color: #939393;
}
.table-v b {
    color: #E35702;
}
/* ------- /table ------- */
/* ------- lightbox ------- */
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    top: -50px;
}
body .fancybox-close:hover {
    opacity: 0.5;
}
body .fancybox-skin {
    background: #0E0A01;
    border-radius: 0;
    margin: 0;
    border-radius: 0;
}
body .fancybox-inner {}
.fancybox-album .fancybox-skin {
    margin: 50px 35px 5px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    visibility: visible;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    position: relative;
    padding: 20px 5px 0;
}
.fancybox-album .photo-pager {
    color: #fff;
    font-size: 13px;
    font-family: 'Amiri', serif;
    text-align: center;
}
.fancybox-album .photo-pager b {
    color: #904D2E;
    font-size: 16px;
}
.fancybox-album .photo-title {
    color: #E5D9C9;
    font-size: 18px;
    text-align: center;
}
.fancybox-album .photo-title:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 3px;
    background: #904E2F;
    margin: 3px 10px 0 0;
}
.fancybox-album .photo-intro {
    color: #aaa;
    padding: 15px 0 15px;
}
/* ------- /lightbox ------- */
.mmenu-show #mobile-menu .side-nav ul {
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav > li+li {
    border-top: 0;
}
/* 手機版主選單樣式3 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #member-box li a {
    background: url(../../images/common/site-header_bg.jpg);
}
.mmenu-show #mobile-search {
    background: #333;
}
/* 手機版主選單樣式3 end */
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #dac7af;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #8c3209;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #8c3209;
}
.mmenu-show #mobile-search .form-control {
    color: #333;
}
.mmenu-show #mobile-menu .share-menu {
    background: #121212;
    padding: 3px 0;
}
.mmenu-show #mobile-menu .share .ibtn {
    margin: 0 3px;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    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: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
/* 手機版主選單樣式3 start */
.mmenu-show #mobile-fixed.mobile-fixed-type3 li {
    border-left: 1px solid rgb(108 108 108 / 20%);
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-txt:before {
    color: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon:before,
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon span,
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-line-icon:after,
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-search-close:before,
.mmenu-show #mobile-fixed.mobile-fixed-type3 .mmenu-search-close:after {
    background: #333;
}
.mmenu-show #mobile-menu .main-menu {
    top: 0;
}
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show .toggle-mmenu-cover {
    top: 60px;  
}
.mmenu-show #mobile-menu.mobile-menu-type3 .language-menu {
    background: #391E17;
    color: #A98E75;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .main-menu {
    background: #121212;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFF;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a {
    background: #444;
    color: rgba(255,255,255,0.5);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul ul li a {
    color: rgba(255,255,255,0.5);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu li.active > a {
    background: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul li.active > a {
    color: rgba(255, 255, 255, 1);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .menu ul {
    background: #444;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn{
    background: #444;
    color: #FFF;
    border-radius: 50%;
    line-height: 32px;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share .btn:hover{
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type3 .share-menu {
    padding: 10px 0;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control {
    background: rgba(255,255,255,0.1);
    color: #FFF;
    border-radius: 0;
}
.mmenu-show #mobile-search.mobile-search-type3 .form-control::placeholder {
    color: #FFF;
    opacity: 0.4;
}
.mmenu-show #mobile-search.mobile-search-type3 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding-left: 9px;
    box-sizing: border-box;
    color: #FFF;
}
.mmenu-show #mobile-fixed.mobile-fixed-type3 {
    /* background: #391E17; */
    background: url(../../images/common/site-header_bg.jpg);
}
/* 手機版主選單樣式3 end */
@media screen and (max-width: 1730px) {
    /* ------- floating 1730 ------- */
    .floating,
    .floating.fancybox-margin {
        right: 15px;
        margin-right: 0;
    }
    /* ------- /floating 1730 ------- */
}
@media screen and (max-width: 1440px) {
    .footer-top .container {
        flex-direction: column;
    }
    .footer-top .site_left {
        width: 100%;
        padding: 0;
    }
    .footer-top .site_right {
        width: 100%;
        padding: 0;
        margin: 20px auto 0;
        text-align: center;
    }
    .site-follow,
    .qrcode {
        display: flex;
        float: none;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .site-info {
        width: 100%;
    }
    .footer-bottom {
        text-align: center;
    }
    .site-title {
        padding: 38px 0 15px;
    }
    .site-header .follow {
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 1330px) {
    /* ------- site_footer 1330 ------- */
    .site-map {
        margin: 0;
    }
    .site-info-list li {
        padding: 4px 0 4px 50px;
        margin: 0 10px;
    }
    .site-info-list li .ic {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .site-map ul li {
        margin: 0 2px;
    }
    .site-map ul li a {
        font-size: 16px;
    }
    /* ------- /site_footer 1330 ------- */
}
@media screen and (max-width: 1000px) {
    /* ------- 隱私權手機板 ------- */
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /* ------- END隱私權手機板 ------- */
    /* ------- basic 1000 ------- */
    .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式3 start */
        padding-top: 60px;
        /* 手機版主選單樣式3 end */
    }
    /* ------- /basic 1000 ------- */
    /* ------- site_header 1000 ------- */
    .site-header {
        position: relative;
        width: auto;
    }
    /* 手機版主選單樣式3 start */
    .site-title.site-title-type3{
        position: fixed;
        width: auto;
        height: 60px;
        top: 0;
        left: 0;
        background: transparent;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;  
        padding-left: 16px;
        z-index: 601;
    }
    .site-title .logo {
        background: url(../../images/common/logo_m.png) 50% 0 no-repeat;
        background-size: contain;
        width: 116px;
        height: 35px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式3 end */
    .site-header .follow,
    .site-nav,
    .top-nav {
        display: none;
    }
    /* ------- /site_header 1000 ------- */
    /* ------- site_main 1000 ------- */
    .banner .item {
        height: 160px;
    }
    .main-top .container {
        padding: 20px;
    }
    .main-title {
        font-size: 30px;
        padding: 25px 20px;
    }
    /* ------- /site_main 1000 ------- */
    /* ------- content_nav 1000 ------- */
    .content-nav {
        display: none;
    }
    /* ------- /content_nav 1000 ------- */
    /* ------- site_footer 1000 ------- */
    .site-map {
        display: none;
    }
    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 35px;
    }
    /* ------- /site_footer 1000 ------- */
    /* ------- floating 1000 ------- */
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: unset;
        bottom: 5px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        transform: unset;
        opacity: 1;
    }
    .floating .ibtn.gotop::before{
        display: none;
    }
    /* ------- /floating 1000 ------- */
    .content-top {
        margin-top: 0;
    }
    .main-content {
        padding: 0 0 50px;
    }
    .site-info ul {
        flex-wrap: wrap;
    }
    .content-title{
        font-size: 18px;
    }
    .btn.back {
        font-size: 16px;
    }
    .btn.back .ic {
        font-size: 20px;
        margin: 0 15px 6px 0;
    }
    .btn.arrowL, .btn.arrowR {
        font-size: 16px;
    }
    .btn.arrowL .ic, .btn.arrowR .ic {
        font-size: 20px;
        margin-bottom: 6px
    }
    .site-map ul li a {
        font-size: 15px;
    }
}
@media screen and (max-width: 900px) {
    /* ------- form 900 ------- */
    .form-box .col {
        width: 100%;
    }
    /* ------- /form 900 ------- */
    /* ------- table 900 ------- */
    .table-h td {
        min-width: 40px;
    }
    /* ------- /table 900 ------- */
}
@media screen and (max-width: 767px) {
    /* ------- site_main 767 ------- */
    .banner .item {
        height: 110px;
    }
    .main-top .container {
        padding: 15px;
    }
    .main-title {
        font-size: 24px;
        line-height: 30px;
        padding: 24px 15px;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        min-width: 0;
    }
    .content-title2 {
        font-size: 24px;
    }
    .shopping-title {
        margin-bottom: 20px;
    }
    .shopping-title span {
        font-size: 18px;
        min-width: 0;
        padding: 6px 24px;
    }
    /* ------- /site_main 767 ------- */
    /* ------- breadcrumb 767 ------- */
    .breadcrumb {
        font-size: 12px;
        margin-bottom: 10px;
    }
    /* ------- /breadcrumb 767 ------- */
    /* ------- pagination 767 ------- */
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
        display: block;
        border: 0;
        padding: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /* ------- /pagination 767 ------- */
    /* ------- form 767 ------- */
    .form-title {
        font-size: 24px;
    }
    .form-box {
        padding: 20px 0 15px;
    }
    .form-box .control-label {
        position: relative;
        pointer-events: visible;
        width: auto;
    }
    .form-box .control-label:after {
        display: none;
    }
    .form-box .adjust {
        padding-left: 0;
    }
    .form-box .adjust.form-control {
        padding-left: 10px;
    }
    .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-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 40px 15px 30px;
    }
    /* ------- /form 767 ------- */
    /* ------- table 767 ------- */
    .table-h {
        border-bottom: 1px solid #222;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
    }
    .table-h tr {
        padding: 10px 15px;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /* ------- /table 767 ------- */
    /* ------- lightbox 767 ------- */
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -20px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-nav span {
        top: -80px;
        margin: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
    /* ------- /lightbox 767 ------- */
    .footer-top {
        padding: 15px 0 30px;
    }
    .site-info ul {
        max-width: 315px;
        margin: 0 auto;
        padding: 0;
    }
    .site-info-list li {
        margin: 10px;
    }
}
@media screen and (max-width: 600px) {
    /* ------- table 600 ------- */
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr {
        padding: 0;
    }
    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        border-width: 0 0 1px;
    }
    /* ------- /table 600 ------- */
}
@media screen and (max-width: 500px) {
    /* ------- site_footer 500 ------- */
    .site-info,
    .qrcode {
        width: auto;
    }
    .site-info {
        margin-bottom: 20px;
    }
    .site-info-list li {
        padding: 0;
        line-height: 1.6;
    }
    .site-info-list li .ic {
        position: static;
        margin-right: 8px;
    }
    /* ------- /site_footer 500 ------- */
}
@media screen and (max-width: 400px) {
    /* ------- form 400 ------- */
    .form-box .form-group .input-box {
        width: 100%;
    }
    /* ------- /form 400 ------- */
    /* ------- btn 400 ------- */
    .btn.simple {
        margin: 0 auto 10px;
    }
    /* ------- /btn 400 ------- */
}