/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v4.6, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
@import url("https://assets.mybrightsites.com/uploads/sites/627/themes/27129/5a35c33a4a1fad5ebab1de97554d3673cefacbfc/stylesheet1.css?1756821986");
* {
  font-family: "Human BBY";
}
.modal {
  z-index: 9999;
}
.notification-container {
  z-index: 9999;
}

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.top-navbar-notification-container p {
  font-size: 20px;
}

/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.homepage-banner-row {
  justify-content: space-around;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.category-price-modifier {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0px;
  background-color: #FF00FF;
  padding: 18px 15px;
  border-radius: 0 5px 5px 0;
  color: #FFF;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main .main-img-container, .product-page-main .images-wrapper ul li {
  border: none;
}
.product-header, .product-page-main .prod_option_block .product-options .product-option-wrapper, .multiple-quantity-product-option, .product-options-wrapper-qd-sc {
  border-bottom: none;
}
.product-overview * {
  font-family: "Human BBY" !important;
}
.virtual-logo-container button {
  background: #cfcfcf;
}
.product-page-main .add-to-cart-area {
  position: relative;
}
.fakebutton { display: none; }
#fakebuttonerror {
  display: none;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.charlimittext {
  margin-bottom: 6px;
  font-size: 12px;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footerlinks ul > li > a {
  font-size: 2rem;
  padding: 0.5rem 2rem;
}

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}