/* 縮小失敗。正在傳回未縮小的內容。
(1040,35): run-time error CSS1046: Expect comma, found '0'
(1040,39): run-time error CSS1046: Expect comma, found '/'
 */
/* Theme Default - Album */

.section-album .image-box {
    margin-bottom: 1rem;
}

    .section-album .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

        .section-album .image-box .body .title {
            margin: 0;
            font-weight: 500;
            font-size: 1.1rem;
            height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .section-album .image-box .body .description {
            margin: 0;
            height: 50px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.section-album.detail .description {
    margin-bottom: 1rem;
}

.section-album.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}

/* Theme Default - Blog */

.section-blog .image-box {
    margin-bottom: 1rem;
}

    .section-blog .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

        .section-blog .image-box .body .title {
            margin: 0;
            font-weight: 500;
            font-size: 1.1rem;
            height: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .section-blog .image-box .body .description {
            margin: 0;
            height: 74px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
        }

.section-blog.detail .content {
    margin-bottom: 1rem;
}

.section-blog.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}

.section-form .form-control {
    border-radius: 5px;
    background-color: #fff;
    border-color: #e1e1e1;
    color: #777;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

body {
    font-size: 16px;
    font-family: 'Microsoft JhengHei', sans-serif;
    color: #333;
}

a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.btn-gray {
    color: #333;
    background-color: #e1e1e1;
    border-color: #d3d3d3;
}

.line-fixed {
    position: fixed;
    right: 5px;
    bottom: 60px;
    z-index: 21;
    width: unset;
    height: unset;
}


.icon.default-bg {
    background-color: #868686;
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

ul.about {
    list-style: square;
}

/* Copyright's dot */
.copyright a {
    text-decoration: none;
    color: inherit;
}

.nav-pills > li > a {
    display: block;
}

    .nav-pills > li > a.active {
        color: #777777;
        background-color: transparent;
        border-bottom: 1px solid #777777;
    }

/* Header top */
.header-top {
    font-size: 14px;
    color: #ffffff;
    background-color: #6c757d;
}

    /*.header-top .btn-group a {
        color: #ffffff;
        padding: 0.5rem 1rem;
    }

        .header-top .btn-group a:after {
            display: none;
        }

    .header-top .dropdown-menu > a {
        color: #666;
    }*/

    .header-top .navbar-nav > li > a {
        color: #ffffff;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .header-top .navbar-nav > li > a:after {
            display: none;
        }

    .header-top .dropdown-menu > li > a {
        color: #666;
    }

    .header-top .social-links > li + li {
        margin-left: 5px;
    }

    .header-top .social-links a {
        color: #ffffff;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 100%;
        text-align: center;
        border: 1px solid #ac6353;
        background-color: #B67567;
    }

        .header-top .social-links a > i {
            line-height: 30px;
        }

        .header-top .social-links a.line {
            background: url(/Images/header-line.png);
            background-repeat: no-repeat;
            background-position: center;
            background-color: #00b900;
            background-size: 14px;
        }



img.logo {
    height: 45px;
}

/* Header */
.fixed-header-on header .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

header .navbar {
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

header .btn-group a {
    display: block;
    color: #333333;
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
}

    header .btn-group a > i {
        line-height: 38px;
    }

    header .btn-group a:hover {
        color: #fff;
        background-color: #868686;
    }

header .btn-group .dropdown {
    padding: 5px 0;
}

header .btn-group .dropdown-menu {
    min-width: 280px;
    padding: 15px;
    border-radius: 0 0 0.25rem 0.25rem;
}

header .btn-group .search-keyword button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.shop-cart .cart-count {
    background-color: #868686;
    color: #fff;
    right: 0px;
    top: 0px;
}

.shop-cart:hover .cart-count {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f101";
}

/* AdvBanner (arrows & dots) */
.section-banner .slick-slider:hover .slick-arrow {
    opacity: 1;
}

.section-banner .slick-slider .slick-arrow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 5vh;
    top: calc(50% - 2.5vh);
    line-height: 1;
    padding: 0 15px;
    z-index: 1;
    opacity: 0;
    min-width: 50px;
    min-height: 50px;
}

.section-banner .slick-slider .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    line-height: 50px;
    position: relative;
    left: 3px;
}

.section-banner .slick-slider .slick-next {
    right: 0;
}

    .section-banner .slick-slider .slick-next:before {
        font-family: FontAwesome;
        content: "\f105";
        line-height: 50px;
        position: relative;
        left: 6px;
    }

.section-banner .slick-slider:hover .slick-arrow .slick-prev:after,
.section-banner .slick-slider:hover .slick-arrow .slick-next:after {
    right: 0;
    -webkit-transform-origin: 100% 50%;
}

.section-banner .slick-slider .slick-dots {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

    .section-banner .slick-slider .slick-dots li {
        display: inline-block;
    }

        .section-banner .slick-slider .slick-dots li + li {
            margin-left: 15px;
        }

        .section-banner .slick-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #a48874;
            opacity: 0.8;
        }

            .section-banner .slick-slider .slick-dots li button:hover,
            .section-banner .slick-slider .slick-dots li button:focus {
                opacity: 1;
            }

    .section-banner .slick-slider .slick-dots .slick-active button {
        background-color: #5f4c3e;
        opacity: 1;
    }

/* Mobile Navbar 手機版選單 (feature-panel 由左滑出) */
.navbar-toggle {
    left: 5px;
    top: 8px;
    border: none;
    z-index: 1007;
    background-color: transparent;
    transition: all ease .5s;
}

    .navbar-toggle .icon-bar {
        background-color: #333333;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

        .navbar-toggle .icon-bar:nth-child(1) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0);
        }

        .navbar-toggle .icon-bar:nth-child(2) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0)
        }

    .navbar-toggle.open .icon-bar:nth-child(1) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, -.8, .8, .8, 0, 6)
    }

    .navbar-toggle.open .icon-bar:nth-child(2) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: translateX(-60px);
        opacity: 0;
    }

    .navbar-toggle.open .icon-bar:nth-child(3) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, .8, -.8, .8, 0, -6);
    }

