/*--------------------------------------------------------------
	# WooCommerce
--------------------------------------------------------------*/

/**
 * General
 */

 	body.woocommerce-page #content {
		background: transparent;
		padding: 0;
	}

	/* messages */
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-message {
		background: transparent;
	}

	/* inputs */
	.select2-container--default .select2-selection--single {
		background: rgb(239, 239, 239);
		border: 0;
		padding: 7px 4px;
		height: auto;
	}
	/*
	.select2-container--default .select2-selection--single {
		height: auto;
		outline: none;
		border-radius: 0;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 18px;
		margin: 0;
		padding: 0;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 40px;
	}
	*/

/* table */
.woocommerce table,
.woocommerce table.shop_table {
	font-size: 14px;
	border: 0;
}

	.woocommerce table thead {
		background: #dcd1bf;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		color: #343338;
		text-transform: uppercase;
	}

		.woocommerce table thead tr {
		
		}

			.woocommerce table thead tr th {
				border-bottom: 1px solid #c0b5a3 !important;
				text-align: center;
				padding: 22px 0 !important;
			}

	.woocommerce table.shop_table td {
		text-align: center;
	}

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

	.woocommerce table.shop_table td.product-remove {
		text-align: center;
	}

		.woocommerce table.shop_table td.product-remove a.remove {
			display: inline-block;
		}

	.woocommerce table.shop_table td.product-name {
		text-align: left;
		color: inherit;
	}

		.woocommerce table.shop_table td.product-name a {
			color: inherit;
		}

/* pagination */
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
	padding: 0;
}
	.woocommerce nav.woocommerce-pagination ul li {
		border: 0;
	}
		.woocommerce nav.woocommerce-pagination ul li a,
		.woocommerce nav.woocommerce-pagination ul li span {
			margin: 0 3px;
			background-color: #edf4f6;
			color: #767676;
			font-size: 16px;		
			line-height: 1;
			padding: 12px 17px;
			display: inline-block;
			cursor: pointer;
			text-align: center;
			text-transform: uppercase;
		}
		.woocommerce nav.woocommerce-pagination ul li a:focus, 
		.woocommerce nav.woocommerce-pagination ul li a:hover, 
		.woocommerce nav.woocommerce-pagination ul li span.current {
			background: #ed1b24;
			color: #fff;
		}

/* button */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background: #ed1b24;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 15px;
	padding: 13px 30px 13px 30px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #ed1b24;
}
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background: #ed1b24;
}
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background: #ed1b24;
	color: #fff;
}
.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] {
	color: #fff;
	padding: 12px 22px;
}

/* shop */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 22.93%;
	margin-right: 2.76%;
	text-align: center;
	position: relative;
}

.woocommerce ul.products li.product::before, 
.woocommerce-page ul.products li.product::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.035);
    border: 1px solid rgba(255,255,255,.7);
    z-index: 1;
    opacity: 0;
}

.woocommerce ul.products li.product .meridian-one-product-wrap, 
.woocommerce-page ul.products li.product .meridian-one-product-wrap {
	position: relative;
	z-index: 9;
}

.woocommerce ul.products li.product:hover::before, 
.woocommerce-page ul.products li.product:hover::before {
	opacity: 1;
}

.woocommerce ul.products li.product.last, 
.woocommerce-page ul.products li.product.last {
	margin-right: 0;
}

	/* shop results count */
	.woocommerce .woocommerce-result-count, 
	.woocommerce-page .woocommerce-result-count {
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 30px;
		line-height: 42px;
	}

	/* shop order select */
	.woocommerce .woocommerce-ordering select {
		padding: 10px;
		border: 1px solid #343338;
		background: transparent;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}

	/* shop product */
	.the-one-product-wrap {
		background: #fff;
		box-shadow: 2px 2px 3px 0px rgba(57,67,69,0.1);
		padding: 20px;
		position: relative;
	}

		/* shop on sale */
		.woocommerce ul.products li.product .onsale {
			background: #7f64b5;
			border-radius: 0;
			top: 40px;
			left: 0;
			right: auto;
			margin: 0;
			min-height: 0;
			min-width: 0;
			line-height: 1;
			padding: 6px 15px;
			font-size: 12px;
			text-transform: uppercase;
		}

		/* shop product image */
		.woocommerce ul.products li.product a img {
			margin-bottom: 20px;
		}

		/* shop product title */
		.woocommerce ul.products li.product .woocommerce-loop-category__title, 
		.woocommerce ul.products li.product .woocommerce-loop-product__title, 
		.woocommerce ul.products li.product h3 {
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
			padding: 0;
			margin: 0;
			margin-bottom: 10px;
		}

		/* shop product added to cart */
		.woocommerce a.added_to_cart {
			font-weight: bold;
			font-size: 12px;
			text-transform: uppercase;
		}

