/**
 * FmeBlockManufacturer
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 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/osl-3.0.php
 *
 *  @author    FME Modules
 *  @copyright 2024 FMM Modules All right reserved
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  @category  FMM Modules
 *  @package   FmeBlockManufacturer
 */
#manufacturers_block_home .owl-carousel {
    padding-top: 20px
}

#manufacturers_block_home .owl-carousel li {
    margin: auto;
}

#manufacturers_block_home .owl-carousel li img {
    border: 1px solid #ccc
}

.owl-carousel .material-icons {
    font-size: 30px;
}

.owl-prev {
    width: 25px;
    height: 70px;
    position: absolute;
    top: 30%;
    left: -25px;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 25px;
    height: 70px;
    position: absolute;
    top: 30%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}