/**
* 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;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider {
    display: flex;
    align-items: center;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
.tvcmscategory-slider {
    margin-bottom: 0px;
    padding: 70px 0;
}
.tvcategory-img-block {
    /*height: 100px;
    width: 100px;*/
    margin: auto;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #222;
}
.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;
    margin-top: 10px;
}
.tvcategory-slider-info-box {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.3px;
    position: absolute;
    padding-bottom: 0;
    top: unset;
    bottom: 30px;
    right: 0;
    left: 0;
}
.tvcategory-slider-info-title {
    display: inline-block;
    border: 1px solid #222;
    padding: 10px 0px;
    width: 223px;
    color: #fff;
    background-color: #00000060;
    border-radius: 3px;
    -webkit-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-slider-info-title {
    background-color: #c4a87a;
    color: #fff;
    border-color: #c4a87a;
    -webkit-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 {
    padding: 0 7.5px;
}
.tvcategory-slider-content-box .owl-item:nth-child(even) .tvcategory-slider-wrapper-info {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        /*margin-bottom: 30px;*/
    }
    .tvcategory-slider-inner-info-box {}
}
@media (max-width: 768px) {
    .tvcategory-slider {
        display: block;
    }
    .tvcategory-slider-content-box .owl-item:nth-child(even) .tvcategory-slider-wrapper-info {
        margin-top: 0;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 10px 12px 10px;
    }
}