/**
 * 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: left!important;
	padding: 1px 0px 1px 20px;
	border-bottom: 1px solid rgba(150,150,150,.1);
}

.MyPrestaBrandsCarousel a:hover {
    opacity: 0.7;
}

.block-mib {
	box-shadow: none;
	background: #fff;
	padding: 0;
	margin-bottom: 1.563rem;
}


#mypresta_mib {
	border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1.563rem;
    background: #fff;
    clear:both;
}