/*-------------------
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: 'Bryant Pro', sans-serif !important;
}

.fa, .far, .fas, .fab {
  font-family: 'Font Awesome 5 Free' !important;
}


/* Chrome, Edge, Safari */
input.quantity[type="number"]::-webkit-inner-spin-button,
input.quantity[type="number"]::-webkit-outer-spin-button,
#quantity input.amount[type="number"]::-webkit-inner-spin-button,
#quantity input.amount[type="number"]::-webkit-outer-spin-button,
.cart-quantity-input::-webkit-inner-spin-button,
.cart-quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.quantity[type="number"], #quantity input.amount[type="number"], .cart-quantity-input {
  appearance: textfield !important;
  width: 32px;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 7px 5px 6px !important;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/

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

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

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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
.qty-wrapper, .qty-control {
    display: flex;
    align-items: center;
    gap: 0;
}
.qty-wrapper input, .cart-quantity-input {
    width: 32px;
    text-align: center;
}
.qty-minus,
.qty-plus {
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}
.product-sub-option .ui-widget.ui-widget-content {
  border-radius: 0 !important;
}
.prod_option_block .ui-spinner a.ui-spinner-button {
  display: none;
}
.btn.primary.add-to-cart:disabled {
  opacity: 0.5;
}
#multiple-product-accordion .multi-prod-options {
  margin-bottom: 6px !important;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-quantity-container .form-control.is-invalid {
  padding-right: 10.5px;
}

.cart-quantity-input::-webkit-inner-spin-button,
.cart-quantity-input::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.cart-quantity-input{
  appearance: textfield;
}
.shopping-cart .btn:disabled {
  opacity: 0.5;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/

.bucees-disclaimer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 15px; /* Keeps a small buffer on mobile screens */
  }

  .bucees-disclaimer-banner {
    background-color: #d31145;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
    border-radius: 4px; /* Optional slight curve on corners */
  }

  .bucees-disclaimer-banner p {
    margin: 0;
    padding: 0;
  }

  @media screen and (max-width: 749px) {
    .bucees-disclaimer-wrapper {
      padding: 0 10px;
    }
    
    .bucees-disclaimer-banner {
      padding: 10px 15px;
      font-size: 12px;
    }
  }
/*-------------------*/
/* 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){

}