.field-wrap {
		display: flex;
		justify-content: center
}

.nf-form-fields-required {
  display: none;
}
body.age-restriction * {
  color: #ffffff;
  font-weight: normal;
	font-family: montserrat; 
		font-size: 14px;

}
.age-gate-heading {
    margin-top: 2px;
    padding: 1;
    font-size: 30px;
		
}
.age-gate-heading-title, .age-gate__heading-title {
   display: none;
}

.age-gate-challenge, .age-gate-message {
    margin: 0 0 20px;
    font-size: 20px;
		font-weight: normal;
		font-family: montserrat;
}
.age-gate-submit.age-gate-submit-yes {
  background-color: #060506;
	color: #ffffff;
	border: solid;
	border-color:#ffffff;
	border-radius: 1px;
	padding: 10px 20px;
  font-weight: bold;
	font-family: montserrat; 
		font-size: 14px;
	}
.age-gate-submit.age-gate-submit-yes:hover {
  background-color: #BC9960;
	color: #ffffff;
	border: none;
	border-color:#ffffff;
	border-radius: 1px;
	padding: 10px 20px;
  font-weight: bold;
	font-family: montserrat; 
		font-size: 14px;
	}
.age-gate-submit.age-gate-submit-no {
  background-color: #060506;
	color: #ffffff;
	border: solid;
	border-color:#ffffff;
	border-radius: 1px;
	padding: 10px 20px;
  font-weight: bold;
	font-family: montserrat; 
		font-size: 14px;
	}
.age-gate-submit.age-gate-submit-no:hover {
  background-color: #BC9960;
	color: #ffffff;
	border: none;
	border-color:#ffffff;
	border-radius: 1px;
	padding: 10px 20px;
  font-weight: bold;
	font-family: montserrat; 
		font-size: 14px;
	}


.wc-block-components-button:not(.is-link) {
    color: #060506;
  background-color: #ffffff;
border: 1px solid
}

.wc-block-components-button:not(.is-link):hover {
		 color: #ffffff;
  background-color: #bc9960;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
		 color: #060506;
  background-color: #ffffff;
		border: 1px solid}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
		 color: #ffffff;
  background-color: #bc9960;
}