/**
* 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: -15px -15px;
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.tvcategory-chain-slider-wrapper:hover {
    border-color: transparent;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
    margin-block: 15px;
}
.tvcategory-chin-img-block {
    margin-left: auto;
    padding: 0;
    position: relative;
}
.tvcategory-chain-title {
    text-align: center;
    position: relative;
    padding: 25px 15px 12px;
}
.tvcategory-chain-title:after {
    position: absolute;
    content: "";
    width: 65%;
    height: 1px;
    background-color: #0000001c;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chin-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.tvcategory-chain-title a {
    color: #000;
    font-family: Marcellus;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.tvcategory-chain-slider-category-box {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: center;*/
    padding: 7px 25px 0;
}
.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}
/*.tvcategory-chain-slider-category:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 11px;
    background-image: url(../img/cate_icon.png);
    top: 1px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
.lang-rtl .tvcategory-chain-slider-category:after{
    left: auto;
    right: 0;
}*/
a.tvcategory-chain-slider-category {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    display: block;
    padding: 5px 5px;
    position: relative;
    margin-bottom: 5px;
}
.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;
    width: 100%;
    display: block;
    margin-top: 19px;
    margin-bottom: -22px;
}
.tvcategory-chain-slider-all-link a {
    border-radius: 55px;
    border: 1px solid #E4E4E4;
    padding: 13px 36px 11px;
    background-color: #fff;
    color: #000;
    display: inline-flex;
    text-transform: capitalize;
    position: relative;
    box-shadow: none;
}
.tvcategory-chain-slider-all-link a span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    display: flex;
    gap: 15px;
}
.tvcategory-chain-slider-all-link a:hover {
    background-color: #313415;
    border-color: #313415;
}
.tvcategory-chain-slider-all-link a:hover span {
    color: #fff;
}
@media (max-width:1600px) {
    a.tvcategory-chain-slider-category{
        font-size: calc(13px + (18 - 13) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-category-box{
        padding-inline: 15px;
    }
}
@media (max-width:1140px) {
    .tvcategory-chain-slider-all-link a span {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1140 - 280)));
        gap: 15px;
    }
    .tvcategory-chain-slider-all-link a span svg {
        width: calc(30px + (36 - 30) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-title a {
        font-size: calc(16px + (19 - 16) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: 5px;
    }
    .tvcategory-chain-title {
        padding: 15px 15px;
    }
    .tvcategory-chain-slider-category-box {
        padding: 15px 15px 0;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
}