/* Brands Categories */
.category-brand-wrap {
    clear: both;
    margin: 0px -2px;
}
.category-sub-title {
    background-color: #474646;
    bottom: 0px;
    width: 100%;
    color: #fff !important;
    overflow: hidden;
    margin-top: 20px;
}
.category-sub-brand {
    display: inline-block;
    float: right;
    margin-right: 20px;
}
.category-sub-brand-title {
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    padding: 0px 10px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.category-sub-brand .fa {
    color: #fff !important;
    font-size:14px !important;
}
.category-brand-block {
    overflow: hidden;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 0px !important;
    display: flex;
    flex-wrap: wrap;
}
li.category-brand-item{
    float: left;
    list-style: outside none none;
    display: inline-block;
    padding: 0px 2px;
    margin-bottom: 5px;
}
li.category-brand-item a:hover{
    text-decoration: none !important;
}
h2.category-brand-item-title {
    color: #474646;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    display: block;
    background: #fff;
    margin: 0 !important;
    border: 1px solid #ccc;;
}
h2.category-brand-item-title:hover {
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
    color: #fff;
    background: #474646;
}
.catalog-category-view .col-main .bx-wrapper .bx-prev {left: 0 !important;}
.catalog-category-view .col-main .bx-wrapper .bx-next {right: 0 !important;}
.brands_slider {padding:0 !important;}
.brands_slider img {
    width: 100%;
}
.category-brand-item-title .fa-angle-right {margin-left: 5px;}
@media only screen and (max-width: 1024px) and (min-width: 769px){
    li.category-brand-item {
        width: 20% !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 426px){
    li.category-brand-item {
        width: 25% !important;
    }
}
@media only screen and (max-width: 425px){
    li.category-brand-item {
        width: 50% !important;
    }
}
.block-content {
    position: relative;
}
.brands-slider-title {
    position: absolute;
    color: #000;
    z-index: 99;
    background: #ffffffa3;
    padding: 15px;
    top: 30px;
    font-weight: bold;
    font-size: 20px;
}
.category-title {
    display: none;
}
.category-brand-wrap.brand-vertical {
    margin: 0px -15px;
    display: flex;
}
.category-brand-wrap.brand-vertical.parent-brand-vertical {
    display: block;
}
.category-brand-wrap.brand-vertical .category-brand-block {
    flex-flow: column;
    width: 20%;
    padding: 0 15px;
}
.category-brand-wrap.brand-vertical .category-brand-block .category-brand-item {
    width: 100% !important;
    padding: 0;
}
.category-brand-wrap.brand-vertical .category-brand-img {
    margin: 0 -15px;
    overflow: hidden;
}
.category-brand-wrap.brand-vertical .category-brand-img-wrap {
    margin-top: 5px;
    padding: 0 15px;
    width: 80%;
}
.category-brand-wrap.brand-vertical .brand-img-item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.block-content.brand-vertical {
    left: 50%;
    margin-left: -50vw;
    margin-top: -33px;
    width: 100vw;
}
.category-brand-wrap.brand-vertical.parent-brand-vertical {
    width: 20%;
    float: left;
}
.category-brand-wrap.brand-vertical.parent-brand-vertical .category-brand-block {
    width: 100%;
}
.col-main.brand-right {
    float: right;
    width: 80%;
    margin-top: 5px;
}
#category-brand-nav {
    display: none;
}
button#category-brand-nav {
    width: 100%;
    padding: 0 15px;
}
button#category-brand-nav span {
    color: #474646;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    display: block;
    background: #fff;
    margin: 0 !important;
    border: 1px solid #ccc;
    width: 100%;
}
@media only screen and (min-width: 768px){
    .category-brand-wrap .category-brand-block {
        display: block !important;
    }
}
@media only screen and (max-width: 767px){
    #category-brand-nav {
        display: block;
    }
    .category-brand-wrap.brand-vertical .category-brand-block {
        display: none;
    }
    .category-brand-wrap.brand-vertical .category-brand-img-wrap {
        width: 100%;
    }
    .category-brand-wrap.brand-vertical .brand-img-item {
        width: 50%
    }
    .col-main.brand-right {
        width: 100%;
    }
    .category-brand-wrap.brand-vertical.parent-brand-vertical {
        width: initial;
        float: none;
    }
    .category-brand-wrap.brand-vertical.parent-brand-vertical .category-brand-block {
        width: 100%;
    }
}
/* End Brands Categories */

