.custom-uchi-cart-grid {
  border: none;
  color: #363636;
  display: table;
  margin: auto;
  padding: 0;
  width: 100%;
}

.custom-uchi-cart-grid .row {
  display: table-row;
  float: left;
  left: 100%;
  width: 100%;
}

.custom-uchi-cart-grid .cell {
  display: table-cell;
  float: left;
  width: 100%;
  position: relative;
  padding-right: 15px;
}

.custom-uchi-cart-grid .clr {
  border-bottom: 1px solid #eeeeee;
  display: table-row;
  float: left;
  left: 100%;
  width: 100%;
}

.custom-uchi-cart-grid form {
  margin: 0;
  padding: 0;
}

.custom-uchi-cart-add-to-cart {
  margin: 10px 0;
}

.custom-uchi-cart-cart {
  margin: 0 0 25px 0;
  width: 100%;
}

.custom-uchi-cart-cart-contents {
  border-bottom: 1px solid black;
  padding: 5px;
}

.custom-uchi-cart-cart-total-price-contents {
  padding: 5px;
}

.custom-uchi-cart-delete-image.cell {
  margin: 0 10px 0 0;
}

.custom-uchi-cart-cart-checkout-button {
  margin: 10px 0;
}

.custom-uchi-cart-cart-checkout-button a.button {
  float: right;
  margin-right: 0;
}

.custom-uchi-cart-cart-checkout-button-block {
  margin: 10px 0 0 0;
}

.custom-uchi-cart-cart-checkout-button-block a.button {
  margin-bottom: 0;
}

.custom-uchi-cart-cart-x.cell {
  float: right;
  padding: 1px 10px 3px 10px;
}

.custom-uchi-cart-cart-unit-price.cell {
  float: right;
  margin: 0;
  text-align: right;
  width: 100px;
}

.custom-uchi-cart-block .custom-uchi-cart-cart-unit-price {
  float: left;
  text-align: right;
  width: auto;
}

.custom-uchi-cart-total-price.cell {
  float: right;
  width: initial;
}

.custom-uchi-cart-call-to-action {
  text-align: right;
}

/*Добавленные стили*/
span.custom-uchi-cart-cart-node-title.cell-remove {
  position: absolute;
  right: 0;
  top: 0;
}

.custom-uchi-cart-cart-node-title.cell h3 {
  display: contents;
}
a.uchi-cart-block {
  padding: 10px;
}
a.uchi-cart-block:hover{
  text-decoration: none;
}
a.uchi-cart-block::before {
  color: #273653;
}
.uchi-cart-block-count{
  font-family: "Open Sans", sans-serif;
}
.custom-uchi-cart-wrapper {
  height: 125px;
  box-sizing: content-box;
  background-color: #d1d1d1;
  box-shadow: 0 9px 17px 1px rgba(0, 0, 0, 0.07);
  padding: 0 0 0 44px;
  border-radius: 6px;
  right: 0;
  transition: 0.5s;
  border: 1px solid #d1d1d1;
  border-right: none;
  display: inline-block;
  position: fixed;
  top: 32%;
  z-index: 9999;
}
.custom-uchi-cart-wrapper_closed {
  right: -240px;
}
.custom-uchi-cart-message {
  position: absolute;
  bottom: 142px;
  right: 9px;
  background-color: white;
  padding: 10px;
  padding-bottom: 14px;
  width: 254px;
  border-radius: 6px;
  box-shadow: 0px 9px 16.6px 1.4px rgba(0, 0, 0, 0.07);
  border: solid 1px #dddddd;
}

.custom-uchi-cart-message:after {
  content: "";
  border: solid 12px transparent;
  border-top: solid 22px #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 49px;
}

.custom-uchi-cart-inner {
  box-sizing: border-box;
  position: relative;
  padding: 10px 20px 10px 28px;
  font-weight: 300;
  line-height: 1.2;
  width: 240px;
  height: 100%;
  background: #ffffff;
}
.custom-uchi-cart-inner ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.custom-uchi-cart-icon {
  cursor: pointer;
  color: var(--text-color);
  padding: 8px 13px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  right: 227px;
  background-image: url("../icons/shopping-cart.svg");
  background-repeat: no-repeat;
  background-position: 11px 21px;
}
.custom-uchi-cart-delete-icon:hover {
  text-decoration: none;
}
.custom-uchi-cart-exit {
  position: absolute;
  right: 4px;
  top: 7px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url(../icons/cross.svg);
  background-repeat: no-repeat;
  background-size: 25px;
}
.custom-uchi-cart-discount-table {
  margin-left: 15px;
  margin-right: 15px;
}
.cart--page {
  margin-top: 54px;
  padding-bottom: 82px;
}

.cart-item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 18px;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  min-height: 111px;
  box-sizing: border-box;
}

.cart-item__title {
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #222020;
  max-width: 680px;
}

.cart-item__title--heading {
  font-weight: bold;
}

.cart-item__title a {
  text-decoration: none;
  color: #393939;
}

.cart-item__cost {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  margin-left: auto;
}

.cart-item__cost--heading {
  font-weight: bold;
}

.cart-item__cross {
  text-align: center;
  font-size: 17px;
  width: 52px;
}

.cart-item__cross a {
  text-align: center;
  text-decoration: none;
  color: darkred;
  font-weight: 900;
  display: block;
  background-image: url("../icons/cross.svg");
  background-position: right;
  background-repeat: no-repeat;
}

.cart__total-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
  margin-bottom: 36px;
}

.cart__total-title {
  font-size: 22px;
  line-height: 20px;
  color: #222020;
  font-weight: normal;
  margin: 0;
}

.cart__total-cost {
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
  color: #222020;
}

.custom-cart-form .form-submit {
  margin-left: auto;
  width: 285px;
  margin-top: 25px;
}

.cart__block-text {
  font-size: 16px;
  color: #393939;
  margin-top: 8px;
}

.cart__block-list {
  list-style: none;
  padding: 0;
}

.cart__to-cart {
  width: 141px;
  height: 38px;
  border-radius: 6px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
}

.custom-uchi-cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 79px;
  left: 11px;
  background-color: var(--primary-color);
  width: 22px;
  height: 22px;
  line-height: 14px;
}

@media (max-width: 1050px) {
  .cart-item__title {
    max-width: 69%;
  }
}

@media (max-width: 769px) {
  .cart-item {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 11px;
    min-height: unset;
  }

  .cart--page {
    margin-top: 24px;
  }

  .cart-item__title {
    width: 100%;
    order: 3;
    max-width: unset;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
  }

  .cart-item__cost {
    font-size: 20px;
    line-height: 24px;
    margin-right: auto;
    margin-left: 0;
  }

  .cart__total-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 45px;
  }

  .cart__total-title {
    margin-bottom: 18px;
  }

  .custom-cart-form .form-submit {
    margin-left: auto;
    margin-right: auto;
  }

}

