select.orderby {
  padding: 10px 16px;
  padding-right: 36px;
  background-color: #C25700;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' fill='none' stroke='white' stroke-width='15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;

  transition: all 0.2s ease;
}

select.orderby:hover,
select.orderby:focus {
  outline: none;
  border-color: black;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3); /* optional black focus glow */
}
.glsr-label span {
  color: white;
  text-align: left;
  display: block;
}
.glsr-toggle label {
  color: white;
  text-align: left;
  display: block;
}
body.woocommerce-cart a.wc-block-components-product-name {
  color: #C25700;
}

body.woocommerce-cart a.wc-block-components-product-name:hover,
body.woocommerce-cart a.wc-block-components-product-name:focus {
  color: #C25700;
  text-decoration: none; /* optional */
}
h2.wc-block-components-title.wc-block-components-checkout-step__title {
  color: white;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
label.wc-block-components-radio-control__option-checked {
  background-color: none;
  padding: 10px;
  border-radius: 6px;
  color: white; /* text color */
}

/* Make the Payfast icon image white by applying a filter */
label.wc-block-components-radio-control__option-checked img {
  filter: brightness(0) invert(1);
}
a[href="https://theboerbar.co.za/terms-conditions/"],
a[href="https://theboerbar.co.za/terms-conditions/"]:hover,
a[href="https://theboerbar.co.za/terms-conditions/"]:focus {
  color: #C25700;
}
button.wc-block-components-checkout-place-order-button {
  background-color: #C25700;
  color: white;          /* make text white for contrast */
  border: none;          /* remove any border */
  cursor: pointer;       /* pointer cursor on hover */
  transition: background-color 0.3s ease;
}

button.wc-block-components-checkout-place-order-button:hover {
  background-color: #C25700; 
}
a.wc-block-cart__submit-button {
  background-color: #C25700;
  color: white;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border-radius: 4px; /* optional rounded corners */
}
body.woocommerce-cart .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout {
  padding: 4px;
		margin-bottom: 8px;
}
body.woocommerce-cart .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked .wc-block-components-radio-control__option-layout {
  padding: 32px;
		margin-bottom: 0;
}
a {
  color: #C25700; /* default link color */
  text-decoration: none; /* optional: remove underline */
}

a:hover {
  color: #bfb3a2; /* color on mouse hover */
  text-decoration: underline; /* optional: add underline on hover */
}

a:visited {
  color: #C25700; /* color for visited links */
}

a:active {
  color: #C25700; /* color when the link is clicked */
}
.wc-block-components-button__text {
  color: white !important;
}