@charset 'UTF-8';
button,
[type='button'],
[type='reset'],
[type='submit'],
.button {
	display: inline-block;
	width: auto;
	margin: 0 0 0.9rem;
	padding: 1.8rem 5.4rem 1.8rem;
	border: 0;
	border-radius: 9rem;
	color: #141618;
	background-color: #1ced8a;
	box-shadow: 0 1em 3em -1em rgba(28, 237, 138, 0.3);
	font-size: 1.44rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.33333s ease 0s;
}

button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active,
.button:hover,
.button:focus,
.button:active {
	outline: none;
	color: #141618;
	background-color: #1ced8a;
	box-shadow: 0 1em 3em -1em #1ced8a;
	text-decoration: none;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
.button:disabled {
	border-color: #8c969f;
	box-shadow: 0 1em 3em -1em rgba(140, 150, 159, 0.5);
}

button:disabled,
button:disabled:hover,
button:disabled:focus,
[type='button']:disabled,
[type='button']:disabled:hover,
[type='button']:disabled:focus,
[type='reset']:disabled,
[type='reset']:disabled:hover,
[type='reset']:disabled:focus,
[type='submit']:disabled,
[type='submit']:disabled:hover,
[type='submit']:disabled:focus,
.button:disabled,
.button:disabled:hover,
.button:disabled:focus {
	opacity: 0.333;
	background-color: #8c969f;
	box-shadow: 0 1em 3em -1em rgba(140, 150, 159, 0.5);
	cursor: not-allowed;
	-webkit-transform: none;
	        transform: none;
}

button.small,
[type='button'].small,
[type='reset'].small,
[type='submit'].small,
.button.small {
	padding: 0.9rem 1.8rem;
	font-size: smaller;
}

button.alt,
.sidebar button,
[type='button'].alt,
.sidebar [type='button'],
[type='reset'].alt,
.sidebar [type='reset'],
[type='submit'].alt,
.sidebar [type='submit'],
.button.alt,
.sidebar .button {
	border-color: #141618;
	color: #ffffff;
	background-color: #202326;
	box-shadow: 0 1em 3em -1em rgba(140, 150, 159, 0);
}

button.alt:hover,
button.alt:focus,
button.alt:active,
.sidebar button:hover,
.sidebar button:focus,
.sidebar button:active,
[type='button'].alt:hover,
[type='button'].alt:focus,
[type='button'].alt:active,
.sidebar [type='button']:hover,
.sidebar [type='button']:focus,
.sidebar [type='button']:active,
[type='reset'].alt:hover,
[type='reset'].alt:focus,
[type='reset'].alt:active,
.sidebar [type='reset']:hover,
.sidebar [type='reset']:focus,
.sidebar [type='reset']:active,
[type='submit'].alt:hover,
[type='submit'].alt:focus,
[type='submit'].alt:active,
.sidebar [type='submit']:hover,
.sidebar [type='submit']:focus,
.sidebar [type='submit']:active,
.button.alt:hover,
.button.alt:focus,
.button.alt:active,
.sidebar .button:hover,
.sidebar .button:focus,
.sidebar .button:active {
	box-shadow: 0 1em 3em -1em rgba(140, 150, 159, 0.5);
}

.aligncenter,
.alignleft,
.alignright {
	display: block;
	float: none;
	margin: 0 auto 1.8rem;
}

.aligncenter::after {
	clear: both;
	content: '';
	display: block;
}

.alignwide,
.alignfull {
	position: relative;
	left: 50%;
	width: 100vw;
}

.content-sidebar .alignwide,
.sidebar-content .alignwide,
.content-sidebar .alignfull,
.sidebar-content .alignfull {
	left: auto;
	width: 100%;
	margin-left: 0;
	-webkit-transform: none;
	        transform: none;
}

.alignwide img,
.alignfull img {
	display: inline-block;
	width: 100%;
	margin: 1.8rem auto 2.9124rem;
}

.alignwide {
	max-width: 120%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.alignfull {
	max-width: none;
	margin-left: -50vw;
}

.woocommerce img.custom-logo {
	max-width: 128px;
}

.woocommerce .entry.product {
	padding: 0;
}

.woocommerce abbr.required,
.woocommerce ins {
	text-decoration: none;
}

.woocommerce span.onsale {
	z-index: 4;
	top: 1.8rem;
	left: 1.8rem;
	min-height: auto;
	max-height: 2em;
	padding: 0.6rem 0.9rem;
	border-radius: 4px;
	color: #141618;
	background-color: #1ced8a;
	font-size: small;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

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

.woocommerce .products .star-rating {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.woocommerce p.stars a,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
	outline: 0;
}

.woocommerce .woocommerce-LoopProduct-link {
	display: block;
}

.woocommerce-store-notice,
p.demo_store {
	color: #141618;
	background-color: #1ced8a;
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #141618;
}

.woocommerce .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce .woocommerce-product-gallery__trigger {
	border-width: 0;
}

.woocommerce .woocommerce-product-gallery {
	overflow: hidden;
}

.woocommerce .woocommerce-product-gallery .flex-control-nav {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.woocommerce .product .woocommerce-product-gallery.images .flex-control-thumbs li {
	width: calc((100% - (0.9rem * 3)) / 4);
	margin-top: 0.9rem;
	margin-left: 0.9rem;
}

.woocommerce .product .woocommerce-product-gallery.images .flex-control-thumbs li:first-of-type {
	margin-left: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 8;
}

.woocommerce .page-title {
	margin-bottom: 3.6rem;
	text-align: center;
}

.woocommerce .content .entry {
	border-bottom: 0;
}

.woocommerce a.added_to_cart {
	line-height: 1;
}

.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce #respond input#submit.loading:after {
	top: 1em;
}

.woocommerce ul.products[class*='columns-'] li.product {
	margin-bottom: 2.9124rem;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
	display: none;
}

.woocommerce ul.products li.product {
	display: flex;
	margin-bottom: 2.9124rem;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	/* MS Edge Bug Fix */
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price .from {
	color: #5a636b;
}

.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product .price {
	color: #5a636b;
}

.woocommerce ul.products li.product span.onsale {
	top: 1.8rem;
	right: 1.8rem;
}

.woocommerce ul.products li.product a.button {
	width: auto;
	margin: 0.6rem auto 0;
	align-self: flex-end;
}

.woocommerce nav.woocommerce-pagination {
	clear: both;
	margin: 40px 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-right: 2px;
	margin-left: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-block;
	padding: 8px 12px;
	color: #5a636b;
	background-color: #f4f5f6;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.625;
	text-decoration: none;
	cursor: pointer;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #ffffff;
	background-color: #5a636b;
}

.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-ordering,
.woocommerce-page ul.products li.product .button,
.woocommerce-page .woocommerce-ordering {
	width: 100%;
	margin-right: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #5a636b;
	font-size: 2.92002rem;
	line-height: 1.5;
}

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

.woocommerce div.product form.cart .variations {
	table-layout: fixed;
}

.woocommerce .woocommerce-variation-price {
	margin-bottom: 1.8rem;
}

.woocommerce-product-details__short-description {
	color: #5a636b;
	font-family: hind, san fransisco, -apple-system, blinkmacsystemfont, segoe ui, helvetica neue, helvetica, lucida grande, fira sans, roboto, arial, sans-serif;
}

.woocommerce-product-details__short-description h1 {
	font-size: 4.03146rem;
}

.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description h6,
.woocommerce-product-details__short-description legend {
	color: #141618;
}

.woocommerce-product-details__short-description a {
	color: #5a636b;
	text-decoration: underline;
	-webkit-text-decoration-color: #1ced8a;
	        text-decoration-color: #1ced8a;
}

.woocommerce-product-details__short-description a:hover,
.woocommerce-product-details__short-description a:focus,
.woocommerce-product-details__short-description a:active {
	color: #141618;
}

.woocommerce-product-details__short-description button,
.woocommerce-product-details__short-description [type='button'],
.woocommerce-product-details__short-description [type='reset'],
.woocommerce-product-details__short-description [type='submit'],
.woocommerce-product-details__short-description .button {
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-product-details__short-description button:hover,
.woocommerce-product-details__short-description button:focus,
.woocommerce-product-details__short-description button:active,
.woocommerce-product-details__short-description [type='button']:hover,
.woocommerce-product-details__short-description [type='button']:focus,
.woocommerce-product-details__short-description [type='button']:active,
.woocommerce-product-details__short-description [type='reset']:hover,
.woocommerce-product-details__short-description [type='reset']:focus,
.woocommerce-product-details__short-description [type='reset']:active,
.woocommerce-product-details__short-description [type='submit']:hover,
.woocommerce-product-details__short-description [type='submit']:focus,
.woocommerce-product-details__short-description [type='submit']:active,
.woocommerce-product-details__short-description .button:hover,
.woocommerce-product-details__short-description .button:focus,
.woocommerce-product-details__short-description .button:active {
	color: #ffffff;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
	padding-left: 2.5452rem;
}

.woocommerce-product-details__short-description pre h1,
.woocommerce-product-details__short-description pre h2,
.woocommerce-product-details__short-description pre h3,
.woocommerce-product-details__short-description pre h4,
.woocommerce-product-details__short-description pre h5,
.woocommerce-product-details__short-description pre h6,
.woocommerce-product-details__short-description pre legend {
	color: #dfe2e5;
}

.woocommerce-review-link {
	font-family: hind, san fransisco, -apple-system, blinkmacsystemfont, segoe ui, helvetica neue, helvetica, lucida grande, fira sans, roboto, arial, sans-serif;
	font-size: small;
}

.related.products h2 {
	font-size: 2.92002rem;
}

.product_meta {
	font-size: smaller;
}

.woocommerce div.product .woocommerce-tabs h2 {
	font-size: 2.92002rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	background-color: #ffffff;
	font-size: 1.68697rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: block;
	content: '';
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #dfe2e5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #dfe2e5;
	border-bottom: 0;
	border-radius: 0;
	background-color: #f4f5f6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	border-bottom: 1px solid #dfe2e5;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: flex;
	padding: 0.5em 1em;
	color: #5a636b;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:active {
	color: #1ced8a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
	font-size: 1rem;
	content: '✔';
}

.woocommerce div.product .woocommerce-tabs ul.tabs a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs a:active {
	outline: none;
}

.woocommerce div.product .woocommerce-tabs .commentlist {
	padding: 1.8rem 0;
}

.woocommerce .comment-reply-title {
	display: block;
	margin-bottom: 0.9rem;
	color: #141618;
	font-family: poppins, system-ui, -apple-system, BlinkMacSystemFont, 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Fira Sans', 'Roboto', 'Noto', 'Droid Sans', 'Cantarell', 'Oxygen', 'Ubuntu', 'Franklin Gothic Medium', 'Century Gothic', 'Liberation Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -0.05em;
}

.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
	line-height: 1.618;
	list-style-type: none;
}

.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
	margin-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text,
.woocommerce-checkout table.cart td.actions .coupon input.input-text,
#add_payment_method table.cart td.actions .coupon input.input-text {
	width: auto;
}

.woocommerce-page .content .woocommerce form.checkout_coupon {
	border-radius: 4px;
}

#order_review_heading {
	margin-top: 3.6rem;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-color: #dfe2e5;
	border-radius: 0;
	line-height: 1.75;
	word-break: normal;
}

.woocommerce table.shop_table .order-number {
	min-width: 75px;
}

.woocommerce table.shop_table td.actions {
	padding-top: 1.8rem;
}

.woocommerce-cart table.cart {
	line-height: 1.75;
}

.woocommerce-cart table.cart td {
	padding: 0.9rem 1.8rem;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	font-size: 1.8rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 100%;
	margin-bottom: 1.8rem;
	font-size: 1.6rem;
}

.woocommerce-cart table.cart .product-thumbnail {
	min-width: 56px;
}

.woocommerce-cart table.cart th.product-name {
	min-width: 140px;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal {
	min-width: 110px;
}

.woocommerce-cart table.cart img {
	vertical-align: middle;
}

.woocommerce-cart td.product-name dl.variation dd {
	margin-left: 20px;
}

.woocommerce-checkout-review-order-table th.product-total {
	min-width: 110px;
}

.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
	vertical-align: middle;
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
	border-collapse: collapse;
}

.woocommerce .cart-collaterals .cart_totals .shop_table td {
	padding: 0.9rem 1.8rem;
	border-bottom: 0;
}

.woocommerce .cart-collaterals .cart_totals .shop_table th {
	border-right: 1px solid #dfe2e5;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button {
	min-width: 100%;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
	border: 1px solid #dfe2e5;
	border-radius: 4px;
	background-color: #f4f5f6;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
	background-color: #dfe2e5;
}

.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before,
#add_payment_method #payment div.payment_box:before {
	display: none;
}

.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
	border: 0;
}

