/**
* 2007-2025 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-2025 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: inline-flex;
}
.tvtabcategory-product-sub-title-block .show-hide.hide {
    display: none;
}
.tvcmstabcategory-product-slider {
    margin-bottom: 25px;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    overflow: hidden;
    /*display: flex;
    flex-wrap: wrap;*/
}
/*.tvtabcategory-all-tab {
    width: 20%;
    padding: 0 15px;
}*/
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
/*.tvtabcategory-all-product {
    width: 80%;
    padding: 0;
}*/
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 2px 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 15%;
}
.tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-left: 12px;
    position: relative;
    text-transform: uppercase;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    background-color: #FC5451;
}
.tvtabcategory-product-img {
    height: 50px;
    width: 50px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #EEEEEE;
    z-index: 1;
    background-color: #f5f5f5;
}
.tvtabcategory-product-li.active .tvtabcategory-product-img,
.tvtabcategory-product-li:hover .tvtabcategory-product-img,
.tvtabcategory-show:hover .tvtabcategory-product-img,
.tvtabcategory-hide:hover .tvtabcategory-product-img {
    border-color: #FC5451;
}
/*.tvtabcategory-product-inner li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 20%;
    display: block;
}*/
.tvtabcategory-product-inner {
    margin-bottom: 0;
    margin: 0 -15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tvtabcategory-all-tab {
    margin-bottom: 0;
}
.tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 7px 7px;
        text-align: left;
        cursor: pointer;
        width: 13.3%;
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border: 2px solid #eee;
        margin: 0 9px;
        margin-bottom: 30px;
        vertical-align: middle;
        position: relative;
        border-radius: 40px;
    }
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    /* background-color: #FC5451;
    border-color: #FC5451; */
    color: #fff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.tvtabcategory-tab-title {
    font-size: 26px;
    color: #222;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
@media(max-width:1200px) {
    .tvtabcategory-product-li, .tvtabcategory-show, .tvtabcategory-hide {
        width: 28.3%;
        margin-bottom: 10px;
    }
}
@media(max-width: 1199px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 8px 7.5px;
    }
    .tvtabcategory-product-inner{
        margin: 0 -7.5px;
    }
}
@media(max-width: 1024px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 25%;
    }
    /*    .tvtabcategory-all-tab {
        width: 25%;
    }
    .tvtabcategory-all-product {
        width: 75%;
    }*/
}
@media(max-width: 991px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
    }
    /* .tvtabcategory-all-tab {
        width: 30%;
    }
    .tvtabcategory-all-product {
        width: 70%;
    }*/
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
}
@media (max-width: 650px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
        padding: 5px 7.5px;
    }
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 50%;
    }
}
@media (max-width: 425px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 100%;
    }
}
/*@media (max-width: 590px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 21px 11px;
    }
}*/
.lang-rtl .tvtabcategory-product-li,
.lang-rtl .tvtabcategory-show,
.lang-rtl .tvtabcategory-hide {
    text-align: right;
}
.lang-rtl .tvtabcategory-product-li:after,
.lang-rtl .tvtabcategory-show:after,
.lang-rtl .tvtabcategory-hide:after {
    right: 0;
    left: auto;
}
.lang-rtl .tvtabcategory-product-li a, 
.lang-rtl .tvtabcategory-show a, 
.lang-rtl .tvtabcategory-hide a{
    border-radius: 25px 0 0 25px;
    margin: 0 -15px 0 0;
    padding: 11px 22px 11px 10px;
}