/**
* 2007-2024 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-2024 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 {
    padding: 0 15px;
    position: relative;
}
.tvcategory-slider-info-box {
  /*  position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);*/
}
.tvcategory-slider-main-title-wrapper {
    position: relative;
}
@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}

.tvcategory-chain-slider-wrapper-info {
    width: 25%;
    display: inline-block;
}

@media (max-width: 991px) {
    .tvcategory-chain-slider-wrapper-info {
        width: 50%;
    }
    /*.tvcategory-chain-title a{
        font-size: 16px; 
    }
    .tvcategory-chain-slider-category a{
        font-size: 13px; 
    }*/
}

@media (max-width: 768px) {
    .tvcategory-chain-slider-wrapper-info {
        width: 50%;
    }
    /*.tvcategory-chain-title a{
        font-size: 18px; 
    }
    .tvcategory-chain-slider-category a{
        font-size: 14px; 
    }*/
}

@media (max-width: 575px) {
    .tvcategory-chain-slider-wrapper-info {
        width: 100%;
    }
}

/*.tvcategory-chain-slider-main-title-wrapper,*/
.tvcategory-chain-slider-inner-info-box{
    padding: 0;
}
/***** shopby caregory *****/
.tvcmscategory-chain-slider {
    margin: 70px auto;
}
.tvcategory-chain-slider-wrapper {
    border: 1px solid #FAF4F4;
    border-radius: 0;
    overflow: hidden;
    background-color: #ffffff;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
}
.tvcategory-chain-content-wrapper {
    padding: 10px 10px 10px 30px;
}
.tvcategory-chain-title {
    padding-bottom: 15px;
    position: relative;
}
.tvcategory-chain-title:after {
    position: absolute;
    /*content: "";*/
    width: 90%;
    height: 1px;
    background-color: #f1f2f4;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}
.tvcategory-chain-slider-category-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}
.tvcategory-chain-slider-category {
    padding-bottom: 10px;
    width: 100%;
}
.tvcategory-chain-slider-info-wrapper {
    display: flex;
    align-items: center;
}
.tvcategory-chain-slider-category a {
    color: #818181;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    display: block;
    letter-spacing: 0.3px;
    position: relative;
}
.tvcategory-chain-slider-category a:hover:after,
.tvcategory-chain-slider-category a:hover {
    color: #7F7F7F;
}
.tvcategory-chain-slider-category a:after {
    position: absolute;
    font-family: 'Material Icons';
    /*content: '\e315';*/
    font-size: 16px;
    left: 5px;
    color: #444444;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.tvcategory-chain-slider-all-link a {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 13px;
    line-height: 10px;
    margin-left: 2px;
}
.tvcategory-chain-slider-all-link a:hover {
    color: #7F7F7F;
}
.lang-rtl .tvcategory-chain-slider-category a {
    text-align: right;
}
.lang-rtl .tvcategory-chain-slider-category a:after {
    right: 5px;
    top: auto;
    left: auto;
    transform: rotate(180deg);
}

.tvcategory-chain-slider-main-title-wrapper{text-align: center;}

.tvcategory-chain-slider-main-title-wrapper .title-main {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-bloc {
    background: #000000;
    display: inline-block;
    color: #fff;
    margin: 15px auto;
    padding: 20px 55px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.tv-single-block-image img {
    /* max-width: 900px; */
    /* width: 100%; */
    /* object-fit: cover; */
    /* margin: 0 50px 0 0; */
    /* text-align: left; */
    /* display: block; */
    padding-right: 50px;
}

.btn-home {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-bloc:hover{
    background: #7F7F7F;
}

/***** end shopby caregory *****/