/**
* 2007-2022 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-2022 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%);*/
}
.tvcmscategory-chain-slider {
    position: relative;
}
.tvcmscategory-chain-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 70%;
    background-color: #6C4675;
}
.tvcategory-chin-img-block img {
    width: auto !important;
}
.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-bottom: 70px;
}
.tvcategory-chain-slider-wrapper {
    /*border: 2px solid #f2f1ee;*/
    border-radius: 0;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 12%);
    overflow: hidden;
    background-color: #ffffff;
    margin: 0 20px;
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0;
}
.tvcategory-chin-img-block {
    padding: 0;
    width: 72%;
}
.tvcategory-chain-content-wrapper {
    /*padding: 0px 10px 0px 30px;*/
    width: 28%;
    padding-left: 40px;
}
.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: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    /*text-transform: uppercase;*/
    font-family: "Frank Ruhl Libre";
}
.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: #666666;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.3px;
    position: relative;
}
.tvcategory-chain-slider-category a:hover:after {
    opacity: 1;
}
.tvcategory-chain-slider-category a:after {
    position: absolute;
    content: '';
    height: 2px;
    opacity: 0;
    width: 6px;
    background-color: #000000;
    left: auto;
    right: -12px;
    top: auto;
    bottom: 9px;
}
.tvcategory-chain-slider-all-link a {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    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: #29322F;
}
.lang-rtl .tvcategory-chain-slider-category a {
    text-align: right;
}
.lang-rtl .tvcategory-chain-slider-category a:after {
    right: auto;
    top: auto;
    left: -15px;
    transform: rotate(180deg);
}
.lang-rtl .tvcategory-chain-slider-category a:after {
    bottom: 6px;
}
@media (max-width: 1024px) {
    .tvcategory-chain-content-wrapper {
        width: 40%;
    }
    .tvcategory-chin-img-block {
        width: 60%;
    }
}
@media (max-width: 575px) {
    .tvcategory-chain-content-wrapper,
    .tvcategory-chin-img-block {
        width: 100%;
    }
    .tvcategory-chain-slider-info-wrapper {
        display: block;
    }
    .tvcategory-chain-content-wrapper {
        padding-top: 50px;
        padding-bottom: 20px;
    }

}
/***** end shopby caregory *****/