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

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

.account-sidebar__user {
	align-items: center;
	padding: 12px 18px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #01455E;
	/*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 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	font-size: 0;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.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: 16px;
}

/* 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: #01455E;
	font-size: 12px;
}

.account-section .btn--primary,
.account-section .btn--primary:hover,
.account-section .btn--primary:focus {
	color: #fff;
	outline: none;
	background-color: #01455E;
	width:auto;
	font-size: 12px;
}

/*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;
}

  .welcome-banner {
    padding: 30px 0;
  }
  
  .welcome-banner h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  
  .welcome-banner h5 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
  }
  
  .welcome-banner a {
    text-decoration: underline !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.2px;
    color: #000000;
  }
  
  .service-content {
    margin-top: 100px;
  }
  .account-sidebar__menu--active {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #01455E;
  }
  .account-sidebar__menu--active:hover{
     background: #01455E;
  }
  .account-sidebar__menu--active span{
    color: #fff;
  }
  
  .recent-orders {
    padding-top: 50px;
  }
  
  .recent-orders h5,.address-book h5{
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin: 45px 0;
  }
  
  @media screen and (min-width: 769px) and (max-width: 1025px) {
     .recent-orders h5,.address-book h5{
       margin: 48px 0;
     }
  }
  .ntp-order-history ,.address-book-inner{
    width: 100%;
    background: #F5F5F5;
    text-align: center;
    min-height: 200px;
  }
  .ntp-order-history .account-section{
    padding: 50px 10px;
  }
  .ntp-order-history .account-section .text--upper {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1.5px;
    margin: 0;
  }
  .ntp-order-history .account-section .is-text-center ,.address-book p{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 20px 0;
  }
  /*.continue-shopping {*/
  /*  padding-top: 15px;*/
  /*}*/
  .continue-shopping a {
    font-weight: 700;
    font-size: 16px;
    color: #01455E;
  }
  .address-book-inner {
    text-align: center;
    vertical-align: middle;
    height: 100%;
  }
  
    
  .ntp_active {
    background: #F5F5F5;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
 .ntp-is--flex {
    display: flex;
  }
  
  .ntp-order--block {
     background: #f5f5f5;
     padding: 27px 39px 28px 34.96px;
     margin-bottom: 28px;
  }
  
  .ntp-order--block h4{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding-bottom: 30px;
    margin: 0;
  }
  @media(max-width: 769px) {
    .row {
      width: 100%;
      margin: 0;
    }
  }
  
    .ntp-account input ,  .ntp-account select{
    height: 37px;
    border-radius: 0px;
    /*min-width: 140px;*/
    border: 1px solid #ced4da;
    font-size: 14px;
    color: #757575;
    padding: 9px 13px;
    line-height: 15px;
  }
  .ntp-account label{
    font-size: 16px;
    font-weight: 600;
  }
  .ntp-update--details {
    background-color: #01455E !important;
    border-radius: 0;
  }
  .button_update--details {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .texxxt {
    font-size: 14px;
    font-weight: 400;
    color: #01455E;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .texxxt input {
    opacity: 1;
    width: 22px;
    height: 22px;
    position: unset;
    margin-right: 14px;
    
  }
    .button_update--details button {
    min-width: 285px;
  }
  @media (min-width: 769px) {
  .ntp-update--account {
    padding: 33px 47px;
    background-color: #f5f5f5;
  }
  .ntp-account select {
    min-width: 140px;
    margin-right: 20px;
  }

  }
   .cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cb-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .cb-checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .cb-checkmark {
  background-color: #01455e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .cb-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .cb-checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.linkFaq a{
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline !important;
}

.width--100 {
  width: 100%;
}
@media(min-width: 769px){
  .width-md--30 {
    width: 30%;
  }
  .width-md--70 {
    width: 70%;
  }
  .pdl-50 {
    padding-left: 50px;
  }
  .account-right .order-detail--popup {
    left: 45px !important;
  }
  .site-content .category-index .category-breadcrumb-wrapper .breadcrumb-ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 769px) {
  .ntp-account select{
    min-width: 140px;
  }
   .site-content .category-index .category-breadcrumb-wrapper .breadcrumb-ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .ntp-order-history .account-section .is-text-center, .address-book p {
    font-size: 14px;
  }
  .recent-orders h5, .address-book h5 {
    font-size: 20px;
  }
  .ntp-account label {
    font-size: 14px;
  }
  .account-section .btn--primary, .account-section .btn--primary:hover, .account-section .btn--primary:focus,.button_update--details button {
    font-size: 14px;
  }
  .track-order,.view-order,.address-block .address-title,.update-preferences{
    font-size: 14px !important;
  }
  .ntp-order--block {
    padding: 20px;
  }
   .ntp-account select {
    min-width: unset;
    margin-right: 20px;
  }
   .site-content .category-index .category-breadcrumb-wrapper .breadcrumb-ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}