.sections.nav-sections {
  /* margin-bottom: 0; */
}
.actions-toolbar > .primary, .actions-toolbar > .secondary {
  text-align: left;
}

.customer-account-create .form-create-account,
.customer-account-create .page-title-wrapper {
  width: 30%!important;
  min-width: unset!important;
  margin-left: auto;
  margin-right: auto;
}
form .label,
form .legend {
  text-align: left!important;
  width: 100%!important;
  margin-left: 0!important;
}
.fieldset > .field.note {
  margin: 0;
}
.fieldset > .field {
  margin-bottom: 10px!important;
}
.fieldset > .field:before {
  display: none!important;
}
.fieldset > .field .control {
  width: 100%!important;
}
h1.page-title, h2.page-title {
  border-bottom: 1px solid #ededed;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.login-container {
  display: flex;
  justify-content: space-between;
}

.columns .column.main {
  padding: 0;
}
/* .login-container .block-new-customer,
.login-container .block-customer-login { */

body:not(.account) .column.main > div > div:first-of-type,
body:not(.account) .column.main > div > div:first-of-type + div {
  width: 50%!important;
  padding: 20px!important;
  padding-bottom: 60px!important;
  position: relative!important;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}
.column.main > form {
  position: relative;
  padding-bottom: 60px!important;
}
.column.main > div > div:first-of-type .actions-toolbar,
.column.main > div > div:first-of-type + div .actions-toolbar,
.column.main > form .actions-toolbar {
  position: absolute;
  bottom: 0;
  margin: 0!important;
  display: flex;
  flex-direction: column-reverse;
}
.column.main > form .actions-toolbar {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.column.main > form .actions-toolbar:before,
.column.main > form .actions-toolbar:after {
  display: none;
}
.column.main > div > div:first-of-type .actions-toolbar .secondary,
.column.main > div > div:first-of-type + div .actions-toolbar .secondary {
  margin-bottom: 20px;
}

.login-container .block-new-customer {

}

.login-container .block-customer-login {
  border-left: 1px solid #ededed;
}

.column.main > div > div:first-of-type .fieldset:after,
.column.main > div > div:first-of-type + div .fieldset:after {
    position: absolute;
    top: 20px;
    margin: 0;
    padding: 0;
    right: 20px;
}

.column.main .block-title {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  border: none;
  padding: 0;
}
.column.main > div:first-of-type > div:first-of-type {

}

.account-nav-content .nav.items,
.account-nav .item {
  width: 100%;
  display: block;
}
.account-nav .item a, .account-nav .item > strong {
  color: #636363!important;
}
.account-nav .item.current a, .account-nav .item.current strong {
  border-color: #636363!important;
  color: #D5AD6D!important;
}






table.data.table thead th,
table.data.table thead td,
table.data.table tbody th,
table.data.table tbody td {
  border-bottom: 1px solid silver!important;
  white-space: nowrap;
  padding: 10px;
}

table.data.table thead th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: normal;
}

@media (max-width: 768px) {
  .page-main {
    margin-top:25px;
  }
  .login-container {
    flex-direction: column;
  }
  body:not(.account) .column.main > div > div:first-of-type,
  body:not(.account) .column.main > div > div:first-of-type + div {
    width: 100%!important;
  }
  .login-container .block-customer-login {
    border: none;
    border-top: 1px solid #ededed;
  }
  .customer-account-create .form-create-account,
  .customer-account-create .page-title-wrapper {
    width: 100%!important;
    min-width: unset!important;
  }
  .column.main .block-title {
    font-size: 21px;
  }
  form.form-login .actions-toolbar {
    display: flex!important;
    flex-direction: row-reverse!important;
    width: 100%;
    position: unset!important;
    margin: 0!important;
    justify-content: space-around;
  }
}


@media (min-width: 769px) {
  .sales-order-view .page-title-wrapper {
    position: relative;
  }
  .sales-order-view .page-title-wrapper h1 {
    margin: 0 0 30px 0!important;
  }
  .sales-order-view .page-title-wrapper .order-status {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 5px 16px;
    background: #ededed;
    border-radius: 10px 9px 0 0;
  }
  .sales-order-view .page-title-wrapper .order-date {
    float: left;
  }
  .sales-order-view .actions-toolbar.order-actions-toolbar {
    position: absolute;
    right: 0;
    top: 42px;
  }

  table.data.table thead th:nth-of-type(1),
  table.data.table thead td:nth-of-type(1),
  table.data.table tbody th:nth-of-type(1),
  table.data.table tbody td:nth-of-type(1),
  table.data.table thead th:nth-of-type(2),
  table.data.table thead td:nth-of-type(2),
  table.data.table tbody th:nth-of-type(2),
  table.data.table tbody td:nth-of-type(2) {
    width: 150px;
  }
  table.data.table thead th:nth-of-type(4),
  table.data.table thead td:nth-of-type(4),
  table.data.table tbody th:nth-of-type(4),
  table.data.table tbody td:nth-of-type(4) {
    text-align: right;
  }
  table.data.table thead th:nth-of-type(5),
  table.data.table thead td:nth-of-type(5),
  table.data.table tbody th:nth-of-type(5),
  table.data.table tbody td:nth-of-type(5) {
    text-align: center;
    padding-left:30px;
    padding-right:30px;
  }

}
