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

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

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

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

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

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

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

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.checkout-notification-bar {
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 4;
  background: #f25724ff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 7px 0;
  margin-top: 30px;
}
.checkout-notification-bar a {
  color: #fff;
  text-decoration: underline;
}
.checkout-notification-bar a:hover {
  color: #fff;
  text-decoration: none;
}
.checkout-content {
  margin-top: 48px !important;
}

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


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

}

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

}

@media screen and (max-width: 550px){
  .checkout-content {
    margin-top: 78px !important;
  }
}

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

}