/**
 * 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 h2.products-section-title {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: left;
}
.lpsfeaturedproducts-products .owl-nav {
    position: absolute;
    right: 0;
    top: -64px;
    margin: 0 !important;
}
.lpsfeaturedproducts-products .owl-nav .owl-prev,
.lpsfeaturedproducts-products .owl-nav .owl-next {
    margin: 0 important;
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
}
.lpsfeaturedproducts-products .owl-nav .owl-prev:hover,
.lpsfeaturedproducts-products .owl-nav .owl-next:hover {
    background: none !important;
    color: #24b9d7 !important;
}
.lpsfeaturedproducts-products .owl-nav .owl-prev.disabled:hover,
.lpsfeaturedproducts-products .owl-nav .owl-next.disabled:hover {
    color: inherit !important;
    cursor: not-allowed;
}
.lpsfeaturedproducts-products .owl-nav .owl-prev:focus,
.lpsfeaturedproducts-products .owl-nav .owl-next:focus {
    outline: none !important;
}
#lpsfeaturedproducts-slider .product-miniature .thumbnail-container {
    width: 100% !important;
}
.lpsfeaturedproducts-products .all-product-link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    clear: both;
    font-weight: 500;
    color: #7a7a7a;
}
.lpsfeaturedproducts-products .lpsfp_hidenav .owl-nav {
    display: none !important;
}
