/**
* 2007-2025 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-2025 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 {
    position: relative;
    align-items: center;
    background-color: #f5f5f5;
    display: grid;
    border-radius: 0;
    overflow: hidden;
    padding: 30px
}
.tvcategory-chain-slider-inner-info-box {
    margin: 0 -10px;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 10px;
}
.tvcategory-chin-img-block {
    padding: 0;
    opacity: 1;
    z-index: 1;
    transform: translateY(25px);
    visibility: visible;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-top: 60px;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chin-img-block{
    opacity: 0;
    visibility: hidden;
}
.owl-carousel .owl-item .tvcategory-chin-img-block img{
    width: auto;
    margin: 0;
}
.tvcategory-chain-content-wrapper {
    text-align: initial;
    z-index: 1
}
.tvcategory-chain-title {
    padding: 0px 0 17px 0;
    position: relative;
}
.tvcategory-chain-title a {
    text-transform: uppercase;
    font-family: DM Serif Display;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}
.tvcategory-chain-slider-category {
    width: 100%;
    float: none;
    padding-bottom: 12px;
}
a.tvcategory-chain-slider-category {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    position: relative;
}
a.tvcategory-chain-slider-category i {
    font-size: 16px;
    margin-right: 10px;
}
.tvcategory-chain-slider-category:hover:after,
.tvcategory-chain-slider-category:hover {
    color: #ffbe00;
}
.tvcategory-chain-slider-category:after {
    position: absolute;
    font-family: 'Material Icons';
    /*content: '\e315';*/
    font-size: 16px;
    left: 5px;
    color: #333333;
    top: 25%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
@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: 5px;
    left: auto;
    transform: rotate(180deg) translate(0, 50%);
}
.tvcategory-chain-slider-all-link .tvall-inner-btn {
    padding: 9px 25px;
    line-height: 13px;
    background-color: #202020;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn span {
    font-size: 13px;
    color: #fff;
}
.tvcategory-chain-slider-all-link {
    margin-top: 15px;
    display: inline-block;
}
.tvcategory-chain-title-link-wrapper{
    overflow: hidden;
}
.tvcategory-chain-title-link-wrapper>*:nth-child(n){
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title-link-wrapper>*:nth-child(n){
    transform: translateX(200px);
    opacity: 0;
    visibility: hidden;
}
.tvcategory-chain-title-link-wrapper>*:nth-child(1){
    transition: all .2s ease-in-out
}
.tvcategory-chain-title-link-wrapper>*:nth-child(2){
    transition: all .3s ease-in-out
}
.tvcategory-chain-title-link-wrapper>*:nth-child(3){
    transition: all .4s ease-in-out
}
.tvcategory-chain-title-link-wrapper>*:nth-child(4){
    transition: all .5s ease-in-out
}
.tvcategory-chain-title-link-wrapper>*:nth-child(5){
    transition: all .6s ease-in-out
}
.tvcategory-chain-title-link-wrapper>*:nth-child(6){
    transition: all .7s ease-in-out
}
.tvcategory-chain-title-link-wrapper>*:nth-child(7){
    transition: all .8s ease-in-out
}
.tvcategory-chain-title-link-wrapper>*:nth-child(8){
    transition: all .9s ease-in-out
}
.tvcategory-chin-back-img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chin-back-img{
    opacity: 1;
}
.tvcategory-chin-back-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #ffffff00, #f7f7f7);
    height: 100%;
    /*opacity: 0;*/
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chin-back-img:after {
    /*opacity: 1;*/
}
.tvcategory-chain-title-main {
    position: absolute;
    bottom: 30px;
    padding: 0;
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}
.tvcategory-chain-title-main a {
    display: flex;
    align-items: center;
}
.tvcategory-chain-title-main a svg {
    margin-left: 15px;
    height: 16px;
    width: 16px;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title-main{
    transform: translateX(0);
    opacity: 1
}
.lang-rtl .tvcategory-chain-slider-category i{
    margin: 0 0 0 10px;
}
.lang-rtl .tvcategory-chain-title-main a svg{
    transform: rotate(180deg);
    margin: 0 15px 0 0;
}