.swiper-pagination .swiper-pagination-bullet:nth-child(0n+1)::before{
  display: none;
  content: '1' !important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(0n+2)::before{
  display: none;
  content: '2' !important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(0n+3)::before{
  display: none;
  content: '3' !important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(0n+4)::before{
  display: none;
  content: '4' !important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(0n+5)::before{
  display: none;
  content: '5' !important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(0n+6)::before{
  display: none;
  content: '6' !important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(0n+7)::before{
  display: none;
  content: '7' !important;
}
.swiper-pagination .swiper-pagination-bullet:nth-child(0n+8)::before{
  display: none;
  content: '8' !important;
}

.product-description .h3.product-title {
  width: 70%;
}

.js-miniature-product-add-to-cart.with-combinations {
opacity: 0;
}

.products.products-grid .custom-prop {
top: -220% !important;
z-index: 9999 !important;
}
.thumbnail-container .btn-iqitwishlist-add {
  right: 20px!important;
}