/**
* 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;
    padding-top: 150px;
}
.tvcmscategory-chain-slider {
    position: relative;
}
.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}
.tvcategory-chin-img-block img {
    border: 10px solid #ffffff;
}
.tvcategory-chain-slider-wrapper {
    overflow: hidden;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 7.5px;
}
.tvcategory-chin-img-block {
    /*padding: 0 7.5px;*/
}
.tvcategory-chain-content-wrapper {
    padding: 25px 25px 20px 25px;
    margin: -60px 30px 30px;
    background-color: #fff;
    /*box-shadow: 0px 15px 25px 0px rgba(46, 48, 45, 0.12);*/
    box-shadow:0px 6px 13px 0px rgba(46, 48, 45, 0.12);
    position: relative;
    text-align: left;
}
.tvcategory-chain-category-wrapper {
    display: inline-block;
    text-align: left;
}
.tvcategory-chain-title {
    position: relative;
    padding-bottom: 20px;
}
.tvcategory-chain-title a {
    color: #2E302D;
    font-size: 33px;
    font-family: 'Marcellus';
    font-weight: 400;
    text-transform: capitalize;
}
.tvcategory-chain-title a:after {
  /*  content: '';
    height: 1px;
    width: 60px;
    background-color: #212121;
    margin: 3px auto 0 auto;
    display: block;*/
}
.tvcategory-chain-slider-prev.tvcmsprev-btn,
.tvcategory-chain-slider-next.tvcmsnext-btn {
    top: 60%;
}
.tvcategory-chain-slider-category {
    padding-bottom: 15px;
}
a.tvcategory-chain-slider-category {
    color: #666666;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: .3px;
    position: relative;
    padding-left: 30px;
}
a.tvcategory-chain-slider-category:after {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #B18B4D;
    border-bottom: 8px solid transparent;
}
a.tvcategory-chain-slider-category:before {
    position: absolute;
    content: '';
    width: 0;
    left: 3px;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 14px solid #b18b4d78;
    border-bottom: 10px solid transparent;
}
a.tvcategory-chain-slider-category:hover {
    color: #be903d;
}
a.tvcategory-chain-slider-category svg {
    margin-right: 5px;
}
.tvcategory-chain-slider-all-link i {
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn {
    background-color: #222;
    display: inline-block;
    padding: 7px 30px;
    margin-top: 15px;
    margin-bottom: -18px;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn:after {
    background-color: #222222;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn:hover:after {
    background-color: #be903d;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn span {
    font-size: 15px;
    color: #fff;
}
.tvcategory-chain-slider-all-link a.tvall-inner-btn:hover span {
    color: #fff;
}
.lang-rtl a.tvcategory-chain-slider-category svg {
    margin-right: 0;
    transform: rotate(180deg);
    margin-left: 5px;
}
.tvcmscategory-chain-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 55%;
    background-color: #f0f0f0;
    background-image: url(../img/cate_bg.png);
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
    }
}
.tvcategory-chin-img-block img{
     -webkit-transition: all 400ms cubic-bezier(.25,.46,.45,.94);
    -o-transition: all 400ms cubic-bezier(.25,.46,.45,.94);
    transition: all 400ms cubic-bezier(.25,.46,.45,.94);
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chin-img-block img{
    filter: grayscale(10);
}