/* 縮小失敗。正在傳回未縮小的內容。
(1886,31): run-time error CSS1046: Expect comma, found '0'
(1886,35): run-time error CSS1046: Expect comma, found '/'
 */
/*網站主題鍋底*/
body {
    font-family: 'Noto Sans TC', 'Karla', 'Microsoft JhengHei', sans-serif;
    letter-spacing: 0.075em;
}

section h1 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.col-content {
    min-width: 0;
}

/* 排序(電腦版) */
.sort-desktop {
    color: #3f3a39;
    font-size: 0.875rem;
    padding: 0.5rem 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 {
            color: #999999;
            margin-right: 1.25em;
        }

            .sort-desktop nav.sort a.active {
                color: #3f3a39;
            }

/* 排序(手機版) */
.sort-mobile {
    margin-bottom: 1rem;
}

    .sort-mobile .dropdown-item {
        padding: 0.5rem 1.5rem;
        color: #777;
    }

        .sort-mobile .dropdown-item + .dropdown-item {
            border-top: 1px solid #e9ecef;
        }

        .sort-mobile .dropdown-item.active, .sort-mobile .dropdown-item:active {
            background-color: #707070;
            color: #fff;
        }

/* 分類選單(水平展開 nav-item) */
.category-pills {
    display: none;
}

.nav-pills {
    margin-bottom: 1rem;
}

    .nav-pills li {
        color: #3f4756;
        border-bottom: 1px solid #ccc;
        margin-right: 5px;
        margin-left: 0;
    }

        .nav-pills li:last-child {
            margin-right: 0;
        }

    .nav-pills a {
        display: block;
        border-radius: 0;
        margin-bottom: -1px;
        border-bottom: 1px solid #3F4756;
    }

    .nav-pills > li > a.active {
        background-color: transparent;
        border-bottom: 3px solid #3F4756;
    }

    .nav-pills > li > a:hover {
        color: #3F4756;
        border-bottom-color: transparent;
    }

    .nav-pills li a:focus,
    .nav-pills li a.active {
        color: #3F4756;
    }

/* Style of Scroll To Top */
.fix-feature .scrollToTop {
    background-color: rgba(130, 130, 130, 0.8);
    width: 48px;
    height: 48px;
    padding: 3px;
    bottom: 5px;
}

    .fix-feature .scrollToTop:hover {
        background-color: rgba(130, 130, 130, 1);
    }

        .fix-feature .scrollToTop:hover i {
            color: #ffffff;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .fix-feature .scrollToTop i {
        line-height: 38px;
        font-size: 30px;
    }

.fixed-top {
    position: fixed !important;
    z-index: 1010;
}

/* Header-Top*/
.header-top {
    padding: 8px 0;
    background-color: #f0f0f0;
    font-size: 0.875rem;
}

    .header-top .socials {
        display: flex;
        justify-content: flex-end;
    }

        .header-top .socials > a {
            display: block;
            width: 25px;
            height: 25px;
            border: 1px solid transparent;
            border-radius: 50%;
            margin-right: 10px;
            text-align: center;
            background-color: #777777;
            color: #ffffff;
            line-height: 20px;
        }

        .header-top .socials a i {
            line-height: 24px;
            font-size: 0.875rem;
        }

        .header-top .socials a.line {
            background-image: url(/Images/line-logo.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 70%;
        }


.header-container {
    margin-bottom: 0px;
}

/*主要項目*/
.logo {
    max-height: 55px;
}

.main-menu {
    display: none;
}

.navbar-toggle .icon-bar {
    background-color: #777777;
}

/* Header */
header .logo-wrapper {
    text-align: center;
    flex: 1;
}

header .search .form-control i {
    font-size: 0.875rem;
    color: #777 !important;
}

header .search.left {
    display: none;
}

header .dropdown-toggle::after {
    display: none;
}

header.navbar {
    border: 0;
    position: relative;
}

header .navbar-nav .nav-link {
    color: #777777;
    border: 0;
    padding: 1.25rem 1.5rem;
}

header .navbar-nav li > a:hover,
header .navbar-nav li > a.active,
header .navbar-nav li.show > a {
    background-color: transparent;
    color: #777;
}

header .navbar-nav li > a.active {
    font-weight: bold;
}

header .main-menu .dropdown-menu {
    min-width: 8rem;
}

header .navbar-nav .dropdown-menu .nav-item .nav-link {
    padding-top: 0.625em;
    padding-bottom: 0.625rem;
    white-space: nowrap;
}

header .dropdown-menu .nav-link:hover,
header .dropdown-menu .nav-link:focus,
header .dropdown-menu .nav-link.active {
    background-color: #e9ecef;
}

/* header menu-separate */
header.menu-separate {
    box-shadow: 0px 1px 15px rgba(0,0,0,0.1)
}

    header.menu-separate .logo-wrapper {
        flex: 1;
    }

    header.menu-separate .main-menu .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    header.menu-separate .search.left input.form-control {
        border: none;
        border-bottom: 1px solid #ced4da;
        background-color: transparent;
        width: 190px;
        font-size: 0.875rem;
        border-radius: 0;
    }

    header.menu-separate .search.left i {
        position: absolute;
        top: 10px;
        right: 15px;
    }

.fixed-header-on header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 1001;
}

header.fixed-top {
    width: 100%;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

/*btn-toolbar*/
.btn-toolbar {
    font-size: 0.875rem;
}

    .btn-toolbar .nav-item .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .btn-toolbar .nav-item > a .text {
        display: none;
    }

    .btn-toolbar .input-group .form-control:focus {
        box-shadow: none;
    }

    .btn-toolbar .input-group .form-control {
        border: none;
        font-size: 0.875rem;
    }

    .btn-toolbar .search .dropdown-menu {
        padding: 0.5rem;
    }

    .btn-toolbar .search input {
        width: 150px;
    }

    .btn-toolbar .cart-count {
        color: #ffffff;
        width: auto;
        height: auto;
        min-width: 15px;
        line-height: 15px;
        text-align: center;
        border-radius: 50rem;
        background-color: #777777;
        top: 0.5rem;
        right: 0.5rem;
        letter-spacing: normal;
    }

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    margin-bottom: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/* Pagination */
.page-link {
    color: #999999;
    border-radius: 50%;
    margin-left: 5px;
}

    .page-link:hover {
        color: #333333;
    }

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50rem;
}

.page-item.active .page-link {
    background-color: #777777;
    border-color: #777777;
    border-radius: 50rem;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

.detail .pagination {
    display: block;
    padding: 0.5rem 0;
    margin: 1rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .detail .pagination .back-wrapper {
        text-align: center;
    }

    .detail .pagination .next-wrapper {
        text-align: right;
    }

    .detail .pagination a {
        display: inline-block;
    }

        .detail .pagination a .title {
            color: #999999;
            font-size: 12px;
            font-weight: normal;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 16px;
            max-height: 32px;
            border: 0;
        }

/*feature-panel*/
.feature-panel .bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.feature-panel .header .exit {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .feature-panel .header .exit:hover {
        opacity: 0.85;
    }

    .feature-panel .header .exit:before,
    .feature-panel .header .exit:after {
        position: absolute;
        left: 9px;
        top: 0;
        content: '';
        height: 20px;
        width: 2px;
        background-color: #777;
    }

    .feature-panel .header .exit:before {
        transform: rotate(45deg);
    }

    .feature-panel .header .exit:after {
        transform: rotate(-45deg);
    }

/* 分類選單(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: #3f3a39;
            width: auto;
            height: auto;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.0;
            font-size: 1rem;
        }

    #filter.feature-panel ul {
        padding-left: 0;
        list-style: none;
        margin-top: 5px;
    }

        #filter.feature-panel ul > li > a {
            display: block;
            padding: 7px 15px;
            color: #999999;
            font-size: 0.875rem;
        }

            #filter.feature-panel ul > li > a:hover,
            #filter.feature-panel ul > li > a.active {
                color: #3f3a39;
            }

                #filter.feature-panel ul > li > a:hover:after,
                #filter.feature-panel ul > li > a.active:after {
                    color: #ffffff;
                }

        #filter.feature-panel ul > li > ul {
            display: none;
        }

        #filter.feature-panel ul > li.active > ul {
            display: block;
        }

        #filter.feature-panel ul > li > ul {
            display: none;
            margin-top: 0;
        }

        #filter.feature-panel ul > li.active > ul {
            display: block;
        }

        #filter.feature-panel ul > li > ul > li a {
            display: block;
            font-size: 0.875em;
            padding-left: 1rem;
        }

        #filter.feature-panel ul > li > ul > li {
            position: relative;
        }

            #filter.feature-panel ul > li > ul > li > a:before {
                font-family: "FontAwesome";
                content: "\f105";
                color: #cccccc;
                position: absolute;
                left: 0.5em;
                top: 0.5em;
            }

/* 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*/
#nav-mobile {
    width: 270px;
    background-color: #ffffff;
    border-right: 0;
}

    #nav-mobile .wrapper {
        width: 270px;
    }

    #nav-mobile .header {
        padding: 10px 20px;
    }

    #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: #777;
            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: #777;
                background-color: #e9ecef;
            }

            #nav-mobile .body ul > li > a:hover {
                background-color: #e9ecef;
                /*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: #777;
            }

            #nav-mobile .body ul > li > ul > li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                color: #e9ecef;
                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;
            font-size: 0.875rem;
        }

        #nav-mobile .search i {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 0.875rem;
        }

    #nav-mobile .feature {
        background-color: #777777;
        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.facebook {
                background-image: url('/Images/facebook-logo-white.svg');
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                width: 20px;
                height: 20px;
            }

            #nav-mobile .feature 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 .fa-instagram {
            font-size: 20px;
        }

/* Footer */
footer {
    color: #777777;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 40px 0;
    font-size: 0.875rem;
}

    footer .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        footer .logo img {
            max-height: 50px;
            margin-right: 10px;
        }

    footer h3 {
        font-weight: bold;
    }

    footer ul {
        list-style: none;
        padding-left: 0;
    }

    footer .horizontal {
        display: flex;
        flex-wrap: wrap;
    }

        footer .horizontal li {
            flex-basis: 50%;
            margin: 5px 0;
        }

    footer .socials {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

        footer .socials a {
            display: block;
            width: 35px;
            height: 35px;
            text-align: center;
            background-color: #777777;
            border-radius: 50%;
            margin-right: 15px;
            font-size: 18px;
            line-height: 35px;
        }

            footer .socials a:last-child {
                margin-right: 0;
            }

            footer .socials a i {
                color: #fff;
            }

            footer .socials a.line {
                background-image: url('/Images/line-logo.svg');
                background-position: center;
                background-repeat: no-repeat;
                background-size: 60%;
            }

@media (max-width: 575px) {
    .header-top .container,
    .header-top .container-fluid,
    header .container,
    header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:992px) {
    header .navbar-toggle {
        display: none;
    }

    header .search.left {
        display: block;
    }

    .main-menu {
        display: flex;
    }

    .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: 10px 0;
        }

            #filter.feature-panel .header .exit {
                display: none;
            }

        #filter.feature-panel .wrapper {
            position: unset;
        }

        #filter.feature-panel ul > li > a {
            padding: 7px 0;
        }

    /* 排序(電腦版) */
    .sort-mobile {
        display: none;
    }

    .sort-desktop {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

        .sort-desktop nav.sort {
            display: block;
        }

    .center-padding.features .item {
        display: flex;
        justify-content: space-around
    }
}

