/**
* 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-all-product {
    width: 100%;
} */
/* .tvcmstabcategory-product-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 66%;
    background-color: #00000018;
} */
.tvcmstabcategory-product-slider {
    position: relative;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    /* overflow: hidden; */
    /* display: flex; */
    flex-wrap: wrap;
    position: relative;
}
/*.tvtabcategory-all-tab {
    width: 20%;
    padding: 0 7.5px;
}*/
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
/*.tvtabcategory-all-product {
    width: 80%;
    padding: 0;
}*/
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    text-align: center;
    cursor: pointer;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 23px 33px;
    vertical-align: middle;
    position: relative;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    border-color: #E8422a;
    background-color: #E8422a;
}
.tvtabcategory-product-inner {
    margin-bottom: 0;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    display: block;
    position: relative;
    text-align: start;
    color: #231616;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22223;
    text-transform: capitalize;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #fff;
}
.tvtabcategory-product-li.active img,
.tvtabcategory-product-li:hover img,
.tvtabcategory-show:hover img,
.tvtabcategory-hide:hover img {
    filter: brightness(20);
}
.tvtabcategory-product-li.active .tvtabcategory-product-img:after,
.tvtabcategory-product-li:hover .tvtabcategory-product-img:after,
.tvtabcategory-show:hover .tvtabcategory-product-img:after,
.tvtabcategory-hide:hover .tvtabcategory-product-img:after {
    /* outline-offset: 4px;
    outline: 1px solid #fff; */
    opacity: 1;
}
.tvtabcategory-product-img {
    /* padding: 7px; */
    background-color: #794B4600;
    margin-inline-end: 20px;
    position: relative;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #000;
    float: right;
    cursor: pointer;
}
@media(max-width: 1440px) {
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (1340 - 280)));
    }
}
@media(min-width: 1199px) and (max-width: 1320px) {
    .tvtabcategory-product-img {
        max-width: 64px;
        object-fit: none !important;
    }
}
@media(min-width: 768px) and (max-width: 1200px) {
    .tvtabcategory-product-img {
        max-width: 58px;
        object-fit: none !important;
    }
}
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
    .tvtabcategory-product-img {
        margin-inline-end: 15px;
    }
}
@media(min-width: 1024px) and (max-width: 1199px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: calc(12px + (15 - 12) * ((100vw - 1024px) / (1199 - 1024)));
    }
}
@media(min-width: 992px) and (max-width: 1024px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: calc(21.8px + (12 - 21.8) * ((100vw - 992px) / (1199 - 992)));
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: calc(19px + (24.6 - 19) * ((100vw - 768px) / (991 - 768)));
    }
}
@media(min-width: 590px) and (max-width: 767px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: calc(13.3px + (19 - 13.3) * ((100vw - 590px) / (767 - 590)));
    }
}
@media(max-width: 590px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: calc(14px + (20 - 14) * ((100vw - 280px) / (991 - 280)));
        margin-bottom: 10px;
    }
}
@media(max-width: 590px) and (min-width:375px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(50% - 10px);
        display: inline-flex;
        margin: 5px;
    }
    .tvtabcategory-product-inner{
        margin: 0  -5px;
    }
}
.lang-rtl .tvtabcategory-product-li a,
.lang-rtl .tvtabcategory-show a,
.lang-rtl .tvtabcategory-hide a {
    padding-left: 0;
    padding-right: 10px;
}
.lang-rtl .tvtabcategory-product-li a:before {
    left: auto;
    right: 0;
}
.tvcmstabcategory-product-slider .tvmain-title-separator:before,
.tvcmstabcategory-product-slider .tvmain-title-separator:after {
    background-color: #f0f0f0;
}
.tvtabcategory-all-product-content-box {
    position: relative;
}