/**
* 2007-2025 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-2025 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: 60px;
}
.tvcategory-chain-slider-wrapper {
    border-radius: 3px;
    overflow: hidden;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
    position: relative;
    z-index: 1;
    top: 107px;
    margin-right: -10.6%;
}
.tvcategory-chin-img-block img{
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.16);
}
.tvcategory-chain-content-wrapper {
    text-align: center;
    margin-left: -15%;
    padding: 0;
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fbfbfb;
}
.tvcategory-chain-title {
    text-align: center;
    background-color: #f5f5f5;
    padding: 12px;
    position: relative;
    margin-bottom: 34px;
}
.tvcategory-chain-slider-info-wrapper:hover .tvcategory-chain-title{
    background-color: #3a6351;
}
.tvcategory-chain-slider-info-wrapper:hover .tvcategory-chain-title a{
    color: #ffffff;    
}
.tvcategory-chain-title a {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
.tvcategory-chain-slider-category {
    padding-bottom: 18px;
}
a.tvcategory-chain-slider-category {
    color: #222222;
    background-color: #f5f5f52b;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 30px;
    /*letter-spacing: 0.3px;*/
    /*padding-left: 30px;*/
    margin-bottom: 10px;
    outline-width: 0;
    position: relative;
}

.tvcategory-chain-slider-category:hover {
    color: #fff;
    background-color: #3a6351;
}
.tvcategory-chain-category-list{
    padding: 0 15px 15px 42%;
    text-align: left;
}
.tvcategory-chain-slider-info-wrapper{
    display: flex;
    /*align-items: center;*/
    position: relative;
    direction: ltr;
}
.tvcategory-chain-slider-all-link{
    margin-bottom: 15px;    
}
.tvcategory-chain-slider-all-link a{
    background-color: #f5f5f52b;
    color: #000;
    text-decoration: underline;
    padding: 5px 30px;
    display: inline-block;
}
@media (max-width: 1280px){
    a.tvcategory-chain-slider-category{
        padding: 5px 25px;
    }
    .tvcategory-chain-category-list{
        padding: 0 15px 15px 38%;
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
    }
    .tvcategory-chain-category-list{
        padding: 0 15px 15px 36%;
    }
}
@media(max-width: 375px) {
    .tvcategory-chain-category-list{
        padding: 0 15%;
    }
    .tvcategory-chain-slider-info-wrapper{
        display: block;
    }
    .tvcategory-chin-img-block{
        top: auto;
        margin: auto;
        width: 100%;
    }    
    .tvcategory-chain-content-wrapper{
        width: 100%;
        margin: auto;
    }
}