/**
* 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.
*/
.tvcmsofferbanners-one .tvbanner1 {
    position: relative;
}
/*Left Align*/
.tvofferbanner-content.left {
    position: absolute;
    width: 43%;
    top: 0;
    bottom: 0;
    left: 18%;
    right: auto;
    margin: auto;
    text-align: left;
    height: max-content;
}
.tvofferbanner-content.top-left {
    top: 10%;
    left: 18%;
    position: absolute;
    width: 42%;
    text-align: left;
}
.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 18%;
    position: absolute;
    width: 42%;
    text-align: left;
}
/*Right Align*/
.tvofferbanner-content.right {
    position: absolute;
    width: 40%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 4%;
    text-align: center;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.tvofferbanner-content.top-right {
    position: absolute;
    width: 42%;
    top: 10%;
    right: 4%;
    text-align: right;
}
.tvofferbanner-content.bottom-right {
    position: absolute;
    width: 42%;
    bottom: 10%;
    right: 4%;
    text-align: right;
}
/*Center Align*/
.tvofferbanner-content.center {
    position: absolute;
    width: 42%;
    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;
}
.tvofferbanner-content.top-center {
    position: absolute;
    /*width: 42%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.bottom-center {
    position: absolute;
    /*width: 42%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.none {
    display: none;  
}
.none.tvofferbanner-content {
    display: none;
}
.tvofferbanner-content h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 48px;
    font-family: 'Signika';
    text-transform: uppercase;
    position: relative;
    color: #000;
    line-height: 1.1;
    padding-bottom: 25px;
}
.tvofferbanner-content h6 {
    padding-bottom: 25px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
    color: #DCAA37;
    position: relative;
    margin-bottom: 0;
}
.tvofferbanner-content p {
    margin-bottom: 65px;
    font-size: 20px;
    line-height: 1.7;
    color: #4B4B4B;
}

.tvofferbanner-content .tvtwoofferbaner-btn {
    background-color: transparent;
    color: #ffffff;
    padding: 7px 26px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    box-shadow: none;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}
.tvbanner-hover-wrapper img.tvoffer-image {
    position: absolute;
    right: 42%;
    top: 14%;
    border: none;
}
.tvofferbanner-content .tvtwoofferbaner-btn a {
    color: #ffffff;
}
.tvofferbanner-content .tvtwoofferbaner-btn:hover {
    background-color: #ffffff;
}
.tvofferbanner-content .tvtwoofferbaner-btn:hover a {
    color: #000000;
}
.tvofferbanner-content .tvall-inner-btn {
    /* padding: 25px 48px; */
    margin-top: 0;
    box-shadow: 4px 4px 0px #fff;
}
.tvofferbanner-content .tvall-inner-btn span {
    /* font-size: 16px;
    line-height: 1.06;
    text-transform: uppercase; */
}
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day ,
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours,
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes,
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
    min-height: 65px;
    /* min-width: 50px; */
    border-radius: 5px;
    background-color: #DCAA37;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 17px 6px;
    line-height: 31px;
    min-width: 100px;
    margin-bottom: 10px;
}
.tvcmsofferbanners-day,
.tvcmsofferbanners-hours,
.tvcmsofferbanners-minutes,
.tvcmsofferbanners-seconds {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.tvcmsofferbanners-timer-wrapper .clock-canvas .kineticjs-content {
    display: none !important;
}
.tvcmsofferbanners-timer-wrapper .tvtimer-dot {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 20px;
    font-size: 40px;
    color: #000;
    border-radius: 100%;
}
.tvcmsofferbanners-timer-wrapper {
    font-weight: 500;
    font-size: 20px;
    color: #696969;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
}
.tvadvance-timer-name {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    margin-top: 13px;
}
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day span,
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours span,
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes span,
.tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds span {
    min-width: 50px;
}
@media(max-width: 1600px) {
    .tvofferbanner-content.right {
        width: 45%;
    }
    .tvofferbanner-content h4 {
        font-size: calc(12px + (48 - 12) * ((100vw - 280px) / (1600 - 280)));
    }
}
@media(max-width: 1340px) {
    .tvofferbanner-content.left,
    .tvofferbanner-content.top-left,
    .tvofferbanner-content.bottom-left {
        left: 13%;
    }
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day ,
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours,
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes,
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
        font-size: 27px;
        line-height: 31px;
        min-width: 76px;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        margin: 0 12px;
    }
    .tvcmsofferbanners-timer-wrapper {
        font-size: 17px;
    }
}
.tvofferbanner-content h4 {
    padding-bottom: 30px;
} 
@media(max-width: 1200px) {
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
        font-size: 22px;
        line-height: 24px;
        min-width: 58px;
        min-height: 50px;
        padding: 13px 6px;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        font-size: 30px;
    }
    .tvcmsofferbanners-timer-wrapper {
        font-size: 15px;
    }
    .tvbanner-hover-wrapper img.tvoffer-image {
        width: 100px;
        height: 125px;
    }
}
@media(max-width:991px) {
    .tvofferbanner-content {
        margin-bottom: 30px;
    }
    .tvofferbanner-content h6 {
        padding-bottom: 10px;
        font-size: 18px;
    }
    .tvofferbanner-content h4 {
        padding-bottom: 20px;
    }
    .tvbanner-hover-wrapper img.tvoffer-image {
        width: 80px;
        height: 105px;
        right: 39%;
        top: 4%;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        margin: 0 7px;
    }
}

