    /********************** PRODUCT-LIST **********************/
    
    .product-bread {
        position: static;
        margin: 20px 0 0px 0;
    }
    
    .product-bread li{
    }

    .products-list {
        margin: -20px -10px 0px 0;

    }
    
    .products-list .item {
        padding: 0 10px;
        width: 16.66666%;
        margin-bottom: 20px;
    }
    
    .products-list .item .list,
    .product-list .item .list {
        max-width: 260px;
        margin: 0 auto;
        display:block;
        position:relative;
        border:#FFF 1px solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .products-list .item .pic,
    .product-list .item .pic {
        display: block;
        margin-bottom: 10px;
        position: relative;
    }
    /*
    .products-list .item .pic:before,
    .product-list .item .pic:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0;
    }*/
    
    .products-list .item a.cart_u,
    .product-list .item a.cart_u {
        width: 54px;
        height: 54px;
        line-height:54px;
        background:url(../images/products/cart_bg.jpg) repeat;
        position: absolute;
        left: 7%;
        top:-100px;
        z-index: 2;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    .products-list .item .view_btn,
    .product-list .item .view_btn,
    .list .cart_btn {
        width: 54px;
        height: 54px;
        line-height:54px;
        background:#424251;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        text-align:center;
        left: 5%;
        top:-30px;
        z-index: 2;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    .list .cart_btn{
        background:url(../images/products/cart_bg.jpg) repeat;
        display:block;
        position: absolute !important;
        left: auto;
        right: 5%;
        z-index: 5;
        border:none;
        padding:0;
    }
    
    .products-list .item .list:hover .view_btn,
    .product-list .item .list:hover .view_btn,
    .list:hover .cart_btn {
        opacity: 1;
        top: 5%;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .list .cart_btn:hover {
        opacity: 1;
        background:url(../images/products/cart_bg_.jpg) repeat;
    }
    
    .products-list .item .list:hover,
    .product-list .item .list:hover{
        border:#E62010 1px solid;
    }
    
    .products-list .item .txt,
    .product-list .item .txt {
        margin-bottom: 10px;
    }
    
    .products-list .item .txt .price {
        font-size: 26px;
        font-weight: bold;
        color: #BD1300;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    
    .products-list .item .txt .title,
    .product-list .item .txt .title {
height:56px;
        font-family: "Arial";
        font-size: 16px;
        color:#8D8D8D;
        margin-bottom: 5px;
        /*單行文字使用*/
        text-align:center;
        margin:0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        opacity:0;
    }
    
    .products-list .item .txt .description {
        font-size: 13px;
        line-height: 1.4;
        color: #666666;
        margin-bottom: 5px;
        letter-spacing: 2px;
        /*多行文字使用*/
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .products-list .item .list:hover .txt .title,
    .product-list .item .list:hover .txt .title {
        opacity:1;
    }
    
    .products-list .item a .cart {
        background: #931815;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    
    .products-list .item a .cart:hover {
        background: #CB211D;
    }
    
    .products-list .btn {
        margin-bottom: 10px;
    }
    
    .btn.soldout {
        cursor: auto;
    }
    
    .pro-search {
        padding-bottom: 10px;
        border-bottom: 1px solid #D8D8D8;
        font-size: 14px;
        line-height: 1.3;
        color: #444444;
        margin: 0px 0 80px 0;
        letter-spacing: 1px;
    }
    
    .pro-search i {
        background: url(../images/products/search.png);
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
    
    .pro-search b {
        color: #045497;
        font-weight: normal;
    }
    /********************** PRODUCT-DETAIL **********************/
    /********** gallery_p **********/
    .product{
    }
    .product .txt, .product .gallery{
        width:50%;
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0 0 0 40px;
    }
    .product .gallery{
        width:50%;
        float: left;
        padding:0 40px 0 0;
        border-right:#CCCCCC 1px dotted;
    }
    .product .stage .pic{}

    .product .thumbnails {
        margin-top: 30px;
    }

    .product .thumbnails ul {
    }

    .product .thumbnails ul li {
        width: 33.33%;
        padding: 2px 2px;
    }

    .product .thumbnails a {
        position: relative;
        max-width: 181px;
    }

    .product .thumbnails li.active a img,
    .product .thumbnails li:hover a img {
        border: 1px solid #E62010;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .editor h2.title{
        padding:15px 0 30px 0;
        background:url(../images/products/s.jpg) left bottom no-repeat;
        border-top:#444444 1px solid;
    }
    article.editor{
        margin-bottom:50px;
    }


    /********** cart-tex **********/
    
    .product-price {
        margin-bottom: 30px;
    }
    
    .product-price strong {
        display: inline-block;
        background: #A41B17;
        color: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 14px;
        padding: 0 20px;
        font-weight: normal;
        line-height: 32px;
    }
    
    .product-price strong b {
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    
    .product-price i {
        background: url(../images/products/price.png);
        width: 38px;
        height: 37px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 2px 0;
    }
    
    .gallery_p .btn.style01 {
        max-width: 150px;
        font-weight: normal;
        margin: 0 10px 10px 0;
    }
    /********** cart-table **********/
    /********** DETAIL **********/
    
    .detail-title {
        background: url(../images/title_bg.png) no-repeat left center;
        padding-left: 10px;
        color: #444444;
        font-size: 15px;
        font-family: 'Noto Sans', sans-serif;
        margin: 35px 0;
    }
    /********************** RWD **********************/
    
    @media screen and (max-width: 1440px) {
        .products-list .item {
            padding: 0 10px;
            width: 25%;
            margin-bottom: 20px;
        }        
    }
    @media screen and (max-width: 1100px) {
        .btn.style01 {
            max-width: 202px;
            height: 43px;
            background: url(../images/inquiry_btn_.png);
        }
        .btn.style01:hover {
            background: url(../images/inquiry_btn_.png) 0 100% no-repeat;
        }
    }
    @media screen and (max-width: 700px) {
        .product .txt, .product .gallery{
            width:100%;
            float: none;
            padding:0;
        }
        .product .gallery{
            margin-bottom:20px;
        }
    }
    @media screen and (max-width: 650px) {
        .products-list .item {
            padding: 0 10px;
            width: 33.333333333%;
            margin-bottom: 20px;
        }
    }
    @media screen and (max-width: 500px) {
        .products-list .item {
            padding: 0 10px;
            width: 50%;
            margin-bottom: 20px;
        }
    }
    @media screen and (max-width: 400px) {
        .products-list .item {
            padding: 0 10px;
            width: 100%;
            margin-bottom: 20px;
        }
    }
