/*
Theme Name: cxhg
Theme URI: http://www.fobsites.com
Author: FobSites
Author URI: http://www.fobsites.com
Description: cxhg is a clean, modern and fully responsive WordPress wedding theme built using Bootstrap 3 which makes it optimized for tablets and mobile. It is a highly customizable eCommerce theme with unlimited color variations that can be tweaked via simple yet powerful Theme Options. Theme has a built-in Popular Posts Widget, Infinite Scroll (powered by Jatpack) and translation support. 
Version: 1.6.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unite
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

Unite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

.le-quantity {
  padding: 4px;
  position: relative;
  border: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
}
.le-quantity .minus,
.le-quantity .plus {
	position: absolute;
	width: 32px;
	height: 100%;
	padding: 0;
	background-color: #fff;
	top: 0;
	font-family: fontawesome;
	text-align: center;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
	background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
	color: #3d3d3d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	font-size: 10px;
}
.le-quantity .minus {
  left: 0;
  border-right: 1px solid #e0e0e0;
}
.le-quantity .minus:after {
  content: "\f068";
}
.le-quantity .plus {
  border-left: 1px solid #e0e0e0;
  right: 0;
}
.le-quantity .plus:after {
  content: "\f067";
}
.le-quantity input {
  border: none;
  text-align: center;
  width: 120px;
  color: #3d3d3d;
  font-size: 20px;
  background-color: #fff;
}
.woocommerce .quantity .qty{width:120px;}
.woocommerce div.product form.cart div.quantity { float:none; margin:30px 0;}
.woocommerce .quantity .qty { padding-left:16px;}

.woocommerce div.product .product_title { text-align:left; padding-bottom:10px; border-bottom:1px solid #ddd;}
.woocommerce div.product p.price, .woocommerce div.product span.price { color:#F00; font-size:30px; font-weight:500; padding:10px 0;}