/**
* 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*********************/

.tvcategory-chain-slider-all-link {
    /*min-width: 130px;
    min-height: 40px;
    border-radius: 25px;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 130px;*/
}
.tvcategory-chain-slider-all-link:hover a {
    color: #ffffff;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    color: #ffffff;
    margin-left: 3px;
    font-weight: 400;
}
.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}
.tvcategory-chain-slider-wrapper {
    border: none;
    border-radius: 0;
    overflow: visible;
    background-color: #ffffff;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px 20px;
}
.tvcategory-chin-img-block {
    padding: 0;
}
.tvcategory-chain-content-wrapper {
    padding: 0px 20px;
    text-align: center;
}
.tvcategory-chain-title {
    text-align: center;
    padding: 10px 0 10px 0;
    position: relative;
    margin-top: 10px;
    border: 1px solid #eeeeee;
}
.tvcategory-chain-title:after {
    position: absolute;
    /*content: "";*/
    width: 70%;
    height: 1px;
    background-color: #f0f0f0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.tvcategory-chain-slider-category {
    width: 100%;
    float: none;
    padding-bottom: 15px;
}
a.tvcategory-chain-slider-category {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
}
.tvcategory-chain-slider-category:hover:after,
.tvcategory-chain-slider-category:hover {
    color: #5da4ac;
}
.tvcategory-chain-slider-category:after {
    position: absolute;
    font-family: 'Material Icons';
    /*content: '\e315';*/
    font-size: 16px;
    left: 5px;
    color: #333333;
    top: 25%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 5px;
    left: auto;
}
/***** end shopby caregory *****/
.tvcategory-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-chain-content-wrapper {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    background-color: #000000a8;
    display: flex;
    align-items: center;
    justify-content: center;
    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-chain-slider-wrapper-info:hover .tvcategory-chain-content-wrapper {
    opacity: 1;
    top: 0;
    bottom: 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-chain-slider-info-wrapper {
    display: flex;
    overflow: hidden;
    position: relative;
}
.tvcategory-chain-slider-all-link {
    margin-top: 15px;
}
@media (max-width: 991px) {
    .tvcategory-chain-slider-wrapper-info .tvcategory-chain-content-wrapper {
        opacity: 1;
        top: 0;
        bottom: 0;
    }
}