@charset "UTF-8";
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: "star";
	src: url("../../../../../../plugins/woocommerce/assets/fonts/star.eot");
	src: url("../../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "WooCommerce";
	src: url("../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot");
	src: url("../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("../../../../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
	font-weight: normal;
	font-style: normal;
}

p.demo_store,
.woocommerce-store-notice {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a40301;
	color: #ffffff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
	display: none;
}

p.demo_store a,
.woocommerce-store-notice a {
	color: inherit;
	text-decoration: underline;
}

.admin-bar p.demo_store, .admin-bar
.woocommerce-store-notice {
	top: 46px;
}

@media screen and (min-width: 783px) {
	.admin-bar p.demo_store, .admin-bar
	.woocommerce-store-notice {
		top: 32px;
	}
}

.woocommerce-product-search {
	display: block;
	position: relative;
}

.woocommerce-product-search .wengdo-search-icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -0.5em 0 0 0.75em;
}

.woocommerce-product-search .search-field {
	width: 100%;
	padding-left: 2.5em;
}

.woocommerce-product-search button[type="submit"] {
	display: none;
}

.clear {
	clear: both;
}

.woocommerce .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url("../../../../../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

.woocommerce .loader::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: '';
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url("../../../../../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

.woocommerce a.remove {
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border: 0;
	color: inherit;
	opacity: 0.5;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.woocommerce a.remove:hover, .woocommerce a.remove:focus {
	color: inherit;
	opacity: 1;
}

.woocommerce small.note {
	display: block;
	font-size: 0.9em;
	margin-top: 0.75em;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.9em;
	color: inherit;
}

.woocommerce .woocommerce-breadcrumb .wengdo-woocommerce-breadcrumb-delimiter {
	margin: 0 0.5em;
}

.woocommerce .woocommerce-breadcrumb .wengdo-woocommerce-breadcrumb-delimiter:before {
	content: "\00BB";
}

.woocommerce .woocommerce-breadcrumb a {
	color: inherit;
}

.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus {
	color: #111;
}

.woocommerce .cart .quantity {
	display: inline-block;
	width: 5.5rem;
	position: relative;
}

.woocommerce .cart .quantity .qty {
	width: 100%;
	text-align: center;
	padding-left: 1.25em;
	padding-right: 1.25em;
	-moz-appearance: textfield;
}

.woocommerce .cart .quantity .qty::-webkit-inner-spin-button, .woocommerce .cart .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .cart .quantity.hidden > * {
	display: none;
}

.woocommerce .cart .quantity .wengdo-qty-increment {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1em;
	margin-top: -0.5em;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	border-color: transparent;
	background-color: transparent;
	font-size: 1.25em;
	line-height: 1;
	opacity: 0.5;
}

.woocommerce .cart .quantity .wengdo-qty-increment:hover, .woocommerce .cart .quantity .wengdo-qty-increment:focus {
	opacity: 1;
}

.woocommerce .cart .quantity .wengdo-qty-minus {
	left: 0;
}

.woocommerce .cart .quantity .wengdo-qty-plus {
	right: 0;
}

.woocommerce .col2-set {
	width: 100%;
}

.woocommerce .col2-set:before, .woocommerce .col2-set:after {
	content: "";
	display: table;
}

.woocommerce .col2-set:after {
	clear: both;
}

@media screen and (min-width: 768px) {
	.woocommerce .col2-set .col-1 {
		float: left;
		width: 50%;
		padding-right: 1em;
	}
}

.woocommerce .col2-set .col-2 {
	margin-top: 2.5em;
}

@media screen and (min-width: 768px) {
	.woocommerce .col2-set .col-2 {
		float: right;
		width: 50%;
		padding-left: 1em;
		margin-top: 0;
	}
}

.woocommerce span.onsale {
	height: 3.6em;
	width: 3.6em;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	text-align: center;
	line-height: 3em;
	top: 0;
	left: 0;
	margin: 0.5em;
	border-radius: 100%;
	z-index: 9;
	display: inline-block;
	padding: 0.3em;
	background-color: #a40301;
	color: #ffffff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block;
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
}

.woocommerce div.product > * {
	clear: both;
	margin-bottom: 4rem;
}

.woocommerce div.product > *:last-child {
	margin-bottom: 0;
}

.woocommerce div.product .onsale:first-child {
	right: 0;
	left: auto;
}

.woocommerce div.product .onsale:first-child ~ div.summary .product_title {
	padding-right: 5rem;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
	color: #111;
	font-size: 1.25rem;
	margin: 1.5rem 0;
}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
	background: inherit;
	display: inline-block;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
	opacity: 0.5;
	display: inline-block;
}

.woocommerce div.product .stock {
	color: green;
}

.woocommerce div.product .out-of-stock {
	color: red;
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
	margin: 0.5rem 0 2rem;
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link a {
	color: inherit;
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link a:hover, .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link a:focus {
	color: #a40301;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
	display: inline-block;
	margin-right: 0.5em;
}

@media screen and (min-width: 1024px) {
	.woocommerce div.product div.images {
		float: left;
		clear: none;
		width: 60%;
	}
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
	height: auto !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
	margin: 0;
	padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:before, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper:after {
	content: "";
	display: table;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:after {
	clear: both;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
	opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
	border: 1px solid #f2f2f2;
}

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

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 5px -5px 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	padding: 5px;
	margin: 0;
}

@media screen and (min-width: 500px) {
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 12.5%;
	}
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: 0.5;
	margin: 0;
	transition: all ease-in-out 0.2s;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1;
}

@media screen and (min-width: 1024px) {
	.woocommerce div.product div.images ~ div.summary {
		width: 40%;
		float: right;
		clear: none;
		padding-left: 40px;
	}
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
	margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs {
	clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after {
	content: "";
	display: table;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after {
	clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
	position: relative;
	margin: 0 1em -1px 0;
	float: left;
	border-width: 1px;
	border-style: solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0.8rem 1.2rem;
	font-weight: 600;
	border-top-width: 3px;
	border-top-style: solid;
	border-color: #a40301;
	background-color: #fff;
	color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
	background-color: #a40301;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #a40301;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
	display: none;
	margin: 0;
	padding: 2em;
	border: 1px solid #e2e2e2;
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.woocommerce div.product .woocommerce-tabs .panel:first-of-type {
	display: block;
}

.woocommerce div.product .product_meta {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
}

.woocommerce div.product .product_meta a {
	color: inherit;
}

.woocommerce div.product .product_meta a:hover, .woocommerce div.product .product_meta a:focus {
	color: #a40301;
}

.woocommerce div.product .product_meta > * {
	display: block;
}

.woocommerce div.product p.cart {
	margin: 2rem 0;
}

.woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after {
	content: "";
	display: table;
}

.woocommerce div.product p.cart:after {
	clear: both;
}

.woocommerce div.product form.cart {
	margin: 2rem 0;
}

.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
	content: "";
	display: table;
}

.woocommerce div.product form.cart:after {
	clear: both;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin-right: 0.5em;
}

.woocommerce div.product form.cart table {
	border: none;
}

.woocommerce div.product form.cart table td:first-child {
	padding-left: 0;
}

.woocommerce div.product form.cart table td:last-child {
	padding-right: 0;
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none;
}

.woocommerce div.product form.cart .variations {
	width: 100%;
}

.woocommerce div.product form.cart .variations tr {
	display: block;
	margin: 0 0 1em;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: block;
	padding: 0;
	border-color: inherit;
	border-width: 0;
}

.woocommerce div.product form.cart .variations select {
	width: 100%;
}

.woocommerce div.product form.cart .woocommerce-variation {
	margin-bottom: 1.5rem;
}

.woocommerce div.product form.cart .woocommerce-variation:empty {
	display: none;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:before, .woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after {
	content: "";
	display: table;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after {
	clear: both;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1.5rem;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: 0.85em;
	display: inline-block;
	margin-top: 1em;
	line-height: 1;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-right: 1em;
	padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
	padding: 0.5em 0;
	border: 0;
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: 4em;
	text-align: center;
}

.woocommerce div.product form.cart .group_table .stock {
	margin: 0;
}

.woocommerce div.product section.products > *:last-child {
	margin-bottom: 0;
}

.woocommerce div.product section.products h2 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-bottom: -15px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.woocommerce ul.products li.product {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.woocommerce ul.products li.product > *:last-child {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .wengdo-product-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-width: 0;
	border-style: solid;
}

.woocommerce ul.products li.product .wengdo-product-wrapper > *:last-child {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .wengdo-product-wrapper.wengdo-text-align-left {
	-ms-flex-align: left;
	align-items: left;
}

.woocommerce ul.products li.product .wengdo-product-wrapper.wengdo-text-align-center {
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce ul.products li.product .wengdo-product-wrapper.wengdo-text-align-right {
	-ms-flex-align: right;
	align-items: right;
}

.woocommerce ul.products li.product .wengdo-product-thumbnail {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	position: relative;
	margin: 0 0 1em;
}

.woocommerce ul.products li.product .wengdo-product-thumbnail a {
	display: block;
}

.woocommerce ul.products li.product .wengdo-product-thumbnail a:hover, .woocommerce ul.products li.product .wengdo-product-thumbnail a:focus {
	opacity: 0.9;
}

.woocommerce ul.products li.product .wengdo-product-thumbnail img {
	width: 100%;
	margin: 0;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: 0.5em;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	padding: 0;
	margin: 0;
	display: inline-block;
	font: inherit;
	color: inherit;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}

.woocommerce ul.products li.product strong {
	display: block;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
	border: 1px solid #f2f2f2;
}

.woocommerce ul.products li.product .star-rating {
	display: inline-block;
	margin: 0.25em 0 0;
}

.woocommerce ul.products li.product .price {
	color: inherit;
	display: block;
	font-weight: inherit;
	margin: 0.25em 0 0;
	font-size: 1em;
}

.woocommerce ul.products li.product .price del ~ ins {
	margin-left: 0.5rem;
}

.woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: 0.5;
	display: inline-block;
}

.woocommerce ul.products li.product .price ins {
	font-weight: inherit;
	display: inline-block;
}

.woocommerce ul.products li.product .count {
	background-color: transparent;
	color: inherit;
	font-weight: inherit;
}

.woocommerce ul.products li.product .button {
	margin-top: 1em;
}

@media screen and (min-width: 500px) {
	.woocommerce ul.products.columns-2 li.product {
		width: 50%;
	}
}

@media screen and (min-width: 500px) {
	.woocommerce ul.products.columns-3 li.product {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.woocommerce ul.products.columns-3 li.product {
		width: 33.33%;
	}
}

@media screen and (min-width: 500px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 25%;
	}
}

@media screen and (min-width: 500px) {
	.woocommerce ul.products.columns-5 li.product {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.woocommerce ul.products.columns-5 li.product {
		width: 20%;
	}
}

@media screen and (min-width: 500px) {
	.woocommerce ul.products.columns-6 li.product {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.woocommerce ul.products.columns-6 li.product {
		width: 33.33%;
	}
}

@media screen and (min-width: 1024px) {
	.woocommerce ul.products.columns-6 li.product {
		width: 16.667%;
	}
}

.woocommerce .woocommerce-products-header {
	margin: 0 0 2rem;
}

.woocommerce .woocommerce-result-count {
	margin: 0;
}

.woocommerce .woocommerce-ordering {
	margin: 0;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
}

.woocommerce .wengdo-products-filters {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.5em 2em;
}

.woocommerce .wengdo-products-filters:empty {
	display: none;
}

.woocommerce .wengdo-products-filters > * {
	padding: 0.5em;
}

.woocommerce nav.woocommerce-pagination {
	text-align: center;
	margin: 3rem 0 0;
	clear: both;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: none;
	margin: 0;
	list-style: none;
}

.woocommerce nav.woocommerce-pagination ul:before, .woocommerce nav.woocommerce-pagination ul:after {
	content: "";
	display: table;
}

.woocommerce nav.woocommerce-pagination ul:after {
	clear: both;
}

.woocommerce nav.woocommerce-pagination ul li {
	padding: 0;
	margin-right: 0.5em;
	float: left;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
	margin-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	line-height: 1;
	padding: 0.5em;
	min-width: 2em;
	display: block;
	border-width: 1px;
	border-style: solid;
	color: inherit;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: rgba(0, 0, 0, 0.05);
	color: #111;
}

.woocommerce nav.woocommerce-pagination ul li a {
	background-color: transparent;
	color: inherit;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: transparent;
	color: #a40301;
	border-color: currentColor;
}

.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
	content: "\e01c";
	display: inline-block;
	position: relative;
	font-family: "WooCommerce";
	margin-left: 0.5em;
	vertical-align: bottom;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
	content: "\e017";
	font-family: "WooCommerce";
	margin-left: 0.5em;
	vertical-align: bottom;
}

.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],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

.woocommerce a.added_to_cart {
	padding-top: 0.5em;
	display: block;
	clear: both;
}

.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
	content: "";
	display: table;
}

.woocommerce #reviews #comments .add_review:after {
	clear: both;
}

.woocommerce #reviews #comments .woocommerce-Reviews-title {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.woocommerce #reviews #comments ol.commentlist {
	margin: -1.5em 0 0;
	list-style: none;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after {
	content: "";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: inherit;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
	border-top: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
	position: relative;
	padding: 1.5em 0 1.5em 65px;
}

@media screen and (min-width: 500px) {
	.woocommerce #reviews #comments ol.commentlist li .comment_container {
		padding: 2em 0 2em 65px;
	}
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	font-size: inherit;
	margin-bottom: 1em;
}

.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__author {
	font-weight: 600;
	color: #111;
}

.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date {
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
}

.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date a {
	color: inherit;
}

.woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date a:hover, .woocommerce #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date a:focus {
	color: #a40301;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	margin-top: 1.5em;
	border-radius: 50%;
}

@media screen and (min-width: 500px) {
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		margin-top: 2em;
	}
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description *:last-child {
	margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	padding-left: 1.25em;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none;
}

.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	display: inline-block;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.26em;
	font-family: "star";
	color: #a40301;
}

.woocommerce .star-rating::before {
	content: "\73\73\73\73\73";
	top: 0;
	left: 0;
}

.woocommerce .star-rating span {
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1em;
}

.woocommerce .star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 0.5em;
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0;
}

.woocommerce #review_form #respond {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 2em;
}

.woocommerce #review_form #respond .comment-form > * {
	margin: 1em 0;
}

.woocommerce #review_form #respond .comment-reply-title {
	display: block;
	margin: 0 0 1.5rem;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	color: #111;
}

.woocommerce #review_form #respond p.stars {
	display: inline-block;
	line-height: 1;
	margin: 0;
}

.woocommerce #review_form #respond p.stars span {
	display: inline-table;
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	color: #a40301;
}

