/**
* 2007-2023 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-2023 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 {
    margin: 0 15px;
    position: relative;
}
.tvcategory-slider-info-box {
    position: absolute;
    top: 50%;
    right: 50px;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*transform: translate(0, -50%);*/
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
    padding: 0;
}
.tvcategory-slider-inner-info-box {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}

.tvcategory-slider {
    display: flex;
    align-items: center;
}


.tvcategory-slider-next-pre-btn.tvcms-next-pre-btn {
    text-align: center;
}

.lang-rtl .tvcategory-slider-next-pre-btn.tvcms-next-pre-btn{
    direction: ltr;
}

.tvcategory-slider-prev.tvcmsprev-btn,
.tvcategory-slider-next.tvcmsnext-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: unset;
    display: inline-block;
    transform: none;
}

.tvcategory-slider-prev.tvcmsprev-btn:hover,
.tvcategory-slider-next.tvcmsnext-btn:hover {
    background-color: transparent;
    border: none;
}

.tvcategory-slider-prev.tvcmsprev-btn i,
.tvcategory-slider-next.tvcmsnext-btn i {
    font-size: 36px;
}

.tvcategory-slider-main-title-wrapper .tvcmsmain-title-wrapper {
    margin-bottom: 15px;
}

.tvcategory-slider-content-box .owl-item:nth-child(even) .tvcategory-slider-wrapper-info {
    margin-top: 70px;
}

.tvcategory-slider-content-box .owl-item .tvcategory-slider-wrapper-info .tvcategory-slider-info-box {
    position: absolute;
}

.tvcategory-slider-content-box .owl-item:nth-child(even) .tvcategory-slider-wrapper-info .tvcategory-slider-info-box {
    top: -70px;
}

.tvcategory-slider-content-box .owl-item:nth-child(odd) .tvcategory-slider-wrapper-info .tvcategory-slider-info-box {
    top: unset;
    bottom: -70px;
}

.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box{
    color: #1ea69a;
}

.tvcategory-slider-info-box i {
    font-size: 18px;
    display: none; 
    padding-left: 10px;
    width: auto;
}

.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box i {
    display: inline-block;
    opacity: 1;
    color: #1ea69a;
}

.tvcategory-slider{
    margin: 0 -15px;
}

@media (max-width: 991px) and (min-width: 768px){
    .tvcategory-slider{
        margin: 0 15px;
    }    
}



.tvcmscategory-slider {
    /*margin-bottom:100px;*/
    padding: 70px 0;
    background-color: #f1f1f1;
}
.tvcategory-slider {
    background-color: transparent;
    position: relative;
    padding: 0;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    padding: 0;
}
.tvcategory-img-block {
    /*height: 132px;*/
    /*width: 132px;*/
    margin: auto;
    /*background-color: #ffffff;*/
    /*border-radius: 100%;*/
    /*overflow: hidden;*/
    /*border: 1px solid #ededed;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*box-shadow: 0px 2px 3.96px 0.04px rgba(0, 0, 0, 0.18);*/
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    background-color: transparent;
    /*padding: 70px 0 70px;*/
    /*border: 1px dashed transparent;*/
    border-radius: 5px;
    
}


.tvcategory-slider-info-box:after {
    position: absolute;
    /*content: "";*/
    background-color: #f55923;
    width: 0px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box:after {
    width: 50px;
}

@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
        /*padding: 40px 0;*/
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }

    .tvcategory-slider-wrapper-info a {
        /*padding: 40px 0 30px;*/
    }
}

@media (max-width: 767px){
    .tvcategory-slider {
        display: block;
        align-items: center;
    }   
    .tvcategory-slider-content-box .owl-item:nth-child(even) .tvcategory-slider-wrapper-info{
        margin-top: 0;
    } 
    .tvcategory-slider-content-box .owl-item .tvcategory-slider-wrapper-info .tvcategory-slider-info-box{
        position: unset;
        margin-top: 15px;
    }
    .tvcategory-slider-main-title-wrapper{
        margin-bottom: 20px;
    }
}
