/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-9999 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.MyPrestaBrandsCarousel a {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 1.0;
    display: block!important;
    text-align: center!important;
}

.MyPrestaBrandsCarousel a:hover {
    opacity: 0.7;
}

#mypresta_mib {

    clear:both;
}
.tm-hp {
  margin-bottom: 40px;
}

.tm-hp h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.tm-hp h2:before {
  content: "";
  display: block;
  border-top: solid 1px #ddd;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.tm-hp h2 .tm-over {
  display: inline-block;
  background: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
}

.tm-hp h2 span {
  font-style: italic;
  font-weight: 300;
}
