.checkout .form-group input.form-control {
	background: #fff;
}

section.checkout textarea.form-control {
	background: #fff;
}

.radio-btn {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.inputWithIcon input {
	padding-left: 21px;
	margin-bottom: 19px;
}

/***** custom radio ***********/
.address-check .custom-radio {
	display: inline-block;
}

.address-check .custom-radio input[type="radio"] {
	display: none;
}

.address-check .custom-radio input[type="radio"] + label {
	color: #292321;
	/* font-family: Arial, sans-serif; */
	font-size: 14px;
	display: flex;
	align-items: center;
}

.address-check .radio-btn .custom-radio p {
	margin: 0;
}

.address-check .cart-address .form-group-checkbox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: none !important;
}

.address-check .custom-radio input[type="radio"] + label span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0px 9px 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: solid #ccc 1px;
}

.address-check .custom-radio input[type="radio"] + label span {
	background: url(../images/green-tick.png) no-repeat center 50px;
}

.address-check .custom-radio input[type="radio"]:checked + label span {
	background: url(https://cdn1.iconfinder.com/data/icons/user-interface-elements/154/selected-radiobutton-128.png)
		no-repeat center;
	background-size: cover;
	/* border-color: #000; */
}

.address-check .custom-radio input[type="radio"] + label span,
.address-check .custom-radio input[type="radio"]:checked + label span {
	-webkit-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}



/* Hide the default checkbox */
.checkbox-main-wrapper input[type="checkbox"] {
	display: none;
}

/* Custom checkbox container */
.checkbox-main-wrapper .custom-checkbox {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 2px solid #393939;
	border-radius: 0px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
}

/* Checkmark (hidden by default) */
.checkbox-main-wrapper .custom-checkbox::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 1px;
	width: 9px;
	height: 15px;
	border: solid #393939;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
	display: none;
}

/* Show checkmark when checkbox is checked */
.checkbox-main-wrapper
	input[type="checkbox"]:checked
	+ .custom-checkbox::after {
	display: block;
}

/* Align label text */
.checkbox-main-wrapper label {
	display: flex;
	align-items: center;
}

/* Basic styles for the plans */
.plan {
	padding: 20px;
	border: trams;
	transition: border-color 0.3s;
	cursor: pointer;
	width: 100%;
	padding: 27px;
	display: flex;
	gap: 24px;
	border-radius: 20px;
	background: #f3f3f3;
}
.address-check h4 {
	color: #211f1b;
}
/* Active state border for the selected plan */
.plan.selected {
	border-color: #084138;
	/* Change this color to your desired color */
}

label.position-wrapper-checkradio h4 {
	padding-left: 30px;
}

/* Custom radio button */
.custom-radio1 {
	position: relative;
	margin-right: 0px;
	/* right: 80px; */
	border-right: 1px solid #dbd4c3;
	padding-right: 25px;
}
.custom-radio1 input[type="radio"] {
	display: none;
	/* Hide the default radio button */
}

/* Custom radio dot */
.custom-radio1 label {
	display: block;
	width: 24px;
	height: 24px;
	border: 3px solid #1e1e1e;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
}

/* label.position-wrapper-checkradio {
position: absolute;
top: -44px;
right: 40px;
} */
.custom-radio1 input[type="radio"]:checked + label {
	border-color: #1e1e1e;
}

/* Show dot on checked */
.custom-radio1 input[type="radio"]:checked + label::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 14px;
	border-radius: 90px;
	background-color: #d1002a;
}

label.position-wrapper-checkradio h4 {
	color: #393939;
	text-transform: capitalize;
	font-size: 21px;
}

.yesno {
	display: flex;
	gap: 50px;
}

.yesno .custom-radio {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
}

.yesno .custom-radio input {
	display: none;
	/* Hide the default radio button */
}

.yesno .checkmark {
	position: absolute;
	top: 3px;
	left: -30px;
	height: 20px;
	width: 20px;
	border: 2px solid #393939;
	border-radius: 50%;
	background-color: transparent;
}

.yesno .custom-radio input:checked + .checkmark::after {
	content: "";
	position: absolute;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #393939;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.upload-btn {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.upload-wrapper {
	cursor: pointer;
	padding: 10px;
	background-color: transparent;
	border: 2px solid #084138;
	border-radius: 5px;
	transition: background-color 0.3s;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #084138;
	font-family: "ClashGrotesk-Medium";
}

.upload-wrapper:hover {
	background-color: #e0e0e0;
}

.pdf.file {
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding: 15px;
	background: #fff;
	gap: 10px;
}

.pdf.file h5#file-name {
	color: #212622;
}

.pdf.file img {
	width: 24px;
	/* Adjust icon size */
	margin-right: 10px;
}

.pdf.file h5 {
	margin: 0;
	font-size: 16px;
}

.pdf.file i {
	margin-left: auto;
	cursor: pointer;
}

.yesno h4 {
	color: #393939;
	font-size: 21px;
}

.total-wrapper {
	background: #f5f5f5;
	padding: 29px;
	margin-top: 0px;
	border-radius: 20px;
}
.total-wrapper input.form-control {
	border: 1px solid #a0a0a0;
	height: 52px;
}

.special-pallet-heading h6 {
	background: #f6ede3;
	padding: 10px 19px;
	border-radius: 50px;
	font-size: 11px;
}

.special-pallet-heading {
	display: flex;
	align-items: center;
	gap: 5px;
}

.table-total-wrapper {
	margin-top: 28px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.from-content {
	display: flex;
	align-items: center;
	gap: 11px;
	background: #e9e9e9;
	border-radius: 10px;
	padding: 5px 20px;
}
