/**
* 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;
}
.tvcategory-slider {
    position: relative;
    z-index: 1;
}
.tvcategory-img-block {
    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;
    border-radius: 10px;
}
.tvcategory-img-block
{
    border-radius: 10px;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}

.tvcmscategory-slider .tvcmsmain-title-wrapper
{
    margin-bottom: 0;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box span{
    background: #D98CB7;
    border-color:#EF7BBD;
}
.tvcategory-slider-info-box span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    padding: 11px 16px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin: 0 30px 25px;
    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: #FD6E83;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #FD6E83;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
@media (max-width: 1440px)
{
    .tvcategory-slider-info-box span {
        font-size: 15px;
        line-height: 20px;
        margin: 0 15px 15px;
        padding: 11px 9px;;
    }
   
}

@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 ;
    }
}
@media(max-width: 768px) 
{
    .tvcategory-slider-info-box span {
        font-size: 14px;
        line-height: 19px;
        padding: 11px 16px;
    }
    .tvcategory-slider-wrapper-info {
        margin: 0 7.5px;
    }
}

    
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-info-box span {
        font-size: 11px;
        line-height: 14px;
        padding: 11px 5px;
    }
}
.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;
}

.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block img{
    transform: scale3d(1.07,1.07,1.07);
    -webkit-transform: scale3d(1.07,1.07,1.07);
    -ms-transform: scale3d(1.07,1.07,1.07);
    -o-transform: scale3d(1.07,1.07,1.07);
    -moz-transform: scale3d(1.07,1.07,1.07);
}
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-info-title,
.tvcategory-slider-wrapper-info a:hover .tvcategory-slider-items{
    color: #fff;
}
.tvcategory-slider-wrapper-info:hover
{
    border-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
}