/**
* 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
*/
.tvcategory-chain-slider-all-link {
    margin-top: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvcategory-chain-slider-info-wrapper:hover .tvcategory-chain-slider-all-link{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvcmscategory-chain-slider {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.tvcategory-chain-slider-inner-info-box {
    margin: 0 -1px;
}
.tvcategory-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    border-radius: 0;
    overflow: visible;
}
.tvcategory-chain-slider-wrapper-info {
    /*padding: 0 15px;*/
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 0.5px;
    margin-bottom: 30px;
}
.tvcategory-chin-img-block {
    padding-bottom: 30px;
    margin-left: auto;
}
.tvcategory-chain-content-wrapper {
/*    padding: 20px 15px 0;
    display: flex;
    flex-wrap: wrap;*/
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    margin: auto;
    left: 15%;
    text-align: center;*/
}
.tvcategory-chain-slider-info-wrapper {
    position: relative;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    padding: 50px;
}
.tvcategory-chain-title {
   text-align: left;
    padding: 0px 0 20px 0;
    position: relative;
}
.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: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.tvcategory-chain-slider-category {
    width: 100%;
    float: none;
    padding-bottom: 14px;
    padding-left: 20px;
}
a.tvcategory-chain-slider-category {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    position: relative;
}

.tvcategory-chain-slider-category:hover {
    color: #e53f29;
}
.tvcategory-chain-slider-category:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background-color: #ffffff;
    box-shadow: 1px 1px 0px 0px rgb(255 255 255 / 30%);
    left: 0px;
}
.tvcategory-chain-slider-category:hover:after {
    border-color: #e53f29;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
}
.lang-rtl a.tvcategory-chain-slider-category{
    text-align: right;
    padding-left: 0;
    padding-right: 15px;
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 0;
    left: auto;
}
.owl-carousel.owl-drag .owl-item:nth-child(2n) .tvcategory-chain-slider-info-wrapper {
    background-color: rgba(0,0,0,.4);
}