/**
* 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 {
  padding: 80px 0;
  background-color: var(--theme-background-color);
}
.badcategoryproductslider-content-inner.owl-carousel.owl-drag .owl-item {
  width: 100%;
}
.badcategoryproductslider-products-content-box {
  position: relative;
}
.badcategoryproductslider-no-product{
  text-align: center;
  margin-bottom: 50px;
}
.badcategoryproductslider-content-box-inner {
  display: inline-block;
  margin: 0 10px;
}
.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;
  margin-bottom: 50px;
}
.category-show-wrapper button, .category-hide-wrapper button,
.badcategoryproductslider-item-content .badcategoryproductslider-item-title {
    display: flex;
    font-size: 15px;
    color: var(--theme-custom-color);
    font-weight: 500;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    padding: 5px 8px;
    margin-bottom: 30px;
    align-items: center;
    gap: 8px;
    border: none;
    min-width: 330px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.08);
}
.category-show-wrapper button, .category-hide-wrapper button {
    padding: 10px 10px;
}
.category-action-btn-wrapper {
    display: inline-flex;
    padding: 0 15px;
}
.badcategoryproductslider-item-content .category-product-number {
    font-size: 15px;
    color: #F5025F;
    text-align: center;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
}
.category-show-wrapper button:hover, .category-hide-wrapper button:hover,
.badcategoryproductslider-item-content .badcategoryproductslider-item-title:hover,
.badcategoryproductslider-item-content .badcategoryproductslider-item-title.active {
  color: #fff;
  background: var(--theme-background-gradiant);
}
.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;
}
.owl-dots {
  display: none;
}
.badcategoryproductslider-product-link-wrapper {
    display: block;
    width: fit-content;
    margin: auto;
}
.badcategoryproductslider-content-inner .badcategoryproductslider-content-box-inner:nth-child(n+11){
  display: none;
}
.badcategoryproductslider-content-inner .badcategoryproductslider-content-box-inner.show-category:nth-child(n+11){
  display: inline-block;
}
.category-show-wrapper.Show-item,
.category-hide-wrapper.Show-item {
  display: block;
}
.category-show-wrapper.Hide-item,
.category-hide-wrapper.Hide-item {
  display: none;
}
@media (max-width: 1200px) {
  .badcategoryproductslider-block {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .badcategoryproductslider-block {
    padding: 30px 0;
  }
  .badcategoryproductslider-content-inner {
    padding-bottom: 0;
  }
  .badcategoryproductslider-content-block {
    margin-bottom: 20px;
  }
  .badcategoryproductslider-item-content .badcategoryproductslider-item-title {
    font-size: 14px;
    min-width: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .badcategoryproductslider-content-image {
    width: 100%;
    padding: 0;
  }
  .badcategoryproductslider-content-inner {
    width: 100%;
  }
  .category-show-wrapper button, .category-hide-wrapper button, .badcategoryproductslider-item-content .badcategoryproductslider-item-title {
    min-width: 250px;
  }
  .badcategoryproductslider-content-inner .badcategoryproductslider-content-box-inner:nth-child(n+6){
    display: none;
  }
  .badcategoryproductslider-content-inner .badcategoryproductslider-content-box-inner.show-category:nth-child(n+6){
    display: inline-block;
  }
}
/*.badcategoryproductslider-block .badcategoryproductslider-content-box-inner.btn-show-cats {
  display: inline-block;
}
.badcategoryproductslider-block .badcategoryproductslider-content-box-inner.btn-show-cats.hide {
  display: none;
}
*/
