/**
* 2007-2025 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-2025 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 {
    margin: 0 -15px;
}
.tvcategory-slider-content-box {
    display: flex;
    overflow: hidden;
}
.tvcategory-slider-wrapper-info {
    /*display: inline-block;*/
}
.tvcategory-sub-title {
    text-align: center;
    color: #B18B4D;
    font-size: 16px;
    margin-bottom: 5px;
}
.tvcmscategory-slider {
    position: relative;
    /*margin-bottom: 100px;*/   
}
.tvcategory-slider-wrapper-info {
    /*padding: 0 15px;*/
    /*position: relative;*/
    min-width: 212px;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcmscategory-slider .owl-item.active:nth-child(odd) .tvcategory-slider-wrapper-info {
    background-color: #1D1D1D;
}
.tvcmscategory-slider .owl-item.active:nth-child(odd) .tvcategory-slider-wrapper-info .tvcategory-slider-title,
.tvcmscategory-slider .owl-item.active:nth-child(odd) .tvcategory-slider-info-box .tvcategory-slider-short-desc {
    color: #ccc;
}
.tvcmscategory-slider .owl-item.active:nth-child(odd) .tvall-inner-btn span {
    color: #ffffff;
}
.tvcmscategory-slider .owl-item.active:nth-child(odd) .tvall-inner-btn {
    background-color: #B18B4D;
}
.tvcategory-slider-info-box {
    /*position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);*/
}
.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;*/
    }
}
.tvcmscategory-slider {
    /*padding-bottom: 90px;*/
    /*border-bottom: 1px solid #EEEEEE;*/
}
.tvcategory-img-block {
    /*height: 100px;*/
    /*width: 100px;*/
    /*margin: auto;*/
    /*border-radius: 3px;*/
    /*overflow: hidden;*/
    margin-bottom: 30px;
}
.tvcategory-slider-inner-info-box {
    /*background-color: #ffffff;*/
    /*border: 1px solid rgba(0, 0, 0, 0.07);*/
    /*border-radius: 3px;*/
    /*padding: 15px 0;*/
}
.tvcategory-slider-wrapper-info a {
    /*display: block;*/
    cursor: pointer;
}
.tvcategory-slider-all-link {
    text-align: center;
}
.tvcmscategory-slider .tvall-inner-btn {
    border-radius: 30px;
    padding: 6px 10px;
    background-color: transparent;
    border: 2px solid #B18B4D;
}
.tvcmscategory-slider .tvall-inner-btn span {
    font-weight: 400;
    color: #B18B4D;
}
.tvcategory-slider-wrapper-info:hover .tvall-inner-btn {
    background-color: #B18B4D;
}
.tvcategory-slider-wrapper-info:hover .tvall-inner-btn span {
    color: #ffffff;
}
.tvcategory-slider-info-box {
    position: relative;
    text-align: center;
    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;
    transform: unset;
    margin-top: 20px;
    width: 90%;
    margin: 0 auto;
}
.tvcategory-slider-wrapper-info:hover {
    background-color: #1D1D1D;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-title,
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-short-desc {
    color: #ccc;
}
.tvcategory-slider-wrapper-info .tvcategory-slider-title {
    color: #2E302D;
    font-size: 58px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    /*letter-spacing: 0.3px;*/
    font-family: 'Marcellus';
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    top: 0;
    right: 0;
}
.tvcategory-slider-info-box .tvcategory-slider-short-desc {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #666666;
    letter-spacing: 0.3px;
    line-height: 26px;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box {
    /*color: #88523A;*/
}
.tvcategory-slider-info-box:after {
    position: absolute;
    /*content: "";*/
    background-color: #ffd741;
    width: 0;
    height: 2px;
    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-box:after {
    width: 50px;
    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 {
    padding: 100px 15px;
    /*width: 88%;*/
    margin: 0 auto;
}
.tvcmscategory-slider .owl-item.active {
    /*background-color: #000000;*/
}
@media (max-width: 1440px) {
    .tvcategory-slider-wrapper-info {
        width: 100%;
    }
}
@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-next-pre-btn {
    display: flex;
    padding: 10px 0;
}
.tvcategory-slider-prev.tvcmsprev-btn,
.tvcategory-slider-next.tvcmsnext-btn {
    position: unset;
    transform: none;
    margin-right: 30px;
}


.tvcategory-slider-main-title-wrapper.col-xl-4 {
    /*width: 30%;*/
}
.tvcategory-slider-inner-info-box.col-xl-8 {
    /*width: 70%;*/
    padding: 0;
}

.tvcategory-slider-main-title-wrapper .tvcms-main-title {
    text-align: left;
}

.tvcategory-slider-main-title-wrapper .tvmain-title {
    margin: 0;
}

.tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .tvcategory-slider-main-title-wrapper.col-xl-4 {
        width: 100%;
    }
    .tvcategory-slider-inner-info-box.col-xl-8 {
        width: 100%;
        padding: 0;
    }
    .tvcategory-slider-main-title-wrapper .tvmain-title {
        text-align: center;
    }
    .tvcategory-slider-info-box .tvcategory-slider-count {
        top: -12px;
    }
    .tvcategory-slider-prev.tvcmsprev-btn,
    .tvcategory-slider-next.tvcmsnext-btn {
        margin: 0 5px;
    }
}

@media (max-width: 991px) {
    .tvcmscategory-slider {
        /*padding-bottom: 40px;*/
    }
    .tvcategory-slider-wrapper-info {
        padding: 50px 15px;
     }
}