/**
* 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;
}
@media(max-width: 767px){
    #ecommslider .mobilevideo {
        display: block;
    }
    #ecommslider .desktopvideo {
        display: none;
    }
}
ul#ecommslider {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
ul#ecommslider .caption-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 43px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    text-transform:uppercase;
    margin: 0px;
        
}

ul#ecommslider .owl-dots {
    position: absolute;
    margin: 0 auto;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
}
ul#ecommslider.owl-theme .owl-dots .owl-dot {
 
    margin-top: 0px;
}
ul#ecommslider.owl-theme .owl-dots .owl-dot.active span, ul#ecommslider.owl-theme .owl-dots .owl-dot:hover span {
    background:white;
}
ul#ecommslider.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border: 1px solid white;
    background: none;
}
ul#ecommslider .caption-description {
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
#ecommslider figure {
    margin-bottom: 0px;
}
ul#ecommslider h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 106.5%;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-transform: none !important;
    margin-bottom: 110px;
}
#ecommslider figcaption.caption h1 {
    font-size: 18px;
    color: white;
    font-weight: 500;
}

#ecommslider figcaption.caption {
    /*position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    right: 0;
    margin: 0 auto;
    text-align: center;*/
}
#ecommslider video {
    display: inline-block;
    margin-bottom: -5px;
}
#ecommslider figcaption.caption p > a:hover {
    display: block;
    background: black;
    border: 1px solid black;
}
#ecommslider figcaption.caption p > a {
    color: white;
    border: 1px solid white;
    display: block;
    text-align: center;
    max-width: 255px;
    margin: 0 auto;
}
.container_slider_home {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#ecommslider figcaption.caption.left_block .caption-description {
    margin: 0 auto 0 0;
    padding-left: 32px;
    max-width: 632px;
}
#ecommslider figcaption.caption.right_block .caption-description {
    margin: 0 0 0 auto;
    padding-right: 32px;
    max-width: 632px;
}
#ecommslider{
    display: block;
}
@media(max-width:767px) {
    ul#ecommslider h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #ecommslider{
        height: 100vw;
    }
}

#ecommslider li.black figcaption.caption p > a:hover {
    color: white;
    background: none;
    border-color: white;
}

#ecommslider li.black figcaption.caption p > a {
    background: black;
    color: white;
    border-color: black;
}
