/**
* 2007-2025 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-2025 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;
}
.tvofferbanner-content {
    z-index: 1;
    max-width: 90%;
}
/*Left Align*/
.tvofferbanner-content.left {
    position: absolute;
    width: 38%;
    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: 13%;
    text-align: left;
}
.tvofferbanner-content.top-left {
    top: 10%;
    left: 13%;
    position: absolute;
    width: 38%;
    text-align: left;
}
.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 13%;
    position: absolute;
    width: 38%;
    text-align: left;
}
/*Right Align*/
.tvofferbanner-content.right {
    position: absolute;
    width: 38%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    height: max-content;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 2%;
    text-align: left;
}
.tvofferbanner-content.top-right {
    position: absolute;
    width: 38%;
    top: 10%;
    right: 13%;
    text-align: right;
}
.tvofferbanner-content.bottom-right {
    position: absolute;
    width: 38%;
    bottom: 10%;
    right: 13%;
    text-align: right;
}
/*Center Align*/
.tvofferbanner-content.center {
    position: absolute;
    /* width: 50%; */
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.top-center {
    position: absolute;
    /*width: 50%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.none {
    display: none;
}
.tvofferbanner-content.center h2 {
    font-size: calc(12px + (58 - 12) * ((100vw - 280px) / (1920 - 280)));
    color: #FFF;
    font-family: Segoe UI Variable;
    font-weight: 700;
    line-height: 1.24137;
    letter-spacing: 0.0199em;
    text-transform: capitalize;
}
.tvofferbanner-content h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.tvofferbanner-content h2 {
    font-size: calc(20px + (45 - 20) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.tvofferbanner-content p {
    line-height: 1.5;
    font-size: 16px;
    width: 75%;
    color: #4e4e4e;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}
.lang-rtl .tvofferbanner-content p {
    margin-right: auto;
}
.tvcmsofferbanners-one .tvall-inner-btn {
    margin-top: 50px;
    background-color: #FEDBA1;
    padding: 17px 34px;
}
.tvofferbanner-content .tvall-inner-btn-link {
    margin-top: calc(8px + (65 - 8) * ((100vw - 280px) / (1920 - 280)));
}
.tvofferbanner-content .tvall-inner-btn-link span {
    color: #FFF;
    font-family: Segoe UI Variable;
    font-size: calc(10px + (30 - 10) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    padding-bottom: calc(4px + (7 - 4) * ((100vw - 280px) / (1920 - 280)));
    border-bottom: 1px solid #fff;
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}
.tvcmsofferbanners-one .tvbanner-hover-wrapper img{
    border: none;
    border-radius: 0;
}
@media (max-width: 1440px) {
    .tvofferbanner-content h3 {
        font-size: 48px;
        line-height: 69px;
    }
    .tvofferbanner-content h6 {
        font-size: 18px;
        line-height: 10px;
    }
    .tvofferbanner-content p {
        width: 84%;
    }
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: 30px;
    }
}
@media (max-width: 1280px) {
    .tvofferbanner-content h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1200px) {
    .tvofferbanner-content h3 {
        font-size: 38px;
        line-height: 65px;
    }
    .tvofferbanner-content p {
        width: 90%;
    }
}
@media (max-width: 1140px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 12px 27px;
    }
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: 28px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 14px;
    }
    .tvofferbanner-content h3 {
        font-size: 34px;
        line-height: 58px;
        margin-bottom: 12px;
    }
}
@media (max-width: 1080px) {
    .tvofferbanner-content h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}
@media(max-width: 991px) {
    .tvofferbanner-content p {
        width: 100%;
        font-size: 14px;
    }
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: 20px;
    }
}
@media(max-width: 850px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 9px 20px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 13px;
        line-height: 1;
    }
    .tvofferbanner-content h2 {
        font-size: 24px;
    }
    .tvofferbanner-content h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn span {
        font-size: 14px;
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn {
        padding: 11px 20px;
    }
}
@media(max-width: 768px) {
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: 10px;
    }
    .tvofferbanner-content p {
        font-size: 13px;
    }
}
@media(max-width: 767px) {
    .tvofferbanner-content h3 {
        font-size: 27px;
        line-height: 51px;
        margin-bottom: 7px;
    }
    .tvofferbanner-content h6 {
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .tvofferbanner-content h6 {
        display: none;
    }
    .tvofferbanner-content h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .tvofferbanner-content.left {
        width: 45%;
    }
}
@media(max-width: 575px) {
    .tvofferbanner-content h6 {
        font-size: 15px;
    }
    .tvofferbanner-content p {
        font-size: 12px;
        display: none;
    }
    .tvofferbanner-content h4 {
        font-size: 13px;
    }
    .tvofferbanner-content h2 {
        margin-bottom: 0;
    }
}
@media(max-width: 480px) {
    .tvofferbanner-content {
        width: 100%;
    }
    .tvofferbanner-content h4 {
        font-size: 11px;
    }
    .tvofferbanner-content h6 {
        margin-bottom: 3px;
        font-size: 13px;
    }
    .tvofferbanner-content p {
        font-size: 12px;
    }
    .tvofferbanner-content h2 {
        font-size: 19px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 10px 15px;
    }
}
@media(max-width: 425px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 8px 12px;
    }
}
@media(max-width: 375px) {
    .tvofferbanner-content h4 {
        font-size: 9px;
    }
    .tvofferbanner-content p {
        margin-top: 10px;
    }
    .tvofferbanner-content h4:after {
        width: 60px;
    }
    .tvofferbanner-content h3 {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 0px;
    }
    .tvofferbanner-content h2 {
        font-size: 15px;
    }
    .tvofferbanner-content.left {
        left: 5%;
    }
    .tvofferbanner-content h6 {
        margin-bottom: 3px;
        font-size: 10px;
    }
    .tvofferbanner-content p {
        font-size: 12px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 9px 5px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 9px;
        line-height: 11px;
    }
}