/**
* 2007-2025 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-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badmultibanner{
    padding: 0;
}
.badmultibanner-inner.badmultibanner-bg-two.badmultibanner-3 {
    margin-top: 25px;
}
.badmultibanner-inner .badbanner-hover a{
    display: block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}
.badmultibanner-content-title {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    background: #ffffff;
    border-radius: 3px;
    padding: 12px 30px;
    display: inline-block;
}
.badbanner-hover {
    position: relative;
}
.badmultibanner-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.badmultibanner-inner .badbanner-hover a{
    position: relative;
}
/*.badmultibanner-inner .badbanner-hover a:before {
    border-top: 1px solid #0d2c52;
    border-bottom: 1px solid #0d2c52;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    transform-origin: center;
}
.badmultibanner-inner .badbanner-hover a:before, .badmultibanner-inner .badbanner-hover a:after {
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.badmultibanner-inner .badbanner-hover a:after {
    border-left: 1px solid #0d2c52;
    border-right: 1px solid #0d2c52;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    transform-origin: center;
}
.badmultibanner-inner .badbanner-hover a:before, .badmultibanner-inner .badbanner-hover a:after {
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.badmultibanner-inner .badbanner-hover:hover a:before, .badmultibanner-inner .badbanner-hover:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.badmultibanner-inner .badbanner-hover:hover a:before, .badmultibanner-inner .badbanner-hover:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}*/
.badbanner-hover a img {
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 6px;
}
.badmultibanner {
    position: relative;
}
@media(max-width: 991px){
    .badmultibanner-content-title {
        padding: 10px 20px;
    }
    .badmultibanner-inner.badmultibanner-1 .badbanner-hover a img{
        margin: 0 0 0 auto;
    }
    .badmultibanner-inner.badmultibanner-3{
        display: none;
    }
    .badmultibanner-inner{
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .badmultibanner-inner{
        margin-top: 15px;
    }
    .badmultibanner-1{
        padding-right: 7px;
    }
    .badmultibanner-2{
        padding-left: 7px;
    }
}
@media(max-width: 700px){
    .badmultibanner-content-title {
        padding: 6px 12px;
        font-size: 13px;
    }
    .badmultibanner-content-box {
        bottom: 15px;
    }
}


