/**
* 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*********************/
.tvcmscategory-slider {
    /*    position: relative;*/
    margin-bottom: 30px;
    clear: both;
}

.tvcategory-slider {
    /*    position: relative;*/
    z-index: 1;
}

.tvcategory-img-block {
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

/*.tvcategory-img-block::before {
    content: "";
    position: absolute;
    background-color: #0092c0;
    width: 153px;
    height: 4px;
    bottom: 7px;
    left: 18%;
}*/
.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}

.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    margin: 7px;
    background-color: #F4F4F4;
}

.tvcategory-slider-info-box {
    /* margin-block-start: 20px; */
}

.tvcategory-slider-content-box.col-xs-12 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.tvcategory-slider-info-box .tvcategory-slider-info-title {
    /*    padding: 7px 20px;*/
    position: relative;
    /*border-top: 4px solid #0092C0;*/
    z-index: 1;
    display: inline-block;
    line-height: normal;
}

.tvcategory-slider-info-box .tvcategory-slider-info-title span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.tvcategory-slider-info-box .tvcategory-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.tvcategory-slider-arrow-icon svg {
    color: #404040;
    margin-right: 0;
}

.tvcategory-slider-info-box .tvall-inner-btn:before,
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title::before {
    background-color: #E8E8E8;
}

.tvcategory-slider-info-box .tvall-inner-btn:hover:before {
    background-color: #0A9A73;
}

.tvcategory-slider-info-box .tvall-inner-btn:hover span {
    color: #fff;
}

.tvcategory-slider .tvcategory-img-block img {
    transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -ms-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
}

.owl-carousel .owl-item .tvcategory-img-block img {
    width: 100%;
}

/*.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    transform: scale(0.9);
}*/

.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #0A9A73;
}

.tvcategory-slider-wrapper-info {
    /*    margin: 0 15px;*/
    padding: 0;
    text-align: center;
    position: relative;
    /*    background-color: #F4F4F4;*/
}

.tvcategory-slider-info-box {
    text-align: start;
    padding: 10px 15px;
}

.tvcategory-slider-info-box {
    text-align: center;
    display: none;
}

.tvcmscategory-slider .title-arrow-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1px 0 10px;
    gap: 10px;
    margin-inline-start: 3px;
}

.tvcmscategory-slider .tvcategory-img-block img {
    width: 100%;
}



.tvcategory-slider-pagination-wrapper.tv-pagination-wrapper {
    clear: both;
}

.tvcategory-slider-next-pre-btn.tvcms-next-pre-btn {
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 0px;
    width: 100%;
    position: absolute;
    z-index: 1;
    /* opacity: 0; */
    bottom: auto;
    /* justify-content: space-between; */
}

.tvcategory-slider-prev.tvcmsprev-btn,
.tvcategory-slider-next.tvcmsnext-btn {
    background: var(--global-palette9);
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    width: 45px;
    height: 45px;
    transition: all .3s ease-in-out;
    line-height: 26px;
    border: var(--border);
    cursor: pointer;
    opacity: 0;
    top: 50%;
    text-align: center;
    line-height: 39px;
    transition: .4s ease;
}

.tvcategory-slider-next-pre-btn i {
    font-size: 28px;
}

.tvcategory-slider-prev.tvcmsprev-btn {
    right: auto;
    left: 0;
}

.tvcategory-slider-next.tvcmsnext-btn {
    left: auto;
    right: 0;
}

.tvcmscategory-slider:hover .tvcategory-slider-prev.tvcmsprev-btn,
.tvcmscategory-slider:hover .tvcategory-slider-next.tvcmsnext-btn {
    opacity: 1;
}


.tvcategory-slider-next.tvcmsnext-btn:hover,
.tvcategory-slider-prev.tvcmsprev-btn:hover {
    background-color: #80b961;
    border-color: #80b961;
}

.tvcategory-slider-arrow-icon svg {
    width: 16px;
    height: 16px;
}

.tvcategory-slider-arrow-icon svg path {
    fill: #fff;
}

.tvcategory-slider-arrow-icon {
    width: 26px;
    height: 26px;
    background-color: #80b961;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.tvcategory-slider-next.tvcmsnext-btn:hover i,
.tvcategory-slider-prev.tvcmsprev-btn:hover i {
    color: #fff;
}

@media (min-width: 1400px) {
  .tvcategory-slider-wrapper-info {
        width: 16.66%;
  }
}



@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }

    .tvcategory-slider-inner-info-box {
        top: 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;
}

.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .tvcategory-slider-prev.tvcmsprev-btn,
    .tvcategory-slider-next.tvcmsnext-btn {
        display: none;
    }

    .tvcategory-slider-next-pre-btn i {
        font-size: 24px;
    }

    .tvcategory-slider-inner-info-box {
        padding: 0 12px;
    }

    .tvcategory-slider-info-box .tvcategory-slider-info-title span {
        font-size: 16px;
    }

    .tvcmscategory-slider .title-arrow-wrapper {
        padding: 2px 0 6px;
        margin-inline-start: 0;
    }

    .tvcategory-slider-info-box .tvcategory-name {
        font-size: 16px;
    }

    .tvcategory-slider-arrow-icon svg {
        width: 20px;
        height: 20px;
    }



    .tvcmscategory-slider .tvcategory-img-block img {
        width: 100%;
    }

    .tvcategory-slider-content-box.empty {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0px;
        padding: 0;
    }

    .tvcategory-slider-wrapper-info a {
        padding: 0;
        background-color: #F4F4F4;
        margin: 0;
    }

    .tvcategory-slider-wrapper-info {
        margin: 0;
    }

    .tvcategory-slider-wrapper-info {
        background-color: transparent;
    }

    .tvcategory-slider-wrapper-info {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tvcategory-slider-info-box {
        text-align: center;
        padding: 10px 8px;
    }
    .tvcategory-slider-content-box.col-xs-12 {
    padding: 0;
}

}