/*-------------------
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 */
/*-------------------*/
.notification-container, .modal {
  z-index: 20000;
}

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

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

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

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

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.popup-button {
  background-color: #EAAA00;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.popup-button:hover {
  background-color: #EAAA00;
}

/*-------------------*/
/* 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: "Arial" !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: 22px;
  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) {
}
