/* Data Planet Cart — keeps Standard Cart's forms, selectors and AJAX lifecycle. */

body.dp-theme #order-standard_cart {
  font-family: inherit;
  color: var(--ink);
  padding: 8px 0 25px;
  background: transparent;
}

body.dp-theme #order-standard_cart .row {
  align-items: stretch;
}

body.dp-theme #order-standard_cart .cart-sidebar {
  width: 24%;
  padding: 0 12px;
  float: left;
}

body.dp-theme #order-standard_cart .cart-body {
  width: 76%;
  padding: 0 12px;
  float: left;
  min-width: 0;
}

body.dp-theme #order-standard_cart .header-lined {
  border: 0;
  padding: 0;
  margin: 0 0 26px;
}

body.dp-theme #order-standard_cart .header-lined h1 {
  font-family: inherit;
  font-size: clamp(1.4rem,2.4vw,2rem);
  line-height: 1.7;
  color: var(--ink);
  border: 0;
  padding: 0;
}

body.dp-theme #order-standard_cart .header-lined p {
  font-family: inherit;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

body.dp-theme #order-standard_cart .panel,
body.dp-theme #order-standard_cart .panel-default {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  box-shadow: none;
  overflow: hidden;
}

body.dp-theme #order-standard_cart .panel-heading {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--ink);
  padding: 15px 18px;
}

body.dp-theme #order-standard_cart .panel-title {
  font-family: inherit;
  font-size: 13px;
}

body.dp-theme #order-standard_cart .panel-body {
  padding: 18px;
}

body.dp-theme #order-standard_cart .list-group-item {
  border-color: var(--line-soft);
  background: var(--surface);
  color: var(--ink-700);
  font-size: 12px;
  padding: 12px 16px;
}

body.dp-theme #order-standard_cart .list-group-item.active {
  background: var(--brand-50);
  color: var(--brand);
  border-color: var(--brand-300);
}

body.dp-theme #order-standard_cart .sidebar-collapsed {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
}

body.dp-theme #order-standard_cart .products .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

body.dp-theme #order-standard_cart .products .row-eq-height>div {
  display: flex;
  margin-bottom: 24px;
}

body.dp-theme #order-standard_cart .products .product {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  box-shadow: var(--shadow-1);
}

body.dp-theme #order-standard_cart .products .product header {
  background: var(--surface);
  padding: 22px 22px 10px;
  border: 0;
  border-radius: 14px 14px 0 0;
  font-family: inherit;
}

body.dp-theme #order-standard_cart .products .product header span {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .products .product header .qty {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  float: none;
  display: block;
  margin-top: 7px;
}

body.dp-theme #order-standard_cart .products .product .product-desc {
  padding: 10px 22px 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
  min-height: 0;
}

body.dp-theme #order-standard_cart .products .product .product-desc ul {
  padding: 0;
  list-style: none;
}

body.dp-theme #order-standard_cart .products .product .product-desc li {
  border-bottom: 1px dashed var(--line-soft);
  padding: 7px 0;
}

body.dp-theme #order-standard_cart .products .product footer {
  margin-top: auto;
  background: var(--surface-2);
  border-top: 1px solid var(--line-soft);
  padding: 20px 22px;
  border-radius: 0 0 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.dp-theme #order-standard_cart .products .product .product-pricing {
  float: none;
  width: 100%;
  text-align: start;
  margin: 0;
  color: var(--muted);
  font-family: inherit;
  font-size: 12px;
}

body.dp-theme #order-standard_cart .products .product .product-pricing .price {
  font-family: Tahoma,Arial;
  font-size: 27px;
  font-weight: 700;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .products .product .btn-order-now {
  float: none;
  width: 100%;
  background: var(--action);
  border-color: var(--action);
  padding: 11px 14px;
  border-radius: 9px;
  font-family: inherit;
  font-size: 13px;
}

body.dp-theme #order-standard_cart .products .product .btn-order-now:hover {
  background: var(--action-hover);
}

body.dp-theme #order-standard_cart .form-control,
body.dp-theme #order-standard_cart .field,
body.dp-theme #order-standard_cart select {
  font-family: inherit;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
  color: var(--ink);
  font-size: 13px;
  min-height: 44px;
  height: auto;
  line-height: 1.7;
  box-shadow: none;
}

