.related.products {
  margin-top: 80px;
}
a.added_to_cart {
  display: none;
}
a.added:after {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  margin-left: 10px;
}
.input-row {
  margin-bottom: 25px;
}
.comment-respond {
  margin-top: 80px;
}
.variations_button .add-to-cart {
  margin-top: 10px;
}
.variations {
  margin-bottom: 30px;
}
.variations select {
  margin-left: 16px;
  height: 26px;
}
.reset_variations {
  font-size: .9em;
  margin-left: 20px;
}
.cart-container .empty {
  padding: 25px 20px;
  font-size: .8em;
}
.woocommerce-message {
  margin-bottom: 40px;
}
.shop_table img {
  width: 70px;
}
.cart_totals {
  margin-top: 70px;
}
.cart_totals td {
  text-align: right;
}
.cart_totals th {
  font-weight: 300;
}
.cart_totals .order-total th {
  font-weight: 600;
}
.cart_totals .calculation a {
  width: 100%;
  margin-top: 40px;
}
.woocommerce-checkout label {
  display: none;
}
.woocommerce-checkout .fa-home {
  margin-right: 20px;
}
.select2-container .select2-choice {
  border-radius: 0;
  border-color: black;
  padding: 10px;
}
.woocommerce-shipping-fields,
.woocommerce-billing-fields {
  margin-top: 100px;
}
#order_review_heading {
  margin-top: 120px;
}
.payment_methods.methods {
  margin-top: 50px;
}
.woocommerce-checkout-payment .form-row.place-order {
  margin-top: 30px;
}
.payment_methods.methods {
  padding-left: 0;
  list-style: none;
}
.checkout_coupon .form-control {
  width: initial;
  display: inline-block;
}
.order_details.order-summary {
  margin-top: 20px;
}
.product-description .price ins .woocommerce-Price-currencySymbol {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
