/**
* 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;
}
.lang-rtl .tvcategory-main-title{
    direction: rtl;
}
.lang-rtl .tvcategory-main-title svg{
    transform: rotate(180deg);
}
.tvcategory-slider-wrapper-info {
    position: relative;
    margin: 0 15px;
}
.tvcategory-slider-wrapper-info::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 67px);
    background-image: url(../img/base.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.tvcategory-slider-wrapper-info:hover
{
    /* background: #FFFFFF;
box-shadow: 2px 8px 38px rgba(0, 0, 0, 0.07); */
}
.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: 18px;
    letter-spacing: 0.03em;
    color: #A0A0A0;
    font-family: 'Poppins';
}
.tvcategory-slider .tvcategory-img-block img {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    transform: scale(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-main-title svg    {
    color:#A0A0A0;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-main-title svg    {
    /* color:#000000; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.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: 26px 15px 17px;
    border-radius: 0px;
    text-align: center;
}
.tvcategory-slider-info-title {
    font-weight: 400;
    font-family: 'Baloo Paaji';
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 10px;
    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: #01B0ED;
} */
@media (max-width: 1200px) {
    .tvcategory-main-title svg{
        width: 20px;
        height: 18px;
    }
    .tvcategory-slider-info-box{
        padding: 15px;
    }
    .tvcategory-img-block{
        margin-bottom: -15px;
    }
    }
    @media (max-width: 767px) {
        .tvcategory-slider-info-box{
            padding: 10px;
        }
        }
@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);
   }
}   
