/**
* 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.
*/
.manufacturer-logos{
    background: #fff;
    /*padding: 20px 0;*/
    /*padding-bottom: 50px;*/
}
.manufacturer-logos .title-container h3{
    display: inline-block;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: .8px;
    color: #313335;
}
.btn-sm-arrow:after{
    content: '\e908';
    font-family: IcoMoon;
}
.btn-sm-arrow{
    color: #e11d40;
    /*margin-top: 20px;*/
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: bold;
/* margin-left: 16px; */
    display: flex;
    /*padding: 30px 0;*/

    justify-content: center;
    align-items: center;
}
.btn-sm-arrow:hover{
    text-decoration: underline;
}
.manufacturer-logos .title-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
}
.manufacturers  .item {
    margin-left: 10px;
}
.manufacturers  a img{
    opacity: .2;
    -moz-transition: .4s all ease;
    -o-transition: .4s all ease;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    will-change: opacity;
   width: 100%;
}


.manufacturers  a img:hover{
    opacity: 1;
}

@media (max-width: 640px) {
    .manufacturers  a img{
        width: 100%;
    }
    .manufacturer-logos{
        padding:20px 0;
    }

    .ml-dots{
        margin-bottom:0px;
    }
}

.manufacturers {

}

.manufacturers { visibility: hidden; }
.manufacturers.slick-initialized{ visibility: visible; }

