.qtm-contact {
	--qtm-blue: #14429b;
	--qtm-blue-hover: #0f3480;
	margin: 20px 0;
}

.qtm-contact .qtm-contact-heading {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .01em;
	color: #333;
}

.qtm-contact-box {
	display: flex;
	flex-direction: column;
	background: var(--qtm-blue);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(20, 66, 155, .22);
}

.qtm-contact-box .qtm-contact-row {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	padding: 12px 16px;
	background: var(--qtm-blue);
	color: #fff !important;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none !important;
	transition: background .18s ease;
}

.qtm-contact-box .qtm-arrow {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid rgba(255, 255, 255, .75);
	border-right: 2px solid rgba(255, 255, 255, .75);
	transform: rotate(45deg);
	transition: transform .18s ease;
}

.qtm-contact-box .qtm-contact-row:hover .qtm-arrow {
	transform: rotate(45deg) translate(2px, -2px);
}

.qtm-contact-box .qtm-contact-row:focus-visible {
	outline: 3px solid #ffd54f;
	outline-offset: -3px;
}

.qtm-contact-box .qtm-contact-row:hover,
.qtm-contact-box .qtm-contact-row:focus {
	background: var(--qtm-blue-hover);
	color: #fff !important;
	text-decoration: none !important;
}

.qtm-contact-box .qtm-contact-row + .qtm-contact-row {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.qtm-contact-box .qtm-label {
	flex: 1 1 auto;
	min-width: 0;
	word-break: break-word;
}

.qtm-contact-box .qtm-label strong {
	font-weight: 700;
	color: #fff;
}

.qtm-contact-box .qtm-ico {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.qtm-contact-box .qtm-ico-fb {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M13.5 22v-8H16.4l.6-4H13.5V7.6c0-1.1.3-1.9 1.9-1.9H17V2.1c-.4 0-1.5-.1-2.8-.1-2.8 0-4.7 1.7-4.7 4.8V10H6.6v4h2.9v8z'/%3E%3C/svg%3E");
}

.qtm-contact-box .qtm-ico-zalo {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 3C6.9 3 2.8 6.5 2.8 10.9c0 2.5 1.4 4.8 3.5 6.2-.1.6-.5 1.9-.6 2.2-.1.4.2.4.4.3.2-.1 2.3-1.5 3.2-2.1.9.2 1.8.3 2.7.3 5.1 0 9.2-3.5 9.2-7.9S17.1 3 12 3zm-3.6 9.9H5.9c-.3 0-.5-.2-.5-.5 0-.1 0-.2.1-.3l2.2-3H6c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2.4c.3 0 .5.2.5.5 0 .1 0 .2-.1.3l-2.2 3h1.8c.3 0 .5.2.5.5s-.2.5-.5.5zm2.3-.1c0 .3-.2.5-.5.5s-.5-.2-.5-.5V8.6c0-.3.2-.5.5-.5s.5.2.5.5zm4.4 0c0 .3-.2.5-.5.5-.2 0-.4-.1-.5-.3-.4.2-.8.4-1.2.4-1.1 0-2-.9-2-2.1s.9-2.1 2-2.1c.4 0 .8.1 1.2.4.1-.2.3-.3.5-.3.3 0 .5.2.5.5zm3.4.5c-1.1 0-2.1-.9-2.1-2.1s.9-2.1 2.1-2.1c1.1 0 2.1.9 2.1 2.1s-1 2.1-2.1 2.1z'/%3E%3C/svg%3E");
}

.qtm-contact-box .qtm-ico-tel {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E");
}

.qtm-contact-box .qtm-phone-row {
	background: #ffffff;
	color: var(--qtm-blue) !important;
	font-weight: 600;
}

.qtm-contact-box .qtm-phone-row:hover,
.qtm-contact-box .qtm-phone-row:focus {
	background: #f2f5fd;
	color: var(--qtm-blue) !important;
}

.qtm-contact-box .qtm-phone-row .qtm-label strong {
	color: var(--qtm-blue);
	font-size: 1.12em;
	letter-spacing: .02em;
}

.qtm-contact-box .qtm-phone-row .qtm-arrow {
	border-color: var(--qtm-blue);
}

.qtm-contact-box .qtm-phone-row .qtm-ico-tel {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2314429b'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E");
}

.qtm-contact .qtm-seller {
	margin: 8px 0 0;
	font-size: 13px;
	color: #666;
}

.qtm-contact .qtm-seller strong {
	color: #222;
	font-weight: 600;
}

@media (max-width: 575px) {
	.qtm-contact-box .qtm-contact-row {
		padding: 12px 14px;
		font-size: 15px;
	}

	
	.qtm-contact-box .qtm-contact-row {
		min-height: 52px;
	}
}

.qtm-vendor-fields .description {
	color: #777;
	font-size: 13px;
}

.qtm-vendor-notice {
	margin: 0 0 16px;
}

.qtm-vendor-notice .qtm-note {
	margin: 0 0 8px;
	padding: 11px 14px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.5;
}

.qtm-vendor-notice .qtm-note-wait {
	background: #fff8e1;
	border-left: 4px solid #f0a400;
	color: #5c4400;
}

.qtm-vendor-notice .qtm-note-reject {
	background: #fdecea;
	border-left: 4px solid #d63638;
	color: #6b1f20;
}

.qtm-vendor-notice .qtm-note-reject em {
	color: #8a3b3c;
}

.qtm-vr-steps {
	display: flex;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.qtm-vr-step {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f4f5f7;
	color: #8a8f98;
	font-size: 13px;
	line-height: 1.3;
}

.qtm-vr-step-no {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #d6d9de;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qtm-vr-step.is-current {
	background: #e8effb;
	color: #14429b;
	font-weight: 600;
}

.qtm-vr-step.is-current .qtm-vr-step-no {
	background: #14429b;
}

.qtm-vr-step.is-done {
	background: #e9f7ee;
	color: #1b7a43;
}

.qtm-vr-step.is-done .qtm-vr-step-no {
	background: #1b7a43;
}

.qtm-vr-card {
	margin: 0 0 20px;
	padding: 16px 18px;
	border-radius: 8px;
	border-left: 4px solid #ccc;
	background: #f7f8f9;
}

.qtm-vr-card-title {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
}

.qtm-vr-card-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #555;
}

.qtm-vr-card--wait {
	background: #fff8e6;
	border-left-color: #f0a400;
}

.qtm-vr-card--wait .qtm-vr-card-title {
	color: #7a5800;
}

.qtm-vr-card--no {
	background: #fdecea;
	border-left-color: #d63638;
}

.qtm-vr-card--no .qtm-vr-card-title {
	color: #8a2224;
}

.qtm-vr-card--ok {
	background: #e9f7ee;
	border-left-color: #1b7a43;
}

.qtm-vr-card--ok .qtm-vr-card-title {

	color: #145c33;
}

.qtm-vr-heading {
	margin: 26px 0 6px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #333;
}

.qtm-vr-form .qtm-vr-heading:first-of-type {
	margin-top: 0;
}

.qtm-vr-note {
	margin: 0 0 14px;
	font-size: 13px;
	color: #666;
	line-height: 1.55;
}

.qtm-vr-hint {
	display: block;
	margin-top: 5px;
	font-size: 12.5px;
	color: #7a7f87;
	line-height: 1.5;
}

.qtm-vr-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}

.qtm-vr-form .required {
	color: #d63638;
	font-weight: 700;
}

.qtm-vr-actions {
	margin-top: 22px;
}

.qtm-vr-submit {
	min-width: 190px;
}

.qtm-vr-actions .qtm-vr-hint {
	margin-top: 8px;
}

.qtm-vr-summary dl {
	display: grid;
	grid-template-columns: minmax(120px, 200px) 1fr;
	gap: 8px 18px;
	margin: 0;
	font-size: 14px;
}

.qtm-vr-summary dt {
	color: #6b7079;
}

.qtm-vr-summary dd {
	margin: 0;
	font-weight: 600;
	color: #222;
}

@media (max-width: 767px) {
	.qtm-vr-steps {
		flex-direction: column;
		gap: 6px;
	}

	.qtm-vr-summary dl {
		grid-template-columns: 1fr;
		gap: 2px 0;
	}

	.qtm-vr-summary dd {
		margin-bottom: 10px;
	}
}

.qtm-vr-form .form-row-first {
	float: left;
	width: 48.5%;
}

.qtm-vr-form .form-row-last {
	float: right;
	width: 48.5%;
}

.qtm-vr-form .form-row-wide,
.qtm-vr-form .qtm-vr-heading,
.qtm-vr-form .qtm-vr-note,
.qtm-vr-form .qtm-vr-actions {
	clear: both;
}

.qtm-vr-form::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 575px) {
	.qtm-vr-form .form-row-first,
	.qtm-vr-form .form-row-last {
		float: none;
		width: 100%;
	}
}

.wolmart-icon-lists a[href*="/my-orders"],
.wolmart-icon-list-item[href*="/my-orders"] {
	display: none !important;
}
