span.ion-arrow-right-c {
    margin-left: .25em;
}


@media (min-width:0px){
  .template-customers-account #main,
  .template-customers-addresses #main{
    max-width:1060px;
  }

  .breadcrumb {
      display: block;
  }
  .action_link a {
    font-weight: bold;
    color: #5c5c5c;
  }
  .action_return {
/*       margin-top: 14px; */
      display: block;
      margin-bottom: 2em;
  }
  #admin_header .action_link {
      display: block;
      margin-bottom: 0;
  }
  div#return_to_store {
      margin-bottom: 0;
  }

  #account .main-content,
  #addresses .main-content,
  #profile .main-content,
  #create-account .main-content,
  #order-history .main-content {
    max-width: 1024px;
    margin: .5em auto 0;
    padding: 0 1rem 0;
  }

  /*********************/
  /* ACCOUNT DASHBOARD */
  /*********************/


  #account.customers-account #content {
    max-width: 350px;
    padding: 3em 0;
  }

  h1.account-dash-header,
  #admin_header p {
      display: inline-block;
      margin-bottom: 0;
  }
  h1.account-dash-header {
      font-weight: 300;
      font-size: 3em;
      margin-top: 0;
  }
  #admin_header h1.account-dash-header {
  	padding: 0;
    margin: 0;
    border: 0;
/*     display: block; */
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
  }
  #admin_header {
/*     margin-bottom: 15px; */
       margin-bottom: 0px;
  }
  #admin_header p {
    margin-top: 1em;
    float: right;
  }
  a.admin-sign-out {
    float: none !important;
    margin: 0 !important;
  }
  a.admin-sign-out,
  .dash-option a, .comingsoon,
  a.edit-profile,
  #customr a {
      font-weight: bold;
      color: #5c5c5c;
  }
  .dash-option {
      width: 100%;
      display: block;
      border-bottom: 1px solid #eaeaea;
      height: 120px;
  }
  .dash-option-container {
      border-top: 1px solid #cdcdcd;
      margin-top: .5em;
      padding-top: 1em;
      width: 100%;
  }
  .dash-option-container .dash-option h2 {
    margin: .5em 0;
  }
  .dash-option-container .dash-option p {
    margin-bottom: .25em;
  }
  .customers-account .address-book h2,
  .customers-account .order-history h2 {
    margin-top: 1em;
  }


  /*****************/
  /*    ADDRESS    */
  /*****************/

  .customers-addresses .action_top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
  }
  .default_address.note {
    display: block;
  }
  .address_table {
    width: 50%;
    float: left;
  }
  .address_table.edit-address {
  	width:100%;
  }
  .address_table:first-child .edit_address {
    border: 0;
  }
  .edit_address .action_bottom .btn {
    border-radius: 0;
  }
  .edit_address {
    border-top: 1px solid #ccc;
    padding-top: 2em;
  }

  #addresses.customers-addresses #content {
    max-width: 350px;
    padding: 3em 0;
  }
  .dash-option-container .customer_address_table .label {
    display: inline-block;
    width: 30%;
    padding-right: .5em;
  }
  .dash-option-container .customer_address_table .value {
    display: inline-block;
    width: 70%;
  }
  .dash-option-container h4#add_address_title {
      font-weight: bold;
  /*     color: #ca3433; */
/*       color: #000000; */
      font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      margin: 1em 0 1.33em 0;
  }
  .dash-option-container table.customer_address_table {
    max-width: 331px;
  }
  .dash-option-container select {
      width: 100%;
      -webkit-appearance: none;
      padding-left: 10px;
      color: #BFBFBF;
      height: 29px;
      border: 1px #CACACA solid;
      border-radius: 0;
  }
  .dash-option-container .customer_address_table span.ion-ios-arrow-down {
  	  position: absolute;
      margin-top: -35px;
      margin-left: 14.5em;
  }
  .dash-option-container h4.address_title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #5c5c5c;
    margin: 1.33em 0;
  }
  .dash-option-container #action {
    margin-bottom: 0;
  }
  div#address_tables {
    margin: 1em 0 0;
  }
  #addresses .action_delete {
    margin-left: 15px;
  }
  #addresses .action_edit {
    padding: 0;
    border: 0;
    margin: 0;
  }
  .customer_address .address_actions {
    margin-top: 5px;
  }
  #addresses .action_bottom span.note {
    text-align: center;
    display: block;
  }
  .value input[type="checkbox"] {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #b1b1b1;
    width: 10px;
    height: 10px;
    display: inline;
    border-radius: 1px;
    margin-right: .25em;
    padding: 0px 6px;
  }
  #addresses .action_bottom {
    margin-top: 1.5em;
  }
  #addresses #add_address {
