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

.select-readonly { /* make select elements appear read only */
  pointer-events: none; /* Prevents clicks and pointer events */
  opacity: 0.7; /* Reduces opacity to simulate a disabled state */
  /* Add other styling for a read-only appearance */
}

/*-------------------*/
/* TOP NAV */
/*-------------------*/

/* Text at top of screen for Demo Store */
.demoStore {
  background: #004987;
  color: #ffffff;	
  padding: 4px;
  text-align: center;
}

.pendingApproval {
  background: red;
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}


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

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

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

.banner-main img, .banner img { /* banners, -main is used when not logged in */
  width: 100%;
  max-width: 1800px;
}
.banner-main, .banner { /* banners, -main is used when not logged in */
  display: flex;
  justify-content: center;
}

.home-page-content { /* home page container, adjust width in determine_group_settings */
  margin-left: auto;
  margin-right: auto;
}
  
.home-page-content-hide-post-login { /* home page container for hiding content if logged in, adjust width in determine_group_settings */
  margin-left: auto;
  margin-right: auto;
}
  
.coupon-code { /* custom home page message */
 -moz-border-radius: 0px 0px 15px 15px;
 -webkit-border-radius: 0px 0px 15px 15px;
 -khtml-border-radius: 0px 0px 15px 15px;
 border-radius: 0px 0px 15px 15px;
 /* display: inline-block; */
 padding: 10px 10px;
 background-color: #77BC1F;
 margin: auto;
 text-align: center;
 vertical-align: middle;
 width: 75%;
}

.category-header { /* text at top of category */
 padding-top: 15px;
 text-align: center;
}
.category-header-title {
  font-size: 28px;
  font-weight: bold;
}
.category-header-text {
  font-size: 20px;
}

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

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

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

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

}