#checkoutSidebar #shipping-billing-summary,
#checkoutSidebar .order-recapitulation.summary-service-source-box {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#checkoutSidebar .order-summary h2,
#checkoutSidebar #summary-box h2,
#checkoutSidebar .order-summary-top h2 {
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  line-height: 1.12 !important;
  color: #061e56 !important;
  font-weight: 800 !important;
  margin: 0 0 28px !important;
  font-size: 23px !important;
}

#checkoutSidebar .order-summary .cart-items:not(.gift-items).summary-products-list {
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
}

#checkoutSidebar .order-summary .cart-items:not(.gift-items).summary-products-list.summary-products-scroll {
  max-height: 336px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 22px !important;
  margin-right: -10px !important;
  scrollbar-gutter: stable !important;
}

#checkoutSidebar .order-summary .cart-items:not(.gift-items).summary-products-list.summary-products-scroll::-webkit-scrollbar {
  width: 6px !important;
}

#checkoutSidebar .order-summary .cart-items:not(.gift-items).summary-products-list.summary-products-scroll::-webkit-scrollbar-thumb {
  background: rgba(6, 30, 86, 0.35) !important;
  border-radius: 99px !important;
}

#checkoutSidebar .order-summary .cart-items:not(.gift-items).summary-products-list.summary-products-scroll::-webkit-scrollbar-track {
  background: transparent !important;
}

#checkoutSidebar .order-summary .cart-items:not(.gift-items) .cart-item.summary-product-ready {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  grid-template-areas: "photo name" "photo line" !important;
  column-gap: 14px !important;
  row-gap: 3px !important;
  align-items: center !important;
  padding: 0 0 22px !important;
  margin: 0 !important;
  border: 0 !important;
  min-width: 0 !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-photo {
  grid-area: photo !important;
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  object-fit: contain !important;
  display: block !important;
  align-self: center !important;
  justify-self: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-photo:not([src]),
#checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-photo[src=""] {
  visibility: hidden !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name {
  grid-area: name !important;
  min-width: 0 !important;
  padding: 6px 0 0 !important;
  margin: 0 !important;
  align-self: end !important;
  text-align: left !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name::before,
#checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name::after,
#checkoutSidebar .order-summary .cart-item.cart-item-gift .cart-item-name::before,
#checkoutSidebar .order-summary .cart-item.cart-item-gift .cart-item-name::after,
#checkoutSidebar .order-summary .item-gift .cart-item-name::before,
#checkoutSidebar .order-summary .item-gift .cart-item-name::after,
#checkoutSidebar .order-summary .gift-items .cart-item-name::before,
#checkoutSidebar .order-summary .gift-items .cart-item-name::after {
  content: none !important;
  display: none !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name a,
#checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name .main-link {
  display: block !important;
  color: #061e56 !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-line {
  grid-area: line !important;
  display: grid !important;
  grid-template-columns: minmax(70px, 1fr) 34px minmax(70px, auto) !important;
  column-gap: 5px !important;
  align-items: baseline !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-unit-price {
  color: rgba(6, 30, 86, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  text-align: left !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-amount {
  color: rgba(6, 30, 86, 0.62) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  justify-self: center !important;
  min-width: 0 !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-price {
  color: #061e56 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  padding: 0 2px 0 0 !important;
  margin: 0 !important;
  text-align: right !important;
  justify-self: end !important;
  min-width: 68px !important;
}

#checkoutSidebar .order-summary .cart-item.summary-product-ready.summary-no-image {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: "name" "line" !important;
}

#checkoutSidebar .order-summary .summary-section-divider {
  height: 1px !important;
  width: 100% !important;
  display: block !important;
  background: rgba(6, 30, 86, 0.16) !important;
  margin: 2px 0 10px !important;
  padding: 0 !important;
  clear: both !important;
}

#checkoutSidebar .order-summary .summary-gift-bottom-divider {
  margin: 10px 0 12px !important;
}

#checkoutSidebar .order-summary .gift-items,
#checkoutSidebar .order-summary .cart-items.gift-items {
  margin: 0 !important;
  padding: 2px 0 2px !important;
  overflow: visible !important;
}

#checkoutSidebar .order-summary .cart-item-gift.summary-gift-ready,
#checkoutSidebar .order-summary .item-gift.summary-gift-ready,
#checkoutSidebar .order-summary .gift-items .cart-item.summary-gift-ready {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(72px, auto) !important;
  grid-template-areas: "giftLabel giftEmpty" "giftName giftPrice" !important;
  column-gap: 12px !important;
  row-gap: 4px !important;
  align-items: start !important;
  padding: 0 0 4px !important;
  margin: 0 !important;
  border: 0 !important;
  color: #061e56 !important;
}

#checkoutSidebar .order-summary .cart-item-gift.summary-gift-ready .cart-item-name,
#checkoutSidebar .order-summary .item-gift.summary-gift-ready .cart-item-name,
#checkoutSidebar .order-summary .gift-items .cart-item.summary-gift-ready .cart-item-name {
  display: contents !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#checkoutSidebar .order-summary .summary-gift-label {
  grid-area: giftLabel !important;
  display: block !important;
  color: #061e56 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

#checkoutSidebar .order-summary .summary-gift-name {
  grid-area: giftName !important;
  display: block !important;
  color: #061e56 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  text-align: left !important;
  min-width: 0 !important;
  margin: 0 !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

