/**
* 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: 60%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    left: 8%;
    text-align: left;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.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: 37%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 2%;
    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: 20px;
    color: #FFF;
    font-size: 74px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 1.48px;
    text-transform: capitalize;
}
.tvofferbanner-content h6 {
    font-weight: 500;
    margin-bottom: 23px;
    color: #CCC;
    font-size: 23px;
    font-family: Josefin Sans;
    line-height: 1.30;
    letter-spacing: 0.46px;
}
.tvofferbanner-content p {
    padding-right: 20%;
    margin-bottom: 65px;
    font-size: 20px;
    line-height: 1.7;
    color: #4B4B4B;
}
.tvofferbanner-content {
    padding: 0 15px;
}
.tvofferbanner-content .tvtwoofferbaner-btn {
    background-color: transparent;
    color: #ffffff;
    padding: 7px 26px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    box-shadow: none;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}
.tvofferbanner-content .tvtwoofferbaner-btn a {
    color: #ffffff;
}
.tvofferbanner-content .tvtwoofferbaner-btn:hover {
    background-color: #ffffff;
}
.tvofferbanner-content .tvtwoofferbaner-btn:hover a {
    color: #000000;
}
.tvofferbanner-content .tvall-inner-btn {
    padding: 16px 46px;
    margin-top: 58px;
    line-height: 0;
    background: none;
    border-radius: 10px;
    border: 1px solid #FFF;
}
.tvofferbanner-content .tvall-inner-btn span {
    font-weight: 500;
    color: #FFF;
    font-size: 23px;
    line-height: 1.13;
    letter-spacing: 0.46px;
}
@media(max-width: 1600px) {
    .tvofferbanner-content h4 {
        font-size: calc(12px + (60 - 12) * ((100vw - 280px) / (1600 - 280)));
        margin-bottom: calc(8px + (18 - 8) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvofferbanner-content h6 {
        font-size: calc(8px + (22 - 8) * ((100vw - 280px) / (1600 - 280)));
        margin-bottom: calc(8px + (18 - 8) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: calc(12px + (20 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: calc(8px + (50 - 8) * ((100vw - 280px) / (1600 - 280)));
    }
}
@media(max-width:991px) {
    .tvofferbanner-content {
        margin-bottom: 30px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 10px 18px;
    }
}
@media(max-width:1025px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 12px 25px;
    }
}
@media(max-width: 889px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 8px 20px;
    }
}
@media(max-width: 767px) {
    .tvofferbanner-content .tvofferbanner-two-inner:not(:last-child) {
        margin-bottom: 15px;
    }
    .tvofferbanner-content.left {
        width: 55%;
        left: 3%;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 9px 18px;
    }
}
@media(max-width: 575px) {
    .tvofferbanner-content.left {
        left: 1%;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 11px;
    }
    .tvofferbanner-content p {
        display: none;
    }
}
@media(max-width: 480px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 9px 15px;
    }
    .tvofferbanner-content h6,
    .tvofferbanner-content p {
        display: none;
    }
}
@media(max-width: 400px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 7px;
    }
}
@media(max-width: 330px) {
    .tvofferbanner-content.left {
        left: 0;
        width: 60%;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 4px 6px;
    }
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}