/**
* 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 ***************/
.tvcategory-slider-content-box {
    /*display: flex;*/
    /*overflow: hidden;*/
    text-align: center;
    box-sizing: border-box;
}
.tvcmscategory-slider {
    position: relative;
    margin-bottom: 100px;
}
.tvcategory-slider-wrapper-info {
    /*padding: 0 15px;*/
    /*position: relative;*/
    /*min-width: 350px;*/
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tvcategory-slider-inner-info-box {
    margin-left: -15px;
    margin-right: -15px;
}
.tvcategory-slider-main-title-wrapper .tvcms-main-title {
    text-align: initial;
}
.tvcategory-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2:after {
    margin-left: 0;
    margin-right: 0;
}
.tvcmscategory-slider {
    margin-bottom: 30px;
    padding: 120px 0;
    background-color: #fdf9f4;
}
.tvcategory-img-block {
    margin: auto;
/*    background-color: #ede8df;*/
    overflow: hidden;
}
.owl-carousel .owl-item .tvcategory-img-block img {
    width: auto;
}
.tvcategory-slider-inner-info-box {
    padding: 0;
    position: relative;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    color: #666;
    background-color: #0000;
    border-radius: 5px;
}
.tvcategory-slider-info-box {
    text-align: center;
    margin-top: 10px;
}
.tvcategory-slider-info-title {
    font-family: 'Saol Display Regular';
    font-size: 34px;
    line-height: 40px;
    color: #252324;
}
.tvcmscategory-slider-all-link {
    font-size: 12px;
    display: none;
}
.tvcategory-slider-title:hover .tvcmscategory-slider-all-link {
    display: block;
}
.tvcmscategory-slider-all-link i {
    font-size: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-left: 5px;
    line-height: 18px;
}
.tvcategory-slider-wrapper-info:hover span.tvcategory-slider-info-title {
    color: #cb9274;
}
.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: 0px 15px;
    position: relative;
}
@media (min-width: 575px){
    .tvcmscategory-slider .tvcategory-slider-wrapper-info:nth-child(2n-1) {
        margin-top: 75px;
    }
}
.lang-rtl .tvcategory-slider-collection-link span {
    margin: 0 10px 0 0;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        padding: 70px 0;
        margin-bottom: 30px;
    }
    .tvcategory-slider-main-title-wrapper {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
        margin: 0 -7.5px;
    }
    .tvcategory-slider-wrapper-info {
        padding: 0 10px 12px 10px;
    }
    .tvcmscategory-slider {
        padding: 40px 0;
        margin-bottom: 30px;
    }
}
.tvcategory-slider-collection-link a {
    display: flex;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #252324;
    font-weight: 500;
    text-shadow: 0px 3px 2px rgb(0 0 0 / 12%);
}
.tvcategory-slider-collection-link span {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #222;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.tvcategory-slider-info-count {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    color: #252324;
    font-weight: 400;
    margin-top: 5px;
}