/* hide out of stock at checkout*/

.alert {
    border-radius: 3px;
    padding: 8px 15px;
    text-align: center;
    display: none !important;
}

.linkexisting h2 {
  color:#28b168;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 30px;
 margin-bottom: 30px;
}

.accountboxes {
border: 1px solid #281409;
  margin-bottom: 40px;
}
  
  .accountboxes hr {
    border-top: 4px solid #281409;
    width: 15%;
}

.attr_item_weight {
  display: none !important;
}