.free-shipping-top {
  background-color: #402020;
  color: #fff;
  padding: 8px 0;
  margin-bottom: 0 !important;
}

.free-shipping-top .free-shipping--text div {
  font-weight: 400;
}

@media (max-width: 749px) {
  .free-shipping-top .free-shipping--text div {
    font-size: 12px;
  }
}

.free-shipping-top .free-shipping--text {
  margin-bottom: 0;
}

.menu-mobile-opened .free-shipping-top {
  display: none;
}
