/**
* 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-radius: 0;
    overflow: visible;
    border: 4px solid #F6F6F6;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    padding: 15px;
}


.tvcategory-chain-content-wrapper{
    position: relative;
}
.tvcategory-chain-content-wrapper::before
{
    content: '';
    height: 316px;
    width: 4px;
    background-color:  #F6F6F6;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* margin-left: -15px; */
    position: absolute;
}
.tvcategory-chain-slider-inner-info-box {
    position: relative;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 15px 15px;
}
.tvcategory-chin-img-block {
    overflow: hidden;
}
.tvcategory-chain-content-wrapper {
    padding: 10px 35px 0;
    text-align: start;
    padding-inline-end: 0;
}
.tvcategory-chain-title {
    padding: 0 0 15px 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-weight: 500;
    font-family: 'Poppins';
    font-size: 24px;
    line-height: 18PX;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
a.tvcategory-chain-slider-category {
    color: #757575;
    font-size: 18px;
    line-height: 40PX;
    font-weight: 400;
    display: block;
    letter-spacing: 0.03em;
    position: relative;
    padding-inline-start: 21px;
    font-family: 'Poppins';
}
a.tvcategory-chain-slider-category::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    left: 1px;
    border-radius: 50px;
    top: 45%;
    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: #E2E2E2;
    
}
a.tvcategory-chain-slider-category:hover::before 
{
    background-color: #BC7289;
}
.tvcategory-chain-slider-category:hover {
    color: #BC7289;
}
.tvcategory-chain-content-wrapper:hover::before
{
background-color: #fff;
}
.tvcategory-chain-slider-wrapper:hover 
{
    background: #FFFFFF;
    border: #fff;
box-shadow: 0px 4px 16px rgb(0 0 0 / 13%);   
}
.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: #E2393C;
}
.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;
    }
   
}

@media(max-width: 480px)
{
    .tvcategory-chain-slider-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 330px){
    .tvcategory-chain-content-wrapper,
    .tvcategory-chin-img-block{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .tvcategory-chain-content-wrapper{
        padding: 10px;

    }
}