
.form-row-grid .input-text:read-only,
.form-row .input-text:read-only {
	background: #f6f6f6;
}

.optional {
	display: none;
}

#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
	padding: 0;
	border-bottom: none;
	background-color: #fff;
}

#order_review .shop_table tfoot tr th {
	border-left: none;
}

#order_review .shop_table tfoot tr td {
	text-align: right;
	border-right: none;
}

#order_review .shop_table tfoot tr:not(.shipping) td {
	padding-left: 0;
}

#order_review .shop_table tfoot tr:first-child th,
#order_review .shop_table tfoot tr:first-child td {
	border-top: none;
}

#order_review .shop_table tfoot tr:last-child th,
#order_review .shop_table tfoot tr:last-child td {
	border-bottom: none;
}

#order_review .shop_table tfoot .order-total,
#order_review .shop_table tfoot .order-total {
	font-size: 18px;
}

#order_review .shop_table tfoot tr.order-total td strong {
	font-weight: inherit;
}

#order_review .shop_table tfoot tr.shipping td {
	text-align: left;
	border-left: none;
	padding-bottom: 20px;
	padding-top: 30px;
}

#order_review .shop_table tfoot tr.shipping .nm-shipping-th-title {
	margin-bottom: 0;
	padding-bottom: 13px;
	font-size: 24px;
}

#order_review #shipping_method {
	border: 1px solid #e1e1e1;
}

#order_review #shipping_method li {
	line-height: 1.6;
	padding: 15px 19px;
	border-bottom: 1px solid #eee;
}

#order_review #shipping_method li {
	line-height: 1.6;
	padding: 15px 19px;
	border-bottom: 1px solid #eee;
}

#billing_email_field .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
}

#billing_email_field .woocommerce-input-wrapper a {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 10px;
}

#billing_email_field .woocommerce-input-wrapper a span svg {
	width: 20px;
	height: 20px;
	fill: black;
}

.create-account .question-icon {
	
	background: #fafafa;
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.create-account .question-icon:hover {
	cursor: pointer;
	background: #f1f1f1;
}

.create-account .question-description {
	display: block;
	background: #fafafa;
	padding: 1rem;
	border-radius: 3px;
	margin-top: 1rem;
}

.header-order {
	display: grid;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 36px;
	grid-template-areas:
    "headline coupon back";
	row-gap: 1rem;
	grid-template-columns: 1fr 30px 30px;
	column-gap: 1rem;
}

.header-order svg {
	width: 20px;
	height: 20px;
	fill: black;
}

.header-order .order-review-heading {
	grid-area: headline;
	padding: 0;
}

#order_review_heading {
	padding: 0;
}

.header-order .apply-coupon,
.header-order .back-to-cart {
	display: flex;
	align-items: center;
	justify-content: center;
}


.header-order .back-to-cart {
	grid-area: back;
}


.header-order .back-to-cart a span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-order .back-to-cart a:hover svg {
	fill: #DC9814;
}

.header-order .apply-coupon button {
	background: transparent;
	border: none;
	padding: 8px;
}

.header-order .apply-coupon button svg {
	width: 30px;
	height: 30px;
}

.header-order .apply-coupon button:hover {
	cursor: pointer;
	color: #DC9814;
}

.header-order .apply-coupon button:hover svg {
	fill: #DC9814;
}

.header-order .apply-coupon-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}


.header-order .nm-coupon {
	display: none;
}

.header-order #nm-coupon-code {
	width: 100%;
	margin-top: 15px;
}

.header-order .nm-coupon .button {
	font-size: inherit;
	width: 100%;
	margin: 10px 0 7px;
}

.wc-block-components-notice-banner a, .wc-block-components-notice-banner .button, .nm-shop-notice a {
	display: block;
}

/* Form: Validation */
.form-row-grid.woocommerce-invalid .input-text,
.form-row-grid.woocommerce-invalid select {
	border-bottom-color: #f27362;
}

/*.nm-validation-inline-notices .form-row-grid.woocommerce-invalid-required-field:after {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #f27362;
	padding-top: 5px;
	content: "Required field.";
	position: absolute;
	bottom: -20px;
	
}*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
	padding: 2px;
}


.wc-edostavka-method-additional-info {
	background-color: transparent !important;
	
}