.dpd-checkout .dpd-lockers {
  width: 100%;
}

.dpd-checkout .dpd-phone-field {
  align-items: center;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 40px;
  display: flex;
  flex: 1 1 100%;
  min-width: 0;
  overflow: hidden;
  transition: all .2s ease-out;
  width: 100%;
}

.dpd-checkout .dpd-phone-field:focus-within {
  border-color: #b0e4e2;
}

.dpd-checkout .dpd-phone-field.input-error {
  border-color: #f3a59d;
}

.dpd-checkout .dpd-phone-flag {
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(11, 22, 50, .12);
  flex: 0 0 20px;
  height: 14px;
  margin-left: 1.25rem;
  width: 20px;
}

.dpd-checkout .dpd-phone-flag-lt {
  background: linear-gradient(to bottom, #fdb913 0%, #fdb913 33.333%, #006a44 33.333%, #006a44 66.666%, #c1272d 66.666%, #c1272d 100%);
}

.dpd-checkout .dpd-phone-flag-lv {
  background: linear-gradient(to bottom, #9e1b34 0%, #9e1b34 40%, #fff 40%, #fff 60%, #9e1b34 60%, #9e1b34 100%);
}

.dpd-checkout .dpd-phone-flag-ee {
  background: linear-gradient(to bottom, #4891d9 0%, #4891d9 33.333%, #111 33.333%, #111 66.666%, #fff 66.666%, #fff 100%);
}

.dpd-checkout .dpd-phone-prefix {
  color: #0b1632;
  flex: 0 0 auto;
  font-size: .9rem;
  font-weight: 500;
  margin-left: .5rem;
}

.cart-bag-section.dpd-checkout .dpd-phone-field #orderPhone,
.cart-bag-section.dpd-checkout .dpd-phone-field #orderPhone:hover,
.cart-bag-section.dpd-checkout .dpd-phone-field #orderPhone:focus,
.cart-bag-section.dpd-checkout .dpd-phone-field #orderPhone.input-error {
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  min-width: 0;
  padding-left: .65rem;
}

.dpd-checkout .dpd-locker-search {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 40px;
  display: block;
  padding: .75rem 1.25rem;
  width: 100%;
}

.dpd-checkout .dpd-locker-list {
  background: transparent;
  border: 0;
  height: 222px;
  margin-top: 1.5rem;
  max-height: none;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

.dpd-checkout .dpd-locker-list::-webkit-scrollbar {
  cursor: pointer;
  height: 8px;
  width: 8px;
}

.dpd-checkout .dpd-locker-list::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
  cursor: pointer;
}

.dpd-checkout .dpd-locker-list::-webkit-scrollbar-thumb {
  background: #b0e4e2;
  border-radius: 10px;
  cursor: pointer;
}

.dpd-checkout .dpd-locker-row {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b0e4e2;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  margin-right: 1rem;
  padding: 1rem 0;
  text-align: left;
  transition: all .2s ease-out;
  width: calc(100% - 1rem);
}

.dpd-checkout .dpd-locker-row:last-child {
  border-bottom: 0;
}

.dpd-checkout .dpd-locker-row[hidden],
.dpd-checkout .dpd-locker-no-results[hidden] {
  display: none;
}

.dpd-checkout .dpd-locker-row:hover:not(.active) {
  background: transparent;
}

.dpd-checkout .dpd-locker-row:has(+ .dpd-locker-row.active) {
  border-bottom-color: transparent;
}

.dpd-checkout .dpd-locker-row.active {
  background: #b0e4e2;
  border-radius: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dpd-checkout .dpd-locker-row:focus-visible,
.dpd-checkout [data-dpd-delivery]:focus-visible {
  outline: 3px solid #0b1632;
  outline-offset: 2px;
}

.dpd-checkout .dpd-locker-row span,
.dpd-checkout .dpd-locker-row strong,
.dpd-checkout .dpd-locker-unavailable,
.dpd-checkout .dpd-locker-no-results {
  display: block;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.dpd-checkout .dpd-locker-row span {
  font-size: .85rem;
  font-weight: 500;
  margin: 0;
}

.dpd-checkout .dpd-locker-row strong {
  font-size: .85rem;
  font-weight: 600;
  margin: 0;
}

.dpd-checkout .dpd-locker-unavailable,
.dpd-checkout .dpd-locker-no-results {
  margin: 12px 0 0;
}

.cart-bag-section.dpd-checkout .delivery-terminals .individual-terminal .dpd-locker-unavailable,
.cart-bag-section.dpd-checkout .delivery-terminals .individual-terminal .dpd-locker-no-results {
  flex: none;
  max-width: 100%;
  min-width: 0;
  text-align: left;
  width: 100%;
}

.dpd-checkout .dpd-delivery-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.dpd-checkout .cart-bag-content .individual-product > a.dpd-cart-remove {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #e74c3c;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 24px;
  height: auto;
  justify-content: center;
  line-height: 1;
  margin: 0;
  max-width: 24px;
  min-width: 24px;
  padding: 0;
  position: static;
  text-decoration: none;
  text-transform: none;
  width: 24px;
  z-index: auto;
}

.dpd-checkout .cart-bag-content .individual-product > a.dpd-cart-remove:hover,
.dpd-checkout .cart-bag-content .individual-product > a.dpd-cart-remove:focus {
  background: transparent;
  border: 0;
  color: #e74c3c;
}

.dpd-checkout .cart-bag-content .individual-product > a.dpd-cart-remove:focus-visible {
  border-radius: 50%;
  outline: 3px solid #0b1632;
  outline-offset: 3px;
}

.dpd-checkout .cart-bag-content .individual-product > a.dpd-cart-remove i {
  color: #e74c3c;
  font-size: 1.5rem;
  margin-left: 0;
  opacity: 1;
  transition: opacity .2s ease-out;
}

.dpd-checkout .cart-bag-content .individual-product > a.dpd-cart-remove:hover i {
  opacity: .8;
}

.dpd-checkout #dpdCheckoutSubmit {
  align-items: center;
  background-color: #b0e4e2;
  border: 1px solid #b0e4e2;
  border-radius: 50px;
  box-shadow: none;
  color: #0b1632;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: center;
  padding: 1rem 4rem;
  position: relative;
  text-transform: uppercase;
  transition: all .2s ease-out;
  z-index: 1;
}

.dpd-checkout #dpdCheckoutSubmit:hover:not(:disabled),
.dpd-checkout #dpdCheckoutSubmit:focus-visible:not(:disabled) {
  background-color: #0b1632;
  border-color: #0b1632;
  color: #fff;
}

.dpd-checkout #dpdCheckoutSubmit:focus-visible {
  outline: 3px solid #0b1632;
  outline-offset: 3px;
}

.dpd-checkout #dpdCheckoutSubmit:disabled {
  cursor: not-allowed;
  opacity: .58;
  pointer-events: auto;
}

.dpd-checkout #dpdCheckoutSubmit i {
  margin-left: 1rem;
}

.dpd-checkout.dpd-pilot-notice-wrap {
  margin-top: 110px;
}

.dpd-checkout.dpd-pilot-notice-wrap + .dpd-checkout.dpd-pilot-notice-wrap {
  margin-top: 0;
}

.dpd-checkout .dpd-pilot-notice {
  background: #f5f3f1;
  border-left: 4px solid #777;
  margin-bottom: 16px;
  padding: 12px 16px;
}

.dpd-checkout .dpd-pilot-notice-success {
  border-left-color: #26854a;
}

.dpd-checkout .dpd-pilot-notice-error {
  border-left-color: #c72b3b;
}

@media (max-width: 991px) {
  .dpd-checkout #dpdCheckoutSubmit {
    font-size: .9rem;
    padding: .75rem 3rem;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .dpd-checkout .dpd-locker-list,
  .dpd-checkout .dpd-locker-search,
  .dpd-checkout .dpd-locker-row {
    max-width: 100%;
  }
}
