.cart-center {
  padding-bottom: 50px;
  border-bottom: 3px solid #0c5a81;
}
.cart-center-wrap {
  margin-bottom: 50px;
}
.cart-center-item {
  border: 1px solid #e5e5e5;
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  position: relative;
  box-pack: justify;
  flex-pack: justify;
  justify-content: space-between;
  padding: 5px 30px;
}
.cart-center-item:not(:last-child) {
  margin-bottom: 25px;
}
.cart-center-item-left {
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  width: 55%;
  padding-right: 30px;
}
.cart-center-item-num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #e5e5e5;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.cart-center-item-num.active {
  color: #28a874;
}
.cart-center-item-num.inactive {
  color: #e5e5e5;
}
.cart-center-item-image {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
  background-size: contain;
  flex-negative: 0;
  flex-shrink: 0;
}
.cart-center-item-title a {
  font-size: 18px;
  line-height: 18px;
  color: #213c63;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease-out;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.cart-center-item-title a:hover {
  border-color: #2874a8;
}
.cart-center-item-right {

  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: justify;
  flex-pack: justify;
  gap:20px;
  justify-content: space-between;

}
.cart-center-item-price {
  font-size: 24px;
  color: #213c63;
  font-weight: bold;
}
.cart-center-item-price.value {
  color: #e1000f;
}
.cart-center-item-price.old {
  display: block;
  font-size: 14px;
  text-decoration: line-through;
  color: #464646;
}
.cart-center-item-price span {
  font-size: 23px;
  font-family: 'ALS Rubl';
}
.cart-center-item-quantity {
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-center-item-quantity-down,
.cart-center-item-quantity-up {
  display: block;
  width: 30px;
  height: 30px;
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-center-item-quantity-value {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 10px;
}
.cart-center-item-close a {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/close.png") no-repeat center center;
  background-size: contain;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.cart-center-item-close a:hover {
  transform: scale(0.95);
  transform: scale(0.95);
}
.cart-center-promo {
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
}
.cart-center-promo-title {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 30px;
}
.cart-center-promo-input {
  height: 40px;
  width: 250px;
  position: relative;
}
.cart-center-promo-input input {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 30px;
  transition: all 0.25s ease-out;
}
.cart-center-promo-input input::-webkit-input-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input::-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input:-ms-input-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input:-moz-placeholder {
  color: #e5e5e5;
  opacity: 1;
}
.cart-center-promo-input input:hover,
.cart-center-promo-input input:focus {
  border-color: #2874a8;
}
.cart-center-promo-button {
  margin-left: 15px;
}
.cart-center-promo-button a {
  height: 40px;
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  background: #ccc;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.25s ease-out;
}
.cart-center-promo-button a:hover {
  background: #2874a8;
}
.cart-bottom {
  padding: 50px 0;
  text-align: center;
}
.cart-bottom-promo {
  margin-bottom: 30px;
}
.cart-bottom-promo-title {
  color: #cd3131;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-bottom-promo-discount {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  font-size: 36px;
  color: #cd3131;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-bottom-promo-discount-title {
  margin-right: 30px;
}
.cart-bottom-promo-discount-value {
  font-weight: 600;
}
.cart-bottom-promo-discount-value span {
  text-transform: none;
  font-size: 24px;
  font-family: 'ALS Rubl';
}
.cart-bottom-sum {
  margin-bottom: 50px;
}
.cart-bottom-sum-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-bottom-sum-price {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-bottom-sum-price-old {
  font-size: 42px;
  font-weight: 700;
  text-decoration: line-through;
  line-height: 1;
  color: #989898;
  margin-right: 30px;
}
.cart-bottom-sum-price-old span {
  font-family: 'ALS Rubl';
  font-size: 29px;
}
.cart-bottom-sum-price-current {
  color: #033d63;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
.cart-bottom-sum-price-current span {
  font-size: 29px;
  font-family: 'ALS Rubl';
}
.cart-bottom-button {
  margin-bottom: 30px;
}
.cart-bottom-button a {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: center;
  flex-pack: center;
  justify-content: center;
  background: #2874a8;
  text-transform: uppercase;
  color: #fff;
  padding: 0 35px;
  height: 88px;
  border-radius: 5px;
  font-size: 30px;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.cart-bottom-button a:hover {
  background: #22638f;
}
.cart-bottom-delete {
  display: inline-box;
  display: inline-flexbox;
  display: inline-flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-bottom-delete-title {
  color: #aaa;
}
.cart-bottom-delete-close {
  margin-left: 15px;
}
.cart-bottom-delete-close a {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/close.png") no-repeat center center;
  background-size: contain;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.25s ease-out;
}
.cart-bottom-delete-close a:hover {
  transform: scale(0.95);
  transform: scale(0.95);
}
.cart-bottom-wrap {
  position: relative;
}
.cart-bottom-back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
}
.cart-bottom-back:before {
  content: '';
  height: 6px;
  width: 4px;
  display: block;
  background: url("../images/anglegray.png") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.cart-bottom-back a {
  color: #999;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s ease-out;
  border-bottom: 1px solid transparent;
}
.cart-bottom-back a:hover {
  border-color: #999;
}
.cart-center-item-quantity-down {
    background: #ec8787;
}
.cart-center-item-quantity-up {
    background: #2874a8;
}
.cart-center-title {
    font-size: 40px;
    margin: 50px 0;
    font-weight: 600;
    line-height: 1;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #033d63;
}

.inps
{
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:3px;
	font-size:16px;
	line-height:30px;
	width:100%;
	max-width:200px;
	border:1px #666 solid;
}
.cont-d
{
width:100%; max-width:650px; margin:0 auto;
	}