.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    /* max-width: 344px; */
    margin: 0 auto 40px;
    position: relative;
}
.products-list .item a.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:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .pic-box {
    margin-bottom: 14px;
    position: relative;
}
.products-list .pic-box img{
    width: 100%;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .box:hover .pic {
    outline: 6px solid #FF7430;
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 50% no-repeat rgba(0,0,0,0.50);
    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 {
    opacity: 1;
}
.products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-list .name {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products-list .box:hover .name {
    color: #fff;
    background: #FF732F;
}
.products-list .description {
    color: #8B8B8B;
    font-size: 13px;
    line-height: 1.45;
    padding: 0 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
}
.products-intro {
    max-width: 1345px;
    margin: 0 auto 50px;
}
.gallery {
    float: left;
    width: 570px;
    max-width: 570px;
}
.pd-intro,
.thumbnails {
    float: right;
    width: calc(100% - 618px);
}
.thumbnails ul {
    max-width: 550px;
    margin: 0 -7px;
}
.thumbnails li {
    width: 33.33%;
    padding: 2px;
}
.thumbnails a {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.thumbnails a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/products/small_hover.png') 50% 50% no-repeat rgba(17,17,17,0.6);
    opacity: 0;
    border: 5px solid #FF7430;
    transition: all 0.3s;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
    opacity: 1;
}
.thumbnails li:nth-child(3n+1) {
    clear: both;
}
.pd-intro .breadcrumb {
    margin: 0;
}
.pd-name {
    color: #000;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 15px;
}
.pd-description {
    color: #666;
    font-size: 13px;
    margin-bottom: 32px;
}
.products-detail {
    max-width: 1345px;
    margin: 0 auto;
    position: relative;
}
.products-detail .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #ddd;
    margin: 0 -50px 30px;
    padding: 0 50px 10px;
}
.form-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery {
        width: 49%;
    }
    .pd-intro,
    .thumbnails {
        width: 48%;
    }
}
@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;
    }
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        width: 60%;
    }
    .thumbnails {
        width: 39%;
    }
    .thumbnails ul {
        max-width: none;
        margin: -2px;
    }
    .thumbnails li {
        width: 50%;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
    .thumbnails li:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 7px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto;
    }
    .thumbnails {
        padding-top: 2px;
    }
    .thumbnails ul {
        margin: 0 -2px;
    }
    .thumbnails li {
        width: 16.66%;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
}
@media screen and (max-width: 560px) {
    .thumbnails li {
        width: 33.33%;
    }
    .thumbnails li:nth-child(3n+1) {
        clear: both;
    }
}
@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欄位*/