/**
* 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
*/
/************************* brand ******************/
.tvcmsflashtags2-slider {
    position: relative;
}
.tvcmsflashtags2-title {
    font-size: calc(18px + (64 - 18) * ((100vw - 280px) / (1920 - 280)));
    position: relative;
    display: inline-block;
    font-family: 'Marcellus';
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #4a362433;
}
.tvcmsflashtags2-slider .container {
    margin-inline-start: 0;
}
.tvcmsflashtags2-slider-wrapper-info .tvlines {
    margin: 0 calc(15px + (63 - 15) * ((100vw - 280px) / (1600 - 280)));
}
.tvcmsflashtags2-slider-block {
    overflow: hidden;
}
.tvcmsflashtags2-slider .tvcmsflashtags2-slider-inner {
    display: flex;
    /*overflow: hidden;*/
    direction: ltr;
}
@media (max-width: 600px) {
    .tvcmsflashtags2-slider {
        padding: 12px 0;
    }
}
@media (min-width: 1500px) {
    .tvcmsflashtags2-slider {
        top: -65px;
    }
}
@media (max-width: 1501px) {
    .tvcmsflashtags2-slider-wrapper-info .tvlines {
        height: 20px;
        width: 20px;
    }
    .tvcmsflashtags2-slider {
        padding: 15px 0;
    }
}
.tvcmsflashtags2-slider-wrapper-info .tvlines rect {
    fill: #4A3624;
}
.tvcmsflashtags2-slider .tvcmsflashtags2-slider-wrapper-info {
    display: flex !important;
    align-items: center;
}