﻿body {
    font-family: 'Noto Sans TC', 'Karla', 'Microsoft JhengHei', sans-serif;
    letter-spacing: 1.2px;
    color: #3f3a39;
    font-size: 14px;
}

form {
    margin: 0px;
}

hr {
    border-top-color: #b08e79;
}

/* Common */
p img {
    display: inline-block;
}

/* Style of Scroll To Top */
.fix-feature .scrollToTop {
    background-color: rgba(176, 142, 121, 0.6);
    width: 48px;
    height: 48px;
    padding: 3px;
    bottom: 5px;
}

    .fix-feature .scrollToTop:hover {
        background-color: rgba(176, 142, 121, 1);
    }

        .fix-feature .scrollToTop:hover i {
            color: #ffffff;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .fix-feature .scrollToTop i {
        line-height: 38px;
        font-size: 30px;
    }

.fix-feature .line {
    background-image: url(/Images/line-logo.svg);
    background-size: 60%;
    background-color: #00B900;
}

.fix-feature .facebook {
    background-image: url(/Images/facebook-logo.svg);
    background-color: #1877f2;
    background-size: contain;
}

/* Buttons */
a {
    color: inherit;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

    a:hover {
        color: inherit;
        cursor: pointer;
        text-decoration: none;
    }

    a:focus,
    a:active {
        text-decoration: none;
    }

.btn-default {
    color: #b08e79;
    border-color: #e7ded0;
    background-color: #e7ded0;
}

    .btn-default:hover {
        color: #b08e79;
        border-color: #dcd0bc;
        background-color: #dcd0bc;
    }

.main-menu {
    display: none;
}

.fixed-top {
    position: fixed !important;
    z-index: 1010;
}

.header-top {
    padding: 10px 0;
    color: #b08e79;
    background-color: #e7ded0;
}

    /*.header-top .icon-truck {
        width: 46px;
        height: 26px;
    }*/

    .header-top .socials {
        display: flex;
        justify-content: flex-end;
    }

        .header-top .socials a {
            display: inline-block;
            text-align: center;
            width: 28px;
            height: 28px;
            color: inherit;
            border: 1px solid #b08e79;
            border-radius: 50%;
            margin-right: 10px;
            background-color: transparent;
            line-height: 25px;
        }

/* Header */
header.navbar {
    padding: 0.5rem 1rem;
    border: 0;
    position: relative;
}

    header.navbar.menu-separate {
        /*box-shadow: 0px 1px 15px rgba(0,0,0,0.1);*/
        flex-direction: column;
    }

header .navbar-nav li > a:hover, header .navbar-nav li > a.active, header .navbar-nav li.show > a {
    background-color: transparent;
}

header .navbar-nav li > a.active {
    font-weight: bold;
}

.navbar-brand img {
    height: 20px;
    margin-bottom: 8px;
}

.header-container {
    margin-bottom: 0;
}

    .header-container .navbar-nav {
        position: relative;
        font-size: 15px;
    }

        .header-container .navbar-nav .nav-link {
            color: #b08e79;
            font-size: 15px;
            border: 0;
            padding: 28px 10px;
            white-space: nowrap;
        }

    .header-container .dropdown-menu .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*.header-container .navbar-nav.main:before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 7px);
        width: 1px;
        height: 14px;
        background-color: #333333;
    }*/

    .header-container .btn-group > a {
        padding: 8px;
        line-height: 1.0;
    }

        .header-container .btn-group > a img {
            width: 28px;
            height: 28px;
        }

    .header-container .btn-group .dropdown-menu {
        padding: 0.5rem 0;
        border-radius: 0.25rem;
        border: 1px solid rgba(0,0,0,.15);
    }

        .header-container .btn-group .dropdown-menu.search {
            padding: 0.5rem;
        }

            .header-container .btn-group .dropdown-menu.search input {
                width: 150px;
            }

            .header-container .btn-group .dropdown-menu.search .input-group-append button {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

    .header-container .btn-group .dropdown-item {
        padding: 0.5rem 1.25rem;
    }

        .header-container .btn-group .dropdown-item i {
            width: 22px;
            text-align: center;
        }

    .header-container .dropdown-toggle::after {
        display: none;
    }

    .header-container .cart-count {
        color: #ffffff;
        width: auto;
        height: auto;
        min-width: 15px;
        line-height: 15px;
        text-align: center;
        border-radius: 50rem;
        background-color: #b08e79;
        top: 0;
        right: 0;
        letter-spacing: normal;
    }

    .header-container .menu-separate .navbar-nav .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

/* Banner */
.section-banner .slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 20px;
}

    .section-banner .slick-dots li {
        display: inline-block;
    }

        .section-banner .slick-dots li + li {
            margin-left: 20px;
        }

        .section-banner .slick-dots li button {
            font-size: 0px;
            line-height: 0;
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #ffffff;
            opacity: 0.5;
        }

            .section-banner .slick-dots li button:hover,
            .section-banner .slick-dots li button:focus {
                opacity: 1;
            }

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none;
}

