/*
* 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;
}
.tvcmstabcategory-product-slider {
    margin-bottom: 25px;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    /*overflow: hidden;*/
    /*display: flex;
    flex-wrap: wrap;*/
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 0px 10px;
    text-align: left;
    cursor: pointer;
    /*word-break: break-all;*/
    min-width: 12.5%;
    display: inline-block;
    align-items: center;
    margin: 0 0px;
    vertical-align: middle;
    position: relative;
    border-radius: 0;
    text-align: center;
}
.tvtabcategory-product-tab-icon {
    position: relative;
}
.tvtabcategory-product-li .tvtabcategory-product-tab-icon {
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #dddddd;
    height: 80px;
    width: 80px;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.tvtabcategory-product-li.active .tvtabcategory-product-tab-icon,
.tvtabcategory-product-li:hover .tvtabcategory-product-tab-icon{
border: 2px solid #df2026;
}
.tvtabcategory-product-tab-icon img {
    position: relative;
    z-index: 1;
}
/*.tvtabcategory-product-li.active .tvtabcategory-product-tab-icon,
.tvtabcategory-product-li:hover .tvtabcategory-product-tab-icon,
.tvtabcategory-show:hover .tvtabcategory-product-tab-icon,
.tvtabcategory-hide:hover .tvtabcategory-product-tab-icon {
    background-color: #bfa16b;
    box-shadow: none;
}*/
/*.tvtabcategory-product-li.active img,
.tvtabcategory-product-li:hover img,
.tvtabcategory-show:hover img,
.tvtabcategory-hide:hover img {
    filter: invert(1);
}*/
.tvtabcategory-all-product {
    position: relative;
}
.tvtabcategory-product-inner {
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin: 0 -10px;
    direction: ltr;
    /*background-color: #ffffff;*/
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    letter-spacing: .3px;
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #df2026;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
@media (max-width: 1400px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 16.6%;
    }
}
/*@media (max-width: 1280px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 16.6%;
    }
}*/
@media (max-width: 1180px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 20%;
    }
}
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
    /*    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
        margin-bottom: 10px;
    }*/
}
@media (max-width: 767px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
        padding: 0px 5px;
        margin: 5px 0;
        justify-content: center;
    }
}
@media (max-width: 650px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
        margin-bottom: 10px;
    }
    .tvtabcategory-product-inner {
        /*margin: 0;*/
    }
}
@media (max-width: 480px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
        margin-bottom: 10px;
    }
    .tvtabcategory-product-inner li:not(:nth-last-child(3)) .tvtabcategory-product-tab-icon:before,
    .tvtabcategory-product-inner li:not(:first-child) .tvtabcategory-product-tab-icon:after {
        display: none;
    }
}
@media (max-width: 375px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /*padding: 15px 0;*/
        width: 100%;
    }
}