/*-------------------
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 */
/*-------------------*/

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

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .search-btn {
  border: 1px solid #0071ba !important;
  padding: 8px 12px 4px;
}
/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.carousel-caption .btn.primary {
  border: 1px solid #7589b3;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail .thumbnail-description-container a h5 {
  font-size: 16px;
  font-weight: 600 !important;
}
.select2-option img {
    line-height: 35px;
    font-size: 15px;
    max-width: 140px;
  	max-height: 40px;
}
.img-thumbnail {
    background-color: #bdbaba;
}
.select2-results__option.select2-results__option--disabled {
  display: none;
}
.product-page-main .prod_option_block.logo-wrapper, .prod_option_block.color_option_block, .product-page-main .total-info .product-quantity-container, .product-page-main .prod_option_block .product-options .product-option-wrapper, .multiple-quantity-product-option, .product-options-wrapper-qd-sc {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.product-page-main .prod_option_block.logo-wrapper .logo-info {
  margin-bottom: 0;
}
.product-page-main .prod_option_block {
  margin-bottom: 15px;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/

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

/*-------------------*/
/* FOOTER */
/*-------------------*/
.footer-container .mobile-copyright-section p {
  padding-top: 10px !important;
}

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

}

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

}

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

}

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

}