/**
* 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 {
    position: relative;
    margin: -15px -15px;
}

.tvcategory-chain-slider-wrapper {
    border-radius: 10px;
    overflow: visible;
    display: flex;
    /* margin: 0 -15px; */
    /* flex-wrap: wrap; */
    align-items: center;
    background-color: #F6F6F6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tvcategory-chain-slider-wrapper:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.13);
    border-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.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: visible;
    padding-inline-end: 15PX;
    position: relative;
    /* width: calc(50% - 21px); */
}
.tvcategory-chin-img-block img {
   border: 2px solid #E0E0E0;
   background-color: #fff;
   border-radius: 10px 0px 0px 10px;
}

.tvcategory-chain-content-wrapper {
    padding-inline-start: 15px;
    /* width: calc(50% + 21px); */
    text-align: start;
}

.tvcategory-chain-title {
    padding: 16px 0 22px 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-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    /* display: inline-block; */
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}

/*.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: 400;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #A7A7A7;
    padding-inline-start: 21px;
    padding-bottom: 26px;
}
a.tvcategory-chain-slider-category:last-child{
    padding-bottom: 16px;
}
a.tvcategory-chain-slider-category:hover:before{
     border-color: #01B0ED;
}
.tvcategory-chain-slider-category:hover {
    color: #01B0ED;
}

.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;
    }
    .tvcategory-chain-slider-wrapper-info{
        margin: 7px 7px
    }
    .tvcategory-chain-slider-inner-info-box {
        margin: -7px -7px;
    }
}

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;
}
.lang-rtl  a.tvcategory-chain-slider-category::before{
    right: 1px;
}
a.tvcategory-chain-slider-category::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    /* background-image: url(../img/chain-pattern.png); */
    left: 1px;
    top: 20%;
    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: transparent;
    border: 1px solid #7c7c7c;
    /* -webkit-mask-image: url(../img/chain-pattern.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%; */
}

.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 .tvcategory-chain-title a {
    color: #1D1D1D;
} */
@media (max-width: 1140px) {

a.tvcategory-chain-slider-category{
    padding-bottom: 21px;
}
}
@media (max-width: 991px) {
    a.tvcategory-chain-slider-category {
        font-size: 16px;
       padding-bottom: 15px;
       line-height: 16px;
    }
    .tvcategory-chin-img-block{
        padding-inline-end: 8px;
        width: calc(50% - 14px);
    }
    .tvcategory-chain-content-wrapper{
        /* width: calc(50% + 14px); */
        padding-inline-start: 8px;
        padding-inline-end: 8px;
    }

    .tvcategory-chain-title a {
        font-size: 20px;
    }
}
@media (max-width: 850px) {
.tvcategory-chin-img-block {
    padding-inline-end: 5px;
    width: calc(55% - 14px);
}
.tvcategory-chain-content-wrapper{
    /* width: calc(45% + 14px); */
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}
.tvcategory-chain-title{
    padding: 15px 0;
}
}

@media (max-width: 768px) {
    a.tvcategory-chain-slider-category {
        font-size: 14px;
    }
    .tvcategory-chain-title a {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .tvcategory-chin-img-block{
        width: 100%;
        padding: 0;
    }
    .tvcategory-chain-content-wrapper{
        width: 100%;
        padding: 0 15px;
    }
    .tvcategory-chain-slider-wrapper{
        flex-wrap: wrap;
     }
     .tvcategory-chin-img-block img{
        border-radius: 10px;
    }
}
@media (max-width: 400px) {
    .tvcategory-chin-img-block {
        padding-inline-end: 0px;
        width: auto;
        margin: auto;
    }

}
/* @media (max-width: 360px) {
    .tvcategory-chin-img-block{
        width: 50%;
        padding: 0;
    }
    .tvcategory-chain-content-wrapper {
       padding: 0 8px;
    }
} */