/**
* 2007-2021 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-2021 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

/************************* brand ******************/
.tvbrandlist-slider-inner {
	position: relative;
    display: flex !important;
    flex-wrap: wrap;
    border:1px solid #aaa;
    height: 125px;
    overflow: hidden;
    border-radius: 15px;
}
body#index .tvbrandlist-slider-inner {
    border: 0;
    border-radius: 15px;
}
@media (max-width: 575px) {
    body:not(#index) .container.tvbrandlist-slider {
        padding: 0 15px;
    }
}
.tvbrandlist-slider-inner .owl-stage-outer {
    margin-top: auto;
    margin-bottom: auto;
}
.tvcmsbrandlist-slider {
	position: relative;
}
.tvbrandlist-slider {
	position: relative;
}
.tvbrandlist-slider-info-box {
	display: none;
}
.owl-carousel .owl-item .tvbrandlist-slider-wrapper-info img {
	width: auto;
	margin: auto;
}
.tvbrand-img-block {
    border-radius: 0;
    background-color: #fff;
    padding: 0 0px;
    text-align: center;
}
.tvbrandlist-slider-wrapper-info {
    margin: 0;
    padding: 0;
}
.tvcmsbrandlist-slider .tvcmsbrandlist-slider-main-title-wrapper {
    display: none;
}
.owl-carousel .owl-item .tvbrandlist-slider-wrapper-info .tvbrand-img-block img {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}
.owl-carousel .owl-item .tvbrandlist-slider-wrapper-info .tvbrand-img-block:hover img {
    opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.tvbrandlist-slider-block .tvbrandlist-slider-inner.owl-carousel .owl-item .tvbrandlist-slider-wrapper-info::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    height: 70%;
    width: 1px;
    background-color: #aaa;
    margin: auto;
}
.tvcmsbrandlist-slider .tvbrandlist-slider .tvbrandlist-slider-block .tvbrandlist-slider-inner.tvbrandlist-slider-content-box::after {
    content:"\00a0";
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background: #fff;
}