/* Sidebar spacing after removing price line */
.highlighted-block + .highlighted-block {
  margin-top: 24px;
}

.highlighted-block .buttonpad_3 {
  margin-top: 12px;
}

.highlighted-block-inside {
  overflow: hidden;
  padding-bottom: 16px;
}

/* Clear product grids on brand/size pages so text starts below tiles */
.field-item .col-md-4 ~ p {
  clear: both;
}

.front .imgwidthmax {
  max-height: 140px;
  width: auto;
}

/* Center "bestellen" and show icon in buy buttons */
.buybutton > div,
.buybutton_2 > div {
  text-align: center;
}

.buybutton .amalogo-buy,
.buybutton_2 .amalogo-buy,
.buybutton .ama-buy,
.buybutton_2 .ama-buy {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.buybutton .ama-buy,
.buybutton_2 .ama-buy {
  padding: 0 10px;
}

/* Show external-link icon for amzn.to links too */
a[href^="https://amzn.to"] {
  background-image: url(img/ext_black.png) !important;
  background-position: 96% center !important;
  background-repeat: no-repeat !important;
  padding-right: 20px !important;
}

/* Hide menu dropdown arrows on Grafikkarten page */
.page-node-56 .sf-menu .sf-sub-indicator,
.page-node-56 .block-superfish ul.sf-menu li a.menuparent:after {
  display: none !important;
}

/* Curved monitor page: reserve space for product image boxes */
.page-node-60 .imgbox {
  min-height: 150px;
}

/* Curved monitor page: keep "mehr" buttons aligned at bottom */
.page-node-60 .glyphicon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 280px;
}

.page-node-60 .buttonpad_4 {
  margin-top: auto;
}


/* Hide dropdown arrows in main menu */
.sf-menu .sf-sub-indicator {
  display: none !important;
}


.block-superfish ul.sf-menu li a.menuparent:after {
  display:none !important;
}
