/**
* 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-wrapper {
    /* background-color: #fff; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
    margin-block: 11px;
}
.tvcategory-chin-img-block {
    padding: 0;
    border: 1px solid #B97955;
}
.tvcategory-chain-content-wrapper {
    padding: 20px 10px 20px 15px;
    text-align: center;
    background: #FBF3EF;
    border: 1px solid #B97955;
    margin-inline-start: -30px;
}
@media (min-width: 1200px) {
    .tvcategory-chin-img-block {
        width: 63.1%;
    }
    .tvcategory-chain-content-wrapper {
        width: calc(36.9% + 30px);
    }
}
.tvcategory-chain-title {
    text-align: center;
    position: relative;
    padding-bottom: 26px;
}
.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: 25px;
    line-height: 0.88;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}
/*.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 {
    display: block;
    padding-bottom: 22px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}
.tvcategory-chain-slider-category:hover {
    color: #B97955;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}
.tvcategory-chain-slider-all-link {
    text-align: center;
    display: block;
    margin-top: calc(10px + (18 - 10) * ((100vw - 280px) / (1920 - 280)));
}
.tvcategory-chain-slider-all-link a {
    /* background-color: #B97955;
    border: 1px solid #B97955; */
    padding: 10px 23px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.lang-rtl .tvcategory-chain-slider-all-link a {
    padding: 9px 17px 9px 15px;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
@media(max-width: 1340px) {
    .tvcategory-chain-title a {
        font-size: calc(18px + (20 - 18) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-title a {
        font-size: calc(17px + (22 - 17) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
        padding-bottom: 16px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
}
@media (max-width:370px) {
    .tvcategory-chin-img-block,
    .tvcategory-chain-content-wrapper {
        width: 100%;
        margin: 0;
    }
    .tvcategory-chain-content-wrapper{
        margin-top: 10px;
    }
}