/**
* 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: 100px;
}
.tvtabcategory-tab-product {
    /*overflow: hidden;
    display: flex;
    flex-wrap: wrap;*/
    margin: 0 -15px;
}
.tvtabcategory-all-tab {
    /*padding: 0 7.5px;*/
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 12px 20px 8px;
    /* text-align: center; */
    cursor: pointer;
    width: calc(14.3% - 30px);
    border-radius: 0;
    margin: 0 15px;
    vertical-align: middle;
    margin-bottom: 10px;
    position: relative;
}
.tvtabcategory-product-inner {
    margin-bottom: 0;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    margin: 0 -9px;
    background-color: #111;
    direction: ltr;
}
/* .tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    background-color: #006AFC;
    border: 1px solid #006AFC;
} */
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4667;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000;
    position: relative;
    z-index: 1;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #fff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
/* .tvtabcategory-product-sub-title-block {
     background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
} */
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .tvtabcategory-all-tab {
        width: 100%;
        margin-bottom: 15px;
    }
    .tvtabcategory-all-product {
        width: 100%;
    }
}
@media (max-width: 425px) {
    .tvcategory-slider-wrapper-info a.tvcategory-slider-title {
        padding: 0;
    }
}
.tvtabcategory-product-inner {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.tvtabcategory-product-li img {
    padding: 5px;
    background: #fff;
}
.tvtabcategory-product-inner li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    height: calc(00% + 1px);
    background: #006AFC;
    background: linear-gradient(90deg, rgba(0, 106, 252, 0.1) 0%, rgba(0, 106, 252, 1) 10%, rgba(0, 106, 252, 1) 90%, rgba(0, 106, 252, 0.1) 100%);
    transform: perspective(100px) rotateX(20deg);
    -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-inner li.active:after,
.tvtabcategory-product-inner li:hover:after {
    background: #006AFC;
    height: 100%;
}
@media (max-width:1600px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(15.5% - 30px);
    }
}
@media (max-width:1280px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(16.5% - 30px);
    }
}
@media (max-width:1140px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(23% - 30px);
    }
}
@media (max-width: 991px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(25% - 30px);
    }
}
@media (max-width: 767px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(33% - 30px);
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(50% - 16px);
        margin: 0 8px;
    }
    .tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a{
        font-size: 14px;
    }
}
@media (max-width: 319px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(100% - 16px);
    }
}