body {
  background: #F0EDE6;
}

.step-wrapper {
  max-width: 880px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 50px;
}

.dashed-line {
  position: absolute;
  top: 25px;
  height: 2px;
  border-top: 2px dashed #262626;
  width: 100%;
  z-index: 1;
}

.step {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.steps .active {
  background-color: #FF5224;
}

input:valid {
  border-color: #198754;
  background-image: url('data:image/svg+xml;utf8,<svg fill="green" height="20" viewBox="0 0 16 16" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M13.485 1.929l-7.071 7.071-3.536-3.536-1.415 1.414 4.95 4.95 8.485-8.485z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}

.cart-items-main input:valid {
  background-image: none
}


#order-form h4 {
  font-size: 20px;
  font-weight: 700;
}

#order-form input {
  background: transparent;
  border-color: #959595;
}

.form-label {
  font-size: 16px;
}

.order-cart {
  height: 100%;
  background: white;
  padding: 50px;
  border-radius: 10px;
}

.order-cart h4 {
  font-family: 'Bebas Neue Cyrillic';
  color: #FF5224;
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}


.thanks-block {
  text-align: center;
}

.thanks-block h2 {
  font-family: 'Bebas Neue Cyrillic';
  color: #FF5224;
  font-size: 50px;
  margin-top: 35px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-card-thanks {
  width: 300px;
  margin-top: 50px;
}

#step-2 h4 {
  margin-bottom: 25px;
}

.form-check {
  background: white;
  padding: 20px 45px !important;
}

#order-form input {
  background: transparent;
  border-color: #959595;
}

#order-form input:focus {
  background: transparent;
  border: 3px solid white;
}

.form-check-label {
  font-size: 16px;
  line-height: 1.5;
  color: #959595;
}

.form-check-label strong {
  color: #262626;
}

.form-check-input:focus {
  background: #959595 !important;
}

.form-check-input:active {
  background: #959595 !important;
}

.form-check-input:checked {
  background-color: #959595 !important;
  border: 3px solid white !important;
  box-shadow: 0 0 0 0.2rem rgba(149, 149, 149, 0.25) !important;
}



@media screen and (max-width: 991px) {
  .container {
    max-width: 95%;
  }

  #order-form {
    margin-top: 25px;
  }

  .order-cart {
    padding: 20px;
  }
}


.cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  margin: 10px auto;
}

.order-suma {
  margin: 30px auto;
  color: #959595;
}

.cart-total span {
  color: #959595;
}