/*
Theme Name: cafefinca

WooCommerce styles override
*/
@font-face {
	font-family: "RedHatMono";
	src: url("fonts/RedHatMono-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "RedHatMono-Italic";
	src: url("fonts/RedHatMono-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Better Together";
	src: url("fonts/Better_Together_Script.ttf") format("truetype");
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

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

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

.single-product div.product h1 {
	line-height: initial;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
	width: 33.78%;
	margin-left: 6.8%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.single-product div.product .row {
	clear: both;
	width: 100%;
	float: left;
}

.single-product div.product .row hr {
	margin-top: 50px;
	margin-bottom: 80px;
}

.single-product div.product .summary {
	float: left;
	width: 20%;
	margin-left: 7.4%;
}

.single-product div.product .third-column {
	float: left;
	width: 20%;
	margin-left: 7.4%;
}

.single-product div.product .third-column .variations {
	display: table-caption;
	margin-bottom: 0;
	border: 0;
	width: 100%;
}

.single-product div.product .third-column .variations tr {
	display: flow-root;
}

.single-product div.product .third-column .variations tr:last-child th {
	display: none;
}

.single-product div.product .third-column .variations th {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.single-product div.product .third-column .variations th label {
	font-size: 1.47em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.47em;
}

.single-product div.product .third-column .variations td {
	padding: 0 20px 20px 0;
	max-width: none;
	line-height: 1.3em;
}

.single-product div.product .third-column .variations td:last-child {
	padding-right: 0;
}

.single-product div.product .third-column .variations td .thwvsf-wrapper-ul li {
	width: 100%;
	border: 2px solid #d9d9d9;
	color: #d9d9d9;
	box-shadow: none;
}

.single-product div.product .third-column .variations td .thwvsf-wrapper-ul li:hover,
.single-product div.product .third-column .variations td .thwvsf-wrapper-ul li.thwvsf-selected {
	box-shadow: none;
	border: 2px solid #1d1d1d;
	color: #1d1d1d;
}

.single-product div.product .third-column .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 1em;
}

.single-product div.product .third-column .single_variation_wrap .quantity {
	position: relative;
	max-width: 173px;
}

.single-product div.product .third-column .single_variation_wrap .quantity label {
	top: 6px;
	left: 10px;
	height: auto;
	width: auto;
	color: black;
	clip: auto;
	overflow: auto;
	clip-path: initial;
	text-transform: uppercase;
}

.single-product div.product .third-column .single_variation_wrap .quantity .qty {
	border: 2px solid #1d1d1d;
	color: #1d1d1d;
	text-align: right;
	padding: 2px 20px;
	width: 100%;
}

.single-product div.product .third-column .single_variation_wrap .quantity .quantity-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.single-product div.product .third-column .single_variation_wrap .quantity .quantity-nav button {
	background: transparent;
	border: none;
	padding: 0.4em 1em 0.3em;
}

.single-product div.product .third-column .single_variation_wrap .single_add_to_cart_button {
	background-color: #f6be00;
	width: fit-content;
	padding: 11px 17px;
	margin-top: 27px;
	font-weight: 600;
	font-size: 25px;
	line-height: 25px;
	border: none;
}

.single-product div.product .description {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.single-product div.product .description .column-1 {
	width: 55%;
}

.single-product .wt-related-products h2 {
	border-bottom: 1px solid #1d1d1d;
	padding-bottom: 9px;
	font-size: 35px;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Cart
 */
.shop_table {
	border-collapse: separate;
}

.shop_table th,
.shop_table td {
	padding: 0.857em 0.587em;
	max-width: 100%;
	text-transform: uppercase;
}

.shop_table td {
	border-top: 1px solid #d9d9d9;
}

.shop_table td a {
	text-decoration: underline;
}

.shop_table td a:hover {
	color: #1d1d1d;
}

.shop_table td .variation dt {
	float: left;
	clear: both;
	margin-right: 0.25em;
	display: inline-block;
	list-style: none outside;
}

.shop_table td .variation dd {
	margin-bottom: 0;
}

.shop_table td .variation dd p {
	margin-bottom: 0;
	margin-top: 0;
}

.shop_table td.actions .coupon {
	float: left;
}

.shop_table td.actions .coupon input {
	padding: 9px;
	margin-top: 0.5rem;
	width: auto;
}

.shop_table td.actions > button {
	float: right;
}

.cart_totals {
	float: right;
	width: 47.25%;
	margin-bottom: 50px;
}

.cart_totals h2 {
	margin-top: 0;
}

.cart_totals table {
	border: 1px solid #1d1d1d;
}

.cart_totals table tr th,
.cart_totals table tr td {
	border-top: 1px solid #d9d9d9;
	padding: 15px 12px;
	width: 50%;
}

.cart_totals table tr:first-child th,
.cart_totals table tr:first-child td {
	border-top: none;
}

.cart_totals .ppc-button-wrapper {
	margin-top: 50px;
}

/**
 * Checkout
 */
.page-finalizar-compra h3 {
	font-weight: 500;
}

.page-finalizar-compra .woocommerce-info {
	background-color: transparent;
	color: #1d1d1d;
	font-weight: 600;
	text-align: left;
}

.page-finalizar-compra .woocommerce-info a {
	color: #1d1d1d;
	font-weight: 400;
}

.page-finalizar-compra .woocommerce-info a:hover {
	color: #1d1d1d;
}

.page-finalizar-compra .checkout_coupon {
	padding: 20px;
	float: left;
	width: 100%;
}

.page-finalizar-compra .checkout_coupon .form-row-last {
	float: left;
	margin-left: 30px;
}

.page-finalizar-compra .checkout_coupon .button {
	margin-top: 0;
}

.page-finalizar-compra .col2-set {
	width: 100%;
}

.page-finalizar-compra .col2-set::before {
	content: " ";
	display: table;
}

.page-finalizar-compra .col2-set::after {
	content: " ";
	clear: both;
}

.page-finalizar-compra .col2-set .col-1 {
	float: left;
	width: 48%;
}

.page-finalizar-compra .col2-set .col-2 {
	float: right;
	width: 48%;
}

.page-finalizar-compra #order_review_heading {
	margin-top: 5rem;
	font-weight: 500;
	font-size: 35px;
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	float: left;
	width: 100%;
}

.page-finalizar-compra .shop_table tr {
	border-spacing: 0;
}

.page-finalizar-compra .shop_table th {
	text-align: left;
}

.page-finalizar-compra .shop_table tfoot th {
	border-top: 1px solid #d9d9d9;
}

.page-finalizar-compra #payment {
	border: 1px solid #000 !important;
	background: #fff !important;
	border-radius: 0 !important;
}

.page-finalizar-compra #payment ul {
	text-align: left;
	padding: 1em;
	margin: 0;
	list-style: none outside;
}

.page-finalizar-compra #payment ul li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}

.page-finalizar-compra #payment ul li input {
	margin: 0 1em 0 0;
}

.page-finalizar-compra #payment ul li .payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151;
}

.page-finalizar-compra #payment ul li .payment_box::before {
	content: "";
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -0.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

.page-finalizar-compra #payment .place-order {
	padding: 1em;
	text-align: right;
}

