arrivesby-countdown {
  font-weight: bold;
}

.arrivesby-dt-timer {
  font-family: monospace;
  font-weight: bold;
}

.arrivesby-dm {
  text-align: match-parent;
  padding: .5em;
  min-width: 100%;
  min-height: 2.3em;
  display: block;
  border-radius: 10px;
}


.arrivesby-dt {
  min-width: 100%;
  display: block;
  background-color: #fafafa;
  padding: 0.5em;
  border-radius: 10px;
}

.arrivesby-dt-heading {
  font-weight: bold;
}

.arrivesby-dt .date-range {
  font-weight: bold;
}

.arrivesby-dt .date-text-sm {
  font-size: smaller;
  line-height: normal;
}

.arrivesby-dt .date-text-md {
  font-size: medium;
  line-height: inherit;
}

.arrivesby-dt-countdown {
  font-size: smaller;
  line-height: normal;
}


.inline-icon {
  vertical-align: text-bottom;
}

.arrivesby-dtl {
  min-width: 100%;
  display: block;
  padding: 1em 0em 1em 0em;
  border-radius: 10px;
}

.delivery-phase-box {
  line-height: normal;
  display: flex;
  width: 100%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) calc(30% - 1px),
      rgba(192, 192, 192, 1) calc(30%),
      rgba(0, 0, 0, 0) calc(30% + 1px));
}

.delivery-phase-box>* {
  width: calc(100% / 3);
}

.delivery-phase {
  font-weight: bold;
  padding-top: .5em;
}


.delivery-phase-icon {
  background-color: white;
  border-radius: 50%;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}


.delivery-phase-date {
  font-size: smaller;
}

/* fallback */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v108/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

:popover-open {
  padding: 2em;
  position: fixed;
  border-radius: 18px;
  border-style: solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shipping-policy-button {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*input has OS specific font-family*/
  color: #069;
  cursor: pointer;
}

.dismiss-popover {
  background: none;
  border: none;
  cursor: pointer;
}

.dismiss-popover-container {
  text-align: right;
}