.account-form {
  max-width:500px;
  padding:16px;
  background:#ddd;
  margin:auto;
}
.form-item{
  margin:15px 0px;
}



.wrapper {
	max-width: 1200px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.wrapper>.container {
	width: 100%;
}

.account-area--content {
	display: flex;
}

@media screen and (max-width: 798px) {
	.footer-navigation+span {
		position: absolute;
		right: 0;
	}

	.account-area--content {
		flex-direction: column;
	}

	.account-area--left,
	.account-area--right {
		max-width: 100% !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.category-right {
		padding-left: 0px !important;
		width: 100%;
	}
}

.account-area--left {
	flex: 1 1 20%;
	width: 20%;
	max-width: 267px;
}

.is-text-center {
	text-align: center !important;
}

.title-account {
	margin-bottom: 5px;
	display: block;
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px #eee solid;
	color: #aaa;
	font-size: 14px;
	font-weight: 400px;
}

.adn_account_mn.active {
	background: #eee none repeat scroll 0 0;
	border-color: #c4996b;
	border-image: none;
	border-style: solid;
	border-width: 0 0 0 3px;
}

li {
	list-style: none;
}

.adn_account_mn i {
	padding-left: 10px;
}

.adn_account_mn span a {
	margin-left: 10px;
	font-weight: 400;
	color: #3f4140;
	text-decoration: none;
}

.account-area--right {
	flex: 1 1 80%;
	width: 80%;
	max-width: 1069px;
	border: 1px solid #ddd;
	border-bottom: none;
	margin-left: 15px;
}

.account-area--table {
	border-top: 10px solid #ddd;
}

table#history-order {
	border-collapse: collapse;
}

table#history-order tr th {
	border-bottom: 1px solid #ddd;
	height: 60px;
	text-align: center;
}

.mgb-10 {
	margin-top: 20px;
	font-size: 20px;
}

.mgb-15 h4 {
	font-size: 20px;
}

.two-col {
	display: flex;
}

@media screen and (max-width: 420px) {
	.two-col {
		flex-direction: column !important;
		padding: 0 !important;
	}

}

.input-form.mgr-15 {
	width: 100%;
	margin-right: 15px;
}

.mg-auto {
	margin: 0 auto;
}

.input-form-container {
	padding-bottom: 20px;
}

.address-form input {
	width: -webkit-fill-available;
	padding: 7px 12px;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.address-form input:hover {
	box-shadow: inset 0 -1.8em 1em 0 rgb(0 0 0 / 0%);
}

.address-form input:focus {
	outline: none;
	box-shadow: 0 0 5px #ccc !important;
}

button.default_btn {
	height: 33px;
	padding: 4px 12px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 5px;
}

a.default_btn {
	height: 33px;
	padding: 6px 12px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 5px;
	text-decoration: none;
}

.adn_account_item {
	padding: 10px;
	border-top: 10px solid #ddd;
}

.logo-pancake {
	text-align: end;
	margin-top: 3px;
	font-size: 13px;
}

.logo-pancake img {
	width: 100px;
	height: 30px;
}

.logo-pancake span a {
	position: relative;
	top: -2px;
}

/*phan trang*/

#pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination {
	margin: 0;
}

#pagination .page-link {
	color: #444;
	border: 1px solid #444;
}

.pagination .select {
	background: #444;
	color: #fff !important;
	border: 1px solid #444;
}

#pagination .page-item .page-link:hover {
	background: #444;
	color: #fff;
	border: 1px solid #444;
}

.page-link:focus {
	box-shadow: none !important;
}

li.page-item {
	margin: 0 2px;
}

#pagination .page-item:first-child .page-link,
#pagination .page-item:last-child .page-link {
	border-radius: 0;
}
.main-picture img{
  width: 100%;
  
}
.navbar_brand img{
  width: 52px;
}
.navbar-brand img{
  width: 52px;
}
.h-img-sec8{
  width: 100%;
  aspect-ratio: 67/26;
  object-fit: cover;
}
.bg-img_one img{
  border-radius: 50%;
}