/**
* 2007-2023 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-2023 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;
    padding-left: 0px;
}
.tvcategory-chain-slider {
    direction: ltr;
}
.tvcmscategory-chain-slider {
    /*background-color: #fdf9f4;*/
    margin-bottom: 30px;
    /*padding: 100px 0;*/
}
.tvcategory-chain-slider-wrapper {
    border: 1px solid #eeeeee;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
    position: relative;
}
.tvcategory-chain-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}
.tvcategory-chain-slider-category-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}
.tvcategory-chain-title a {
    color: #1F262F;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 7px 16px;
    background-color: #fff;
    text-transform: uppercase;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title a {
    background-color: #000;
    color: #fff;
}
.tvcategory-chain-slider-category {
    padding-bottom: 14px;
    width: 50%;
    text-align: initial;
}
.tvcategory-chain-slider-category a {
    color: #1F262F;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-flex;
    padding: 5px 5px 4px;
    padding-left: 25px;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.tvcategory-chain-slider-category a:hover:after,
.tvcategory-chain-slider-category a:hover {
    color: #fff;
}
.tvcategory-chain-slider-category a:hover {
    /*background-color: #000;*/
}
.tvcategory-chain-slider-category a:before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    width: 0;
    min-height: 25px;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tvcategory-chain-slider-category a:hover:before {
    width: calc(100% + 5px)
}
.tvcategory-chain-slider-category a:after {
    position: absolute;
    display: inline-block;
    font-family: 'Material Icons';
    content: '\e315';
    font-size: 20px;
    left: 2px;
    color: #333333;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
      -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
/*.tvcategory-chain-slider-category a span{
    position: relative;
}
.tvcategory-chain-slider-category a span:after{
    content: '';
    position: absolute;
    left: 0;
    height: 25px;
    top: 0;
    bottom: 0;
}*/
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
.lang-rtl .tvcategory-chain-slider-category a:before{
    left: auto;
    right: 0;
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 5px;
    left: auto;
    transform: rotate(180deg) translate(0, 50%);
}
.tvcategory-chain-slider-main-title-wrapper .tvcms-main-title {
    /*text-align: initial;*/
}
.tvcategory-chain-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2:after {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}
.tvcategory-chain-slider-main-title-wrapper .tvcms-main-title .tvmain-desc {
    font-size: 18px;
    line-height: 30px;
}
.tvcategory-chain-slider-collection-link a {
    display: flex;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #252324;
    font-weight: 500;
    text-shadow: 0px 3px 2px rgb(0 0 0 / 12%);
}
.tvcategory-chain-slider-collection-link span {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #222;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.tvcategory-chain-slider-content-box {
    display: flex;
}
.tvcategory-chain-content-wrapper {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background-color: #fdf9f4;*/
    /*text-align: initial;*/
    padding: 15px 15px 0;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-content-wrapper {
    /*background-color: transparent;*/
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-slider-category a,
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title a {
    /*color: #fff;*/
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-slider-category a:after {
    /*background-color: #fff;*/
}
.tvcategory-chin-img-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #00000000, #00000059);
    height: 100%;
    opacity: 0;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chin-img-block:after {
    opacity: 1;
}
.tvcategory-chain-slider-all-link {
    opacity: 0;
    visibility: hidden;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-slider-all-link {
    opacity: 1;
    visibility: visible;
}
.lang-rtl .tvcategory-chain-slider-category a {
    padding: 0 25px 0 0;
    text-align: right;
}
.lang-rtl .tvcategory-chain-slider-category a:after {
    left: auto;
    right: 2px;
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
}
.tvcategory-chain-slider-all-link .tvall-inner-btn {
    margin: 10px 0 0 0;
}
@media (max-width: 1440px) {
    .tvcategory-chain-slider-main-title-wrapper {
        padding-left: 0px;
    }
}
@media (max-width: 991px) {
    .tvcategory-chain-slider-wrapper .tvcategory-chain-content-wrapper {
        background-color: transparent;
    }
    .tvcategory-chain-slider-wrapper .tvcategory-chin-img-block:after {
        opacity: 1;
    }
    .tvcategory-chain-slider-wrapper .tvcategory-chain-slider-all-link {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 575px) {
    .tvcmscategory-chain-slider {
        padding: 5px 0;
    }
    .tvcategory-chain-slider-category a {
        font-size: 15px;
    }
    .tvcategory-chain-content-wrapper {
        padding: 15px 10px 0;
    }
    .tvcmscategory-chain-slider .swiper-container-horizontal>.swiper-scrollbar{
        width: 94%;
    }
}
.lang-rtl .tvcategory-chain-slider-content-box.owl-theme.owl-carousel{
    direction: rtl;
}