/**
* 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;
}
.tvcategory-img-block {
    overflow: hidden;
    position: relative;
}
.tvcategory-slider-wrapper-info-block {
    margin: 0;
    background: #FBF3EF;
    border: 1px solid #B97955;
    padding: 0.7% 3.8%;
}
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}
.tvcategory-slider-wrapper-info a.tvcategory-slider-title {
    display: block;
    cursor: pointer;
}
.tvcategory-slider-info-box {
    /* margin-block-start: 20px; */
}
.tvcategory-slider-info-box .tvcategory-slider-info-title {
    padding-top: 16px;
    position: relative;
}
.tvcategory-slider-info-title:after {
    content: "";
    background-color: #B97955;
    width: 0;
    height: 3px;
    display: block;
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 0;*/
    margin: 0 auto;
    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;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title:after {
    width: 39px;
    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;
}
.tvcategory-slider-info-box .tvcategory-slider-info-title span {
    letter-spacing: 0.03em;
    display: block;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 19px;
    line-height: 0.94;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
/* .tvcategory-slider-info-box span,
.tvcategory-img-block img {
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
} */
.owl-carousel .owl-item .tvcategory-img-block img {
    width: auto;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    animation: category-shake 0.25s infinite;
}
@keyframes category-shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(0eg);
    }
    75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #B97955;
}
.tvcategory-slider-wrapper-info {
    padding: 35px 15px;
    text-align: center;
    position: relative;
}
.tvcategory-slider-wrapper-info:nth-child(n + 7):after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    background-color: #B97955;
}
.tvcategory-slider-wrapper-info:nth-child(2n){
    border-right: none;
}
@media (max-width: 1024px) {
.tvcategory-slider-wrapper-info {
    padding: 8px 12px;
}
.tvcategory-slider-wrapper-info:nth-child(n + 7):after{
    display: none;
}
}
@media (max-width: 1440px) {
    .tvcategory-slider-info-box .tvcategory-slider-info-title span {
        font-size: calc(15px + (17 - 15) * ((100vw - 280px) / (1440 - 280)));
    }
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }
    .tvcategory-slider-inner-info-box {
        top: 0;
    }
    .tvcategory-slider-wrapper-info {
        margin: 0;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }
    .tvcategory-slider-info-box span {
        font-size: 15px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding: 10px 15px;
    }
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
.tvcategory-slider-wrapper-info-block {
    margin-inline-start: 0;
}
.tvcategory-slider-content-image{
    text-align: center;
}
.tvcategory-slider-wrapper-info {
    padding: 0;
}
}