.gr-giao-hang-toan-quoc, #reviews, .tool-left {
	display: none;
}
.block-desc {
	border: none;
}

.tool-left, .gr-giao-hang-toan-quoc, #reviews {
	display: none;
}

article {
	border: none;
}

.form-checkout > * {
	width: calc(50% - 25px);
}

.form-checkout .submit {
	width: 100%;
}

.form-checkout img {
	margin: 0 !important;
}

.right-item {
	width: 90px;
}

.gh-item .remove-item {
	left: 79px;
}

.left-item {
	width: calc(100% - 105px);
}

.submit-form {
	margin: 0 auto;
}

.gio-hang-content .submit-form {
	display: none;
}

.form-checkout h3 {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/* .lock-edit input, .lock-edit select {
	pointer-events: none;
	color: red !important;
	border: 1px solid red !important;
}

.lock-edit .remove-item, .lock-edit .quantity {
	display: none !important;
}

.lock-edit .right-item {
	margin: 0;
}

.lock-edit .left-item {
	width: calc(100% - 90px);
} */


.list-menthod > li {
	list-style: none;
	display: flex;
	cursor: pointer;
	margin: 6px 0px;
}

.list-menthod > li::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #8a8a8a;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	align-self: center;
}

.list-menthod .active::before {
	background: #6774bf;
}

.list-menthod > div {
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 10px 10px;
	border-radius: 3px;
	min-height: 84px;
	/* margin-bottom: 10px; */
}