.page-finalizar-compra #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	text-align: left;
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

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

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #1d1d1d;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #1d1d1d;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #1d1d1d;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row {
	padding: 3px;
	margin: 0 0 6px;
}

.form-row.form-row-first,
.form-row.form-row-wide {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.form-row.form-row-first {
	width: 47%;
}

.form-row.form-row-last {
	float: right;
	width: 47%;
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.select2-container {
	margin-top: 0.9rem;
	margin-bottom: 0.5rem;
	line-height: 2em;
	width: 100%;
}

.select2-container .select2-selection {
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	border-color: #ddd #333 #333 #ddd;
	background-color: rgba(255, 255, 255, 0);
	padding-bottom: 2.5rem;
	font-weight: 500;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
	padding: 20px;
	color: #fff;
	text-align: center;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
	color: #fff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #1d1d1d;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #1d1d1d;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/**
 * WooCommerce Account
 */
.woocommerce-account .entry-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 29.57143em) {

	.woocommerce-account .entry-content {
		width: 100%;
	}
}

@media screen and (min-width: 64em) {

	.woocommerce-account .entry-content .col2-set {
		display: flex;
		justify-content: space-between;
	}
}

.woocommerce-account .entry-content .col2-set#customer_login {
	padding-top: 120px;
}

.woocommerce-account .entry-content .col2-set#customer_login h2 {
	margin-top: 0;
}

