/**
* 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: inline-flex;
}
.tvtabcategory-product-sub-title-block .show-hide.hide {
    display: none;
}
.tvcmstabcategory-product-slider {
    margin-bottom: 25px;
}
.tvtabcategory-product-img{
    margin-inline-end: 7px;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    /* overflow: hidden; */
    position: relative;
}
/*.tvtabcategory-all-tab {
    width: 20%;
    padding: 0 15px;
}*/
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
/*.tvtabcategory-all-product {
    width: 80%;
    padding: 0;
}*/
.tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a {
    font-family: 'Poppins';
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.01em;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    background-color: #4E7661;
    border-color: #E4E4EE;
}
.tvtabcategory-product-li:hover .tvtabcategory-product-img,
.tvtabcategory-product-li.active .tvtabcategory-product-img{
    filter: invert(1);
 } 
/* .tvtabcategory-product-img {
    height: 50px;
    width: 50px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #EEEEEE;
    z-index: 1;
    background-color: #f5f5f5;
} */
.tvtabcategory-product-li.active .tvtabcategory-product-img,
.tvtabcategory-product-li:hover .tvtabcategory-product-img,
.tvtabcategory-show:hover .tvtabcategory-product-img,
.tvtabcategory-hide:hover .tvtabcategory-product-img {
    border-color: #4E7661;
}
/*.tvtabcategory-product-inner li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 20%;
    display: block;
}*/
.tvtabcategory-product-inner {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    /* background-color: #fff; */
    /* padding: 10px 5px; */
    /* box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.09); */
    border-radius: 5px;
}
.tvtabcategory-all-tab {
    margin-bottom: 0;
}
.tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 7px 15px;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
        width: 14.17%;
        align-items: center;
        background-color: #ffffff;
        border: 1px solid #E4E4EE;
        margin: 0 5px;
        text-align: center;
        margin-bottom: 0;
        vertical-align: middle;
        position: relative;
        display: flex;
    }
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a,
.tvtabcategory-show:hover  i {
    /* background-color: #4E7661;
    border-color: #4E7661; */
    color: #fff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 17px;
    color: #000;
    float: right;
    cursor: pointer;
    line-height: 1.4;
}
.tvtabcategory-tab-title {
    font-size: 26px;
    color: #222;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
@media(max-width:1440px) {
    .tvtabcategory-product-li, .tvtabcategory-show, .tvtabcategory-hide{
        margin:  5px;
    }
}
@media(max-width:1200px) {
    .tvtabcategory-product-li, .tvtabcategory-show, .tvtabcategory-hide {
        width: calc(23.5% - 5px);
        margin-bottom: 10px;
    }
}
@media(max-width: 1199px) {
    .tvtabcategory-product-inner{
        /* margin: 0 -7.5px; */
    }
    .tvtabcategory-product-li, .tvtabcategory-show, .tvtabcategory-hide{
        padding: 2px 10px;
    }
}
@media(max-width: 1024px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
    width: calc(22.4% - 5px);
    }
    /*    .tvtabcategory-all-tab {
        width: 25%;
    }
    .tvtabcategory-all-product {
        width: 75%;
    }*/
    .tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a{
        font-size: 16px;
    }
}
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 850px) {
    .tvtabcategory-product-li, 
    .tvtabcategory-show, 
    .tvtabcategory-hide {
        width: calc(29.4% - 5px);
    }
}
@media (max-width: 650px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(32% - 5px);
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(39.8% - 5px);
    }
}
@media (max-width: 525px) {
    .tvtabcategory-product-li:before {
        display: none;
    }
}
@media (max-width: 480px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 46%;
    }
}
@media (max-width: 400px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 100%;
    }
}
.lang-rtl .tvtabcategory-product-li:after,
.lang-rtl .tvtabcategory-show:after,
.lang-rtl .tvtabcategory-hide:after {
    right: 0;
    left: auto;
}