/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * 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 Goryachev Nikolay <nikol73333333@yandex.ru>
 * @copyright 2021-2022 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/

:root {
    --ngmanufacturerslist-base-color-dots: #d0d0d0 !important;
    --ngmanufacturerslist-base-color-dots-active: #0188cc !important;
    --ngmanufacturerslist-base-padding-item-l-r: 3px !important;
}

.ngml-manufacturers_image {
    height: 100px;
    align-items: center;
}
.ngml-manufacturers_img {
    max-height: 100px;
}
@media(max-width: 991px) {
    .ngml-manufacturers_img {
        max-height: 90px;
    }
}

/* slider */
body .ngmanufacturerslist-carousel-container {
    margin-top: 35px;
    margin-bottom: 90px;
}
@media (max-width: 992px) {
    body .ngmanufacturerslist-carousel-container {
        margin-bottom: 65px;
    }
}
@media (max-width: 992px) {
    body .ngmanufacturerslist-carousel-container {
        padding-left: 0;
        padding-right: 0;
    }
}
body .ngmanufacturerslist-carousel-btn-prev,
body .ngmanufacturerslist-carousel-btn-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
    color: #000000;
}
body .ngmanufacturerslist-carousel_btn-prev_icon:before,
body .ngmanufacturerslist-carousel_btn-next_icon:before{
    font-family: icon-windking;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 33px;
}
body .ngmanufacturerslist-carousel_btn-prev_icon:before {
    content: "\E94A";
}
body .ngmanufacturerslist-carousel_btn-next_icon:before {
    content: "\E94B";
}
body .ngmanufacturerslist-carousel-header_title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    line-height: 1.2;
    font-family: Gotham Pro, serif;
    text-transform: none;
    color: #000000;
}
@media (max-width: 992px) {
    body .ngmanufacturerslist-carousel-header_title {
        font-size: 34px;
    }
}
@media (max-width: 768px) {
    body .ngmanufacturerslist-carousel-header_title {
        font-size: 31px;
    }
}
body .ngmanufacturerslist-modal_header-action {
    font-size: 2.3em;
}
body .ngmanufacturerslist-carousel-header {
    margin-bottom: 35px;
}
body .ngmanufacturerslist-carousel-dots {
    max-width: 5.9em;
    border-color: transparent;
}
body .ngmanufacturerslist-carousel[data-dots-desktop=true] .owl-dots .owl-dot,
body .ngmanufacturerslist-carousel[data-dots-desktop=true] .slick-dots li,
body .ngmanufacturerslist-carousel[data-dots-tablet=true] .owl-dots .owl-dot,
body .ngmanufacturerslist-carousel[data-dots-tablet=true] .slick-dots li,
body .ngmanufacturerslist-carousel[data-dots-mobile=true] .owl-dots .owl-dot,
body .ngmanufacturerslist-carousel[data-dots-mobile=true] .slick-dots li {
    margin-left: 3px;
    margin-right: 3px;
}
body .ngmanufacturerslist-carousel[data-dots-desktop=true] .owl-dots .owl-dot,
body .ngmanufacturerslist-carousel[data-dots-desktop=true] .slick-dots li,
body .ngmanufacturerslist-carousel[data-dots-tablet=true] .owl-dots .owl-dot,
body .ngmanufacturerslist-carousel[data-dots-tablet=true] .slick-dots li,
body .ngmanufacturerslist-carousel[data-dots-mobile=true] .owl-dots .owl-dot,
body .ngcategorieslist-carousel[data-dots-mobile=true] .slick-dots li {
    height: 0.7rem;
    min-height: 0.7rem;
    width: 0.7rem;
    min-width: 0.7rem;
}
body .ngmanufacturerslist-carousel[data-dots-desktop=true] .owl-dots .owl-dot.active,
body .ngmanufacturerslist-carousel[data-dots-desktop=true] .slick-dots li.slick-active,
body .ngmanufacturerslist-carousel[data-dots-tablet=true] .owl-dots .owl-dot.active,
body .ngmanufacturerslist-carousel[data-dots-tablet=true] .slick-dots li.slick-active,
body .ngmanufacturerslist-carousel[data-dots-mobile=true] .owl-dots .owl-dot.active,
body .ngmanufacturerslist-carousel[data-dots-mobile=true] .slick-dots li.slick-active {
    height: 0.85rem;
    min-height: 0.85rem;
    width: 0.85rem;
    min-width: 0.85rem;
}
@media (max-width: 768px) {
    body .ngmanufacturerslist-carousel-header_actions {
        display: none;
    }
}
body .ngmanufacturerslist-carousel[data-dots-desktop=true] .ngmanufacturerslist-carousel-list {
    padding-bottom: 6.5em;
}
@media (max-width: 992px) {
    body .ngmanufacturerslist-carousel[data-dots-desktop=true] .ngmanufacturerslist-carousel-list {
        padding-bottom: 4.5em;
    }
}