.acctPage-MainContainer .wcmtx-grid{
	grid-template-columns: repeat(2, 1fr) !important; 
}

.acctPage-MainContainer i.fa{
	color:#ff6e00 !important;
}
.acctPage-MainContainer .wcmamtx_dashboard_link {
	background-color: #ffffff;
	height:100%;
	border-radius: 16px !important;
/*     overflow: hidden; */
}
.acctPage-MainContainer .wcmamtx_dashboard_link a {
	background-color: #ffffff;
	height:100%;
	border-radius: 16px !important;
    overflow: hidden;
}
@media (min-width: 768px) {
	.acctPage-MainContainer .wcmtx-grid{
	grid-template-columns: repeat(3, 1fr) !important; 
}
}

.wd-content-layout.content-layout-wrapper.container:has(.acctPage-Container) {
	padding:0px !important;
}

.container-large-new {
  width: 100%;
  max-width: 1290px !important;
  margin: 0 auto;
  height: 100%;
  max-height: 100%;
}
.acctPage-Container {
  /* padding: 16px 3%; */
  width: 100%;
  /* height: 100vh; */
  height: 100%;
}
a,
button {
  cursor: pointer;
}
.acctPage-recentOrderListContainer {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.acctPage-Container ul {
  list-style: none;
  list-style-type: none;
	padding:0px !important;
}
.acctPage-Container ul li {
  list-style: none;
  list-style-type: none;
/* 	padding:0px !important; */
	margin:0px !important;
}
@media (min-width: 760px) {
  .acctPage-Container {
    padding: 26px 5%;
    border-bottom: none;
    border: none;
  }
}
@media (min-width: 1020px) {
  .acctPage-Container {
    height: 100vh;
  }
}

/* acctPage-main-section */
.acctPage-main-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}
@media (min-width: 1020px) {
  .acctPage-main-section {
    grid-template-columns: max-content auto;
    gap: 10px;
    height: 100%;
    grid-template-rows: 100%;
    max-height: 100%;
  }
}

/* acctPage-main-section */
/* acctPage-mainMenuBox */

.acctPage-mainMenuBox {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 3%;
  background-color: #ffc599;
  position: relative;
  /* display: none; */
}
.acctPage-main-section:has(.acctPage_hideMainMenu) .acctPage-mainMenuBox{
	display:none;
}
.acctPage-profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.acctPage-profileImg {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 5px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #ff6e00;
}

.acctPage-profileImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.acctPage-profileName {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
ul.acctPage-menuList {
  list-style: none;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  gap: 10px;
	padding:0 !important;
}
li.acctPage-menuItem {
  width: 100%;
  height: 40px;
  min-height: 40px;
  border-radius: 100vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #fff3eb;
}
li.acctPage-menuItem.acctPage-menuItemActive {
  box-shadow: 0 0 0 2px #ff6e00;
}
li.acctPage-menuItem.acctPage-menuItemLast {
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 4px 10px;
  background-color: #fff3eb;
  gap: 6px;
  width: fit-content;
  min-height: 40px;
  height: 40px;
}
.acctPage-menuItemImg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.acctPage-menuItemImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acctPage-menuItemText {
  font-size: 14px;
  font-weight: 500;
  color: #ff6e00;
  line-height: normal;
}
li.acctPage-menuItem.acctPage-menuItemLast .acctPage-menuItemText {
  font-weight: 400;
  color: #140900;
}
.acctPage-mainMenu::-webkit-scrollbar {
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 100vw;
  width: 5px;
}

.acctPage-mainMenu::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 100vw;
  height: 50px;
}
@media (min-width: 1020px) {
  .acctPage-mainMenuBox {
    background-color: #fff3eb;
    padding: 12px;
    border-radius: 8px;
    overflow: hidden;
    gap: 40px;
    max-width: 250px;
    max-height: 100%;
	  display:flex;
  }
.acctPage-main-section:has(.acctPage_hideMainMenu) .acctPage-mainMenuBox{
	display:flex;
}
  .acctPage-profile {
    padding: 16px 20px;
    background-color: #ff6e00;
    gap: 8px;
    border-radius: 8px;
  }

  .acctPage-profileImg {
    width: 50px;
    height: 50px;
    border-radius: 4px;
  }

  .acctPage-profileName {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
  }
  .acctPage-mainMenu {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
	  padding-right:5px;
  }
  ul.acctPage-menuList {
    display: grid;
    grid-template-columns: 1fr;
  }
  li.acctPage-menuItem.acctPage-menuItemActive {
    box-shadow: none;
    background-color: #ffffff;
  }
  .acctPage-menuItemText {
    font-size: 16px;
  }
  .acctPage-menuItemImg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }

  li.acctPage-menuItem.acctPage-menuItemLast {
    position: absolute;
    top: initial;
    bottom: 12px;
    right: initial;
    left: inherit;
    padding: 4px 10px;
    background-color: #fff3eb;
    gap: 6px;
    width: 100%;
    min-height: 40px;
    height: 40px;
  }

  li.acctPage-menuItem.acctPage-menuItemLast .acctPage-menuItemText {
    font-weight: 700;
    color: #ff6e00;
  }
}

