div.aw_brand_container {
    float: left;
    text-align: center;
    /*background-color: white;*/
    /*border: 1px rgba(245, 237, 237, 0.37) outset;*/
    padding: 8px 0;
    margin: 5px 0;
    width: 33%;
}

div.aw_brand_logo {
    float: left;
    /*border: 1px rgb(233, 233, 233) solid;*/
    margin-bottom: 5px;
    /*min-height: 150px;*/
    margin-top: 13px;
}

.aw_brand_container div.aw_brand_logo {
    float: none;
}

div.aw_brand_title {
    font-size: 12px;
    min-height: 36px;
}

a.aw_brands_url,
.shopbybrands-brand-page a {
    text-decoration: none;
}

.shopbybrands-brand-page img {
    display: inherit;
}

ul.brands-list {
    padding: 10px;
    list-style: none;
}

li.brands-item {
    padding: 5px;
}

span.brand-name {
    padding-left: 10px;
    vertical-align: top;
}

li.brands-item a {
    text-decoration: none;;
}

li.brands-item img {
    display: inline;
}

div.brand_details {
    margin-top: 13px;
    margin-left: 320px;
    /*font-style: italic;*/
}

/*div.brand_container {*/
    /*padding: 5px;*/
    /*border: 1px rgb(235, 235, 235) solid;*/
    /*margin-bottom: 5px;*/
    /*min-height: 150px;*/
    /*display: inline-block;*/
/*}*/

/* More from this brand section */
.aw-sbb-more-product-from-brand {
    background-color: #f1ecdb;
    border: thin solid #e5dcc3;
    display: inline-block;
    padding: 10px;
}

.aw-sbb-more-product-from-brand-label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.aw-sbb-product-list-container {
    display: inline-block;
}

.aw-sbb-product-container {
    display: inline-block;
    margin: 5px;
    border: thin solid #e5dcc3;
}

.aw-sbb-product-container:hover {
    border: thin solid #bab199;
}

.nav-primary li a {
    padding: 0 25px;
}

.sidebar .block-vertnav {
    margin-top: 6px;
}

.category-view.brands {
    clear: both;
}

@media only screen and (max-width: 768px) {
    div.aw_brand_title {
        overflow: hidden;
        height: 54px;
    }
}
