/**
* 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
*/
.badcategoryproductslider-block{
    margin-bottom: 70px;
}
.badcategoryproductslider-content-inner.owl-carousel.owl-drag .owl-item {
    width: 100%;
}
.badcategoryproductslider-products-content-box {
    position: relative;
}
.badcategoryproductslider-block .badtab-product-first-item .badproduct-wrapper-content {
    margin-bottom: 0;
}
.badcategoryproductslider-content-box-inner {
    display: inline-block;
}
.badcategoryproductslider-content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.badcategoryproductslider-content-box-inner:first-child {
    margin-left: 0;
}
.badcategoryproductslider-content-box-inner:last-child {
    margin-right: 0;
}
.badcategoryproductslider-block-content {
    margin: 0 -15px;
}
.badcategoryproductslider-content-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.badcategoryslider-content-wrapper .badmain-title-wrapper {
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.badcategoryproductslider-product-main-title .badmain-title-wrapper{
    display: block;
    margin-bottom: 30px;
}
.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 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #8f8f8f;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 20px;
    border: 1px solid #e0e0e0;
    display: block;
    min-width: 200px;
}
.badcategoryproductslider-item-content .badcategoryproductslider-item-title:hover,
.badcategoryproductslider-item-content .badcategoryproductslider-item-title.active{
    background-color: var(--theme-custom-color);
    color: #fff;
    border-color: var(--theme-custom-color);
}
.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-product-inner{
    text-align: center;
}
.badcategoryproductslider-block-content .owl-carousel button.owl-dot{
    background: #111111;
    border-radius: 100px;
    height: 5px;
    width: 5px;
}
.badcategoryproductslider-product{
    padding: 0;
}
.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: 1600px){
    .badcategoryproductslider-item-content .badcategoryproductslider-item-title {
        min-width: 145px;
        font-size: 15px;
    }
}
@media(max-width: 1199px){
    .badcategoryproductslider-block .badcategoryproductslider-btn-title {
        padding: 12px 40px;
    }
    .badcategoryproductslider-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badcategoryproductslider-content-box-inner {
        display: inline-block;
        margin: 0 18px;
    }
    .badcategoryproductslider-block {
        margin-bottom: 30px;
    }
    .badcategoryproductslider-item-content .badcategoryproductslider-item-title {
        min-width: 106px;
    }
    .badcategoryproductslider-item-content .badcategoryproductslider-item-title {
        font-size: 15px;
    }
    .badcategoryproductslider-content-block{
        margin-bottom: 0;
    }
}
@media(max-width: 767px){
    .badcategoryproductslider-content-box-inner {
        display: inline-block;
        margin: 0 10px 10px;
    }
    .badcategoryproductslider-content-inner {
        justify-content: center;
    }
    .badcategoryproductslider-content-box,.badcategoryproductslider-content-box {
        display: block;
    }
    .badcategoryproductslider-item-content .badcategoryproductslider-item-title {
        min-width: 160px;
    }
}
@media(max-width: 575px) {
    .badcategoryproductslider-product-main-title .badmain-title-wrapper{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .badcategoryproductslider-content-image {
        width: 100%;
    }
    .badcategoryproductslider-content-box-inner:first-child {
        margin-left: 10px;
    }
    .badcategoryproductslider-content-box-inner:last-child {
        margin-right: 10px;
    }
    .badcategoryproductslider-content-inner {
        width: 100%;
        padding: 0;
    }
}
@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-item-content .badcategoryproductslider-item-title {
        font-size: 14px;
    }
}
.badcategoryproductslider-block .badcategoryproductslider-content-box-inner.show-cat {
    display: block;
}
.badcategoryproductslider-block .badcategoryproductslider-content-box-inner.show-cat.hide {
    display: none;
}