/**
* 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;
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    border: 1px  #E4E4E4 solid;
    /*background-color: #f7f7f7;*/
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    text-align: center;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0%, 81% 100%, 0% 100%);
    padding: 15px 84px 13px 25px;
    display: flex;
    align-items: center;
    transition: all 0.6s 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{
    background-color: #F8581D;
}
.tvcategory-slider-info-box span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    line-height: 20px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box span {
    color: #fff;
}
.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #F8581D;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    text-align: center;
    position: relative;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box{
        top: 0;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
}
.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;
    }
}