
.brand-catalog-top {
    font-size: 1.1rem;; 
    line-height: 1.6rem;
    text-align: justify;
}
.brand-catalog-top h3 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
}
.brand-catalog-top h3 a {
    color: #010101;
    text-decoration: none;
}
.brand-catalog-top h3 a:hover {
    text-decoration: underline}
.brand-catalog {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
/**/

#brand-catalog {
    padding-bottom: 20px;
}
#brand-list  {
    padding-left: 80px;
}
#brand-list li {
    min-width: 300px;
    display: inline-block;
}
#brand-list li a {
    color: #E72758;
    font-size: 1.04rem;
    text-decoration: none;
    line-height: 2.3rem;
}
#brand-list li a:before {
    display: inline-block;
    content: '\203A';
    font-weight: bold;
    color: #4b9f51;
    font-size:1.4rem;
    font-weight: 400;
    line-height: 0rem;
    margin-right: 7px;
}
#brand-list li a:hover {
    color: #E72758;
    text-decoration: underline;
}
#brand-list li a.active {
    color: #E72758;
}
#brand-list li a:hover:before, #brand-list li a.active:before {
    color: #E72758 !important;
}
.back-brand {
    margin-top: 15px;
    text-align: center;
}
.back-brand a {
    color: #E72758;
    font-size: 1.05rem;
    text-decoration: none;
}
.back-brand a:hover {
    text-decoration: underline; 
}


.category-brand-link {
    margin-top: 5px;
}
.category-brand-link a {
    color: #E72758;
    text-decoration: none;
}

.category-brand-link a:hover {
    text-decoration: underline;
}



.brand-catalog-icon {
    float: left;
    width: 175px; 
    height: 80px;
    margin: 10px 10px 10px 0;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}
@media screen and (max-width: 544px) {
    .brand-catalog-icon {
        float: none;
        display: block;
        margin: 10px auto;
    }
    .brand-catalog-top h3 {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    #brand-list li {
        min-width: 230px;
    }
    #brand-list  {
        padding-left: 30px;
    }
}
@media screen and (max-width: 992px) {
    #brand-list li {
        min-width: 230px;
    }
    #brand-list  {
        padding-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    #brand-list li {
        min-width: 250px;
    }
}
@media screen and (max-width: 544px) {
    #brand-list li {
        min-width: 0;
        display: block;
    }
    #brand-list  {
        padding-left: 0px;
    }
}