body.dp-theme #order-standard_cart .form-control:focus {
  border-color: var(--brand-300);
  box-shadow: 0 0 0 3px var(--brand-50);
}

body.dp-theme #order-standard_cart .form-group label,
body.dp-theme #order-standard_cart label {
  font-size: 12px;
  font-weight: 400;
  color: var(--ink-700);
}

body.dp-theme #order-standard_cart .btn {
  font-family: inherit;
  border-radius: 9px;
  font-size: 13px;
  padding: 10px 16px;
  box-shadow: none;
  text-shadow: none;
}

body.dp-theme #order-standard_cart .btn-primary,
body.dp-theme #order-standard_cart .btn-success {
  background: var(--action);
  border-color: var(--action);
  color: var(--on-action);
}

body.dp-theme #order-standard_cart .btn-primary:hover,
body.dp-theme #order-standard_cart .btn-success:hover {
  background: var(--action-hover);
  border-color: var(--action-hover);
}

body.dp-theme #order-standard_cart .btn-default,
body.dp-theme #order-standard_cart .btn-outline-default {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--ink);
}

body.dp-theme #order-standard_cart .btn-default:hover {
  background: var(--brand-50);
  color: var(--brand);
}

body.dp-theme #order-standard_cart .btn-warning {
  background: var(--brass);
  border-color: var(--brass);
  color: #1b1405;
}

body.dp-theme #order-standard_cart .input-group-addon {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--muted);
}

body.dp-theme #order-standard_cart .prepend-icon .field {
  padding-inline-start: 36px;
}

body.dp-theme #order-standard_cart .prepend-icon .field-icon {
  color: var(--muted);
  inset-inline-start: 0;
  left: auto;
  right: auto;
  pointer-events: none;
}

body.dp-theme #order-standard_cart .sub-heading {
  border-color: var(--line);
  margin: 30px 0 20px;
}

body.dp-theme #order-standard_cart .sub-heading span {
  background: var(--bg);
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  padding: 0 15px;
}

body.dp-theme #order-standard_cart .order-summary {
  background: #0e1726;
  border: 1px solid #1b2740;
  border-radius: 14px;
  color: #fff;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

body.dp-theme #order-standard_cart .order-summary h2 {
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  padding: 18px 20px;
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

body.dp-theme #order-standard_cart .order-summary .summary-container {
  background: transparent;
  border-radius: 0;
  padding: 20px;
  color: #d2dee8;
}

body.dp-theme #order-standard_cart .order-summary .product-name {
  color: white;
  font-family: inherit;
  font-size: 15px;
}

body.dp-theme #order-standard_cart .order-summary .product-group {
  color: #b7c7d7;
}

body.dp-theme #order-standard_cart .order-summary .subtotal,
body.dp-theme #order-standard_cart .order-summary .total-due-today {
  border-color: rgba(255,255,255,.18);
  color: #fff;
}

body.dp-theme #order-standard_cart .order-summary .total-due-today .amt {
  font-family: Tahoma,Arial;
  font-size: 29px;
  color: #d9b75c;
}

body.dp-theme #order-standard_cart .order-summary .btn-primary,
body.dp-theme #order-standard_cart .order-summary .btn-checkout {
  background: var(--brass);
  color: #1b1405;
  border-color: var(--brass);
  width: 100%;
}

body.dp-theme #order-standard_cart .summary-container small {
  color: #c3d1dd;
}

body.dp-theme #order-standard_cart .view-cart-items-header {
  background: var(--brand);
  color: white;
  font-family: inherit;
  font-size: 13px;
  padding: 14px 18px;
  border-radius: 12px 12px 0 0;
}

body.dp-theme #order-standard_cart .view-cart-items {
  border: 1px solid var(--line);
  border-radius: 0 0 12px 12px;
  background: var(--surface);
  margin-bottom: 20px;
}

body.dp-theme #order-standard_cart .view-cart-items .item {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line-soft);
  padding: 20px 16px;
}

body.dp-theme #order-standard_cart .view-cart-items .item:nth-child(even) {
  background: var(--surface-2);
}

