/**
 * 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 <versus73333333@gmail.com>
 * @copyright 2021-2025 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 {
    --ngblockvideos-base-color-dots: #d0d0d0 !important;
    --ngblockvideos-base-color-dots-active: #0188cc !important;
}
.ngbvideos-container {
    margin-top: 35px;
    margin-bottom: 90px;
}
@media (max-width: 992px) {
    .ngbvideos-container {
        margin-bottom: 65px;
    }
}
.ngbvideos-videos_name {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1em;
}
.ngbvideos-videos_number-viewed,
.ngbvideos-videos_date {
    color: #909090;
    margin-bottom: 2px;
    font-size: 15px;
}
.ngbvideos-videos_time {
    font-size: 12px;
}
body .ngblockvideos-carousel-btn-prev,
body .ngblockvideos-carousel-btn-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}
body .ngblockvideos-carousel_btn-prev_icon:before,
body .ngblockvideos-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 .ngblockvideos-carousel_btn-prev_icon:before {
    content: "\E94A";
}
body .ngblockvideos-carousel_btn-next_icon:before {
    content: "\E94B";
}
.ngbvideos-block_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;
}
@media (max-width: 992px) {
    .ngbvideos-block_title {
        font-size: 34px;
    }
}
@media (max-width: 768px) {
    .ngbvideos-block_title {
        font-size: 31px;
    }
}
body .ngblockvideos-modal_header-action {
    font-size: 2.3em;
}
body .ngblockvideos-modal[data-location] .ngblockvideos-modal_header-action {
    font-size: 2em;
}
body .ngblockvideos-modal--loader:before,
body .ngblockvideos--loader:before,
body .ngbvideos-box_loader:before {
    background-image: url('../../img/loader.gif');
}
body .ngblockvideos-carousel-header {
    margin-bottom: 3.5em;
}
body .ngblockvideos-carousel[data-dots-desktop=true] .ngblockvideos-carousel-list {
    padding-bottom: 5.8em;
}
@media (max-width: 768px) {
    body .ngblockvideos-carousel[data-dots-desktop=true] .ngblockvideos-carousel-list {
        width: calc(100% + 17px);
    }
}
body .ngblockvideos-carousel-dots {
    max-width: 5.9em;
    border-color: transparent;
}
body .ngblockvideos-carousel[data-dots-desktop=true] .owl-dots .owl-dot,
body .ngblockvideos-carousel[data-dots-desktop=true] .slick-dots li,
body .ngblockvideos-carousel[data-dots-tablet=true] .owl-dots .owl-dot,
body .ngblockvideos-carousel[data-dots-tablet=true] .slick-dots li,
body .ngblockvideos-carousel[data-dots-mobile=true] .owl-dots .owl-dot,
body .ngblockvideos-carousel[data-dots-mobile=true] .slick-dots li {
    margin-left: 3px;
    margin-right: 3px;
}
body .ngblockvideos-carousel[data-dots-desktop=true] .owl-dots .owl-dot,
body .ngblockvideos-carousel[data-dots-desktop=true] .slick-dots li,
body .ngblockvideos-carousel[data-dots-tablet=true] .owl-dots .owl-dot,
body .ngblockvideos-carousel[data-dots-tablet=true] .slick-dots li,
body .ngblockvideos-carousel[data-dots-mobile=true] .owl-dots .owl-dot,
body .ngblockvideos-carousel[data-dots-mobile=true] .slick-dots li {
    height: 0.7rem;
    min-height: 0.7rem;
    width: 0.7rem;
    min-width: 0.7rem;
}
body .ngblockvideos-carousel[data-dots-desktop=true] .owl-dots .owl-dot.active,
body .ngblockvideos-carousel[data-dots-desktop=true] .slick-dots li.slick-active,
body .ngblockvideos-carousel[data-dots-tablet=true] .owl-dots .owl-dot.active,
body .ngblockvideos-carousel[data-dots-tablet=true] .slick-dots li.slick-active,
body .ngblockvideos-carousel[data-dots-mobile=true] .owl-dots .owl-dot.active,
body .ngblockvideos-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: 992px) {
    .container.ngbvideos-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    body .ngblockvideos-carousel-header_actions {
        display: none;
    }
}