/**
* 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 {
    margin-bottom: 30px;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    overflow: visible;
    position: relative;
    margin-bottom: 150px;
}
.tvcmscategory-chain-slider  .tvall-inner-btn span::before
{
    display: none;
}
.tvcategory-chain-slider-inner-info-box {
    position: relative;
}
.tvcategory-chain-slider-wrapper {
    border-radius: 0px;
    position: relative;
    overflow: visible;
    -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{
    /* box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.14); */
}
.tvcategory-chain-slider-category:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
/*    background-image: url(../img/chain-pattern.png);*/
    left: 1px;
    top: 20%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    background-color: #000;
/*    -webkit-mask-image: url(../img/chain-pattern.png);*/
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
/*    mask-image: url(../img/chain-pattern.png);*/
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title1 

{
opacity: 0;
transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.lang-rtl .tvcategory-chain-slider-category:after {
    left: auto;
    right: 1px;
}
.tvcategory-chain-content-wrapper {
    position: absolute;
    left: 22px;
    right: 22px;
    top: auto;
    bottom:0;
    border-radius: 0px;
    margin: auto;
    /* width: max-content; */
    height: max-content;
    z-index: 0;
    background: #fff;
    padding: 24px;
    text-align: center;
    transform: translateY(30%);
    opacity: 0;
  border: 1px solid #E4E4E4;
    -webkit-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-content-wrapper {
    opacity: 1;
    transform: translateY(50%);
    -webkit-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-title1 {
    margin: 0 22px;
    position: absolute;
    margin-top: -33px;
    z-index: 1;
    left: 0;
    right: 0;
    -webkit-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 400ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-slider-wrapper:hover .tvcategory-chain-title1 {
    transform: translateY(110%);
    -webkit-transition: transform 200ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: transform 200ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
    transition: transform 200ms cubic-bezier(.25, .46, .45, .94), opacity 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-chain-title1 a {
    background: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 0.791;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #000;
    font-family: Bebas Neue;
    padding: 22px 15px;
    text-align: center;
    display: block;
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 7%);
}
.tvcategory-chain-title {
    padding:0 0 18px;
    position: relative;
}
.tvcategory-chain-title a:after {
    position: absolute;
    /*content: "";*/
    width: 40px;
    height: 1px;
    background-color: #22222210;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    font-weight: 400;
    font-size: 25px;
    line-height: 0.76;
    letter-spacing: 0.75px;
    text-transform: capitalize;
    color: #000000;
    font-family: Bebas Neue;
}
.tvcategory-chain-title+a {
    margin-top: 6px;
}
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
.tvcategory-chain-content {
    display: inline-block;
    text-align: center;
}
a.tvcategory-chain-slider-category {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #777;
    padding-bottom: 10px;
    word-wrap: break-word;
    display: block;
    position: relative;
}
.tvcategory-chain-slider-category:hover {
    color: #C09457;
}
.tvcategory-chain-slider-all-link a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 14px;
    line-height: 12px;
    margin-left: 3px;
    font-weight: 400;
}
.tvcategory-chain-slider-all-link a:hover {
    color: #000;
}
.btn.tvcategory-chain-slider-all-link {
    margin-top: 11px;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}
.btn.tvcategory-chain-slider-all-link span,
.btn.tvcategory-chain-slider-all-link i {
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 1.285;
    font-weight: 600;
    border-bottom: 1px solid #000;
    color: #000 !important;
}
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn span:after,
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn:after,
.btn.tvcategory-chain-slider-all-link.tvall-inner-btn:before {
  display: none;
}
.tvcmscategory-chain-slider .tvall-inner-btn:hover
{
    box-shadow: none;
}
.lang-rtl .tvcategory-chain-slider-all-link a i {
    margin: 0 3px 0 0;
}
@media (max-width: 1440px) {
    a.tvcategory-chain-slider-category{
        font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-chain-slider-wrapper:hover .tvcategory-chain-content-wrapper {
        transform: translateY(30%);
    }
}

@media(max-width: 1024px) {

    .tvcategory-chain-title1 a
    {
        padding: 15px 15px;
        font-size: 22px;
    }
    .tvcategory-chin-img-block {
        margin-bottom: 100px;
    }   
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
   
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 00px;
    }
    .tvcategory-chain-title {
        padding: 0 0 8px;
    }
    .tvcategory-chain-title1 a{
        opacity: 0;
        visibility: hidden;
    }
    .tvcategory-chin-img-block {
        margin-bottom: 10px;
    } 
    .tvcategory-chain-content-wrapper{
        opacity: 1;
    transform: none;
        left: 11px;
    right: 11px;
    padding: 15px;
    position: unset;
    margin-top: 15px;
    }
    .tvcategory-chain-slider-wrapper:hover .tvcategory-chain-content-wrapper {
        transform: none;
    }
    
    .btn.tvcategory-chain-slider-all-link{
        margin-bottom: 10px;
    }
    a.tvcategory-chain-slider-category{
        font-size: 14px;
        padding-bottom: 5px;
    }
    .tvcategory-chain-title a{
        font-size: 19px;
    }
}