#product_main,
#product_secondary {
  display: flex;
  flex-direction: row;
  margin: 0 15px;
}

#product_main h1,
#product_main p {
  margin-left: 0;
  margin-right: 0;
}

#product_image {
  margin-right: 60px;
  max-width: 100%;
  position: relative;
  width: 300px;
}

#product_details {
  width: 100%;
}

#product_details h1 {
  color: #333;
  margin-bottom: 0;
}

#product_details #item_code,
#product_details #item_location {
  color: #333;
  font-weight: bold;
}

#product_details .unit_container {
  flex: 1;
  margin-top: 10px;
  width: 200px;
  vertical-align: bottom;
}

#product_details .item_inventory {
  flex: 2;
  margin: 8px 0 0 10px;
  align-self: center;
}

#product_details .item_inventory .item_inventory_stock_level {
  font-weight: bold;
  font-size: 12px;
}

#product_details .item_inventory .item_inventory_stock_level.alert {
  color: #c80000;
}

#product_details .unit_price {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

#product_details div.add-to-list-button {
  display: inline-block;
}

#product_details p.notice {
  color: #c80000;
  font-style: italic;
  font-weight: bold;
  margin: 10px 25px 0;
}

.unit_container {
  color: #505050;
}

@media only screen and ( min-width: 801px ) {
  .slider-arrow-wrapper {
    position: relative;
  }
}

@media only screen and ( max-width: 800px ) {

  #product_main, #product_secondary {
    flex-direction: column;
  }
  #product_image {
    height: auto;
    margin: 0 0 12px;
  }
  #product_details .unit_description {
    width: 150px;
  }
  .lSPagerWrapper {
    display: none;
  }
}
