/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
nav#header-nav .navigation #_desktop_top_menu>.top-menu>li>a {
  font-size: 12px;
}
#btn-boncall .boncall-open,
#bonwhatsappchat #bonwhatsappchat-open,
#custom-menu-open,
#facebook-menu-open{
  width: 35px;
  height: 35px;
}
#btn-boncall .boncall-open .boncall-open_img,
#custom-menu-open:after,
#facebook-menu-open i {
  font-size: 16px;
  background-size: 16px;
}
#bonwhatsappchat .bonwhatsappchat-open_img{
  background-size: 50%;
}
.featured-products .products {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  #category .product-miniature.col-lg-4,
  .product-miniature.col-lg-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 14% !important;
    flex: 0 0 14% !important;
    max-width: 14% !important;
  }
}

.featured-products,
.product-miniature {
  margin: 0 0 40px !important;
}

.boncategoruproduct .boncategoryproduct-swiper,
.boncategoruproduct .boncategoryproduct-swiper article {
  height: max-content;
}
