.products-list.type1 {
    margin: 0 -12px;
}

.products-list.type1 .item {
    width: 25%;
    padding: 0 12px;
}

.products-list.type1 .item:nth-child(4n+1) {
    clear: left;
}

.products-list.type2 {
    margin: 0 -10px;
}

.products-list.type2 .item {
    width: 20%;
    padding: 0 10px;
}

.products-list.type2 .item:nth-child(5n+1) {
    clear: left;
}

.products-list .box {
    max-width: 248px;
    margin: 0 auto 25px;
    position: relative;
    border: 4px solid #EEEEEE;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.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:hover {
    border-color: #634F4A;
}

.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 48px;
    height: 49px;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 25px;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 14px;
}

.products-list .pic img {
    border-radius: 10px;
}

.products-list .box .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.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.products-list .box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.products-list .txt {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.4;
}

.products-list .name {
    color: #5EA5B7;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
    margin: 0 0 3px;
}

.products-list .description {
    color: #888;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
    font-weight: normal;
}

.products-intro {
    margin: 0 0 30px;
}

.gallery {
    float: left;
    width: 48.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pd-intro, .thumbnails {
    float: right;
    width: 47%;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery .slider {
    max-width: 532px;
    margin: 0 auto;
    border: 4px solid #EEEEEE;
    background: #fff;
    border-radius: 15px;
    /* 15 */
    padding: 15px;
}

.pd-intro .pd-name {
    color: #444;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin: 0 0 15px;
}

.pd-info {
    padding: 10px 0;
}

.pd-info .title {
    color: #5AAA72;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
}

.pd-info-divider {
    border: 0;
    background: url('../../images/common/border_dot_h.png') repeat-x;
    height: 1px;
}

.thumbnails ul {
    margin: 0 -2%;
    max-width: 500px;
}

.thumbnails li {
    padding: 4% 2% 0;
    width: 33.33%;
}

.thumbnails li a {
    border: 4px solid #EEEEEE;
    background: #fff;
    border-radius: 10px;
    /* 10 */
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.thumbnails li a:hover, .thumbnails li.active a {
    border-color: #634F4A;
}

.thumbnails li a img {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.thumbnails li a img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.thumbnails li a:hover img, .thumbnails li.active a img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}


.products-detail {
    position: relative;
    margin-bottom: 30px;
}

.products-detail .title {
    background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    color: #5AAA72;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1300px) {
    .pd-intro {
        float: none;
        width: auto;
        clear: both;
        margin-bottom: 30px;
    }
    .gallery {
        width: 59%;
    }
    .thumbnails {
        width: 38.5%;
    }
    .thumbnails li {
        width: 50%;
        padding: 0 2% 4%;
    }
}

@media screen and (max-width: 1280px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1200px) {
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .item {
        padding: 0 7px;
        width: 25%;
    }
    .products-list.type2 .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (max-width: 860px) {
    .products-list.type2 {
        max-width: 700px;
        margin: 0 auto;
    }
    .products-list.type2 .item {
        width: 50%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type2 {
        margin: 0 -7px;
    }
    .pd-intro {
        padding: 0;
    }
    .gallery, .thumbnails {
        float: none;
        width: auto;
    }
    .thumbnails ul {
        margin: 0 -5px;
        max-width: none;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}

@media screen and (max-width: 550px) {
    .thumbnails li {
        width: 33.33%;
    }
}

@media screen and (max-width: 480px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type1 .item:nth-child(n) {
        clear: none;
    }
    .products-list.type2 .item {
        width: 100%;
    }
    .products-list.type2 .item:nth-child(n) {
        clear: none;
    }
}