/**
* 2007-2023 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-2023 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;
}
.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;
}
@media (max-width: 991px) {
    .tvcmsbrandlist-slider {
        /*margin-bottom: 50px;*/
    }
}
.tvbrand-img-block {
    border-radius: 0px;
}
.tvbrandlist-slider-wrapper-info {
    padding: 0 15px;
    position: relative;
}
/* .tvbrandlist-slider-block .owl-item.active .tvbrandlist-slider-wrapper-info:after {
    content: "";
    position: absolute;
    left: -1px;
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #EEEEEE;
} */
.tvbrandlist-slider-wrapper-info .tvbrand-title {
    display: block;
    background-color: #F8F5EE;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding: 14px 15px 13px;
    margin-top: 20px;
}
.tvbrandlist-slider-block {
    /* margin: 0 -15px; */
}
.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;
    padding: 25px 0;
}
.owl-carousel .owl-item .tvbrandlist-slider-wrapper-info .tvbrand-img-block:hover img {
     animation: BLbounce 2s infinite;
    /*transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;*/
}
@keyframes BLbounce {
  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(1);
  }

  15% {
    transform: scale(1);
  }

  20% {
    transform: scale(1) rotate(-5deg);
  }

  25% {
    transform: scale(1) rotate(5deg);
  }

  30% {
    transform: scale(1) rotate(-3deg);
  }

  35% {
    transform: scale(1) rotate(2deg);
  }

  40% {
    transform: scale(1) rotate(0);
  }
}
.tvcmsbrandlist-cards-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tvcmsbrandlist-card{
  flex: 1 1 calc(20% - 15px);
    max-width: calc(20% - 15px);
    margin: 5px;
    box-sizing: border-box;
}
@media (max-width: 1180px) {
    .tvcmsbrandlist-card {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .tvcmsbrandlist-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.card-img-top {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
.tvcmsbrandlist-slider {
    margin-bottom: 50px;
}
.tvbrandlist-slider .tvcmsbrandlist-card .card-title {
    color: #3b3b3b;
    font-size: 1.9rem;
    margin-top: 10px;
    font-weight: 700;
}
    
