fieldset#wc-authnet-cc-form {
    border: 1px solid #ccc;
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding-top: 1rem;
	margin-bottom:0.5rem;
}

header.entry-header.top{
	margin-top:1.25rem;
}

a.button.wc-forward {
	display:none;
}

p#breadcrumbs {
    color: black;
    font-size: 1rem !important;
    letter-spacing: 0;
    line-height: 100%;
}

fieldset#wc-authnet-cc-form .form-row {
    width: 100%;
}

fieldset#wc-authnet-cc-form .form-row input{
	margin:0;
}

.woocommerce{
    position: relative;
	width:90%;
	max-width:1080px;
	margin:auto;
}

.entry-content p{
	  font-size: 0.9rem !important;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 150%;
	margin:0;
}


label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	    font-size: 0.9rem !important;
}

.entry-content h3{
	color:#000;
	font-size:1.15rem;
	margin:0;
	margin-bottom:1rem;
}

.woocommerce-info {
    border: 1px solid var(--green);
	border-color:var(--green);
    background: #ecfff3;
	color:var(--green);
    padding: 1.25rem;
	font-weight:normal;
	margin-bottom:1rem;
}

.woocommerce-form-coupon-toggle .woocommerce-info a{
	color:var(--green);
	font-weight:bold;
	text-decoration:none;
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover{
	color:var(--green);
}

form.checkout_coupon.woocommerce-form-coupon {
    border: 1px solid #ccc;
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0.75rem;
	margin-bottom:1rem;
	    MARGIN-TOP: 12PX;
}

form.checkout_coupon.woocommerce-form-coupon p:first-child{
	font-size:.9rem;
	color:#404040;
	width:100%;
}

form.checkout_coupon.woocommerce-form-coupon input{
	width:100%;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row{
    width: 100%;
   max-width: 375px;
}

form.checkout_coupon.woocommerce-form-coupon .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    width: 200px;
    max-width: 90%;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: .9rem;
    height: 3rem;
    cursor: pointer;
}

.button:hover {
    transform: scale(1.05);
}

.entry-content .woocommerce-form-coupon p{
	margin-bottom:0;
}

#customer_details{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
	margin-bottom:1rem;
	margin-top:1rem;
	padding-top:1rem;
}

.col-1,.col-2{
	width:calc(50% - 5%);
}

.entry-content .form-row{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:1rem;
}

.form-row label{
	font-size: .9rem;
	color:#000;
	padding-bottom:5px;
}

abbr.required {
    text-decoration: none;
    color: red;
	margin-left:-2.5px;
}

.form-row label,.form-row span, .form-row input,.select2-container .select2-selection--single,textarea{
	width:100%;
	border-radius:0;
}

.form-row input, .form-row textarea, .select2-container .select2-selection--single {
    height: 3rem;
    width: 100%;
    padding-left: 15px;
    font-size: .9rem;
    color: #666;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
	outline:none;
}

.form-row textarea{
	padding-top:7.5px;
}

input#billing_address_2,input#billing_postcode,input#shipping_address_2,input#shipping_postcode {
    max-width: 290px;
}

input#billing_postcode,input#shipping_postcode {
    max-width: 250px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding:0;
	line-height:normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 7.5px;
    width: 20px;
}

.select2-results__option--highlighted[data-selected]{
	background-color: var(--green) !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option:hover {
  background-color: var(--green) !important;
  color: #fff !important;
}

ul#shipping_method,ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
	color:#000;
  overflow:hidden;
	border: 1px solid #ccc;
}


.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding: 9px 12px;
  text-align: left;
}

/* Force table to behave with flexbox */
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-wrap: wrap;
}
/* Force all items to fill available space */
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  * {
  flex: 1;
  box-sizing: border-box;
}
/* Force thead/tbody/tfoot to fill 100% of space */
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  > * {
  flex: 1 0 100%;
}
/* Control table rows with flex */
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  tr {
  display: flex;
}
/* Make item descriptions 60%+ of the table width */
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  thead
  th:nth-of-type(odd),
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  .cart_item
  td:nth-of-type(odd) {
  flex: 1 0 60%;
}
/* Fix tfoot headings ( subtotal, shipping etc.) to occupy maximum of 130px */
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  th {
  flex: 0 0 130px;
}
/* Corect text alignment on right hand columns */
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  .cart_item
  td:nth-of-type(even),
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  tfoot
  td:nth-of-type(odd),
