/**
* 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
*/
.tvtabcategory-product-sub-title-block .tvtabcategory-product-li.hide {
    display: none;
}
.tvtabcategory-product-sub-title-block .tvtabcategory-show.show-hide {
    display: block;
}
.tvtabcategory-product-sub-title-block .show-hide.hide {
    display: none;
}
.tvtabcategory-all-product {
    width: 100%;
}
.tvcmstabcategory-product-slider {
    /* padding-top: 80px; */
    /*background-color: #f0f0f0;*/
    position: relative;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    /* overflow: hidden; */
    /* display: flex; */
    position: relative;
    /* flex-wrap: wrap; */
}
/*.tvtabcategory-all-tab {
    width: 20%;
    padding: 0 7.5px;
}*/
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
/*.tvtabcategory-all-product {
    width: 80%;
    padding: 0;
}*/
.tvtabcategory-product-inner {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    overflow: hidden;
    padding: 20px 14px;
    margin-bottom: 0px;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 13px 18px;
    display: flex;
    align-items: center;
    text-align: start;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
/*.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    border-color: #040B15;
    background-color: #040B15;
}*/
.tvtabcategory-product-img {
    min-width: 60px;
    text-align: center;
    margin-inline-end: 34px;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    position: relative;
    color: #000;
    font-family: Segoe UI Variable;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #040B15;
}
.tvtabcategory-product-li img {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
/*.tvtabcategory-product-li.active img,
.tvtabcategory-product-li:hover img{
    background-color: #040B15;
    border-color: #040B15;
}*/
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
@media (max-width:1700px) and (min-width:1200px) {
    .tvtabcategory-product-inner {
        padding-block: calc(10px + (14 - 10) * ((100vw - 1200px) / (1600 - 1200)));
        padding-inline: calc(10px + (14 - 10) * ((100vw - 1200px) / (1600 - 1200)));
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding-block: calc(8px + (12 - 8) * ((100vw - 1200px) / (1600 - 1200)));
        padding-inline: calc(10px + (15 - 10) * ((100vw - 1200px) / (1600 - 1200)));
    }
    .tvtabcategory-product-img {
        margin-inline-end: calc(15px + (30 - 15) * ((100vw - 1200px) / (1600 - 1200)));
        min-width: calc(51px + (60 - 51) * ((100vw - 1200px) / (1600 - 1200)));
        width: calc(51px + (60 - 51) * ((100vw - 1200px) / (1600 - 1200)));
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: calc(16px + (19 - 16) * ((100vw - 1200px) / (1600 - 1200)));
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .tvtabcategory-product-inner {
        padding-block: calc(10px + (14 - 10) * ((100vw - 992px) / (1199 - 992)));
        padding-inline: calc(10px + (14 - 10) * ((100vw - 992px) / (1199 - 992)));
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding-block: calc(10px + (12 - 10) * ((100vw - 992px) / (1199 - 992)));
        padding-inline: calc(10px + (15 - 10) * ((100vw - 992px) / (1199 - 992)));
    }
    .tvtabcategory-product-img {
        margin-inline-end: calc(15px + (30 - 15) * ((100vw - 992px) / (1199 - 992)));
        min-width: calc(50px + (56 - 50) * ((100vw - 992px) / (1199 - 992)));
        width: calc(50px + (56 - 50) * ((100vw - 992px) / (1199 - 992)));
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: calc(16px + (19 - 16) * ((100vw - 992px) / (1199 - 992)));
    }
}
@media (max-width: 991px) and (min-width:650px) {
    .tvtabcategory-product-inner {
        padding-block: calc(7px + (14 - 7) * ((100vw - 650px) / (991 - 650)));
        padding-inline: calc(5px + (12 - 5) * ((100vw - 650px) / (991 - 650)));
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding-block: calc(6px + (8 - 6) * ((100vw - 650px) / (991 - 650)));
        padding-inline: calc(6px + (15 - 6) * ((100vw - 650px) / (991 - 650)));
    }
    .tvtabcategory-product-img {
        margin-inline-end: calc(15px + (25 - 15) * ((100vw - 650px) / (991 - 650)));
        min-width: calc(50px + (56 - 50) * ((100vw - 650px) / (991 - 650)));
        width: calc(50px + (56 - 50) * ((100vw - 650px) / (991 - 650)));
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: calc(16px + (19 - 16) * ((100vw - 650px) / (991 - 650)));
    }
}
@media (max-width: 649px) {
    .tvtabcategory-product-inner {
        padding: calc(10px + (15 - 10) * ((100vw - 280px) / (649 - 280))) calc(10px + (15 - 10) * ((100vw - 280px) / (649 - 280)));
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: calc(10px + (16 - 10) * ((100vw - 280px) / (649 - 280))) calc(5px + (15 - 5) * ((100vw - 280px) / (649 - 280)));
    }
    .tvtabcategory-product-img {
        margin-inline-end: calc(15px + (20 - 15) * ((100vw - 280px) / (649 - 280)));
        max-width: calc(52px + (60 - 52) * ((100vw - 280px) / (649 - 280)));
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: calc(16px + (22 - 16) * ((100vw - 280px) / (649 - 280)));
    }
}