/* 縮小失敗。正在傳回未縮小的內容。
(1112,31): run-time error CSS1046: Expect comma, found '0'
(1112,35): run-time error CSS1046: Expect comma, found '/'
 */
/* Theme Default - Album */

.section-album .image-box .body .description {
    height: 50px;
    -webkit-line-clamp: 2;
}

.section-album.detail .description {
    margin-bottom: 1rem;
}

.section-album.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}

/* 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: #ccc;
            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: #777;
        opacity: 1;
    }

/* Theme Default - Blog */


.section-blog .image-box .body .description {
    height: 74px;
    -webkit-line-clamp: 3;
}

.section-blog.detail .content {
    margin-bottom: 1rem;
}

.section-blog.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}


body {
    color: #333;
}

a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.btn-gray {
    color: #333;
    background-color: #e1e1e1;
    border-color: #d3d3d3;
}

.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;
}

.form-control {
    border-color: #e0e0e0;
    color: #606265;
}

/* Copyright's dot */
.copyright a {
    text-decoration: none;
    color: inherit;
}

/* 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;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f101";
}

/* 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 .header {
        padding: 10px 20px;
    }

    #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 {
            left: 9px;
            height: 20px;
            background-color: #666666;
        }

    #nav-mobile .logo {
        width: auto;
        height: auto;
    }

        #nav-mobile .logo img {
            height: 40px;
        }

    #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 .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: flex;
            color: #333333;
            padding: 10px 20px;
        }

        #nav-mobile .body ul > li.active > a {
            color: #000;
        }

        #nav-mobile .body ul > li > ul > li > a {
            padding-right: 10px;
            padding-left: 40px;
            font-size: inherit;
        }

        /*#nav-mobile .body ul > li > ul > li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                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 .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;
    }

/* 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 .contact > * {
        margin-bottom: 0.5rem;
    }

    .footer a {
        color: #333;
    }

    .footer .socials {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

        .footer .socials a {
            display: block;
            width: 40px;
            height: 40px;
            background-color: transparent;
            border: 1px solid #d9d9d9;
            border-radius: 50%;
            margin-right: 20px;
            text-align: center;
            color: #333;
            font-size: 18px;
            line-height: 36px;
        }

            .footer .socials a:hover {
                background-color: #868686;
                color: #fff;
            }

            .footer .socials a.line {
                background-image: url('/Images/line-logo-black.svg');
                background-position: center;
                background-repeat: no-repeat;
                background-size: 60%;
            }

                .footer .socials a.line:hover {
                    background-image: url('/Images/line-logo.svg');
                }

.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-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;
}

/* 排序(電腦版) */
.sort-desktop {
    color: #777;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    margin-top: -1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .sort-desktop nav.sort {
        display: none;
    }

        .sort-desktop nav.sort a, nav.sort a {
            margin-right: 1.25em;
        }

            .sort-desktop nav.sort a.active, nav.sort a.active {
                color: #000;
            }

/* 排序(手機版) */
.sort-mobile {
    margin-bottom: 1rem;
}

    .sort-mobile .dropdown-item {
        padding: 0.5rem 1.5rem;
    }

        .sort-mobile .dropdown-item + .dropdown-item {
            border-top: 1px solid #e9ecef;
        }

        .sort-mobile .dropdown-item.active, .dropdown-item:hover, .dropdown-item.active {
            background-color: rgba(0, 0, 0, 0.025);
            color: #000;
        }


/* 分類選單(水平展開 nav-item) */
.category-pills {
    display: none;
}

.nav-pills {
    margin-bottom: 1rem;
}

    .nav-pills li {
        margin-right: 5px;
        margin-left: 0;
    }

        .nav-pills li:last-child {
            margin-right: 0;
        }

        .nav-pills li a {
            display: block;
            border-radius: 0;
            margin-bottom: -1px;
        }

    .nav-pills > li > a.active, .nav-pills > li > a.active:hover {
        color: #777777;
        background-color: transparent;
        border-bottom: 1px solid #777777;
    }


/* 分類選單(feature-panel) */
#filter.feature-panel {
    width: 225px;
}

    #filter.feature-panel .wrapper {
        width: 100%;
        overflow-y: auto;
    }

    #filter.feature-panel .header {
        padding: 9px 15px;
        align-items: center;
        justify-content: space-between;
    }

        #filter.feature-panel .header h2 {
            color: #777;
            width: auto;
            height: auto;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.0;
            font-size: 18px;
        }

        #filter.feature-panel .header .exit {
            position: relative;
            width: 15px;
            height: 15px;
        }

            #filter.feature-panel .header .exit:before,
            #filter.feature-panel .header .exit:after {
                position: absolute;
                left: 7px;
                top: 0;
                content: '';
                height: 15px;
                width: 2px;
                background-color: #777;
            }

