@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
.custom-apple {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
	font-family: Inter !important;
}
.custom-heading {
	padding-top: 60px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	color: #FC8D4A;
	margin-bottom: 30px;
	font-family: Inter !important;
}
.custom-info > p {
	margin-bottom: 30px;
	color: #252A2B;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	font-family: Inter !important;
}
.custom-info-inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.custom-image-text {
	display: flex;
	gap: 15px;
}
.custom-image {
	flex: 0 0 100px;
}
.custom-text h4 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #252A2B;
	font-family: Inter !important;
}
.custom-text p {
	margin: 0;
	color: #252A2B;
	font-family: Inter !important;
	font-size: 14px;
}
.custom-price p {
	display: flex;
	margin-bottom: 15px;
	color: #444;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	font-family: Inter !important;
}
.custom-price {
	text-align: right;
}
.custom-back {
	text-align: right;
	margin-top: 35px;
	margin-bottom: 55px;
}
.custom-back a {
	color: #ed873d;
	text-decoration: underline;
	font-size: 16px;
	cursor: pointer;
}
.product-build-radio-item label {
	color: #1d1d1f;
	line-height: 1.23536;
	font-weight: 400;
	width: 100%;
	height: auto;
	border-radius: 12px;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	min-height: 4.88235rem;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #BEBEBE;
	background: #FFF;
	color: #999;
	font-family: Inter !important;
	font-size: 13px;
}
.product-build-radio-item+.product-build-radio-item {
	margin-top: 14px;
}
.product-build-radio-item input {
	position: absolute;
	opacity: 0;
}
.product-build-radio-item label span {
	font-weight: normal;
	white-space: nowrap;
}
.product-build-radio-item input:checked~label {
	border-color: #0071e3;
	border-width: 2px;
}
.product-buil-heading {
	margin-bottom: 15px;
}
.product-buil-heading p {
	margin-bottom: 0;
	color: #252A2B;
	font-family: Inter !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
}
.product-buil-heading a {
	text-decoration: underline;
	color: #252A2B;
	font-family: Inter !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
}
.product-build-item+.product-build-item {
	margin-top: 28px;
}
.product-build-special {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-build-special .product-build-radio-item {
	margin: 0;
	width: calc(50% - 8px);
}
.product-build-special .product-build-radio-item label {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.product-build-special .product-build-radio-item label span {
	font-weight: normal;
}
.custom-chat {
	margin-top: 35px;
	margin-bottom: 40px;
	padding: 30px 50px;
	border-radius: 13px;
	background: rgba(153, 153, 153, 0.20);
}
.custom-chat p {
	color: #252A2B;
	font-family: Inter !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	margin-bottom: 8px;
}
.custom-chat a {
	text-decoration: underline;
	color: #252A2B;
	font-family: Inter !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
}
.product-build-total-item {
	display: flex;
	justify-content: space-between;
	color: #252A2B;
	font-family: Inter !important;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
}
.product-build-total-item+.product-build-total-item {
	margin-top: 10px;
}
.product-build-total-item:first-child {
	text-transform: uppercase;
	color: #FF641A;
	font-family: Inter !important;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
}
.product-form {
	margin: 50px 0;
	background: #ffe8dc;
	padding: 55px 35px;
	border-radius: 12px;
	text-align: center;
}
.product-form-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px 0;
}
.product-form .product-form-item input {
	width: calc(50% - 5px);
}
.product-form input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #FC8D4A;
	height: 40px;
	padding: 5px 15px;
	color: #999;
	font-family: Inter !important;
	font-size: 13px;
}
.product-form .btnSubmit-modal {
	display: inline-block;
	margin-top: 30px;
	border: 0;
	min-width: 300px;
	text-transform: uppercase;
	border-radius: 13px;
	background: #FC8D4A;
	padding: 16.5px 84.2px 16.9px 83.8px;
	color: #FFF;
	text-align: center;
	font-family: Inter !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
}
.product-form h4 {
	text-transform: uppercase;
	margin-bottom: 13px;
	color: #FF641A;
	text-align: center;
	font-family: Inter !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
}
.product-form p {
	margin-bottom: 25px;
	color: #252A2B;
	text-align: center;
	font-family: Inter !important;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px;
}
.modal-tuychinhcauhinh .modal-content {
	border-radius: 18px;
}
.modal-tuychinhcauhinh .modal-content .modal-body {
	padding: 12px 16px;
	text-align: center;
}
.modal-close-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #e8e8ed;
	border-radius: 50%;
	color: #6e6e73;
	margin-bottom: 20px;
}
.modal-close-custom svg {
	height: 20px;
	width: 20px;
	color: #000;
	fill: #000;
}
.modal-close-custom button {
	opacity: 1;
	text-shadow: none;
	float: none;
	height: 20px;
}
.modal-close-custom svg * {
	stroke: #000;
}
.modal-tuychinhcauhinh .modal-content .modal-body h4 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0;
	padding-bottom: 29px;
	text-align: center;
	margin: 0;
}
.modal-tuychinhcauhinh .modal-content .modal-body p {
	margin-top: 12px;
	text-align: left;
	word-wrap: break-word;
	padding: 0 50px;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
}
.product-buid-note {
	color: #ed873d;
	padding: 10px 0px 0 0;
  font-size: 12px;
}
@media (max-width: 767px){
	.custom-heading {
		font-size: 24px;
	}
	.custom-info-inner {
		flex-wrap: wrap;
	}
	.custom-price {
		width: 100%;
		text-align: left;
	}
	.custom-chat {
		padding: 20px;
	}
	.product-form {
		padding: 30px;
	}
	.product-form .product-form-item input {
		width: 100%;
	}
	.product-form-item {
		gap: 5px;
	}
	.product-form .btnSubmit-modal {
		padding: 15px;
	}
}













