.woocommerce ul.products li.product {
  padding-bottom: 18px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: Poppins;
  font-weight: 700;
}
.woocommerce ul.products li.product .price ins {
  font-size: 21px;
}
.woocommerce ul.products li.product .price {
  font-size: 18px;
}
.woocommerce div.product .single_add_to_cart_button {
  background-color: #96588a !important;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}
.woocommerce div.product .single_add_to_cart_button:hover {
  background-color: #000000 !important;
}
.woocommerce div.product form.cart div.quantity input.qty {
  padding: 7;
  width: 70px;
  height: 50px;
  margin-right: 5px;
  border-color: #eee;
  border-size: 2px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.woocommerce .woocommerce-message .button {
  color: #ffffff !important;
  background-color: #a46497 !important;
}
.woocommerce-cart .woocommerce table.shop_table.cart div.quantity input.qty {
  padding: 7;
  width: 80px;
  height: 50px;
  margin-right: 5px;
  border-color: #eee;
  border-size: 2px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.actions #coupon_code {
  width: 100px;
  height: 40px;
}
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
  color: #ffffff !important;
  background-color: #a46497 !important;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img {
  width: 50px;
}
.woocommerce .cart .button {
  float: none;
  color: #ffffff !important;
  background-color: #a46497 !important;
}
.woocommerce form .form-row .input-checkbox {
  width: 15px;
  height: 15px;
}
.woocommerce div.product .price .amount {
  font-size: 25px;
}
html > body > div:nth-child(2) > div:nth-child(5) > div > main > .post-25662 > div > div:nth-child(1) > form:nth-child(5) > #order_review > #payment > div > div:nth-child(4) > img {
  height: auto;
  /* max-width: 47%; */
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  /* margin: 10px; */
  margin-bottom: 10px;
}
