
.wc-block-components-quantity-selector {
	border-radius: 4px;
	box-sizing: content-box;
	display: flex;
	margin: 0 0 .25em;
	position: relative;
	width: 107px;
}

.wc-block-components-quantity-selector:after {
	border: 1px solid hsla(0, 0%, 7%, .11);
	border-radius: 4px;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.has-dark-controls .wc-block-components-quantity-selector:after {
	border-color: hsla(0, 0%, 100%, .4);
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	appearance: textfield;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: currentColor;
	flex: 1 1 auto;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	min-width: 40px;
	order: 2;
	padding: .4em 0;
	text-align: center;
	vertical-align: middle;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	box-shadow: inset 0 0 1px 1px currentColor;
	outline: none;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
	opacity: .6;
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	background: none transparent;
	border: 0;
	box-shadow: none;
	color: currentColor;
	cursor: pointer;
	font-size: .9em;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	min-width: 30px;
	opacity: .6;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow: inset 0 0 1px 1px currentColor;
	outline: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	opacity: 1;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	box-shadow: none;
	cursor: default;
	opacity: .6;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
	border-radius: 4px 0 0 4px;
	order: 1;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
	border-radius: 0 4px 4px 0;
	order: 3;
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	background: none transparent;
}

.wc-block-components-product-price--align-left {
	display: block;
	text-align: left;
}

.wc-block-components-product-price--align-center {
	display: block;
	text-align: center;
}

.wc-block-components-product-price--align-right {
	display: block;
	text-align: right;
}

.wc-block-components-product-price {
	display: block;
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
	margin-bottom: 12px;
}

.wc-block-components-product-price ins {
	text-decoration: none;
}

.wc-block-components-product-price .woocommerce-Price-amount {
	white-space: nowrap;
}

.wc-block-components-product-price__value.is-discounted {
	margin-left: .5em;
}

.is-loading .wc-block-components-product-price:before {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 5em;
	z-index: 1;
}

.is-loading .wc-block-components-product-price:before>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-price:before:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-price:before {
		animation: none;
	}
}

.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wc-block-components-product-badge {
	border: 1px solid;
	border-radius: 4px;
	display: inline-block;
	font-size: .75em;
	font-weight: 600;
	padding: 0 .66em;
	text-transform: uppercase;
	white-space: nowrap;
}

.wc-block-components-product-details.wc-block-components-product-details {
	list-style: none;
	margin: .5em 0;
	padding: 0;
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
	margin-bottom: 0;
}

.wc-block-components-product-details.wc-block-components-product-details li {
	margin-left: 0;
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
	display: inline-block;
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
	font-weight: 700;
}

.wc-block-components-product-metadata {
	font-size: .75em;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
	margin: .25em 0;
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
	background: none !important;
	border: 0;
	margin: 0;
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
	width: 100%;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: .75em;
	text-transform: uppercase;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
	width: 100px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
	visibility: hidden;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
	text-align: right;
	width: 100px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
	font-weight: 700;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
	margin-bottom: 12px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	margin: 0;
	width: 100%;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
	line-height: 1.2;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-size: .75em;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	background: transparent;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	display: block;
	line-height: 1.4;
	max-width: max-content;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	font-size: 1em;
	line-height: 1.8;
	text-align: right;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
	opacity: .5;
	pointer-events: none;
	transition: opacity .2s ease;
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
	margin: 0;
	padding: 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
	display: none;
}

.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row, .is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
	border-bottom: 1px solid hsla(0, 0%, 7%, .11);
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
	display: grid;
	grid-template-columns: 80px 132px;
	padding: 16px 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
	grid-column-start: 1;
	grid-row-start: 1;
	padding-right: 16px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
	grid-column-end: 4;
	grid-column-start: 2;
	grid-row-start: 1;
	justify-self: stretch;
	padding: 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
	align-self: end;
	grid-column-start: 1;
	grid-row-start: 2;
	padding-right: 16px;
	padding-top: 0;
	vertical-align: bottom;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	grid-row-start: 1;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
	display: inline-block;
}

.is-large.wc-block-cart {
	margin-bottom: 3em;
}

.is-large.wc-block-cart .wc-block-cart-items {
	border-bottom: 1px solid hsla(0, 0%, 7%, .11);
	border-spacing: 0;
}

.is-large.wc-block-cart .wc-block-cart-items th {
	padding: 8px 16px 8px 0;
	white-space: nowrap;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	border-top: 1px solid hsla(0, 0%, 7%, .11);
	padding: 24px 0 24px 16px;
	vertical-align: top;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 16px;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 16px;
}

.is-large.wc-block-cart.has-dark-controls .wc-block-cart-items {
	border-color: hsla(0, 0%, 100%, .4);
}