.woocommerce p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "WooCommerce";
	content: "\e021";
	text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
	content: "\e021";
}

.woocommerce p.stars:hover a::before {
	content: "\e020";
}

.woocommerce p.stars.selected a.active::before {
	content: "\e020";
}

.woocommerce p.stars.selected a.active ~ a::before {
	content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
	content: "\e020";
}

.woocommerce table.shop_attributes {
	width: 100%;
}

.woocommerce table.shop_attributes th {
	width: 25%;
}

.woocommerce table.shop_attributes td p {
	margin: 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) th, .woocommerce table.shop_attributes tr:nth-child(even) td {
	background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	text-align: initial;
	padding: 0.75rem 1rem;
}

.woocommerce table.shop_table {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.woocommerce table.shop_table th:first-child, .woocommerce table.shop_table td:first-child {
	padding-left: 0;
}

.woocommerce table.shop_table th:last-child, .woocommerce table.shop_table td:last-child {
	padding-right: 0;
}

.woocommerce table.shop_table th {
	border-left: none;
	border-right: none;
}

.woocommerce table.shop_table td {
	border-left: none;
	border-right: none;
}

.woocommerce table.shop_table td small {
	font-weight: normal;
}

.woocommerce table.shop_table td del {
	font-weight: normal;
}

.woocommerce table.shop_table a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.woocommerce table.shop_table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce table.shop_table.shop_table_responsive tbody th {
		display: none;
	}
	.woocommerce table.shop_table.shop_table_responsive tr:not(:last-child) {
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	.woocommerce table.shop_table.shop_table_responsive th, .woocommerce table.shop_table.shop_table_responsive td {
		padding-left: 0;
		padding-right: 0;
		border: none;
	}
	.woocommerce table.shop_table.shop_table_responsive tr {
		display: block;
	}
	.woocommerce table.shop_table.shop_table_responsive tr td {
		display: block;
		text-align: right !important;
	}
	.woocommerce table.shop_table.shop_table_responsive tr td.order-actions {
		text-align: left !important;
	}
	.woocommerce table.shop_table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.woocommerce table.shop_table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table.shop_table_responsive tr td.actions::before {
		display: none;
	}
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions {
	text-align: right;
}

.woocommerce table.woocommerce-table--order-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-table--order-downloads th .woocommerce-MyAccount-downloads-file::before {
	content: "\2193";
	display: inline-block;
	margin-right: 0.5em;
}

.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
	margin: 0;
	font-size: 0.85em;
	overflow: hidden;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
	float: left;
	clear: both;
	margin-right: 0.25em;
	display: inline-block;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
	margin: 0;
}

.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name .wc-item-meta p {
	display: inline-block;
	margin: 0;
}

.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 1.5rem;
}

