/**
* 2007-2024 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-2024 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 {
    padding: 100px 0;
    margin-bottom: 30px;
}
.tvcategory-chain-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2{
    color: #fff;
}
.tvcategory-chain-slider-wrapper {
    border: none;
    overflow: visible;
    display: flex;
    place-items: center;
    border-radius: 10px;
    background-color: #fff;
/*    margin-bottom: 22px;*/
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.tvcategory-chin-img-block img {
    border-radius: 10px 0 0 10px;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
    border-inline-end: 1px solid #AB4D65;
}
.tvcategory-chain-content-wrapper {
    padding: 10px 15px;
    text-align: center;
    border-inline-start: 1px solid #AB4D65;
    margin-inline-start: -1px;
}
.tvcategory-chain-title {
    padding: 0px 0 18px 0;
    position: relative;
}
.tvcategory-chain-category-wrapper {
    display: inline-block;
    text-align: start;
}
.tvcategory-chain-title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2778;
    letter-spacing: 0.18px;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    color: #000000;
}
.tvcategory-chain-slider-category {
    width: 100%;
    float: none;
    margin-bottom: 19px;
}
a.tvcategory-chain-slider-category {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #4B4B4B;
    display: block;
    padding-left: 0;
    position: relative;
    padding-inline-start: 15px;
}
.tvcategory-chain-slider-all-link i {
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
}
.tvcategory-chain-slider-all-link a {
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
    display: inline-block;
}
.tvcategory-chain-slider-all-link.tvall-inner-btn {
    margin-top: 15px;
    padding: 13px 21px 11px;
    border-width: 1px;
    margin-bottom: -20px;
}
.tvcategory-chain-slider-all-link.tvall-inner-btn span {
    font-size: 16px;
    line-height: 16px;
}
.tvcategory-chain-slider-category:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #000001;
    left: 4px;
    border-radius: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.lang-rtl .tvcategory-chain-slider-category:after {
    left: auto;
    right: 4px;
}
.tvcategory-chain-slider-all-link.tvall-inner-btn:hover {
    box-shadow: 0 0 0 40px #fff inset;
}
.tvcategory-chain-slider-all-link.tvall-inner-btn:hover span {
    color: #AB4D65
}
.tvcategory-chain-slider-all-link.tvall-inner-btn:after {
    background-color: #fff;
    display: none;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
        padding: 50px 0;
    }
    .tvcategory-chain-title a{
        /*font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (991 - 280)));*/
font-size:13px;
    }
}
@media(max-width: 991px) and (min-width:768px){
    a.tvcategory-chain-slider-category{
        margin-bottom: calc(12px + (19 - 12) * ((100vw - 768px) / (991 - 768)));
    }
}
@media(max-width: 575px) {
    a.tvcategory-chain-slider-category {
        font-size: 10px; 
    }
}