.account-sidebar {
	border-radius: 15px;
	background-color: #f8f8f8;
}

.account-sidebar__avatar,
.account-sidebar__user {
	display: flex;
}

.account-sidebar__user {
	align-items: center;
	padding: 24px;
	line-height: 24px;
}

.account-sidebar__avatar {
	width: 85px;
	height: 40px;
	overflow: hidden;
	margin-right: 13px;
	background: #fff;
	justify-content: center;
	align-content: center;
}

.account-sidebar__avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #f8f8f8;
}

.text--bold {
	font-weight: 600;
	font-size: 14px;
}

.account-sidebar__item a {
	text-decoration: none;
	color:#000;
}

.account-sidebar__menu {
	padding: 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	font-size: 0;
	align-items: center;
}

.account-sidebar__menu:hover {
	color: #1b6db6;
	background-color: #f0f0f0;
}

.account-sidebar__menu svg {
	width: 12px;
	height: 100%;
	margin: 5px 25px 5px 11px;
}

.account-sidebar__menu .icon-wish {
  width:16px !important;
  height:18px !important;
  margin: 7px 22px 0px 7px;
}

.account-sidebar__menu span {
	font-size: .9rem;
}

/* phải */
.grid .grid__column {
	padding: 10px;
}

.account-section h4.text--upper {
	padding: 20px 0 10px;
	font-weight:400;
}

@media(max-width:425px) {
  .text--upper {
  	text-transform: uppercase;
  	font-size:18px;
  	text-align:center;
  }
}

.text--upper {
	text-transform: uppercase;
}

.grid {
	margin-right: -10px;
	margin-left: -10px;
}

.mgb--20 {
	margin-bottom: 20px;
}

.align--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.grid {
	display: flex;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	float: none;
}

.desk--four-twelfths {
	width: 33.333%;
}

.desk--seven-twelfths {
	width: 58.333%;
}

.desk--seven-twelfths input.form-control {
	background: #fff;
	height: 55px;
	outline: none;
	line-height: 55px;
	padding: 0 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	border: 1px solid #d0d0d0;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: calc(100% - 2px) 50%;
}

.form-control[disabled] {
  opacity: .5 !important;
}

.radiobox-group--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.radiobox-group--inline .radiobox {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.radiobox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 37px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn--primary {
	background-color: #fa6400;
}

.account-section .btn--primary,
.account-section .btn--primary:hover,
.account-section .btn--primary:focus {
	color: #fff;
	outline: none;
	box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
	background-color: #1b6db6;
	width:auto;
}

/*tủ đồ*/
.order-card {
	border: 2px solid #ebebeb;
	border-radius: 5px;
	margin-bottom: 20px;
}

.order-card .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 15px;
}

.order-card .list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
}

.order-card .list .item .image {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 100%;
	margin-right: 15px;
}

.order-card .list .item .image img {
	width:100%;
}

/*.order-card .list .item .title {*/
/*	font-weight: 600;*/
/*	flex: 1;*/
	/*padding-right: 15px;*/
/*}*/

.order-card .list .item .title .quantity {
	display: block;
	width: 100%;
	font-weight: 400;
	color: gray;
}

.order-card .list .item .title .size {
	display: block;
	width: 100%;
	font-weight: 400;
	margin: 0;
}

.order-card .list .item .title a {
  color:#000;
  font-weight:600;
  text-decoration: none;
}

.order-card .actions, .order-card .actions .total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.order-card .actions {
	border-top: 1px solid #ebebeb;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 10px 15px;
	background-color: #f5f5f5;
}

.order-card .actions .total {
	align-items: center;
	font-size: 14px;
	font-weight: 600;
}

.order-card .actions .total span {
	font-size: 20px;
	font-weight: 700;
	color: #1b6db6;
	margin-left: 10px;
}

.status.confirm {
  font-size: 14px;
  padding: 2px 12px;
  border-radius: 15px;
  background-color: #00a900;
  color: #fff;
}

.status.success {
  font-size: 14px;
  padding: 2px 12px;
  border-radius: 15px;
  background-color: #1b6db6;
  color: #fff;
}

.status.cancel {
  font-size: 14px;
  padding: 2px 12px;
  border-radius: 15px;
  background-color: orange;
  color: #fff;
}
.status.progresss {
  font-size: 14px;
  padding: 2px 12px;
  border-radius: 15px;
  background-color: red;
  color: #fff;
}

.text--primary {
  color: #1b6db6;
  font-weight: 600;
  font-size: 18px;
}

.order-card .header .heading span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: gray;
  font-weight: 500;
}

.justify--center {
  justify-content: center;
}

.flex {
  display: flex;
}

tbody, td, tfoot, th, thead, tr {
  padding:8px 10px;
}

.text--center {
  text-align: center;
}

.thank-box table {
  width: 100%;
  margin: 5px 0;
}

.pd--10 {
  padding: 10px;
}

.text--left {
  text-align: left;
}

/*kiểm tra đơn hàng*/
#checked_order {
  display:none;
}

p.title {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

p.block-active {
  text-align: center;
}

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

.text-center1 #search {
  width: 120px;
  height: 40px;
  border: none;
  background: #1b6db6;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

/*wish-list*/
.product-information {
  padding: 20px 0px;
}

.product-information:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.product-detail {
  display:flex;
}

.product-image {
  margin-right:15px;
  position:relative
}

.sale-percent {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  height: 30px;
  width: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product-image img {
  width:180px;
  height: auto;
}

.product-info a {
  text-decoration: none;
}

.product-right { 
  width: 100%;
}

.product-detail-delete {
  cursor: pointer;
  border: 1px solid #1b6db6;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #1b6db6;
  color: #fff;
}

/*.grid__column.nine-twelfths {*/
/*  background: #fafafa; */
/*  border-radius: 15px;*/
/*  padding: 0 20px;*/
/*}*/

@media (min-width:768px) {
  .product-right {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}

@media (max-width:767px) {
  .site-content .col-12 {
    padding: 0
  }
  
  .product-right {
    position:relative;
  }
  
  .product-detail-delete {
    position: absolute;
    bottom: 0;
  }
  
  .product-image img {
    width: 140px;
    height: auto;
  }
}

.product-title {
  font-size: 16px;
  color: #262626;
  font-weight: 500;
}

.product-box-price .min-price {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-right:10px;
}

.product-box-price .max-price {
  font-size: 14px;    
  opacity: 0.6;
  color: #000;
  font-weight: 600;
}

.accumulate-points {
    display: flex;
}

.accumulate-points svg {
    margin: 0 25px 0 5px;
    width: 18px;
}

.main-accumulate-points h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  color: #444;
}

.table-accumulate-points {
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  
  width: 260px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  
  font-size: 18px;
}

.table-accumulate-points-left {
  padding-right: 15px;
  border-right: 1px solid #ddd;
}

.table-accumulate-points-right {
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}

.error-text {
  color: red;
  font-size: 14px;
  display: none;
}