.woocommerce form .form-row:before, .woocommerce form .form-row:after {
	content: "";
	display: table;
}

.woocommerce form .form-row:after {
	clear: both;
}

.woocommerce form .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	transition: opacity 0.5s 0.5s ease;
	opacity: 0;
}

@media screen and (min-width: 500px) {
	.woocommerce form .form-row-first {
		width: 50%;
		float: left;
		padding-right: 0.5rem;
	}
	.woocommerce form .form-row-last {
		width: 50%;
		float: right;
		padding-left: 0.5rem;
	}
}

.woocommerce form .form-row-wide {
	clear: both;
}

.woocommerce form .form-row label.hidden {
	visibility: hidden;
}

.woocommerce form .form-row label.inline {
	display: inline;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 0.25em 0.5em;
	margin: 0.5em 0 0;
	clear: both;
	display: none;
	position: relative;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	left: 50%;
	bottom: 100%;
	margin: 0 0 0 -0.25em;
	content: "";
	position: absolute;
	border-width: 0 0.25em 0.5em;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	display: block;
}

.woocommerce form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .required {
	color: red;
	text-decoration: none;
}

.woocommerce form .form-row .optional {
	visibility: visible;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	width: 100%;
}

.woocommerce form .form-row .select2-container {
	width: 100%;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: red;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: red;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
	border-width: 1px;
	border-style: solid;
	padding: 1.25rem 1.25rem 0;
	margin: 1.25rem 0;
	text-align: left;
	border-radius: 0;
}

