/**
* 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;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    margin: 0 -15px;
}
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider-inner-info-box.container {
    padding: 0;
}
.tvcategory-slider-info-title {
    display: block;
    margin-bottom: 11px;
    color: #000;
    font-size: 16px;
    font-family: Lora;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}
.tvcategory-slider-info-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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;
}
.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;
    margin-bottom: 1px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tvcategory-slider-wrapper-info a:hover {
    border-color: transparent;
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tvcategory-slider-info-box {
 
    position: relative;
    padding: 22px 19px;

}
.tvcategory-slider-items {
    display: block;
    font-weight: 400;
    color: #797979;
    font-size: 15px;
    line-height: 16px;
}
@media (max-width: 1440px) {
    .tvcategory-slider-info-title {
        font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (1440 - 280)));
        margin-bottom: calc(5px + (8 - 5) * ((100vw - 280px) / (1440 - 280)));
    }
    .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-box {
        padding: calc(10px + (25 - 10) * ((100vw - 280px) / (1440 - 280))) calc(12px + (16 - 12) * ((100vw - 280px) / (1440 - 280)));
    }
}
@media(max-width: 575px) {
    .tvcmscategory-slider-all-link {
        font-size: 15px;
        margin-top: 10px;
    }
    .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-info-box .tvcategory-slider-all-link svg {
        width: 26px;
        height: 13px;
    }
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    background-color:#643C00;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-link .tvcategory-slider-items, 
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title{
    color: #fff;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #fff;
}
.tvcmscategory-slider .tvcategory-img-block img {
    width: auto;
}
.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;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block img {
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    -ms-transform: scale3d(1.07, 1.07, 1.07);
    -o-transform: scale3d(1.07, 1.07, 1.07);
    -moz-transform: scale3d(1.07, 1.07, 1.07);
}