/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#product-info-ext {
  margin-bottom: 5px;
  border: none;
  padding: 0;
}
#product-availability span.idle {
  color: darkslategray;
}
#product-availability span.not-in-stock {
  color: red;
}
#product-availability span.in-stock {
  font-weight: bold;
  color: black;
}
#product-availability span.backorder {
  color: #e49900;
}
#product-availability .stock {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 12px;
  margin-bottom: -2px;
  background: -moz-linear-gradient(left, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock:before,
#product-availability .stock:after {
  content: ' ';
  height: 100%;
  display: inline-block;
  position: absolute;
  background: none;
}
#product-availability .stock:before {
  left: 0;
}
#product-availability .stock:after {
  right: 0;
}
#product-availability .stock.stock-1:before {
  width: 33%;
  background: -moz-linear-gradient(left, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock.stock-2:before {
  width: 66%;
  background: -moz-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock.stock-3:before {
  width: 100%;
  background: -moz-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-shipping span b {
  white-space: nowrap;
}
#product-shipping span b.free {
  color: black;
}
#product-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#product-availability span.in-stock {
  font-family: 'Calibri Light', 'Arial', sans-serif;
  font-weight: normal !important;
  color: #333333;
  font-size: 18px;
}
#product-availability span.not-in-stock {
  font-family: 'Calibri Light', 'Arial', sans-serif;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#product-availability span.not-in-stock:before {
  margin-right: 10px;
  content: '';
  background: url('/skin/frontend/ariflex/hansgrohe/images/status-out-of-stock.svg') no-repeat;
  width: 14px;
  background-size: contain;
  height: 14px;
}
#product-availability .stock,
#product-availability .stock.stock-1,
#product-availability .stock.stock-2,
#product-availability .stock.stock-3 {
  background: transparent;
  width: 19px;
  height: 14px;
  bottom: -4px;
  margin-right: 5px;
}
#product-availability .stock:before,
#product-availability .stock.stock-1:before,
#product-availability .stock.stock-2:before,
#product-availability .stock.stock-3:before {
  background: url('/skin/frontend/ariflex/hansgrohe/images/status-stock.svg') no-repeat;
  width: 100%;
  background-size: contain !important;
}
#product-availability .stock:after,
#product-availability .stock.stock-1:after,
#product-availability .stock.stock-2:after,
#product-availability .stock.stock-3:after {
  content: none;
}

