.s-product-page .w-product-description .read-more {
    margin: 0 0 20px 0
}
.s-product-page .w-product-description{
    padding: 0;
    margin: 0 0 20px
}
.s-product-page .set-discount .tit{
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px
}
.s-product-page .set-discount .tit span{
    display: inline-flex;
    height: 20px;
    width: 20px;
    border: 1px solid #555;
    border-radius: 11px;
    color: #000;
    align-items: center;
    justify-content: center;
    margin: -1px 0 0 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    position: absolute;
}
.s-product-page .set-discount .items{
    display: flex;
    flex-wrap: wrap;
}
.s-product-page .set-discount .items .w-product-item{
    flex:0 0 50%;
    margin: 0 0 15px;
}
.s-product-page .set-discount .items .w-decorate{
    height: 200px
}
.s-product-page .set-discount .items .w-product-item .name{
    font-size: 14px
}
.s-product-page .set-discount .w-product-item .w-product-price-row .price-tbl {
    display: block
}
.s-product-page .set-discount .w-product-item .w-product-price-row .price-tbl > div{
    display: block
}
.s-product-page .set-discount .w-product-item .w-product-price-row .price-tbl > div:first-child{
    margin: 0 0 7px
}
.s-product-page .set-discount .w-product-item .w-product-price-row .price-tbl > div:last-child{
    text-align: left
}
.s-product-page .set-discount .w-product-item .stars{
    height: 20px
}
.s-product-page .set-discount .w-product-item .name{
    height: 37px
}
.s-product-page .set-discount .w-product-item .w-image{
    margin-bottom: 5px
}

@media (max-width: 1199px) {
    .s-product-page .set-discount .items{
        margin: 0 -4px;
    }
    .s-product-page .set-discount .items .w-product-item{
        padding: 0 4px;
    }
}