/**
* 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: 10px 15px;
    position: relative;
    /*perspective: 1000px;*/
    text-align: center;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn {
    color: #ffffff;
    font-size: 12px;
}
.tvcategory-slider-bolck-btn-link.tvcategory-slider-bolck-btn i {
    font-size: 13px;
}
.tvcategory-slider-title {
    position: relative;
    border-radius: 20px;
    padding: 20px 10px 18px;
    text-align: center;
      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-title:hover{
    box-shadow: 0px 1px 6.51px 0.49px rgba(0, 0, 0, 0.1);    
}
.tvcategory-slider-desc-box {
    font-size: 15px;
    color: #222222;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 25px;
}
.tvcmscategory-slider {
    margin-bottom: 100px;
    padding-bottom: 90px;
    border-bottom: 1px solid #eeeeee;
    margin-top: -27px;
}
.tvcategory-img-block {
    margin: auto;
    border-radius: 0;
    overflow: hidden;
    background-color: #ffb21920;
    height: 100px;
    width: 100px;
    /*padding: 10px;*/
    border-radius: 100%;
      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-title:hover .tvcategory-img-block{
    background-color: #222222;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    font-size: 18px;
    font-weight: 500;
    margin-top: 17px;
    position: relative;
    color: #000;
}
.tvcategory-slider-title:hover .tvcategory-slider-info-box{
    color: #df2026;    
}
.tvcategory-slider-all-link.tvall-inner-btn {
    padding: 13px 27px;
}
.tvcategory-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2{
    background-color: #ffb219;
    border: 3px solid #ffffff;
    color: #000;
    border-radius: 10px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 35px 13px;
}
.tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper{
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }
}
@media(max-width: 575px) {
    .tvsingle-block-sub-description{
        font-size: 15px;
    }
    .tvcmscategory-slider{
        padding-bottom: 20px;
    }
    .tvcategory-slider-info-box{
        font-size: 16px;
    }
    .tvcmscategory-slider{
        margin-top: -10px;
    }
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2{
        font-size: 17px;
        padding: 12px 20px 10px;
    }
}