#nav-mobile {
    width: 270px;
    background-color: #ffffff;
    color: #333333;
    border-right: 0;
}

    #nav-mobile .wrapper {
        width: 270px;
    }

    #nav-mobile .bg {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #nav-mobile .header {
        padding: 10px 20px;
        background-color: #fff;
    }

    #nav-mobile .exit {
        position: relative;
        width: 20px;
        height: 20px;
    }

        #nav-mobile .exit:hover {
            opacity: 0.85;
            cursor: pointer;
        }

        #nav-mobile .exit:before,
        #nav-mobile .exit:after {
            position: absolute;
            top: 0px;
            left: 9px;
            content: ' ';
            width: 2px;
            height: 20px;
            background-color: #666666;
        }

        #nav-mobile .exit:before {
            transform: rotate(45deg);
        }

        #nav-mobile .exit:after {
            transform: rotate(-45deg);
        }

    #nav-mobile .logo {
        width: auto;
        height: auto;
    }

        #nav-mobile .logo img {
            height: 40px;
        }

    #nav-mobile .body {
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .body a {
            position: relative;
            display: block;
            color: #333333;
            padding: 10px 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        #nav-mobile .body ul {
            list-style: none;
            padding-left: 0;
        }

            #nav-mobile .body ul > li.active > a {
                color: #333333;
            }

            /*#nav-mobile .body ul > li > a:hover {
                background-color: #B60005;
                color: #fff;
            }*/

            #nav-mobile .body ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 40px;
            }

            /*#nav-mobile .body ul > li > ul > li a:hover:before {
                color: #ffffff;
            }*/

            #nav-mobile .body ul > li > ul > li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                /*color: #B60005;*/
                position: absolute;
                left: 1.5em;
            }

            #nav-mobile .body ul > li > ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 2.5em;
            }

                #nav-mobile .body ul > li > ul > li > ul > li > a:before {
                    left: 1.5em;
                }

            #nav-mobile .body ul > li > ul {
                display: none;
            }

            #nav-mobile .body ul > li.active ul,
            #nav-mobile .body ul > li.open ul,
            #nav-mobile .body ul > li.show ul {
                display: block;
            }

    #nav-mobile .search {
        padding: 10px 20px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .search input {
            padding-right: 42.5px;
        }

        #nav-mobile .search i {
            position: absolute;
            right: 15px;
            top: 10px;
        }

    #nav-mobile .feature {
        background-color: #6c757d;
        border-top: 1px solid rgba(0,0,0,0.1);
        height: 50px;
    }

        #nav-mobile .feature a {
            color: #ffffff;
            font-size: 18px;
        }

            #nav-mobile .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;
    }

/* Pagination */
.page-link {
    color: #999999;
}

    .page-link:hover {
        color: #333333;
    }

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

/* Footer */
.footer {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    padding: 25px 0;
}

    .footer a {
        color: #333;
    }

