/**
* 2007-2018 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-2018 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.
*/

#alcamanucarousel {
    width: 100%;
    margin-bottom: 25px;
}

.manufacturers-carousel {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #dadada;
}

#alcamanufacturer h2 {
    margin: 2.5rem 0;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

.manufacturers-carousel h5 {
    text-align: center;
}

.owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
}

.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
}

.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
    font-size: 40px;
    font-weight: bold;
}
.alcaflexmanufacturer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.brand-thumnail{
    position: relative;
    background: #fff;
    text-align: center;
    padding-bottom: 10px;
    border-radius: 9px;
    box-shadow: 0 0 5px 0 rgb(208 201 214 / 30%);
    min-height: 160px;
    min-width: 160px;
    margin-bottom: 15px;
}
.brand-infos{
    color: #1a051d;
    font-size: 14px;
    margin-bottom: 0px;
}
.brand-products{
    color: #868091;
    font-size: 14px;
}
@media (max-width: 1150px) {
    .brand-thumnail{
        min-height: 149px;
        min-width: 134px; 
    }
}
@media (max-width: 990px) {
    .brand-thumnail{
        min-height: 153px;
        min-width: 99px; 
    }
}