/* acctPage-mainMenuBox */

/* acctPage-MainContainer */

.acctPage-MainContainer {
  height: 100%;
  padding: 0 3%;
/* 	padding: 0 0%;  */
  width: 100%;
}
@media (min-width: 768px) {
  .acctPage-MainContainer {
    height: 100%;
    padding: 30px 30px;
    width: 100%;
/*     background-color: #fff3eb; */
    max-height: 100%;
    border-radius: 8px;
  }
	
	.acctPage-MainContainer:has(.acctPage-recentContainer.acctPage-trackContainer){
		 background-color: #fff3eb; 
	}
}
@media (min-width: 1020px) {
	.acctPage-MainContainer {
    
    background-color: #fff3eb;
    
  }
}

/* acctPage-MainContainer */

/* acctPage-MainContent */
.acctPage-MainContent {
  width: 100%;
}
/* acctPage-MainContent */

/* acctPage-recentContainer */

.acctPage-recentContainer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content auto;
  gap: 30px;
  height: 100%;
  max-height: 100%;
}

@media (min-width: 1020px) {
  .acctPage-recentOrderListContainer {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
  }
  .acctPage-recentOrderListContainer::-webkit-scrollbar {
    height: 4px;
    background-color: #e6e6e6;
    border-radius: 100vw;
    width: 5px;
  }

  .acctPage-recentOrderListContainer::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 100vw;
    height: 50px;
  }
}

.acctPage-recentHeader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
}
.acctPage-recentTitle {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: #140900;
}

button.acctPage-recentCta {
  padding: 8px 13px !important;
  width: fit-content !important;
  min-height: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 0px !important;
  border-radius: 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background-color: #ff6e00 !important;
  border: none !important;
  color: #ffffff !important;
}

/* acctPage-recentContainer */

/* acctPage-recentOrderItem */
.acctPage-recentOrderList {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: fit-content;
}

.acctPage-recentOrderItem {
  padding: 16px 16px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff3eb;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: max-content max-content;
  overflow: hidden;
}
@media (min-width: 768px) {
  .acctPage-recentOrderList {
/*     gap: 30px; */
  }
	.acctPage-trackContainer .acctPage-recentOrderList{
		 gap: 30px;
	}
  .acctPage-recentOrderItem {
    padding: 0px;
    border-radius: 0px;
  }
}

.acctPage-recProdInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.acctPage-recProdInfoImg {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}
.acctPage-recProdInfoImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acctPage-recProdInfoData {
  display: flex;
  flex-direction: column;
}
.acctPage-recProdInfoData * {
  font-size: 14px;
  line-height: normal;
}
.acctPage-recProdInfoID {
  font-weight: 700;
  color: #140900;
}
.acctPage-recProdInfoPriceCount,
.acctPage-recProdInfoCount,
.acctPage-recProdInfoDateTime {
  color: #4b5563;
}

.acctPage-recProdInfoPrice {
  font-weight: 700;
  color: #ff6e00;
}

