/**
* 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 ***************/
.tvcategory-slider-content-box {
    display: flex;
    overflow: hidden;
    z-index: 1
}
.tvcategory-slider-wrapper-info {
    /*display: inline-block;*/
}
.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcmscategory-slider {
    overflow: hidden;
}
.tvcategory-img-block {
    margin: auto;
    border-radius: 3px;
    overflow: hidden;
    /*background-color: #f7f7f7;*/
}
.tvcategory-slider-inner-info-box {
    background-color: #0000;
    border: none;
    margin-left: 0;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    position: relative;
}
.tvcategory-slider-all-link a {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.tvcategory-slider-all-link a i {
    transform: rotate(45deg);
    margin-left: 5px;
    /*font-size: 16px;*/
}
.tvcategory-slider-info-box {
    text-align: center;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    /*color: #ffbe00;*/
}
/*.tvcategory-slider-info-box:after {
    position: absolute;
    content: "";
    background-color: #ffbe00;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box:after {
    width: 50px;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}*/
.tvcategory-slider-wrapper-info {
    padding: 0px 15px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 10px 12px 10px;
    }
}
.tvcategory-slider .tvcms-main-title {
    text-align: left;
    display: inline-block;
}

.tvcategory-slider-info-box span {
    position: relative;
    z-index: 1;
}

.tvcategory-slider-info-title {
    padding: 45px 15px;
    font-family: DM Serif Display;
    font-size: 32px;
    line-height: normal;
    display: block;
    color: #FFFFFF;
    letter-spacing: 2px;
    position: relative;
}
.tvcategory-slider-inner-images {
    display: flex;
}
.tvcategory-slider-inner-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    background-size: cover;
    background-position: center center;
}
.tvcategory-slider-inner-images img.active {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
.tvcategory-slider-wrapper-info {
    position: relative;
    height: 840px;
    padding: 0;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, .3);
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
/*.tvcategory-slider-wrapper-info.active .tvcategory-slider-info-title{
    background-color: #F3A032;
    color: #000;
}*/
.tvcategory-slider-wrapper-info .tvcategory-slider-info-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #F3A032;
    z-index: -1;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title:after,
.tvcategory-slider-wrapper-info.active .tvcategory-slider-info-title:after {
    height: 100%;
}
.tvcategory-slider-wrapper-info span.tvcategory-slider-all-link {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 25px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2;
}
.tvcategory-slider-wrapper-info:hover span.tvcategory-slider-all-link {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
@media (max-width: 1280px) {
    .tvcategory-slider-info-title {
        font-size: 30px;
    }
    .tvcategory-slider-wrapper-info {
        height: 730px;
    }
}
@media (max-width: 1199px) {
    .tvcategory-slider-wrapper-info {
        height: 700px;
    }
}
@media (max-width: 991px) {
    .tvcategory-slider-wrapper-info {
        height: 600px;
    }
    .tvcategory-slider-info-title {
        font-size: 25px;
        padding: 40px 15px;
        letter-spacing: 1.5px;
    }
}
@media (max-width: 768px) {
    .tvcategory-slider-wrapper-info {
        height: 460px;
    }
    .tvcategory-slider-info-title {
        font-size: 20px;
        padding: 35px 15px;
        letter-spacing: 1px;
    }
}