﻿/* commons */

.cart-view .sidebar-cart.cart-only {
  pointer-events: none;
}

.shopping-cart-page {
  padding-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.checkout-page {
  margin-bottom: 2rem;
}

.checkout-page {
  padding-bottom: 5.625rem;
}

/*secure payment vertical*/

.order-info-box {
  background: var(--color-white);
  border-radius: 1rem;
  border: 0.0625rem solid var(--divider-bg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
  max-height: 100%;
  overflow: hidden;
}

.info-block {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.info-block .icon {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--grey-90);
}

.info-title {
  color: var(--grey-90);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.info-text {
  color: var(--grey-60);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.25rem;
}

/*checkboxes*/
.custom-control-label {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  color: var(--black) !important;
  line-height: 1.2rem;
  gap: 0.5rem;
  display: flex;
  align-items: flex-start;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: var(--dark-purple) !important;
  border-color: var(--dark-purple) !important;
}

.header-dropdown-header {
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  gap: 1rem;
  color: var(--background-grey);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
}

.shopping-cart-menu {
  min-width: 26.875rem;
}

.shopping-cart-menu .shopping-cart-menu-content {
  padding: 0.5rem 2rem;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  max-height: 25rem;
  overflow-y: auto;
  position: relative;
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item {
  display: flex;
  gap: 1rem;
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item .menu-image-link {
  flex: 1 0 4rem;
  border-radius: 0.5rem;
  height: 4rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: var(--light-grey);
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item .menu-item-info {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  font-weight: 400;
}

.shopping-cart-menu .shopping-cart-menu-content .shopping-cart-login-banner {
  display: flex;
  padding: 0.75rem 1rem;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  background: var(--light-grey);
  font-size: 0.875rem;
  color: var(--gray);
}

.shopping-cart-menu .shopping-cart-menu-content .shopping-cart-login-banner .shopping-cart-login-banner-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.shopping-cart-menu .shopping-cart-menu-content .shopping-cart-login-banner .shopping-cart-login-banner-content .shopping-cart-login-banner-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--tertiary-color);
}

.shopping-cart-menu .shopping-cart-menu-content .shopping-cart-login-banner .shopping-cart-login-banner-content .shopping-cart-login-banner-caption {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--gray);
}

.shopping-cart-menu .shopping-cart-menu-content .more-items-text {
  background: var(--color-white);
  margin-top: 0;
  font-size: 0.875rem;
  color: var(--grey-60);
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}

.shopping-cart-page .cart {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.select-all-checkbox {
  display: block;
  margin-bottom: 1rem;
}

.card-style-container {
  background: var(--card-total-bg);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
}

.cart-item-inner {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.left-combo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.left-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.item-image img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
}

.right-section {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.right-section.horizontal {
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.right-section.horizontal .item-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 0 1 100%;
  width: 0;
}

.right-section.horizontal .product-price-qty,
.right-section.horizontal .product-price-subtotal {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  color: var(--tertiary-color);
  text-align: right;
  text-overflow: ellipsis;
}

.right-section.horizontal .product-price-qty {
  min-width: 4rem;
}

.s4d-mobile .right-section.horizontal .product-price-qty {
  min-width: 2rem;
}

.right-section.horizontal .product-price-subtotal {
  min-width: 6.5rem
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.product-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  color: var(--grey-90);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-attributes {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--grey-60);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.item-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--grey-60);
  padding: 0.25rem;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cart-item {
  background: var(--card-total-bg);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  flex-direction: column;
}

.checkout-page .cart-item {
  padding-left: 1.5rem;
}

.cart-item-inner {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.item-image img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
}

.checkout-page .item-image img {
  height: 4rem;
  width: 4rem;
}

.checkout-page .card-body .buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-top: .0625rem solid var(--border-light-grey);
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(.25rem);
  z-index: 100;
}

.checkout-page .card-body .buttons .buttons-wrapper {
  display: flex;
  gap: 1rem;
}

.item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--grey-90);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.product-price {
  color: var(--grey-90);
  font-size: 1.3125rem;
  font-weight: 500;
}

.product-attributes {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--grey-60);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.item-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-white);
  border: 0.0625rem solid var(--color-border);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  color: var(--grey-60);
}

.shopping-cart.table.no-lines th,
.shopping-cart.table.no-lines td {
  border: none !important;
}

.shopping-cart.table.no-lines {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item .menu-item-info .info-head {
  gap: 0.5rem;
  color: var(--background-grey);
  font-size: 0.875rem;
  font-weight: 400;
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item .menu-item-info .info-head a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item .menu-item-info .info-head .total-price {
  margin-left: auto;
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item .menu-item-info .menu-attributes {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--gray);
  font-size: 0.75rem;
  line-height: 1.5;
  max-width: 12.5rem;
}

.shopping-cart-menu .shopping-cart-menu-content .menu-item .menu-item-info .price-n-quantity {
  color: var(--background-grey);
  font-size: 0.875rem;
}

.shopping-cart-menu .header-dropdown-header {
  padding: 2rem 2rem 1.5rem;
  gap: 1rem;
  color: var(--background-grey);
  font-size: 0.875rem;
}

.shopping-cart-menu .header-dropdown-header .s4d-icon {
  cursor: pointer;
}

.shopping-cart-menu .menu-footer {
  padding: 1.5rem 2rem 2rem;
  gap: 0.5rem;
}

.shopping-cart {
  margin: 0 0 0.9375rem 0;
  color: #1c1b1b;
}

.shopping-cart.table thead th {
  color: #1c1b1b;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.shopping-cart.table td {
  text-align: center;
  vertical-align: middle;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.shopping-cart.table td img {
  background-color: #eaf0fa;
}

.shopping-cart.table .product-name {
  font-size: 0.875rem;
  font-weight: 400;
}

.shopping-cart.table .attributes {
  color: #888;
  border: 0.0625rem solid #ddd;
}

.shopping-cart.table .product-unit-price,
.shopping-cart .prod-total {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c1b1b;
}

.shopping-cart .prod-total {
  color: var(--purple);
}

.shopping-cart .qty-input {
  max-width: 4.6875rem;
  min-width: 3.75rem;
  margin: 0 auto;
}

.shopping-cart .sku-number {
  width: 100%;
  display: flex;
  justify-content: center;
}

.shopping-cart-page .totals-inner-background,
.checkout-page .totals-inner-background {
  background-color: var(--card-total-bg);
  border-radius: 1rem;
  padding: 1.5rem;
}

.shopping-cart-page .totals-inner,
.checkout-page .totals-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0.9375rem;
  padding-left: 0.9375rem;
  margin: 0 0 0.9375rem 0;
  box-sizing: border-box;
}

.s4d-mobile .shopping-cart-page .totals-inner,
.s4d-mobile .checkout-page .totals-inner {
  padding-left: 0;
}

.totals-inner table,
.totals-inner .table-hover tbody tr:hover {
  color: #1c1b1b;
}

.checkout-buttons {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
}

.checkout-buttons .btn {
  width: 100%;
}

.coupon-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.coupon-button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.coupon-button.not-collapsed::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* checkout */

.opc-header {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0.9375rem 0;
  pointer-events: none;
}

.opc-header .card-header {
  border: 0;
  padding: 0;
  margin: 0 1.375rem 0.5rem 0;
  background-color: transparent;
}

.opc-header .card-header .btn-info {
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1c1b1b;
}

[dark-theme="true"] .opc-header .card-header .btn-info {
  color: #fff;
}

.opc-header .card-header .btn-info.not-collapsed {
  color: var(--purple);
  font-size: 1rem;
  font-weight: 700;
}

.opc-header .card-header .btn-info::before,
.opc-header .card-header .btn-info::after {
  content: "";
  position: absolute;
  top: 0.5625rem;
  right: -0.875rem;
  width: 0.375rem;
  height: 0.0625rem;
  background: #aaa;
  transform: rotate(45deg);
}

.opc-header .card-header .btn-info::after {
  top: 0.8125rem;
  transform: rotate(-45deg);
}

[dark-theme="true"] .opc-header .card-header .btn-info::before,
[dark-theme="true"] .opc-header .card-header .btn-info::after {
  background: #fff;
}

[dark-theme="true"] .opc-header .card-header .btn-info.not-collapsed::before,
[dark-theme="true"] .opc-header .card-header .btn-info.not-collapsed::after,
.opc-header .card-header .btn-info.not-collapsed::before,
.opc-header .card-header .btn-info.not-collapsed::after {
  background: var(--purple);
}

.opc-header .card-header:last-child .btn-info::before,
.opc-header .card-header:last-child .btn-info::after {
  display: none;
}

.opc .card {
  border: 0;
  overflow: visible;
}

.opc .card-body {
  padding: 0;
}

.opc .card-header .btn:not(.allow) {
  pointer-events: none;
  color: #aaa;
}

.opc .card.active~.card:not(.active),
.opc .card.active~.card:not(.active) .btn.allow {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.opc-totals,
.checkout-page .col-more .order-summary-content .cart-footer {
  top: 7.5rem;
  position: -webkit-sticky !important;
  position: sticky !important;
  margin: 0 0 0.9375rem 0;
}

[dark-theme="true"] .opc-totals,
[dark-theme="true"] .checkout-page .col-more .order-summary-content .cart-footer {
  background-color: #2d3133;
}

.checkout-page .totals .table-responsive {
  margin: 0;
}

.totals .table td {
  padding: 0.3125rem;
  border-top: 0;
}

.voucher-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.voucher-input {
  height: 2.5rem;
  padding: 0 0.5rem;
  flex: 1;
  background: var(--bg-input);
  border: 0.0625rem solid var(--color-border);
  font-size: 0.875rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.voucher-button {
  height: 2.5rem;
  width: 5.25rem;
  padding: 0 1rem;
  background-color: var(--color-white);
  border: 0.0625rem solid var(--dark-purple);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--dark-purple);
  border-radius: 0.5rem;
  cursor: pointer;
  white-space: nowrap;
}

.total-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.5rem;
}

.total-info .card-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--grey-90);
  width: 100%;
}

.total-info .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  font-size: 0.875rem;
}

