/**
* 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 {
    overflow: hidden;
    padding: 0;
    background-color: #ffffff;
}
.tvcategory-chain-slider-info-wrapper{
    background-image: url(../img/demo_bg.jpg);
    background-size: cover;
    padding: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}
.tvcmscategory-chain-slider .owl-carousel .owl-item img{
    width: auto !important;
}
.tvcmscategory-chain-slider .tvall-inner-btn{
    padding: 7px 47px 10px;
}
.tvcmscategory-chain-slider .tvall-inner-btn-cancel span, .tvcmscategory-chain-slider .tvall-inner-btn span
{
    font-size:  calc(12px + (16 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-family: mulish;
    text-transform: uppercase;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chain-slider-all-link{
    margin-top:  calc(8px + (11 - 8) * ((100vw - 280px) / (1920 - 280))) ;
    margin-bottom:  calc(8px + (14 - 8) * ((100vw - 280px) / (1920 - 280)));
}
.tvcategory-chin-img-block {
    padding: 0;
}
.tvcategory-chain-content-wrapper {
    text-align: center !important;
}
.tvcategory-chain-content {
    display: inline-block;
    text-align: start;
}
.tvcategory-chain-title {
    position: relative;
    padding-bottom: 17px;
}
.tvcategory-chain-title a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title a {
    color: #020C69;
}
.tvcategory-chain-slider-category {
    padding-bottom: 5px;
}
a.tvcategory-chain-slider-category {
    word-wrap: break-word;
    text-align: start;
    display: block;
    letter-spacing: 0.6px;
    color: #000;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}
.tvcategory-chain-slider-info-wrapper:hover{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
.tvcategory-chain-slider-category svg {
    margin-inline-end:  calc(3px + (8 - 3) * ((100vw - 280px) / (1920 - 280)));
    vertical-align: middle;
}
.tvcategory-chain-slider-category:hover::after {
    border-color: #020C69;
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 4px;
}
a.tvcategory-chain-slider-category:hover {
    color: #020C69;
}
.tvcategory-chain-slider-all-link i {
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
}
.tvcategory-chain-slider-all-link a {
    font-size:  calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    display: inline-block;
}

@media(max-width: 1600px) {
    a.tvcategory-chain-slider-category {
        font-size: calc(12px + (15 - 12) * ((100vw - 280px) / (1600 - 280)));
        padding-bottom: calc(5px + (8 - 5) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcategory-chain-slider-info-wrapper{
        padding: 35px;
    }
    .tvcategory-chain-slider-all-link.tvall-inner-btn{
        padding: 10px 30px;
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
    }
    .tvcategory-chain-slider-info-wrapper {
        padding: 30px;
    }
    .tvcategory-chain-slider-all-link.tvall-inner-btn {
        padding: 4px 20px 8px;
    }
}
@media (min-width: 1200px) {

}
.tvcategory-chain-content-wrapper a:last-child {
    /* padding-bottom: 0; */
}