.slick-dots li.slick-active button {
    background-color: #ffffff;
    opacity: 1;
}

/* Breadcrumb */
.breadcrumb {
    color: #3f3a39;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/* Pagination */
.page-link {
    color: #999999;
}

    .page-link:hover {
        color: #333333;
    }

.page-item.active .page-link {
    background-color: #b08e79;
    border-color: #b08e79;
    border-radius: 50%;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

/* Any91 RWD Table */
.rwd-table .header {
    color: #b08e79;
    background-color: #e7ded0;
}

.rwd-table .item {
    border-color: #e7ded0;
}

/* Footer */
footer {
    color: #b08e79;
    background-color: #e7ded0;
}

.footer ul.menu > li {
    margin-bottom: 5px;
}

.footer .social-links a {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #b08e79;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .footer .social-links a + a {
        margin-left: 10px;
    }

    .footer .social-links a.instagram {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    }

    .footer .social-links a.line {
        background-color: #00B900;
    }

        .footer .social-links a.instagram img,
        .footer .social-links a.line img {
            height: 20px;
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
        }

.footer ul.menu > li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .footer ul.menu > li:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 14px;
        background-color: #b08e79;
        position: absolute;
        right: 0;
        top: calc(50% - 7px);
    }

    .footer ul.menu > li:last-child {
        padding-right: 0;
        margin-right: 0;
    }

        .footer ul.menu > li:last-child:before {
            display: none;
        }

.footer ul.credit-cards > li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 30px;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid rgba(176, 142, 121, 0.5);
}

    .footer ul.credit-cards > li img {
        max-width: 40px;
        max-height: 16px;
    }

/* Mobile Navbar 手機版選單(滑出版) */
.navbar-toggle {
    padding: 15px;
}

    .navbar-toggle .icon-bar {
        width: 18px;
        background-color: #b08e79;
    }

.feature-panel {
    z-index: 1030;
}

/* 頁籤 */
.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-link,
    .feature-panel.product-detail .nav-tabs .nav-link {
        color: rgba(0, 0, 0, 0.5);
        border-top: 0;
        border-right: 0;
        border-bottom: 3px solid transparent;
        border-left: 0;
        background-color: transparent;
        padding: 0.5rem 1rem;
    }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link,
        .feature-panel.product-detail .nav-tabs .nav-link.active,
        .feature-panel.product-detail .nav-tabs .nav-item.show .nav-link {
            color: #b08e79;
            border-bottom: 3px solid #b08e79;
        }

/*產品詳細置入feature-panel tab 樣式*/
.feature-panel.product-detail .nav-tabs li {
    flex: none;
}

#nav-mobile.feature-panel .wrapper {
    width: 100%;
}

#nav-mobile.feature-panel {
    background-color: #ffffff;
    color: #333;
    border-right: 0;
    width: 270px;
    z-index: 1030;
}

    #nav-mobile.feature-panel:before {
        content: "";
        background-color: rgba(0,0,0,0.9);
        display: block;
        position: fixed;
    }

    #nav-mobile.feature-panel .bg {
        background-color: rgba(0,0,0,.5);
    }

    #nav-mobile.feature-panel .header {
        background-color: #ffffff;
        padding: 0 15px;
    }

    #nav-mobile.feature-panel .exit {
        position: relative;
        width: 20px;
        height: 20px;
    }

        #nav-mobile.feature-panel .exit:hover {
            opacity: 0.85;
            cursor: pointer;
        }

        #nav-mobile.feature-panel .exit:before,
        #nav-mobile.feature-panel .exit:after {
            position: absolute;
            left: 8px;
            content: ' ';
            height: 20px;
            width: 2px;
            background-color: #b08e79;
        }

        #nav-mobile.feature-panel .exit:before {
            transform: rotate(45deg);
        }

        #nav-mobile.feature-panel .exit:after {
            transform: rotate(-45deg);
        }

    #nav-mobile.feature-panel .search-keyword .btn {
        border: 1px solid #ced4da;
    }

    #nav-mobile.feature-panel .body {
        background-color: #ffffff;
        padding: 15px;
    }

        #nav-mobile.feature-panel .body h6 {
            color: #999999;
            margin: 0 -15px;
            padding: 5px 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        #nav-mobile.feature-panel .body ul {
            list-style: none;
            padding-left: 0;
        }

            #nav-mobile.feature-panel .body ul > li {
                margin: 0 -15px;
            }

                #nav-mobile.feature-panel .body ul > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    color: #102D4D;
                }

        #nav-mobile.feature-panel .body > ul > li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2)
        }

            #nav-mobile.feature-panel .body > ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 3em;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            #nav-mobile.feature-panel .body > ul > li > ul > li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                color: #b08e79;
                position: absolute;
                left: 35px;
            }

            #nav-mobile.feature-panel .body > ul > li > ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 2.5em;
            }

                #nav-mobile.feature-panel .body > ul > li > ul > li > ul > li > a:before {
                    left: 1.5em;
                }

            #nav-mobile.feature-panel .body > ul > li > ul {
                display: none;
            }

            #nav-mobile.feature-panel .body > ul > li.active ul,
            #nav-mobile.feature-panel .body > ul > li.open ul {
                display: block;
                margin-bottom: 10px;
            }

        #nav-mobile.feature-panel .body li.active > a {
            color: #b08e79;
        }

    #nav-mobile.feature-panel .feature {
        background: #b08e79;
        border-top: 1px solid rgba(0,0,0,0.2);
        height: 50px;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.0;
    }

        #nav-mobile.feature-panel .feature a.line {
            background-image: url('/Images/line-logo.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
        }

        #nav-mobile.feature-panel .feature a.facebook {
            background-image: url('/Images/facebook-logo-white.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
        }

        #nav-mobile.feature-panel .feature .fa-instagram {
            font-size: 20px;
        }