/* feature-panel */
.feature-panel .header .exit:before,
.feature-panel .header .exit:after {
    position: absolute;
    top: 0;
    content: '';
    width: 2px;
}

.feature-panel .header .exit:before {
    transform: rotate(45deg);
}

.feature-panel .header .exit:after {
    transform: rotate(-45deg);
}

.feature-panel ul {
    padding-left: 0;
    list-style: none;
}

    .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);
    }

        .feature-panel ul > li > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            color: transparent;
        }

        .feature-panel ul > li > a:hover,
        .feature-panel ul > li > a.active {
            background-color: rgba(0, 0, 0, 0.025);
            color: #000;
        }

            .feature-panel ul > li > a:hover:after,
            .feature-panel ul > li > a.active:after {
                color: #000;
            }

    .feature-panel ul > li > ul > li > a {
        font-size: 14px;
        padding-left: calc(15px + 1em);
    }

    .feature-panel ul > li > ul {
        display: none;
    }

    .feature-panel ul > li.active > ul {
        display: block;
    }

/* 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;
}

/* Pagination - Detail */
.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;
        }

/* section image-box */
section .image-box .body .title, section .image-box .body .description {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

section .image-box .body .title {
    font-weight: 500;
    font-size: 1.1rem;
    height: 20px;
    -webkit-line-clamp: 1;
}

section .image-box {
    margin-bottom: 1rem;
}

    section .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

.detail .date-wrapper .title,
.date-wrapper .date {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

section h1 {
    text-align: center;
}

.col-content {
    min-width: 0;
}

@media (min-width: 576px) {
}

@media (min-width:768px) {
    /* Header */
    .feature-panel.center {
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 1050;
    }

    .footer .socials {
        justify-content: center;
        margin-top: 0;
    }
}

@media (min-width:992px) {
    /* Header */
    header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .col-category:not(.category-side) {
        display: none;
    }

    .category-pills {
        display: block;
    }

    /* 分類選單(feature-panel) */
    #filter.feature-panel {
        position: unset;
        border-right: 0;
    }

        #filter.feature-panel .header {
            background-color: transparent;
            height: auto;
            padding: 15px;
        }

            #filter.feature-panel .header .exit {
                display: none;
            }

        #filter.feature-panel .wrapper {
            position: unset;
        }

    /*#filter.feature-panel ul > li > a {
            padding: 9px 15px;
        }*/


    /* 排序(電腦版) */
    .sort-mobile {
        display: none;
    }

    .sort-desktop {
        margin-top: 0rem;
    }

        .sort-desktop nav.sort {
            display: block;
        }
}

@media (min-width:1200px) {
}

/* Theme Default - Link */

.section-link .search{
    margin-bottom:1rem;
}

.section-link .item{
    padding-bottom:0.5rem;
}

