/**
* 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
*/

.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-tab-product {
    margin: 0 -15px;
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-product-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    border-radius: 0px;
    padding: 0;
    /*direction: ltr;*/
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 13px 8px;
    text-align: center;
    cursor: pointer;
    width: calc(16.66% - 30px);
    background-color: #FFFFFF;
    border: 1px solid #e4e4e4; 
    border-radius: 5px;
    margin: 0 15px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    background-color: #AB4D65;
    box-shadow: none;
    border-color: #fff;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2942;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    display: block;
    color: #000000;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #fff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.tvtabcategory-product-sub-title-block {
    margin-bottom: 15px;
}
.tvtabcategory-product-li.active img,
.tvtabcategory-product-li:hover img,
.tvtabcategory-show:hover img,
.tvtabcategory-hide:hover img {
    filter: invert(1);
}

@media (max-width:1380px) {
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (1600 - 280)));
        ;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(20% - 30px);
    }
}
@media (max-width:1200px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(20% - 20px);
        margin: 0 10px 20px;
    }
}
@media (max-width: 991px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(25% - 10px);
        margin: 0 5px 10px;
    }
    .tvtabcategory-product-inner {
        margin: 0 -5px;
    }
}
@media (max-width: 767px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(33.33% - 10px);
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(50% - 10px);
        padding: 12px 12px;
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: 14px;
    }
}
@media (max-width: 319px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(100% - 10px);
    }
}