.is-large.wc-block-cart.has-dark-controls .wc-block-cart-items th {
	color: #fff;
}

.is-large.wc-block-cart.has-dark-controls .wc-block-cart-items td {
	border-color: hsla(0, 0%, 100%, .4);
}

.wc-block-components-payment-method-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 14px;
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	display: inline-block;
	height: 24px;
	margin: 0 4px 2px;
	max-height: 24px;
	max-width: 38px;
	padding: 0;
	width: auto;
}

.wc-block-components-payment-method-icons--align-left {
	justify-content: flex-start;
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
	margin-left: 0;
	margin-right: 8px;
}

.wc-block-components-payment-method-icons--align-right {
	justify-content: flex-end;
}

.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
	margin-left: 8px;
	margin-right: 0;
}

.wc-block-components-payment-method-icons:last-child {
	margin-bottom: 0;
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
	height: 16px;
}

.wc-block-components-button:not(.is-link) {
	align-items: center;
	display: inline-flex;
	height: auto;
	justify-content: center;
	position: relative;
	text-align: center;
	transition: box-shadow .1s linear;
}

.wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 2px #0675c4;
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
	outline: 3px solid transparent;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	text-wrap: balance;
	text-wrap: pretty;
	display: block;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
	fill: currentColor;
}

.wc-block-components-button:not(.is-link).text {
	color: #1e1e1e;
}

.wc-block-components-button:not(.is-link).text:hover {
	opacity: .9;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
	opacity: .5;
}

.wc-block-components-button:not(.is-link).outlined {
	background: transparent;
	color: currentColor;
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
	box-shadow: inset 0 0 0 1px currentColor;
}

.wc-block-components-button:not(.is-link).outlined:active, .wc-block-components-button:not(.is-link).outlined:disabled, .wc-block-components-button:not(.is-link).outlined:focus, .wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff;
}

.wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff;
	opacity: 1;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	min-height: 3em;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 2px #0675c4;
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
	outline: 3px solid transparent;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
	color: #1e1e1e;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
	opacity: .9;
}

:root {
	--drawer-width: 480px;
	--neg-drawer-width: calc(var(--drawer-width) * -1);
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes slidein {
	0% {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(max(-100%, var(--neg-drawer-width)));
	}
}

@keyframes rtlslidein {
	0% {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(min(100%, var(--drawer-width)));
	}
}

.wc-block-components-drawer__screen-overlay {
	background-color: rgba(95, 95, 95, .35);
	bottom: 0;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .3s;
	z-index: 9999;
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
	transition: opacity .3s;
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
	animation-duration: .3s;
	animation-name: fadein;
}

.wc-block-components-drawer__screen-overlay--is-hidden {
	opacity: 0;
	pointer-events: none;
}

.wc-block-components-drawer {
	background: #fff;
	display: block;
	height: 100%;
	left: 100%;
	max-width: 100%;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(max(-100%, var(--neg-drawer-width)));
	width: var(--drawer-width);
}

.wc-block-components-drawer:after {
	border-style: solid;
	border-width: 0 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.rtl .wc-block-components-drawer {
	transform: translateX(min(100%, var(--drawer-width)));
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
	transition: transform .3s;
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
	animation-duration: .3s;
	animation-name: slidein;
}

.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
	animation-name: rtlslidein;
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
	transform: translateX(0);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-drawer, .wc-block-components-drawer__screen-overlay {
		animation-name: none !important;
		transition: none !important;
	}
}

.wc-block-components-button.wc-block-components-drawer__close {
	background: transparent !important;
	border: 0;
	border-radius: 0;
	color: inherit !important;
	margin: -1em;
	opacity: .6;
	padding: 0;
	padding: 1em !important;
	position: absolute !important;
	right: 12px;
	top: 12px;
	vertical-align: baseline;
	z-index: 2;
}

.wc-block-components-button.wc-block-components-drawer__close:active, .wc-block-components-button.wc-block-components-drawer__close:focus, .wc-block-components-button.wc-block-components-drawer__close:hover {
	opacity: 1;
}

.wc-block-components-button.wc-block-components-drawer__close:focus:not(:focus-visible) {
	box-shadow: none;
	outline: none;
}

.wc-block-components-button.wc-block-components-drawer__close svg {
	fill: currentColor;
	display: block;
}

.wc-block-components-drawer__content {
	height: 100dvh;
	position: relative;
}

.admin-bar .wc-block-components-drawer__content {
	height: calc(100dvh - 46px);
	margin-top: 46px;
}

@media only screen and (min-width:783px) {
	.admin-bar .wc-block-components-drawer__content {
		height: calc(100dvh - 32px);
		margin-top: 32px;
	}
}
