/**
* 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-info {
    padding: 0 15px;
    margin-bottom: 15px;
}
.tvcategory-chin-img-block {
    overflow: hidden;
    position: relative;
}
.tvcategory-chain-slider-inner-info-box {
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    -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 {
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.14);
}
.tvcmscategory-chain-slider {
    background-color: #1c1c1c;
    padding: 90px 0 100px;
}
.tvcategory-chain-title a:hover {
    color: #000;
}
.tvcategory-chain-content-wrapper {
    margin: 0;
    padding: 23px 22px;
}
.tvcategory-chain-title1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -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-chain-title1 {
    transform: translateY(100%);
    -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-title1 a {
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 26px 15px;
    text-align: center;
    font-family: 'Marcellus';
    display: block;
}
.tvcategory-chain-title {
    margin-bottom: 25px;
    position: relative;
    display: grid;
}
.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: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: 0.9566;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.tvcategory-chain-title+a {
    margin-top: 6px;
}
.tvcategory-chain-slider-category-box {
    display: flex;
    flex-wrap: wrap;
    text-align: start;
}
.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
}
a.tvcategory-chain-slider-category {
    color: #B7B7B7;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-transform: capitalize;
    padding-bottom: 11px;
    display: inline-flex;
    position: relative;
}
a.tvcategory-chain-slider-category:before {
    content: "";
    font-family: 'Material Icons';
    content: '\e315';
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 2px;
}
.tvcategory-chain-slider-category:hover {
    color: #fff;
}
.lang-rtl a.tvcategory-chain-slider-category:before{
    transform: rotate(180deg);
}
.tvcategory-chain-slider-all-link {
    margin-top: 13px;
    text-align: center;
}
.tvcategory-chain-slider-all-link a {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    border-color: #fff;
    padding: 11px 25px;
}
.btn.tvcategory-chain-slider-all-link {
    margin-top: 0px;
}
.btn.tvcategory-chain-slider-all-link:hover {
    background: none;
    border: none;
}
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn span:after,
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn:after,
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn:before {
    background-color: #D75F82;
}
.btn.tvcategory-chain-slider-all-link:hover span,
.btn.tvcategory-chain-slider-all-link:hover i {
    color: #000;
}

.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(17px + (21 - 16) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(11px + (16 - 11) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-all-link a {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
}

@media(max-width: 1200px) {
    .tvcategory-chain-content-wrapper {
        padding: 18px 19px;
    }
    .tvcategory-chain-title {
        margin-bottom: 15px;
    }
    .tvcategory-chain-title1 a {
        font-size: 19px;
        line-height: 15px;
        padding: 19px 15px;
    }
}
@media(max-width: 991px) {
    .tvcategory-chain-content-wrapper {
        opacity: 1;
        transform: translateY(0%);
    }
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
        padding: 50px 0;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
    .tvcategory-chain-title1 a {
        opacity: 0;
        visibility: hidden;
    }
    .tvcategory-chain-content-wrapper {
        opacity: 1;
        transform: translateY(0%);
    }
    .tvcategory-chain-slider-wrapper-info {
        padding: 0 10px;
    }
    .tvcategory-chain-slider-all-link a {
        padding: ;
    }
}