.copyright {
    background-color: #6c757d;
    color: #fff;
}

    .copyright ul > li > a {
        display: block;
        color: #ffffff;
        padding: 5px 0;
        margin-right: 30px;
    }

    .copyright ul > li:last-child > a {
        margin-right: 0;
    }


.section-user .frame {
    background-color: #efdcaf;
    padding: 20px 70px 50px 70px;
    border-radius: 10px;
    position: relative;
}

#section-nav-bottom .navbar {
    background-color: #2f4050;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
}

#section-nav-bottom .link {
    padding: 8px 15px;
    font-size: 12px;
    color: #fff !important;
}

section h1 {
    text-align: center;
}

/* share button */
/*.share .line {
    background-color: #00c300;
}

    .share .line > img {
        display: inline-block;
        height: 19px;
    }*/

/* 分享 */
.share {
    display: flex;
    margin-bottom: 1rem;
}

    .share a {
        display: inline-flex;
        color: #ffffff;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        border-radius: 100%;
        background-size: 20px;
        background-color: #777777;
        background-position: center;
        background-repeat: no-repeat;
    }

        .share a:last-child {
            margin-right: 0;
        }

        .share a.line {
            background-color: #00B900;
            background-image: url('/Images/line-logo.svg');
        }

        .share a.facebook {
            background-size: contain;
            background-image: url('/Images/facebook-logo.svg');
        }

        .share a.twitter {
            font-size: 20px;
            background-color: #1DA1F2;
        }

        .share a.pinterest {
            background-size: contain;
            background-color: #ffffff;
            background-image: url('/Images/pinterest-logo.svg');
        }

/* Pagination */
.detail .pagination {
    display: block;
}

    .detail .pagination a {
        display: inline-block;
    }

        .detail .pagination a .title {
            color: #999999;
            font-size: 0.8rem;
            font-weight: normal;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 16px;
            max-height: 32px;
            border: 0;
        }

@media (min-width: 576px) {
}

@media (min-width:768px) {
    /* Header */
    .feature-panel.center {
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 1050;
    }
}

@media (min-width:992px) {
    /* Header */
    header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width:1200px) {
}

.section-link .overlay-container {
    border: 1px solid #727171;
}

.section-link a.stretched-link:hover {
    color: #7C7B7C;
}
/* List */
.section-list-container .container,
.section-list-containerfluid .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*picture-carousel*/
.section-list-container.picture-carousel,
.section-list-containerfluid.picture-carousel {
    position: relative;
}

    .section-list-container.picture-carousel > .slick-slider,
    .section-list-containerfluid.picture-carousel > .slick-slider {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .section-list-container.picture-carousel > .slick-slider *,
        .section-list-containerfluid.picture-carousel > .slick-slider * {
            height: 100%;
        }

/*list-row-carousel*/
.list-row-carousel .slick-slider {
    padding: 0 30px;
}

.list-row-carousel .slick-arrow {
    top: calc(50% - 34.5px);
    bottom: auto;
}

/* 產品輪播 */
.list-row-productcarousel .slick-slider {
    padding: 0 30px;
}

    .list-row-productcarousel .slick-slider .slick-slide {
        margin: 0 5px;
    }

.list-row-productcarousel .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 35%;
}
/*
    .list-row-productcarousel .slick-arrow.slick-disabled {
        display: none !important;
    }
}*/

/* Theme Default - Movie */

.section-movie .image-box {
    margin-bottom: 1rem;
}

    .section-movie .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

        .section-movie .image-box .body .title {
            margin: 0;
            font-weight: 500;
            font-size: 1.1rem;
            height: 40px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .section-movie .image-box .body .description {
            margin: 0;
            height: 100px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
        }
/* Theme Default - News */
.section-news.detail .content {
    margin-bottom: 1rem;
}

.section-news.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}

#section-nav-bottom.onepage .navbar {
    background-color: #2f4050;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#section-nav-bottom.onepage .link {
    padding: 8px 15px;
    font-size: 14px;
    color: #fff !important;
}

@media(max-width: 767px) {
}

@media(min-width: 992px) {
}