/* single on sale */
.woocommerce span.onsale {
	background: #7f64b5;
	border-radius: 0;
	top: 40px;
	left: 0;
	padding: 0;
	min-height: 0;
	min-width: 0;
	line-height: 1;
	padding: 6px 15px;
	font-size: 12px;
	text-transform: uppercase;
}

/* single thumb */
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	width: 48%;
}

/* single thumb nav */
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 22.93%;
	margin-right: 2.76%;
	margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

/* single review */
.woocommerce-Reviews .comment-reply-title {
	margin-bottom: 20px;
	display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	border-color: #cfdfe3;
}
.woocommerce #reviews #comments ol.commentlist {
	margin-left: 0;
	padding-left: 0;
}
.woocommerce-Reviews .comment-respond label {
	margin-bottom: 8px;
}

/* single main */
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	
	width: 50%;
	
}

	/* single main title */
	.woocommerce div.product .product_title {
		text-transform: uppercase;
		font-size: 40px;
		font-weight: 400;
		font-family: "Oswald", Arial, "Helvetica Neue", Helvetica, sans-serif;
		letter-spacing: 1px;
		margin-bottom: 5px;
	}

	/* single main rating */
	.woocommerce div.product .woocommerce-product-rating {
		margin-bottom: 10px;
	}
	.woocommerce .star-rating,
	.woocommerce ul.products li.product .star-rating {
		width: 85px;
		font-size: 12px;
		margin-bottom: 10px;
		vertical-align: middle;
	}
	.wc-layered-nav-rating .star-rating {
		margin-bottom: 3px;
	}
		.woocommerce .star-rating::before {
			color: #ed1b24;
			letter-spacing: 5px;
		}
		.woocommerce .star-rating span::before {
			content: '\53 \53 \53\53\53';
		}
		.woocommerce .star-rating span {
			color: #ed1b24;
			letter-spacing: 5px;
		}
		.woocommerce-product-rating .woocommerce-review-link {
			float: right;
			background: #7f64b5;
			color: #fff;
			padding: 3px 13px;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
		}

	/* single main price */
	.woocommerce div.product p.price, 
	.woocommerce div.product span.price,
	.woocommerce ul.products li.product .price {
		color: #7b7a7f;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.woocommerce.single-product  div.product p.price {
		color: #363d50;
		font-size: 24px;
	}
	.woocommerce div.product p.price del, 
	.woocommerce div.product span.price del,
	.woocommerce ul.products li.product .price del {
		display: inline-block;
		opacity: 1;
	}

	/* single main details */
	.woocommerce-product-details__short-description {
		margin-bottom: 15px;
	}

	.woocommerce div.product form.cart {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.woocommerce div.product form.cart .required-product-addon,
	.woocommerce div.product form.cart #product-addons-total {
		width: 100%;
	}

	.woocommerce div.product form.cart .addon-name {
		font-weight: inherit;
		font-size: 17px;
		margin-bottom: 0;
	}

	/* product add-on option labels (e.g. size choices) a little bigger than 13px */
	.woocommerce div.product form.cart .required-product-addon .form-row label,
	.woocommerce div.product form.cart .product-addon .form-row label {
		font-size: 15px;
		line-height: 1.5; /* was 30px, which left big gaps between options */
	}
	/* tighten the space between add-on option rows */
	.woocommerce div.product form.cart .required-product-addon .form-row,
	.woocommerce div.product form.cart .product-addon .form-row {
		padding: 1px 0;
		margin-bottom: 3px;
	}

	dl.product-addon-totals dt {
		width: auto;
	}

	/* single main quantity */
	.woocommerce div.product form.cart div.quantity {
		display: block;
		float: none;
		margin: 0;
		margin-bottom: 0;
	}

	.woocommerce .quantity .qty {
		padding: 11px 9px;
    	border: 0;
	}

	/* single cart */
	.woocommerce div.product form.cart {
		margin-bottom: 20px;
	}

	/* single main product meta */
	.woocommerce .product_meta {
		letter-spacing: 1px;
		font-size: 21px;
	}
		.woocommerce .product_meta a {
			color: inherit;
			font-weight: 400;
		}

