/**
* 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: 0 -15px;
}
.tvcategory-chain-slider-wrapper {
    /* border: 2px dashed #eee; */
    /* border-radius: 10px; */
    padding: 0;
    overflow: visible;
    background-color: #ffffff;
}
.tvcategory-chain-slider-wrapper-info:hover .tvcategory-chain-slider-wrapper{
    border-color    : #FC5451;
}
.owl-carousel.owl-drag .owl-item:nth-child(odd) .tvcategory-chain-slider-wrapper {
    /*background-color: #f5f5f5;*/
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.tvcategory-chin-img-block img {
    background-color: #f5f5f5;
    border-radius: 10px;
}
.tvcategory-chain-content-wrapper {
    padding: 18px 0 17px;
    text-align: center;
    border:1px #e4e4e4 solid;
    background-color: #F5F5F5;
    margin-top: 20px;
    border-radius: 10px;
}
.tvcategory-chain-title {
    text-align: center;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    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-weight: 700;
    font-size: 20px;
    font-family: 'Baloo Paaji 2';
    line-height: 18px;
    letter-spacing: 0.05em;
    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 {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    display: block;
    position: relative;
}
.tvcategory-chain-slider-category {
    width: 100%;
    float: none;
    padding-bottom: 13px;
}
    .tvcategory-chain-slider-category:hover {
    color: #F85F89;
}
.tvcategory-chain-slider-all-link {
    padding: 18px 29px 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: 15px;
    line-height: 15px;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 15px;
    font-weight: 600;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
}
/* a.tvcategory-chain-slider-category::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-left: 0;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
} */
.tvcategory-chain-content-wrapper{
    position: relative;
}
.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;
} 