/* 產品左選單 */
.section-product .feature-panel {
    width: 225px;
}

    .section-product .feature-panel .wrapper {
        width: 100%;
        overflow-y: auto;
    }

    .section-product .feature-panel .header {
        padding: 9px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
    }

        .section-product .feature-panel .header h2 {
            color: #777777;
            font-size: 18px;
            width: auto;
            height: auto;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.0;
        }

        .section-product .feature-panel .header .exit {
            position: relative;
            width: 15px;
            height: 15px;
        }

            .section-product .feature-panel .header .exit:before,
            .section-product .feature-panel .header .exit:after {
                position: absolute;
                left: 7px;
                top: 0;
                content: '';
                height: 15px;
                width: 2px;
                background-color: #777;
            }

            .section-product .feature-panel .header .exit:before {
                transform: rotate(45deg);
            }

            .section-product .feature-panel .header .exit:after {
                transform: rotate(-45deg);
            }

    .section-product .feature-panel .bg {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .section-product .feature-panel ul {
        padding-left: 0;
        list-style: none;
    }

        .section-product .feature-panel ul > li > a {
            display: flex;
            justify-content: space-between;
            padding: 7px 15px;
            color: #666666;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .section-product .feature-panel ul > li > a:after {
                font-family: 'FontAwesome';
                content: "\f105";
                color: transparent;
            }

            .section-product .feature-panel ul > li > a:hover,
            .section-product .feature-panel ul > li > a.active {
                background-color: rgba(0, 0, 0, 0.025);
                color: #000;
            }

                .section-product .feature-panel ul > li > a:hover:after,
                .section-product .feature-panel ul > li > a.active:after {
                    color: #000;
                }

        .section-product .feature-panel ul > li > ul > li > a {
            font-size: 14px;
            padding-left: calc(15px + 1em);
        }

        .section-product .feature-panel ul > li > ul {
            display: none;
        }

        .section-product .feature-panel ul > li.active > ul {
            display: block;
        }

/* 產品排序(電腦版) */
.section-product nav.sort,
.section-product .total {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .section-product nav.sort a {
        margin-right: 1.25em;
    }

        .section-product nav.sort a.active {
            color: #000;
        }

/* 產品排序(手機版) */
.section-product .dropdown-item {
    padding: 0.5rem 1.5rem;
}

    .section-product .dropdown-item + .dropdown-item {
        border-top: 1px solid #e9ecef;
    }

    .section-product .dropdown-item.active {
        background-color: #820003;
    }


/* 產品列表 */
.section-product .card {
    transition: all 0.5s ease-in-out;
    margin-bottom: 1rem;
    background-color: transparent;
    border: none;
}

    .section-product .card .card-img-top {
        position: relative;
        padding: 5px;
        border: 1px solid rgba(0,0,0,0.1);
        box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    }

    .section-product .card .badge {
        color: #ffffff;
        border-color: #E86F00;
        background-color: #E86F00;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .section-product .card .no {
        font-size: 13px;
        color: #999999;
    }

    .section-product .card h3 {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 18px;
        height: 36px;
    }

    .section-product .card .price-box {
        font-size: 13px;
        color: #999999;
        margin-bottom: .5rem;
    }

    .section-product .card .price {
        color: #dc3545;
        font-weight: bold;
        font-size: 16px;
    }

        .section-product .card .price:before, .section-product #total:before {
            content: 'NT$';
            margin-right: 2px;
            font-size: 13px;
        }

    .section-product .card .unit:before {
        content: "/";
        margin: 0 2px;
    }

    .section-product .card .oprice:before {
        content: 'NT$';
        margin-right: 2px;
        font-size: 13px;
    }

    .section-product .card .oprice {
        text-decoration: line-through;
        margin-left: 10px;
        font-size: 12px;
    }

    .section-product .card .card-body {
        padding: 0.5rem 0;
    }

/* 產品加入收藏 */
.section-product .add-favorites i.fa-heart {
    color: #e63349;
}

.section-product .add-favorites:hover i.fa-heart,
.section-product .add-favorites.added i.fa-heart {
    display: inline;
}

.section-product .add-favorites i.fa-heart,
.section-product .add-favorites.added i.fa-heart-o,
.section-product .add-favorites:hover i.fa-heart-o {
    display: none;
}


@media (min-width: 576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {

    /* 產品分類 */
    .section-product .feature-panel {
        position: unset;
        width: auto;
        border-right: 0;
    }

        .section-product .feature-panel .header {
            background-color: transparent;
            height: auto;
            padding: 15px;
        }

            .section-product .feature-panel .header .exit {
                display: none;
            }

        .section-product .feature-panel .wrapper {
            position: unset;
        }
}

@media (min-width:1200px) {
}

/* 產品圖片 */
.product-detail .product-picture {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}

    .product-detail .product-picture .slider-for {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 3px;
        border: 1px solid #e6e6e6;
    }

        .product-detail .product-picture .slider-for .slick-arrow {
            position: absolute;
            top: calc(50% - 25px);
            cursor: pointer;
            z-index: 1;
            display: block;
            width: 40px;
            height: 40px;
            color: #333;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
        }

        .product-detail .product-picture .slider-for .slick-prev {
            left: 0px;
        }

        .product-detail .product-picture .slider-for .slick-next {
            right: 0px;
        }

        .product-detail .product-picture .slider-for .slick-disabled {
            opacity: 0.5;
        }

    .product-detail .product-picture .slider-nav {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 15px;
    }

        .product-detail .product-picture .slider-nav .item {
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            margin-right: 15px;
            cursor: pointer;
            width: auto !important;
        }

        .product-detail .product-picture .slider-nav .slick-arrow {
            position: absolute;
            top: calc(50% - 14px);
            z-index: 1;
            margin-top: 10px;
            cursor: pointer;
        }

        .product-detail .product-picture .slider-nav .slick-prev {
            left: 0px;
        }

        .product-detail .product-picture .slider-nav .slick-next {
            right: 0px;
        }

        .product-detail .product-picture .slider-nav .slick-prev:before {
            content: "";
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #6c757d transparent transparent;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -10px;
        }

        .product-detail .product-picture .slider-nav .slick-next:before {
            content: "";
            border-style: solid;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #6c757d;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -10px;
        }

/*產品資訊*/
.product-detail .product-info > * {
    margin-bottom: 1rem;
}

.product-detail .product-info .label {
    padding-right: 0;
}

.product-detail .product-info .name {
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
    text-align:left;
}
/* 分類名稱 */
.product-detail .product-info .class a {
    color: #999999;
    font-weight: bold;
}

/* 優惠 */
.product-detail .product-info .save {
    background-position: left 2px;
    color: #E86F00;
    font-size: 16px;
    background-image: url('/Images/save_bg.png');
    background-repeat: no-repeat;
    padding-left: 35px;
}

    .product-detail .product-info .save span {
        line-height: 31px;
    }

    .product-detail .product-info .save.active span::after {
        content: '';
        width: 16px;
        height: 15px;
        background-image: url('/Images/save_active.png');
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px;
    }

    .product-detail .product-info .save.full {
        color: #cc0000;
        background-image: url('/Images/save_full.png');
        padding-left: 35px;
    }

    .product-detail .product-info .save .info {
        color: #868686;
        font-size: 12px;
    }

        .product-detail .product-info .save .info > div {
            display: inline-block;
            margin-right: 5px;
        }

        .product-detail .product-info .save .info span {
            color: #E86F00;
        }


/* 預購 */
.product-detail .product-info .preorder {
    color: #269abc;
}

/* 價錢 */
.product-detail .product-info .price {
    color: #cc0000;
    font-weight: bold;
}

/*優惠加購*/
.product-detail .product-info .save-add {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 5px 0;
}

    .product-detail .product-info .save-add img {
        border: solid 1px #e6e6e6;
    }

    .product-detail .product-info .save-add .label {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
        height: 50px;
    }

    .product-detail .product-info .save-add .item {
        padding: 0.25rem 0;
    }

        .product-detail .product-info .save-add .item + .item {
            border-top: dashed 1px #e6e6e6
        }

    .product-detail .product-info .save-add .price:before {
        content: "NT$";
    }

.product-detail .product-info #form .memo p:last-child {
    margin-bottom: 0px;
}

.product-detail #total:before, #price:before {
    content: "NT$";
    margin-right: 0.3em;
}