.total-info .row.total {
  font-size: 1rem;
}

.total-info .row:first-of-type {
  border-top: none;
}

.total-info .label {
  font-size: inherit;
  font-weight: 500;
  line-height: 1rem;
  color: var(--grey-90);
}

.total-info .value {
  font-size: inherit;
  font-weight: 500;
  line-height: 1rem;
  color: var(--grey-90);
  text-align: right;
}

.total-info .product-line .label {
  font-weight: 400;
  color: var(--grey-60);
  line-height: 1.3125rem;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-total-left {
  font-size: 0.875rem;
  font-weight: 700;
}

.cart-total-right {
  font-size: 1rem;
  font-weight: 700;
}

.checkout-page .shopping-cart .qty-input {
  padding: 0;
}

.opc-totals .order-summary-content {
  margin: 0 !important;
}

.opc-totals .shopping-cart th.unit-price,
.opc-totals .shopping-cart td.unit-price,
.opc-totals .card-group {
  display: none;
}

.opc-totals .qty-opc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: var(--purple);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
}

.opc-totals .shopping-cart.table td {
  vertical-align: top;
}

.checkout-page .totals,
.opc-totals .order-summary-content .selected-checkout-attributes,
.opc-totals .cart-out-container {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 36rem) {
  .card-group>.card+.card .card-body {
    border-left: 0;
  }
}

