.cart-center {
  padding-bottom: 0px;
  border-bottom: 3px solid #000;
}
.cart-center-wrap {
  margin-bottom: 20px;
}
.cart-center-item {
  border: 1px solid #e5e5e5;
  display: box;
  background-color:#fff;
  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;
    display:none;
  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: 130px;
  display:none;
  height: 130px;
  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: #000;
  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: box;
  display: flexbox;
  display: flex;
  box-align: center;
  flex-align: center;
  align-items: center;
  box-pack: justify;
  flex-pack: justify;
  justify-content: space-between;
  width: 45%;
}
.cart-center-item-price {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.cart-price__old {
  text-decoration:line-through;
  color: #636363;
}
.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: 30px;
  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: 10px 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: 20px;
}
.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: #000;
  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: #ccc;
}
.cart-center-item-quantity-up {
    background: #fcd859;
}
.cart-center-title {
text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    margin-bottom:20px;
}
.basket-grid
{
 display:grid;
gap: 20px;

  column-gap:  50px;
grid-template-columns:repeat(2,1fr);
}
@media (max-width: 767.98px) {

	.cart-center-item
	{
	display:block;
	}
	.cart-center-item-right
	{
	width:100%;
	}
	.cart-center-item-left
	{
	width:100%;
	}
	.basket-grid
{
 display:block;

}
}

.basket-left
{

}
.go-order
{
 background: #e7342b;
    color: #fff;
    height: 62px;
    border-radius: 4px;
    font-size: 20px;
    font-size:32px;
    padding: 0 40px;

    display: inline-grid;
    place-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    transition: 0.24s;
}
.ptable .t_left
{
 width:50% !important;
 max-width:200px !important;
 font-size:16px;
	}
.liner
{
 border-bottom:1px #000 dotted;
 margin-bottom:10px;
 padding-bottom:10px;
	}
	.inps {
  border: 1px #000 solid;
  background-color:#fff;
  height: 30px;
  max-width: 300px;
  padding-left: 5px;
  line-height: 30px;
  font-size: 16px;
}
.inps2 {
  border: 1px #000 solid;
  background-color:#fff;
  height: 30px;
  width:100%;
  padding-left: 5px;
  line-height: 30px;
  font-size: 20px;
}
.inps3 {
  border: 1px #000 solid;
  background-color:#fff;

  width:100%;
  height:150px;
  padding-left: 5px;
  line-height: 30px;
  font-size: 16px;
}
.nn
{

    font-size: 24px;
    line-height:28px;
	}