/**
* 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: 70px;
}
.tvcategory-chain-slider {
    direction: ltr;
}
.tvcmscategory-chain-slider {
    background-color: #fdf9f4;
    margin-bottom: 30px;
    padding: 100px 0;
}
.tvcategory-chain-slider-wrapper {
    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: 10px;
}
.tvcategory-chain-slider-category-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}
.tvcategory-chain-title a {
    color: #222;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: 'Saol Display Regular';
}
.tvcategory-chain-slider-category {
    padding-bottom: 10px;
}
.tvcategory-chain-slider-category a {
    color: #666;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    position: relative;
}
.tvcategory-chain-slider-category a:hover:after,
.tvcategory-chain-slider-category a:hover {
    color: #cb9274;
}
.tvcategory-chain-slider-category a:after {
    content: '';
    height: 6px;
    width: 6px;
    background-color: #222;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 15px;
}
.tvcategory-chain-slider-category:last-child a:after{
    display: none;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
.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;
}
.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, #00000085);
    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;
}
.tvcategory-chain-slider-all-link,
.tvcategory-chain-slider-category a,
.tvcategory-chain-title a,
.tvcategory-chin-img-block:after,
.tvcategory-chain-slider-category a:after,
.tvcategory-chain-content-wrapper {
    -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;
    transition: all 0.3s ease-in-out;
}
.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: 40px;
    }
}
@media (max-width: 991px) {
    .tvcategory-chain-slider-wrapper .tvcategory-chain-content-wrapper {
        background-color: transparent;
    }
    .tvcategory-chain-slider-wrapper .tvcategory-chain-slider-category a,
    .tvcategory-chain-slider-wrapper .tvcategory-chain-title a {
        color: #fff;
    }
    .tvcategory-chain-slider-wrapper .tvcategory-chain-slider-category a:after {
        background-color: #fff;
    }
    .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: 50px 0;
    }
}