@media (min-width: 75rem) {
  .checkout-page .col-more .order-summary-content .cart-footer {
    margin: 0 0 0 auto;
    max-width: 50%;
  }

  .opc-totals .shopping-cart-container {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 74.9375rem) {
  .shopping-cart.table .attributes {
    font-size: 0.625rem;
  }

  .opc .order-summary .cart-footer {
    visibility: visible;
    opacity: 1;
    height: auto;
  }

  .checkout-page .col-more .order-summary-content .cart-footer {
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 61.9375rem) {
  .shopping-cart {
    border-bottom: 0;
  }

  .shopping-cart thead {
    display: none;
  }

  .shopping-cart tbody {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .shopping-cart.table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.3333% - 0.3125rem);
    margin: 0 0.3125rem 0.3125rem 0;
  }

  .shopping-cart.table td {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 0.0625rem solid #ddd;
    border-left: 0.125rem solid #000;
    border-right: 0.125rem solid #000;
    border-top: 0;
  }

  .shopping-cart.table td:first-child {
    border-top: 0.125rem solid #000;
  }

  .shopping-cart.table td:last-child {
    border-bottom: 0.125rem solid #000;
  }
}

@media (max-width: 47.9375rem) {
  .shopping-cart.table tr {
    width: calc(50% - 0.3125rem);
  }
}

@media (max-width: 35.9375rem) {
  .shopping-cart.table tr {
    width: 100%;
  }

  .order-completed-page .jumbotron .display-3 {
    font-size: 3.5rem;
  }

  .opc-header .card-header .btn-info.not-collapsed {
    font-size: 0.875rem;
  }

  .opc-header .card-header .btn-info.collapsed {
    font-size: 0.75rem;
  }

  .opc-header .card-header .btn-info.collapsed .step-name {
    display: none;
  }
}

@media (max-width: 61.9375rem) {

  [dark-theme="true"] .shopping-cart.table td,
  [dark-theme="true"] .shopping-cart.table td:first-child,
  [dark-theme="true"] .shopping-cart.table td:last-child {
    border-color: #fff;
  }
}

.payment-method-wrapper {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  background: var(--background);
  cursor: pointer;
}

.payment-method-wrapper:has(input[type="radio"]:checked) {
  border-color: var(--background-grey);
}

.payment-method-wrapper .payment-method-image {
  height: 1.3125rem;
}

.payment-method-wrapper .payment-method-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 0 0;
}

