@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

/*------------ basic ------------*/
body {
    font-family: "Cabin", "Noto Sans TC" , Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
h3.name{
    margin: 0;
}
.wrapper{
    padding-top: 199px;
    background: url('../../images/common/inbg.jpg') repeat;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
/* ---- / basic ---- */
.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.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
/*------------ / 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 #7ACDED;
}
.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:#7ACDED;
    font-weight: normal;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon.require {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #F8C9DC;
    margin: 0 3px 3px;
}
.icon.success {
    background-image: url('../../images/common/success_ic.svg');
    width: 88px;
    height: 88px;
}
.icon.login {
    background-image: url('../../images/common/login_ic.svg');
    width: 88px;
    height: 88px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    display: flex;
    align-items: center;
}
.share .btn i{
    
    min-width: 36px;
    width: 36px;
    height: 36px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent:1px;
    line-height:0px;
    font-size: 18px;
    color:#fff;
    transition:all .3s;
}
.share .btn:hover i{
    opacity: 0.6;
}
.share .btn.facebook {
    color: #3B579D;
}
.share .btn.google {
    color: #FF4000;
}
.share .btn.twitter {
    color: #26C9FF;
}
.share .btn .ic {
    vertical-align: middle;
    font-size: 36px;
}
.share .btn.facebook .ic {
    color: #3B579D;
}
.share .btn.google .ic {
    color: #FF4000;
}
.share .btn.twitter .ic {
    color: #26C9FF;
}
.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    display: none;
}
.share .btn:hover {
    
    text-decoration: unset;
}
.ibtn.fb-fans-page {
    background: url(../../images/tw/fb.png) no-repeat;
    background-size: cover;
    width: 90px;
    height: 90px;
    transition: all 0.5s ease;
    margin-left: 10px;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    color: #fff;
    border: 1px solid #EE8AB3;
    background: transparent;
    color: #EE8AB3;
    font-size: 15px;
    line-height: 55px;
    width: 160px;
    height: 55px;
    border-radius: 0;
    transition: all 0.5s ease;
    border-radius: 30px;
}
.btn.back:hover {
    color: #fff;
    
    background: #EE8AB3;
}
.btn.back .ic {
    vertical-align: middle;
    margin: 0 3px 3px 0;
    font-size: 20px;
}
.btn.back:before{
    
    display: none;
}
.btn.simple {
    position: relative;
    color: #fff;
    background: #555;
    border: 1px solid #555;
    width: 173px;
    height: 35px;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 33px;
    margin: 0 5px;
    border-radius: 0;
    transition: all .5s ease;
    font-family: 'Cormorant Garamond', serif;
}
.btn.simple:hover {
    color: #fff;
    background: #F8C9DC;
    border: 1px solid #F8C9DC;
}
.btn.simple.w2 {
    width: 90%;
    max-width: 500px;
}
.btn.simple:before,.btn.simple:after{
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 4px;
    font-family: 'icon-font-5' !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;
}
.btn.simple.cart5:before{
    content: "\e908";
}
.btn.simple.money:after{
    content: "\e911";
}
.btn.simple.caret-hollow-left:before{
    left: 5px;
    content: "\e906";
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple.caret-hollow-right:after{
    right: 5px;
    content: "\e907";
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic {
    margin-bottom: 4px;
}
.btn.simple .ic5-caret-hollow-left,
.btn.simple .ic5-caret-hollow-right {
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic5-caret-hollow-left {
    left: 5px;
}
.btn.simple .ic5-caret-hollow-right {
    right: 5px;
}
.btn.simple.w100 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}
.btn.normal {
    padding: 0 10px;
    width: 175px;
    height: 35px;
    line-height: 31px;
    color: #fff;
    background: #555;
    border: 1px solid #555;
    border-radius: 0;
    margin: 0 auto;
    transition: all .5s ease;
}
.btn.normal:hover {
    color: #fff;
    background: #F8C9DC;
    border: 1px solid #F8C9DC;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.normal:before{
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    font-family: 'icon-font-5' !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;
}
.btn.normal.home:before{
    content: "\e90f";
}
.btn.normal.cart:before{
    content: "\e908";
}
.btn.normal.cart2:before{
    content: "\e909";
}
.btn.normal.order:before{
    content: "\e914";
}
.btn.normal.money:before{
    content: "\e911";
}
.btn.pure {
    color: #F8C9DC;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    text-decoration: underline;
    transition: all .5s ease;
}
.btn.pure:hover {
    color: #DA6994;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: #fff;
    border-top: 3px solid #F8C9DC;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 0px rgba(0,0,0,0.0);
    transition: all .5s ease;
}
.site-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.site-header .container:before,
.site-header .container:after{
    display: none;
}
.site-title {
    position: relative;
    margin: 0;
    padding: 28px 0 20px;
    z-index: 5;
    transition: all .5s ease;
}
.site-title .logo {
    background: url('../../images/common/logo.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 429px;
    height: 80px;
    transition: all .5s;
}
.site-title .logo:hover {
    opacity: .7;
}
/* ---- /site_header ---- */
/* ---- fixed ---- */
.header-fixed .site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.header-fixed .site-header .container{
    align-items: center;
}
.header-fixed .search-box,
.header-fixed .language,
.header-fixed .search-box,
.header-fixed .top-remitt,
.header-fixed .top-order {
    display: none;
}
.header-fixed .site-title {
    padding: 15px 0;
}
.header-fixed .site-nav {
    margin: 0;
    padding-top: 5px;
   
}
.header-fixed .site-nav .menu>li {
    padding: 0 15px;
}
.header-fixed .site-title .logo {
    height: 45px;
    width: 241px;
}
.header-fixed .func-menu {
    margin: 17px 0;
}
/* ---- /fixed ---- */
/* ---- top-nav ---- */
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0px;
    display: flex;
    align-items: center;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    font-size: 20px;
    margin-right: 4px;
}
.func-menu {
    position: relative;
    margin: 10px 0 0;
    transition: all .5s ease;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding: 0 5px;
    text-align: center;
    margin: 0;
    transition: all .5s ease;
}
.func-menu>li.login>a .ic::before,
.func-menu>li.gomember>a .ic::before,
.func-menu>li.gocart>a .ic::before {
    position: relative;
    top: 2px;
}
.func-menu>li.login>a:hover,
.func-menu>li.gocart>a:hover {
    color: #F8C9DC;
}
.func-menu > li > a span {
    display: block;
}
.func-menu>li.gocart>a span {
    display: flex;
    align-items: center;
}
.func-menu>li>a b {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 2.5px 12.68px;
    height: 35px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.35px;
    line-height: 20px;
    color: #F8C9DC;
    border: 1px solid #F8C9DC;
    background: #fff;
    border-radius: 100%;
    font-family: 'Cormorant', serif;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #ddd;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .5s ease;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #F8C9DC;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 39px;
    letter-spacing: 0.05em;
    border-radius: 0;
    transition: all .5s ease;
}
.func-menu .cart-box .btn:hover {
    background: #555;
    color: #fff;
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #ddd;
}
.func-menu .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px;
    position: relative;
}
.func-menu .cart-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.func-menu .cart-list .box:hover {
    background: #f5f5f5;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .5s ease;
}
.func-menu .cart-list a:hover .name {
    color: #F8C9DC;
}
.func-menu .cart-list .qty {
    color: #DA6994;
}
/* ---- /top-nav ---- */
/* ---- search ---- */
.site-header .search-box {
    position: relative;
    width: 160px;
    box-sizing: border-box;
}
.site-header .search-box .form-control {
    border: 0;
    border-bottom: 1px solid #D6D6D6;
    background: none;
    color: #333333;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    padding: 0 40px 0 0;
    border-radius: 0;
    transition: all .5s ease;
    font-family: 'Cormorant Infant', serif;
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #aaa;
}
.site-header .search-box ::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.8;
}
.site-header .search-box ::-moz-placeholder {
    color: #333333;
    opacity: 0.8;
}
.site-header .search-box :-ms-input-placeholder {
    color: #333333;
    opacity: 0.8;
}
.site-header .search-box :-moz-placeholder {
    color: #333333;
    opacity: 0.8;
}
.site-header .search-box .ibtn.search {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background:#F8C9DC;
    mask: url('../../images/common/btn_search.svg') no-repeat;
    transition: all .5s ease;
}
.site-header .search-box:hover .ibtn.search{
    opacity: 0.7;
}
/* ---- /search ---- */
/* ---- language ---- */
.site-header .language {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    background: #ED8AB2;
    border-radius: 0 0 15px 15px;
    padding: 5px 15px;
}
.header-fixed .site-header .language {
    display: none;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li+li:before {
    content: '/ ';
    color: #ffffff85;
}


.site-header .language li a {
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    
    line-height: 1.5;
    
    display: inline-block;

    box-sizing: border-box;
    transition: all .5s;
}
.site-header .language li a:hover {
    color: #fff;
    text-decoration: underline;
}
/* ---- /language ---- */
/* ---- site-nav ---- */
.site-nav {
    text-align: right;
    margin: 0px 0 0 0;
    padding: 17px 0 13px;
    transition: all .5s;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    display: inline-block;
    margin: 0 -18px;
}
.site-nav .menu>li {
    position: relative;
    padding: 0 18px;
    transition: all .5s;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1;
    padding: 10px 0;
    transition: all .5s ease;
}
.site-nav .menu>li+li:before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 50%;
    left: -2px;
    transform: translateY(-65%);
    background: #F8C9DC;
    border-radius: 50%;
}
.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #ED8AB2;
}
 