.product-detail #total {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #cc0000;
    line-height: 1.0;
}

    .product-detail #total:before {
        font-size: 21px;
        margin-right: 10px;
    }

.product-detail .listing-item .price {
    font-size: 14px;
    font-weight: bold;
}

.product-detail .listing-item .save .price {
    color: #cc0000;
}

.product-detail .listing-item .oprice {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

.product-detail table.numprice {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border-collapse: collapse;
    margin-top: 10px;
}

    .product-detail table.numprice tr {
        border-bottom: 1px solid #E5E5E5;
        line-height: 30px;
    }

    .product-detail table.numprice thead tr {
        background-color: #E5E5E5;
    }

    .product-detail table.numprice thead th {
        text-align: center;
    }

/* 省多少標籤 */
.product-detail #off {
    position: absolute;
    color: #FFFFFF;
    background-color: #cc0000;
    margin-left: 10px;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 14px;
    top: 5px;
    display: none;
}

    .product-detail #off:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 10px 5px 0;
        border-color: transparent #cc0000 transparent transparent;
        left: -8px;
        top: 5px;
    }

    .product-detail #off.show {
        display: inline;
    }

/*按鈕*/
.product-detail .button a.btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* 分享 */
.product-detail .product-info .share a {
    display: inline-flex;
    color: #ffffff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 100%;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

    .product-detail .product-info .share a.line {
        background-color: #00B900;
        background-image: url('/Images/line-logo.svg');
    }

    .product-detail .product-info .share a.twitter {
        background-color: #1DA1F2;
    }

/* 頁籤 */
.product-detail .tab-pane {
    padding: 10px;
}

    .product-detail .tab-pane .container {
        width: 100%;
    }

.product-detail #comment .item {
    border-bottom: dashed 1px #d8d8d8;
    padding: 5px 0;
}

    .product-detail #comment .item .star {
        float: right;
    }

    .product-detail #comment .item .contents {
        margin-top: 5px;
        color: #868686;
    }

