/**
* 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
*/
.badcategoryproductslider-block{
    margin-bottom: 100px;
}
.badcategoryproductslider-content-inner.owl-carousel.owl-drag .owl-item {
    width: 100%;
}
.badcategoryproductslider-products-content-box {
    position: relative;
}
.badcategoryproductslider-content-box-inner {
    display: inline-block;
    margin: 0 25px;
}
.badcategoryproductslider-product-main-title .badmain-title-wrapper{
    display: block;
    margin-bottom: 20px;
}
.badcategoryproductslider-content-pagination .bad-prev-btn i,
.badcategoryproductslider-content-pagination .bad-next-btn i{
    line-height: 22px;
}
.badcategoryproductslider-content-inner.owl-carousel.owl-drag .owl-stage {
    width: 100%;
}
.badcategoryproductslider-content-block {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.badcategoryproductslider-item-content .badcategoryproductslider-item-title {
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin-top: 5px;
}
.badcategoryproductslider-item-content .badcategoryproductslider-item-title:hover,
.badcategoryproductslider-item-content .badcategoryproductslider-item-title.active{
    color: var(--theme-custom-color);
    border-bottom: 1px solid transparent;
}
.badcategoryproductslider-block .badcategoryproductslider-btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.badcategoryproductslider-block .badcategoryproductslider-btn-title {
    background: var(--theme-custom-color);
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 74px;
}
.badcategoryproductslider-block .badcategoryproductslider-btn-title:hover {
    background: #ffffff;
    color: #111111;
}
.badcategoryproductslider-child-cat-inner {
    padding-bottom: 20px;
    text-align: left;
}
.badcategoryproductslider-child-cat-content {
    display: inline-block;
    vertical-align: middle;
}
.badcategoryproductslider-child-cat-content a {
    color: #000000;
    font-weight: 700;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    display: block;
    background-color: #f6f6f6;
    padding: 13px 30px;
    margin-right: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.badcategoryproductslider-block-content {
    margin: 0 -15px;
}
.badcategoryproductslider-product-inner{
    text-align: center;
}
.badcategoryproductslider-block-content .owl-carousel button.owl-dot{
    background: #111111;
    border-radius: 100px;
    height: 5px;
    width: 5px;
}
.badcategoryproductslider-block-content .owl-carousel button.owl-dot.active,.badcategoryproductslider-block-content .owl-carousel button.owl-dot:hover{
    border: 2px solid #000;
    height: 15px;
    width: 15px;
}
@media(max-width: 1199px){
    .badcategoryproductslider-block .badcategoryproductslider-btn-title {
        padding: 12px 40px;
    }
    .badcategoryproductslider-block{
        margin-bottom: 45px;
    }
}
@media(max-width: 991px){
    .badcategoryproductslider-content-box-inner {
        display: inline-block;
        margin: 0 25px;
    }
    .badcategoryproductslider-block{
        margin-bottom: 30px;
    }
    .badcategoryproductslider-item-content .badcategoryproductslider-item-title {
        font-size: 15px;
    }
    .badcategoryproductslider-content-block{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .badcategoryproductslider-content-box-inner {
        display: inline-block;
        margin: 0 8px;
    }
}
@media(max-width: 575px) {
    .badcategoryproductslider-product-main-title .badmain-title-wrapper{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    #index .badcategoryproductslider-product-main-title .badmain-title-wrapper .badmain-title {
        width: 100%;
        margin-bottom: 15px;
    }
    .badcategoryproductslider-content-image {
        width: 100%;
    }
    .badcategoryproductslider-content-inner {
        width: 100%;
        padding: 0;
    }
    .badcategoryproductslider-content-box-inner {
        margin: 0 10px;
    }
}
@media(max-width: 400px) {
    .badcategoryproductslider-content-block {
        width: 100%;
        margin: 0 auto;
    }
}
@media(max-width: 375px) {
    .badcategoryproductslider-content-block {
        width: 100%;
        margin: 0 auto;
    }
    .badcategoryproductslider-content-box-inner {
        margin: 0 8px;
    }
}
.badcategoryproductslider-block .badcategoryproductslider-content-box-inner.show-cat {
    display: block;
}
.badcategoryproductslider-block .badcategoryproductslider-content-box-inner.show-cat.hide {
    display: none;
}