.cart-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .cart-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .cart-page .wc-block-components-text-input input[type=text] {
  border-radius: 0;
}
.cart-page .wc-block-components-shipping-calculator-address .wc-block-components-button:not(.is-link) {
  font-size: 1rem;
  background-color: #F7CD07;
  border: 0.0625rem solid #F7CD07;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: -0.0225rem;
  color: #0A0A0A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-page .wc-block-components-shipping-calculator-address .wc-block-components-button:not(.is-link):hover {
  background-color: #0A0A0A;
  color: #fff;
  border-color: #0A0A0A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cart-page .wc-block-components-product-name {
  text-decoration: none;
}
.cart-page .wc-block-components-quantity-selector:after {
  border-radius: 0;
  border: 0.0625rem solid #0A0A0A;
}
.cart-page .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
.cart-page .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus,
.cart-page .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
  border-radius: 0;
  opacity: 1;
}
.cart-page .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .wc-block-components-button:not(.is-link) {
  font-size: 1rem;
  background-color: #F7CD07;
  border: 0.0625rem solid #F7CD07;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: -0.0225rem;
  color: #0A0A0A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.cart-page .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container .wc-block-components-button:not(.is-link):hover {
  background-color: #0A0A0A;
  color: #fff;
  border-color: #0A0A0A;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