/* 推薦產品 */
.product-detail .product-push .listing-item {
    background-color: #E6E6E6;
    margin: 0 1px;
}

    .product-detail .product-push .listing-item .brief {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* 相關產品 */
.product-detail .product-related h4 {
    margin-bottom: 12px;
}

.product-detail .product-push .listing-item,
.product-detail .product-related .listing-item {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

    .product-detail .product-related .listing-item .body h5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: normal;
        height: 38px;
    }

    .product-detail .product-related .listing-item .price {
        color: #1eb7c8;
    }


@media (max-width:767px) {
    .product-detail .product-picture .slider-for {
        order: 1;
        width: 100%;
    }

    .product-detail .product-picture .slider-nav {
        order: 2;
        width: 100%;
        margin-right: 0;
    }

        .product-detail .product-picture .slider-nav .item {
            width: auto !important;
        }

    .product-detail .product-info {
        padding-left: 15px;
    }
}

.section-shopcart .product-relation {
    background-color: #fff;
    color: #231816;
    border: 1px solid transparent;
}

    /*推薦商品*/
    .section-shopcart .product-relation .slick-track {
        margin-left: unset;
        margin-right: unset;
    }

    .section-shopcart .product-relation .card {
        padding: 0 5px 0 5px;
    }

    .section-shopcart .product-relation h3 {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-shopcart .product-relation .price-case-normal {
        display: none;
    }

    .section-shopcart .product-relation .card-body a {
        display: none;
    }

body {
    font-size: 16px;
    font-family: 'Microsoft JhengHei', sans-serif;
    color: #333;
    letter-spacing: 1.5px;
}

a {
    color: #7C7B7C;
    transition: all .3s linear;
}

    a:hover {
        color: #666;
        cursor: pointer;
        text-decoration: none;
    }

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 + .separator, h4 + .separator, h5 + .separator {
    margin-top: 15px;
}

section p {
    line-height: 1.7;
}

.btn-default {
    background-color: transparent;
    color: #777777;
    border-color: #7C7B7C;
}

    .btn-default:hover {
        color: #fff;
        background-color: #666666;
        border-color: #627479;
    }

/* ScrollToTop */
.fix-feature .scrollToTop {
    border: 1px solid #000000;
    background-color: #fff;
}

.scrollToTop > div {
    background-color: #000;
}

.fix-feature .scrollToTop:hover {
    background-color: #e7121a;
}

    .fix-feature .scrollToTop:hover i {
        color: #e7121a;
    }

/* Copyright's dot */
.copyright a {
    text-decoration: none;
    color: inherit;
}

.dropdown-toggle:after {
    border: none;
    font-family: 'FontAwesome';
    content: "\f107";
    vertical-align: baseline;
}

.dropdown-menu .dropdown-toggle:after {
    position: absolute;
    right: 0.5rem;
    content: "\f105";
}

/* Header */
header.navbar {
    background-color: #ffffff;
    position: relative;
    padding: 0 15px;
}

header .navbar-nav li a.nav-link {
    padding-top: 28px;
    padding-bottom: 27px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    position: relative;
    color: #333333;
}

header .navbar-nav li > a.active {
    background-color: transparent;
    border-color: transparent;
    color: #7C7B7C;
}

header .navbar-nav li > a.nav-link.active:before {
    color: #7C7B7C;
}

header .navbar-nav li > a:hover, header .navbar-nav li a:focus, header .navbar-nav li.show a {
    background-color: transparent !important;
    color: #7C7B7C;
}

header .navbar-nav li a:hover, header .navbar-nav li ul li a:hover, #nav-mobile .body a:hover {
    cursor: default !important;
}

header .navbar-nav.shopt-cart li a.nav-link:before {
    display: none;
}

header .navbar-nav > li > .dropdown-menu {
    min-width: 220px;
    position: absolute;
}

header .navbar-nav li ul li a.nav-link {
    padding: 10px 20px !important;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

header .navbar-nav li a.active:hover,
header .navbar-nav li ul.dropdown-menu.show li a.nav-link:hover,
header .navbar-nav li ul.dropdown-menu li a.nav-link.active,
header .navbar-nav li ul.dropdown-menu li a.nav-link:focus,
header .navbar-nav li ul.dropdown-menu li ul.dropdown-menu li a:hover,
header .navbar-nav li ul.dropdown-menu li ul.dropdown-menu li a:focus,
header .navbar-nav li ul.dropdown-menu li ul.dropdown-menu li a.active {
    background-color: #fcfcfc !important;
    color: #666;
    border-color: #f7f7f7;
}

header nav {
    display: none;
}

header .btn-toolbar {
    justify-content: flex-end;
    align-items: center;
}

    header .btn-toolbar .dropdown-toggle:after {
        display: none;
    }

    header .btn-toolbar .dropdown-menu {
        padding: 15px;
    }

    header .btn-toolbar .search-keyword button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

header .shop-cart .cart-count {
    top: 20px;
    right: 0px;
    background-color: #000;
    color: #fff;
    text-align: center;
}



header .navbar-nav li a .text {
    display: none;
}

/* fixed-header-on */
.fixed-header-on header img.logo {
    max-height: 35px;
}

.fixed-header-on header.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

.fixed-header-on header .navbar-nav li a.nav-link {
    padding-top: 21px;
    padding-bottom: 21px;
}

.fixed-header-on .navbar-nav.main-menu li a.nav-link:before {
    top: 27px;
}

.fixed-header-on .navbar-toggle {
    top: 10px;
}

.fixed-header-on .shop-cart .cart-count {
    top: 12px;
}

#nav-mobile .exit {
    position: absolute;
    right: 15px;
}

#nav-mobile .body {
    padding: 10px 0;
}