body.dp-theme #order-standard_cart .view-cart-items .item-title {
  font-size: 15px;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .view-cart-items .item-price {
  font-family: Tahoma,Arial;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .view-cart-tabs .nav-tabs {
  border-color: var(--line);
}

body.dp-theme #order-standard_cart .view-cart-tabs .nav-tabs>li>a {
  font-family: inherit;
  color: var(--ink-700);
  background: var(--surface);
  border-color: var(--line);
}

body.dp-theme #order-standard_cart .view-cart-tabs .nav-tabs>li.active>a {
  background: var(--brand-50);
  color: var(--brand);
}

body.dp-theme #order-standard_cart .view-cart-tabs .tab-content {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 0 0 12px 12px;
  background: var(--surface);
}

body.dp-theme #order-standard_cart .cc-input-container {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}

body.dp-theme #order-standard_cart .payment-methods {
  background: var(--surface);
  border-color: var(--line);
  padding: 18px;
  border-radius: 12px;
}

body.dp-theme #order-standard_cart .account-select-container {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 12px;
}

body.dp-theme #order-standard_cart .account-select-container .account {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

body.dp-theme #order-standard_cart .account-select-container .account.active {
  background: var(--brand-50);
  border-color: var(--brand);
}

body.dp-theme #order-standard_cart .order-confirmation {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .order-confirmation span {
  color: var(--brand);
}

body.dp-theme #order-standard_cart .domain-checker-container {
  background: #0e1726;
  background-image: none;
  border-radius: 16px;
  padding: 30px 22px;
  color: #fff;
}

body.dp-theme #order-standard_cart .domain-checker-bg {
  background: none;
}

body.dp-theme #order-standard_cart .domain-checker-container .input-group-box {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

body.dp-theme #order-standard_cart .domain-checker-container input {
  background: #fff;
  color: #0e1726;
  direction: ltr;
  border-radius: 9px;
}

body.dp-theme #order-standard_cart .domain-checker-container .btn-search {
  background: var(--brass);
  color: #1b1405;
  border: 1px solid var(--brass);
  font-family: inherit;
  border-radius: 9px;
}

body.dp-theme #order-standard_cart .domain-checker-container label {
  color: #d7e3ec;
}

body.dp-theme #order-standard_cart .domain-checker-result-headline {
  font-size: 17px;
  font-family: inherit;
  padding: 18px;
}

body.dp-theme #order-standard_cart .domain-lookup-primary-results .headline {
  font-family: inherit;
}

body.dp-theme #order-standard_cart .suggested-domains .panel-heading,
body.dp-theme #order-standard_cart .featured-tlds-container .featured-tld {
  background: var(--surface);
  border-color: var(--line);
  border-radius: 12px;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .spotlight-tld {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .spotlight-tld .price {
  color: var(--brand);
}

body.dp-theme #order-standard_cart .domain-pricing .tld-pricing-header {
  background: var(--brand);
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-family: inherit;
}

body.dp-theme #order-standard_cart .domain-pricing .tld-row {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line);
}

body.dp-theme #order-standard_cart .domain-pricing .tld-row:nth-child(even) {
  background: var(--surface-2);
}

body.dp-theme #order-standard_cart .tld-filters a {
  border-radius: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink-700);
}

body.dp-theme #order-standard_cart .tld-filters a.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

body.dp-theme #order-standard_cart .domain-selection-options .option {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
}

body.dp-theme #order-standard_cart .domain-selection-options .option-selected {
  background: var(--brand-50);
  border-color: var(--brand-300);
}

body.dp-theme #order-standard_cart .domain-selection-options .option .iradio_square-blue {
  margin-inline-end: 8px;
}

body.dp-theme #order-standard_cart .domain-selection-options label {
  white-space: normal;
}

body.dp-theme #order-standard_cart .domain-selection-options .domain-input-group input {
  direction: ltr;
}

body.dp-theme #order-standard_cart .alert {
  font-family: inherit;
  font-size: 13px;
  border-radius: 10px;
}

body.dp-theme #order-standard_cart .alert-info {
  background: var(--info-50);
  color: var(--ink);
  border-color: var(--info);
}

body.dp-theme #order-standard_cart .alert-warning {
  background: var(--warn-50);
  color: var(--ink);
  border-color: var(--warn);
}

body.dp-theme #order-standard_cart .alert-danger {
  background: var(--bad-50);
  color: var(--ink);
  border-color: var(--bad);
}

