.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: 61px;
    height: 30px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 55%;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 50% no-repeat rgb(8 56 124 / 0.4);
    display: block;
    position: absolute;
    top: 3%;
    bottom: 3%;
    left: 3%;
    right: 3%;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}

.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.products-list .pic-box .ibtn.delete {
    background-image: url('../../images/common/lightbox_close.png');
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
}

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}

.products-list .box:hover .name {
    color: #2C633B;
}
.products-list .offers {
    color: #BA070C;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
}

.products-list .offers .icon {
    background-position: -160px 0;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}

.products-list .offers .ic {
    background: #A7B2C3;
    color: #fff;
    border-radius: 100%;
    padding: 3px;
    font-size: 20px;
}


.ic-cart-news:before {
    content: "\e90a";
    color: #fff;
}

.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: #08387c;
}

.products-list .btn.wish:hover {
    background: #ba220b;
}

.products-list .btn.detail {
    background: #a7b2c3;
}

.products-list .btn.detail:hover {
    background: #2c633b;
}

.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%;
    }
}