.checkout-box {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .checkout-box {
    margin-bottom: unset;
  }
}

.path-checkout .related-products {
  display: none;
}

.note-order-vm {
  color: #000000;
  font-weight: 600;
  margin: 20px 0;
}

.note-order-vm div {
  padding-left: 15px;
}

.checkout-box .title {
  font-weight: 600;
  text-align: left;
  color: #000000;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  text-transform: none;
  margin-bottom: 12px;
}

.checkout-box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px 15px;
  border: dashed 1px #c7c6c6;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .checkout-box-left {
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.checkout-box-left figure {
  margin-bottom: unset;
}

@media screen and (max-width: 767px) {
  .checkout-box-left figure {
    margin-bottom: 15px;
  }
}

.checkout-box-left figure img {
  width: 440px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .checkout-box-left figure img {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .checkout-box-left figure img {
    width: 100%;
    height: unset;
  }
}

.checkout-box-left .payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 440px);
}

@media screen and (max-width: 991px) {
  .checkout-box-left .payment-method {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 767px) {
  .checkout-box-left .payment-method {
    width: 100%;
  }
}

.checkout-box-right {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .checkout-box-right #edit-actions {
    position: unset;
    width: 100%;
  }
}

.checkout-box-right .cart-totals__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: dashed 1px #c7c6c6;
}

.checkout-box-right .cart-totals__row:first-child {
  padding: 0 0 10px 0;
}

.checkout-box-right .cart-totals__row .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.checkout-box-right .cart-totals__row .value {
  font-size: 18px;
  line-height: 26px;
}

.checkout-box-right .cart-totals__row.into-money {
  border-bottom: unset;
}

.checkout-box-right .cart-totals__row.into-money .value {
  color: #0064af;
  font-size: 20px;
  font-weight: 600;
}

.checkout-box-right .cart-totals__row.into-money .value .currency {
  color: #0064af;
}

.checkout-box-right .cart-totals__row.provisional-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 15px;
}

.checkout-box-right .cart-totals__row.discount-by-discount-code {
  border-bottom: solid 1px #c7c6c6;
}

.checkout-box-right .cart-totals__row.discount-according-to-vec {
  border-bottom: solid 1px #c7c6c6;
  display: none;
}

.checkout-box-right .cart-totals__row.into-text {
  border-bottom: 0px;
}

.checkout-box-right .form-actions {
  margin-bottom: unset;
}

.checkout-box-right .form-actions.disable {
  pointer-events: none;
  opacity: 0.5;
}

.checkout-box-right .btn-checkout {
  height: 60px;
  color: #fff;
  margin-top: 14px;
}

.checkout-complete-page {
  min-height: 611px;
  padding-top: 65px;
  background: url("../images/backgrounds/bg-checkout-completed.png") no-repeat left 75px;
  background-size: 740px 510px;
}

@media screen and (max-width: 767px) {
  .checkout-complete-page {
    background: url("../images/backgrounds/bg-checkout-completed.png") no-repeat center/cover;
  }
}

.checkout-complete-page .checkout-box.checkout-order-summary, .checkout-complete-page .messages__wrapper, .checkout-complete-page #site-messages {
  display: none;
}

.checkout-complete-page .completed-background {
  width: 74px;
  height: 74px;
  margin: auto;
  margin-bottom: 17px;
  background-image: url("../images/icons/icon-checked-radio.svg");
  background-color: #fff;
  background-size: 74px 74px;
  background-position: center;
  background-repeat: no-repeat;
}

.checkout-complete-page .payment-success {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 7px;
}

.checkout-complete-page .code-order {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 7px;
}

.checkout-complete-page .congratulation-label {
  font-size: 14px;
  margin-bottom: 20px;
}

.checkout-complete-page .back-to-homepage {
  font-size: 14px;
  font-weight: 600;
}
.checkout-complete-page .course.congratulation-label{
  margin-bottom: 5px;
}
/*# sourceMappingURL=checkout.css.map */
