/**
* 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: #f5f5f5;
    padding: 60px 0 30px 0;
}
.tvcategory-chain-slider-wrapper {
    border: 1px solid #eeeeee;
    /*padding: 20px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    background-color: #ffffff;
}
.tvcategory-chain-slider-content-box {
    /*margin: -15px*/
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px 30px;
    width: 33.33%;
    display: inline-block;
}
.tvcategory-chin-img-block {
    padding: 0;
}
.tvcategory-chain-title {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.tvcategory-chain-title a {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
a.tvcategory-chain-slider-category {
    padding-bottom: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.5px;
    padding-left: 0px;
    position: relative;
}
.tvcategory-chain-slider-category:hover:after,
.tvcategory-chain-slider-category:hover {
    color: #111111;
}
.tvcategory-chain-slider-all-link a {
    font-size: 14px;
    color: #ff2d37;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.tvcategory-chain-slider-all-link:hover a,
.tvcategory-chain-slider-all-link:hover a i {
    /*color: #552c18;*/
}
.tvcategory-chain-slider-all-link a i {
    font-size: 13px;
    line-height: 12px;
    color: #ff2d37;
    margin-left: 3px;
    font-weight: 500;
}
.tvcategory-chain-content-wrapper {
    padding: 10px 0px 10px 10px;
}
.lang-rtl .tvcategory-chain-content-wrapper {
    padding: 0 10px 0 0px;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    transform: rotateY(180deg);
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-slider-wrapper {
        padding: 15px;
    }
}
@media (max-width: 768px) {
    .tvcategory-chain-slider-wrapper-info {
        width: 100%;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
    .tvcategory-chain-content-wrapper {
        padding: 0px 0px 0px 15px;
    }
    .lang-rtl .tvcategory-chain-content-wrapper {
        padding: 0 15px 0 0px;
    }
    .tvcategory-chain-title a{
        font-size: 20px;
    }
    a.tvcategory-chain-slider-category{
        font-size: 15px;
        padding-bottom: 12px;
    }
}