body.dp-theme #order-standard_cart .alert-success {
  background: var(--ok-50);
  color: var(--ink);
  border-color: var(--ok);
}

body.dp-theme #order-standard_cart .promo-banner {
  border-color: var(--line);
  border-radius: 12px;
}

body.dp-theme #order-standard_cart .well {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
}

[dir=rtl] body.dp-theme #order-standard_cart .cart-sidebar,
[dir=rtl] body.dp-theme #order-standard_cart .cart-body {
  float: right;
}

[dir=rtl] body.dp-theme #order-standard_cart .prepend-icon .field-icon {
  right: 0;
  left: auto;
}

[dir=ltr] body.dp-theme #order-standard_cart .prepend-icon .field-icon {
  left: 0;
  right: auto;
}

[dir=rtl] body.dp-theme #order-standard_cart .prepend-icon .field {
  padding-left: 12px;
  padding-right: 36px;
}

[dir=rtl] body.dp-theme #order-standard_cart .order-summary .pull-right {
  float: left!important;
}

[dir=rtl] body.dp-theme #order-standard_cart .pull-left {
  float: right!important;
}

[dir=rtl] body.dp-theme #order-standard_cart .pull-right {
  float: left!important;
}

[dir=rtl] body.dp-theme #order-standard_cart .order-summary .total-due-today {
  text-align: left;
}

[dir=rtl] body.dp-theme #order-standard_cart .view-cart-items .item-price {
  text-align: left;
}

[dir=rtl] body.dp-theme #order-standard_cart .nav-tabs>li {
  float: right;
}

@media (max-width:991px) {
  body.dp-theme #order-standard_cart .cart-sidebar {
    display: none;
  }

  body.dp-theme #order-standard_cart .cart-body {
    width: 100%;
    float: none;
  }

  body.dp-theme #order-standard_cart .secondary-cart-sidebar {
    position: static!important;
    width: 100%!important;
  }

  body.dp-theme #order-standard_cart .order-summary {
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  body.dp-theme #order-standard_cart .cart-body {
    padding-inline: 8px;
  }

  body.dp-theme #order-standard_cart .products .row-eq-height>div {
    width: 100%;
  }

  body.dp-theme #order-standard_cart .domain-checker-container {
    padding: 22px 12px;
  }

  body.dp-theme #order-standard_cart .domain-checker-container .input-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  body.dp-theme #order-standard_cart .domain-checker-container .input-group input {
    width: 100%;
    flex-basis: 100%;
    min-width: 0;
  }

  body.dp-theme #order-standard_cart .domain-checker-container .input-group-btn,
  body.dp-theme #order-standard_cart .domain-checker-container .input-group-append {
    width: 100%;
    margin: 0;
  }

  body.dp-theme #order-standard_cart .domain-checker-container .btn-search {
    width: 100%;
  }

  body.dp-theme #order-standard_cart .view-cart-items .item-price {
    font-size: 18px;
  }

  body.dp-theme #order-standard_cart .view-cart-items .item-title {
    font-size: 13px;
  }

  body.dp-theme #order-standard_cart .cc-input-container {
    padding: 14px;
  }

  body.dp-theme #order-standard_cart .header-lined h1 {
    font-size: 24px;
  }
}

/* Checkout and review use the same 350px / 800px split as the reference. */

body.dp-theme #order-standard_cart.dp-checkout,
body.dp-theme #order-standard_cart.dp-cart-review {
  padding: 0;
}

body.dp-theme #order-standard_cart .dp-checkout-layout,
body.dp-theme #order-standard_cart .dp-review-layout {
  display: grid;
  direction: ltr;
  grid-template-columns: minmax(300px,350px) minmax(0,1fr);
  grid-template-areas: "summary form";
  gap: 30px;
  align-items: start;
  margin: 0;
}

body.dp-theme #order-standard_cart .dp-checkout-form-card {
  grid-area: form;
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(52,73,58,.08);
  direction: ltr;
}

[dir=rtl] body.dp-theme #order-standard_cart .dp-checkout-form-card,
[dir=rtl] body.dp-theme #order-standard_cart .dp-checkout-summary,
[dir=rtl] body.dp-theme #order-standard_cart .dp-review-layout>div {
  direction: rtl;
}

