/**
* 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*********************/
.tvcmscategory-slider {
    position: relative;
    padding: 100px 0;
    margin-bottom: 100px;
    background-color: #f7f7f7;
}
.tvcategory-slider-wrapper-info {
    padding: 15px;
    position: relative;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcategory-slider {
    /*display: flex;*/
    /*align-items: center;*/
    display: block;
}
.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn {
    color: #ffffff;
    font-size: 12px;
    z-index: 4;
    position: relative;
}

.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn i {
    font-size: 13px;
}
.tvcategory-img-block {
    margin: auto;
    position: relative;
    overflow: hidden;
    border: none;
    background: #F5F5F5;
    border: 1px solid #f2f2f2;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-items {
    font-size: 13px;
    color: #000;
    letter-spacing: .5px;
    font-weight: 400;
}
.tvcategory-slider-items i {
    font-size: 15px;
}
.tvcategory-slider-info-box {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    position: relative;
    padding-top: 27px;
    padding-bottom: 15px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title {
    color: #fff;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    padding: 6px;
    border: 1px solid #f2f2f2;
}
.tvcategory-slider-wrapper-info:hover {
    background: linear-gradient(94.67deg, #540577 0%, #6F6BAF 55.52%, #1393EB 106.48%);
}
/***** end category slider *****/
@media (max-width: 991px){
    .tvcategory-slider-info-box{
        font-size: 24px;
    }
       .tvcmscategory-slider{
        padding: 50px 0;
    }
}
@media (max-width: 525px) {
    .tvcategory-slider {
        display: block;
    }
    .tvcategory-slider-main-title-wrapper {
        width: auto;
        /*padding: 35px 15px;*/
        margin-bottom: 15px;
    }
        .tvcmscategory-slider{
        padding: 30px 0;
    }
}
.tvcategory-slider .tvcategory-img-block img {
    width: auto;
}