/**
* 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.
*/
.tvtwoofferbanner-content {
    z-index: 1;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    left: 4%;
    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: 15%;
    left: 6%;
    position: absolute;
    width: 45%;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 15%;
    left: 6%;
    position: absolute;
    width: 45%;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: 32%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 12%;
    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-right {
    position: absolute;
    width: 45%;
    top: 15%;
    right: 6%;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: 45%;
    bottom: 15%;
    right: 6%;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: 45%;
    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;
}
.tvtwoofferbanners-one .tvbanner-hover-wrapper img
{
    border: none;
    border-radius: 0;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    bottom: 10%;
    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 h6 {
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #000;
    opacity: 0.5;
}
.tvtwoofferbanner-content h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-family: Playfair Display;
    line-height: normal;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 19px;
    font-size: calc(11px + (54 - 11) * ((100vw - 280px) / (1920 - 280)));
}
.tvtwoofferbanner-content h4 span
{
    font-family: Playball;
    color: #A64826;
    font-weight: 400;
}
.tvtwoofferbanner-content p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: lowercase;
    color: #222;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
    padding:14px 33px;
    margin-top: 40px;
}

@media (max-width: 1500px) {
    .tvtwoofferbanner-content.right
    {
width: 41%;
right: 5%;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1500 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        margin-top: calc(0px + (40 - 0) * ((100vw - 280px) / (1500 - 280)));
    }
    .tvtwoofferbanner-content.left {
        width: 60%;
    }
}
@media (max-width: 1280px) {
    .tvtwoofferbanner-content p
    {
        display: none;
    }
    .tvtwoofferbanner-content h4
    {
        margin-bottom: 0;
    }
}
@media (max-width:1200px) and (min-width:576px) {
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 12px 28px;
    }
}
@media (max-width: 991px) {
    .tvtwoofferbanner-content p {
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 10px 24px;
    }
}
@media (max-width: 650px) and (min-width:576px) {
    .tvtwoofferbanner-content h6 {
        margin-bottom: 7px;
    }
    .tvtwoofferbanner-content p {
        margin-bottom: 7px;
    }
    .tvtwoofferbanner-content.left {
        left: 8%;
    }
}
@media (max-width: 767px) {
    .tvofferbanner-two-inner .tvbanner-hover-wrapper img {
        margin: auto;
    }
}
@media (max-width: 650px) {
    .tvtwoofferbanner-content h6
    {
        display: none;
    }
}
@media (max-width: 575px) {
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (575 - 280)));
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn span {
        font-size: calc(6px + (14 - 6) * ((100vw - 280px) / (575 - 280)));
    }
    .tvtwoofferbanner-content.left {
        left: 8%;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 8px 14px;
    }
   
}
@media (max-width: 400px) {
    .tvtwoofferbanner-content h6 {
        margin-bottom: 7px;
    }
    .tvtwoofferbanner-content p {
        margin-bottom: 7px;
        display: none;
    }
    .tvtwoofferbanner-content .tvtwoofferbaner-btn.tvall-inner-btn {
        padding: 4px 9px;
    }
}