body.dp-theme #order-standard_cart .dp-checkout-intro {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 26px;
}

body.dp-theme #order-standard_cart .dp-checkout-intro>span {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  background: var(--brand-50);
  border-radius: 14px;
  color: var(--brand);
  font-size: 23px;
}

body.dp-theme #order-standard_cart .dp-checkout-intro h2 {
  margin: 0 0 10px;
  color: var(--brand-700);
  font-size: 23.2px;
  line-height: 1.5;
  font-weight: 700;
}

body.dp-theme #order-standard_cart .dp-checkout-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

body.dp-theme #order-standard_cart.dp-checkout .already-registered {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 13px 15px;
  margin: 0 0 22px;
  min-height: 0;
}

body.dp-theme #order-standard_cart.dp-checkout .already-registered p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin: 8px 0;
}

body.dp-theme #order-standard_cart.dp-checkout .already-registered .btn {
  font-size: 12px;
  padding: 9px 12px;
  min-height: 40px;
}

body.dp-theme #order-standard_cart.dp-checkout .sub-heading {
  height: auto;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 26px 0 0;
  margin: 26px 0 22px;
  text-align: start;
}

body.dp-theme #order-standard_cart.dp-checkout .sub-heading>span {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brand-700);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  top: auto;
}

body.dp-theme #order-standard_cart.dp-checkout .sub-heading>span>i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 14px;
  color: var(--brand);
  background: var(--brand-50);
  font-size: 22px;
}

body.dp-theme #order-standard_cart.dp-checkout .field,
body.dp-theme #order-standard_cart.dp-checkout .form-control {
  min-height: 50px;
  border-color: #d9cbbb;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1.65;
  padding-block: 12px;
  box-shadow: none;
}

body.dp-theme #order-standard_cart.dp-checkout textarea.form-control {
  min-height: 110px;
}

body.dp-theme #order-standard_cart.dp-checkout .form-control:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-50);
}

body.dp-theme #order-standard_cart.dp-checkout .row {
  margin-left: -10px;
  margin-right: -10px;
}

body.dp-theme #order-standard_cart.dp-checkout .row>[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

body.dp-theme #order-standard_cart.dp-checkout .form-group {
  margin-bottom: 18px;
}

body.dp-theme #order-standard_cart.dp-checkout .form-group label {
  font-size: 13.76px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ink);
}

body.dp-theme #order-standard_cart.dp-checkout .dp-field-caption {
  display: block;
  position: static;
  margin: 0 0 9px;
  width: auto;
  height: auto;
  pointer-events: auto;
}

body.dp-theme #order-standard_cart.dp-checkout .prepend-icon .field-icon {
  height: 50px;
  width: 43px;
  line-height: 50px;
  font-size: 18px;
  color: var(--muted);
  pointer-events: none;
}

body.dp-theme #order-standard_cart.dp-checkout .prepend-icon:has(.dp-field-caption) .field-icon {
  top: 31px;
  bottom: auto;
}

body.dp-theme #order-standard_cart.dp-checkout #paymentGatewaysContainer .radio-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  vertical-align: top;
  min-height: 68px;
  padding: 13px 16px;
  margin: 5px 5px 5px 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  font-size: 14px;
}

body.dp-theme #order-standard_cart.dp-checkout #paymentGatewaysContainer .radio-inline:has(input:checked) {
  border-color: var(--brand);
  background: var(--brand-50);
}

body.dp-theme #order-standard_cart.dp-checkout .dp-checkout-consent {
  padding: 24px 34px 28px;
  margin: 28px -34px -34px;
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-radius: 0 0 20px 20px;
  text-align: start!important;
}

body.dp-theme #order-standard_cart.dp-checkout .dp-checkout-consent label {
  font-size: 13px;
  line-height: 1.9;
}

body.dp-theme #order-standard_cart.dp-checkout #btnCompleteOrder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin: 18px 0 0;
  background: var(--action);
  border-color: var(--action);
  border-radius: 13px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none;
}

body.dp-theme #order-standard_cart.dp-checkout #btnCompleteOrder:hover {
  background: var(--action-hover);
  border-color: var(--action-hover);
}

body.dp-theme #order-standard_cart.dp-checkout .checkout-security-msg {
  margin: 48px 0 0;
  border-radius: 12px;
  font-size: 11px;
  line-height: 1.8;
}

