/**
* 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;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
    position: relative;
}
.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;
}

.tvcategory-img-block img {
    transform: translateY(15%);
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -o-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    transform: translateY(5%);
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}

/****************** category slider * ********************/
.tvcmscategory-slider {
    margin-bottom: 30px;
}
.tvcategory-img-block {
    margin: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 100%;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    position: initial;
    /*text-align: center;*/
    transform: unset;
    margin-top: 0;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 0px;
}

.tvcategory-slider-content-box .owl-stage-outer {
    /*padding-bottom: 40px;*/
}

.tvcategory-slider-info-box .tvcategory-slider-info-title {
    display: block;
}

.tvcategory-slider-all-link {
    /*margin-top: 10px;
    font-size: 13px;
    color: #222222;
    border-bottom: 1px solid #000;
    display: none;*/
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    color: #666666;
    margin-right: 5px;
    font-weight: 600;
}

.tvcategory-slider-info-count {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 100%;
    background: linear-gradient(to right, #C6426E, #642B73);
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.tvcategory-slider-info-box i {
    transform: rotate(180deg);
    color: #C6426E;
}

.tvcategory-slider-title:hover .tvcategory-slider-info-title {
    color: #C6426E;
}

.tvcategory-slider-title:hover .tvcategory-slider-all-link {
    color: #222222;
}

.tvcategory-slider-info-box:after {
    position: absolute;
    /*content: "";*/
    background-color: #ffd741;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.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;
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
}
@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;*/
    }
}
/****************** end category slider * ********************/