/* single tabs */
.woocommerce-tabs {
	border-top: 1px solid #363d50;
	margin-top: 30px;
	padding: 20px 0;
}

	/* single tabs nav */
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		margin-bottom: 0;
		margin-left: 0;
		padding-left: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
		display: none;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin: 0;
		border: 0;
		padding: 0;
		background: transparent;
		margin-right: 20px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
		margin-right: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs::before {
		border: 0;
	}
		.woocommerce div.product .woocommerce-tabs ul.tabs li a {
			padding: 0;
			margin-right: 25px;
			font-size: 15px;
			text-transform: uppercase;
		}
		.woocommerce div.product .woocommerce-tabs ul.tabs li a:last-child {
			margin-right: 0;
		}
		.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
			background: transparent;
		}
		.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
			color: #ed1b24;
		}

	/* single tabs content */
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 20px 0;
		font-size: 16px;
		line-height: 1.5;
	}
		.woocommerce div.product .woocommerce-tabs .panel h2 {
			display: none;
		}
		/* tighten the gaps between description paragraphs (was the 25px base) */
		.woocommerce div.product .woocommerce-tabs .panel p {
			margin-bottom: 12px;
		}
		.woocommerce div.product .woocommerce-tabs .panel p:last-child {
			margin-bottom: 0;
		}

/* single related products */
.related.products h2 {
	
}

/* widget posts */
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 3px 0px rgba(57,67,69,0.1);
}
	
	/* widgets post remove from cart */
	.woocommerce .widget_shopping_cart .cart_list li a.remove, 
	.woocommerce.widget_shopping_cart .cart_list li a.remove {
		background: #da4a4a;
		border-radius: 0;
		color: #fff !important;
	}

	/* widget post image */
	.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
		width: 50px;
	}

	/* widget posts title */
	.woocommerce ul.cart_list li a, 
	.woocommerce ul.product_list_widget li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}

/* widget filter */
.woocommerce .widget_price_filter .ui-slider {
	margin: 0;
	margin-bottom: 30px;	
}
	.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
		background: #cfdfe3;
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
		background: #7f64b5;
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
		background: #7f64b5;	
	}
.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_amount {
	line-height: 36px;
}
.woocommerce .widget_layered_nav_filters ul li {
	display: block;
	float: none;
}
.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
	border-radius: 0;
	content: '×';
	font-weight: bold;
	background: #da4a4a;
	color: #fff;
	height: 1em;
	width: 1em;
	text-align: center;
	display: inline-block;
}

/* Cart */
body.woocommerce-cart .page-title {
	display: none;
}

