@media only screen and (min-width: 64.0625em) {
  .g-tpl-user {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .g-tpl-user__aside {
    -webkit-box-flex: 0;
            flex: 0 1 270px;
  }
  .g-tpl-user__content {
    -webkit-box-flex: 1;
            flex: 1;
    max-width: 100%;
  }
  @supports (display: initial) {
    .g-tpl-user__content {
      max-width: 870px;
    }
  }
}
.c-user-menu__list {
  list-style: none;
  padding: 0;
}
.c-user-menu__link {
  color: #6b6b6b;
  text-decoration: none;
}
.c-user-menu__link strong {
  color: #000;
}
@media only screen and (max-width: 64em) {
  .c-user-menu.is-active .c-user-menu__list {
    display: block;
  }
  .c-user-menu__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 70px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
  .c-user-menu__title > * {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .c-user-menu__ico {
    fill: #fff;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .c-user-menu__ico.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-user-menu__list {
    margin: 30px 0 40px;
    text-align: center;
    display: none;
    border-bottom: 4px solid #000;
  }
  .c-user-menu__link {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .c-user-menu__item {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-user-menu {
    margin: 20px 0;
  }
  .c-user-menu__inner {
    padding: 5px 25px 25px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-user-menu__title {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    margin: 25px 0 20px;
    font-weight: bold;
  }
  .c-user-menu__ico {
    display: none;
  }
  .c-user-menu__item {
    font-size: 13px; /* add PX (or original value) as backup */
    font-size: 0.8125rem;
    margin: 15px 0;
  }
  .c-user-menu__link:hover {
    color: #000;
    font-weight: bold;
  }
  .c-user-menu .x-logout {
    margin: 30px 0 47px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-user-order--contacts .p-cart-summary__dual {
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .c-user-order--contacts .c-cart-total-summary {
    margin-top: 30px;
  }
  .c-user-order--contacts .c-summary-item {
    padding-left: 20px;
  }
  .c-user-order--contacts .c-summary-item__contacts {
    display: block;
  }
}
.c-user-order--shippay {
  background: #e0e0e0;
}
.c-user-order--shippay img {
  max-height: 25px;
  margin-right: 6px;
}
.c-user-order--shippay .x-mobile-shippay {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 15px 0;
}
@media only screen and (min-width: 64.0625em) {
  .c-user-order--shippay .c-user-order__row {
    height: 72px;
  }
  .c-user-order--shippay .x-mobile-shippay {
    display: none;
  }
  .c-user-order--shippay .x-mobile-shippay img {
    margin-right: 0;
  }
}
.c-user-order {
  margin: 15px 0;
  width: 100%;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
}
.c-user-order [data-user-order="hide"] {
  display: none;
}
.c-user-order__img {
  margin-right: 10px;
  overflow: hidden;
}
.c-user-order__title {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  color: #6b6b6b;
}
.c-user-order__name {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  -webkit-box-flex: 0;
          flex: 0 1 412px;
  padding-left: 5px;
}
.c-user-order__name span {
  color: #6b6b6b;
  line-height: 1.8;
}
.c-user-order__price {
  color: #d00000;
}
.c-user-order__prev {
  color: #6b6b6b;
}
@media only screen and (max-width: 64em) {
  .c-user-order__prev {
    padding-left: 0 !important;
  }
}
.c-user-order .x-mobile-content {
  margin: 10px 0;
}
@media only screen and (min-width: 64.0625em) {
  .c-user-order__name {
    padding-left: 20px;
  }
  .c-user-order__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .c-user-order__img {
    width: 43px;
    margin-right: 33px;
  }
  .c-user-order .x-mobile-content {
    display: none;
  }
}
.c-user-orders-list {
  width: 100%;
  display: none;
  border-bottom: 1px solid #e0e0e0;
}
.c-user-orders {
  margin: 30px 0;
}
.c-user-orders__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.c-user-orders__title {
  color: #6b6b6b;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
}
.c-user-orders__inner > *:nth-of-type(odd) .c-user-orders__row {
  background: #e0e0e0;
}
.c-user-orders__cell {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  padding: 12px 5px 12px 5px;
}
@media only screen and (min-width: 28.1875em) {
  .c-user-orders__cell {
    padding: 12px 20px;
  }
}
.c-user-orders__cell--title {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  color: #6b6b6b;
}
.c-user-orders__cell--1 {
  display: none;
}
.c-user-orders__cell--2 {
  min-width: 103px;
}
@media only screen and (min-width: 23.5em) {
  .c-user-orders__cell--2 {
    min-width: 150px;
  }
}
.c-user-orders__cell--3 {
  min-width: 80px;
}
.c-user-orders__cell--4 {
  min-width: 80px;
}
.c-user-orders__cell--5 {
  text-decoration: none;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (min-width: 64.0625em) {
  .c-user-orders .x-mobile {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .c-user-orders .x-desktop {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-user-orders__cell--1,
  .c-user-orders__cell--2 {
    flex-basis: 201px;
  }
  .c-user-orders__cell--1,
  .c-user-orders__cell--4,
  .c-user-orders__cell--5 {
    display: initial;
  }
  .c-user-orders__cell--3 {
    flex-basis: 156px;
  }
  .c-user-orders__cell--4 {
    flex-basis: 150px;
  }
  .c-user-orders__cell--5 {
    flex-basis: 135px;
  }
  .c-user-orders__cell--6 {
    display: none;
  }
}
.p-account {
  margin-bottom: 80px;
}
.p-account__content {
  margin-top: 20px;
}
.p-account__settings {
  max-width: 370px;
}
.p-account__header {
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 35px;
}
.p-account__header .x-aside {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  line-height: 16px;
}
.p-account__header .i-ico {
  fill: #e0e0e0;
  margin-right: 20px;
  margin-top: 2px;
}
.p-account__recommend {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  margin: 15px 0;
}
.p-account__recommend .x-content {
  line-height: 1.3;
}
.p-account__sidebar {
  margin-top: 23px;
}
.p-account__breadcrumbs {
  margin-bottom: 23px;
}
.p-account__heading {
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 10px;
}
.p-account__table {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px;
}
.p-account__table .c-table__cell:nth-child(1) {
  flex-basis: 221px;
}
.p-account__table .c-table__cell:nth-child(2) {
  flex-basis: 221px;
}
.p-account__table .c-table__cell:nth-child(3) {
  flex-basis: 180px;
}
@media only screen and (min-width: 64.0625em) {
  .p-account__header {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.p-entry {
  padding: 0 15px;
}
@media only screen and (max-width: 64em) {
  .p-entry__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-entry__imager {
  display: none;
}
.p-entry__note {
  margin: 26px 0 35px;
  text-align: center;
}
.p-entry__note a {
  color: #6b6b6b;
  text-decoration: none;
}
.p-entry .x-fz12 {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}
@media only screen and (min-width: 64.0625em) {
  .p-entry {
    padding: 0;
  }
  .p-entry__parade,
  .p-entry__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-bottom: -25px;
  }
  .p-entry__content {
    margin-right: 110px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-basis: 370px;
  }
  .p-entry__imager {
    width: 50vw;
    padding-bottom: 1px;
    display: block;
  }
}

