/**
* 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
*/
.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: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    max-width: 172px;
}
.badmultibanner-content-title {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    font-family: var(--badtheme-font-name-2);
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    margin: auto;
    text-align: left;
    display: inline-block;
}
.badmulti-banner-button{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.badmulti-banner-button a{
    color: var(--theme-custom-color);
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.74px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.badmulti-banner-button i{
    color: var(--theme-custom-color);
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin-left: 3px;
    transition: all 0.3s ease-in-out;
}
.badmulti-banner-button:hover a,
.badmulti-banner-button:hover i{
    color: #000;
}
.badmulti-banner-button:hover i{
    margin-left: 7px;
}
.badbanner-hover {
    position: relative;
}
.badmultibanner-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.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 {
    position: relative;
}
@media(max-width: 1400px){
}
@media(max-width:1200px){
    .badmultibanner-content-title {
        font-size: 20px;
        line-height: 26px;
    }
    .badmultibanner-content-box{
        max-width: 135px;
    }
}
@media(max-width: 991px){
    .badmultibanner-content-box{
        max-width: 120px;
    }
    .badmultibanner-content-title {
        font-size: 18px;
        line-height: 22px;
    }
    .badmulti-banner-button a {
        font-size: 14px;
        line-height: 24px;
    }
    .badmulti-banner-button i{
        font-size: 16px;
        line-height: 24px;
    }
    .badmulti-banner-button{
        margin-bottom: 3px;
    }
}
@media(max-width: 767px){
    .badmultibanner-inner{
        margin-bottom: 15px;
    } 
}
@media(max-width: 700px){
    .badmultibanner-inner.badmultibanner-2 {
        margin-bottom: 15px;
    }
}
@media(max-width:575px){
    .badmultibanner-inner.badmultibanner-2 {
        margin: 25px 0;
    }
    .badmultibanner-inner {
        margin-bottom: 0;
    } 
    .badmultibanner-content-box {
        max-width: 160px;
    }
    .badmultibanner-content-title{
        font-size: 22px;
        line-height: 28px;
    }
    .badmulti-banner-button{
        margin-bottom: 10px;
    }
}
@media (max-width: 425px) {
    .badmultibanner-content-box{
        max-width: 120px;
    }
    .badmultibanner-content-title{
        font-size: 16px;
        line-height: 22px;
    }
    .badmulti-banner-button{
        margin-bottom: 5px;
    }
    .badmulti-banner-button a {
        font-size: 12px;
        line-height: 20px;
    }
    .badmulti-banner-button i {
        font-size: 14px;
        line-height: 20px;
    }
}