.woocommerce-account .entry-content .col2-set#customer_login p {
	font-size: 1.28571em;
}

.woocommerce-account .entry-content .col2-set#customer_login .col-1 {
	max-width: 460px;
}

@media screen and (max-width: 64em) {

	.woocommerce-account .entry-content .col2-set#customer_login .col-1 {
		max-width: 100%;
		width: 100%;
	}
}

.woocommerce-account .entry-content .col2-set#customer_login .no-account {
	display: flex;
	justify-content: space-between;
	margin-top: 17px;
	margin-bottom: 346px;
}

.woocommerce-account .entry-content .col2-set#customer_login .woocommerce-LostPassword {
	text-align: right;
	margin-bottom: 17px;
}

.woocommerce-account .entry-content .col2-set .col-1,
.woocommerce-account .entry-content .col2-set .col-2 {
	width: 48%;
}

@media screen and (max-width: 64em) {

	.woocommerce-account .entry-content .col2-set .col-1,
	.woocommerce-account .entry-content .col2-set .col-2 {
		max-width: 100%;
		width: 100%;
	}
}

.woocommerce-account .entry-content .col2-set .col-1 form,
.woocommerce-account .entry-content .col2-set .col-2 form {
	padding: 20px;
	text-align: left;
	border-radius: 5px;
}

.woocommerce-account .entry-content .col2-set .col-1 form a:hover,
.woocommerce-account .entry-content .col2-set .col-2 form a:hover {
	color: #1d1d1d;
}

.woocommerce-account .entry-content .col2-set .col-1 form button,
.woocommerce-account .entry-content .col2-set .col-2 form button {
	width: 100%;
}

.woocommerce-account .entry-content .woocommerce {
	padding-top: 30px;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-navigation {
	display: none;
}

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

.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-message.woocommerce-info {
	background-color: transparent;
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button {
	float: right;
	font-size: 16px;
	margin-top: -11px;
	line-height: initial;
	cursor: pointer;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content p.woocommerce-info {
	background-color: transparent;
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td {
	border-top: 1px solid #1d1d1d;
}

@media screen and (max-width: 29.57143em) {

	.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td {
		text-align: center;
		border-top: none;
	}

	.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td:first-child {
		border-top: 1px solid #1d1d1d;
	}
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td strong {
	font-size: 1.28571em;
	font-weight: 600;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td a {
	text-decoration: none;
	font-size: 1.28571em;
	padding: 11px;
	margin-right: 10px;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td a:last-child {
	margin-right: 0;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td a.button {
	background-color: #1d1d1d;
	color: #f6be00;
	font-size: 1.28571em;
	font-weight: 400;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td.woocommerce-orders-table__cell-order-number a {
	font-size: 1em;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td.woocommerce-orders-table__cell-order-actions {
	text-align: right;
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td.woocommerce-orders-table__cell-order-actions a {
	padding: 10px 20px;
}

@media screen and (max-width: 29.57143em) {

	.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td.woocommerce-orders-table__cell-order-actions a {
		margin-top: 14px;
		width: 100%;
		display: inline-block;
	}
}

@media screen and (max-width: 29.57143em) {

	.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td.woocommerce-orders-table__cell-order-actions {
		text-align: center;
	}
}

.woocommerce-account .entry-content .woocommerce-MyAccount-content .shop_table td::before {
	content: "";
}

.woocommerce-account label {
	display: block;
}

.woocommerce-account fieldset {
	border: none;
	padding: 3px;
	margin-left: 0;
	margin-right: 0;
}

.woocommerce-account a:hover {
	color: #1d1d1d;
}

.woocommerce-account .wc-address-book-add-new-address a {
	font-size: 1.14286em;
}

.password-input {
	position: relative;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 100%;
	background: transparent;
	border: none;
	max-width: 31px;
	padding: 0;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "";
	text-decoration: none;
	background-color: #f6be00;
	-webkit-mask: url("./images/show_password.svg") no-repeat center;
	mask: url("./images/show_password.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 31px;
	display: flex;
	height: 100%;
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
	color: #585858;
}
