/* line 1, app/assets/stylesheets/customers/custom.css.scss */
img.mfp-img {
  background-color: white;
}

/* line 7, app/assets/stylesheets/customers/custom.css.scss */
header .shopping-cart .badge {
  color: white;
  position: absolute;
  margin-right: -41px;
  margin-top: -27px;
  font-size: 10px;
  border-radius: 20px;
  padding: 2px 7px;
  background: red;
}

@media screen and (max-width: 768px) {
  /* line 7, app/assets/stylesheets/customers/custom.css.scss */
  header .shopping-cart .badge {
    margin-right: -29px;
  }
}

/* line 23, app/assets/stylesheets/customers/custom.css.scss */
header button#hamburger {
  background: none;
}

/* line 27, app/assets/stylesheets/customers/custom.css.scss */
header .nav-menu {
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  /* line 34, app/assets/stylesheets/customers/custom.css.scss */
  .product_cart_delete svg {
    width: 1rem;
    height: 1rem;
  }
}

/* layout */
/* line 42, app/assets/stylesheets/customers/custom.css.scss */
.overflow-x-auto {
  overflow-x: auto;
}

/* line 46, app/assets/stylesheets/customers/custom.css.scss */
#stripe_error {
  color: red;
}

/* line 51, app/assets/stylesheets/customers/custom.css.scss */
.home.index .banner {
  position: relative;
}

/* line 55, app/assets/stylesheets/customers/custom.css.scss */
.home.index .header-image {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 63, app/assets/stylesheets/customers/custom.css.scss */
.home.index .header-image svg {
  float: right;
  width: 99.5%;
}
