/**
* 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.
*/
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
}
.tvtwoofferbanner-content {
    z-index: 1;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    left: 7%;
    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-left {
    top: 10%;
    left: 7%;
    position: absolute;
    width: auto;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 5%;
    left: 2%;
    position: absolute;
    width: auto;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: auto;
    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: 7%;
    text-align: right;
}
.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: auto;
    top: 10%;
    right: 7%;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: auto;
    bottom: 10%;
    right: 7%;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: auto;
    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;
    /*width: auto;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: auto;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: inline-block;
    position: relative;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h6 span {
    color: #000000;
    font-weight: 500;
}
.tvtwoofferbanner-content h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.090;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 9px;
}
.tvtwoofferbanner-content h4 span {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 85px;
    line-height: 1.27;
    text-transform: capitalize;
    color: #000000;
}
.tvtwoofferbanner-content p {
    margin-bottom: 38px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #464646;
}
.tvtwoofferbanner-content.tvtwoofferbanner-content-two h4 span {
    color: #FFFFFF;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
    transform: rotate(-8.68deg);
    font-size: 91px;
    line-height: 78px;
    display: inline-block;
}
.tvtwoofferbanner-content .tvall-inner-btn {
    padding: 14px 40px;
}
.tvtwoofferbanner-content .tvall-inner-btn span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn {
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 6px;
    cursor: pointer;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn a {
    color: #ffffff;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn:hover a {
    color: #000000;
}
@media (max-width: 1440px) {
    .tvtwoofferbanner-content h4 {
        font-size: calc(10px + (40 - 10) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvtwoofferbanner-content p{
        font-size: calc(9px + (14 - 9) * ((100vw - 280px) / (1440 - 280)));
        margin-bottom: calc(8px + (35 - 8) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvtwoofferbanner-content h6 {
        font-size: calc(20px + (25 - 20) * ((100vw - 280px) / (1440 - 280)));
        margin-bottom: calc(10px + (25 - 10) * ((100vw - 280px) / (1440 - 280)));
        padding-left: calc(5px + (15 - 5) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(10px + (15 - 10) * ((100vw - 280px) / (1440 - 280)));

    }
}
@media (max-width: 1140px) {
    .tvtwoofferbanner-content h4 span {
        font-size: 55px;
        line-height: normal;
    }
    .tvtwoofferbanner-content.tvtwoofferbanner-content-two h4 span {
        font-size: 56px;
        line-height: 52px;
    }
}
@media(max-width: 1399px) and (min-width: 1200px) {
    .tvtwoofferbanner-content h4 span {
        font-size: 72px;
    }
    .tvtwoofferbanner-content.tvtwoofferbanner-content-two h4 span {
        font-size: 62px;
        line-height: 57px;
    }
    .tvtwoofferbanner-content h6 {
        font-size: 20px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 12px 25px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: 13px;
    }
}
@media(max-width: 1199px) and (min-width: 1025px) {
    .tvtwoofferbanner-content h4 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .tvtwoofferbanner-content h6 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 11px 20px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: 13px;
    }
}
@media(max-width: 1024px) and (min-width: 861px) {
    .tvtwoofferbanner-content h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: 14px;
    }
}
@media(max-width:991px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content.right,
    .tvtwoofferbanner-content.top-right,
    .tvtwoofferbanner-content.bottom-right {
        right: 5%;
    }
    .tvtwoofferbanner-content.left,
    .tvtwoofferbanner-content.top-left,
    .tvtwoofferbanner-content.bottom-left {
        left: 5%;
    }
}
@media(max-width: 860px) and (min-width: 768px) {
    .tvtwoofferbanner-content .tvall-inner-btn:after {
        top: 2px;
        left: 2px;
    }
    .tvtwoofferbanner-content h6 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 7px 16px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: 10px;
    }
    .tvtwoofferbanner-content h4 span {
        font-size: 40px;
        line-height: normal;
    }
    .tvtwoofferbanner-content.tvtwoofferbanner-content-two h4 span {
        font-size: 44px;
        line-height: normal;
    }
}
@media(max-width: 767px) {
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content h4 span {
        font-size: 60px;
        line-height: normal;
    }
    .tvtwoofferbanner-content.tvtwoofferbanner-content-two h4 span {
        font-size: 64px;
        line-height: normal;
    }
    .tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
        display: block;
    }
}
@media(max-width: 650px) {
    .tvtwoofferbanner-content h4 span {
        font-size: 40px;
        line-height: normal;
    }
    .tvtwoofferbanner-content.tvtwoofferbanner-content-two h4 span {
        font-size: 44px;
        line-height: normal;
    }
}
@media(max-width: 680px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 12px 30px 13px;
    }
}
@media(max-width: 575px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 10px 24px;
    }
}
@media(max-width: 575px) {
    .tvcmstwoofferbanners-one .tvbanner1 .tvofferbanner-two-inner {
        margin-bottom: 15px;
    }
}
@media(max-width: 480px) {
    .tvtwoofferbanner-content .tvall-inner-btn {

        padding: 5px 17px;

    }
}