/**
* 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
*/
.tvcmsmultibanners {
    position: relative;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
    padding: 0;
    text-align: center;
}
.tvcmsmultibanners {
    text-align: center;
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3 {
    display: inline-block;
    vertical-align: middle;
    /*padding: 0 7.5px;*/
    position: relative;
}
.tvcmsmultibanners {
    margin-bottom: 80px;
}
.tvmultibanner-wrapper_inner {
    margin: 0 -15px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
}
.none.tvmultibanner-content {
    display: none;
}
.tvmultibanner-content.left {
    position: absolute;
    z-index: 2;
    width: auto;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 4%;
    text-align: center;
}
.tvmultibanner-content.top-left {
    top: 6%;
    left: 4%;
    position: absolute;
    z-index: 3;
    width: 70%;
    height: max-content;
    text-align: center;
}
.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 4%;
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    text-align: center;
}
/*Right Align*/
.tvmultibanner-content.right {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 2%;
    text-align: center;
}
.tvmultibanner-content.top-right {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    top: 6%;
    right: 4%;
    text-align: center;
}
.tvmultibanner-content.bottom-right {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    bottom: 10%;
    right: 4%;
    text-align: center;
}
/*Center Align*/
.tvmultibanner-content.center {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    top: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    margin: auto;
    left: 0;
    text-align: center;
}
.tvmultibanner-content.top-center {
    position: absolute;
    z-index: 3;
    width: 95%;
    height: max-content;
    top: 6%;
    margin: auto;
    padding: 50px 0px;
    right: 0;
    left: 0;
    text-align: center;
}
.tvmultibanner-content.bottom-center {
    position: absolute;
    z-index: 3;
    width: auto;
    height: max-content;
    margin: auto;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvmultibanner-content {
    background: rgba(122, 54, 24, 0.8);
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    padding: 30px;
}
.tvmultibanner-1 .tvmultibanner-content {
    background: rgba(200, 129, 69, 0.5);
    padding: 40px;
}
.tvmultibanner-content h6 {
    font-family: 'Merienda';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 0;
}
.tvmultibanner-content h4 {
    font-family: 'Merienda';
    font-weight: 700;
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.tvmultibanner-content p {
    font-family: 'Merienda';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.tvmultibanner-content h2 {
    font-family: 'Merienda';
    font-weight: 700;
    font-size: 70px;
    line-height: normal;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.tvmultibanner-2 .tvmultibanner-content .tvall-inner-btn:before {
    background-color: #F0731E;
}
.tvmultibanner-1 .tvmultibanner-content h6 {
    font-size: 22px;
    line-height: 1;
    font-family: inherit;
    font-weight: 500;
}
.tvmultibanner-content .tvall-inner-btn {
    /*background-color: #ffffff;*/
    padding: 16px 38px 13px;
}
.tvmultibanner-content .tvall-inner-btn span {
    font-size: calc(10px + (16 - 10) * ((100vw - 280px) / (1920 - 280)));
}
.tvmultibanner-content>*:last-child {
    margin-bottom: 0;
}
.tvcmsmultibanners .tvmultibanner-1 {
    margin-bottom: 30px;
}
/****************************** mobile tvcmsmultibanner1 *****************************************/
@media (max-width: 1600px) {
    .tvmultibanner-content h6 {
        font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (1600 - 280)));
        margin-bottom: 2px;
    }
    .tvmultibanner-1 .tvmultibanner-content h6 {
        font-size: calc(9px + (22 - 9) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvmultibanner-content h2 {
        font-size: calc(15px + (70 - 15) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 6%;
    }
    .tvmultibanner-content h4 {
        font-size: calc(14px + (50 - 14) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 5px;
    }
    .tvmultibanner-content p {
        font-size: calc(9px + (24 - 9) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvmultibanner-1 .tvmultibanner-content {
        padding: 2.55%;
    }
    .tvmultibanner-content {
        padding: 3.9%;
    }
}
@media (max-width: 1200px) {
    .tvmultibanner-content {
        border-radius: 30px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 13px 30px 9px;
    }
}
@media (max-width: 1024px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper,
    .tvcmsmultibanners .tvbanner-hover-wrapper img {
        border-radius: 30px;
    }
}
@media (max-width: 767px) {
    .tvmultibanner-content {
        border-radius: 20px;
    }
    .tvcmsmultibanners .tvbanner-hover-wrapper,
    .tvcmsmultibanners .tvbanner-hover-wrapper img {
        border-radius: 20px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 9px 23px 7px;
    }
}
@media (max-width: 575px) {
    .tvmultibanner-content h6 {
        font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 2px;
    }
    .tvmultibanner-1 .tvmultibanner-content h6 {
        font-size: calc(9px + (22 - 9) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvmultibanner-content h2 {
        font-size: calc(15px + (70 - 15) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 6%;
    }
    .tvmultibanner-content h4 {
        font-size: calc(14px + (50 - 14) * ((100vw - 280px) / (991 - 280)));
        margin-bottom: 5px;
    }
    .tvmultibanner-content p {
        font-size: calc(9px + (24 - 9) * ((100vw - 280px) / (991 - 280)));
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: calc(8px + (16 - 8) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 7px 20px 5px;
    }
    .tvmultibanner-content .tvall-inner-btn:before {
        left: 8px;
    }
}
@media (max-width: 420px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 4px 16px 2px;
        border-radius: 4px;
    }
    .tvmultibanner-1 .tvmultibanner-content h6 {
        font-size: calc(8px + (22 - 8) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 0;
    }
    .tvmultibanner-content h2 {
        font-size: calc(10px + (70 - 10) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 5px;
    }
    .tvmultibanner-content .tvall-inner-btn:before {
        left: 6px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        line-height: 1.5;
    }
    .tvmultibanner-content {
        border-radius: 10px;
    }
    .tvcmsmultibanners .tvbanner-hover-wrapper,
    .tvcmsmultibanners .tvbanner-hover-wrapper img {
        border-radius: 15px;
    }
    .tvmultibanner-1 .tvmultibanner-content {
        padding: 2%;
    }
}