.block-commerce-cart-flyout {
  min-width: 40px;
}

.cart-offcanvas--right {
  width: 440px;
  max-width: 100%;
  transform: translate3d(440px, 0, 0);
  padding-top: 30px;
}
.cart-offcanvas--right.is-closed {
  visibility: visible;
}
.cart-offcanvas--right.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.5;
}

.cart-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.cart-item-wrapper .cart-item {
  flex: 1 1 calc(100% - 24px);
}

.cart-item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  position: relative;
  min-height: 64px;
}
@media (min-width: 743px) {
  .cart-item {
    min-height: 84px;
  }
}
.cart-item .cart-item-content {
  padding-left: 10px;
}
.cart-item:hover .cart-item-title {
  text-decoration: underline;
}
.cart-item.is-loading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.cart-item--error img {
  border: 2px solid red;
}

.cart-item-remove {
  flex: 0 0 24px;
  width: 24px;
  padding-right: 4px;
}
.cart-item-remove .icon {
  font-size: 14px;
}

.cart-item--feedback {
  font-size: 11px;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 2px;
  padding-left: 42px;
  color: #ed152b;
}
@media (min-width: 1026px) {
  .cart-item--feedback {
    font-size: 12px;
  }
}
@media (min-width: 743px) {
  .cart-item--feedback {
    margin-top: 8px;
  }
}
.cart-item--feedback::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/themes/custom/dcom_theme/images/close-circle-danger.svg) center no-repeat;
  background-size: 10px 10px;
  margin-right: 4px;
  position: absolute;
  top: 3px;
  left: 26px;
}

.cart-item-first {
  min-width: 64px;
  max-width: 64px;
}
@media (min-width: 743px) {
  .cart-item-first {
    min-width: 85px;
    max-width: 85px;
  }
}
.cart-item-first a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.cart-item-first img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 64px;
}
@media (min-width: 743px) {
  .cart-item-first img {
    width: 85px;
  }
}

.cart-item-first .badge,
.bundle-item__image .badge {
  background: rgba(27, 28, 31, 0.4);
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  border-radius: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  left: 50px;
  z-index: 1;
}
@media (min-width: 743px) {
  .cart-item-first .badge,
.bundle-item__image .badge {
    top: calc(50% - 40px);
    left: 70px;
  }
}

.cart--cart-offcanvas .bundle-item__image .badge {
  left: 45px;
}
.cart--cart-offcanvas .cart-item-first .badge {
  left: 48px;
}
@media (min-width: 743px) {
  .cart--cart-offcanvas .cart-item-first .badge {
    left: 62px;
  }
}

.cart-item-last,
.order-item-promotion {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.order-item-promotion {
  font-weight: 400;
}
.order-item-promotion .promotion-percentage {
  font-weight: 500;
}

.cart-item-title {
  font-size: 13px;
  color: #1b1c1f;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (min-width: 1026px) {
  .cart-item-title {
    font-size: 15px;
  }
}
.cart-item-title a {
  color: inherit;
  text-decoration: none;
}

.cart-item-last,
.bundle-item__price {
  margin-left: auto;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 1026px) {
  .cart-item-last,
.bundle-item__price {
    font-size: 15px;
  }
}
.cart-item-last .calculate-price,
.bundle-item__price .calculate-price {
  color: #1b1c1f;
  font-weight: 500;
}
.cart-item-last .order-item-promotion,
.bundle-item__price .order-item-promotion {
  font-size: 11px;
  color: #7d808b;
}
.cart-item-last .order-item-promotion > div,
.bundle-item__price .order-item-promotion > div {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 4px;
}
.cart-item-last .order-item-promotion .saved-price,
.bundle-item__price .order-item-promotion .saved-price {
  color: #7d808b;
}
.cart-item-last .order-item-promotion .promotion-percentage,
.bundle-item__price .order-item-promotion .promotion-percentage {
  background: #f0d0d0;
  color: #ed152b;
  padding: 0 4px;
  border-radius: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.cart-block--offcanvas-cart-table .cart-item {
  column-gap: 0;
  padding-bottom: 25px;
}
.cart-block--offcanvas-cart-table .cart-item-delivery-schedule {
  font-size: 12px;
  margin-top: -8px;
  margin-bottom: 8px;
}
.cart-block--offcanvas-cart-table .cart-item-bundle {
  margin-top: 0;
  margin-bottom: 30px;
}

.cart--cart-offcanvas {
  padding: 0 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 743px) {
  .cart--cart-offcanvas {
    padding: 0 30px 30px;
  }
}

.cart-block--offcanvas-contents__items,
.cart-block--offcanvas-contents {
  flex: 1 1 auto;
}

.cart-block--offcanvas-contents__items .media-promotion-banner {
  height: auto;
}
.cart-block--offcanvas-contents__items .checkout-pane-coupon-redemption {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-color: #fff;
  border-bottom: 0;
}
.cart-block--offcanvas-contents__items .ajax-loader {
  z-index: 10;
}

.cart-block--offcanvas-contents__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cart-block--offcanvas-cart-table-outer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cart-block--offcanvas-cart-table-outer > .views-element-container {
  margin-top: auto;
}

.cart-item-first__flyout {
  min-width: auto;
  max-width: none;
  position: relative;
  padding-left: 20px;
}
.cart-item-first__flyout .cart-item-image {
  position: relative;
  width: 80px;
  height: 80px;
}
@media (max-width: 742.98px) {
  .cart-item-first__flyout .cart-item-image {
    width: 64px;
    height: 64px;
  }
}
.cart-item-first__flyout .cart-item-image img {
  max-width: none;
  object-fit: contain;
}
.cart-item-first__flyout .button {
  top: 50%;
  margin-top: -10px;
  position: absolute;
  left: 0;
  padding: 0;
  font-size: 12px;
}

.cart-item-content__flyout {
  flex: 1 1 auto;
  padding-left: 10px;
  padding-right: 7px;
}
@media (max-width: 742.98px) {
  .cart-item-content__flyout {
    display: flex;
    flex-direction: column;
  }
  .cart-item-content__flyout .cart-item-last {
    order: 1;
    margin-left: 0;
  }
}
.cart-item-content__flyout .cart-item-title {
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 1026px) {
  .cart-item-content__flyout .cart-item-title {
    font-size: 15px;
  }
}

.cart-item-last__flyout {
  padding-left: 0;
}
@media (min-width: 743px) {
  .cart-item-last__flyout > * {
    width: 100px;
    text-align: right;
  }
}
.cart-item-last__flyout .calculate-price {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 1026px) {
  .cart-item-last__flyout .calculate-price {
    font-size: 15px;
  }
}
.cart-item-last__flyout .order-item-promotion {
  font-weight: 400;
}
@media (max-width: 742.98px) {
  .cart-item-last__flyout .order-item-promotion {
    margin-bottom: 10px;
  }
  .cart-item-last__flyout .order-item-promotion > div {
    margin-top: 0;
    margin-left: 5px;
  }
}

.cart-block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  position: sticky;
  left: 0;
  top: 0;
  background: white;
  z-index: 20;
}
.cart-block__header h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 1026px) {
  .cart-block__header h3 {
    font-size: 1.75rem;
  }
}

.cart-block__close {
  appearance: none;
  padding: 0;
}

.cart-block--offcanvas-cart-table__quantity {
  display: flex;
  height: 40px;
  width: 120px;
  border: 1px solid #e5e6e8;
  border-radius: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  align-items: center;
}
.cart-block--offcanvas-cart-table__quantity input[type=number] {
  font-size: 0.9375rem;
  color: #1b1c1f;
  width: 40px;
  border: 0;
  text-align: center;
  appearance: none;
  outline: none;
  -moz-appearance: textfield;
  background: #fff;
  padding: 2px 0 0;
}
@media (min-width: 1026px) {
  .cart-block--offcanvas-cart-table__quantity input[type=number] {
    font-size: 0.9375rem;
  }
}
.cart-block--offcanvas-cart-table__quantity input::-webkit-outer-spin-button,
.cart-block--offcanvas-cart-table__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-block--offcanvas-cart-table__quantity .quantity-button {
  cursor: pointer;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 742.98px) {
  .cart-block--offcanvas-cart-table__quantity .quantity-button i {
    font-size: 14px;
  }
}
.cart-block--offcanvas-cart-table__quantity .quantity-button.quantity-down {
  order: -1;
}

