/**
* 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;
}
.tvcategory-chain-slider-wrapper {
    border: 1px solid #E4E4E4;
    border-radius: 0;
    /* overflow: hidden; */
    padding: 0;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tvcategory-chain-slider-wrapper:hover {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
    -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-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
}
.tvcategory-chain-content-wrapper {
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tvcategory-chain-content-wrapper:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lang-rtl .tvcategory-chain-content-wrapper:before{
    right: 0;
    left: auto;
}
.tvcategory-chain-title {
    position: relative;
    margin-bottom: 26px;
    display: inline-block;
}
.tvcategory-chain-slider-inner-info-box {
    position: relative;
    margin: 0 -15px;
}
.tvcategory-chain-title a {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: 0.75px;
    text-transform: capitalize;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title a {
    color: #C29545;
}
.tvcategory-chain-slider-category {
    padding-bottom: 18px;
}
a.tvcategory-chain-slider-category {
    word-wrap: break-word;
    display: block;
    position: relative;
    color: #A1A1A1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.54px;
    text-transform: capitalize;
}
.tvcategory-chain-slider-category:hover::after {
    background-color: #C29545;
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 4px;
}
a.tvcategory-chain-slider-category:hover {
    color: #C29545;
}
.tvcategory-chain-slider-all-link i {
    font-size: 14px;
    line-height: 1;
    margin-inline-start: 4px;
    color: #000;
    font-weight: 900;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn {
    margin-top: 21px;
    padding: 10px 25px;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn span
{
    font-weight: 700;
    font-size: 15px;
    line-height: 1.33;
    font-family: Mulish;
    color: #fff;
    letter-spacing: 0.3px;
}
.tvcategory-chain-slider-wrapper:hover
{
    border-color:#fff ;
}
.tvcategory-chain-slider .owl-carousel .owl-item img {
    width: auto;
}
@media(max-width: 1440px) {
    .tvcategory-chain-title a {
        font-size: calc(18px + (19 - 18) * ((100vw - 280px) / (1400 - 280)));
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn {
        margin-top: 0;
        padding: 10px 22px;
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn span
    {
        font-size: 13px;
    }
    .tvcategory-chain-slider-all-link a span {
        font-size: calc(12px + (16 - 12) * ((100vw - 280px) / (1400 - 280)));
    }
    .tvcategory-chain-title {
        margin-bottom: calc(12px + (18 - 12) * ((100vw - 280px) / (1400 - 280)));
    }
    .tvcategory-chain-content-wrapper {
        padding: calc(12px + (18 - 12) * ((100vw - 280px) / (1400 - 280)));
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    a.tvcategory-chain-slider-category {
        font-size: 14px;
    }
}
@media(max-width: 650px) {
    .tvcategory-chain-slider-wrapper {
        display: block;
    }
    .tvcategory-chin-img-block,
    .tvcategory-chain-content-wrapper {
        width: 100%;
    }
    a.tvcategory-chain-slider-category,
    .tvcategory-chain-content-wrapper {
        text-align: center;
    }
    .tvcategory-chain-slider-category {
        padding-bottom: 12px;
    }
    .tvcategory-chain-content {
        display: block;
    }
    .tvcategory-chain-content-wrapper:before {
        display: none;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
    }
}