/* Checkout Page */

/* .woocommerce-billing-fields__field-wrapper .optional {
	display: none;
}

#order_review_heading {
	display: none !important;
}

.woocommerce-checkout-review-order-table {
	border: none !important;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
	display: none !important;
}

.woocommerce-checkout-review-order-table .cart_item {
	padding: 0 !important;
}

.woocommerce-checkout-review-order-table tbody {
	display: none !important;
}


.wc-order-review .consultation-info-block {
	padding-top: 10px;
}

.wc-order-review .consultation-info-block h2 {
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 21.94px !important;
	padding-bottom: 8px !important;
}

.consultation-info-block .product-price {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #131313;
}

.wc-order-review h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 31.69px;
}

.order-total {
	margin-top: 0;
}

.checkout-info_value,
.checkout-info_value,
.checkout-info_value,
.checkout-info_name strong,
.checkout-info_row strong {
	text-align: start !important;
}

#thank-you .checkout-info_value,
.checkout-info_value,
.checkout-info_value,
.checkout-info_name strong,
.checkout-info_row strong {
	text-align: end !important;
}

.woocommerce-Price-amount bdi {
	color: #000000 !important;
	line-height: 33.6px;
}

.wc-order-review .order-total th {
	color: #645D57 !important;
}

.payment_box {
  display: none !important;
}

.wc_payment_method.payment_method_paysera {
	display: flex;
	align-items: center;
	gap: 10px;
}
#payment_method_paysera {
	display: inline-block !important;
	margin: 0;
	accent-color: #0075FF;
	padding: 0;
}
.payment_method_paysera label {
	display: flex !important;
	align-items: center;
	gap: 10px;
	margin: 0;
}
.payment_method_paysera .payment_box {
	flex-basis: 100%;
}

.wc_payment_method > label:nth-child(2) > span:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}


.wc_payment_method > label:nth-child(2) > img:nth-child(2) {
	height: 22px;
	width: 91px;
	max-width: unset;
}

.woocommerce-privacy-policy-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #645D57;
}

.woocommerce-privacy-policy-text a {
	transition: color 0.3s ease-in-out;
	color: #FF6633;
}

.woocommerce-privacy-policy-text a:hover {
	color: #000000;
	text-decoration: none;
}

.woocommerce-form__label-for-checkbox {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000 !important;
	margin-top: 25px;
}

.woocommerce-form__label-for-checkbox a {
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}

.woocommerce-form__label-for-checkbox a:hover {
	color: #FF6633;
}

.woocommerce-form__label-for-checkbox .input-checkbox {
	margin-right: 8px;
}

abbr {
	display: none;
}

#place_order {
  height: 56px;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

#customer_details {
	width: 778px !important;
	flex-shrink: 0;
}

.wc-order-review {
	flex: 1;
	min-width: 300px;
	margin: 0;
}

.checkout.woocommerce-checkout {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

#customer_type_field {
	margin-bottom: 48px;
}

.woocommerce-billing-fields__field-wrapper label,
#customer_type_field {
	color: #645D57; 
}

.woocommerce-billing-fields__field-wrapper input {
	margin-bottom: 6px !important;
	background: white;
	border: 1px solid #E5E2E0;
	border-radius: 5px;
}

#customer_type_individual {
  margin-left: 32px;
}

@media (min-width: 769px) {
	.form-row#billing_company_code_field,
	.form-row#billing_vat_field,
	.form-row#billing_first_name,
	.form-row#billing_last_name_field {
		display: inline-block;
		width: calc(50% - 10px) !important;
	}
}

#billing_company_code_field {
	margin-right: 20px !important;
}

.customer-type-selector input {
    accent-color: #FF6633;
    margin-right: 16px;
}

@supports (not (-moz-appearance: none)) and (-webkit-appearance: none) {
    .customer-type-selector input {
        accent-color: initial;
        filter: hue-rotate(167deg);
    }
}

#billing_address_1_field, #billing_address_1_field {
	padding-bottom: 20px !important;
}

.select2-selection--single {
	margin-bottom: 6px !important;
	background: white !important;
}

#billing_consultation_info_field textarea {
	background: white;
	resize: none;
	height: 186px;
	padding: 16px;
}

#billing_consultation_info::placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}

#billing_consultation_info::-moz-placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}

#billing_consultation_info::-webkit-input-placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}

#billing_consultation_info:-ms-input-placeholder {
	color: #645D57 !important;
	opacity: 1 !important;
}

.woocommerce-shipping-fields {
  display: none;
}


@media (max-width: 1350px) {
	#customer_details {
	  width: unset !important;
	}

	#customer_details {
	  flex-shrink: unset;
	  flex-grow: 1;
	}

	.wc-order-review {
	  flex: min-content;
	  min-width: min-content;
	}
} */