/**
* 2007-2023 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-2023 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 {
    padding: 0 15px;
    position: relative;
}

.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}

.tvcategory-slider-main-title-wrapper {
    position: relative;
}

.tvcategory-slider-inner-info-box {
    position: relative;
    margin: 0 -15px;
}

.tvcmscategory-slider {
    position: relative;
}

.tvcategory-slider-wrapper-info a.tvcategory-slider-title {
    display: block;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    background-color: #fff;
    padding: 35px 0;
    border-radius: 10px;
    transition: .4s ease;
}

.tvcategory-slider-wrapper-info a.tvcategory-slider-title:hover {
    /* box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25); */
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    background-color: #794F3C;
    transition: .4s ease;

}

.tvcategory-slider-wrapper-info a.tvcategory-slider-title:hover .tvcategory-slider-info-title span {
    transition: all .2s ease;
    color: #fff;
}

.tvcategory-slider-wrapper-info a.tvcategory-slider-title:hover img {
    /* filter: brightness(10); */
    border-color: transparent;
}

.tvcategory-slider-inner-info-box.container {
    padding: 0;
}

.tvcategory-img-block {
    overflow: hidden;
    position: relative;
}

.tvcategory-slider-info-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #030303;
    font-size: 19px;
    font-weight: 600;
    font-family: 'poppins';
    line-height: 1.1579;
    text-transform: uppercase;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    margin-bottom: 8px;
}

.tvcategory-slider-info-title svg {
    vertical-align: middle;
}

.tvcategory-slider-all-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    position: relative;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.tvcategory-slider-all-link:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 85px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.tvcmscategory-slider-all-link {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #949494;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.tvcategory-slider-info-box .tvcategory-slider-all-link svg {
    /*    vertical-align: middle;*/
    margin-inline-start: 4px;
}

.tvcategory-slider-info-box .tvcategory-slider-all-link svg path {
    fill: #000;
}

.tvcategory-slider-info-box {
    position: relative;
    padding: 10px 15px 10px;
    text-align: center;
    margin-bottom: 1px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.tvcategory-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

/* .tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title,
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-items {
    color: #fff;
} */
.tvcategory-slider-items {
    color: #505050;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.07693;
    letter-spacing: 0.26px;
    text-transform: capitalize;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

@media (max-width:1600px) {
    .tvcategory-slider-info-title span {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1600 - 280)));
    }

    .tvcategory-slider-info-title {
        font-size: calc(14px + (22 - 14) * ((100vw - 280px) / (1600 - 280)));
    }
}

@media (max-width:1440px) {
    .tvcategory-slider-all-link {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1440 - 280)));
    }

    .tvcategory-arrow {
        width: 30px;
        height: 13.3334px;
        right: 15px;
    }
}

@media(min-width: 992px) {
    .tvcategory-slider-all-link {
        display: none;
    }
}

@media(max-width: 991px) {
    .tvcategory-slider-all-link:after {
        width: 75px;
    }

    .tvcategory-slider-info-box {
        padding: 10px 13px 10px;
    }
}

@media(max-width: 575px) {
    .tvcmscategory-slider-all-link {
        font-size: 15px;
        margin-top: 10px;
    }

    .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 {
        padding: 0 7.5px;
    }

    .tvcategory-slider-info-box .tvcategory-slider-all-link svg {
        width: 17px;
        height: 7px;
    }
}

.tvcmscategory-slider .tvcategory-img-block img {
    width: auto;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}

/* .tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title {
    color: #FFA900;
} */
.tvcategory-slider-wrapper-info a .tvcategory-img-block img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.tvcategory-img-block {
    /* background-color: #fff; */
    /* border: 1px solid #e4e4e4; */
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    /* margin: 14px; */
    margin-bottom: 22px;
}

.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block {
    /* background-color: #345E41; */
    border-color: transparent;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); */
}

.tvcategory-slider-title:hover .tvcategory-slider-short-desc {
    color: #fff;
}

.tvcategory-slider-short-desc {
    font-size: 16px;
}
.tvcategory-img-block img{
    border-radius: 100%;
}
