/*-------------------
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/.
/*-------------------*/
@import url("https://assets.mybrightsites.com/uploads/sites/6732/themes/35713/cf5de2d92c2b9f289107ec6c7d6e8b081726f9b7/stylesheet.css?1787683999");
/*-------------------*/
/* GENERAL */
/*-------------------*/
body, h1, h2, h3, h4 {
  font-family: 'Proxima Nova Rg', sans-serif !important;
}
h1, h2, h3, h4 {
  font-weight: 600;
}

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

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  position: relative;
  padding: 5px 0;
}
.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-icons > a {
  color: #FFF;
  transition: 0.25s ease-in;
}
.header-icons > a:hover {
  color: #445058;
}
.header-icons > a:hover svg {
  fill: #445058;
  stroke: #445058;
}
.return-to-site {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail .card-title {
  font-weight: 400 !important;
  font-size: 14px;
  text-align: center;
}
.product-thumbnail .card-text {
  font-weight: 600;
  text-align: center;
}
.outofstock-container {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1493fe;
  color: #1a3a63;
  padding: 10px 20px;
  font-weight: bold;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-option-thumb, .logo-location-thumb {
  font-size: 2rem;
}

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

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


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

}

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

}

@media screen and (max-width: 990px){
  .return-to-site {
    display: none;
  }
}

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

}