.payment-method-wrapper .payment-method-container .payment-method-name {
  color: var(--tertiary-color);
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
}

.payment-method-wrapper .payment-method-container .payment-method-description {
  color: var(--gray);
  font-size: 0.75rem;
  font-weight: 400;
}

.payment-method-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.shopping-cart-included-services {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.shopping-cart-included-services .included-services-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.shopping-cart-included-services .included-services-header h5 {
  flex: 1 0 0;
  color: var(--tertiary-color);
  font-size: 1.125rem;
  margin: 0;
}

.shopping-cart-included-services .included-services-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(6.875rem, 1fr));
  gap: 1.5rem;
}

.shopping-cart-included-services .included-services-list .included-service-detail {
  display: flex;
  padding: 1rem;
  gap: 1rem;
  flex-direction: column;
  border-radius: 0.5rem;
  color: var(--tertiary-color);
  font-size: 0.875rem;
  font-weight: 500;
  background: var(--background);
}

.shopping-cart-included-services .included-services-list .included-service-detail h5 {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.included-services-modal-title-container h4 {
  margin-bottom: 0.25rem;
}

.included-services-modal-title-container p {
  color: var(--gray);
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
}

.included-services-modal-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.included-services-modal-content .included-service-detail {
  flex: 1 0 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  font-size: 0.875rem;
}

.included-services-modal-content .included-service-detail .included-service-content h5 {
  margin-bottom: 0.25rem;
  color: var(--tertiary-color);
  font-size: 0.875rem;
  font-weight: 500;
}

.included-services-modal-content .included-service-detail .included-service-content p {
  color: var(--gray);
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
}

.cart-options .shopping-cart-estimated-shipping h5 {
  color: var(--tertiary-color);
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.totals-inner-background .trusted-partners-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.totals-inner-background .trusted-partners-wrapper .trusted-partner-logo {
  height: 1.5rem;
  width: auto;
}

.shopping-cart-attribute-option-counter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: var(--tertiary);
  color: var(--tertiary-color);
  max-width: 7.5rem;
}

.shopping-cart-attribute-option-counter .attribute-option-counter-action {
  font-size: 0.875rem;
  color: inherit;
  cursor: pointer;
  display: flex;
}

.shopping-cart-attribute-option-counter .attribute-option-counter-action.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: var(--grey-60);
}

.shopping-cart-attribute-option-counter .attribute-option-counter-input {
  appearance: none;
  font-size: 0.875rem;
  color: inherit;
  border: 0;
  background: transparent;
  text-align: center;
  width: 100%;
}

.shopping-cart-attribute-option-counter .attribute-option-counter-input::-webkit-inner-spin-button {
  appearance: none;
}

.mobile-header-wishlist-cart-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-white);
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--color-border);
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
}

.mobile-header-wishlist-cart-bar .mobile-header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 1;
  padding: 1rem;
  text-decoration: none;
}

.mobile-header-wishlist-cart-bar .s4d-icon {
  color: var(--grey-60);
  font-size: 1.375rem;
}

.mobile-header-wishlist-cart-bar .mobile-header-label {
  color: var(--grey-60);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0.25rem;
}

#checkout-steps {
  height: 100%;
  display: flex;
  flex-flow: column;
  gap: 2rem;
}

#checkout-steps h2 {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

#checkout-steps .bill-to-same-address {
  margin: 2rem 0;
}

.review-data-wrapper {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}

.review-data-wrapper .review-data-section .review-data-card {
  border-radius: .5rem;
  background-color: var(--background);
  padding: 1rem;
}

.review-data-wrapper .review-data-section .review-data-card .payment-method-image {
  height: 1.3125rem;
}

.review-data-wrapper .review-data-section .review-data-card.horizontal {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: .875rem;
  color: var(--tertiary-color);
}

.review-data-wrapper .review-data-section .review-data-card h3 {
  font-size: .875rem;
  margin-bottom: .25rem;
  display: flex;
  gap: .25rem;
  color: var(--tertiary-color);
}

.review-data-wrapper .review-data-section .review-data-card h3 span {
  margin-left: auto;
}

.review-data-wrapper .review-data-section .review-data-card p {
  font-size: .75rem;
  color: var(--grey-60);
  margin-bottom: .25rem;
}

.review-data-wrapper .review-data-section .review-data-card .review-data-info {
  width: 100%;
}