body.woocommerce-cart #content {
	width: 100%;
}
	
	/* cart table */
	.woocommerce table.shop_table {
		
	}
		.woocommerce table.shop_table tr.cart_item {
			background: transparent;
		}

	/* cart table "product name" */
	.woocommerce table.shop_table th.product-name {
		text-align: left;
	}

	/* coupon */
	.woocommerce #content table.cart td.actions .input-text, 
	.woocommerce table.cart td.actions .input-text, 
	.woocommerce-page #content table.cart td.actions .input-text, 
	.woocommerce-page table.cart td.actions .input-text {
		width: 190px;
		padding: 10px;
		background: #fff;
	}

	/* cart cross sell */
	.cross-sells h2,
	.up-sells h2 {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}

	/* cart totals */
	.woocommerce .cart-collaterals .cart_totals, 
	.woocommerce-page .cart-collaterals .cart_totals {
		background: transparent;
	}
		.cart_totals h2 {
			background:#dcd1bf;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			padding: 16px 30px;
			border-bottom: 1px solid #c0b5a3;
		}

		#add_payment_method .cart-collaterals .cart_totals table, 
		.woocommerce-cart .cart-collaterals .cart_totals table, 
		.woocommerce-checkout .cart-collaterals .cart_totals table {
			padding: 0 30px;
		}

			.woocommerce table.shop_table tr {
				border: 0;
			}

				.woocommerce table.shop_table th,
				.woocommerce table.shop_table td {
					background: transparent;
					color: inherit;
					padding: 0;
					border: 0;
					padding: 8px 0;
				}

				.woocommerce table.shop_table tbody th, 
				.woocommerce table.shop_table tfoot td, 
				.woocommerce table.shop_table tfoot th {
					font-weight: normal;
				}

				.woocommerce .cart_totals table.shop_table td {
					text-align: right;
					color: #56aed4;
				}

				#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: 0;
					background: transparent;
				}

				.cart_totals table tbody th {
					border: 0;
					text-transform: uppercase;
					font-size: 12px;
					font-weight: 600;
					color: #343338;
					padding: 5px 40px;
				}

	#add_payment_method .wc-proceed-to-checkout, 
	.woocommerce-cart .wc-proceed-to-checkout, 
	.woocommerce-checkout .wc-proceed-to-checkout {
		float: right;
		margin-right: 30px;
		padding: 0;
		margin-bottom: 30px;
		margin-top: 15px;
	}

/**
 * Checkout page
 */

/* coupon wrapper */
.woocommerce form.checkout_coupon,
.woocommerce form.login, 
.woocommerce form.register {
	background: #fff;
	border: 0;
	padding: 20px;
	border-radius: 0;
}
	
	/* coupon input */
	.woocommerce form.checkout_coupon .form-row-first {
		max-width: 300px;
	}

	/* coupon button */
	.woocommerce form.checkout_coupon .form-row-last {
		float: left;
	}

	/* login input */
	.woocommerce form.login .form-row-last {
		float: none;
	}

	/* login button */
	.woocommerce form.login input[type="submit"] {
		margin-right: 10px;
	}

	/* lost password */
	.woocommerce form.login .lost_password {
		margin: 10px 0 0 0;
	}

/* checkout form wrapper */
#customer_details {
	margin-bottom: 30px;
	background: #fff;
	padding: 40px;
}
	
	/* checkout form headings */
	#customer_details h3,
	#order_review_heading {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}

	/* checkout form labels */
	.woocommerce form .form-row label {
		font-size: 13px;
		margin-bottom: 10px;
	}

	/* checkout form rows */
	#customer_details .form-row {
		margin-bottom: 15px;
	}

	/* checkout form textarea */
	#order_comments {
		height: 115px;
	}

/* order info */
.woocommerce-checkout table {

}

/* order info table header */
.woocommerce-checkout #order_review table thead {

}
	
	.woocommerce-checkout #order_review table thead td,
	.woocommerce-checkout #order_review table thead th {
		text-align: left;
	}

	.woocommerce-checkout #order_review table thead td:first-child,
	.woocommerce-checkout #order_review table thead th:first-child {
		padding: 20px 40px !important;
	}

/* order info table body */
.woocommerce-checkout #order_review table tbody {

}

	.woocommerce-checkout #order_review table tbody td,
	.woocommerce-checkout #order_review table tbody th {
		text-align: left;
	}

	.woocommerce-checkout #order_review table tbody td:first-child,
	.woocommerce-checkout #order_review table tbody th:first-child {
		padding: 20px 40px;
		text-align: left;
	}