/*     border-bottom: 1px solid #ccc; */
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #addresses .action_bottom input.btn {
    width: 100%;
  }
  #addresses input#address_default_address_new {
  	min-width: auto;
  }


  /*****************/
  /* ORDER HISTORY */
  /*****************/
  #order-history.page-order #content {
      padding: 3em 0;
  }
  .page-order .dash-option-container p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2em;
  }
  #orderHistorySwiper {
  	display: block;
  }
  table.order-table {
  	display: none;
  }
  #orderHistorySwiper .swiper-slide label {
      display: block;
      font-weight: bold;
      margin-top: .5em;
  }
  .order-table thead {
    order: 1;
    display: inline-block;
    width: 30%;
    float: left;
    border-right: 1px solid #E6E6E6;
  }
  .order-table tbody tr {
      width: 49%;
      border-right: 1px solid #E6E6E6;
      display: inline-block;
  }
  .order-table th {
      text-transform: uppercase;
      text-align: left;
      font-size: .8em;
      vertical-align: top;
      display: block;
      padding: .5em .5em .5em 0;
  }
  .order-table tbody {
    order: 2;
    display: inline-block;
    width: 70%;
    overflow-x: scroll;
    max-width: 205px;
  }
  .order-table td {
    padding: 0.45em .5em .2em;
    display: block;
  }
  .order-table tr {
    cursor: pointer;
  }
  a.order-view {
      margin-top: 2em;
      display: block;
      font-weight: bold;
      color: #ca3433;
  }



  /*****************/
  /* ORDER DETAIL  */
  /*****************/

  .customers-order #content {
    padding: 3em 0;
  }
  .customers-order .quantity {
  	line-height: initial;
    height: initial;
    width: initial;
    color: #5c5c5c;
    border: 0;
    text-align: left;
  }
  .customers-order #admin_header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .template-customers-order div#main {
      padding: 1em;
      max-width: 1060px;
      margin: auto;
  }
  .order_total td.label,
  .order_total .total.money {
    font-weight: bold;
  }
  #order_payment .address p,
  #order_shipping .address p {
    margin-bottom: 0;
  }
  .template-customers-order .address p {
    margin: 0;
  }
  #admin_header h2.title {
    margin: .83em 0;
  }
  #order_address {
    border-top: 1px solid #ccc;
    margin-top: 1em;
    float: none;
  }
  #order_details {
      width: 100%;
      text-align: left;
      margin-top: 2em;
      text-transform: capitalize;
  }
  #order_shipping p,
  #order_payment p {
      margin-top: 0;
  }
  h4.order_section_title {
	margin-bottom: .5em;
    font-weight: bold;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #5c5c5c;
    margin-top: 1.33em;
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  #order_details tbody tr td {
      padding: 1em 0;
  }

  #order_details thead *, #order_details tbody * {
      display: block;
  }

/* THEAD   */
  #order_details thead {
    width: 40%;
    display: inline-block;
  }
  #order_details thead th {
      padding-bottom: 1.3em;
  }
/* TBODY   */
  #order_details tbody {
      width: 60%;
      display: inline-block;
  }
  #order_details tbody tr td {
      padding: .5em;
  }

/* TFOOT   */
  #order_details tfoot {
      font-size: 1em;
      font-weight: 600;
      border-top: 1px solid gray;
      display: block;
  }
  #order_details tfoot .note .label {
    width: 75%;
    padding: .4em 0;
  }
  #order_details tfoot .note .money,
  #order_details tfoot .total.money {
      width: 25%;
      text-align: right;
  }
  #order_details tfoot tr:first-child td {
    padding-top: .5em;
  }
  th.order-label {
    text-align: left;
    width: 30%;
  }
  #m-order_details tbody tr.odd:nth-child(n+2),
  #m-order_details tbody tr.even {
    margin-bottom: 1.5em;
    display: block;
  }
  #m-order_details tfoot {
    border-top: 1px solid gray;
  }
  tr.m-order-item {
    border-top: 1px solid #E2E2E2;
  }
  #order_details {
  	display: none;
  }
  h3.m-order-table {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  #m-order_details * {
    display: block;
  }
  #m-order_details .m-order-item td {
    /* border: 1px solid blue; */
    display: inline-block;
  }
  #m-order_details th.order-label {
    display: inline-block;
    width: 25%;
    background: #7B7B7B;
    color: #fff;
    padding: 2px;
  }
  #m-order_details tfoot td {
    display: inline-block;
  }
  #m-order_details tfoot .order_summary td.label {
    width: 70%;
  }
  #m-order_details tr.order_summary.note td {
