body#checkout {
  background-color: #f4f4f4;
}

body#checkout .container {
  min-height: unset;
}

.media-list {
  margin: 0;
}

body#checkout .media-body {
  width: auto;
}

#checkout .card {
  border: 0;
}

#cart .product-price {
  font-size: 20px;
  margin-bottom: 10px;
  margin-bottom: 0;
}

#cart .product-price .gift {
  font-size: 14px;
}

#cart .product-price~.product-line-info * {
  font-size: 12px;
  line-height: 12px;
}

.product-line-grid-right .cart-line-product-actions {
  line-height: 0;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart {
  margin-top: 0;
}

#checkout header {
  position: relative;
}

.checkout-header {
  border-bottom: 1px solid black;
  padding: 15px 0;
}

.checkout-header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 15px;
  width: 100%;
}

.checkout-steps-wrapper {
  padding: 30px 0;
}

.checkout-steps {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

.checkout-steps:after {
  border-top: 1px dashed #cbcbcb;
  bottom: 9px;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
  z-index: -1;
}

.checkout-steps__item__inner {
  position: relative;
}

.checkout-steps__item__inner p {
  color: var(--secondary);
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -25px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.checkout-steps__item.enabled.last .checkout-steps__item__inner p {
  color: var(--secondary);
}

.checkout-steps__item.enabled:before {
  border-top: 1px solid var(--secondary);
  bottom: 9px;
  content: "";
  height: 1px;
  position: absolute;
  width: calc(25% - 31px);
  z-index: 0;
}

.checkout-steps__item:after {
  border-top: 1px dashed #fff;
  bottom: 9px;
  content: "";
  height: 1px;
  position: absolute;
  width: calc(25% - 31px);
  z-index: 0;
}

.checkout-steps__item.enabled .checkout-steps__dot {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.checkout-steps__item.enabled.last .checkout-steps__dot {
  background: radial-gradient(black 0%, black 20%, var(--secondary) 20%);
  border-color: black;
}

.checkout-steps>.checkout-steps__item.activate-step1.enabled:before {
  display: none;
}

.checkout-steps>.checkout-steps__item.activate-step2.enabled:before {
  left: calc(0% + 35px);
}

.checkout-steps>.checkout-steps__item.activate-step3.enabled:before {
  left: calc(25% + 21px);
}

.checkout-steps>.checkout-steps__item.activate-step4.enabled:before {
  left: calc(50% + 10px);
}

.checkout-steps>.checkout-steps__item.activate-step5.enabled:before {
  left: calc(75% - 1px);
}

.checkout-steps>.checkout-steps__item.activate-step1:after {
  left: calc(0% + 35px);
}

.checkout-steps>.checkout-steps__item.activate-step2:after {
  left: calc(25% + 21px);
}

.checkout-steps>.checkout-steps__item.activate-step3:after {
  left: calc(50% + 10px);
}

.checkout-steps>.checkout-steps__item.activate-step4:after {
  left: calc(75% - 3px);
}

.checkout-steps>.checkout-steps__item.activate-step5:after {
  display: none;
}

.checkout-steps__dot {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  display: block;
  height: 20px;
  margin: 25px auto 0 auto;
  width: 20px;
}

#cart #wrapper,
#checkout #wrapper {
  background-color: #f4f4f4;
  padding: 0;
}

#cart .cart-grid,
body#checkout section#content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 50px 0 100px 0;
  margin-bottom: 0;
}

body#cart .cart-grid-body,
body#checkout section#content .cart-grid-body {
  width: 66.66%;
}

body#cart .cart-grid-right,
body#checkout section#content .cart-grid-right {
  width: 33.33%;
}

#cart .cart-grid-body,
#cart .card {
  margin-bottom: 0;
}

.cart-grid-body {
  background-color: white;
  padding: 30px;
}

.cart-grid-body .card-block {
  padding: 0;
}

#cart .cart-grid-body .card-block h1 {
  border-bottom: 1px solid #ddd;
  color: black;
  font-size: 25px;
  margin: 0 0 20px 0;
  padding-bottom: 30px;
  text-align: center;
  text-transform: unset;
}

.cart-grid-body .cart-overview {
  padding: 0;
}

.card-block.cart-summary-totals {
  padding: 15px 0;
}

#cart .cart-summary {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 30px;
}

#cart .cart-summary .card-block:not(.cart-summary-totals) {
  padding: 0;
}

#cart .cart-items {
  list-style: none;
}

.product-line-grid {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr 4fr;
  gap: 30px;
}

.product-line-grid-left,
.product-line-grid-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-line-grid > .product-line-grid-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.cart-product-line-right {
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

#cart .product-line-info a.label {
  font-size: 16px;
  font-weight: 700;
}

