/**
* 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-main-title-wrapper {
    position: relative;
}

.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn {
    color: #ffffff;
    font-size: 12px;
    z-index: 4;
    position: relative;
}
.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn i {
    font-size: 13px;
}
.tvcategory-img-block {
    margin: auto;
    position: relative;
    border-radius: 250px;
    overflow: hidden;
    margin-top: 7px;
    padding: 25px;
}
.tvcategory-slider-inner-info-box {
    border: none;
    margin: 0 -15px;
    border-radius: 3px;
    padding: 0;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.tvcategory-slider-items {
    padding: 20px 13px;
    display: inline-block;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    top: calc(100% + 0px);
    background: #C19CA0;
    border-radius: 50px;
}
.tvcategory-slider-items svg path{
    fill: #fff;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-items {
    transform: translate(0%);
    opacity: 1;
}
.tvcategory-slider-items i {
    font-size: 20px;
}
.tvcategory-slider-info-box {
    text-align: center;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 28px;
}
.tvcategory-slider-info-title {
    font-size: 17px;
    line-height: 1.29;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #000000;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    margin-bottom: 28px !important;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 250px;
}
/***** end category slider *****/
@media (max-width: 1440px) {
    .tvcategory-slider-items {
        padding: 10px 10px;
        width: 44px;
        height: 44px;
    }
    .tvcategory-slider-items svg{
    height: 25px;
    width: 25px;
    }
}
@media (max-width: 1200px) {
    .tvcategory-slider-info-box {
        padding-bottom: 12px;
    }
    .tvcategory-slider-info-title {
        font-size: calc(14px + (17 - 14) * ((100vw - 280px) / (1200 - 280)));
        line-height: 1.1;
    }
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .tvcategory-slider-wrapper-info {
        margin: 0 7.5px;
    }
    .tvcategory-slider-inner-info-box {
        margin-inline: -7.5px;
    }
    .tvcategory-slider-items {
        padding: 10px 10px;
        width: 37px;
        height: 37px;
    }
    .tvcategory-slider-items svg {
        height: 17px;
        width: 17px;
    }
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block::before {
    background-color: #A55425;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    transform: scale(0.9);
}
.tvcategory-slider .tvcategory-img-block img {
    transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -ms-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
}