/*     margin-top: .5em; */
    margin-top: initial;
    vertical-align: top;
  }
  #m-order_details tbody {
  	margin-bottom: 1em;
  }

  /*******************/
  /* ACCOUNT PROFILE */
  /*******************/

  #profile.page-profile #content {
    max-width: 350px;
    padding: 3em 0;
  }
  #profile.page-profile .dash-option-container a {
    font-weight: bold;
    color: #5c5c5c;
  }
  button.edit-profile {
      padding: 3px 10px;
  }
  ul.profile-info {
      list-style-type: none;
      padding: 0;
      margin: 1em 0;
      border-top: 1px solid #ccc;
      padding-top: 1em;
  }
  .profile-info label {
      font-weight: bold;
      display: block;
  }
  .profile-info li {
      margin-bottom: .5em;
  }



  /*************************/
  /* EDIT ACCOUNT PROFILE  */
  /*************************/

  #lace-up-nyc div#main {
    padding: 1em;
    max-width: 1060px;
    margin: auto;
  }
  #lace-up-nyc form#customr-edit {
    padding-top: .5em;
  }
  #lace-up-nyc #breadcrumb {
  	display: none;
  }
  #lace-up-nyc #content {
    max-width: 350px;
  }
  #lace-up-nyc form#customr-edit,
  .customr-edit input[type="submit"]:nth-child(2),
  .customr-edit h1 {
	/* 	width: 75%; */
  }
  #customr-edit input[type="text"],
  #customr-edit input[type="email"]{
    border-radius: 0;
    margin-bottom: .5em;
  }
  .customr-edit input[type=submit] {
    margin: 10px 0;
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
/*     padding: 7px; */
  }
  .customr-edit h1 {
    border-bottom: 1px solid #959595;
    padding-bottom: .5em;
  }
  .customr-edit #customr-message.notice{
    background: #B3B3B3 !important;
    width: 75%;
    border: 0;
  }
}

@media (min-width:768px){

  .action_return {
	margin-top: initial
  }


  /*********************/
  /* ACCOUNT DASHBOARD */
  /*********************/

  #admin_header p {
      margin-left: 1em;
  }
  .dash-option {
      display: inline-block;
      vertical-align: top;
  }
  .my-account,
  .wishlist {
      margin-right: 1em;
  }
  #admin_header h1.account-dash-header {
	  display: inline-block;
  }



  /*****************/
  /* ORDER HISTORY */
  /*****************/

  #orderHistorySwiper {
  	display: none;
  }
   table.order-table {
  	display: block;
  }

  table.order-table {
    width: 100%;
    margin-top: 1em;
    display: table;
    text-transform: capitalize;
  }
  .order-table thead {
      order: 1;
      display: table-header-group;
      width: initial;
      float: none;
      border-right: 0;
  }
  .order-table th {
      text-transform: capitalize;
      text-align: left;
      font-size: 12px;
      display: table-cell;
  }
  .order-table tbody {
      order: 2;
      display: table-row-group;
      width: 100%;
      overflow-x: initial;
      max-width: initial;
  }
  .order-table tbody tr {
      width: 100%;
      border-right: 0;
      display: table-row;
  }
  .order-table td {
	  padding: 5px 0 0;
      display: table-cell;
      width: 25%;
  }

  /*****************/
  /* ORDER DETAIL  */
  /*****************/

  #order_details tbody tr td:nth-child(1) {
  	width: 50%;
  }
  #order_details tfoot tr:first-child td {
    padding-top: .5em;
  }
  #order_details tr {
    display: table-row;
  }
  #order_details td {
  	display: table-cell;
  }
  #order_details {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2em;
  }
  #order_details thead th {
    padding-bottom: .5em;
    border-bottom: 1px solid gray;
    display: table-cell;
    width: 10%;
  }
  #order_details thead {
      width: initial;
      display: table-header-group;
  }
  #order_details tbody {
    width: 100%;
    display: table-row-group;
  }
  #order_details tbody tr td {
/*       padding: 1em 0; */
    padding: .2em 0;
  }
  #order_details tfoot {
    display: table-footer-group;
  }
  #order_details tfoot .note .label {
    width: initial;
    padding: 0;
  }
  #order_details tfoot .note .money,
  #order_details tfoot .total.money {
    width: initial;
    text-align: initial;
  }
  #order_details {
  	display: table;
  }
  #m-order_details {
  	display: none;
  }



}

@media (min-width:1024px){

  /*****************/
  /* ORDER HISTORY */
  /*****************/

  .order-table th {
/*       font-size: 1.3em; */
  }

}
