/**
* 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: inline-flex;
}
.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-product-wrapper{
    position: relative;
}
/*.tvtabcategory-all-tab {
    width: 20%;
    padding: 0 15px;
}*/
.tvcmstabcategory-product-slider-main-title-wrapper {
    position: relative;
}
/*.tvtabcategory-all-product {
    width: 80%;
    padding: 0;
}*/
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 2px 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 16.4%;   
}
.tvtabcategory-product-img {
    height: 70px;
    width: 70px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    z-index: 1;
    background-color: #fff;
}
.tvtabcategory-product-inner {
    margin-bottom: 0;
    margin: 0 -15px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tvtabcategory-all-tab {
    margin-bottom: 40px;
}

.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 19px 25px;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    border-radius: 10px;
    margin-left: -20px;
    width: calc(100% - 55px);
    z-index: 0;
    text-align: center;
}
/* .tvtabcategory-product-li.active a, */
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    background-color: #D98CB7;
    border-color: #e4e4e4;
    color: #fff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}
.tvtabcategory-tab-title {
    font-size: 26px;
    color: #222;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 15px;
}


@media(max-width: 1440px) {
    .tvtabcategory-product-li, .tvtabcategory-show, .tvtabcategory-hide {

        width: 26%;
    }
}
@media(max-width: 1199px) {
  
    .tvtabcategory-product-inner{
        margin: 0 -7.5px;
    }
}
@media(max-width: 1024px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33%;
    }
   
}
@media(max-width: 991px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 33.33%;
        padding: 2px 8px;
    }
    /* .tvtabcategory-all-tab {
        width: 30%;
    }
    .tvtabcategory-all-product {
        width: 70%;
    }*/
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {

    .tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a {
        font-size: 14px;
        padding: 14px 23px;
}
}
@media (max-width: 650px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 45%;
        padding: 5px 7.5px;
    }
}

@media (max-width: 525px) {
    .tvtabcategory-product-li,
   .tvtabcategory-show,
   .tvtabcategory-hide {
       width: 50%;
       margin: 0;
   }
   .tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a {
    padding: 16px 15px;
   }

}
@media (max-width: 425px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 70%;
    }
}

.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;
}
.lang-rtl .tvtabcategory-product-li a, 
.lang-rtl .tvtabcategory-show a, 
.lang-rtl .tvtabcategory-hide a{
    border-radius: 25px 0 0 25px;
    margin: 0 -15px 0 0;
    padding: 11px 22px 11px 10px;
}