/*-------------------
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 */
/*-------------------*/
.btn:not(.btn.rounded-pill), .dropdown-menu, .form-control, .product-thumbnail, .form-select, .accordion-item:first-of-type,
.accordion-item:last-of-type, .nav-tabs .nav-link, .account-nav-menu ul li:first-of-type, .account-nav-menu ul li:first-of-type a,
.account-nav-menu ul li:last-of-type, .account-nav-menu ul li:last-of-type a, #account-main > .content-area, .account-nav-menu ul,
.recent-orders-wrapper, .rounded, .product-thumbnail .thumbnail-img-container, .product-page-main .images-wrapper ul li, .product-sub-option .ui-widget.ui-widget-content {
  border-radius: 0 !important;
}
.btn.primary, .btn.secondary:not(.btn.rounded-pill) {
  box-shadow: 4px 4px 8px #0000002b;
  transition: all .2s ease-in-out;
  padding: 8px 20px 9px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.discount-container {
  top: 14px;
  left: 14px;
  border-radius: 0;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container {
  box-shadow: 0px 0px 10px 1px #0000001a;
}
.header-container .headerLinks {
  width: auto;
  flex-grow: initial;
  flex-basis: auto;
}
.cart-link {
  position: relative;
}
.cus-circle {
  background-color: #ccddb7;
  color: #231f20;
  font-size: 12px;
  padding: 3px 0 0 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  border-radius: 20px;
  justify-content: center;
  align-content: center;
  line-height: 1;
  position: absolute;
  right: -8px;
  top: -8px;
}
.header-icons > a svg, .header-icons button svg {
  height: 20px;
  stroke: none;
}
.header-icons #mobile-slider-button svg {
  stroke: #0b2240;
}
.header-container li > a:hover, .header-container li > a:focus {
  color: #1e282f;
}
#mobile-slider-button {
  width: 30px;
}
#mobile-slider-button:focus {
  box-shadow: none;
}
.mobile-slider::before {
  content: none;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

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

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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-option-thumb, .logo-location-thumb, .select2-option img {
  background: #cfcfcf;
}
.virtual-logo-container button,
div.view-logos div.view-logo-dialog-content div.logo-images.logos .image-wrapper,
div.view-logos div.logo-images.product-images div.image-wrapper,
div.view-logos div.logo-images.product-images div.image-wrapper {
  background: #cfcfcf;
}
div.view-logos div.logo-images div.image-wrapper.selected.left-arrow::after {
  border-right: 10px solid #cfcfcf;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper.selected.right-arrow::after {
  border-left: 10px solid #cfcfcf;
  top: 0;
}
div.view-logos div.logo-images div.image-wrapper img {
  max-height: 64px;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail {
  background: #cfcfcf;
}
#checkout-form h4 {
  font-size: 16px;
}
/*-------------------*/
/* ACCOUNT SETTINGS - YOUR LOGOS */
/*-------------------*/
.logos .logo {
  background: #cfcfcf;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container {
  border: none;
}
.footer-container.footer-bottom {
  background-color: #1e282f;
}
.copyright-section {
  border: none;
}
/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

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

}

@media screen and (max-width: 768px){
  .carousel-caption {
    background-color: #1e282f;
  }
  .carousel-caption .carousel-caption-header, .carousel-caption p {
    color: #FFF !important;
  }
  .carousel-caption-header {
    font-size: 2rem;
  }
}

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

}