.header-cart-wrapper {
  position: relative;
}
.header-cart-wrapper .field-link a {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-cart-wrapper .field-media-image img {
  width: 100%;
}

.cart-block__total {
  padding-top: 20px;
}

.cart-block__total-line {
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (min-width: 1026px) {
  .cart-block__total-line {
    font-size: 15px;
  }
}

.cart-block__total-line--subtotal {
  color: #1b1c1f;
  font-weight: 400;
}

.cart-block__total-line--discount {
  color: #ed152b;
  font-weight: 400;
}
.cart-block__total-line--discount .cart-block__total-label {
  display: flex;
  align-items: center;
}

.cart-block__total-line--total {
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  border-top: 1px solid #e5e6e8;
}
@media (min-width: 1026px) {
  .cart-block__total-line--total {
    font-size: 17px;
  }
}

.cart-block--offcanvas-contents__links {
  margin-top: 30px;
  text-align: center;
}
.cart-block--offcanvas-contents__links a {
  min-width: 214px;
}
@media (max-width: 742.98px) {
  .cart-block--offcanvas-contents__links a {
    width: 100%;
  }
}

.dcom-cart-free-shipping-message {
  font-size: 12px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 16px;
  background: linear-gradient(52deg, #ffcbae 0%, #fff7c4 100%);
  font-weight: 500;
  color: #1b1c1f;
}
@media (min-width: 1026px) {
  .dcom-cart-free-shipping-message {
    font-size: 0.8125rem;
  }
}
.dcom-cart-free-shipping-message em {
  color: #ed152b;
  font-style: normal;
}

.cart-block__empty-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cart-block__empty-title {
  font-size: 1.0625rem;
  max-width: 212px;
  margin: 0 auto 38px;
  font-weight: 500;
  color: #7d808b;
  text-align: center;
}
@media (min-width: 1026px) {
  .cart-block__empty-title {
    font-size: 1.3125rem;
  }
}

.cart-block__rewards-points,
.order-reward-points {
  font-size: 11px;
  color: #7d808b;
  letter-spacing: 0.5px;
  text-align: right;
}
@media (min-width: 1026px) {
  .cart-block__rewards-points,
.order-reward-points {
    font-size: 12px;
  }
}
.cart-block__rewards-points a,
.cart-block__rewards-points span,
.order-reward-points a,
.order-reward-points span {
  font-weight: 500;
  letter-spacing: 0;
}
.cart-block__rewards-points a,
.order-reward-points a {
  display: inline-block;
  margin-top: 6px;
  font-size: 10px;
}
@media (min-width: 1026px) {
  .cart-block__rewards-points a,
.order-reward-points a {
    font-size: 11px;
  }
}

.cart-block__middle-content {
  margin-top: auto;
}

.cart-offcanvas-bg {
  z-index: 105;
}

.cart-item-bundle {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.bundle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 21px;
}
@media (min-width: 743px) {
  .bundle-item {
    padding-left: 36px;
  }
}
.bundle-item + .bundle-item {
  margin-top: 15px;
}

.bundle-item__variation {
  position: relative;
}
.bundle-item__variation .variation {
  display: flex;
  align-items: center;
}

.bundle-item__quantity {
  position: absolute;
  top: 0;
  left: 42px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 28, 31, 0.4);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 20px;
  min-width: 20px;
  height: 20px;
  padding: 0 3px;
}

.bundle-item__image {
  width: 54px;
  flex-shrink: 0;
  position: relative;
}
.bundle-item__image span.badge {
  top: 0;
  left: 45px;
}

.bundle-item__price .calculate-price {
  text-align: right;
}

.bundle-item__title {
  font-size: 12px;
  padding-right: 10px;
  padding-left: 20px;
}
@media (min-width: 1026px) {
  .bundle-item__title {
    font-size: 13px;
  }
}
.bundle-item__title a {
  color: #000;
  text-decoration: none;
}
.bundle-item__title a:hover {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 743px) {
  .cart-form .bundle-item {
    padding-left: 38px;
  }
}

.commerce-checkout-flow.checkout-step-customer-information .bundle-item {
  padding-left: 31px;
}
@media (min-width: 743px) {
  .commerce-checkout-flow.checkout-step-customer-information .bundle-item {
    padding-left: 51px;
  }
}
.commerce-checkout-flow:not(.checkout-step-customer-information) .bundle-item {
  padding-left: 7px;
}
@media (min-width: 743px) {
  .commerce-checkout-flow:not(.checkout-step-customer-information) .bundle-item {
    padding-left: 28px;
  }
}

@media (max-width: 1025.98px) {
  .checkout-form__sidebar {
    padding: 0;
    order: -1 !important;
  }
}

.checkout-sidebar-header-help {
  font-size: 13px;
  padding: 18px 0 10px;
  text-align: right;
  color: #b6b3b3;
  font-weight: 400;
}
@media (min-width: 1026px) {
  .checkout-sidebar-header-help {
    font-size: 15px;
  }
}
@media (min-width: 1026px) {
  .checkout-sidebar-header-help {
    padding: 10px 0;
  }
}
.checkout-sidebar-header-help a {
  text-decoration: none;
}
.checkout-sidebar-header-help a:hover {
  text-decoration: underline;
}
@media (max-width: 1025.98px) {
  .checkout-sidebar-header-help {
    order: -2;
  }
}

.checkout-form__sidebar-inner {
  background: #fff;
  padding: 0 20px;
}
@media (min-width: 1026px) {
  .checkout-form__sidebar-inner {
    padding: 30px 20px 20px;
  }
}
.checkout-form__sidebar-inner .checkout-pane-order-summary,
.checkout-form__sidebar-inner .checkout-pane-coupon-redemption,
.checkout-form__sidebar-inner .checkout-pane-checkout-upsell {
  order: -1;
}
.checkout-form__sidebar-inner .total-price {
  margin-top: 30px;
}
.checkout-form__sidebar-inner .total-price .order-total-line {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 400;
  color: #1b1c1f;
}
@media (min-width: 1026px) {
  .checkout-form__sidebar-inner .total-price .order-total-line {
    font-size: 15px;
  }
}
.checkout-form__sidebar-inner .total-price .order-total-line-value {
  width: auto;
}
.checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion {
  color: #ed152b;
}
.checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion .order-total-line-label {
  display: flex;
  align-items: center;
}
.checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion .order-total-line-label::after {
  font-size: 12px;
}
@media (min-width: 743px) and (max-width: 1025.98px) {
  .checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion .order-total-line-label::after {
    font-size: 14px;
  }
}
@media (min-width: 1026px) {
  .checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion .order-total-line-label::after {
    font-size: 16px;
  }
}
.checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion,
.checkout-form__sidebar-inner .total-price .order-total-line__subtotal,
.checkout-form__sidebar-inner .total-price .order-total-line__total {
  font-weight: 500;
}
.checkout-form__sidebar-inner .total-price .order-total-line__total {
  font-size: 0.9375rem;
  border-top: 1px solid #e5e6e8;
  padding-top: 8px;
}
@media (min-width: 1026px) {
  .checkout-form__sidebar-inner .total-price .order-total-line__total {
    font-size: 1.0625rem;
  }
}
.checkout-form__sidebar-inner .checkout-summary__content-inner {
  position: relative;
  display: flex;
}
@media (max-width: 1025.98px) {
  .checkout-form__sidebar-inner .checkout-summary__content-inner.collapse:not(.show) {
    display: none !important;
  }
  .checkout-form__sidebar-inner .checkout-summary__content-inner > .total-price {
    padding-bottom: 20px;
  }
}
.checkout-form__sidebar-inner .checkout-pane-order-summary {
  margin-bottom: 0 !important;
}
@media (max-width: 1025.98px) {
  .checkout-form__sidebar-inner .checkout-pane-order-summary {
    margin-top: 16px;
  }
}
.checkout-form__sidebar-inner .checkout-pane-order-summary + .total-price {
  margin-top: 0 !important;
}
.checkout-form__sidebar-inner .checkout-pane-order-summary .views-row:last-child .cart-item {
  padding-bottom: 0;
}
.checkout-form__sidebar-inner .checkout-pane-order-summary .views-footer {
  margin-bottom: 30px;
}
.checkout-form__sidebar-inner .checkout-pane-order-summary .views-footer .views-header h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 30px 0 16px;
}
@media (min-width: 1026px) {
  .checkout-form__sidebar-inner .checkout-pane-order-summary .views-footer .views-header h3 {
    font-size: 17px;
  }
}
.checkout-form__sidebar-inner .checkout-pane-order-summary .views-footer .order-reward-points {
  margin-top: 14px;
}
@media (max-width: 1025.98px) {
  .checkout-form__sidebar-inner .checkout-pane-order-summary .views-footer .order-reward-points {
    margin-bottom: 30px;
    margin-top: 8px;
  }
}
@media (max-width: 1025.98px) {
  .checkout-form__sidebar-inner .checkout-summary__header {
    border: solid rgba(229, 229, 229, 0.4);
    border-width: 1px 0;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .checkout-form__sidebar-inner .checkout-summary__header .summary-total {
    font-size: 14px;
  }
}
.checkout-form__sidebar-inner .checkout-summary__header button {
  border: 0 none;
  box-shadow: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 0;
  color: #1b1c1f;
}
.checkout-form__sidebar-inner .checkout-summary__header button i {
  margin-right: 5px;
}
.checkout-form__sidebar-inner .checkout-summary__header button::after {
  content: "";
  display: inline-block;
  width: 16px;
  vertical-align: middle;
  height: 12px;
  margin-left: 10px;
  transform: rotate(180deg);
}
.checkout-form__sidebar-inner .checkout-summary__header button.collapsed::after {
  transform: rotate(0);
}
.checkout-form__sidebar-inner .cart-item-delivery-schedule {
  font-size: 12px;
}
@media (max-width: 742.98px) {
  .checkout-form__sidebar-inner .order-item-promotion > div {
    margin-top: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
}

.path-checkout .main > div .alert {
  display: none;
}

.dcom-checkout-restrictions-popup-form .views-element-container.mb-3 {
  margin-bottom: 0 !important;
}
@media (max-width: 742.98px) {
  .dcom-checkout-restrictions-popup-form .views-element-container .upsell__cart-product--price {
    align-items: flex-start;
  }
  .dcom-checkout-restrictions-popup-form .views-element-container .upsell__cart-product--price .order-item-promotion {
    flex-direction: row;
  }
}
.dcom-checkout-restrictions-popup-form .views-element-container ~ .upsell__cart-product--buttons {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 742.98px) {
  .dcom-checkout-restrictions-popup-form .views-element-container ~ .upsell__cart-product--buttons .btn-outline-danger {
    width: 100%;
  }
}

@media (min-width: 1026px) {
  .order-total-line.order-total-line__total .order-total-line-label .exclamation-mark {
    transform: translateY(-1px);
  }
}

.checkout-pane-cpl-shipping-information,
.dcom-add-payment-method__billing-information,
#edit-payment-information-billing-information {
  position: relative;
}
.checkout-pane-cpl-shipping-information .button-add-line,
.dcom-add-payment-method__billing-information .button-add-line,
#edit-payment-information-billing-information .button-add-line {
  position: relative;
  top: -5px;
  margin-bottom: 10px;
}
@media (max-width: 742.98px) {
  .checkout-pane-cpl-shipping-information .field--type-address,
.checkout-pane-cpl-shipping-information .field--type-address .form-wrapper,
.checkout-pane-cpl-shipping-information .address-container-inline,
.dcom-add-payment-method__billing-information .field--type-address,
.dcom-add-payment-method__billing-information .field--type-address .form-wrapper,
.dcom-add-payment-method__billing-information .address-container-inline,
#edit-payment-information-billing-information .field--type-address,
#edit-payment-information-billing-information .field--type-address .form-wrapper,
#edit-payment-information-billing-information .address-container-inline {
    margin-bottom: 0 !important;
  }
}

