.single-product.right-sidebar .content-area,
.archive.right-sidebar .content-area,
.woocommerce-cart .content-area {
	width: 100%!important;
}

h1.product_title {
	color: #a48334;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}

.product-category a {
	color: #343434;
	font-weight: 300;
	font-size: 1.50em;
}

.product-category {
	border-bottom: 1px #343434 solid;
	padding-bottom: .5em;

}

.woocommerce-breadcrumb a, .product_meta a, .woocommerce-breadcrumb {
	color: #a48334!important;
}

p.price span.stock {
	font-size: 0.35em;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.quantity input,
.quantity .minus,
.quantity .plus {
	    background-color: #fff;
	    color: #343434;
	    border: 1px solid #000;
}
 
.quantity .minus:hover,
.quantity .plus:hover {
	background-color: #fafafa;
	border: 1px solid #000;
}

.single-product div.product .woocommerce-product-rating {
	display: inline-block;
}

.woocommerce-product-details__short-description span {
	text-transform: uppercase;
	font-weight: 700;
}

.field_content {
	display: none;
}

.show_content {
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}

.toggle_tabs {
	border-top: 1px solid #000;
}

.toggle_tabs .tab {
	border-bottom: 1px solid #000;
	padding: 0.75em;
}

.triangle {
	float: right;
	color: #000;
}

.woocommerce-products-header {
	display: inline-block;
}

.storefront-sorting {
	float: right;
	margin-bottom: 0;
	margin-top: 0.75em;
}

.sort-string {
	float: left;
	line-height: 2.25em;
	padding-right: 0.5em;
}

.horizontal.text li:first-child {
	display: none!important;
}

ul.products li.product .star-rating {
	display: none;
}

.woocommerce-cart h1.entry-title {
	color:#a48334;
}
.woocommerce-cart table tbody td,
table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
	background-color: #fff!important;
}

a.remove:before {
	color: #000!important;
}

.woocommerce-cart .quantity .minus,
.woocommerce-cart .quantity .plus {
	padding: 0.318047em 1.41575em;
}

table.total {
	border-bottom: 1px solid #333;
	padding-bottom: 1.5em;
}

table.total th,
table.total td {
	text-align: right!important;
	padding: 1em 0 0 1.41575em!important;
}

table.total th {
	width: 80%;
	border: none;
	font-weight: 300;
	text-transform: uppercase;
}

table.total .order-total th {
	font-weight: 600;
}

.wc-proceed-to-checkout {
	float: right;
}

.single-product div.product form.cart {
	margin-bottom: 0.61em!important;
}

.woocommerce-checkout .entry-title {
	display: none;
}

p.registered-customer {
	text-transform: uppercase;
	font-weight: 700;
}

.xoo-cp-success {
  color: #a48334!important;
  font-size: 25px;
  font-family: 'Gotham-Light';
  margin-bottom: 0px;
  background: none;
}

.xoo-cp-atcn .xoo-cp-icon-check,
.xoo-cp-remove {
	display: none;
}

td.xoo-cp-ptitle a {
	text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'Gotham-Light';
    color: #343434;
}

table tbody td {
	background-color: #fff!important;
}

a.xcp-btn-gold {
	background: #a48334;
}

a.xcp-btn {
	border-radius: 0px;
	border: 0px;
	color: #fff;
    font-size: 16.5px;
    font-family: 'Gotham-Light';
    width: 35%;
}