.products-title{
    font-size: 26px;
    color: #EB4C52;
    line-height: 1.2;
    margin-bottom: 0px;
}
.products-sect .sect-title .txt {
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 25px;
    color: #212121;
}
.products-sect .btn.more {
    display: block;
    max-width: 430px;
    width: 100%;
    height: 36px;
    text-align: center;
    text-indent: -9999px;
    margin: 0 auto;
    margin-top: 55px;
    background:#FFA395 url(../../images/common/news/more.png) center center no-repeat;
}
.products-sect .btn.more:hover {
    background:#FF7662 url(../../images/common/news/more.png) center center no-repeat;
}
.products-list {
    margin: -30px 0px;
}
.products-list .item {
    width: 25%;
    padding:0px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    /* max-width: 360px; */
    margin: 0 auto 0px;
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic-box img{
    width: 100%;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    background-position: 50% 50%;
}
.products-list .name {
    display:block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ECE9E1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 10px;
    margin: 0px;
    background: rgba(51,43,40,0.80);
}
.products-list .box:hover .name  {
    background: rgba(215,91,91,0.80);
}
.products-intro {
    margin: -50px 0 50px;
    text-align: center;
}
.gallery {
    max-width: 1080px;
    margin: auto;
}
.pd-intro .pd-name {
    color: #EB4C52;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
}
.gallery .slick-prev,
.gallery .slick-next{
    display: block;
    width: 31px;
    height: 60px;
    border: none;
    padding: 0px;
    text-indent: -9999px;
    position: absolute;
    top: 48%;
    margin-top: -30px;
    background: url(../../images/common/products/product-arrow.png);
    z-index: 9;
}
.gallery .slick-prev{
    background-position: 0 0;
    left: -80px;
}
.gallery .slick-next{
    background-position: 100% 0%;
    right: -80px;
}
.gallery .slick-prev:hover{
    background-position: 0 100%;
}
.gallery .slick-next:hover{
    background-position: 100% 100%;
}
.gallery .slick-dots{
    text-align: center;
    margin: 30px auto;
}
.gallery .slick-dots li{
    display: inline-block;
    width:12px;
    height: 12px;   
    margin: 0 9px;
}
.gallery .slick-dots li button{
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(../../images/common/products/dot.png)right center;
}
.gallery .slick-dots li.slick-active button{
    background-position: left center;
}
.detail-title {
    background: url(../../images/common/products/product-title.png)left center no-repeat;
    height: 30px;
    text-indent: -99999px;
    position: relative;
}
.detail-title span{
    background: url(../../images/common/products/product-title2.png)left center no-repeat;
    width: 105px;
    height: 10px;
    text-indent: -99999px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 8px;
}
.products-detail {
    position: relative;
}
.products-detail-1{
    max-width: 1110px;
    margin: auto;
}
.form-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
@media screen and (max-width: 1300px) {
    .gallery .slick-prev{
        left: -0px;
    }
    .gallery .slick-next{
        right: -0px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .item{
        margin-bottom: 0px;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .products-intro {
        margin: -20px 0 50px;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .pd-intro .pd-name {
        margin-bottom: 15px;
    }
    .gallery {
        margin: 0 auto 4px;
    }
    .products-detail .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
}
@media screen and (max-width: 420px) {
    .detail-title span{
        display: block;
        position: static;
        margin: 10px 0px;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .control-box span {
        display: none;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
    }
}
/*product_column欄位*/
.products_column_one .item{
    width: 100%;
}
.products_column_two .item{
    width: 50%;
}
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/