/**
* 2007-2024 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-2024 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: 80px;
}
.badmultibanner {
    padding: 0px;
}
.badbanner-hover a img {
    width: 100%;
    height: auto;
    transition: 0.5s ease-in-out;
}
.badmultibanner-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.badmultibanner-content-title {
    font-size: 19px;
    line-height: 27px;
    color: var(--theme-text-color);
    font-weight: 400;
    font-family: var(--badtheme-font-name-2);
    display: inline-block;
}
.badmultibanner-content-box {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    width: 50%;
}
.badmultibanner-content-link a {
    font-size: 14px;
    line-height: 15px;
    font-family: var(--badtheme-font-name-2);
    color: var(--theme-custom-color);
    font-weight: 500;
    display: inline-block;
    margin-top: 25px;
    text-transform: capitalize;
    padding: 9px 15px;
    border: 1px solid var(--theme-custom-color);
    border-radius: 7px;
    transition: 0.3s ease-in-out;
}
.badmultibanner-content-link a:hover {
    background-color: var(--theme-custom-color);
    color: rgb(255, 255, 255);
}

@media (max-width: 1440px){
    .badmultibanner-content-box {
        width: 60%;
    }
    .badmultibanner-content-title {
        font-size: 18px;
        line-height: 25px;
    }
    .badmultibanner-content-link a {
        margin-top: 18px;
    }
}
@media (max-width: 1200px) {
    .badall-multibanner {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .badmultibanner-inner {
        padding: 15px;
    }
    .badmultibanner-content-box {
        width: 50%;
        left: 50px;
    }
    .badmultibanner-content-title {
        font-size: 22px;
        line-height: 30px;
    }
    .badmultibanner-content-link a {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .badall-multibanner {
        margin-bottom: 30px;
    }
    .badmultibanner-content-title {
        font-size: 20px;
        line-height: 28px;
    }
    .badmultibanner-content-link a {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .badmultibanner-content-box {
        left: 35px;
    }
    .badmultibanner-content-title {
        font-size: 18px;
        line-height: 26px;
    }
    .badmultibanner-content-link a {
        margin-top: 15px;
        font-size: 13px;
        padding: 5px 12px;
    }
}
@media (max-width: 700px) {
    .badmultibanner-content-box {
        width: 60%;
        left: 20px;
    }
    .badmultibanner-content-title {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 575px) {
    .badmultibanner-content-box {
        width: 40%;
        left: 50px;
    }
    .badmultibanner-inner:last-child{
        padding-bottom: 0;
    }
    .badmultibanner-content-title {
        font-size: 22px;
        line-height: 30px;
    }
    .badmultibanner-content-link a {
        margin-top: 25px;
        font-size: 14px;
        padding: 7px 15px;
    }
}
@media (max-width: 475px) {
    .badmultibanner-content-box {
        width: 50%;
        left: 40px;
    }
    .badmultibanner-content-title {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 375px) {
    .badmultibanner-content-box {
        width: 60%;
        left: 25px;
    }
    .badmultibanner-content-title {
        font-size: 16px;
        line-height: 22px;
    }
    .badmultibanner-content-link a {
        margin-top: 15px;
        font-size: 13px;
        padding: 5px 12px;
    }
}