.table-scroll {
  padding: 0px;
}

.profile-card {
  position: relative;
}

.profile-card .user-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.profile-card .user-action li {
  margin: 5px 0px;
}

.payment-card {
  position: relative;
}

.payment-card .user-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.modal-form {
  width: 400px;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
}

.chekout-voucher {
  width: 600px;
  margin: 45px auto 5px;
  text-align: center;
}

.checkout-charge {
    width: auto;
    margin: 0px auto;
}

.checkout-charge ul {
  border-top: 3px solid rgb(255, 96, 0);
}

.checkout-charge ul li {
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--border);
}

.checkout-charge ul li:last-child {
  border-bottom: none;
}

.checkout-charge ul li:last-child span {
  font-size: 18px;
  font-weight: 900;
  color: rgb(255, 96, 0);
}

.checkout-charge ul li span {
  font-weight: 700;
  color: var(--heading);
  text-transform: capitalize;
}

.checkout-charge ul li span small {
  font-size: 14px;
  font-weight: 700;
  margin-left: 3px;
}

.checkout-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 25px;
  margin-top: 50px;
}

.checkout-check input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
}

.checkout-check label {
  line-height: 22px;
}

.checkout-check label a {
  color: rgb(255, 96, 0);
}

.checkout-check label a:hover {
  text-decoration: underline;
}

.checkout-proced .btn {
    width: 100%;
    font-size: 18px;
}

@media (max-width: 575px) {
  .modal-form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .chekout-voucher,
  .checkout-charge {
    width: 100%;
  }
}

.keyup-cc-header {
	display: flow-root;
}

.keyup-cc-name {
	float: left;
}

.keyup-cc-expiry {
    text-align: center;	
}

.keyup-cc-cvc {
	float: right;
}

.distance-sales-contract h2 {

}

.distance-sales-contract p {
    padding: 0px 0px;
}

.distance-sales-contract {
    padding: 30px;
    border-radius: 8px;
    background: var(--white);
}

.preliminary-information-form h2 {
	padding: 25px 30px 0px;
}

.preliminary-information-form p {
    padding: 10px 35px;
}

.preliminary-information-form {
    padding: 30px;
    border-radius: 8px;
    background: var(--white);
}

.orderlist-body-distance {
    border: 1px solid #ccc;
    margin: 25px 0px;
    padding: 20px;
    border-radius: 5px;
}