/**
* 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;
    width: auto;
    max-width: 45%;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    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: 7%;
    text-align: left;
}
.tvtwoofferbanner-content.top-left {
    top: 15%;
    left: 7%;
    position: absolute;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 15%;
    left: 7%;
    position: absolute;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 4%;
    text-align: left;
    /*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;
    top: 15%;
    right: 7%;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    bottom: 15%;
    right: 7%;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    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;
}
.tvtwoofferbanner-content.top-center {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: block;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h2 {
    margin-bottom: 35px;
    color: #000;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.46667;
    text-transform: capitalize;
}
.tvtwoofferbanner-content h6 {
    margin-bottom: 36px;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.tvtwoofferbanner-content h6 span {
    color: #Fa589d;
    font-family: Outfit;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.tvtwoofferbanner-content p {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28572;
    margin-bottom: 0;
    padding: 0 8%;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
    padding: 16px 20px 14px;
    margin-top: 28px;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.08em;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn span {
    color: #000;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    font-weight: 500;
    padding-block: 1px;
    border-bottom: 2px solid #000;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
@media (max-width: 1800px) and (min-width: 768px) {
    .tvtwoofferbanner-content h6 {
        font-size: calc(10px + (38 - 10) * ((100vw - 576px) / (1920 - 576)));
        margin-bottom: calc(5px + (32 - 5) * ((100vw - 576px) / (1920 - 576)));
    }
    .tvtwoofferbanner-content h2 {
        font-size: calc(14px + (45 - 14) * ((100vw - 576px) / (1920 - 576)));
        margin-bottom: calc(5px + (35 - 5) * ((100vw - 576px) / (1920 - 576)));
    }
    .tvtwoofferbanner-content h6 span {
        font-size: calc(20px + (60 - 20) * ((100vw - 576px) / (1920 - 576)));
    }
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (14 - 9) * ((100vw - 576px) / (1920 - 576)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn span {
        font-size: calc(9px + (16 - 9) * ((100vw - 576px) / (1920 - 576)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(10px + (18 - 10) * ((100vw - 576px) / (1920 - 576)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 14px 18px 12px;
        margin-top: calc(9px + (28 - 9) * ((100vw - 576px) / (1920 - 576)));
    }
}
@media (max-width:1200px) and (min-width:576px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 12px 16px 11px;
    }
}
@media (max-width: 1440px) {
    .tvtwoofferbanner-content.left {
        left: 4%;
    }
    .tvtwoofferbanner-content.right {
        right: 3%;
    }
}
@media (max-width: 991px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 7px 13px 6px;
        border-radius: 5px;
    }
    .tvtwoofferbanner-content p {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .tvtwoofferbanner-content h6 {
        font-size: calc(10px + (38 - 10) * ((100vw - 280px) / (767 - 280)));
        margin-bottom: calc(5px + (32 - 5) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content h2 {
        font-size: calc(14px + (38 - 14) * ((100vw - 280px) / (767 - 280)));
        margin-bottom: calc(5px + (25 - 5) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content h6 span {
        font-size: calc(20px + (60 - 20) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (14 - 9) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn span {
        font-size: calc(9px + (15 - 9) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(10px + (14 - 10) * ((100vw - 280px) / (767 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 14px 20px 12px;
        margin-top: calc(9px + (28 - 9) * ((100vw - 280px) / (767 - 280)));
    }
}
@media (max-width: 650px) and (min-width:576px) {
    .tvtwoofferbanner-content h6 {
        margin-bottom: 7px;
    }
    .tvtwoofferbanner-content p {
        margin-bottom: 7px;
    }
    .tvtwoofferbanner-content.left {
        left: 8%;
    }
}
@media (max-width: 767px) {
    .tvofferbanner-two-inner .tvbanner-hover-wrapper img {
        margin: auto;
    }
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 10px 14px 8px;
        line-height: 0;
    }
    .tvtwoofferbanner-content.left {
        left: 8%;
        width: 42%;
    }
    .tvtwoofferbanner-content.right {
        width: 42%;
    }
}
@media (max-width: 400px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 7px 10px 5px;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        letter-spacing: .5px;
    }
}