/**
* 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-chain-slider-main-title-wrapper {
    position: relative;
}
.tvcmscategory-chain-slider {
    margin-bottom: 30px;
}
.tvcategory-chain-slider-inner-info-box {
    margin: 0 -15px;
}
.tvcategory-chain-slider-wrapper {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    overflow: visible;
    background-color: #ffffff;
}
.owl-carousel.owl-drag .owl-item:nth-child(odd) .tvcategory-chain-slider-wrapper {
    /*background-color: #f5f5f5;*/
}
.tvcategory-chain-slider-wrapper-info {
    padding: 0 15px;
}
.tvcategory-chin-img-block {
    padding: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.tvcategory-chain-content-wrapper {
    padding: 18px 0 17px;
    text-align: center;
}
.tvcategory-chain-title {
    text-align: center;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.tvcategory-chain-title a:after {
    position: absolute;
    /*content: "";*/
    width: 40px;
    height: 1px;
    background-color: #22222210;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.tvcategory-chain-title a {
    font-family: 'Marcellus';
    font-weight: 400;
    font-size: 19px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}
/*.tvcategory-chain-title:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background-color: #f0f0f0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}*/
/*.tvcategory-chain-slider-category {
    width: 50%;
    float: left;
    padding-bottom: 18px;
}*/
a.tvcategory-chain-slider-category {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    display: block;
    position: relative;
}
.tvcategory-chain-slider-category {
    width: 100%;
    float: none;
    padding-bottom: 13px;
}
.tvcategory-chain-slider-category:hover {
    color: #B88452;
    text-decoration: underline;
}
.tvcategory-chain-slider-all-link {
    padding: 18px 15px 0;
}
.tvcategory-chain-slider-all-link a {
    display: block;
    text-align: center;
    padding: 13px 30px;
}
/*.tvcategory-chain-slider-all-link a {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: normal;
    padding: 10px 19px 9px;
    display: block;
}*/
.tvcategory-chain-slider-all-link a span {
    font-size: 15px;
    line-height: 15px;
}
.tvcategory-chain-slider-all-link a i {
    font-size: 15px;
}
@media(max-width: 991px) {
    .tvcmscategory-chain-slider {
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .tvcategory-chain-slider-category {
        font-size: 14px;
        padding-left: 20px;
    }
}
.tvcategory-chin-img-block img {
    max-width: 100%;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}
.tvcategory-chin-img-block:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
}