/**
* 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-content-box {
    display: flex;
    overflow: hidden;
}
.tvcategory-slider-wrapper-info {
    margin: 0 15px;
    position: relative;
    margin-top: 48px !important;
}
.tvcategory-img-block {
    margin-top: -48px;
}
.owl-item .tvcategory-slider-wrapper-info {
    min-width: initial;
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
.tvcategory-slider-inner-info-box {
    position: relative;
    margin: 0 -15px;
}
.tvcmscategory-slider {
    position: relative;
}
.tvcategory-slider-inner-info-box.container {
    padding: 0;
}
.tvcategory-slider-info-title {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #000000;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;    
}
.lang-rtl .tvcategory-slider-info-box
{
    direction: rtl;   
}
.lang-rtl .tvcategory-slider-info-box .tvcategory-slider-all-link svg
{
    transform: rotate(180deg);
}
.tvcategory-slider-all-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #7A7A7A;
    display: block;
}
.tvcmscategory-slider-all-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #7A7A7A;
    display: inline-block;
    margin-top: 14px;
}
.tvcategory-slider-info-box .tvcategory-slider-all-link svg {
    /*    vertical-align: middle;*/
    margin-inline-start: 4px;
}
.tvcategory-slider-wrapper-info a {
    display: block;
    cursor: pointer;
    text-align: center;
    background: #FFFFFF;
    border: 0.5px solid #e8e8e8;
}
.tvcategory-slider-info-box {
    position: relative;
    padding: 28px 10px 20px;
}

@media (max-width:1200px) {
    .tvcategory-slider-all-link
    {
        font-size: 16px;
    }
}

@media(max-width: 575px) {
    .tvcmscategory-slider-all-link {
        font-size: 15px;
        margin-top: 10px;
    }
    .tvcategory-slider-info-box .tvcmscategory-slider-all-link svg {
        margin-inline-start: 4px;
        width: 20px;
    }
    .tvcategory-slider-inner-info-box {
        margin: 0 -7.5px;
    }
    .tvcategory-slider-wrapper-info {
        margin: 0 7.5px;
    }
    .tvcategory-slider-info-box .tvcategory-slider-all-link svg {
        width: 17px;
        height: 7px;
    }
    .tvcategory-slider-all-link {
        font-size: 14px;
    }
    .tvcategory-slider-info-title
    {
font-size: 16px;
    }
}

.tvcmscategory-slider .tvcategory-img-block img {
    width: auto;
}
.tvcategory-slider-wrapper-info:hover a {
    border-color: #A56710;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-all-link svg path {
    fill: #A56710 !important;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-title {
    color: #A56710;
}
.tvcategory-slider-wrapper-info a .tvcategory-img-block img{
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.tvcategory-slider-wrapper-info a:hover .tvcategory-img-block img{
    transform: scale3d(1.07,1.07,1.07);
    -webkit-transform: scale3d(1.07,1.07,1.07);
    -ms-transform: scale3d(1.07,1.07,1.07);
    -o-transform: scale3d(1.07,1.07,1.07);
    -moz-transform: scale3d(1.07,1.07,1.07);
}