/**
* 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;
}
.tvcategory-slider-wrapper-info {
    background: #fff;
    border: 1px solid #a8a8a8;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn {
    color: #ffffff;
    font-size: 12px;
}
.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn i {
    font-size: 13px;
}
.tvcmscategoryslider-back {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 85px 10px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    transform: rotateY(180deg);
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-title {
    /*transform: rotateY(180deg);*/
}
.tvcategory-slider-wrapper-info .tvcmscategoryslider-front {
   /* opacity: 1;
    transition: opacity 0.6s;*/
}
.tvcategory-slider-title .tvcategory-slider-info-position {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-info-position:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    top: 0;
    left: 0;
}
.tvcategory-slider-wrapper-info:hover .tvcmscategoryslider-front {
    opacity: 0;
    transition: opacity 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tvcategory-slider-title {
 /*   position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;*/
}
.tvcategory-slider-info-box:after {
/*    content: '';
    height: 2px;
    width: 60px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;*/
}
.tvcmscategoryslider-back .tvcategory-slider-info-box:after {
    /*background-color: #552c18;*/
}
.tvcategory-slider-title .tvcategory-slider-all-link.tvall-inner-btn {
    background-color: #ff2d37;
}
.tvcategory-slider-title:hover .tvcategory-slider-info-position {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-title:hover .tvcategory-slider-all-link.tvall-inner-btn {
    position: absolute;
    opacity: 1;
    top: 70%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-desc-box {
    font-size: 15px;
    color: #222222;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 25px;
}
.tvcmscategory-slider {
    margin-bottom: 100px;
}
.tvcategory-img-block {
    margin: auto;
    border-radius: 0;
    overflow: hidden;
    background-color: #f0f0f0;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: absolute;
    padding-bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
    transform: unset;
    margin-top: 0;
}
.tvcmscategoryslider-front .tvcategory-slider-info-box {
    right: 0;
    left: 0;
    top: 10%;
    color: #ffffff;
    position: absolute;
}
.tvcategory-slider-all-link.tvall-inner-btn {
    padding: 13px 27px;
    position: absolute;
    opacity: 0;
    top: 30%;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-all-link.tvall-inner-btn span {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box {}
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        /*padding: 0 10px 12px 10px;*/
    }
}