/**
* 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*********************/
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    overflow: hidden;
    position: relative;
    background: #ebebeb;
    border-radius: 20px;
    padding: 33px 15px;
}
.tvcategory-slider-wrapper-info-block {
    margin: 0 -15px;
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}
.tvcategory-slider-wrapper-info a.tvcategory-slider-title {
    display: block;
    cursor: pointer;
}
.tvtestimonial-slider-inner {
    margin: 0 -15px;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    padding-top: 19px;
    padding-bottom: 19px;
    position: relative;
    display: inline-block;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title span {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    display: block;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title::after {
    transform: scaleX(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title::after {
    content: '';
    background: linear-gradient(130deg, #E2F22F 30%, #63FC77 100%);
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
/* .tvcategory-slider-info-box span,
.tvcategory-img-block img {
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
} */
.owl-carousel .owl-item .tvcategory-img-block img {
    width: auto;
}
.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #D97C5B;
}
.tvcategory-slider-wrapper-info {
    text-align: center;
    position: relative;
    padding: 0 15px;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
@media (max-width: 1440px) {
    .tvcategory-slider-info-box .tvcategory-slider-info-title span {
        font-size: calc(15px + (20 - 15) * ((100vw - 280px) / (1440 - 280)));
    }
}
@media (max-width: 1280px) {
    .tvcategory-slider-title-content-wrapper {
        padding-top: 30px;
    }
}
@media (max-width: 1080px) {
    .tvcategory-slider-inner-info-box {
        display: block;
    }
    .tvcategory-slider-content-image {
        width: 50%;
        margin: auto;
        float: none;
    }
    .tvcategory-slider-title-content-wrapper {
        width: 100%;
    }
    .tvcategory-slider-content-box {
        margin-inline-start: 0;
    }
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box {
        top: 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .tvcategory-slider-content-image {
        width: 100%;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-info-box span {
        font-size: 15px;
    }
    .tvcategory-slider-content-image {
        width: 100%;
    }
    .tvcategory-slider-wrapper-info-block{
        margin-inline: -7.5px;
    }
    .tvcategory-slider-wrapper-info{
        padding-inline: 7.5px;
    }
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}