/**
* 2007-2021 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-2021 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 -7.5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.tvtabcategory-all-tab {
    /*width: 20%;*/
    padding: 0 7.5px;
}
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
.tvtabcategory-all-product {
    /*width: 80%;*/
    padding: 0;
    padding-bottom: 1px;
}
.tvtabcategory-all-product .tvtabcategory-all-product-wrapper .tvtabcategory-all-product-slider .owl-stage {
    display: flex;
}
.tvtabcategory-all-product .tvtabcategory-all-product-wrapper .tvtabcategory-all-product-slider .owl-stage .owl-item article, 
.tvtabcategory-all-product .tvtabcategory-all-product-wrapper .tvtabcategory-all-product-slider .owl-stage .owl-item article .thumbnail-container,
.tvtabcategory-all-product .tvtabcategory-all-product-wrapper .tvtabcategory-all-product-slider .owl-stage .owl-item article .thumbnail-container .tvproduct-wrapper {
    height: 100%;
}
.tvtabcategory-all-product .tvtabcategory-all-product-wrapper .tvtabcategory-all-product-slider article .thumbnail-container .tvproduct-wrapper .tvproduct-info-box-wrapper .product-description .tvproduct-name h6,
.tvtabcategory-all-product .tvtabcategory-all-product-wrapper .tvtabcategory-all-product-slider article .thumbnail-container .tvproduct-wrapper .tvproduct-info-box-wrapper .product-description .tvproduct-name h3 { 
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
}
.tvtabcategory-product-li {
    width: 16.5%;
    flex: 0 0 16.5%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.tvtabcategory-product-li-inner-block,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 8.5px;
    background-color: #fff;
    margin: 0 7.5px;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvtabcategory-tab-product .tvtabcategory-product-sub-title-block .tvtabcategory-product-inner .tvtabcategory-product-li .tvtabcategory-product-li-inner-block {
    height: 100%;
    display: flex;
}
.tvtabcategory-tab-product .tvtabcategory-product-sub-title-block .tvtabcategory-product-inner .tvtabcategory-product-li .tvtabcategory-product-li-inner-block a {
    margin: auto;
}
.tvtabcategory-product-li:hover .tvtabcategory-product-li-inner-block,
.tvtabcategory-product-li.active .tvtabcategory-product-li-inner-block {
    background-color: #c80436;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvtabcategory-product-inner {
    margin: 0 -7.5px;
}
.tvtabcategory-tab-product .tvtabcategory-product-sub-title-block .tvtabcategory-product-inner {
    display: flex;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.tvtabcategory-product-li:hover .tvtabcategory-product-li-inner-block a,
.tvtabcategory-product-li.active .tvtabcategory-product-li-inner-block a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #fff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
/*@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;
    }
    .tvtabcategory-product-li {
        width: 24.9%;
        flex: 0 0 24.9%;
    }
}
/*@media(max-width: 767px) {
    .tvtabcategory-all-tab {
        width: 100%;
        margin-bottom: 15px;
    }
    .tvtabcategory-all-product {
        width: 100%;
    }
}*/
@media (max-width: 575px){
    .tvtabcategory-product-li{
        width: 50%;
        flex: 0 0 50%;
    }
}
.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-tab-product .tvtabcategory-all-product .tvtabcategory-all-product-wrapper .ajaxData {
    opacity: 0;
    transition: opacity 400ms ease-in-out 0s;
    -webkit-transition: opacity 400ms ease-in-out 0s;
    -moz-transition: opacity 400ms ease-in-out 0s;
    -o-transition: opacity 400ms ease-in-out 0s;
    -ms-transition: opacity 400ms ease-in-out 0s;
}