/**
* 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 {
    /*display: inline-block;*/
}
.tvcmscategory-slider {
    /*margin-bottom: 100px;*/
    background-color: #f5fafa;
}
.tvcategory-slider {}
.tvcategory-slider-wrapper-info {
    /*padding: 0 15px;*/
    /*position: relative;*/
    min-width: 212px;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-title-content {
    margin-top: -100px;
    margin-bottom: 15px;
    /*margin-left: 0;*/
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}
.tvcategory-img-block {
    margin: auto;
}
.tvcategory-slider-main-title-banner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20px;
    text-align: center;
    display: grid;
    align-content: center;
}
.tvcategory-slider-main-title-banner .tvcms-next-pre-btn {
    margin-top: 0;
}
.tvcategory-slider-main-title-banner i {
    font-size: 34px;
    color: #82bc14;
    margin: auto;
    margin-bottom: 20px;
}
.tvcategory-slider-wrapper-info a {
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: column;
    cursor: pointer;
    background-color: #fff;
}
.owl-item:nth-child(2n) .tvcategory-img-block {
    order: 2;
}
.tvcategory-slider-info-box {
    padding: 24.5% 5px;
    text-align: center;
}
.tvcategory-slider-info-title {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}
.tvcategory-slider-info-title:after {
    content: " ";
    width: 50px;
    height: 1px;
    background-color: #666;
    margin: 10px auto 11px;
    display: block;
}
.tvcategory-slider-all-link {
    font-size: 13px;
    line-height: normal;
    color: #888;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-all-link {
    color: #82bc14;
}
.tvcategory-slider-short-desc {
    color: #82bc14;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.tvcategory-slider-inner-info-box {
    box-shadow: 1px 5px 12px rgb(0 0 0 / 10%);
}
@media (max-width: 1440px) {
    .tvcategory-slider-info-box {
        padding: 24% 5px;
    }
}
@media (max-width: 1280px) {
    .tvcategory-slider-info-box {
        padding: 23% 5px;
    }
}
@media (max-width: 1200px) {
    .tvcategory-slider-info-box {
        padding: 22.5% 5px;
    }
}
@media (max-width: 1140px) {
    .tvcategory-slider-info-box {
        padding: 21.5% 5px;
    }
}
@media (max-width: 1024px) {
    .tvcategory-slider-info-box {
        padding: 20% 5px;
    }
}
@media (max-width: 991px){
    .tvcategory-slider-title-content {
        margin-top: 0;
    }
}
@media (max-width: 900px) {
    .tvcategory-slider-info-box {
        padding: 22.5% 5px;
    }
}
@media (max-width: 650px) {
    .tvcategory-slider-short-desc {
        font-size: 16px;
    }
    .tvcategory-slider-info-title {
        font-size: 20px;
    }
    .tvcategory-slider-info-title:after {
        margin: 7px auto 8px;
    }
}
@media (max-width: 768px) {
    .tvcategory-slider {
        display: block;
    }
}
@media (max-width: 575px) {
    .tvcategory-slider-info-box {
        padding: 21% 5px;
    }
}
@media (max-width: 480px) {
    .tvcategory-slider-info-box {
        padding: 19% 5px;
    }
}
@media (max-width: 424px) {
    .tvcategory-slider-info-box {
        padding: 25px 5px;
    }
}
@media(max-width: 480px) {
    .tvcategory-slider-main-title-wrapper {
        width: 100%;
        margin: 0 7.5px;
        margin-bottom: 15px;
    }
    .tvcategory-slider-inner-info-box {
        width: 100%;
    }
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-title-content {
        margin: 0 -7.5px;
    }
}