.shop-cash {
  position: relative;
}
.shop-cash .shop_sent_ok {
  position: relative;
}
.shop-cash .shop_sent_ok h3 {
  display: none;
}
.shop-cash .shop_sent_ok .descr {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-cash .shop_sent_ok .descr .icn {
  display: none;
}
.shop-cash .shop_sent_ok .descr-head {
  display: block;
  font-size: 1.6rem;
  line-height: 130%;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .shop-cash .shop_sent_ok .descr-head {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .shop-cash .shop_sent_ok .descr-head {
    font-size: 2.8rem;
  }
}
.shop-cash .shop_sent_ok .descr-head + br {
  display: none;
}
.shop-cash .shop_sent_ok .dvprint {
  display: none;
}
.shop-cash .shop_sent_ok .items {
  position: relative;
}
.shop-cash .shop_sent_ok .items .cart-item {
  justify-content: flex-end;
}
.shop-cash .shop_sent_ok .items .head-shop {
  display: none;
}
.shop-cash .shop_sent_ok .items .td4 {
  display: block;
  font-size: 1.1rem;
  line-height: 120%;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .shop-cash .shop_sent_ok .items .td4 {
    max-width: 25%;
    font-size: 1.5rem;
    text-align: right;
    padding: 30px 0 30px 15px;
  }
}
.shop-cash .shop_sent_ok .shipping-prices,
.shop-cash .shop_sent_ok .total-prices,
.shop-cash .shop_sent_ok .discount,
.shop-cash .shop_sent_ok .addcost {
  overflow: hidden;
}
.shop-cash .shop_sent_ok .shipping-prices .shipping-title,
.shop-cash .shop_sent_ok .total-prices .shipping-title,
.shop-cash .shop_sent_ok .discount .shipping-title,
.shop-cash .shop_sent_ok .addcost .shipping-title,
.shop-cash .shop_sent_ok .shipping-prices .locprice,
.shop-cash .shop_sent_ok .total-prices .locprice,
.shop-cash .shop_sent_ok .discount .locprice,
.shop-cash .shop_sent_ok .addcost .locprice {
  float: left;
  padding-right: 20px;
}
.shop-cash .shop_sent_ok .shipping-prices .shipping-price,
.shop-cash .shop_sent_ok .total-prices .shipping-price,
.shop-cash .shop_sent_ok .discount .shipping-price,
.shop-cash .shop_sent_ok .addcost .shipping-price,
.shop-cash .shop_sent_ok .shipping-prices .price,
.shop-cash .shop_sent_ok .total-prices .price,
.shop-cash .shop_sent_ok .discount .price,
.shop-cash .shop_sent_ok .addcost .price,
.shop-cash .shop_sent_ok .shipping-prices span:last-child,
.shop-cash .shop_sent_ok .total-prices span:last-child,
.shop-cash .shop_sent_ok .discount span:last-child,
.shop-cash .shop_sent_ok .addcost span:last-child {
  float: right;
}
.shop-cash .shop_sent_ok .shipping-prices .percent,
.shop-cash .shop_sent_ok .total-prices .percent,
.shop-cash .shop_sent_ok .discount .percent,
.shop-cash .shop_sent_ok .addcost .percent {
  display: none;
}
.shop-cash .shop_sent_ok .total-prices,
.shop-cash .shop_sent_ok .total-prices .price span {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 120%;
}
@media screen and (min-width: 640px) {
  .shop-cash .shop_sent_ok .total-prices,
  .shop-cash .shop_sent_ok .total-prices .price span {
    font-size: 1.5rem;
  }
}
.shop-cash .shop_sent_ok .total-prices .price {
  font-size: 0;
}