.woocommerce ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.woocommerce ul#shipping_method .amount {
	font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0;
}

.woocommerce ul.order_details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px 1.5rem;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.woocommerce ul.order_details li {
	-ms-flex: 1;
	flex: 1;
	padding: 1.5rem;
	margin: 2px;
	background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce ul.order_details li strong {
	display: block;
}

.woocommerce .wc-bacs-bank-details-account-name {
	font-weight: bold;
}

.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
	margin-bottom: 3em;
}

.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border-width: 1px;
	border-style: solid;
	padding: 1.5rem;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
	margin-bottom: 0;
	padding-left: 1.5em;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: inherit;
	position: absolute;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: inherit;
	position: absolute;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.woocommerce ul.cart_list *,
.woocommerce ul.product_list_widget * {
	border-color: inherit;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 0 0 0.75em 0;
	margin-top: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after {
	content: "";
	display: table;
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
	clear: both;
}

.woocommerce ul.cart_list li.empty,
.woocommerce ul.product_list_widget li.empty {
	margin: 0;
	padding: 0;
	text-align: center;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	border-bottom: none;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: inherit;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 0.5em;
	width: 40px;
	height: auto;
	box-shadow: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	margin: 0;
	font-size: 0.85em;
	overflow: hidden;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
	float: left;
	clear: both;
	margin-right: 0.25em;
	display: inline-block;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	margin: 0;
}

.woocommerce ul.cart_list li dl p,
.woocommerce ul.product_list_widget li dl p {
	display: inline-block;
	margin: 0;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	margin: 0.25em 0;
	display: block;
}

.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
	text-decoration: inherit;
}

