/**
* 2007-2025 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-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badcontentcategory-block {
    padding: 80px 0;
    background-color: #1C1B18;
}
.badcontentcategory-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.badcontentcategory-block .badmain-title-wrapper .badmain-sub-title, .badcontentcategory-block .badmain-title-wrapper .badmain-title {
    font-size: 46px;
    line-height: 58px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.badcontentcategory-block .badmain-title-wrapper .badmain-title::before, .badcontentcategory-block .badmain-title-wrapper .badmain-title::after{
    display: none;
}
.badcontentcategory-block .badmain-title-wrapper .badmain-title{
    margin-bottom: 0;
}
.badcontentcategory-block .badmain-image{
    padding: 0;
}
.badcontentcategory-block .badmain-title-wrapper .badmain-sub-title {
    color: var(--theme-custom-color);
    font-weight: 800;
    width: auto;
    margin: auto;
}
.badcontentcategory-block .badmain-title-wrapper .badmain-title {
    color: var(--theme-text-color);
    font-weight: 700;
}
.badcontentcategory-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.badcontentcategory-item-content .category-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-custom-color) !important;
    background-color: transparent;
    border: 1px solid #747474;
    border-radius: 5px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    min-width: 190px;
    justify-content: center;
}
.badcontentcategory-item-content .category-btn:hover{
    background-color: #2D2D29;
}
.badcontentcategory-item-content .dropdown-menu {
    width: 100%;
    padding: 10px 15px;
    background-color: #333;
}
.badcontentcategory-item-content .dropdown-item {
    padding: 0;
    font-size: 15px;
    color: var(--theme-text-color);
    line-height: 30px;
}
.badcontentcategory-item-content.open .category-btn:hover, .badcontentcategory-item-content.open .category-btn {
    color: var(--theme-custom-color);
    background-color: #2D2D29;
    border: 1px solid var(--theme-custom-color);
}
@media(max-width: 1440px){
    .badcontentcategory-block .badmain-title-wrapper .badmain-sub-title, .badcontentcategory-block .badmain-title-wrapper .badmain-title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width: 1200px){
    .badcontentcategory-block .badmain-title-wrapper .badmain-sub-title, .badcontentcategory-block .badmain-title-wrapper .badmain-title {
        font-size: 34px;
        line-height: 44px;
    }
    .badcontentcategory-block .badmain-title-wrapper{
        margin-bottom: 15px;
    }
    .badcontentcategory-block {
        padding: 50px 0;
    }
}
@media(max-width: 991px){
    .badcontentcategory-block {
        padding: 30px 0;
    }
    .badmain-image.image_one {
        order: 1;
    }
    .badmain-image.image_two {
        order: 2;
    }
    .badcontentcategory-content {
        order: 3;
        margin-top: 30px;
    }
    .badcontentcategory-item-content .category-btn {
        font-size: 14px;
        padding: 6px 10px;
        gap: 7px;
        min-width: 175px;
    }
}
@media(max-width: 1024px){
    .badcontentcategory-block .badmain-title-wrapper .badmain-sub-title, .badcontentcategory-block .badmain-title-wrapper .badmain-title {
        font-size: 28px;
        line-height: 38px;
    }
}
@media(max-width: 575px){
    .badcontentcategory-block .badmain-title-wrapper .badmain-sub-title, .badcontentcategory-block .badmain-title-wrapper .badmain-title {
        font-size: 24px;
        line-height: 32px;
    }
    .badcontentcategory-content {
        margin-top: 20px;
    }
    .badcontentcategory-item-content .category-btn {
        font-size: 12px;
        padding: 6px 7px;
        gap: 6px;
        min-width: 140px;
    }
    .badcontentcategory-item-img-wrapper img{
        width: 20px;
        height: 20px;
    }
}
@media(max-width: 480px){
    .badcontentcategory-block .badmain-title-wrapper .badmain-sub-title, .badcontentcategory-block .badmain-title-wrapper .badmain-title {
        font-size: 20px;
        line-height: 28px;
    }
    .badcontentcategory-block .badmain-image {
        padding: 0 5px;
    }
}