/**
* 2007-2023 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-2023 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: visible;
}
.tvcategory-slider-wrapper-info {
    /*display: inline-block;*/
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
    /*position: relative;*/
    min-width: 212px;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-info-box {
    /*position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);*/
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    /*margin: 0 -15px;*/
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcmscategory-slider {
    margin-bottom: 50px;
    background-color: #fff;
    position: relative;
}
.tvcategory-img-block {
    margin: auto;
    overflow: visible;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.tvcategory-slider-inner-info-box {
    /*padding: 60px 0 45px;*/
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    position: relative;
}
.tvcategory-slider-title {
    position: absolute;
    background: url(../img/category-bg.jpg);
}
.tvcategory-slider-info-box {
    position: initial;
    text-align: center;
    /* 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;*/
    transform: unset;
    margin-top: 14px;
}
.tvcategory-slider-info-box {
    color: #222222;
    background-color: #fff;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 0;
    position: absolute;
    padding: 16px 21px;
    top: auto;
    bottom: 0;
    right: 0;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.tvcmscategory-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.tvcategory-img-block img {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    transform: translateY(-200px);
    /*top: 50%;*/
    display: table;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.tvcategory-slider-info-box:after {
    /*  position: absolute;
    content: "";
    background-color: #db1212;
    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;*/
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box {}
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        /*padding: 40px 0 25px;*/
    }
    .tvcategory-slider-wrapper-info {
        /*padding: 0 10px 12px 10px;*/
    }
}