input.wooknox_extra_input_field {
  border-width: 0px !important;
  border-style: initial !important;
  border-top-color: initial !important;
  border-right-color: initial !important;
  border-bottom-color: initial !important;
  border-left-color: rgb(67, 69, 75) !important;
  border-image: initial !important;
  font-size: 19.8px !important;
  padding: 12.25px !important;
  width: 225px !important;
  height: 32px !important;
  background-color: rgb(242, 242, 242) !important;
  font-weight: 400 !important;
}


/* Chrome, Safari, Edge, Opera */
input.wk_card::-webkit-outer-spin-button,
input.wk_card::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.wk_card[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

ul.wooknox_eligible_products_list li {
  list-style: inside !important;
}


.snap_badge {
  /* left: 0; */
  position: absolute;
  background: #396dff;
  color: white;
  padding: 5px;
  right: 0;
}

.ebt_badge {
  /* left: 0; */
  position: absolute;
  background: #ff3a3a;
  color: white;
  padding: 5px;
  right: 0;
}

.both_badge {
  /* left: 0; */
  position: absolute;
  background: #39ce74;
  color: white;
  padding: 5px;
  right: 0;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.close {
  color: #838383;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #f10909;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: white;
  color: white;
}

.buttons {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: white;
  color: white;
}

#cancel_reason {
  overflow-y: scroll;
  resize: none;
  width: 100%;
}

#return_to_shop {
  margin-bottom: 10px;
  float: right;
}


/*************Dollar Sign*****************/

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon > input {
  padding-left: 25px !important;
  padding-right: 0;
}

.woocommerce-customer-details {
  display: none;
}

/*****************************************/

/*********** Eligible Products List Fix ************/
ul.wooknox_eligible_products_list > li::before {
  content: none !important;
}

/***************************************************/


.wksp_red {
  color: #f10909;
}

button[name="woocommerce_checkout_place_order"].disabled {
  opacity: .5;
  pointer-events: none;
}