.card {
  padding: 30px 25px;
}

.account-form {
  max-width: 700px;
}

.nav-ac {
  position: relative;
}

.nav-ac::after {
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  bottom: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 3px;
  height: 100%;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.nav-ac.active::after,
.nav-ac:hover::after {
  opacity: 1;
}

.user-welcome {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 22px;
}

.logout-wrapper {
  border-top: 1px solid #c9c9c9;
  padding-top: 27px;
}

.maxw700 {
  max-width: 700px;
}

.card-box {
  padding: 25px;
  border: 2px solid #dddddd;
  border-radius: 5px;
  min-height: 150px;
  height: 100%;
  transition: all 0.2s ease;
}

a.card-box:hover {
  border-color: var(--primary);
}

.plus {
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
  margin-top: 12px;
  transition: background-color 0.2s ease;
}

.plus::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 2px;
  height: 26px;
  background: #000;
  transition: background-color 0.2s ease;
}

.delete {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin-top: 10px;
  transition: background-color 0.2s ease;
  transform: rotate(45deg);
}

.delete::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 2px;
  height: 22px;
  background: #000;
  transition: background-color 0.2s ease;
}

.card-box:hover .plus,
.card-box:hover .plus::after,
.delete-link:hover .delete,
.delete-link:hover .delete::after {
  background: var(--primary);
}

.table-head {
  padding: 14px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.table-item {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}

.order-status {
  padding: 3px 7px;
  color: #fff;
  border-radius: 5px;
}

.svg.acc-icon {
  width: 35px;
  height: 35px;
}

.card-box:hover .svg.acc-icon,
.go-back:hover .svg.back-icon path {
  fill: var(--main);
}

@media (max-width: 1250px) {
  .order-status {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .col-3-5 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .col-1-5 {
    -ms-flex: 0 0 10.333333%;
    flex: 0 0 10.333333%;
    max-width: 10.333333%;
  }
  .col-3-7 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
  .table-row {
    width: 88%;
  }
  .table-left {
    width: 100%;
  }
  .order-nr {
    width: 40%;
  }
  .order-data-value {
    width: 60%;
  }
  .order-w50 {
    width: 50%;
  }
  .order-status-col {
    width: 57%;
  }
  .table-item,
  .table-head {
    padding-left: 12px;
    padding-right: 12px;
  }
  .order-status {
    padding: 6px 7px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .table-first {
    border-top: 1px solid #dddddd;
  }
  .table-item:active {
    background: #f3f3f3;
  }
  .order-status-history {
    display: none;
  }
}
@media (max-width: 575px) {
  .order-details_status {
    text-align: left;
  }
  .order-details_stat-name {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  .history-stat {
    max-width: 215px;
  }
  .block-xs-title {
    font-size: 14px;
  }
}

/*# sourceMappingURL=account.css.map */
