/**
* 2007-2023 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-2023 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;
}
.tvtabcategory-all-product {
    width: 100%;
}
.tvtabcategory-product-li .tvtabcategory-product-img {
    margin: 0 auto;
    margin-bottom: 12px;
    display: block;
}
.tvcmstabcategory-product-slider {
    /*margin-top: -60px;*/
    position: relative;
    /*z-index: 1;*/
}
.tvtabcategory-tab-product {
    margin: 0 -15px;
    /*overflow: hidden;*/
    position: relative;
    /*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;
}*/
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    /*padding: 20px 0;*/
    text-align: center;
    cursor: pointer;
    width: 12%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    background-color: #0000;
    /*border: 2px solid #0000;*/
    /* box-shadow: 0px 2px 2.85px 0.15px rgb(0 0 0 / 7%); */
    margin: 0 10px;
    vertical-align: middle;
    /* margin-bottom: 15px; */
    position: relative;
    border-radius: 0;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    /*background-color: #0000;*/
    /*border-bottom-color: #8a3f07;*/
    /*box-shadow: none;*/
}
.tvtabcategory-product-li:after,
.tvtabcategory-show:after,
.tvtabcategory-hide:after {
    position: absolute;
    /*content: '';*/
    top: auto;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 1px;
    height: 10px;
    margin: auto;
    border-top: 8px solid #8a3f07;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    opacity: 0;
}
.tvtabcategory-product-li.active:after,
.tvtabcategory-show.active:after,
.tvtabcategory-hide.active:after,
.tvtabcategory-product-li:hover:after,
.tvtabcategory-show:hover:after,
.tvtabcategory-hide:hover:after {
    opacity: 1;
}
.tvtabcategory-product-li:before {
    /*content: '';*/
    position: absolute;
    background-color: #ffffff;
    height: 50px;
    width: 1px;
    top: 0;
    bottom: 0;
    right: -13px;
    margin: auto;
    display: block;
}
.tvtabcategory-product-li:nth-child(5):before {
    display: none;
}
.tvtabcategory-product-inner {
    /*background-color: #8a3f0720;*/
    /*box-shadow: 0px 0px 15.2px 0.8px rgb(0 0 0 / 20%);*/
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    border-radius: 0px;
    padding: 0;
    direction: ltr;
}
.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    font-size: 16px;
    font-weight: 500;
    color: #292929;
    text-transform: uppercase;
}
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #8a3f07
}
.tvtabcategory-product-li:hover .tvtabcategory-product-img,
.tvtabcategory-product-li.active .tvtabcategory-product-img {
    background-color: #88523A;
    border-color: #88523A;
}

.tvtabcategory-product-li:hover .tvtabcategory-product-img img,
.tvtabcategory-product-li.active .tvtabcategory-product-img img {
    filter: invert(1);
}
.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;*/
    /*padding: 17.2px 0;*/
}
.lang-rtl .tvtabcategory-product-li:after,
.lang-rtl .tvtabcategory-show:after,
.lang-rtl .tvtabcategory-hide:after {
    /*right: -25px;*/
    /*left: auto;*/
}
@media(max-width: 1280px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /*padding: 17px 0;*/
    }
    .tvtabcategory-product-li a,
    .tvtabcategory-show a,
    .tvtabcategory-hide a {
        /*font-size: 15px;*/
    }
    .lang-rtl .tvtabcategory-product-li,
    .lang-rtl .tvtabcategory-show,
    .lang-rtl .tvtabcategory-hide {
        /*padding: 16px 0;*/
    }
}
@media (max-width: 1200px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 14%;
    }
}
@media(max-width: 1024px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /*padding: 16.4px 0;*/
    }
    .tvtabcategory-all-tab {
        /*width: 25%;*/
    }
    .tvtabcategory-all-product {
        /*width: 75%;*/
    }
}
@media(max-width: 991px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 20%;
        margin-bottom: 20px;
    }
    .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%;*/
    }
}

.tvtabcategory-product-img {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border: 1px solid #eeeeee;
    /*padding: 14px;*/
    border-radius: 100%;
}

