﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

@charset "utf-8";
body {
    letter-spacing: .04em;
    font-family: "Arial", "Noto Sans TC","微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
}
:root {
   --init-about-editor-slick-ratio:1296 /546;
}
.header .navbar {
    padding: 0 4%;
}

body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}

.cpd_sd21 {
    padding: 0 4%;
}

/* 購物清單 */


.header .navbar .nav-pos-top .cart-detail .item a.btn:hover {
    background-color: unset;
    opacity: 0.7;
    color: #000;
}

.nav-cart-info .nav-cart-list .cart-detail .item a {
    font-size: 15px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info {
    align-items: center;
}

.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding-right: 19px;
}

.nav-cart-info .nav-cart-list .cart-checkout .sum {
    margin: 10px 12px 15px;
}

.nav-cart-info .nav-cart-list .h6 {
    font-size: 16px;
    padding: 10px 10px 5px;
    margin-bottom: 9px;
}

.cr_no {
    padding-left: 10px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .info-detail a {
    font-size: 15px;
}

.header .navbar .cart-detail ul .cart-detail ul li i {
    width: auto;
    height: auto;
}

.header .navbar .cart-detail ul li i:before {
    display: block !important;
}

/* navbar */
.header .nav-item .caret {
    border-top: solid 5px #ffffff;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #8a8a8a;
}
.navbar .small-btn-box ul {
    margin: 0 0 0 30px;
}
.nav-cart-info .cart-drop-box .count {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    right: -2px;
    top: -3px;

}
.header .navbar .small-btn-box li a{
    display:block;
    position:relative;
}
.header .navbar .small-btn-box li i.fa-user:before,
.header .navbar .small-btn-box li i.fa-shopping-cart:before {
    display: none;
}
.header .navbar .small-btn-box li i.fa-shopping-cart {
    background: url(../images/all/cart.svg) no-repeat #1c1c1c center 10px;
    width: 44px;
    height: 44px;
    background-size: cover;
    border-radius: 50%;
    background-size: 50%;
}
.is_scroll .header .navbar .small-btn-box li i.fa-shopping-cart {
    background: url(../images/all/cart.svg) no-repeat #636363 center 10px;
    background-size: 50%;
}
.header .navbar .small-btn-box li i.fa-user {
    background: url(../images/all/member.svg) no-repeat #a1a1a1 center 10px;
    width: 44px;
    height: 44px;
    background-size: cover;
    border-radius: 50%;
    background-size: 50%;
}
.header .navbar-nav .nav-link {
    padding: 5px 20px;
    color:#fff;
}
.is_scroll .header .navbar {
    background: #1b1b1b;
}
.header .navbar {
    background: #25252533;
    border-bottom: none;
}
.navbar .navbar-brand {
    width: 169px;
    height: 33px;
    margin: 24px 0;
    display: block;
}
.header .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}
.is_scroll .header .navbar {
    box-shadow: 0px 0px 22px #40404054;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #ffffff;
}

.nav-item.dropdown > .navbar-nav .navbar-nav .nav-item:hover > .nav-link {
    background-color: #161616;
}

.nav-item.dropdown > .navbar-nav .navbar-nav {
    background: #fff;
}

.nav-item.dropdown > .navbar-nav {
    background: #fff;
}

    .nav-item.dropdown > .navbar-nav li a {
        color: #000;
    }

    .nav-item.dropdown > .navbar-nav .nav-item:hover > .nav-link {
        color: #fff;
        background-color: #161616;
    }


 /* banner */
.banner{
    margin-bottom:-1px;
}

.slick .slick-dots .slick-active button {
    background: #1b1b1b;
    width: 24px;
    border-radius: 30px;
}
.slick-dots li {
    width: auto;
    height: auto;
 
}
.slick .slick-dots button {
    width: 10px;
    background: #fff;
    transition: all 0.5s;
}
.slick-dots {
    bottom: 20px;

}

/* 購物彈跳 */
.cr_no {
    padding-left: 10px;
}
.qty-box .btn:hover {
    background-color: #2a2a2a;
}

.btn.cart:hover {
    background-color: #676767;
    color: #fff;
}

