.popular-products-title {
    font-size: 14px;
    line-height: 1;
}
.popular-products-col-right {
    width: 40%;
    padding-left: 20px;
}
.popular-products-col-right {
    width: 60%;
}
.popular-products-subhead {
    margin-top: 4px;
    font-size: 12px;
}
a.btn-trade {
    margin-top: 28px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 32px;
    color: #fff;
}
a.btn-trade:hover i,
a.btn-trade:hover {
    color: #fff;
}
#showWrapper:after {
    content: '';
    position: absolute;
    right: 0; bottom: 0; left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}