/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.banner-slider-carousel {
    margin-top: 5px;
    margin-bottom: 5px;
}

.banner-slider-carousel .owl-dots {
    position: absolute;
    top: 7px;
    left: 50%;
    opacity: 1;
}
.banner-slider-carousel .owl-dots .owl-dot span { width: 17px; height: 17px; border: 1px solid #d7d7d6; background: #fff; margin: 0 8px 0 0; }
.banner-slider-carousel .owl-dots .owl-dot.active span { background-color: #bbd545; border: 1px solid #bbd545; }
.banner-slider-carousel .owl-nav {
    opacity: 1;
}
.brand-slider-wrapper .banner-slider-carousel .owl-nav button { width: auto; }
.brand-slider-wrapper .banner-slider-carousel .owl-nav .owl-prev { left: -80px; }
.brand-slider-wrapper .banner-slider-carousel .owl-nav .owl-next { right: -80px; }
.owl-nav .disabled:before{ opacity: 0.5; pointer-events: none; }
.banner-slider-carousel:hover .owl-nav,
.banner-slider-carousel:hover .owl-dots {
    opacity: 1;
}

.banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: auto;
    width: 5%;
    text-align: center;
    font-size: 3.9em;
    color: #FFF;
    background: transparent;
    opacity: .5;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
    align-items: center;
}

.banner-slider-carousel .owl-nav .owl-prev {
    left: 1px;
}

.banner-slider-carousel .owl-nav .owl-next {
    right: 1px;
}

.banner-slider-carousel .owl-item img {
    transform-style: unset;
}

.banner-slider-carousel .item-video {
    height: 340px;
}

.banner-slider-carousel .banner-title {
    display: none;
}

.banner-item:hover .banner-title {
    opacity: 1 !important;
}

@media only screen and (max-width: 767px){
    .banner-slider-carousel{
        margin-top: 0;
    }
    .banner-slider-carousel .owl-nav .owl-next{
        right: 15px;
    }
    .banner-slider-carousel .owl-nav .owl-prev{
        left: 15px;
    }
    .banner-slider-carousel .owl-dots .owl-dot span{
        width: 14px;
        height: 14px;
        margin: 0 5px 0 0;
    }
    .brand-slider-wrapper .banner-slider-carousel{
        padding: 0 40px;
    }
    .brand-slider-wrapper .banner-slider-carousel .owl-nav .owl-prev {
        left: -35px;
    }
    .brand-slider-wrapper .banner-slider-carousel .owl-nav .owl-next {
        right: -35px;
    }
}
@media only screen and (max-width: 374px){
    .banner-slider-carousel .owl-nav button{ width: auto; }
}