.site-nav .menu ul{
    display: none;
    position: absolute;
    box-sizing: border-box;
    z-index: 600;
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -80px;
}
.site-nav .menu>li ul {
    background: #F6F6F6;
}
.site-nav .menu li ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #eceaea;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu ul li a {
    color: #555555;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    padding: 9px 18px;
    background: #F6F6F6;
    transition: all .3s ease;
}
.site-nav .menu ul li.products_activity a {
    color: #F8C9DC;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #7ACDED;
}
.site-nav .menu ul{
    display: none;
    position: absolute;
    z-index: 600;
    width: 150px;
    box-sizing: border-box;
}
.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0;
    left: 100%;
    box-sizing: border-box;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10px;
}
.site-nav .menu ul ul li+li {
    border-top-color: #F8C9DC;
}
.site-nav .menu ul ul li a {
    color: #555555;
    padding: 9px 18px;
}
.site-nav .menu ul > li > ul > li a:hover,
.site-nav .menu ul > li > ul > li.active > a {
    color: #fff;
    background: #7ACDED;
}
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active>a:after {
    display: none;
}

.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}
/* ---- /site-nav ---- */
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
   
    margin-bottom: 32px;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top .btn.gohome {
    position: absolute;
    right: 0;
    top: 0;
    color: #ED8AB2;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0;
    transition: all .5s ease;
    font-family: "Cabin", sans-serif;
}
.main-top .btn.gohome:before{
    font-family: 'icon-font-5' !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;
    content: "\e90c";
    display: block;
    font-size: 30px;
    margin: 0 auto 3px; 
}
.main-top .btn.gohome:hover {
   color: #7ACDED;
    
}
.main-top .btn.gohome .ic {
    display: block;
    font-size: 30px;
    margin: 0 auto 3px;
}
.main-title {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding: 24.42px 95px;
    margin: 0;

    background: url('../../images/common/main-title-bg.png') repeat-x;
    background-position: bottom;
}
.main-title::before {
    
     
}
.main-content {
    padding: 0 0 70px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 32px;
}

