/**
* 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;
    flex-wrap: wrap;*/
}
.tvcategory-slider-wrapper-info {
    padding: 0 10px;
    position: relative;
    text-align: center;
    border-radius: 4px;
}
.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-info-box {
    /*position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);*/
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -10px;
    margin-right: -10px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcmscategory-slider {
    margin-bottom: 50px;
}
.tvcategory-img-block {
    margin: auto;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tvcategory-img-block img {
    transition: all 0.25s ease-in-out;
    width: auto !important;
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    /*border-radius: 3px;*/
    padding: 0;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    z-index: 2;
    overflow: hidden;
    position: relative;
}
.tvcategory-slider-info-box {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 17px 5px 18px;
}
.tvcategory-slider-info-box span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #d90244;
}
.tvcategory-slider-wrapper-info a:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 3px;
    transform: translateY(100%);
    transform-origin: top;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    z-index: -1;
}
.tvcategory-slider-wrapper-info a:hover:before {
    background-color: #FFBD27;
    color: #fff;
    transform: translateY(0);
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block img {
    transform: scale3d(1.08, 1.08, 1.08);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block {
    background-color: transparent;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        /*padding: 0 10px 12px 10px;*/
    }
}