/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badall-multibanner {
    margin-bottom: 100px;
}
.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-box {
    position: static;
    bottom: 30px;
    left: 0;
    right: 0;
    padding-left: 0px;
    text-align: center;
}
.badmultibanner-2 .badmultibanner-content-title{
    padding-left: 0px;
}
.badmultibanner-3 .badmultibanner-content-box{
    display: flex;
    justify-content: end;
    padding: 0;
}
.badmultibanner-3 .badmultibanner-inner .badbanner-hover a{
    width: 80%;
}
.badmultibanner-2 .badmultibanner-content-box{
    display: flex;
    padding: 10px 0px;
    justify-content: end
}
.badmultibanner-1 .badbanner-hover{
    justify-content: end;
}
.badmultibanner-3 .badbanner-hover{
    width: 82%;
}
.badmultibanner-content-title{
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    background: #ffffff;
    border-radius: 3px;
    padding: 0px;
    writing-mode: vertical-rl;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 10px 0px;
}
.badbanner-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 0px;
}
.badmultibanner-inner.badmultibanner-3 {
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: end;
    text-align: right;
    padding-top: 30px;
    padding-right: 0px;
}
.badmultibanner-3 .badbanner-hover{
    display: flex;
    justify-content: end;
}
.row1 {
    padding-top: 30px;
    display: inline-block;
}
.badmultibanner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.badmultibanner-inner .badbanner-hover a::before {
    bottom: 0;
    right:30%;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, .4);
}
.badmultibanner-inner .badbanner-hover a:after {
    bottom: 0;
    left:30%;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, .4);
}
.badmultibanner-inner .badbanner-hover:hover a:after  {
    opacity: 1;
    left: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}
.badmultibanner-inner .badbanner-hover:hover a::before {
    opacity: 1;
    right: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}
.badbanner-hover a img{
    width: 100%;
    -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;
}
.badmultibanner-inner:hover .badbanner-hover a img{
     transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -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;
}
.badmultibanner {
    position: relative;
}
.badbanner-hover2 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    margin-bottom: 20px;
    z-index: 55;
}
.badbanner-hover2 .badmultibanner-content-sub-title{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.badbanner-hover2 .badmultibanner-content-sub-title{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.badbanner-hover2 .badmultibanner-content-sub{
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
@media(max-width: 1400px){
    .badmultibanner::before {
        display: none;
    }
    .badmultibanner-inner.badmultibanner-3.badmultibanner-inner .badbanner-hover a{
        width: 93%;
    }
    .badmultibanner-content-title{
        font-size: 25px;
    }
}
@media(max-width: 1199px){
    .badmultibanner-content-title{
        font-size: 22px;
    }
    .badmultibanner-3 .badbanner-hover{
        width: 70%;
    }
    .badmultibanner-3 .badmultibanner-content-box{
        display: block;
        width: 15%;
    }
    .badall-multibanner{
        margin-bottom: 45px;
    }
    .badmultibanner-inner.badmultibanner-3.badmultibanner-inner .badbanner-hover a{
        width: 100%;
    }
}
@media(max-width: 991px){
    .badall-multibanner {
        margin-bottom: 30px;
    }
    .badmultibanner-content-title {
        font-size: 15px;
        padding: 0px;
    }
    .badall-multibanner{
        margin-bottom: 30px;
    }
    .badmultibanner-1 .badmultibanner-content-box{
        padding: 0px;
    }
}
@media(max-width: 700px){
    .badmultibanner-content-title {
        padding: 0px;
        font-size: 12px;
    }
    .badmultibanner-content-box {
        bottom: 12px;
    }
    .badmultibanner-3 .badbanner-hover {
        width: 80%;
    }
}
@media(max-width: 575px){
    .badmultibanner-1 .badmultibanner-inner, .badmultibanner-2 .badmultibanner-inner  {
        margin-bottom: 15px;
        padding-top: 15px;
    }
    .badmultibanner-3 .badmultibanner-inner{
        margin-bottom: 0px;
    }
    .row1 {
        padding-top: 0;
    }
    .badmultibanner-wrapper{
        display: block;
    }
    .badmultibanner-content-title {
        font-size: 20px;
    }
}
@media (max-width: 450px){
    .badmultibanner-content-title {
        font-size: 15px;
    }
}
@media (max-width: 350px){
    .badmultibanner-content-title {
        font-size: 12px;
    }
}