/**
* 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-all-link {
    margin-top: 1px;
    text-align: center
}
.tvcategory-chain-slider-all-link .tvall-inner-btn {
    padding: 15px 26px;
    display: inline-table;
    /* margin-top: 20px; */
}
.tvcategory-chain-slider-all-link a:hover {
    color: #fff;
}
.tvcategory-chain-slider-all-link svg {
    margin-inline-start: 9px;
    vertical-align: middle;
}
.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}
.tvcategory-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-chain-slider-wrapper-info {
    margin: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
    margin-left: auto;
    /*overflow: hidden;*/
}
.tvcategory-chain-slider-category-box {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px 15px;
}
.tvcategory-chain-slider-info-wrapper {
    position: relative;
    text-align: right;
    border-radius: 10px;
    border: 1px solid #DDD;
    background-color: #fff;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
}
.tvcategory-chain-title {
    text-align: center;
    position: absolute;
    padding: 10px;
    top: auto;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
.tvcategory-chain-title a {
    display: block;
    padding: 7px 10px;
    width: 100%;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #222;
    background-color: #fff;
    border-radius: 7px;
}
.tvcategory-chain-slider-category {
    width: calc(50% - 12px);
    float: left;
    padding: 5px;
    margin: 0 6px;
    margin-bottom: 5px;
}
a.tvcategory-chain-slider-category {
    word-wrap: break-word;
    text-align: start;
    display: block;
    padding-inline-start: 28px;
    padding-inline-end: 2px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14286;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #150128;
    opacity: 0.8;
}
.tvcategory-chain-slider-category:hover {
    color: #000;
}
.tvcategory-chain-slider-category:after {
    content: '';
    position: absolute;
    font-family: 'Material Icons';
    width: 8px;
    height: 8px;
    background-color: #E8422A;
    left: 10px;
    border-radius: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.tvcategory-chain-slider-category:hover:after {
    background-color: #E8422a;
}
.tvcategory-chain-slider-category:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #FFA9B8;
    border-radius: 6px;
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tvcategory-chain-slider-category:hover:before {
    width: 100%;
}
.tvcategory-chin-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.tvcategory-chin-img img {
    z-index: 1;
    position: relative;
}
@media(max-width: 1440px) {
    .tvcategory-chain-title a {
        padding: 12px;
        font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1340 - 280)));

    }
    .tvcategory-chain-title {
        padding: 10px;
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1340 - 280)));

    }
}
@media(max-width: 1280px) {
    .tvcategory-chain-slider-all-link .tvall-inner-btn {
        padding: 13px 15px;
    }
    .tvcategory-slider-title-content-wrapper {
        padding-top: 30px;
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-slider-category-box {
        padding: 15px 0;
    }
}
@media(max-width: 330px) {
    .tvcategory-chain-slider-category {
        width: 100%;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
    .tvcategory-chain-slider-category-box {
        padding: 10px 0;
    }
    .tvcategory-chain-slider-all-link svg {
        height: 13px;
        width: 13px;
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn {
        margin-top: 0px;
    }
}
@media(max-width: 480px) {
    .tvcategory-chain-title a {
        padding: 10px;
    }
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 0;
    left: auto;
}
.tvcategory-chain-slider-info-wrapper:hover .tvcategory-chain-title a {
    color: #000;
    background-color: #FFA9B8;
}
.tvcategory-chain-slider-inner-info-box {
    position: relative;
}