/*Add to Quote Button*/
.product-enquiry-click.click-link-btn {
  background: -moz-linear-gradient(center top , #f7f6f7 0px, #e0dadf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #c8bfc6;
  border-radius: 2px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #5e5e5e;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  left: auto;
  line-height: 1em;
  margin: 0;
  overflow: visible;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.product-enquiry-click.click-link-btn{
  margin: 7px 0 5px 0;
}

.product-enquiry-click.added::after {
  content: "";
  font-family: WooCommerce;
  margin-left: 0.53em;
  vertical-align: bottom;
}

.product-enquiry-click.click-link-btn:hover{
  background: -moz-linear-gradient(center top , #f7f6f7 0px, #d4cdd2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  text-decoration: none;
}


/*Cart Widget*/
.enq-cart-block ul.cart_list, .enq-cart-block ul.product_list_widget {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.enq-cart-block ul.cart_list li::after, .enq-cart-block ul.product_list_widget li::after {
  clear: both;
}

.enq-cart-block .widget_shopping_cart .cart_list li a.remove, .enq-cart-block.widget_shopping_cart .cart_list li a.remove {
  left: 0;
  position: absolute;
  top: 0;
}

.enq-cart-block a.remove {
  border: 0 none;
  border-radius: 100%;
  color: red !important;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  height: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 1em;
}

.enq-cart-block .widget_shopping_cart .total, .enq-cart-block.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}

.enq-cart-block ul.cart_list li img, .enq-cart-block ul.product_list_widget li img, .cart_list_form li img {
  box-shadow: none;
  float: right;
  height: auto;
  margin-left: 4px;
  width: 32px;
}

.cart_list_form li, .enq-cart-block li{
  list-style: none;
}

.enq-cart-block a.gts-enq-page-link{
  margin-bottom: 10px !important;
  display: inline-block;
}

.cart_list_form a img {
  float: right;
  height: auto;
  max-width: 32px;
}

/*Inline Response CSS*/
.gts-clr-status {
  color: #00957e;
}

.continue-btn, .form-btn {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 85%;
  font-weight: 500;
  left: auto;
  line-height: 1em;
  margin: 0;
  overflow: visible;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.continue-btn{
  margin-bottom: 6px;
  margin-top: 6px;
}

.gts-processing{
  background: url('../img/ajax-loader.gif') no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-bottom: -3px;
}

.cart_list_form {
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 100%;
  min-width: 250px;
  padding: 5px 8px !important;
  position: relative;
  width: 400px;
}

.cart_list_form li{
  padding-left: 26px !important;
  border-bottom: 1px solid #efefef;
}

.cart_list_form a.remove {
  left: 5px;
  position: absolute;
}

.ta-hidden, #input-porducts, form .enq-products{
  display: none;
}
