/* Categories */
.woocommerce.tax-product_cat main .term-description {
	display: none;
}

.woocommerce ul.products::before {
	display: none !important;
}

h2.woocommerce-loop-category__title mark.count {
	display: none !important;
}

.woocommerce ul.products li.product-category {
	padding-bottom: 40px;
}

.boxed-shop ul.products li.product,
.product-ranges ul.products li {
	width: 100% !important;
	padding-bottom: 40px;
}

.product-ranges {
	text-align: center;
	margin: 0 auto;
}

.product-ranges a {
	text-decoration: none !important;
}

.product-ranges h1 {
	padding: 20px 0 60px;
}

.product-ranges h2 {
	padding-top: 20px !important;
	padding-bottom: 5px !important;
}

/* Remove spinners from qty box */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.woocommerce em {
	font-style: normal;
}

.woocommerce form.login,
.woocommerce form.register {
	border: 0 !important;
	border-radius: 0 !important;
	margin: 0 0 2em !important;
	padding: 0 !important;
}

.woocommerce form .form-row {
	padding: 0 !important;
	margin: 0 0 .75em !important;
}

.woocommerce form .form-row .required {
	font-weight: 300 !important;
	color: #1C1F21 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: none;
	padding: .75em .5em;
	background-color: #EAE8E5 !important;
	font-weight: 300;
	font-size: 13px;
}

.woocommerce-password-strength {
	font-weight: 300 !important;
	padding: 6px .5em !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #FCFBF8 !important;
	background-color: #1C1F21 !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	letter-spacing: .225em;
	padding: 1.3em 1.5em !important;
	font-size: 10px !important;
	margin-top: .5em !important;

	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #92683c !important;
	color: #FCFBF8 !important;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
	margin-top: 0 !important;
}

.woocommerce-lost-password .woocommerce button.button {
	width: 100%;
}

.woocommerce-lost-password form.woocommerce-ResetPassword {
	text-align: center;
}

.woocommerce-lost-password .woocommerce form .form-row-first,
.woocommerce-lost-password .woocommerce-page form .form-row-first {
	width: 100% !important;
}

label.woocommerce-form-login__rememberme {
	margin-top: 3px !important;
}

label.woocommerce-form-login__rememberme input#rememberme {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #1C1F21;
	position: relative;
	top: -10px;
	margin-right: 4px;
}

label.woocommerce-form-login__rememberme input#rememberme:checked {
	background: #1C1F21;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	color: #92683c !important;
	text-transform: uppercase;
	letter-spacing: .175em;
	font-size: 13px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: #92683c !important;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
	color: #1C1F21 !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 2em;
}

.woocommerce-MyAccount-navigation {
	color: #92683c;
	text-transform: uppercase;
	letter-spacing: .175em;
	font-size: 13px;

	padding-bottom: 2.75em;
	border-bottom: 2px solid #92683c;
	text-align: center;
}

.woocommerce-MyAccount-navigation a {
	text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a {
	color: #92683c !important;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 2em;
	margin-bottom: .5em;
}

.woocommerce-EditAccountForm fieldset legend {
	text-transform: uppercase;
	letter-spacing: .225em;
	color: #92683c;
	font-weight: 700;
	font-size: 13px;
}

.woocommerce header {
	margin: 0;
}

.woocommerce-Address {
	margin-top: .5em;
	margin-bottom: 2em;
}

.woocommerce-Address address {
	font-style: normal;
	margin-top: .5em;
}

.woocommerce-orders .woocommerce-Message--info,
.woocommerce-downloads .woocommerce-Message--info {
	min-height: 100px;
}

.woocommerce-orders .woocommerce-Message--info a,
.woocommerce-downloads .woocommerce-Message--info a {
	position: absolute !important;
	top: 2.5em !important;
	font-size: 13px !important;
}

.woocommerce select,
.woocommerce input,
.woocommerce textarea {
	font-family: mr-eaves-xl-modern, sans-serif !important;
	font-size: 100% !important;
}

/* Dropdown field */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	margin-top: 0 !important;
}

.select2-container--default .select2-selection--single {
	background-color: #EAE8E5 !important;
	border: none !important;
	border-radius: 0 !important;
}

.select2-container .select2-selection--single {
	height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px !important;
}

/* WOOCOMMERCE CART */
.woocommerce ul#shipping_method .amount {
	font: 300 !important;
}

.woocommerce ul#shipping_method .amount .woocommerce-Price-currencySymbol {
	font: 700 !important;
}