.btn.cart {
    background: #161616;
}
.toast:before {
    background: #161616;
    opacity:0.9;
}
.gallery-list .item .item-detail {
    padding: 0 5px;
}

.modal-dialog-scrollable .modal-content {
    overflow: unset;
}

.modal-header .close {
    border-radius: 50%;
    position: absolute;
    background-color: #adadad;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    font-weight: 400;
    border: none;
}

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

.modal-header {
    padding-bottom: 6px;
}

.modal-title:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 4px;
    height: 22px;
    left: 0;
    top: 6px;
}

.modal-title {
    position: relative;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    color: #000;
}

.main-title .h6 {
    font-size: 18px;
    padding-left: 0;
    border: none;
    color: #000;
}



/* 分享  */
body .container .ezshare-box {
    margin: 5px 0 20px 0;
}

.ezshare-box .list-inline-item:not(:last-child) {
    margin-right: 2px;
}

.ezshare-box a:hover:before {
    display: none;
}

.ezshare-box a:hover {
    color: #a99356 !important;
}

.ezshare-box ul:before {
    content: " SHARE : ";
    display: inline-block;
}

.ezshare-box ul {
    position: relative;
    align-items: center;
    display: flex;
}

.ezshare-box a {
    background-color: unset !important;
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    color: #000 !important;
}


/* 留言紀錄 order show*/
.order .talk-form-det .btn-area {
    margin: 30px 0 10px !important;
}

.order .talk-form-det {
    padding: 25px;
}
.talk-item .talk-top {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 6px;
}

.talk-box .talk-time {
    color: #b01f23;
}

.talk-box .talk-item .first-level {
    padding: 3%;
    border: solid 1px #d4d4d4;
    background-color: #fff;
}
.breadcrumb .txt-en{
    display:none;
}
.breadcrumb {
    background: unset;
    padding: 10px 0;
}
.h2 .txt-en{
    display:none;

}
.h2 {
    border-bottom: 1px solid #1e1e1e;
    color: #000000;
    margin-bottom: 30px;
}


/* 頁碼 */
body .page-link:focus {
    background-color: unset;
    box-shadow: unset;
    border-radius: 50%;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: unset;
    color: #0600015c;
}

.page-link {
    color: #000;
    border-color: unset;
    border: 1px solid #fff;
    padding: 7px 14.2px;
    font-family: "Arial";
    background-color: unset;
    border-radius: 50%;
}

.page-item:hover .page-link,
.page-item.active .page-link {
    border-color: unset;
    color: #fff;
    background-color: #101010;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 10px 10px;
}

    .page-item:last-child .page-link i:before,
    .page-item:first-child .page-link i:before {
        display: none;
    }

.page-item:first-child:hover .page-link,
.page-item:last-child:hover .page-link {
    background: unset;
}

.page-item:last-child .page-link i {
    background: url(../images/all/pag_arrow_right.svg) no-repeat;
    width: 9px;
    height: 15px;
}

.page-item:first-child .page-link i {
    background: url(../images/all/pag_arrow_lrft.svg) no-repeat;
    width: 9px;
    height: 15px;
}

/*side1*/
.side1 .filter-content.ssub {
    padding:  0;
}
.side1 .filter-content {
    padding: 12px 0 0;
    border:none;
}
.side1 .filter-content > ul {
    padding: 0 10px;
}
    .side1 .filter-content ul li ul {
        padding:0;
    }
        .side1 .filter-content ul li ul li:before {
            content: " ";
            display: block;
            position: absolute;
            left: 0;
            top: 14px;
            background-color: #707070;
            width: 9px;
            height: 2px;
        }
        .side1 .filter-content ul li ul li {
            padding: 5px 14px;
            font-size: 15px;
            margin-bottom: 0;
        }
    .side1 .filter-content > ul > li {
        font-size: 16px;
        margin-bottom: 6px;
        position: relative;
    }
.side1 .btn.btn-primary {
    padding: 9px 10px;
}

