/**
* 2007-2022 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-2022 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;
    text-align: center;
}
.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;
    position: relative;
}
.tvcmscategory-slider .tvcmsprev-btn,
.tvcmscategory-slider .tvcmsnext-btn {
    top: 65%;
}
.tvcategory-img-block img {
    /*animation: rotation 8s infinite linear;*/
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    /*animation: rotation 4s infinite linear;*/
}
@keyframes rotation {
  from {
    transform-origin: center center;
    transform: rotate(0deg);
  }
  to {
    transform-origin: center center;
    transform: rotate(360deg);
  }
}
.tvcmscategory-slider {
    margin-bottom: 30px;
}
.tvcategory-slider-collection-link a:hover svg path {
    fill: #BF3E3E !important;
}
.tvcategory-img-block {
    margin: auto;
    margin-bottom: -120px;
    z-index: 7;
    position: relative;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-collection-link a {
    display: flex;
    font-size: 18px;
    text-transform: uppercase;
    color: #08090D;
    font-weight: 500;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tvcategory-slider-info-box {
    text-align: left;
    color: #444;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding: 40px 40px;
    padding-top: 90px;
    border: 2px solid #DCDCDC;
    background: linear-gradient(135deg, rgba(209,217,230,0.30), rgba(255,255,255,0.25));
    /*box-shadow: 18px 18px 30px 0px rgba(209, 217, 230, 0.30);*/
    box-shadow: 2px 19px 31px 0px rgb(209 217 230 / 15%);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    z-index: 5;
}
.tvcategory-img-block img {
    width: auto !important;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    font-family: 'Righteous';
    color: #08090D;
    font-size: 28px;
    vertical-align: middle;
    display: block;
    padding-top: 50px;
    line-height: 33px;
    padding-bottom: 25px;
    font-weight: 400;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
    .tvcategory-slider-info-box {
        padding: 90px 20px 40px 20px;
    }
}
.tvcategory-slider-short-desc {
    font-size: 17px;
    color: #666666;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    color: #d90244;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    /*background-color: #223f51;*/
}

.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box .tvcategory-slider-info-title {
    color: #BF3E3E;
}

.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box svg path {
    fill: #ffffff !important;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box {}
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-wrapper-info {
        /*padding: 0 10px 12px 10px;*/
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding-top: 20px;
    }
    .tvcategory-slider-info-box {
        padding-bottom: 20px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding-bottom: 15px;
    }
    .tvcategory-slider-info-box {
        text-align: center !important;
    }
}
.tvcategory-slider-block {
    padding-bottom: 5px;
}