
.row-fluid-wrapper.body_dnd_area-row-0-force-full-width-section.promo-banner {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    position: relative;
}

.discount-banner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    max-width: 1320px;
    margin: auto;
}
.discount-banner span {
  display: inline-block;
}
.discount-banner img {
    margin-right: 16px;
    position: relative;
}
.discount-banner span svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}




.discount-banner .discount-text {
    font-size: 16px;
    white-space: nowrap;
}

.discount-banner .discount-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 1px; 
}

@media (max-width: 375px){
  .discount-banner .discount-text { font-size: clamp(0.333rem, -0.662rem + 7.463vw, 0.889rem); }  /* To prevent the text overlapping on very small devices */
}

@media (max-width: 767px){
  .discount-banner .discount-close {
    right: 0px;
}

@media (max-width: 992px){
  .discount-banner img {
      margin-right: 8px;
      position: relative;
  }
}