.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del {
	opacity: 0.5;
}

.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins {
	font-weight: normal;
}

.woocommerce.widget_shopping_cart .total {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: inherit;
	padding-top: 1em;
	margin-bottom: 0;
}

.woocommerce.widget_shopping_cart .total:before, .woocommerce.widget_shopping_cart .total:after {
	content: "";
	display: table;
}

.woocommerce.widget_shopping_cart .total:after {
	clear: both;
}

.woocommerce.widget_shopping_cart .total .amount {
	float: right;
}

.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 1.5em;
	position: relative;
	padding-top: 0;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce.widget_shopping_cart .buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0.5em -5px 0;
}

.woocommerce.widget_shopping_cart .buttons a {
	-ms-flex: 1;
	flex: 1;
	margin: 0.5em 5px 0;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 0;
}

.woocommerce.widget_layered_nav ul, .woocommerce.widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.woocommerce.widget_layered_nav li, .woocommerce.widget_rating_filter li {
	position: relative;
	margin-top: 0.25em;
}

.woocommerce.widget_layered_nav li a:before, .woocommerce.widget_rating_filter li a:before {
	content: "";
	position: relative;
	top: -0.16em;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	margin-right: 1.2em;
	font-size: 0.6em;
	line-height: calc( 1.6em - 2px);
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
}

.woocommerce.widget_layered_nav li.chosen a:before, .woocommerce.widget_rating_filter li.chosen a:before {
	content: "✔";
	color: #ffffff;
	border-color: transparent;
	background-color: #a40301;
}

.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em;
	padding: 0em 0.5em;
	font: inherit;
}

.woocommerce.widget_layered_nav_filters ul {
	margin: -0.5em 0 0;
	padding: 0;
	list-style: none;
}

.woocommerce.widget_layered_nav_filters ul:before, .woocommerce.widget_layered_nav_filters ul:after {
	content: "";
	display: table;
}

.woocommerce.widget_layered_nav_filters ul:after {
	clear: both;
}

