/**
* 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-main-slider {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.tvcategory-chain-slider-wrapper {
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.tvcategory-chain-slider-inner-info-box{
    width: 71%;
}
.tvcategory-chain-slider-tab {
    width: 29%;
    padding: 0;
    background-color: #BF3E3E
    ;
    border-radius: 10px;
    padding: 50px 0;
}
.lang-rtl .tvcategory-chain-slider-tab {
    float: right;
}
.tvcmscategory-chain-slider .tvcmsmain-title-wrapper {
    margin-bottom: 30px;
}
.owl-carousel.owl-drag .owl-item:nth-child(odd) .tvcategory-chain-slider-wrapper{
    /*background-color: #f5f5f5;*/
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 10px;
    display: none;
}
.tvcategory-chain-slider-next-pre-btn.tvcms-next-pre-btn {
    display: flex;
    justify-content: center;
}
.tvcmscategory-chain-slider .tvcmsprev-btn,
.tvcmscategory-chain-slider .tvcmsnext-btn {
    position: unset;
    margin: 0 5px;
}
.tvcategory-chin-img-block {
    padding: 0;
    position: relative;
}
.tvcategory-chain-title {
    text-align: left;
    padding: 10px;
    position: relative;
    padding-left: 20px;
}
.tvcategory-chain-title.active:after,
.tvcategory-chain-title:hover:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 30px;
    background-color: #fff;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tvcategory-chain-title a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}
a.tvcategory-chain-slider-category {
    color: #08090D;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    border: 3px solid #ffffff96;
    backdrop-filter: blur(13px);
    background: linear-gradient(82deg, rgb(255 255 255 / 33%) 0%, rgb(255 255 255 / 82%) 100%);
    margin: 0 17px;
    /*box-shadow: 0 4px 30px rgb(0 0 0 / 10%);*/
    /*background-color: #ffffff;*/
    padding: 10px 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    width: 84%;
    left: 0;
    right: 0;
    margin: auto;
}
.tvcmscategory-chain-slider .owl-carousel .owl-item img {
    /*width: auto;*/
}
.tvcategoryimage-content {
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}
.tvcategoryimage {
    position: relative;
    /*margin-bottom: 23px;*/
    text-align: center;
}
.tvcmscategory-chain-slider .tvcms-main-title .tvmain-title h2 {
    text-align: left;
    padding: 0 15px;
    letter-spacing: 0.3px;
    font-size: 55px;
    line-height: 55px;
    color: #fff;
}
.tvcategory-chain-slider-category:hover {
    color: #08090D;
    border-color: #00000096;
}
.tvcategory-chain-slider-all-link{
    margin-top: 20px;
}
.tvcategory-chain-title.active a,
.tvcategory-chain-title:hover a {
    color: #fff;
}
@media(max-width: 1280px) {
    .tvcmscategory-chain-slider .tvcms-main-title .tvmain-title h2 {
        font-size: 44px;
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-slider-tab,
    .tvcategory-chain-slider-inner-info-box {
        width: 100%;
    }
    .tvcategory-chain-slider-tab {
        margin-bottom: 20px;
    }
    .tvcategory-chin-img-block img {
        width: 100%;
    }
    .tvcategory-chain-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-chain-content-wrapper {
        bottom: 11%;
    }
}
@media(max-width: 650px) {
    .tvcategory-chain-slider-wrapper-info {
        /*width: 50%;*/
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
}
@media(max-width: 500px) {
    .tvcategory-chain-slider-wrapper-info {
        width: 100%;
    }
}
@media(max-width: 425px) {
    .tvcmscategory-chain-slider .tvcms-main-title .tvmain-title h2 {
        font-size: 45px;
        line-height: 45px;
    }
}