
#mw-brandlist {
    padding: 50px;
}

#mw-brandlist .mw-featured-brands__list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
#mw-brandlist .mw-featured-brands__item {
    flex: 0 0 25%;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
@media only screen and (max-width: 767px) {
    #mw-brandlist .mw-featured-brands__item {
        flex-basis: 33%;
    }
}
@media only screen and (max-width: 479px) {
    #mw-brandlist .mw-featured-brands__item {
        flex-basis: 50%;
    }
}
#mw-brandlist .mw-featured-brands__link {
    text-align: center;
    text-decoration: none;
    color: inherit;
}
#mw-brandlist .mw-featured-brands__name {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    position: absolute;
    bottom: -5px;
    left: 40%;
}

#mw-brandlist .mw-brands__name {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    bottom: 5px;
    left: 40%;
}

#mw-brandlist .mw-all-brands__indexes {
    padding: 20px 0;
}
#mw-brandlist .mw-all-brands__indexes__item {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
}
#mw-brandlist .mw-all-brands__indexes__item:not(:last-child) {
    margin-right: 10px;
}
#mw-brandlist .mw-all-brands__row {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #mw-brandlist .mw-all-brands__row {
        flex-direction: column;
    }
}
#mw-brandlist .mw-all-brands__letter {
    display: block;
    flex: 0 0 50px;
    white-space: nowrap;
    font-size: 24px;
    line-height: 24px;
}
#mw-brandlist .mw-all-brands__columns {
    margin-left: 20px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    #mw-brandlist .mw-all-brands__columns {
        flex-direction: column;
        margin-left: 0;
    }
}
#mw-brandlist .mw-all-brands__column {
    flex: 0 0 25%;
    margin-bottom: 10px;
}
#mw-brandlist .mw-all-brands__link {
    font-size: 12px;
}

.mw-brands__logo {
    margin-bottom: -5px;
    margin-right: 5px;
}

.mw-featured-brands__logo {
    max-width:250px;
    max-height:250px;
    min-width:20px;
    min-height:20px;
    display: block;
    margin: 20px auto;
    width: 50%;
}

.product-item-details .mageworx-brands-category {
    margin-bottom: 10px;
}

.mw-brands__product-list .product-reviews-summary {
    display: none;
}
