/**
* 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 {
    overflow: hidden;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 7.5px;
}
.tvcategory-chin-img-block {
    /*padding: 0 7.5px;*/
}
.tvcategory-chain-content-wrapper {
    padding: 30px 30px 0 30px;
    margin: -60px 30px 30px;
    background-color: #fff;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.11);
    position: relative;
    text-align: center;
}
.tvcategory-chain-category-wrapper {
    display: inline-block;
    text-align: left;
}
.tvcategory-chain-title {
    position: relative;
    padding-bottom: 20px;
}
.tvcategory-chain-title a {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.tvcategory-chain-title a:after {
    content: '';
    height: 1px;
    width: 60px;
    background-color: #212121;
    margin: 3px auto 0 auto;
    display: block;
}
.tvcategory-chain-slider-category {
    padding-bottom: 10px;
}
a.tvcategory-chain-slider-category {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: .3px;
}
a.tvcategory-chain-slider-category:hover {
    color: #be903d;
}
a.tvcategory-chain-slider-category svg {
    margin-right: 5px;
}
.tvcategory-chain-slider-all-link i {
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn {
    background-color: #222;
    display: inline-block;
    padding: 7px 30px;
    margin-top: 15px;
    margin-bottom: -18px;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn:after {
    background-color: #222222;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn:hover:after {
    background-color: #be903d;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn span {
    font-size: 15px;
    color: #fff;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn:hover span {
    color: #fff;
}
.lang-rtl a.tvcategory-chain-slider-category svg {
    margin-right: 0;
    transform: rotate(180deg);
    margin-left: 5px;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
    }
}
.tvcategory-chin-img-block{
    overflow: hidden;
}
.tvcategory-chin-img-block img{
     -webkit-transition: all 400ms cubic-bezier(.25,.46,.45,.94);
    -o-transition: all 400ms cubic-bezier(.25,.46,.45,.94);
    transition: all 400ms cubic-bezier(.25,.46,.45,.94);
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chin-img-block img{
    filter: grayscale(10);
}