/*-------------------
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 */
/*-------------------*/
* {
	font-family: 'Google Sans', sans-serif !important;
}
.fa {
	Font-family: 'Font Awesome 5 Free' !important;
}
.select2-container--bootstrap4 .select2-results__option {
  color: #000000;
}
.form-check-input:checked {
  background-color: #000;
}
.btn.secondary.outline {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

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

/*-------------------*/
/* HEADER */
/*-------------------*/
.header-container .header-navbar .headerLinks ul.header-links {
  margin-right: 0 !important;
  margin-left: auto;
}

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

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

/*-------------------*/
/* GROUP PASSCODE MODAL */
/*-------------------*/
#group-passcode-modal {
  background: #000;
}
#group-passcode-modal .modal-header {
  padding-bottom: 6px;
  border-bottom: none;
}
#group-passcode-modal .input-group > * {
  width: 100%;
}
.input-group-append {
  margin-top: 6px;
  text-align: center;
}
.input-group-append button {
  border: 1px solid #fff !important;
  border-radius: 0;
  background: #000 !important;
  color: #fff !important;
  margin: auto;
}
.form-loading {
  display: none;
  width: 70px;
  height: 70px;
}
.form-loading svg {
  width: 100%;
  height: auto;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail .thumbnail-description-container a h5 {
  font-family: 'Google Sans Mono', monospace !important;
  font-weight: normal !important;
}
.product-thumbnail .thumbnail-img-container img {
  max-height: unset;
  width: 100%;
  height: 100%;
}

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-info *:not(.product-title h2) {
  font-family: 'Google Sans Mono', monospace !important;
  font-weight: normal !important;
}
.product-header, .product-page-main .prod_option_block .product-options .product-option-wrapper, .multiple-quantity-product-option, .product-options-wrapper-qd-sc, .product-page-main .total-info .product-quantity-container {
  border-bottom: none;
}
body span.required-label {
  font-size: 14px;
}
/*.product-page-main .prod_option_block .product-options .product-option-wrapper, .multiple-quantity-product-option, .product-options-wrapper-qd-sc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page-main .prod_option_block label {
  margin-bottom: 0 !important;
}*/
.product-page .main-img img {
  max-width: 100%;
}
.product-page-main .total-info .product-quantity {
  display: block;
}
.product-summary-footer .summary-footer .name {
  width: unset;
  margin-right: 6px;
}
.size-chart-item span {
  color: #fff;
  font-family: 'Google Sans Mono', monospace !important;
  padding: 0 6px;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.proceed-to-checkout {
  padding: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: 'Google Sans Mono', monospace !important;
  font-weight: normal !important;
}
.continuebutton, .item-summary-edit {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: 'Google Sans Mono', monospace !important;
  font-weight: normal !important;
  background: #000 !important;
  color: #fff !important;
  border-color: #FFF !important;
}

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


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

}