@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*------------ basic ------------*/
body {
    color: #4D4D4D;
    font-family: "Noto Sans TC", "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.wrapper {
    background: #F6F6F6;
}
.editor {
    letter-spacing: 1px;
}
.content-nav-menu {
    display: none;
}
/*------------ / 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.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*--- 隱私權 ---*/
.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #1A679E;
    color: #444;
}
.header-sheet .close-ontop {
    color: #000;
}
.header-sheet a {
    color: #1A679E;
}
.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
    color: #000;
    border-radius: 28px;
    font-size: 14px;
    line-height: 35px;
    transition: all .2s;
    background: #ebebeb;
    padding: 0 25px;
    height: 35px;
}
.btn.back i,
.btn.back:before {
    content: "\f053";
    font-size: 12px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 2px 0;
}
.btn.back:hover {
    background: #1A679E;
    color: #fff;
}
/*--- fb-btn ---*/
.ibtn.fb {
    transition: all .3s ease;
    width: 109px;
    height: 109px;
    text-indent: unset;
    font-size: 0;
}
.ibtn.fb:hover {
    opacity: .8;
}
/*--- style01-btn ---*/
.btn.style01 {
    transition: all .2s;
    line-height: 36px;
    border-radius: 9px;
    background: #eee;
    color: #242415;
    font-size: 16px;
    padding: 0 55px;
    margin: 0 20px 15px;
}
.btn.style01.bgb {
    color: #eee;
    background: #000;
}
.btn.style01 i {
    font-size: 11px;
    margin: 0 0 4px 15px;
    display: inline-block;
    vertical-align: middle;
}
.btn.style01.arrowL i {
    margin: 0 15px 2px 0;
    transition: all .2s;
}
.btn.style01:hover {
    background: #E37551;
    color: #fff;
}
.btn.style01:hover i {
    color: #fff;
    transition: all .2s;
}
/*--- style02-btn ---*/
.btn.style02 {
    transition: all .2s;
    background: #eee;
    color: #000;
    line-height: 36px;
    text-decoration: none;
    padding: 0 20px;
    font-size: 16px;
    margin: 10px auto 15px;
    max-width: 200px;
    border-radius: 10px;
}
.btn.style02 i,
.btn.style02:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    content: "\e1004";
    font-size: 16px;
    margin: -1px 15px 4px 0;
}
.btn.style02:hover {
    background: #E37551;
    color: #fff;
}
/*------------ / btn ------------*/
.banner .container {
    max-width: inherit;
    padding: 0;
}
/*------------ site_header ------------*/
.site-header {
    text-align: center;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header .container {
    max-width: 1728px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.wrapper {
    padding-top: 129px;
}
.site-title {
    padding: 32px 0 28px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../../images/layout06/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 233px;
    height: 70px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------ top-nav ------------*/
.top-nav {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 35;
}
/*詢價車*/
.func-menu>li.gocart .toggleBtn .num {
    color: #fff;
    background: rgb(230, 10, 54);
    background: -moz-linear-gradient(left, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    background: linear-gradient(to right, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60a36', endColorstr='#f17d29', GradientType=1);
}
.func-menu>li.gocart .price {
    color: #F2856C;
    letter-spacing: 0.035em;
}
.func-menu .cart-box {
    border: 2px solid #E72033;
    background: #fff;
}
.func-menu .cart-box .btn {
    background: #E72033;
    color: #fff;
}
.func-menu .cart-box .btn:hover {
    background: #9A7F64;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list li:hover .box {
    background: #fafafa;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
/*數量icon*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #e60f35;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #e60f35;
    background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart {
    background: #e81f34;
    color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
    background: #9A7F64;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
    float: left;
}
.site-header .language .btn {
    transition: all .2s;
    position: relative;
    display: block;
    box-sizing: border-box;
    color: #6C6C6C;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    background: transparent url(../../../images/layout06/common/lang_ic.png) 8px center no-repeat;
    border: solid 1px #CECECE;
    border-radius: 0px;
    width: 160px;
    text-align: left;
    padding: 0 10px 0 30px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.site-header .language .btn:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #CECECE;
    display: block;
    position: absolute;
    top: 6px;
    right: 30px;
}
.site-header .language .btn i {
    width: 9px;
    height: 5px;
    display: inline-block;
    float: right;
    background: url('../../../images/layout06/common/arrow.png');
    margin: 14px 0 0 0;
}
.site-header .language ul {
    line-height: 1.2;
    display: none;
    margin: 3px 0 0 0;
    position: relative;
    z-index: 35;
    border: solid 1px #D3D3D3;
}
.site-header .language ul li {
    margin: 0 0 0px;
    background: #FFFFFF;
}
.site-header .language li a {
    transition: all .2s;
    text-align: center;
    display: block;
    color: #222222;
    font-family: 'Times New Roman', "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 14px;
    padding: 8px 5px;
    border-bottom: solid 1px #D3D3D3;
    background: #FFFFFF;
}
.site-header .language ul li a:hover {
    color: #fff;
    background: rgb(230, 10, 54);
    background: -moz-linear-gradient(left, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    background: linear-gradient(to right, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60a36', endColorstr='#f17d29', GradientType=1);
}
/*---- search-box ----*/
.none {
    display: none;
}
.site-header .search-box {
    position: relative;
    width: 170px;
    float: left;
    box-sizing: border-box;
    margin: 0 25px 0 0;
}
.site-header .search-box .form-control {
    height: 40px;
    margin: 0;
    border-radius: 0;
    border: 0;
    line-height: 40px;
    background: #E9EDF3;
    transition: all .1s;
    padding: 0 30px 0 15px;
    color: #333;
    border-radius: 20px;
}
.site-header .search-box .form-control:focus {
    outline: none;
    border: 0;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
}
.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: #555555;
    right: 5px;
    top: 8px;
    font-size: 24px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    transition: all .3s ease;
}
.search-box:hover:after {
    color: #E37551;
}
/*------------site-nav ------------*/
.site-nav {
    float: right;
    margin: 70px 0px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-nav .menu {
    display: inline-block;
}
.site-nav .menu li {
    position: relative;
    width: 110px;
}
.site-nav .menu>li:nth-last-child(-n) {
    display: none;
}
.site-nav .menu>li>a {
    transition: all .2s;
    text-align: center;
    display: block;
    color: #333333;
    letter-spacing: 2px;
    padding: 4px 10px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
    top: 0;
    transition: all .3s ease;
}
.site-nav .menu>li.active>a,
.site-nav .menu>li.active2>a,
.site-nav .menu>li:hover>a {
    color: #1A679E;
}
.site-nav .menu>li>a:before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .3s ease;
    background: #4C89B2;
    opacity: 0;
}
.site-nav .menu>li.active>a:before,
.site-nav .menu>li.active2>a:before,
.site-nav .menu>li:hover>a:before {
    opacity: 1;
    top: -5px;
}
.site-nav .menu>li+li>a::after {
    content: '';
    display: block;
    height: 15px;
    width: 1px;
    position: absolute;
    bottom: calc(50% - 7px);
    left: 0%;
    background: #bbbbbb;
    opacity: 0.5;
    transition: all .3s ease;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul {
    z-index: 600;
    width: 190px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0 0 -95px;
    background: #f2f2f2;
}
.site-nav .menu>li ul {
    background: #f2f2f2;
}
.site-nav .menu>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}
.site-nav .menu li ul li {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #d6d6d6;
}
.site-nav .menu li ul li:last-child {
    border-bottom: none;
}
.site-nav .menu ul li a {
    font-weight: normal;
    line-height: 1.4;
    display: block;
    padding: 10.5px 15px;
    position: relative;
    font-size: 15px;
    transition: all .2s;
    color: #333;
    background: #f2f2f2
}
.site-nav .menu ul>li.active>a,
.site-nav .menu ul>li.active2>a,
.site-nav .menu ul>li>a:hover {
    background: #1A679E;
    color: #FFFFFF;
}
.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
}
.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}
.site-nav .menu ul li.products_activity a {
    color: #FFF;
}
/*滿版清單*/
.site-nav .menu>li.full_menu>ul:before {
    height: 32px;
}
.site-nav .menu .full_menu ul {
    max-width: 1300px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.site-nav .menu .full_menu ul a {
    padding: 6.5px 15px;
}
.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul {
    left: 50%;
    right: unset;
}
.site-nav .menu li.full_menu ul ul li a {
    background: rgba(255, 255, 255, 0.08);
    padding: 5px 10px;
    margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a {
    background: rgba(255, 255, 255, 0.18);
}
.site-nav .menu li.full_menu ul ul li:hover>a,
.site-nav .menu li.full_menu ul ul li.active>a,
.site-nav .menu li.full_menu ul ul li.active2>a {
    background: #ee642c;
    color: #FFFFFF;
}
.site-nav .menu li.full_menu>ul>li>a:before {
    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;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.site-nav .menu .full_menu ul>li.active>a,
.site-nav .menu .full_menu ul>li.active2>a,
.site-nav .menu .full_menu ul>li>a:hover {
    background: none;
    color: #1A679E;
}
.site-nav>.menu>li:nth-child(n+9) {
    display: none;
}
.site-nav .menu .full_menu ul>li.products_activity>a {
    color: #FFF;
}
.site-nav .menu .full_menu ul>li.products_activity.active>a,
.site-nav .menu .full_menu ul>li.products_activity.active2>a,
.site-nav .menu .full_menu ul>li.products_activity>a:hover {
    color: #ee642c;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
    display: inline-block;
    margin: 0 4px;
}
.share .btn {
    font-size: 0;
    transition: all .2s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #7A7A7A;
}
.share .btn i {
    font-size: 16px;
}
.share .btn i,
.share .btn i:before {
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s ease;
}
.share .btn i {
    line-height: 28px;
    display: block;
}
.share .btn:hover i,
.share .btn:hover i:before {
    background: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 166px;
    height: 50px;
}
.header-fixed .top-nav {
    display: none;
}
.header-fixed .site-nav {
    margin: 21px -15px 0 0;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
    padding: 10px 0 0px 0;
    text-align: right;
    margin-bottom: 25px;
}
.main-top .main-title {
    display: none;
}
.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 120px;
}
.main-content .container {
    display: flex;
    width: 100%;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
    padding: 0 40px 90px;
}
.content-title {
    text-align: center;
    color: #383838;
    font-size: 22px;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.4;
    letter-spacing: 0.1em;
    padding: 40px 0 15px 0;
    margin: 0 0 25px 0;
    font-weight: normal;
}
.search-title h1 {
    color: #383838;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}
.search-title:before {
    content: "\f105";
    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;
    margin-right: 5px;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    padding: 90px 0 0px;
    position: relative;
    background: #FFFFFF;
}
.site-footer::before {
    content: '';
    display: block;
    position: absolute;
    right: calc(50% - 900px);
    top: 30px;
    color: transparent;
    background: url(../../../images/layout06/common/footer_deco.png) 50% 50% no-repeat;
    background-size: contain;
    width: 332px;
    height: 343px;
}
.footer_top {
    padding-bottom: 65px;
}
.footer_bottom {
    background: #1A679E;
    padding: 5px 0;
    z-index: 1;
    position: relative;
}
.site-footer .col {
    float: left;
}
.site-footer .tit {
    margin: 0 0 15px;
    letter-spacing: 1.5px;
    color: #19669E;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
}
.site-info {
    width: 32%;
    font-size: 15px;
    color: #8B8B8B;
    padding-right: 10px;
    position: relative;
}
.site-info::before {
    content: '';
    display: block;
    position: relative;
    color: transparent;
    background: url(../../../images/layout06/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 203px;
    height: 61px;
    margin-bottom: 20px;
}
.site-info .tit {
    display: none;
}
.site-info li .tel a {
    line-height: 1;
    color: #E72033;
    font-size: 36px;
    margin-bottom: 3px;
    font-family: 'Roboto', sans-serif;
}
.site-info li {
    position: relative;
    color: #19669E;
}
.site-info li span,
.site-info li a {
    color: #535353;
}
.site-info li+li {
    margin: 4px 0 0;
}
.site-info i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #19669E;
    margin: -5px 7px 0;
}
.site-info i:before {
    content: "\f105";
    display: block;
    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;
}
.site-info li a,
.site-info span {
    display: inline-block;
}
.site-map {
    line-height: 1.2;
    width: 42%;
    color: #555555;
    font-size: 15px;
    margin-top: 13px;
    transition: all .3s ease;
}
.site-map ul {
    box-sizing: border-box;
    float: left;
}
.site-map ul+ul {
    margin: 0 0 0 20px;
}
.site-map li+li {
    margin-top: 11px;
}
.site-map ul a {
    transition: all .3s ease;
}
.site-map ul a:hover {
    color: #DF7250;
}
.site-map ul a::before {
    content: '- ';
}
.site-footer .fllow {
    float: right;
    width: 26%;
    text-align: right;
    padding: 34px 0 0 0;
}
.fllow .share {
    vertical-align: bottom;
    display: block;
    text-align: right;
    left: 0;
    position: absolute;
    top: 100%;
    margin-top: 77px;
    z-index: 5;
}
.fllow * {
    display: inline-block;
    vertical-align: middle;
}
.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}
.fllow .qr-inner {
    margin: 0 15px 0 0;
    border: 2px solid #e5e5e5;
    box-sizing: border-box;
}
.fllow .qr-inner .ibtn.qr {
    text-indent: unset;
    font-size: 0;
    transition: all .3s ease;
}
.fllow .qr-inner .ibtn.qr:hover {
    opacity: 0.8;
}
.copy_box {
    text-align: right;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin: 10px 0;
    letter-spacing: 1px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    position: fixed;
    right: 15px;
    bottom: 5%;
    transform: translateY(-50%);
    z-index: 500;
}
.floating .gotop {
    width: 100%;
    width: 55px;
    height: 55px;
    text-align: center;
    position: relative;
    text-indent: 0;
    font-size: 0;
    background: #1A679E;
    transition: all .3s ease;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating .gotop:hover {
    background: #E37551;
}
.floating .gotop:after {
    content: "";
    background: #fff;
    width: 17px;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    transition: all .3s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #666;
    font-size: 13px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .3s ease;
}
.breadcrumb a:hover {
    color: #408fc6;
}
.breadcrumb li+li:before {
    content: "-";
    margin: 0px 3px;
}
.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    border: solid #AAAAAA;
    border-width: 0 1px;
    white-space: nowrap;
    margin: 0 0 15px;
}
.products-breadcrumb li:first-child a span {
    display: inline-block;
}
.products-breadcrumb li:first-child a:before {
    content: "";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
}
.content:before {}
.content {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.05);
}
.has-side .content {
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding: 0 50px 90px;
    display: table-cell;
}
.side_logo {
    display: none;
}
.side .title {
    letter-spacing: 3px;
    font-size: 22px;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 30px 25px 0;
    font-weight: normal;
    text-align: left;
    margin: 0 0 0px 0;
    background: linear-gradient(to right, rgba(27, 104, 158, 1) 0%, rgba(21, 86, 130, 1) 100%);
    width: 220px;
    height: 89px;
    border-radius: 20px 20px 0 0;
    box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.05);
}
.side-nav {
    max-width: 220px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 25px;
    border-radius: 0 0 20px 20px;
    box-shadow: 3px 3px 25px 0px rgba(0, 0, 0, 0.05);
}
.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav>li>a {
    padding: 10px 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.side-nav>li>a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #333333;
    display: block;
    position: absolute;
    top: 17px;
    left: 25px;
    border-radius: 50%;
}
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a {
    color: #1B689E;
}
.side-nav>li:hover>a::before,
.side-nav>li.active>a::before,
.side-nav>li.active2>a::before {
    background: #1B689E;
}
.side-nav ul {
    font-size: 15px;
    display: none;
    margin: 0px 0;
    background: #fff;
}
.side-nav ul li a {
    padding: 8px 25px 8px 50px;
    color: #666666;
    font-size: 15px;
    transition: all .3s ease;
}
.side-nav ul li a:before {}
.side-nav ul li:hover>a,
.side-nav ul li.active>a,
.side-nav ul li.active2>a {
    color: #E37451;
}
.side-nav ul ul {
    padding-left: 25px;
}
.side-nav>li.active2>ul {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.side-nav ul {
    position: relative;
}
.side-nav ul::before {
    content: '';
    display: block;
    position: absolute;
    left: 27px;
    top: 8px;
    width: 2px;
    height: calc(100% - 16px);
    background: #EBEBEB;
}
.side-nav-top {
    max-width: 220px;
    margin-top: 10px;
}
.side-nav-top>li {
    margin-bottom: 10px;
}
.side-nav-top>li>a {
    padding: 8px 16px;
    font-size: 15px;
    color: #000;
    background: #d3d3d3;
    position: relative;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav-top>li:hover>a,
.side-nav-top>li.active>a,
.side-nav-top>li.active2>a {
    background: #cc7e49;
    color: #fff;
    color: #fff;
    background: rgb(230, 10, 54);
    background: -moz-linear-gradient(left, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    background: linear-gradient(to right, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60a36', endColorstr='#f17d29', GradientType=1);
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
    color: #999999;
    font-family: 'Open Sans', sans-serif;
}
.pagination li a:hover,
.pagination li.active a {
    color: #1A679E;
    text-decoration: underline;
}
.pagination li a.controls {
    color: #fff;
    background: #ccc;
    font-size: 0;
}
.pagination li a.controls i {
    font-size: 16px;
    line-height: 23px;
}
.pagination li a.controls:hover {
    background: #1A679E;
}
.page-info .form-control {
    color: #999;
    border: 1px solid #ddd;
}
.page-info .form-control:focus {
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 45px 0;
}
.reminder b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
    width: 5px;
    height: 5px;
    border: 2px solid #E37551;
    border-radius: 5px;
}
/*-----form-detail-----*/
.form-control {
    color: #666666;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
.form-control:focus {
    border: 1px solid #ccc;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 90px;
}
/*-----form-static-control-----*/
.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.contact-form {
    border: solid 3px rgb(240 240 240);
    background: #fff;
    padding: 40px 60px 60px;
    margin-top: 60px;
}
.form-wrap.has-bg:before,
.form-wrap.has-bg:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 275px;
    height: 216px;
    z-index: -1;
    pointer-events: none;
}
.form-wrap.has-bg:before {
    top: 0;
    left: 0;
}
.form-wrap.has-bg:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.form-box {
    background: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 880px;
    padding: 30px 30px 10px;
    box-sizing: border-box;
    z-index: 15;
}
.form-box .row {
    margin: 0 -24px;
    display: block;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
    width: 5px;
    height: 5px;
    border: 2px solid #E37551;
    border-radius: 5px;
}
.form-box .captcha .form-control {
    max-width: 245px;
}
/*----- success-box -----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0 0 0;
}
.success-box .msg {
    color: #202020;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 15px;
}
.success-box .msg i {
    background: #E37551;
    width: 35px;
    height: 35px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 10px;
}
.success-box .msg i:before {
    content: "";
    display: block;
    transform: rotate(45deg);
    width: 18px;
    height: 14px;
    margin: 0px auto;
    background: url('../../../images/layout06/common/contact/ic.png');
}
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../../images/layout06/common/lightbox_close.png) no-repeat;
    width: 46px;
    height: 46px;
    right: 0;
    top: -56px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
    max-height: unset !important;
    object-fit: unset;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
    margin-bottom: 30px;
    border-radius: 0;
}
body .fancybox-inner {
    background: #eee;
    border-radius: 0;
    overflow: hidden !important;
}
.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}
.login-box {
    padding: 30px;
}
.lightbox-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}
.lightbox-title span {
    display: block;
    font-size: 32px;
}
.lightbox-title .icon {
    background: url('../../../images/layout06/common/title_ic.png') no-repeat 0 -240px;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}
.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
.lightbox-wrapper .form-group {
    padding: 5px 0;
}
.lightbox-wrapper .control-label {
    display: none;
}
body .fancybox-close {
    background: rgba(0, 0, 0, 0.6) url('../../../images/layout06/common/album/close.png') no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 50px;
    top: 0;
    right: 0;
    position: absolute;
}
body .fancybox-nav span {
    visibility: visible;
    width: 35px;
    height: 37.5px;
    background: url('../../../images/layout06/common/album/arrow.png');
    background-repeat: no-repeat;
    background-position: center 0;
    left: -35px;
}
body .fancybox-next span {
    left: auto;
    right: -35px;
    transform: rotate(180deg);
}
body .fancybox-nav span:hover {
    background-position: center 100%;
}
.photo-title {
    background: #F9F7FB;
    color: #1A679E;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    padding: 15px 15px 0;
}
.photo-intro {
    background: #F9F7FB;
    color: #666666;
    font-size: 13px;
    line-height: 1.75;
    padding: 15px;
}
.photo-pager {
    color: #fff;
    text-align: left;
    top: -30px;
    font-size: 16px;
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.photo-pager b {
    color: #E37551;
}
/*------------ / lightbox ------------*/
.form-radio:before {
    background-image: url('../../../images/layout06/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../../images/layout06/common/form_checkbox.png');
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #1A679E;
}
.mmenu-show #mobile-fixed li {
    background: #1A679E;
}
.mmenu-show #mobile-menu .menu li>a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #1A679E;
}
.mmenu-show #mobile-menu .language-menu {
    background: #1A679E;
    color: #fff;
}
.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn {
    font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
    font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
    font-size: 28px;
}
.mmenu-show #mobile-menu .share-menu {
    background: #545454;
}
.mmenu-show #mobile-search {
    background: #1A679E;
}
.mmenu-show #mobile-fixed .m-contact {
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}
.mmenu-show #mobile-menu .menu ul li.products_activity a {
    color: #f17d29;
}
.mmenu-show #mobile-menu .menu li.products_activity>a:hover,
.mmenu-show #mobile-menu .menu li.products_activity.active>a {
    color: #E72033;
}
.mmenu-show #mobile-menu .menu li.pd-class>a {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}
.mmenu-show #mobile-menu .menu li.pd-class.has-child>.toggle-submenu:before {
    content: '\f078';
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mmenu-show #mobile-search .search-box:after {
    top: 3px;
}
/*------------ / mobile_menu ------------*/
.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}
.contit b {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    margin: 0 0px 0 0;
    color: #1A679E;
    display: block;
    text-transform: uppercase;
}
.reminder {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}
/*------------ side-share ------------*/
.side-share {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
}
.side-share.for-cart {
    right: unset;
    left: 15px;
}
.side-share .share {
    display: flex;
    flex-direction: column;
}
.side-share .share li {
    margin: 2px 0;
}
.side-share .share li a {
    width: 55px;
    height: 55px;
    color: #FFF;
    background: #31CAA4;
    border-radius: 50%;
    display: block;
    line-height: 55px;
    text-align: center;
    transition: all 0.5s ease;
    border: 0;
    font-size: 0;
    box-shadow: 0px 2px 5px #0000001c;
    overflow: hidden;
}
.side-share .share .btn i {
    display: block;
    font-size: 30px;
    line-height: 55px;
}
.side-share .share .btn i:before {
    color: #FFF;
}
.side-share .share .btn.cm-fb {
    color: #FFF;
    background: #405D9A;
}
.side-share .share .btn.cm-youtube {
    color: #FFF;
    background: #b52322;
}
.side-share .share .btn.cm-mail {
    color: #FFF;
    background: #2caf8e;
}
.side-share .share .btn.cm-line {
    color: #FFF;
    background: #06C755;
    padding-top: 1px;
    padding-left: 1px;
}
.side-share .share .btn.cm-phone {
    color: #FFF;
    background: #3c352a;
}
.side-share .share .btn.cm-instagram {
    background: #b90675;
}
.side-share .share .btn.cm-instagram i {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #FFF;
}
.side-share .share .btn.cm-linkedin {
    color: #FFF;
    background: #0073b0;
}
.side-share .share .btn.cm-twitter {
    background: #0F1419;
}
.side-share .share .btn.cm-wechat {
    background: #51c332;
}
.side-share .share .btn.cm-qq {
    background: #000;
}
.side-share .share .btn:hover {
    border: 0;
    box-shadow: unset;
}
.side-share .share .btn:hover i,
.side-share .share .btn:hover i:before {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #FFFFFF;
}
.side-share .share .btn.cm-fb:hover {
    background: #5C79B7;
}
.side-share .share .btn.cm-youtube:hover {
    background: #CB3A39;
}
.side-share .share .btn.cm-mail:hover {
    background: #43CAA8;
}
.side-share .share .btn.cm-line:hover {
    background: #1DD96A;
}
.side-share .share .btn.cm-phone:hover {
    background: #5A5247;
}
.side-share .share .btn.cm-instagram:hover {
    background: #CE208C;
}
.side-share .share .btn.cm-linkedin:hover {
    background: #1C94D4;
}
.side-share .share .btn.cm-twitter:hover {
    background: #29333C;
}
.side-share .share .btn.cm-wechat:hover {
    background: #71E053;
}
.side-share .share .btn.cm-qq:hover {
    background: #333;
}
/*------------ / side-share ------------*/
/*------------ cart ------------*/
.main-cart-box {
    background: url(../../../images/layout06/common/cart-box-bg.png);
    position: fixed;
    width: 80px;
    height: auto;
    z-index: 1001;
    right: 0;
    bottom: calc(50% - 300px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
}
.main-cart-box .c-box-btn {
    width: 80px;
    height: 99px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
}
.main-cart-box .c-box-btn+.c-box-btn:before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #C3C3C3;
    position: absolute;
    left: 10px;
    top: 1px;
}
.main-cart-box .c-box-btn+.c-box-btn:after {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 10px;
    top: 0;
}
.main-cart-box .c-box-btn .ic {
    width: 41px;
    height: 41px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    display: block;
    line-height: 41px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    transition: all .3s ease;
    margin-bottom: 3px;
    color: #666666;
}
.main-cart-box .c-box-btn .ic.icon-cart-info {
    font-weight: bold;
}
.main-cart-box .c-box-t {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}
.main-cart-box .c-box-btn:hover .ic {
    background: #666666;
    color: #FFF;
}
.main-cart-box .cart-btn .qty {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: #FFF;
    background: #D80000;
    border-radius: 50%;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
    background: #666666;
    color: #FFF;
}
.main-cart-box .history-content {
    position: absolute;
    width: 80px;
    height: auto;
    left: -85px;
    top: 110px;
    box-sizing: border-box;
    padding: 13px 8px 7px;
    border: 2px solid #c5c5c5;
    background: #FFF;
    border-radius: 10px;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}
