/**
* 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 -15px;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner img {
    border-radius: 3px;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: 59%;
    top: 0;
    bottom: 0;
    padding: 31px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: auto;
    height: max-content;
    left: 5%;
    text-align: left;
}

.tvtwoofferbanner-content.top-left {
    top: 10%;
    left: 8%;
    position: absolute;
    width: 50%;
    text-align: left;
}

.tvtwoofferbanner-content.bottom-left {
    bottom: 10%;
    left: 8%;
    position: absolute;
    width: 50%;
    text-align: left;
}

/*Right Align*/

.tvtwoofferbanner-content.right {
    position: absolute;
    width: 50%;
    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: 15px;
    text-align: right;
}

.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 15px;
    text-align: right;
}

.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: 50%;
    bottom: 10%;
    right: 15px;
    text-align: right;
}

/*Center Align*/

.tvtwoofferbanner-content.center {
    position: absolute;
    width: 50%;
    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: 86%;
    top: 4%;
    margin: auto;
    right: 0;
    left: 0;
    padding: 31px 20px;
    display: inline-block;
    text-align: center;
}

.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    bottom: 2%;
    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 h4{
    font-weight: 400;
    font-size: calc(12px + (88 - 12) * ((100vw - 280px) / (1920 - 280)));
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.tvtwoofferbanner-content h6{
    font-size: calc(18px + (22 - 18) * ((100vw - 280px) / (575 - 280)));
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
}
.tvtwoofferbanner-content p{
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tvtwoofferbanner-content h6 span{
    font-size: 120%;
    font-weight: 700;
}
.tvtwoofferbanner-content-two h2 {
    font-size: calc(40px + (45 - 40) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    font-family: 'Modesty'
}
.tvtwoofferbanner-content-two h4 {
    color: #000;
}
.tvtwoofferbanner-content-one h6 span{
    color: #000;
}
.tvtwoofferbanner-content-two h6 span{
    color: #db4f2d;
}
.tvtwoofferbanner-content .btn {
    background-color: #fff;
    color: #000;
    padding: 15px 32px;
    border: none;
    /* border-radius: 30px; */
    box-shadow: none;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    margin-top: 25px;
}
.tvtwoofferbanner-content .btn span {
    color: #fff;
    font-size: 18px;
}
.tvtwoofferbanner-content .btn:hover:after {
    background-color: #222;
}
.tvtwoofferbanner-content .btn:hover {
    background-color: #222;
}
.tvtwoofferbanner-content .btn:hover span,
.tvbanner1 .tvtwoofferbanner-content h6 {
    color: #fff;
}
/*.tvtwoofferbanner-content .btn:hover span {
    color: #fff;
}*/
@media(max-width: 1500px) and (min-width: 1361px) {
    .tvtwoofferbanner-content .btn{
        font-size: 14px;
        padding: 12px 30px;
    }
}
@media(max-width: 1360px) and (min-width: 1200px) {
    .tvtwoofferbanner-content .btn{
        font-size: 13px;
        padding: 10px 20px;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    .tvtwoofferbanner-content h6,
    .tvbanner2 .tvtwoofferbanner-content h6,
        .tvtwoofferbanner-content h4{
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .tvtwoofferbanner-content .btn{
        font-size: 14px;
        padding: 8px 20px;
    }
}
@media(max-width: 1199px) {
    .tvcmstwoofferbanners-one {
        margin: 0 -7.5px 50px -7.5px;
    }
}
@media(max-width:991px) and (min-width: 768px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content .btn{
        font-size: 13px;
        padding: 7px 20px;
    }
}
@media(max-width: 768px) {
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content p {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .tvbanner2 .tvtwoofferbanner-content-two h2 {
        margin-bottom: 0;
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(20px + (50 - 20) * ((100vw - 280px) / (575 - 280)));
        margin-bottom: 10px;
    }
}
@media(max-width: 575px) {
    .tvcmstwoofferbanners-one .tvbanner1 .tvofferbanner-two-inner {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content .btn{
        font-size: 14px;
        padding: 8px 20px;
    }
    .tvtwoofferbanner-content.bottom-center {
        bottom: 7%;
    }
}
@media(max-width: 480px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content .btn{
        font-size: 13px;
        padding: 7px 20px;
    }
    .tvtwoofferbanner-content.left {
        width: 100%;
    }
}
@media(max-width: 400px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content .btn{
        font-size: 11px;
        padding: 5px 18px;
    }
}
.lang-rtl .tvcmstwoofferbanners-one {
    display: flex;
    flex-wrap: wrap;
}