.activity-banner {
    margin-bottom: 50px;
}
.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: 270px;
    margin: 0 auto 40px;
    position: relative;
}
.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: 25px;
    top: -25px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .product-mask{
    position: absolute;
}

.products-list .pic:before {
    border-radius: 10px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background-color: rgba(142,195, 31, 0.3);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    width: 0%;
    height: 0%;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    transition: 0.8s ease all;
}
.products-list .pic:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.8s ease all;
}
.products-list .pic:after {
    border-radius: 10px;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border: 1px #fff solid;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    width: 0%;
    height: 0%;
    max-width: 70%;
    max-height: 70%;
    z-index: 1;
    mix-blend-mode: overlay;
    transition: 1.5s ease all;
}
.products-list .pic:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1.5s ease all;
    mix-blend-mode: overlay;
}
.products-list .pic .product-mask {
    color: #666666;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    letter-spacing: 7px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-42%) translateY(-50%);
    transform: translateX(-42%) translateY(-50%);
    opacity: 0;
    transition: 1.7s ease all;
    z-index: 3;
    font-weight: bold;
}
.products-list .pic:hover .product-mask {
    transition: 1.7s ease all;
    opacity: 1;
}

.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    text-align: center;
}
.products-list .offers {
    color: #8EC31F;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    text-align: center;
}
.products-list .offers .icon {
    background-position: -160px 0;
    background-position: -20px -127px;
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
}
.products-list .offers .ic {
    background: #FFF;
    color: #8ec31f;
    border-radius: 100%;
    padding: 3px;
    font-size: 20px;
}
.products-list .offers .ic:before {
    color: #8ec31f;
}
.products-list .btn-group {
    overflow: hidden;
}

.products-list .btn {
    float: left;
    width: 49%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 0 12px;
    margin: 0 1px;
}

.products-list .btn.wish {
    background: #b9b9b9;
}

.products-list .btn.wish:hover {
    background: #8ec31f;
}

.products-list .btn.detail {
    background: #8fc320;
}

.products-list .btn.detail:hover {
    background: #69940c;
}

.products-list .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
}

.products-list .btn.wish .icon {
    background-position: -40px -87px;
}

.products-list .btn.detail .icon {
    background-position: -60px -87px;
}
/******** 新增拆單系統 *****************/

.shopping_way span+span{
    margin:0 2px;  
}
.shopping_way span{
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background:#fbab9b;
    display:inline-block;
    border-radius:5px;
    margin-bottom: 8px;
    width: 32%;
    letter-spacing: 1px;
}
.shopping_way .cold{
    background:#80dc9c;
}
.shopping_way .freezing{
    background:#63c7f5;
}
.pd-way-top{
	display: inline-block;
    position: relative;
}
.shopping_way.inner{
	display: inline-block;
}
.shopping_way.inner span{
    width:auto;
    padding:0 5px;
}
.shopping_way.inner span+span{
   margin:0 5px;
}

/******** 新增拆單系統 *****************/

@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
}
@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;
    }
    .shopping_way span{
    line-height: 22px;
    font-size: 12px;
    font-weight: normal;
    width: auto;
    padding:0 8px;
     margin-bottom: 3px;
}
.products-list .name{
     height: 20px;
    line-height:20px;
}
.products-list .offers {
    font-size: 15px;
    line-height: 15px;
    margin: 0px 0 5px;
    height: 30px;
}
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .products-list .btn .icon {
       display:none;
       
    }
     .products-list .btn{
         text-align:center;
       font-size:12px;
       padding:0px;
     }
     .products-list .btn {
        width: 47%;
    }
}