/**
* 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;
}
.tvcmsmultibanners .tvmultibanner-2 {
    /*margin-bottom: 30px;*/
}

.tvmultibanner-wrapper_inner {
    margin: 0 -15px;
}

.tvcmsmultibanners .tvmultibanner-1 {
    /*padding-left: 15px*/
}
.tvcmsmultibanners .tvmultibanner-3 {
    /*padding-right: 15px*/
}
/*.tvcmsmultibanners .tvbanner-hover-wrapper{
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 3px;
}*/
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
    border-radius: 20px;
}
.none.tvmultibanner-content {
    display: none;
}
.tvmultibanner-content.left {
    position: absolute;
    z-index: 3;
    width: 90%;
    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: 9%;
    text-align: left;
}

.tvmultibanner-content.top-left {
    top: 6%;
    left: 9%;
    position: absolute;
    z-index: 3;
    width: 70%;
    height: max-content;
    text-align: center;
}

.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 9%;
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    text-align: left;
}

/*Right Align*/

.tvmultibanner-content.right {
    position: absolute;
    z-index: 3;
    width: 90%;
    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: 9%;
    text-align: center;
}

.tvmultibanner-content.top-right {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 6%;
    right: 9%;
    text-align: center;
}

.tvmultibanner-content.bottom-right {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    bottom: 10%;
    right: 9%;
    text-align: center;
}

/*Center Align*/

.tvmultibanner-content.center {
    position: absolute;
    z-index: 3;
    width: 90%;
    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: auto;
    height: max-content;
    margin: auto;
    top: 0;
    left: 30px;
    right: 30px;
    text-align: center;
}

.tvmultibanner-content.bottom-center {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    margin: auto;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvmultibanner-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}
.tvmultibanner-content h4 {
    font-family: Righteous;
    font-weight: 400;
    font-size: calc(14px + (46 - 14) * ((100vw - 280px) / (1920 - 280)));
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 0;
    position: relative;
}
.tvmultibanner-content h6 {
    font-weight: 500;
    font-size: calc(14px + (22 - 14) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}
.tvmultibanner-content h2 {
    font-weight: 400;
    font-size: calc(14px + (22 - 14) * ((100vw - 280px) / (1920 - 280)));
    line-height: 25px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 6px;
}
.tvmultibanner-2 .tvmultibanner-content .tvall-inner-btn:before{
    background-color: #F0731E;
}
.tvmultibanner-content .tvall-inner-btn {
    /*background-color: #ffffff;*/
    padding: 11px 35px;
}

.tvcmsmultibanners  .tvbanner-hover-wrapper img {
    border-radius: 20px;
}
.tvmultibanner-content .tvmultibanner-btn:hover {
    /*background-color: #333333;*/
    /*color: #ffffff;*/
}
.tvmultibanner-content .tvmultibanner-btn:hover a {
    /*color: #ffffff;*/
}
.tvmultibanner-content .tvall-inner-btn span{
    font-size: calc(10px + (14 - 10) * ((100vw - 280px) / (1920 - 280)));
}
.tvmultibanner-content > *:last-child{
    margin-bottom: 0;
}
/****************************** mobile tvcmsmultibanner1 *****************************************/
@media(max-width: 1230px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 12px 28px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 14px;
    }
}
@media(max-width: 1140px) {
    .tvmultibanner-content h4 {
        line-height: normal;
    }
    .tvmultibanner-content h6 {
        line-height: normal;
    }
}
@media(max-width: 991px) and (min-width: 576px) {
    .tvbanner-hover-wrapper:after {
        /*display: none;*/
    }
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 11px 26px;
    }
    .tvmultibanner-content {
        padding: 15px;
    }
}
@media (max-width: 850px) and (min-width: 576px) {
    .tvmultibanner-content h4 {
        line-height: normal;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .tvmultibanner-content.top-center {
        left: 15px;
        right: 15px;
    }
    .tvmultibanner-content {
        padding: 12px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 10px 24px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 12px;
    }
}
@media (max-width: 650px) and (min-width: 576px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 20px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 11px;
    }
}
@media (max-width: 575px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        display: inline-block;
    }
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 15px;
    }
    .tvmultibanner-content h4 {
        font-family: Righteous;
        font-weight: 400;
        font-size: calc(14px + (25 - 14) * ((100vw - 280px) / (575 - 280)));
    }
}
@media (max-width: 375px) {
    .tvmultibanner-content h4 {
        font-size: 24px;
        line-height: normal;
    }
    .tvmultibanner-content h6 {
        font-size: 14px;
        line-height: normal;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 20px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 11px;
    }
}