/**
* Loulou66
* LpsFeaturedProducts module for 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*
*
* 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    Loulou66.fr <contact@loulou66.fr>
*  @copyright loulou66.fr
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.lpsfeaturedproducts-products {
	margin-bottom: 70px;
}
.lpsfeaturedproducts-products h2.products-section-title {
    color: #232323;
    font-size: 28px;
    font-weight: 700;
	text-align: left;
	text-transform: none !important;
	margin-bottom: 40px;
}
.lpsfeaturedproducts-products .owl-controls {
    margin: 0 !important;
}
.lpsfeaturedproducts-products .owl-controls .owl-prev,
.lpsfeaturedproducts-products .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    background: #fff !important;
    color: inherit !important;
    border: none !important;
    padding: 10px !important;
    font: inherit;
    box-shadow: -2px 1px 10px #bdbdbd;
    border-radius: 50% !important;
}
.lpsfeaturedproducts-products .owl-controls .owl-prev{
    left: 10px !important;
}
.lpsfeaturedproducts-products .owl-controls .owl-next {
    right: 10px !important;
}
.lpsfeaturedproducts-products .owl-controls .owl-prev:hover,
.lpsfeaturedproducts-products .owl-controls .owl-next:hover {
    color: #2ebb77 !important;
}
.lpsfeaturedproducts-products .owl-controls .owl-prev.disabled:hover,
.lpsfeaturedproducts-products .owl-controls .owl-next.disabled:hover {
    color: inherit !important;
    cursor: not-allowed;
}
.lpsfeaturedproducts-products .owl-controls .owl-prev:focus,
.lpsfeaturedproducts-products .owl-controls .owl-next:focus {
    outline: none !important;
}
.lpsfeaturedproducts-products .lpsnp_hidenav .owl-nav {
    display: none !important;
}
.lpsfeaturedproducts-products .product-miniature .thumbnail-container {
	width: 100% !important;
	margin-bottom: 0 !important;
}
