/**
* 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: 25px;
}
.tvtabcategory-all-product{
    margin: 0 -7.5px;
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-product-inner {
    margin-bottom: 23px;
    direction: ltr;
    text-align: center;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 7.5px;
}
.tvtabcategory-product-li.active .tvtabcategory-product-img-info,
.tvtabcategory-product-li:hover .tvtabcategory-product-img-info,
.tvtabcategory-show:hover .tvtabcategory-product-img-info,
.tvtabcategory-hide:hover .tvtabcategory-product-img-info {
    border-color: #be903d;
}
.tvtabcategory-product-img-info {
    border: 1.5px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #222;
    text-transform: uppercase;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #be903d
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.tvtabcategory-product-img {
    min-width: 42px;
    margin-right: 10px;
}
@media (max-width: 1140px){
    .tvtabcategory-product-img-info{
        padding: 10px 20px;
    }
}
@media (max-width: 991px){
    .tvtabcategory-product-img-info{
        padding: 10px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 11px 0;
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        font-size: 14px;
    }
}