/*---------------------------------------
    16. My Account CSS
-----------------------------------------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.myaccount-tab-menu a {
  border: 1px solid #eeeeee;
  border-bottom: none;
  color: #333333;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding: 15px 15px 13px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #eeeeee;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #333333;
  color: #ffffff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #eeeeee;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content h3 {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.myaccount-content .welcome a {
  color: #000000;
}

.myaccount-content .welcome a:hover {
  color: #333333;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  background: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  padding: 10px 20px;
  border-radius: 3px;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  background-color: #333333;
}

.myaccount-content button.save-change-btn {
  background: none;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  width: 140px;
  padding: 10px 0;
  border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
  background-color: #333333;
}

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th, .myaccount-table .table th {
  padding: 10px;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.myaccount-table table td a:hover, .myaccount-table .table td a:hover {
  color: #333333;
}

.saved-message {
  border-top: 3px solid #333333;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0;
}

.account-details-form input { /*display: block; width: 100%;*/
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #656565;
}

.address_wp {
  margin-bottom: 20px;
}

.address_wp .panel-body {
  margin-bottom: 20px;
  margin-top: 20px;
  border: none;
  padding: 0 10px;
}

.address_list {
  padding-left: 0;
  list-style-type: none;
}

.address_list li {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 50%;
  float: left;
}

.address_list li:first-child {
  padding-top: 0;
  border: none;
}

.address_list li:nth-child(2) {
  padding-top: 0;
  border: none;
}

.address_list li .address_text {
  font-size: 16px;
  color: #7d7d7d;
}

.link_wp .link {
  padding: 0 10px;
  font-size: 16px;
  color: #333333;
  border-left: 1px solid #333333;
}

.link_wp .link:hover {
  color: #BDA87F;
}

.link_wp .link:first-child {
  padding-left: 0;
  border-left: none;
}

.account-section {
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .account-section {
    padding-top: 30px 0;
  }
}
.account-section .btn {
  color: #fff;
  font-size: 16px;
  height: auto;
  padding: 10px 30px;
  font-weight: 600;
  background-color: #333333;
  border-color: #333333;
  box-shadow: none;
}
.account-section .address_form {
  margin-top: 0;
}
.account-section #rating_stars li {
  background-color: transparent;
}
.account-section .footer_btm, .account-section .return_bottom_btn {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 40px 0;
}
.account-section .req_retn_btn {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  cursor: pointer;
  display: inline-block;
  font-size: 13.3px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 39px;
  padding: 0 27px;
  text-transform: uppercase;
}
.account-section .retn_order_hist .fa-angle-left {
  margin-right: 5px;
}
.account-section .mb-30 {
  margin-bottom: 30px;
}
.account-section .gen_otp {
  font-size: 13px;
  color: #005dff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  z-index: 3;
}
.account-section .gen_otp:hover {
  color: #005dff;
}

/* accout edit start */
.account_edit_page input, .account_edit_page .iti {
  width: 100%;
}
.account_edit_page .btn-common:disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}
.account_edit_page .form-group.has-error input {
  border-color: red;
}
.account_edit_page .form-group.has-error #new_generate_otp {
  top: 30%;
}
.account_edit_page .otp_block {
  width: 100%;
  margin-top: 15px;
}
.account_edit_page .otp_block .form-control {
  height: 45px;
}
.account_edit_page #new_generate_otp, .account_edit_page .otp_block {
  display: none;
}
@media only screen and (max-width: 479px) {
  .account_edit_page .panel-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account_edit_page .pd-0 {
    padding: 0;
  }
}
.account_edit_page .ship_wrap label {
  margin-right: 10px;
}
.account_edit_page .ship_wrap label.control-label {
  margin-right: 0;
}
.account_edit_page .ship_wrap label input {
  width: auto;
}

.code_inp_list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.code_inp_list li {
  width: 11.5%;
  margin-left: 10px;
  border-bottom: 1px solid #c7c7c7;
  height: 23px;
}

.code_inp_list li:first-child {
  margin-left: 0;
}

.code_inp_list li .code_inp {
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border: none !important;
  height: auto !important;
  padding: 0;
  text-align: center;
  background: none;
}

.code_inp_list li .code_inp:focus {
  outline: none;
  box-shadow: none;
}

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px;
}

#category-list-paging.page-pagination li {
  margin: 5px 5px;
}

.page-pagination li span {
  color: #333333;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-pagination li a {
  color: #333333;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-pagination li span i {
  line-height: 24px;
}

.page-pagination li.active span {
  color: #ffffff;
  background-color: #333333;
}