/**
* 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*********************/

.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}
.tvcategory-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 15px 15px;
}
.tvcategory-chain-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tvcategory-chain-slider-wrapper:hover {
    border-color: transparent;
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.10);
}
.tvcategory-chin-img-block {
    overflow: hidden;
    position: relative;
    padding: 0;
    padding-inline-end: 14px;
}
.tvcategory-chain-content-wrapper-block {
    position: relative;
    padding-block: 10px;
    text-align: center;
}
@media (min-width:375px) {
    .tvcategory-chain-content-wrapper-block:before {
        content: "";
        width: 1px;
        background-color: #7E7D7D;
        position: absolute;
        top: 35px;
        bottom: 35px;
        left: 0;
    }
}
.tvcategory-chain-title {
    padding-bottom: 15px;
}
.tvcategory-chain-title:after {
    position: absolute;
    /* content: ""; */
    height: 1px;
    opacity: .1;
    background-color: #969696;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    display: inline-block;
    color: #000;
    font-family: Segoe UI Variable;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.75px;
    text-transform: capitalize;
}
.tvcategory-chain-title svg {
    vertical-align: middle;
    margin-top: -4px;
    margin-inline: 10px;
}
.tvcategory-chain-title a:hover {
    color: #040B15;
}
.tvcategory-chain-slider-category {
    /* width: 50%;
    float: left; */
    /* padding-bottom: 23px; */
}
a.tvcategory-chain-slider-category {
    word-wrap: break-word;
    display: block;
    position: relative;
    padding: 13px 0;
    color: #454545;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.tvcategory-chain-slider-category-box {
    display: inline-block;
    /*    text-align: start;*/
}
.tvcategory-chain-slider-category:hover {
    color: #040b15;
}
.tvcategory-chain-slider-category:after {
    /* content: ''; */
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #818181;
    left: 1px;
    border-radius: 10px;
    top: 23%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.tvcategory-chain-slider-category:hover:after {
    background-color: #D40000;
    border-color: #D40000;
}
.tvcategory-chin-img {
    position: relative;
    overflow: hidden;
}
.tvcategory-chin-img img {
    z-index: 1;
    position: relative;
}
.tvcategory-chain-slider-inner-info-box {
    margin: -15px -15px;
    position: relative;
}
.tvcategory-chain-content-wrapper .tvall-inner-btn:after {
    background-color: #040b15;
}
/* .tvcategory-chin-img:before {
    content: "";
    position: absolute;
    height: 160px;
    width: 160px;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #fff;
} */
.tvcategory-chain-slider-all-link {
    margin-top: 22px;
    padding-bottom: 15px;
}
a.tvcategory-chain-slider-link-btn {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.21428;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
a.tvcategory-chain-slider-link-btn span {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
a.tvcategory-chain-slider-link-btn:hover {
    color: #040B15;
}
a.tvcategory-chain-slider-link-btn:hover span {
    border-color: #040B15;
}
.tvcategory-chain-slider-all-link svg {
    margin-inline-start: 12px;
    vertical-align: middle;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn {
    padding: 15px 41px;
    display: inline-table;
    background-color: transparent;
    border: 1px solid #e4e4e4;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn span {
    color: #000;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn:before {
    background-color: #dcaa37;
}
.tvcategory-chain-slider-all-link .tvall-inner-btn:hover span {
    color: #000;
}
@media(max-width: 1600px) {
    .tvcategory-chain-title a {
        font-size: calc(17px + (25 - 17) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-category {
        font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1920 - 280)));
        padding-block: calc(9px + (12 - 9) * ((100vw - 280px) / (1920 - 280)));
    }
    a.tvcategory-chain-slider-link-btn {
        font-size: calc(11px + (14 - 11) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-all-link svg {
        margin-inline-start: calc(6px + (12 - 6) * ((100vw - 280px) / (1920 - 280)));
        width: calc(20px + (26 - 20) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-all-link {
        margin-top: 15px;
    }
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
    .tvcategory-chain-slider-category {
        padding-bottom: 12px;
    }
    .tvcategory-chain-title {
        padding-bottom: 10px;
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn {
        padding: 12px 24px;
    }
    .tvcategory-chain-slider-all-link .tvall-inner-btn span {
        font-size: 16px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-all-link .tvall-inner-btn {
        margin-top: 0px;
    }
}
@media(max-width: 425px) {
    .tvcategory-chain-slider-wrapper-info {
        padding: 0 4px;
    }
    .tvcategory-chain-slider-inner-info-box {
        margin: 0 -4px;
    }
}
@media (max-width:370px) {
    .tvcategory-chin-img-block {
        width: 100%;
        padding: 0 15px;
    }
    .tvcategory-chain-content-wrapper-block {
        width: 100%;
        padding: 15px 15px;
    }
}
.lang-rtl .tvcategory-chain-slider-category:after {
    right: 0;
    left: auto;
}
.owl-carousel .owl-item .tvcategory-chin-img-block img {
    /*    width: auto;*/
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.tvcategory-chain-slider-info-wrapper:hover .tvcategory-chin-img-block img {
    transform: scale(1.1);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}