/**
* 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-slider-content-box {
    display: flex;
    overflow: hidden;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    position: relative;
    margin-bottom: 1px;
}

.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    margin: 0 -15px;
}
.tvcmscategory-slider {
    position: relative;
    padding: 100px 0;
}
.tvcategory-slider-inner-info-box.container {
    padding: 0;
}
.tvcategory-slider-info-title span {
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    color: #000000;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tvcmscategory-slider-all-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #949494;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg {
    vertical-align: middle;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tvcategory-slider-all-link {
    position: relative;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #000;
}

.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tvcategory-slider-inner-info-box .owl-item.active:nth-of-type(even) .tvcategory-slider-wrapper-info
{
    margin-top: 52px;
}
.tvcategory-slider-info-title 
{
    padding: 17px 10px;
    text-align: center;
    border-radius: 0px 0px 12px 12px;
    background-color: #fff;  
    border: 2px solid transparent ; 
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title  {
    background-color: #A64826;
    border-color: #E4E4E4;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tvcategory-slider-info-link .tvcategory-slider-items {
    font-family: 'Poppins';
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #505050;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
@media (max-width: 1440px) {
    
    .tvcategory-slider-items {
        font-size: calc(13px + (15 - 13) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-slider-all-link {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-slider-info-title span{
        font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1199 - 280)));
    }
    .tvcategory-slider-info-box .tvcategory-slider-all-link svg {
        width: 26px;
        height: 13px;
    }
}

@media(max-width: 1200px) {
    .tvcategory-slider-info-title
    {
        padding: 11px 10px;
    }
    .tvcategory-slider-info-box
    {
        padding: 14px;
    }
}
    .tvcmscategory-slider .tvcategory-slider-wrapper-info:nth-child(2n-1) {
        /* margin-top: 75px; */
    }

    @media(max-width: 330px) {
        .tvcmscategory-slider {
            padding: 30px 0;

        }
    }
@media(max-width: 575px) {
    .tvcmscategory-slider-all-link {
        font-size: 15px;
        margin-top: 10px;
    }
    .tvcategory-slider-info-box {
        padding: 9px;
    }
    .tvcategory-slider-info-title {
        padding: 8px 8px;
        border-radius: 0px 0px 8px 8px;
    }
    .tvcategory-slider-inner-info-box .owl-item.active:nth-of-type(even) .tvcategory-slider-wrapper-info {
        margin-top: 30px;
    }
    .tvcategory-slider-info-box .tvcmscategory-slider-all-link svg {
        margin-inline-start: 4px;
        width: 20px;
    }
    .tvcategory-slider-inner-info-box {
        margin: 0 -7.5px;
    }
    .tvcategory-slider-wrapper-info {
        margin: 0 7.5px;
    }
}

.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-link .tvcategory-slider-items,
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title span {
    color: #fff;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #fff;
}
.tvcategory-slider-wrapper-info a .tvcategory-img-block img {
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

