/**
* 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 {
     border: 1px solid #f5f5f5; 
    border-radius: 10px;
    overflow: visible;
    /* background-color: #fff; */
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px 5px ;
}
.tvcategory-chin-img-block {
    border-radius: 0;
    /*border: 1px #e4e4e4 solid;*/
    overflow: hidden;
}
.tvcategory-chain-content-wrapper {
    margin: 0 40px;
    text-align: start;
    padding: 20px 30px;
    margin-top: -70px;
    position: relative;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.tvcategory-chain-content-wrapper a:last-child{
    /*padding-bottom: 0;*/
}
.tvcategory-chain-title {
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
}
.tvcategory-chain-title a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tvcategory-chain-title a {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.31;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #222222;
    position: relative;
    padding-bottom: 10px;
}
/*.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: #182918;
    font-size: 15px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.01em;
    padding-left: 12px;
    position: relative;
}
a.tvcategory-chain-slider-category:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 0;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    margin-bottom: 18px;
}
.tvcategory-chain-slider-category:hover {
    color: #63AD05;
}
.tvcategory-chain-slider-category:hover:before {
    background-color: #63AD05;
}
.tvcategory-chain-slider-all-link a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}
.tvcategory-chain-slider-all-link a:hover {
    color: #000;
}
.btn.tvcategory-chain-slider-all-link {
    min-width: 160px;
    min-height: 40px;
    background-color: #F5F5F5;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* margin-bottom: -22px; */
    margin-top: 2px;
    width: 130px;
    padding: 14px 10px 11px;
}
.btn.tvcategory-chain-slider-all-link span,
.btn.tvcategory-chain-slider-all-link i {
    color: #000;
}
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn span:after,
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn:after,
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn:before {
    background-color: #01996D;
}
.btn.tvcategory-chain-slider-all-link:hover span,
.btn.tvcategory-chain-slider-all-link:hover i {
    color: #fff;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
    .tvcategory-chain-content-wrapper{
        margin: 0 20px;
    }
}
@media(max-width: 425px) { 
    .tvcategory-chain-content-wrapper {
        padding: 20px 10px;
    }
}
@media(max-width: 375px) { 
    .tvcategory-chain-content-wrapper {
        margin: 0 10px;
        padding: 20px 0;
    }
}
.tvcategory-chain-content-wrapper .tvcategory-chain-slider-category svg {
    margin-inline-end: 5px;
}
.tvcategory-chain-content-wrapper .tvcategory-chain-slider-category svg path{
    fill: #01996D;
}