/* Recommended Products - Vertical (Image Top) */
.product-new ul.product-vertical-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-new li.product-vertical-li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.product-new li.product-vertical-li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-new li.product-vertical-li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.product-new .thumb {
    margin-bottom: 10px;
}

.product-new .thumb img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.product-new .info h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.4;
}

.product-new .info p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}