/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Hide coupon related info on the Checkout page */
.woocommerce-form-coupon-toggle, .woocommerce-checkout .woocommerce-remove-coupon {
  display: none;
}
.woocommerce table.cart div.coupon .input-text, .woocommerce-page table.cart div.coupon .input-text {
  background-color: #f0efef !important;
  color: #634618 !important;
  border: 1px solid #1b1b1b !important;
  padding: 21px 13px !important;
}

.woocommerce .woocommerce-error {
  background-color: #e2401c !important;
  color: #ffffff !important;
  margin-top: -10px;
  margin-left: 0 !important;
  padding: 1em 2em 1em 3.5em;
  border-left: .6180469716em solid rgba(0,0,0,.15);
  border-radius: 2px;
}
.woocommerce .woocommerce-error li {
  color: #ffffff !important;
}
.woocommerce-error:before {
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f06a';
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #fff;
}
.woocommerce-error:after {
  clear: both;
}

.woocommerce-checkout .shop_table.order_details th, .woocommerce-checkout .shop_table.order_details tr td, .woocommerce-page .div.cart-collaterals div.cart_totals th {
  border: 1px solid #ccc;
  padding: 5px 10px !important;
}
.woocommerce-checkout .shop_table.order_details tr td a.button {
  color: #fff;
}
.woocommerce-checkout .shop_table.order_details tr td a.button:hover {
  color: #1b1b1b;
}

/* Hide Price Headings and Totals */
.woocommerce-mini-cart__total,
.product-price, .product-quantity, .product-subtotal, .cart_totals h2, .cart-subtotal, .cart-discount .amount, .order-total,
.woocommerce-order-overview__total, .product-total, table.woocommerce-table--order-details tfoot {
  display: none !important;
}
.qode-pl-holder.qode-info-below-image .qode-pli .qode-pli-text-wrapper .qode-pli-add-to-cart {
    bottom: -10px;
}