/**
* 2007-2022 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-2022 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-main-title-wrapper {
    position: relative;
}

.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}

.tvcategory-chain-slider-wrapper {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    overflow: visible;
    background-color: #fff;
}

.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px ;
}

.tvcategory-chin-img-block {
    padding: 5px 5px 0;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}
.tvcategory-chin-img-block:before {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    opacity: 0;
}
.tvcategory-chin-img-block:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
}
.tvcategory-chin-img-block:hover:before{
	transition: 1s;
    right: 100%;
    opacity: 1;
}
.tvcategory-chin-img-block:hover:after {
	transition: 1s;
    left: 100%;
    opacity: 1;
}
.tvcategory-chain-content-wrapper {
    padding: 0 20px 20px;
    text-align: center;
}

.tvcategory-chain-title {
    text-align: center;
    display: inline-block;
    padding: 6px 5px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 19px;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title {
    background-color: #EEBB63;
}
.tvcategory-chain-title a:after {
    position: absolute;
    /*content: "";*/
    width: 40px;
    height: 1px;
    background-color: #22222210;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.tvcategory-chain-title a {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
/* .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;
} */
a.tvcategory-chain-slider-category {
    color: #000;
    font-size: 18px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    padding-bottom: 20px;
    position: relative;
}

.tvcategory-chain-slider-category:hover {
    color: #EEBB63;
}

.tvcategory-chain-slider-all-link a {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    position: relative;
    z-index: 1;
    letter-spacing: .5px;
}

.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}

.tvcategory-chain-slider-all-link a:hover {
    color: #fff;
}

.tvcategory-chain-slider-all-link {
    /* min-width: 130px; */
    min-height: 40px;
    border-radius: 25px;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    /* width: 130px; */
    padding: 10px 5px;
}
.tvcategory-chain-slider-all-link::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 50%;
    background-color: #EEBB63;
    /* top: 8px; */
    bottom: 9px;
    left: 0;
    opacity: 1;
    right: 0;
    z-index: 0;
    transition: all 0.3s ease-out;
}
.tvcategory-chain-slider-all-link:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease-out;
}

.tvcategory-chain-slider-all-link:hover span,
.tvcategory-chain-slider-all-link:hover i {
    color: #222;
}

.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}

@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
}