.block-user-profile-pane {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.block-user-profile-pane .wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 24px 12px;
}
@media (min-width: 768px) {
  .block-user-profile-pane .wrapper {
    gap: 18.6666666667px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .wrapper {
    gap: 21.3333333333px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .wrapper {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .block-user-profile-pane .wrapper {
    padding: 28px 14px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .wrapper {
    padding: 32px 16px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .wrapper {
    padding: 36px 18px;
  }
}
.block-user-profile-pane .user-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.block-user-profile-pane .user-img::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid rgba(198, 137, 47, 0.35);
  pointer-events: none;
}
.block-user-profile-pane .user-avatar {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px #fff;
  width: 26.4px;
  height: 26.4px;
}
@media (min-width: 768px) {
  .block-user-profile-pane .user-avatar {
    width: 30.8px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .user-avatar {
    width: 35.2px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .user-avatar {
    width: 39.6px;
  }
}
@media (min-width: 768px) {
  .block-user-profile-pane .user-avatar {
    height: 30.8px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .user-avatar {
    height: 35.2px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .user-avatar {
    height: 39.6px;
  }
}
.block-user-profile-pane .user-avatar:not([style*=background-image]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-user-profile-pane .user-avatar:not([style*=background-image]):before {
  content: "\e984";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.block-user-profile-pane .user-avatar:not([style*=background-image]):before {
  color: rgba(0, 0, 0, 0.22);
  font-size: 12px;
}
@media (min-width: 768px) {
  .block-user-profile-pane .user-avatar:not([style*=background-image]):before {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .user-avatar:not([style*=background-image]):before {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .user-avatar:not([style*=background-image]):before {
    font-size: 18px;
  }
}
.block-user-profile-pane .user-name {
  font-family: "dosisextralight", sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17.1428571429px;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #111;
  letter-spacing: 0.12em;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .block-user-profile-pane .user-name {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .user-name {
    font-size: 23.1111111111px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .user-name {
    font-size: 25.2px;
  }
}
.block-user-profile-pane .user-name::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  margin-top: 9.6px;
  background-color: #C6892F;
}
@media (min-width: 768px) {
  .block-user-profile-pane .user-name::after {
    width: 14px;
    margin-top: 11.2px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .user-name::after {
    width: 16px;
    margin-top: 12.8px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .user-name::after {
    width: 18px;
    margin-top: 14.4px;
  }
}

.block-user-dashboard-menu .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.block-user-dashboard-menu .swiper-wrapper a {
  display: flex;
  position: relative;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  padding: 0 48px;
}
@media (min-width: 768px) {
  .block-user-dashboard-menu .swiper-wrapper a {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .block-user-dashboard-menu .swiper-wrapper a {
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .block-user-dashboard-menu .swiper-wrapper a {
    height: 72px;
  }
}
.block-user-dashboard-menu .swiper-wrapper a:after {
  content: "\e950";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
@media (min-width: 768px) {
  .block-user-dashboard-menu .swiper-wrapper a {
    padding: 0 56px;
  }
}
@media (min-width: 1024px) {
  .block-user-dashboard-menu .swiper-wrapper a {
    padding: 0 64px;
  }
}
@media (min-width: 1440px) {
  .block-user-dashboard-menu .swiper-wrapper a {
    padding: 0 72px;
  }
}
.block-user-dashboard-menu .swiper-wrapper a:after, .block-user-dashboard-menu .swiper-wrapper a:before {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .block-user-dashboard-menu .swiper-wrapper a:after, .block-user-dashboard-menu .swiper-wrapper a:before {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .block-user-dashboard-menu .swiper-wrapper a:after, .block-user-dashboard-menu .swiper-wrapper a:before {
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .block-user-dashboard-menu .swiper-wrapper a:after, .block-user-dashboard-menu .swiper-wrapper a:before {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .block-user-dashboard-menu .swiper-wrapper a:after, .block-user-dashboard-menu .swiper-wrapper a:before {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .block-user-dashboard-menu .swiper-wrapper a:after, .block-user-dashboard-menu .swiper-wrapper a:before {
    width: 64px;
  }
}
@media (min-width: 1440px) {
  .block-user-dashboard-menu .swiper-wrapper a:after, .block-user-dashboard-menu .swiper-wrapper a:before {
    width: 72px;
  }
}
.block-user-dashboard-menu .swiper-wrapper a:before {
  left: 0;
}
.block-user-dashboard-menu .swiper-wrapper a:after {
  right: 0;
}
.block-user-dashboard-menu .swiper-wrapper .user-menu-item:nth-child(1) a:before {
  content: "\e984";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.block-user-dashboard-menu .swiper-wrapper .user-menu-item:nth-child(2) a:before {
  content: "\e92e";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.block-user-dashboard-menu .swiper-wrapper .user-menu-item:nth-child(3) a:before {
  content: "\e99c";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.block-user-dashboard-menu .swiper-wrapper .user-menu-item:nth-child(4) a:before {
  content: "\e93a";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.block-user-dashboard-menu .swiper-wrapper .user-menu-item:nth-child(5) a:before {
  content: "\e935";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}

.menu--account {
  padding: 48px;
}
@media (min-width: 768px) {
  .menu--account {
    padding: 56px;
  }
}
@media (min-width: 1024px) {
  .menu--account {
    padding: 64px;
  }
}
@media (min-width: 1440px) {
  .menu--account {
    padding: 72px;
  }
}
.menu--account .menu-item.my-account {
  display: none;
}
.menu--account ul {
  margin: 0;
  padding: 0;
}
.menu--account ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu--account a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 48px;
  text-transform: uppercase;
  background-color: #C6892F;
  color: white;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
  padding: 0 48px;
}
@media (min-width: 768px) {
  .menu--account a {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .menu--account a {
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .menu--account a {
    height: 72px;
  }
}
.menu--account a:before {
  content: "\e937";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
@media (min-width: 768px) {
  .menu--account a {
    padding: 0 56px;
  }
}
@media (min-width: 1024px) {
  .menu--account a {
    padding: 0 64px;
  }
}
@media (min-width: 1440px) {
  .menu--account a {
    padding: 0 72px;
  }
}
.menu--account a:before {
  font-size: 16px;
  margin: 0 12px 0 0;
}
@media (min-width: 768px) {
  .menu--account a:before {
    font-size: 18.6666666667px;
  }
}
@media (min-width: 1024px) {
  .menu--account a:before {
    font-size: 21.3333333333px;
  }
}
@media (min-width: 1440px) {
  .menu--account a:before {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .menu--account a:before {
    margin: 0 14px 0 0;
  }
}
@media (min-width: 1024px) {
  .menu--account a:before {
    margin: 0 16px 0 0;
  }
}
@media (min-width: 1440px) {
  .menu--account a:before {
    margin: 0 18px 0 0;
  }
}
.menu--account a:active {
  background-color: #8B5E1C;
  color: white;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
@media (min-width: 1024px) {
  .menu--account a:hover {
    background-color: #A97322;
    color: white;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
  }
}
/*# sourceMappingURL=user-nav.css.map */