.search-keyword {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 5px 35px;
}
.search-keyword .ic {
    position: absolute;
    color: #B20000;
    font-size: 32px;
    top: 0;
    left: 0;
}
.products-list.type1 {
    margin: 0 -10px;
}
.products-list.type1 .item {
    width: 20%;
    padding: 0 10px;
}
.products-list.type1 .item:nth-child(5n+1) {
    clear: left;
}
.products-list.type2 {
    margin: 0 -10px;
}
.products-list.type2 .item {
    width: 16.66%;
    padding: 0 10px;
}
.products-list.type2 .item:nth-child(6n+1) {
    clear: left;
}
.products-list .box {
    max-width: 220px;
    margin: 0 auto 50px;
    position: relative;
    
}
.products-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.products-list .box:hover {
    
}
.products-list .box.new .txt:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    font-size: 12px;
    top: calc(0% + 5px);
    right: 0;
    color: #fff;
    width: 49px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #FF3C00;
    padding: 0 3px;
    font-family: 'Raleway', sans-serif;
}
.products-list .pic-box {
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    transition:all .3s ease-in-out;
}
.products-list .box:hover .pic{
    transform:scale(1.2);
}
/*
.products-list .pic:before {
    content: '';
    background: rgba(0,0,0,0.7);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
*/
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .offers {
    color: #A03F2E;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 60px 5px 0;
    display: inline-block;
    background: #fff;
    font-family: 'Raleway', sans-serif;
}
.products-list .name {
    color: #000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    padding: 5px 0 15px;
}
.products-list .more {
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.products-list .box:hover .more {
    
}
.products-list .more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
}

.products-intro {
    margin: 0 0 40px;
}
.gallery {
    float: left;
    width: 45.15%;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 50.17%;
}
.gallery .slider {
    max-width: 540px;
    margin: 0 auto;
    
}
.thumbnails {
    padding-top: 8px;
}
.thumbnails ul {
    margin: 0 -10px;
}
.thumbnails li {
    width: 33.33%;
    padding: 0px 10px 0;
}
.thumbnails li a {
    max-width: 220px;
    margin: 0 auto;
}
.thumbnails li a:before {
    content: "";
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}
.thumbnails.active li a:before {
    opacity: 1;
}
.thumbnails.active li a:hover:before,
.thumbnails.active li.active a:before {
    opacity: 0;
}

.pd-intro .pd-name {
    color: #000;
    font-size: 36px;
    font-weight: inherit;
    padding: 8px 0;
    margin: 0;
    line-height: 1.2;
}
.pd-price-better {
    padding: 8px 0;
    font-size: 13px;
    color: #666;
}
.pd-price-better b {
    display: block;
    vertical-align: middle;
    color: #9F3F2D;
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
}

.products-detail {
    position: relative;
}
.products-detail .editor {
    padding: 20px 0;
}

@media screen and (max-width: 1300px) {
    .gallery {
        width: 52%;
        margin-bottom: 20px;
    }
    .pd-intro,
    .thumbnails {
        width: 44%;
        margin-bottom: 20px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 1280px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
        width: 25%;
    }
    .products-list.type1 .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(4n+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(6n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .pd-intro .pd-name{
        font-size: 24px;
    }
    .pd-price-better b{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .search-keyword {
        background: #fff;
        padding: 8px 15px 8px 45px;
    }
    .search-keyword .ic {
        left: 8px;
        top: 2px;
    }
    .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.type1 .box {
        margin-bottom: 30px;
    }
    .products-list.type2 .item {
        width: 33.33%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list.type2 .box {
        margin-bottom: 30px;
    }
    .gallery,
    .thumbnails,
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        margin-bottom: 0;
    }
    .thumbnails {
        padding-top: 0;
    }
    .thumbnails li {
        width: 16.66%;
    }
}
@media screen and (max-width: 580px) {
    .products-list.type2 .item {
        width: 50%;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 400px) {
    .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;
    }
    .thumbnails li {
        width: 33.33%;
    }
}