#nav-mobile.feature-panel .slider {
    position: relative;
    display: block;
}

#nav-mobile .body a {
    position: relative;
    display: block;
    color: #333333;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#nav-mobile .body .slider > ul {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#nav-mobile .body ul > li.active > a {
    color: #333333;
    background-color: #fcfcfc;
}

#nav-mobile .body ul > li:not(.back-button) > a {
    padding-left: 20px;
}

#nav-mobile .body ul.dynamic-list > li:not(.back-button) > a {
    padding-left: 33px;
}

    #nav-mobile .body ul.dynamic-list > li:not(.back-button) > a.dropdown-toggle:after, #nav-mobile .body ul > li:not(.back-button) > a.dropdown-toggle a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        right: 1.5em !important;
    }

#nav-mobile .body ul.dynamic-list > li.back-button > a:before {
    font-family: 'FontAwesome';
    content: "\f104";
    margin-right: 10px;
}

#nav-mobile .body ul > li > ul {
    display: none;
}

#nav-mobile .body ul > li.active > ul {
    display: block;
}

#nav-mobile .body ul > li.open > ul,
#nav-mobile .body ul > li.show > ul {
    display: block;
}

#nav-mobile .body ul > li > ul > li > ul {
    display: none;
}

#nav-mobile .search {
    padding: 10px 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    #nav-mobile .search input {
        padding-right: 42.5px;
    }

    #nav-mobile .search i {
        position: absolute;
        right: 15px;
        top: 10px;
    }

#nav-mobile .feature {
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
    height: 50px;
}

    #nav-mobile .feature a {
        color: #727171;
        font-size: 18px;
    }

        #nav-mobile .feature a.line {
            background-image: url('/Uploads/images/icon-line.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
        }

