/**
* 2007-2022 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-2022 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badcategorydetails-block{
    background-color: var(--theme-background-color);
}
.badcategorydetails-block .badmain-title-wrapper {
   text-align: left;
   margin-bottom: 0;
}
.badcategory-wrapper {
    color: #fff;
}
.badcategorydetails-main-title,
.badcategorydetails-content  {
    padding: 0;
}
.badcategorydetails-main-title .badmain-category-details .category-details-title{
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin: 0;
}
.badcategorydetails-main-title .badmain-category-details strong{
    font-weight: bold;
}
.badcategorydetails-main-title .badmain-category-details .category-details-subtitle{
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 10px 0;
}
.badcategorydetails-main-title .badmain-category-details ul li {
    margin-left: 20px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    list-style: disc;
}
.badcategorydetails-main-title .badmain-category-details ul li::marker {
    color: #00A3FF;
}
.badcategorydetails-main-title .badmain-category-details p{
    margin: 0;
}
.badcategorydetails-main-title .badmain-category-details button {
    background-color: #F9430A;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.badcategorydetails-main-title .badmain-category-details button:hover{
    color: #F9430A;
    background-color: transparent;
    border: 1px solid #F9430A;
}
.badcategorydetails-content-wrapper, .badcategorydetails-content-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.badcategorydetails-content-wrapper {
    padding: 50px 90px;
    background: #102F49;
    border-radius: 10px;
}
.badcategorydetails-item {
    display: block;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 25px 20px;
}
.badcategorydetails-item-btn {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 8px;
    background: #8A5CF4;
    border-radius: 5px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.badcategorydetails-item-btn:hover{
    color: #8A5CF4;
    background-color: transparent;
    border: 1px solid #8A5CF4;
}
.badcategorydetails-item-title {
    color: var(--theme-custom-color);
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
}
.badcategorydetails-item-sub-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--theme-custom-color);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.badcategorydetails-total-content {
    font-size: 18px;
    line-height: 22px;
    color: var(--theme-custom-color);
    font-weight: normal;
}
.badcategorydetails-item-total-prod {
    display: block;
    color: #ED5E3E;
    font-size: 26px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.badcategorydetails-item-total-week-prod {
    display: block;
    color: #708996;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
span.badcategorydetails-total-week-content {
    font-size: 16px;
    line-height: 22px;
    color: var(--theme-custom-color);
    font-weight: 500;
}
@media (max-width: 1400px) {
    .badcategorydetails-content-wrapper {
        padding: 40px 20px;
    }
    .badcategorydetails-main-title .badmain-category-details .category-details-subtitle {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 1200px) {
    .badcategorydetails-main-title .badmain-category-details ul li{
        margin: 0;
        list-style: none;
    }
    .badcategorydetails-item-title {
        margin-bottom: 10px;
    }
    .badcategorydetails-block .badmain-title-wrapper {
        text-align: center;
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .badcategorydetails-content-wrapper{
        padding: 30px 30px;
    }
    .badcategorydetails-item{
        padding: 15px;
    }
    .badcategorydetails-item-title{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .badcategorydetails-item-total-prod{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .badcategorydetails-total-content{
        font-size: 16px;
    }
    .badcategorydetails-item-sub-title{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .badcategorydetails-item-total-week-prod{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .badcategorydetails-main-title .badmain-category-details .category-details-subtitle{
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .badcategorydetails-main-title .badmain-category-details .category-details-title{
        font-size: 18px;
        line-height: 20px;
    }
    .badcategorydetails-main-title .badmain-category-details .category-details-subtitle{
        font-size: 24px;
        line-height: 32px;
    }
    .badcategorydetails-main-title .badmain-category-details ul li {
        font-size: 15px;
        line-height: 23px;
    }
}
@media (max-width: 575px) {
    .badcategorydetails-content-wrapper{
        padding: 30px 0;
    }
    .badcategorydetails-main-title .badmain-category-details .category-details-subtitle{
        font-size: 22px;
        line-height: 24px;
    }
    .badcategorydetails-item-title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .badcategorydetails-item-total-prod,.badcategorydetails-item-total-week-prod{
        font-size: 18px;
        margin-bottom: 10px;
    }
}