.custom_lock {
	position: relative;
}

.custom_lock::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
	z-index: 100;
}

.custom_lock::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 100px;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiICBoZWlnaHQ9IjIwMHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcmlwcGxlIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjYuMTM4NDciIGZpbGw9Im5vbmUiIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5jMX19IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgc3Ryb2tlPSIjMzM3YWI3IiBzdHJva2Utd2lkdGg9IjIiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMDs0MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgYmVnaW49Ii0wLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIGNhbGNNb2RlPSJzcGxpbmUiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGtleVNwbGluZXM9IjAuMiAwIDAuOCAxIiBiZWdpbj0iLTAuNXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMjguMzk3NSIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmMyfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBzdHJva2U9IiM1YmMwZGUiIHN0cm9rZS13aWR0aD0iMiI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjEiIGtleVNwbGluZXM9IjAgMC4yIDAuOCAxIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgY2FsY01vZGU9InNwbGluZSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMSIga2V5U3BsaW5lcz0iMC4yIDAgMC44IDEiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);
	z-index: 101;

}

#custom-cart,
#custom-login,
#custom-customer,
#custom-shipping,
#custom-payment,
#custom-comment,
#custom-module,
#custom-total,
#custom-control {
	font-family: inherit;
	color: #5a5e60;
}

#custom-cart,
#custom-login,
#custom-customer,
#custom-shipping,
#custom-payment,
#custom-comment,
#custom-module {
	margin-bottom: 20px;
}

#custom-login .panel,
#custom-customer .panel,
#custom-shipping .panel,
#custom-payment .panel,
#custom-comment .panel {
	border: 1px solid rgba(28, 32, 33, .12);
	border-radius: 6px;
	box-shadow: none;
	background: #fff;
	overflow: hidden;
}

#custom-shipping {
	position: relative;
	z-index: 30;
}

#custom-shipping .panel,
#custom-shipping .panel-body {
	overflow: visible;
}

#custom-payment {
	position: relative;
	z-index: 10;
}

#custom-login .panel-heading,
#custom-customer .panel-heading,
#custom-shipping .panel-heading,
#custom-payment .panel-heading,
#custom-comment .panel-heading {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(28, 32, 33, .1);
	background: #fff;
	color: #1c2021;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

#custom-login .panel-body,
#custom-customer .panel-body,
#custom-shipping .panel-body,
#custom-payment .panel-body,
#custom-comment .panel-body {
	padding: 18px;
}

#custom-customer .form-group,
#custom-shipping .form-group,
#custom-comment .form-group {
	margin-bottom: 14px;
}

#custom-customer .form-group:last-child,
#custom-shipping .form-group:last-child,
#custom-comment .form-group:last-child {
	margin-bottom: 0;
}

#custom-customer .control-label,
#custom-shipping .control-label,
#custom-comment .control-label {
	margin-bottom: 6px;
	color: #1c2021;
	font-weight: 600;
}

#custom-customer .form-control,
#custom-shipping .form-control,
#custom-comment .form-control,
#custom-login .form-control {
	min-height: 42px;
	border-color: rgba(28, 32, 33, .16);
	border-radius: 4px;
	box-shadow: none;
	color: #1c2021;
}

#custom-customer .form-control:focus,
#custom-shipping .form-control:focus,
#custom-comment .form-control:focus,
#custom-login .form-control:focus {
	border-color: #3e499e;
	box-shadow: 0 0 0 2px rgba(62, 73, 158, .12);
}

#custom-login .radio,
#custom-payment .radio,
#custom-shipping .radio,
#custom-customer .radio,
#custom-customer .checkbox,
#custom-shipping .checkbox,
#custom-comment .checkbox {
	margin: 0 0 8px;
}

#custom-login .radio label,
#custom-payment .radio label,
#custom-shipping .radio label,
#custom-customer .radio label,
#custom-customer .checkbox label,
#custom-shipping .checkbox label,
#custom-comment .checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 11px 12px;
	border: 1px solid rgba(28, 32, 33, .12);
	border-radius: 5px;
	background: #fff;
	color: #5a5e60;
	font-weight: 500;
	line-height: 1.35;
}

