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

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

/*-------------------*/
/* HEADER */
/*-------------------*/
.chat-button {
	color:#fff;
	padding:5px 10px;
	border-radius:10px;
  display: inline-block;
  border: 1px solid #004b68;
	background:#004b68;
  transition: 0.2s ease-in;
}
.chat-button:hover {
	color:#004b68;
	background:#fff;
}

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

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

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

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

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

.GVD-Charges {
  color: red;
  text-decoration: underline;
  font-weight: bold;
}

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


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

}

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

}

@media screen and (max-width: 768px){
  #homeimages {
    text-align: center;
  }
  #homeimages img {
    max-width: 100%;
    height: auto;
    padding-top: 1rem;
  }
}

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

}

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

}