/**
* 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
*/
.tvoffer-cms-title {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.tvoffer-cms-title > * {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 20s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.tvcmsoffer-cms {
    position: relative;
    z-index: 100;
    background-color: #3199ca;
    width: 100%;
    padding: 7px 15px;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.tvoffer-cms-title a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    text-decoration-line: underline;
    text-transform: uppercase;

    color: #FFFFFF;
}
.tvoffer-cms-title {
    font-weight: 400;
    font-size: 13.5pt;
    line-height: 1.5;
    color: #FFFFFF;
}
.tvoffer-cms-title p {
    margin: 0;
    color: #fff;
}
.tvoffer-cms-title h6 {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.tvoffer-cms-title h6 span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFC700;
}
.tvclose-btn {
    display: none;
}
.tvoffercms-btn-wrapper {
    float: left;
}
.tvoffercms-content-box {
    /*float: left;*/
    width: 100%;
    padding-bottom: 0px;
    margin: 0 auto;
}
.tvcmsoffer-cms-close .tvclose-icon {
    background-color: transparent;
    color: #ccc;
    border: none;
    height: max-content;
    cursor: pointer;
    padding: 5px;
    border-radius: 0px;
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tvcmsoffer-cms-close .tvclose-icon i{
    font-size: 20px;
    font-weight: 500;    
    color: #fff;
}
.tvcmsoffer-cms-close .tvclose-icon:hover {
    color: #fff;
    background-color: #ffffff00;
}
.tvok-btn {
    display: none;
}
.tvoffer-cms-img-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 1340px) {
    .tvoffercms-content-box {
        width: 100%;
    }
    .tvoffer-cms-title {
        font-size: 11pt;
    }
}
@media(max-width: 767px) {
    .tvoffer-cms-title {
        padding-right: 30px;
    }
    .tvcmsoffer-cms-close .tvclose-icon{
        right: 10px;
    }
    .tvoffer-cms-title h6{
        font-size: 14px;
    }
    .tvoffer-cms-title a{
        font-size: 14px;
    }
    .tvoffer-cms-title h6 span{
        font-size: 14px;
    }
}
@media(max-width: 576px) {
    .tvcmsoffer-cms {
        padding: 8px 5px;
    }
    .tvoffer-cms-title {
        padding-right: 30px;
    }
    .tvcmsoffer-cms-close .tvclose-icon{
        right: 5px;
    }
    .tvoffer-cms-title h6{
        font-size: 13px;
    }
    .tvoffer-cms-title a{
        font-size: 13px;
    }
    .tvoffer-cms-title h6 span{
        font-size: 13px;
    }
}