﻿/* 產品項目 /product/item */
.section-product .card .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 14px;
    background-color: #b08e79;
    padding: 0.2em 0.4em;
    border-radius: 0.25em;
}

.section-product .card .oprice {
    text-decoration: line-through;
    font-size: 14px;
    color: #999999;
}

.section-product .card .price::after {
    content: "元";
}

.section-product .card .unit:before {
    content: "/ ";
}

.section-product .card img.hover-show {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 500ms ease;
}

.section-product .card:not(:hover) .hover-show {
    opacity: 0 !important;
}

.section-product .card:hover .hover-show {
    opacity: 1;
}

.section-product .card-body {
    font-size: 14px;
}

    .section-product .card-body h5 {
        font-size: 14px;
        line-height: 1.4;
    }

.section-product .card:hover .btn-wrapper {
    opacity: 0.9;
}

.section-product .card-img-top .btn-wrapper {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
}

    .section-product .card-img-top .btn-wrapper a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-color: #e7ded0;
        background-color: #e7ded0;
    }

/* 產品左選單 */
.section-product .feature-panel {
    width: 225px;
}

    .section-product .feature-panel .wrapper {
        width: 100%;
        overflow-y: auto;
    }

    .section-product .feature-panel .header {
        padding: 9px 15px;
        /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
        justify-content: space-between;
        align-items: center;
    }

        .section-product .feature-panel .header h6 {
            color: #3f3a39;
            width: auto;
            height: auto;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.0;
        }

        .section-product .feature-panel .header .exit {
            position: relative;
            width: 15px;
            height: 15px;
        }

            .section-product .feature-panel .header .exit:before,
            .section-product .feature-panel .header .exit:after {
                position: absolute;
                left: 7px;
                top: 0;
                content: '';
                height: 15px;
                width: 2px;
                background-color: #777;
            }

            .section-product .feature-panel .header .exit:before {
                transform: rotate(45deg);
            }

            .section-product .feature-panel .header .exit:after {
                transform: rotate(-45deg);
            }

    .section-product .feature-panel .bg {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .section-product .feature-panel ul {
        padding-left: 0;
        list-style: none;
    }

        .section-product .feature-panel ul > li > a {
            display: block;
            padding: 7px 15px;
            color: #b08e79;
            font-size: 14px;
        }

            .section-product .feature-panel ul > li > a:hover,
            .section-product .feature-panel ul > li > a.active {
                color: #3f3a39;
            }

                .section-product .feature-panel ul > li > a:hover:after,
                .section-product .feature-panel ul > li > a.active:after {
                    color: #ffffff;
                }

        .section-product .feature-panel ul > li > ul > li > a {
            padding-left: calc(15px + 1em);
        }

        .section-product .feature-panel ul > li > ul {
            display: none;
        }

        .section-product .feature-panel ul > li.active > ul {
            display: block;
        }

/* 產品排序(電腦版) */
.section-product nav.sort,
.section-product .total {
    color: #3f3a39;
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .section-product nav.sort a {
        color: #3f3a39;
        margin-right: 1.25em;
    }

        .section-product nav.sort a.active {
            color: #b08e79;
        }

/* 產品排序(手機版) */
.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: #b08e79;
    }

@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;
        }

        .section-product .feature-panel ul > li > a:hover,
        .section-product .feature-panel ul > li > a.active {
            color: #b08e79;
        }

            .section-product .feature-panel ul > li > a:hover:after,
            .section-product .feature-panel ul > li > a.active:after {
                color: #b08e79;
            }
}

@media (min-width:1200px) {
}
