.benefitBanner__img {
  height: 40px;     /* v�etky obr�zky bud� rovnako vysok� */
  width: auto;
  display: block;
}

.benefitBanner__item {
  margin: 10px !important ;
}

.product-top .social-buttons-wrapper {
	/* display: -ms-flexbox; */
	display: none !important;
	position: relative;
}

.product-top .p-detail-info {
	padding-top: 0px !important; 
	}
@media only screen and (max-width: 767px) {
.benefitBanner .benefitBanner__item {
    padding-right: 0px !important;
}
}
/* bannery aby boli vedla seba*/
@media (min-width: 1440px) and (max-width: 1800px) {
  .benefitBanner.position--benefitProduct .benefitBanner__item {
    flex: 0 0 48%;      /* Nastaví flexibilnú šírku na presne 50% */
    max-width: 50%;     /* Maximálna šírka 50% */
    width: 50%;         /* Šírka 50% */
  }
}
