/**
* 2007-2023 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-2023 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;
    position: relative;
    z-index: 1;
}
.tvtabcategory-all-tab {
    /*width: 20%;*/
    /*padding: 0 15px;*/
    padding-right: 30px;
    padding-left: 0;
}
.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 {
       /* box-shadow: 0px 1px 2.97px 0.03px rgb(0 0 0 / 10%); */
    /* padding: 12px 10px; */
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-bottom: 16px;
    vertical-align: middle;
    position: relative;
}
.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: #816D5A; */
    box-shadow: none;
}
.tvtabcategory-product-inner {
    margin-bottom: 15px;
    border-radius: 0;
    text-align: center;
    padding: 18px 28px;
    background-color: #816D5A;
    direction: ltr;
}
.tvtabcategory-product-img {
    margin-inline-end: 25px;
    display: flex;
    border: 2px #EDE8DF33 solid;
    align-items: center;
    justify-content: center;
    /* margin: auto; */
    margin-bottom: 0;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-weight: 400;
    display: block;
    font-size: calc(12px + (22 - 12) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.5081;
    letter-spacing: 0.03em;
    text-align: start;
    color: #FFFFFF;
    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.active img,
.tvtabcategory-product-li:hover img,
.tvtabcategory-show:hover img,
.tvtabcategory-hide:hover img {
    filter: invert(0);
}
.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: #EDE8DF;
}
@media (max-width: 1140px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /* width: 25%; */
    }
}
@media(max-width: 1340px) {
    .tvtabcategory-product-img{
        margin-inline-end: 10px;
    }
    .tvtabcategory-product-inner {
        padding: 18px 17px;
    }
}
@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: 33.33%;
        padding: 5px 10px;
        margin-bottom: 5px;
    }
}
@media (max-width: 485px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
        padding: 5px 10px;
        margin-bottom: 5px;
    }
}
@media (max-width: 340px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 100%;
    }
}
.tvtabcategory-product-inner li:nth-child(5){
    margin-bottom: 0;
}