body.dp-theme #order-standard_cart .dp-checkout-summary {
  grid-area: summary;
  position: sticky;
  top: 18px;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(160deg,var(--surface),var(--paper-deep));
  box-shadow: 0 18px 50px rgba(52,73,58,.08);
  direction: ltr;
}

body.dp-theme #order-standard_cart .dp-summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 22px;
}

body.dp-theme #order-standard_cart .dp-summary-top>span {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f6e8c7;
  color: #7a6234;
  font-size: 11px;
}

body.dp-theme #order-standard_cart .dp-summary-top a {
  font-size: 12px;
  color: var(--brass);
  white-space: nowrap;
}

body.dp-theme #order-standard_cart .dp-checkout-summary h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 14px;
  color: var(--brand-700);
  overflow-wrap: anywhere;
}

body.dp-theme #order-standard_cart .dp-summary-product+.dp-summary-product {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

body.dp-theme #order-standard_cart .dp-summary-product>p {
  font-size: 13px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

body.dp-theme #order-standard_cart .dp-summary-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.dp-theme #order-standard_cart .dp-summary-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--ink-500);
  line-height: 1.85;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

body.dp-theme #order-standard_cart .dp-summary-features li:last-child {
  border: 0;
}

body.dp-theme #order-standard_cart .dp-summary-features li i {
  color: var(--ok);
  font-size: 15px;
  padding-top: 5px;
  flex-shrink: 0;
}

body.dp-theme #order-standard_cart .dp-summary-features li span {
  overflow-wrap: anywhere;
}

body.dp-theme #order-standard_cart .dp-summary-review {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.85;
  margin: 14px 0;
}

body.dp-theme #order-standard_cart .dp-summary-review a {
  color: var(--brass);
}

body.dp-theme #order-standard_cart .dp-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  background: transparent;
  font-size: 15px;
  color: var(--brand-700);
  border-radius: 0;
}

body.dp-theme #order-standard_cart .dp-summary-total strong {
  color: var(--brass);
  font: 700 22.4px/1.5 Tahoma,Arial;
  direction: ltr;
  overflow-wrap: anywhere;
}

body.dp-theme #order-standard_cart .dp-summary-coupon h3 {
  font-size: 15px;
  margin: 0 0 12px;
  line-height: 1.6;
  color: var(--brand-700);
}

body.dp-theme #order-standard_cart .dp-coupon-row {
  display: flex;
  gap: 9px;
  align-items: center;
}

body.dp-theme #order-standard_cart .dp-coupon-row input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  height: 44px;
  padding: 10px 12px;
  font-size: 12px;
}

body.dp-theme #order-standard_cart .dp-coupon-row .btn {
  min-height: 44px;
  padding: 9px 13px;
  background: var(--action);
  border-color: var(--action);
  border-radius: 13px;
  font-size: 12px;
  white-space: nowrap;
}

body.dp-theme #order-standard_cart .dp-summary-coupon p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.9;
  margin: 9px 0 0;
}

body.dp-theme #order-standard_cart .dp-summary-notice {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 12px;
  margin: 20px 0 0;
  border: 1px solid #c7d7c8;
  border-radius: 12px;
  background: var(--ok-50);
  color: var(--ok);
  font-size: 12px;
  line-height: 1.8;
}

body.dp-theme #order-standard_cart .dp-summary-notice i {
  padding-top: 5px;
  flex-shrink: 0;
}

body.dp-theme #order-standard_cart.dp-cart-review>.row {
  margin: 0;
}

body.dp-theme #order-standard_cart.dp-cart-review>.row>.cart-sidebar,
body.dp-theme #order-standard_cart.dp-cart-review .sidebar-collapsed {
  display: none;
}

body.dp-theme #order-standard_cart.dp-cart-review>.row>.cart-body {
  width: 100%;
  float: none;
  padding: 0;
}

body.dp-theme #order-standard_cart.dp-cart-review .dp-review-layout>.secondary-cart-body {
  grid-area: form;
  min-width: 0;
  width: auto;
  float: none;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(52,73,58,.08);
}

