/*-------------------
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 */
/*-------------------*/
#search-modal button {
  color: #D02C2F;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container li > a {
  word-wrap: normal;
  width: 130px;
}
.header-navbar {
  padding: 13px 0;
}
.headerLinks > div {
  min-width: 105px;
  margin-left: 35px;
}
.header-container {
  z-index: 499;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: sticky !important;
}
.header-icons > a svg, .header-icons button svg {
  height: 20px;
}
#mobile-slider-button {
  margin-left: 2.5rem;
  position: absolute;
  top: 36px;
  z-index: 1000;
  right: 35px;
  box-shadow: none;
}
.header-container > .wrapper {
  padding-right: 70px;
}
#mobile-slider-button svg {
  fill: #D02C2F;
  height: 27px;
  width: 35px;
}
#mobile-slider-button span:first-of-type svg rect {
  height: 3.5px;
  border-radius: 3px;
}
#mobile-slider-button span:last-of-type svg {
  stroke: #fff;
}
#mobile-slider-button:hover {
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
#homepage-carousel {
  display: flex;
  align-items: center;
}
.carousel-control-prev, .carousel-control-next {
  display: none;
}
.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #57627a !important;
  display: block;
  opacity: 1 !important;
  border: 2px solid #57627a !important;
  background-clip: unset !important;
  margin: 12px 0;
}
.carousel-indicators button.active {
  background-color: #fff !important;
}
.carousel-indicators {
  display: block;
  left: auto;
  right: 50px;
  margin: 0;
  top: auto;
  bottom: auto;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main .product-option-wrapper .select-area .select2-container {
  max-width: 100%;
}
.select2-dropdown {
  max-width: calc(100vw - 2rem);
}
.product-option-thumb, .logo-location-thumb {
  background-color: #666;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail {
  background-color: #666;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  padding: 20px 0 0;
  background-image: url(https://assets.mybrightsites.com/uploads/sites/7167/themes/13773/3a91275094009c4aa652e218ebba24fe3e629a9d/footer-bg.jpg?1649386876);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.social-media {
  float: right;
}
ul.social-media .nav-item {
  display: inline-block;
}
.mobile-copyright-section ul.social-media {
  float: none;
}
/*-------------------*/
/* SLIDER */
/*-------------------*/
.mobile-slider::before {
  display: none;
}
.mobile-slider {
  width: 100%;
  background: none;
}
.mobile-slider-overlay {
  background-color: rgba(0, 0, 0, .9);
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  z-index: 500;
  top: 0;
  height: 100vh !important;
}
.mobile-slider ul {
  background: none;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.mobile-slider li {
  text-align: center;
}
.mobile-slider li > a {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  display: inline;
}
.mobile-slider li > a:hover {
  text-decoration: none;
}
.mobile-slider li > hr {
  background: none !important;
  border: none;
}


.carousel-caption-container {
  width: 100%;
  max-width: 1230px;
  height: 100%;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 1rem;
}
.carousel-caption {
  background-color: rgba(231,32,43,0.8);
  width: 390px;
  left: 0 !important;
  position: relative;
  align-items: start !important;
  transform: none !important;
  height: 100%;
  top: 0 !important;
  padding: 60px 38px 60px 38px;
  justify-content: start !important;
}
.carousel-caption-header {
  font-size: 62px;
  font-weight: bold;
  line-height: 62px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin: 0 0 30px 0;
  text-align: left;
}
.carousel-caption p {
  width: 100%;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: left;
  font-weight: lighter;
}
.carousel-caption .btn.primary {
  background: none;
  padding: 0 !important;
  border: none;
  font-size: 24px !important;
  font-weight: bold;
}
.carousel-inner {
  margin-bottom: 0 !important;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}
@media screen and (min-width: 1200px){
  .d-xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
  .carousel-caption {
    padding: 40px 28px;
  }
  .carousel-caption-header {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 12px 0;
  }
  .carousel-caption p {
    width: 100%;
    font-size: 20px;
  }
  .carousel-caption .btn.primary {
  	font-size: 20px !important;
  }
}

@media screen and (max-width: 1230px) {
  .header-container > .wrapper {
    padding-right: 60px;
  }
  .carousel-caption {
    padding: 20px 25px !important;
  }
  .carousel-caption-header {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 12px 0;
  }
  .carousel-caption p {
    width: 100%;
    font-size: 18px;
  }
  .carousel-caption .btn.primary {
  	font-size: 18px !important;
  }
}

@media (min-width: 992px) and (max-width: 1230px) {
  .header-container > .wrapper {
    padding-right: 0;
  }
  .header-container > .wrapper .container-fluid {
    padding-right: 0 !important;
  }
  .header-navbar {
    display: block;
  }
  .header-navbar .headerLinks {
    margin-top: 20px;
    justify-content: space-between;
  }
  .header-icons > a:last-of-type {
    margin-right: 0;
  }
  .headerLinks .header-links {
    margin: 0 !important;
  }
  .header-container li > a {
    padding: 4px 45px 0 0  !important;
  }
}

@media screen and (max-width: 991px) {
  .mobile-slider ul {
    padding: 0 50px;
    top: 0;
    transform: translateY(0%);
  }
  .mobile-slider li {
    text-align: left;
  }
  .mobile-slider li > a {
    font-size: 20px;
    text-align: left;
    padding: 0 0 15px 0 !important;
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 768.01px) {
  .carousel-caption-container {
    position: absolute;
  }
  .footer-contact-email p {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .header-container .container-fluid {
    padding-left: 0 !important;
  }
  .carousel-caption-container {
    padding: 0;
  }
  .carousel-caption {
    width: 100%;
  }
  .logo-container {
    margin: 4px 20px 1px 0px;
  }
  #mobile-slider-button {
    top: 24px;
  }
}
@media screen and (max-width: 660px){
  .header-container > .wrapper {
    max-width: calc(100% - 50px);
  }
  #mobile-slider-button {
    right: 25px;
  }
  .header-navbar {
    padding: 20px 0;
  }
  .logo-container {
    margin: 0 20px 0 0;
    padding: 0;
  }
  #mobile-slider-button {
    top: 23px;
  }
  #mobile-slider-button svg {
    width: 30px;
  }
  #mobile-slider-button span:first-of-type svg rect {
  	height: 2px;
    border-radius: 0px;
    rx: 0;
    stroke-width: 1px;
    stroke: #c9202b;
  }
  #mobile-slider-button span:last-of-type svg line {
    stroke-width: 1px;
  }
}

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

}