/**
* 2007-2020 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-2020 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.
*/
/* Styles for Slider versions */
.slick-sj4webpromobanners-carousel {
    width: 100%;
    height:100%;
    overflow: hidden;
}
.slick-sj4webpromobanners-carousel.slick-slider.slick-initialized, 
.slick-sj4webpromobanners-carousel .slick-list, 
.slick-sj4webpromobanners-carousel .slick-list .slick-track,
.slick-sj4webpromobanners-carousel .slick-list .slick-track .slick-slide > div {
    height: 100%;
}
[class^="banner_item_"] {
    width: 100%;
    height:100%;
    display:flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.displayLeftColumn, .displayRightColumn {
    flex-direction: column;
    justify-content: space-evenly;
}

.sj4web_banner_component {
    display:inline-flex;
    margin: 0 10px;
}

[class^="banner_item_"] .sj4web_banner_component:first-child {
    margin-left: 0px;
}
[class^="banner_item_"] .sj4web_banner_component:last-child {
    margin-right: 0px;
}
.slick-sj4webpromobanners-carousel ul.slick-dots {
    bottom: 0px;
}
/* Default Styles for button component */
a.btn-sj4web_banner_comporent {
    padding: 8px 20px;
}
a.global_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    z-index: 0;
    /* 
    justify-content: inherit;
    display: inherit;
    flex-direction: inherit;
    */
}
.btn-sj4web_banner_comporent, .btn-sj4web_banner_comporent:hover {
    z-index: 10;
    border: 0;
}