/**
* 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
*/

/****************************category*********************/

.tvcategory-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}
.tvcategory-chain-slider-inner-info-box {
    margin: 0 -15px;
}
.tvcategory-chain-slider-wrapper {
    overflow: visible;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
    overflow: hidden;
}
.tvcategory-chain-content-wrapper {
    padding: 15px 15px;
    text-align: center;
    background-color: #F8F5EE;
    margin-top: 15px;
}
.tvcategory-chain-title {
    text-align: center;
    padding: 7px 0 13px 0;
    margin-bottom: 12px;
    position: relative;
}
.tvcategory-chain-title a:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #e4e4e4;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}
/*.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-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
a.tvcategory-chain-slider-category {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #000000;
    display: block;
    position: relative;
}
.tvcategory-chain-slider-category {
    width: 100%;
    float: none;
    padding-bottom: 16px;
}
.tvcategory-chain-slider-category:hover {
    color: #CB2323;
    text-decoration: underline;
}
.tvcategory-chain-slider-all-link {
    padding: 8px 0 10px;
    text-align: center;
}
.tvcategory-chain-slider-all-link a {
    display: inline-block;
    text-align: center;
    padding: 0;
    border-image-width: 3px;
}
/*.tvcategory-chain-slider-all-link a {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: normal;
    padding: 10px 19px 9px;
    display: block;
}*/
.tvcategory-chain-slider-all-link a span {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 25px;
}
.tvcategory-chain-slider-all-link a i {
    margin-right: 0px !important;
    margin-left: 0px !important;
    line-height: 30px;
    font-size: 30px;
    padding: 4px;
    height: auto;
    padding-right: 0;
    background-color: #cb2323;
    vertical-align: middle;
    width: auto;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
}