/**
* 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-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.tvcategory-chain-slider-inner-info-box {
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    border-radius: 5px;
    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-content-wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border-radius: 5px;
    margin: auto;
    width: max-content;
    height: max-content;
    z-index: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 15px 15px;
    text-align: center;
    transform: translateY(-15%);
    opacity: 0;
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.14);
    -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-title1 a {
    border-radius: 0px 0px 5px 5px;
    padding: 13px 15px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}
.tvcategory-chain-title {
    padding: 29px 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}
.tvcategory-chain-title+a {
    margin-top: 6px;
}
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
a.tvcategory-chain-slider-category {
    display: block;
    padding-bottom: 30px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.065;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}
a.tvcategory-chain-slider-category:last-of-type {
    padding-bottom: 0;
}
.tvcategory-chain-slider-category:hover {
    color: #D75F82;
}
.tvcategory-chain-slider-all-link a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}
.tvcategory-chain-slider-all-link a:hover {
    color: #000;
}
.tvcategory-chain-slider-all-link span,
.tvcategory-chain-slider-all-link i {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 15px;
    line-height: 1.133;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px #000 solid;
    margin-inline-end: 14px;
}
.tvcategory-chain-slider-all-link.tvall-inner-btn span:after,
.tvcategory-chain-slider-all-link.tvall-inner-btn:after,
.tvcategory-chain-slider-all-link.tvall-inner-btn:before {
    background-color: #D75F82;
}
.tvcategory-chain-slider-all-link:hover span,
.tvcategory-chain-slider-all-link:hover i {
    color: #D75F82;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
@media (max-width: 1440px) {
    .tvcategory-chain-title{
        flex-wrap: wrap;
    }

    .tvcategory-chain-title a {
        font-size: calc(17px + (21 - 16) * ((100vw - 280px) / (1440 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1440 - 280)));
        padding-bottom: calc(10px + (25 - 10) * ((100vw - 280px) / (1440 - 280)));

    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-title1 a {
        font-size: calc(10px + (18 - 10) * ((100vw - 280px) / (991 - 280)));
    }
    .tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title1,
    .tvcategory-chain-content-wrapper {
        opacity: 1;
        transform: none;
    }
    .tvcategory-chain-title1 a {
        opacity: 1;
        visibility: visible;
    }
    .tvcategory-chain-title{
        padding:  calc(15px + (25 - 15) * ((100vw - 280px) / (991 - 280)))  calc(8px + (12 - 8) * ((100vw - 280px) / (991 - 280)));
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-content-wrapper {
        width: auto;
    }
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
    a.tvcategory-chain-slider-category {
        font-size: 14px;
        padding-bottom: 10px;
    }
}
@media(max-width: 575px) and (min-width: 500px){
    .tvcategory-chain-slider-all-link{
        margin-top: 7px;
    }
}