/*===============================================
=                    COLORS                     =
===============================================*/
:root {
	--grey: #f5f5f5;
	--greyAccent: #c7c7c7;
	--greyText: #818181;
	--black: #000000;
}

/*===============================================
=               STYLING - CART                  =
===============================================*/
.woocommerce-cart .woocommerce,
.woocommerce-cart main .woocommerce {
	max-width: 1360px;
	margin: 0 auto;
	container: wpnordic-checkout / inline-size;
}

.woocommerce-cart main > h1 {
	display: none;
}

.woocommerce a.button:focus {
	box-shadow: none !important;
}
.woocommerce .woocommerce-notices-wrapper a.button {
	border-style: solid;
	background-color: var(--black);
	border: none;
}
.woocommerce .woocommerce-notices-wrapper a.button:hover {
	background-color: var(--black);
	border: none;
}
.wp-nordic-woocommerce-cart {
	display: grid;
	grid-template-columns: calc(100% - 610px) 520px;
	grid-template-rows: auto auto;
	grid-row-gap: 40px;
	width: 100%;

	margin-top: 20px;
	grid-column-gap: 90px;
}
.woocommerce-cart .woocommerce .wp-nordic-back-to-shop,
.woocommerce-checkout .woocommerce .wp-nordic-back-to-shop {
	font-size: 14px;
}

.wp-nordic-woocommerce-cart .woocommerce-cart-form h1 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}

.wp-nordic-woocommerce-cart .woocommerce-cart-form h1 br {
	display: none;
}

.wp-nordic-woocommerce-cart .woocommerce-cart-form .woocommcerce-actions-btns .update-cart-btn {
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	min-width: 130px;
	padding: 9px 35px;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
	border: none !important;
	background-color: #ebe9eb;
	color: var(--black);
}
.wp-nordic-woocommerce-cart .woocommerce-cart-form .woocommcerce-actions-btns .update-cart-btn:disabled[disabled] {
	padding: 9px 35px;
	background-color: #ebe9eb;
	color: var(--black);
}

