/**
* 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-inner-info-box {
    margin: -15px -15px;
    position: relative;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 15px 15px;
}
.tvcategory-chin-img-block {
    overflow: hidden;
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    position: relative;
}
.tvcategory-chin-img {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    -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 .tvcategory-chin-img:hover {
    box-shadow: 0px 0px 4px 2px rgba(222, 136, 85, 0.22);
}
.tvcategory-chain-content-wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 0px;
    margin: auto;
    z-index: 0;
    /*display: grid;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    padding: 35px 15px;
    border-radius: 20px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    transform: translateY(-15%);
    opacity: 0;
    -webkit-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-content-wrapper {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-category-wrapper {
    text-align: start;
    display: inline-block;
}
.tvcategory-chain-title {
    background: #F48D7B;
    border-radius: 20px;
    padding: 19px 12px;
    margin-top: 15px;
    text-align: center;
    transform: translateY(0%);
    -webkit-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
@media (min-width:992px) {
    .tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
        -o-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
        transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    }
}
.tvcategory-chain-title a:after {
    position: absolute;
    /*content: "";*/
    width: 40px;
    height: 1px;
    background-color: #22222210;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    display: inline-flex;
    gap: 22px;
    align-items: center;
}
.tvcategory-chain-title+a {
    margin-top: 6px;
}
.lang-rtl a.tvcategory-chain-slider-category:before,
.lang-rtl .tvcategory-chain-title a svg {
    transform: rotateY(180deg);
}
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
.tvcategory-chain-slider-category-box {
    display: inline-block;
/*    text-align: start;*/
}
a.tvcategory-chain-slider-category {
    color: #797979;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.05263;
    text-transform: capitalize;
    display: block;
    padding-block: 5px;
    margin-bottom: 17px;
    position: relative;
}
.tvcategory-chain-slider-category:hover {
    color: #000;
}
/*a.tvcategory-chain-slider-category:before {
    content: "";
    font-family: 'Material Icons';
    content: '\e315';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 5px;
}
.tvcategory-chain-slider-category:hover:before {
    color: #030303;
}*/
a.tvcategory-chain-slider-category:last-child {
    margin-bottom: 0;
}
.tvcategory-chain-slider-all-link {
    margin-top: 35px;
}
.tvcategory-chain-slider-all-link a {
    box-shadow: none;
    padding: 14px 37px;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
@media (max-width: 1440px) {
    .tvcategory-chain-title a {
        font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-chain-title1 a {
        font-size: calc(15px + (17 - 15) * ((100vw - 280px) / (1440 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(15px + (19 - 15) * ((100vw - 280px) / (1440 - 280)));
        margin-bottom: calc(6px + (17 - 6) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-chain-content-wrapper {
        padding: 25px 15px;
    }
    .tvcategory-chain-slider-all-link{
        margin-top: calc(15px + (35 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-all-link a span{
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-all-link a{
        padding-block: calc(9px + (14 - 9) * ((100vw - 280px) / (1920 - 280)));
        padding-inline: calc(15px + (37 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title1,
    .tvcategory-chain-content-wrapper {
        opacity: 1;
        transform: none;
    }
    .tvcategory-chain-title1 a {
        opacity: 1;
        visibility: visible;
    }
    .tvall-inner-btn.tvcategory-chain-slider-all-link {
        padding: 14px 30px;
    }
    .tvcategory-chain-content-wrapper {
        bottom: 80px;
    }
    .tvcategory-chain-title {
        padding-block: 17px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-content-wrapper {
        width: auto;
    }
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
    .tvcategory-chain-slider-wrapper-info {
        padding: 0 4px;
    }
    .tvcategory-chain-slider-inner-info-box {
        margin: 0 -4px;
    }
    .tvcategory-chain-title1 a {
        display: none;
    }
}