a {
    color: #212121;
}
a:hover {
    color: #676767;
}
.side1  .h3{
    display:none;
}
.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    background: #161616;
    color: #fff;
    font-weight: bold;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background: #161616;
    color: #fff;
    border-color: unset;
}
.home_product .btn-check:checked + .btn,
.home_product :not(.btn-check) + .btn:active,
.home_product .btn:first-child:active,
.home_product  .btn.active, .btn.show {
    background: unset;
    border-color: unset;
    padding: 0;
}
/*news*/
.news.show .h1 {
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
    color:#000;
    font-size:24px;
}
.page-box ul li a.more_x:hover {
    background-color: #676767;
}
.page-box ul li a.more_x {
    background: #161616;
    padding: 15px 5px;
    box-shadow: 0px 0px 6px #b79d7a;
    text-align: center;
    color: #fff;
    border-radius: 5px !important;
    display: block;
    width: 136px;
}
.news .item .pic{
    position:relative;
    overflow:hidden;
}
.news .item:hover .pic img {
    opacity: 0.7;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.news .info {
    background-color: #ffffff;
}
.article-grid .item .info .date {
    color: #212121;
}
.ta_dffx {
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.article-grid .item .info {
    padding: 20px 0;
    border: none;
}
    .article-grid .item .info .title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .article-grid .item .info .title,
    .article-grid .item .info .title a {
        font-size: 20px;
    }
.article-grid .item .info .kind a {
    border: 1px solid #676767;
    background: #fff;
    color: #000;
    padding: 3px 9px;
    margin-bottom: 0;
}
.btn:focus-visible {
    box-shadow: unset;
}
.sort-area .btn-info {
    color: #fff;
    background: #161616;
    border-color: #fbf3f3;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}
/*首頁*/
.spec-box .form-control {
    margin: 0 -1px;
}

.home-pagelist-area > .container-fluid {
    padding: 0;
}
.home_go h4 {
    text-align: center;
    margin-bottom: 30px;
}
.home_go a span {
    background-color: #000000;
    color: #fff;
    padding: 9px 24px;
    border-radius: 5px;
    box-shadow: 0px 0px 22px #40404054;
    font-size: 24px;
}
.home_go a label {
    margin-right: 20px;
    cursor: pointer
}
.home_go a:hover span {
    background-color: #676767;
}
.home_go a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.home_go {
    background: url(../images/all/go_bg.jpg) no-repeat center;
    padding: 160px 0;
}
.nav-cart-info .nav-cart-list .cart-detail .item a:hover {
    color: #676767;
}
.btn.more:hover,
.btn.gray:hover {
    background-color: #676767;
  
}
.btn.gray {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
    .btn.gray:before,
    .btn.more:before {
        display: none;
    }
.btn.more {
    background: #161616;
    border: 1px solid #000;
}
.btn-box a {
    margin-right: 10px;
    padding: 0;
}
    .btn-box a:hover i.fa-shopping-cart {
        background: url(../images/all/cart_bk.svg) no-repeat #fff center 7px;
        background-size: 50%;
    }
.btn-box a i.fa-shopping-cart {
    background: url(../images/all/cart.svg) no-repeat #0c0c0c center 7px;
    width: 37px;
    height: 37px;
    background-size: cover;
    border-radius: 50%;
    background-size: 50%;
    transition: all 0.5s;

}

    .btn-box a i.fa-shopping-cart:before {
        display: none;
    }
.gallery-list p.price {
    color: #000000;
    font-weight: 400;
}
.price-box{
    text-align:center;
}
.gallery-list .item .title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.info {
    background-color: #f4f4f4;
}
.home_product .gallery-list .item .item-detail {
    padding: 0;
}
.pic{
    position:relative;
    overflow:hidden;
}
.item:hover img {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity:0.7;
}
.home_product .item {
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
}
.home_product > .container-fluid {
    padding: 0;
}
.home_link a {
    position: relative;
    display: block;
}
.home_link .tit h2 span {
    display: block;
    color: #d3d3d4;
    font-size:14px;
    padding-bottom:5px;
}
.home_link .tit h2 {
    color: #fff;
    font-size: 38px;
}
.home_link .tit2 p {
    display: table;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 20px 10px 0;
    margin: 0 auto;
    color: #fff;
    background: url(../images/all/more.svg) no-repeat right center;
}
.home_link a:hover .tit2 {
    bottom:unset;
    top: 50%;
    transform: translateY(-50%);
}
.home_link .tit2 {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    transition: all 0.5s;
}
.home_link a:hover .tit {
    opacity: 0;
}
.home_link .tit {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    transition: all 1s;
}
img {
    transition: all 0.5s;
}
.home_link a:hover img {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.home_link a:hover .pic:before {
    opacity: 0;
}
.home_link .pic:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #00000082;
    top: 0;
    width:100%;
    height:100%;
    left: 0;
    transition: all 2s;
    z-index: 10;
}
.home_link .pic {
    position: relative;
    overflow: hidden;

}
.home_bad a:hover {
    opacity: 0.8;
}

.home_link {
    background-color: #161616;
}


/*order*/
.order.show .btn.btn-primary {
    width: 136px;
}
.order  .mainSection {
    margin-top: 20px;
}
.rwd-table.mob-mode td{
    padding:15px 0;
}
.rwd-table a:hover {
    color: #676767;
}
.rwd-table a {
    color: #000;
}
.rwd-table.mob-mode th {
    background: #161616;
    color: #fff;
   
}
.order .pd_sodi {
    border-top: 1px solid #575757;
    padding-top: 20px;
}
/*會員*/
.member.register_finish .finish p{
   font-weight:bold;
   font-size:18px;
   text-align:center;

}
.member.register_finish .finish .btn.btn-primary {
    margin: 20px  auto 0;
    display: table;
}

.member .gallery-list .item .info {
    background-color: unset;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.member-function-box .item .pic > .icon {
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    background: #161616;
    padding: 30px;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.member-function-box .item .pic {
    width: 100%;
    background-color: unset;
}
.member-function-box .item > a {
    flex-wrap: wrap;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    border: none;
    padding: 25% 10px;
    border: 1px solid #676767;
}
.member .form-group {
    align-items: center;
}
.checkbox {
    text-align: center;
}
.order.show .flex-item .btn-primary,
.order.show .flex-item .btn-secondary,
.member .flex-item .btn-primary,
.member .flex-item .btn-secondary {
    width: 120px;
    padding: 12px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 16px;
}
.frame-small-box {
    width: 50%;
    background-color: #fff;
    padding: 3%;
    box-shadow: 0px 0px 15px #a6a6a654;
    position: relative;
    margin: 1rem auto 100px!important;
    border-radius: 10px;
}
.member .btn.btn-primary:hover {
    background-color: #676767 !important;
}
.member #fbLoginBtn img,
.member #geLoginBtn img {
    margin-right: 0;
}
.member a.btn-line-login i {
    background: url(../images/all/line.svg) no-repeat;
    background-size: cover;
    width: 24px;
    height: 20px;
    margin: 0 5px;
}
.member a.btn-line-login i:before {
    display:none;

}
#fbLoginBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.member a.btn-line-login {
    background-color: #1fc32e !important;
    color: #fff !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member .mainSection {
    margin-top: 0;
}
.fb_line_fx a{
    flex:1;
}
.fb_line_fx {
    display: flex;
}
.meb_or {
    text-align: center;
    padding: 20px 0;
    font-weight: 500;
}
.member.login .fmd_dv a.btn-primary:hover {
    background-color: #676767;
}
.member.login .fmd_dv a.btn-primary {
    background-color: #161616;
    padding: 14px 50px;
    color: #fff;
    font-size: 16px;
    margin: 28px auto 0;
    display: table;
    width: 100%;
}
.btn.btn-txt.active,
.btn.btn-txt:hover {
    color: #676767;
    background-color:unset;
}
.btn.btn-txt {
    color: #161616;
}
.member.login .btn-area {
    justify-content: center;
}
/* 購物車 cart  */
a.cv_acrt:hover {
    background-color: #676767;
    color:#fff;
}
a.cv_acrt {
    background-color: #000;
    color: #fff;
    padding: 6px 13px;
    border-radius: 0;
}
h4.gift_zone {
    color: #000;
    font-size: 1.125rem;
    font-weight: bold;
}
.full_a_f {
    color: #a61111;
    font-size: 14px;
    border: 1px solid #a61111;
    padding: 2px 5px;
    display: table;
    margin-bottom: 6px;
}
.cart .txt a {
    color: #d21010;
}
.cart .h3 i {
    padding-right: 5px;
}
.cart .h3 {
    color: #0a0a0a;
   
}
.pay-box {
    border: 1px solid #bdbdbd;
    color: #000;
}
.cart-box .cart-list {
    border: 1px solid #bdbdbd;
}
.form-check-input,
.form-select,
.form-control {
    border: 1px solid #bdbdbd;
    border-radius: 0;
}
.cart-list .info-area .highlight.st {
    color: #000000;
}
.cart .gray_bk:hover {
    background-color: #676767;
}
.cart .gray_bk {
    background: #161616;
    color:#fff;
}
.cart .btn.btn-light:hover {
    background-color: #676767;
}
.cart .btn.btn-light {
    background: #161616;
    color: #fff;
    border-radius: 5px;
    padding: 10px 35px;
    font-size: 16px;
}
.btn.btn-bord:hover {
    border-color: #676767;
    color: #676767;
}
.btn.btn-bord {
    border: solid 1px #161616;
    color: #161616;
}
.cart-step {
    color: #000;
}
.cart-step .num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background-color: #161616;
    text-align: center;
    line-height: 36px;

}

/* 限時專區 p03  */
.count_x {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    background-color: #000;
}

    .count_x .clock {
        font-weight: bold;
    }

    .count_x .second,
    .count_x .minute,
    .count_x .hour {
        color: #fff;
        padding:  0;
    }

    .count_x .day {
        color: #fff;
        padding: 0;
        border-radius: 2px;
    }
.item:hover .disabled img {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.item .disabled .btn-box button.btn {
    cursor: unset;
}

.item .disabled .btn-box button.btn i:hover {
    background: url(../images/all/cart.svg) no-repeat #0c0c0c center 7px;
    background-size: 50%;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}




/* 產品  */
.main{

}
.nav-link:focus-visible {
    box-shadow: unset;
}
.product.show .tab-area .tab-title li {
    margin: 0 5px;
    flex: 1;
    max-width: 100%;
}
.product.show .tab-area .tab-title a.active {
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
}

.product.show .tab-area .tab-title a {
    border-radius: 0;
    background-color: unset;
    color: #000;
    padding: 14px 8px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-left: none;
}
.mainSection{
    margin-top:50px;
}
.tab-area {
    border-top: none;
}
.main{
    position:relative;
}
.product.show .mainSection:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #f6f6f6;
    left: -999px;
    right: -999px;
    height: 100%;
    z-index: -9;
}
.product.show .mainSection {
    background-color: #f6f6f6;
}
.product.show .btn.btn-light:hover,
.product.show .btn.btn-dark:hover {
    background-color: #676767 !important;
    color: #fff !important;
}
.product.show .btn.btn-dark {
    background: #161616!important;
    color: #fff!important;
    margin-left: 10px;
}
.product.show .btn.btn-light, 
.product.show .btn.btn-dark {
    background: #fff;
    color: #000;
    padding: 13px 10px;
    font-size: 16px;
    border: none;
    width: 154px;
    border: 1px solid #161616;
}
.product-info-area .item .label {
    flex: 0 0 62px;
    margin-right: 30px;
}
.qty-box .btn {
    border: solid 1px #b4b4b4;
}
.qty-box .qty-quantity {
    border: solid 1px #b4b4b4;
    border-right: none;
    border-left: none;
    flex: unset;
    width: 70px;
    font-size: 16px;
    padding: 0;
    font-family: "Arial";
}
.radio-text-st label {
    background-color: #676767;
}
.radio-text-st input[type=radio]:checked + label {
    background-color: #161616;
}
.gallery-list p.desc {
    color: #515151;
}
.h5 .sub-txt {
    color: #bf9e82;
    font-size: 14px;
    letter-spacing: 1px;
}
.product.show .h5 .pro-name {
    font-weight: bold;
    color:#000;

}
.product .slider-nav .thumbnail:focus, .product .slider-nav .thumbnail.slick-current.slick-active {
    border: 1px solid transparent;
    border-color: #bbbbbb;
}
.slider-nav .thumbnail {
    border: none;
}
.product.show .product-pic{
    padding:0 5%;
}
.gallery-list p.price {
    margin-top: 0;
}
.modal-body .btn.cart {
    padding: 11px 0;
}
.modal-body .btn-box a i{
    display:none;
}
.item .btn-box button.btn i:hover {
    background: url(../images/all/cart_bk.svg) no-repeat #fff center 7px;
    background-size: 50%;
}
.item .btn-box button.btn.active {
    background: unset;
}
.item .btn-box button.btn i {
    background: url(../images/all/cart.svg) no-repeat #0c0c0c center 7px;
    width: 37px;
    height: 37px;
    background-size: cover;
    border-radius: 50%;
    background-size: 50%;
    transition: all 0.5s;
}
    .item   .btn-box button.btn i:before {
        display: none;
    }
.gallery-list.cover.hov-cart .btn-box .btn {
    display: table;
    width: auto;
    padding: 0;
    background-color: unset;
    text-align: right;
    margin: 0 15px 0 auto;
}
.gallery-list.cover.hov-cart.hov-left .btn-box {
    left: 0;
    position: static;
    transform: unset;
    margin-top:0;
}
.gallery-list.border-solid .item .item-detail {
    border: none;
    padding: 0;
}
.main .side {
    margin-bottom: 0;
}
/* 聯絡我們  */
.contact  .map-box {
    margin-bottom: 40px;
}
.list-creative .list-terms:before {
    background: #161616;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background-color: #676767;
}
.contact .list-creative .list-comma > li {
    color: #000;
}
.contact .list-creative .list-terms label {
    font-size: 18px;
}
.contact .list-creative a {
    color: #000000;
    font-size: 18px;
}
.form-select, .form-control {
    line-height: 2;
}
.contact .form-control-static {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.btn-secondary:hover,
.btn.btn-primary:hover {
    background-color: #676767;
}
.btn.btn-primary {
    background: #161616;
    border-color: #161616;
    padding: 13px 10px;
    border-radius: 3px;
}
.btn-secondary {
    padding: 13px 10px;
    background-color: #fff;
    border-color: #fff;
    border:1px solid #000;
    color:#000;
}
.contact .form-group .radio-inline {
    padding-right: 20px;
}

.contact .form-group .radio-inline input {
    margin-right: 6px;
}

/*footer*/
.footer_right {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_logo {
    width: 15%;
}
.footer_bo {
    padding-left:10px;
    width:50%;
}
    .footer_bo ul.tat_x li.taxid{
        margin-bottom:0;
    }
    .footer_bo ul.tat_x li label {
        padding-right: 5px;
    }
    .footer_bo ul.tat_x li.bstime,
    .footer_bo ul.tat_x li.mail {
        padding-left: 30px;
    }
    .footer_bo ul.tat_x {
        display: flex;
        flex-wrap: wrap;
    }
        .footer_bo ul.tat_x li label,
        .footer_bo ul.tat_x li a,
        .footer_bo ul.tat_x li {
            color: #dbd2cd;
        }
.footer-info {
    display: flex;
    justify-content: center;
}
.new_flower {
    display: none;
}
.copyrights {
    color: #757575;
    font-size: 14px;
    text-align: right;
}
.social-box ul li.icon_l a i {
    background: url(../images/all/line.svg) no-repeat;
}

.social-box ul li.icon_y a i {
    background: url(../images/all/tube.svg) no-repeat;
}
.social-box ul li.icon_f   a i{
    background: url(../images/all/fb.svg) no-repeat;
}
.social-box ul li a i{
    width:29px;
    height:25px;
}
.social-box ul li a i:before {
    display: none;
}
.social-box {
    text-align: right;
    padding-top: 10px;
}
.footer .footer-info ul li {
    margin-bottom: 6px;
}
.footer {
    background-color: #161616;
    padding: 30px 0 70px;
}