.delivery_address {
  float: left;
  margin-left: 30px;
  max-width: 350px;
  min-width: 300px;
}
.billing_address {
  float: left;
  max-width: 300px;
  min-width: 250px;
}
.user-info {
  float: left;
  margin-left: 30px;
  max-width: 400px;
  min-width: 350px;
}
.page-order h1 {
  display: none;
}
.total > td {
  font-size: 16px;
  font-weight: bold;
}
.order-comment {
  float: left;
  margin-top: 20px;
  position: relative;
}
.order-comment > label {
  background-color: #ffffff;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
}
.prod-des {
  max-width: 500px;
}
.order-action {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.button.pull-left, .order-compact .my-btn.button {
  background: #ffffff none repeat scroll 0 0; 
}
.update-qty {
  width: 60px;
}
.ajax-load {
  width: 240px;
}
.add-item .ajax-progress.ajax-progress-throbber {
  margin-bottom: -2px;
  margin-left: -20px;
}
.related-product-popup tr {
  background: #ffffff none repeat scroll 0 0;
}
.related-product-popup {
  background: #ffffff none repeat scroll 0 0;
  max-height: 400px;
  overflow-y: scroll;
  padding: 10px;
  position: absolute;
  z-index: 999;
    border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 3px #663300;
  color: #000000;
}
.related-product-popup table td, .related-product-popup table th {
    border: 1px solid #cccccc;
    padding: 6px 10px;
}
.related-img {
  width: 100px;
}
.related-product-popup img.pull-right {
  padding-bottom: 5px;
  cursor: pointer;
}
.related-product-popup.selected {
  overflow: hidden !important;
  width: 300px;
}
.page-order .error {
  background-position: 5px 5px;
  background-repeat: no-repeat;
  padding: 5px;
}
.page-order .message > ul {
  padding-left: 0px;
  margin: 0;
}
.page-order .message {
  padding-left: 40px;
}

.info-wrapper .info-div {
  float: left;
  margin: 0 20px 20px 0;
}
.page-admin-products-orders .Delete.Order {
  float: right;
}
.page-admin-products-orders fieldset label {
  margin-bottom: 15px;
}



/*-----july22 ---- css for rounded buttons-----*/
/* #ast-scroll-top { */
  /* display: none; */
  /* position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff; */
  /* border-radius: 2px; */
  /* content: "";
  outline: inherit;
} */

/* #ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0px;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
  margin-top: 10px;
} */