/**
* 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 {
    margin-bottom: -66px;
}
.tvcategory-slider .tvcms-main-title .tvmain-title h2 {
    color: #000;
}
.tvcategory-slider-wrapper-info {
    padding: 0 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: 0 -15px;
}
.tvcmscategory-slider {
    padding-top: 40px;
    position: relative;
}
.tvcategory-slider-inner-info-box.container {
    padding: 0;
}
.tvcategory-slider-info-title {
    display: block;
    text-align: start;
    margin-bottom: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.tvcategory-slider-info-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tvcmscategory-slider-all-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #949494;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg {
    vertical-align: middle;
}
.tvcategory-slider-all-link {
    position: relative;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #000;
}
.tvcategory-slider-wrapper-info a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 0;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    padding: 22px 28px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tvcategory-slider-wrapper-info a:hover {
    border-color: transparent;
    box-shadow: 0px 4px 37px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tvcategory-slider-info-box {
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.tvcategory-slider-items {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}
@media (max-width: 1440px) {
    .tvcategory-slider-info-title {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-slider-items {
        font-size: calc(13px + (15 - 13) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-slider-all-link {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1440 - 280)));
    }
}
@media (max-width: 1140px) {
    .tvcategory-slider-info-box {
        padding-inline-start: 10px;
    }
}
@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-info-box .tvcategory-slider-all-link svg {
        width: 26px;
        height: 13px;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 4px;
    }
    .tvcategory-slider-inner-info-box {
        margin: 0 -4px;
    }
}
@media(max-width: 360px) {
    .tvcategory-slider-info-box {
        padding: 15px 10px;
    }
    .tvcategory-slider-wrapper-info a {
        padding: 14px 16px;
    }
    .tvcmscategory-slider {
        padding-top: 20px;
    }
}
.tvcmscategory-slider .tvcategory-img-block img {
    width: auto;
}
.nav-link.collapsed .tvproduct-toggle-icon-wrapper i {
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-link .tvproduct-toggle-icon-wrapper i {
    transform: rotate(180deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.lang-rtl .tvcategory-slider-wrapper-info a {
    direction: rtl;
}
.lang-rtl .tvcategory-slider-info-link svg {
    transform: rotate(180deg);
}