/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2019 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
 */

ul.homefeaturedslider.product_list.grid > li.first-in-line, ul.homefeaturedslider.product_list.grid > li.first-item-of-tablet-line {
    clear: none;
}

.hppContainerBlockMainDiv h4::after {
    display: none !important;
}

.hppColumnBlock .hppback::before, .hppCarouselBlock .hppback::before {
	font-family: fontAwesome;
	content: "\f137";
	font-size: 30px;
	color: #c0c0c0;
	cursor: pointer;
	position: absolute;
	left: 0;
	padding-top: 35%;
	z-index: 9;
}

.hppColumnBlock .hppback, .hppforward, .hppCarouselBlock .hppback, .hppforward {
    outline: none;
    font-size: 0px;
}

.hppColumnBlock .hppforward::before, .hppCarouselBlock .hppforward::before {
    font-family: fontAwesome;
    content: "\f138";
    font-size: 30px;
    color: #c0c0c0;
    cursor: pointer;
    position: absolute;
    right: 0;
    padding-top: 35%;
    z-index: 9;
}

.hppColumnBlock .hppforward:hover:before, .hppCarouselBlock .hppforward:hover:before {
    color: #333;
}


.hppColumnBlock .hppback:hover:before, .hppCarouselBlock .hppback:hover:before {
    color: #333;
}



.homefeaturedslider .last-item-of-mobile-line {clear:none!important}
.homefeaturedslider .last-item-of-tablet-line {clear:none!important}
.homefeaturedslider .first-item-of-mobile-line {clear:none!important}
.homefeaturedslider .first-item-of-tablet-line {clear:none!important}
