.setting-head .account-name {
  padding-left: 3rem;
  font-size: 1.4rem;
  background: url(../img/account-icon.svg) no-repeat center left;
  background-size: 1.8rem;
}
.account-setting .default-block {
  padding: 2.2rem 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 6px;
}
.account-setting .setting-head {
  padding: 0 1.8rem;
}
ul.setting-item li {
  margin: 0 1.2vw;
  /* padding: 1.2rem 0; */
  color: #666666;
  font-weight: 400;
  font-size: 1.1rem;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease;
}
ul.setting-item li:first-child {
  padding: 0;
}
ul.setting-item li a {
  display: inline-block;
  padding: 1.9rem 0;
  font-size: 1.05rem;
}
ul.setting-item li a span {
  display: inline-block;
  font-size: 12px;
  padding: 0.1rem 0.7rem;
  border-radius: 20rem;
  background-color: #b28150;
  color: white;
  margin-left: 0.5rem;
}
ul.setting-item li.active {
  border-bottom: 2px solid #666666d2;
}
.setting-content div.acc-set > div.flex {
  margin-bottom: 6rem;
}
.setting-content div.setting-details.active {
  display: block;
}
.setting-content div.setting-details div.flex > div {
  height: max-content;
}
.setting-content div.setting-details div.flex > div form p.flex {
  justify-content: space-between;
}
.setting-content .acc-set .default-title {
  text-indent: -4px;
  width: 98%;
}
.setting-content .default-title {
  font-weight: normal;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  /* text-transform: capitalize; */
  width: 100%;
}
.setting-content form input[type='text'],
.setting-content form input[type='email'],
.setting-content form input[type='date'],
.setting-content form input[type='password'],
.setting-content form input[type='number'] {
  width: 57.5%;
  padding: 7px;
  color: #999;

  font-size: 1rem;
}
.setting-content form .woocommerce-input-wrapper {
  width: 57.5%;
  display: inline-block;
}
.setting-content form select {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  width: 100%;
  padding: 7px;
  color: #999;
}
.page-template-my-account .setting-content form select {
  width: 84%;
}
.setting-content form p label {
  text-transform: capitalize;
  display: inline-block;
  width: 41%;
  font-size: 1.1rem;
}
.setting-content form > p {
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting-content form > p:last-child {
  margin-bottom: 0;
}
.setting-content form > p abbr {
  display: none;
}
.setting-content form .input-file {
  background-color: #333;
  color: white;
  text-align: center;
  width: 50%;
  padding: 10px 0;
  font-weight: 400;
  font-size: 18px;
}
.setting-content form > p input[type='submit'] {
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-left: auto;
  margin-top: 4.5rem;
}
.setting-content div.setting-details div.password {
  width: 46%;
  margin-right: 3%;
}
.account-setting {
  padding: 6rem 0;
}
.set-banner {
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  padding: 3.2rem 0;
  background: #cccccc;
  border-radius: 7px;
  margin-top: 2.5rem;
}
.input-file {
  position: relative;
}
.input-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  left: 0;
  cursor: pointer;
  top: 0;
}
.input-file input[type='file'] {
  background-color: transparent;
}
.account-setting .wallet .wallet-main {
  width: 25%;
  margin-right: 3.8%;
}
.wallet-num {
  padding-left: 4.1rem;
  background: url(../img/wallet-icon.svg) no-repeat center left;
  background-size: 2.8rem;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.wallet-num span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 3px;
  color: #666666;
  font-weight: 400;
}
.account-setting .wallet-main a {
  transition: 0.3s all ease;
  color: #666666;
  display: block;
  font-weight: 400;
  font-size: 17px;
}
.account-setting .wallet-main a + a {
  border-top: 1px solid #dfdfdf;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}
.setting-content .wallet .default-title {
  font-size: 1.3rem;
}
.setting-content .head {
  padding-bottom: 1.4rem;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.setting-content .head .notify {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/notify.svg) no-repeat center;
  background-size: 1.7rem;
  cursor: pointer;
  margin-right: -3px;
  transition: all 0.3s ease;
}
.setting-content .head .notify:hover {
  background-image: url('../img/notify-black.svg');
}
.setting-content div.wallet table {
  width: 100%;
  border-collapse: collapse;
}
.setting-content div.wallet table th {
  text-align: left;
  padding: 0.7rem 1.8rem 1.1rem;
  font-weight: normal;
}
.setting-content div.wallet table td {
  text-align: left;
  padding: 0.8rem 1.8rem;
  font-size: 1rem;
  color: #666666;
  font-weight: 400;
}
.setting-content div.wallet table td:first-child {
  width: 12rem;
}
.setting-content div.wallet table tr td:last-child {
  color: #333;
  font-weight: 400;
}
.setting-content div.wallet table tbody tr {
  transition: all 0.3s ease;
}
.setting-content div.wallet table tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.setting-content div.wallet table tbody tr:hover {
  background-color: #e8e8e8;
}
.setting-content div.wallet .table {
  min-height: 45rem;
}
.setting-content div.messages .default-block {
  margin-bottom: 0;
}
.setting-content div.messages .flex .chat-view {
  width: 36%;
  margin-right: 2%;
  padding: 1.5rem 1rem;
  height: unset;
}
.setting-content div.messages .default-title {
  font-size: 1.3rem;
  padding-bottom: 0;
  border: 0;
}
.setting-content div.chat-head {
  padding: 0 0.6rem;
  margin-bottom: 2rem;
}
.setting-content div.chat-head p.default-title {
  margin-bottom: 0;
  font-size: 1.3rem;
}
div.chat-head .others span {
  width: 2rem;
  height: 2rem;
  background: url(../img/more.svg) no-repeat center;
  background-size: 1rem !important;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  transition: 0.3s all ease;
  cursor: pointer;
}
div.chat-head .others span.edit {
  background: url(../img/edit.svg) no-repeat center;
  margin-left: 0.25vw;
}
.setting-content div.chat-view input[type='text'] {
  padding: 11px 1rem 8px;
  padding-left: 3rem;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  background: url(../img/search.svg) no-repeat center left;
  background-size: 1rem;
  background-position-x: 1.3rem;
  background-color: white;
  margin-bottom: 2rem;
}
div.chat-view .history-chat li {
  padding: 9px;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  transition: background 0.3s ease;
  cursor: pointer;
  align-items: center;
  min-height: 61px;
  position: relative;
}
div.chat-view .history-chat li::before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: -1.1rem;
  transition: 0.3s all ease;
  opacity: 0;
}
div.chat-view .history-chat li.active::before {
  opacity: 1;
}
div.chat-view .history-chat li.active {
  background-color: #f4f4f4;
}
div.chat-view .author-info span.avatar {
  width: 42px;
  height: 42px;
  top: 50%;
}
.setting-content div.chat-view .default-title {
  font-size: 1rem;
  margin-bottom: 0;
}
div.chat-view .author-info {
  padding-left: 3.1rem;
}
div.chat-view .author-info .default-title .publish-time {
  font-size: 12px;
}
div.chat-view .author-info .default-title .publish-time span {
  position: relative;
  margin-right: 10px;
}
div.chat-view .author-info .default-title .publish-time span::before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #989898;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.chat-content .head .author-info {
  min-height: 3rem;
  display: flex;
  align-items: center;
  padding-left: 4.2rem;
}
.chat-content .head .author-info .default-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.chat-content .head .author-info span.avatar {
  top: 50%;
}
.setting-content div.setting-details div.flex .chat-content {
  padding: 1.8rem 1.2rem;
}
.chat-body {
  padding: 0 0.3rem;
  padding-top: 1rem;
  max-height: 800px;
  min-height: 800px;
  overflow-x: hidden;
}
.chat-body span.time {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.chat-body .item p {
  display: inline-block;
  width: auto;
  padding: 14px 26px;
  background-color: #f2f3f4;
  color: #333333;
  border-radius: 3px;
  position: relative;
  font-size: 16px;
  max-width: 50%;
  line-height: 18px;
}
.chat-body .item p:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #f2f3f4 transparent;
  position: absolute;
  left: -1px;
  bottom: -2px;
  transform: rotate(-35deg);
}
.chat-body .item {
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
}
.chat-body .item.right {
  justify-content: right;
}
.chat-body .item img {
  width: 50px;
}
.chat-body .item.right p {
  background-color: #333333;
  color: white;
}
.chat-body .item.right p:after {
  transform: rotate(35deg);
  right: -3px;
  left: unset;
  border-color: transparent transparent #333333 transparent;
}
.chat-body-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: -1rem;
  position: relative;
}
.chat-body-bottom-bar input[type='text'] {
  border: none;
  width: 670px;
  font-size: 16px;
  color: #999999;
  outline: 0;
  padding: 10px;
  border-bottom: 1px solid transparent;
}
.chat-body-bottom-bar .icon-circle-send {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(../img/send.svg) no-repeat center;
  background-size: 1.15rem;
  cursor: pointer;
  border: none;
  outline: none;
  text-indent: -9999px;
  padding: 0;
  background-color: #333333;
  border-radius: 50%;
}
.chat-body-bottom-bar div.chat-tools span.add-media {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(../img/add-2.svg) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
  cursor: pointer;
}
.chat-body-bottom-bar .emoji-btn {
  margin-right: 0.5rem;
}
.chat-body-bottom-bar .chat-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.account-setting .orders .info {
  width: 46%;
  margin-right: 3%;
}
.setting-content .head > span {
  text-transform: capitalize;
  font-size: 1.1rem;
  color: #666666;
}
.orders ul.order-info li p {
  width: 42%;
  font-weight: 400;
  line-height: 30px;
  margin: 0.5rem 0;
  color: #666666;
  font-size: 16px;
}
.orders ul.order-info li p strong {
  color: #333333;
  text-transform: capitalize;
}
.orders ul.order-info li p a {
  color: #005da6;
  font-size: 17px;
  display: block;
  width: max-content;
  position: relative;
  margin-bottom: 1rem;
}
.orders ul.order-info li p a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #005da6;
  position: absolute;
  bottom: 1px;
  left: 0px;
  transition: 0.2s all ease;
}
.orders ul.order-info li p span {
  display: block;
}
.order-history-list li {
  padding: 0.6rem 0;
  font-size: 1rem;
  line-height: 1.7rem;
}
.order-history-list li + li {
  border-top: 1px solid #dfdfdf;
  padding-top: 1rem;
}
.order-history-list li img {
  width: auto;
  height: 6rem;
}
.order-history-list li .title span {
  color: #989898;
  font-size: 16px;
}
.order-history-list li .title {
  width: 35%;
}
.order-history-list li > p {
  min-width: 20%;
  text-align: center;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.8);
}
.account-setting .orders-history {
  padding: 1.5rem 2.5rem;
  width: 51%;
}
.setting-content .order-question {
  margin-bottom: 2rem;
  position: relative;
}
.order-question strong {
  width: 12rem;
  font-size: 0.95rem;
  color: #333333;
  font-weight: 600;
}
.order-question div.order-select > div {
  position: relative;
  width: 21rem;
  color: #666666;
  font-weight: 400;
}
.order-question span.your-select,
.order-question select {
  padding: 0.5rem 1.2rem;
  display: inline-block;
  border: 1px solid #cccccc;
  width: 26rem;
  font-size: 1.15rem;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #666666;
}
.order-question span.your-select::before {
  content: '';
  width: 11px;
  height: 11px;
  background: url(../img/arrow-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 1.1rem;
  right: 0.8rem;
}
.order-question ul.select-option {
  position: absolute;
  top: 2.75rem;
  right: 0;
  border: 1px solid #cccccc;
  padding: 0.5rem 1.2rem;
  background: white;
  z-index: 2;
  padding: 1rem 1rem;
  min-width: 12rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s all ease;
}
.order-select.active ul.select-option {
  max-height: 30rem;
  opacity: 1;
}
.order-question ul.select-option li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  transition: 0.3s all ease;
}
.order-question .order-select {
  margin-bottom: 1.5rem;
}
.order-question .attachment p.input-file,
.order-question p.input-file {
  border: 1px solid #dfdfdf;
  padding: 0.6rem 1.5rem;
  width: 14.5rem;
  position: relative;
  font-size: 1rem;
  border-radius: 4px;
  color: #666666;
  background-color: #fff;
  text-align: left;
}
.setting-content .order-question form > div .button-black {
  line-height: 41px;
  width: 13rem;
  font-size: 18px;
}
.order-question .attachment {
  margin-bottom: 1rem;
}
.setting-content div.orders {
  margin-bottom: 4rem;
}
.wp-customer-input {
  border: 1px solid #dfdfdf;
  margin-bottom: 1.5rem;
  overflow: hidden;
  margin-top: 2.5rem;
}
.wp-customer-input textarea {
  height: 26rem;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-family: inherit;
  padding: 7px;
}
.wp-customer-input .header {
  padding: 0.5rem 1rem;
  background: #f6f6f6;
  box-shadow: 0 2px 1px #00000021;
  position: relative;
  overflow: hidden;
}
.wp-customer-input .header button {
  width: 1.2rem;
  height: 1.2rem;
  background: unset;
  border: 0;
  cursor: pointer;
  background: url(../img/bold.svg) no-repeat center;
  background-size: 0.7rem;
  margin-right: 0.5vw;
}
.wp-customer-input .header button.i {
  background: url(../img/italics.svg) no-repeat center;
  background-size: 1rem;
}
.wp-customer-input .header button.u {
  background: url(../img/underline-icon.svg) no-repeat center;
  background-size: 0.75rem;
}
.wp-customer-input .header button.lang {
  background: url(../img/lang-icon.svg) no-repeat center;
  background-size: 1.2rem;
}
.wp-customer-input .header button.marks {
  background: url(../img/marks-icon.svg) no-repeat center;
  background-size: 1rem;
}
.wp-customer-input .header button.ul {
  background: url(../img/ul.svg) no-repeat center;
  background-size: 0.8rem;
}
.wp-customer-input .header button.ul-2 {
  background: url(../img/ul-2.svg) no-repeat center;
  background-size: 1.2rem;
}
.wp-customer-input .header button.text-left {
  background: url(../img/text-left.svg) no-repeat center;
  background-size: 1.2rem;
}
.wp-customer-input .header button.text-center {
  background: url(../img/text-center.svg) no-repeat center;
  background-size: 1rem;
}
.wp-customer-input .header button.text-right {
  background: url(../img/text-right.svg) no-repeat center;
  background-size: 1rem;
}
.wp-customer-input .header button.back {
  background: url(../img/back.svg) no-repeat center;
  background-size: 1rem;
}
.wp-customer-input .header button.next {
  background: url(../img/next.svg) no-repeat center;
  background-size: 1rem;
}
.wp-customer-input .header button.link {
  background: url(../img/link.svg) no-repeat center;
  background-size: 1rem;
}
/* .wp-customer-input .header button.view{
    background: url(../img/link.svg) no-repeat center;
    background-size: 1rem;
} */
.default-block.small {
  width: 27%;
  margin-right: 2.5%;
}
.account-center {
  padding-top: 6rem;
  margin-bottom: 7rem;
}
.account-center .default-block {
  padding: 2rem 2.2rem;
}
.account-center .account-view {
  width: 28.5%;
  margin-right: 3%;
  height: min-content;
}
.account-center .account-view ul > li:hover a {
  color: #005da6;
}
.account-center h1 {
  font-weight: normal;
  padding-top: 5.75rem;
  /* background: url(../img/account-icon.svg) no-repeat top left;
    background-size: 3.4rem;
    background-position-y: 0.8rem; */
  padding-bottom: 2rem;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 3rem;
  position: relative;
  font-size: 24px;
}
.account-center h1 > span {
  width: 3.4rem;
  display: inline-block;
  height: 3.4rem;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 0.7rem;
  left: 0;
  background-size: contain;
  /* border: 1px solid #eee; */
}
.account-center ul.setting li a {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  padding-left: 2.5rem;
  color: #666666;
  background: url(../img/setting.svg) no-repeat center left;
  background-size: 1.4rem !important;
  transition: 0.3s all ease;
}
.account-center ul.setting li {
  margin-bottom: 1.5rem;
}
.account-center ul.setting li.add a {
  background: url(../img/address-2.svg) no-repeat center left;
}
.account-center ul.setting li.mes a {
  background: url(../img/message.svg) no-repeat center left;
}
.account-center ul.setting li a span {
  font-size: 12px;
  display: inline-block;
  padding: 0.1rem 0.7rem;
  background-color: #b28150;
  color: white;
  border-radius: 20rem;
}
.account-view a.button-black {
  line-height: 38px;
  border-radius: 2px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.account-center .wallet-num {
  padding-left: 5rem;
  background-size: 3.3rem;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-left: 1rem;
}
.account-center .wallet-num span {
  font-size: 17px;
}
.accout-page-wallet.default-block {
  padding: 1.5rem 4%;
}
.accout-page-wallet .gain {
  width: 56%;
  padding: 0.5rem 0;
  padding-left: 36%;
  border-left: 1px solid #dfdfdf;
  position: relative;
}
.accout-page-wallet .gain a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0.5rem;
}
.accout-page-wallet .gain a + a {
  padding-top: 0.5rem;
  border-top: 1px solid #dfdfdf;
}
.accout-page-wallet .gain img {
  position: absolute;
  top: 0rem;
  left: 3.8rem;
  width: 10rem;
}
.account-center h2,
.account-content h2 {
  font-size: 1.7rem;
  font-weight: normal;
}
.account-center .head {
  padding-bottom: 2rem;
}
.account-center .head h2 {
  margin-bottom: 0;
}
.account-center .account-page-order {
  display: inline-block;
  padding-right: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.account-center .account-page-order ul li a {
  display: inline-block;
  padding-top: 4.5rem;
  font-size: 18px;
  text-transform: capitalize;
  background-size: 3.3rem !important;
  color: #666666;
  position: relative;
}
.account-center .account-page-order ul li.only-mobile {
  display: block;
}
.account-center .account-page-order ul li a:after {
  width: 51px;
  height: 51px;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url('../img/processing.svg') no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
}
.account-center .account-page-order ul li.ship a:after {
  background-image: url('../img/shipped.svg');
}
.account-center .account-page-order ul li.returns a:after {
  background-image: url('../img/return.svg');
}
.account-center .account-page-order ul li {
  margin: 4rem 0 2rem;
  padding: 0 10px;
}
.account-center .account-page-order ul li:hover a:after {
  transform: translateX(-50%) scale(1.05);
}
.account-center .account-page-order ul li:hover a {
  color: #005da6;
}
.account-center .account-product .img {
  height: 70%;
  margin-bottom: 1rem;
}
.account-center .account-product {
  text-align: center;
  width: 28%;
  margin-left: 3%;
}
.account-product span.cat {
  color: #989898;
  font-size: 14px;
  display: block;
  margin-bottom: 0.8rem;
}
.viewall {
  padding-right: 2.2rem;
  position: relative;
  color: #666666;
  font-size: 1.2rem;
  font-weight: 400;
}
.viewall::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/arrow-grey-1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 0;
  transition: 0.3s all ease;
}
ul.account-order-list li > * {
  text-align: center;
  flex: 1;
}
ul.account-order-list li {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
ul.account-order-list li:last-of-type {
  margin-bottom: 0;
}
ul.account-order-list li > img,
.cart-list li .img {
  height: 5.5rem;
  margin-right: 1rem;
  min-width: unset;
}
ul.account-order-list li > img {
  width: auto;
  cursor: pointer;
  margin-right: 5rem;
  flex: unset;
}
ul.account-order-list li .title {
  text-align: left;
  min-width: 50%;
}
ul.account-order-list li .title span {
  font-size: 1rem;
  color: #989898;
  text-transform: capitalize;
}
ul.account-order-list li button {
  margin-left: 8%;
  font-size: 13px;
  border: 1px solid #b281507d;
  color: #b28150;
  border-radius: 3px;
  background-color: transparent;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s all ease;
  flex: unset;
  padding: 7px 27px;
  color: #999;
  border: 1px solid #999;
  border-radius: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease;
  border-radius: 5px;
}
ul.account-order-list li button:hover {
  color: #333;
  border-color: #333;
  background-color: transparent;
}
ul.account-order-list {
  padding: 1.8rem 0 1.5rem;
}
.account-latest-order .head {
  font-size: 1.3rem;
  font-weight: 400;
}
.account-latest-order .head span.time {
  font-size: 1.1rem;
}
.account-content .set-banner {
  margin: 6rem 0 8rem;
}
.account-content .product-like ul.products li.product {
  margin-bottom: 0;
}
.account-content .viewall {
  margin-bottom: 2rem;
}
.order-lists-content ul {
  display: none;
}
.order-lists-content .head {
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  /* transition: all 0.35s ease; */
}
.order-lists-content .view-details {
  padding: 7px 27px;
  color: #999;
  border: 1px solid #999;
  border-radius: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.order-lists-content .view-details:hover {
  color: #333;
  border-color: #333;
}
.order-lists-content .head.active {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.4rem;
}
.setting-content .order-question form label {
  width: 12rem;
}
.setting-content .order-question form > div {
  margin-bottom: 1.5rem;
}
.text_wrapper {
  width: 84%;
}
.text_wrapper .editable:empty:before {
  content: attr(data-placeholder);
  color: #666;
}
.text_wrapper .editable {
  padding: 7px;
  outline: none;
  cursor: text;
}
.setting-content div.setting-details div.flex > div.main-chat-box {
  min-height: 800px;
  position: relative;
}
.main-chat-box img[alt='emoji'] {
  width: 28px;
  margin: 0 6px;
  margin-bottom: -6px;
}
.main-chat-box .loader {
  top: 45%;
}
.post_chat form.upload_document {
  display: none;
}
.chat_attachment_content {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
}
.chat-body .item.right .chat_attachment_content {
  text-align: right;
}
.chat-body .item.right .chat_attachment_content a {
  font-size: 13px;
  padding-left: 18px;
  background: url('../img/attachment.svg') no-repeat;
  background-size: 14px;
  background-position: 0 center;
  color: #333;
}
.cashout-content {
  padding: 45px 215px;
  padding-top: 60px;
  text-align: center;
}
.cashout-content label {
  display: block;
  width: 100%;
  margin-bottom: 17px;
  text-align: left;
  font-weight: 500;
}
.cashout-content input {
  margin-top: 0;
  margin-bottom: 17px;
  text-align: left;
}
.cashout-content form {
  width: 100%;
}
.cashout-content h3 {
  font-size: 25px;
  margin: 0;
  width: 100%;
  font-weight: 500;
  margin-bottom: 60px;
}
.cashout-content form div {
  margin-bottom: 1rem;
}
.cashout-content input[type='number'] {
  width: 470px !important;
  padding: 8px 25px !important;
  border-radius: 0px;
}
.cashout-content input[type='submit'] {
  padding: 0 4.8rem;
  font-size: 0.8rem;
  line-height: 42px;
  text-transform: uppercase;
  width: unset;
  font-family: inherit;
  font-weight: 300;
  cursor: pointer;
  background-color: #333;
  margin-top: 4rem;
  border-radius: 0px;
}
.cashout-content input[type='submit']:hover {
  background-color: transparent;
  color: #333;
}
.add-shipping {
  width: 16px;
  height: 16px;
  background-size: 10px;
  text-indent: -9999px;
  border-color: rgb(51, 51, 51);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border-width: 1px;
}
.add-shipping.active {
  background: url('../img/duigou-black.svg') no-repeat center;
  background-size: 10px;
}
.shipping-address.default-block.empty-infos form {
  display: none;
}
.shipping-address.default-block.empty-infos .add-shipping {
  display: inline-block;
}
.avator-row {
  position: relative;
  margin-bottom: 3rem;
  margin-top: -1rem;
}
.setting-content .avator-row img {
  width: 150px;
  cursor: pointer;
}
.setting-content .avator-row .input-file {
  position: absolute;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  padding: 0;
  right: 20px;
  bottom: -8px;
  border-radius: 50%;
  background: url('../img/bianji.svg') no-repeat center;
  background-size: contain;
}
.setting-content .avator-row span.delete {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../img/delete_fill.svg') no-repeat center;
  background-size: 15px;
  position: absolute;
  right: -8px;
  bottom: 0;
  bottom: 3px;
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
}
.setting-content form > p.center input {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.available-text {
  font-size: 16px;
  color: #999999;
  text-align: left;
}
.cashout-content .available-text span.withdrawal-all {
  color: #b28150;
  text-decoration: underline;
  cursor: pointer;
}
.all-order-head span.time {
  color: #ccc;
  font-size: 15px;
  margin-top: 0.5rem;
  display: inline-block;
}
.setting-content .sent_model {
  position: absolute;
  background-color: #333;
  border-radius: 10px;
  padding: 1.8rem 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.setting-content .sent_model.active {
  z-index: 999999;
  opacity: 1;
}
.setting-content .sent_model span {
  color: #fff;
  font-size: 14px;
}
.setting-content .sent_model svg {
  display: block;
  margin: 0px auto 7px;
}

.setting-content .block_message {
  width: 100%;
  display: flex;
  margin-top: 1.5rem;
  justify-content: space-between;
}
.setting-content .block_message .order-info li {
  margin: 1rem 0px;
}
.setting-content .block_message .left_order_info .button-black {
  display: block;
  margin-top: 1rem;
}
.setting-content .block_message .left_order_info .default-block.active {
  position: sticky;
  top: 100px;
  width: 269px;
}
.setting-content .block_message .left_order_info {
  width: 269px;
}
.setting-content .block_message .order-info li:nth-child(2) {
  margin-bottom: 2rem;
}
.setting-content .block_message .order-info li:nth-child(1) {
  color: #666;
}
.setting-content .block_message .left_order_info button {
  padding: 0 1.8rem;
  width: 100%;
}
.setting-content .block_message .left_order_info button:nth-of-type(1) {
  background-color: #fff;
  color: #005da6;
  font-size: 14px;
}
.setting-content .block_message .left_order_info .head {
  margin-bottom: 2rem;
}
.setting-content .block_message .right_order_info {
  width: auto;
  flex: 1;
  margin-left: 2.5rem;
}
.setting-content .block_message .right_order_info .head {
  font-size: 16px;
  color: #666;
}
.setting-content .block_message .right_order_info span {
  color: #666;
  line-height: 26px;
}
.setting-content .block_message .right_order_info .default-block:nth-child(even) {
  background-color: rgba(252, 252, 252);
}
.setting-content .block_message .right_order_info .default-block:nth-child(even) span {
  color: #333;
}
.setting-content .block_message .right_order_info .attachment {
  margin-top: 2rem;
  position: relative;
  padding-left: 1.5rem;
}
.setting-content .block_message .right_order_info .attachment svg {
  position: absolute;
  top: 2px;
  left: 0;
}
.shipping-address.empty-infos {
  text-align: left;
}
.shipping-address.empty-infos .default-title {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.default-title {
  transition: all 0.3s ease;
}
.collection-content li {
  width: 25%;
}
.collection-content li p.title {
  font-size: 18px;
  margin-bottom: 1.5rem;
}
.setting-details .swiper-product-list {
  width: 100%;
  margin: 0;
}
.personal-block a.button-black,
.personal-block a.white-btn {
  width: 100%;
  line-height: 48px;
  text-transform: capitalize;
  font-size: 1.1rem;
  padding: 0;
}
.head {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #dfdfdf;
}

.account-center h2,
.account-content h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: normal;
}

/* button */
.default-block {
  padding: 1.5rem;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  margin-bottom: 2rem;
  width: 100%;
  background-color: white;
}
.button-black {
  display: inline-block;
  border: 1px solid #005da6;
  line-height: 36px;
  width: 10rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 3px;
  color: white;
  background: #005da6;
  transition: 0.3s all ease;
  letter-spacing: 1px;
  z-index: 20;
  position: relative;
  font-family: inherit;
  cursor: pointer;
}
.button-black::before,
div.cart_totals div.wc-proceed-to-checkout .checkout-button::before {
  content: '';
  width: 0;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s all ease;
  border-radius: 3px;
}
.button-black:hover:before,
div.cart_totals div.wc-proceed-to-checkout .checkout-button:hover:before {
  width: 100%;
}
.button-black:hover,
div.cart_totals div.wc-proceed-to-checkout .checkout-button:hover {
  color: #005da6;
  background-color: #fff;
  border: 1px solid #005da6;
}

.product-like {
  margin-top: 4rem;
}
.page-template-my-account ul.products li.product a.cat {
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  border-top: none;
  background-color: #f7f8fa;
  padding: 1.5rem;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  display: none;
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button {
  order: 9;
  background-color: white;
  color: #333;
  font-weight: 400;
  box-shadow: none;
}
.account-order-list p.price {
  text-align: right;
}