body.account .columns {
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  body.account .columns {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  body.account .main {
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
@media screen and (min-width: 1024px) {
  body.account .sidebar {
    width: 206px;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #e4e5ec;
  }
}
body.account .page-title-wrapper {
  max-width: none;
}
body.account .page-title-wrapper .page-title {
  font-family: 'Mulish', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .0015em;
  padding: 0;
  margin: 0 0 40px;
}
body.account .page.messages .message {
  max-width: none;
}
body.account .page.messages .message:last-child {
  margin-bottom: 0;
}
.account-nav-welcome {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .0015em;
  padding: 14px 8px;
}
@media screen and (max-width: 1023px) {
  .account-nav-welcome {
    display: none;
  }
}
.account-nav-welcome span {
  display: block;
}
.account-nav {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .account-nav {
    font-family: 'Mulish', sans-serif;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.account-nav-title {
  font-weight: 600;
  letter-spacing: .0015em;
  background: #eee;
  padding: 24px 64px 24px 16px;
  cursor: pointer;
  position: relative;
  user-select: none;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 1024px) {
  .account-nav-title {
    display: none;
  }
}
.account-nav-title:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -12px 0 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.35355 10.3537C6.15829 10.1584 6.15829 9.84186 6.35355 9.6466L6.64644 9.35371C6.84171 9.15845 7.15829 9.15845 7.35355 9.35372L12 14.0003L16.6464 9.3536C16.8417 9.15832 17.1583 9.15833 17.3536 9.35362L17.6465 9.6466C17.8417 9.84187 17.8417 10.1584 17.6465 10.3537L12.1768 15.8234C12.0791 15.921 11.9209 15.921 11.8232 15.8234L6.35355 10.3537Z' fill='%23141729'/%3E%3C/svg%3E%0A") no-repeat 0 0;
  background-size: 24px;
  transition: transform .2s;
}
.account-nav-title.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 1023px) {
  .account-nav-content {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .account-nav-content.active {
    display: block;
  }
}
.account-nav-content .item {
  border-bottom: 1px solid #eee;
  padding: 1px 0;
}
@media screen and (max-width: 1023px) {
  .account-nav-content .item {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #d9d9d9;
  }
}
@media screen and (min-width: 1024px) {
  .account-nav-content .item:last-child {
    border-bottom: 0;
  }
}
.account-nav-content .item.current a {
  padding: 0;
}
.account-nav-content a,
.account-nav-content strong {
  display: block;
  padding: 14px 0 14px 8px;
}
@media screen and (max-width: 1023px) {
  .account-nav-content a,
  .account-nav-content strong {
    padding: 24px 56px 24px 16px;
  }
}
.account-nav-content a {
  transition: background-color 0.2s;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .account-nav-content a {
    font-weight: 400;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3537 17.6464C10.1584 17.8417 9.84186 17.8417 9.6466 17.6464L9.35371 17.3536C9.15845 17.1583 9.15845 16.8417 9.35372 16.6464L14.0003 12L9.3536 7.35358C9.15832 7.15831 9.15833 6.8417 9.35362 6.64644L9.6466 6.3535C9.84187 6.15826 10.1584 6.15827 10.3537 6.35353L15.8234 11.8232C15.921 11.9209 15.921 12.0791 15.8234 12.1768L10.3537 17.6464Z' fill='%23141729'/%3E%3C/svg%3E%0A");
    background-position: calc(100% - 24px) 50%;
    background-repeat: no-repeat;
    background-size: 24px;
  }
}
.account-nav-content a:hover {
  background-color: #f9f9f9;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .account-nav-content a:hover {
    background-color: #ddd;
  }
}
.account-nav-content strong {
  background-color: #f9f9f9;
  font-weight: 600;
}
.form-account-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .0015em;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .form-account-title {
    font-size: 16px;
  }
}
.form-account-title span {
  margin-right: 8px;
}
.form-account-title .action {
  color: #074ee8;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
  font-weight: 400;
}
.form-account-title .action:hover {
  text-decoration: none;
}
.form-account {
  max-width: 465px;
}
.form-account .legend {
  display: block;
  width: 100%;
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .0015em;
  margin-bottom: 24px;
}
.form-account .input-text,
.form-account .cc_search_input,
.form-account select {
  font-family: 'Mulish', sans-serif;
  display: block;
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: .4px;
  color: #141729;
}
.form-account .input-text::placeholder,
.form-account .cc_search_input::placeholder,
.form-account select::placeholder {
  color: #777;
  opacity: 1;
}
.form-account .input-text.mage-error,
.form-account .cc_search_input.mage-error,
.form-account select.mage-error {
  border-color: #e31c1c;
}
.form-account .input-text:focus,
.form-account .cc_search_input:focus,
.form-account select:focus {
  border-color: #074ee8;
  box-shadow: inset 0 0 0 1px #074ee8;
}
.form-account textarea {
  height: auto;
  min-height: 88px;
  resize: vertical;
  padding: 16px;
}
.form-account select {
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcuNjQ2IDEwLjM1NGEuNS41IDAgMCAwIDAtLjcwN2wtLjI5Mi0uMjkzYS41LjUgMCAwIDAtLjcwOCAwTDEyIDE0IDcuMzU0IDkuMzU0YS41LjUgMCAwIDAtLjcwOCAwbC0uMjkyLjI5M2EuNS41IDAgMCAwIDAgLjcwN2w1LjQ3IDUuNDdhLjI1LjI1IDAgMCAwIC4zNTMgMGw1LjQ3LTUuNDdaIiBmaWxsPSIjMTQxNzI5Ii8+PC9zdmc+) no-repeat 100% 50%;
  background-position: calc(100% - 10px) 50%;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
.form-account select::-ms-expand {
  display: none;
}
.form-account .field {
  max-width: 343px;
  margin-bottom: 16px;
}
.form-account .field .label {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px;
}
.form-account .field .label .optional {
  color: #777;
}
.form-account .field .control {
  position: relative;
  padding-right: 32px;
}
.form-account .field .nested .field {
  margin-top: 16px;
  margin-bottom: 0;
}
.form-account .field .nested .control {
  margin-right: -32px;
}
.form-account .field.choice {
  margin-right: 0;
  cursor: default;
}
.form-account .field.choice:hover .label:before {
  border: 1px solid #ddd;
}
.form-account .field.choice .label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 24px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
  padding-left: 32px;
  color: #141729;
  margin-right: 0;
  margin-bottom: 0;
}
.form-account .field.choice .label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: -12px 0 0;
}
.form-account .field.choice .label:after {
  display: none;
}
.form-account .field.choice input {
  left: 5px;
  top: 5px;
}
.form-account .field.choice input:checked + .label:before {
  border: 0;
  border-radius: 8px;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuOTQ0IDcuOTM2YS41LjUgMCAwIDAtLjcwOS0uMDAxTDEwLjA3MSAxNC4xYS4xLjEgMCAwIDEtLjE0MiAwbC0yLjE2NS0yLjE1OGEuNS41IDAgMCAwLS43MDcgMGwtLjcwMy43MDRhLjUuNSAwIDAgMCAwIC43MDhsMy4yOTIgMy4yOTNhLjUuNSAwIDAgMCAuNzA4IDBsNy4yOTQtNy4yOTVhLjUuNSAwIDAgMCAwLS43MDVsLS43MDQtLjcxWiIgZmlsbD0iIzE0MTcyOSIvPjxyZWN0IHg9Ii41IiB5PSIuNSIgd2lkdGg9IjIzIiBoZWlnaHQ9IjIzIiByeD0iNy41IiBzdHJva2U9IiMxNDE3MjkiLz48L3N2Zz4=) no-repeat 50% 50%;
  background-size: 24px;
}
.form-account .field.choice input:checked + .label:after {
  display: none;
}
.form-account .field.choice.default-address {
  margin-bottom: 24px;
  max-width: 100%;
}
.form-account .field.choice.default-address:last-child {
  margin-bottom: 16px;
}
.form-account .field.choice.default-address .label {
  font-family: 'Mulish', sans-serif;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px 16px 15px 54px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  transition: border-color 0.2s;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  letter-spacing: 0;
}
.form-account .field.choice.default-address .label:before {
  top: 19px;
  left: 15px;
  margin-top: 0;
}
.form-account .field.choice.default-address .label:hover {
  border-color: #141729;
}
.form-account .field.choice.default-address .label strong {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-account .field.choice.default-address input:checked + .label {
  border-color: #141729;
}
.form-account .field.note {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding-top: 4px;
}
.form-account .field.notice {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding-left: 32px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHJva2U9IiMxNDE3MjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEyIDE3di03TTEyIDhWNyIvPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIiBzdHJva2U9IiMxNDE3MjkiLz48L3N2Zz4=) no-repeat 0 0;
  background-size: 24px;
  max-width: none;
}
.form-account .field._error .control,
.form-account .field._valid .control {
  position: relative;
}
.form-account .field._error .control:after,
.form-account .field._valid .control:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: '';
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 24px;
}
.form-account .field._error .control:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHN0cm9rZT0iI0UzMUMxQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48cGF0aCBkPSJtNiA2LjUgMTIgMTJNMTggNi41bC0xMiAxMiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjUpIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.form-account .field._valid .control:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNC41MTQgMTIuMTc4IDQuNDA0IDQuNDA0TDE4LjAwMSA3LjUiIHN0cm9rZT0iIzI3QUU2MCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
}
.form-account .field._valid input.input-text:not(:focus),
.form-account .field._valid select:not(:focus),
.form-account .field._valid textarea:not(:focus) {
  border-color: #27ae60;
}
.form-account .field-error,
.form-account div.mage-error,
.form-account .message.warning {
  font-family: 'Mulish', sans-serif;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .180451px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyLjY4IiByPSI5LjUiIHN0cm9rZT0iI0UzMUMxQyIvPjxwYXRoIGQ9Ik0xMiAxNy42OHYtN00xMiA4LjY4di0xIiBzdHJva2U9IiNFMzFDMUMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat 0 50%;
  background-size: 24px;
  padding: 0 0 0 34px;
  color: #e31c1c;
  min-height: 24px;
}
.form-account .field-error#password-error,
.form-account div.mage-error#password-error,
.form-account .message.warning#password-error {
  background: none;
  padding-left: 0;
  font-weight: 300;
  line-height: 1.5;
  min-height: 0;
  letter-spacing: 0;
  color: #333;
  margin-top: 0;
}
.fieldset-account + .fieldset-account:not(:empty) {
  margin-top: 24px;
}
.form-account-actions {
  max-width: 343px;
  margin-top: 24px;
}
.form-account-action-primary .action {
  font-family: 'Mulish', sans-serif;
  display: block;
  width: 100%;
  background: #074ee8;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
  padding: 12px 16px;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.form-account-action-primary .action:hover {
  background-color: #141729;
  color: #fff;
}
.form-account-action-secondary {
  margin-top: 40px;
  text-align: center;
}
.form-account-action-secondary .action {
  font-family: 'Mulish', sans-serif;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-decoration: underline;
}
.form-account-action-secondary .action:hover {
  text-decoration: none;
}
.form-account-action-secondary .action.delete {
  color: #e31c1c;
}
.account-notification-popup {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  z-index: 88;
  background: #333;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: calc(100% - 32px);
  min-width: 343px;
  font-size: 16px;
  line-height: 1.5;
  padding: 16px;
  transition: transform .2s, visibility .2s;
  pointer-events: none;
  visibility: hidden;
  letter-spacing: .15px;
}
@media screen and (max-width: 375px) {
  .account-notification-popup {
    min-width: calc(100% - 32px);
  }
}
.account-notification-popup._show {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-40px);
  -ms-transform: translateX(-50%) translateY(-40px);
  transform: translateX(-50%) translateY(-40px);
}
.account-notification-popup ~ .account-notification-popup {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
}
.account-notification-text {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  color: #fff;
}
.account-notification-text a {
  text-decoration: underline;
}
.account-notification-text a:hover {
  text-decoration: none;
}
.account-notification-action {
  display: block;
  margin: 0 0 0 16px;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTcuNjQ2IDcuNzYzYS41LjUgMCAwIDAgMC0uNzA3bC0uNzAzLS43MDNhLjUuNSAwIDAgMC0uNzA3IDBsLTMuODgzIDMuODgzYS41LjUgMCAwIDEtLjcwNyAwTDcuNzYzIDYuMzUzYS41LjUgMCAwIDAtLjcwOCAwbC0uNzAyLjcwM2EuNS41IDAgMCAwIDAgLjcwN2wzLjg4MyAzLjg4M2EuNS41IDAgMCAxIDAgLjcwN2wtMy44ODMgMy44ODNhLjUuNSAwIDAgMCAwIC43MDdsLjcwMy43MDNhLjUuNSAwIDAgMCAuNzA3IDBsMy44ODMtMy44ODNhLjUuNSAwIDAgMSAuNzA3IDBsMy44ODMgMy44ODNhLjUuNSAwIDAgMCAuNzA3IDBsLjcwMy0uNzAzYS41LjUgMCAwIDAgMC0uNzA3bC0zLjg4My0zLjg4M2EuNS41IDAgMCAxIDAtLjcwN2wzLjg4My0zLjg4M1oiLz48L3N2Zz4=) no-repeat 50% 50%;
  background-size: 24px;
  text-indent: -999em;
  overflow: hidden;
}
.account-dashboard-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.account-dashboard-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 24px;
  width: calc(50% - 12px);
  background: #f9f9f9;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .account-dashboard-block {
    width: 100%;
    margin-bottom: 16px;
  }
}
.account-dashboard-block-title {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .0015em;
  margin: 0 0 16px;
}
.account-dashboard-block-content {
  margin-bottom: 16px;
}
.account-dashboard-block-address-html {
  color: #777;
}
.account-dashboard-block-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}
.account-dashboard-block-actions a {
  margin-right: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .account-dashboard-block-actions a {
    color: #074ee8;
  }
}
.account-dashboard-block-actions a:hover {
  text-decoration: none;
}
.account-dashboard-block-actions a:last-child {
  margin-right: 0;
}
.account-dashboard-block-subscriptions {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
@media screen and (min-width: 1024px) {
  .account-dashboard-block-shipping-address {
    -ms-flex-order: 20;
    -webkit-order: 20;
    order: 20;
  }
}
.block-account-orders {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.block-account-orders-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 16px;
  margin: 0 0 24px;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .0015em;
}
@media screen and (max-width: 1023px) {
  .block-account-orders-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.block-account-orders-title span {
  font-weight: 500;
  margin-right: 8px;
}
.block-account-orders-title a {
  color: #074ee8;
  text-decoration: underline;
}
.block-account-orders-title a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .block-account-orders-content {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.account-orders {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  border-collapse: separate;
}
@media screen and (max-width: 1023px) {
  .account-orders thead {
    display: none;
  }
}
.account-orders thead th {
  text-align: left;
  font-weight: 400;
  letter-spacing: .15px;
  padding: 16px;
  background: #f9f9f9;
}
.account-orders thead th:first-child {
  border-radius: 8px 0 0 0;
}
.account-orders thead th:last-child {
  border-radius: 0 8px 0 0;
}
.account-orders tbody tr {
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1023px) {
  .account-orders tbody tr {
    display: block;
    width: 100%;
    padding: 16px 56px 16px 16px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }
  .account-orders tbody tr:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI1Ij48cGF0aCBmaWxsPSIjMTQxNzI5IiBkPSJNMTAuMzU0IDE4LjE0NmEuNS41IDAgMCAxLS43MDcgMGwtLjI5My0uMjkyYS41LjUgMCAwIDEgMC0uNzA4TDE0IDEyLjUgOS4zNTQgNy44NTRhLjUuNSAwIDAgMSAwLS43MDhsLjI5My0uMjkyYS41LjUgMCAwIDEgLjcwNyAwbDUuNDcgNS40N2EuMjUuMjUgMCAwIDEgMCAuMzUzbC01LjQ3IDUuNDdaIi8+PC9zdmc+) no-repeat 50% 50%;
    background-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .account-orders tbody tr:hover {
    background: #eee;
  }
}
.account-orders tbody td {
  vertical-align: middle;
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .account-orders tbody td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .account-orders .id {
    font-weight: 700;
    margin-bottom: 4px;
  }
  .account-orders .id:before {
    content: attr(data-th);
  }
}
@media screen and (max-width: 1023px) {
  .account-orders .type {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .account-orders .status {
    font-weight: 400;
  }
}
.account-orders .actions {
  width: 1%;
}
@media screen and (max-width: 1023px) {
  .account-orders .items,
  .account-orders .date,
  .account-orders .shipping,
  .account-orders .total,
  .account-orders .actions {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .account-orders .account-orders-total-mobile {
    display: none;
  }
}
.account-orders .account-orders-status {
  font-style: italic;
}
.account-orders .account-orders-status.complete {
  font-style: normal;
  color: #27ae60;
}
.account-orders .account-orders-status.canceled {
  font-style: normal;
  color: #e31c1c;
}
.account-table-dropdown {
  position: relative;
}
.account-table-dropdown.active .account-table-dropdown-trigger {
  background-color: #eee;
}
.account-table-dropdown.active .account-table-dropdown-content {
  display: block;
}
.account-table-dropdown-trigger {
  width: 24px;
  height: 24px;
  font-size: 0;
  border-radius: 8px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48Y2lyY2xlIGN4PSI3IiBjeT0iMTIiIHI9IjEiIGZpbGw9IiNBQUEiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxIiBmaWxsPSIjQUFBIi8+PGNpcmNsZSBjeD0iMTciIGN5PSIxMiIgcj0iMSIgZmlsbD0iI0FBQSIvPjwvc3ZnPg==) no-repeat 50% 50%;
  background-size: 24px;
  transition: background-color 0.2s;
}
.account-table-dropdown-trigger:hover {
  background-color: #eee;
}
.account-table-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  white-space: nowrap;
  padding: 2px;
  z-index: 10;
  min-width: 191px;
  margin: 8px 0 0;
}
.account-table-dropdown-item {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  line-height: 1.4285714285714286;
  letter-spacing: .180451px;
}
.account-table-dropdown-item a {
  display: block;
  padding: 16px;
  transition: background-color 0.2s;
  border-radius: 6px;
}
.account-table-dropdown-item a:hover {
  background-color: #eee;
}
.block-account-orders-empty {
  text-align: center;
  padding: 0 0 8px;
}
@media screen and (max-width: 1023px) {
  .block-account-orders-empty {
    padding-top: 8px;
  }
}
.block-account-orders-empty a {
  text-decoration: underline;
}
.block-account-orders-empty a:hover {
  text-decoration: none;
}
.block-account-orders-empty-text {
  margin: 0 0 32px;
  color: #777;
  font-style: italic;
}
/* Pagination = TEMP */
.account-orders-toolbar .pager .pages {
  text-align: center;
  margin-top: 24px;
}
.account-orders-toolbar .pager .pages > strong {
  display: none;
}
.account-orders-toolbar .pager .pages ul li {
  display: inline-block;
  border: 1px solid #d9d9d9;
}
.account-orders-toolbar .pager .pages ul li .page,
.account-orders-toolbar .pager .pages ul li .action {
  padding: .5em;
  display: block;
  min-width: 32px;
}
.account-orders-toolbar .pager .pages ul li span.label {
  display: none;
}
.account-orders-toolbar .pager .toolbar-amount,
.account-orders-toolbar .pager .limiter {
  display: none;
}
.order-info-top {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media screen and (max-width: 1023px) {
  .order-info-top {
    font-size: 16px;
  }
}
.order-info-top._alt {
  margin-bottom: 16px;
}
.order-info-top a {
  color: #074ee8;
  text-decoration: underline;
}
.order-info-top a:hover {
  text-decoration: none;
}
.order-info-top-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-info-top-line._line-1 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1023px) {
  .order-info-top-line._line-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
  }
}
.order-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-right: 16px;
}
.order-date {
  font-weight: 500;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .order-date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.order-status {
  margin-right: 16px;
}
.order-status .label {
  font-weight: 500;
}
.order-status span:not(.label) {
  font-style: italic;
}
.order-invoice-link {
  margin-left: auto;
}
.order-track-link {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .order-track-link {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
}
.order-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .order-info {
    display: block;
    padding-bottom: 16px;
  }
}
.order-info-block {
  width: calc(33.33% - 16px);
  margin: 0 24px 16px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
}
@media screen and (max-width: 1023px) {
  .order-info-block {
    width: auto;
    margin-right: 0;
  }
}
.order-info-block:last-child {
  margin-right: 0;
}
.order-info-block-title {
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.order-info-block-item + .order-info-block-item {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .order-info-block-content {
    font-size: 14px;
  }
}
.order-info-block-text {
  color: #777;
}
.order-info-block-text address {
  font-style: normal;
}
@media screen and (max-width: 1023px) {
  .table-order-items thead {
    display: none;
  }
}
.table-order-items thead th {
  text-align: left;
  padding: 16px 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.table-order-items thead th span {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .table-order-items tbody {
    display: block;
    width: 100%;
  }
}
.table-order-items tbody:first-of-type td {
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  .table-order-items tbody:first-of-type td {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .table-order-items tbody tr {
    display: block;
    width: 100%;
  }
}
.table-order-items tbody tr:last-child td {
  border-bottom: 1px solid #eee;
}
.table-order-items tbody td {
  padding: 32px 8px;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .table-order-items tbody td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.table-order-items tbody td:first-child {
  padding-left: 0;
}
.table-order-items .cart-price,
.table-order-items .cart-original-price,
.table-order-items .cart-save-price {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .180451px;
}
@media screen and (min-width: 1024px) {
  .table-order-items .cart-price,
  .table-order-items .cart-original-price,
  .table-order-items .cart-save-price {
    display: block;
  }
}
.table-order-items .cart-price .price,
.table-order-items .cart-original-price .price,
.table-order-items .cart-save-price .price {
  margin: 0 2px;
}
@media screen and (min-width: 1024px) {
  .table-order-items .cart-price .price,
  .table-order-items .cart-original-price .price,
  .table-order-items .cart-save-price .price {
    margin: 0;
  }
}
.table-order-items .cart-original-price .price {
  color: #bbb;
  text-decoration: line-through;
}
.table-order-items .cart-save-price {
  display: block;
  font-size: 12px;
  color: #e31c1c;
  margin: 7px 0 0;
}
.table-order-items .cart-save-price .price {
  margin: 0;
}
.table-order-items .col.price,
.table-order-items .qty,
.table-order-items .subtotal {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .table-order-items .col.price,
  .table-order-items .qty,
  .table-order-items .subtotal {
    display: none;
  }
}
.table-order-items .product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table-order-items .product-image {
  width: 74px;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .table-order-items .product-image {
    margin-right: 8px;
  }
}
.table-order-items .product-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.table-order-items .product-info {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.table-order-items .product-item-name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.table-order-items .product-sku,
.table-order-items .product-type {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
}
.table-order-items .product-sku strong,
.table-order-items .product-type strong {
  font-weight: inherit;
}
.table-order-items .product-sku {
  margin-top: 8px;
}
.table-order-items .item-options {
  font-family: 'Mulish', sans-serif;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
  max-width: 400px;
}
@media screen and (max-width: 1023px) {
  .table-order-items .item-options {
    max-width: none;
  }
}
.table-order-items .item-options:after {
  content: '';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.table-order-items .item-options dt {
  float: left;
  clear: both;
  margin: 0 0 16px;
  max-width: 50%;
  padding-right: 8px;
}
.table-order-items .item-options dt:last-of-type {
  margin-bottom: 0;
}
.table-order-items .item-options dd {
  float: right;
  margin: 0 0 16px;
  max-width: 50%;
  text-align: right;
  padding-left: 8px;
}
.table-order-items .item-options dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .table-order-items .item-options .item-options-label,
  .table-order-items .item-options .item-options-value {
    display: none;
  }
}
.table-order-items .item-options .item-options-label._subtotal,
.table-order-items .item-options .item-options-value._subtotal {
  font-weight: 500;
}
.table-order-items .item-options .item-options-label._subtotal .price,
.table-order-items .item-options .item-options-value._subtotal .price {
  font-weight: inherit;
}
.table-order-items .items-qty .item {
  margin-bottom: 4px;
}
.table-order-items .items-qty .item:last-child {
  margin-bottom: 0;
}
.table-order-items .items-qty .title:after {
  content: ':';
}
.table-order-items .items-qty .content {
  font-weight: 700;
}
.order-totals-custom-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .order-totals-custom-wrap {
    display: block;
  }
}
.order-totals-custom {
  width: calc(50% - 12px);
  max-width: 372px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .order-totals-custom {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .order-totals-custom {
    width: auto;
    max-width: none;
  }
}
.order-totals-custom-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.order-totals-custom-table {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
}
.order-totals-custom-table strong {
  font-weight: inherit;
}
.order-totals-custom-table th {
  text-align: left;
  padding-right: 8px;
}
.order-totals-custom-table td {
  text-align: right;
}
.order-totals-custom-table .grand_total th,
.order-totals-custom-table .grand_total td {
  padding-bottom: 16px;
}
.order-totals-custom-table .totals-tax th,
.order-totals-custom-table .grand_total_incl th,
.order-totals-custom-table .totals-tax td,
.order-totals-custom-table .grand_total_incl td {
  padding-top: 16px;
  border-top: 1px dashed #ddd;
}
.order-totals-custom-table .totals-tax th,
.order-totals-custom-table .totals-tax td {
  padding-bottom: 16px;
  font-style: italic;
}
.order-totals-custom-table .totals-tax th:after {
  content: ':';
  margin-left: -4px;
}
.order-totals-custom-table .grand_total_incl {
  line-height: 1.2;
}
.order-totals-custom-table .grand_total_incl th,
.order-totals-custom-table .grand_total_incl td {
  font-weight: 700;
}
.totals-block {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
}
.totals-block .total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.totals-block .total.tax {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #ddd;
  font-style: italic;
}
.totals-block .total.grand-total-saving {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .0015em;
  color: #e31c1c;
  padding-top: 6px;
}
.totals-block .total-title {
  margin-right: 4px;
}
.totals-block .total-title:not(.delivery-total-title):after {
  content: ':';
}
.totals-block .free,
.totals-block .free-label {
  color: #27ae60;
  font-weight: 600;
}
.totals-block .free_price,
.totals-block .old-price-summary {
  text-decoration: line-through;
}
.totals-block .totals-grand-total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #ddd;
  font-weight: 700;
}
.totals-block .price {
  white-space: nowrap;
}
.order-details-back-link-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .order-details-back-link-wrap {
    display: block;
  }
}
.order-details-back-link {
  width: calc(50% - 12px);
  max-width: 372px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
  color: #232849;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .order-details-back-link {
    width: auto;
    max-width: none;
  }
}
.order-details-back-link a {
  text-decoration: underline;
}
.order-details-back-link a:hover {
  text-decoration: none;
}
.edit-account-user-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.edit-account-user-info strong {
  display: block;
  font-weight: inherit;
  margin-bottom: 4px;
}
.edit-account-user-info span {
  color: #aaa;
}
.edit-account-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 16px;
}
.edit-account-links a {
  display: block;
  min-width: 220px;
  background: #141729;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
  color: #fff;
  transition: background-color 0.2s, color 0.2s;
  margin: 0 16px 16px 0;
  text-align: center;
}
.edit-account-links a:last-child {
  margin-right: 0;
}
.edit-account-links a:hover {
  background-color: #232849;
}
.field-show-password-wrap {
  position: relative;
}
.field-show-password-wrap .input-text {
  padding-right: 44px;
}
.field-show-password-wrap .field-show-password {
  position: absolute;
  right: 10px;
  top: 10px;
}
.field-show-password-wrap .field-show-password input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.field-show-password-wrap .field-show-password .label {
  width: 24px;
  height: 24px;
  margin: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI0IiBzdHJva2U9IiMzMzMiLz48cGF0aCBzdHJva2U9IiMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTMgMTJzMi41LTcgOS03IDkgNyA5IDdNMjEgMTJzLTIuNSA3LTkgNy05LTctOS03Ii8+PC9zdmc+) no-repeat;
  background-size: 24px;
  cursor: pointer;
}
.field-show-password-wrap .field-show-password .label span {
  display: none;
}
.input-text-meter {
  margin-bottom: 17px;
}
[data-role="password-strength-meter"] {
  margin-top: 10px;
}
[data-role="password-strength-meter"] .password-strength-meter-state {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
[data-role="password-strength-meter"] .password-strength-meter-state span {
  width: calc(20% - 12.2px);
  height: 8px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
[data-role="password-strength-meter"] .password-strength-meter {
  margin-top: 9px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
[data-role="password-strength-meter"].password-weak .password-strength-meter-state-1,
[data-role="password-strength-meter"].password-weak .password-strength-meter-state-2 {
  border-color: #e31c1c;
  background-color: #e31c1c;
}
[data-role="password-strength-meter"].password-weak .password-strength-meter span {
  color: #e31c1c;
}
[data-role="password-strength-meter"].password-medium .password-strength-meter-state-1,
[data-role="password-strength-meter"].password-medium .password-strength-meter-state-2,
[data-role="password-strength-meter"].password-medium .password-strength-meter-state-3 {
  border-color: #fec42d;
  background-color: #fec42d;
}
[data-role="password-strength-meter"].password-medium .password-strength-meter span {
  color: #fec42d;
}
[data-role="password-strength-meter"].password-strong .password-strength-meter-state-1,
[data-role="password-strength-meter"].password-strong .password-strength-meter-state-2,
[data-role="password-strength-meter"].password-strong .password-strength-meter-state-3,
[data-role="password-strength-meter"].password-strong .password-strength-meter-state-4 {
  border-color: #27ae60;
  background-color: #27ae60;
}
[data-role="password-strength-meter"].password-strong .password-strength-meter span {
  color: #27ae60;
}
[data-role="password-strength-meter"].password-very-strong .password-strength-meter-state span {
  border-color: #27ae60;
  background-color: #27ae60;
}
[data-role="password-strength-meter"].password-very-strong .password-strength-meter span {
  color: #27ae60;
}
.form-account ~ .delete-account {
  margin-top: 80px;
}
.address-book-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .address-book-wrap {
    display: block;
  }
}
.block-addresses {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1023px) {
  .block-addresses {
    width: auto;
  }
}
.block-addresses .block-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .0015em;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.block-addresses .block-title strong {
  font-weight: 500;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .block-addresses .block-title strong {
    font-size: 16px;
    font-weight: 600;
  }
}
.block-addresses .block-title .action {
  color: #074ee8;
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.block-addresses .block-title .action:hover {
  text-decoration: none;
}
.block-addresses address {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
}
.block-addresses .user-full-name {
  font-weight: 600;
  margin-bottom: 5px;
}
.block-addresses .empty {
  color: #777;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .block-addresses-default {
    padding-bottom: 16px;
  }
}
.block-addresses-default-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .block-addresses-default-box {
    margin-bottom: 16px;
  }
}
.block-addresses-default-box .box-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .15px;
}
.block-addresses-default-box .box-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.block-addresses-default-box .box-actions .action {
  color: #141729;
  text-decoration: underline;
  margin-right: 20px;
}
.block-addresses-default-box .box-actions .action:last-child {
  margin-right: 0;
}
.block-addresses-default-box .box-actions .action:hover {
  text-decoration: none;
}
.block-addresses-list .empty {
  padding-top: 8px;
}
@media screen and (max-width: 1023px) {
  .block-addresses-list .empty {
    padding-top: 0;
  }
}
.block-addresses-list .item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 15px 16px 14px;
}
@media screen and (max-width: 1023px) {
  .block-addresses-list .item {
    margin-bottom: 16px;
  }
}
.block-addresses-list .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: .15px;
  border-top: 1px solid #eee;
  margin-top: 18px;
  padding-top: 18px;
}
.block-addresses-list .actions .action {
  text-decoration: underline;
  margin-right: 20px;
}
.block-addresses-list .actions .action:last-child {
  margin-right: 0;
}
.block-addresses-list .actions .action:hover {
  text-decoration: none;
}
.block-addresses-list .actions .delete {
  color: #e31c1c;
}
.address-default .form-account-title {
  margin-bottom: 24px;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title {
  padding-bottom: 20px;
}
.form-create-account {
  max-width: 700px;
}
.stripe_payments-customer-cards .form.new-saved-card .stripe-new {
  margin-bottom: 20px;
}
.customer-account-login .columns {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1184px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .customer-account-login .columns {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.customer-account-login .main {
  width: 100%;
}
.customer-account-login .main .login-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -16px;
  padding: 0;
}
.customer-account-login .main .login-container .block {
  padding-left: 16px;
  padding-right: 16px;
}
.customer-account-login .main .block {
  width: 47%;
}
.customer-account-login .main .block .block-title {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 1.5625em;
  border-bottom: 1px solid #d8d8d8;
}
.customer-account-login .main .block .block-title a {
  font-size: 0.625em;
}
.customer-account-login .main .block .box-title {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  margin: 0.9375em 0;
}
.customer-account-login .main .block .block-content {
  line-height: 1.4;
}
.customer-account-login .main .block .block-content .box-actions {
  margin-top: 16px;
  font-style: italic;
}
.customer-account-login .actions-toolbar {
  padding: 20px 0;
}
.customer-account-login .actions-toolbar .primary button[type=submit],
.customer-account-login .actions-toolbar .primary button[type=button] {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .customer-account-login .columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-account-login .main .login-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-account-login .main .block {
    width: 100%;
  }
}
.customer-account-login a.action.back,
.customer-account-logoutsuccess a.action.back,
.customer-account-create a.action.back,
.customer-account-forgotpassword a.action.back,
.customer-account-createpassword a.action.back {
  display: block;
  margin: 1.25em 0;
  color: #ff4c66;
  font-size: .85em;
}
.customer-account-login legend,
.customer-account-logoutsuccess legend,
.customer-account-create legend,
.customer-account-forgotpassword legend,
.customer-account-createpassword legend {
  padding: 20px 0 0;
  font-weight: bold;
}
.customer-account-login .main .container,
.customer-account-logoutsuccess .main .container,
.customer-account-create .main .container,
.customer-account-forgotpassword .main .container,
.customer-account-createpassword .main .container {
  padding-bottom: 25px;
}
.customer-account-logoutsuccess .main .container,
.customer-account-create .main .container,
.customer-account-forgotpassword .main .container,
.customer-account-createpassword .main .container {
  max-width: 1184px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .customer-account-logoutsuccess .main .container,
  .customer-account-create .main .container,
  .customer-account-forgotpassword .main .container,
  .customer-account-createpassword .main .container {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.customer-account-create .field.choice .field-tooltip {
  display: none;
}
.customer-account-create .actions-toolbar {
  padding: 20px 0;
}
.customer-account-create .actions-toolbar .primary button[type=submit],
.customer-account-create .actions-toolbar .primary button[type=button] {
  margin-bottom: 20px;
}
.customer-account-create .block-amazon-login,
.customer-account-createpassword .block-amazon-login,
.customer-account-create .form.reset,
.customer-account-createpassword .form.reset {
  max-width: 1184px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .customer-account-create .block-amazon-login,
  .customer-account-createpassword .block-amazon-login,
  .customer-account-create .form.reset,
  .customer-account-createpassword .form.reset {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.customer-account-create .block-title {
  font-size: 16px;
}
.customer-account-create .block-title,
.customer-account-create .block-content {
  max-width: 700px;
  margin-bottom: 15px;
}
.customer-account-create .block-content p,
.customer-account-create .block-content .amazon-button-container__cell {
  margin-bottom: 10px;
  font-size: 15px;
}
.customer-account-createpassword .form.reset,
.customer-account-forgotpassword .form.reset {
  margin-bottom: 40px;
}
.customer-account-createpassword .form.reset .fieldset,
.customer-account-forgotpassword .form.reset .fieldset,
.customer-account-createpassword .form.forget .fieldset,
.customer-account-forgotpassword .form.forget .fieldset {
  max-width: 700px;
}
/* Breakpoints */
/* Media width mixin used to group styles output based on media queries */
