/**
* 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
*/
/****************************category*********************/
.tvcategory-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcmscategory-chain-slider {
    margin-bottom: 30px;
    background-color: #FFFFF9;
}
.tvcmscategory-chain-slider {
    padding: 92px 0 140px 0;
}
.tvcategory-chain-title {
    position: relative;
    padding-bottom: 14px;
    text-align: center;
    padding-top: 20px;
}
.tvcategory-chain-category-wrapper {
    display: inline-block;
    text-align: start;
    padding-inline-start: 8px;
}
.tvcategory-chain-content-wrapper {
    background-color: #F5F5F0;
    text-align: center;
    margin: 0 15px;
    padding: 10px 15px 17px 15px;
}
.tvcategory-chain-slider-wrapper {
    display: flex;
}
.tvcmscategory-chain-slider {
    position: relative;
}
.tvcategory-chain-title a {
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #182918;
    font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (1920 - 280)));
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title a {
    color: #FFC700;
}
.tvcategory-chain-slider-category {
    float: none;
    width: 100%;
    margin-bottom: 13px;
}
a.tvcategory-chain-slider-category {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #6D6D6D;
    text-transform: capitalize;
    display: block;
    position: relative;
    word-wrap: break-word;
    font-family: 'Work Sans';
    padding-left: 20px;
}
.lang-rtl a.tvcategory-chain-slider-category {
    padding-right: 20px;
}
.tvcategory-chain-slider-category:after {
    content: '';
    position: absolute;
    font-family: 'Material Icons';
    width: 5px;
    height: 5px;
    background-color: #6D6D6D;
    left: 4px;
    border-radius: 100%;
    top: 33%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 4px;
}
a.tvcategory-chain-slider-category:hover {
    color: #FFC700;
}
.tvcategory-chain-slider-all-link i {
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
}
.tvcategory-chain-slider-all-link a {
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
    display: inline-block;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
    }
}