.content-title {
    position: relative;
    float: none;
    display: block;
    text-align: center;
    color: #444444;
    font-size: 24px;
    letter-spacing: 2.5px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto;
}
.content-title2 {
    color: #F8C9DC;
    position: relative;
    float: none;
    display: block;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2.5px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 auto -24px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 30px;
}
.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #888;
    border-radius: 100%;
    margin-right: 10px;
}
.shopping-title .ic-wrap .ic {
    vertical-align: middle;
    margin: 0 0 3px;
}
.btn-box {
    clear: both;
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.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;
}
/*------------ / site_main ------------*/
/* ---- breadcrumb ---- */
.breadcrumb {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: none;
    color: #444444;
    letter-spacing: 1.5px;
    margin: 0 auto 32px;
    
}
.breadcrumb li,
.breadcrumb li a {
    display: inline-flex;
    align-items: center;
    transition: all .5s;
}
.breadcrumb li+li:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #444;
    border-radius: 100%;
    margin: 0 8px;
}
.breadcrumb li a:hover {
    color: #EE8AB3;
}
/* ---- /breadcrumb ---- */
/* ---- site_footer ---- */
.site-footer {
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
     
}
.footer-top {
    position: relative;
    box-sizing: border-box;
    padding: 0;
}
.footer-top .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 90px 15px 45px;
    border-bottom: 1px solid #d7d7d7;
     
}
 