.main-cart-box .history-content.active {
    opacity: 1;
    pointer-events: all;
    top: 100px;
}
.main-cart-box .history-content:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
}
.history-list .box {
    position: relative;
    margin-bottom: 10px;
}
.history-list .box:nth-last-child(1) {
    margin-bottom: 0;
}
.history-list .box .name {
    font-size: 15px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.history-list .box:hover .name {
    color: #666666;
    text-decoration: underline;
}
.history-list .box .pic {
    position: relative;
}
.history-list .box .pic:before {
    content: "";
    background: rgba(204, 204, 204, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.history-list .box:hover .pic:before {
    opacity: 1;
}
.history-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.cart-fancybox-content {
    display: none;
}
.front-member-fancybox .fancybox-skin {
    margin-top: unset;
    margin-bottom: unset;
}
.front-member-fancybox .fancybox-inner {
    max-height: unset !important;
}
.member-fancybox-body {
    overflow-y: hidden;
}
.social-login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.social-login-box>div.fb-login-box,
.social-login-box>div.google-login-box,
.social-login-box>div.line-login-box {
    width: 240px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
}
.LINE-login-button a {
    width: 240px;
    height: 40px;
    background: #06C755;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='61' viewBox='0 0 64 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='LINE' class='cls-1' d='M57.144,41.969c4.64-5.087,6.863-10.251,6.863-15.984C64.007,11.66,49.646.005,32,.005S-0.014,11.66-.014,25.985c0,12.842,11.388,23.6,26.771,25.633,1.041,0.225,2.46.688,2.819,1.579a6.558,6.558,0,0,1,.1,2.894s-0.374,2.259-.456,2.741C29.085,59.641,28.58,62,32,60.557S50.43,49.7,57.145,41.969h0M19.466,34.508h-6.36a1.681,1.681,0,0,1-1.678-1.68V20.107a1.678,1.678,0,1,1,3.356,0V31.15h4.682A1.679,1.679,0,0,1,19.466,34.508Zm6.579-1.68a1.678,1.678,0,1,1-3.355,0V20.107a1.678,1.678,0,1,1,3.355,0V32.829Zm15.31,0a1.678,1.678,0,0,1-3.022,1.008l-6.518-8.878v7.87a1.679,1.679,0,1,1-3.357,0V20.107A1.678,1.678,0,0,1,31.479,19.1L38,27.978v-7.87a1.678,1.678,0,1,1,3.356,0V32.829Zm10.292-8.039a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681a1.679,1.679,0,0,1,0,3.358h-6.36a1.682,1.682,0,0,1-1.678-1.68V20.107a1.68,1.68,0,0,1,1.678-1.679h6.36a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681Z'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 24px 24px;
    background-position: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
}
.LINE-login-button a .LINE-text {
    font-size: 14px;
    font-weight: 600;
    width: 210px;
    color: #FFF;
    text-align: center;
    line-height: 39px;
}
.LINE-login-button a:hover,
.LINE-login-button a:focus,
.LINE-login-button a:active {
    background: #05B34C;
}
.f-login {
    text-align: center;
    padding-top: 73px;
    padding-bottom: 40px;
    height: auto;
    overflow-x: hidden;
}
.f-login .f-title {
    text-align: center;
    margin-bottom: 30px;
}
.f-login .main-title {
    color: #444444;
    font-size: 26px;
    margin: 0;
}
.f-login .main-title {
    color: #444444;
    font-size: 26px;
    margin: 0;
    z-index: 1;
    position: relative;
    font-weight: 600;
}
.f-login .main-sub {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    margin-top: -72px;
    display: block;
}
.f-login .form-box label.control-label {
    display: none;
}
.f-login label.form-checkbox {
    display: block;
    font-size: 14px;
}
.f-login .form-box .form-group {
    padding-bottom: 5px;
    text-align: left;
}
.f-login .btn.pure {
    text-align: center;
    color: #3386CB;
    font-size: 16px;
    transition: all .3s ease;
    margin-bottom: 15px;
    margin-top: 20px;
}
.f-login .btn.pure:hover {
    color: #5cabef;
}
.f-login .btn.p-reset,
.f-login .btn.p-send {
    width: 202px;
    height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 45px;
    border-radius: 5px;
    background: #AAAAAA;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
}
.f-login .btn.p-reset:before,
.f-login .btn.p-send:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, #4ABBC8, #33A67B);
    opacity: 0;
    border-radius: 5px;
    transition: all .3s ease;
}
.f-login .btn.p-reset:hover:before,
.f-login .btn.p-send:hover:before {
    opacity: 1;
}
.f-login .form-box {
    background: none;
    padding-top: 0;
    padding-bottom: 10px;
}
.f-login .check-agree {
    padding: 10px 30px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.f-login .f-reminder {
    padding: 10px 25px 30px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-sizing: border-box;
    background: none;
}
.f-login .f-reminder p {
    margin: 0;
}
.f-login .btn-box.cart_f_btn {
    padding-top: 10px;
}
.f-login .terms-style {
    color: #3385CB;
    transition: all .3s ease;
}
.f-login .terms-style:hover {
    color: #5cabef;
}
.f-login .f-msg {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.f-login .f-txt {
    font-size: 15px;
    text-align: center;
}
/*------------ / cart ------------*/
@media screen and (max-width: 1500px) {
    .top-nav {
        top: 10px;
        right: 15px;
    }
    .main-cart-box {
        width: 100%;
        height: 60px;
        right: 0;
        bottom: 0;
        border-radius: 0;
        background: url(../../../images/layout06/common/cart-box-bg-m.png);
        display: flex;
        z-index: 401;
    }
    .main-cart-box .c-box-btn {
        width: auto;
        height: auto;
        background: url(../../../images/layout06/common/cart-box-bg-m.png);
        z-index: 2;
        flex-grow: 1;
        flex-direction: row;
    }
    .main-cart-box .c-box-btn .ic {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 4px;
        border: 0;
        font-size: 25px;
        color: #FFF;
        background: transparent;
    }
    .main-cart-box .c-box-btn:hover .ic,
    .main-cart-box .history-btn.c-box-btn.active .ic,
    .main-cart-box .history-btn.c-box-btn:hover .ic {
        border: 0;
        color: #FFF;
        background: transparent;
    }
    .main-cart-box .c-box-t {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0px;
        white-space: nowrap;
        transition: all .3s ease;
        color: #FFF;
    }
    .main-cart-box .cart-btn .qty {
        right: calc(50% + 9px);
        top: 6px;
    }
    .main-cart-box .c-box-btn+.c-box-btn:before {
        width: 1px;
        height: calc(100% - 30px);
        background: #777777;
        left: 0;
        top: 15px;
    }
    .main-cart-box .c-box-btn+.c-box-btn:after,
    .main-cart-box .c-box-btn:after {
        content: "";
        width: calc(100% - 1px);
        height: 100%;
        position: absolute;
        left: 1px;
        top: 0;
        background: #666666;
        transition: all .3s ease;
        z-index: -1;
        opacity: 0;
    }
    .main-cart-box .c-box-btn:hover:after,
    .main-cart-box .history-btn.c-box-btn.active:after,
    .main-cart-box .history-btn.c-box-btn:hover:after {
        opacity: 1;
    }
    .main-cart-box .history-content {
        width: 100%;
        height: auto;
        left: 0;
        border-radius: 0;
        padding: 10px 5px 3px;
        top: unset;
        bottom: 90%;
        z-index: 1;
    }
    .main-cart-box .history-content.active {
        top: unset;
        bottom: 100%;
    }
    .history-list {
        display: flex;
        justify-content: center;
    }
    .history-list .box {
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        width: 60px;
    }
    .history-list .box .name {
        font-size: 12px;
    }
    .footer_bottom.for-cart {
        margin-bottom: 70px;
    }
    /*------------ side-share ------------*/
    .side-share.for-cart {
        right: 15px;
        left: unset;
        bottom: 70px;
        transform: unset;
        top: unset;
    }
    /*------------ / side-share ------------*/
}
@media screen and (max-width: 1280px) {
    .site-header .container {
        max-width: 1330px;
        display: block;
    }
    .site-title .logo {
        width: 200px;
    }
    .site-nav .menu li {
        width: 85px;
    }
    .site-nav .menu li a {
        font-size: 16px;
        padding: 4px 5px;
    }
    .site-map ul+ul {
        margin: 0 0 0 10px;
    }
}
@media screen and (max-width: 1100px) {
    body .fancybox-nav span {
        left: 0px;
    }
    body .fancybox-next span {
        right: 0px;
        left: unset;
    }
}
@media screen and (max-width: 1000px) {
    .wrapper {
        padding-top: 40px;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: 100%;
        float: none;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .btn.style01 {
        max-width: 40%;
        font-size: 12px;
        padding: 0 15px;
        margin: 0 5px 15px;
    }
    .main-top {
        margin-bottom: 10px;
    }
    .has-side .content,
    .content {
        padding: 20px 15px 50px;
    }
    .btn-box {
        padding-top: 5px;
    }
    /*------------ site_header 1000 ------------*/
    .site-header,
    .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
    }
    .site-header .container {
        display: block;
    }
    .site-title,
    .header-fixed .site-title {
        float: none;
        padding: 15px 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 233px;
        height: 70px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .site-footer {
        padding: 50px 0 0px;
    }
    .site-map,
    .fllow .share {
        display: none;
    }
    .site-footer .col {
        float: none;
        width: auto;
        text-align: left;
        max-width: 280px;
        margin: 0 auto;
    }
    .site-info::before {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .site-info {
        padding-right: 0;
    }
    .site-info li,
    .site-info p {
        display: block;
    }
    .site-info li a,
    .site-info span {
        display: inline;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .site-info li+li {
        margin: 0;
    }
    .site-footer .fllow {
        padding: 20px 0 0 0;
        text-align: center;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout06/common/mobile_gotop.svg) 50% 50% no-repeat;
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -30px;
        z-index: 400;
    }
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
        display: block;
    }
    .floating .gotop:before,
    .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    /*------------ side-share ------------*/
    .side-share {
        top: unset;
        transform: unset;
        bottom: 20px;
    }
    .side-share.for-cart {
        bottom: 70px;
    }
    .side-share .share li a {
        width: 40px;
        height: 40px;
        padding-left: 1px;
    }
    .side-share .share .btn i {
        font-size: 20px;
        line-height: 40px;
    }
    /*------------ / side-share ------------*/
    .contact-title .reminder {
        margin: 0 45px;
    }
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder {
        margin: 0;
    }
    .reminder {
        margin-bottom: 25px;
    }
    .form-box,
    .form-wrap.has-bg {
        padding: 20px 15px;
    }
    .form-wrap.has-bg {
        background: none;
    }
    .form-box {
        background: none;
    }
    .footer_bottom {
        padding-bottom: 40px;
    }
    .copy_box {
        text-align: center;
    }
    .contact-form {
        padding: 20px 10px 30px;
        margin-top: 40px;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 70px;
    }
}
@media screen and (max-width: 900px) {
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: calc(100% - 35px);
    }
}
@media screen and (max-width: 767px) {
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 40px;
    }
    .main-top {
        padding: 5px 0;
    }
    .content-title {
        padding: 5px 0 12px 0;
        margin: 0 0 25px 0;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ side-share ------------*/
    .side-share.for-cart {
        bottom: 95px;
    }
    /*------------ / side-share ------------*/
    .member-fancybox-body {
        overflow-y: auto;
    }
    .main-cart-box {
        height: 85px;
    }
    .main-cart-box .c-box-btn {
        flex-direction: column;
    }
    .main-cart-box .c-box-btn .ic {
        margin-right: auto;
        margin-left: auto;
    }
    .main-cart-box .c-box-t {
        font-size: 12px;
    }
    .main-cart-box .cart-btn .qty {
        right: calc(50% - 28px);
        top: 5px;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 90px;
    }
    .footer_bottom.for-cart {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 600px) {
    /*------------ cart-fancybox 600 ------------*/
    .f-login .form-control {
        margin-bottom: 0;
    }
    .f-login {
        padding-top: 0px;
        height: unset;
    }
    .f-login .f-title {
        padding-top: 0px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #member-login-fancybox {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-register-fancybox {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-forget-fancybox {
        padding-top: 20px;
        padding-bottom: 0px
    }
    #member-forget-ok-fancybox {
        padding-top: 30px;
        padding-bottom: 0;
    }
    #member-register-ok-fancybox {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .f-login .main-sub {
        font-size: 40px;
        line-height: 40px;
        margin-top: -55px;
        margin-bottom: 0;
    }
    .f-login .btn.p-reset,
    .f-login .btn.p-send {
        width: 100px;
        height: 30px;
        font-size: 15px;
        line-height: 28px;
        border-radius: 0;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .f-login .btn-box.cart_f_btn {
        margin-top: 0;
        padding-top: 10px;
    }
    .f-login .btn.p-reset:before,
    .f-login .btn.p-send:before {
        border-radius: 0;
    }
    .f-login .check-agree {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .f-login .btn.pure {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .f-login .f-reminder {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    /*------------ / cart-fancybox 600 ------------*/
}