/* order info table footer */
.woocommerce-checkout #order_review table tfoot {

}

	.woocommerce-checkout #order_review table tfoot tr {

	}

		.woocommerce-checkout #order_review table tfoot tr:first-child th,
		.woocommerce-checkout #order_review table tfoot tr:first-child td {
			padding-top: 30px;
		}

		.woocommerce-checkout #order_review table tfoot th {
			border: 0;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			color: #343338;
			padding: 5px 40px;
		}

		.woocommerce-checkout #order_review table tfoot th:first-child {

		}

		.woocommerce-checkout #order_review table tfoot td {
			text-align: left;
			border: 0;
		}

		.woocommerce-checkout #order_review table tfoot td:first-child {
			padding: 5px 40px;
		}

/* payment method wrapper */
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background: transparent;
}
	
	/* payment method inner */
	#add_payment_method #payment ul.payment_methods, 
	.woocommerce-cart #payment ul.payment_methods, 
	.woocommerce-checkout #payment ul.payment_methods {
		background: #fff;
		padding: 40px;
		border: 0;
	}

		#payment label {
			font-size: 13px;
			text-transform: uppercase;
		}

		/* payment method options */
		#add_payment_method #payment ul.payment_methods li, 
		.woocommerce-cart #payment ul.payment_methods li, 
		.woocommerce-checkout #payment ul.payment_methods li {
			margin-bottom: 8px;
		}

			/* payment method options about */
			#add_payment_method #payment .payment_method_paypal .about_paypal, 
			.woocommerce-cart #payment .payment_method_paypal .about_paypal,
			.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
				line-height: 46px;
			}

		/* payment method info */
		#add_payment_method #payment div.payment_box, 
		.woocommerce-cart #payment div.payment_box, 
		.woocommerce-checkout #payment div.payment_box {
			background: #f4f8f9;
			margin-bottom: 0;
		}

		/* payment method info arrow */
		#add_payment_method #payment div.payment_box::before, 
		.woocommerce-cart #payment div.payment_box::before, 
		.woocommerce-checkout #payment div.payment_box::before {
			border-bottom-color: #f4f8f9;
		}

	/* payment order wrapper */
	#payment .place-order {
		margin-top: 30px;
		padding: 0 !important;
		text-align: center;
	}

		/* payment order button */
		.woocommerce #payment #place_order, 
		.woocommerce-page #payment #place_order {
			float: none;
			padding: 20px 30px;
		}

/**
 * Order details
 */

/* order info table header */
.woocommerce-checkout #order_review table thead {

}
	
	.woocommerce-checkout #order_review table thead td,
	.woocommerce-checkout #order_review table thead th {
		text-align: left;
	}

	.woocommerce-checkout #order_review table thead td:first-child,
	.woocommerce-checkout #order_review table thead th:first-child {
		padding: 20px 40px !important;
	}

/* order info table body */
.woocommerce-checkout #order_review table tbody {

}

	.woocommerce-checkout #order_review table tbody td,
	.woocommerce-checkout #order_review table tbody th {
		text-align: left;
	}

	.woocommerce-checkout #order_review table tbody td:first-child,
	.woocommerce-checkout #order_review table tbody th:first-child {
		padding: 20px 40px;
		text-align: left;
	}

/* order info table footer */
.woocommerce-checkout #order_review table tfoot {

}

	.woocommerce-checkout #order_review table tfoot tr {

	}

		.woocommerce-checkout #order_review table tfoot tr:first-child th,
		.woocommerce-checkout #order_review table tfoot tr:first-child td {
			padding-top: 30px;
		}

		.woocommerce-checkout #order_review table tfoot th {
			border: 0;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: 600;
			color: #343338;
			padding: 5px 40px;
		}

		.woocommerce-checkout #order_review table tfoot th:first-child {

		}

		.woocommerce-checkout #order_review table tfoot td {
			text-align: left;
			border: 0;
		}

		.woocommerce-checkout #order_review table tfoot td:first-child {
			padding: 5px 40px;
		}

