/**
* 2007-2022 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-2022 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 .swiper-button-next:after, 
.tvcmstabcategory-product-slider .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.tvtabcategory-product-li-inner-block,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 30px 0;
    background-color: #f7f7f7;
    cursor: pointer;
    text-align: center;
    position: relative;
    /*border-bottom: 1px solid transparent;*/
    /*border: 1px solid #ededed;*/
}

.tvtabcategory-product-li:first-child{
    /*margin-left: 0;*/
}

.tvtabcategory-product-li:nth-child(6){
    /*margin-right: 0;*/
}
.tvtabcategory-product-inner {
    margin: 0 -20px;
}
.tvtabcategory-count {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.tvtabcategory-product-li .tvtabcategory-product-li-inner-block:after{
    /*content: '';*/
    position: absolute;
    height: 2px;
    width: 140px;
    background-color: #fb5d5d;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.tvtabcategory-count-wraper {
    color: #000000;
    margin-top: 10px;
}
.tvtabcategory-product-li:hover .tvtabcategory-product-li-inner-block:after,
.tvtabcategory-product-li.active .tvtabcategory-product-li-inner-block:after {
    opacity: 1;   
}

.tvtabcategory-product-li .tvtabcategory-product-li-inner-block:before{
    /*content: '';*/
    position: absolute;
    right: 0;
    height: 30px;
    width: 1px;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #e5e5e5;
}

.tvtabcategory-product-li:nth-child(6) .tvtabcategory-product-li-inner-block:before{
    display: none;
}

/****** category product *****/
.tvcmstabcategory-product-slider {
    margin-bottom: 25px;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    display: flex;
    /*overflow: hidden;*/
    flex-wrap: wrap;
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-all-product {
    padding: 0;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    width: 45%;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    margin-bottom: 40px;
}
.tvtabcategory-product-li:hover .tvtabcategory-product-li-inner-block,
.tvtabcategory-product-li.active .tvtabcategory-product-li-inner-block {
    background-color: #6C4675;
}
.tvtabcategory-product-li.active
.tvtabcategory-show.active {
    background-color: #6C4675;
}
.tvtabcategory-product-inner {
    margin-bottom: 0;
    border-radius: 3px;
    text-align: center;
    background-color: transparent;
    direction: ltr;
}
.tvtabcategory-product-li a:not([href]):not([tabindex]),
.tvtabcategory-show a:not([href]):not([tabindex]),
.tvtabcategory-hide a:not([href]):not([tabindex]) {
    font-size: 16px;
    vertical-align: middle;
    font-weight: 400;
    color: #666666;
}
.tvtabcategory-product-li.active a:not([href]):not([tabindex]),
.tvtabcategory-product-li:hover a:not([href]):not([tabindex]),
.tvtabcategory-show:hover a:not([href]):not([tabindex]),
.tvtabcategory-hide:hover a:not([href]):not([tabindex]) {
    color: #ffffff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.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;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a, 
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a,
.tvtabcategory-product-li.active .tvtabcategory-count,
.tvtabcategory-product-li:hover .tvtabcategory-count, 
.tvtabcategory-show:hover .tvtabcategory-count,
.tvtabcategory-hide:hover .tvtabcategory-count {
    color: #ffffff;
}
.tvtabcategory-product-li.active .tvtabcategory-count-wraper,
.tvtabcategory-product-li:hover .tvtabcategory-count-wraper, 
.tvtabcategory-show:hover .tvtabcategory-count-wraper,
.tvtabcategory-hide:hover .tvtabcategory-count-wraper {
    color: #ffffff;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 30px;
    vertical-align: middle;
    font-weight: 400;
    color: #000000;
    font-family: "Frank Ruhl Libre";
}