@media(max-width: 889px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 7px 15px;
    }
}
@media(max-width: 768px) {
    .tvbanner-hover-wrapper img.tvoffer-image {
        width: 65px;
        height: 90px;
    }
}
@media(max-width: 767px) {
    .tvofferbanner-content .tvofferbanner-two-inner:not(:last-child) {
        margin-bottom: 15px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 9px 18px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 20px;
    }
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
        font-size: 18px;
        line-height: 24px;
        min-width: 50px;
        min-height: 42px;
        padding: 9px 6px;
    }
    .tvcmsofferbanners-timer-wrapper {
        font-size: 12px;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        font-size: 24px;
    }
}
@media(max-width: 650px) {
    .tvofferbanner-content h6 {
        font-size: 13px;
    }
    .tvofferbanner-content h4 {
        font-size: calc(10px + (22 - 10) * ((100vw - 280px) / (650 - 280)));
    } 
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 15px;
    }
    .tvofferbanner-content h4 {
        padding-bottom: 10px;
    }
    .tvbanner-hover-wrapper img.tvoffer-image {
        width: 45px;
        height: 70px;
    }
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
        font-size: 16px;
        line-height: 24px;
        min-width: 46px;
        min-height: 40px;
        padding: 8px 6px;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        margin: 0 5px;
    }
}
@media(max-width: 575px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 11px;
    }
    .tvofferbanner-content p {
        display: none;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 10px;
    }    
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        vertical-align: middle;
    }
}
@media(max-width: 540px) {
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
        font-size: 18px;
        line-height: 24px;
        min-width: auto;
        min-height: auto;
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
    }
    .tvcmsofferbanners-day, 
    .tvcmsofferbanners-hours, 
    .tvcmsofferbanners-minutes, 
    .tvcmsofferbanners-seconds {
        vertical-align: text-top;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        margin: 0px 7px;
        font-size: 17px;
    }
}
@media(max-width: 480px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 11px;
    }
    .tvofferbanner-content p {
        display: none;
    }
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 11px;
    }
    .tvofferbanner-content h6 {
        padding-bottom: 8px;
        font-size: 11px;
    }
    .tvofferbanner-content h6:after {
        width: 80px;
    }
}
@media(max-width: 435px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 5px 11px;
    }
    .tvofferbanner-content h6 {
        font-size: 9px;
    }
    .tvofferbanner-content.left, 
    .tvofferbanner-content.top-left, 
    .tvofferbanner-content.bottom-left {
        left: 11%;
    }
    .tvofferbanner-content h4 {
        padding-bottom: 5px;
    }
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
        font-size: 15px;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        margin: 0 5px;
    }
    .tvbanner-hover-wrapper img.tvoffer-image {
        display: none;
    }
}
@media(max-width: 400px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 2px 8px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 8px;
    }
    .tvadvance-block-timer {
        line-height: 1;   
    }
}
@media(max-width: 360px) {
    .tvofferbanner-content .tvall-inner-btn {
        margin-top: 7px;
    }
    .tvofferbanner-content h6:after {
        width: 60px;
    }
}
@media(max-width: 330px) {
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-day .day, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-hours .hours, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-minutes .minutes, 
    .tvcmsofferbanners-timer-wrapper .tvcmsofferbanners-seconds .seconds {
        font-size: 12px;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        font-size: 12px;
    }
    .tvcmsofferbanners-timer-wrapper .tvtimer-dot {
        margin: 0 4px;
    }
}
@media(max-width: 320px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 0px 8px;
    }
    .tvofferbanner-content h6 {
        padding-bottom: 5px;
    }
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}
.tvbanner-hover-wrapper img.tvoffer-image {
    -webkit-animation: bounce 1s infinite ease-in-out;
    -o-animation: bounce 1s infinite ease-in-out;
    -ms-animation: bounce 1s infinite ease-in-out;
    -moz-animation: bounce 1s infinite ease-in-out;
    animation: bounce 1s infinite ease-in-out;
}