/**
* 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;
}
.tvcategory-slider-image-content-wrapper.row {
    display: flex;
    flex-wrap: wrap;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    padding-top: 60px;
}
.tvcategory-slider-content-box-wrpper {
    padding-top: 8px;
    margin-inline-start: -19.8%;
}
.tvcategory-slider-content-box {
    background-color: #fff;
    box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 72px 55px;
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
    padding-top: 12px;
    text-align: center;
    position: relative;
}
.tvcategory-slider-wrapper-info+.tvcategory-slider-wrapper-info {
    padding-top: 38px;
}
.tvcategory-slider-wrapper-info:has(+.tvcategory-slider-wrapper-info) {
    padding-bottom: 25px;
}
.tvcategory-slider-wrapper-info .tvcategory-slider-title {
    display: block;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    padding: 20px 0 30px;
    position: relative;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title span {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    position: relative;
}
/* .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;
} */
.tvcategory-slider-content-image img {
    border-radius: 20px;
}
.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;
}
.tvcategory-slider-wrapper-info + .tvcategory-slider-wrapper-info{
    border-top: 1px solid #E4E4E4;
}
.tvcategory-slider-wrapper{
    position: relative;
}
.active .tvcategory-slider-wrapper:after{
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #E4E4E4;
    display: inline-block;
}
@media (max-width:1440px) {
    .tvcategory-slider-info-box .tvcategory-slider-info-title span {
        font-size: calc(14px + (21 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcategory-slider-image-content-wrapper.row {
        margin: 0;
    }
    .tvcategory-slider-content-box{
        padding: 35px 30px;
    }
    .tvcategory-slider-wrapper-info:has(+.tvcategory-slider-wrapper-info){
        padding-bottom: 10px;
    }
    .tvcategory-slider-inner-info-box{
        padding-top: calc(0px + (50 - 0) * ((100vw - 992px) / (1920 - 992)));
    }
}
@media (max-width:1199px) {
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .tvcategory-slider-content-box-wrpper{
        margin: 0;
    }
    .tvcategory-slider-content-image,
    .tvcategory-slider-inner-info-box {
        padding-inline: 0;
    }
    .tvcategory-slider-content-image {
        margin-bottom: 30px;
        text-align: center;
    }
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding-top: 30px;
    }
    .tvcategory-slider-info-box span {
        font-size: 15px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding: 10px 5px;
    }
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}