/**
 * 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: relative;
    bottom: 24px;
    height: 0px;
}

#banner-slider-carousel .hovering {
    opacity: 0;
}
#banner-slider-carousel:hover .hovering{
    opacity: 1;
}



#banner-slider-carousel .owl-nav-t button {
    position: absolute;
    top: 54%;
    background: none;
    border: none;
    padding: 0px;

}

#banner-slider-carousel .owl-nav-t .owl-prev {
    left: 5px;
}

#banner-slider-carousel .owl-nav-t .owl-next {
    right: 5px;
}


#banner-slider-carousel .owl-nav-t .owl-prev span{
    background: url("../images/md-arrow-c.png") no-repeat 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    content: "";
    display: block;
    text-indent: -9999px;
}

#banner-slider-carousel .owl-nav-t .owl-next span{
    background: url("../images/md-arrow-c.png") no-repeat 0 0;
    background-position: -40px 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    content: "";
    display: block;
    text-indent: -9999px;
}

@media only screen and (max-width: 767px){
    .owl-nav-t {
        display: none;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
    }
    #banner-slider-carousel .owl-dots {
        bottom: 15px;
    }
}

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

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

#banner-slider-carousel .banner-title {
    position: absolute;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    color: #F0F0F0;
    border-radius: 4px 4px 0 0;
    opacity: .5;
}

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