/**
* 2007-2023 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-2023 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;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    left: 50px;
    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: 15%;
    left: 6%;
    position: absolute;
    width: 45%;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 15%;
    left: 6%;
    position: absolute;
    width: 45%;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 50px;
    /*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: 45%;
    top: 15%;
    right: 6%;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: 45%;
    bottom: 15%;
    right: 6%;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: 45%;
    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: 50%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    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 h6 {
    color: #000;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.76px;
    text-transform: capitalize;
    text-align: right;
    margin-bottom: 13px;
}
.tvtwoofferbanner-content h4 {
    letter-spacing: 3.5px;
    margin-bottom: 26px;
    color: #5AA4C4;
    font-family: Boogaloo;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.05;
    text-align: right;
    text-transform: capitalize;
}
.tvbanner2 .tvtwoofferbanner-content h4,
.tvbanner2 .tvtwoofferbanner-content h6,
.tvbanner2 .tvtwoofferbanner-content p{
    text-align: left;
}  
.tvtwoofferbanner-content p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.157;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #000;
    text-align: end;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
    padding: 12px 22px;
    margin-top: 46px;
    border: 3px #fff solid;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
    font-size: 18px;
    line-height: 0.88;
}
.tvtwoofferbanner-content .tvall-inner-btn-cancel span, 
.tvtwoofferbanner-content .tvall-inner-btn span{
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.tvtwoofferbanner-content .tvall-inner-btn{
    padding: 11px 20px;
}
.lang-rtl  .tvbanner1 .tvtwoofferbanner-content.right{
    right: 30px;
    left: auto;
}
.lang-rtl  .tvbanner2 .tvtwoofferbanner-content.left {
    left: 30px;
    right: auto;
}
.lang-rtl .tvtwoofferbanner-content p{
    text-align: start;
}
.lang-rtl .tvbanner2  .tvtwoofferbanner-content p{
    text-align: end;
}
@media (max-width: 1500px) {
    .tvtwoofferbanner-content h6 {
        font-size: calc(10px + (18 - 10) * ((100vw - 280px) / (1500 - 280)));
        margin-bottom: calc(5px + (14 - 5) * ((100vw - 280px) / (1500 - 280)));
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(15px + (40 - 15) * ((100vw - 280px) / (1500 - 280)));
    }
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (1500 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1500 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        margin-top: calc(9px + (40 - 9) * ((100vw - 280px) / (1500 - 280)));
    }
    .tvtwoofferbanner-content.right {
        width: 47%;
    }
}
@media (max-width:1200px) and (min-width:576px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 12px 28px;
    }
}
@media (max-width: 991px) {
    .tvtwoofferbanner-content p {
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 10px 24px;
    }
}
@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 p {
        font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (575 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(9px + (14 - 9) * ((100vw - 280px) / (575 - 280)));
    }
    .tvtwoofferbanner-content.left {
        left: 8%;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 8px 14px;
    }
    .tvtwoofferbanner-content.right {
        width: 59%;
    }
    .tvtwoofferbanner-content.right{
        right: 20px;
    }
    .tvtwoofferbanner-content.left{
        left: 20px;
    }
}
@media (max-width: 400px) {
    .tvtwoofferbanner-content h6 {
        margin-bottom: 7px;
    }
    .tvtwoofferbanner-content p {
        margin-bottom: 7px;
        display: none;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 7px 18px;
    }
}
@media (max-width: 360px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 7px 15px;
    }
}