.product__cat__detail .child__brand .body .row article figure,
.sibling .sibling__body .row article figure {
  position: relative;
}
.stock-status.status1 {
  background: url(../images/watch/status1.png) no-repeat center;
}
.stock-status.status2 {
  background: url(../images/watch/status2.png) no-repeat center;
}
.stock-status.status3 {
  background: url(../images/watch/status3.png) no-repeat center;
}
.stock-status.status4 {
  background: url(../images/watch/status4.png) no-repeat center;
}
.stock-status.status5 {
  background: url(../images/watch/status5.png) no-repeat center;
}
.stock-status {
  position: absolute;
  display: block;
  height: 0;
  width: 70px;
  padding-top: 70px;
  overflow: hidden;
  background-size: contain !important;
  right: 0;
  bottom: 0;
}

.product__detail .detail__wrap .body .branding #main__branding {
  position: relative;
}

#main__branding .stock-status {
  position: absolute;
  width: 100px;
  height: 0;
  padding-top: 100px;
  bottom: 40px;
}
