/**
* 2007-2025 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-2025 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,
.tvcmsmultibanners .tvmultibanner-4,
.tvcmsmultibanners .tvmultibanner-5 {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
}
.tvcmsmultibanners .tvmultibanner-1
{
    padding: 0 15px;
}
.tvcmsmultibanners .tvmultibanner-2
{
    margin-bottom: 30px;
}
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3{
    padding: 0 15px;
}
.tvmultibanner-wrapper
{
    padding: 0;
}
.tvmultibanner-2 .tvmultibanner-content.left,
.tvmultibanner-3 .tvmultibanner-content.left
{
left: 10%;
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-4{
    /* margin-bottom: 30px; */
}

.tvcmsmultibanners {
    margin-bottom: 80px;
}
.tvmultibanner-wrapper_inner {
    margin: 0 -15px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
}
.none.tvmultibanner-content {
    display: none;

}
.tvmultibanner-4 .tvmultibanner-content .tvall-inner-btn span
{
    color: #fff;
}

.tvmultibanner-1 .tvmultibanner-content h4::after
{
    width: 350px;
}
.tvmultibanner-4 .tvmultibanner-content h4::after
{
    width: 275px;
    background-color: #fff;
    margin-top: 15px;
}
.tvmultibanner-3 .tvmultibanner-content h4::after
{
width: 180px;
}

.tvmultibanner-content h4::after
{
    content: '';
    background-color: #000;
    width: 150px;
    height: 1px;
    display: block;
    margin-top: 6px;
    margin-left: 5px;
}
.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: 4%;
    text-align: left;
}

.tvmultibanner-content.top-left {
    top: 5%;
    left: 6%;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: max-content;
    text-align: left;
}
.tvmultibanner3-wrapper .tvmultibanner-content.top-left{
    top: 5%;
    left: 9%;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: max-content;
    text-align: left;
}
.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 .tvall-inner-btn {
    /* background-color: #FDF8F4; */
    padding: 9px 18px;
}
.tvmultibanner-content.center {
    position: absolute;
    z-index: 3;
    width: 75%;
    height: max-content;
    top: 8%;
    /*-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: left;
}

.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;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    outline: 1px #A96E2D solid;
    outline-offset: -10px;
}

.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 h4 {
    margin-bottom:60px;
    position: relative;
    text-transform: uppercase;
    font-size: 72px;
    display: inline-block;
    font-weight: 600;
    line-height: 72px;
    font-family: 'Poppins';
}
.tvmultibanner-content h6 {
    font-size: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    color: #C0822A;
}
.tvmultibanner-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Poppins';
    margin-bottom: 10.2%;
}
.tvmultibanner-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    font-size: calc(26px + (62 - 26) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.tvmultibanner-2 .tvmultibanner-content .tvall-inner-btn:before{
    background-color: #F0731E;
}

.tvmultibanner-content .tvall-inner-btn span{
    font-size: 14px;
    letter-spacing: 0.06em;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}
.tvmultibanner-content > *:last-child{
    margin-bottom: 0;
}
.tvmultibanner-2 .tvmultibanner-content p,
.tvmultibanner-3 .tvmultibanner-content p
{
    margin-bottom: 22.4%;
}

.tvmultibanner-4 .tvmultibanner-content h4
{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 64px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 125px;

}
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-3 .tvmultibanner-content h4
{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 150px;
    line-height: 44px;
    color: #000000;
}
/****************************** mobile tvcmsmultibanner1 *****************************************/

@media(max-width: 1440px) {
    .tvmultibanner-content h4 {
        font-size: 60px;
        line-height: 66px;
    }
    .tvmultibanner-2 .tvmultibanner-content p, .tvmultibanner-3 .tvmultibanner-content p {
        margin-bottom: 12.4%;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
            margin-bottom: 120px;
        }
        .tvmultibanner-4 .tvmultibanner-content h4 {
            font-size: 55px;
            margin-bottom: 100px;
        }
}

@media(max-width: 1340px)
{
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        margin-bottom: 95px;
        font-size: 36px;
        line-height: 38px;
    }
    .tvmultibanner-content h4 {
        font-size: 56px;
        line-height: 62px;
    }
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 45px;
        margin-bottom: 65px;
        line-height: 33px;
    }
    .tvmultibanner-1 .tvmultibanner-content h4::after {
        width: 246px;
    }
    .tvmultibanner-content h4::after {
width: 100px;
    }
    .tvmultibanner-3 .tvmultibanner-content h4::after {
        width: 135px;
    }
    .tvmultibanner-4 .tvmultibanner-content h4::after
    {
        width: 160px;
    }
}
@media(max-width: 1280px) 
{
    .tvmultibanner-content h4 {
        font-size: 53px;
        line-height: 57px;
    }    

}
@media(max-width: 1200px) {
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 14px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 7px 8px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 12px;
    }
    .tvmultibanner-content h4 {
        font-size: 47px;
        line-height: 57px;
    }
    .tvtabcategory-tab-product
    {
        margin: 0 !important;
    }
    .tvmultibanner-content p {
        font-size: 20px;
        line-height: 20px;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        margin-bottom: 72px;
        font-size: 30px;
        line-height: 33px;
    }
   
}
@media(max-width: 991px) and (min-width: 576px) {
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
   
  
}