.profile-type--customer {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}
.profile-type--customer span,
.profile-type--customer .field-phone-number a {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 1026px) {
  .profile-type--customer span,
.profile-type--customer .field-phone-number a {
    font-size: 0.9375rem;
  }
}
.profile-type--customer .field-phone-number a:hover {
  text-decoration: underline;
}
.profile-type--customer .locality > .locality {
  margin-right: -3px;
}
.profile-type--customer .administrative-area {
  margin-left: 5px;
}
.profile-type--customer .profile-type-customer__label-address {
  display: none;
}
.profile-type--customer .label:not(.profile-type-customer__label-address) {
  display: block !important;
}
.profile-type--customer .full-name {
  margin-top: 0 !important;
}

.profile-type-customer__phone-number .field-phone-number > div,
.profile-type--customer .label {
  font-size: 11px !important;
  line-height: 16px !important;
  margin-bottom: 3px !important;
  color: #7d808b !important;
  font-weight: 400 !important;
}

.address-container-inline {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.address-container-inline .js-form-item {
  width: 100%;
}
@media (min-width: 743px) {
  .address-container-inline .js-form-item:not([class*=locality]) {
    width: 48%;
    margin-bottom: 0;
  }
}

ul.ui-autocomplete .ui-menu-item,
ul.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  border: 0 none !important;
}
ul.ui-autocomplete .ui-menu-item {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 1026px) {
  ul.ui-autocomplete .ui-menu-item {
    font-size: 16px;
  }
}
ul.ui-autocomplete .ui-state-active {
  background: rgba(0, 185, 255, 0.22);
  color: #1b1c1f;
  font-weight: 300;
}
ul.ui-autocomplete .address-suggestion-label {
  color: #1b1c1f;
}
ul.ui-autocomplete .address-suggestion-secondary-label {
  color: #8f8f8f;
}

.checkout-form__header {
  background: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1026px) {
  .checkout-form__header {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .checkout-form__main {
    padding-right: 5.5%;
  }
}
.checkout-form__main .checkout-form__footer {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 50px;
}
.checkout-form__main .checkout-form__footer button,
.checkout-form__main .checkout-form__footer .form-wrapper {
  width: 100%;
}
@media (max-width: 742.98px) {
  .checkout-form__main .checkout-form__footer {
    margin-top: 40px;
  }
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-form__footer {
    flex-direction: row;
  }
  .checkout-form__main .checkout-form__footer button,
.checkout-form__main .checkout-form__footer .form-wrapper {
    width: auto;
  }
  .checkout-form__main .checkout-form__footer button {
    margin-left: 15px;
  }
}
.checkout-form__main .checkout-form__footer .form-actions {
  margin-bottom: 0 !important;
}
.checkout-form__main .checkout-form__footer .row-reverse .form-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-form__footer .row-reverse .form-actions {
    flex-direction: row-reverse;
    row-gap: 15px;
  }
}
.checkout-form__main .checkbox {
  font-weight: 400;
}
@media (max-width: 1025.98px) {
  .checkout-form__main .checkbox {
    font-size: 15px;
  }
}
.checkout-form__main .fieldset-legend {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1026px) {
  .checkout-form__main .fieldset-legend {
    font-size: 17px;
  }
}
@media (max-width: 742.98px) {
  .checkout-form__main .checkout-pane-dcom-checkout-contact-information .fieldset-legend {
    margin-bottom: 30px;
    display: block;
  }
}
.checkout-form__main .form-wrapper__login-option {
  width: 100%;
}
.checkout-form__main .form-wrapper__login-option legend {
  display: none;
}
.checkout-form__main .form-wrapper__login-option .password-confirm-message {
  font-size: 13px;
  color: #7d808b;
  margin-top: 10px;
}
.checkout-form__main .form-wrapper__login-option .password-confirm-message span {
  font-weight: 500;
}
.checkout-form__main .form-wrapper__returning-customer .fieldset-wrapper > a {
  margin-left: 10px;
}
.checkout-form__main #payment-errors:empty {
  display: none;
}
.checkout-form__main #payment-errors .messages--error {
  font-size: 14px;
  font-weight: 400;
  color: #ed152b;
  margin-bottom: 10px;
}
@media (min-width: 743px) {
  .checkout-form__main #payment-errors .messages--error {
    font-size: 16px;
  }
}
.checkout-form__main .invalid-feedback {
  display: block;
}

.checkout-form .container {
  max-width: 1190px;
  padding: 0 16px;
}

.checkout-form__main--inner {
  position: relative;
}
.checkout-form__main--inner .checkout-form__title {
  margin-bottom: 24px;
}
@media (min-width: 1026px) {
  .checkout-form__main--inner .checkout-form__title {
    margin-bottom: 50px;
  }
}
.checkout-form__main--inner .checkout-form__back-button,
.checkout-form__main--inner .form-actions a,
.checkout-form__main--inner .link--previous {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px !important;
  text-transform: capitalize;
}
@media (max-width: 1025.98px) {
  .checkout-form__main--inner .checkout-form__back-button,
.checkout-form__main--inner .form-actions a,
.checkout-form__main--inner .link--previous {
    padding: 14px 0;
    margin-top: 17px;
  }
}
.checkout-form__main--inner:not(.hide-link--previous) .checkout-form-login-link {
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  position: absolute;
  top: 11px;
  right: 0;
}
@media (max-width: 742.98px) {
  .checkout-form__main--inner:not(.hide-link--previous) .checkout-form-login-link {
    left: 0;
    top: 30px;
  }
}

