.products-editor{
    margin-bottom: 80px;
}
.products-title-box{
    text-align: center;
}
.products-title-box .products-title{
    color: #1c1c1c;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px;
}
.products-list {
    margin: 0 -10px;
    position: relative;
}
.products-list .item {
    padding: 0 0;
    width: calc(100% / 4);
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .slick-list {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.products-list .box {
    margin: 0;
    position: relative;
    padding: 20px 30px;
    transition: all .3s ease;
    left: 0;
    top: 0;
    border: 1px solid transparent;
    background: #FFF;
}
.products-list .box:after {
    content: "";
    background: linear-gradient(to bottom,#E79E01,#EE7F32);
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc( 100% + 2px);
    height: calc( 100% + 2px);
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
}
.products-list .box:hover:after {
    opacity: 1;
    left: 14px;
    top: 14px;
    opacity: 1;
}
.products-list  .box:hover {
    background: #FFF;
    left: -15px;
    top: -15px;
    border-right: 1px solid #EC7F32;
    border-top: 1px solid #EC7F32;
    border-left: 1px solid #EC7F32;
    border-bottom: 1px solid #EC7F32;
}
.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.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .name {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 28px;
    max-height: 62px;
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.products-list .info {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    line-height: 1.5;
    text-align: center;
    color: #2c2c2c;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 14px;
    min-height: 80px;
}
.products-list .info span{
    position: relative;
    background: #e67e22;
    color: #FFF;
    padding: 3px;
    display: block;
    border-radius: 7px;
    max-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .p-price-original {
    font-size: 18px;
    color: #8F8F8F;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}
.products-list .p-price-original span{
    font-size: 23px;
    color: #8F8F8F;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.5px;
    text-decoration: line-through;
}
.products-list .p-price {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}
.products-list .p-price span{
    font-size: 23px;
    color: #EE7F32;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.5px;
}
.products-list .p-discount {
    font-size: 15px;
    color: #838383;
    margin-top: 0px;
    text-align: center;
    display: none;
}
.products-list .p-discount span{
    font-size: 20px;
    color: #e76c05;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.5px;
}
.products-list .box.new:before {
    content: '';
    background: url("../../images/common/products/new_tag.svg") no-repeat;
    background-position: center;
    width: 58px;
    height: 42px;
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 30px;
}
.products-list.products-best {
    margin-bottom: 100px;
}
.products-list.products-best {
    margin-bottom: 100px;
}
.products-list.products-best .item {
    padding: 0 30px;
    width: calc(100% / 3);
}
.products-list.products-best .item:nth-child(4n+1) {
    clear: none;
}
@media(max-width:1440px){
    .products-list.products-best .item {
        padding: 0;
    }
}
@media(max-width:1000px){
    .products-editor {
        margin-bottom: 50px;
    }
    .products-list.products-best {
        margin-bottom: 50px;
    }
    .products-title-box .products-title {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .products-list .item {
        padding: 0;
        width: calc(100% / 2);
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.products-best .item:nth-child(2n+1) {
        clear: none;
    }
    .products-list.products-best .item {
        padding: 0;
    }
    .products-list .box.new:before {
        left: 20px;
        top: 20px;
    }
    .products-list .box {
        padding: 15px 15px;
    }
    .products-list .name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 13px;
        max-height: 54px;
        height: 54px;
    }
    .products-list .info {
        font-size: 14px;
        min-height: unset;
    }
    .products-list .info span{
        max-height: unset;
        display: block;
    }
    .products-list .p-price-original {
        font-size: 16px;
    }
    .products-list .p-price-original span{
        font-size: 20px;
    }
    .products-list .p-price {
        font-size: 16px;
        margin-top: 8px;
        line-height: 1.3;
    }
    .products-list .p-price span{
        font-size: 20px;
    }
    .products-list .p-discount {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 8px;
    }
    .products-list .p-discount span{
        font-size: 18px;
    }
}
@media(max-width:760px){
    .products-list.products-best .item {
        width: calc(100%);
    }
}
@media(max-width:500px){
    .products-list .item {
        width: calc(100%);
    }
}