/*--------customers account-------*/
.wrapbox-content-account .userbox {
  max-width: 650px;
  padding: 70px 65px; }
  .wrapbox-content-account .userbox h1, .wrapbox-content-account .userbox h2 {
    font-size: 26px;
    margin: 0 0 32px;
    font-weight: 600; }
  .wrapbox-content-account .userbox .errors {
    background: #F4E4E5;
    color: red;
    padding: 12px 20px;
    white-space: normal;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500; }
  .wrapbox-content-account .userbox label.text-field {
    font-size: 12px;
    letter-spacing: 1px;
    color: #000; }
  .wrapbox-content-account .userbox .form-control {
    background: #f3f5f6;
    border-radius: 0;
    color: #000; }
    .wrapbox-content-account .userbox .form-control:focus {
      background: #fff; }
  @media (max-width: 767px) {
    .wrapbox-content-account .userbox {
      padding: 0; } }

.wrapbox-content-account .action-button .btn {
  width: 100%;
  padding: 15px 20px;
  font-weight: 600; }

.wrapbox-content-account .register--password {
  color: #959898; }
  .wrapbox-content-account .register--password a {
    color: #282828; }
    .wrapbox-content-account .register--password a:hover {
      color: #f48380; }

#grender-group input[type="radio"] {
  display: none; }
  #grender-group input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
    margin: 10px 20px 5px 0; }
    #grender-group input[type="radio"] + label:before, #grender-group input[type="radio"] + label:after {
      content: "";
      position: absolute;
      border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #grender-group input[type="radio"] + label:before {
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      background: #000000;
      -moz-box-shadow: inset 0 0 0 18px #efefef;
      -webkit-box-shadow: inset 0 0 0 18px #efefef;
      box-shadow: inset 0 0 0 18px #efefef; }
    #grender-group input[type="radio"] + label:after {
      top: 49%;
      left: 9px;
      width: 54px;
      height: 54px;
      opacity: 0;
      background: rgba(0, 0, 0, 0.3);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }
  #grender-group input[type="radio"]:checked + label:before {
    -moz-box-shadow: inset 0 0 0 4px #efefef;
    -webkit-box-shadow: inset 0 0 0 4px #efefef;
    box-shadow: inset 0 0 0 4px #efefef; }

.layout-info-account .title-info-account h1 {
  font-size: 38px; }
  .layout-info-account .title-info-account h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    margin: 30px auto;
    background: #252a2b; }
  @media (max-width: 767px) {
    .layout-info-account .title-info-account h1 {
      font-size: 30px; } }

.account-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px; }

.title-detail {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #282828;
  border-bottom: 1px solid #ededed; }

.account-list > ul > li > a {
  padding: 5px 0; }
  .account-list > ul > li > a:before {
    content: "\f192";
    font-family: "FontAwesome";
    font-size: 8px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: 2px; }

#view_address {
  font-weight: 500;
  opacity: 0.8;
  text-decoration: underline;
  margin: 5px 0;
  display: inline-block; }

.wrap-order-table {
  background: #d9edf7; }
  .wrap-order-table .customers-order-bg {
    background: #fff; }

#customer_orders .table {
  width: 100%;
  background: #fff;
  color: #282828; }
  #customer_orders .table tr:first-child > th {
    border-top: 0;
    background: #fcfcfc;
    border-bottom: 1px solid #ededed; }
  #customer_orders .table tr a {
    font-weight: 500;
    line-height: 20px;
    opacity: 0.66; }
  #customer_orders .table tr td {
    padding: 8px;
    line-height: 22px;
    border-top: 0; }
    #customer_orders .table tr td:last-child {
      padding-right: 8px; }
    #customer_orders .table tr td:first-child {
      padding-left: 8px; }
  #customer_orders .table tr th {
    padding: 8px; }
    #customer_orders .table tr th:last-child {
      padding-right: 8px; }
    #customer_orders .table tr th:first-child {
      padding-left: 8px; }

#order_details tr td {
  vertical-align: middle;
  font-size: 14px; }
  #order_details tr td a, #order_details tr td b {
    font-weight: 500; }
  #order_details tr td.order-image {
    width: 70px; }
    #order_details tr td.order-image a {
      width: 70px;
      display: block;
      border: 1px solid #ebebeb; }
  #order_details tr td.title {
    max-width: 300px; }
    #order_details tr td.title .variant {
      font-size: 13px;
      opacity: 0.8; }

#order_details tr.order_summary .total-money b {
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table > tbody > tr > td {
    white-space: nowrap; } }

.customer-order-cancelled .infomation-order {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase; }
  .customer-order-cancelled .infomation-order .order_date {
    font-weight: normal;
    font-size: 14px;
    text-transform: none; }

.customer-order-cancelled .order-cancelled h5 {
  font-size: 14px;
  font-weight: 500; }

.order_section_title {
  font-size: 15px; }

.account-order .alert {
  padding: 15px; }

.account-order .address {
  background: #fbfbfb; }

.account-order .text_status {
  font-weight: 500; }

.wrap_edit_address .address_title {
  font-size: 16px;
  padding: 14px 65px 14px 10px;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .wrap_edit_address .address_title h3 {
    font-size: 14px;
    font-weight: 500; }

.wrap_edit_address .address_actions {
  top: 0;
  right: 0;
  bottom: 0; }
  .wrap_edit_address .address_actions .action_link {
    width: 30px;
    padding: 12px 0; }

.wrap_edit_address .large_view .lb-left {
  width: 35%; }

.wrap_edit_address .large_view .lb-right {
  width: 65%; }

.wrap_edit_address .input-group .input-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #ebeded;
  color: #6d6f70; }

.wrap_edit_address .input-group .input-textbox {
  height: 38px;
  border-radius: 0; }
  .wrap_edit_address .input-group .input-textbox.form-control {
    background: #fff; }
    .wrap_edit_address .input-group .input-textbox.form-control:focus {
      border-color: #ebeded; }
  .wrap_edit_address .input-group .input-textbox.custom-select {
    border: 1px solid #ebeded;
    box-shadow: none;
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjU1cHgiIGhlaWdodD0iMjU1cHgiIHZpZXdCb3g9IjAgMCAyNTUgMjU1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTUgMjU1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImFycm93LWRyb3AtZG93biI+PHBvbHlnb24gcG9pbnRzPSIwLDYzLjc1IDEyNy41LDE5MS4yNSAyNTUsNjMuNzUgIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) no-repeat right 10px center;
    background-size: 13px; }

.wrap_edit_address .action_bottom .btn {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 30px;
  border: 0;
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0; }
