/**
* 2007-2025 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-2025 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 {
    background-color: #111111;
    position: relative;
    padding-bottom: 100px;
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    margin: auto;
    overflow: hidden;
    /*background-color: #f7f7f7;*/
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: -100px;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    background-color: #ffffff;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.tvcategory-slider-info-box span {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
}
.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #e53f29;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #e53f29;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    /*background: #f7f7f7;*/
    border: 5px solid #2b2b2b;
    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;
    }
}
.tvcmscategory-slider:after {
    content: '';
    background-image: url(../img/category_bg-1.png);
    width: 472px;
    height: 476px;
    display: block;
    position: absolute;
    bottom: -80px;
    left: -250px;
    z-index: 0;
}
.tvcmscategory-slider:before {
    content: '';
    background-image: url(../img/category_bg-2.png);
    width: 303px;
    height: 305px;
    display: block;
    position: absolute;
    top: -200px;
    right: -150px;
    z-index: 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;
    }
}