/**
* 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 {
    background-color: #A4BB46;
    position: relative;
    padding: 92px 0;
}
.tvcms-slider-offerbanner-wrapper+.tvcmscategory-slider {
    padding: 11.09% 0 92px;
    margin-top: -10%;
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    margin: auto;
    padding-top: 23px;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    color: #666;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}
.tvcategory-slider-wrapper-info a:hover {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
}
.tvcategory-slider-inner-info-box .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.tvcategory-slider-info-box {
    padding-bottom: 23px;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.357;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    display: block;
    color: #232C4B;
}
.tvcategory-slider-info-box .tvcmscategory-slider-all-link {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    display: block;
    color: #3B4771;
}
.tvcategory-slider-info-box .tvcmscategory-slider-all-link svg {
    vertical-align: middle;
    margin-inline-start: 8px;
}
.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #e53f29;
}
.tvcategory-img-block .tvcategory-slider-info-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 42.5%;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #e53f29;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    text-align: center;
    position: relative;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
        padding: 0 70px;
    }
    .tvcategory-slider-inner-info-box {
        top: 0;
    }
    .tvcms-slider-offerbanner-wrapper+.tvcmscategory-slider {
        padding-bottom: 70px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        font-size: 24px;
    }
}
@media(max-width: 575px) {
    .tvcmscategory-slider {
        padding: 50px 0;
    }
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcms-slider-offerbanner-wrapper+.tvcmscategory-slider {
        padding-bottom: 50px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        font-size: 19px;
    }
    .tvcategory-slider-info-box .tvcmscategory-slider-all-link {
        font-size: 14px;
    }
    .tvcategory-slider-info-box .tvcmscategory-slider-all-link svg {
        margin-inline-start: 5px;
        height: 13px;
        width: 22px;
    }
    .tvcategory-slider-info-box{
        padding-bottom: 15px;
    }
    .tvcategory-img-block{
        padding-top: 15px;
    }
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}