#custom-login .radio input,
#custom-payment .radio input,
#custom-shipping .radio input,
#custom-customer .radio input,
#custom-customer .checkbox input,
#custom-shipping .checkbox input,
#custom-comment .checkbox input {
	position: static;
	margin: 2px 0 0;
	flex: 0 0 auto;
}

#custom-login .radio label:hover,
#custom-payment .radio label:hover,
#custom-shipping .radio label:hover,
#custom-customer .radio label:hover,
#custom-customer .checkbox label:hover,
#custom-shipping .checkbox label:hover,
#custom-comment .checkbox label:hover {
	border-color: rgba(62, 73, 158, .35);
	color: #1c2021;
}

#custom-login .radio label:has(input:checked),
#custom-payment .radio label:has(input:checked),
#custom-shipping .radio label:has(input:checked),
#custom-customer .radio label:has(input:checked),
#custom-customer .checkbox label:has(input:checked),
#custom-shipping .checkbox label:has(input:checked),
#custom-comment .checkbox label:has(input:checked) {
	border-color: #3e499e;
	background: rgba(62, 73, 158, .04);
	color: #1c2021;
}

#custom-cart .table-responsive,
#custom-total {
	border: 1px solid rgba(28, 32, 33, .12);
	border-radius: 6px;
	background: #fff;
}

#custom-cart table,
#custom-total table {
	margin-bottom: 0 !important;
	border: 0;
	background: #fff;
}

#custom-cart table > thead > tr > th,
#custom-cart table > tbody > tr > td,
#custom-cart table > tfoot > tr > td,
#custom-total table > tbody > tr > td {
	padding: 13px 14px;
	border-color: rgba(28, 32, 33, .1);
	vertical-align: middle;
}

#custom-cart table > thead > tr > th {
	color: #1c2021;
	font-weight: 700;
	background: rgba(28, 32, 33, .03);
}

#custom-total table > tbody > tr > td:first-child {
	color: #1c2021;
}

#custom-total table > tbody > tr:last-child > td {
	font-size: 16px;
	font-weight: 700;
	background: rgba(62, 73, 158, .04);
}

#custom-control {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid rgba(28, 32, 33, .12);
	border-radius: 6px;
	background: #fff;
}

#custom-control.buttons {
	display: block !important;
	width: 100%;
}

#custom-control .pull-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}

#custom-control > .pull-right {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
}

#custom-control br {
	display: none;
}

#custom-control label {
	margin: 0;
	color: #5a5e60;
	font-weight: 500;
}

#custom-control .custom-agree {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
	text-align: left;
	line-height: 1.4;
}

#custom-control .custom-agree input {
	position: static;
	margin: 3px 0 0;
	flex: 0 0 auto;
}

#custom-control .custom-agree span {
	flex: 1 1 auto;
}

#custom-control .btn-primary {
	width: auto !important;
	min-width: 190px;
}

.text-danger {
	margin-top: 6px;
	font-size: 13px;
}

@media (max-width: 767px) {
	#custom-cart .table-responsive,
	#custom-total {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	#custom-cart table {
		min-width: 680px;
	}

	#custom-total table {
		min-width: 320px;
	}

	#custom-login .panel-heading,
	#custom-customer .panel-heading,
	#custom-shipping .panel-heading,
	#custom-payment .panel-heading,
	#custom-comment .panel-heading,
	#custom-login .panel-body,
	#custom-customer .panel-body,
	#custom-shipping .panel-body,
	#custom-payment .panel-body,
	#custom-comment .panel-body,
	#custom-control {
		padding: 14px;
	}

	#custom-control .pull-right {
		align-items: stretch;
	}

	#custom-control .btn-primary {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	#custom-total {
		position: sticky;
		top: 96px;
		z-index: 20;
	}
}