.woocommerce.widget_layered_nav_filters li {
	float: left;
	margin: 0.5em 0.5em 0 0;
}

.woocommerce.widget_layered_nav_filters li a {
	padding: 0.25em 0.5em;
	line-height: normal;
	background-color: rgba(0, 0, 0, 0.05);
	color: inherit;
}

.woocommerce.widget_layered_nav_filters li a:hover, .woocommerce.widget_layered_nav_filters li a:focus {
	color: #a40301;
}

.woocommerce.widget_layered_nav_filters li a:before {
	display: inline-block;
	content: "×";
	font-weight: inherit;
	margin-right: 0.25em;
}

.woocommerce.widget_price_filter .price_slider {
	position: relative;
	height: 0.5em;
	margin: 0 0.5em 1.25em;
	color: #a40301;
}

.woocommerce.widget_price_filter .price_slider:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0.25em;
	background-color: currentColor;
	opacity: 0.2;
}

.woocommerce.widget_price_filter .price_slider_amount {
	text-align: right;
}

.woocommerce.widget_price_filter .price_slider_amount input {
	display: none;
}

.woocommerce.widget_price_filter .price_slider_amount .button {
	float: left;
	padding: 0em 0.5em;
	font: inherit;
}

.woocommerce.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	border-radius: 0;
	border: none;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #ffffff;
	background-image: none;
	border-radius: 1em;
	cursor: ew-resize;
	outline: none;
	top: -0.25em;
	border: 0.1rem solid;
	border-color: currentColor;
	color: inherit;
	/* rtl:ignore */
	margin-left: -0.5em;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: currentColor;
	background-image: none;
	color: inherit;
	opacity: 0.4;
}

.woocommerce.widget_product_categories ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce.widget_product_categories ul ul {
	margin-left: 1.25em;
}

.woocommerce.widget_product_categories li {
	margin-top: 0.25em;
}

.woocommerce.widget a .star-rating :before {
	color: inherit;
}

.woocommerce.widget .count {
	opacity: 0.5;
}

.woocommerce.widget .amount {
	display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
	display: block !important;
}

.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
	display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: rgba(0, 0, 0, 0.05);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

.woocommerce-message:before, .woocommerce-message:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-info:before,
.woocommerce-info:after {
	content: "";
	display: table;
}

.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after {
	clear: both;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
	font-family: "WooCommerce";
	content: "\e028";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
	padding: 0;
	border: none;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	background-color: transparent !important;
	color: #a40301;
}

.woocommerce-message .button:hover, .woocommerce-message .button:focus,
.woocommerce-error .button:hover,
.woocommerce-error .button:focus,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus {
	color: #111;
}

@media screen and (min-width: 768px) {
	.woocommerce-message .button,
	.woocommerce-error .button,
	.woocommerce-info .button {
		float: right;
	}
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
	/* rtl:ignore */
	direction: ltr;
	unicode-bidi: embed;
}

.woocommerce-message {
	border-top-color: #8fae1b;
}

.woocommerce-message::before {
	content: "\e015";
	color: #8fae1b;
}

.woocommerce-info {
	border-top-color: #1e85be;
}

.woocommerce-info::before {
	color: #1e85be;
}

.woocommerce-error {
	border-top-color: #b81c23;
}

.woocommerce-error::before {
	content: "\e016";
	color: #b81c23;
}

@media screen and (min-width: 768px) {
	.woocommerce-account.logged-in .woocommerce {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.woocommerce-account .wengdo-woocommerce-MyAccount-sidebar {
	margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .wengdo-woocommerce-MyAccount-sidebar {
		width: 20%;
		margin-bottom: 0;
	}
}

.woocommerce-account .wengdo-woocommerce-MyAccount-sidebar a {
	color: inherit;
}

.woocommerce-account .wengdo-woocommerce-MyAccount-user {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

.woocommerce-account .wengdo-woocommerce-MyAccount-user .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.woocommerce-account .wengdo-woocommerce-MyAccount-user .name {
	width: 100%;
	padding-left: 1em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #111;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none !important;
	color: #242424;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
	color: #a40301;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 80%;
		padding-left: 4rem;
	}
}

.woocommerce-account .addresses .title h3 {
	margin-top: 0;
}

.woocommerce-account .addresses .title .edit {
	text-decoration: none;
	float: right;
}

.woocommerce-account ol.commentlist.notes {
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
}

.woocommerce-account ol.commentlist.notes li.note {
	padding: 1em;
	margin-top: 4px;
	background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce-account ol.commentlist.notes li.note:first-child {
	margin-top: 0;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	margin-bottom: 0.25em;
	font-size: 0.85em;
	line-height: 1.7;
	color: inherit;
}

.woocommerce-account ol.commentlist.notes li.note p.meta a {
	color: inherit;
}

.woocommerce-account ol.commentlist.notes li.note p.meta a:hover, .woocommerce-account ol.commentlist.notes li.note p.meta a:focus {
	color: #a40301;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-account-fields {
	margin-top: 1.5rem;
}

.woocommerce-checkout #customer_details > * {
	float: none;
	width: auto;
	padding: 0;
	margin-bottom: 3rem;
}

.woocommerce-checkout #customer_details > *:before, .woocommerce-checkout #customer_details > *:after {
	content: "";
	display: table;
}

.woocommerce-checkout #customer_details > *:after {
	clear: both;
}

