﻿#add_shopcar, #add_favorites, #share {
    width: 100%;
}

/* 產品分類選單 */
.product-class ul {
    list-style: none;
    padding-left: 0;
}

.product-class > ul > li > ul {
    display: none;
    padding-left: 30px;
}

.product-class > ul > li.active ul,
.product-class > ul > li.open ul {
    display: block;
}

.product-class li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
    position: relative;
}

.product-class > ul > li.active > a,
.product-class > ul > li > a:hover,
.product-class > ul > li > ul > li > a:hover,
.product-class > ul > li > ul > li.active > a {
    background-color: #f4f4f4;
    color: #003d6c;
}

.product-class li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 3px;
    height: 1em;
    background: #003d6c;
}

/* feature-panel */
.feature-panel {
    width: 280px;
    background-color: rgba(255,255,255,1);
    z-index: 102;
}

    .feature-panel.left {
        width: -280px;
    }

    .feature-panel .bg {
        background-color: rgba(0,0,0,0.5);
    }

    .feature-panel .product-class {
        position: relative;
        background-color: #ffffff;
    }

    .feature-panel.open .product-class {
        min-height: 100vh;
        padding: 10px 10px 0 10px;
    }

/* feature-panel's trigger */
a.trigger-class {
    position: relative;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

    a.trigger-class:after {
        font-family: FontAwesome;
        content: "\f0c9";
        position: absolute;
        right: 10px;
    }

/* 產品圖片 */
.container .content-slider-with-large-controls {
    box-shadow: 1.089px 1.677px 7.47px 1.53px rgba(0, 61, 108, 0.41);
}

/* 產品簡介區域 */
.class-name, .product-name {
    font-size: 20px;
}

.class-name {
    color: #009933;
}

.features ul {
    list-style: none;
    padding-left: 0;
}

    .features ul > li {
        padding: 5px 0;
    }

        .features ul > li > span:first-child {
            font-weight: bold;
        }

            .features ul > li > span:first-child:after {
                content: "：";
            }

/* 產品優惠 */
.product .save {
    background-position: left 2px;
    color: #E86F00;
    font-size: 16px;
    background-image: url('/IMG/save_bg.png');
    background-repeat: no-repeat;
    padding-left: 35px;
    line-height: 31px;
}

    .product .save.active span::after {
        content: '';
        width: 16px;
        height: 15px;
        background-image: url('/IMG/save_active.png');
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px;
    }

    .product .save.full {
        color: #ED1C24;
        background-image: url('/IMG/save_full.png');
        padding-left: 35px;
    }

.product .save_note {
    color: #868686;
    font-size: 12px;
    text-align: center;
}

    .product .save_note img {
        display: inline;
    }

    .product .save_note span {
        color: #E86F00;
    }

/* 預購 */
.product .preorder {
    color: #ec971f;
}

/* 省多少標籤 */
#off {
    position: absolute;
    color: #FFFFFF;
    background-color: #ED1C24;
    margin-left: 170px;
    margin-top: -40px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    display: none;
}

    #off:before {
        content: "";
        color: #ED1C24;
        z-index: 99;
        position: absolute;
        margin-top: 5px;
        margin-left: -15px;
        background-image: url('/IMG/arrow.png');
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
    }

/* 頁籤 */
.tab-pane {
    padding: 10px;
}

    .tab-pane .container {
        width: 100%;
    }

.tab-content {
    border-bottom: 1px solid #ddd;
}

@media (max-width:767px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {

    /* 產品分類選單(套用feature-panel後修正CSS) */
    #class.feature-panel.left {
        position: relative;
        width: auto;
        left: auto;
        border-right: 0;
    }

    .feature-panel.open {
        box-shadow: none;
    }

        .feature-panel.open .bg {
            display: none;
        }
}

@media (min-width:1200px) {
}
