.buyer-protection {
  margin: 15px 0 22px;
  border: 1px solid #ececec;
  padding: 10px 10px 13px;
  border-radius: 5px;
}
.buyer-protection .wrap-policy {
  display: flex;
}
.buyer-protection .policy__text {
  padding-left: 10px;
  font-size: 15px;
}

#flag-icons-us,
#flag-icons-eu {
  width: 20px;
}

#ywcdd_info_shipping_date {
  line-height: 22px;
  background: rgba(255, 240, 214, 0.6196078431);
  padding: 10px 15px;
  border-radius: 5px;
  margin: 15px 0 20px;
}

span.ywcdd_shipping_message {
  font-size: 15px;
}

.fulfillment_timeline_date {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fulfillment_timeline_date .time {
  display: flex;
  flex-wrap: wrap;
}
.fulfillment_timeline_date .time .icon-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.fulfillment_timeline_date .time .icon-holder .icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #eaeaea;
  border-radius: 50%;
}
.fulfillment_timeline_date .time .icon-holder .icon svg {
  width: 60%;
  height: auto;
}
.fulfillment_timeline_date .time:first-child .icon-holder {
  justify-content: space-between;
}
.fulfillment_timeline_date .time:first-child .icon-holder:after {
  content: "";
  display: block;
  width: calc(100% - 35px);
  height: 2px;
  background-color: #f1f1f1;
}
.fulfillment_timeline_date .time:last-child {
  text-align: right;
}
.fulfillment_timeline_date .time:last-child .icon-holder {
  justify-content: space-between;
}
.fulfillment_timeline_date .time:last-child .icon-holder:before {
  content: "";
  display: block;
  width: calc(100% - 35px);
  height: 2px;
  background-color: #f1f1f1;
}
.fulfillment_timeline_date .time:last-child .edd-description {
  margin-left: auto;
}
.fulfillment_timeline_date .time:nth-child(2) {
  text-align: center;
}
.fulfillment_timeline_date .time:nth-child(2) .icon-holder {
  justify-content: space-between;
}
.fulfillment_timeline_date .time:nth-child(2) .icon-holder:after {
  content: "";
  display: block;
  width: calc(50% - 20px);
  height: 2px;
  background-color: #f1f1f1;
}
.fulfillment_timeline_date .time:nth-child(2) .icon-holder:before {
  content: "";
  display: block;
  width: calc(50% - 20px);
  height: 2px;
  background-color: #f1f1f1;
}
.fulfillment_timeline_date .time:nth-child(2) .edd-description {
  margin: 0 auto;
}
.fulfillment_timeline_date .time p {
  width: 100%;
  font-size: 14.6px !important;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.fulfillment_timeline_date .time .edd-description {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
  text-decoration-color: inherit;
  font-size: 12.8px;
  color: #999;
  text-transform: capitalize;
  font-weight: 300;
  cursor: text;
}

.est-desc {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
  text-decoration-color: inherit;
  font-size: 13px !important;
  color: #444;
  text-transform: capitalize;
  font-weight: 400;
}/*# sourceMappingURL=shipping-time.css.map */