@media (min-width: 768px) {
    header .logo-wrapper {
        flex: none;
    }

    footer .social-wrapper {
        text-align: center;
    }

    footer .socials {
        justify-content: center;
    }
}

@media (min-width:1200px) {
    header .btn-toolbar .nav-item > a .text {
        display: inline-block;
    }
}

/* Theme Pink - Album */
.section-album .item {
    margin-bottom: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: .5s ease-in-out;
}

.section-album .item:hover{
    transform:translateY(-5px);
}

    .section-album a:hover {
        color: #202e3e;
    }

.section-album .item .body{
    padding: 1rem;
}

    .section-album .item .date,
    .section-album .item .count {
        color: #202e3e;
        font-size: 0.875rem;
    }

/* Detail */
.section-album.detail .grid-item img {
    margin-bottom: 0.625rem;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.section-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* AdvBanner (arrows & dots) */
.section-banner .slick-wrapper .slick-slider:hover .slick-arrow {
    opacity: 1;
}

.section-banner .slick-wrapper .slick-slider .slick-arrow {
    position: absolute;
    background-color: #b99699;
    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-wrapper .slick-slider .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    line-height: 50px;
    position: relative;
    left: 3px;
}

.section-banner .slick-wrapper .slick-slider .slick-next {
    right: 0;
}

    .section-banner .slick-wrapper .slick-slider .slick-next:before {
        font-family: FontAwesome;
        content: "\f105";
        line-height: 50px;
        position: relative;
        left: 6px;
    }

.section-banner .slick-wrapper .slick-slider:hover .slick-arrow .slick-prev:after,
.section-banner .slick-wrapper .slick-slider:hover .slick-arrow .slick-next:after {
    right: 0;
    -webkit-transform-origin: 100% 50%;
}

.section-banner .slick-wrapper .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-wrapper .slick-slider .slick-dots li {
        display: inline-block;
    }

        .section-banner .slick-wrapper .slick-slider .slick-dots li + li {
            margin-left: 15px;
        }

        .section-banner .slick-wrapper .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-wrapper .slick-slider .slick-dots li button:hover,
            .section-banner .slick-wrapper .slick-slider .slick-dots li button:focus {
                opacity: 1;
            }

    .section-banner .slick-wrapper .slick-slider .slick-dots .slick-active button {
        background-color: #777;
        opacity: 1;
    }

/* Theme Pink - Blog */

/* Index */
.section-blog .item {
    margin-bottom: 1.5rem;
    transition: .5s ease-in-out;
}

.section-blog .item:hover{
    transform:translateY(-5px);
}

    .section-blog .item .card {
        border: 0;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

    .section-blog .item .body {
        padding: 1rem;
        height: 200px;
    }

    .section-blog .item.main .date-wrapper{
        font-size: 0.875rem;
    }

    .section-blog .item .title {
        font-weight: bold;
        margin: 1rem 0;
        font-size: 1.25rem;
        color: #202e3e;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
        text-overflow:ellipsis;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .section-blog .item .body{
        height: 220px;
    }

    .section-blog .item .description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 72px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/* Theme Pink - FAQ */
.section-faq .category-pills .nav-pills {
    margin-bottom: 0;
}

.section-faq .search-keyword .form-control {
    border:0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.875rem;
}

.section-faq .search-keyword input.form-control {
    background-color: transparent !important;
    box-shadow: none;
}

.section-faq .search-keyword {
    display: none;
}

.section-faq .sort-mobile .search-keyword {
    display: flex;
}

.section-faq .accordion {
    margin-bottom: 10px;
}

.section-faq .card {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section-faq .card-header {
    padding: 0.75rem;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    color: #202e3e;
}

    .section-faq .card-header:hover {
        cursor: pointer;
    }

.section-faq a[data-toggle='collapse'] i {
    transition: all ease .3s;
}

.section-faq a[data-toggle='collapse']:not(.collapsed) {
    color: #ff7783;
    border-bottom: 1px solid #e6e6e6;
    
}

    .section-faq a[data-toggle='collapse']:not(.collapsed) i {
        transform: rotate(90deg);
        color: #ff7783;
    }

.section-faq .card-body {
    padding: 0.75rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .section-faq .category-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        justify-content:space-between;
    }

    .section-faq .search-keyword {
        display: flex;
    }

    .section-faq .sort-mobile .search-keyword {
        display: none;
    }
}

@media (min-width: 1200px) {
}

/* Theme Pink - Form */


body {
    color: #202e3e;
}

a {
    color: #202e3e;
}

    a:hover {
        color: #FF828C;
        cursor: pointer;
    }

    a:focus, a.active, a:hover {
        text-decoration: none;
    }

.btn-default {
    background-color: #ff828c;
    border-color: #ff828c;
    color: #fff;
}

    .btn-default:hover, .btn-default:focus, .btn-default.active {
        background-color: #026f75;
        border-color: #026f75;
        color: #fff;
    }

.li-select.inline li, .product-info .form-control {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

    .li-select.inline li.active {
        background-color: #ff828c;
        color: #fff;
        border: 1px solid #ff828c;
    }

        .li-select.inline li.active::after {
            content: '';
        }

.li-select.checkbox li.active:before {
    background-color: #ff828c;
    border-color: #ff828c;
}

.li-select.dropdown, .li-select.dropdown ul {
    border-color: #e6e6e6;
}

    .li-select.dropdown li:hover, .li-select.dropdown li:hover .price {
        color: #fff;
        background-color: #ff828c;
    }

.nav-tabs {
    border-bottom: 1px solid #e6e6e6;
}

.form-control {
    border-color: #e6e6e6;
}

/* ScrollToTop */
.fix-feature .scrollToTop {
    background-color: #ff828c;
    box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.2);
}

    .fix-feature .scrollToTop:hover {
        background-color: #026f75;
    }

/* Header-Top*/
.header-top {
    background-color: #f3caca;
}

    .header-top .socials > a {
        background-color: #ff828c;
        color: #ffffff;
    }

/* header */
header.navbar {
    background-color: #f9e9ea;
}

header .navbar-nav .nav-item > .nav-link:hover,
header .navbar-nav .nav-item > .nav-link.active,
header .navbar-nav .nav-item.show > .nav-link {
    background-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    color: #ff828c;
}

header .dropdown .dropdown-menu:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    top: -8px;
    right: 15px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(32,46,62,0.1) transparent transparent rgba(32,46,62,0.1);
}

header .main-menu .dropdown .dropdown-menu:before {
    left: 30px;
}

/* separate */
header.separate .main-menu .nav-item .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-toggle .icon-bar {
    background-color: #202e3e;
}

/*btn-toolbar*/
.btn-toolbar .search .dropdown-menu button {
    color: #202e3e;
}

.btn-toolbar .cart-count {
    background-color: #026f75;
}

footer {
    color: #202e3e;
    background-color: #f9e9ea;
}

    footer .socials a {
        background-color: transparent;
        border: 1px solid #202e3e;
        color: #202e3e;
    }

        footer .socials a i {
            color: #202e3e;
        }

        footer .socials a.line {
            background-image: url('/Images/line-logo-black.svg');
        }

.copyright {
    background-color: rgba(243, 202, 202, 1);
}

    .copyright ul > li > a {
        display: block;
        color: #202e3e;
        padding: 5px 0;
        margin-right: 30px;
    }

    .copyright ul li a:hover {
        color: #ff828c;
    }

    .copyright ul > li:last-child > a {
        margin-right: 0;
    }

/* slick */
.slick-dots li.slick-active button {
    background-color: #ff828c;
}

.slick-arrow:hover {
    color: #ff828c;
}

/* 排序(電腦版) */
.sort-desktop {
    color: #202e3e;
}

.sort-desktop nav.sort a, nav.sort a {
    color: #202e3e;
}

    .sort-desktop nav.sort a.active {
        color: #FF828C;
    }

/* 排序(手機版) */
.sort-mobile .dropdown-item {
    color: #202e3e;
}

    .sort-mobile .dropdown-item + .dropdown-item {
        border-top: 1px solid #e6e6e6;
    }

    .sort-mobile .dropdown-item.active, .sort-mobile .dropdown-item:focus, .sort-mobile .dropdown-item:hover {
        background-color: #fff;
        color: #ff828c;
    }

.sort-mobile a.btn {
    background-color: #f9e9ea;
    border-color: #f9e9ea;
    color: #202e3e;
}

    .sort-mobile a.btn:hover, .sort-mobile a.btn:focus {
        background-color: #f9e9ea;
        color: #202e3e !important;
        border-color: transparent;
        box-shadow: unset;
    }

/* nav-pills */
/* 分類選單(電腦) */
.nav-pills > li > a.active {
    color: #ff828c !important;
    border-bottom-color: #ff828c;
}

.nav-pills > li > a:hover {
    color: #ff828c;
}

/* 分類選單(feature-panel) */
#filter.feature-panel ul > li > a {
    color: #202e3e;
}

    #filter.feature-panel ul > li > a:hover,
    #filter.feature-panel ul > li > a.active {
        color: #ff828c;
    }

        #filter.feature-panel ul > li > a:hover:after,
        #filter.feature-panel ul > li > a.active:after {
            color: #202e3e;
        }

