.breadcrumb{
    padding-top: 20px;
    padding-left: 0;
    background-color: transparent;
    color: #273329;
    margin-bottom: 36px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    color: #273329;
}
.main-title{
    font-size: 40px;
    color: #006738;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom:1px solid #12A33E;
    margin-bottom: 70px;
    position: relative;
}
.main-title .leaf{
    position: absolute;
    right:0;
    bottom:-19px;
}

/* 產品相簿 */
.product-img-group{
    /* width: 350px;
    
    float: left; */
    margin-right:30px;
}
#slider.flexslider{
    margin: 0 0 39px;
    background-color: transparent;
    border: none;
}
#carousel.flexslider{
    margin-bottom: 140px;
    background-color: transparent;
    border: none;
}
#slider.flexslider ul li > div{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:280px;
}
#carousel.flexslider ul li > div{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 52px;
    cursor: pointer;
    margin-right: 20px;
    border: none;
}
#slider.flexslider ul li > div > .zoom{
    position: absolute;
    bottom:20px;
    right:20px;
    z-index: 2;
}

/*2018-10-24-暫時把放大鏡拿掉*/
.zoom{
    display: none;
}
#carousel.flexslider ul li > div:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.7);
    display: block;
}
#carousel.flexslider ul li.flex-active-slide > div{
    border:1px solid #4b6435;
}
#carousel.flexslider ul li.flex-active-slide > div:before{
    display: none;
}

/* 產品資訊 */
.product_name{
    margin-bottom: 20px;
}
.product_name h4{
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    color: #12A33E;
    margin: 0;
}
.product_name .report a{
    color: #12A33E;
    font-size: 18px;  
}
.product_info .product_price{
    font-size: 24px;
    color: #D65943;
    margin-bottom: 30px;
}
.product_info .product_price span{
    font-size: 18px;
    color: #CCCCCC;
    text-decoration:line-through;
}
.product_info .product_detail{
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    margin-bottom: 15px;
}
.product_info .product_detail > div{
    display: block;
}
.product_info .product_detail h4{
    float: left;
    /* border-right: 1px solid #806239; */
    padding-right: 10px;
    font-size:20px;
    text-align: left;
    color: #666666;
    margin: 0;
    min-width: 100px;
    line-height: 24px;
}
.product_info .product_detail p{
    float: left;
    width: calc(100% - 100px);
    padding-left: 10px;
    font-size: 20px;
    text-align: left;
    color: #666666;
    margin: 0;
}

.product_info .product_detail > #remark p{
    float: left;
    width: 100%;
    padding-left: 0;
    font-size: 15px;
    text-align: right;
    color: #666666;
    margin: 0;
}
.product_info .amount{
    font-size: 18px;
    color: #000;
    text-align: right;
    margin-bottom: 10px;
}
.product_info .amount span{
    color: #D65943;
}
.product_button span{
    float: left;
    width: 45px;
    height:40px;
    text-align: center;
    vertical-align:middle;
    background-color: #6EB130;
    color: white;
    line-height: 40px;
    border: none;
    cursor: pointer;
}
.product_button input[type="number"]{
    float: left;
    -moz-appearance:textfield!important;
    width: 45px;
    height:40px;
    text-align: center;
}
.product_button input ::-webkit-outer-spin-button,
.product_button input::-webkit-inner-spin-button{
     float: left;
     -webkit-appearance:none!important;
     margin:0; 
    }
.product_addcart{
    float: right;
    background-color: #D65943;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: 1px solid #D65943;
    border-radius: 3px;
    padding: 4.2px 15px;
    margin-left: 30px;
    line-height: 30px;
    cursor: pointer;
}
.product_addcart:hover{
    background-color: white;
    color: #D65943;
}
.product_addcart.disabled,.product_addcart.disabled:hover {
    background-color: #cccccc;
    color: #1A1A1A;
    border-color: #1A1A1A;
}
/* 文字編輯器 */
.text-edit{
    margin-bottom: 120px;
}
.text-edit img{
    max-width: 100%;
}
.text-edit ul{
    padding-left: 25px;
}
.text-edit ul > li{
    line-height: 40px;
    list-style: disc;
}
.product_papper{
    margin-bottom: 150px;
}

@media screen and (max-width:992px){
    .breadcrumb{
        margin-bottom: 10px;
        padding-left: 0;
    }
    .main-title{
        font-size: 30px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 35px;
    }
    .main-title .leaf{
        bottom:-12px;
    }
    .product-img-group{
        margin: 0;
    }
    #slider.flexslider{
        margin-bottom: 10px;
    }
    #carousel.flexslider{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:768px){
    .product_info{
        width: 100%;
        float: left;
    }
    #carousel.flexslider{
        margin-bottom: 60px;
        background-color: transparent;
        border: none;
    }
    
    /* 產品相簿 */
    .product_name h4{
        font-size: 25px;
    }
    .product-img-group{
        float: none;
        width: 350px;
        margin-right:30px;
        margin: 0 auto;
    }
    .product_papper{
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 400px) {
    .breadcrumb{
        padding-top: 10px;
        padding-bottom: 0;
    }
    .main-title{
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    #carousel.flexslider{
        margin-bottom: 20px;
    }
    .product-img-group{
        width:100%;
    }
    .product_name{
        margin-bottom: 10px;
    }
    .product_info .product_price{
        margin-bottom: 15px;
    }
    .product_papper{
        margin-bottom: 35px;
    }
}