.alta-autor-access-notice {
	align-items: center;
	background: #164f73;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	font-size: 14px;
	flex-wrap: wrap;
	gap: 10px 16px;
	justify-content: space-between;
	line-height: 1.4;
	margin-bottom: 18px;
	min-height: 52px;
	padding: 10px 14px 10px 50px;
}

.alta-autor-access-notice::before {
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.alta-autor-access-notice__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: auto;
}

.alta-autor-access-notice__actions .button {
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	min-height: 34px;
	min-width: 104px;
	padding: 10px 16px;
}

.woocommerce-message {
	align-items: center;
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	line-height: 1.4;
	margin-bottom: 18px;
	min-height: 52px;
	padding: 10px 14px 10px 50px;
}

.woocommerce-message::before {
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce-message .button {
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
	margin-left: auto;
	min-height: 34px;
	order: 2;
	padding: 10px 16px;
}

.alta-autor-register-anchor {
	display: block;
	position: relative;
	top: -24px;
	visibility: hidden;
}

@media (max-width: 600px) {
	.alta-autor-access-notice,
	.woocommerce-message {
		align-items: stretch;
		padding: 12px 14px 12px 44px;
	}

	.alta-autor-access-notice__actions {
		margin-left: 0;
		width: 100%;
	}

	.alta-autor-access-notice__actions .button {
		flex: 1 1 auto;
		text-align: center;
	}

	.woocommerce-message {
		display: block;
	}

	.woocommerce-message .button {
		display: block;
		float: none;
		margin: 10px 0 0;
		text-align: center;
		width: 100%;
	}
}
.alta-autor-discount-row th,
.alta-autor-discount-row td,
.alta-autor-discount-row .amount {
	color: #b42318 !important;
}

.alta-autor-discount-row th,
.alta-autor-discount-row td {
	font-size: 0.92em;
	font-weight: 600;
	line-height: 1.4;
}

.alta-autor-discount-row td {
	text-align: right;
}

.woocommerce-checkout-review-order-table .alta-autor-discount-row td {
	text-align: left;
}

.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}

.woocommerce-checkout-review-order-table tr {
	display: grid !important;
	grid-template-columns: minmax(0, 75%) minmax(0, 25%);
	width: 100%;
}

.woocommerce-checkout-review-order-table tr > th,
.woocommerce-checkout-review-order-table tr > td {
	box-sizing: border-box;
	display: block !important;
	max-width: none !important;
	width: auto !important;
}

.woocommerce-checkout-review-order-table .product-name {
	overflow-wrap: break-word;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout-review-order-table .alta-autor-discount-row td {
	white-space: nowrap;
}

.woocommerce-checkout-review-order-table tr.shipping,
.cart_totals .shop_table tr.shipping {
	align-items: start;
	display: grid !important;
	gap: 12px;
	grid-template-columns: minmax(90px, 25%) minmax(0, 1fr);
	width: 100%;
}

.woocommerce-checkout-review-order-table tr.shipping > th,
.cart_totals .shop_table tr.shipping > th {
	box-sizing: border-box;
	display: block !important;
	grid-column: 1;
	max-width: none !important;
	text-align: left;
	vertical-align: top;
	width: auto !important;
}

.woocommerce-checkout-review-order-table tr.shipping > td,
.cart_totals .shop_table tr.shipping > td {
	box-sizing: border-box;
	display: block !important;
	grid-column: 2;
	max-width: none !important;
	text-align: left;
	vertical-align: top;
	width: auto !important;
}

.woocommerce-checkout-review-order-table #shipping_method,
.cart_totals #shipping_method {
	margin: 0;
	padding: 0;
	width: 100% !important;
}

.woocommerce-checkout-review-order-table #shipping_method li,
.cart_totals #shipping_method li {
	align-items: start;
	box-sizing: border-box;
	display: grid !important;
	gap: 6px 8px;
	grid-template-columns: 18px minmax(0, 1fr) !important;
	margin: 0 0 14px;
	text-align: left;
	width: 100% !important;
}

.woocommerce-checkout-review-order-table #shipping_method li:last-child,
.cart_totals #shipping_method li:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table #shipping_method li input,
.cart_totals #shipping_method li input {
	grid-column: 1;
	grid-row: 1;
	margin: 5px 0 0;
}

.woocommerce-checkout-review-order-table #shipping_method li label,
.cart_totals #shipping_method li label {
	display: block !important;
	grid-column: 2 !important;
	grid-row: 1;
	line-height: 1.45;
	margin: 0;
	width: 100% !important;
}

.woocommerce-checkout-review-order-table #shipping_method li > p,
.woocommerce-checkout-review-order-table #shipping_method li > small,
.cart_totals #shipping_method li > p,
.cart_totals #shipping_method li > small {
	grid-column: 2 !important;
	grid-row: 2;
	line-height: 1.4;
	margin: 2px 0 0 !important;
	width: auto !important;
}

.woocommerce-checkout-review-order-table #shipping_method li > p small,
.cart_totals #shipping_method li > p small {
	display: block;
	line-height: inherit;
	width: auto !important;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-destination,
.cart_totals .woocommerce-shipping-destination,
.cart_totals .woocommerce-shipping-calculator {
	box-sizing: border-box;
	margin-left: 26px;
	max-width: none;
	width: calc(100% - 26px) !important;
}

.cart_totals .shipping-calculator-form,
.cart_totals .shipping-calculator-form .form-row,
.cart_totals .shipping-calculator-form input,
.cart_totals .shipping-calculator-form select,
.cart_totals .shipping-calculator-form .select2-container {
	box-sizing: border-box;
	float: none;
	max-width: none;
	width: 100% !important;
}

.cart_totals .shipping-calculator-form .button {
	min-width: 150px;
}

@media (max-width: 480px) {
	.cart_totals .shipping-calculator-form .button {
		width: 100%;
	}
}