.woocommerce .clear {
	clear: both;
}
.woocommerce .nobr {
	white-space: nowrap;
}
.woocommerce mark {
	background: none;
	color: inherit;
}
.woocommerce abbr {
	border: none;
}
.woocommerce .col2-set:after {
	content: '';
	display: block;
	clear: both;
}
.woocommerce .col2-set .col-1 {
	float: left;
	width: 47%;
}
.woocommerce .col2-set .col-2 {
	float: right;
	width: 47%;
}
.woocommerce table th, .woocommerce table td {
	border: none;
	border-top: 1px solid #e8e8e8; /* variable */
}
.woocommerce-breadcrumb {
	font-size: 13px;
	margin-bottom: 10px;
}
/* Store Notice
----------------------------------------------------- */
.woocommerce-demo-store {
	margin-top: 50px;
}
p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	font-size: 15px;
	text-align: center;
	line-height: 22px;
	padding: 14px;
	z-index: 9999;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
	background-color: #8c0; /* variable */
	color: #fff;
}
.admin-bar p.demo_store {
	top: 32px;
}
/* ALERTS
----------------------------------------------------- */
.woocommerce-message, .woocommerce-error, .woocommerce-info {
	line-height: 24px;
	list-style-type: none !important;
	margin: 0 0 30px !important;
	padding: 20px 25px;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
}
.woocommerce-message {
	background-color: #c1f5a6;
	color: #588542;
}
.woocommerce-info {
	background-color: #cef;
	color: #3A648E;
}
.woocommerce-error {
	background-color: #FFD9D9;
	color: #A24141;
}
.woocommerce-message a,  .woocommerce-error a,  .woocommerce-info a {
	border-bottom: 1px dotted !important;
	background: none !important;
	color: inherit !important;
}
.woocommerce-message a.button,  .woocommerce-error a.button,  .woocommerce-info a.button {
	display: inline;
	position: absolute;
	top: 21px;
	right: 25px;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
	border-width: 0 !important;
}
.no-touch .woocommerce-message a:hover,  .no-touch .woocommerce-error a:hover,  .no-touch .woocommerce-info a:hover {
	color: #222 !important;
}
.woocommerce-message li,  .woocommerce-error li,  .woocommerce-info li {
	line-height: 22px;
	list-style: none !important;
	padding: 2px 0 !important;
	margin: 0 !important;
}
/* BUTTONS
----------------------------------------------------- */
.woocommerce .button {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding: 11px 22px;
	margin: 4px 0;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	border: none;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
	-webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
	background-color: #fff;
}
.woocommerce .button, .woocommerce a.button, .no-touch .woocommerce a.button:hover, .woocommerce .products .product a.button {
	color: #222;
}
.no-touch .woocommerce .button:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.no-touch .woocommerce .button:focus,  .woocommerce .button:active {
	box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 5px 8px rgba(0,0,0,0.16), 0 9px 20px rgba(0,0,0,0.16);
}
.woocommerce .button.alt, .woocommerce .button.checkout {
	background-color: #c20; /* variable */
	color: #fff !important;
}
.woocommerce .button.loading:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: 16px 16px !important;
	background: url(../img/ajax-loader.gif) center no-repeat #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