.footer-top a {
    color: #545454;
    transition: all .5s ease;
}
.footer-top a:hover {
    color: #EC8AB2;
}
.footer-top .row {
    display: flex;
    align-items: center;
}
.footer-top .col {
    position: relative;
}
.footer-top .col1 {
    width: 35%;
    padding-right: 3%;
}

.footer-top .col1 .footer-logo{
    width: 450px;
} 
.site-map {
    position: relative;
    box-sizing: border-box;
    color: #545454;
}
.site-map ul {
    box-sizing: border-box;
    float: left;
}



 

.site-map ul+ul {
    margin: 0 0 0 20px;
}
.site-map ul li{
   
    position: relative;
}

.site-map ul li + li{
    margin-top: 5px;
}
 
.site-map ul li a{
    color: #545454;
    transition: all .5s ease;
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}
 

.site-map ul  a::before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #d7d7d7;
    margin: 0;
    position: absolute;
    left: -11px;
    top: 5px;
}

.site-map ul:first-child a::before{
    display: none;
}
 

 
.site-map ul li a:hover:before{
   
}
.site-footer .share {
    display: inline-flex;
    flex-wrap: wrap;
    vertical-align: top;
    position: relative;
    left: 0;
    float: left;
    top: -5px;

    position: absolute;
}
.footer-top .col2 {
    width: 670px;
    padding: 0 1%;
   
}
.follow {
    display: block;
    text-align: center;
    padding: 0px 0;
   
}
.follow>* {
    display: inline-block;
    vertical-align: top;
}
.qrcode {
    position: relative;
    width: 90px;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
}
.site-footer .share li {
    display: block;
    padding: 0 8px;
}

.footer-top .col3 {
   
     padding-left: 0;
    
     position: absolute;
     right: 0;
}

.footer-mid{
    padding: 45px 0 55px;
}

.site-info {
    color: #646464;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.5px;
}

.site-info .item{
    max-width: 236px;
}

.site-info .item + .item{
    padding-left: 0px;
}

.site-info h3{
    font-weight: normal;
    color: #EC8AB2;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: 1.5px;

}

.site-info h3::before{
    content: '';
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    background: #ED8AB2;
    border-radius: 50%;
    top: -1px;
    margin-right: 8px;
}

.site-info li+li {
    margin-top: 3px;
}

.site-info-list li{
    padding-left: 48px;
    position: relative
}

.site-info-list li i {
    position: relative;
    display: inline-block;
    font-style: unset;
    
    width: 55px;
    position: absolute;
    left: 0;
}
.site-info-list li a {
    display: inline-block;
}
.footer-bottom {
    position: relative;
    box-sizing: border-box;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    text-align: right;
    padding: 16px 0;
    letter-spacing: 1px;
    background: #EE8AB3;
}


