/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.page-content--module-evo_brands_tabs-list > h1 {
    text-align: center;
}

.page-content--module-evo_brands_tabs-list > p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.page-content--module-evo_brands_tabs-list > .btn-group {
    margin: 40px auto;
    display: flex;
    gap: 10px;
    width: 30%;
}

.page-content--module-evo_brands_tabs-list .btn-group > .btn-group:not(:last-child) > .btn,
.page-content--module-evo_brands_tabs-list .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.page-content--module-evo_brands_tabs-list .btn-group > .btn-group:not(:first-child) > .btn,
.page-content--module-evo_brands_tabs-list .btn-group > .btn:not(:first-child) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.evo_brands_tabs-btn.btn.btn-secondary {
    background: white;
    color: black;
    border-color: #DDD;
}

.card.manufacturer-card {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    padding: 20px;
    min-height: 300px;
}

.card.manufacturer-card .card-title {
    color: #E4262A;
    font-size: 20px;
}

.page-wrapper--module-evo_brands_tabs-list {
    border: none;
}

.card.manufacturer-card img {
    width: 80px;
    height: 80px;
}

.page-wrapper--module-evo_brands_tabs-list .breadcrumb {
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.page-wrapper--module-evo_brands_tabs-list .breadcrumb a,
.page-wrapper--module-evo_brands_tabs-list .breadcrumb span {
    color: black;
}

#module-evo_brands_tabs-list .page-content {
    padding: 0 1.25rem;
}

#module-evo_brands_tabs-list .breadcrumb {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: black;
}

#module-evo_brands_tabs-list .breadcrumb .breadcrumb-item a {
    color: #8e8e8e;
    font-size: 12px;
    line-height: 17px
}

#module-evo_brands_tabs-list .breadcrumb {
    padding: 40px 0 20px 0;
    margin-bottom: 0;
}

#module-evo_brands_tabs-list .breadcrumb-item:not(:first-child)::before {
    color: #8e8e8e;
    content: ">" !important;
}

#module-evo_brands_tabs-list .breadcrumb .breadcrumb-item.active {
    color: #262525;
    font-size: 12px;
    line-height: 17px;
}

#module-evo_brands_tabs-list .account-header {
    display: none;
}

@media (max-width: 768px) {
    .page-content--module-evo_brands_tabs-list > p,
    .page-content--module-evo_brands_tabs-list > .btn-group {
        width: 100%;
    }
    #module-evo_brands_tabs-list .breadcrumb {
        padding: 40px 0 40px 0;
    }
    .card.manufacturer-card {
        padding: 20px 20px 40px 20px;
    }
}

.related-manufacturer{
    margin-bottom: 10px;
}

.related-manufacturer,
.related-categories {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.related-manufacturer a,
.related-categories a {
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #EFEFEF;
}
.related-manufacturer a:hover,
.related-categories a:hover {
    background: #262525;
    color: white;
}

.evo_brands_tabs-btn.btn.btn-secondary:hover {
    background: #e4262a;
    color: white;
}

#module-evo_brands_tabs-list .container-xxl{
    max-width: 100% !important;
}



