/****************************************
* Brand list
****************************************/
.ev-content-wrapper:empty {
    --twc-spacing-default:0px;
}

/* List brand */
.twc-brand-list__wrapper .twc-brand-list {width:calc(100% - var(--width-sidebar)); margin-top:-30px;}

/* Pagination */
.twc-brand-list .twc-pagination {--twc-spacing-default:calc(var(--twc-spacing-145) - 15px);}


/****************************************
* Brand list-responsive
****************************************/
@media only screen and (max-width:1024px) {
    .twc-brand-list__wrapper .twc-brand-list {
        width:calc(100% + var(--twc-gap-container));
        margin-left:calc(-1 * var(--twc-gap-container) / 2);
        overflow:hidden;
    }
}