/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badcategoryslider-block {
    padding-bottom: 80px;
    background-color:transparent;
}
.badcategoryslider-item-btn:hover{
    text-decoration: underline;
}
.badcategoryslider-item {
    width: auto;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    padding: 25px 10px;
    justify-content: center;
    border: 1px solid var(--theme-custom-color);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.badcategoryslider-content-box-inner {
    padding: 0 15px;
}
.badcategoryslider-item-img-wrapper {
    padding-bottom: 30px;
}
.badcategoryslider-content-inner .owl-item:nth-child(even) .badcategoryslider-item img{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.badcategoryslider-content-inner .owl-item:nth-child(odd) .badcategoryslider-item {
    transform: rotate(180deg);
    margin-top: 46px;
}
.badcategoryslider-content-inner .owl-item:nth-child(even) .badcategoryslider-item {
    margin-bottom: 46px;
}
.badcategoryslider-content-inner .owl-item:nth-child(odd) .badcategoryslider-item img{
    display: flex;
    flex-wrap: wrap;
    transform: rotate(180deg);
}
.badcategoryslider-content-inner .owl-item:nth-child(5n+1) .badcategoryslider-item {
    border:1px solid #cc76af;
}
.badcategoryslider-content-inner .owl-item:nth-child(5n+3) .badcategoryslider-item {
    border:1px solid #c1a8e5;
}
.badcategoryslider-content-inner .owl-item:nth-child(5n+2) .badcategoryslider-item {
    border:1px solid #91d7cb;
}
.badcategoryslider-content-inner .owl-item:nth-child(5n+4) .badcategoryslider-item {
    border:1px solid #75e167;
}
.badcategoryslider-content-inner .owl-item:nth-child(5n+5) .badcategoryslider-item {
    border:1px solid #ac857f;
}
.badcategoryslider-content-inner .owl-item:nth-child(odd) .badcategoryslider-item .badcategoryslider-item-content{
    order: 1;
    width: 100%;
    transform: rotate(180deg);
}
.badcategoryslider-content-inner .owl-item:nth-child(even) .badcategoryslider-item .badcategoryslider-item-img-wrapper{
    order: 2;
    width: 100%;
    position: relative;
    margin-top: 25px;
}
.badcategoryslider-content-inner .owl-item:nth-child(odd) .badcategoryslider-item .badcategoryslider-item-content{
    order: 1;
    width: 100%;
    position: absolute;
    padding-bottom: 10px;
    padding-top: 0;
}
.badcategoryslider-content-inner .owl-item:nth-child(odd) .badcategoryslider-item .badcategoryslider-item-img-wrapper{
    order: 2;
    width: 100%;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
}
.badcategoryslider-item .badcategoryslider-item-img-wrapper {
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-sub-title {
    font-size: 40px;
    line-height: 54px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
    display: block;
    padding-left: 0;
}
.badcategoryslider-content-wrapper .badmain-description{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.badcategoryslider-item-content {
    text-align: center;
    padding-top: 20px;
}
.badcategoryslider-item-title {
    display: inline-block;
    font-size: 28px;
    line-height: 26px;
    color: #0e0e0e;
    font-weight: 700;
}
.badcategoryslider-item-sub-title {
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d;
    padding-top: 10px;
}
.badcategoryslider-item:hover .badcategoryslider-item-title{
    color: var(--theme-custom-color);
}
.badcategoryslider-item-total-prod {
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d;
    padding-top: 10px;
}
.badcategoryslider-item-desc{
    display: none;
}
.badcategory-wrapper{
    padding: 0;
}
@media(max-width:1400px){
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-sub-title {
        font-size: 33px;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+0) .badcategoryslider-item {
        border:1px solid #cc76af;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+2) .badcategoryslider-item {
        border:1px solid #c1a8e5;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+1) .badcategoryslider-item {
        border:1px solid #91d7cb;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+3) .badcategoryslider-item {
        border:1px solid #75e167;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+4) .badcategoryslider-item {
        border:1px solid #ac857f;
    }
}
@media(max-width: 1200px){
    .badcategoryslider-block {
        padding-bottom: 50px;
    }
    .badcategoryslider-item-title{
        font-size: 25px;
    }
}
@media(max-width: 991px){
    .badcategoryslider-block {
        padding-bottom: 30px;
    }
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-title {
        font-size: 25px;
    }
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-title,.badcategoryslider-content-wrapper .badmain-description,.badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-sub-title{
        text-align: center;
    }
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-sub-title{
        padding-bottom: 5px;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n-1) .badcategoryslider-item {
        border:1px solid #cc76af;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+1) .badcategoryslider-item {
        border:1px solid #c1a8e5;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+0) .badcategoryslider-item {
        border:1px solid #91d7cb;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+2) .badcategoryslider-item {
        border:1px solid #75e167;
    }
    .badcategoryslider-content-inner .owl-item:nth-child(5n+3) .badcategoryslider-item {
        border:1px solid #ac857f;
    }
}
@media(max-width: 767px){
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-sub-title {
        font-size: 30px;
        line-height: 40px;
    }
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-title {
        margin-bottom: 0;
    }
}
@media(max-width:575px){
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-sub-title {
        font-size: 25px;
        line-height: 35px;
    }
    .badcategoryslider-content-wrapper .badmain-description {
        font-size: 15px;
        line-height: 26px;
    }
    .badcategoryslider-item {
        padding: 20px;
    }
}
@media(max-width:420px){
    .badcategoryslider-content-wrapper .badmain-title-wrapper .badmain-sub-title {
        font-size: 23px;
        line-height: 32px;
    }
    .badcategoryslider-item {
        width: 262px;
        margin: 50px auto;
    }
    .badcategoryslider-content-wrapper .badmain-description {
        font-size: 14px;
        line-height: 25px;
    }
}