/**
 * My Account
 */

 /* nav */
 .woocommerce-account .woocommerce-MyAccount-navigation {
 	width: 25%;
 }

 	.woocommerce-account .woocommerce-MyAccount-navigation ul {
 		list-style-type: none;
 		margin: 0;
 		padding: 0;
 	}

 		.woocommerce-account .woocommerce-MyAccount-navigation li {
 			margin-bottom: 10px;
 		}

 			.woocommerce-account .woocommerce-MyAccount-navigation li a {
 				display: inline-block;
 				line-height: 30px;
				font-weight: 600;
				font-size: 12px;
				border: 1px solid #ed1b24;
				color: #ed1b24;
				text-transform: uppercase;
				padding: 0 10px;
				max-width: 100%;
				text-align: center;
 			}

 			.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
 				background: #ed1b24;
				color: #fff;
 			}

 /* content */
 .woocommerce-account .woocommerce-MyAccount-content {
 	padding: 30px;
 	background: #fff;
 	width: 75%;
 }

		.woocommerce-account .woocommerce-MyAccount-content h3,
		.woocommerce-account .woocommerce-MyAccount-content h2 {
	 		font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
		}

		.woocommerce-account .woocommerce-MyAccount-content fieldset {
			margin-bottom: 20px;
		}

		body.woocommerce-account .woocommerce > h2 {
			display: none;
		}

/**
 * Order Received
 */

 	/* headings */
	body.woocommerce-order-received .woocommerce h2,
	body.woocommerce-order-received .woocommerce h3 {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}

	/* order details */
	body.woocommerce-order-received ul.order_details {
		padding: 30px;
		background: #fff;
	}

	/* order info table header */
	.woocommerce-order-received #content table thead {

	}
		
		.woocommerce-order-received #content table thead td,
		.woocommerce-order-received #content table thead th {
			text-align: left;
		}

		.woocommerce-order-received #content table thead td:first-child,
		.woocommerce-order-received #content table thead th:first-child {
			padding: 20px 40px !important;
		}

	/* order info table body */
	.woocommerce-order-received #content table tbody {
		background: #fff;
	}

		.woocommerce-order-received #content table tbody td,
		.woocommerce-order-received #content table tbody th {
			text-align: left;
		}

		.woocommerce-order-received #content table tbody td:first-child,
		.woocommerce-order-received #content table tbody th:first-child {
			padding: 20px 40px;
			text-align: left;
			border: 0;
		}

	/* order info table footer */
	.woocommerce-order-received #content table tfoot {

	}

		.woocommerce-order-received #content table tfoot tr {

		}

			.woocommerce-order-received #content table tfoot tr:first-child th,
			.woocommerce-order-received #content table tfoot tr:first-child td {
				padding-top: 30px;
			}

			.woocommerce-order-received #content table tfoot th {
				border: 0;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: 600;
				color: #343338;
				padding: 5px 40px;
			}

			.woocommerce-order-received #content table tfoot th:first-child {

			}

			.woocommerce-order-received #content table tfoot td {
				text-align: left;
				border: 0;
			}

			.woocommerce-order-received #content table tfoot td:first-child {
				padding: 5px 40px;
			}

	/* address */
	.woocommerce-order-received #content address {
		background: #fff;
		padding: 30px;
	}

/**
 * # Responsive
 */

/*--------------------------------------------------------------
	## Tablets
--------------------------------------------------------------*/
@media only screen and ( min-width: 768px ) and ( max-width: 1023px ) {
	
	/* single */

		/* single thumb */
		.woocommerce #content div.product div.images, 
		.woocommerce div.product div.images, 
		.woocommerce-page #content div.product div.images, 
		.woocommerce-page div.product div.images {
			width: 100%;
		}

		/* single content */
		.woocommerce #content div.product div.summary, 
		.woocommerce div.product div.summary, 
		.woocommerce-page #content div.product div.summary, 
		.woocommerce-page div.product div.summary {
			width: 100%;
			padding: 20px;
		}

	/* shop */

		/* shop product */
		.woocommerce ul.products li.product, 
		.woocommerce-page ul.products li.product {
			width: 48.62%;
		}

		/* shop product "last" */
		.woocommerce ul.products li.product.last, 
		.woocommerce-page ul.products li.product.last {
			margin-right: 2.76%;
		}

		/* shop product "first" */
		.woocommerce ul.products li.first, 
		.woocommerce-page ul.products li.first {
			clear: none;
		}

		/* shop product every 2nd */
		.woocommerce ul.products li.product:nth-child(2n), 
		.woocommerce-page ul.products li.product:nth-child(2n), 
		.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), 
		.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
			margin-right: 0;
		}

}

