/**
* 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: block;
}
.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;
}
.tvtabcategory-all-tab.tvall-product-branner{
    padding: 0;
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-all-product {
    /*width: 80%;*/
    padding: 0;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    /*padding: 5px;*/
    text-align: center;
    cursor: pointer;
    /*display: flex;
    align-items: center;
    background-color: #0000;
    border: 1px solid #e7e7e7;
    border-radius: 35px;*/
    vertical-align: middle;
    position: relative;
    width: 50%;
    padding: 30px 10px;
}
/*.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    background-color: #ffbe00;
    box-shadow: none;
}*/
.tvtabcategory-product-inner {
    margin-bottom: 0;
    border-radius: 0;
    text-align: center;
    padding: 0;
    background-color: transparent;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    display: block;
}

.tvtabcategory-product-li:hover a,
.tvtabcategory-product-li.active a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #F3A032;
}

.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

.tvtabcategory-product-li .tvtabcategory-product-img {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.tvtabcategory-product-li .tvtabcategory-product-img:before{
    content: '';
    position: absolute;
    height: 35px;
    width: 35px;
    background-color: #F3A032;
    box-shadow: 3px 3px 0px rgb(0 0 0 / 10%);
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.tvtabcategory-product-li:hover .tvtabcategory-product-img:before,
.tvtabcategory-product-li.active .tvtabcategory-product-img:before{
    opacity: .2;
    top: -15px;
    left: -15px;
}
/*.tvtabcategory-product-li.active img,
.tvtabcategory-product-li:hover img,
.tvtabcategory-show:hover img,
.tvtabcategory-hide:hover img {
    background-color: #fff;
}*/

@media(max-width: 1280px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /*padding: 15px 16px 15px 10px;*/
    }
}
@media(max-width: 1024px) {
    .tvtabcategory-all-tab {
        width: 25%;
    }
    .tvtabcategory-all-product {
        width: 75%;
    }
}
@media(max-width: 991px) {
    .tvtabcategory-all-tab {
        width: 30%;
    }
    .tvtabcategory-all-product {
        width: 70%;
    }
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .tvtabcategory-all-tab {
        width: 100%;
        margin-bottom: 15px;
    }
    .tvtabcategory-all-product {
        width: 100%;
    }
}
.lang-rtl .tvtabcategory-product-li:after,
.lang-rtl .tvtabcategory-show:after,
.lang-rtl .tvtabcategory-hide:after {
    right: 0;
    left: auto;
}
.tvtabcategory-product-inner>li:first-child {
    margin-top: 0;
}
.lang-rtl .tvtabcategory-product-li img {
    margin-right: 0;
    margin-left: 10px;
}