.checkout-block {
  border-bottom: 0.0625rem solid #ededee;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem; }

.checkout-usertype {
  padding-bottom: 1.875rem; }

.checkout__button-summary {
  cursor: pointer; }

.checkout__button-summary:disabled:hover {
  cursor: default; }

.checkout-block-title {
  line-height: 1; }

.checkout-block-content-inner {
  display: inline-block;
  vertical-align: top; }

.checkout-result {
  font-size: 1rem;
  margin-bottom: 1.875rem;
  line-height: 1; }

.checkout-bonus-result {
  padding: 0.4375rem 0 0 0; }

.checkout-agree {
  margin-bottom: 1.875rem; }

.checkout-result-text, .checkout-cart-result-price {
  color: #fff; }

.checkout-result-price {
  font-weight: bold; }

.checkout-cart-wrap {
  position: relative; }

.checkout-cart {
  border-radius: 0.3125rem;
  width: 100%; }

.checkout-cart-title {
  padding: 0.9375rem 1.5625rem;
  margin: 0;
  border-bottom: 0.0625rem #dbdbdb solid; }

.checkout-cart-items, .checkout-cart-generated-field {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.checkout-cart-items__container--scrollable {
  overflow: auto;
  max-height: 279px; }
  .checkout-cart-items__container--scrollable::-webkit-scrollbar {
    -webkit-appearance: none; }
  .checkout-cart-items__container--scrollable::-webkit-scrollbar:vertical {
    width: 11px; }
  .checkout-cart-items__container--scrollable::-webkit-scrollbar:horizontal {
    height: 11px; }
  .checkout-cart-items__container--scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, 0.4); }
  .checkout-cart-items__container--scrollable::-webkit-scrollbar-track {
    background-color: #f8f8f8;
    border-radius: 8px; }

.checkout-cart-item {
  padding: 0.625rem 0; }

.checkout-cart-item-row {
  display: table-row; }
  .checkout-cart-item-row + .checkout-cart-item-row .checkout-cart-item-cell {
    border-top: 0.0625rem #e9e9e9 solid; }

.checkout-cart-item-cell {
  display: table-cell;
  vertical-align: middle; }

.checkout-cart-item-cell-name {
  padding-left: 1.5625rem; }

.checkout-cart-item-cell-value {
  padding-right: 1.5625rem;
  white-space: nowrap;
  text-align: right; }

.checkout-cart-generated-field {
  border-top: 0.0625rem #e9e9e9 solid;
  padding: 0.625rem 1.5625rem;
  display: table;
  width: 100%; }

.checkout-cart-generated-row {
  display: table-row; }

.checkout-cart-generated-cell {
  display: table-cell;
  vertical-align: middle; }

.checkout-cart-generated-value {
  text-align: right; }

.checkout-cart-result {
  font-size: 1rem;
  padding: 0.625rem 1.5625rem; }

.checkout-cart-result-price {
  font-weight: bold; }

.checkout-cart-verify {
  padding: 0.625rem 1.5625rem; }

.checkout-cart-oneclick {
  border-top: 0.0625rem #e9e9e9 solid;
  padding: 0.625rem 1.5625rem; }

.checkout-cart-oneclick-wrap {
  font-size: 1rem; }

.checkout-variant-more {
  margin-left: 1.375rem; }

.checkout-usertype-label {
  margin-right: 1.0625rem; }

.checkout-cart-item-count {
  font-size: 0.6875rem; }

.checkout-cart-item-properties {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table; }

.checkout-cart-item-property-row {
  display: table-row; }

.checkout-cart-item-property-name,
.checkout-cart-item-property-value {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.6875rem; }

.checkout-cart-item-property-name {
  padding: 0.3125rem 0.3125rem 0 0.3125rem; }

.checkout-cart-item-property-value {
  padding: 0.3125rem 0 0 0.3125rem; }

.checkout-not-confirmed {
  font-size: 1.0625rem;
  padding: 0 0 0.9375rem 0; }

.billing-form {
  background: #fff;
  padding: 0.4375rem 0.4375rem;
  border-radius: 0.1875rem; }

.checkout-tax {
  display: none; }

.checkout-thank-you-page-action,
.checkout-thank-you-page-order-details {
  margin-top: 35px; }

.checkout-thank-you-page-order-details {
  padding: 0 10px; }

.checkout-thank-you-page__social-link {
  font-size: 0;
  line-height: 0;
  margin: 0 10px; }

.checkout-success-title {
  margin-top: 35px; }

.checkout-success-bonus-card-block {
  margin-top: 70px;
  margin-bottom: 70px; }

@media (min-width: 48em) {
  .checkout-thank-you-page-order-details {
    padding: 0; }
  .checkout-cart-col {
    padding-left: 1.6875rem; } }
