/* .payment_box, */
#payment_method_cod,
.woocommerce-form-coupon-toggle,
.delivery_address .review_order_total,
.woocommerce-privacy-policy-text {
	display: none !important;
}

#order_comments_field label {
	margin-bottom: 10px;
	display: block;
}

.checkout_shipping textarea {
	min-height: 189px;
	border-radius: 20px;
	padding: 10px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	resize: none;
}

.fabfw-select-address-container .form-row label.radio {
	border: none;
	padding: 0px 0px 0px 25px !important;
	width: 100%;
	display: block;
}

.fabfw-select-address-container .form-row label span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #636363;
	opacity: 0.8 !important;
}

.fabfw-select-address-container .form-row label,
.ship-to-different-address .checkbox {
	position: relative;
}

#ship-to-different-address-checkbox {
	position: relative;
}

#ship-to-different-address-checkbox:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #D1D1D1;
	padding: 11px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	position: absolute;
	left: 0px;
}

#ship-to-different-address-checkbox:checked:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 6px;
	height: 12px;
	border: solid #00B3AC;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#ship-to-different-address-checkbox:checked:before {
	background: #000;
}

.fabfw-select-address-container .form-row input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	width: 10px;
	height: 19px;
	border: solid #636363;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.fabfw-select-address-container .form-row label span strong {
	font-weight: 400;
}

.fabfw-select-address-container .form-row label span a {
	margin-top: 5px !important;
	color: #1D1D1F !important;
	font-size: 14px !important;
	text-decoration: underline;
	line-height: 14px;
	font-weight: 500;
}

.fabfw-select-address-container .form-row label {
	margin-bottom: 15px;
}

.woocommerce-billing-fields .fabfw-select-address-container {
	margin-bottom: 20px;
	border-radius: 15px;
}

/* ------------------------------------------------- */

.checkout_partition {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px;
}

.customer_details {
	width: 65%;
	padding: 50px;
	background: #ffffff;
	border-radius: 20px;
}

/* .customer_details span {
	display: block;
} */

/* .customer_details h3 {
	font-size: 28px;
} */

#ship-to-different-address {
	color: #1d1d1f;
	text-align: left;
	font-family: "HisenseSansAlfabet-Light", sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 42px;
}

#ship-to-different-address label {
	display: flex;
	align-items: center;
	gap: 14px;
}

#ship-to-different-address label span {
	padding-left: 25px;
	font-family: Hisense Sans Alfabet;
	font-weight: 400;
}

#ship-to-different-address input {
	background: #ffffff;
	border-style: solid;
	border-color: transparent;
	border-width: 0px;
	width: 0px;
	height: 24px;
	border-radius: 0px;
}

.woocommerce-checkout #payment {
	background-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0px;
	padding-bottom: 15px;
}

.woocommerce-checkout-payment {
	margin-top: 30px;

}

.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row {
	margin-bottom: 10px;
}

.woocommerce-shipping-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row label {
	display: block;
	margin-bottom: 7px;
}

.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-shipping-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row select,
.woocommerce-shipping-fields__field-wrapper .form-row select {
	font-family: "Hisense Sans Alfabet", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}

.wpcf7-not-valid-tip {
	font-size: 13px;
}

.woocommerce-checkout-payment>h4 {
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1D1D1F;
}

.your-order-col {
	--radius: 30px;
	width: calc(35% - 40px);
	padding: 50px 40px;
	background: #ffffff;
	-webkit-border-radius: var(--radius);
	-moz-border-radius: var(--radius);
	border-radius: var(--radius);
}

.your-order-col h3 {
	line-height: 1;
	font-size: 26px;
	display: block;
	font-weight: bold;
	padding-bottom: 35px;
	text-transform: uppercase;
}

.review_order_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.review_order_item:not(:first-child) {
	margin-top: 12px;
}

.review_order_image {
	width: 63px;
	height: 63px;
	align-content: center;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	border-radius: 6px;
}

.review_order_content {
	padding: 0 0 0 10px;
	width: calc(100% - 63px);
}

.rtl .review_order_content {
	padding: 0 10px 0 0;
}

