/**
* 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: 5px solid #f0f0f0;
    border-radius: 0;
    overflow: visible;
    background-color: #fff;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px 25px;
}
.tvcategory-chin-img-block {
    padding: 0;
    margin-left: auto;
}
.tvcategory-chain-content-wrapper {
    padding: 0 20px;
    text-align: center;
}
.tvcategory-chain-title {
    text-align: center;
    padding: 20px 0 10px 0;
    position: relative;
}
.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-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
}
/*.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: 14px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
    position: relative;
}
.tvcategory-chain-slider-category:hover {
    color: #bf1c2f;
}
.tvcategory-chain-slider-all-link a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 40px;
}
.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: #000;
    display: inline-block;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: -22px;
    width: 130px;
    padding: 0;
}
.tvcategory-chain-slider-all-link:hover{
    background-color: #bf1c2f;
}
.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: 20px;
    }
}