#filter.feature-panel ul > li > ul > li > a:before {
    color: #202e3e;
}

/* feature-panel */
.feature-panel .header > * {
    color: #202e3e;
}

.feature-panel .header,
.feature-panel .feature {
    background-color: #f9e9ea
}

.feature-panel .exit:before,
.feature-panel .exit:after {
    background-color: #202e3e;
}

.feature-panel .body ul > li > a {
    color: #202e3e;
}

.feature-panel .item > * {
    color: #202e3e;
}

/* nav-mobile */
#nav-mobile .header {
    background-color: #f9e9ea;
}

#nav-mobile .body {
    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.1);
}

    #nav-mobile .body ul > li > a {
        color: #202e3e;
        background-color: transparent;
    }

        #nav-mobile .body ul > li > a:hover,
        #nav-mobile .body ul > li > a.active {
            color: #ff828c;
        }

#nav-mobile .feature {
    background-color: #f9e9ea;
}

    #nav-mobile .feature a {
        color: #202e3e;
    }

        #nav-mobile .feature a.facebook {
            background-image: url('/Images/facebook-logo-black.svg');
        }

        #nav-mobile .feature a.line {
            background-image: url(/Images/line-logo-black.svg);
        }

/* 每一篇的分類 */
ul.categorys {
    color: #202e3e;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    ul.categorys > li {
        display: inline-block;
    }

        ul.categorys > li + li:before {
            content: ', ';
        }

