/**
* 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
*/

.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
    position: relative;
}
.tvcategory-slider-info-box {
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
    padding: 0;
}
.tvcategory-slider-inner-info-box {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}

.tvcategory-slider {
    /*display: flex;*/
    /*align-items: center;*/
}

.tvcategory-slider-next-pre-btn.tvcms-next-pre-btn {
    text-align: center;
}

.tvcategory-slider-prev.tvcmsprev-btn,
.tvcategory-slider-next.tvcmsnext-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: unset;
    display: inline-block;
    transform: none;
}

.tvcategory-slider-prev.tvcmsprev-btn:hover,
.tvcategory-slider-next.tvcmsnext-btn:hover {
    background-color: transparent;
    border: none;
}

.tvcategory-slider-prev.tvcmsprev-btn i,
.tvcategory-slider-next.tvcmsnext-btn i {
    font-size: 36px;
}

.tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
    /*margin-bottom: 40px;*/
}

.tvcategory-slider {
    margin: 0 -15px;
}

.tvtabcategory-product-li img {
    border-radius: 100%;
    background-color: #f1f1f1;
    margin-right: 15px;
}

.tvcategory-slider-content-box.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

.tvcategory-slider-info-box span {
    background-color: #ffffff;
    font-size: 20px;
    color: #000000;
    padding: 13px 50px;
}

.tvcategory-slider-title:hover .tvcategory-slider-info-box {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/***** category slider *****/
.tvcategory-slider {
    background-color: transparent;
    position: relative;
    padding: 0;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    padding: 0;
}
.tvcategory-img-block {
    margin: auto;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    color: #666666;
    background-color: transparent;
    border-radius: 5px;
}
.tvcategory-slider-info-box {
    position: initial;
    display: block;
    text-align: center;
    transform: unset;
    margin-top: 0px;
    margin: auto;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
    position: absolute;
    padding-bottom: 0;
    left: 0;
    right: 0;
}
.tvcategory-slider-wrapper-info:hover span {
    color: #222222;
}
.tvcategory-slider-info-box:after {
    position: absolute;
    /*content: "";*/
    background-color: #fb5d5d;
    width: 0px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box:after {
    width: 50px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
/***** end category slider *****/