.section-link .item .card-title{
    margin:0.3rem 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* 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, .section-movie .image-box .body .description {
            display: -webkit-box;
            margin: 0;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .section-movie .image-box .body .title {
            margin: 0;
            font-weight: 500;
            font-size: 1.1rem;
            height: 40px;
            -webkit-line-clamp: 2;
        }

        .section-movie .image-box .body .description {
            height: 100px;
            -webkit-line-clamp: 4;
        }

/* Theme Default - News */
.section-news .image-box .body{
    padding:unset;
    font-size:initial;
}

.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 .card {
    transition: all 0.5s ease-in-out;
    margin-bottom: 1rem;
    background-color: transparent;
    border: none;
}

    .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-img-top {
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

    .section-product .card-img-top > a {
        position: relative;
        display: block;
    }

    .section-product .card-img-top img.hover-show {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity 500ms ease;
    }

    .section-product .card-img-top:not(:hover) img.hover-show {
        opacity: 0 !important;
    }

    .section-product .card-img-top .btn-wrapper {
        position: absolute;
        right: 15px;
        bottom: 15px;
        display: flex;
        flex-direction: column;
        border-color: rgba(255, 255, 255, 0.9);
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        opacity: 0;
    }

    .section-product .card-img-top:hover .btn-wrapper {
        opacity: 0.9;
    }

    .section-product .card-img-top .btn-wrapper div {
        width: 50px;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

.section-product .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-inf {
    min-width: 0px;
}

.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;
    margin-top: 0px;
}
/* 分類名稱 */
.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 .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;
    }

.section-product .tab-content {
    padding: 1rem 0;
}

@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 .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;
}

.section-store .item {
    padding: 30px 0;
    border-top: 1px solid #d2d2d2;
}

.section-store .card-img {
    border-radius: 15px;
}

.section-store .body {
    padding: 0.5rem;
}

.section-store .item .name {
    color: #333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
}

.section-store .item ul > li {
    display: flex;
    margin-bottom: 0.5rem;
}

.section-store ul.categorys {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .section-store ul.categorys > li {
        display: inline-block;
        color: #777;
        border-bottom: 1px solid #777;
    }

.section-store ul.contact > li > .title {
    white-space: nowrap;
}

.section-store .item .memo {
    color: #a6a6a6;
}

.section-store .item .btn {
    padding: 0.5rem 0.75rem;
    font-size: 16px;
}

body {
    font-size: 16px;
    font-family: 'Microsoft JhengHei', sans-serif;
    color: #333;
}


h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: 'Lato', 'Microsoft JhengHei', sans-serif;
    text-transform: none;
}

h1, h2 {
    color: #ac0309;
}

h1 {
    font-size: 36px;
}

h5 {
    font-size: 14px;
    margin: 10px 0;
}

a {
    color: #B60005;
    -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 {
        color: #820003;
        text-decoration: none;
    }

/* Button */
.btn-default {
    background-color: #B60005;
    border-color: #990005;
    color: #fff;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #820003;
        border-color: #820003;
    }

.btn-gray {
    color: #333;
    background-color: #e1e1e1;
    border-color: #d3d3d3;
}

.btn-hvr {
    transition: all 0.4s ease-in-out;
}

.hvr-shutter-out-horizontal {
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

    .hvr-shutter-out-horizontal:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #820003;
        transform: scaleX(0);
        transform-origin: 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-out-horizontal:hover {
        background: transparent;
    }

        .hvr-shutter-out-horizontal:hover:before {
            transform: scaleX(1);
        }

/* Custom scrollToTop */
.fix-feature .scrollToTop {
    border: 1px solid #B60005;
    background-color: #fff;
}

    .fix-feature .scrollToTop:hover {
        background-color: #820003;
    }

.scrollToTop .circle {
    background-color: #B60005;
    width: 40px;
    height: 40px;
}

.fix-feature {
    bottom: 80px;
}

.line-fixed {
    margin-left: -20px;
    width: unset;
    height: unset;
}

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;
}

/* Header top */
.header-top {
    font-size: 14px;
    color: #ffffff;
    background-color: #AC0309;
    padding: 0px;
}

    .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 .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;
        }

    .header-top .dropdown-menu > li > a {
        color: #666;
    }

/* Header */
.header-container {
    margin-bottom: 0;
}

header .navbar {
    background: url(/Images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    padding: 0 15px;
}

header .navbar-brand img {
    height: 40px;
}

header .navbar-nav .nav-link {
    color: #B60005;
    border: 0;
}

header .navbar-nav li > a:hover,
header .navbar-nav li > a.active,
header .navbar-nav li.show > a {
    color: #824F21;
    background-color: transparent;
}

header .navbar-nav .dropdown-menu {
    border: 0;
    min-width: 200px;
}

    header .navbar-nav .dropdown-menu:before {
        content: '';
        position: absolute;
        top: -8px;
        left: 40px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #b60006 transparent;
    }

    header .navbar-nav .dropdown-menu .nav-link {
        display: flex;
        justify-content: space-between;
        color: #ffffff;
        font-size: 14px;
        padding: 10px 20px;
        background-color: #B60005;
    }

        header .navbar-nav .dropdown-menu .nav-link:after {
            font-family: 'FontAwesome';
            content: "\f105";
            margin-left: 0.5em;
        }

        header .navbar-nav .dropdown-menu .nav-link:hover,
        header .navbar-nav .dropdown-menu .nav-link.active {
            background-color: #810104;
        }

header .dropdown-toggle::after {
    display: none;
}

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: #B60005;
    }

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;
}

header .navbar-nav > li a {
    padding: 36px 20px 30px 20px;
}


.fixed-header-on header .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.shop-cart .cart-count {
    background-color: #B60005;
    color: #fff;
    right: 0px;
    top: 0px;
}

#shopcart.feature-panel .bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.feature-panel.center .bg {
    background-color: rgba(0,0,0,.6);
}

/* Breadcrumb 
.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f101";
}



.section-shopcart .cart-step .icon.default-bg {
    background-color: #B60005
}
/* share button */
.share .line {
    background-color: #00c300;
}

    .share .line > img {
        display: inline-block;
        height: 19px;
    }

/*.share .facebook {
    background-color: #3b5998;
}

.share a {
    padding: 4px 6px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}*/

