/*-------------------
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 */
/*-------------------*/
.dfp-success-box {
  background-color: #e4f5e0;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border-left: solid 4px #198754;
  line-height: 18px;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}
.dfp-info-box {
  background-color: #f0f7fb;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border-left: solid 4px #3498db;
  line-height: 18px;
  overflow: hidden;
  padding: 15px;
  margin-top: 5px;
}
.dfp-logo-descriptions {
  background-color: #eee;
  background-position: 9px 0px;
  background-repeat: no-repeat;
  border: solid 1px #ddd;
  font-size: .8em;
  line-height: normal;
  padding: 5px;
}
.dfp-logo-descriptions ul {
	margin: 0;
}

.modal-header {
  background-color: #000;
}

/*-------------------*/
/* TOP NAV */
/*-------------------*/
.ps-0 span {
  font-weight: bold;
}
/*-------------------*/
/* HEADER */
/*-------------------*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.25rem;
}

.header-icons > a svg, .header-icons button svg {
	height: 20px;
}

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.expand{
  position:relative;
  text-decoration:none;
  display:inline-block;
  color: white !important;
}
.expand:after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a6192e;
    transform: scaleX(0);
    transform-origin: var(--transform-origin-end);
    transition: transform .3s;
}
.expand:hover:after { 
  transform: scaleX(1);
  /*transform-origin:0 50%;
  bottom: 2px; */
  transform-origin: var(--transform-origin-start);
  bottom: 9px !important;
  height: 1px !important;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/
.stock {
  text-transform: capitalize !important;
}
/*-------------------*/
/* 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){
  .logo-container {
    margin: 0;
    text-align: center;
    width: 65%;
  }
  #mobile-logo {
    width: 100%;
  }
}

@media screen and (max-width: 340px){
  .logo-container {
    margin: 0;
    text-align: center;
    width: 65%;
  }
  #mobile-logo {
    width: 100%;
  }
}