/**
* 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 {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    position: relative;
    padding: 0 15px 10px;
}
.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-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 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #FBFBFB;
    border-radius: 250px;
    display: inline-block;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    text-align: center;
}
.tvcategory-slider-items {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #8A8A8A;
}
.tvcategory-slider-info-box {
    position: relative;
    padding-bottom: 28px;
    padding-top: 38px;
    margin-top: -22px;
    background-color: #FFFFFF;
    border-radius: 0;
    text-align: center;
    border: 1px solid #E4E4E4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    border-color: #fff;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block {
    background-color: #CDA274;
}
.tvcategory-img-block img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    filter: invert(1);
}
.tvcategory-slider-info-title {
    display: inline-block;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.157;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
    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;
}
@media (max-width: 525px) {
    .tvcategory-slider {
        display: block;
    }
    .tvcategory-slider-main-title-wrapper {
        width: auto;
        /*padding: 35px 15px;*/
        margin-bottom: 15px;
    }
}