.woocommerce-page .content a.button,
.woocommerce-page .content a.button.alt,
.woocommerce-page .content button.button,
.woocommerce-page .content button.button.alt,
.woocommerce-page .content input.button,
.woocommerce-page .content input.button.alt,
.woocommerce-page .content input.button[type='submit'],
.woocommerce-page .content #respond input#submit,
.woocommerce-page .content #respond input#submit.alt {
	padding: 1.4562rem 3.6rem;
	display: inline-block;
	width: auto;
	margin: 0 0 0.9rem;
	padding: 1.8rem 5.4rem 1.8rem;
	border: 0;
	border-radius: 9rem;
	color: #141618;
	background-color: #1ced8a;
	box-shadow: 0 1em 3em -1em rgba(28, 237, 138, 0.3);
	font-size: 1.44rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: normal;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.33333s ease 0s;
}

.woocommerce-page .content a.button:hover,
.woocommerce-page .content a.button:focus,
.woocommerce-page .content a.button:active,
.woocommerce-page .content a.button.alt:hover,
.woocommerce-page .content a.button.alt:focus,
.woocommerce-page .content a.button.alt:active,
.woocommerce-page .content button.button:hover,
.woocommerce-page .content button.button:focus,
.woocommerce-page .content button.button:active,
.woocommerce-page .content button.button.alt:hover,
.woocommerce-page .content button.button.alt:focus,
.woocommerce-page .content button.button.alt:active,
.woocommerce-page .content input.button:hover,
.woocommerce-page .content input.button:focus,
.woocommerce-page .content input.button:active,
.woocommerce-page .content input.button.alt:hover,
.woocommerce-page .content input.button.alt:focus,
.woocommerce-page .content input.button.alt:active,
.woocommerce-page .content input.button[type='submit']:hover,
.woocommerce-page .content input.button[type='submit']:focus,
.woocommerce-page .content input.button[type='submit']:active,
.woocommerce-page .content #respond input#submit:hover,
.woocommerce-page .content #respond input#submit:focus,
.woocommerce-page .content #respond input#submit:active,
.woocommerce-page .content #respond input#submit.alt:hover,
.woocommerce-page .content #respond input#submit.alt:focus,
.woocommerce-page .content #respond input#submit.alt:active {
	outline: none;
	color: #141618;
	background-color: #1ced8a;
	box-shadow: 0 1em 3em -1em #1ced8a;
	text-decoration: none;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}

