.shop-cash {
  position: relative;
}
.shop-cash .newForm {
  padding: 40px 0 20px 0;
}
.shop-cash .newForm table,
.shop-cash .newForm tbody,
.shop-cash .newForm tr,
.shop-cash .newForm td {
  width: 100%;
}
.shop-cash .newForm td {
  padding: 0 !important;
}
.shop-cash .newForm input[type='text'],
.shop-cash .newForm .select2 {
  width: 100% !important;
  margin: 5px 0 15px 0;
}
.shop-cash .newForm tr[id*='trCompUID'] {
  display: none!important;
}
.shop-cash .newForm .button {
  width: 100%;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 640px) {
  .shop-cash .newForm .button {
    width: auto;
    margin: 0 15px 0 0;
  }
}
.shop-cash .form-edit {
  margin: 20px 0 0 0;
}
.shop-cash .gotoedit {
  display: none;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 640px) {
  .shop-cash .gotoedit {
    display: none;
    margin: 0 0 0 20px;
  }
}
.shop-cash .form-new,
.shop-cash .button.new {
  margin-top: 10px;
}
.shop-cash .shop_shippingaddress .descr {
  display: none;
  /*margin-bottom: 20px;*/
}
.shop-cash .shop_shippingaddress .shipments {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.shop-cash .shop_shippingaddress .shipments h4 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .shop-cash .shop_shippingaddress .shipments h4 {
    font-size: 1.5rem;
  }
}
.shop-cash .addresses-list {
  border-top: 1px solid #000000;
  padding-top: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .shop-cash .addresses-list {
    padding-top: 15px;
  }
}
.shop-cash .addresses-list tbody {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .shop-cash .addresses-list tbody {
    margin: 0 -20px;
  }
}
.shop-cash .addresses-list td {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.shop-cash .addresses-list td:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .shop-cash .addresses-list td {
    float: left;
    width: 25%;
    padding: 20px;
    margin: 15px 0;
  }
}
.shop-cash .addresses-list td:empty {
  display: none;
}
.shop-cash .addresses-list .button {
  float: left;
  color: #000000;
  background: transparent;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 15px;
  border: 0;
  clear: both;
}
.shop-cash .open .new {
  display: none;
}
