/**
* 2007-2026 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-2026 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/**************** tv multibanner **********************/
.tvcmsmultibanners {
    position: relative;
    margin-bottom: 100px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper img{
   width: 100%;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
    padding: 0;
    text-align: center;
}
@media (max-width: 991px) {
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3 {
    /*display: inline-block;*/
    vertical-align: middle;
    position: relative;
}
.tvmultibanner-2 .tvmultibanner-content h6 {
    color: #fff;
    background-image: url(../img/shape2.png);
    display: inline-block;
    padding: 9px 11px 8px 155px;
    background-repeat: no-repeat;
}
.tvmultibanner-2 .tvmultibanner-content h4 span {
    font-weight: 500;
}
.tvmultibanner-2 .tvall-inner-btn a ,
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-2 .tvmultibanner-content p{
    /* color: #000000;
    font-weight: 500; */
}
.tvmultibanner-2 .tvall-inner-btn:hover  a{
    color: #ffffff;
}
.tvcmsmultibanners .tvmultibanner-1 {
    /*padding-left: 15px*/
}
.tvcmsmultibanners .tvmultibanner-3 {
    /*padding-right: 15px*/
}
.tvbanner-hover-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
}
.none.tvmultibanner-content {
    display: none;
}

/*Left Align*/
.tvmultibanner-content.left {
    position: absolute;
    width: 55%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 6%;
    text-align: left;
}

.tvmultibanner-content.top-left {
    top: 7%;
    left: 7%;
    position: absolute;
    width: 80%;
    text-align: left;
}
.lang-rtl .tvmultibanner-content.left,
.lang-rtl .tvmultibanner-content.top-left,
.lang-rtl .tvmultibanner-content.bottom-left{
    text-align: right;
}
.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 9%;
    position: absolute;
    width: 60%;
    text-align: left;
}

/*Right Align*/

.tvmultibanner-content.right {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 4%;
    text-align: right;    
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}

.tvmultibanner-content.top-right {
    position: absolute;
    width: 60%;
    top: 10%;
    right: 6%;
    text-align: right;
}

.tvmultibanner-content.bottom-right {
    position: absolute;
    width: 60%;
    bottom: 10%;
    right: 6%;
    text-align: right;
}

/*Center Align*/

.tvmultibanner-content.center {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    left: 0;
    text-align: center;
}