.item-deets .cart_item {
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.item-deets .cart_item>div {
	display: inline-block;
}

.cart-buts {
	margin: 2em 0 4em;
}

.item-deets .cart_item .product-remove {
	width: 30px;
	padding: 0;
}

.page-template-default .wrapper .container a,
.page-template-tpl_faq .wrapper .container a,
.page-template-tpl_rentals .wrapper .container a,
.page-template-tpl_bbq-lab .wrapper .container a {
	box-shadow: none !important;
}

.item-deets .cart_item .product-thumbnail {
	width: 100px;
	padding: 10px 15px 5px 0;
}

.item-deets .cart_item .product-price,
.item-deets .cart_item .product-quantity,
.item-deets .cart_item .product-subtotal {
	width: 18%;
	text-align: center;
}

.woocommerce-cart-form__cart-item.cart_item a {
	text-decoration: none;
}

.woocommerce-cart-form__cart-item.cart_item h4 a {
	color: #92683C !important;
}

.woocommerce-cart-form__cart-item.cart_item h4 a:hover {
	color: #1C1F21 !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 100px !important;
}

.cart-subtotal .woocommerce table.shop_table td {
	border-top: 1px solid #1C1F21;
	padding: 10px 0;
}

.woocommerce table.shop_table td.actions {
	padding: 20px 0;
}

.woocommerce table.shop_table {
	border: 0;
	border-radius: 0;
	margin: 0 0 3em 0 !important;
}

.woocommerce .cart_totals table.shop_table {
	margin: 0 0 1.5em !important;
}

.woocommerce .cart_totals table.shop_table {
	border-bottom: 1px solid #1C1F21;
}

.wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	font-size: 11px !important;
}

#add_payment_method .cart .actions .coupon .input-text,
.woocommerce-cart .cart .actions .coupon .input-text,
.woocommerce-checkout .cart .actions .coupon .input-text {
	border: 1px solid #1C1F21 !important;
	padding: .775em !important;
	margin: 0 10px 0 0 !important;
	background: #FCFBF8;
	text-transform: uppercase;
	letter-spacing: .15em !important;
	font-size: 13px !important;
}

.woocommerce-cart .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	margin-top: 0 !important;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	opacity: 1 !important;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	background: #1C1F21 !important;
}

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	width: 49% !important;
	margin-right: 2% !important;
}

.woocommerce table.cart td.actions .coupon .button {
	width: 49%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: left !important;
	width: 100% !important;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0 !important;
	float: right;
	width: 100%;
}

.cart_totals h2 {
	font-family: mrs-eaves, serif;
	font-weight: 400;
	letter-spacing: 0.075em;
	font-size: 1.15em;
	color: #1C1F21;
}

.woocommerce .cart_totals table.shop_table_responsive tr td::before,
.woocommerce-page .cart_totals table.shop_table_responsive tr td::before {
	text-transform: uppercase;
	color: #92683C;
	font-size: 13px;
	letter-spacing: .225em;
	content: attr(data-title) " " !important;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #1C1F21 !important;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
	content: "" !important;
	margin-left: 0 !important;
	font-size: 1em !important;
}

.cart-subtotal span,
.order-total span {
	font-weight: 700 !important;
	text-align: right;
}

tr.woocommerce-shipping-totals.shipping ul#shipping_method {
	text-align: right;
}

.woocommerce a.remove {
	font-size: 2.5em !important;
	text-align: left !important;
	color: #1C1F21 !important;
	font-weight: 300 !important;
}

.woocommerce a.remove:hover {
	color: #92683C !important;
	background: #FCFBF8;
}

.coupon label {
	display: none;
}

.woocommerce-page table.cart td.actions .coupon {
	padding-bottom: 10px;
}

.woocommerce .quantity .qty {
	border: 1px solid #1C1F21;
	background: transparent;
	height: 28px;
	width: 40px;
}

.woocommerce form.woocommerce-shipping-calculator .form-row:first-child,
.woocommerce form.woocommerce-shipping-calculator .form-row:nth-child(2) {
	margin-bottom: 1em !important;
	text-align: left !important;
}

.woocommerce form.woocommerce-shipping-calculator button.button {
	width: 120px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
	padding: 10px 0 !important;
}

.woocommerce .cart_totals table.shop_table .shipping ul#shipping_method li input {
	margin-right: 0;
}

.woocommerce ul#shipping_method li {
	margin: 0;
}

