/**
* 2007-2022 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-2022 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*********************/
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
    /*background-color: #f7f7f7;*/
}
.tvcategory-chin-img-block img, 
.tvcategory-img-block img {
    width: auto !important;
    margin: 0 !important;
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    margin: 0;
    position: relative;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box span {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
    display: block;
    font-family: 'Rajdhani',sans-serif;
    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 {
    text-align: left;
    position: relative;
    background-color: #f7f7f7;
    margin: 0 0.5px;
    padding: 30px;
    z-index: 1;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box span {
    color: #e71d36;
}
.tvcategory-slider-wrapper-info:hover:after {
    height: 100%;
    opacity: 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-slider-wrapper-info:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    background-color: #ffffff;
    border-top: 2px solid #e71d36;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -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-short-desc {
    font: 400 14px/24px 'Roboto',sans-serif;
    color: #666666;
    letter-spacing: 0.5px;
}
.tvcategory-slider-wrapper-info a {
    position: relative;
    z-index: 1;
}
.tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
    text-align: left;
    display: inline-block;
    width: 52%;
}
.tvcategory-slider-main-title-wrapper .tvcms-main-title .tvmain-desc {
    /*margin-top: 30px;*/
}
.tvcategory-slider-next-pre-btn.tvcms-next-pre-btn {
    margin: 0 -5px;
    direction: ltr;
    text-align: left;
}
.lang-rtl .tvcategory-slider-main-title-wrapper {
    text-align: left;
}
.lang-rtl .tvcategory-slider-next-pre-btn.tvcms-next-pre-btn, 
.lang-rtl .tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
    text-align: right;
}
@media (max-width: 1440px) {
    .tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
        width: 80%;
    }
}
@media (max-width: 1280px) {
    .tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
        width: 95%;
    }
}
@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;
    }
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
    text-align: right;
}
.tvcategory-slider-inner-info-box {
  /*  margin-left: -15px;
    margin-right: -15px;*/
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .tvcategory-slider-main-title-wrapper {
        width: 40%;
    }
    .tvcategory-slider-inner-info-box {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .tvcategory-slider-pagination-wrapper.tv-pagination-wrapper {
        margin-top: 40px;
    }
    .tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 0;
    }
    .lang-rtl .tvcategory-slider-main-title-wrapper {
        float: right;
    }
}

@media (max-width: 768px) {
    .tvcategory-slider-main-title-wrapper {
        text-align: left;
    }
    .tvcategory-slider-pagination-wrapper.tv-pagination-wrapper {
        margin-top: 15px;
    }
}

.tvcategory-slider-prev.tvcmsprev-btn, 
.tvcategory-slider-next.tvcmsnext-btn {
    position: initial;
    display: inline-block;
    margin: 0 5px;
    transform: none;
}