/**
* 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;
}
.tvcategory-chain-slider-wrapper {
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    position: relative;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 10px;
    margin-bottom: 30px;
}
.tvcategory-chin-img-block {
    padding: 0;
    margin-left: auto;
    background-color: #F5F5F5;
}
.tvcategory-chain-content-wrapper {
    /*  display: flex;
    align-items: center;
    flex-wrap: wrap;*/
    padding: 18px 20px 14px;
}
.tvcategory-chain-title {
    text-align: left;
    padding: 0px 0 15px 0;
    position: relative;
}
.tvcategory-chain-title a {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #000000;
    background-color: transparent;
    border-radius: 3px;
    padding: 7px 7px;
}
.tvcategory-chain-slider-category {
    /*width: 100%;*/
    float: none;
    padding-bottom: 11px;
    padding-left: 15px;
    margin-left: 12px;
}
a.tvcategory-chain-slider-category {
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    /* padding: 10px 0; */
    /* border-bottom: 1px solid #eeeeee; */
    position: relative;
}
.tvcategory-chain-title a:hover {
    background-color: #FFBD27;
    color: #000;
}
.tvcategory-chain-slider-category:hover:after,
.tvcategory-chain-slider-category:hover {
    color: #000;
}
.tvcategory-chain-slider-category:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e315';
    font-size: 21px;
    left: -7px;
    color: #333333;
    top: 0%;
}
.tvcategory-chain-slider-category:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 10px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tvcategory-chain-slider-category:hover:before {
    width: 100%;

}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
}
.lang-rtl .tvcategory-chain-slider-category {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: -7px;
    left: auto;
    /*transform: rotate(180deg) translate(0, 50%);*/
}
.tvcategory-chain-slider-content-box {
    display: flex;
    flex-wrap: wrap;
}
.tvcategory-chain-slider-all-link {
    margin-top: 10px;
    width: 100%;
}