.woocommerce-shipping-destination {
	padding-bottom: 0;
}

/* SINGLE PRODUCT */
.woocommerce.single-product header,
.woocommerce.archive header {
	margin: 0 1.25em;
}

.woocommerce.single-product nav.woocommerce-breadcrumb {
	display: none;
}

.woocommerce.single-product .product .clearfix:first-child {
	width: 100%;
}

.woocommerce.single-product div.product form.cart div.quantity {
	margin-right: 8px;
}

.woocommerce.single-product .quantity .qty {
	height: 36px;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery {
	width: 100%;
	float: left;
	background: #FFF;
	text-align: center;
	margin-bottom: 1.5em;
}

.woocommerce.single-product div.product div.summary {
	padding: 0 0 1.25em 0;
	float: left;
	background-color: transparent;
	margin-bottom: 1.5em;
}

.woocommerce.single-product .summary h4 {
	display: inline;
}

.woocommerce.single-product .summary h4 span {
	font-weight: 700;
}

.woocommerce.single-product .summary h4 span.price {
	font-size: 1em !important;
	color: #92683C !important;
}

.woocommerce.single-product .summary h4.product_title {
	margin-right: 10px;
}

.woocommerce.single-product .summary .product_meta {
	margin-bottom: 20px;
	margin-top: 20px;
}

.woocommerce.single-product .summary .product_meta h4 {
	display: block;
	padding-bottom: 0;
}

.woocommerce-product-details__short-description p {
	font-family: mr-eaves-sans, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.1em;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	letter-spacing: -0.025em;
}

.xoo-wl-btc-show {
	margin-bottom: 40px !important;
}

.woocommerce div.product div.summary .box ul,
.woocommerce div.product div.summary .box ol {
	padding-bottom: 1em;
}

.woocommerce-product-details__short-description {
	margin-top: .75em;
}

.woocommerce.single-product .sku_wrapper {
	display: inline-block;
	width: 160px;
	float: left;
}

.woocommerce.single-product .sku_wrapper span.sku {
	font-size: .9em;
}

.woocommerce.single-product .summary .share {
	margin-top: 0;
}

.woocommerce.single-product div.product form.cart {
	margin-bottom: 10px !important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: transparent !important;
	text-align: right !important;
}

.woocommerce-orders .woocommerce table.shop_table tr th,
.woocommerce-orders .woocommerce table.shop_table tr td,
.woocommerce-view-order .woocommerce table.shop_table tr th,
.woocommerce-view-order .woocommerce table.shop_table tr td {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-view-order .woocommerce table.shop_table tr th:last-child,
.woocommerce-view-order .woocommerce table.shop_table tr td:last-child {
	width: 120px;
}

.woocommerce.single-product .ppc-button-wrapper {
	max-width: 200px !important;
	margin-top: 10px !important;
}

/* SINGLE PRODUCT WITH VARIATIONS */
h2.grill-subcat {
	text-align: center;
	padding-bottom: 40px;
	padding-top: 20px;
	font-family: mrs-eaves-roman-petite-caps, serif;
	font-weight: 400;
	color: #1C1F21;
	font-size: 2em !important;
	letter-spacing: 0 !important;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: .75em;
}

.woocommerce div.product form.cart .variations td.label {
	font-size: .9em;
	letter-spacing: .225em;
	text-transform: uppercase;
	color: #92683c;
	width: 100%;
	float: left;
}

.woocommerce div.product form.cart .variations th {
	text-align: left !important;
	font-size: .9em;
	letter-spacing: .225em;
	text-transform: uppercase;
	color: #92683c;
	width: 160px !important;
}

.woocommerce div.product form.cart .variations td.value {
	width: 100%;
	float: left;
}

.woocommerce div.product form.cart .variations select {
	min-width: 100%;
	color: -internal-light-dark(black, transparent) !important;
	background: #eae8e5;
	padding: 5px;
	border: 1px solid #000;
	-webkit-appearance: none;
	/* for Safari fields */
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	/* for Safari fields */
	background: url(../images/dropdown.png) no-repeat right 10px center;
	background-size: 11px;
}

.woocommerce.mobile div.product form.cart .variations select {
	color: #000000 !important;
}

.woocommerce div.product .single_variation_wrap .woocommerce-variation.single_variation {
	display: none !important;
}

/* CUSTOM BBQ GRILL */
.woocommerce div.product .stock {
	color: #1C1F21 !important;
}

.woobt-products .woobt-product .woobt-title .stock {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.woobt-wrap-responsive .woobt-products .woobt-product {
		flex-direction: row;
		text-align: left;
	}

	.woobt-wrap-responsive .woobt-products .woobt-product>div.woobt-choose {
		margin-right: 10px;
	}
}

.shop_table ul.cart-titles {
	padding: 0 0 12px 0;
	border-bottom: 1px solid #000;
	width: 100%;
}

.shop_table ul.cart-titles li {
	display: inline-block;
	float: left;
	padding: 0 !important;
}

ul.cart-titles li.product-name {
	width: 46% !important;
}

ul.cart-titles li.product-price,
ul.cart-titles li.product-quantity,
ul.cart-titles li.product-subtotal {
	width: 18% !important;
}

.woocommerce .cart .actions .coupon .button {
	height: 35px;
}

.archive.woocommerce ul.products li.product span.price {
	margin-bottom: 0;
}

small.includes_tax {
	display: block;
	clear: both;
	float: right;
}

@media only screen and (min-width: 361px) {
	.sku_wrapper {
		width: 180px;
	}
}

.hidesmallscreen {
	display: block;
	font-weight: 700;
}

.showsmallscreen {
	display: none;
	font-weight: 700;
}

@media only screen and (max-width: 600px) {

	.shop_table ul.cart-titles li.product-price,
	.item-deets .cart_item .product-price {
		display: none;
	}

	.hidesmallscreen {
		display: none;
	}

	.showsmallscreen {
		display: block;
	}

	ul.cart-titles li.product-name {
		width: 64% !important;
	}

	.item-deets .cart_item .product-name {
		width: 50% !important;
	}

	.item-deets .cart_item .product-remove {
		width: 23px;
	}

	.item-deets .cart_item .product-thumbnail {
		padding-right: 10px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 680px) {
	.item-deets .cart_item .product-name {
		width: 29% !important;
	}
}

@media only screen and (min-width: 737px) {

	.woocommerce.single-product header,
	.woocommerce.archive header {
		margin: 0 2em;
	}

	/*.woocommerce div.product div.summary {
		padding: 2em;
	}*/

	.woocommerce.single-product div.product div.images.woocommerce-product-gallery {
		margin-bottom: 2em;
	}

	.woo-variation-gallery-wrapper .wvg-gallery-image {
		max-width: 80%;
	}

	.woocommerce.customers_also_viewed ul.products {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 768px) {
	.shop_table ul.cart-titles li {
		text-align: center !important;
		font-size: .7em;
	}

	.shop_table ul.cart-titles li:first-child {
		text-align: left !important;
	}

	.item-deets .cart_item {
		padding: 20px 0;
	}

	.item-deets .cart_item .product-thumbnail {
		width: 80px;
	}

	.woocommerce a.remove {
		font-size: 2em !important;
	}

	.cart_totals h2 {
		font-size: .9em;
	}

	.cart-buts {
		margin: 2em 0;
	}

	.woocommerce-cart .cart .actions .coupon .input-text,
	.woocommerce .cart .coupon .button {
		width: calc(50% - 8px);
	}

	.coupon {
		margin-bottom: .75em;
	}

	.woocommerce .cart .actions .button.updato {
		width: 100%;
	}

	small.includes_tax {
		margin-bottom: 10px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals table td {
		line-height: 18px;
	}
}

@media only screen and (min-width: 769px) {
	small.includes_tax span.woocommerce-Price-amount.amount {
		margin-left: 4px;
	}

	.cart-subtotal span,
	.order-total span {
		float: right;
	}

	.woocommerce-cart .cart-collaterals .cart_totals table td {
		line-height: 20px;
	}

	.woocommerce-MyAccount-navigation {
		width: 31.33%;
		margin-right: 3%;
		float: left;
	}

	.woocommerce-MyAccount-content {
		width: 65.67%;
		float: left;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 48.5% !important;
		float: left;
	}

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first {
		margin-right: 3% !important;
	}

	.woocommerce-lost-password .woocommerce button.button,
	.woocommerce-lost-password .woocommerce form .form-row input.input-text {
		width: 48.5% !important;
	}

	.woocommerce-MyAccount-navigation {
		padding-bottom: 0;
		border-bottom: 0;
		text-align: left;
	}

	.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item td::before,
	.woocommerce-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item td::before {
		text-transform: uppercase;
		font-family: mrs-eaves, serif;
		font-weight: 400;
		letter-spacing: 0.075em;
		font-size: 1.25em;
		content: " " !important;
	}

	.woocommerce-cart-form .product-name dl.variation dt {
		display: none !important;
	}

	.woocommerce-cart-form .product-name dl.variation dd {
		font-weight: 400 !important;
		display: inline-block;
		padding-right: 10px;
	}

	.woocommerce-cart-form .product-name a.secndpos {
		font-weight: 400 !important;
	}

	.cart_totals h2 {
		font-family: mrs-eaves, serif;
		font-weight: 400;
		letter-spacing: 0.075em;
		font-size: 1.15em;
		color: #1C1F21;
	}

	.woocommerce .cart_totals table.shop_table_responsive tr td::before,
	.woocommerce-page .cart_totals table.shop_table_responsive tr td::before {
		text-transform: uppercase;
		color: #92683C;
		font-size: 13px;
		letter-spacing: .225em;
		content: " " !important;
	}

	.woocommerce-account.woocommerce-orders .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-account.woocommerce-orders.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		text-align: left !important;
	}

	.woocommerce-MyAccount-navigation {
		padding-bottom: 1em;
		border-bottom: 0;
	}

	.woocommerce-orders .woocommerce table.shop_table tr th,
	.woocommerce-orders .woocommerce table.shop_table tr td,
	.woocommerce-view-order .woocommerce table.shop_table tr th,
	.woocommerce-view-order .woocommerce table.shop_table tr td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.woocommerce-orders .woocommerce table.shop_table tr th:first-child,
	.woocommerce-orders .woocommerce table.shop_table tr td:first-child,
	.woocommerce-view-order .woocommerce table.shop_table tr th:first-child,
	.woocommerce-view-order .woocommerce table.shop_table tr td:first-child {
		padding-left: 0 !important;
	}

	.woocommerce-orders .woocommerce table.shop_table tr th:last-child,
	.woocommerce-orders .woocommerce table.shop_table tr td:last-child {
		padding-right: 0 !important;
		width: 72px;
	}

	.woocommerce-view-order .woocommerce table.shop_table tr th:last-child,
	.woocommerce-view-order .woocommerce table.shop_table tr td:last-child {
		padding-right: 0 !important;
	}

	.woocommerce table.shop_table td {
		padding: 10px;
	}

	.woocommerce table.shop_table td.product-subtotal {
		padding-right: 0;
	}

	.woocommerce .cart_totals table.shop_table th {
		padding: 14px 0;
		text-transform: uppercase;
		color: #92683C;
		font-size: 13px;
		letter-spacing: .225em;
	}

	.woocommerce .cart_totals table.shop_table .shipping th {
		padding: 10px 0;
	}

	.woocommerce .cart_totals table.shop_table {
		margin-bottom: 2em !important;
	}

	.woocommerce #content .cart .actions .coupon .input-text,
	.woocommerce .cart .actions .coupon .input-text,
	.woocommerce-page #content .cart .actions .coupon .input-text,
	.woocommerce-page .cart .actions .coupon .input-text {
		width: 250px !important;
		margin-right: 10px !important;
		float: left !important;
	}

	.coupon {
		width: 60%;
		float: left;
	}

	.actions button.button {
		float: right !important;
	}

	.actions .coupon button.button {
		float: left !important;
	}

	.woocommerce .cart .actions .coupon .button {
		width: 90px;
	}

	.actions button.button {
		width: 120px;
	}

	#add_payment_method .wc-proceed-to-checkout,
	.woocommerce-cart .wc-proceed-to-checkout,
	.woocommerce-checkout .wc-proceed-to-checkout {
		width: 120px;
	}

	.woocommerce .shop_table th {
		padding: 5px 10px;
	}

	.woocommerce .shop_table .product-price,
	.woocommerce .shop_table .product-quantity,
	.woocommerce .shop_table .product-subtotal,
	.woocommerce .shop_table .product-price,
	.woocommerce .shop_table .product-quantity,
	.woocommerce .shop_table .product-subtotal {
		text-align: center;
	}

	.woocommerce-cart .woocommerce .shop_table .product-name {
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.woocommerce form.woocommerce-shipping-calculator button.button {
		float: right;
	}

	.page-id-56 h4.firstpos {
		display: block;
		margin-right: 0;
	}

}

.woocommerce.archive .add_to_cart_button,
.woocommerce.archive .button,
.woocommerce .woocommerce-customers-also-viewed .button {
	display: none !important;
}

.woo-variation-product-gallery {
	max-width: 100% !important;
	padding: 40px;
}

/* Custom Tweaks Amelia Booking */
/* Cart + Checkout */
.woocommerce-cart-form__cart-item.cart_item .variation dt.variation-AppointmentInfo,
.woocommerce-cart-form__cart-item.cart_item .variation dd.variation-AppointmentInfo p:first-child,
.woocommerce-cart-form__cart-item.cart_item .variation dd.variation-AppointmentInfo p:nth-last-child(2),
.woocommerce-cart-form__cart-item.cart_item .variation dd.variation-AppointmentInfo hr,
.woocommerce-cart-form__cart-item.cart_item .variation dt.variation-EventInfo,
.woocommerce-cart-form__cart-item.cart_item .variation dd.variation-EventInfo p:first-child,
.woocommerce-cart-form__cart-item.cart_item .variation dd.variation-EventInfo hr,

.woocommerce td.product-name dl.variation dt,
.shop_table.woocommerce-checkout-review-order-table .variaton dt.variation-AppointmentInfo,
.shop_table.woocommerce-checkout-review-order-table .variation dd.variation-AppointmentInfo p:first-child,
.shop_table.woocommerce-checkout-review-order-table .variation dd.variation-AppointmentInfo p:nth-last-child(2),
.shop_table.woocommerce-checkout-review-order-table .variation dd.variation-AppointmentInfo hr,
.shop_table.woocommerce-checkout-review-order-table .variaton dt.variation-EventInfo,
.shop_table.woocommerce-checkout-review-order-table .variation dd.variation-EventInfo p:first-child,
.shop_table.woocommerce-checkout-review-order-table .variation dd.variation-EventInfo hr {
	display: none !important;
}

.woocommerce-cart-form__cart-item.cart_item .variation dd.variation-AppointmentInfo p,
.shop_table.woocommerce-checkout-review-order-table .variation dd.variation-AppointmentInfo p,
.woocommerce-cart-form__cart-item.cart_item .variation dd.variation-EventInfo p,
.shop_table.woocommerce-checkout-review-order-table .variation dd.variation-EventInfo p {
	padding-bottom: 0 !important;
}

/* Order received */
.woocommerce-order-received .woocommerce-order-details .shop_table.order_details .woocommerce-table__product-name.product-name hr,
.woocommerce-order-received .woocommerce-order-details .shop_table.order_details .woocommerce-table__product-name.product-name br:nth-of-type(2n) {
	display: none !important;
}

@media only screen and (min-width: 480px) {
	.woo-variation-product-gallery {
		width: 100% !important;
	}
}

@media only screen and (min-width: 851px) {

	.woocommerce.single-product div.product div.summary,
	.woocommerce.single-product div.product div.images.woocommerce-product-gallery {
		width: 50%;
		margin-bottom: 0;
	}

	.woocommerce.single-product div.product div.summary {
		padding-right: 25px;
	}

	.woo-variation-product-gallery {
		max-width: 50% !important;
		margin-left: 25px;
		padding: 0;
	}

	.woo-variation-gallery-wrapper .wvg-gallery-image {
		max-width: 90%;
		margin: 60px auto 0;
	}

	h2.grill-subcat {
		padding-bottom: 60px;
		padding-top: 20px;
		font-size: 2.4em !important;
	}

	.woocommerce-customers-also-viewed h2:first-child {
		font-size: 2.2em;
	}

	.woocommerce.single-product .product .product-contain {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1800px;
	}

	.woocommerce.single-product div.product div.images.woocommerce-product-gallery,
	.woocommerce.single-product .summary {
		min-height: 100%;
		max-height: 100%;
	}

}

@media only screen and (min-width: 681px) and (max-width: 960px) {
	.item-deets .cart_item .product-name {
		width: 31% !important;
	}
}

@media only screen and (min-width: 961px) {
	.item-deets .cart_item .product-name {
		width: 33% !important;
	}
}

@media only screen and (min-width: 1401px) {
	.woocommerce div.product div.summary .box {
		max-width: 700px;
	}

	.woocommerce-product-gallery__wrapper>div.woocommerce-product-gallery__image {
		margin: 0 auto;
		max-width: 650px;
	}
}

@media only screen and (min-width: 2101px) {
	.woocommerce div.product div.summary .box {
		max-width: 950px;
	}

	.woocommerce-product-gallery__wrapper>div.woocommerce-product-gallery__image {
		max-width: 750px;
	}
}