/**
 * Ahmarket
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Ahmarket.com license that is
 * available through the world-wide-web at this URL:
 * https://www.ahmarket.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    Ahmarket
 * @package     Ahmarket_BannerSlider
 * @copyright   Copyright (c) Ahmarket (https://www.ahmarket.com/)
 * @license     https://www.ahmarket.com/LICENSE.txt
 */
.mp-banner-slider .owl-carousel {
    overflow:hidden;
}
.mp-banner-slider .owl-theme .owl-nav [class*='owl-']:hover {
    background: #cacaca6e ;
    color: #FFF;
    text-decoration: none;
    padding: 2px 16px !important;
    border-radius: 50% !important;
    transition: all .2s ease;
}
.mp-banner-slider .owl-nav button {
    position: absolute;
    top: 40%;
    margin: 0 !important;
    padding: 0 6px !important;
}
.mp-banner-slider .owl-nav .owl-prev  {
    /*left: 1%;*/
     right:98%;   
}
.mp-banner-slider .owl-nav .owl-next {
    /*right: 1%;*/
    left:98%;
}
.mp-banner-slider .owl-nav button:hover span {
    opacity:1;
}
.mp-banner-slider .owl-nav button span {
     font-size: 42px;
    color: #fff;
    line-height:43px;
    opacity:0.5;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-theme .owl-nav {
        display:none !important;
    }
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
