/**
* 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;
    border: 11px solid #F6F6F6;
    margin: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}

.tvcategory-slider-wrapper-info:hover
{
    border: #fff;
    box-shadow: 2px 8px 38px 2px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.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 {
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-items {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #9B9B9B;
    font-family: 'Poppins';
}
.tvcategory-slider-items i {
    font-size: 0px;
    height: 10px;
    width: 32px;
    background-image: url(../img/right.png);
    margin-inline-start: 10px;
}
.tvcategory-slider-info-box {
    position: relative;
    padding-bottom: 25px;
    border-radius: 0px;
    text-align: center;
}
.tvcategory-slider-info-title {
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    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-wrapper-info:hover .tvcategory-img-block img {
    /* animation: animName 7s linear infinite; */
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title {
    color: #BC7289;
}

@media (max-width: 1440px)
{
    .tvcategory-slider-info-title
    {
        font-size: 19px;
        line-height: 19px;

    }
}
@media (max-width: 525px) {
    .tvcategory-slider {
        display: block;
    }
    .tvcategory-slider-main-title-wrapper {
        width: auto;
        /*padding: 35px 15px;*/
        margin-bottom: 15px;
    }
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}   