.woocommerce-page .content a.button:disabled,
.woocommerce-page .content a.button.alt:disabled,
.woocommerce-page .content button.button:disabled,
.woocommerce-page .content button.button.alt:disabled,
.woocommerce-page .content input.button:disabled,
.woocommerce-page .content input.button.alt:disabled,
.woocommerce-page .content input.button[type='submit']:disabled,
.woocommerce-page .content #respond input#submit:disabled,
.woocommerce-page .content #respond input#submit.alt:disabled {
	border-color: transparent;
	background-color: #c4c9cd;
	box-shadow: 0 1em 3em -1em rgba(140, 150, 159, 0.5);
}

.woocommerce-page .content a.button:disabled,
.woocommerce-page .content a.button:disabled:hover,
.woocommerce-page .content a.button:disabled:focus,
.woocommerce-page .content a.button.alt:disabled,
.woocommerce-page .content a.button.alt:disabled:hover,
.woocommerce-page .content a.button.alt:disabled:focus,
.woocommerce-page .content button.button:disabled,
.woocommerce-page .content button.button:disabled:hover,
.woocommerce-page .content button.button:disabled:focus,
.woocommerce-page .content button.button.alt:disabled,
.woocommerce-page .content button.button.alt:disabled:hover,
.woocommerce-page .content button.button.alt:disabled:focus,
.woocommerce-page .content input.button:disabled,
.woocommerce-page .content input.button:disabled:hover,
.woocommerce-page .content input.button:disabled:focus,
.woocommerce-page .content input.button.alt:disabled,
.woocommerce-page .content input.button.alt:disabled:hover,
.woocommerce-page .content input.button.alt:disabled:focus,
.woocommerce-page .content input.button[type='submit']:disabled,
.woocommerce-page .content input.button[type='submit']:disabled:hover,
.woocommerce-page .content input.button[type='submit']:disabled:focus,
.woocommerce-page .content #respond input#submit:disabled,
.woocommerce-page .content #respond input#submit:disabled:hover,
.woocommerce-page .content #respond input#submit:disabled:focus,
.woocommerce-page .content #respond input#submit.alt:disabled,
.woocommerce-page .content #respond input#submit.alt:disabled:hover,
.woocommerce-page .content #respond input#submit.alt:disabled:focus {
	opacity: 0.333;
	background-color: #8c969f;
	box-shadow: 0 1em 3em -1em rgba(140, 150, 159, 0.5);
	cursor: not-allowed;
	-webkit-transform: none;
	        transform: none;
}

