/**
* 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;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    position: relative;
    padding: 0 15px 5px;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.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;
}
/***** category slider *****/
.tvcmscategory-slider {
    margin-bottom: 100px;
}
.tvcategory-img-block {
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.tvcategory-img-block img {
    width: auto !important;
    margin: 0 !important;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-items {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #8A8A8A;
}
.tvcategory-slider-info-box {
    position: relative;
    padding-bottom: 17px;
    padding-top: 85px;
    margin-top: -63px;
    background-color: #FFFFFF;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    text-align: center;
}
.tvcategory-slider-info-title {
    display: inline-block;
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -ms-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
}
.tvcategory-slider-info-title svg {
    margin-inline-start: 11px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    animation: animName 7s linear infinite;
}
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 889px) {
    .tvcategory-slider-info-title {
        font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (889 - 280)));
    }
    .tvcategory-img-block img {
        max-width: 70px;
    }
    .tvcategory-slider-info-box {
        position: relative;
        padding-bottom: 17px;
        padding-top: 47px;
        margin-top: -32px;
    }
}
@media (max-width: 525px) {
    .tvcategory-slider {
        display: block;
    }
    .tvcategory-slider-main-title-wrapper {
        width: auto;
        /*padding: 35px 15px;*/
        margin-bottom: 15px;
    }
}