.footer-bottom .container{
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom a {
    
    transition: all .5s eaas;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.author {
    display: inline-block;
}
.footer-bottom .privacy-txt {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    padding: 0 10px 0;
    margin: 0 10px;
}
/* ---- /site_footer ---- */
/* ---- floating ---- */
.floating,
.floating.fancybox-margin {
    transition: all .3s ease;
    z-index: 100;
    position: relative;
}
.floating .btn.gotop {
    width: 56px;
    height: 56px;
    text-align: center;
    position: relative;
    text-indent: 0;
    font-size: 0;
    background: #7ACDED;
    bottom: 0;
    position: absolute;
     
    z-index: 2;
    right: calc(50% - 770px);
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.floating .btn.gotop:hover{
    background: #6BC8EB;
}

.floating .btn.gotop::after {
    content: 'TOP';
    font-size: 14px;
    color: #fff;
    font-family: "Cabin", sans-serif;
}
.floating .btn.gotop .ic::before {
    display: none;
}
.btn.donate{
    position: fixed;
    right: 0;
    z-index: 299;
    transition: all .3s ease;
    right: 0;
    bottom: calc(50% - 350px);
    width: 180px;
    height: 195px;
    background: #FADAE7;
    font-size: 25px;
    border-radius: 25px 0px 0 25px;
    font-weight: bold;
    color: #E96398;
    letter-spacing: 2px;
    transition: all .5s ease;
    
}

.btn.donate:hover{
     
}

.btn.donate::before{
    content: '';
    position: absolute;
    top: 15px;
    right: -67px;
    background: url(../../images/common/donate_hand.png) 50% 50% no-repeat;
    width: 220px;
    height: 111px;
    transition: all .5s ease;
}

.btn.donate:hover::before{
    right: -60px;
    animation: moveLeftRight 1.5s linear infinite; 
}

@keyframes moveLeftRight {
    0% {
        right: -67px;
    }
    50% {
        right: -55px;
    }
    100% {
        right: -67px;
    }
}

.btn.donate::after{
    content: '';
    position: absolute;
    top: -3px;
    right: 17px;
    background: url(../../images/common/donate_star.png) 50% 50% no-repeat;
    width: 162px;
    height: 136px;
    animation: pulsate 3s infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.btn.donate span{
    line-height: 13;
}

.btn.donate .pic{
    position: absolute;
    top: 0;
    left: 0;
    width: 88px;
    height: 73px;
    animation:cherryBlossoms01 5s cubic-bezier(0.4, 0, 1, 1) infinite forwards;
    z-index: -1;
}
@keyframes cherryBlossoms01 {
    0% {
        opacity: 0;
        top: -30px;
        left: -30px;
        -webkit-transform: rotate(15deg) scale(0.3);
        transform: rotate(15deg) scale(0.3);
    }
   25% {
        opacity: 0.5;
        -webkit-transform: rotate(15deg) scale(0.5);
        transform: rotate(15deg) scale(0.5);
        
    }

    50% {
        opacity: 0.8;
        -webkit-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8);
    }

    
    100% {
        opacity: 0;
        top: 30px;
        left: 30px;
        -webkit-transform: rotate(0) scale(0.8);
        transform: rotate(0) scale(0.8);
       
    }
}

/* ---- /floating ---- */
/* ---- content_nav ---- */
.content-nav-box {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    margin: -32px auto 32px;
}
.content-nav li {
    padding: 0;
}
.content-nav li a {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    transition: all .5s ease;
}
.content-nav li a:hover,
.content-nav li.active>a {
    background: #F8C9DC;
    color: #fff;
}
.content-nav li.active>a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #F8C9DC transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.content-nav li a.logout {
    color: #DA6994;
}
.content-nav li a.logout:hover,
.content-nav li.active>a.logout {
    opacity: 0.8;
}
/* ---- /content_nav ---- */
/* ---- pagination ---- */
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: flex;
    min-width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 18px;
    padding: 0 3px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Cabin", sans-serif;
    transition: all .5s ease;
}
.pagination li a:hover,
.pagination li.active a {
    color: #F1A3C3;
    text-decoration: underline;
}
.pagination li a.controls {
    padding: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    background: #7ACDED;
    border-radius: 50%;
}
.pagination li a.controls:hover {
    color: #fff;
    background: #F1A3C3;
    text-decoration:unset;
}
.pagination li a.prev {
    margin-right: 20px;
}
.pagination li a.next {
    margin-left: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #eee;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #F8C9DC;
    background: none;
}
/* ---- /pagination ---- */
/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #535353;
    font-size: 15px;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #00468C;
    font-size: 15px;
    background: #eee;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    background: #00468C;
    color: #eee;
}
.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    color: #999;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #017FFB;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    transition: all .5s ;
}
.form-control:focus {
    outline: none;
    border-color: #F8C9DC;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #F8C9DC;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 950px;
}
.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -12px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #F8C9DC;
    margin: 0 8px 3px 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    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: #F8C9DC;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #F8C9DC;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.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 .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 40px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.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 {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #F8C9DC;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
}
.success-box .success-msg:first-of-type {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 30px;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
}
.success-txt strong {
    color: #444;
    font-size: 18px;
}
.success-txt a {
    text-decoration: underline;
    color: #F8C9DC;
}
.success-txt a:hover {
    text-decoration: none;
    color: #aaa;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    border-top: 1px solid #017FFB;
    color: #6A6A6A;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}
.table-h thead th {
    background: #eee;
    color: #777;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #840000;
}
.table-v {
    color: #777;
    font-size: 14px;
}
.table-v tr:nth-child(2n) {
    background: #E0FBFE;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v th:after {
    content: "\e901";
    font-family: 'icon-font-5' !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: #ccc;
    font-size: 12px;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -7px;
}
.table-v strong {
    color: #F8C9DC;
}
.table-v b {
    color: #F8C9DC;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 70px;
    height: 30px;
    right: 0;
    top: -36px;
    transition: all .5s;
}
body .fancybox-close:hover {
    opacity: 0.6;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 40px 60px 0;
    border-radius: 5px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.svg') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
    transition: all .5s;
}
.no-svg .fancybox-album .fancybox-nav span {
    background-image: url('../../images/common/album/lightbox_arrow.png');
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-nav:hover span {
    opacity: 0.5;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 0;
}
.fancybox-album .fancybox-title .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
}
.fancybox-album .photo-pager {
    float: right;
    padding: 5px 10px;
    text-align: center;
    background: #555;
    color: #fff;
}
.fancybox-album .photo-title {
    background: #F8C9DC;
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    padding: 5px 12px;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #7ACDED;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #7ACDED;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #7ACDED;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #7ACDED;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
    font-size: 30px;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-fixed .qty {
    background: #F5F5F5;
    color: #F8C9DC;
}
.mmenu-show #mobile-menu .language-menu {
    background: #7ACDED;
    color: #fff;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.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: #b2c0bf;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }

 .mmenu-show #mobile-menu .share-menu{
    background: #7ACDED;
 }

 .mmenu-show #mobile-menu .share i{
    width: 30px;
    height: 30px;
    font-size: 17px;
    min-width: inherit;
 }
