#order_review li.wc_payment_method label img {
  margin-left: 4px;
  object-fit: contain;
  padding: 4px;
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

#order_review li.wc_payment_method label img:first-child {
  margin-left: auto;
}

#create_swiipe_user_check {
  display: none !important;
}

body.single-product #wc_bis_product_form {
  display: none !important;
}

body.single-product .summary .quantity__increment {
  border-bottom: 1px solid #e1e1e8;
}

@media (min-width: 777px) {
  body.single-product .summary .quantity input {
    height: 55px;
    border-bottom: 1px solid #e1e1e8;
  }
}
.bowe-minicart-items .bowe-minicart-items-item-quantity-options .quantity__increment,
.bowe-minicart-items .bowe-minicart-items-item-quantity-options .quantity .input-text {
  border-bottom: 1px solid #ededf3 !important;
  border-top: 1px solid #ededf3 !important;
}