/**
* 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: 0px 15px;
}
.tvcategory-chin-img-block {
    overflow: hidden;
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    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:hover {
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.07);
}
.tvcategory-chain-content-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    height: max-content;
    border-radius: 5px;
    margin: auto;
    z-index: 0;
    text-align: center;
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chin-img-block:before,
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-content-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chin-img-block:before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(46, 52, 60, 0.90);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-category-wrapper {
    text-align: start;
    display: inline-block;
}
.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-title {
    padding: 0 0 27px 0;
    position: relative;
}
.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-family: Plus Jakarta Sans;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.tvcategory-chain-title+a {
    margin-top: 6px;
}
/*.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: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    display: block;
    padding: 5px 0;
    margin-bottom: 16px;
    position: relative;
}
.tvcategory-chain-slider-category:hover {
    color: #e6af5D;
}
a.tvcategory-chain-slider-category:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 15px;
}
.tvcategory-chain-slider-category:hover:before {
    background-color: #e6af5D;
}
.tvall-inner-btn.tvcategory-chain-slider-all-link {
    padding: 16px 39px;
}
.tvcategory-chain-slider-all-link {
    margin-top: 24px;
    direction: ltr;
}
.tvcategory-chain-slider-link {
    position: relative;
    color: #fff;
}
.tvcategory-chain-slider-link:after {
    content: "";
    height: 22px;
    width: 22px;
    display: inline-block;
    border-radius: 22px;
    border: 1px solid #E6AF5D;
    vertical-align: middle;
    margin-left: -13px;
}
@media (max-width: 1440px) {
    .tvcategory-chain-title {
        padding-bottom: calc(15px + (27 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-title a {
        font-size: calc(20px + (25 - 20) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-title1 a {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(8px + (16 - 8) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-all-link {
        margin-top: calc(12px + (24 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category:before {
        margin-inline-end: calc(9px + (15 - 9) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chin-img-block:before,
    .tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title1,
    .tvcategory-chain-content-wrapper {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .tvcategory-chain-title1 a {
        opacity: 1;
        visibility: visible;
    }
    .tvall-inner-btn.tvcategory-chain-slider-all-link {
        padding: 14px 30px;
    }
}
@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;
    }
}