#best-offer-body .breadcrumbs {
  margin-bottom: 15px;
  padding-left: 0;
}
#best-offer-body .page-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*Best offers tiles*/

#best-offer-body .best-offers-tiles {}
#best-offer-body .best-offers-tiles .b-o-tile {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
#best-offer-body .best-offers-tiles .b-o-tile .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 90px;
  position: relative;
  text-align: center;
  width: 100%;
}
#best-offer-body .best-offers-tiles .b-o-tile .title > * {
  display: block;
  left: 0;
  line-height: 20px;
  max-height: 90px;
  padding: 0 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 100%;
  text-align: left;
}
#best-offer-body .best-offers-tiles .b-o-tile .wrap {
  border: 1px solid #f1f1f1;
  padding: 12px;
}
#best-offer-body .best-offers-tiles .b-o-tile .wrap .img {
  background-color: #cdcdcd;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 178px;
  position: relative;
  width: 100%;
}
#best-offer-body .best-offers-tiles .b-o-tile .wrap .img::before {
  background-color: black;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 100%;
}
#best-offer-body .best-offers-tiles .b-o-tile:hover .wrap .img::before {
  opacity: 0.2;
}
#best-offer-body .best-offers-tiles .b-o-tile .price {
  color: #545454;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#best-offer-body .best-offers-tiles .b-o-tile.special {
  color: #ed4f4e;
}
#best-offer-body .best-offers-tiles .b-o-tile.special:hover {
  color: #D43635;
}
#best-offer-body .best-offers-tiles .b-o-tile.special .wrap {
  border-color: #ed4f4e;
}

/*/Best offers tiles*/


#footer.best-offer .top-part .container {
  border-top-width: 0;
}
