/*
Theme Name: Custom Banner
Description: This is a custom banner for the Salient theme
Version: 1.0.2
*/
#custom-shipping-banner {
  background-color: #885b4a;
  text-align: center;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0;
  color: #fcfbfe;
  z-index: 20;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

#custom-shipping-banner p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: 500;
}
