/**
* 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-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: 10px 15px;
    /*position: relative;*/
    /*min-width: 212px;*/
    text-align: center;
}
.owl-item .tvcategory-slider-wrapper-info {
    /* min-width: initial; */
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-wrapper-info a {
    /*padding-bottom: 10px;*/
}
.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;
}
.tvcategory-slider-wrapper-info a {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #E3F1EF;
    /*padding-bottom: 10px;*/
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-info-box {
    color: #D11718;
}
.tvcategory-slider-info-box {
    text-transform: capitalize;
    position: relative;
    padding: 24px 5px 31px;
    word-break: break-all;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}
.tvcategory-slider-wrapper-info a:hover {
    background-color: #fff;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block {
    border-color: transparent;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-info-box {
        padding: 15px 5px 16px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-info-box {
        font-size: 14px;
    }
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        padding: 10px;
    }
}
@media(max-width: 360px) {
    .tvcategory-slider-info-box {
        font-size: 13px;
    }
}
.tvcategory-slider-wrapper-info a:hover {
    box-shadow: 2px 8px 38px 2px rgba(44, 44, 44, 0.1);
}