/*Bundle header*/
.avisbls-structure-five .avisbls-init,
.avisbls-structure-five .avisbls-radio,
.avisbls-structure-five .avisbls-hide {
  display: none;
}
.avisbls-structure-five .avisbls-block {
  margin-bottom: 10px;
}
.avisbls-structure-five .avisbls-watermark {
  font-size: 13px;
  line-height: 120%;
}
.avisbls-structure-five .avisbls-watermark span {
  color: red;
  font-weight: bold;
}
.avisbls-structure-five .avisbls-title,
.avisbls-structure-five .avisbls-title-line {
  display: flex;
  align-items: center;
  justify-content: start;
}

.avisbls-structure-five .avisbls-title-line {
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.avisbls-structure-five .avisbls-title .avisbls-title-icon,
.avisbls-structure-five .avisbls-title-line .avisbls-title-icon {
  font-size: 16px;
  padding-right: 4px;
}

.avisbls-structure-five .avisbls-title .avisbls-block-title,
.avisbls-structure-five .avisbls-title-line .avisbls-block-title {
  width: fit-content;
  line-height: 120%;
  position: relative;
}

.avisbls-structure-five .avisbls-title-line .avisbls-block-title::before,
.avisbls-structure-five .avisbls-title-line .avisbls-block-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}

.avisbls-structure-five .avisbls-title-line .avisbls-block-title.hide-line::before,
.avisbls-structure-five .avisbls-title-line .avisbls-block-title.hide-line::after {
  display: none;
}

.avisbls-structure-five .avisbls-title-line .avisbls-block-title::before {
  right: 100%;
  margin-right: 10px;
}

.avisbls-structure-five .avisbls-title-line .avisbls-block-title::after {
  left: 100%;
  margin-left: 10px;
}

/*Bundle body*/
.avisbls-structure-five .avisbls-body {
  display: flex;
  flex-direction: column;
}

.avisbls-structure-five .avisbls-offer-label {
  display: block;
  cursor: pointer;
  margin-right: 6px;
  margin-top: 12px;
}

.avisbls-structure-five .avisbls-offer-view {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.avisbls-structure-five .avisbls-offer-view-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 5px 15px;
  background: #753015;
  color: #ffffff;
  width: 100%;
}

.avisbls-structure-five
  input.avisbls-radio:checked
  + label
  .avisbls-offer-view-header {
  background: #ffa800;
}

.avisbls-structure-five .avisbls-offer-radio {
  display: flex !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 0 2px #753015;
  box-shadow: 0 0 0 2px #753015;
  border-radius: 50%;
}

.avisbls-structure-five .avisbls-offer-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  border-style: solid;
  border-top-width: 0px;
}

.avisbls-structure-five .avisbls-offer-content .offer-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.avisbls-structure-five .avisbls-offer-content .offer-box-header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.avisbls-structure-five .avisbls-offer-view-header .offer-des {
  width: max-content;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  text-transform: uppercase;
}

.avisbls-structure-five .avisbls-offer-content .offer-box .offer-price {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

/* bundle badge */

.avisbls-structure-five .avisbls-offer-content .offer-badge {
  position: absolute;
  top: -40px;
  right: -7px;
}

.avisbls-structure-five .avisbls-offer-content .offer-badge svg {
  width: 85px;
  height: 100%;
}

.avisbls-structure-five .avisbls-offer-content .offer-badge .offer-badge-text {
  position: absolute;
  top: 12px;
  right: 10px;
  font-weight: 600;
  width: 60px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px;
  transform: rotate(20deg);
  line-height: 1.2;
}
/* quantity */
.avisbls-structure-five .offer-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  height: 30px;
  background-color: #f9fafb;
  border-color: #e5e7eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  padding: 5px 2px;
}

.avisbls-structure-five .btn-plus,
.avisbls-structure-five .btn-minus {
  width: fit-content;
  margin: auto 0;
  padding: 0px;
  border: none;
  background-color: inherit;
}

.avisbls-structure-five .btn-plus .polaris-icon,
.avisbls-structure-five .btn-minus .polaris-icon {
  display: block;
  height: 20px;
  width: 20px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.avisbls-structure-five .offer-quantity .btn-disabled {
  color: #c1bfbf;
}

.avisbls-structure-five .offer-quantity-text {
  text-align: center;
  font-weight: 600;
 width: fit-content;
  padding-inline: 5px;
  position: relative;
}

.avisbls-structure-five .offer-quantity-text::before,
.avisbls-structure-five .offer-quantity-text::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #c8c8c8;
  position: absolute;
}

.avisbls-structure-five .offer-quantity-text::before {
  left: 0px;
}

.avisbls-structure-five .offer-quantity-text::after {
  right: 0px;
}
/* footer */
.avisbls-structure-five .avisbls-footer-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.avisbls-structure-five .avisbls-footer-wrapper .avisbls-footer-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 50%;
}

.avisbls-structure-five .avisbls-footer-wrapper .avisbls-footer-label svg {
  width: 20px;
}

.avisbls-structure-five .avisbls-footer-wrapper .avisbls-footer-label span {
  margin: 0px;
}

.avisbls-structure-five
  .avisbls-footer-wrapper
  .avisbls-footer-price
  .avisbls-total-label {
  font-weight: 600;
}

.avisbls-structure-five .avisbls-box-variant {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.avisbls-structure-five .variant-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2px;
}

.avisbls-structure-five .variant-selection {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
}

.avisbls-structure-five .variant-wrapper span {
  line-height: 1;
  padding-bottom: 7px;
  display: block;
  width: 15px;
}

.avisbls-structure-five .variant-selection p {
  padding-bottom: 4px;
}

.avisbls-structure-five .variant-selection .variant-select-element {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  padding: 4px;
  font-size: 12px;
}
.avisbls-structure-five .variant-selection .selection-item {
  width: 100%;
}
