/**
* 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 {
    padding-top: 80px;
    /*background-color: #f0f0f0;*/
    position: relative;
    z-index: 1;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    position: relative;
    /* overflow: hidden; 
    display: flex;
    flex-wrap: wrap; */
}
/*.tvtabcategory-all-tab {
    width: 20%;
    padding: 0 7.5px;
}*/
.tvtabcategory-product-sub-title-block{
    margin-bottom: 20px;
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
/*.tvtabcategory-all-product {
    width: 80%;
    padding: 0;
}*/
.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: 14.3%;
    box-sizing: 8px;
    border-radius: 8px;
    background-color: #fff;
    border-bottom: 1px #e4e4e4 solid;
    margin: 0 9px;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    border-color: transparent;
    background-color: #EEBB63;
}
.tvtabcategory-product-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
    justify-content: center;
    border-radius: 0px;
    padding: 0;
    /*direction: ltr;*/
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 15px;
    font-weight: 700;
    display: block;
    color: #000;
    position: relative;
    text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #000;
}
.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;
}
@media(max-width: 1440px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 15%;
    }
}
@media (max-width: 1200px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 17.5%;
    }
}
@media (max-width: 991px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 29%;
    }
}
@media (max-width: 460px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 43%;
    }
}
@media (max-width: 330px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 90%;
    }
}

@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
}
.lang-rtl .tvtabcategory-product-li img{
    margin: 0 0 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;
}
/* .tvcmstabcategory-product-slider .tvcmsprev-btn, 
.tvcmstabcategory-product-slider.tvcmsnext-btn {
    transform: none;
} */
.tvcmstabcategory-product-slider .tvcmsprev-btn {
    left: -40px;
    right: auto;
}
.tvcmstabcategory-product-slider  .tvcmsnext-btn {
    right: -40px;
    left: auto;
}