/**
* 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;
}
.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
    position: relative;
    min-width: 212px;
}
.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;
}
.tvcmscategory-slider {
    margin-bottom: 30px;
}
.tvcategory-img-block {
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #eee;
    background-image: linear-gradient(to top, #e5e5e5, #e9e9e9, #ededed, #f1f1f1, #f5f5f5);
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 5px;
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 45px;
    right: 45px;
    background-color: #000;
    text-align: center;
    border-radius: 5px;
}
.tvcategory-slider-title:hover .tvcategory-slider-info-box {
    background-color: #000000d1;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    display: block;
}
.tvcategory-slider-all-link {
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
    color: #222;
    opacity: 0;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.tvcategory-slider-title:hover .tvcategory-slider-all-link {
    display: inline-block;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    /*color: #4f5b3a;*/
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-info-box{
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .tvcategory-slider-info-box{
        font-size: 16px;
        left: 30px;
        right: 30px;
    }
}
@media (max-width: 650px){
    .tvcategory-slider-info-box{
        font-size: 15px;
    }
}