.checkout-delivery-page #content > .row > .row > div:first-child, .checkout-delivery-page #content > .row > .row > div:last-child {
  padding: 0 15px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next {
  padding: 22px 14px;
  display: inline-block;
  min-width: 162px;
  width: auto;
  height: 60px;
  max-height: 60px;
  background-color: #0D4486;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600 !important;
  line-height: 1;
  text-decoration: unset;
  text-align: center !important;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next {
    min-width: 195px;
  }
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button:hover, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:hover, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:hover {
  color: white !important;
  background-color: #3D699E;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button:focus, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:focus, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:focus {
  outline: none !important;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button:disabled, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:disabled, .cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev {
  color: #0D4486 !important;
  border: 1px solid #0D4486;
  background: transparent;
}

.cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-prev:hover {
  color: white !important;
  background-color: #3D699E !important;
}

.checkout-delivery-page select {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-weight: 300;
  background: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-caret-down.svg?h=20&w=20");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.checkout-delivery-page select:hover {
  border-color: #00ADEF !important;
}

.checkout-delivery-page select.input-validation-error {
  border-color: #c4505d !important;
}

.checkout-delivery-page input[type=text], .checkout-delivery-page input[type=number], .checkout-delivery-page input[type=email], .checkout-delivery-page input[type=date], .checkout-delivery-page input[type=password] {
  padding: 20px;
  margin: 0;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
}

.checkout-delivery-page input[type=text]:hover, .checkout-delivery-page input[type=text]:focus, .checkout-delivery-page input[type=number]:hover, .checkout-delivery-page input[type=number]:focus, .checkout-delivery-page input[type=email]:hover, .checkout-delivery-page input[type=email]:focus, .checkout-delivery-page input[type=date]:hover, .checkout-delivery-page input[type=date]:focus, .checkout-delivery-page input[type=password]:hover, .checkout-delivery-page input[type=password]:focus {
  border-color: #00ADEF !important;
  color: #000;
}

.checkout-delivery-page input[type=text]:disabled, .checkout-delivery-page input[type=text][disabled], .checkout-delivery-page input[type=number]:disabled, .checkout-delivery-page input[type=number][disabled], .checkout-delivery-page input[type=email]:disabled, .checkout-delivery-page input[type=email][disabled], .checkout-delivery-page input[type=date]:disabled, .checkout-delivery-page input[type=date][disabled], .checkout-delivery-page input[type=password]:disabled, .checkout-delivery-page input[type=password][disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.checkout-delivery-page input[type=text].input-validation-error, .checkout-delivery-page input[type=number].input-validation-error, .checkout-delivery-page input[type=email].input-validation-error, .checkout-delivery-page input[type=date].input-validation-error, .checkout-delivery-page input[type=password].input-validation-error {
  border-color: #c4505d;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  margin-bottom: 6px;
}

.checkout-delivery-page input[type=text]::-webkit-input-placeholder, .checkout-delivery-page input[type=number]::-webkit-input-placeholder, .checkout-delivery-page input[type=email]::-webkit-input-placeholder, .checkout-delivery-page input[type=date]::-webkit-input-placeholder, .checkout-delivery-page input[type=password]::-webkit-input-placeholder {
  color: #bbb;
}

.checkout-delivery-page input[type=text]:-ms-input-placeholder, .checkout-delivery-page input[type=number]:-ms-input-placeholder, .checkout-delivery-page input[type=email]:-ms-input-placeholder, .checkout-delivery-page input[type=date]:-ms-input-placeholder, .checkout-delivery-page input[type=password]:-ms-input-placeholder {
  color: #bbb;
}

.checkout-delivery-page input[type=text]::placeholder, .checkout-delivery-page input[type=number]::placeholder, .checkout-delivery-page input[type=email]::placeholder, .checkout-delivery-page input[type=date]::placeholder, .checkout-delivery-page input[type=password]::placeholder {
  color: #bbb;
}

.checkout-delivery-page input[type=radio] {
  position: relative;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  cursor: pointer;
}

.checkout-delivery-page input[type=radio]:checked {
  border-color: #03AFEF;
}

.checkout-delivery-page input[type=radio]:checked::after {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 14px;
  width: 14px;
  background-color: #03AFEF;
  border-radius: 50%;
  vertical-align: initial;
  content: '';
}

.checkout-delivery-page input[type=radio]:hover {
  border-color: #03AFEF;
}

.checkout-delivery-page input[type=radio]:disabled, .checkout-delivery-page input[type=radio][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.checkout-delivery-page input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  height: 24px;
  min-width: auto;
  max-width: none;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
}

.checkout-delivery-page input[type=checkbox]:checked {
  border-color: #03AFEF;
}

.checkout-delivery-page input[type=checkbox]:checked::after {
  content: '';
  background-image: url("/-/media/Project/NHP/Sites/Shared/Icons/icon-tick-white.svg?h=16&w=16");
  background-repeat: no-repeat;
  background-position: center 1px;
  background-color: #03AFEF;
  width: 16px;
  height: 16px;
  vertical-align: initial;
  position: absolute;
  left: 3px;
  top: 3px;
}

.checkout-delivery-page input[type=checkbox]:hover {
  border-color: #000;
}

.checkout-delivery-page input[type=checkbox]:disabled, .checkout-delivery-page input[type=checkbox][disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
  cursor: default;
}

.checkout-delivery-page textarea {
  padding: 20px;
  width: 100%;
  height: 100%;
  min-height: 60px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page textarea:hover {
  border-color: #03AFEF;
}

.checkout-delivery-page textarea:disabled, .checkout-delivery-page textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: transparent !important;
}

.checkout-delivery-page #content h1 {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #0D4486 !important;
  line-height: 1;
  border-bottom: 0;
  cursor: unset;
}

@media (min-width: 992px) {
  .checkout-delivery-page #content h1 {
    font-size: 38px;
  }
}

.checkout-delivery-page .secondary-title .component-content, .checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-title h3, .cxa-checkoutdelivery-component.component h1, .cxa-checkoutdelivery-component.component h3, .cxa-checkoutdelivery-component.component h4, .cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header p {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.checkout-delivery-page .secondary-title {
  padding: 0;
}

.checkout-delivery-page .secondary-title > div {
  padding: 36px 24px 24px;
  background: #F7F8F9;
}

.checkout-delivery-page .cxa-shoppingcartlines-component {
  padding: 0;
}

.checkout-delivery-page .cxa-shoppingcartlines-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines tr {
  display: flex;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines tr:not(:last-of-type) {
  margin-bottom: 24px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image {
  position: relative;
  align-self: flex-start;
  padding: 6px;
  margin-right: 20px;
  height: 62px;
  min-height: 62px;
  width: 62px;
  min-width: 62px;
  overflow: hidden;
  background: white;
  border-bottom: 0;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image a {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  line-height: 1;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-image img {
  max-height: 50px;
  max-width: 50px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info {
  padding: 0;
  margin-bottom: 14px;
  flex-basis: 100%;
  max-width: 252px;
  border-bottom: 0;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info h5 {
  margin-bottom: 0;
  color: #0D4486 !important;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-info p {
  font-size: 14px;
  line-height: 20px;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total {
  padding: 0;
  border: 0;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shopping-cart-lines .shoppingcart-total span {
  font-size: 14px;
  font-weight: 600;
}

.checkout-delivery-page .cxa-shoppingcartlines-component .shoppingcart-quantity-total {
  display: flex;
  margin-top: 15px;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 600;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component {
  padding: 0;
  margin: 0;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component > div {
  padding: 0 24px 36px;
  background: #F7F8F9;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-title {
  padding-bottom: 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-title h3 {
  color: rgba(0, 0, 0, 0.7);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary span {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary .summary-amount {
  font-size: 14px;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.tax {
  margin-bottom: 24px;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total {
  padding-top: 0;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .cart-total-summary.order-total .summary-amount {
  color: rgba(0, 0, 0, 0.7);
  font-size: 26px;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .line-items-count {
  font-weight: 600;
}

.checkout-delivery-page .cxa-shoppingcarttotal-component .total-discount span {
  color: #1088b8;
}

.checkout-delivery-page #content h1 {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .checkout-delivery-page #content h1 {
    margin-bottom: 48px;
  }
}

.checkout-delivery-page #content > .row > .row > div:first-child {
  margin-bottom: 48px;
}

.checkout-delivery-page #content > .row > .row > div:last-child {
  margin-bottom: 48px;
}

.checkout-delivery-page .clear-button {
  display: none;
}

.cxa-checkoutdelivery-component.component .delivery-form {
  padding: 0;
  margin: 0;
  border: 0;
}

.cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header {
    margin-bottom: 36px;
  }
}

.cxa-checkoutdelivery-component.component .delivery-form .delivery-form-header p {
  color: rgba(0, 0, 0, 0.7) !important;
}

.cxa-checkoutdelivery-component.component .delivery-form .delivery-form-option {
  margin-bottom: 36px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .delivery-form .delivery-form-option {
    margin-bottom: 48px;
  }
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses-title,
.cxa-checkoutdelivery-component.component .shipall-section .shipall-options-title {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses-title,
  .cxa-checkoutdelivery-component.component .shipall-section .shipall-options-title {
    margin-bottom: 36px;
  }
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 36px;
  border: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-addresses label {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 36px;
  border: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div {
  width: 100%;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div:not(:last-child) {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div label {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div label .required {
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div input {
  margin-bottom: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .addrss-form > div .validationMessage {
  margin-top: 10px;
  margin-bottom: 0;
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options {
  margin-top: 0;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-toggle button {
  border-width: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-items {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-item {
  margin-top: 0;
}

.cxa-checkoutdelivery-component.component .shipall-section .shipall-options .shipall-options-item label {
  margin-left: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipbymail-section {
  margin-bottom: 48px;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-title {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-title {
    margin-bottom: 36px;
  }
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient {
  margin-bottom: 36px;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message {
  margin-bottom: 0;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message {
  flex-basis: 100%;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient label,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message label {
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient label .required,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message label .required {
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient input,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message input {
  margin-bottom: 0;
  width: 100% !important;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient textarea,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message textarea {
  width: 100%;
}

.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-recilient .validationMessage,
.cxa-checkoutdelivery-component.component .shipbymail-section .send-byemail-message .validationMessage {
  margin-top: 10px;
  margin-bottom: 0;
  color: #A80013;
}

.cxa-checkoutdelivery-component.component .buttons-row {
  margin: 0;
  flex-flow: row;
}

.cxa-checkoutdelivery-component.component .buttons-row .btn-delivery-next:hover {
  background-color: #3D699E !important;
}
