/**
* 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 {
    margin: 0 -15px;
}
.tvcategory-chain-slider-wrapper {
    border-radius: 5px;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px;
    margin-bottom: 1px;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    width: 59.3%;
    padding: 14px;
}
.tvcategory-chin-img-block img {
    border-radius: 5px;
}
.tvcategory-chain-content-wrapper {
    display: inline-block;
    width: 40.7%;
    padding: 14px;
    padding-inline-start: 0;
    text-align: center;
}
.tvcategory-chain-category-wrapper {
    text-align: start;
    display: inline-block;
}
.tvcategory-chain-title {
    padding-bottom: 18px;
    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: calc(15px + (19 - 15) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.19px;
    text-transform: capitalize;
}
a.tvcategory-chain-slider-category {
    display: block;
    position: relative;
    width: 100%;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    padding-bottom: 19px;
    color: #636262;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 15px;
    font-weight: 400;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn {
    padding: 10px 13px 9px;
    margin-bottom: 0;
    margin-top: 6px;
    display: block;
    text-align: center;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn span {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3334;
    letter-spacing: 0.24px;
}
@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: #636262;
    border-radius: 50%;
    display: inline-block;
}
.tvcategory-chain-slider-category:hover {
    color: #272727;
}
.tvcategory-chain-slider-category:hover::before {
    background-color: #272727;
}
.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-slider-wrapper+.tvcategory-chain-slider-wrapper {
    margin-top: 30px;
}
@media(max-width: 1500px) {
    .tvcategory-chain-content-wrapper {
        width: 40%;
    }
    .tvcategory-chin-img-block {
        width: 60%;
    }
}
@media(max-width: 370px) {
    .tvcategory-chain-content-wrapper,
    .tvcategory-chin-img-block {
        width: 100%;
        padding: 14px;
    }
    .tvcategory-chain-slider-wrapper-info {
        display: block;
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn {
        margin-inline-end: 0;
    }
}