/**
* 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 {
    margin: 0 -15px 30px;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
@media (min-width:576px) {
    .tvofferbanner-two-inner.tvbanner1.col-md-8 {
        width: 64.2%;
    }
    .tvofferbanner-two-inner.tvbanner2.col-md-4 {
        width: 35.8%;
    }
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: 60%;
    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: 4%;
    position: absolute;
    width: 40%;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 10%;
    left: 4%;
    position: absolute;
    width: 40%;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: 39%;
    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: 10px;
    text-align: center;
}
.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: 39%;
    top: 10%;
    right: 15px;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: 39%;
    bottom: 10%;
    right: 15px;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: 39%;
    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;
    margin-inline-start: 10%;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    /*display: block;*/
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h2 {
    margin-bottom: 35px;
    color: #000;
    font-family: Roboto Slab;
    font-size: 39px;
    font-weight: 500;
    line-height: 1.2052;
    letter-spacing: 1.95px;
    text-transform: capitalize;
}
.tvtwoofferbanner-content h4 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}
.tvtwoofferbanner-content h6 {
    display: inline-block;
    border-bottom: 2px solid #272727;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    text-transform: capitalize;
}
.tvtwoofferbanner-content p {
    margin-bottom: 13px;
    color: #3F3F3F;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.tvtwoofferbanner-content-two h4 {
    font-size: 40px;
}
.tvtwoofferbanner-content .btn {
    background-color: #fff;
    color: #000;
    padding: 10px 26px;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    margin-top: 10px;
}
.tvtwoofferbanner-content .btn span {
    color: #000;
}
.tvtwoofferbanner-content .btn:hover:after {
    background-color: #222;
}
.tvtwoofferbanner-content .btn:hover {
    background-color: #222;
}
.tvtwoofferbanner-content .btn:hover span {
    color: #fff;
}
/*.tvtwoofferbanner-content .btn:hover span {
    color: #fff;
}*/
@media (max-width:1600px) and (min-width:1200px) {
    .tvtwoofferbanner-content p {
        font-size: calc(14px + (17 - 14) * ((100vw - 1200px) / (1600 - 1200)));
        margin-bottom: 4%;
    }
    .tvtwoofferbanner-content h2 {
        font-size: calc(20px + (39 - 20) * ((100vw - 1200px) / (1600 - 1200)));
        margin-bottom: calc(10px + (25 - 10) * ((100vw - 1200px) / (1600 - 1200)));
    }
    .tvtwoofferbanner-content h6 {
        font-size: calc(14px + (16 - 14) * ((100vw - 1200px) / (1600 - 1200)));
    }
}
@media (max-width:1199px) and (min-width:576px) {
    .tvtwoofferbanner-content p {
        font-size: calc(10px + (17 - 10) * ((100vw - 576px) / (1199 - 576)));
    }
    .tvtwoofferbanner-content h2 {
        font-size: calc(15px + (30 - 15) * ((100vw - 576px) / (1199 - 576)));
        margin-bottom: calc(10px + (25 - 10) * ((100vw - 576px) / (1199 - 576)));
    }
    .tvtwoofferbanner-content h6 {
        font-size: calc(10px + (15 - 10) * ((100vw - 576px) / (1199 - 576)));
    }
}
@media(max-width: 575px) {
    .tvtwoofferbanner-content p {
        font-size: calc(10px + (16 - 10) * ((100vw - 280px) / (575 - 280)));
        margin-bottom: 7%;
    }
    .tvtwoofferbanner-content h2 {
        font-size: calc(13px + (28 - 13) * ((100vw - 280px) / (575 - 280)));
        margin-bottom: calc(7px + (18 - 7) * ((100vw - 280px) / (575 - 280)));
        letter-spacing: normal;
    }
    .tvtwoofferbanner-content.bottom-center{
        bottom: 6%;
    }
    .tvtwoofferbanner-content h6 {
        font-size: calc(11px + (15 - 11) * ((100vw - 280px) / (575 - 280)));
    }
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 7.5px;
    }
}
.lang-rtl .tvcmstwoofferbanners-one {
    display: flex;
    flex-wrap: wrap;
}