/* QUANTITY FORM
----------------------------------------------------- */
.woocommerce .quantity input.qty {
	width: 50px;
}
/* with plus & minus buttons */
.woocommerce .quantity.buttons_added {
	display: block;
	overflow: hidden;
	padding: 0;
	width: 100px;
}
.woocommerce .quantity.buttons_added input.qty {
	float: left;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	width: 40px;
	height: 40px;
	padding: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	-moz-appearance: textfield;
}
 .woocommerce .quantity.buttons_added input::-webkit-outer-spin-button,  .woocommerce .quantity.buttons_added input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.woocommerce .quantity.buttons_added .plus,  .woocommerce .quantity.buttons_added .minus {
	float: left;
	position: static !important;
	font-size: 24px;
	font-family: monospace;
	text-align: center;
	font-weight: normal !important;
	height: 40px !important;
	width: 30px !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5; /* variable */
	background-image: none !important;
	background-color: transparent;
	color: inherit;
}
/* FORMS
----------------------------------------------------- */
.woocommerce .form-row {
	position: relative;
}
.woocommerce .form-row:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .form-row-first,  .woocommerce .form-row-last {
	float: left;
	width: 48%;
}
.woocommerce .form-row-last {
	float: right;
}
.woocommerce .form-row-wide {
	clear: both;
	width: 100%;
}
.woocommerce .form-row label.inline {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 10px;
}
.woocommerce .form-row label.hidden {
	visibility: hidden;
}
.woocommerce .form-row label.checkbox {
	display: inline;
}
.woocommerce .form-row select {
	cursor: pointer;
	width: 100%;
}
.woocommerce .form-row .required {
	border: none;
}
.woocommerce .form-row .input-checkbox {
	display: inline;
	vertical-align: middle;
	text-align: center;
	margin: -2px 8px 0 0;
}
.woocommerce .form-row .lost_password {
	margin: 0 10px;
	white-space: nowrap;
}
.woocommerce .form-row.validate-required:before {
	display: block;
	position: absolute;
	top: 24px;
	right: 0;
	font-family: mdfonticon;
	font-size: 22px;
	text-align: right;
	line-height: 46px;
	width: 28px;
	z-index: 3;
}
.validate-required.woocommerce-validated:before {
	content: '\e645';
	color: #5fcc29;
}
.validate-required.woocommerce-invalid:before {
	content: '\e648';
	color: red;
}
.woocommerce #shipping_country_field.form-row.validate-required:before,  .woocommerce #shipping_state_field.form-row.validate-required:before,  .woocommerce #billing_country_field.form-row.validate-required:before,  .woocommerce #billing_state_field.form-row.validate-required:before {
	right: 20px;
}
.validate-required.woocommerce-validated input.input-text,  .validate-required.woocommerce-validated select,  .woocommerce-checkout .form-row.woocommerce-validated .select2-container a.select2-choice {
	border-color: #5fcc29;
}
.validate-required.woocommerce-invalid input.input-text,  .validate-required.woocommerce-invalid select,  .woocommerce-checkout .form-row.woocommerce-invalid .select2-container a.select2-choice {
	border-color: red;
}
.woocommerce .login, .woocommerce .checkout_coupon, .woocommerce .register {
	padding: 35px 40px 11px;
	margin-bottom: 30px;
	text-align: left;
	overflow: hidden;
	background-color: #f5f5f5; /* variable */
}
.woocommerce .login .form-row {
	float: left;
}
.woocommerce .login .form-row.form-row-last {
	float: right;
}
.woocommerce .login .button ~ label {
	display: inline-block;
	vertical-align: top;
	margin: 14px 20px 0 20px;
}
.woocommerce .login .lost_password {
	float: left;
	margin: 14px 0 0;
}
/* Chosen select */
.select2-container a.select2-choice {
	font-size: 16px;
	line-height: 46px !important;
	height: 46px !important;
	padding: 0;
	border-radius: 0 !important;
	border-width: 0 0 1px !important;
	border-color: #e5e5e5; /* variable */
	background: none !important;
	color: inherit !important;
}
.select2-container a.select2-choice .select2-arrow b:after {
	content: '\e640';
	border: none !important;
	font: 25px/46px mdfonticon;
	margin: 0;
	position: static;
}
.select2-drop.select2-drop-active {
	padding: 15px;
	margin-top: -2px;
	border: none !important;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.25);
	background-color: #fff;
}
.select2-drop .select2-search {
	padding: 0 0 10px;
}
.select2-drop .select2-search input {
	line-height: 30px !important;
	height: 30px !important;
	margin: 0;
	padding: 0;
	border-width: 0 0 1px;
	background: none !important;
}
.select2-drop .select2-results {
	background: none;
	padding: 0;
}
.select2-drop .select2-results li {
	margin: 0;
}
.select2-drop .select2-results .select2-highlighted {
	border-radius: 0;
}
.select2-drop .select2-results .select2-result-label {
	padding: 5px 10px;
}
.select2-results .select2-ajax-error,  .select2-results .select2-no-results,  .select2-results .select2-searching,  .select2-results .select2-selection-limit {
	background: none !important;
}
/* STAR RATING
----------------------------------------------------- */
.woocommerce .star-rating {
	float: left;
	font-family: mdfonticon;
	font-size: 15px;
	line-height: 14px;
	height: 14px;
	width: 74px;
	overflow: hidden;
	position: relative;
}
.woocommerce .star-rating:before {
	content: "\e882\e882\e882\e882\e882";
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	color: #e5e5e5; /* variable */
}
.woocommerce .star-rating span {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	overflow: hidden;
}
.woocommerce .star-rating span:before {
	content: "\e882\e882\e882\e882\e882";
	color: #8c0; /* variable */
}
/* SHOP PAGE
----------------------------------------------------- */
.woocommerce small.note {
	font-size: 11px;
	line-height: 20px;
	margin-top: 10px;
	opacity: 0.5;
}
.woocommerce h1.page-title {
	float: left;
	margin: 0 20px 0 0;
}
.woocommerce .page-description {
	clear: both;
	padding: 20px 0;
}
.woocommerce .woocommerce-result-count {
	float: left;
	margin: 22px 20px 15px 0;
	opacity: 0.5;
}
.woocommerce-ordering {
	float: right;
	position: relative;
	margin: 0 0 20px;
}
.woocommerce-ordering:after {
	content: '\e640';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-family: mdfonticon;
	font-size: 23px;
	text-align: right;
	line-height: 46px;
	height: 45px;
	width: 20px;
	pointer-events: none;
	background-color: #fff; /* variable */
}
.woocommerce .onsale {
	position: absolute;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 54px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 1px 3px 0 rgba(0,0,0,0.15);
	background-color: #c20; /* variable */
	color: #fff;
}
/* Product List */
.woocommerce ul.products {
	list-style: none !important;
	clear: both;
	font-size: 0;
	margin: 0 -20px 20px;
}
.woocommerce .products:after {
	display: block;
	content: '';
	clear: both;
}
.woocommerce .products .product {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	padding: 20px;
	width: 25%;
}
.woocommerce.columns-1 .products .product {
	width: 100%;
}
.woocommerce.columns-2 .products .product {
	width: 50%;
}
.woocommerce.columns-3 .products .product {
	width: 33.3333%;
}
.woocommerce.columns-4 .products .product {
	width: 25%;
}
.woocommerce.columns-5 .products .product {
	width: 20%;
}
.woocommerce .products .product a {
	color: inherit;
}
.woocommerce .products .product .onsale {
	top: 10px;
	right: 10px;
	left: auto;
}
.woocommerce .products .product img {
	display: block;
}
.woocommerce .products .product h3 {
	font-size: 18px;
	padding: 14px 0 6px;
	margin: 0;
}
.woocommerce .products .product .star-rating {
	float: none;
	height: 22px;
}
.woocommerce .products .product .price {
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
}
.woocommerce .products .product .price del {
	font-weight: normal;
	opacity: 0.5;
}
.woocommerce .products .product .price ins {
	text-decoration: none;
}
.woocommerce .products .product .price .from {
	font-size: 0.8em;
	margin: 0;
	text-transform: uppercase;
}
.woocommerce a.added_to_cart {
	display: none !important;
}
/* Product Category */
.woocommerce .products .product-category a:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: rgba(30,30,30,0.4);
}
.woocommerce .products .product-category h3 {
	position: absolute;
	left: 45px;
	right: 45px;
	bottom: 35px;
	z-index: 1;
	font-size: 20px !important;
	color: #fff;
}
/* LISTING TYPE 2 */
.woocommerce-type_2 ul.products {
	margin: 0 -4px 36px;
}
.woocommerce-type_2 .products .product {
	padding: 4px;
}
.woocommerce-type_2 .product-h {
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	background-color: #fff; /* variable */
	color: #444; /* variable */
}
.no-touch .woocommerce-type_2 .product-h {
	padding-bottom: 6px;
}
.no-touch .woocommerce-type_2 .product-h:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.woocommerce-type_2 .product-h .star-rating {
	margin-left: auto;
	margin-right: auto;
}
.no-touch .woocommerce-type_2 .product-meta {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(.78, .13, .15, .86);
	transition: transform 0.3s cubic-bezier(.78, .13, .15, .86);
	background-color: #fff; /* variable */
}
.no-touch .woocommerce-type_2 .product-h:hover .product-meta {
	-webkit-transform: translateY(-52px);
	-ms-transform: translateY(-52px);
	transform: translateY(-52px);
}
.no-touch .woocommerce-type_2 .product-h .button {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	margin: 0;
	opacity: 0;
	background-color: transparent;
	box-shadow: none !important;
}
.no-touch .woocommerce-type_2 .product-h .button:hover {
	background-color: #f5f5f5; /* variable */
}
.no-touch .woocommerce-type_2 .product-h:hover .button {
	opacity: 1;
}
/* Product Category */
.woocommerce-type_2 .products .product-category a {
	display: block;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.no-touch .woocommerce-type_2 .products .product-category a:hover {
	box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
}
.woocommerce-type_2 .products .product-category a:after {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}
.woocommerce-type_2 .products .product-category h3 {
	left: 30px;
	right: 30px;
	bottom: 20px;
}
/* Pagination */
.woocommerce-pagination {
	clear: both;
}
.woocommerce-pagination ul {
	margin: 0 !important;
	list-style: none !important;
	font-size: 0;
	text-align: center;
}
.woocommerce-pagination ul li {
	display: inline-block;
	margin: 0 !important;
}
.woocommerce-pagination a,  .woocommerce-pagination span {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 54px;
	height: 54px;
	width: 54px;
	margin: 0 2px;
	border-radius: 50%;
	color: inherit;
}
.no-touch .woocommerce-pagination a:hover {
	background-color: #f5f5f5; /* variable */
	color: inherit;
}
.no-touch .color_alternate .woocommerce-pagination a:hover {
	background-color: #e5e5e5; /* variable */
}
.woocommerce-pagination span.current {
	background-color: #c20; /* variable */
	color: #fff;
}
.woocommerce-pagination a.prev,  .woocommerce-pagination a.next {
	font-size: 0 !important;
}
.woocommerce-pagination a.prev:before {
	content: '\e646';
	font-family: mdfonticon;
	font-size: 30px;
	padding-right: 1px;
}
.woocommerce-pagination a.next:before {
	content: '\e647';
	font-family: mdfonticon;
	font-size: 30px;
	padding-left: 2px;
}
/* PRODUCT PAGE
----------------------------------------------------- */
.woocommerce div.product {
	position: relative;
}
.woocommerce div.product .onsale {
	left: 38%;
	top: -10px;
	margin-left: -44px;
}
.woocommerce div.product .summary {
	float: right;
	width: 58%;
	margin-bottom: 30px;
}
.woocommerce .col_sidecont div.product .summary,  .woocommerce .col_contside div.product .summary {
	width: 56%;
}
/* Product Images */
.woocommerce div.product .images {
	float: left;
	width: 38%;
	margin-bottom: 40px;
}
.woocommerce div.product .images img {
	display: block;
}
.woocommerce div.product .images .zoom {
	cursor: zoom-in;
}
.woocommerce div.product .images .thumbnails {
	overflow: hidden;
}
.woocommerce div.product .images .thumbnails a {
	float: left;
	width: 25%;
}
/* Product Title */
.woocommerce div.product .product_title {
	padding: 0;
}
/* Product Rating */
.woocommerce-product-rating {
	margin: -10px 0 20px;
}
.woocommerce-product-rating .star-rating {
	margin: 5px 8px 0 0;
}
.woocommerce-product-rating .woocommerce-review-link {
	font-size: 13px;
	line-height: 18px;
}
/* Product Price */
.woocommerce div.product .price {
	font-size: 24px;
}
.woocommerce div.product .price .amount {
	font-weight: 700;
}
.woocommerce div.product .price ins {
	text-decoration: none;
}
.woocommerce div.product .price del .amount {
	font-weight: normal;
	opacity: 0.5;
}
.woocommerce-page div.product .price .from {
	font-size: 0.8em;
}
/* Product Stock */
.woocommerce .stock {
	font-weight: bold;
	color: #5fcc29;
}
.woocommerce .out-of-stock {
	color: red;
}
/* Simple Cart Form */
.woocommerce div.product .cart {
	margin-bottom: 24px;
}
.woocommerce div.product .cart table {
	width: 100%;
}
.woocommerce div.product .cart .quantity {
	float: left;
	margin-right: 15px;
}
.woocommerce div.product .cart .quantity.buttons_added {
	margin-top: 6px;
}
/* Variations Form */
.woocommerce .variations_form {
	padding: 20px 30px;
	background-color: #f5f5f5; /* variable */
}
.woocommerce .variations_form .variations td {
	vertical-align: middle;
	text-align: left;
	padding: 10px 0;
	border: none;
	position: relative;
}
.woocommerce .variations_form .variations td.label {
	font-weight: bold;
	padding-right: 10px;
}
.woocommerce .variations_form .variations td.value:after {
	content: '\e640';
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	font-family: mdfonticon;
	font-size: 23px;
	text-align: right;
	line-height: 46px;
	height: 45px;
	width: 20px;
	pointer-events: none;
	background-color: #f5f5f5; /* variable */
}
.woocommerce .variations_form .variations select {
	width: 100%;
}
.woocommerce .variations_form .reset_variations {
	display: none !important;
}
.woocommerce .variations_form .single_variation_wrap {
	padding: 5px 0;
}
.woocommerce .variations_form .single_variation_wrap > div {
	display: inline-block;
	vertical-align: middle;
}
.woocommerce .variations_form .single_variation_wrap .price,  .woocommerce .variations_form .single_variation_wrap .stock {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin: 0 20px 0 0;
}
.woocommerce .col_cont .variations_form .variations td.label {
	width: 120px;
}
.woocommerce .col_cont .variations_form .single_variation_wrap {
	padding-left: 120px;
}
/* Group Form */
.woocommerce .cart .group_table {
	margin-bottom: 20px;
}
.woocommerce .cart .group_table td {
	vertical-align: middle;
	text-align: left;
	padding: 0 0 6px;
	border: none;
}
.woocommerce .cart .group_table td:first-child {
	width: 120px;
}
.woocommerce .cart .group_table td .quantity {
	margin: 0;
}
.woocommerce .cart .group_table td.label {
	font-size: 18px;
}
.woocommerce .cart .group_table td.price {
	font-size: 20px;
	text-align: right;
	padding-left: 20px;
}
.woocommerce .cart .group_table td.price p.stock {
	font-size: 14px;
	margin: 0;
}
/* Product Meta */
.woocommerce .product_meta {
	font-size: 13px;
	line-height: 20px;
}
.woocommerce .product_meta > span {
	padding-right: 5px;
}
/* Product Socials */
.woocommerce div.product .social {
	margin: 0 0 5px;
}
.woocommerce div.product .social iframe {
	float: left;
	margin-top: 3px;
}
/* Product Tabs */
.col_cont .woocommerce-tabs {
	float: right;
	width: 58%;
}
.col_sidecont .woocommerce-tabs,  .col_contside .woocommerce-tabs {
	clear: both;
}
.woocommerce-tabs .tabs {
	list-style: none !important;
	margin: 0 0 30px !important;
	border-bottom: 1px solid #e5e5e5; /* variable */
}
.woocommerce-tabs .tabs:after {
	content: '';
	display: table;
	clear: both;
}
.woocommerce-tabs .tabs li {
	float: left;
	margin: 0 0 -1px !important;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.woocommerce-tabs .tabs li.active {
	border-color: #c20; /* variable */
	color: #c20; /* variable */
}
.woocommerce-tabs .tabs a {
	display: block;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	padding: 15px 25px;
	color: inherit !important;
	opacity: 0.66;
}
.woocommerce-tabs .tabs li.active a,  .no-touch .woocommerce-tabs .tabs li:hover a {
	opacity: 1;
}
.woocommerce-tabs .panel > h2 {
	display: none;
}
.woocommerce-tabs #tab-description,  .woocommerce-tabs #tab-additional_information {
	padding-bottom: 10px;
}
/* Attributes Table */
.woocommerce .shop_attributes {
	width: 100%;
	margin-bottom: 24px;
}
.woocommerce .shop_attributes th {
	font-weight: bold;
	text-align: left;
	padding: 8px 12px 8px 0;
	border: none;
}
.woocommerce .shop_attributes td {
	padding: 8px 0;
	border: none;
}
.woocommerce .shop_attributes td p {
	margin: 0;
}
/* Review List */
.woocommerce #reviews h2 {
	font-size: 22px;
}
.woocommerce .commentlist {
	list-style: none !important;
	margin: 0;
}
.woocommerce .commentlist li {
	position: relative;
	margin-bottom: 40px;
}
.woocommerce .commentlist img.avatar {
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: 50px;
	border-radius: 50%;
}
.woocommerce .commentlist .comment-text {
	margin-left: 70px;
}
.woocommerce .commentlist .star-rating {
	margin: 1px 12px 0 0;
}
.woocommerce .commentlist p.meta {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
	opacity: 0.5;
}
.woocommerce .commentlist .description p {
	margin-bottom: 12px;
}
.woocommerce .commentlist .meta em {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.woocommerce #reviews .woocommerce-pagination {
	margin-bottom: 30px;
}
.woocommerce #reviews .woocommerce-pagination a,  .woocommerce #reviews .woocommerce-pagination span {
	font-size: 16px;
	line-height: 44px;
	height: 44px;
	width: 44px;
}
.woocommerce #reviews .woocommerce-pagination a.prev:before,  .woocommerce #reviews .woocommerce-pagination a.next:before {
	font-size: 26px;
}
/* Review Form */
.woocommerce .comment-respond {
	padding: 36px 40px 12px;
	background-color: #f5f5f5; /* variable */
}
.woocommerce .comment-form-rating .stars {
	display: block;
	margin: 0;
	padding-top: 4px;
}
.woocommerce .stars span {
	display: block;
	position: relative;
	height: 26px;
	width: 130px;
}
.woocommerce .stars span:after {
	display: block;
	content: '\e882\e882\e882\e882\e882';
	position: absolute;
	top: 0;
	left: 0;
	font-family: mdfonticon;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width: 100px;
	opacity: 0.5;
	color: #999; /* variable */
}
.woocommerce .stars span a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 26px;
	padding-top: 26px;
	overflow: hidden;
}
.woocommerce .stars span a:after {
	display: none;
	content: '\e882\e882\e882\e882\e882';
	position: absolute;
	top: 0;
	left: 0;
	font-family: mdfonticon;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width: 100px;
	background-color: #f5f5f5; /* variable */
	color: #8c0; /* variable */
}
.no-touch .woocommerce .stars span a:hover:after,  .woocommerce .stars span a.active:after {
	display: block;
}
.woocommerce .stars span a.star-1 {
	width: 26px;
	z-index: 10;
}
.woocommerce .stars span a.star-2 {
	width: 52px;
	z-index: 9;
}
.woocommerce .stars span a.star-3 {
	width: 78px;
	z-index: 8;
}
.woocommerce .stars span a.star-4 {
	width: 104px;
	z-index: 7;
}
.woocommerce .stars span a.star-5 {
	width: 130px;
	z-index: 6;
}
/* Related Products */
.woocommerce .related,  .woocommerce .upsells,  .woocommerce .cross-sells {
	clear: both;
	padding-top: 30px;
	border-top: 1px dashed #e8e8e8; /* variable */
}
.woocommerce .related > h2,  .woocommerce .upsells > h2,  .woocommerce .cross-sells > h2 {
	font-size: 22px;
	margin-bottom: 12px;
}
.woocommerce .related:last-child ul.products,  .woocommerce .upsells:last-child ul.products,  .woocommerce .cross-sells:last-child ul.products {
	margin-bottom: 0;
}
.woocommerce-type_2 .related ul.products,  .woocommerce-type_2 .upsells ul.products,  .woocommerce-type_2 .cross-sells ul.products {
	padding-top: 12px;
}
/* CART PAGE
----------------------------------------------------- */
.woocommerce .shop_table.cart {
	text-align: left;
	width: 100%;
}
.woocommerce .shop_table.cart thead th {
	font-weight: normal;
	line-height: 18px;
	padding: 0 15px 10px;
	border: none;
	opacity: 0.5;
}
.woocommerce .shop_table.cart td,  .woocommerce .shop_table.cart tfoot th {
	vertical-align: middle;
	font-size: 16px;
	padding: 15px;
}
/* Remove Cell */
.woocommerce .shop_table.cart .product-remove {
	padding-left: 0;
	padding-right: 0;
	width: 34px;
}
.woocommerce .product-remove a {
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	color: inherit !important;
	opacity: 0.5;
}
.no-touch .woocommerce .product-remove a:hover {
	opacity: 1;
	background-color: #f5f5f5; /* variable */
}
/* Thumbnail Cell */
.woocommerce .shop_table.cart .product-thumbnail {
	padding-right: 0;
	width: 75px;
}
.woocommerce .product-thumbnail img {
	display: block;
	margin: 0 auto;
	width: 60px;
}
/* Name Cell */
.woocommerce .product-name .variation {
	font-size: 0.8em;
	line-height: 1.4;
	overflow: hidden;
	padding: 3px 0;
}
.woocommerce .product-name .variation dt {
	float: left;
	margin-right: 3px;
}
.woocommerce .product-name .variation dd {
	float: left;
	margin-right: 12px;
}
.woocommerce .product-name .variation p {
	font-weight: bold;
	margin: 0;
}
.woocommerce .product-name p.backorder_notification {
	font-size: 0.8em;
}
/* Price Cell */
.woocommerce .product-price {
	text-align: right;
}
/* Quantity Cell */
.woocommerce .product-quantity {
	text-align: center;
	width: 100px;
}
/* Summary Cell */
.woocommerce .shop_table.cart .product-subtotal {
	font-weight: bold;
	text-align: right;
	padding-right: 0;
}
/* Actions Cell */
.woocommerce .shop_table.cart .actions {
	text-align: right;
	padding: 25px 0 15px;
}
.woocommerce .actions .coupon {
	float: left;
	margin: 0 10px 10px 0;
}
.woocommerce .actions .coupon label {
	display: none;
}
.woocommerce .actions .coupon .input-text {
	font-size: 15px;
	margin-right: 10px;
	height: 44px;
	width: 200px;
}
.woocommerce .actions .button {
	font-size: 13px;
	padding: 10px 22px;
}
/* Cart Collaterals */
.woocommerce .cart-collaterals {
	margin-bottom: 30px;
}
.woocommerce .cart-collaterals:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .cart_totals {
	float: right;
	text-align: right;
	padding: 20px 20px 30px;
	background-color: #f5f5f5; /* variable */
}
.woocommerce .cart_totals h2 {
	display: none;
}
.woocommerce .cart_totals table {
	width: 100%;
}
.woocommerce .cart_totals td,  .woocommerce .cart_totals th {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	padding: 10px;
	border: none;
}
.woocommerce .cart_totals th {
	text-align: left;
}
.woocommerce .cart_totals td {
	width: 260px;
}
.woocommerce .cart_totals .order-total th,  .woocommerce .cart_totals .order-total td {
	font-size: 18px;
	font-weight: bold;
}
.woocommerce .cart_totals .cart-subtotal td {
	font-weight: bold;
}
.woocommerce-shipping-calculator p {
	padding: 5px 0;
	margin: 0 !important;
}
.woocommerce-shipping-calculator .button {
	display: block;
	font-size: 13px;
	padding: 10px 22px;
	width: 100%;
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
	padding: 10px 10px 0;
}
.woocommerce .cart_totals .checkout-button {
	font-size: 16px;
	padding: 13px 28px;
}
/* CHECKOUT PAGE
----------------------------------------------------- */
.woocommerce .checkout #order_review {
	padding: 40px 45px;
	overflow: hidden;
	background-color: #f5f5f5; /* variable */
}
/* Order Table */
.woocommerce .checkout .shop_table {
	float: right;
	text-align: left;
	width: 47%;
}
.woocommerce .checkout .shop_table thead th {
	display: none;
}
.woocommerce .checkout .shop_table td,  .woocommerce .checkout .shop_table th {
	padding: 5px 0;
	border: none;
}
.woocommerce .checkout .shop_table .product-total,  .woocommerce .checkout .shop_table tfoot td {
	text-align: right;
}
.woocommerce .checkout .shop_table .cart-subtotal {
	display: none;
}
.woocommerce .checkout .shop_table .order-total {
	font-size: 18px;
}
/* Shipping */
.woocommerce ul#shipping_method {
	list-style: none;
	margin: 0;
}
.woocommerce ul#shipping_method li input {
	margin-right: 5px;
}
/* Payment */
.woocommerce #payment {
	float: left;
	width: 47%;
	margin-bottom: 5px;
}
.woocommerce #payment ul.payment_methods {
	list-style: none;
	margin: 0 0 10px;
}
.woocommerce #payment ul.payment_methods li {
	margin: 0;
	padding: 2px 0 8px;
}
.woocommerce #payment ul.payment_methods li > label {
	font-size: 16px;
	line-height: 26px;
}
.woocommerce #payment ul.payment_methods li > input {
	margin-right: 6px;
}
.woocommerce #payment ul.payment_methods img {
	vertical-align: middle;
	margin-top: -4px;
}
.woocommerce #payment ul.payment_methods .payment_method_paypal img {
	display: none;
}
.woocommerce #payment ul.payment_methods .about_paypal {
	font-size: 12px;
	line-height: 18px;
	margin-left: 8px;
}
.woocommerce #payment #place_order {
	font-size: 18px;
	line-height: 28px;
	padding: 14px 36px;
	margin: 0;
}
.woocommerce #payment .terms {
	padding: 10px 0 0;
}
.woocommerce #payment .payment_box {
	position: relative;
	padding: 20px 25px 2px;
	margin: 10px 0;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
	background-color: #fff; /* variable */
}
.woocommerce #payment .payment_box p,  .woocommerce #payment .payment_box fieldset {
	margin-bottom: 18px;
}
.woocommerce #payment .payment_box #cc-expire-month {
	float: left;
	width: 47%;
}
.woocommerce #payment .payment_box #cc-expire-year {
	float: right;
	width: 47%;
}
.woocommerce #payment .payment_box span.help {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	opacity: 0.5;
}
.woocommerce #payment .payment_box .form-row select {
	float: left;
	width: 47%;
	margin-right: 3.8%;
}
/* ORDER PAGE
----------------------------------------------------- */
p.order-info {
	font-size: 1.2em;
}
p.order-info mark {
	font-weight: bold;
}
.woocommerce ul.order_details {
	list-style: none !important;
	margin-left: 0;
	padding: 25px 30px 10px;
	background-color: #f5f5f5; /* variable */
}
.woocommerce ul.order_details:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce ul.order_details li {
	float: left;
	text-transform: uppercase;
	margin: 0 30px 15px 0;
	padding-right: 30px;
	border-right: 1px solid #e8e8e8; /* variable */
}
.woocommerce ul.order_details li strong {
	display: block;
	font-size: 20px;
	line-height: 30px;
	text-transform: none;
}
.woocommerce ul.order_details li:last-of-type {
	border: none;
}
.woocommerce .shop_table.order_details {
	text-align: left;
	width: 100%;
	margin: 0 0 30px;
}
.woocommerce .shop_table.order_details thead th {
	font-weight: normal;
	line-height: 18px;
	padding: 0 0 10px;
	border: none;
	opacity: 0.5;
}
.woocommerce .shop_table.order_details td,  .woocommerce .shop_table.order_details tfoot th {
	padding: 10px 0;
}
.woocommerce .shop_table.order_details .product-total {
	text-align: right;
	padding-left: 20px;
}
.woocommerce .shop_table.order_details tfoot td {
	font-weight: bold;
	text-align: right;
	padding-left: 20px;
}
.woocommerce .shop_table.customer_details {
	margin: 0 0 30px;
}
.woocommerce .shop_table.customer_details th,  .woocommerce .shop_table.customer_details td {
	text-align: left;
	padding: 0 20px 10px 0;
	border: none;
}
.woocommerce .addresses .title:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce .addresses .title h3 {
	float: left;
}
.woocommerce .addresses .title .edit {
	float: left;
	margin: 12px 0 0 20px;
}
/* ACCOUNT PAGE
----------------------------------------------------- */
.woocommerce .shop_table.my_account_orders {
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8; /* variable */
}
.woocommerce .shop_table.my_account_orders thead th {
	font-weight: normal;
	line-height: 18px;
	padding: 0 0 10px;
	border: none;
	opacity: 0.5;
}
.woocommerce .shop_table.my_account_orders td,  .woocommerce .shop_table.my_account_orders tfoot th {
	vertical-align: middle;
	padding: 10px 0;
}
.woocommerce .shop_table.my_account_orders .order-actions {
	text-align: right;
}
.woocommerce .shop_table.my_account_orders .order-actions .button {
	font-size: 13px;
	padding: 8px 17px;
	margin-left: 5px;
}
/* WIDGETS
----------------------------------------------------- */
.woocommerce ul.product_list_widget {
	list-style-type: none;
	margin: 0;
}
.w-cart-dropdown .woocommerce ul.product_list_widget {
	max-height: 294px;
	overflow-y: auto;
}
.woocommerce ul.product_list_widget li {
	line-height: 22px;
	min-height: 60px;
	padding-left: 72px;
	margin-bottom: 18px;
	position: relative;
}
.woocommerce ul.product_list_widget li:last-child {
	margin-bottom: 0;
}
.woocommerce ul.product_list_widget li.empty {
	min-height: 0;
	padding: 0;
	margin-bottom: 25px;
}
.woocommerce ul.product_list_widget li:after {
	content: "";
	display: block;
	clear: both;
}
.woocommerce ul.product_list_widget li a {
	display: block;
	margin-bottom: 4px;
}
.woocommerce ul.product_list_widget li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	border-radius: 50%;
}
.woocommerce ul.product_list_widget li ins {
	text-decoration: none;
}
.woocommerce ul.product_list_widget li del {
	opacity: 0.5;
}
.woocommerce ul.product_list_widget li .variation {
	display: block;
	font-size: 12px;
	margin: -4px 0 4px;
	overflow: hidden;
	opacity: 0.66;
}
.woocommerce ul.product_list_widget li .variation dt {
	float: left;
	clear: left;
	margin-right: 3px;
}
.woocommerce ul.product_list_widget li .variation p {
	font-weight: bold;
	margin: 0;
}
.woocommerce ul.product_list_widget li .star-rating {
	float: none;
	margin-bottom: 5px;
}
/* Cart widget */
.widget_shopping_cart {
	padding: 25px 30px 6px;
	background-color: #f5f5f5; /* variable */
}
.widget.widget_shopping_cart .remove {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 22px;
	text-align: center;
	width: 20px;
	color: inherit;
}
.no-touch .widget.widget_shopping_cart .remove {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.no-touch .widget.widget_shopping_cart li:hover .remove {
	opacity: 0.5;
}
.no-touch .widget.widget_shopping_cart li .remove:hover {
	opacity: 1;
}
.widget.widget_shopping_cart .remove + a {
	padding-right: 20px;
}
.widget.widget_shopping_cart ul li .quantity {
	padding: 0 !important;
}
.widget.widget_shopping_cart p.total {
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	padding: 18px 0;
	margin: 0;
}
.widget_shopping_cart p.total .amount {
	font-weight: bold;
}
.widget_shopping_cart p.buttons .button {
	display: block;
	margin: 0 0 5px;
}
/* Cart widget in header */
.w-cart-dropdown .widget_shopping_cart {
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.w-cart-dropdown .widgettitle {
	display: none;
}
/* Search widget */
.woocommerce-product-search {
	position: relative;
}
.woocommerce-product-search:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: '\e8b0';
	font-size: 24px;
	line-height: 46px;
	font-family: mdfonticon;
	text-align: right;
	pointer-events: none;
	opacity: 0.5;
}
.widget_product_search label {
	display: none;
}
.widget_product_search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	width: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	box-shadow: none !important;
	background: none !important;
	border: none !important;
}
.widget_product_search input[type="submit"]:focus {
	box-shadow: none !important;
}
.widget_product_search input[type="text"] {
	padding-right: 40px;
}
/* Categories widget */
.widget.widget_product_categories ul li {
	line-height: 1.5em;
	padding: 8px 0 8px 20px;
	margin: 0;
	position: relative;
}
.widget.widget_product_categories .children {
	margin: 8px 0 -8px;
}
.widget.widget_product_categories ul li:before {
	position: absolute;
	top: 9px;
	left: -4px;
	content: '\e647';
	font-family: mdfonticon;
	font-size: 20px;
	opacity: 0.5;
}
/* Price Filter widget */
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	height: 20px;
	margin-bottom: 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* removes the touch highlight on touch devices */
}
.widget_price_filter .ui-slider:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #e5e5e5; /* variable */
}
.widget_price_filter .ui-slider-range {
	position: absolute;
	top: 9px;
	height: 2px;
	z-index: 1;
	background-color: #c20; /* variable */
}
.widget_price_filter .ui-slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	margin-left: -4px;
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	background-color: #c20; /* variable */
}
.widget_price_filter .ui-slider-handle.ui-state-hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.widget_price_filter .ui-slider-handle.ui-state-active {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.widget_price_filter .ui-slider-handle:last-child {
	margin-left: -16px;
}
.widget_price_filter .price_slider_amount {
	text-align: right;
}
.widget_price_filter .button {
	float: left;
	font-size: 13px;
	margin: 0 10px 0 0;
	padding: 6px 17px;
}
.widget_price_filter .price_label {
	padding-top: 4px;
}
.widget_price_filter .price_label span {
	font-weight: bold;
}
/* Layered Nav widget */
.widget_layered_nav ul {
	padding: 25px 15px 23px;
	background-color: #f5f5f5; /* variable */
}
.widget_layered_nav ul li {
	padding: 6px 15px;
	margin-bottom: 2px !important;
	position: relative;
}
.widget_layered_nav ul li:after {
	content: "";
	display: block;
	clear: both;
}
.widget_layered_nav ul li.chosen {
	font-weight: bold;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	background-color: #fff; /* variable */
}
.widget_layered_nav ul li.chosen a {
	color: inherit;
}
.widget_layered_nav ul small.count {
	float: right;
	font-size: 100%;
	margin-left: 10px;
}
/* Layered Nav Filters widget */
.widget_layered_nav_filters ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0 !important;
}
.widget_layered_nav_filters ul li a {
	display: block;
	padding-left: 20px;
	position: relative;
}
.widget_layered_nav_filters ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\e7da';
	font-family: mdfonticon;
	font-size: 16px;
}