/* Footer */
.footer {
    padding: 40px 0;
    color: #585553;
    font-size: 14px;
    line-height: 1.5;
}

    .footer.bg-0, .footer.bg-1 {
        background-color: #C8D8E9;
    }

    .footer.bg-2 {
        background-color: #D8D8D8;
    }

    .footer a {
        color: #585553;
    }

    .footer .logo {
        margin: 10px 0;
    }

    .footer ul {
        list-style: none;
        padding-left: 0;
    }

    .footer .menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

        .footer .menu > li {
            padding: 5px 20px 5px 0;
        }

    .footer .contact li {
        padding: 5px 10px 5px 0;
    }

        .footer .contact li i {
            padding-right: 10px;
        }

    .footer .social, .footer .social li {
        display: inline-block
    }

        .footer .social li {
            padding: 5px 0;
        }

            .footer .social li a {
                background-position: left center;
                background-repeat: no-repeat;
                background-size: auto 17px;
                padding-left: 22px;
            }

            .footer .social li.instagram a {
                background-image: url(/Uploads/images/icon-instagram.png);
            }

            .footer .social li.line a {
                background-image: url(/Uploads/images/icon-line.png);
            }

            .footer .social li.facebook a {
                background-image: url(/Uploads/images/icon-facebook.png);
            }

    .footer .shopee a {
        background-image: url(/Uploads/images/icon-shopee.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 23px;
        padding: 5px 0 5px 30px;
        color: #B91C22;
    }

    .footer .copyright {
        background-color: transparent;
        color: #585553;
    }

/* shop-cart */
.icon.default-bg {
    background-color: #C8D8E9;
}

.section-contents .container-fluid {
    padding: 10px 0;
}

.parallelogram.left {
    position: absolute;
    top: 0;
    right: 50%;
    width: 65%;
    height: 100%;
    transform: skew(-14deg);
    background: rgb(189,33,19);
    background: -webkit-linear-gradient(300deg, rgba(189,33,19,1) 20%, rgba(252,36,17,1) 50%, rgba(181,33,20,1) 80%);
    background: linear-gradient(300deg, rgba(189,33,19,1) 20%, rgba(252,36,17,1) 50%, rgba(181,33,20,1) 80%);
}

.parallelogram.right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 100%;
    transform: skew(-14deg);
    background: rgb(32,32,32);
    background: -webkit-linear-gradient(300deg, rgba(32,32,32,1) 20%, rgba(17,17,17,1) 50%, rgba(28,28,28,1) 80%);
    background: linear-gradient(300deg, rgba(32,32,32,1) 20%, rgba(17,17,17,1) 50%, rgba(28,28,28,1) 80%);
}

.parallelogram .picture {
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    transform: skew(+14deg);
    position: absolute;
}

.parallelogram.left .picture {
    right: -20%;
}

.parallelogram.right .picture {
    left: -20%;
}

#section-list-33 section .container {
    padding-top: 0;
    padding-bottom: 0;
}

/*.section-contents .container {
    padding: 30px 0;
}

#section-list-13 .container #section-list-18 .container {
    padding: 30px 0;
}

#section-list-23, #section-list-25 {
    padding: 50px 0;
}

#section-list-27 .list-row-carousel, #section-list-30 .list-row-carousel {
    padding: 30px 0;
}*/
.section-link .overlay-container {
    border: 1px solid #727171;
}

.section-link a.stretched-link:hover {
    color: #7C7B7C;
}

.section-product .card .card-img-top {
    padding: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.section-product .card h3 {
    color: #7C7B7C;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15px;
}

.section-product .card .card-body {
    padding: 15px 0;
}

/* product-detail */
.product-detail .product-info .name {
    margin-top: 0px;
}

.product-detail .product-info .no {
    color: #A8A7A7;
}

.product-detail .product-info .price:before {
    content: "NT$";
    font-size: 14px;
}

.product-detail .product-info .save-add .price:before {
    content: "NT$";
}

.product-detail .tips {
    display: inline-block;
    font-weight: bold;
    color: #036EB8;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.logo {
    height: auto;
}

@media (min-width: 576px) {
}

@media (min-width:768px) {
    .footer .menu {
        flex-direction: row;
    }

    .feature-panel.center {
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 1050;
    }

    .section-product .card h3 {
        font-size: 18px;
    }
}

@media (min-width:992px) {
    header .navbar-brand {
        padding-top: 0.625em;
        padding-bottom: 0.625em;
    }

    header .logo {
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
    }

    header nav {
        display: flex;
    }

    .footer .menu li {
        flex: 1 0 33.33%;
        text-align: center;
        padding: 5px 0;
        text-align: left;
    }

    .footer .social-group {
        text-align: right;
    }

    .footer .social li a {
        padding-left: 20px;
    }
}

@media (min-width:1200px) {
    header .shop-cart .cart-count {
        right: 4px;
    }

    header .navbar-nav li a .text {
        display: inline;
    }

    .footer .social > li + li {
        margin-left: 10px;
    }

    .footer .shopee {
        text-align: right;
    }
}

@media (min-width: 1400px) {
    header .shop-cart .cart-count {
        right: 0px;
    }

    header .navbar-nav li a.nav-link {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    header .navbar-nav.main-menu li a.nav-link:before {
        right: 8px;
    }
}

@media (min-width: 1600px) {
    header .navbar-nav li a.nav-link {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    header .navbar-nav.main-menu li a.nav-link:before {
        right: 12px;
    }
}

