/**
* 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.
*/
.tvcmsofferbanners-one .tvbanner1 {
    position: relative;
}
/*Left Align*/
.tvofferbanner-content.left {
       position: absolute;
    width: 43%;
    top: 0;
    bottom: 0;
    right: -4%;
    margin: auto;
    text-align: left;
    height: max-content;
}
.tvofferbanner-content.top-left {
    top: 10%;
    left: 6%;
    position: absolute;
    width: 42%;
    text-align: left;
}
.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 6%;
    position: absolute;
    width: 42%;
    text-align: left;
}
/*Right Align*/
.tvofferbanner-content.right {
    position: absolute;
    width: 40%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 4%;
    text-align: center;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.tvofferbanner-content.top-right {
    position: absolute;
    width: 42%;
    top: 10%;
    right: 4%;
    text-align: right;
}
.tvofferbanner-content.bottom-right {
    position: absolute;
    width: 42%;
    bottom: 10%;
    right: 4%;
    text-align: right;
}
/*Center Align*/
.tvofferbanner-content.center {
    position: absolute;
    width: 42%;
    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;
}
.tvofferbanner-content.top-center {
    position: absolute;
    /*width: 42%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.bottom-center {
    position: absolute;
    /*width: 42%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.none {
    display: none;  
}
.none.tvofferbanner-content {
    display: none;
}
.tvofferbanner-content h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: calc(12px + (52 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-family: 'Arsenal';
    text-transform: uppercase;
    position: relative;
    color: #fff;
    line-height: 1.1;
    padding-bottom: 58px;
}
.tvofferbanner-content h6 {
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}
.tvofferbanner-content h6:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 2px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.tvofferbanner-content p {
    margin-bottom: 65px;
    font-size: 20px;
    line-height: 1.7;
    color: #4B4B4B;
}
.tvofferbanner-content .tvall-inner-btn {
    /* padding: 25px 48px; */
   border-color: #fff;
}
.tvofferbanner-content .tvall-inner-btn span {
    /* font-size: 16px;
    line-height: 1.06;
    text-transform: uppercase; */
    color: #fff;
}
.tvoffer-video-block-inner {
    margin: 0 -15px; 
}
@media(max-width:991px) {
    .tvofferbanner-content {
        margin-bottom: 30px;
    }
    .tvofferbanner-content h6 {
        padding-bottom: 20px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .tvofferbanner-content h4 {
        padding-bottom: 20px;
    }
}

@media(max-width: 889px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 7px 15px;
    }
}
@media(max-width: 767px) {
    .tvofferbanner-content .tvofferbanner-two-inner:not(:last-child) {
        margin-bottom: 15px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 9px 18px;
    }
    .tvofferbanner-content h4 {
        padding-bottom: 0;
    }
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 20px;
    }
    .tvofferbanner-content.left {
        right: -3%;
    }
}
@media(max-width: 650px) {
    .tvofferbanner-content h6 {
        padding-bottom: 15px;
        font-size: 15px;
    }
    .tvofferbanner-content h4 {
        font-size: calc(10px + (20 - 10) * ((100vw - 280px) / (650 - 280)));
    } 
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 15px;
    }
}
@media(max-width: 575px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 11px;
    }
    .tvofferbanner-content p {
        display: none;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 10px;
    }    
}
@media(max-width: 480px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 11px;
    }
    .tvofferbanner-content p {
        display: none;
    }
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 11px;
    }
    .tvofferbanner-content h6 {
        padding-bottom: 8px;
        font-size: 11px;
    }
    .tvofferbanner-content h6:after {
        width: 80px;
    }
}
@media(max-width: 435px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 5px 11px;
    }
    .tvofferbanner-content h6 {
        font-size: 8px;
    }
}
@media(max-width: 400px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 2px 8px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 8px;
    }
}
@media(max-width: 360px) {
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 7px;
    }
    .tvofferbanner-content h6:after {
        width: 60px;
    }
}
@media(max-width: 320px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 0px 8px;
    }
    .tvofferbanner-content h6 {
        margin-bottom: 7px;
    }
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}