body.dp-theme #order-standard_cart.dp-cart-review .dp-review-layout>.secondary-cart-sidebar {
  grid-area: summary;
  min-width: 0;
  width: auto!important;
  float: none;
  padding: 0;
  position: static!important;
  direction: ltr;
}

body.dp-theme #order-standard_cart.dp-cart-review .order-summary {
  position: static!important;
  top: auto!important;
  width: auto!important;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(160deg,var(--surface),var(--paper-deep));
  padding: 30px;
  box-shadow: 0 18px 50px rgba(52,73,58,.08);
}

body.dp-theme #order-standard_cart.dp-cart-review .order-summary h2 {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brand-700);
  font-size: 27px;
  font-weight: 700;
}

body.dp-theme #order-standard_cart.dp-cart-review .order-summary .summary-container {
  padding: 0;
  background: transparent;
  font-size: 13px;
}

body.dp-theme #order-standard_cart.dp-cart-review .order-summary .total-due-today {
  padding: 20px 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

body.dp-theme #order-standard_cart.dp-cart-review .order-summary .total-due-today .amt {
  font-size: 28px;
  color: var(--brass);
}

body.dp-theme #order-standard_cart.dp-cart-review #checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--action);
  border-color: var(--action);
  border-radius: 13px;
  font-size: 14px;
  min-height: 50px;
}

body.dp-theme #order-standard_cart.dp-cart-review .view-cart-items {
  border-radius: 13px;
  border-color: var(--line);
  overflow: hidden;
}

body.dp-theme #order-standard_cart.dp-cart-review .view-cart-items-header {
  background: var(--brand-50);
  color: var(--brand-700);
}

@media (max-width:1040px) {
  body.dp-theme #order-standard_cart .dp-checkout-layout,
  body.dp-theme #order-standard_cart .dp-review-layout {
    grid-template-columns: minmax(0,1fr);
    grid-template-areas: "summary" "form";
    gap: 24px;
  }

  body.dp-theme #order-standard_cart .dp-checkout-summary {
    position: static;
  }
}

@media (max-width:700px) {
  body.dp-theme #order-standard_cart .dp-checkout-form-card,
  body.dp-theme #order-standard_cart .dp-checkout-summary,
  body.dp-theme #order-standard_cart.dp-cart-review .dp-review-layout>.secondary-cart-body,
  body.dp-theme #order-standard_cart.dp-cart-review .order-summary {
    padding: 22px 18px;
  }

  body.dp-theme #order-standard_cart .dp-checkout-intro h2 {
    font-size: 21px;
  }

  body.dp-theme #order-standard_cart .dp-checkout-intro p {
    font-size: 13px;
  }

  body.dp-theme #order-standard_cart.dp-checkout .row>[class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  body.dp-theme #order-standard_cart.dp-checkout .sub-heading>span {
    font-size: 19px;
  }

  body.dp-theme #order-standard_cart.dp-checkout .dp-checkout-consent {
    margin: 26px -18px -22px;
    padding: 22px 18px 26px;
  }

  body.dp-theme #order-standard_cart.dp-checkout #paymentGatewaysContainer .radio-inline {
    display: flex;
    width: 100%;
    margin: 0 0 12px;
  }

  body.dp-theme #order-standard_cart.dp-checkout .checkout-security-msg {
    margin-top: 36px;
  }

  body.dp-theme #order-standard_cart .dp-checkout-summary h2 {
    font-size: 27px;
  }

  body.dp-theme #order-standard_cart.dp-cart-review .header-lined h1 {
    font-size: 25px;
  }

  body.dp-theme #order-standard_cart.dp-checkout .already-registered .float-right {
    float: none!important;
    margin-bottom: 10px;
  }
}

@media (max-width:430px) {
  body.dp-theme #order-standard_cart .dp-coupon-row {
    flex-direction: column;
    align-items: stretch;
  }

  body.dp-theme #order-standard_cart .dp-coupon-row input {
    flex: none;
    width: 100%;
  }

  body.dp-theme #order-standard_cart .dp-coupon-row .btn {
    width: 100%;
  }
}

[dir=rtl] body.dp-theme #order-standard_cart.dp-cart-review .dp-review-layout>.secondary-cart-body,
[dir=rtl] body.dp-theme #order-standard_cart.dp-cart-review .dp-review-layout>.secondary-cart-sidebar {
  direction: rtl;
}