.woocommerce-checkout #customer_details > *:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order th, .woocommerce-checkout .woocommerce-checkout-review-order td {
	width: 50%;
}

.woocommerce-checkout #place_order {
	width: 100%;
	font-size: 1.2rem;
	padding: 14px 28px;
	margin-top: 1.5rem;
}

.woocommerce-checkout #order_review_heading {
	margin-top: 3rem;
}

.woocommerce-checkout #order_review .product-total,
.woocommerce-checkout #order_review tfoot td {
	text-align: right;
}

@media screen and (min-width: 1024px) {
	.woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout:before, .woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout:after {
		content: "";
		display: table;
	}
	.woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout:after {
		clear: both;
	}
	.woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout .wengdo-woocommerce-checkout-2-columns--left {
		float: left;
		width: 60%;
	}
	.woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout .wengdo-woocommerce-checkout-2-columns--right {
		float: right;
		width: 35%;
		padding: 1.5rem;
		border-width: 1px;
		border-style: solid;
		background: #ffc97624;
	}
	.woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout #order_review_heading {
		/*display: none;*/
		margin-top: 0;
	}
	.woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout #order_review {
		margin-top: -0.75rem;
	}
	.woocommerce-checkout.wengdo-woocommerce-checkout-2-columns .checkout #order_review table {
		border: none;
	}
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	font-size: 0.9em;
}

.woocommerce-checkout #payment,
#add_payment_method #payment {
	margin-top: 2rem;
}

.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
	padding: 0;
	margin: 0 0 1.5rem;
	list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
#add_payment_method #payment ul.payment_methods:after {
	content: "";
	display: table;
}

.woocommerce-checkout #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:after {
	clear: both;
}

.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
	position: relative;
	margin: 0.2em 0 0;
	padding: 1em 1em 1em 3em;
	background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout #payment ul.payment_methods li input[name="payment_method"],
#add_payment_method #payment ul.payment_methods li input[name="payment_method"] {
	position: absolute;
	left: 1em;
	top: 1em;
	font-size: 1em;
}

.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: 0 0 0 0.5em;
	height: 1.5em;
}

.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
	margin-left: 0.25em;
}

.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li label {
	cursor: pointer;
	font-weight: 500;
}

.woocommerce-checkout #payment ul.payment_methods li:only-child,
#add_payment_method #payment ul.payment_methods li:only-child {
	/*padding-left: 1em;*/
}

.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
	margin: 0.75em 0 0;
	font-size: 0.9em;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
	background-color: transparent;
	padding: 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right 0.618em center;
	background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
	background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg");
}

.woocommerce-checkout #payment div.payment_box > *:last-child,
#add_payment_method #payment div.payment_box > *:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
	float: right;
	font-size: 0.85em;
	text-decoration: none;
	margin-top: 0.15em;
}

.woocommerce-cart table.cart .product-remove {
	width: 1.5rem;
	font-size: 1.5em;
	line-height: 1;
}

.woocommerce-cart table.cart .product-thumbnail {
	width: 7rem;
}

.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-subtotal {
	width: 15%;
}

.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity {
	text-align: center;
}

.woocommerce-cart table.cart .product-subtotal {
	text-align: right;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
	vertical-align: middle;
}

.woocommerce-cart table.cart .actions {
	text-align: right;
	border: none;
	padding: 1.5rem 0 0;
}

.woocommerce-cart table.cart .actions .coupon {
	float: left;
}

.woocommerce-cart table.cart .actions .coupon label {
	display: none;
}

.woocommerce-cart table.cart .actions .coupon input {
	width: 15rem;
	margin-right: 0.5rem;
	vertical-align: initial;
}