.mmenu-show #mobile-search:before {
    content: "";
    width: 100vw;
    height: calc(100vh - 42px);
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-search.active:before {
    opacity: 1;
    pointer-events: unset;
}
  /*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
}
.sort_box .form-group+.form-group{
    margin-left:8px;
}
.sort_icon {
    line-height: 1;
    position: relative;
    z-index: 0;
    margin-left: 8px;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#EE8AB3;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    margin: 0 0 10px;
    font-weight: normal;
    border-radius: 0;
}
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }

    .floating .btn.gotop {
        
        right: 0;
    }

    .footer-bottom .container {
        padding-right: 100px;
    }

/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1440px) {
    /* ---- header-fixed 1440 ---- */
    .header-fixed .site-title {
        padding: 12px 0;
    }
    .header-fixed .site-nav {
        
    }
    .header-fixed .func-menu {
        margin: 21px 0;
    }
    /* ---- /header-fixed 1440 ---- */
    /* ---- site_header 1440 ---- */
    .site-nav .menu>li,
    .header-fixed .site-nav .menu>li {
        padding: 0 10px;
    }
    .site-nav .menu>li+li:before {
        
        left: -4px;
    }
    .site-nav .menu>li>a {
        
        font-size: 16px;
    }
    .site-nav .menu ul li a {
        
        font-size: 15px;
    }
    /* ---- site_footer 1440 ---- */
    .footer-top .container {
        padding: 40px 15px;
    }
    /* ---- /site_footer 1440 ---- */
}

@media screen and (max-width: 1380px) {


}