#checkoutSidebar .order-summary .cart-item-gift.summary-gift-ready .cart-item-price,
#checkoutSidebar .order-summary .item-gift.summary-gift-ready .cart-item-price,
#checkoutSidebar .order-summary .gift-items .cart-item.summary-gift-ready .cart-item-price,
#checkoutSidebar .order-summary .summary-gift-price {
  grid-area: giftPrice !important;
  color: #061e56 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right !important;
  justify-self: end !important;
  align-self: start !important;
}

#checkoutSidebar .order-summary .summary-service-source {
  display: none !important;
}

#checkoutSidebar .order-summary .summary-services-custom {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 46px !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#checkoutSidebar .order-summary .summary-services-custom.summary-services-empty {
  min-height: 0 !important;
}

#checkoutSidebar .order-summary .summary-services-custom .summary-service-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(72px, auto) !important;
  column-gap: 12px !important;
  align-items: baseline !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}

#checkoutSidebar .order-summary .summary-services-custom .summary-service-name {
  min-width: 0 !important;
  color: #061e56 !important;
  text-align: left !important;
  justify-self: start !important;
  white-space: normal !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-style: italic !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

#checkoutSidebar .order-summary .summary-services-custom .summary-service-price {
  color: #061e56 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-align: right !important;
  justify-self: end !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  font-style: normal !important;
}

#checkoutSidebar .order-summary .summary-free-price {
  color: #061e56 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

@media (min-width: 1200px) {
  #checkoutSidebar .order-summary .cart-items:not(.gift-items) .cart-item.summary-product-ready {
    grid-template-columns: 60px minmax(0, 1fr) !important;
    column-gap: 15px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-photo {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }
}

@media (max-width: 480px) {
  #checkoutSidebar .order-summary h2,
  #checkoutSidebar #summary-box h2,
  #checkoutSidebar .order-summary-top h2 {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }

  #checkoutSidebar .order-summary .cart-items:not(.gift-items).summary-products-list.summary-products-scroll {
    max-height: 314px !important;
    padding-right: 22px !important;
  }

  #checkoutSidebar .order-summary .cart-items:not(.gift-items) .cart-item.summary-product-ready {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 3px !important;
    padding-bottom: 21px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-photo {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-line {
    grid-template-columns: minmax(58px, 1fr) 30px minmax(64px, auto) !important;
    column-gap: 4px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name a,
  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name .main-link,
  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-amount,
  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-price,
  #checkoutSidebar .order-summary .cart-item-gift.summary-gift-ready .cart-item-name,
  #checkoutSidebar .order-summary .item-gift.summary-gift-ready .cart-item-name,
  #checkoutSidebar .order-summary .gift-items .cart-item.summary-gift-ready .cart-item-name,
  #checkoutSidebar .order-summary .cart-item-gift.summary-gift-ready .cart-item-price,
  #checkoutSidebar .order-summary .item-gift.summary-gift-ready .cart-item-price,
  #checkoutSidebar .order-summary .gift-items .cart-item.summary-gift-ready .cart-item-price,
  #checkoutSidebar .order-summary .summary-services-custom .summary-service-name,
  #checkoutSidebar .order-summary .summary-services-custom .summary-service-price {
    font-size: 14px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-unit-price {
    font-size: 12px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-price {
    min-width: 64px !important;
  }

  #checkoutSidebar .order-summary .cart-item-gift.summary-gift-ready,
  #checkoutSidebar .order-summary .item-gift.summary-gift-ready,
  #checkoutSidebar .order-summary .gift-items .cart-item.summary-gift-ready,
  #checkoutSidebar .order-summary .summary-services-custom .summary-service-row {
    grid-template-columns: minmax(0, 1fr) minmax(64px, auto) !important;
    column-gap: 9px !important;
  }
}

@media (max-width: 360px) {
  #checkoutSidebar .order-summary .cart-items:not(.gift-items) .cart-item.summary-product-ready {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-photo {
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-product-line {
    grid-template-columns: minmax(52px, 1fr) 28px minmax(60px, auto) !important;
    column-gap: 3px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name a,
  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-name .main-link {
    font-size: 13px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .summary-unit-price {
    font-size: 11px !important;
  }

  #checkoutSidebar .order-summary .cart-item.summary-product-ready .cart-item-price {
    min-width: 60px !important;
  }
}

#checkoutSidebar .order-summary .summary-services-custom .summary-service-row {
  grid-template-columns: minmax(0, calc(100% - 116px)) 86px !important;
  column-gap: 18px !important;
  align-items: start !important;
}

#checkoutSidebar .order-summary .summary-services-custom .summary-service-name {
  max-width: 100% !important;
  padding-right: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

#checkoutSidebar .order-summary .summary-services-custom .summary-service-price {
  min-width: 86px !important;
  max-width: 86px !important;
  width: 86px !important;
  justify-self: end !important;
  text-align: right !important;
  white-space: nowrap !important;
}

@media (max-width: 480px) {
  #checkoutSidebar .order-summary .summary-services-custom .summary-service-row {
    grid-template-columns: minmax(0, calc(100% - 104px)) 78px !important;
    column-gap: 16px !important;
  }

  #checkoutSidebar .order-summary .summary-services-custom .summary-service-price {
    min-width: 78px !important;
    max-width: 78px !important;
    width: 78px !important;
  }
}

@media (max-width: 360px) {
  #checkoutSidebar .order-summary .summary-services-custom .summary-service-row {
    grid-template-columns: minmax(0, calc(100% - 96px)) 72px !important;
    column-gap: 14px !important;
  }

  #checkoutSidebar .order-summary .summary-services-custom .summary-service-price {
    min-width: 72px !important;
    max-width: 72px !important;
    width: 72px !important;
  }
}
