/**
* 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 {
    /*display: inline-block;*/
}
.tvcmscategory-slider .owl-carousel .owl-item img {
    width: auto;
}
.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    padding: 0px 15px;
    text-align: center;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcmscategory-slider {
    margin-bottom: 30px;
}
.tvcategory-img-block {
    margin: auto;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    margin-bottom: 19px;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 25px;
}
.tvcategory-slider-info-box {
/*    padding: 0 10px 9px 10px;*/
    position: relative;
    color: #000;
    font-family: Roboto Slab;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
/*.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block {
    border-color: transparent;
}*/
/*.tvcategory-slider-info-box:after {
    position: absolute;
    content: "";
    background-color: #272727;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box:after {
    width: 98px;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}*/
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-img-block{
        margin-bottom: calc(14px + (19 - 14) * ((100vw - 280px) / (1200 - 280)));
    }
    .tvcategory-slider-wrapper-info a{
        padding-bottom: calc(15px + (25 - 15) * ((100vw - 280px) / (1200 - 280)));
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        margin: 0 -7.5px;
    }
    .tvcategory-slider-info-box {
        font-size: 15px
    }
    .tvcategory-slider-wrapper-info {
        padding: 7.5px 7.5px;
    }
}