/* Pagination Index */
.page-item.active .page-link {
    background-color: #f9e9ea;
    border-color: #f9e9ea;
    color: #202e3e;
}

.page-item .page-link {
    border-color: #f9e9ea;
    color: #202e3e;
}

/* Pagination Detail */
.detail .pagination {
    display: block;
    padding: 1rem 0;
    margin: 1rem 0;
}

    .detail .pagination a .title {
        color: #202e3e;
    }

    .detail .pagination a:hover .title {
        color: #FF828C;
    }

/*detail - date-wrapper */
.detail .date-wrapper {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
}

    .detail .date-wrapper .title, .detail .date-wrapper .date {
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
    }

    .detail .date-wrapper .title {
        font-weight: normal;
        margin-top: 0.25rem;
    }

/* Blog & News 近期發布 */
.detail .latest {
    padding: 1.5rem 0;
}

    .detail .latest .title {
        font-weight: bold;
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .detail .latest .item {
        padding: 0;
        margin-bottom: 1rem;
        border-bottom: 0;
    }

        .detail .latest .item:hover {
            transform: unset;
        }

            .detail .latest .item:hover .title, .detail .latest .item:hover .date, .detail .latest .item:hover .categorys {
                color: #FF828C;
            }

        .detail .latest .item .title {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.5;
            max-height: 55px;
            font-weight: normal;
            margin: 0.5rem 0;
        }

    .detail .latest .date-wrapper {
        margin-bottom: 0;
        border-bottom: 0;
        font-size: 0.875rem;
    }

    .detail .latest .date {
        margin-top: 0;
        margin-bottom: 0;
    }

#num {
    border-left: 0;
    border-right: 0;
}