.checkout-page-footer {
  padding: 15px 0;
  border-top: 1px solid #d9d9da;
}
@media (min-width: 1026px) {
  .checkout-page-footer {
    padding: 20px 0;
  }
}
.checkout-page-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 18px;
}
@media (max-width: 1025.98px) {
  .checkout-page-footer ul {
    margin-left: auto;
    margin-right: auto;
    line-height: 15px;
    justify-content: space-around;
    max-width: 340px;
  }
}
@media (min-width: 1026px) {
  .checkout-page-footer ul {
    column-gap: 30px;
  }
}
.checkout-page-footer a {
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}
@media (min-width: 1026px) {
  .checkout-page-footer a {
    font-size: 13px;
  }
}

.region-footer-checkout-form,
.checkout-pane-cpl-commerce-checkout-shipping-disclaimer-text {
  color: #7d808b;
}

@media (max-width: 1025.98px) {
  .region-footer-checkout-form {
    text-align: center;
  }
  .region-footer-checkout-form .body p {
    font-size: 10px;
  }
}
@media (min-width: 1026px) {
  .region-footer-checkout-form {
    margin-top: 120px !important;
  }
}
@media (min-width: 1600px) {
  .region-footer-checkout-form {
    margin-top: 200px;
  }
}

.checkout-pane-cpl-commerce-checkout-shipping-disclaimer-text {
  font-size: 13px;
  margin-bottom: 30px;
}

div[class*=address-address-line2] {
  display: none;
}

.has-line-2 div[class*=address-address-line2] {
  display: block;
}

.button-add-line {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}

.dcom-credit-cart__number {
  position: relative;
}
.dcom-credit-cart__number .icon {
  position: absolute;
  left: 15px;
  bottom: 7px;
  font-size: 10px;
}
.dcom-credit-cart__number input:placeholder-shown ~ .icon {
  display: none !important;
}
.dcom-credit-cart__number input.credit-card-show-icon {
  padding-left: 48px;
}

.dcom-credit-cart__expiration-divider {
  display: none;
}

.hidden {
  display: none !important;
}

