.productEan {
  display: none;
}

@media (min-width: 992px) {
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 1 1 25%;
  }
}

#content .quantity-discounts__save {
  display: none;
}

.news-item-detail .text img {
  width: auto !important;
}

.menu-item--51 a b {
  text-transform: uppercase;
}

.ordering-process .cart-table tr td.p-discount {
  left: 0 !important;
  top: unset !important;
}

@media screen and (min-width: 992px) {
  .ordering-process .form-group {
    display: inline-grid !important;
  }
}

@media (min-width: 480px) {
  .form-group label {
    width: unset !important;
  }
}

.type-product #ratingTab {
  padding-top: 20px;
  padding-bottom: 20px;
}

#productDiscussion {
  display: none;
}

.ordering-process .inactive-child {
  display: none;
}

.social-buttons-wrapper {
  display: none;
}

.test {
  display: none;
}

.clicktest {
  text-decoration: underline;
  cursor: pointer;
}

/* Zobrazenie kategórii v doprave */

.container_category {
  display: flex;
  flex-wrap: wrap;
}

.row_category {
  display: flex;
  padding-bottom: 35px;
  width: 100%;
}

.column_category {
  flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0px 10px;
  margin: auto;
  hyphens: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column_category a {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold
}

/*-------- Zobrazenie v doprave -------- */

.container_transport {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 25px;
  font-weight: 500;
  color: black;
}

.box_transport {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: 5px;
}

.box_transport img {
  max-width: 70%;
  margin: 0 auto;
}

.box_transport p {
  text-align: center;
  margin: 10px 35px;
}

.box_transport ul {
  padding: 0px 30px;
  margin: 20px;
}

.box_transport li {
  padding-bottom: 10px;
}

.box_transport li::marker {
  color: red;
}

@media (max-width: 768px) {
  .box_transport {
    flex-basis: 100%;
  }
}

/* ZOBRAZENÍ DELŠÍCH NÁZVŮ PRODUKTŮ NA MOBILU*/
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {

  .products-block.products .p .name {
    display: block;
    height: 87px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .columns-mobile-2 .products-block>div .p .name {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

}

/*-------- KONEC TADY -------- */

.footer-banners>div {
  width: 33.3%;
  padding: 0px 15px;
}

.footer-banners {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .footer-banners {
    display: none;
  }
}

.subcategories li a {
  color: #3da3dc;
  border: 1px solid #878686;
}

.type-post .content-inner,
.type-posts-listing .content-inner {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .ordering-process .site-msg.information,
  .ordering-process #fxo-widget-iframe {
    display: none !important;
  }
}

.msg-success,
.msg-info,
.site-msg.information {
  position: unset !important;
  z-index: 10;
  bottom: auto;
  top: 0;
  max-width: 100% !important;
  opacity: 1;
  box-shadow: none;
  background-color: #d72817;
  color: #fff;
  text-align: center;
}

.site-msg .close::before,
.site-msg .close::after {
  background: #fff;
}

#content .p-detail {
  display: flex;
  flex-direction: column;
}

#content .p-detail .products-related-header {
  order: 30;
}

#content .p-detail .products-related.products-additional {
  order: 31;
}

#content .p-detail .browse-p {
  order: 32;
}

.shp-tabs-row a[href$="#productsAlternative"] {
  display: none !important;
}

#tab-content {
  display: flex;
  flex-direction: column;
}

#productsAlternative {
  display: block !important;
  opacity: 1 !important;
  order: 99;
}

#productsAlternative:before {
  content: 'Produse similare';
  font-size: 140%;
  margin-top: 30px;
  display: block;
}

/*-------- zvýraznění tel. čísla v košíku poslední krok -------- */

.btn.btn-block.toggle-contacts span:nth-of-type(1) {
  font-weight: bold;
}

/*-------- změna názvu tlačítka objednat v košíku poslední krok -------- */

.btn.next-step-finish span.order-button-text {
  display: none;
}

.btn.next-step-finish span.order-button-suffix {
  display: none;
}

.btn.next-step-finish:after {
  content: 'Plasează comanda';
}

/*-------- zrušení přihlášení v košíku poslední krok -------- */

.box.box-sm.box-bg-default.co-box.co-contact-information div:nth-of-type(1) label:nth-of-type(1) {
  display: none;
}

.box.box-sm.box-bg-default.co-box.co-contact-information div:nth-of-type(1) a:nth-of-type(1) {
  display: none;
}