/**
* 2007-2021 PrestaShop
*
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#ecommslider .transparentdiv {
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

#ecommslider .mobilevideo {
    display: none;
}


#index section#content ul#ecommslider {
    width: 49%!important;
    height: 300px;
    /* margin: 0px -15px; */
    width: auto;
    clear: left;
    margin-bottom: 0;
}
#index section#content ul#ecommslider .owl-nav {
    margin: 0;
}
#index section#content ul#ecommslider .owl-nav .owl-prev:before {
    font-size: 40px;
}
#index section#content ul#ecommslider .owl-nav .owl-next:before {
    font-size: 40px;
}
#index section#content ul#ecommslider .owl-item {
    height: 300px;
}
#index section#content ul#ecommslider .owl-item img {
    width: auto;
    height: 100%;
}
#ecommslider figure {
    margin-bottom: 0px;
}
#ecommslider figcaption.caption h1 {
    font-size: 18px;
    color: white;
    font-weight: 500;
}

#ecommslider figcaption.caption {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 2;
    left: 0px;
    right: 0px;
}

#ecommslider video {
    display: inline-block;
    margin-bottom: -5px;
}

.owl-theme .owl-nav .owl-next {
    left: initial;
    right: -1px;
}

.owl-theme .owl-nav .owl-prev:before {
    padding-left: 5px;
}

/* media queries */
@media(max-width: 991px){    
    ul#ecommslider {
        display:none!important;
    }
}
@media(max-width: 767px){
    #ecommslider .mobilevideo {
        display: block;
    }
    #ecommslider .desktopvideo {
        display: none;
    }
    #index section#content ul#ecommslider .owl-nav > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 22px;
        height: 40px;
        padding: 0;
        right: 1px;
    }
    #index section#content ul#ecommslider .owl-nav > div:before {
        display: block;
        width: 22px;
        height: 40px;
        padding: 0;
        font-size: 44px;
    }
    #index section#content ul#ecommslider .owl-nav .owl-prev {
        
    }
    #index section#content ul#ecommslider .owl-nav .owl-prev:before {
    }
    #index section#content ul#ecommslider .owl-nav .owl-next {
        
    }
    #index section#content ul#ecommslider .owl-nav .owl-next:before {
        margin-right: 21px;
    }
}