/**
* 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
*  @version  Release: $Revision$
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
/**************** Start Nivo Slider Css  ****************************************/
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
/* Caption styles */
.nivo-caption {
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    z-index: 8;
    opacity: 1;
    display: none;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-caption p {
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    display: none;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
#tvmain-slider img.lazy.loaded {
    width: 100%;
}
/********************************* tvcmsslider *************************/
.tvcmsmain-slider-wrapper {
    position: relative;
}
.tvmain-slider-contant.tvmain-slider-contant-none {
    display: none;
}
.tvmain-slider-next-pre-btn {
    /*display: none;*/
}
.tvcmsmain-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    left: 30px;
    background-color: transparent;
    height: 30px;
    width: 30px;
}
.tvcmsmain-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    right: 30px;
    background-color: transparent;
    height: 30px;
    width: 30px;
}
.tvmain-slider-next-pre-btn .tvcmsmain-next i,
.tvmain-slider-next-pre-btn .tvcmsmain-prev i {
    line-height: 37px;
    height: 36px;
    width: 29px;
    text-align: center;
    color: #000;
}
.nivo-directionNav {
    display: none;
}
.tv-main-slider {
    position: relative;
}
.nivo-controlNav {
    display: block !important;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
.nivo-controlNav .nivo-control {
    font-size: 0;
    border-radius: 20px;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
    position: relative;
}
.nivo-controlNav .nivo-control:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #ffffff;
    height: 12px;
    width: 12px;
    border-radius: 20px;
}
.nivo-controlNav .nivo-control.active {
    border: 1px solid #ffffff;
}
.nivo-controlNav .nivo-control.active:before {
    left: 4px;
    top: 4px;
    height: 6px;
    width: 6px;
}
/**************** End Nivo Slider Css  ****************************************/
#tvmain-slider .tvmain-slider-contant {
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
}
#tvmain-slider .tvmain-slider-contant-left.show {
    opacity: 1;
    visibility: visible;
}
#tvmain-slider .tvmain-slider-contant-right {
    opacity: 0;
    visibility: hidden;
}
#tvmain-slider .tvmain-slider-contant-right.show {
    opacity: 1;
    visibility: visible;
}
#tvmain-slider .tvmain-slider-contant-center {
    opacity: 0;
    visibility: hidden;
}
#tvmain-slider .tvmain-slider-contant-center.show {
    opacity: 1;
    visibility: visible;
}
#tvmain-slider .tvmain-slider-contant .tvmain-slider-btn:hover {
    cursor: pointer;
}
.nivo-controlNav {
    display: none !important;
}
/* 
#tvmain-slider .owl-dots {
    display: none;
} */
#tvmain-slider.loading a {
    display: none;
}
#tvmain-slider.loading a:first-of-type {
    display: block;
}
.tvcmssliderofferbanners-one .tvbanner1,
.tvcmssliderofferbanners-one .tvbanner2 {
    padding: 0;
}
.tvcmssliderofferbanners-one .tvbanner1 {
    margin-bottom: 30px;
}
.tvcmssliderofferbanners-one {
    width: 20%;
}
.tvcmsmain-slider-wrapper {
    width: 100%;
}
.tvofferbanner-text {
    display: none;
}
.tvmain-slider-contant {
    position: initial;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    max-width: unset;
    cursor: pointer;
}
.tvmain-slider-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #f7f7f7;
    background-color: #fefefe;
}
.tvmain-slider-content-inner {
    /*padding: 0 15px;*/
    width: auto;
    max-width: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
    right: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tvmain-slider-contant .tvmain-slider-title {
    font-size: calc(8px + (25 - 8) * ((100vw - 280px) / (1920 - 280)));
    color: #FFF;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: calc(5px + (25 - 5) * ((100vw - 280px) / (1920 - 280)));
}
.tvmain-slider-contant .tvmain-slider-info h6 {
    font-size: 46px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 1.12;
    position: relative;
    /*padding-left: 80px;*/
}
.tvmain-slider-contant .tvmain-slider-info h2 {
    font-size: calc(20px + (120 - 20) * ((100vw - 280px) / (1920 - 280)));
    margin-bottom: calc(10px + (40 - 10) * ((100vw - 280px) / (1920 - 280)));
    color: #FFF;
    text-shadow: 0px 7px 4px rgba(0, 0, 0, 0.40);
    font-family: Londrina Solid;
    font-weight: 400;
    line-height: 0.916667;
    letter-spacing: 0.01em;
}
.tvmain-slider-contant .tvmain-slider-info h2 span {
    color: #fff;
}
.tvmain-slider-contant .tvmain-slider-info p {
    font-size: calc(10px + (22 - 10) * ((100vw - 280px) / (1920 - 280)));
    position: relative;
    margin-bottom: 0;
    letter-spacing: 0.32px;
    color: #fff;
    font-weight: 300;
    line-height: 1.81;
    text-transform: capitalize;
}
.tvmain-slider-contant .tvmain-slider-button {
    padding: 21px 40px;
    line-height: 0;
}
.tvmain-slider-contant .tvmain-slider-button svg {
    vertical-align: middle;
}
.tvmain-slider-contant .tvmain-slider-button span {
    font-size: 22px;
    line-height: 1.22272;
    margin-bottom: -2px;
}
.tvmain-slider-btn {
    margin-top: calc(10px + (58 - 10) * ((100vw - 280px) / (1920 - 280)));
}
.lang-rtl .tvcmsmain-slider-wrapper {
    float: right;
}
#tvmain-slider .tvmain-slider-contant-center {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    text-align: center;
    top: 10.6%;
    bottom: auto;
}
#tvmain-slider .tvmain-slider-contant-right {
    opacity: 1;
    visibility: visible;
    right: 16.5%;
    left: unset;
    text-align: left;
}
#tvmain-slider .tvmain-slider-contant-left {
    opacity: 1;
    visibility: visible;
    left: 16.5%;
    right: unset;
    text-align: left;
}
#tvmain-slider .tvmain-slider-contant-none {
    display: none;
}
#tvmain-slider .tvmain-slider-contant {
    opacity: 1;
    visibility: visible;
}
button.tvslider-video-play i.material-icons,
button.tvslider-video-mute i.material-icons,
button.tvslider-video-link i.material-icons {
    color: #fff;
    font-size: 35px;
    margin: 0 5px;
}
button.tvslider-video-link i.material-icons {
    font-size: 30px;
    line-height: 26px;
}
button.tvslider-video-play,
button.tvslider-video-mute,
button.tvslider-video-link {
    position: absolute;
    bottom: 15%;
    right: 70px;
    background-color: #0000;
    border: none;
    z-index: 90;
}
button.tvslider-video-mute {
    right: 20px;
}
button.tvslider-video-link {
    right: 120px;
}
.tvslider-video {
    position: relative;
    /*-webkit-transform: translateY(-13%);*/
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 10;
}
#tvmain-slider .owl-item img,
#tvmain-slider .owl-item .tvmain-slider-content-inner {
    display: block !important;
}
#tvmain-slider .owl-item .tvmain-slider-content-inner.tvmain-slider-contant-none {
    display: none !important;
}
.tvslider-video-play,
.tvslider-video-mute,
.tvslider-video-link {
    display: none;
}
#tvmain-slider .owl-item.active .tvslider-video-play,
#tvmain-slider .owl-item.active .tvslider-video-mute,
#tvmain-slider .owl-item.active .tvslider-video-link {
    display: block;
}
.tvcms-hide-owl .owl-item .tv-video,
.tvcms-hide-owl .owl-item .tvimage,
.tvcms-hide-owl#tvmain-slider .tvslider-list {
    display: none;
}
.tvcms-hide-owl .owl-item .tv-video,
.tvcms-hide-owl .owl-item .tvimage,
.tvcms-hide-owl#tvmain-slider .tvslider-list {
    display: none;
}
#tvmain-slider.owl-carousel {
    display: block;
    overflow: hidden;
}
@media (max-width: 991px) {
    .nivo-controlNav {
        padding: 10px 0;
    }
}
@media (max-width: 1440px) {
    #tvmain-slider .tvmain-slider-contant-left {
        left: 8%;
    }
    #tvmain-slider .tvmain-slider-contant-right {
        right: 8%;
    }
    .tvmain-slider-contant .tvmain-slider-button span {
        font-size: calc(9px + (22 - 9) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(0px + (-2 - 0) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvmain-slider-contant .tvmain-slider-button svg {
        width: calc(12px + (24 - 12) * ((100vw - 280px) / (1920 - 280)));
        height: calc(12px + (24 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvmain-slider-contant .tvmain-slider-button {
        padding-inline: calc(14px + (40 - 14) * ((100vw - 280px) / (1920 - 280)));
        padding-block: calc(6px + (21 - 6) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width: 650px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        margin-bottom: 5px;
    }
    .tvmain-slider-contant .tvmain-slider-title:after {
        height: 2px;
        margin-top: 5px;
    }
}
@media (max-width: 480px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        margin-bottom: 6px;
    }
}
@media (max-width: 380px) {
    .tvmain-slider-contant .tvmain-slider-info p {
        display: none;
    }
}
#tvmain-slider .owl-dots {
    display: none;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 1;
    margin-top: 0;
    /* margin-bottom: 5px; */
}
#tvmain-slider .owl-item.active .tvmain-slider-content-inner {
    animation-name: moveIntop;
    animation-duration: 1.5s;
    animation-delay: .4s;
}
@keyframes moveIntop {
    0% {
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translate(0);
    }
}
.tvcmsmain-slider-wrapper:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5ADEEB;
    -webkit-mask-image: url(../img/shape-bottom.png);
    mask-image: url(../img/shape-bottom.png);
    -webkit-mask-position: center;
    mask-position: center;
    height: 30px;
    user-select: none;
    pointer-events: none;
}