/**
 * Loulou66
 * LpsCategoryProducts 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)
 */
.lpscategoryproducts-products h2.products-section-title {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #494a4b;
}
.lpscategoryproducts-products .owl-nav {
    /*position: absolute;*/
    right: 0;
    top: -64px;
    margin: 0 !important;
}
.lpscategoryproducts-products .owl-nav .owl-prev,
.lpscategoryproducts-products .owl-nav .owl-next {
    margin: 0 !important;
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
}
.lpscategoryproducts-products .owl-nav .owl-prev:hover,
.lpscategoryproducts-products .owl-nav .owl-next:hover {
    background: none !important;
    color: #24b9d7 !important;
}
.lpscategoryproducts-products .owl-nav .owl-prev.disabled:hover,
.lpscategoryproducts-products .owl-nav .owl-next.disabled:hover {
    color: inherit !important;
    cursor: not-allowed;
}
.lpscategoryproducts-products .owl-nav .owl-prev:focus,
.lpscategoryproducts-products .owl-nav .owl-next:focus {
    outline: none!important;
}
#lpscategoryproducts-slider .product-miniature .thumbnail-container {
    width: 100% !important;
}
.lpscategoryproducts-products .lpscp_hidenav .owl-nav {
    display: none !important;
}
.owl-nav {
    display: flex
;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
.owl-prev {
    width: 50%;
    float: left;
}
.owl-next {
    width: 50%;
    float: left;
}
button.next-arrow-category {
    background: #e2e2e2;
    border-radius: 50px;
    cursor: pointer;
    font-size: 24px;
    padding: 14px 0px;
    color: #494a4b;
    width: 95%;
    margin: 0 10px;
}
button.prev-arrow-category {
    background: #e2e2e2;
    border-radius: 50px;
    cursor: pointer;
    font-size: 24px;
    padding: 14px 0px;
    color: #494a4b;
    width: 95%;
    margin: 0 10px;
}
	
	