@media screen and (max-width: 1280px) {
    .btn.donate {
        transform: scale(0.8);
        right: -20px;
        
    }

    /* ----  /site_header 1280 ---- */
    /* ---- site_footer 1280 ---- */
    .footer-top .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
    }
     
    .footer-top .col1 {
        width: 100%;
        padding-right: 0;
       
        margin: 0 auto;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

    .footer-top .col1 .footer-logo {
        width: 450px;
        display: block;
        margin: 0 auto;
    }

    .footer-top .col3 {
        padding-left: 0;
        position: relative;
        right: unset;
        margin: 30px auto 0;
    }

    .site-info {
        color: #646464;
        line-height: 1.5;
        display: flex;
        justify-content: center;
        letter-spacing: 0.5px;
        max-width: 767px;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .site-info .item {
        max-width: 236px;
        margin: 0 9px;
        margin-bottom: 30px;
    }
    
    /* ---- /site_footer 1280 ---- */
}
@media screen and (max-width: 1200px) {
    /* ---- site_header 1200 ---- */
    .site-title .logo{
        width: 350px;
    }
    /* ---- /site_header 1200 ---- */
    /* ---- header-fixed 1200 ---- */
    .header-fixed .func-menu>li.gomember>a {
        font-size: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .header-fixed .top-nav .ic {
        line-height: 28px;
        margin: 0;
    }
    .header-fixed  .func-menu>li.gomember{
        margin: 0;
    }
    .header-fixed .func-menu {
        margin: 20px 0;
    }
    /* ---- /header-fixed 1200 ---- */

    /* ---- site_header 1200 ---- */
    .wrapper {
        padding-top: 178px;
    }
    .site-title {
        padding: 15px 0;
    }
    .site-nav .menu>li>a {
        font-size: 15px;
        letter-spacing: 1px;
    }


    .site-nav .menu>li>ul {
        margin-left: -65px;
    }
    .site-nav .menu ul {
        width: 130px;
         
    }
     
    .site-nav .menu ul li a {
        font-size: 14px;
        padding: 9px 10px;
    }

    /* ---- /site_header 1100 ---- */
    /* ---- header-fixed 1100 ---- */
    .header-fixed .site-title .logo{
        width: 150px;
    }
    .header-fixed .func-menu {
        margin: 26px 0 16px;
    }
    .header-fixed .func-menu>li.gomember>a,
    .header-fixed .func-menu>li>a {
        padding: 0;
    }
    /* ---- /header-fixed 1100 ---- */
}
 
@media screen and (max-width: 1024px) {
    /*--- 隱私權手機板 ---*/
    .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隱私權手機板 ---*/
    .wrapper{
        padding-top: 40px;
    }
    .site-footer .share{
        display: none;
    }
    .footer_link{
        display: none;
    }
    /* ---- site_header 1000 ---- */
    .header-fixed .wrapper,
    .wrapper {
        padding-top: 40px;
    }
    .header-fixed .site-header,
    .site-header {
        border: 0;
        position: static;
        height: auto;
    }
    .site-header .container{
        display: block;
    }
    .site-title {
        float: none;
        text-align: center;
        padding: 15px 0;
        transition: inherit;
    }
    .site-title .logo {
        width: 280px;
        height: 52px;
        transition: inherit;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /* ---- /site_header 1000 ---- */
    /* ---- site_main 1000 ---- */
    .main-content {
        padding: 0 0 50px;
    }
    .main-title {
        font-size: 20px;
        padding: 18px 0;
    }
    .main-top{
        margin-bottom: 15px;
    }
    .main-top .btn.gohome {
        display: none;
    }
    .content-top {
        margin-bottom: 24px;
    }
    .content-title,
    .content-title2 {
        margin: 16px 0 0;
        font-size: 20px;
    }
    .content-title2 {
        margin: 16px auto -16px;
    }
    /* ---- /site_main 1000 ---- */
    /* ---- breadcrumb 1000 ---- */
    .breadcrumb {
        margin: 0 auto;
        font-size: 14px;
        flex-wrap: wrap;
        letter-spacing: 1px;
    }
    /* ---- /breadcrumb 1000 ---- */
/*------------ site_footer 1000 ------------*/
    .footer-top {
        text-align: center;
    }

    .footer-mid {
        padding: 45px 0 20px;
    }


    .footer-top .container {
        padding: 30px 15px;
    }
    .footer-top .col {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 0;
    }

    .footer-top .col3 {
        
        margin: 10px auto 0;
    }

     
    .footer-top .col2 .site-map{
        display: none;
    }
    
    
    .follow {
        
    }
    .follow>* {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0;
    }
    .footer-bottom {
        font-size: 13px;
        padding: 15px 0 35px;
    }
    .footer-bottom .container{
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        letter-spacing: 0.5px;
    }
/*------------ / site_footer 1000 ------------*/
    /* ---- pagination 1000 ---- */
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /* ---- / pagination 1000 ---- */
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 0px;
        margin-right: -15px;

        position: fixed;
        display: block;
        right: 50%;
        margin-right: -14px;
        top: auto;
        bottom: 0;
        
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 28px;
        height: 28px;
        border: 0;
    }

    .floating .btn.gotop::after{
        display: none;
    }

    .floating .btn.gotop .ic {
        display: none;
    }

    .btn.donate{
        transform: scale(0.45);
        right: -55px;
        font-size: 32px;
        bottom: -30px;
    }

    .btn.donate span {
        line-height: 10;
    }

/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_footer 767 ------------*/


    .footer-top .col1 .footer-logo {
        width: 280px;
        
    }

    .site-info {
         
        display: flex;
        justify-content: center;
         
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0 auto;
        align-items: center;
    }

    .site-info .item {
        max-width: 280px;
        margin: 0 10px;
        margin-bottom: 30px;
    }
     
/*------------ / site_footer 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .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: 30px 15px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-close {
        right: 50%;
        top: -40px;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -60px;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}