.woocommerce-page .content .button.add_to_cart_button {
	font-size: 1.27298rem;
	padding: 1.125rem 2.25rem;
	margin: 0 auto;
}

.woocommerce-page .content #reviews #comment {
	height: 150px;
}

.woocommerce-page .content .quantity .qty {
	width: 70px;
	margin-right: 0.9rem;
	padding: 0.9rem 0.36rem;
	font-size: 1.6rem;
	line-height: 1.5;
}

.woocommerce-page .content form .form-row input.input-text,
.woocommerce-page .content form .form-row textarea {
	padding: 1.4562rem;
	line-height: 1.2944;
}

.woocommerce-page .content form .form-row input.input-text ~ span,
.woocommerce-page .content form .form-row textarea ~ span {
	font-size: smaller;
}

.woocommerce-page .content form.checkout_coupon,
.woocommerce-page .content form.login,
.woocommerce-page .content form.register,
.woocommerce-page .content form .form-row .select2-container,
.woocommerce-page .content form .form-row.woocommerce-validated input.input-text,
.woocommerce-page .content form .form-row.woocommerce-validated select,
.woocommerce-page .content form .form-row.woocommerce-validated .select2-container {
	padding: 5vw;
	border-color: #dfe2e5;
	border-radius: 4px;
}

