.addToBasketBtn.loading {
  position: relative;
  background-image: url('../img/ajax-loader.gif');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

table.orderProduct tbody tr.unavailable,
table.orderProduct tbody tr.unavailable td,
table.orderProduct tbody tr.unavailable td * {
  cursor: not-allowed;
  opacity: 0.6;
}
.alert-store-box {
  margin-top: -25px;
  padding: 15px 20px 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 20px;
}
table.orderProduct td.col-xs-10 {
  padding-top: 12px;
}