/**
* 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 ******************/
.tvcmsflashtags2-slider {
    position: relative;
    background-color: transparent;
    padding: 26px 0;
    transform: translateY(-117%);
    margin-bottom: 0 !important;
}
.tvcmsflashtags2-title {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    color: #BECFDF;
    font-family: Poppins;
    font-size: calc(52px + (31 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 700;
    /* line-height: 20px; */
    text-transform: capitalize;
    margin: 0 35px;
}
.tvcmsflashtags2-slider .container {
    margin-inline-start: 0;
}
.tvcmsflashtags2-slider-wrapper-info .tvstar {
    margin: 0 calc(15px + (48 - 15) * ((100vw - 280px) / (1600 - 280)));
}

.tvcmsflashtags2-slider-block {
    overflow: hidden;
    line-height: 1;
}
.tvcmsflashtags2-slider .tvcmsflashtags2-slider-inner {
    display: flex;
    /*overflow: hidden;*/
    direction: ltr;
}
@media (max-width: 991px){
    .tvcmsflashtags2-slider {
        transform: translateY(-125%);
    }
    .tvcmsflashtags2-title {
        font-size: calc(25px + (31 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsflashtags2-slider-block svg {
        width: 19px;
    }
}
@media (max-width: 567px){
    .tvcmsflashtags2-slider {
        transform: translateY(-90%);
    }
}
@media (max-width: 600px) {
    .tvcmsflashtags2-slider {
        padding: 12px 0;
    }
}

@media (max-width: 1501px) {
    .tvcmsflashtags2-slider-wrapper-info .tvlines {
        height: 20px;
        width: 20px;
    }
    .tvcmsflashtags2-slider {
        padding: 15px 0;
    }
    .tvcmsflashtags2-slider {
        transform: translateY(-90%);
    }
}
.tvcmsflashtags2-slider-wrapper-info .tvlines rect {
    fill: #4A3624;
}
.tvcmsflashtags2-slider .tvcmsflashtags2-slider-wrapper-info {
    display: flex !important;
    align-items: center;
}

@media (max-width: 850px) {
    .tvcmsflashtags2-slider-wrapper-info .tvstar {
        height: 15px;
        width: 15px;
    }
}