/* line 4, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.delivery-label-container > .delivery-label-wrapper {
  margin: 6px 0;
}
/* line 6, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.delivery-label-container > .delivery-label-wrapper .deliveryLabel {
  margin-bottom: 0;
}

/* line 10, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryLabel {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 8px;
  margin-bottom: 5px;
}
/* line 15, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryLabel .deliveryLabelBackdrop {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  padding: 2px 8px 2px 12px;
  margin-right: 4px;
}
/* line 22, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryLabel .deliveryLabelIcon {
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  width: 15px;
  height: 15px;
}
/* line 32, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryLabel .deliveryLabelText {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: 1px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: left;
}
/* line 44, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryLabel[data-hover-effect="true"]:hover .deliveryLabelText {
  text-decoration: underline;
  cursor: pointer;
}
/* line 50, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryLabel:not([data-flatten="true"]) .deliveryLabelBackdrop {
  border-radius: 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 0px;
}

/* line 58, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.overSeaDeliveryLabelMultiLine .deliveryRegionTitle {
  display: inline-flex;
}
/* line 61, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.overSeaDeliveryLabelMultiLine .deliveryOverSeaLabel {
  display: inline-flex;
}

/* line 66, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryRegionTitle {
  font-size: 12px;
  display: inline-flex;
  padding: 3px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-right: 3px;
}

/* line 76, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryRegionList {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2px;
}

/* line 84, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryLabelExplanationIconContainer .deliveryOverSeaLabel {
  justify-content: start;
}

/* line 89, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryOverSeaLabel {
  display: inline-flex;
  vertical-align: baseline;
  padding-right: 1px;
  margin-bottom: 4px;
  justify-content: center;
  align-items: center;
}
/* line 96, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryOverSeaLabel .deliveryOverSeaLabelBackdrop {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  padding: 2px 3px;
  border-radius: 4px;
}
/* line 103, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryOverSeaLabel .deliveryLabelText {
  padding-top: inherit;
  vertical-align: baseline;
  top: 1px;
  color: #333;
  font-size: 12px;
  text-align: left;
}
/* line 112, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
.deliveryOverSeaLabel[data-hover-effect="true"]:hover .deliveryLabelText {
  text-decoration: underline;
  cursor: pointer;
}

/* searchResult product Brief*/
/* line 120, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
#product-result .deliveryLabel {
  padding-top: 8px;
  height: 29px;
}
/* line 123, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
#product-result .deliveryLabel .deliveryLabelBackdrop {
  max-width: 100%;
}
/* line 126, ../../../../resource/compass/_ui/shared/common/css/deliveryLabel.scss */
#product-result .deliveryLabel .deliveryLabelText {
  text-overflow: ellipsis;
  width: 100%;
  height: 16px;
}
