div.all_offers_content div.product_all_item.row.no-border {
  border: none;
}

div.tabContent.item-auction div.product_all_item.row.no-border {
  border: none;
}

div.product_all_item.row.no-border {
  border: none;
}

.item_button {
  margin-bottom: 15px;
}

.button_collapsed {
  color: #da1921;
}

.button_expanded {
  color: #da1921;
}

.no-padding {
  padding: 0px;
}

/******************************************************************************
 BOOTSTRAP CONTAINER WIDTH OVERRIDE (because of ads)
******************************************************************************/

@media only screen and (min-width: 1200px) {
  .container,
  .branding-wrapper {
    width: 1080px;
  }
}

/******************************************************************************
   AD BANNER STYLES
  ******************************************************************************/

.branding-wrapper {
  z-index: 1000;
  background: #fff;
}

.ads {
  text-align: center;
}

.ads-in {
  display: block;
}

@media only screen and (min-width: 1000px) {
  .ads-in {
    display: inline-block;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1000px) {
  .ads-in.adFull::before {
    content: "reklama";
    font-family: arial;
    line-height: 11px;
    font-size: 10px;
    color: #000;
    display: block;
    height: 11px;
    text-align: right;
  }
}