.acctPage-recProdInfoViewBtn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acctPage-recProdInfoBtn {
  padding: 4px 10px !important;
  width: 100% !important;
  min-height: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 0px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background-color: #ff6e00 !important;
  border: none !important;
  color: #ffffff !important;
}
/* acctPage-recentOrderItem */

/* acctPage-recProdInfoAllStatus */
.acctPage-recProdInfoStatus {
  grid-column: span 2;
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 1020px) {
  .acctPage-recentOrderItem {
    /* grid-template-columns: max-content 1fr max-content; */
    /* grid-template-rows: max-content; */
    /* gap: 30px; */
    align-items: center;
  }
  .acctPage-recProdInfo {
    /* grid-column: 1 / 2; */
    /* grid-row: 1 / 2; */
  }
  .acctPage-recProdInfoStatus {
    /* grid-column: 2 / 3; */
    /* grid-row: 1 / 2; */
  }
}
@media (min-width: 1220px) {
  .acctPage-recentOrderItem {
    grid-template-columns: max-content 1fr max-content;
    grid-template-rows: max-content;
    gap: 30px;
    align-items: center;
  }
  .acctPage-recProdInfo {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .acctPage-recProdInfoStatus {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
}
.acctPage-recProdInfoAllStatus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.acctPage-recProdOrderStatus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.acctPage-recProdOrderStatus * {
  font-size: 11px;
  font-weight: 500;
  color: rgba(20, 9, 0, 0.4);
  z-index: 2;
  position: relative;
}

@media (min-width: 760px) {
  .acctPage-recProdOrderStatus * {
    font-size: 12px;
  }
}

.acctPage-recProdOrderStatus.acctPage-recProdOrderStatusDone * {
  color: #12b76a;
}
.acctPage-recProdOrderStatusDot {
  width: 10px;
  min-width: 10px;
  min-height: 10px;
  height: 10px;
  border-radius: 100%;
  flex-shrink: 0;
  color: #ffc599;
  background-color: #ffc599;
}
.acctPage-recProdOrderStatus.acctPage-recProdOrderStatusDone
  .acctPage-recProdOrderStatusDot {
  color: #12b76a;
  background-color: #12b76a;
}
.acctPage-recProdInfoStatuLine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  border-radius: 100vw;
  background-color: #ffc599;
  z-index: 0;
}



.acctPage-recProdInfoAllStatus:has(.acctPage-recProdOrderStatus.acctPage-recProdOrderStatusShipped.acctPage-recProdOrderStatusDone) .acctPage-recProdInfoStatuLine{
background: linear-gradient(90deg,rgba(18, 183, 106, 1) 50%, rgba(255, 197, 153, 1) 50%);
}
.acctPage-recProdInfoAllStatus:has(.acctPage-recProdOrderStatus.acctPage-recProdOrderStatusDelivered.acctPage-recProdOrderStatusDone) .acctPage-recProdInfoStatuLine{
	background: #12B76A;
}
.acctPage-recProdOrderStatusDot.acctPage-recProdOrderStatusDotcover {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.acctPage-recProdOrderStatus.acctPage-recProdOrderStatusCover::after {
  content: "";
  position: absolute;
  background-color: #fff3eb;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 50%;
  /* transform: translateX(-100%); */
}
.acctPage-recProdOrderStatus.acctPage-recProdOrderStatusCover.acctPage-recProdOrderStatusCover2::after {
  right: 0;
  top: 0;
  bottom: 0;
  left: initial;
  /* transform: translateX(10px); */
}
/* acctPage-recProdInfoAllStatus */

/* acctPage-ordersContainer */

.acctPage-recentContainer.acctPage-MainContent.acctPage-ordersContainer {
/*   position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.acctPage-recentHeader.acctPage-orderHeader {
  padding: 20px 3%;
  background-color: #fff3eb;
  justify-content: flex-start;
  gap: 20px;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
	z-index:10;
}

button.acctPage-recentCta.acctPage-orderCta {
  background: transparent !important;
  min-width: 20px !important;
  min-height: 20px !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}
button.acctPage-recentCta.acctPage-orderCta img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.acctPage-orderHeaderContent {
  display: flex;
  flex-direction: column;
  gap: 4px;
	width:100%;
}
.acctPage-orderHeaderContent .acctPage-Desc {
  font-size: 16px;
  line-height: normal;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer {
  width: 100%;
/*   padding: 0 3%; */
/*   padding-top: 120px; */
}
.acctPage-recentOrderList.acctPage-orderList {
  display: grid;
/*   grid-template-columns: 1fr; */
	    margin: 10px 0 30px;
}

.acctPage-recentOrderList.acctPage-orderList
  .acctPage-recentOrderItem.acctPage-orderItem {
  grid-template-rows: max-content;
  align-items: center;
}

@media (min-width: 760px) {
  .acctPage-recentOrderList.acctPage-orderList
    .acctPage-recentOrderItem.acctPage-orderItem {
    padding: 16px 16px;
    border-radius: 16px;
    grid-template-columns: 1fr max-content;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer {
    padding: 0;
    padding-top: 90px;
  }
}
@media (min-width: 1020px) {
  .acctPage-recentContainer.acctPage-MainContent.acctPage-ordersContainer {
    position: relative;
    background-color: #fff3eb;
  }
  .acctPage-recentHeader.acctPage-orderHeader {
    position: relative;
    padding: 0px;
  }
  button.acctPage-recentCta.acctPage-orderCta {
    display: none !important;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer {
    padding: 0px;
    padding-right: 10px;
  }

  .acctPage-recentOrderList.acctPage-orderList
    .acctPage-recentOrderItem.acctPage-orderItem {
    background-color: #ffffff;
    padding: 16px 16px;
    border-radius: 16px;
    grid-template-columns: 1fr max-content;
  }
  .acctPage-recentOrderList.acctPage-orderList .acctPage-recProdInfoBtn {
    width: fit-content !important;
  }
}

@media (min-width: 1220px) {
  .acctPage-recentOrderList.acctPage-orderList {
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
}

/* acctPage-ordersContainer */

/* acctPage-trackContainer */

.acctPage-recentOrderList.acctPage-orderList.acctPage-trackList
  .acctPage-recentOrderItem.acctPage-orderItem.acctPage-trackItem {
  grid-template-rows: max-content max-content;
  align-items: normal;
}

@media (min-width: 760px) {
  .acctPage-recentOrderList.acctPage-orderList
    .acctPage-recentOrderItem.acctPage-orderItem {
    padding: 16px 16px;
    border-radius: 16px;
    grid-template-columns: 1fr max-content;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer {
    padding: 0;
/*     padding-top: 90px; */
  }
}
@media (min-width: 1020px) {
  .acctPage-recentContainer.acctPage-MainContent.acctPage-ordersContainer {
    position: relative;
    background-color: #fff3eb;
  }
  .acctPage-recentHeader.acctPage-orderHeader {
    position: relative;
    padding: 0px;
  }
  button.acctPage-recentCta.acctPage-orderCta {
    display: none !important;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer {
    padding: 0px;
    padding-right: 10px;
  }
  .acctPage-recentOrderList.acctPage-orderList.acctPage-trackList {
    grid-template-columns: 1fr;
    gap: 20px 30px;
  }
  .acctPage-recentOrderList.acctPage-orderList.acctPage-trackList
    .acctPage-recentOrderItem.acctPage-orderItem.acctPage-trackItem {
    background-color: #ffffff;
    padding: 16px 16px;
    border-radius: 16px;
    grid-template-columns: 1fr max-content;
    /* grid-template-rows: max-content; */
    align-items: center;
  }
  .acctPage-recentOrderList.acctPage-orderList.acctPage-trackList
    .acctPage-recProdInfoBtn {
    width: 100% !important;
  }
  .acctPage-recentOrderList.acctPage-orderList.acctPage-trackList
    .acctPage-recentOrderItem.acctPage-orderItem.acctPage-trackItem
    .acctPage-recProdOrderStatus.acctPage-recProdOrderStatusCover::after {
    background-color: #ffffff;
  }
}

@media (min-width: 1220px) {
  .acctPage-recentOrderList.acctPage-orderList.acctPage-trackList
    .acctPage-recentOrderItem.acctPage-orderItem.acctPage-trackItem {
    background-color: #ffffff;
    padding: 16px 16px;
    border-radius: 16px;
    grid-template-columns: max-content 1fr max-content;
    grid-template-rows: max-content;
    align-items: center;
  }
}
/* acctPage-trackContainer */

/* acctPage-addressContainer */
.acctPage-recentOrderList.acctPage-orderList.acctPage-List
  .acctPage-recentOrderItem.acctPage-orderItem.acctPage-AddressItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
  padding: 16px;
  min-height: 150px;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  border: 1px #140900 solid;
  position: relative;
}
.acctPage-recentOrderList.acctPage-orderList.acctPage-List
  .acctPage-recentOrderItem.acctPage-AddressItem.acctPage-AddressItemAdd {
  align-items: center;
  justify-content: center;
  border: 2px #ffc599 solid;
}
.acctPage-AddressItem .acctPage-AddressItemAddBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.acctPage-AddressItem .acctPage-AddressItemAddBox .acctPage-AddressItemAddPlus {
  font-size: 32px;
  line-height: normal;
  color: #ff6e00;
}
.acctPage-AddressItem .acctPage-AddressItemAddBox .acctPage-AddressItemAddTxt {
  color: #4b5563;
  line-height: normal;
}

.acctPage-AddressItemTxtBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.acctPage-AddressItemTxtBox .acctPage-AddressItemName {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #1f2937;
}

.acctPage-AddressItemTxtBox p.acctPage-AddressItemDetails {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #475467 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.acctPage-AddressItemTxtBox p.acctPage-AddressItemDetailsPhone {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1f2937 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.acctPage-AddressItemOptionBtns {
  display: flex;
  gap: 20px;
  width: 100%;
  height: fit-content;
}
.acctPage-AddressItemOptionBtns button.acctPage-AddressItemOptionBtn {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  color: #ff6e00 !important;
  font-size: 16px !important;
}

.acctPage-AddressItemSelectedBadge {
  position: absolute;
  top: 16px;
  right: 0px;
  height: fit-content;
  width: fit-content;
  padding: 0px 0px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #ff9747;
  color: #ffffff;
  min-height: 24px;
  border-left: 1px solid #ffffff;
}
.acctPage-AddressItemSelectedBadge .acctPage-AddressItemSelectedBadgeTxt {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}
.acctPage-AddressItemSelectedBadge .acctPage-AddressItemSelectedBadgeIcon {
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-left: 16px solid #ffffff;
  border-bottom: 12px solid transparent;
}

@media (min-width: 768px) {
  .acctPage-recentOrderList.acctPage-orderList.acctPage-List {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1320px) {
  .acctPage-recentOrderList.acctPage-orderList.acctPage-List {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
  }
}
/* acctPage-addressContainer */
/* acctPage-accountContainer */
form.acctPage-accountDetailForm {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
}
.acctPage-accountDetailFormInput {
  display: flex;
  gap: 5px;
  flex-direction: column;
  width: 100%;
}
.acctPage-accountDetailFormInput label {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #140900;
}
.acctPage-accountDetailFormInput input.acctPage-accountDetailInput {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  width: 100%;
  min-height: 36px;
  border: 1px solid #ffc599;
  border-radius: 10px;
  background: #ffffff;
  background-color: #ffffff;
  padding: 4px 16px;
  color: rgba(20, 9, 0, 0.4);
}
.acctPage-accountDetailFormInput.acctPage-accountDetailFormBtn
  button.acctPage-accountSubmitButton {
  background: #ff6e00 !important;
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  line-height: normal !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  border-radius: 10px !important;
  text-align: center !important;
  padding: 6px 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 10px !important;
}

@media (min-width: 1020px) {
  form.acctPage-accountDetailForm {
    grid-template-columns: 1fr 1fr;
    gap: 14px 50px;
  }
}

/* acctPage-accountContainer */
/* acctPage-viewContainer */

.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer {
  width: 100%;
  max-width: 630px;
  background-color: #fff3eb;
  padding: 12px;
  border-radius: 6px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.acctPage-viewOrderDetailsContainer .acctPage-viewOrderDetailsHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #ff9747;
}
.acctPage-viewOrderDetailsContainer .acctPage-viewOrderDetailsHeadTxt {
  display: flex;
  flex-direction: column;
  gap: 8px;
	width:100%;
}

.acctPage-viewOrderDetailsContainer .acctPage-viewOrderDetailsHeadTxt .acctPage-viewOrderDetailsHeadBlock{
	display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (min-width: 760px) { 
.acctPage-viewOrderDetailsContainer .acctPage-viewOrderDetailsHeadTxt .acctPage-viewOrderDetailsHeadBlock{
	
    flex-direction: row;
	align-items:center;
	justify-content:space-between;
    
}
}

.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHeadTxt
  span.acctPage-viewOrderDetailsID {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #344054;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHeadTxt
  .acctPage-viewOrderDetailsDates {
  display: flex;
  align-items: center;
  gap: 6px;
	  flex-wrap: wrap;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHeadTxt
  .acctPage-viewOrderDetailsDates
  * {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: #140900;
  width: fit-content;
  flex-shrink: 0;
  padding: 0px;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHeadTxt
  .acctPage-viewOrderDetailsDates
  span.acctPage-viewOrderDetailsOrderDate {
  font-weight: 400;
  color: #667085;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHeadTxt
  .acctPage-viewOrderDetailsDates
  span.acctPage-viewOrderDetailsEstDate {
  color: #ff6e00;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHead
  .acctPage-viewOrderDetailsHeadBtns {
  display: flex;
/* 	  flex-direction:column; */
  gap: 5px;
	  flex-wrap: wrap;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHead
  .acctPage-viewOrderDetailsHeadBtns a.button.button-primary {
  background: #ff6e00 !important;
  border: 1px solid #ff6e00 !important;
  outline: none !important;
  margin: 0 !important;
  line-height: normal !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  text-align: center !important;
  padding: 6px 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 20px !important;
  height: 20px !important;
	  text-transform:capitalize;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHead
.acctPage-viewOrderDetailsHeadBtns br{
	display:none;
}
.acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderDetailsHead
  .acctPage-viewOrderDetailsHeadBtns
  button.acctPage-viewOrderDetailsHeadInvoiceBtns {
  background: transparent !important;
  color: #ff9747 !important;
  border: 1px solid #ff9747 !important;
}

.acctPage-viewOrderDetailStatus {
  width: 100%;
  height: fit-content;
}
.acctPage-viewOrderDetailStatus
  .acctPage-recProdInfoStatus.acctPage-viewOrderStatus {
  margin: 0px;
  padding-bottom: 12px;
}

.acctPage-viewOrderDetailsContainer ul.acctPage-viewOrderproductList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #d0d5dd;
	margin:0px !important;
}

.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderproductItemDetails {
  display: flex;
  align-items: center;
  gap: 10px;
}
.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderproductListItemImg {
  min-height: 50px;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #d0d5dd;
}

.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderproductListItemImg
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderItemProductDetails {
  display: flex;
  flex-direction: column;
  /* gap: 6px; */
}

.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderItemProductDetails
  span.acctPage-viewOrderItemProductName {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #344054;
  width: fit-content;
}

.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderItemProductDetails
  .acctPage-viewOrderItemProductOtherDetails {
  display: flex;
  align-items: center;
  height: fit-content;
  gap: 5px;
  color: #667085;
}
.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderItemProductDetails
  .acctPage-viewOrderItemProductOtherDetails
  * {
  color: #667085;
  font-size: 12px;
  width: fit-content;
  padding: 0px;
  flex-shrink: 0;
}

.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderItemProductPriceQty {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
	  flex-shrink: 0;
}
.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderItemProductPriceQty
  span {
  text-align: right;
  line-height: normal;
  font-size: 14px !important;
  font-weight: 600;
  color: #140900;
}
.acctPage-viewOrderDetailsContainer
  ul.acctPage-viewOrderproductList
  li.acctPage-viewOrderproductListItem
  .acctPage-viewOrderItemProductPriceQty
  span.acctPage-viewOrderItemProductQty {
  font-weight: 400;
  color: #667085;
}

.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d0d5dd;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  > span {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 500;
  color: #140900;
}

.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderSupportList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  flex-shrink: 0;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderSupportList
  * {
  font-size: 12px !important;
  line-height: normal;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  color: #667085;
  width: fit-content;
  flex-shrink: 0;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderPriceBreakDownList {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  flex-shrink: 0;
  min-width: 150px;
}

.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderPriceBreakDownList
  * {
  font-size: 12px !important;
  line-height: normal;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  color: #667085;
  width: fit-content;
  flex-shrink: 0;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderPriceBreakDownList
  li.acctPage-viewOrderPriceBreakDownItem {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderPriceBreakDownList
  li.acctPage-viewOrderPriceBreakDownItem.acctPage-viewOrderPriceBreakDownItemTax {
  padding-bottom: 5px;
  border-bottom: 1px dashed #667085;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderPriceBreakDownList
  li.acctPage-viewOrderPriceBreakDownItem.acctPage-viewOrderPriceBreakDownItemTotalPrice
  * {
  color: #140900;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductPriceDetails
  .acctPage-viewOrderproductPriceDetailsSub
  ul.acctPage-viewOrderPriceBreakDownList
  li.acctPage-viewOrderPriceBreakDownItem.acctPage-viewOrderPriceBreakDownItemTotalPrice
  .acctPage-viewOrderTotalPrice {
  font-weight: 700;
}

.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductAddrDetails {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductAddrDetails
  .acctPage-viewOrderproductAddr {
  width: fit-content;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductAddrDetails
  .acctPage-viewOrderproductAddr
  span.acctPage-viewOrderproductAddrTitle {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 500;
  color: #140900;
}

.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
  .acctPage-viewOrderDetailsContainer
  .acctPage-viewOrderproductAddrDetails
  .acctPage-viewOrderproductAddr
  .acctPage-viewOrderproductAddrBox {
  font-size: 12px !important;
  line-height: normal;
  font-weight: 500;
  color: #140900;
}
.acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer {
  padding-bottom: 20px;
}

@media (min-width: 760px) {
  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
  }

  .acctPage-viewOrderDetailsContainer .acctPage-viewOrderDetailsHead {
    padding-bottom: 20px;
  }
  .acctPage-viewOrderDetailsContainer .acctPage-viewOrderDetailsHeadTxt {
    gap: 20px;
  }

  .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderDetailsHeadTxt
    span.acctPage-viewOrderDetailsID {
    font-size: 24px !important;
  }
  .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderDetailsHeadTxt
    .acctPage-viewOrderDetailsDates {
    gap: 12px;
  }
  .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderDetailsHeadTxt
    .acctPage-viewOrderDetailsDates
    * {
    font-size: 14px !important;
  }

  .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderDetailsHead
    .acctPage-viewOrderDetailsHeadBtns {
    gap: 10px;
  }
  .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderDetailsHead
    .acctPage-viewOrderDetailsHeadBtns
    button {
    font-size: 14px !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    min-height: 30px !important;
    height: 30px !important;
  }

  .acctPage-viewOrderDetailStatus
    .acctPage-recProdInfoStatus.acctPage-viewOrderStatus {
    padding-bottom: 20px;
  }

  .acctPage-viewOrderDetailsContainer ul.acctPage-viewOrderproductList {
    gap: 20px;
    padding-bottom: 20px;
  }

  .acctPage-viewOrderDetailsContainer
    ul.acctPage-viewOrderproductList
    li.acctPage-viewOrderproductListItem
    .acctPage-viewOrderproductItemDetails {
    gap: 16px;
  }
  .acctPage-viewOrderDetailsContainer
    ul.acctPage-viewOrderproductList
    li.acctPage-viewOrderproductListItem
    .acctPage-viewOrderproductListItemImg {
    min-height: 80px;
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 12px;
  }

  .acctPage-viewOrderDetailsContainer
    ul.acctPage-viewOrderproductList
    li.acctPage-viewOrderproductListItem
    .acctPage-viewOrderItemProductDetails {
    gap: 10px;
  }
  .acctPage-viewOrderDetailsContainer
    ul.acctPage-viewOrderproductList
    li.acctPage-viewOrderproductListItem
    .acctPage-viewOrderItemProductDetails
    span.acctPage-viewOrderItemProductName {
    font-size: 14px !important;
  }

  .acctPage-viewOrderDetailsContainer
    ul.acctPage-viewOrderproductList
    li.acctPage-viewOrderproductListItem
    .acctPage-viewOrderItemProductDetails
    .acctPage-viewOrderItemProductOtherDetails {
    gap: 8px;
  }
  .acctPage-viewOrderDetailsContainer
    ul.acctPage-viewOrderproductList
    li.acctPage-viewOrderproductListItem
    .acctPage-viewOrderItemProductDetails
    .acctPage-viewOrderItemProductOtherDetails
    * {
    font-size: 14px !important;
  }

  .acctPage-viewOrderDetailsContainer
    ul.acctPage-viewOrderproductList
    li.acctPage-viewOrderproductListItem
    .acctPage-viewOrderItemProductPriceQty
    span {
    font-size: 16px !important;
  }

  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails {
    padding-bottom: 20px;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails
    .acctPage-viewOrderproductPriceDetailsSub {
    gap: 10px;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails
    .acctPage-viewOrderproductPriceDetailsSub
    > span {
    font-size: 16px !important;
    line-height: normal;
    font-weight: 500;
    color: #140900;
  }

  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails
    .acctPage-viewOrderproductPriceDetailsSub
    ul.acctPage-viewOrderSupportList {
    gap: 10px;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails
    .acctPage-viewOrderproductPriceDetailsSub
    ul.acctPage-viewOrderSupportList
    * {
    font-size: 14px !important;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails
    .acctPage-viewOrderproductPriceDetailsSub
    ul.acctPage-viewOrderPriceBreakDownList {
    gap: 10px;
    min-width: 180px;
  }

  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails
    .acctPage-viewOrderproductPriceDetailsSub
    ul.acctPage-viewOrderPriceBreakDownList
    * {
    font-size: 16px !important;
  }

  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductPriceDetails
    .acctPage-viewOrderproductPriceDetailsSub
    ul.acctPage-viewOrderPriceBreakDownList
    li.acctPage-viewOrderPriceBreakDownItem.acctPage-viewOrderPriceBreakDownItemTax {
    padding-bottom: 8px;
  }

  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductAddrDetails
    .acctPage-viewOrderproductAddr {
    gap: 8px;
  }

  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductAddrDetails
    .acctPage-viewOrderproductAddr
    span.acctPage-viewOrderproductAddrTitle {
    font-size: 16px !important;
  }

  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer
    .acctPage-viewOrderDetailsContainer
    .acctPage-viewOrderproductAddrDetails
    .acctPage-viewOrderproductAddr
    .acctPage-viewOrderproductAddrBox {
    font-size: 14px !important;
  }
  .acctPage-recentOrderListContainer.acctPage-orderListContainer.acctPage-viewListContainer {
    padding-bottom: 0px;
  }
  .acctPage-recentContainer.acctPage-MainContent.acctPage-ordersContainer.acctPage-viewContainer
    .acctPage-recProdOrderStatus.acctPage-recProdOrderStatusCover::after {
    background-color: #ffffff;
  }
}

@media (min-width: 1020px) {
  .acctPage-recentContainer.acctPage-MainContent.acctPage-ordersContainer.acctPage-viewContainer
    .acctPage-recentHeader.acctPage-orderHeader.acctPage-viewHeader {
    display: none;
  }
  .acctPage-recentContainer.acctPage-MainContent.acctPage-ordersContainer.acctPage-viewContainer {
    grid-template-rows: auto;
  }
}

/* acctPage-viewContainer */
   
