/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tvtwoofferbanner-content {
    z-index: 1;
}
.tvtwoofferbanners-one.container {
    max-width: 1920px;
    width: 100%;
    padding: 0 30px;
}
.tvtwoofferbanner-content {
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(6px);
    padding: 26px 45px;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: max-content;
    max-width: 90%;
    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: 0;
    text-align: center;
    border-radius: 0 30px 30px 0;
}
.tvtwoofferbanner-content.top-left {
    top: 5%;
    left: 0;
    position: absolute;
    width: max-content;
    max-width: 90%;
    text-align: center;
    border-radius: 0 30px 30px 0;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 5%;
    left: 0;
    position: absolute;
    width: max-content;
    max-width: 90%;
    text-align: center;
    border-radius: 0 30px 30px 0;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: max-content;
    max-width: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 0;
    text-align: center;
    border-radius: 30px 0px 0px 30px;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: max-content;
    max-width: 90%;
    top: 5%;
    right: 0;
    text-align: center;
    border-radius: 30px 0px 0px 30px;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: max-content;
    max-width: 90%;
    bottom: 5%;
    right: 0;
    text-align: center;
    border-radius: 30px 0px 0px 30px;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: max-content;
    max-width: 90%;
    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;
    border-radius: 30px 30px 30px 30px;
}
.tvtwoofferbanner-content.top-center {
    position: absolute;
    /*width: 50%;*/
    top: 5%;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    bottom: 5%;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: block;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper img {
    border-radius: 0px;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h6 {
    font-family: Great Vibes;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.40909;
    color: #E8422A;
    margin-bottom: -18px;
}
.tvtwoofferbanner-content h2 {
    margin-bottom: 0;
    color: #000;
    font-size: 63px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.31747;
}
.tvtwoofferbanner-content p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.157;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
    padding: 17px 30px 15px;
    margin-top: 60px;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
    font-size: 16px;
    letter-spacing: 1.28px;
}
@media (max-width: 1680px) and (min-width: 768px) {
    .tvtwoofferbanner-content h6 {
        font-size: calc(22px + (66 - 22) * ((100vw - 768px) / (1600 - 768)));
        margin-bottom: calc(5px + (-18 - 5) * ((100vw - 768px) / (1600 - 768)));
    }
    .tvtwoofferbanner-content h2{
        font-size: calc(24px + (63 - 24) * ((100vw - 768px) / (1600 - 768)));
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(12px + (45 - 12) * ((100vw - 768px) / (1600 - 768)));
    }
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (18 - 9) * ((100vw - 768px) / (1600 - 768)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(10px + (15 - 10) * ((100vw - 768px) / (1600 - 768)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 14px 26px 12px;
        margin-top: calc(9px + (52 - 9) * ((100vw - 768px) / (1600 - 768)));
    }
}
@media (max-width:1200px) and (min-width: 576px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 12px 22px 10px;
    }
}
@media (max-width: 991px) {
    .tvtwoofferbanner-content{
        padding: 22px 35px;
    }
    .tvtwoofferbanners-one.container{
        padding: 0 15px;
    }
    .tvtwoofferbanner-content p {
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 9px 18px 7px;
    }
}
@media (max-width: 767px) {
    .tvtwoofferbanner-content h6 {
        font-size: calc(18px + (58 - 18) * ((100vw - 280px) / (767 - 280)));
        margin-bottom: calc(-5px + (-18 - 5) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content h2{
        font-size: calc(20px + (56 - 20) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(12px + (45 - 12) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(10px + (15 - 10) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 14px 26px 12px;
        margin-top: calc(9px + (52 - 9) * ((100vw - 280px) / (767 - 280)));
    }
}
@media (max-width: 650px) and (min-width:576px) {
    .tvtwoofferbanner-content.left {
        left: 8%;
    }
}
@media (max-width: 767px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 9px 18px 7px;
    }
    .tvofferbanner-two-inner .tvbanner-hover-wrapper img {
        margin: auto;
    }
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .tvtwoofferbanner-content.left {
        left: 8%;
    }
    .tvtwoofferbanner-content.right {
        width: 46%;
    }
    .tvtwoofferbanner-content{
        padding: 20px 30px;
    }
    .tvtwoofferbanner-content.top-right{
        border-radius: 15px 0px 0px 15px;
    }
}
@media (max-width: 400px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 5px 10px 4px;
        border-radius: 7px;
    }
}