.tvmultibanner-content.top-center {
    position: absolute;
    /*width: 60%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvmultibanner-content.bottom-center {
    position: absolute;
    padding: 0 31px;
    /* width: 60%; */
    bottom: 6%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvmultibanner-content.none {
    display: none;
}
.tvmultibanner-content h4 {
    margin-bottom: 28px;
    font-size: 52px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-3 .tvmultibanner-content h4{
    font-size: 42px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 20px;
}
.tvmultibanner-2 .tvmultibanner-content p,
.tvmultibanner-3 .tvmultibanner-content p{
    font-weight: 500;
    font-size: 16px;
   line-height: 16px;
}
.tvmultibanner-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    margin-bottom: 50px;
    letter-spacing: 0.02em;
    font-family: 'Poppins';
}
.tvmultibanner-content h4 span {
   font-style: italic;
   font-weight: 500;
}
.tvmultibanner-content h6 {
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    background-image: url(../img/chainshape.png);
    display: inline-block;
    padding: 7px 15px 10px 94px;
    background-repeat: no-repeat;
    height: 44px;
    margin: 0 0 10px 0;
}

.tvmultibanner-content h6 span{
    color: #FF0000;
}
.tvmultibanner-content .tvmultibanner-btn {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 5px 18px;
    cursor: pointer;
    line-height: 17px;
    display: inline-block;
}
.tvmultibanner-content .tvmultibanner-btn:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
}
.tvmultibanner-content .tvmultibanner-btn:hover a {
    color: #ffffff;
}
/***** mobile tvcmsmultibanner1 *****/
@media(max-width: 1600px) {
    .tvmultibanner-1 .tvmultibanner-content h4{
       font-size: 45px;
       line-height: 46px;
    }
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-3 .tvmultibanner-content h4{
    font-size: 38px;
    line-height: 39px;
}
}
@media(max-width: 1440px) {
    .tvmultibanner-1 .tvmultibanner-content h4{
       font-size: 34px;
       line-height: 38px;
    }
.tvmultibanner-2 .tvmultibanner-content h4,
.tvmultibanner-3 .tvmultibanner-content h4{
    font-size: 30px;
    line-height: 31px;
}
.tvmultibanner-1 .tvmultibanner-content p{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 40px;
}
.tvmultibanner-2 .tvmultibanner-content p, 
.tvmultibanner-3 .tvmultibanner-content p{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 40px;
}
}
@media(max-width: 1340px) {
    .tvmultibanner-1 .tvmultibanner-content p, 
    .tvmultibanner-2 .tvmultibanner-content p, 
    .tvmultibanner-3 .tvmultibanner-content p{
    margin-bottom: 30px;
}
}
@media(max-width: 1199px) {
    .tvcmsleftsideofferbanners-one .tvbanner-hover-wrapper:after {
        display: none;
    }
}
@media (min-width: 850px) and (max-width: 1024px) {
    .tvmultibanner-1 .tvmultibanner-content h4{
        font-size: 45px;
        line-height: 46px;
     }
 .tvmultibanner-2 .tvmultibanner-content h4,
 .tvmultibanner-3 .tvmultibanner-content h4{
     font-size: 38px;
     line-height: 39px;
 }
}
@media(max-width: 1024px) {
    .tvcmsmultibanners .tvmultibanner-1 .tvbanner-hover-wrapper{
        margin-bottom: 30px;
    }
    .tvcmsmultibanners .tvmultibanner-1{
        width: 100%;
    }
    .tvmultibanner1-wrapper .tvmultibanner-content{
        width: 52%;
        left: 4%;
    }
    .tvcmsmultibanners .tvmultibanner-2,
    .tvcmsmultibanners .tvmultibanner-3{
        width: 50%;
    }
}
@media(max-width: 1440px) {
    .tvmultibanner-2 .tvmultibanner-content h6 {
        padding: 9px 11px 8px 120px;
    }
}
@media(max-width: 991px) {
    .tvbanner-hover-wrapper:after {
        display: none;
    }
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
}
@media(max-width: 768px) {
    .tvmultibanner-content h6 {
        padding: 7px 15px 10px 91px;
    }
    .tvmultibanner-2 .tvmultibanner-content h6 {
        padding: 9px 11px 8px 81px;
    }
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        display: inline-block;
    }
    .tvmultibanner{
        text-align: center;
    }
}
@media(max-width: 575px) {
    .tvcmsmultibanners .tvmultibanner-1 .tvbanner-hover-wrapper,
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        margin-bottom: 15px;
    }
    .tvmultibanner3-wrapper .tvbanner-hover-wrapper {
        margin-bottom: 0;
    }
    .tvmultibanner-content h6,
    .tvmultibanner-2 .tvmultibanner-content h6{
        display: none;
    }
    .tvmultibanner-1 .tvmultibanner-content h4 {
        font-size: 28px;
        line-height: 34px;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, 
    .tvmultibanner-3 .tvmultibanner-content h4 {
        font-size: 25px;
        line-height: 28px;
    }
    .tvcmsmultibanners .tvmultibanner-2, 
    .tvcmsmultibanners .tvmultibanner-3 {
        width: 100%;
    }
}
@media(max-width: 450px) {
    .tvmultibanner-content.left {
        width: 80%;
    }
    .tvmultibanner-content h4{  
        margin-bottom: 15px;
    }
    .tvmultibanner-1 .tvmultibanner-content p, 
    .tvmultibanner-2 .tvmultibanner-content p, 
    .tvmultibanner-3 .tvmultibanner-content p {
        margin-bottom: 20px;
    }
    .tvmultibanner-2 .tvmultibanner-content h4, 
    .tvmultibanner-3 .tvmultibanner-content h4 {
        font-size: 23px;
        line-height: 25px;
    }  
}
@media(max-width: 392px) {
.tvmultibanner-1 .tvmultibanner-content h4,
.tvmultibanner-2 .tvmultibanner-content h4, 
.tvmultibanner-3 .tvmultibanner-content h4  {
    font-size: 20px;
    line-height: 25px;
}
.tvmultibanner-1 .tvmultibanner-content p {
    display: none;
}
.tvmultibanner-content .tvall-inner-btn {
    padding: 8px 18px;
}
.tvmultibanner-content .tvall-inner-btn span{
    font-size: 12px;
}
}
.tvall-inner-btn a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
@media(min-width: 1025px) and (max-width: 1280px) {
    .tvmultibanner-content h6,
    .tvmultibanner-2 .tvmultibanner-content h6{
        display: none;
    }

}
/* .tvmultibanner2-wrapper .tvall-inner-btn-cancel span, 
.tvmultibanner2-wrapper .tvall-inner-btn span {
    color: #000;
} */