/* 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 .bg {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #nav-mobile .header {
        background: url(/Images/header-bg.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
        padding: 10px 20px;
    }

    #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: #990005;
        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;
            }

/* Pagination */
.page-link {
    color: #999999;
}

    .page-link:hover {
        color: #333333;
    }

.page-item.active .page-link {
    background-color: #B60005;
    border-color: #B60005;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

/* Footer */
footer {
    padding: 0px 0;
}

.footer .sitemap {
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #efdcaf;
    border-bottom: 2px solid #efdcaf;
}

    .footer .sitemap h6 a {
        color: #B60005;
        font-size: 18px;
        font-weight: bold;
    }

    .footer .sitemap ul {
        padding-left: 0;
        list-style: none;
    }

        .footer .sitemap ul > li {
            margin: 5px 0;
        }

            .footer .sitemap ul > li > a {
                color: #999999;
            }

.subfooter {
    background: url(/Images/footer-bg.jpg) left center;
    background-position: center;
    background-size: cover;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 1.3;
    color: #999;
    padding: 25px 0;
}

    .subfooter .contacts {
        position: relative;
        background-color: rgba(172, 3, 9, 0.4);
        color: #fff;
        padding: 25px 20px 15px 40px;
        margin: 5px;
        border-radius: 0 60px 0 60px;
    }

        .subfooter .contacts:before {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            border: 1px solid rgba(172, 3, 9, 0.4);
            border-radius: 0 60px 0 60px;
        }

    .subfooter .contact {
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 25px;
        padding-bottom: 10px;
    }

        .subfooter .contact.phone {
            background-image: url(/Images/icon-phone.png);
            padding-top: 5px;
        }

        .subfooter .contact.address {
            background-image: url(/Images/icon-location.png);
        }

        .subfooter .contact.line {
            background-image: url(/Images/icon-lineid.png);
        }

        .subfooter .contact.taxid {
            background-image: url(/Images/icon-paper.png);
        }

        .subfooter .contact a {
            color: #ffffff;
        }

.copyright {
    background-color: #AC0309;
    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-product nav.sort,
.section-product .total {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .section-product nav.sort a {
        color: #666666;
        margin-right: 1.25em;
    }

        .section-product nav.sort a.active {
            color: #820003;
        }

/* 產品排序(手機版) */
.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;
    }


/* 產品加入收藏 */
.add-favorites i.fa-heart {
    color: #e63349;
}

.add-favorites:hover i.fa-heart,
.add-favorites.added i.fa-heart {
    display: inline;
}

.add-favorites i.fa-heart,
.add-favorites.added i.fa-heart-o,
.add-favorites:hover i.fa-heart-o {
    display: none;
}

/*.section-contents .navigation .navigation-prev a, .navigation .navigation-next a {
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 10px 5px;
    border: 1px solid #777;
    line-height: 39px;
    background-color: #777;
    color: #fff;
}

    .section-contents .navigation .navigation-prev a:hover,
    .navigation .navigation-next a:hover,
    .section-contents .navigation .navigation-prev a:focus,
    .navigation .navigation-next a:focus {
        color: #000;
        background-color: #eee;
    }*/

.section-blog .nav-pills > li > a {
    padding: 5px 0;
    color: #777;
}

.section-blog .nav > li {
    position: relative;
    display: block;
}

    .section-blog .nav > li > a {
        position: relative;
        display: block;
    }

.section-blog .nav-pills:not(.list-style-icons) > li > a:after {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    right: 15px;
    top: 6px;
    color: #d1d1d1;
    transition: all 0.2s ease-in-out;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #B60005;
    background-color: transparent;
    border-color: transparent;
}

.section-blog .nav-pills:not(.list-style-icons) > li > a:hover:after {
    color: #B60005;
    right: 10px;
}

.section-blog .post-info {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
}

    .section-blog .post-info .post-date {
        margin-right: 5px;
        display: inline-block;
    }

.section-blog .side h3 {
    margin-top: 20px;
}

#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;
}

@media (min-width: 576px) {
}

@media (min-width:768px) {
    /* Header */
    header .navbar-brand img {
        height: 50px;
    }

    header .btn-group .dropdown {
        padding: 25px 0;
    }

    .feature-panel.center {
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 1050;
    }
}

@media (min-width:992px) {

    /* Header */
    header .navbar-brand img {
        height: auto;
    }

    header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }


    /* 產品分類 */
    .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;
        }

        .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: #820003;
        }

            .section-product .feature-panel ul > li > a:hover:after,
            .section-product .feature-panel ul > li > a.active:after {
                color: #B60005;
            }
}

@media (min-width:1200px) {
}

