/* Shared responsive fixes loaded after the legacy theme stylesheet. */
.navbar.navbar-default {
    background-color: #fff;
}

.product-list ul li {
    height: auto;
    min-height: 50px;
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 12px;
    background-position: left center;
}

.product-list ul li a {
    display: block;
    line-height: 24px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}
