/*
* 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 {
    margin-bottom: 25px;
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    overflow: hidden;
    /*display: flex;
    flex-wrap: wrap;*/
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 0px;
    margin: 6px 15px;
    text-align: left;
    cursor: pointer;
    width: 17.4%;
    min-width: 205px;
    display: block;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    vertical-align: middle;
    position: relative;
    border-radius: 0;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    background-color: #e71d36;
    border-color: #e71d36;
}
.tvtabcategory-product-inner {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin: 0 -5px;
    margin-bottom: 30px;
    direction: ltr;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani',sans-serif;
    display: block;
    text-transform: uppercase;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #ffffff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.tvtabcategory-product-li .tvtabcategory-product-img {
    background-color: #f7f7f7;
    position: absolute;
    overflow: hidden;
    left: -2px;
    top: -6px;
    bottom: 0;
    height: max-content;
    margin: auto;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
}
.tvtabcategory-product-content {
    margin-left: 70px;
    padding: 10px 15px;
    text-align: left;
}
.tvtabcategory-product-content, .tvtabcategory-product-li .tvtabcategory-product-img img {
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}
.tvcategory-slider-items {
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: block;
}
.tvtabcategory-product-inner > li.active .tvcategory-slider-items, 
.tvtabcategory-product-inner > li:hover .tvcategory-slider-items {
    color: #ffffff;
}
@media (max-width: 1380px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
    /*    width: 18.4%;
        padding: 5px 15px;*/
    }
}
@media (max-width: 1280px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /*width: 18.2%;*/
    }
}
@media (max-width: 1180px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /*width: 17.8%;*/
    }
}
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 25%;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
        justify-content: center;
    }
}
@media (max-width: 650px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
   /* .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 100%;
        margin-bottom: 10px;
    }*/
}
@media (max-width: 375px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 15px 0;
        width: 100%;
    }
}
.lang-rtl .tvtabcategory-product-li,
.lang-rtl .tvtabcategory-show,
.lang-rtl .tvtabcategory-hide {
    text-align: right;
    direction: rtl;
}
/*.lang-rtl .tvtabcategory-product-li:after,
.lang-rtl .tvtabcategory-show:after,
.lang-rtl .tvtabcategory-hide:after {
    right: 0;
    left: auto;
}
