/**
 * Loulou66
 * LpsHomeTabCat 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)
 */
.lpshometabcattabs {
    padding: 0 !important;
    margin: 40px 0 70px 0 !important;
    border: none !important;
    background: none !important;
    line-height: 1 !important;
}
.lpshometabcattabs .ui-widget-header {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
}
.lpshometabcattabs .ui-widget-header .ui-state-default {
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 10px 0 0 !important;
    margin: 0 0 10px 0 !important;
}
.lpshometabcattabs .ui-widget-header .ui-state-default a {
    width: 100% !important;
    text-transform: uppercase;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.lpshometabcattabs .ui-widget-header .ui-state-default.ui-tabs-active a {
    color: #fff !important;
    background: #24b9d7 !important;
}
.lpshometabcattabs .ui-widget-header .ui-state-default:hover a {
    color: #fff !important;
    background: #24b9d7 !important;
}
.lpshometabcattabs .ui-tabs-panel {padding: 0 !important;}
.lpshometabcattabs .lpshometabcats-list,
.lpshometabcattabs .lpshometabcats-carousel {
    padding: 0 !important;
    font-size: 1rem;
    font-family: Manrope, sans-serif;
}
.lpshometabcattabs .products-section-title {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: left;
}
.lpshometabcats-carousel .owl-controls .owl-prev,
.lpshometabcats-carousel .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;
}
.lpshometabcats-carousel .owl-controls .owl-prev{
    left: 10px !important;
}
.lpshometabcats-carousel .owl-controls .owl-next {
    right: 10px !important;
}
.lpshometabcats-carousel .owl-controls .owl-prev:hover,
.lpshometabcats-carousel .owl-controls .owl-next:hover {
    color: #24b9d7 !important;
}
.lpshometabcats-carousel .owl-controls .owl-prev.disabled:hover,
.lpshometabcats-carousel .owl-controls .owl-next.disabled:hover {
    color: inherit !important;
    cursor: not-allowed;
}
.lpshometabcats-carousel .owl-controls .owl-prev:focus,
.lpshometabcats-carousel .owl-controls .owl-next:focus {
    outline: none !important;
}
.lpshometabcats-carousel .product-miniature .thumbnail-container,
.lpshometabcats-list .product-miniature .thumbnail-container {
    width: 100% !important;
    margin: 0 !important;
}
.lpshometabcats-list .product-miniature .thumbnail-container {margin-bottom: 30px !important;}
.lpshometabcattabs .ui-widget-header .ui-state-default:nth-child(4n) {
    padding-right: 0 !important;
}
.lpshometabcats-list .product-miniature .thumbnail-container .product-thumbnail img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.lpshometabcats-carousel.lpshtc_hidenav .owl-nav {
    display: none !important;
}
@media only screen and (max-width: 991px) {
    .lpshometabcattabs .ui-widget-header .ui-state-default:nth-child(4n) {
        padding-right: 10px !important;
    }
    .lpshometabcattabs .ui-widget-header .ui-state-default:nth-child(3n) {
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .lpshometabcattabs .ui-widget-header .ui-state-default:nth-child(3n) {
        padding-right: 10px !important;
    }
    .lpshometabcattabs .ui-widget-header .ui-state-default:nth-child(2n) {
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 575px) {
    .lpshometabcattabs .ui-widget-header .ui-state-default:nth-child(n) {
        padding-right: 0 !important;
    }
}