.num-spinner {
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    border-color: #e6e6e6;
}

    .num-spinner.minus {
        border-left: 1px solid #e6e6e6;
    }

    .num-spinner.increase {
        border-right: 1px solid #e6e6e6;
    }


.price-case-normal, .price-box .price {
    color: #ff828c;
}

@media (max-width: 575px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media(min-width:992px) {
    /* Blog & News 近期發布 */
    .detail .latest .item .title {
        overflow: auto;
        -webkit-line-clamp: unset;
        max-height: unset;
        margin-top: 0.25rem;
    }
}

@media (min-width: 1200px) {
    .btn-toolbar .dropdown .dropdown-menu:before {
        right: 30px;
    }
}

/* Theme Pink - Link */

.section-link .card {
    margin-bottom: 0.75rem;
    border: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: .5s ease-in-out;
}

.section-link .card:hover{
    transform:translateY(-5px);
}


@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 15px;
    }

.list-row-productcarousel .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 35%;
}
/*
    .list-row-productcarousel .slick-arrow.slick-disabled {
        display: none !important;
    }
}*/

/* Theme Pink- Movie */

/* Responsive YouTube embed */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
/* Theme Pink - News */

/* Index */
.section-news .item {
    padding: 1rem 0;
    margin-top: -1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
}
    .section-news .item .title {
        color: #3F4756;
        margin-bottom: 0.5rem;
    }

    .section-news .item:hover .title, .section-news .item:hover ul.categorys{
        color: #FF828C;
    }

    .section-news .item.main .date-wrapper {
        margin-bottom: 0.5rem;
    }

    .section-news .item .date,
    .section-news ul.categorys li {
        font-size: 0.875rem;
    }

    .section-news .item .description {
        margin-bottom: 0;
    }

    .section-news .item img {
        border-radius: 0.25rem;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

#section-nav-bottom.onepage .navbar {
    background-color: #f3caca;
    box-shadow: 0px -6px 6px rgba(255, 255, 255, 0.1);
    z-index: 1000;
}

