.payment_form input, .payment_form textarea, .payment_form select {
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  focus: none;
  height: 40px;
}
.stripe_payment {
  background: #ddd;
  margin-top: 15px;
  padding: 0 15px 20px;
}
.stripe_payment .form-control {
  margin-bottom: 10px;
}
#credit_cards {
  padding-top: 4px;
}
#credit_cards img {
  width: 31%;
}
.payment_heading {
  font-weight: 700;
  margin: 10px 0;
}
.paypal_image {
  width: 200px;
}
.store_image {
  width: 140px;
}
.paynow_btn {
  font-size: 13px;
  padding: 6px 20px;
  background: #000;
  color: #fff;
  border: none;
}
.paynow_btn:hover {
  background: #3daad0;
  color: #fff !important;
}
.payment_method_box .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
.payment_method_label:hover input ~ .checkmark {
  background-color: #ccc;
}
.payment_method_label input:checked ~ .checkmark {
  background-color: #3daad0;
}
.payment_method_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.payment_method_label input:checked ~ .checkmark:after {
  display: block;
}
.payment_method_label .checkmark::after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.customer_info_box .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
.customer_info_label:hover input ~ .checkmark {
  background-color: #ccc;
}
.customer_info_label input:checked ~ .checkmark {
  background-color: #3daad0;
}
.customer_info_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customer_info_label input:checked ~ .checkmark:after {
  display: block;
}
.customer_info_label .checkmark::after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.payment_option {
  color: #333;
  font-size: 17px;
  padding: 12px 0;
  font-weight: 700;
}
.payment_method_label {
  border-bottom: 1px solid #eee;
  font-weight: 700;
  /*! display: block; */
  position: relative;
  padding: 5px 0 15px 28px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-label {
  font-size: 13px;
}


#stripe_payment, #paypal_payment{
  display: none;
}


@media only screen and (min-width : 320px) and (max-width : 1023px) {
  .foot1 li{
    font-size: 12px !important;
  }
}


