/**
* 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-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;
}
.tvcmscategory-chain-slider .tvcms-main-title .tvmain-title h2{
    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-wrapper {
    padding: 20px 20px;
    border: 1px solid #DDD;
}
.tvcategory-chain-slider-category-box {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 10px 0;
}
.tvcategory-chain-slider-info-wrapper {
    position: relative;
    text-align: right;
    border-radius: 40px;
    align-items: center;
    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-slider-info-wrapper:hover {
    box-shadow: 0px 4px 84px 0px rgba(38, 60, 102, 0.20);
    border-color: #fff;
}
.tvcategory-chain-title {
    text-align: center;
    position: absolute;
    padding: 20px;
    top: auto;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
.tvcategory-chain-title a {
    display: block;
    letter-spacing: 0;
    padding: 15px 15px;
    width: 100%;
    background-color: #231616;
    color: #fff;
    font-size: 23px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}
.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 16px;
}
a.tvcategory-chain-slider-category {
    word-wrap: break-word;
    text-align: start;
    display: block;
    padding-inline-start: 20px;
    padding-inline-end: 2px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    color: #4F4545;
    opacity: 0.8;
}
.tvcategory-chain-slider-category:hover {
    color: #E29E31;
}
.tvcategory-chain-slider-category:after {
    content: '';
    position: absolute;
    font-family: 'Material Icons';
    width: 5px;
    height: 5px;
    background-color: #4F4545;
    left: 4px;
    border-radius: 100%;
    top: 32%;
    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: #E29E31;

}
.tvcategory-chin-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 30px;
}
.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: 1200px) {
    .tvcategory-chain-slider-wrapper {
        padding: 10px;
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 650px) {
    .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 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: #fff;
    background-color: #E29E31;
}
.tvcategory-chain-slider-inner-info-box {
    position: relative;
}