.product-information {
  display: flex;
  flex-direction: column;
}

.short-desc {
  order: 2;
  text-align: justify;
}

.product-actions.js-product-actions {
  order: 1;
}

#more-details {
  order: 3;
}

.sys-info-section, .breadcrumb {
    display: none;
}

.product-prices.price {
  flex-direction: row !important;
}

.pkfp-wn.pk-show-panel.pk-fixed-button {
  display: none !important;
}

#product .pkfp-body.h-100 {
  padding: 0 30px;
}

#more-details button {
    font-weight: bold;
    background: white;
    color: #000;
    text-trasform: underline;
}

@media (max-width: 1024px) {
  .pk-front-panel, .pk-show-panel {
    display: block !important;
    width: 90%;
  }
  .pk-languages.dd_el li {
      padding: 0 10px 0 5px !important;
    }
}

#index #header {
    position: relative !important;
}

.favoritesButton {
  padding: 12px;
  border: 1px solid #222;
}

.favoritesButton span {
  display: none;
}

.product-quantity .qty {
    display: none;
}

.product-add-to-cart {
  width: 50%;
  float: left;
}

.productButtons.flex-container.align-items-center {
  width: 50%;
}