/* 購物車 */
#shopcart.feature-panel .header {
    color: #b08e79;
    background-color: #ffffff;
    padding: 0 15px;
    border-bottom: 1px solid #b08e79;
}

#shopcart.feature-panel .exit {
    position: relative;
    width: 14px;
    height: 14px;
}

    #shopcart.feature-panel .exit:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    #shopcart.feature-panel .exit:before,
    #shopcart.feature-panel .exit:after {
        position: absolute;
        left: 8px;
        content: ' ';
        height: 14px;
        width: 2px;
        background-color: #b08e79;
    }

    #shopcart.feature-panel .exit:before {
        transform: rotate(45deg);
    }

    #shopcart.feature-panel .exit:after {
        transform: rotate(-45deg);
    }

#shopcart.feature-panel .body.list > div {
    /*font-size: 14px;*/
    border-bottom-color: #b08e79;
}

#shopcart.feature-panel .feature {
    flex-direction: column;
    height: unset;
    border-top: 1px solid #b08e79;
}

#shopcart.feature-panel .del {
    color: #b08e79;
}

#shopcart.feature-panel .total {
    color: #b08e79;
    font-weight: bold;
    background-color: #ffffff;
}

    #shopcart.feature-panel .total:before {
        content: "NT$"
    }

.icon.default-bg {
    background-color: #b08e79;
}

.shopcart .sum.final-total,
.shopcart .item .save,
.section-shopcart .title,
.cart-step {
    color: #b08e79;
}

    .cart-step .icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #b08e79;
        background-color: #e7ded0;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .cart-step .active .icon {
        color: #fff;
        background-color: #b08e79;
    }

.section-shopcart .btn-outline-secondary {
    color: #b08e79;
    border-color: #e7ded0;
}

    .section-shopcart .btn-outline-secondary:hover {
        color: #b08e79;
        background-color: #e7ded0;
    }

/* 登入頁 */
.section-user.user-login, .section-order.order-search {
    color: #b08e79;
}

/* 訂單查詢頁頁 */
.section-user.user-order .btn > i {
    margin-right: 0.25em;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {

    /* Header */
    header.navbar {
        padding: 0rem 1rem;
    }

    .navbar-brand img {
        margin-top: 27px;
        margin-bottom: 31px;
    }

    .navbar-nav.user .dropdown-menu > li > a {
        padding: 0.5rem 1rem;
    }

    /* Product */
    /*.section-product .card-body,
    .section-product .card-body h5 {
        font-size: 18px;
    }*/
}

@media (min-width:992px) {
    header .navbar-toggle {
        display: none;
    }

    .header-top {
        padding: 15px 0;
    }

    .main-menu {
        display: flex;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1400px;
    }

    header.menu-separate .navbar-brand img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* Header */
    .header-container .navbar-nav .nav-link {
        padding: 28px 20px;
    }

    .header-container .dropdown-menu .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Special Size */
@media (min-width:1600px) {

    /* Header */
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .page-wrapper .container-fluid {
        max-width: 1680px;
    }

    .section-list-containerfluid .container-fluid {
        max-width: 100%;
    }
}
