/**
* 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-slider-content-box {
    display: flex;
    overflow: hidden;
}
.tvcategory-slider-wrapper-info {
    padding: 0px 15px;
    position: relative;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    margin: 0px -15px;
}
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider-wrapper-info a.tvcategory-slider-title {
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: start;
    background-color: #fff;
    margin-bottom: 1px;
}
.active .tvcategory-slider-wrapper-info:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1px;
    width: 1px;
    height: 103px;
    background: #E8E8E8;
}
.tvcategory-slider-inner-info-box.container {
    padding: 0;
}
.tvcategory-img-block {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}
.tvcategory-slider-info-title {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.41176;
    text-transform: capitalize;
    margin-bottom: 7px;
    transition: all 300ms ease-in-out;
    -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;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title svg path {
    fill: #Fa589d;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title span {
    color: #Fa589d;
}
.tvcategory-slider-info-title svg {
    margin-inline-start: 5px;
    vertical-align: middle;
}
.tvcategory-slider-all-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #Fa589d;
    position: relative;
    display: block;
    transition: all 300ms ease-in-out;
    -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;
}
.tvcategory-slider-all-link:after {
    position: absolute;
    content: "";
    background-color: #Fa589d;
    width: 85px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all 300ms ease-in-out;
    -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;
}
.tvcmscategory-slider-all-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #949494;
    transition: all 300ms ease-in-out;
    -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;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg {
    /*    vertical-align: middle;*/
    margin-inline-start: 4px;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #000;
}
.tvcategory-slider-info-box {
    position: relative;
    text-align: center;
    padding: 2px 5px;
    transition: all 300ms ease-in-out;
    -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;
}
.tvcategory-arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    transition: all 300ms ease-in-out;
    -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;
}
.tvcategory-slider-info-box svg path {
    transition: all 300ms ease-in-out;
    -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;
}
.tvcategory-slider-items {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    transition: all 300ms ease-in-out;
    -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;
}
@media (max-width:1600px) {
    .tvcategory-slider-info-title span {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcategory-slider-info-title {
        font-size: calc(15px + (17 - 15) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcategory-slider-items {
        font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1600 - 280)));
    }
}
@media (max-width:1440px) {
    .tvcategory-slider-all-link {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-arrow {
        width: 30px;
        height: 13.3334px;
        right: 15px;
    }
}
@media(min-width: 992px) {
    .tvcategory-slider-all-link {
        display: none;
    }
}
@media(max-width: 991px) {
    .tvcategory-slider-all-link:after {
        width: 75px;
    }
}
@media(max-width: 575px) {
    .tvcmscategory-slider-all-link {
        font-size: 15px;
        margin-top: 10px;
    }
    .tvcategory-slider-info-box .tvcmscategory-slider-all-link svg {
        margin-inline-start: 4px;
        width: 20px;
    }
    .tvcategory-slider-inner-info-box {
        margin: 0 -7.5px;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 7.5px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-all-link svg {
        width: 17px;
        height: 7px;
    }
}
.tvcmscategory-slider .tvcategory-img-block img {
    width: auto;
}
/* .tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title {
    color: #FFA900;
} */
.tvcategory-slider-wrapper-info a .tvcategory-img-block img {
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block img {
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    -ms-transform: scale3d(1.07, 1.07, 1.07);
    -o-transform: scale3d(1.07, 1.07, 1.07);
    -moz-transform: scale3d(1.07, 1.07, 1.07);
}