.woocommerce-cart table.cart input {
	margin: 0;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.woocommerce-cart table.cart.shop_table_responsive thead {
		display: none;
	}
	.woocommerce-cart table.cart.shop_table_responsive .cart_item {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding: 1em 0;
	}
	.woocommerce-cart table.cart.shop_table_responsive th, .woocommerce-cart table.cart.shop_table_responsive td {
		padding: 0;
	}
	.woocommerce-cart table.cart.shop_table_responsive th:before, .woocommerce-cart table.cart.shop_table_responsive td:before {
		display: none;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-remove {
		-ms-flex-order: 3;
		order: 3;
		width: 2.5rem;
		padding-left: 1rem;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-thumbnail {
		width: 5.5rem;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-name {
		-ms-flex-order: 2;
		order: 2;
		width: calc( 100% - 5.5rem - 2.5rem);
		padding-left: 1rem;
		text-align: unset !important;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-name > * {
		width: 100%;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-price {
		-ms-flex-order: 5;
		order: 5;
		position: relative;
		white-space: nowrap;
		width: auto;
		padding-top: 1rem;
		padding-left: 1rem;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-price:before {
		display: inline-block;
		content: "×";
		font-weight: inherit;
		margin: 0 0.5rem 0 0;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-quantity {
		-ms-flex-order: 4;
		order: 4;
		width: 5.5rem;
		padding-top: 1rem;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-subtotal {
		-ms-flex-order: 6;
		order: 6;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: auto;
		padding-top: 1rem;
		padding-left: 1rem;
	}
	.woocommerce-cart table.cart.shop_table_responsive .product-subtotal > span {
		width: 100%;
	}
	.woocommerce-cart table.cart.shop_table_responsive .actions {
		display: block;
		text-align: unset;
		padding: 2rem 0 0;
	}
	.woocommerce-cart table.cart.shop_table_responsive .actions .coupon {
		margin-bottom: 2rem;
		float: none;
		display: -ms-flexbox;
		display: flex;
		white-space: nowrap;
	}
	.woocommerce-cart table.cart.shop_table_responsive .actions .coupon input {
		width: 100%;
	}
	.woocommerce-cart table.cart.shop_table_responsive .actions > button {
		width: 100%;
	}
}

.woocommerce-cart .woocommerce-cart-form ~ * {
	margin-top: 4rem;
}

.woocommerce-cart .cart-collaterals > * {
	margin-top: 4rem;
}

.woocommerce-cart .cross-sells h2 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
	margin: 2rem 0 0;
	text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block;
	margin-bottom: 0;
	font-size: 1.2rem;
	padding: 14px 28px;
}

@media screen and (min-width: 1024px) {
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		display: inline-block;
	}
}

.woocommerce-cart .shipping-calculator-button::after {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.618em;
	content: "";
	text-decoration: none;
}

.woocommerce-cart .shipping-calculator-form {
	margin: 1em 0 0 0;
}

.woocommerce-cart .shipping-calculator-form p:last-of-type {
	margin-bottom: 0;
}

.woocommerce-cart .cart_totals h2 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
}

.woocommerce-cart .cart_totals table th {
	width: 35%;
}

.woocommerce-cart .cart_totals table td {
	text-align: right;
}

.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th {
	vertical-align: top;
}

.woocommerce-cart .cart_totals table form {
	text-align: unset;
}

.woocommerce-cart .cart_totals table select {
	width: 100%;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
	margin: 1em 0 0;
}

@media screen and (min-width: 1024px) {
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .woocommerce:before, .woocommerce-cart.wengdo-woocommerce-cart-2-columns .woocommerce:after {
		content: "";
		display: table;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .woocommerce:after {
		clear: both;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .wengdo-woocommerce-cart-2-columns--left {
		float: left;
		width: 60%;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .wengdo-woocommerce-cart-2-columns--right {
		float: right;
		width: 35%;
		padding: 1.5rem;
		border-width: 1px;
		border-style: solid;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .cart_totals {
		margin-top: 0;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .cart_totals h2 {
		display: none;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .cart_totals th {
		width: 30%;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .cart_totals table {
		border-top: none;
		margin-top: -0.75rem;
	}
	.woocommerce-cart.wengdo-woocommerce-cart-2-columns .wc-proceed-to-checkout a.checkout-button {
		width: 100%;
	}
}

.woocommerce-invalid #terms {
	outline: 2px solid red;
	outline-offset: 2px;
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px 0.5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: 0.5em 0 0;
	display: block;
}

/* wengdo specific */
body.wengdo-graybg .site-content {
	background: url(../../../images/background/10.jpg) no-repeat;
	background-size: cover;
}

body.woocommerce-page table th {
	background-color: transparent;
}
