/**
* 2007-2025 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-2025 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: 60px;
}
.tvcategory-slider-wrapper-info {
    min-width: 212px;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.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: 30px;
    }
}
.tvcmscategory-slider {
    margin-bottom: 60px;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    position: initial;
    text-align: center;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transform: unset;
    padding: 10px 0;
}
.tvcategory-slider-title {
    font-size: 20px;
    color: #222;
    display: block;
    font-weight: 500;
    margin-top: 0;
}
.tvcategory-slider-item {
    font-size: 15px;
    text-transform: uppercase;
    color: #666666;
    display: block;
    font-weight: 400;
    margin-top: 0;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-title {
    color: #3a6351;
}
.tvcategory-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-img-block {
    position: relative;
}
.tvcategory-img-block:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #3a6351 0%, #ffffff 100%);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 258px;
    width: 258px;
    border-radius: 100%;
    opacity: 8%;
    moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block:before {
    height: 100%;
    border-radius: 0;
}
.tvcategory-img-block img {
    position: relative;
    z-index: 1;
    width: auto !important;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px){
    .tvcategory-img-block:before{
        width: 200px;
        height: 200px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 10px 12px 10px;
    }
}
@media (max-width: 400px){
    .tvcategory-img-block:before{
        width: 130px;
        height: 130px;
    }
}