#cart .product-line-info .label,
#cart .product-line-info .value,
#cart-summary-product-list .product-line-info .label,
#cart-summary-product-list .product-line-info .value {
  color: black;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

#cart .ndk-rowcustomization,
#cart .ndkCartRender-controls {
  display: none;
}

#cart .bootstrap-touchspin .input-group-btn-vertical {
  position: unset;
}

#cart input.js-cart-line-product-quantity.form-control {
  background: #f7f7f7;
  border: 0;
  padding: 10px 0 !important;
  text-align: center;
  width: 3rem !important;
}

#cart button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up,
#cart button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
  background-color: #f7f7f7;
  border: 0;
  height: auto;
  left: 1px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#cart button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up {
  border-radius: 50px 50px 0 0;
  top: 0;
  transform: translateY(-100%);
  padding: 8px 0 0 0;
}

#cart button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
  border-radius: 0 0 50px 50px;
  bottom: 0;
  transform: translateY(100%);
  padding: 0 0 8px 0;
}

#cart button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up i,
#cart button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down i {
  position: unset;
}

.product-price {
  color: black;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  background-color: transparent;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  color: black;
}

.card-block.checkout {
  padding-bottom: 0;
}

.promo-code {
  position: relative;
}

.promo-code .promo-input {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 8px 10px;
  width: 100%;
}

.block-promo .promo-code {
  padding: 0 0 15px 0;
}

.block-promo .promo-code form {
  display: flex;
}

.block-promo .promo-input+button {
  background: black;
  border-radius: 4px;
  border: 0;
  margin-left: 15px;
  margin-top: 0;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}

.block-promo .promo-input+button svg>* {
  fill: white;
}

.checkout-step:not(.-current) {
  display: none;
}

body#checkout .step-number {
  display: none !important;
}

body#checkout section.checkout-step {
  border: 0;
}

body#checkout section.checkout-step .step-title {
  color: black;
  font-size: 25px;
  margin-bottom: 40px;
  padding: 0 0 30px 0 !important;
  text-align: center;
  text-transform: unset;
}

.form-control {
  background-color: transparent;
}

body#checkout section.checkout-step .forgot-password {
  margin-bottom: 15px;
  margin-left: 0;
}

body#checkout section.checkout-step .address-item {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  flex: 0 1 100%;
  justify-content: space-between;
}

body#checkout section.checkout-step .address-item.selected {
  border: 0;
}

body#checkout section.checkout-step .radio-block {
  align-items: center;
  display: flex;
}

body#checkout section.checkout-step .radio-block>.custom-radio+div {
  margin-left: 15px;
}

body#checkout section.checkout-step .address {
  margin-left: 0;
}

body#checkout section.checkout-step .add-address a {
  color: black;
  text-decoration: underline;
}

.checkout-address-subtitle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.checkout-address-subtitle h2 {
  color: black;
  font-size: 20px;
  font-weight: 700;
}

.activate-step1,
.activate-step2,
.activate-step3,
.activate-step4,
.activate-step5 {
  cursor: default;
  pointer-events: none;
}

.activate-step1.enabled,
.activate-step2.enabled,
.activate-step3.enabled,
.activate-step4.enabled,
.activate-step5.enabled {
  cursor: pointer;
  pointer-events: unset;
}

.checkout-summary-title {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin: 35px 0;
}

.checkout-summary-title .material-icons {
  display: none;
}

#checkout #js-checkout-summary {
  background-color: transparent;
  margin-bottom: 0;
}

#checkout #js-checkout-summary .card-block {
  background-color: white;
  padding: 0;
}

#checkout #cart-summary-product-list .media {
  align-items: center;
  border-bottom: 3px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  overflow: visible;
  padding: 15px 30px;
}

#checkout #cart-summary-product-list .media-left a {
  display: block;
  position: relative;
}

#checkout #cart-summary-product-list .media-body {
  font-weight: 700;
  padding: 0 30px;
}

#checkout #cart-summary-product-list .product-quantity {
  align-items: center;
  background-color: black;
  border-radius: 12px;
  color: white;
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: -12px;
  top: -3px;
  width: 24px;
}

#checkout #cart-summary-product-list .product-price {
  font-size: 14px;
  margin-bottom: 0;
}

#checkout .cart-summary-subtotals-container {
  padding: 30px 30px 15px 30px !important;
}

#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding: 15px 30px 30px 30px !important;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  border: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

body#checkout section.checkout-step .delivery-options .delivery-option.active {
  background-color: #fafafa;
  border-color: black;
}

body#checkout section.checkout-step .carrier-name {
  font-size: 15px;
  font-weight: 700;
}

