/**
* 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*********************/
.tvcategory-slider-content-box {
    display: flex;
    overflow: hidden;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    position: relative;
    margin-bottom: 1px;
}
.tvcmscategory-slider
{
    padding: 90px 0;
    background-color: #FFF9E8;
}
.tvcategory-slider-info-icon
{
    height: 76px;
    width: 76px;
    background-color: #D20347;
    margin: -42px auto 20px;
    position: relative;
    border-radius: 100px;
    padding: 17px;
    border: 3px solid transparent;
}
.tvcategory-slider-info-icon img
{
    width: auto !important;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-icon
{
    border-color: #00a537; /* #FFF9E8 rmc 31.03.2025 */
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tvcategory-img-block
{
    border: 1px solid #F9CE5B;
    border-radius: 10px;
    background-color: #fff;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-short-desc
{
    display: none;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    margin: 0 -15px;
}
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider-inner-info-box.container {
    padding: 0;
}
.tvcategory-slider-info-title span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #222;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tvcmscategory-slider-all-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #949494;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg {
    vertical-align: middle;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.tvcategory-slider-all-link {
    position: relative;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #000;
}

.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}


.tvcategory-slider-info-link .tvcategory-slider-items {
    font-family: 'Poppins';
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #505050;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
@media (max-width: 1440px) {
    
    .tvcategory-slider-items {
        font-size: calc(13px + (15 - 13) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-slider-all-link {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1440 - 280)));
    }
    .tvcategory-slider-info-title span{
        font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1199 - 280)));
    }
    .tvcategory-slider-info-box .tvcategory-slider-all-link svg {
        width: 26px;
        height: 13px;
    }
}

@media(max-width: 1200px) {
    .tvcategory-slider-info-icon
    {
        height: 60px;
        width: 60px;
        padding: 14px;
    }
}

@media(max-width: 1024px) {
 
.tvcategory-slider-info-icon {
    margin-top: -28px;
    margin-bottom: 12px;
}
}

@media(max-width: 650px) {
    .tvcmscategory-slider
    {
        padding: 50px 0;
    }
}
    @media(max-width: 330px) {
        .tvcmscategory-slider {
            padding: 30px 0;

        }
    }
@media(max-width: 575px) {
    .tvcmscategory-slider-all-link {
            font-size: 15px;
            margin-top: 10px;
    }
    .tvcategory-slider-info-box {
        padding: 9px;
    }
    .tvcategory-slider-info-box .tvcmscategory-slider-all-link svg {
        margin-inline-start: 4px;
        width: 20px;
    }
    .tvcategory-slider-inner-info-box {
        margin: 0 -7.5px;
    }
    .tvcategory-slider-wrapper-info {
        margin: 0 7.5px;
    }
}

.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-link .tvcategory-slider-items,
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title span {
    color: #D20347;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #fff;
}
.tvcategory-slider-wrapper-info a .tvcategory-img-block img {
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

