/**
* 2007-2024 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2024 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badtab-prdoducts-block {
    margin-bottom: 80px;
}
.badtab-prdoducts-block .badtab-product-content-wrapper,
.badtab-prdoducts-block .badtab-product-pagination-dots,
.badtab-prdoducts-block .badtab-product-pagination-wrapper {
    display: none
}
.badtab-product-all-prod-link{
    text-align: right;
}
.badtab-prdoducts-block .badtab-product-all-prod-link{
    display: none;
}
.badmain-title {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
    font-weight: 500;
}
.badtab-products-title-wrapper {
    margin-bottom: 30px;
}
.badtab-products-title-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.badtab-producat-main-title a {
    display: block;
    color: #24b9d7;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #24b9d7;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.badtab-producat-main-title a:hover,
.badtab-producat-main-title.active a{
    background-color: #24b9d7;
    color: #fff;
}   
.badtab-product-content {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.bad-prev-btn,
.bad-next-btn{
    height: 35px;
    width: 35px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #24b9d7;
    transition: all 0.3s ease-in-out;
}
.bad-prev-btn i,
.bad-next-btn i{
    font-size: 20px;
    color: #24b9d7;
}
.bad-prev-btn:hover,
.bad-next-btn:hover{
    background-color: #24b9d7;
}
.bad-prev-btn:hover i,
.bad-next-btn:hover i{
    color: #fff;
}
@media(max-width: 1200px){
    .badtab-prdoducts-block {
        margin-bottom: 50px;
    }
    .badmain-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .badtab-producat-main-title a {
        font-size: 14px;
        padding: 7px 10px;
    }
}
@media(max-width: 991px){
    .badtab-prdoducts-block {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .badtab-product-content {
        gap: 5px;
    }
    .badmain-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .badtab-products-title-wrapper {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px){
    .badtab-products-title-list{
        gap: 7px;
    }
    .bad-prev-btn, .bad-next-btn{
        height: 30px;
        width: 30px;
    }
}