/**
* 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
*/
/****************************category*********************/
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
.tvcategory-img-block {
    position: relative;
}
.tvcategory-img-block:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    top: -3px;
    left: -3px;
    border-right: 3px solid #5ADEEB;
    border-bottom: 3px solid #5ADEEB;

}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    /*    overflow: hidden;*/
    position: relative;
}
.tvcategory-slider-info-box {
    /* margin-block-start: 20px; */
    position: absolute;
    top: 10px;
    left: 10px;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    padding: 9px 15px;
    background-color: #fff;
    position: relative;
    -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-info-title span {
    display: inline-block;
    color: #100B39;
    font-family: Londrina Solid;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    -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 .tvall-inner-btn:before,
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title::before {
    background-color: #E8E8E8;
}
.tvcategory-slider-info-box .tvall-inner-btn:hover:before {
    background-color: #B47aea;
}
.tvcategory-slider-info-box .tvall-inner-btn:hover span {
    color: #fff;
}
.owl-carousel .owl-item .tvcategory-img-block img {
    /*    width: auto;*/
    object-fit: unset;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title {
    background-color: #B47aea;
    border-color: #E4E4E4;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title span {
    color: #000;
}
.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #B47aea;
}
.tvcategory-slider-wrapper-info {
    /*    padding: 0 15px;*/
    text-align: center;
    position: relative;
}
.tvcategory-img-block img {
    border: 1px solid #5ADEEB;
}
.tvcmscategory-slider .owl-carousel .owl-item .item {
    padding: 0 15px;
    padding-bottom: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tvcmscategory-slider .owl-carousel .owl-item:not(.center) .item {
    transform: scale(0.9);
}
@media (min-width:576px) {
    .tvcmscategory-slider .owl-carousel .owl-item.active:has(+ .center) .item {
        transform: translateX(-10px) scale(0.9);
    }
    .tvcmscategory-slider .owl-carousel .owl-item.active.center+.owl-item.active .item {
        transform: translateX(10px) scale(0.9);
    }
}
@media (max-width: 1440px) {
    .tvcategory-slider-info-box .tvcategory-slider-info-title span {
        font-size: calc(15px + (28 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding: 14px 20px;
    }
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
    /*.tvcategory-slider-inner-info-box {
        margin: 0 -7.5px;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 7.5px;
    }*/
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-info-box span {
        font-size: 15px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding: 10px 15px;
    }
    .tvcategory-slider-inner-info-box {
        margin-inline: -10px;
    }
    .tvcmscategory-slider .owl-carousel .owl-item .item{
        padding-inline: 10px;
    }
}
@media (max-width:330px) {
    .tvcategory-slider-inner-info-box {
        margin-inline: 0;
    }
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}