.wp-nordic-woocommerce-cart .woocommerce-cart-form h1 .items-counter {
	font-size: 20px;
	opacity: 50%;
	text-transform: lowercase;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.wocommerce .cart-collaterals .calculate-shipping {
	background: var(--grey);
	padding: 25px 40px;
	margin-top: 62.4px;
	margin-bottom: 20px;
	border-radius: 3px;
	width: 100% !important;
	float: none !important;
	position: sticky;
	top: 62.4px;
	box-sizing: border-box;
}
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th,
.wocommerce .cart-collaterals .calculate-shipping th {
	background-color: transparent;
}

.cart-collaterals .cart_totals h2,
.cart-collaterals .calculate-shipping h2 {
	font-size: 22px;
	font-weight: 600;
}

.wp-nordic-submit-container {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cart-collaterals .cart_totals .shop_table,
.cart-collaterals .calculate-shipping .shop_table {
	box-shadow: none;
}
.cart-collaterals .cart_totals .shop_table .recurring-totals th,
.cart-collaterals .calculate-shipping .shop_table .recurring-totals th {
	font-weight: 600;
}

.cart-collaterals .cart_totals .shop_table th,
.cart-collaterals .calculate-shipping .shop_table th {
	font-size: 16px;
	font-weight: 400;
	padding-left: 0;
}
.cart-collaterals .cart_totals .shop_table td,
.cart-collaterals .calculate-shipping .shop_table td {
	padding-right: 0;
	display: flex;
	flex-direction: column;
	align-items: end;
}
.cart-collaterals .cart_totals .shop_table td ul li,
.cart-collaterals .calculate-shipping .shop_table td ul li {
	display: flex;
	flex-direction: row-reverse;
}

.cart-collaterals .cart_totals .shop_table td ul li input[type='radio'],
.cart-collaterals .calculate-shipping .shop_table td ul li input[type='radio'],
.woocommerce ul#shipping_method li input[type='radio'] {
	margin: 0 0 0 10px;
	accent-color: var(--black);
}

.cart-collaterals .cart_totals .shop_table .order-total th,
.cart-collaterals .calculate-shipping .shop_table .order-total th {
	font-weight: 600;
}
.cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination,
.cart-collaterals .calculate-shipping .shop_table .woocommerce-shipping-destination,
.cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator,
.cart-collaterals .calculate-shipping .shop_table .woocommerce-shipping-calculator {
	display: none;
}
.cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td {
	font-size: 14px;
	color: #767676;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout,
.cart-collaterals .calculate-shipping .wc-proceed-to-checkout {
	display: flex;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .button.wc-backward.back-to-shop,
.cart-collaterals .calculate-shipping .wc-proceed-to-checkout .button.wc-backward.back-to-shop {
	display: none !important;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward.wp-element-button,
.cart-collaterals .calculate-shipping .wc-proceed-to-checkout .checkout-button,
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.cart-collaterals .calculate-shipping .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	background-color: var(--black) !important;
	border-radius: 0 !important;
	font-size: 1em;
	padding: 14px;
	border: none;
	color: white;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .jupiterx-continue-shopping {
	display: none;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.cart-collaterals .calculate-shipping .wc-proceed-to-checkout .checkout-button:hover {
	background-color: var(--black);
	color: white;
}
.woocommerce-cart .col-sm-12 > .woocommerce .cart-collaterals .cart_totals table {
	box-shadow: none;
}
.woocommerce table.shop_table,
.woocommerce-cart-form .shop_table,
.woocommerce-cart-form .shop_table thead th,
.woocommerce-cart-form .shop_table thead td,
.woocommerce-cart-form .shop_table tbody th,
.woocommerce-cart-form .shop_table tbody td {
	border: none;
	border-style: none !important;
	border-collapse: collapse;
}
.woocommerce-cart-form .shop_table tr:hover {
	background-color: transparent !important;
}
.woocommerce-cart-form .shop_table thead {
	border-top: 1px solid var(--greyAccent);
}
.woocommerce-cart-form .shop_table tbody {
	border-top: 1px solid var(--greyAccent);
}

.woocommerce-cart-form .shop_table thead th {
	font-size: 14px;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 25px;
}
.woocommerce-cart-form .shop_table tbody td {
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-cart-form .shop_table tbody td .subscription-details {
	display: none;
}

.woocommerce-cart-form .shop_table tbody .product-name {
	font-weight: 600;
}
.woocommerce-cart-form .shop_table tbody .product-name a {
	color: var(--black);
}

.woocommerce-cart-form .shop_table tbody .quantity input.qty {
	width: 100% !important;
	height: fit-content !important;
	border: 1px solid var(--greyAccent) !important;
	padding: 8px 0 !important;
	padding-left: 12px !important;
	text-align: center !important;
}
.woocommerce-cart-form .shop_table tbody .quantity .qty {
	width: 100% !important;
}

.woocommerce-cart-form .shop_table tbody .quantity .qty .input-group-prepend,
.woocommerce-cart-form .shop_table tbody .quantity .qty .input-group-append {
	display: none;
}

.woocommerce-cart-form .shop_table .product-remove a.remove {
	display: block;
	text-indent: -9999999px;
	position: relative;
	border: none !important;
}
.woocommerce-cart-form .shop_table a.remove::before {
	content: '\D7';
	color: var(--black) !important;
	background-color: transparent !important;
	font-weight: 200;
	font-size: 26px;
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
	opacity: 0.8;
}
.woocommerce-cart-form .shop_table a.remove:hover {
	background-color: transparent !important;
}

.woocommerce-cart-form .shop_table a.remove:hover::before {
	opacity: 1;
}

.woocommerce-cart-form .shop_table .coupon .button.wp-element-button,
.woocommerce .coupon .button {
	background-color: var(--grey) !important;
	border-radius: 0 !important;
	color: var(--black) !important;
}

.woocommerce .wp-nordic-woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-thumbnail a img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	width: 110px;
	height: 110px;
	padding: 5px;
	object-fit: contain;
	border: 1px solid var(--greyAccent);
}
.woocommerce .wp-nordic-woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
	width: 130px;
	padding: 0;
	max-width: 130px;
	max-height: 190px;
	padding: 30px 0;
	display: block;
}
.woocommerce .wp-nordic-woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-thumbnail::before {
	content: none;
}

.woocommerce .wp-nordic-woocommerce-cart .woocommerce-cart-form .shop_table .cart_item {
	height: 130px;
	padding: 30px 0;
	border-bottom: 1px solid var(--greyAccent);
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
	display: none;
}

.woocommerce-cart .woocommerce #content table.cart td.actions .input-text,
.woocommerce-cart .woocommerce table.cart td.actions .input-text,
.woocommerce-cart #content table.cart td.actions .input-text,
.woocommerce-cart table.cart td.actions .input-text {
	width: 220px;
	padding: 8px 10px 8px 14px;
	margin-right: 15px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .coupon .button.wp-element-button {
	display: inline-block;
	margin-bottom: 0;
	color: #ffffff;
	background-color: #004643;
	min-width: 130px;
	padding: 9px 35px;
	border-radius: 25px;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
	border: none;
}

.woocommerce .woocommerce-cart-form table.shop_table th {
	background-color: transparent;
}
.woocommerce-cart-form .shop_table .product-remove {
	width: 5%;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
	width: 20%;
	padding: 9px 12px;
}
.woocommerce-cart-form .shop_table .product-name {
	width: 35%;
	padding: 9px 12px;
}
.woocommerce-cart-form .shop_table .product-price {
	width: 15%;
	padding: 9px 12px;
}
.woocommerce-cart-form .shop_table .product-price strike {
	opacity: 0.5;
	padding: 9px 12px;
}
.woocommerce-cart-form .shop_table .product-quantity {
	width: 5%;
	padding: 9px 12px;
	justify-content: center;
}
.woocommerce-cart-form .shop_table .product-subtotal {
	width: 20%;
	text-align: end;
	font-weight: 600;
	padding: 9px 12px;
}
.woocommerce-cart tbody .cart_item .product-quantity {
	display: revert;
}
.woocommerce-cart tbody .cart_item .product-quantity .quantity .minus {
	display: none;
}
.woocommerce-cart tbody .cart_item .product-quantity .quantity .plus {
	display: none;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	padding-left: 0;
	padding-right: 0;
}
/*===============================================
=             STYLING - CHECKOUT               =
===============================================*/

.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout p:empty {
	display: none !important;
}

.woocommerce-checkout .woocommerce .wp-nordic-checkout-breadcrumbs br {
	display: none !important;
}

.woocommerce-checkout .woocommerce {
	max-width: 1360px;
	margin: 0 auto;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
	background-color: var(--grey);
	color: var(--black);
	padding: 18px 30px;
	border-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
	content: none;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
	background-color: var(--grey);
	color: var(--black);
	text-decoration: none;
	font-weight: 600;
}
.woocommerce-checkout .woocommerce .checkout #order_review {
	background-color: transparent;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.woocommerce-checkout .woocommerce .checkout #order_review h3 {
	background-color: var(--grey);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}
.woocommerce-checkout .woocommerce .checkout #order_review .shop_table {
	background-color: var(--grey);
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 24px;
	margin-bottom: 0;
}
.woocommerce-checkout .woocommerce .checkout #order_review #payment {
	background-color: transparent;
	border-radius: 0;
}
.woocommerce-checkout .woocommerce .checkout .shop_table thead th {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-checkout .woocommerce table.shop_table td {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-checkout .woocommerce table.shop_table tr {
	border-bottom: 1px solid var(--greyAccent);
}
.woocommerce-checkout .woocommerce table.shop_table .cart_item {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.woocommerce-checkout .woocommerce table.shop_table .cart_item .product-thumbnail .product-remove {
	display: flex;
	align-items: center;
	max-width: 25px;
	width: 100%;
}
.woocommerce-checkout .woocommerce table.shop_table .cart_item .product-thumbnail .product-remove a.remove {
	font-weight: 500;
	color: black !important;
}
.woocommerce-checkout .woocommerce table.shop_table .cart_item .product-thumbnail .product-remove a.remove:hover {
	font-weight: 600;
	background: transparent;
}
.woocommerce-checkout .woocommerce table.shop_table td.product-total {
	text-align: end;
}
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-message {
	border-top-color: var(--black);
	background-color: var(--grey);
}
.woocommerce-checkout .woocommerce table.shop_table th.product-name,
.woocommerce-checkout .woocommerce table.shop_table th.product-total {
	display: none;
}

.woocommerce-checkout .woocommerce table.shop_table thead {
	border-bottom: 1px solid var(--greyAccent);
}
.woocommerce-checkout .woocommerce table.shop_table tfoot tr {
	vertical-align: top;
	display: flex;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
	border: none;
	width: 50%;
	font-weight: 500;
	padding-left: 0;
	background-color: transparent;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot .order-total th {
	font-weight: 700;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot .order-total td {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot .woocommerce-shipping-totals th {
	width: fit-content;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot .woocommerce-shipping-totals td {
	width: 100%;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
	width: 50%;
	text-align: end;
	font-weight: 500;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot .shipping td ul li {
	display: flex;
	flex-direction: row-reverse;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot .shipping td ul li label {
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout {
	display: grid !important;
	grid-template-columns: calc(60% - 40px) 40%;
	grid-template-rows: auto auto;
	grid-column-gap: 40px;
}
.woocommerce-checkout .woocommerce-checkout::before {
	content: none;
}
.woocommerce-checkout .woocommerce-checkout::after {
	content: none;
}
.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) {
	display: grid;
	grid-template-columns: calc(60% - 40px) 40%;
	grid-template-rows: auto auto;
	grid-column-gap: 40px;
}
.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) .woocommerce-NoticeGroup {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}
.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) .col2-set {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) .woocommerce-checkout-review-order {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.woocommerce-checkout .woocommerce .shop_table .cart_item .product-name {
	font-weight: 600;
}
.woocommerce-checkout .woocommerce .shop_table .cart_item .product-name .wp-nordic-qty {
	display: flex;
	font-size: 14px;
	font-weight: 400;
}
.woocommerce-checkout .woocommerce .shop_table .cart_item .product-name .wp-nordic-qty strong {
	font-weight: 400;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business span.woocommerce-input-wrapper{
	display: flex;
  align-items: center;
	gap: 5px;
	margin: 20px 0;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label[for="billing_user_type_private"] {
  margin-right: 25px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label[for="billing_user_type_private"],
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label[for="billing_user_type_company"] {
  margin-bottom: 0;
}

/* .woocommerce-checkout .woocommerce .woocommerce-billing-fields label[for="billing_user_type_private"], */
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label[for="billing_user_type_private"] .required,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label[for="billing_user_type_company"] .required {
  display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business input[name="billing_user_type"]:focus {
	outline: none;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business input {
	cursor: pointer;
	accent-color: var(--black);
  margin:0;
}



.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-pivate-business label {
	font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .wp-nordic-cvr-field label .optional,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields #billing_company_field label .optional {
	font-size: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody .cart_item .product-name {
	width: 70%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody .cart_item .product-thumbnail {
	display: flex;
}
.woocommerce-checkout
	.woocommerce
	.woocommerce-checkout-review-order-table
	tbody
	.cart_item
	.product-thumbnail
	.product-thumbnail-img {
	width: 42px;
	height: 42px;
	margin-right: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	display: flex;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot .order-total {
	display: flex;
	width: 100%;
}

.woocommerce-checkout .woocommerce .checkout #order_review tfoot ul li:has(div) {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.woocommerce-checkout .woocommerce .checkout #order_review tfoot ul li:has(div) label {
	order: 2;
}
.woocommerce-checkout .woocommerce .checkout #order_review tfoot ul li:has(div) input {
	order: 1;
}
.woocommerce-checkout .woocommerce .checkout #order_review tfoot ul li:has(div) div {
	order: 3;
	width: 100%;
}

.woocommerce-checkout .woocommerce .checkout #order_review span.woocommerce-Price-amount.amount {
	margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	margin: 5px 0;
	border-bottom: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
	display: flex;
	background-color: var(--grey);
	padding: 10px 40px;
	margin: 5px 0;
	align-items: center;
}
.woocommerce-checkout #payment ul.payment_methods li::before,
.woocommerce-checkout #payment ul.payment_methods li::after {
	content: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
	display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	accent-color: var(--black);
}
.woocommerce-checkout #payment ul.payment_methods li li {
	padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: fit-content;
	background-color: transparent !important;
	padding: 0;
}

.woocommerce-checkout .woocommerce #payment .wc_payment_methods .payment_method_reepay_mobilepay .reepay-logos,
.woocommerce-checkout .woocommerce #payment .wc_payment_methods .payment_method_reepay_checkout .reepay-logos {
	margin: 0;
	width: fit-content;
}
.woocommerce-checkout #payment ul.payment_methods .payment_method_reepay_mobilepay label {
	display: grid !important;
	grid-template-columns: 3fr 1fr;
}
.woocommerce-checkout #payment ul.payment_methods .payment_method_reepay_mobilepay label ul {
	width: 100% !important;
}
.woocommerce-checkout #payment ul.payment_methods .payment_method_reepay_mobilepay label ul li {
	width: 50% !important;
}

.woocommerce-checkout .woocommerce #payment #place_order {
	width: 100%;
	max-width: 100%;
	background-color: var(--black);
	font-size: 15px;
	padding: 1em;
	border-radius: 0;
	border: none;
}
.woocommerce-checkout .woocommerce #payment .jupiterx-continue-shopping {
	display: none;
}

.wp-nordic-checkout-breadcrumbs {
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
}
.wp-nordic-checkout-breadcrumbs p {
	color: var(--greyAccent);
	margin-bottom: 0;
}
.wp-nordic-checkout-breadcrumbs p .current {
	color: var(--black);
	font-weight: 600;
}

/* CHECKOUT FORM */

.woocommerce-checkout .woocommerce h3 {
	font-size: 22px;
	font-weight: 600;
  margin-block: 0;
}
.woocommerce-checkout .woocommerce #ship-to-different-address {
	font-size: 14px;
	font-weight: 400;
}
.woocommerce-checkout .woocommerce #ship-to-different-address input {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}
.woocommerce-checkout .woocommerce .col2-set {
	display: block;
	width: 100%;
}
.woocommerce-checkout .woocommerce .col2-set .col-1 {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
}

.woocommerce-checkout .woocommerce .col2-set .col-2 {
	width: 100%;
	max-width: 100%;
	margin: 0;
	/* padding-left: 3px;
  padding-right: 3px; */
}
.woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea#order_comments,
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single {
	border: 1px solid var(--greyAccent);
}
.woocommerce form .form-row-last,
.woocommerce-page form #billing_postcode_field {
	float: left;
	width: 47%;
	overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form #billing_city_field {
	float: right;
	width: 47%;
	overflow: visible;
	clear: none;
}
.woocommerce form .form-row-last,
.woocommerce-page form #billing_phone_field {
	float: left;
	width: 47%;
	overflow: visible;
}
.woocommerce form .form-row-last,
.woocommerce-page form #billing_email_field {
	float: right;
	width: 47%;
	overflow: visible;
	clear: none;
}
.woocommerce-page form #kl_newsletter_checkbox_field {
	width: 100%;
	clear: both;
}
.woocommerce-page form #kl_newsletter_checkbox_field label {
	font-weight: 400;
	font-size: 14px;
}
.woocommerce-form-login-toggle .woocommerce-info {
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: var(--greyText);
	border-top: none;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
	content: none;
}
.woocommerce-form-login-toggle .woocommerce-info a {
	color: var(--greyText);
	text-decoration: underline;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
	color: var(--black);
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper {
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#billing_user_type_field,
#billing_company_field,
#cvr_number_field,
#billing_options_field,
#billing_country_field,
#billing_state_field,
#billing_address_1_field {
	width: 100%;
}

.woocommerce-cart .woocommerce table.shop_table.cart .actions.woocommcerce-actions-btns {
	padding-block: 14px;
}

.woocommerce-terms-and-conditions-checkbox-text a {
	text-decoration: underline;
}

.woocommerce-info {
	border-top-color: var(--black);
}
/*===============================================
=                  RESPONSIV                    =
===============================================*/
@container wpnordic-checkout (width < 1200px) {
	.wp-nordic-woocommerce-cart {
		grid-template-columns: calc(100% - 560px) 470px;
	}
}

@media screen and (max-width: 1347px) {
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display: block;
		width: 100%;
	}
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals,
	.wocommerce .cart-collaterals .calculate-shipping {
		top: 0;
		margin-top: 0;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.wocommerce .cart-collaterals .calculate-shipping {
		position: relative;
		box-sizing: border-box;
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display: block;
		width: fit-content;
		float: right;
	}
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		width: fit-content;
		margin-bottom: 0;
	}
	.wp-nordic-woocommerce-cart {
		grid-template-columns: 1fr;
	}
	.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tbody .cart_item {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table tfoot .shipping {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce-checkout .woocommerce-checkout {
		display: grid;
		grid-template-columns: repeat(1, 1fr);

		grid-column-gap: 40px;
	}
	.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) {
		display: grid;
		grid-template-columns: repeat(1, 1fr);

		grid-column-gap: 40px;
	}
	.woocommerce-checkout .woocommerce .checkout #order_review {
		margin-top: 20px;
	}

	.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) .woocommerce-NoticeGroup,
	.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) .col2-set,
	.woocommerce-checkout .woocommerce-checkout:has(.woocommerce-NoticeGroup) .woocommerce-checkout-review-order {
		grid-column: unset;
		grid-row: unset;
	}

	.woocommerce-cart-form .shop_table .woocommcerce-actions-btns,
	.woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display: block;
		width: 100%;
	}
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		width: 100%;
		margin-bottom: 0px;
		justify-content: space-between;
	}
	.woocommerce-page #content table.cart td.actions .coupon::before {
		content: none;
	}
	.woocommerce-page #content table.cart td.actions .coupon::after {
		content: none;
	}
	.woocommerce .wp-nordic-woocommerce-cart .woocommerce-cart-form .shop_table .cart_item {
		height: fit-content;
	}
	.woocommerce-cart-form .shop_table tbody .product-quantity .quantity {
		text-align: right !important;
		width: 100%;
	}
	.woocommerce-cart-form .shop_table tbody .quantity .qty {
		width: fit-content;
	}
	.woocommerce-checkout .woocommerce .checkout #order_review h3 {
		padding-left: 25px;
		padding-right: 25px;
	}
	.woocommerce-checkout .woocommerce .checkout #order_review .shop_table {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 24px;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.wocommerce .cart-collaterals .calculate-shipping {
		padding: 25px;
	}
	.woocommerce-cart-form .shop_table .product-remove,
	.woocommerce-cart-form .shop_table .product-thumbnail,
	.woocommerce-cart-form .shop_table .product-name,
	.woocommerce-cart-form .shop_table .product-price,
	.woocommerce-cart-form .shop_table .product-quantity,
	.woocommerce-cart-form .shop_table .product-subtotal {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce-checkout .woocommerce-additional-fields {
		margin: 0;
	}
}

@media screen and (max-width: 480px) {
	.woocommerce-checkout #payment ul.payment_methods li {
		display: flex;
		flex-direction: row;
	}
	.woocommerce-cart .woocommerce .wp-nordic-back-to-shop {
		padding-left: 12px;
		padding-right: 12px;
	}
	.cart-collaterals .cart_totals h2,
	.cart-collaterals .calculate-shipping h2 {
		text-align: center;
		padding-left: 12px;
		padding-right: 12px;
	}
}
