/**
* 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;
}
.tvcmstabcategory-product-slider {
    margin-bottom: 25px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.tvtabcategory-all-tab {
    /*width: 20%;*/
    /*padding: 0 15px;*/
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-all-product {
    /*width: 80%;*/
    padding: 0;
    margin: 0 -15px;
    position: relative;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 40px 15px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    background-color: #000;
    border: none;
    border-radius: 0px;
    width: 16.66%;
    vertical-align: middle;
    position: relative;
}
.tvtabcategory-product-li:after,
.tvtabcategory-show:after,
.tvtabcategory-hide:after {
    height: 14px;
    width: 16px;
    content: '';
    position: absolute;
    top: 100%;
    transform: translateY(-1px);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #fb7700;
}
.tvtabcategory-product-li.active:after,
.tvtabcategory-show.active:after,
.tvtabcategory-hide.active:after,
.tvtabcategory-product-li:hover:after,
.tvtabcategory-show:hover:after,
.tvtabcategory-hide:hover:after {
    opacity: 1;
    visibility: visible;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    background-color: #fb7700;
    box-shadow: none;
}
.tvtabcategory-product-inner {
    margin-bottom: 15px;
    border-radius: 0;
    text-align: center;
    padding: 0;
    background-color: #000;
    border: 8px solid #fff;
    direction: ltr;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-transform: capitalize;
}

.tvtabcategory-product-li:hover a,
.tvtabcategory-product-li.active a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #fff;
}

.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

.tvtabcategory-product-li img {
    margin-bottom: 20px;
}
.tvtabcategory-product-li.active img,
.tvtabcategory-product-li:hover img,
.tvtabcategory-show:hover img,
.tvtabcategory-hide:hover img {
    filter: invert(0);
}
@media (max-width: 1140px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 25%;
    }
}
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
        padding: 30px 10px;
    }
}
@media (max-width: 370px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 100%;
        padding: 25px 10px;
    }
}