body#checkout .payment-options .payment-option-item {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding: 20px;
}

body#checkout .payment-options .payment-option-item.active {
  background-color: #fafafa;
  border-color: black;
}

body#checkout .payment-options .payment-option-item img {
  display: none;
}

body#checkout section.checkout-step .payment-options label {
  text-align: left;
}

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 0;
}

body#checkout .additional-information {
  margin-left: 0;
}

.checkout-footer-reassurance-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.checkout-footer-reassurance-item {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 60px;
  position: relative;
  text-align: center;
  width: 25%;
}

.checkout-footer-reassurance-item p {
  margin-bottom: 0;
}

.checkout-footer-reassurance-wrapper>.checkout-footer-reassurance-item:not(:first-child):after {
  background-color: #484848;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.checkout-account-toggle-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.checkout-account-toggle {
  margin: 0 10px;
}

.checkout-account-tab:not(.active) {
  display: none;
}

.checkout-mobile-step {
  display: none;
}

body#order-confirmation .h1 {
  color: black;
  font-size: 25px;
  font-weight: 700;
  text-transform: inherit;
}

body#order-confirmation #order-items .h3 {
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-transform: inherit;
}

body#order-confirmation #order-details>.card-title {
  color: black;
  font-size: 20px;
  font-weight: 700;
  text-transform: inherit;
}

@media (max-width: 991px) {
  body#cart .container,
  body#checkout .container {
    padding: 0 30px;
  }

  .card {
    background-color: #fff;
  }

  #cart .cart-grid,
  body#checkout section#content {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 30px 0 50px 0;
  }

  body#cart .cart-grid-body,
  body#checkout section#content .cart-grid-body,
  body#cart .cart-grid-right,
  body#checkout section#content .cart-grid-right {
    width: 100%;
  }

  #checkout #wrapper {
    padding: 0;
  }

  .checkout-steps-wrapper {
    padding: 30px 15px;
  }

  .checkout-steps {
    justify-content: center;
  }

  .checkout-steps:after,
  .checkout-steps__dot,
  .checkout-steps__item:not(.enabled.last),
  .checkout-steps>.checkout-steps__item:after,
  .checkout-steps>.checkout-steps__item:before {
    display: none;
  }

  .checkout-steps__item__inner p {
    font-size: 16px;
    margin-bottom: 0;
    position: unset;
    transform: none;
  }

  .checkout-mobile-step {
    display: inline-block;
    font-weight: 400;
  }

  #cart .cart-grid-body .card-block h1 {
    font-size: 18px;
    margin: 10px 0 20px 0;
  }

  #cart .product-line-info a.label {
    font-size: 12px;
    line-height: 16px;
  }

  .product-line-grid-left,
  .product-line-grid-body,
  .product-line-grid-right {
    display: block;
  }

  #cart .product-price {
    font-size: 12px;
    margin-bottom: 0;
  }

  .product-line-grid-right .cart-line-product-actions .remove-from-cart i,
  .product-line-grid-right .product-price .remove-from-cart i {
    font-size: 15px;
  }

  .product-line-grid-body {
    margin-bottom: 0;
  }

  .checkout-footer-reassurance-item {
    padding: 30px 60px;
    width: 100%;
  }

  .checkout-footer-reassurance-wrapper>.checkout-footer-reassurance-item:not(:first-child):after {
    height: 1px;
    left: 50%;
    right: unset;
    top: 0;
    transform: translateX(-50%);
    width: 80%;
  }

  #checkout #content>.row {
    display: flex;
    flex-direction: column-reverse;
  }

  .checkout-summary-title {
    background-color: white;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 15px;
    text-align: center;
  }

  .checkout-summary-title .material-icons {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
  }

  .checkout-summary-title.active .material-icons {
    transform: rotate(-180deg);
  }

  .product-summary-toggle {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }

  #checkout #cart-summary-product-list .media,
  #checkout .cart-summary-subtotals-container,
  #checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 15px !important;
  }

  body#checkout section.checkout-step {
    padding: 0;
  }

  body#checkout section.checkout-step.-current .step-title {
    display: none;
  }

  body#checkout button[type="submit"] {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #cart .cart-summary,
  .cart-grid-body {
    padding: 15px;
  }

  #cart .cart-grid-body .card-block h1 {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .product-line-grid {
    display: grid;
    grid-template-columns: auto 100px 1fr;
    gap: 15px;
  }

  .product-line-grid > .product-line-grid-body {
    display: block;
  }
}

@media (max-width: 575px) {
  .cart-items {
    padding: 0;
  }

  body#checkout section.checkout-step .content {
    padding: 0;
  }
}