.woocommerce-checkout
  .woocommerce
  table.woocommerce-checkout-review-order-table
  thead
  th:nth-of-type(even) {
  text-align: right;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #ccc;
}

a.remove {
    font-weight: bold;
    color: red;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    outline: none;
    text-decoration: none;
    right: 12px;
}

.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr {
    position: relative;
}


.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table .qty{
	width:4rem;
	margin:5px 0;
	text-align:center;
	outline:none;
}

.woocommerce-remove-coupon,.woocommerce-remove-coupon:hover{
    position: absolute;
    right: 12px;
    bottom: 9px;
    font-size: .9rem;
	color:red;
	height:3rem;
}

.woocommerce-checkout #order_review button.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    width: 200px;
    max-width: 90%;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: .9rem;
    height: 3rem;
    margin: auto;
    cursor: pointer;
}

.woocommerce-privacy-policy-text{
	margin-bottom:0.5rem;
}

.woocommerce-privacy-policy-text a{
	color: var(--green);
}

input#ship-to-different-address-checkbox {
    margin-right: 5px;
}

@media screen and (max-width: 1024px) {
	
.col-1,.col-2{
	width:calc(100%);
}
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    justify-content: start;
    width: fit-content;
    font-size: 1rem;
    color: #000;
}


label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a{
	color:#ecfff3;
}

input[type='checkbox'] {
    background-color: #ecfff3;
}

button#place_order {
    cursor: pointer;
}

input#terms {
    width: fit-content;
    margin-right: 7.5px;
}

ul.woocommerce-error li {
    border: 1px solid var(--green);
    border-color: var(--green);
    background: #ecfff3;
    color: var(--green);
    padding: 0.75rem;
    font-size: .9rem;
    margin-bottom: 0.75rem;
}

ul.woocommerce-error {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.woocommerce-message {
    border: 1px solid #0084d4;
    background: rgb(224 243 255);
    color: #0084d4;
    padding: 1.25rem;
    margin-bottom: 1rem;
    outline: none;
}

.woocommerce-message a {

    font-weight: bold;
	text-decoration:none;
}

input#terms {
    width: fit-content;
    margin-right: 7.5px;
    height: auto;
}

a.woocommerce-terms-and-conditions-link {
    color: var(--green) !important;
}

.quantity {
    margin-top: 7.5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.woocommerce-message a,#breadcrumbs a{
	color:var(--green) !important;
}

.entry-header {
    background: transparent;
}

.entry-header h1 {
    font-weight: 500;
    text-align: center;
		margin:0;
	color:#000;
}

.entry-header #breadcrumbs{
	width:fit-content;
	margin:auto;
	margin-bottom:1rem;
}
#breadcrumbs a{
	text-decoration:none;
}

input#ship-to-different-address-checkbox,input#terms {
    margin-right: 10px !important;
}

input#ship-to-different-address-checkbox:checked,input#terms:checked {
	accent-color: var(--green);
}

.woocommerce-terms-and-conditions-wrapper {
    width: 100%;
}

p#breadcrumbs {
    color: black;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 100%;
}

.button{
	border:0 !important;
	border-radius:0 !important;
}

header.entry-header.top {
    margin-bottom: 1.5rem;
}

.quantity .input-text.qty.text {
  /* reset native appearance & box model */
  appearance: none;
  -moz-appearance: textfield;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;

  /* typography */
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
  margin: 0 !important;

  /* sizing */
  width: clamp(3rem, 4vw, 4rem);
  padding: 0.25rem;
  flex: 1;
  text-align: center;

  /* borders & shape */
  border: 1px solid var(--mute-blue);
  border-radius: 3px;
  transition: border-color 0.2s, box-shadow 0.2s;

  /* remove default outline (we’ll add a custom one below) */
  outline: none;
}

/* remove native number‐input spinners */
.quantity .input-text.qty.text::-webkit-inner-spin-button,
.quantity .input-text.qty.text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* utility for screen-reader-only labels */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
