/**
* 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-inner-info-box {
    margin: -15px -15px;
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    overflow: visible;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #EDF1F0;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}
/* .tvcategory-chain-slider-wrapper:hover .tvcategory-chain-content-wrapper {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
} */
.owl-carousel.owl-drag .owl-item:nth-child(odd) .tvcategory-chain-slider-wrapper {
    /*background-color: #f5f5f5;*/
}
.tvcategory-chain-slider-wrapper-info {
    margin: 15px 15px;
   
}
.tvcategory-chin-img-block {
    padding: 0;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.lang-rtl .tvcategory-chin-img-block,
.lang-rtl .tvcategory-chin-img-block img{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.tvcategory-chin-img-block img {
    background-color: #F6F6F6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tvcategory-chain-content-wrapper {
    /* padding: 20px 0; */
    padding-inline-start: 20px;
    text-align: start;
    /* position: absolute; */
    /* left: 0; */
    border-radius: 8px;
    display: inline-block;
    right: 0;
    top: auto;
    /* bottom: 15px; */
    height: max-content;
    margin: auto;
    margin-inline-start: 10px;
}
.tvcategory-chain-title {
    padding: 14px 0 14px 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 {
    font-size: 22px;
    font-family: 'El Messiri';
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #182918;

}
/*.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;
}*/
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
a.tvcategory-chain-slider-category {
    display: block;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.25;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #182918;
    font-family: 'Poppins';
}
.tvcategory-chain-slider-category:hover {
    color: #4E7661;
}

.tvcategory-chain-slider-all-link {
    padding: 0px 19px 0;
}
.tvcategory-chain-slider-all-link a{
    display: block;
    text-align: center;
    padding: 18px 30px;
}
/*.tvcategory-chain-slider-all-link a {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: normal;
    padding: 10px 19px 9px;
    display: block;
}*/
.tvcategory-chain-slider-all-link a span{
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 15px;
    font-weight: 400;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
a.tvcategory-chain-slider-category::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-inline-end: 10px;
    transform: translateY(-3px);
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}
.tvcategory-chain-content-wrapper::before{  
    position: absolute;
    /* content: ''; */
    top: -18px;
    left: 0;
    right: 0;
    width: 10px;
    height: 18px;
    z-index: 1;
    margin: auto;
    border-bottom: 15px solid #F5F5F5;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.tvcategory-chain-content-wrapper a.tvcategory-chain-slider-category:first-child{
    padding-top: 10px;
} 
.tvcategory-chain-slider-wrapper:hover {
    /* border-color: #FE8159; */
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title a {
    color: #4E7661;
}
@media(min-width:1200px){
    .tvcategory-chin-img-block{
        width: 47.2%;
    }
    .tvcategory-chain-content-wrapper{
        /* width: 50.8%; */
    }
}
/* @media(max-width:850px){

    } */
@media(min-width:680px) and (max-width:850px){
    .tvcategory-chain-title a {
        font-size: 17px;
    }
    a.tvcategory-chain-slider-category{
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 5px;
    }
        
    .tvcategory-chain-content-wrapper{
        padding-inline-start: 5px;
    }

}
@media(max-width:480px){
a.tvcategory-chain-slider-category{
    font-size: 14px;
}
a.tvcategory-chain-slider-category{
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
}
.tvcategory-chain-content-wrapper{
    padding-inline-start: 5px;
}
}
@media(max-width:350px){
.tvcategory-chain-slider-wrapper {
     flex-wrap: wrap;
}
}