#comjshop .goods-tile__bonuses {
  margin-top: 25px;
  font-size: 10px;
  padding-left: 30px;
  line-height: 27px;
  position: relative;
}
#comjshop .goods-tile__bonuses svg {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
}
@media screen and (max-width: 425px) {
  #comjshop .goods-tile__bonuses svg {
    width: 18px;
    height: 18px;
  }
}
#comjshop .goods-tile__bonuses button.product-bonuses__toggle {
  position: absolute;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  margin-left: 5px;
}
#comjshop .goods-tile__bonuses button.product-bonuses__toggle svg {
  position: inherit;
  width: 12px;
  height: 12px;
  fill: #6ac3d6;
}
#comjshop .goods-tile__bonuses button.product-bonuses__toggle .product-bonuses__toggle-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid #6ac3d6;
  border-radius: 50%;
}

.bonus-info-modal .fancybox-content {
  padding: 20px;
  border-radius: 10px;
}
.bonus-info-modal .fancybox-content h3 {
  margin-bottom: 30px;
}

/*# sourceMappingURL=bonus.css.map */
