/*-------------------
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 v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
.verbiage-label {
  background-color: transparent;
  color: #231f20;
  opacity: .6;
  font-size: .85rem;
  display: inline;
  line-height: 1.1rem;
  padding: 4px 6px;

}
#shipping-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 300px;
  height: 300px;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 1000;
  box-sizing: border-box;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.btn.pop-up-btn {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
}
.disabled-select {
  cursor: not-allowed!important;
  background-color: #e9ecef!important;
  pointer-events: none!important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

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

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.category-container ul.navbar-nav {
  border-left: none;
}
.category-container .nav-link {
  border-right: none;
}

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.accountbalanceused {
  color: red;
}

#clear-cart-button {
  text-decoration: underline;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/


/*-------------------*/
/* 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){

}