/**
* 2007-2025 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-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
/************* category ***************/
.tvcategory-slider-content-box {
    display: flex;
    overflow: hidden;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    position: relative;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    margin: 0 -15px;
}
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider-inner-info-box.container {
    padding: 0;
}
.tvcategory-img-block {
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 100px;
    max-width: 197px;
    margin: auto;
}
.tvcategory-slider-info-title {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.54px;
    text-transform: capitalize;
    /* -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; */
}
.tvcategory-slider-info-title svg {
    margin-inline-start: 7px;
    vertical-align: middle;
    /* -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; */
}
.tvcategory-slider-all-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #119744;
    position: relative;
    display: block;
}
.tvcategory-slider-all-link:after {
    position: absolute;
    content: "";
    background-color: #119744;
    width: 85px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcmscategory-slider-all-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #949494;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg {
    /*    vertical-align: middle;*/
    margin-inline-start: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #000;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 1px;
}
.tvcategory-slider-info-box {
    position: relative;
    padding: 17px 18px;
    margin-top: 22px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-items {
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    display: block;
}
@media (max-width:1600px) {
    .tvcategory-slider-info-title {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcategory-slider-items {
        font-size: calc(13px + (15 - 13) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcategory-slider-info-box {
        padding: calc(14px + (16 - 14) * ((100vw - 280px) / (1600 - 280)))  calc(10px + (16 - 10) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcategory-slider-all-link {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvcategory-slider-info-title svg {
        height: calc(12px + (16 - 12) * ((100vw - 280px) / (1600 - 280)));
        width: calc(14px + (22 - 14) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvtabcategory-product-li a, .tvtabcategory-show a, .tvtabcategory-hide a{
        font-size: calc(16px + (17 - 16) * ((100vw - 280px) / (1600 - 280)));
    }
}
@media(min-width: 992px) {
    .tvcategory-slider-all-link {
        display: none;
    }
    .tvcategory-slider-wrapper-info:hover .tvcategory-slider-all-link {
        display: block;
    }
    .tvcategory-slider-wrapper-info:hover .tvcategory-slider-items {
        display: none;
    }
}
@media(max-width: 991px) {
    .tvcategory-slider-items {
        margin-bottom: calc(3px + (5 - 3) * ((100vw - 280px) / (991 - 280)));
    }
    .tvcategory-slider-all-link:after {
        width: 75px;
    }
}
@media(max-width: 575px) {
    .tvcmscategory-slider-all-link {
        font-size: 15px;
        margin-top: 10px;
    }
    .tvcategory-slider-info-box .tvcmscategory-slider-all-link svg {
        margin-inline-start: 4px;
        width: 20px;
    }
    .tvcategory-slider-inner-info-box {
        margin: 0 -7.5px;
    }
    .tvcategory-slider-wrapper-info {
        margin: 0 7.5px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-all-link svg {
        width: 17px;
        height: 7px;
    }
}
.tvcmscategory-slider .tvcategory-img-block img {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-info-title {
    color: #fff;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-info-box {
    background-color: #060606;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-info-title svg path {
    fill: #fff;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block img {
    transform: scale3d(1.07, 1.07, 1.07);
    -webkit-transform: scale3d(1.07, 1.07, 1.07);
    -ms-transform: scale3d(1.07, 1.07, 1.07);
    -o-transform: scale3d(1.07, 1.07, 1.07);
    -moz-transform: scale3d(1.07, 1.07, 1.07);
}