.form-wrapper__guest-checkout .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1026px) {
  .form-wrapper__guest-checkout .fieldset-wrapper {
    justify-content: space-between;
  }
}
.form-wrapper__guest-checkout .fieldset-wrapper > * {
  width: 100%;
  flex: 0 0 100%;
}
.form-wrapper__guest-checkout .fieldset-wrapper .prev-link-placement {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 1026px) {
  .form-wrapper__guest-checkout .fieldset-wrapper .prev-link-placement {
    width: auto;
    flex: 0 0 auto;
    margin-top: 0;
  }
}
@media (min-width: 1026px) {
  .form-wrapper__guest-checkout .fieldset-wrapper .form-submit {
    width: auto;
    flex: 0 0 auto;
    order: 1;
  }
}
.form-wrapper__guest-checkout .block-social-auth {
  margin-bottom: 55px;
}
@media (min-width: 1026px) {
  .form-wrapper__guest-checkout .block-social-auth {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .form-wrapper__guest-checkout .block-social-auth .auth-link {
    flex: 1;
    text-align: center;
  }
}

.form-wrapper__returning-customer .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.form-wrapper__returning-customer .fieldset-wrapper > * {
  width: 100%;
  flex: 0 0 100%;
}
.form-wrapper__returning-customer .fieldset-wrapper .form-submit {
  width: 250px;
  flex: 0 0 auto;
  order: 1;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1025.98px) {
  .form-wrapper__returning-customer .fieldset-wrapper .form-submit {
    width: 100%;
  }
}
.form-wrapper__returning-customer .fieldset-wrapper .forgot-password-wrapper {
  text-align: right;
  margin: -16px 0 16px;
}

.checkout-form__main .checkout-pane-cpl-shipping-method > legend,
.checkout-form__main .checkout-pane-payment-information > legend {
  display: none;
}
.checkout-form__main .checkout-pane-cpl-shipping-method .form-composite .fieldset-wrapper,
.checkout-form__main .checkout-pane-payment-information .form-composite .fieldset-wrapper {
  background: #fff;
  border-radius: 16px;
}
.checkout-form__main .checkout-pane-cpl-shipping-method .form-composite .fieldset-wrapper .js-form-item,
.checkout-form__main .checkout-pane-payment-information .form-composite .fieldset-wrapper .js-form-item {
  margin: 0 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.checkout-form__main .checkout-pane-cpl-shipping-method .form-composite .fieldset-wrapper .js-form-item:not(:last-child):after,
.checkout-form__main .checkout-pane-payment-information .form-composite .fieldset-wrapper .js-form-item:not(:last-child):after {
  content: "";
  background: #f5f5f6;
  height: 1px;
  left: -16px;
  width: calc(100% + 32px);
  display: block;
  position: absolute;
  bottom: 0;
}

.checkout-form__main .checkout-pane-cpl-shipping-method .field--name-shipping-method legend {
  display: none;
}
.checkout-form__main .checkout-pane-cpl-shipping-method .field--name-shipping-method .form-check-label {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.checkout-form__main .checkout-pane-cpl-shipping-method .field--name-shipping-method .form-check-label span {
  font-weight: 500;
}

.checkout-pane-cpl-shipping-message-text {
  margin-bottom: 30px !important;
}
@media (min-width: 1026px) {
  .checkout-pane-cpl-shipping-message-text {
    margin-bottom: 22px !important;
  }
}

.checkout-form__main .address-label,
.checkout-form__main .personal-info-label {
  font-size: 0.8125rem;
  display: block;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 1026px) {
  .checkout-form__main .address-label,
.checkout-form__main .personal-info-label {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1026px) {
  .checkout-form__main .address-label,
.checkout-form__main .personal-info-label {
    margin-bottom: 16px;
    margin-top: 26px;
  }
}
.checkout-form__main .dcom-add-payment-method__billing-information {
  margin-bottom: 0 !important;
}
@media (max-width: 742.98px) {
  .checkout-form__main .dcom-add-payment-method__billing-information .address-label {
    margin-top: 10px !important;
  }
}
.checkout-form__main .form-item-payment-information-payment-method label {
  width: 100%;
}
.checkout-form__main .form-item-payment-information-payment-method .form-check-label .icon::before, .checkout-form__main .form-item-payment-information-payment-method .form-check-label::before {
  font-size: 18px;
}
.checkout-form__main .form-item-payment-information-payment-method .payment-card--label {
  font-size: 15px;
  position: relative;
  width: 100%;
}
.checkout-form__main .form-item-payment-information-payment-method .payment-card--label::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  order: 1;
}
.checkout-form__main .form-item-payment-information-payment-method .payment-card--label span {
  font-weight: 500;
}
.checkout-form__main .checkout-pane-payment-information {
  margin-bottom: 0 !important;
}
.checkout-form__main .checkout-pane-payment-information fieldset legend {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-pane-payment-information fieldset legend {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.checkout-form__main .checkout-pane-payment-information fieldset.form-composite {
  margin-bottom: 0 !important;
}
.checkout-form__main .checkout-pane-payment-information .sq-input {
  min-height: 48px;
  padding: 14px;
}
.checkout-form__main .checkout-pane-payment-information .sq-input:not([name=square-card-number]) + label {
  display: none;
}
.checkout-form__main .checkout-pane-payment-information .sq-input + label {
  top: 0;
  left: 0;
  padding: 0;
  color: #1b1c1f;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: auto;
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-pane-payment-information .sq-input + label {
    font-size: 17px;
  }
}
.checkout-form__main .checkout-pane-payment-information .sq-input + label::after {
  content: "";
  height: 1px;
  width: calc(100% + 32px);
  position: absolute;
  left: -16px;
  bottom: -20px;
  background: #f5f5f6;
}
.checkout-form__main .checkout-pane-payment-information .sq-input[name=square-card-number] {
  margin-top: 66px;
}
.checkout-form__main .checkout-pane-payment-information .field-prefix {
  padding: 16px 16px 0;
  display: block;
  font-size: 13px;
  color: #7d808b;
}
.checkout-form__main .checkout-pane-payment-information [id*=billing-information] [id*=billing-information-select-address],
.checkout-form__main .checkout-pane-payment-information [id*=billing-information] [class*=address-organization],
.checkout-form__main .checkout-pane-payment-information [id*=billing-information] [id*=address-country-code] {
  display: none;
}
.checkout-form__main .checkout-pane-payment-information [id*=billing-information] .address-book-edit-button {
  transform: scale(1.3);
  top: 73px !important;
}
@media (max-width: 570px) {
  .checkout-form__main .checkout-pane-payment-information [id*=billing-information] .address-book-edit-button {
    transform: scale(1.1);
    top: 103px !important;
  }
}
.checkout-form__main .checkout-pane-payment-information .fieldset-legend.billing-address {
  display: block;
}
.checkout-form__main .checkout-pane-payment-information .fieldset-legend {
  margin-bottom: 10px;
}
.checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}
.checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method .label {
  font-size: 0.9375rem;
  display: block;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method .label {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method .label {
    margin-bottom: 20px;
  }
}
.checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method .field--type-address .label {
  font-size: 0.8125rem;
  margin-bottom: 5px;
  margin-top: 5px !important;
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method .field--type-address .label {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1026px) {
  .checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method .field--type-address .label {
    margin-bottom: 10px;
    margin-top: 24px !important;
  }
}
.checkout-form__main .checkout-pane-payment-information .dcom-add-payment-method .address-label {
  margin-top: 30px;
}
.checkout-form__main .checkout-pane-payment-information .field--type-address {
  margin-top: 1.5rem;
}
.checkout-form__main .checkout-pane-payment-information [id*=edit-payment-information-add-payment-method-billing-information-address] .label {
  background: transparent !important;
  border-bottom: 0 !important;
  padding-left: 0 !important;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  flex: 0 0 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9da;
  margin-bottom: 16px;
}
.checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form {
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 16px 16px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-bottom: 0 !important;
}
@media (min-width: 743px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form {
    padding: 24px 24px 0;
  }
}
.checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form + .form-wrapper > .dcom-add-payment-method__copy_fields {
  padding: 0 16px 16px;
  border-radius: 0 0 16px 16px;
  background: #fff;
  margin-bottom: 0 !important;
}
@media (min-width: 743px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form + .form-wrapper > .dcom-add-payment-method__copy_fields {
    padding: 0 24px 24px;
  }
}
.checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .dcom-credit-cart__number {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 743px) and (max-width: 1025.98px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .dcom-credit-cart__number {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .dcom-credit-cart__number {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}
.checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .credit-card-form__expiration {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  width: calc(66.66% - 16px);
  flex: 0 0 calc(66.66% - 16px);
}
@media (min-width: 743px) and (max-width: 1025.98px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .credit-card-form__expiration {
    width: calc(33.33% - 16px);
    flex: 0 0 calc(33.33% - 16px);
  }
}
@media (min-width: 1200px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .credit-card-form__expiration {
    width: calc(33.33% - 16px);
    flex: 0 0 calc(33.33% - 16px);
  }
}
.checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .dcom-credit-cart__security_code {
  width: calc(34.34% - 8px);
  flex: 0 0 calc(34.34% - 8px);
}
@media (min-width: 743px) and (max-width: 1025.98px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .dcom-credit-cart__security_code {
    width: calc(16.66% - 8px);
    flex: 0 0 calc(16.66% - 8px);
  }
}
@media (min-width: 1200px) {
  .checkout-form__main .checkout-pane-payment-information .authorize-net-accept-js-form .dcom-credit-cart__security_code {
    width: calc(16.66% - 8px);
    flex: 0 0 calc(16.66% - 8px);
  }
}
.checkout-form__main .checkout-pane-payment-information .credit-card-form__expiration {
  margin-bottom: 0 !important;
  justify-content: space-between;
}
@media (max-width: 742.98px) {
  .checkout-form__main .checkout-pane-payment-information .credit-card-form__expiration {
    flex-wrap: wrap;
  }
  .checkout-form__main .checkout-pane-payment-information .credit-card-form__expiration > .js-form-item {
    width: 100%;
  }
}
@media (min-width: 743px) {
  .checkout-form__main .checkout-pane-payment-information .credit-card-form__expiration .js-form-item:not([class*=postal-code]) {
    width: 48%;
  }
}
@media (min-width: 743px) {
  .checkout-form__main .checkout-pane-payment-information .credit-card-form__expiration .form-item-payment-information-add-payment-method-payment-details-details-cvv {
    margin-left: 20px;
  }
}
.checkout-form__main .block-sezzle-info {
  margin-top: 20px;
}
.checkout-form__main .block-sezzle-info .fieldset-wrapper {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
}
@media (min-width: 743px) {
  .checkout-form__main .block-sezzle-info .fieldset-wrapper {
    padding: 24px;
  }
}
.checkout-form__main .block-sezzle-info .fieldset-wrapper hr {
  background: #e5e6e8;
  opacity: 1;
}
.checkout-form__main .block-sezzle-info .fieldset-wrapper svg {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

#edit-payment-information-billing-information {
  margin-top: 15px;
}

.is-apple-pay-selected #edit-payment-information-add-payment-method-billing-information {
  display: none;
}
@media (max-width: 1025.98px) {
  .is-apple-pay-selected .checkout-form__footer {
    margin-top: 0 !important;
  }
}
.is-apple-pay-selected .checkout-form__footer #edit-actions-next {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (min-width: 1026px) {
  .is-apple-pay-selected .checkout-form__footer .form-actions {
    flex-direction: row !important;
  }
}

.apple-pay-form {
  position: relative;
  margin-top: 39px;
}
@media (min-width: 1026px) {
  .apple-pay-form {
    margin-top: 0;
  }
}
.apple-pay-form .messages {
  margin-top: 7px;
}

apple-pay-button {
  --apple-pay-button-height: 36px;
  --apple-pay-button-padding: 7px 0px;
}
@media (min-width: 1026px) {
  apple-pay-button {
    width: 200px;
    position: absolute;
    right: 0;
    top: 34px;
    --apple-pay-button-height: 40px;
    --apple-pay-button-padding: 7px 0px;
  }
}

.customer-profile--loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.checkout-form__main .checkout-pane-cpl-commerce-login .form-wrapper__login-option {
  width: 100%;
  padding: 0;
}
.checkout-form__main .checkout-pane-cpl-commerce-login .form-wrapper__login-option legend {
  display: none;
}
.checkout-form__main .checkout-pane-cpl-commerce-login .form-wrapper__login-option .password-confirm-message {
  font-size: 13px;
  color: #7d808b;
  margin-top: 10px;
}
.checkout-form__main .checkout-pane-cpl-commerce-login .form-wrapper__login-option .password-confirm-message span {
  font-weight: 500;
}
.checkout-form__main .checkout-pane-cpl-commerce-login .form-wrapper__login-option .fieldset-wrapper p {
  font-size: 13px;
  color: #7d808b;
}
.checkout-form__main .checkout-pane-cpl-commerce-login .form-wrapper__login-option a {
  font-size: 13px;
}
.checkout-form__main .checkout-pane-cpl-commerce-login ~ a {
  font-size: 15px;
}

@media (max-width: 742.98px) {
  .checkout-completion__header {
    text-align: center;
  }
}
.checkout-completion__header p {
  color: #7d808b;
}
.checkout-completion__header .checkmark-big {
  min-width: 80px;
}
@media (min-width: 743px) {
  .checkout-completion__header .checkmark-big {
    min-width: 113px;
  }
}
.checkout-completion__header .checkout-completion__header-text {
  width: calc(100% - 80px);
}
@media (min-width: 743px) {
  .checkout-completion__header .checkout-completion__header-text {
    width: calc(100% - 113px);
  }
}

.checkout-completion__header-text-icon {
  column-gap: 20px;
  text-align: left;
}
@media (max-width: 742.98px) {
  .checkout-completion__header-text-icon svg,
.checkout-completion__header-text-icon img {
    width: 80px;
    height: auto;
  }
}

.checkout-completion__content {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
}
@media (min-width: 743px) {
  .checkout-completion__content {
    padding: 30px;
  }
}
.checkout-completion__content + .btn {
  margin-bottom: 24px;
}

.checkout-completion__content-item-wrapper {
  font-size: 12px;
  margin: 12px 0;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1026px) {
  .checkout-completion__content-item-wrapper {
    font-size: 13px;
  }
}
.checkout-completion__content-item-wrapper:last-child {
  margin-bottom: 0;
}
.checkout-completion__content-item-wrapper .checkout-completion__content-item-subtitle {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 1026px) {
  .checkout-completion__content-item-wrapper .checkout-completion__content-item-subtitle {
    font-size: 17px;
  }
}
.checkout-completion__content-item-wrapper .checkout-completion__content-item-label {
  width: 132px;
  flex: 0 0 132px;
  color: #7d808b;
}
@media (min-width: 1026px) {
  .checkout-completion__content-item-wrapper .checkout-completion__content-item-label {
    width: 200px;
    flex: 0 0 200px;
  }
}
.checkout-completion__content-item-wrapper .checkout-completion__content-item-content {
  width: calc(100% - 132px);
  flex: 0 0 calc(100% - 132px);
}
@media (min-width: 1026px) {
  .checkout-completion__content-item-wrapper .checkout-completion__content-item-content {
    width: calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
  }
}

.checkout-completion__content-item-text {
  color: #1b1c1f;
}

.checkout-completion__content-item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E6E8;
}
@media (min-width: 743px) {
  .checkout-completion__content-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.commerce-checkout-flow.checkout-step-complete .checkout-pane-order-summary > div.mb-3 {
  margin-bottom: 0 !important;
}
.commerce-checkout-flow.checkout-step-complete .checkout-pane-order-summary > div.mb-3 .views-footer {
  margin-bottom: 0 !important;
}
.commerce-checkout-flow.checkout-step-complete .checkout-pane-completion-message {
  display: flex;
  flex-direction: column;
}
.commerce-checkout-flow.checkout-step-complete .checkout-pane-completion-message .checkout-completion__header {
  order: -5;
}
.commerce-checkout-flow.checkout-step-complete .checkout-pane-completion-message .gift-card-checkout-complete-alert,
.commerce-checkout-flow.checkout-step-complete .checkout-pane-completion-message .delivery-estimated-alert {
  order: -3;
  margin-bottom: 22px;
}

.checkout-pane-checkout-upsell {
  background: linear-gradient(87.81deg, #f9d9d9 0.39%, #e1c0fb 102.95%);
  padding: 40px 15px 30px;
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  margin-bottom: 20px !important;
  display: none;
}
@media (min-width: 1026px) {
  .checkout-pane-checkout-upsell {
    left: -30px;
    width: calc(100% + 60px);
    padding: 40px 30px 30px;
  }
}
.checkout-pane-checkout-upsell .btn-close {
  position: absolute;
  right: 15px;
  top: 0;
}
@media (min-width: 1026px) {
  .checkout-pane-checkout-upsell .btn-close {
    right: 30px;
  }
}
.checkout-pane-checkout-upsell legend {
  margin-bottom: 15px;
  position: relative;
  top: 40px;
  float: none;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 140%;
  font-size: 17px;
}
.checkout-pane-checkout-upsell [class*=product--variation] {
  margin-bottom: 0;
}
.checkout-pane-checkout-upsell .fieldset-wrapper,
.checkout-pane-checkout-upsell .variations-common-elements {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.checkout-pane-checkout-upsell .shipping-badge {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  width: 100%;
}
.checkout-pane-checkout-upsell .form-actions .btn::before {
  content: none !important;
}
.checkout-pane-checkout-upsell .price {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.checkout-pane-checkout-upsell .price .product-card__price-new {
  font-weight: 500;
  font-size: 15px;
  color: #1b1c1f;
}
.checkout-pane-checkout-upsell .checkout-upsell-product {
  width: 20%;
}
.checkout-pane-checkout-upsell .checkout-upsell-product-variation {
  padding-left: 15px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 742.98px) {
  .checkout-pane-checkout-upsell .checkout-upsell-product-variation {
    flex-wrap: wrap;
  }
  .checkout-pane-checkout-upsell .checkout-upsell-product-variation .order-item-promotion {
    flex-direction: row;
    column-gap: 8px;
    align-items: center;
  }
  .checkout-pane-checkout-upsell .checkout-upsell-product-variation .cart-item-last {
    margin-left: 0;
    align-items: flex-start;
    margin-top: 10px;
  }
  .checkout-pane-checkout-upsell .checkout-upsell-product-variation .order-item-promotion-items {
    margin-top: 0;
  }
}
.checkout-pane-checkout-upsell .title {
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 743px) {
  .checkout-pane-checkout-upsell .title {
    font-size: 15px;
    padding-right: 15px;
  }
}
.checkout-pane-checkout-upsell .variations-common-elements {
  margin-top: 20px;
}
@media (max-width: 742.98px) {
  .checkout-pane-checkout-upsell .variations-common-elements {
    flex-wrap: nowrap;
  }
  .checkout-pane-checkout-upsell .variations-common-elements .form-actions .button {
    font-size: 15px;
    padding: 13px 10px;
  }
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form label {
  display: none;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .form-actions {
  flex-grow: 1;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .form-actions .btn {
  background: transparent;
  color: #ff6d00;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
  padding: 12px 20px;
  font-weight: 500;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .form-actions .btn::before {
  content: "";
  height: 30px;
  width: 30px;
  transition: background-color 0.3s ease;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .form-actions .btn:hover {
  background: #ff6d00;
  color: #fff;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .form-actions .btn:hover::before {
  transition: background-color 0.3s ease;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .mb-3 {
  margin: 0 !important;
}

.checkout-upsell__add-to-cart-form .js-form-type-number {
  display: flex;
  width: 120px;
  border: 1px solid #e5e6e8;
  border-radius: 16px;
  text-align: center;
  align-items: center;
  background: #fff;
  margin-bottom: 0;
  padding: 9px 0;
  height: 50px !important;
  min-width: 120px;
}
@media (max-width: 742.98px) {
  .checkout-upsell__add-to-cart-form .js-form-type-number {
    width: 96px;
    height: 36px;
  }
}
.checkout-upsell__add-to-cart-form .js-form-type-number input[type=number] {
  font-size: 0.9375rem;
  color: #1b1c1f;
  width: 40px;
  border: 0;
  text-align: center;
  appearance: none;
  outline: none;
  -moz-appearance: textfield;
  background: #fff;
  padding: 2px 0 0;
}
@media (min-width: 1026px) {
  .checkout-upsell__add-to-cart-form .js-form-type-number input[type=number] {
    font-size: 0.9375rem;
  }
}
.checkout-upsell__add-to-cart-form .js-form-type-number input::-webkit-outer-spin-button,
.checkout-upsell__add-to-cart-form .js-form-type-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-upsell__add-to-cart-form .js-form-type-number .quantity-button {
  cursor: pointer;
  width: 40px;
}
@media (max-width: 742.98px) {
  .checkout-upsell__add-to-cart-form .js-form-type-number .quantity-button {
    width: 35px;
  }
  .checkout-upsell__add-to-cart-form .js-form-type-number .quantity-button i {
    font-size: 13px;
  }
}
.checkout-upsell__add-to-cart-form .js-form-type-number .quantity-button.quantity-down {
  order: -1;
}

.delivery-estimated-alert {
  display: flex;
  padding: 20px;
  gap: 12px;
  border-radius: 16px;
  background-color: #d5f9b9;
  color: #58a856;
}
@media (min-width: 743px) {
  .delivery-estimated-alert {
    gap: 18px;
  }
}
.delivery-estimated-alert .icon {
  margin-top: 6px;
  flex: 0 0 40px;
}

.delivery-estimated-alert__text {
  font-size: 12px;
  text-align: left;
}
@media (min-width: 1026px) {
  .delivery-estimated-alert__text {
    font-size: 13px;
  }
}

.gift-card-checkout-complete-alert {
  display: flex;
  padding: 20px;
  gap: 12px;
  border-radius: 16px;
  background-color: #fef7ed;
  color: #f3b352;
}
@media (min-width: 743px) {
  .gift-card-checkout-complete-alert {
    gap: 18px;
  }
}
.gift-card-checkout-complete-alert .icon {
  margin-top: 6px;
  flex: 0 0 40px;
}

.gift-card-checkout-complete-alert__text {
  font-size: 12px;
  text-align: left;
  align-self: center;
}
@media (min-width: 1026px) {
  .gift-card-checkout-complete-alert__text {
    font-size: 13px;
  }
}
@media (min-width: 743px) {
  .gift-card-checkout-complete-alert__text br {
    display: none;
  }
}

.checkout-sidebar-footer-icons {
  font-size: 12px;
  max-width: 460px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #b6b3b3;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1026px) {
  .checkout-sidebar-footer-icons {
    font-size: 13px;
  }
}
@media (min-width: 1026px) {
  .checkout-sidebar-footer-icons {
    margin: 20px auto 0;
  }
}
.checkout-sidebar-footer-icons li {
  flex: 1;
}
.checkout-sidebar-footer-icons img {
  display: block;
  margin: 0 auto 8px;
}

.checkout-pane-cpl-shipping-extra-options {
  font-size: 13px;
  background-color: #ebedff;
  color: #425aff;
  border: 1px solid #425aff;
  border-radius: 4px;
  padding: 12px 16px;
  margin-top: 48px;
}
@media (min-width: 1026px) {
  .checkout-pane-cpl-shipping-extra-options {
    font-size: 15px;
  }
}
.checkout-pane-cpl-shipping-extra-options .fieldset-legend {
  font-weight: 600;
}
.checkout-pane-cpl-shipping-extra-options .form-check-input {
  flex-shrink: 0;
  float: none;
  transform: translateY(-1px);
}
.checkout-pane-cpl-shipping-extra-options .form-check {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (min-width: 1026px) {
  .checkout-pane-cpl-shipping-extra-options .form-check {
    margin-bottom: 12px;
  }
}
@media (max-width: 529px) {
  .checkout-pane-cpl-shipping-extra-options .form-check .form-check-label {
    margin-right: 5px;
  }
  .checkout-pane-cpl-shipping-extra-options .form-check .exclamation-mark {
    margin-left: auto;
  }
  .checkout-pane-cpl-shipping-extra-options .form-check:nth-child(2) .exclamation-mark {
    transform: translate(2px, 1px);
  }
}
.checkout-pane-cpl-shipping-extra-options .form-check-label {
  font-size: 13px;
  font-weight: 300;
  margin-left: 9px;
}
@media (min-width: 1026px) {
  .checkout-pane-cpl-shipping-extra-options .form-check-label {
    font-size: 15px;
  }
}

#shipping-extra-options {
  margin-top: 20px;
  color: #2d2d2d;
}
#shipping-extra-options span {
  font-weight: 500;
  padding-left: 10px;
}
@media (min-width: 530px) {
  #shipping-extra-options span {
    margin-left: auto;
  }
}

.ui-widget-overlay {
  background: #000 !important;
  opacity: 0.7 !important;
  z-index: 102 !important;
}

div.ui-reward-popup {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
  z-index: 103 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-height: calc(100vh - 120px) !important;
}
@media (min-width: 743px) and (max-width: 1025px) {
  div.ui-reward-popup {
    width: 98% !important;
  }
}
@media (max-width: 742.98px) {
  div.ui-reward-popup {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    max-height: 100vh !important;
  }
}
div.ui-reward-popup .ui-widget-header {
  background: var(--modal-header-gradient, linear-gradient(78.49deg, #fff7c4 0%, #ffcbae 98.83%));
  border: none;
  display: flex;
  align-items: center;
}
div.ui-reward-popup .ui-widget-header .ui-button {
  border: none;
  background: none;
  position: static !important;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 0 !important;
  width: 16px;
  height: 16px;
}
div.ui-reward-popup .ui-widget-header .ui-button .ui-icon {
  position: static;
  display: block;
  margin: 0 !important;
  background: url(/themes/custom/dcom_theme/images/close.svg) center no-repeat !important;
}
div.ui-reward-popup .ui-widget-content {
  width: 100% !important;
  max-height: 100% !important;
}
div.ui-reward-popup .ui-dialog-title {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  overflow: visible;
  white-space: normal;
  width: 80% !important;
}
div.ui-reward-popup .ui-dialog-title::before {
  content: "";
  display: inline-block;
  background: url(/themes/custom/dcom_theme/images/reward.svg) center no-repeat;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
div.ui-reward-popup .ui-dialog-content {
  padding: 0;
}
div.ui-reward-popup button {
  font-family: inherit !important;
  font-size: 15px !important;
}

div.ui-reward-popup.ui-pwa-popup .ui-dialog-title::before {
  background: url(/themes/custom/dcom_theme/images/notification.svg) center;
}

div.ui-reward-popup--danger .ui-widget-header {
  background: linear-gradient(97.09deg, #fbba95 1.76%, #fef5a2 96.9%);
}
div.ui-reward-popup--danger .ui-dialog-title::before {
  background: url(/themes/custom/dcom_theme/images/close-circle-danger.svg) center no-repeat;
}

div.ui-reward-popup--success .ui-dialog-title::before {
  background: url(/themes/custom/dcom_theme/images/success-checkmark.svg) center no-repeat;
}

.path-checkout {
  background: #f5f5f6;
}
@media (max-width: 742.98px) {
  .path-checkout #drift-frame-chat,
.path-checkout #drift-frame-controller,
.path-checkout .uwy,
.path-checkout .uwy.uon {
    display: none !important;
  }
}

.form-item-dcom-agechecker-verification-date-of-birth {
  margin-top: 32px;
}

.cart-block__total-line--discount .cart-block__total-label::after {
  background-position: -1em -140.5em;
  width: 0.8125em;
  height: 0.8125em;
}
.cart-block__total-line--discount .cart-block__total-label::after {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("/sites/reupd.com/themes/reupd/images/sprite/sprite.svg?v=548.625");
  background-repeat: no-repeat;
  background-size: 10.3125em 548.625em;
  font-size: 16px;
  margin-left: 10px;
}

.dcom-cart-free-shipping-message {
  border-radius: 16px;
  background: linear-gradient(78.49deg, #ffec7d 0%, #fabc73 98.83%);
}

.cart-item-remove .icon {
  font-size: 13px !important;
}

.cart-block--offcanvas-cart-table__quantity .quantity-button .icon {
  font-size: 15px;
}

.checkout-form__sidebar-inner {
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(57, 57, 57, 0.05);
  border-radius: 16px;
}
.checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion .order-total-line-label::after {
  background-position: -1em -140.5em;
  width: 0.8125em;
  height: 0.8125em;
}
.checkout-form__sidebar-inner .total-price .order-total-line__adjustment--promotion .order-total-line-label::after {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("/sites/reupd.com/themes/reupd/images/sprite/sprite.svg?v=548.625");
  background-repeat: no-repeat;
  background-size: 10.3125em 548.625em;
  margin-left: 10px;
}
.checkout-form__sidebar-inner .checkout-summary__header button::after {
  background: transparent url("/sites/reupd.com/themes/reupd/images/icon/select-icon--grey.svg") no-repeat right center;
  background-size: 16px 12px;
}

.checkout-pane-cpl-shipping-information .address-book-edit-button,
.dcom-add-payment-method__billing-information .address-book-edit-button,
.subscription-profile-edit-form .address-book-edit-button,
#edit-payment-information-billing-information .address-book-edit-button {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #2d2d2d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 11px 32px;
  font-size: 0.9375rem;
  border-radius: 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #ff6d00;
  color: #fff;
  background-size: 50%;
  background-color: #fff;
  font-size: 0;
  height: 33px;
  width: 33px;
  padding: 0;
  transition: box-shadow 0.3s ease;
  display: block;
  border: 1px solid #adadad;
  position: relative;
  background: url("/sites/reupd.com/themes/reupd/images/icon/edit.svg") no-repeat;
  position: relative;
  background-position: center, 40px !important;
  position: absolute;
  top: 115px;
  right: 10px;
  border: none;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button:hover, .checkout-pane-cpl-shipping-information .address-book-edit-button:active, .checkout-pane-cpl-shipping-information .address-book-edit-button:focus,
.dcom-add-payment-method__billing-information .address-book-edit-button:hover,
.dcom-add-payment-method__billing-information .address-book-edit-button:active,
.dcom-add-payment-method__billing-information .address-book-edit-button:focus,
.subscription-profile-edit-form .address-book-edit-button:hover,
.subscription-profile-edit-form .address-book-edit-button:active,
.subscription-profile-edit-form .address-book-edit-button:focus,
#edit-payment-information-billing-information .address-book-edit-button:hover,
#edit-payment-information-billing-information .address-book-edit-button:active,
#edit-payment-information-billing-information .address-book-edit-button:focus {
  background-color: #e6442a;
  color: #fff;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button::after,
.dcom-add-payment-method__billing-information .address-book-edit-button::after,
.subscription-profile-edit-form .address-book-edit-button::after,
#edit-payment-information-billing-information .address-book-edit-button::after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  height: 30px;
  font-size: 8px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  background: #7d808b;
  border-radius: 2px;
  padding: 4px;
  top: -40px;
  width: 250%;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: -5px;
  min-width: 70px;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button::before,
.dcom-add-payment-method__billing-information .address-book-edit-button::before,
.subscription-profile-edit-form .address-book-edit-button::before,
#edit-payment-information-billing-information .address-book-edit-button::before {
  position: absolute;
  top: -10px;
  left: 5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #7d808b transparent transparent transparent;
  opacity: 0;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button:active, .checkout-pane-cpl-shipping-information .address-book-edit-button:focus,
.dcom-add-payment-method__billing-information .address-book-edit-button:active,
.dcom-add-payment-method__billing-information .address-book-edit-button:focus,
.subscription-profile-edit-form .address-book-edit-button:active,
.subscription-profile-edit-form .address-book-edit-button:focus,
#edit-payment-information-billing-information .address-book-edit-button:active,
#edit-payment-information-billing-information .address-book-edit-button:focus {
  background-color: #fff;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button:hover,
.dcom-add-payment-method__billing-information .address-book-edit-button:hover,
.subscription-profile-edit-form .address-book-edit-button:hover,
#edit-payment-information-billing-information .address-book-edit-button:hover {
  background-color: #fff;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button:hover::before, .checkout-pane-cpl-shipping-information .address-book-edit-button:hover::after,
.dcom-add-payment-method__billing-information .address-book-edit-button:hover::before,
.dcom-add-payment-method__billing-information .address-book-edit-button:hover::after,
.subscription-profile-edit-form .address-book-edit-button:hover::before,
.subscription-profile-edit-form .address-book-edit-button:hover::after,
#edit-payment-information-billing-information .address-book-edit-button:hover::before,
#edit-payment-information-billing-information .address-book-edit-button:hover::after {
  opacity: 1;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button:active, .checkout-pane-cpl-shipping-information .address-book-edit-button:focus, .checkout-pane-cpl-shipping-information .address-book-edit-button:hover,
.dcom-add-payment-method__billing-information .address-book-edit-button:active,
.dcom-add-payment-method__billing-information .address-book-edit-button:focus,
.dcom-add-payment-method__billing-information .address-book-edit-button:hover,
.subscription-profile-edit-form .address-book-edit-button:active,
.subscription-profile-edit-form .address-book-edit-button:focus,
.subscription-profile-edit-form .address-book-edit-button:hover,
#edit-payment-information-billing-information .address-book-edit-button:active,
#edit-payment-information-billing-information .address-book-edit-button:focus,
#edit-payment-information-billing-information .address-book-edit-button:hover {
  border-color: #ed152b;
  background: url("/sites/reupd.com/themes/reupd/images/icon/edit-hover.svg") no-repeat;
}
.checkout-pane-cpl-shipping-information .address-book-edit-button:active::after, .checkout-pane-cpl-shipping-information .address-book-edit-button:focus::after, .checkout-pane-cpl-shipping-information .address-book-edit-button:hover::after,
.dcom-add-payment-method__billing-information .address-book-edit-button:active::after,
.dcom-add-payment-method__billing-information .address-book-edit-button:focus::after,
.dcom-add-payment-method__billing-information .address-book-edit-button:hover::after,
.subscription-profile-edit-form .address-book-edit-button:active::after,
.subscription-profile-edit-form .address-book-edit-button:focus::after,
.subscription-profile-edit-form .address-book-edit-button:hover::after,
#edit-payment-information-billing-information .address-book-edit-button:active::after,
#edit-payment-information-billing-information .address-book-edit-button:focus::after,
#edit-payment-information-billing-information .address-book-edit-button:hover::after {
  content: "Edit";
}

.profile-type--customer {
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(57, 57, 57, 0.05);
  border-radius: 16px;
}

.checkout-pane-cpl-shipping-information .btn.btn-primary:hover {
  background-image: url("/sites/reupd.com/themes/reupd/images/edit-hover.svg") center no-repeat !important;
  background-color: transparent !important;
  border-color: #ed152b !important;
}

.commerce-subscription__customer-information-item .profile-type--customer {
  background-color: transparent;
  box-shadow: none;
}

.checkout-form__main .checkout-form__footer .checkout-form__back-button::before,
.checkout-form__main .checkout-form__footer .form-actions a::before {
  background: url("/sites/reupd.com/themes/reupd/images/icon/chevron-right-blue.svg") center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  transform: rotate(-180deg);
  height: 10px;
  width: 6px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.checkout-form__main .link--previous::before {
  background: url("/sites/reupd.com/themes/reupd/images/icon/chevron-right-blue.svg") center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  transform: rotate(-180deg);
  height: 10px;
  width: 6px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

.checkout-progress .checkout-progress--step__previous {
  color: #7d808b;
}
.checkout-progress .checkout-progress--step__current {
  font-weight: 700;
}

.checkout-summary__content-inner {
  flex-direction: column;
}

@media (max-width: 1025.98px) {
  .checkout-form__sidebar-inner {
    border-radius: 0;
  }
}

.button-add-line::before {
  background-position: -1em -398.75em;
  width: 1em;
  height: 1em;
}
.button-add-line::before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("/sites/reupd.com/themes/reupd/images/sprite/sprite.svg?v=548.625");
  background-repeat: no-repeat;
  background-size: 10.3125em 548.625em;
  margin-right: 10px;
  margin-bottom: 2px;
}

div[id*=edit-cpl-shipping-method-shipments-0-shipping-method] {
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(57, 57, 57, 0.05);
  border-radius: 16px;
}

.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon--unionpay {
  display: none;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon {
  font-size: 16px;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon::before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("/sites/reupd.com/themes/reupd/images/sprite/sprite.svg?v=548.625");
  background-repeat: no-repeat;
  background-size: 10.3125em 548.625em;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon--visa::before {
  background-position: -1em -530.75em;
  width: 2.75em;
  height: 1.6875em;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon--mastercard::before {
  background-position: -1em -292.125em;
  width: 2.75em;
  height: 1.6875em;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon--amex::before {
  background-position: -1em -27.125em;
  width: 2.125em;
  height: 1.5em;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon--dinersclub::before {
  background-position: -1em -137em;
  width: 2.125em;
  height: 1.5em;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon--discover::before {
  background-position: -1em -143.3125em;
  width: 2.125em;
  height: 1.5em;
}
.checkout-form__main .checkout-pane-payment-information .payment-method-icon-list .payment-method-icon--jcb::before {
  background-position: -1em -279.375em;
  width: 2.75em;
  height: 1.71875em;
}
.checkout-form__main .checkout-pane-payment-information .form-item-payment-information-payment-method > input[id*=sezzle] + label {
  position: relative;
}
.checkout-form__main .checkout-pane-payment-information .form-item-payment-information-payment-method > input[id*=sezzle] + label::before {
  background-position: -1em -440.3125em;
  width: 2.75em;
  height: 1.6875em;
}
.checkout-form__main .checkout-pane-payment-information .form-item-payment-information-payment-method > input[id*=sezzle] + label::before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("/sites/reupd.com/themes/reupd/images/sprite/sprite.svg?v=548.625");
  background-repeat: no-repeat;
  background-size: 10.3125em 548.625em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.checkout-form__main .checkout-pane-payment-information .form-item-payment-information-payment-method > input[id*=apple-pay] + label {
  position: relative;
}
.checkout-form__main .checkout-pane-payment-information .form-item-payment-information-payment-method > input[id*=apple-pay] + label::before {
  background-position: -1em -34.875em;
  width: 2.75em;
  height: 1.6875em;
}
.checkout-form__main .checkout-pane-payment-information .form-item-payment-information-payment-method > input[id*=apple-pay] + label::before {
  content: " ";
  vertical-align: middle;
  display: inline-block;
  background-image: url("/sites/reupd.com/themes/reupd/images/sprite/sprite.svg?v=548.625");
  background-repeat: no-repeat;
  background-size: 10.3125em 548.625em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

div[id*=edit-payment-information-payment-method] {
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(57, 57, 57, 0.05);
  border-radius: 16px;
}

.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .form-actions .btn::before {
  background: url("/sites/reupd.com/themes/reupd/images/icon/shopping-cart-orange.svg") center no-repeat;
}
.checkout-pane-checkout-upsell .checkout-upsell__add-to-cart-form .form-actions .btn:hover::before {
  background: url("/sites/reupd.com/themes/reupd/images/icon/shopping-cart-white.svg") center no-repeat;
}