@media(max-width: 1025px){
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        margin-bottom: 54px;
    }
    .tvmultibanner-content h4 {
        font-size: 43px;
        line-height: 50px;
        margin-bottom: 25px;
    }
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 40px;
        margin-bottom: 47px;
        line-height: 28px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 6px 9px;
    }    
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 12px;
    }
}
@media(max-width: 850px){
.tvmultibanner-2 .tvmultibanner-content p, .tvmultibanner-3 .tvmultibanner-content p {
    margin-bottom: 9.4%;
}
.tvmultibanner-content .tvall-inner-btn span {
    font-size: 14px;
    line-height: 15px;
}
.tvmultibanner-content .tvall-inner-btn {
   padding: 10px 18px;
}
.tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 37px;
}
.tvmultibanner-content h4 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 25px;
}
.tvmultibanner-4 .tvmultibanner-content h4 {
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 11px;
}
}
@media (max-width: 767px) and (min-width: 576px) {
    .tvmultibanner-content.top-center {
        left: 15px;
        right: 15px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 10px 24px;
    }
}
@media (max-width: 575px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        display: inline-block;
    }
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 15px;
    }
}
@media (max-width: 375px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 20px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 11px;
    }
    .tvmultibanner-content.top-center{
        padding: 15px;
    }
}

@media(max-width: 992px)
{
    .tvmultibanner-1 .tvmultibanner-content h4::after {
        width: 175px;
    }
    .tvmultibanner-content h4::after {
        width: 85px;
    }
    .tvmultibanner-3 .tvmultibanner-content h4::after {
        width: 106px;
    }
    .tvmultibanner-4 .tvmultibanner-content h4::after {
        width: 148px;
    }
}
@media(max-width: 991px){
    .tvmultibanner1-wrapper,
    .tvmultibanner2-wrapper{
        margin-bottom: 15px;
    }
   
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 32px;
        margin-bottom: 47px;
        line-height: 18px;
    }
    .tvmultibanner-content p {
        font-size: 18px;
        line-height: 18px;
    }
    .tvmultibanner-content.left {
left: 7%;
    }
   
}
@media(max-width: 768px)
{    
    .tvbanner-hover-wrapper img
    {
        margin: auto;
    }
    .tvmultibanner-wrapper-1
    {
        float: none !important;
        margin: auto;
    }
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 30px;
        margin-bottom: 27px;
        line-height: 16px;
    }
    .tvmultibanner-content.center
    {
        width: 54%;
    }
    .tvmultibanner-2 .tvmultibanner-content.left, .tvmultibanner-3 .tvmultibanner-content.left {
        left: 20%;
    }
    
    .tvcmsmultibanners .tvmultibanner-1,
    .tvmultibanner-wrapper
    {
        width: 100%;
    }
    .tvfooter-product-box-layout .tvcmsprev-btn {
        right: 15%;
    }
   .tvcmsmultibanners .tvmultibanner-3,
   .tvcmsmultibanners .tvmultibanner-1, .tvcmsmultibanners .tvmultibanner-2
    {
        margin-bottom: 30px;
    }
    .tvcmsmultibanners .tvmultibanner-2, .tvcmsmultibanners .tvmultibanner-3
    {
        width: 100%;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 53px;
        font-size: 55px;
        margin-bottom: 130px;
    }
    .tvmultibanner-content h4 {
        font-size: 70px;
        line-height: 74px;
        margin-bottom: 60px;
    }
    .tvmultibanner-content p {
        font-size: 20px;
        line-height: 20px;
    }
    .tvmultibanner-content .tvall-inner-btn span
    {
        font-size: 14px;
        line-height: 14px;
    }
}
@media(max-width: 767px)
{
    .tvmultibanner-content p {
        font-size: 20px;
        line-height: 20px;
    }
    .tvmultibanner-content h4 {
        font-size: 70px;
        line-height: 74px;
    }
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 40px;
        margin-bottom: 47px;
        line-height: 18px;
    }
}

@media(max-width: 650px)
{
    .tvmultibanner-2 .tvmultibanner-content.left,
    .tvmultibanner-3 .tvmultibanner-content.left {
        left: 16%;
    }
    .tvmultibanner-content.center {
        width: 64%;
    }
}
@media(max-width: 575px)
{
    .tvmultibanner-content.center {
        width: 70%;
    }
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 33px;
        margin-bottom: 47px;
        line-height: 16px;
    }
    .tvmultibanner-2 .tvmultibanner-content.left,
     .tvmultibanner-3 .tvmultibanner-content.left {
        left: 9%;
    }
}
@media(max-width: 480px)
{
    .tvmultibanner-content h4 {
        font-size: 48px;
        line-height: 49px;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 42px;
        font-size: 40px;
    }
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 27px;
        margin-bottom: 23px;
        line-height: 16px;
    }
    
    .tvmultibanner-content p {
       display: none;
    }
   
   
}
@media(max-width: 375px)
{
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 34px;
        font-size: 29px;
        margin-bottom: 57px;
    }
    .tvmultibanner-4 .tvmultibanner-content h4 {
        font-size: 21px;
        margin-bottom: 11px;
        line-height: 5px;
    }
}
@media(max-width: 360px)
{
    .tvmultibanner-content.center {
        width: 75%;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, .tvmultibanner-3 .tvmultibanner-content h4 {
        line-height: 30px;
        font-size: 31px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 12px;
        line-height: 12px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 12px;
    }
}
@media(max-width: 330px)
{
    .tvmultibanner-content h4 {
        font-size: 36px;
        line-height: 49px;
        margin-bottom: 32px;
    }
    .tvmultibanner-content.center {
        width: 65%;
    }
}