/**
* 2007-2023 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-2023 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*********************/
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    overflow: hidden;
    position: relative;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    border-radius: 5px;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    display: flex;
    justify-content: space-between;
    padding: 11px 23px;
    background-color: #FFFFFF;
    -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-info-box .tvcategory-slider-info-title {
    position: relative;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title span {
    display: inline-block;
    color: #000;
    font-family: Boogaloo;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    -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 .tv-img-responsive:hover{
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.10);
}
/* .tvcategory-slider-info-box span,
.tvcategory-img-block img {
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
} */
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.tvcategory-img-block img{
    border-radius: 5px;
}
.tvcategory-slider-wrapper-info:hover{
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.10);
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box {
        top: 0;
    }
    .tvcategory-slider-wrapper-info {
        margin: 0 7.5px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-info-box span {
        font-size: 15px;
    }
}
.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;
    }
}