/**
* 2007-2025 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-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
/************************* brand ******************/
.tvcmsflashtags-slider {
    position: relative;
    padding: 14px 0;
    /* min-height: 50px; */
    background-color: #002D5A;
}
.tvcmsflashtags-title {
    font-size: calc(9px + (15 - 10) * ((100vw - 280px) / (1920 - 280)));
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}
.tvcmsflashtags-slider-wrapper-info .tvstar {
    margin: 0 15px;
}
.tvcmsflashtags-slider-block {
    overflow: hidden;
    line-height: 0;
}
.tvcmsflashtags-slider .tvcmsflashtags-slider-inner {
    display: flex;
    /*overflow: hidden;*/
    direction: ltr;
}
.tvcmsflashtags-content-box{
    display: flex;
    direction: ltr;
}
.tvcmsflashtags-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    background: linear-gradient(91.6deg, #002D5A 7%, rgba(255, 189, 39, 0) 41.24%);
    z-index: 1;
    pointer-events: none;
}
/* .container-fluid.tvcmsflashtags-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    background: linear-gradient(91.6deg , rgba(255, 189, 39, 0) 41.24%,#002D5A 7%);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
    height: 100%;
} */

.tvcmsflashtags-slider-wrapper-info .tvcmsflashtags-title svg {
   margin: 0 29px;
    display: inline-block;
    vertical-align: middle;
}
/* .container-fluid.tvcmsflashtags-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #FFFFFF, #002D5A);
    bottom: 0;
    right: 0;
    z-index: 1;
} */
@media (max-width: 1024px) {
    .tvcmsflashtags-slider {
border-radius: 0;
        }
        .tvcmsflashtags-slider-wrapper-info:before
        {
            margin: 0 50px;
        }
        .tvcmsflashtags-slider-wrapper-info .tvcmsflashtags-title svg{
            width: 11px;
            height: 19px;
        }
}

@media (max-width: 575px) {
    .tvcmsflashtags-slider
    {
        padding: 8px 0;
    }
}
@media (max-width: 480px) {
    .tvcmsflashtags-slider-wrapper-info:before {
        margin: 0 20px;
    }
}