.woocommerce-page .content .coupon {
	line-height: 1;
}

.woocommerce-page .content .coupon .input-text {
	height: 48px;
}

.woocommerce-page .content input.button,
.woocommerce-page .content input.button[type='submit'] {
	width: 100% !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
	width: 150px;
	padding: 5px 20px;
	border-color: #dfe2e5;
}

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
	vertical-align: top;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce #reviews #comments .star-rating,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce-form-login {
	background-color: #f4f5f6;
}

.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] {
	padding: 16px 24px;
	color: #ffffff;
	background-color: #5a636b;
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover {
	padding: 16px 24px;
	color: #ffffff;
	background-color: #5a636b;
}

.woocommerce-account .woocommerce-Address-title h3 {
	font-size: 2.6rem;
}

.woocommerce-account .woocommerce-Address {
	margin-bottom: 1.8rem;
}

.woocommerce-account table.order_details th.product-total {
	min-width: 110px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
	margin-right: 0;
}

.woocommerce-MyAccount-navigation {
	margin-bottom: 3.6rem;
	padding: 1.8rem;
	border: 1px solid #dfe2e5;
	border-radius: 4px;
	background-color: #f4f5f6;
	font-size: 1.6rem;
}

.woocommerce-MyAccount-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0 !important;
	text-align: center;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	margin: 0 0.6rem 0.36rem;
	line-height: 1.2;
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
	color: #5a636b;
	font-weight: 700;
}

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

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation ul {
	text-align: center;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation li,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin: 0 10px;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-content,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce table.my_account_orders .button {
	margin: 5px;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 40px;
	font-size: 1.8rem;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #5a636b;
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb a:active {
	color: #1ced8a;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position: relative;
	width: 60px;
	margin: 0 16px 24px 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 80px;
	border-color: #dfe2e5;
	border-radius: 0;
}

.woocommerce .entry-content #reviews ol > li {
	list-style-type: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #1ced8a;
	border-radius: 0 0 4px 4px;
	background-color: #f4f5f6;
	font-size: 1.5rem;
}

.woocommerce-error:before,
.woocommerce-error:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-info:before,
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-message:before,
.woocommerce-message:before {
	color: #1ced8a;
}

.payment_methods .woocommerce-error,
.payment_methods
.woocommerce-info,
.payment_methods
.woocommerce-message {
	background-color: #ffffff;
}

div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
	width: 48%;
}

