/**
* 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: block;
}

.tvtabcategory-product-sub-title-block .show-hide.hide {
    display: none;
}

.tvtabcategory-product-slider .tvall-product-branner {
    margin-top: 15px;
}

/* .tvtabcategory-all-product {
    width: 100%;
} */
/* .tvcmstabcategory-product-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 66%;
    background-color: #00000018;
} */
.tvcmstabcategory-product-slider {
    /* padding-top: 80px; */
    /*background-color: #f0f0f0;*/
    position: relative;
    z-index: 1;
}

.tvtabcategory-tab-product {
    margin: -15px;
    /* overflow: hidden; */
    /* display: flex; */
    flex-wrap: wrap;
    position: relative;
}

/*.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 {
    /* box-shadow: 0px 1px 2.97px 0.03px rgb(0 0 0 / 10%);  */
    /* padding: 12px 10px; */
    text-align: center;
    cursor: pointer;
    /* width: 14.3%; */
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-top: 12px;
    vertical-align: middle;
    position: relative;
}

.tvtabcategory-product-inner li:nth-child(1) {
    margin-top: 0;
}

.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    /* background-color: #0000;
    border: none;
    border-radius: 0; */
}

.tvtabcategory-product-inner {
    /* display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
    justify-content: center; */
    margin-bottom: 0;
    background-color: #576B63;
    border: 1px solid #f4f4f4;
    border-radius: 0px;
    padding: 14px 15px 13px;
    /*direction: ltr;*/
}

.tvtabcategory-product-li a,
.tvtabcategory-show a,
.tvtabcategory-hide a {
    display: block;
    position: relative;
    text-transform: capitalize;
    font-family: 'Cormorant Infant';
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-align: start;
    letter-spacing: 0.03em;
}

.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    color: #fff !important;
}

.tvtabcategory-product-li.active .tvtabcategory-product-img:after,
.tvtabcategory-product-li:hover .tvtabcategory-product-img:after,
.tvtabcategory-show:hover .tvtabcategory-product-img:after,
.tvtabcategory-hide:hover .tvtabcategory-product-img:after {
    /* outline-offset: 4px;
    outline: 1px solid #fff; */
    opacity: 1;
}

.tvtabcategory-product-img {
    /* padding: 7px; */
    background-color: rgba(178, 208, 196, 0.4);
    margin-inline-end: 20px;
    position: relative;
    border-radius: 100%;
}

.tvtabcategory-product-img::after {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    border-radius: 100%;
    margin: auto;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    display: inline-block;
    opacity: 0;
}

.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

@media(max-width: 1440px) {

    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 100%;
    }
}

@media(min-width: 1199px) and (max-width: 1320px) {
    .tvtabcategory-product-img {
        max-width: 64px;
        object-fit: none !important;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .tvtabcategory-product-img {
        max-width: 58px;
        object-fit: none !important;
    }
}

@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }

    .tvtabcategory-product-inner {
        padding: 16px 13px;
    }
}

/* .lang-rtl .tvtabcategory-product-li img{
    margin: 0 0 0 5px;
} */
.lang-rtl .tvtabcategory-product-li a,
.lang-rtl .tvtabcategory-show a,
.lang-rtl .tvtabcategory-hide a {
    padding-left: 0;
    padding-right: 10px;
}

.lang-rtl .tvtabcategory-product-li a:before {
    left: auto;
    right: 0;
}

.tvcmstabcategory-product-slider .tvmain-title-separator:before,
.tvcmstabcategory-product-slider .tvmain-title-separator:after {
    background-color: #f0f0f0;
}

.tvtabcategory-all-product-content-box {
    position: relative;
}