#section-nav-bottom.onepage .link {
    padding: 8px 15px;
    font-size: 14px;
    color: #202e3e !important;
}

@media(max-width: 767px) {
}

@media(min-width: 992px) {
}

/* 產品列表 */
.section-product .card {
    transition: all 0.5s ease-in-out;
    border: none;
    margin-bottom: 1rem;
}

    .section-product .card .badge {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 0;
        line-height: 30px;
        position: absolute;
        top: 15px;
        left: 15px;
        width: 60px;
        height: 30px;
    }

    .section-product .card .no {
        font-size: 0.8rem;
        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: 0.8rem;
        color: #202e3e;
        margin-bottom: 0.5rem;
    }

    .section-product .card .price {
        font-weight: bold;
        font-size: 16px;
    }

.section-product #total:before {
    content: 'NT$';
    margin-right: 2px;
    font-size: 0.8rem;
}

.section-product .card .unit:before {
    content: "/";
    margin: 0 2px;
}

.section-product .oprice:before {
    content: 'NT$';
    margin-right: 2px;
    font-size: 0.75rem;
}

.section-product .card .oprice {
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 0.75rem;
}

.section-product .card-img-top {
    position: relative;
    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 {
    color: #202e3e;
    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;
}

.section-product .overlay-to-top {
    background-color: rgba(35,35,35,0.6);
}

.section-product .slick-dots {
    text-align: center;
}


@media (min-width: 576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@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%;
        border: 0;
        border-radius: 3px;
    }

        .product-detail .product-picture .slider-for .slick-arrow {
            position: absolute;
            top: calc(50% - 25px);
            cursor: pointer;
            z-index: 1;
            display: block;
            width: 50px;
            height: 50px;
            font-size: 25px;
            line-height: 50px;
            text-align: center;
        }

        .product-detail .product-picture .slider-for .slick-disabled {
            opacity: 0.5;
        }

    .product-detail .product-picture .slider-nav {
        width: 100%;
        margin: 15px 0;
    }

        .product-detail .product-picture .slider-nav .item {
            border: 0;
            border-radius: 3px;
            margin-right: 15px;
            cursor: pointer;
            width: auto !important;
        }

        .product-detail .product-picture .slider-nav .slick-arrow {
            display: none !important;
        }

.product-detail .photo-swipe img {
    cursor: zoom-in;
}

/*產品資訊*/
.product-detail .product-info {
    font-size: 14px;
    padding-left: 30px;
}

    .product-detail .product-info > * {
        margin-bottom: 1rem;
    }

    .product-detail .product-info .label {
        padding-right: 0;
    }

    .product-detail .product-info .name {
        color: #202e3e;
        font-size: 18px;
        font-weight: bold;
        margin-top: 0px;
    }

    .product-detail .product-info .tag {
        display: inline-block;
        color: #ff828c;
        border-bottom: 2px solid #ff828c;
        border-radius: 0;
        margin-bottom: 5px
    }

    .product-detail .product-info h3 {
        color: #202e3e;
        font-size: 18px;
        font-weight: bold;
    }

    .product-detail .product-info .category {
        margin-bottom: 0.5rem;
    }

        .product-detail .product-info .category a {
            color: #202e3e;
            font-size: 14px;
        }

    /* 優惠 */
    .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, .product-detail .product-info .price-case-normal {
        color: #ff828c;
        font-weight: bold;
    }

    .product-detail .product-info .oprice {
        text-decoration: line-through;
    }

    /* 優惠加購 */
    .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 .item {
            padding: 10px 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 .relate h5 {
        font-size: 1rem;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .product-detail .product-info .num-total {
        margin-bottom: 0px;
    }

        .product-detail .product-info .num-total > div > div {
            margin-bottom: 1rem;
        }

.product-detail #total:before, #price:before {
    content: "NT$";
    margin-right: 0.3em;
}

.product-detail #total {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #ff828c;
}

    .product-detail #total:before {
        font-size: 0.7em;
    }

