/**
* 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%;
    position: relative;
}
/* .tvcmstabcategory-product-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 55%;
    background-color: #fafafa;
} */
.tvtabcategory-product-li img {
    margin-right: 10px;
}
.tvcmstabcategory-product-slider {
    /* padding-top: 80px; */
    /*background-color: #f0f0f0;*/
    position: relative;
    z-index: 1;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
}
/*.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: left;
    cursor: pointer;
    /*width: 18%;*/
    width: auto;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 10px;
    vertical-align: middle;
    position: relative;
}
.tvtabcategory-product-inner li:not(:first-child) {
    border-left: 1px solid #2C222C;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    /*background-color: #4E97FD;*/
    /*box-shadow: none;*/
}
.tvtabcategory-product-li.active img,
.tvtabcategory-product-li:hover img {
    background-color: transparent;
}
.tvtabcategory-product-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    justify-content: center;
    padding: 0;
    margin-bottom: 20px !important;
    /*direction: ltr;*/
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-left: 12px;
    position: relative;
    text-transform: uppercase;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #1393EB;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.tvtabcategory-product-img {
    background: linear-gradient(115.72deg, #540577 8.29%, #6F6BAF 65.52%, #1393EB 118.06%);
    padding: 2px;
    min-width: 65px;
}
.tvtabcategory-product-li img {
    position: relative;
    background-color: #000;
    padding: 7.5px;
    margin: 0;
}
@media (max-width: 1200px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /*width: 17.5%;*/
    }
}
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
    .tvtabcategory-product-inner {
        margin: 0 -15px;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 0 15px;
        width: 25%;
    }
}
@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 {
        border: none !important;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
    }
}
@media (max-width: 350px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 100%;
    }
}
.lang-rtl .tvtabcategory-product-li img {
    margin: 0 5px 0 0;
}
.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;
}
@media (min-width: 1200px){
    .tvtabcategory-product-li, .tvtabcategory-show, .tvtabcategory-hide{
        max-width: 20%;
    }
}