/*--------------------------------------------------------------
	## Phones ( landscape + portrait )
--------------------------------------------------------------*/
@media only screen and ( max-width: 767px ) {

	/* single */

		/* single thumb */
		.woocommerce #content div.product div.images, 
		.woocommerce div.product div.images, 
		.woocommerce-page #content div.product div.images, 
		.woocommerce-page div.product div.images {
			width: 100%;
		}

		/* single content */
		.woocommerce #content div.product div.summary, 
		.woocommerce div.product div.summary, 
		.woocommerce-page #content div.product div.summary, 
		.woocommerce-page div.product div.summary {
			width: 100%;
			padding: 20px;
		}

	/* shop */

		/* shop filter */
		.woocommerce .woocommerce-ordering, 
		.woocommerce-page .woocommerce-ordering {
			float: none;
		}

		/* shop product */
		.woocommerce ul.products li.product, 
		.woocommerce-page ul.products li.product {
			width: 100%;
			margin-right: 0;
		}

	/* cart */

		/* cart table */
		.woocommerce table.shop_table td {
			padding: 10px 20px;
		}

		/* cart cross sell product */
		.woocommerce .cart-collaterals .cross-sells ul.products li, 
		.woocommerce-page .cart-collaterals .cross-sells ul.products li {
			width: 100%;
			display: none;
		}

		/* cart cross sell product first */
		.woocommerce .cart-collaterals .cross-sells ul.products li:first-child, 
		.woocommerce-page .cart-collaterals .cross-sells ul.products li:first-child {
			display: block;
		}

	/* order received */
	body.woocommerce-order-received ul.order_details {
		padding: 20px;
	}

		/* order received details */
		.woocommerce ul.order_details li {
			float: none;
			border: 0;
			margin-bottom: 15px;
		}
		.woocommerce ul.order_details li:last-child {
			margin-bottom: 0;
		}

		/* order received table */
		.woocommerce-order-received #content table tbody td:first-child, 
		.woocommerce-order-received #content table tbody th:first-child,
		.woocommerce-order-received #content table thead td:first-child, 
		.woocommerce-order-received #content table thead th:first-child {
			padding: 15px 20px !important;
		}
		.woocommerce-order-received #content table tfoot th {
			padding-left: 20px;
			padding-right: 20px;
		}

	/* my account */

		/* my account nav */
		.woocommerce-account .woocommerce-MyAccount-navigation {
			width: 100%;
			margin-bottom: 20px;
		}

		/* my account nav items */
		.woocommerce-account .woocommerce-MyAccount-navigation li {
			display: inline-block;
			margin-right: 5px;
		}

		/* my account content */
		.woocommerce-account .woocommerce-MyAccount-content {
			width: 100%;
			padding: 20px;
		}

}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background: transparent !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	
}

.woocommerce.archive .products ul, .woocommerce.archive ul.products {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.woocommerce.archive ul.products li.product, .woocommerce-page.archive ul.products li.product {
	height: 100%;
}

.woocommerce.archive .products ul .price, .woocommerce.archive ul.products .price {
	display: none !important;
}

.meridian-one-product-wrap > a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	height: 41px;
}

.woo-aside-posters {
	width: 15%;
}

/* Cart icon (paper bag) + count badge */
#navigation .menu > li.nav-icon > a .cart-bag-icon {
	width: 28px;
	height: 31px;
	vertical-align: middle;
	display: inline-block;
}
.nav-icon a {
	position: relative;
}
.nav-icon .cart-count {
	position: absolute;
	/* Centered inside the paper-bag body */
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + 1px), calc(-50% + 4px));
	color: #b9402f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	font-family: Arial, sans-serif;
	pointer-events: none;
}
.nav-icon .cart-count.is-empty {
	display: none;
}

/* Breathing room after the final nav icon (account/person) */
body #navigation .menu > li.nav-icon:last-child {
	margin-right: 5px !important;
}
