/**
* 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;
}
.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-inner-info-box {
    margin: 0 -15px;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chain-slider-wrapper+.tvcategory-chain-slider-wrapper {
    margin-top: 30px;
}
.tvcategory-chin-img-block {
    padding: 0 7px 0 0;
}
.lang-rtl .tvcategory-chin-img-block {
    padding: 0 0 0 7px;
}
.tvcategory-chain-title {
    position: relative;
    padding-bottom: 15px;
}
.tvcategory-chain-title a {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
a.tvcategory-chain-slider-category {
    padding-bottom: 15px;
    color: #222222;
    font-size: 16px;
    line-height: 16px;
    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: #df2026;
}
.tvcategory-chain-slider-all-link a {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.tvcategory-chain-slider-all-link:hover a,
.tvcategory-chain-slider-all-link:hover a i {
    color: #df2026;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 19px;
    line-height: 18px;
    color: #222222;
    /*margin-left: 3px;*/
    font-weight: 500;
}
.tvcategory-chain-content-wrapper {
    padding: 0px 0px 0px 20px;
}
.lang-rtl .tvcategory-chain-content-wrapper {
    padding: 0 20px 0 0px;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    transform: rotateY(180deg);
}
@media (max-width: 1140px) {
    .tvcategory-chain-slider-wrapper {
        padding: 15px;
    }
    .tvcategory-chain-title a {
        font-size: 20px;
    }
    a.tvcategory-chain-slider-category {
        font-size: 15px;
    }
}
@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;
    }
}
@media (max-width: 360px) {
    .tvcategory-chain-slider-wrapper {
        flex-wrap: wrap;
    }
    .tvcategory-chain-content-wrapper,
    .tvcategory-chin-img-block {
        width: 100%;
        padding: 0;
    }
    .tvcategory-chin-img-block{
        padding-bottom: 15px;
    }
}