/*-------------------
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 */
/*-------------------*/
* {
	font-family: 'Graphik', sans-serif !important;
}
.fa {
	Font-family: 'Font Awesome 5 Free' !important;
}


/*-------------------*/
/* TOP NAV */
/*-------------------*/
.group-passcode-button, .clear-group-passcode-button {
  display: none;
}

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

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

/*-------------------*/
/* CONTENT */
/*-------------------*/
#passcode-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  flex-wrap: wrap;
}
.passcode-box {
  margin: auto 60px;
}
.custom-slideshow img {
  width: 100%;
}
.carousel-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1400px;
}
.carousel-box-inner {
  border: 5px solid #005cba;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2% 3%;
  width: 40%;
  line-height: 1.3;
  text-align: center;
  min-height: 350px;
}
.carousel-box-inner p {
  width: 100%;
  margin: 0 auto;
}
.carousel-box-inner .carousel-box-p1 {
  font-size: 40px;
  text-transform: uppercase;
}
.carousel-box-inner .carousel-box-p2 {
  margin-top: 40px;
  font-size: 36px;
}

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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.gift-certificate-details {
  display: none;
}

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container .row > .col-lg-3 {
  padding-top: 80px !important;
}
.footer-container .row > .col-lg-3:first-of-type {
  padding-top: 1rem !important;
}
.store-info {
  display: block;
}
.contact-info {
  align-items: start;
  flex-direction: row;
}
.footer-container .mobile-copyright-section .social-media a svg {
  fill: #fff;
}

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

}

@media screen and (max-width: 1400px){
  .carousel-box {
    width: 100%;
  }
  .carousel-box-inner {
    width: 80%;
  }
  .carousel-box-inner .carousel-box-p1 {
    font-size: 4vw;
  }
  .carousel-box-inner .carousel-box-p2 {
    margin-top: 2vw;
    font-size: 3vw;
  }
}

@media screen and (max-width: 660px){
  #passcode-boxes {
    justify-content: space-evenly;
  }
  #passcode-box {
    margin: 20px auto;
  }
}

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

}