.review_order_content ul {
	--width: 130px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

.review_order_content li:last-child {
	width: var(--width);
	text-align: right;
}

.review_order_content li:first-child {
	padding-right: 15px;
	width: calc(100% - var(--width));
}

.review_order_content li .variation {
	display: flex;
	flex-wrap: wrap;
}

.review_order_content h6,
.review_order_content li .variation p {
	color: #1D1D1F;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}

.review_order_content h6 a:hover {
	color: var(--color-primary-hover);
}

.review_order_content li .amount {
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	line-height: 1;
}

.review_order_content li .amount .woocommerce-Price-currencySymbol {
	font-size: 17px;
}

.review_order_subtotal {
	margin: 40px 0 15px 0;
}

.review_order_subtotal,
.woocommerce-shipping-totals,
.cart_subtotal.shipping,
.cart_subtotal.installation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	padding-bottom: 13px;
	border-bottom: 1px solid #e5e5e5;
}

.cart_subtotal.shipping {
	margin-bottom: 13px;
}

.cart_subtotal.installation {
	border-bottom: 0px;
}

.shipping_outside_notice {
	margin-top: 15px;
}

.review_order_subtotal :last-child,
.woocommerce-shipping-totals :last-child,
.cart_subtotal.shipping :last-child,
.cart_subtotal.installation :last-child {
	text-align: right;
}

.review_order_subtotal .amount,
.cart_subtotal.shipping .amount,
.cart_subtotal.installation .amount {
	font-size: 18px;
}

.review_order_subtotal .amount .woocommerce-Price-currencySymbol,
.cart_subtotal.shipping .amount .woocommerce-Price-currencySymbol,
.cart_subtotal.installation .amount .woocommerce-Price-currencySymbol {
	font-size: 15px;
}

.review_order_subtotal .text,
.cart_subtotal .label-txt {
	color: #1D1D1FB2;
	font-size: 18px;
	font-weight: 400;
}

.review_order_total {
	margin-top: 40px;
	background: #E5FCFA;
	padding: 25px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}



.review_order_total>* {
	width: 48%;
}

/* .review_order_total.review_order_total_new_sec * {
	width: unset !important;
} */



.review_order_total .amount {
	margin: 5px 0 10px 0;
	/* font-size: 25px; */
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}

.review_order_total>* {
	display: block;
}

.review_order_total strong {
	margin: 7px 0;
	text-align: right;
}

.place_order_button {
	margin-top: 38px;
	border: none;
	width: 100%;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	font-family: Hisense Sans Alfabet;
}

.wc_payment_method label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 33px;
}

.wc_payment_method label img {
	margin-top: -5px;
}

.wc_payment_method input {
	display: none;
}

.wc_payment_method label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #D1D1D1;
	padding: 11px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 4px;
}

.wc_payment_method input:checked+label:before {
	background: #000;
}

.wc_payment_method input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 9px;
	width: 6px;
	height: 12px;
	border: solid #00B3AC;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.woocommerce-additional-fields {
	margin-top: 30px;
}


/* ------------------------------------------------- */

.woocommerce-billing-fields h3 {
	color: #000000;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.review_order_wrap .lable-txt {
	font-size: 14px;
	font-weight: 400;
}

.review_order_wrap .lable-txt b {
	display: block;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 5px;
}

.review_order_total strong .amount {
	font-size: 30px;
}

.review_order_total strong .amount .woocommerce-Price-currencySymbol {
	font-size: 23px;
}

.rtl .fabfw-select-address-container .form-row label.radio {
	padding: 0px 25px 0px 0px !important;
}

.rtl .fabfw-select-address-container .form-row input:checked+label:after {
	left: unset !important;
	right: 0 !important;
}

@media (max-width: 1500px) {
	.customer_details {
		padding: 40px;
	}

	.woocommerce-billing-fields h3,
	.woocommerce-checkout-payment>h4,
	.your-order-col h3 {
		font-size: 24px;
	}

	.your-order-col {
		padding: 40px 30px;
	}

	.checkout_partition {
		gap: 30px;
	}

	.your-order-col {
		width: calc(35% - 30px)
	}

	.review_order_total {
		padding: 20px;
	}

	.review_order_total strong .amount {
		font-size: 26px;
	}

	.review_order_total strong .amount .woocommerce-Price-currencySymbol {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.customer_details {
		width: 100%;
	}

	.your-order-col {
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 820px) {

	.woocommerce-billing-fields h3,
	.woocommerce-checkout-payment>h4,
	.your-order-col h3 {
		font-size: 22px;
	}

	.review_order_content li .amount {
		font-size: 18px;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100% !important;
	}

	.review_order_content ul {
		--width: 90px;
	}

	.review_order_content li:last-child small {
		width: 100%;
		display: block;
	}
}

@media (max-width: 640px) {

	.woocommerce-billing-fields h3,
	.woocommerce-checkout-payment>h4,
	.your-order-col h3 {
		font-size: 20px;
	}

	.woocommerce-billing-fields h3 {
		margin-bottom: 30px;
	}

	.review_order_total strong .amount {
		font-size: 18px;
	}

	.review_order_total strong .amount .woocommerce-Price-currencySymbol {
		font-size: 16px;
	}

	.customer_details,
	.your-order-col {
		padding: 30px 20px;
	}

	.wc_payment_method label {
		flex-wrap: wrap;
		row-gap: 15px;
	}
}

.checkout_shipping {
	margin-top: 25px;
}

.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #f0f0f0;
	padding: 20px;
}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f0f0f0;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.container-pay {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: max-content;
}


.container-pay input {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: none;
	text-align: center;
	margin: 0 !important;
}

.container-pay input {
	width: 45px;
	font-size: 12px;
}

.container-pay input.card-number-field {
	width: 140px !important;
	text-align: left;
}

.container-pay input.expiry-month-field,
.container-pay input.expiry-year-field {
	width: 25px;
	padding: 0 2px;
}





#ship-to-different-address-checkbox:before,
.wc_payment_method label:before {
	top: -2px;
}

#ship-to-different-address-checkbox:checked:after {
	top: 3px;
}

.wc_payment_method input:checked+label:after {
	top: 14px;
}


.rtl #ship-to-different-address {
	padding-right: 30px;
}

.rtl .container-pay input.card-number-field {
	text-align: right;
}

.rtl .review_order_subtotal :last-child,
.rtl .woocommerce-shipping-totals :last-child,
.rtl .cart_subtotal.shipping :last-child,
.rtl .cart_subtotal.installation :last-child {
	text-align: left !important;
}