/**
* 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 {
    border: 0.5px solid #e8e8e8;
    overflow: visible;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px 25px;
}
.tvcategory-chin-img-block {
    margin-left: auto;
    padding: 0;
}
.tvcategory-chain-content-wrapper {
    padding: 15px;
    padding-inline-start: 10px;
    padding-inline-end: 15px;
    text-align: start;
}
.tvcategory-chain-title {
    padding-bottom: 20px;
    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 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #000000;
    text-transform: uppercase;
}
.tvcategory-chain-slider-category a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 0.02em;
    color: #767676;
}
.tvcategory-chain-slider-inner-info-box{
    position: relative;
}
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
.tvcategory-chain-title:after {
    position: absolute;
    /* content: ""; */
    width: 70%;
    height: 1px;
    background-color: #f0f0f0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
a.tvcategory-chain-slider-category {
    display: block;
    margin-bottom: 14px;
    position: relative;
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
    padding-inline-start: 34px;
    padding-inline-end: 2px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #B4B4B4;
}
a.tvcategory-chain-slider-category:last-child{
    margin-bottom: 0;
}
.tvcategory-chain-slider-category:hover {
    color: #A56710;
}
.tvcategory-chain-slider-all-link a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing: .5px;
    /* line-height: 42px; */
}
.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 {
    min-width: 160px;
    min-height: 40px;
    background-color: #F5F5F5;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
    padding: 13px 10px 10px;
}
.tvcategory-chain-slider-all-link:hover {
    background-color: #000;
}
.tvcategory-chain-slider-all-link:hover span,
.tvcategory-chain-slider-all-link:hover i {
    color: #fff;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
.tvcategory-chain-slider-category:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
/*    background-image: url(../img/chain-pattern.png);*/
    left: 1px;
    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%);
    background-color: #B4B4B4;
    -webkit-mask-image: url(../img/chain-pattern.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: url(../img/chain-pattern.png);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.tvcategory-chain-slider-category:hover:after {
    background-color: #A56710;
}
.lang-rtl .tvcategory-chain-slider-category:after {
    left: auto;
    right: 1px;
}
.owl-carousel .owl-item .tvcategory-chin-img-block img {
    width: auto;
    margin: 0;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-slider-inner-info-box{
        margin: 0 -7.5px;
    }
    .tvcategory-chain-slider-wrapper-info{
        padding: 0 7.5px;
    }
}
@media(max-width: 881px) {
    .tvcategory-chain-content-wrapper {
        padding-inline-start: 13px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
}
@media (min-width: 890px) {
    .tvcategory-chin-img-block {
        width: 46.5%;
    }
    .tvcategory-chain-content-wrapper {
        width: 53.5%;
    }
}
@media(max-width: 350px) {
    .tvcategory-chin-img-block,
    .tvcategory-chain-content-wrapper {
        width: 100%;
    }
}