/* Swolly Theme Config - front office */
.swolly-cart-notices {
  display: grid;
  gap: .75rem;
  margin: 1.25rem 0 0;
}

.swolly-cart-notice {
  position: relative;
  padding: 1rem 1.1rem 1rem 3rem;
  border: 1px solid #e2e5e8;
  border-left: 4px solid #ff8a00;
  border-radius: .5rem;
  background: #fff8ef;
  color: #343a40;
  font-size: .94rem;
  line-height: 1.55;
}

.swolly-cart-notice::before {
  content: "i";
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #ff8a00;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  font-style: normal;
}

.swolly-cart-notice--customs {
  border-left-color: #2e6f9e;
  background: #f4f8fb;
}

.swolly-cart-notice--customs::before {
  background: #2e6f9e;
}

.swolly-cart-notice__title {
  display: block;
  margin-bottom: .28rem;
  font-weight: 800;
}

.swolly-cart-notice__content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .swolly-cart-notice {
    padding: .9rem 1rem .9rem 2.75rem;
    font-size: .9rem;
  }

  .swolly-cart-notice::before {
    top: .9rem;
    left: .9rem;
  }
}