/* 省多少標籤 */
.product-detail #off {
    position: absolute;
    color: #fff;
    background-color: #026f75;
    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 #026f75 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 #addShopCart.finish {
    color: #202e3e;
    border-color: #202e3e;
    background-color: #f9e9ea;
    box-shadow: unset;
}*/

.section-product .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 2px solid #ff828c;
    color: #202e3e;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.section-shopcart .icon.default-bg {
    background-color: #ff828c;
    color: #fff;
}

.shopcart .sum.full-save {
    color: #026f75;
}

/*關聯商品*/
.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;
}

/* Theme Pink - Store */
.section-store .sort-mobile{
    margin-bottom: 0;
}

.section-store .nav-pills{
    margin-bottom:0.5rem;
}

.section-store .item {
    margin-bottom: 1.5rem;
}

    .section-store .item .card {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

    .section-store .item .memo {
        color: #ff0000;
        font-size: 0.875rem;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0.313rem 1rem;
        background-color: rgba(255,255,255,0.8);
        font-weight: bold;
    }

    .section-store .item .body {
        padding: 1rem;
    }

    .section-store .item .name {
        color: #202e3e;
        margin-right: 0.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.section-store ul {
    margin-bottom: 0.5rem;
}

    .section-store ul.categorys li {
        border-bottom: 1px solid #ff828c;
    }

    .section-store ul.contact {
        padding-left: 0;
        list-style: none;
    }

        .section-store ul.contact > li {
            display: flex;
            font-size: 0.875rem;
            color: #202e3e;
            margin-bottom: 0.3rem;
        }

            .section-store ul.contact > li > .title {
                font-weight: normal;
                margin-bottom: 0;
                white-space:nowrap;
            }

            .section-store ul.contact > li .content {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                max-height: 72px;
            }

.section-store .btns{
    margin-top: 1rem;
}

.section-store .btn {
    margin-bottom: 0.5rem;
}

.section-store .item .btn {
    width: 100%;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .section-store .category-pills{
       display:flex;
       align-items:center;
    }

}

@media (min-width: 1200px) {
}


