/**
* 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 {
    position: relative;
    /*display: flex;
    flex-wrap: wrap;*/
}
.tvtabcategory-all-product-wrapper {
    margin: -15px;
}
/*.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 a, .tvtabcategory-show a, .tvtabcategory-hide a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 22px;
    color: #000;
    position: relative;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.tvtabcategory-product-li.active,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover {
    border-color: #1d1d1d;
    /* border-width: unset; */
    outline-color: #1d1d1d;
}
.tvtabcategory-product-img{
    margin-right: 5px;
    margin-left: 0px;
}
.lang-rtl.tvtabcategory-product-img{
    margin-left: 5px;
    margin-right: 0px;
}
/* .tvtabcategory-product-img {
    height: 50px;
    width: 50px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #EEEEEE;
    z-index: 1;
    background-color: #f5f5f5;
} */
.tvtabcategory-product-li.active .tvtabcategory-product-img,
.tvtabcategory-product-li:hover .tvtabcategory-product-img,
.tvtabcategory-show:hover .tvtabcategory-product-img,
.tvtabcategory-hide:hover .tvtabcategory-product-img {
    /* border-color: #1d1d1d; */
}
/*.tvtabcategory-product-inner li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 20%;
    display: block;
}*/
.tvtabcategory-product-inner {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center;
}
.tvtabcategory-all-tab {
    margin-bottom: 0;
}
/* .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        padding: 13px 5px;
        text-align: center;
        cursor: pointer;
        width: 11.47%;
        align-items: center;
        margin: 0 8px;
        text-align: center;
        margin-bottom: 0;
        vertical-align: middle;
        position: relative;
        display: flex;
        justify-content: center;
    } */
  /* category product */
.tvtabcategory-product-li,
.tvtabcategory-show,
.tvtabcategory-hide {
    padding: 13px 5px;
    text-align: center;
    cursor: pointer;
    width: 11.47%;
    align-items: center;
    margin: 0 8px;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #EFEFEF;
    display: inline-block;
    -webkit-mask-image: url(../img/btn.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
}

.tvtabcategory-product-li::before,
.tvtabcategory-show::before,
.tvtabcategory-hide::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 2px;
    background-color: #fff;
    display: inline-block;
    -webkit-mask-image: url(../img/btn.png);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    content: "";
}

.tvtabcategory-product-li:hover:before,
.tvtabcategory-show:hover:before,
.tvtabcategory-hide:hover:before,
.tvtabcategory-product-li:hover,
.tvtabcategory-show:hover,
.tvtabcategory-hide:hover,
.tvtabcategory-product-li.active:before,
.tvtabcategory-show.active:before,
.tvtabcategory-hide.active:before,
.tvtabcategory-product-li.active,
.tvtabcategory-show.active,
.tvtabcategory-hide.active {
    background-color: #01B0ED;
}

/* category product over*/
.tvtabcategory-product-li.active a,
.tvtabcategory-product-li:hover a,
.tvtabcategory-show:hover a,
.tvtabcategory-hide:hover a {
    /* background-color: #8B7551;
    border-color: #8B7551; */
    color: #fff;
}
.tvtabcategory-product-sub-title-block i {
    font-size: 16px;
    color: #000;
    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{
        margin:  5px;
    }
}
@media(max-width: 1280px) {
    .tvtabcategory-product-li, .tvtabcategory-show, .tvtabcategory-hide {
        width: 21.2%;
        margin-bottom: 10px;
    }
}
@media(max-width: 1199px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        /* padding: 8px 7.5px; */
    }
    .tvtabcategory-product-inner{
        /* margin: 0 -7.5px; */
    }
}
@media (max-width:1100px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(25% - 20px);
        margin-inline: 10px;
    }
    .tvtabcategory-product-inner{
        margin-inline: -10px;
    }
}
@media(max-width: 1024px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: 21%;
    }
    /*    .tvtabcategory-all-tab {
        width: 25%;
    }
    .tvtabcategory-all-product {
        width: 75%;
    }*/
    .tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a{
        font-size: 14px;
    }
}
@media(max-width: 991px) {
    .tvcmstabcategory-product-slider {
        margin-bottom: 30px;
    }
    
    .tvtabcategory-tab-product {
        margin: 0 -7px;
    }
    .tvtabcategory-product-inner{
        margin-bottom: 15px;
    }
}
@media (max-width:767px) {
   .tvtabcategory-product-li,
   .tvtabcategory-show,
   .tvtabcategory-hide {
       width: calc(33.33% - 10px);
       margin-inline: 5px;
       padding: 10px 10px;
   }
   .tvtabcategory-product-inner{
    margin-inline: -5px;
}
   .tvtabcategory-product-li a, 
   .tvtabcategory-show a, 
   .tvtabcategory-hide a{
    font-size: 13px;
}
}
@media (max-width: 575px) {
    .tvtabcategory-product-li,
    .tvtabcategory-show,
    .tvtabcategory-hide {
        width: calc(48% - 10px);
    }
    .tvtabcategory-product-inner{
        margin-bottom: 5px;
    }
}
@media (max-width: 400px) {
   .tvtabcategory-product-li,
   .tvtabcategory-show,
   .tvtabcategory-hide {
       width: calc(50% - 10px);
   }
}
@media (max-width: 280px) {
   .tvtabcategory-product-li,
   .tvtabcategory-show,
   .tvtabcategory-hide {
       width: calc(100% - 10px);
   }
}
.lang-rtl .tvtabcategory-product-li:after,
.lang-rtl .tvtabcategory-show:after,
.lang-rtl .tvtabcategory-hide:after {
    right: 0;
    left: auto;
}