﻿arrivesby-countdown {
  font-weight: bold;
}

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

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


.arrivesby-dt {
  width: 100%;
  max-width: 44rem;
  display: block;
  background-color: var(--bg-color-setting);
  padding: var(--padding-setting);
  border-radius: 10px;
  font-size: var(--font-size-setting);
  text-align: var(--text-align-setting);
  color: var(--text-color-setting);
  line-height: var(--line-height-setting);
}



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

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

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

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


.inline-icon {
  vertical-align: middle;
}

.inline-icon svg {
  display: inline;
}



.delivery-phase-box {
  line-height: normal;
  display: flex;
  width: 100%;
  text-align: center;
}

.delivery-phase-icon-row {
  margin-top: .5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) calc(50% - 1px),
      rgba(192, 192, 192, 1) calc(50%),
      rgba(0, 0, 0, 0) calc(50% + 1px));
}

.delivery-phase-info-row {
  padding: 0em 0em .5em 0em;
}

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

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


.delivery-phase-icon {
  border-radius: 50%;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
  font-size: 24px;
  display: inline-block;
  line-height: .7;
}


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

:popover-open {
  position: fixed;
  inset: 0;
  place-self: center;
  border-radius: 8px;
  border: 1px solid #d5d9d9;
  box-shadow: 0 0 14px 0 rgba(15, 17, 17, .5);
  padding: 0;
  width: min(90vw, 360px);
  max-width: 360px;
  height: auto;
}

.ab-popover-button {
  background: none !important;
  border: none;
  padding: 0 !important;
  /*input has OS specific font-family*/
  color: var(--link-color-setting);
  cursor: pointer;
}



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

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

ab-geolocation {
  min-width: 100%;
  display: block;
  border-radius: 10px;
}

.ab-popover-header {
  border-bottom: 1px solid #d5d9d9;
  background-color: #f0f2f2;
  border-radius: 8px 8px 0 0;
  padding: 12px 18px;
  position: relative;
  text-align: left;
  margin: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab-popover-header-content {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.ab-popover-close {
  background-color: transparent;
  border: none;
  color: #000000;
  padding: 8px;
  line-height: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

h4.ab-popover-header-content {
  margin: 0;
}

.ab-popover-content {
  padding: 16px 18px;
  line-height: 29px;
  background-color: #fff;
  overflow: hidden;
}

.ab-popover-content .divider-break {
  margin-bottom: 14px;
  line-height: 0;
  padding-top: 1px;
  position: relative;
  text-align: center;
  top: 2px;
}

.ab-popover-content .divider-break h5 {
  color: #565959;
  text-align: center;
  font-size: 12px;
  margin: 0;
  background-color: #fff;

  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 0 8px 0 7px;
  position: relative;
  z-index: 2;
}

.ab-popover-content .divider-break::after {
  background-color: transparent;
  border-top: 1px solid #bbbfbf;
  content: "";
  display: block;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
}

.ab-popover-content .text-input {
  width: 65%;
  line-height: inherit;
}

.ab-popover-content .button-input {
  width: 33%;
  border-radius: 99px;
  background-color: transparent;
  border-color: #888c8c;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  cursor: pointer;
  line-height: inherit;
  font-family: inherit;
}

.arrivesby-input input[type=text] {
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  color: #000000;
}

.arrivesby-input input[type=text]:focus {
  border: 1px solid #555;
}

.arrivesby-input input[type=submit] {
  text-align: center;
}

.skeleton {
  display: inline-block;
  background-color: #E3E3E3;
}

.skeleton-text {
  width: 35%;
  min-width: 50px;
  height: .7em;
  border-radius: 0.25rem;
  vertical-align: baseline;
}

.ab-shipping-policy-content {
  padding: 16px 24px;
}

.ab-shipping-policy-popover {
  width: auto;
  height: auto;
  margin: 0;
}
