.pvlist {
    position: relative;
    z-index: 9;
    color: #f50;
    font-size: 14px;
    border-radius: 3px;
    display: block;
    margin: 15px 5px;
    border: 1px solid #f7921c;
    text-align: center;
    padding: 5px;
}

.pvlist .pvnum {
    color: #097;
    font-weight: 600;
}

.product-11-style .products-grid .product-item-info:hover {
    overflow: hidden;
}

.product.name.product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product.name.product-item-name a {
    display: inline;
}