/**
* 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 .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
.tvofferbanner-two-inner.tvbanner1 {
    padding-left: 15px
}
.tvofferbanner-two-inner.tvbanner2 {
    padding-right: 15px
}
.tvtwoofferbanner-content {
    z-index: 1;
}
.tvtwoofferbanner-content>*:last-child {
    margin-bottom: 0;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    max-width: 61%;
    width: auto;
    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: 3.5%;
    text-align: center;
}

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

.tvtwoofferbanner-content.bottom-left {
    bottom: 10%;
    left: 4%;
    position: absolute;
    width: 55%;
    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: 4%;
    text-align: center;
}

.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: 55%;
    top: 10%;
    right: 4%;
    text-align: right;
}

.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: 55%;
    bottom: 10%;
    right: 4%;
    text-align: right;
}

/*Center Align*/

.tvtwoofferbanner-content.center {
    position: absolute;
    width: 81%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 0;
    left: 0;
    padding: 46px 32px;
    text-align: center;
    background-color: rgb(255, 255, 255 , 0.9);
    border-radius: 8px;
    outline: #fff 3px solid;
    outline-offset: 5px;
}

.tvtwoofferbanner-content.top-center {
    position: absolute;
    /*width: 55%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: 55%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content .tvall-inner-btn::before
{
display: none;
}
.tvtwoofferbanner-content .tvall-inner-btn:hover span
{
    color: #D98CB7;
}
.tvtwoofferbanner-content .tvall-inner-btn:hover
{
    background-color: transparent;
    border: 1px solid #D98CB7;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: inline-block;
    position: relative;
    border-radius: 15px;
    border: 1px solid #E4E4E4;
}
.tvtwoofferbanner-content-one.tvtwoofferbanner-content.right {
    width: 43%;
    right: 2%;
}
.tvtwoofferbanner-content h4 {
  
    font-size: calc(15px + (42 - 15) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    line-height: 1.2197;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Petrona';

}
.tvtwoofferbanner-content h5 {
    font-size: 30px;
    /* text-transform: uppercase; */
    color: #222;
    font-weight: 400;
    margin-bottom: 20px;
}
.tvtwoofferbanner-content p {
    font-weight: 400;
    font-size: 20px;
    font-size: calc(11px + (20 - 11) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 24px;
}
.tvtwoofferbanner-content h6 span {
    color: #FF0000;
}

.tvtwoofferbanner-content .tvall-inner-btn {
    padding: 16px 35px;
    margin-bottom: 0;
    background-color: #D98CB7;
    border: 1px solid transparent;

    box-shadow: none;
}
.tvtwoofferbanner-content .tvall-inner-btn span {
    font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1;
    color: #fff;
}
/*.tvtwoofferbanner-content-one .tvtwoofferbaner-btn a {
    color: #ffffff;
}
.tvtwoofferbanner-content-one .tvtwoofferbaner-btn:hover {
    background-color: #ffffff;
}
.tvtwoofferbanner-content-one .tvtwoofferbaner-btn:hover a {
    color: #000000;
}*/
@media (max-width: 1340px) {
    .tvtwoofferbanner-content h4{
        font-size: calc(11px + (30 - 11) * ((100vw - 280px) / (1920 - 280)));
        font-weight: 600;
        margin-bottom: 20px;
}
.tvtwoofferbanner-content .tvall-inner-btn {
    padding: 14px 28px;
}
}
@media (max-width: 1600px) and (min-width: 768px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 13px 28px;
    }
}

@media(max-width: 1280px) and (min-width: 768px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 11px 22px 12px;
    }
    .tvtwoofferbanner-content.center {
        width: 65%;
    padding: 21px 27px;
    }
}

@media(max-width:991px) and (min-width: 768px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(9px + (11 - 9) * ((100vw - 280px) / (1920 - 280)));
        line-height: 1;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 9px 20px 8px;
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(12px + (26 - 12) * ((100vw - 280px) / (1920 - 280)));
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content.center {
        width: 81%;
        padding: 14px 13px;
    }
}
@media(max-width:850px) and (min-width: 768px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 7px 15px;
    }
}
@media (max-width: 767px) {
    .tvtwoofferbanner-content p{
        margin-bottom: 15px;
    }
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 10px 22px;
    }
 
    .tvtwoofferbanner-content h6 {
        font-size: calc(11px + (50 - 11) * ((100vw - 280px) / (1920 - 280)));
    }
   
}
@media(max-width: 650px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 8px 17px;
    }
}
@media(max-width: 575px) {
    .tvtwoofferbanner-content p{
        margin-bottom: 12px;
    }
    .tvcmstwoofferbanners-one .tvbanner1 .tvofferbanner-two-inner {
        margin-bottom: 15px;
    }
}
@media(max-width: 480px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 8px 17px;
    }
    .tvtwoofferbanner-content h4,
    .tvtwoofferbanner-content h6 {
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content p{
        margin-bottom: 10px;
    }
}
@media(max-width: 375px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 7px 15px;
    }
    .tvtwoofferbanner-content.center
    {
        padding: 15px 4px;
    }
}