/**
* 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 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tvcategory-chain-slider-wrapper:hover {
    border-color: transparent;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .07);
}
.tvcategory-chain-slider-inner-info-box.row {
    margin: -15px;
    position: relative;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 15px 15px;
}
.tvcategory-chin-img-block {
    /* margin-left: auto; */
    padding: 0;
    /* width: 50%; */
    position: relative;
}
/* .tvcategory-chin-img-block:after {
    content: "";
    background-color: #E4E4E4;
    height: calc(100% - 70px);
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.lang-rtl .tvcategory-chin-img-block:after {
    right: auto;
    left: 0;
}
.tvcategory-chain-content-wrapper {
    padding: 20px 10px 20px 15px;
    text-align: center;
    /* width: 50%; */
}
.tvcmscategory-chain-slider .owl-stage-outer {
    overflow: visible;
}
.tvcategory-chain-content-wrapper {
    box-shadow: 0 0 10px #bbb5b5;
    padding: 20px 50px;
    transform: translateY(10%);
    background-color: #fff;
}
.tvcategory-chain-title {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.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: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.0526;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    transition: .4s ease;
}
/*.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 {
    color: #797979;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.0526;
    letter-spacing: 0.01em;
    display: block;
    padding-block: 5px;
    margin-bottom: 12px;
    position: relative;
    text-transform: capitalize;
    transition: .4s ease;
}
.tvcategory-chain-slider-category:hover {
    color: #000;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}
.tvcategory-chain-slider-all-link {
    text-align: center;
    display: block;
    margin-top: 17px;
}
.tvcategory-chain-slider-all-link a {
    padding: 15px 41px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    box-shadow: none;
    background: #fff0;
    /* border: 1px solid #e4e4e4; */
    position: relative;
}

/* .tvcategory-chain-slider-all-link a:after {
    background: #002D5A;
} */
.tvcategory-chain-slider-all-link a::after {
    content: normal;
}
.tvcategory-chain-slider-all-link a span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: 1px underline;
    text-underline-offset: 6px;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn:hover span {
    text-decoration: underline;
}
.tvcategory-chain-slider-all-link a:hover span {
    color: #002D5A;
}
.lang-rtl .tvcategory-chain-slider-all-link a {
    padding: 9px 17px 9px 15px;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
@media (min-width:1600px){
    /* .tvcategory-chin-img-block{
        width: 52.8%;
    } */
    /* .tvcategory-chain-content-wrapper{
        width: 47.2%;
    } */
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-title a {
        font-size: calc(17px + (22 - 17) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 14px;
    }
    .tvcategory-chain-slider-all-link a {
    padding: 15px 16px;
}
}
@media (max-width:767px) {
    .tvcategory-chain-slider-all-link a {
        padding: 10px 15px;
    }
    .tvcategory-chain-slider-all-link a span {
        font-size: calc(12px + (15 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
}
@media (max-width:370px) {
    .tvcategory-chin-img-block,
    .tvcategory-chain-content-wrapper {
        width: 100%;
        margin: 0;
    }
    .tvcategory-chin-img-block:after {
        display: none;
    }
}