/**
* 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 {
    /* background-color: #111111; */
    position: relative;
    /* padding-bottom: 100px; */
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    margin: auto auto -60px;
    /* overflow: hidden; */
    position: relative;
    /*background-color: #f7f7f7;*/
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}
.tvcategory-slider-wrapper-info a .tvcategory-img-block img
{
    width: auto;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 84px 18px 17px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-info-box{
    background: #6B3F2E;
    border-color:  #6B3F2E;
}
.tvcategory-slider-info-box span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    padding: 11px 16px;
    background: #6B3F2E;
    border-radius: 100px;
    text-align: center;
    display: block;
    font-family: 'Montserrat';
    letter-spacing: 0;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #6B3F2E;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #6B3F2E;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    /*background: #f7f7f7;*/
    text-align: center;
    position: relative;
}
@media (max-width: 1440px)
{
    .tvcategory-slider-info-box span {
        font-size: 15px;
        line-height: 20px;
    }
  
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .tvcategory-slider-inner-info-box{
        top: 0;
    }
    .tvcmscategory-slider .tvcmsmain-title-wrapper
    {
        margin-bottom: 30px;
    }
}

@media(max-width:850px) {
    .tvcategory-slider-info-box span {
        font-size: 11px;
        line-height: 16px;
        padding: 9px 11px ;
        
    }
    .tvcategory-slider-wrapper-info a .tvcategory-img-block img
    {
        max-width: 65%;
    }
}

@media(max-width: 650px) {
    .tvcategory-slider-info-box {
        padding: 55px 10px 14px;
    }
    .tvcategory-img-block {
        margin: auto auto -40px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
  
}
.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;
    }
}
.tvcategory-slider-wrapper-info a .tvcategory-img-block img{
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 5%)
}

.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-info-title,
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-items{
    color: #000;
    background-color: #fff;
}