/**
* 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 {
    /*display: inline-block;*/
}
.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    /*padding: 0 15px;*/
    /*position: relative;*/
    /*min-width: 212px;*/
}

.tvcategory-slider-wrapper-info:hover .tvcategory-img-block {
    /*border: 1px dashed #350066;*/
    /*border-radius: 100%;*/
}

.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-info-box {
    /*position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);*/
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcmscategory-slider {
    margin-bottom: 50px;
}
.tvcategory-img-block {
    text-align: center;
}
.tvcategory-slider-inner-info-box {
    /*background-color: #ffffff;*/
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    border-radius: 3px;
    /*padding: 15px 0;*/
}
.tvcategory-slider-wrapper-info a {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    padding: 0;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    justify-content: center;
}
.tvcategory-slider-info-box {
    position: absolute;
    top: 30%;
    right: 13%;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 12px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #222222;
}
.tvcategory-slider-info-box {
    display: inline-block;
}
.tvcategory-slider-info-box:before {
    position: absolute;
    content: "";
    background-color: #fec02a;
    transform: scaleX(0);
    height: 32px;
    left: 0;
    right: 0;
    top: -3px;
    margin: 0 auto;
    border-radius: 7px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box:before {
    transform: scaleX(1.5);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.tvcategory-slider-wrapper-info {
    padding: 0 7.5px;
    position: relative;
    text-align: center;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box {}
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 10px 12px 10px;
    }
}

.tvcategory-slider-info-box .tvcmscategory-slider-title {
    color: #222;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.3px;
    position: relative;
    right: 0;
    top: 0;
}
.tvcategory-slider-info-box .tvcmscategory-slider-btn {
    margin-top: 10px;
    display: inline-block;
}
.tvcmscategory-slider-icon {
    display: inline-block;
    background-color: #350066;
    vertical-align: middle;
    color: #fff;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    margin-left: 5px;
}
.tvcmscategory-slider-icon i {
    font-size: 14px;
    line-height: 11px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #c70909;
}
.tvcategory-img-block img {
    border-radius: 3px;
}