.wg-product-item {
    background-color: #fff;
    text-align: center;
}
.wg-product-item .wg-product-image,
.wg-product-item .ht-grid-item-inner {
    display: inline-block;
    width: 100%;
}
.wg-product-item .wg-product-title a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 30px);
    display: inline-block;
}
.products-widget .wg-show-more-button {
    display: block;
    clear: both;
    text-align: center;
}
.products-widget .wg-show-more-button a {
    text-align: center;
    width: 140px;
    line-height: 52px;
    margin: auto;
    display: inline-block;
    border-radius: 12px;
}
.wg-product-content .wg-product-price ins {
    text-decoration: none;
}

.wg-product-content .wg-product-price del {
    font-size: 13px;
}