.woocommerce .woocommerce-message .button.wc-forward {
	width: 100%;
	margin-bottom: 1.8rem;
	padding: 1.125rem 3.6rem;
	font-size: small;
}

.woocommerce-product-search {
	overflow: hidden;
	width: 100%;
}

.woocommerce-product-search input[type='submit'] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.cart_list li {
	padding-top: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 15px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #dfe2e5;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-bottom: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
	padding-left: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.sidebar ul.product_list_widget li {
	margin-bottom: 15px;
	padding: 15px 0 0;
	line-height: 1.4;
}

.sidebar ul.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #dfe2e5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #1ced8a;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	top: -0.28em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce.widget_price_filter .price_slider_amount .button {
	font-size: 1.6rem;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce .widget_rating_filter ul li.chosen a:before {
	color: #1ced8a;
}

.woocommerce.widget_layered_nav_filters ul li {
	margin: 0 20px 20px 0;
}

.woocommerce.widget_recent_reviews .reviewer {
	font-size: 1.2rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

@media only screen and (min-width: 640px) {
	.woocommerce ul.products li.product .button,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page ul.products li.product .button,
	.woocommerce-page .woocommerce-ordering {
		width: auto;
		margin-right: auto;
	}
	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first,
	.woocommerce #reviews #comments .star-rating {
		float: left;
		width: 47%;
	}
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		float: right;
		width: 47%;
	}
	.woocommerce input.button,
	.woocommerce input.button[type='submit'],
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: auto !important;
	}
	.woocommerce .woocommerce-message .button.wc-forward {
		width: auto;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-width: 0;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 896px) {
	.alignleft {
		float: left;
		margin: 0 1.8rem 1.8rem 0;
	}
	.alignright {
		float: right;
		margin: 0 0 1.8rem 1.8rem;
	}
	.alignwide img,
	.alignfull img {
		margin: 0.9603rem auto 3.8412rem;
	}
	.woocommerce-product-details__short-description {
		font-size: 2.025rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin-left: -6px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:first-of-type {
		margin-left: 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom-color: #ffffff;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: inline-block;
		background-color: #f4f5f6;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom: 1px solid #ffffff;
		background-color: #ffffff;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
		display: none;
	}
	.woocommerce-cart #payment,
	.woocommerce-checkout #payment,
	#add_payment_method #payment {
		padding: 1.8rem;
	}
	.woocommerce-page .content form.checkout_coupon,
	.woocommerce-page .content form.login,
	.woocommerce-page .content form.register,
	.woocommerce-page .content form .form-row .select2-container,
	.woocommerce-page .content form .form-row.woocommerce-validated input.input-text,
	.woocommerce-page .content form .form-row.woocommerce-validated select,
	.woocommerce-page .content form .form-row.woocommerce-validated .select2-container {
		padding: 3.6rem;
	}
}

@media only screen and (max-width: 768px) {
	.woocommerce-additional-fields {
		margin-top: 3.6rem;
	}
	.woocommerce-cart table.cart td.actions .coupon .button {
		width: 100%;
	}
}
