/**
* 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%;
}
.tvtabcategory-product-li img {
    margin-right: 10px;
}
.tvcmstabcategory-product-slider {
    /* padding-top: 80px; */
    /*background-color: #f0f0f0;*/
    position: relative;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    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 {
    padding: 14px 14px;
    text-align: center;
    cursor: pointer;
    width: calc(16.66% - 30px);
    margin: 0 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    border-color: #C29545;
    background-color: #C29545;
}
.tvtabcategory-product-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    border-radius: 0px;
    margin-bottom: 25px;
    padding: 0;
    /*direction: ltr;*/
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    display: block;
    position: relative;
    word-break: break-word;
    letter-spacing: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.29;
    text-transform: capitalize;
    color: #000000;
    -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
    transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #fff;
}
.tvtabcategory-product-li img {
    /* border-radius: 100%; */
    background-color: transparent;
    margin-right: 5px;
    position: relative;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.lang-rtl .tvtabcategory-product-li img {
    margin: 0 0 0 5px;
}
@media (max-width: 1200px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        margin: 5px 10px;
        width: calc(20% - 30px);
    }
}
@media (max-width: 1100px) {
    .tvtabcategory-product-inner {
        margin-inline: -10px;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(25% - 20px);
        margin-inline: 10px;
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1100 - 280)));
    }
}
@media (max-width:767px) {
    .tvtabcategory-product-inner {
        margin-inline: -5px;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(33.33% - 10px);
        margin-inline: 5px;
        padding: 11px 10px;
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(43.33% - 10px);
    }
}
@media (max-width: 400px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(50% - 10px);
    }
}
@media (max-width: 280px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(100% - 10px);
    }
}