.widget-availability .badge {
  white-space: normal;
  text-align: left;
  ;
}

.single-item-product-infos img {
  max-width: 100%;
  object-fit: contain;
}

.link-to-external-product {
  padding: 1rem 1rem;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 1px;
  display: none !important;
}

.link-to-external-product.full {
  display: block !important;
}

@media (max-width: 991.98px) {
  .single-item-product-infos {
    margin-top: 2rem;
    margin-bottom: -2.5rem;
  }
}

.widget-message-notify {
  display: none;
  background-color: #e7b007 !important;
  color: #fff;
  max-width: 100vW !important;
  right: auto !important;
}

body.isShopBuilder .widget-message-notify,
.widget-message-notify.show {
  display: block;
}

.widget-message-notify .remove {
  margin-bottom: -15px;
}

.widget-message-notify .close-icon {
  cursor: pointer;
  float: right;
  font-size: 0.8rem;
  background-color: #fff;
  color: #e7b007;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin: 12px 0 0 0;
}

.widget-message-notify .msg-content {
  padding-right: 30px;
}

.wrapper-main #page-header .widget-message-notify .container-max {
  padding: 0 15px !important;
}

.prop-34 {
  background-color: #7dbd3d;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
}

body:not(.isShopBuilder) .non-relative .widget-inner {
  position: static;
}

body:not(.isShopBuilder) .special-category-item {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.86rem;
}

body:not(.isShopBuilder) .special-single-item {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 0.86rem;
  padding: 4px 10px;
}